.iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
   width: 100%;
   max-width: 100%;
   overflow: auto;
}
.table-box table {
   width: 100%;
   max-width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
   line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
   width: auto !important;
   height: auto !important;
   background-color: #f2f3f4;
   color: #02152d;
}
.table-box table tr:nth-child(odd) {
   background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
   background-color: #ffffff;
}
.table-box table td,
.table-box table th {
   vertical-align: middle;
   font-weight: normal;
   padding: 10px !important;
   border: 1px solid #EEEEEE !important;
   font-size: 15px;
}
@media (max-width: 767px) {
   .table-box table td,
   .table-box table th {
      font-size: 14px;
   }
}
.table-box table tr p,
.table-box table tr span {
   line-height: 1.2 !important;
   background: none !important;
   margin: 0 !important;
   padding: 0 !important;
}
.table-box table th {
   text-align: center;
}
.table-box .table-nav {
   overflow: hidden;
}
.table-box .table-content {
   overflow-x: auto;
   overflow-y: auto;
   max-height: 300px;
   max-height: 42vh;
}
.tsformcommon {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.tsformY {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.tsformX {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}
.banner {
   position: relative;
   overflow: hidden;
   width: 100%;
   font-size: 0;
   max-width: 90%;
   margin: 0 auto;
   transform: translateY(-104px);
}
@media(max-width:1350px) {
   .banner {
      max-width: 95%;
   }
}
@media screen and (max-width: 1199px) {
   .banner {
      transform: translateY(0);
   }
}
.banner .swiper-container .swiper-slide {
   overflow: hidden;
}
.banner .swiper-container .slide-inner {
   display: block;
   position: relative;
   overflow: hidden;
}
.banner .swiper-container .slide-inner img {
   position: relative;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   display: block;
   width: 100%;
}
.banner [class^=swiper-button] {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 10;
   width: 65px;
   height: 65px;
}
@media screen and (max-width: 991px) {
   .banner [class^=swiper-button] {
      width: 50px;
      height: 50px;
   }
}
@media screen and (max-width: 767px) {
   .banner [class^=swiper-button] {
      top: 55%;
      width: 35px;
      height: 35px;
   }
}
@media screen and (min-width: 1200px) {
   .banner [class^=swiper-button]:hover::after {
      opacity: 1;
   }
}
@media screen and (max-width: 1199px) {
   .banner [class^=swiper-button]:active::after {
      opacity: 1;
   }
}
.banner [class^=swiper-button]::after {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e9b5';
   font-weight: 700;
   font-size: 70px;
   color: #fff;
   opacity: 0.48;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .banner [class^=swiper-button]::after {
      opacity: 0.65;
   }
}
@media screen and (max-width: 991px) {
   .banner [class^=swiper-button]::after {
      font-size: 55px;
   }
}
@media screen and (max-width: 767px) {
   .banner [class^=swiper-button]::after {
      font-size: 40px;
   }
}
.banner .swiper-button-prev {
   left: 85px;
}
@media screen and (max-width: 1439px) {
   .banner .swiper-button-prev {
      left: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .banner .swiper-button-prev {
      left: 30px;
   }
}
@media screen and (max-width: 767px) {
   .banner .swiper-button-prev {
      left: 10px;
   }
}
.banner .swiper-button-next {
   right: 85px;
}
@media screen and (max-width: 1439px) {
   .banner .swiper-button-next {
      right: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .banner .swiper-button-next {
      right: 30px;
   }
}
@media screen and (max-width: 767px) {
   .banner .swiper-button-next {
      right: 10px;
   }
}
.banner .swiper-button-next::after {
   content: '\e72f';
}
@keyframes videoicon {
   from {
      transform: translate(-50%, -50%) rotateZ(0deg);
   }
   to {
      transform: translate(-50%, -50%) rotateZ(360deg);
   }
}
@-webkit-keyframes videoicon {
   from {
      transform: translate(-50%, -50%) rotateZ(0deg);
   }
   to {
      transform: translate(-50%, -50%) rotateZ(360deg);
   }
}
.index-about {
   overflow: hidden;
}
@media screen and (max-width: 1199px) {
   .index-about {
      padding-top: 50px;
   }
}
@media screen and (max-width: 767px) {
   .index-about {
      padding-top: 30px;
   }
}
.index-about .intro {
   position: relative;
}
@media screen and (max-width: 1199px) {
   .index-about .intro .title {
      max-width: 800px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .intro .title {
      max-width: 100%;
   }
}
.index-about .intro .title h2 {
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (min-width: 1200px) {
   .index-about .intro .title h2:hover {
      color: #e70012;
      -webkit-text-stroke-color: #e70012;
   }
}
.index-about .intro .txt {
   margin-top: 20px;
   max-width: 930px;
   font-size: 16px;
   line-height: 1.875;
   color: #666666;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 7;
   overflow: hidden;
}
@media screen and (max-width: 1439px) {
   .index-about .intro .txt {
      max-width: 880px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .intro .txt {
      margin-top: 15px;
      max-width: 800px;
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .intro .txt {
      max-width: 100%;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .intro .txt {
      margin-top: 10px;
   }
}
.index-about .intro .video-btn {
   display: block;
   position: absolute;
   top: 70px;
   right: 50px;
   z-index: 3;
   width: 110px;
   height: 110px;
   border-radius: 50%;
   background-color: #f1f1f1;
}
@media screen and (max-width: 1199px) {
   .index-about .intro .video-btn {
      width: 90px;
      height: 90px;
      top: 50px;
      right: 30px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .intro .video-btn {
      position: relative;
      top: 0;
      right: 0;
      margin: 70px 30px;
      margin-right: 0;
      width: 70px;
      height: 70px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .intro .video-btn {
      margin-top: 50px;
      margin-bottom: 50px;
   }
}
@media screen and (min-width: 1200px) {
   .index-about .intro .video-btn:hover::after {
      background-image: url(../images/common/video_icon_bgg2.png);
   }
}
.index-about .intro .video-btn::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 45.45454545%;
   height: 45.45454545%;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 24px;
   content: '\e633';
   color: #fff;
   background-color: #e70012;
}
@media screen and (max-width: 1199px) {
   .index-about .intro .video-btn::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .intro .video-btn::before {
      font-size: 16px;
   }
}
.index-about .intro .video-btn::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
   width: 190.90909091%;
   height: 190.90909091%;
   background: url(../images/common/video_icon_bgg.png) no-repeat center;
   background-size: 100%;
   animation: videoicon 20s 0s linear infinite;
   -webkit-animation: videoicon 20s 0s linear infinite;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.index-about .num {
   display: flex;
   justify-content: space-between;
   padding-top: 60px;
}
@media screen and (max-width: 1199px) {
   .index-about .num {
      padding-top: 40px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .num {
      padding-top: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .num {
      flex-wrap: wrap;
      padding: 0;
      margin: -10px;
   }
}
.index-about .num li {
   position: relative;
   text-align: center;
}
@media screen and (max-width: 991px) {
   .index-about .num li {
      width: 25%;
      padding: 10px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .num li {
      text-align: left;
   }
}
@media screen and (max-width: 600px) {
   .index-about .num li {
      width: 50%;
   }
}
.index-about .num li::before {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
   left: 100%;
   width: 38px;
   height: 4px;
   background-color: #fddcdf;
}
@media screen and (max-width: 1439px) {
   .index-about .num li::before {
      width: 32px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .num li::before {
      width: 28px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .num li::before {
      display: none;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:nth-child(1) {
      width: 15.95744681%;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:nth-child(2) {
      width: 26.59574468%;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:nth-child(3) {
      width: 26.59574468%;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:nth-child(4) {
      width: 22.69503546%;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:first-child {
      text-align: left;
   }
   .index-about .num li:first-child .item {
      display: inline-block;
      text-align: center;
   }
}
@media screen and (min-width: 992px) {
   .index-about .num li:last-child::before {
      display: none;
   }
}
.index-about .num h5 {
   margin: 0;
   font-size: 60px;
   line-height: 1;
   color: #e70012;
   font-family: "Oswald Bold";
}
@media screen and (max-width: 1439px) {
   .index-about .num h5 {
      font-size: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .num h5 {
      font-size: 40px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .num h5 {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .num h5 {
      font-size: 25px;
   }
}
.index-about .num h5 sup {
   left: 5px;
   top: -0.65em;
}
.index-about .num p {
   margin-top: 17px;
   font-size: 17px;
   line-height: 1.41176471;
   color: #e70012;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .index-about .num p {
      margin-top: 15px;
   }
}
@media screen and (max-width: 1199px) {
   .index-about .num p {
      margin-top: 10px;
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .index-about .num p {
      margin-top: 8px;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-about .num p {
      margin-top: 5px;
      font-size: 13px;
   }
}
.index-category {
   overflow: hidden;
   background-color: #f5f5f5;
}
.index-category ul {
   display: flex;
   flex-wrap: wrap;
}
.index-category ul li {
   width: 50%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
@media screen and (max-width: 767px) {
   .index-category ul li {
      width: 100%;
   }
}
.index-category ul li:nth-child(odd) .info {
   border-right: 1px solid #fff;
}
.index-category ul li:nth-child(even) .info {
   border-left: 1px solid #fff;
}
.index-category .info {
   overflow: hidden;
   padding: 80px 60px 70px 80px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
@media screen and (max-width: 1600px) {
   .index-category .info {
      padding: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .index-category .info {
      padding: 30px;
   }
}
.index-category .info .info-intro {
   width: 36.63003663%;
   padding-top: 30px;
}
@media screen and (max-width: 1439px) {
   .index-category .info .info-intro {
      padding-top: 15px;
      width: 40%;
   }
}
@media screen and (max-width: 480px) {
   .index-category .info .info-intro {
      width: 100%;
   }
}
.index-category .info .info-intro .title-pic {
   display: inline-block;
}
.index-category .info .info-intro .title-pic img {
   display: block;
   max-width: 100%;
   height: auto !important;
}
.index-category .info .info-intro .txt {
   margin-top: 35px;
   font-size: 16px;
   line-height: 1.625;
   color: #666666;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   overflow: hidden;
}
@media screen and (max-width: 1600px) {
   .index-category .info .info-intro .txt {
      margin-top: 20px;
      font-size: 15px;
      -webkit-line-clamp: 7;
   }
}
@media screen and (max-width: 1439px) {
   .index-category .info .info-intro .txt {
      margin-top: 15px;
      font-size: 14px;
   }
}
.index-category .info .info-intro .more {
   position: relative;
   display: inline-block;
   padding-right: 25px;
   margin-top: 30px;
   font-size: 15px;
   line-height: 1.6;
   color: #222222;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1600px) {
   .index-category .info .info-intro .more {
      margin-top: 20px;
   }
}
@media screen and (max-width: 1439px) {
   .index-category .info .info-intro .more {
      margin-top: 15px;
   }
}
@media screen and (max-width: 1199px) {
   .index-category .info .info-intro .more {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .index-category .info .info-intro .more:hover {
      color: #e70012;
      text-decoration: underline;
   }
   .index-category .info .info-intro .more:hover::before {
      color: #e70012;
   }
}
.index-category .info .info-intro .more::before {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: -1px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e799';
   font-size: 21px;
   color: #222222;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
.index-category .info .info-img {
   width: 57.997558%;
}
@media screen and (max-width: 1439px) {
   .index-category .info .info-img {
      width: 53%;
   }
}
@media screen and (max-width: 480px) {
   .index-category .info .info-img {
      width: 100%;
      margin-top: 15px;
   }
}
.index-category .info .info-img .img-box {
   padding-bottom: 72.63157895%;
}
.index-category .pic {
   display: block;
}
@media screen and (min-width: 1200px) {
   .index-category .pic:hover img {
      transform: scale(1.05);
   }
}
.index-category .pic .img-box {
   padding-bottom: 52.08333333%;
}
.index-category .pic .img-box img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.index-select {
   position: relative;
   z-index: 3;
   background-color: #e70012;
}
.index-select .tab-list {
   display: flex;
   flex-wrap: wrap;
}
.index-select .tab-list .tab-colum {
   position: relative;
   width: 25%;
}
@media screen and (max-width: 767px) {
   .index-select .tab-list .tab-colum {
      width: 100%;
      text-align: center;
   }
}
.index-select .tab-list .tab-colum:nth-child(1) {
   padding: 0 30px;
   line-height: 70px;
   font-size: 24px;
   color: #ffffff;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum:nth-child(1) {
      line-height: 60px;
      font-size: 20px;
      padding: 0 25px;
   }
}
@media screen and (max-width: 767px) {
   .index-select .tab-list .tab-colum:nth-child(1) {
      font-size: 16px;
   }
}
.index-select .tab-list .tab-colum .colum-title {
   position: relative;
   display: block;
   padding-left: 30px;
   padding-right: 70px;
   border: 1px solid #716968;
   border-left: none;
   font-size: 17px;
   line-height: 68px;
   color: #ffffff;
   text-transform: capitalize;
   cursor: pointer;
   background-color: #231816;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-title {
      padding-left: 25px;
      padding-right: 45px;
      line-height: 58px;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .index-select .tab-list .tab-colum .colum-title {
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      border-bottom: 1px solid #716968;
   }
}
.index-select .tab-list .tab-colum .colum-title::after {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 50px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e71c';
   font-size: 14px;
   color: #787676;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-title::after {
      right: 15px;
      font-size: 13px;
   }
}
@media screen and (max-width: 767px) {
   .index-select .tab-list .tab-colum .colum-title::after {
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      margin-left: 10px;
   }
}
.index-select .tab-list .tab-colum .colum-inner {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   padding: 8px 0 0;
   background-color: #231816;
   box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
}
.index-select .tab-list .tab-colum .colum-inner .mCSB_scrollTools {
   right: 6px;
}
.index-select .tab-list .tab-colum .colum-inner .mCSB_draggerRail {
   width: 1px;
   background-color: #7f7f81;
}
.index-select .tab-list .tab-colum .colum-inner .mCSB_dragger_bar {
   width: 3px;
   border-radius: 0;
}
.index-select .tab-list .tab-colum .colum-inner .list-box {
   max-height: 156px;
   margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .list-box {
      max-height: 200px;
   }
}
.index-select .tab-list .tab-colum .colum-inner .normal-list li {
   display: block;
   width: 74.07%;
   margin: 0 auto;
   padding: 12px 0 10px;
   border-bottom: 1px solid #474747;
   text-align: center;
   font-size: 14px;
   color: #7f7f7f;
   cursor: pointer;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .normal-list li {
      width: 80%;
      font-size: 12px;
   }
}
@media screen and (min-width: 1200px) {
   .index-select .tab-list .tab-colum .colum-inner .normal-list li:hover {
      color: #fff;
   }
}
.index-select .tab-list .tab-colum .colum-inner .normal-list li.iselect {
   color: #fff;
}
.index-select .tab-list .tab-colum .colum-inner .more-list li {
   display: block;
   width: 74.07%;
   margin: 0 auto;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .more-list li {
      width: 80%;
   }
}
.index-select .tab-list .tab-colum .colum-inner .more-list>li {
   border-bottom: none;
}
.index-select .tab-list .tab-colum .colum-inner .more-list>li:last-child>a {
   border-bottom: none;
}
.index-select .tab-list .tab-colum .colum-inner .more-list>li:last-child>.list2>li:first-child {
   border-top: 1px solid #474747;
}
.index-select .tab-list .tab-colum .colum-inner .more-list>li:last-child>.list2>li:last-child {
   border-bottom: none;
}
.index-select .tab-list .tab-colum .colum-inner .normal-list li:last-child {
   border-bottom: none;
}
.index-select .tab-list .tab-colum .colum-inner .more-list>li>a {
   display: block;
   padding: 12px 0 10px;
   border-bottom: 1px solid #474747;
   text-align: center;
   font-size: 14px;
   color: #7f7f7f;
   cursor: pointer;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .more-list>li>a {
      font-size: 12px;
   }
}
@media screen and (min-width: 1200px) {
   .index-select .tab-list .tab-colum .colum-inner .more-list>li>a:hover {
      color: #fff;
   }
}
.index-select .tab-list .tab-colum .colum-inner .more-list .list2 {
   display: none;
}
.index-select .tab-list .tab-colum .colum-inner .more-list .list2 li {
   padding: 12px 0 10px;
   border-bottom: 1px solid #474747;
   text-align: center;
   font-size: 14px;
   color: #7f7f7f;
   cursor: pointer;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .more-list .list2 li {
      font-size: 12px;
   }
}
@media screen and (min-width: 1200px) {
   .index-select .tab-list .tab-colum .colum-inner .more-list .list2 li:hover {
      color: #fff;
   }
}
.index-select .tab-list .tab-colum .colum-inner .more-list .list2 li.iselect {
   color: #fff;
}
.index-select .tab-list .tab-colum .colum-inner .search-btn {
   display: block;
   width: 100%;
   height: 60px;
   line-height: 60px;
   font-size: 14px;
   color: #fff;
   text-align: center;
   background-color: #e70012;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .index-select .tab-list .tab-colum .colum-inner .search-btn {
      height: 50px;
      line-height: 50px;
      font-size: 12px;
   }
}
@media screen and (min-width: 1200px) {
   .index-select .tab-list .tab-colum .colum-inner .search-btn:hover {
      background-color: #cd0010;
   }
}
.index-select .tab-list .tab-colum.active .colum-title::after {
   color: #fff;
   transform: translateY(-50%) rotateX(180deg);
}
@media screen and (max-width: 767px) {
   .index-select .tab-list .tab-colum.active .colum-title::after {
      transform: rotateX(180deg);
   }
}
.index-product {
   overflow: hidden;
}
.index-product .content {
   padding-left: 10.41666667%;
   padding-right: 6.25%;
}
.index-product .index-product-slick .slick-list {
   margin: 0 -75px;
}
@media screen and (max-width: 1700px) {
   .index-product .index-product-slick .slick-list {
      margin: 0 -65px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .index-product-slick .slick-list {
      margin: 0 -60px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .index-product-slick .slick-list {
      margin: 0 -50px;
   }
}
@media screen and (max-width: 767px) {
   .index-product .index-product-slick .slick-list {
      margin: 0 -65px;
   }
}
.index-product .index-product-slick .slick-list .slick-slide {
   padding: 0 75px;
}
@media screen and (max-width: 1700px) {
   .index-product .index-product-slick .slick-list .slick-slide {
      padding: 0 65px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .index-product-slick .slick-list .slick-slide {
      padding: 0 60px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .index-product-slick .slick-list .slick-slide {
      padding: 0 50px;
   }
}
@media screen and (max-width: 767px) {
   .index-product .index-product-slick .slick-list .slick-slide {
      padding: 0 65px;
   }
}
@media screen and (min-width: 1200px) {
   .index-product .index-product-slick .slick-list .slick-slide:hover .item {
      background-color: #e70012;
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .pic {
      transform: translateX(-20%);
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .info .num {
      color: #fff;
      -webkit-text-stroke-color: #fff;
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .info .num::before {
      background-color: #fff;
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .info .title h4 {
      color: #fff;
      text-shadow: none;
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .info .title .more {
      color: #fff;
   }
   .index-product .index-product-slick .slick-list .slick-slide:hover .item .info .title .more::before {
      color: #fff;
   }
}
.index-product .item {
   position: relative;
   background-color: #f5f5f5;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.index-product .item .pic {
   display: block;
   position: absolute;
   top: 50px;
   left: 0;
   transform: translateX(-36.3637%);
   z-index: 2;
   width: 75.86206897%;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1300px) {
   .index-product .item .pic {
      top: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .pic {
      top: 20px;
   }
}
@media screen and (max-width: 991px) {
   .index-product .item .pic {
      width: 65%;
   }
}
@media screen and (max-width: 767px) {
   .index-product .item .pic {
      min-width: 145px;
   }
}
@media screen and (max-width: 500px) {
   .index-product .item .pic {
      width: 150px;
      transform: translateX(15px);
   }
}
.index-product .item .pic .img-box {
   padding-bottom: 159.09090909%;
}
.index-product .item .pic img {
   mix-blend-mode: multiply;
}
.index-product .item .info {
   position: relative;
   z-index: 5;
   padding: 60px 30px 70px;
   min-height: 450px;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   text-align: right;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1700px) {
   .index-product .item .info {
      padding: 50px 25px;
      min-height: 390px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .item .info {
      padding: 40px 20px;
      min-height: 350px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .item .info {
      padding: 30px 15px;
      min-height: 300px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .info {
      padding: 20px 15px;
      min-height: 249px;
   }
}
@media screen and (max-width: 767px) {
   .index-product .item .info {
      padding: 20px 15px;
      min-height: 300px;
   }
}
.index-product .item .info .num {
   position: relative;
   font-size: 60px;
   line-height: 1.16666667;
   color: #222222;
   font-family: "Oswald Bold";
   /* -webkit-text-stroke-color: #222222;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1700px) {
   .index-product .item .info .num {
      font-size: 50px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .item .info .num {
      font-size: 40px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .item .info .num {
      font-size: 35px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .info .num {
      font-size: 30px;
   }
}
.index-product .item .info .num::before {
   content: '';
   position: absolute;
   top: 100%;
   right: 0;
   transform: translateY(20px);
   width: 1px;
   height: 60px;
   background-color: #888888;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1700px) {
   .index-product .item .info .num::before {
      height: 50px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .item .info .num::before {
      transform: translateY(10px);
      height: 40px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .item .info .num::before {
      transform: translateY(5px);
      height: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .info .num::before {
      height: 20px;
   }
}
.index-product .item .info .title h4 {
   margin: 0;
   font-size: 30px;
   line-height: 1.16666667;
   color: #231816;
   font-family: "Oswald Bold";
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
   text-shadow: 0 1px #ffffff, 1px 0 #ffffff, -1px 0 #ffffff, 0 -1px #ffffff;
}
@media screen and (max-width: 1700px) {
   .index-product .item .info .title h4 {
      font-size: 28px;
   }
}
@media screen and (max-width: 1500px) {
   .index-product .item .info .title h4 {
      font-size: 26px;
   }
}
@media screen and (max-width: 1300px) {
   .index-product .item .info .title h4 {
      font-size: 24px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .info .title h4 {
      font-size: 20px;
   }
}
.index-product .item .info .title .more {
   position: relative;
   display: inline-block;
   padding-right: 25px;
   margin-top: 15px;
   font-size: 15px;
   line-height: 1.6;
   color: #e70012;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1500px) {
   .index-product .item .info .title .more {
      margin-top: 10px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .item .info .title .more {
      font-size: 14px;
   }
}
.index-product .item .info .title .more::before {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: -1px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e799';
   font-size: 21px;
   color: #e70012;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
.index-product .product-slick-btns {
   padding-top: 60px;
   display: flex;
   justify-content: center;
}
@media screen and (max-width: 1439px) {
   .index-product .product-slick-btns {
      padding-top: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .product-slick-btns {
      padding-top: 40px;
   }
}
@media screen and (max-width: 767px) {
   .index-product .product-slick-btns {
      padding-top: 30px;
   }
}
.index-product .product-slick-btns button {
   margin: 0 36px;
   display: flex;
   align-items: center;
   font-size: 16px;
   line-height: 1.5;
   color: #f4c7cb;
   font-family: 'Helvetica Bold';
   background-color: transparent;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-product .product-slick-btns button {
      margin: 0 20px;
      font-size: 15px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .product-slick-btns button {
      margin: 0 15px;
      font-size: 14px;
      color: #e70012;
   }
}
@media screen and (min-width: 1200px) {
   .index-product .product-slick-btns button:hover {
      color: #e70012;
   }
   .index-product .product-slick-btns button:hover::before,
   .index-product .product-slick-btns button:hover::after {
      color: #e70012;
      border-color: #e70012;
   }
}
.index-product .product-slick-btns button::before,
.index-product .product-slick-btns button::after {
   flex-shrink: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 55px;
   height: 55px;
   border-radius: 50%;
   border: 2px solid #f4c7cb;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 14px;
   color: #f4c7cb;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .index-product .product-slick-btns button::before,
   .index-product .product-slick-btns button::after {
      width: 50px;
      height: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .index-product .product-slick-btns button::before,
   .index-product .product-slick-btns button::after {
      width: 45px;
      height: 45px;
      border-color: #e70012;
      font-size: 13px;
      color: #e70012;
   }
}
@media screen and (max-width: 767px) {
   .index-product .product-slick-btns button::before,
   .index-product .product-slick-btns button::after {
      width: 40px;
      height: 40px;
      font-size: 12px;
   }
}
.index-product .product-slick-btns .slick-prev::before {
   margin-right: 20px;
   content: '\eb63';
}
@media screen and (max-width: 1199px) {
   .index-product .product-slick-btns .slick-prev::before {
      margin-right: 15px;
   }
}
.index-product .product-slick-btns .slick-next::after {
   margin-left: 20px;
   content: '\e633';
}
@media screen and (max-width: 1199px) {
   .index-product .product-slick-btns .slick-next::after {
      margin-left: 15px;
   }
}
.index-follow {
   overflow: hidden;
   background-color: #f3f3f3;
}
.index-follow ul {
   display: flex;
   flex-wrap: wrap;
   margin: -15px;
}
.index-follow ul li {
   width: 33.333333%;
   /*width: 25%;*/
   padding: 15px;
}
@media screen and (max-width: 1199px) {
   .index-follow ul li {
      width: 50%;
   }
}
@media screen and (max-width: 767px) {
   .index-follow ul li {
      width: 100%;
   }
}
.index-follow .title {
   padding-bottom: 22px;
}
.index-follow .title a {
   display: flex;
   align-items: center;
   font-size: 20px;
   line-height: 35px;
   color: #222222;
   font-family: 'Helvetica Bold';
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .index-follow .title a {
      font-size: 18px;
   }
}
@media screen and (max-width: 767px) {
   .index-follow .title a {
      justify-content: center;
   }
}
.index-follow .title a::before {
   display: block;
   margin-right: 15px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   line-height: 35px;
   font-size: 35px;
}
@media screen and (min-width: 1200px) {
   .index-follow .follow-youtube .title a:hover {
      color: #d54029;
   }
}
.index-follow .follow-youtube .title a::before {
   content: '';
   width: 80px;
   height: 35px;
   background: url(../images/common/youtube_icon.png) no-repeat center;
   background-size: 100%;
}
@media screen and (max-width: 1439px) {
   .index-follow .follow-youtube .title a::before {
      width: 60px;
      height: 26.25px;
   }
}
@media screen and (min-width: 1200px) {
   .index-follow .follow-twitter .title a:hover {
      color: #00aced;
   }
}
.index-follow .follow-twitter .title a::before {
   content: '\e882';
   color: #00aced;
}
@media screen and (min-width: 1200px) {
   .index-follow .follow-facebook .title a:hover {
      color: #3c5a99;
   }
}
.index-follow .follow-facebook .title a::before {
   content: '\e6d9';
   color: #3c5a99;
}
@media screen and (min-width: 1200px) {
   .index-follow .follow-instagram .title a:hover {
      color: #cf2f79;
   }
}
.index-follow .follow-instagram .title a::before {
   content: '\e642';
   color: #cf2f79;
}
.index-follow .inner {
   width: 100%;
   height: 420px;
   overflow: auto;
}
@media screen and (max-width: 1199px) {
   .index-follow .inner {
      height: 400px;
   }
}
.index-follow .inner iframe {
   display: block;
   width: 100%;
   height: 100%;
}
.index-follow .inner .follow-youtube-inner {
   display: block;
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
}
@media screen and (min-width: 1200px) {
   .index-follow .inner .follow-youtube-inner:hover::before {
      color: #e70012;
   }
}
.index-follow .inner .follow-youtube-inner::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 5;
   font-family: "iconfont" !important;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   color: #fff;
   font-size: 50px;
   transition: all .3s;
   -webkit-transition: all .3s;
}
.index-follow .inner img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.index-video {
   overflow: hidden;
   background: no-repeat center fixed;
   background-size: cover;
}
@media screen and (max-width: 767px) {
   .index-video {
      background-attachment: scroll;
   }
}
.index-video .content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding-top: 220px;
   padding-bottom: 195px;
}
@media screen and (max-width: 1439px) {
   .index-video .content {
      padding: 160px 0;
   }
}
@media screen and (max-width: 1199px) {
   .index-video .content {
      padding: 130px 0;
   }
}
@media screen and (max-width: 991px) {
   .index-video .content {
      padding: 90px 0;
   }
}
@media screen and (max-width: 767px) {
   .index-video .content {
      padding: 50px 0;
   }
}
.index-video .content h2 {
   margin: 0;
   font-size: 88px;
   line-height: 1.02272727;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   opacity: 0.76;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 0 0 1px #949494;
}
@media screen and (max-width: 1439px) {
   .index-video .content h2 {
      font-size: 70px;
   }
}
@media screen and (max-width: 1199px) {
   .index-video .content h2 {
      font-size: 60px;
   }
}
@media screen and (max-width: 991px) {
   .index-video .content h2 {
      font-size: 50px;
   }
}
@media screen and (max-width: 767px) {
   .index-video .content h2 {
      font-size: 6vw;
   }
}
.index-video .content .video-btn {
   box-sizing: content-box;
   margin-top: 65px;
   position: relative;
   z-index: 1;
   display: block;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   border: 10px solid rgba(255, 255, 255, 0.6);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .index-video .content .video-btn {
      width: 70px;
      height: 70px;
   }
}
@media screen and (max-width: 991px) {
   .index-video .content .video-btn {
      width: 60px;
      height: 60px;
   }
}
@media screen and (max-width: 767px) {
   .index-video .content .video-btn {
      margin-top: 35px;
      border-width: 8px;
      width: 50px;
      height: 50px;
   }
}
@media screen and (min-width: 1200px) {
   .index-video .content .video-btn:hover {
      border-color: rgba(231, 0, 18, 0.55);
   }
   .index-video .content .video-btn:hover::before {
      color: #e70012;
   }
   .index-video .content .video-btn:hover::after {
      border-color: rgba(231, 0, 18, 0.3);
   }
   .index-video .content .video-btn:hover span {
      border-color: rgba(231, 0, 18, 0.15);
   }
}
.index-video .content .video-btn::before {
   box-sizing: inherit;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 5;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   color: #fff;
   font-size: 94px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .index-video .content .video-btn::before {
      font-size: 82px;
   }
}
@media screen and (max-width: 991px) {
   .index-video .content .video-btn::before {
      font-size: 70px;
   }
}
@media screen and (max-width: 767px) {
   .index-video .content .video-btn::before {
      font-size: 60px;
   }
}
.index-video .content .video-btn::after {
   box-sizing: inherit;
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   width: 125%;
   height: 125%;
   border-radius: 50%;
   border: 10px solid rgba(255, 255, 255, 0.35);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
   .index-video .content .video-btn::after {
      display: none;
   }
}
.index-video .content .video-btn span {
   box-sizing: inherit;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   width: 150%;
   height: 150%;
   border-radius: 50%;
   border: 10px solid rgba(255, 255, 255, 0.15);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
   .index-video .content .video-btn span {
      display: none;
   }
}
.index-new {
   overflow: hidden;
   background: url(../images/img/index_new_bgg.jpg) no-repeat center;
   background-size: cover;
}
.index-new .content {
   padding: 0 6.25%;
}
@media screen and (max-width: 767px) {
   .index-new .content {
      padding: 0 15px;
   }
}
.index-new ul {
   display: flex;
   flex-wrap: wrap;
   margin: -15px;
}
@media screen and (max-width: 991px) {
   .index-new ul {
      margin: -10px;
   }
}
@media screen and (max-width: 767px) {
   .index-new ul {
      margin: -7.5px;
   }
}
.index-new ul li {
   width: 25%;
   padding: 15px;
}
@media screen and (max-width: 991px) {
   .index-new ul li {
      width: 33.3333333%;
      padding: 10px;
   }
}
@media screen and (max-width: 767px) {
   .index-new ul li {
      width: 50%;
      padding: 7.5px;
   }
}
@media screen and (max-width: 480px) {
   .index-new ul li {
      width: 100%;
   }
}
.index-new .item {
   position: relative;
   z-index: 1;
   display: block;
   min-height: 100%;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   background-color: #fff;
   transition: color 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
   .index-new .item:hover {
      background-color: #e70012;
   }
   .index-new .item:hover .pic img {
      transform: scale(1.05);
   }
   .index-new .item:hover .info .date {
      background-color: #e70012;
   }
   .index-new .item:hover .info .date strong {
      color: #fff;
   }
   .index-new .item:hover .info .date span {
      color: #fff;
   }
   .index-new .item:hover .info .title a {
      color: #fff;
   }
   .index-new .item:hover .info .txt {
      color: #fff;
   }
}
.index-new .item .pic {
   display: block;
}
.index-new .item .pic .img-box {
   padding-bottom: 74.6835443%;
}
.index-new .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.index-new .item .info {
   padding: 20px;
   padding-top: 15px;
}
@media screen and (max-width: 1199px) {
   .index-new .item .info {
      padding: 15px;
   }
}
.index-new .item .info .date {
   position: absolute;
   top: 15px;
   left: 15px;
   z-index: 5;
   padding: 10px 17px;
   text-align: center;
   background-color: #fff;
   transition: background-color 0.25s;
   -webkit-transition: background-color 0.25s;
}
@media screen and (max-width: 1439px) {
   .index-new .item .info .date {
      padding: 8px 15px;
      top: 10px;
      left: 10px;
   }
}
@media screen and (max-width: 1199px) {
   .index-new .item .info .date {
      padding: 5px 10px;
   }
}
.index-new .item .info .date strong {
   display: block;
   font-size: 32px;
   line-height: 0.9375;
   color: #231816;
   font-family: 'Helvetica Bold';
   transition: color 0.25s;
   -webkit-transition: color 0.25s;
}
@media screen and (max-width: 1439px) {
   .index-new .item .info .date strong {
      font-size: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .index-new .item .info .date strong {
      font-size: 20px;
   }
}
.index-new .item .info .date span {
   margin-top: 1px;
   display: block;
   font-size: 15px;
   line-height: 1;
   color: #666666;
   transition: color 0.25s;
   -webkit-transition: color 0.25s;
}
@media screen and (max-width: 1439px) {
   .index-new .item .info .date span {
      font-size: 14px;
   }
}
@media screen and (max-width: 1199px) {
   .index-new .item .info .date span {
      font-size: 13px;
   }
}
.index-new .item .info .title a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   font-size: 20px;
   line-height: 130%;
   color: #222222;
   font-family: 'Helvetica Bold';
   transition: color 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .index-new .item .info .title a {
      font-size: 18px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .item .info .title a {
      font-size: 16px;
   }
}
@media screen and (min-width: 1200px) {
   .index-new .item .info .title a:hover {
      text-decoration: underline;
   }
}
.index-new .item .info .txt {
   margin-top: 10px;
   font-size: 16px;
   line-height: 1.25;
   color: #777777;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: color 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .index-new .item .info .txt {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .index-new .item .info .txt {
      margin-top: 6px;
      font-size: 14px;
   }
}
.about-company-page .about-intro1 {
   position: relative;
   transform: translateY(-125px);
   z-index: 5;
   margin-bottom: -125px;
   background: no-repeat center top;
   background-size: cover;
}
@media screen and (max-width: 1439px) {
   .about-company-page .about-intro1 {
      transform: translateY(-80px);
      margin-bottom: -80px;
   }
}
.about-company-page .about-intro1 .inner .pic {
   float: left;
   width: 39.72%;
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro1 .inner .pic {
      width: 45%;
   }
}
.about-company-page .about-intro1 .inner .pic .img-box {
   padding-bottom: 131.25%;
}
.about-company-page .about-intro1 .inner {
   padding: 120px 0;
   /*  width: 74.46808511%;
  float: right;*/
   font-size: 20px;
   line-height: 1.5;
   color: #222222;
}
@media screen and (max-width: 1439px) {
   .about-company-page .about-intro1 .inner {
      /*    width: 80%;*/
      font-size: 18px;
   }
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro1 .inner {
      padding: 80px 0 60px;
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro1 .inner {
      font-size: 14px;
   }
}
.about-company-page .about-intro2 {
   position: relative;
   z-index: 2;
   transform: translateY(-55px);
   margin-bottom: -55px;
   background: no-repeat center top;
   background-size: cover;
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro2 {
      transform: translateY(-30px);
      margin-bottom: -30px;
   }
}
.about-company-page .about-intro2 .inner {
   padding: 150px 40px 630px;
   padding-right: 0;
   max-width: 940px;
   font-size: 25px;
   line-height: 1.64;
   color: #ffffff;
}
@media screen and (max-width: 1439px) {
   .about-company-page .about-intro2 .inner {
      padding: 120px 0 400px;
      font-size: 22px;
   }
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro2 .inner {
      padding: 100px 0 300px;
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro2 .inner {
      font-size: 17px;
   }
}
.about-company-page .about-intro3 {
   position: relative;
   transform: translateY(-265px);
   margin-bottom: -266px;
   background: no-repeat left top;
   background-size: cover;
   min-height: 2020px;
}
@media screen and (max-width: 1600px) {
   .about-company-page .about-intro3 {
      min-height: 1500px;
   }
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro3 {
      transform: translateY(-150px);
      margin-bottom: -150px;
      min-height: 1200px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro3 {
      transform: translateY(-100px);
      margin-bottom: -100px;
      min-height: 800px;
   }
}
.about-company-page .about-intro3 .inner {
   padding: 345px 0 249px;
   max-width: 790px;
   float: right;
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro3 .inner {
      padding: 249px 0 200px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro3 .inner {
      padding: 100px 0 200px;
   }
}
.about-company-page .about-intro3 .inner .pic img {
   display: block;
   max-width: 100%;
   height: auto !important;
}
.about-company-page .about-intro3 .inner .txt {
   padding-top: 45px;
   font-size: 25px;
   line-height: 1.76;
   color: #ffffff;
}
@media screen and (max-width: 1439px) {
   .about-company-page .about-intro3 .inner .txt {
      font-size: 22px;
   }
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro3 .inner .txt {
      padding-top: 30px;
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro3 .inner .txt {
      font-size: 17px;
   }
}
.about-company-page .about-intro3 .vr-box h2 {
   margin: 0;
   position: absolute;
   right: 39.32291667%;
   bottom: -5px;
   font-size: 83px;
   line-height: 0.72289157;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro3 .vr-box h2 {
      font-size: 65px;
   }
}
@media screen and (max-width: 991px) {
   .about-company-page .about-intro3 .vr-box h2 {
      font-size: 50px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro3 .vr-box h2 {
      font-size: 35px;
      right: 50%;
      transform: translateX(50%);
   }
}
@media screen and (min-width: 1200px) {
   .about-company-page .about-intro3 .vr-box h2:hover {
      color: #e70012;
   }
}
.about-company-page .about-intro3 .vr-pic {
   position: absolute;
   right: 21.09375%;
   bottom: 0;
   width: 233px;
}
@media screen and (max-width: 1199px) {
   .about-company-page .about-intro3 .vr-pic {
      width: 200px;
      right: 15%;
   }
}
@media screen and (max-width: 991px) {
   .about-company-page .about-intro3 .vr-pic {
      width: 180px;
   }
}
@media screen and (max-width: 767px) {
   .about-company-page .about-intro3 .vr-pic {
      right: 15px;
      width: 130px;
   }
}
.about-team-page {
   overflow: hidden;
}
.about-team-page section {
   overflow: hidden;
}
.about-team-page section:nth-child(odd) {
   padding: 140px 0 70px;
   background: url(../images/img/about_team_odd_bgg.png) no-repeat top;
   background-size: 100% auto;
   background-color: #fff;
}
@media screen and (max-width: 1439px) {
   .about-team-page section:nth-child(odd) {
      padding: 120px 0 70px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page section:nth-child(odd) {
      padding: 70px 0;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page section:nth-child(odd) {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page section:nth-child(odd) {
      padding: 30px 0;
   }
}
.about-team-page section:nth-child(odd) .pic {
   float: right;
   margin-left: 40px;
}
@media screen and (max-width: 991px) {
   .about-team-page section:nth-child(odd) .pic {
      float: none;
      margin: 0;
   }
}
.about-team-page section:nth-child(even) {
   padding: 140px 0 120px;
   background: url(../images/img/about_team_even_bgg.jpg) no-repeat top;
   background-size: 100% auto;
   background-color: #f4f4f4;
}
@media screen and (max-width: 1439px) {
   .about-team-page section:nth-child(even) {
      padding: 120px 0 70px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page section:nth-child(even) {
      padding: 70px 0;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page section:nth-child(even) {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page section:nth-child(even) {
      padding: 30px 0;
   }
}
.about-team-page section:nth-child(even) .pic {
   float: left;
   margin-right: 40px;
}
@media screen and (max-width: 991px) {
   .about-team-page section:nth-child(even) .pic {
      float: none;
      margin: 0;
   }
}
.about-team-page .pic {
   display: block;
   width: 68.08510638%;
   margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
   .about-team-page .pic {
      width: 65%;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .pic {
      width: 100%;
   }
}
.about-team-page .pic .img-box {
   padding-bottom: 64.58333333%;
}
.about-team-page .info {
   padding-top: 110px;
}
@media screen and (max-width: 1439px) {
   .about-team-page .info {
      padding-top: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .info {
      padding-top: 30px;
   }
}
.about-team-page .info .title h6 {
   margin: 0;
   font-size: 24px;
   line-height: 1.45833333;
   color: #333333;
}
@media screen and (max-width: 1439px) {
   .about-team-page .info .title h6 {
      font-size: 22px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .title h6 {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .info .title h6 {
      font-size: 18px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .title h6 {
      font-size: 16px;
   }
}
.about-team-page .info .title h2 {
   padding-top: 20px;
   margin: 0;
   font-size: 60px;
   line-height: 1;
   color: #222222;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .about-team-page .info .title h2 {
      padding-top: 15px;
      font-size: 45px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .title h2 {
      font-size: 35px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .info .title h2 {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .title h2 {
      font-size: 25px;
   }
}
.about-team-page .info .intro {
   padding-top: 60px;
}
@media screen and (max-width: 1439px) {
   .about-team-page .info .intro {
      padding-top: 40px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .info .intro {
      padding-top: 25px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .intro {
      padding-top: 15px;
   }
}
.about-team-page .info .intro::after {
   margin: 40px 0 60px;
   display: inline-block;
   content: '';
   width: 160px;
   height: 120px;
   background: url(../images/img/about_team_icon.png) no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 1439px) {
   .about-team-page .info .intro::after {
      margin: 30px 0;
      width: 134px;
      height: 100px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .intro::after {
      width: 107px;
      height: 80px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .info .intro::after {
      margin: 15px 0;
      width: 80px;
      height: 60px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .intro::after {
      width: 54px;
      height: 40px;
   }
}
.about-team-page .info .intro>h3 {
   display: flex;
   align-items: center;
   position: relative;
   margin: 0;
   font-size: 24px;
   line-height: 1.25;
   color: #222222;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
   .about-team-page .info .intro>h3 {
      font-size: 22px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .intro>h3 {
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .info .intro>h3 {
      font-size: 18px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .intro>h3 {
      font-size: 16px;
   }
}
.about-team-page .info .intro>h3::before {
   flex-shrink: 0;
   display: block;
   margin-right: 15px;
   content: '';
   width: 6px;
   height: 18px;
   background-color: #e70012;
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .intro>h3::before {
      width: 5px;
      height: 15px;
   }
}
.about-team-page .info .intro .intro-inner {
   padding-top: 15px;
   font-size: 16px;
   line-height: 1.875;
   color: #222222;
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .intro .intro-inner {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .intro .intro-inner {
      font-size: 14px;
   }
}
.about-team-page .info .txt {
   font-size: 16px;
   line-height: 1.875;
   color: #444444;
}
@media screen and (max-width: 1199px) {
   .about-team-page .info .txt {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .info .txt {
      font-size: 14px;
   }
}
.about-producttion-page {
   overflow: hidden;
   padding-top: 160px;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page {
      padding-top: 110px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page {
      padding-top: 80px;
   }
}
.about-producttion-page ul li {
   margin-bottom: 105px;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page ul li {
      margin-bottom: 85px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li {
      margin-bottom: 60px;
   }
}
.about-producttion-page ul li:last-child {
   margin-bottom: 0;
}
.about-producttion-page ul li:nth-child(odd) {
   padding-right: 30px;
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(odd) {
      padding-right: 20px;
   }
}
.about-producttion-page ul li:nth-child(odd) .info {
   float: right;
   padding-left: 25px;
   padding-right: 10px;
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(odd) .info {
      padding-left: 15px;
   }
}
.about-producttion-page ul li:nth-child(odd) .info::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   transform: translateX(-100%);
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent #fff transparent transparent;
   border-width: 265px 55px 0 0;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page ul li:nth-child(odd) .info::before {
      border-width: 265px 45px 0 0;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(odd) .info::before {
      border-width: 235px 35px 0 0;
   }
}
.about-producttion-page ul li:nth-child(even) {
   padding-left: 30px;
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(even) {
      padding-left: 20px;
   }
}
.about-producttion-page ul li:nth-child(even) .item {
   text-align: right;
}
.about-producttion-page ul li:nth-child(even) .item .num {
   right: auto;
   left: 0;
   transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
   .about-producttion-page ul li:nth-child(even) .item .num {
      transform: translateX(-50%) skewX(-169deg);
   }
}
.about-producttion-page ul li:nth-child(even) .item .pic {
   left: auto;
   right: 40px;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page ul li:nth-child(even) .item .pic {
      right: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(even) .item .pic {
      right: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page ul li:nth-child(even) .item .pic {
      right: auto;
      left: 20px;
   }
}
.about-producttion-page ul li:nth-child(even) .item .info {
   float: left;
   padding-left: 10px;
   padding-right: 25px;
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(even) .item .info {
      padding-right: 15px;
   }
}
.about-producttion-page ul li:nth-child(even) .item .info::before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   transform: translateX(100%);
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent transparent transparent #fff;
   border-width: 265px 0 0 55px;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page ul li:nth-child(even) .item .info::before {
      border-width: 265px 0 0 45px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page ul li:nth-child(even) .item .info::before {
      border-width: 235px 0 0 35px;
   }
}
.about-producttion-page .item {
   position: relative;
   padding: 140px 0 130px;
   border: 1px solid #444444;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item {
      padding: 80px 0;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item {
      padding: 0 0 50px;
   }
}
.about-producttion-page .item .num {
   position: absolute;
   top: 60px;
   right: 0;
   transform: translateX(50%);
   z-index: 7;
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 36px;
   color: #ffffff;
   font-family: "Oswald Bold";
   background-color: #e70012;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item .num {
      top: 40px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .num {
      top: 20px;
      width: 50px;
      height: 50px;
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .num {
      width: 30px;
      height: 45px;
      font-size: 25px;
      transform: translateX(50%) skewX(169deg);
   }
}
.about-producttion-page .item .pic {
   display: block;
   position: absolute;
   top: -45px;
   left: 40px;
   width: 64.13043478%;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item .pic {
      top: -30px;
      left: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .pic {
      top: -20px;
      left: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .pic {
      display: block;
      position: relative;
      width: calc(100% - 40px);
   }
}
.about-producttion-page .item .pic .img-box {
   padding-bottom: 50.84745763%;
}
.about-producttion-page .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.about-producttion-page .item .txt-bar {
   position: absolute;
   bottom: 13px;
   z-index: 6;
   width: 100%;
   margin: 0;
   padding: 0 35px;
   font-size: 104px;
   line-height: 0.89622642;
   color: #222222;
   font-family: 'Helvetica Bold';
   white-space: nowrap;
   text-transform: uppercase;
   opacity: 0.04;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item .txt-bar {
      font-size: 65px;
      padding: 0 30px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .txt-bar {
      font-size: 50px;
      bottom: 3px;
      padding: 0 20px;
   }
}
@media screen and (max-width: 991px) {
   .about-producttion-page .item .txt-bar {
      font-size: 40px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .txt-bar {
      font-size: 5.215vw;
   }
}
.about-producttion-page .item .info {
   position: relative;
   z-index: 5;
   width: 48.91304348%;
   padding-top: 35px;
   min-height: 265px;
   background-color: #fff;
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item .info {
      padding-top: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .info {
      padding-top: 20px;
      min-height: 235px;
   }
}
@media screen and (max-width: 991px) {
   .about-producttion-page .item .info {
      min-height: 200px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .info {
      padding: 0 20px !important;
      min-height: 0;
      width: 100%;
   }
}
.about-producttion-page .item .info::before {
   z-index: -1;
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .info::before {
      display: none;
   }
}
.about-producttion-page .item .info .title {
   padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .info .title {
      padding-bottom: 10px;
   }
}
.about-producttion-page .item .info .title h3 {
   margin: 0;
   font-size: 48px;
   line-height: 1.14583333;
   color: #222222;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .about-producttion-page .item .info .title h3 {
      font-size: 35px;
   }
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .info .title h3 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .info .title h3 {
      font-size: 20px;
   }
}
@media screen and (max-width: 480px) {
   .about-producttion-page .item .info .title h3 {
      font-size: 18px;
   }
}
.about-producttion-page .item .info .txt {
   overflow: auto;
   max-height: 200px;
   font-size: 16px;
   line-height: 1.625;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .about-producttion-page .item .info .txt {
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .about-producttion-page .item .info .txt {
      max-height: 150px;
   }
}
@media screen and (max-width: 767px) {
   .about-producttion-page .item .info .txt {
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .about-producttion-page .item .info .txt {
      font-size: 13px;
   }
}
.about-honor-page {
   overflow: hidden;
}
.about-honor-page ul {
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
}
.about-honor-page ul li {
   width: 33.333333%;
}
@media screen and (max-width: 767px) {
   .about-honor-page ul li {
      width: 50%;
   }
}
@media screen and (max-width: 480px) {
   .about-honor-page ul li {
      width: 100%;
   }
}
.about-honor-page .honor-list1 {
   margin: 0 -15px;
   padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
   .about-honor-page .honor-list1 {
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list1 {
      padding-bottom: 30px;
      margin: 0 -10px;
   }
}
@media screen and (max-width: 767px) {
   .about-honor-page .honor-list1 {
      padding-bottom: 15px;
      margin: 0 -7.5px;
   }
}
.about-honor-page .honor-list1 li {
   padding: 0 15px;
   margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list1 li {
      padding: 0 10px;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-honor-page .honor-list1 li {
      padding: 0 7.5px;
      margin-bottom: 15px;
   }
}
.about-honor-page .honor-list1 .item {
   padding: 23px 24px 15px;
}
@media screen and (max-width: 1439px) {
   .about-honor-page .honor-list1 .item {
      padding: 15px;
   }
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list1 .item {
      padding: 10px;
   }
}
.about-honor-page .honor-list1 .item .img-box {
   padding-bottom: 67.5%;
}
.about-honor-page .honor-list2 {
   padding: 0 75px;
   margin-bottom: -30px;
}
@media screen and (max-width: 1439px) {
   .about-honor-page .honor-list2 {
      padding: 0 50px;
   }
}
@media screen and (max-width: 1199px) {
   .about-honor-page .honor-list2 {
      padding: 0 20px;
   }
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list2 {
      padding: 0 10px;
      margin-bottom: -20px;
   }
}
@media screen and (max-width: 767px) {
   .about-honor-page .honor-list2 {
      padding: 0;
      margin-bottom: -15px;
   }
}
.about-honor-page .honor-list2 li {
   padding: 0 45px;
   padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
   .about-honor-page .honor-list2 li {
      padding-left: 30px;
      padding-right: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .about-honor-page .honor-list2 li {
      padding-left: 15px;
      padding-right: 15px;
   }
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list2 li {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-honor-page .honor-list2 li {
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-bottom: 15px;
   }
}
.about-honor-page .honor-list2 .item {
   padding: 15px;
}
@media screen and (max-width: 991px) {
   .about-honor-page .honor-list2 .item {
      padding: 10px;
   }
}
.about-honor-page .honor-list2 .item .img-box {
   padding-bottom: 140.6779661%;
}
@media screen and (min-width: 1200px) {
   .about-honor-page .honor-list2 .item h5 {
      margin-top: 15px;
   }
}
.about-honor-page .item {
   position: relative;
   display: block;
   min-height: 100%;
   background-color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
   .about-honor-page .item:hover::before {
      width: 100%;
   }
   .about-honor-page .item:hover img {
      transform: scale(1.05);
   }
   .about-honor-page .item:hover h5 {
      color: #e70012;
   }
   .about-honor-page .item:hover h5::before {
      color: #e70012;
   }
}
.about-honor-page .item::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 0;
   height: 3px;
   background-color: #e70012;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.about-honor-page .item .img-box {
   border: 1px solid #222222;
}
.about-honor-page .item .img-box img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.about-honor-page .item h5 {
   position: relative;
   margin: 25px 0 0;
   padding-right: 30px;
   font-size: 16px;
   line-height: 1.125;
   color: #222222;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .about-honor-page .item h5 {
      margin-top: 15px;
   }
}
@media screen and (max-width: 1199px) {
   .about-honor-page .item h5 {
      font-size: 14px;
      padding-right: 25px;
   }
}
@media screen and (max-width: 991px) {
   .about-honor-page .item h5 {
      margin-top: 10px;
      min-height: 27px;
      font-size: 12px;
   }
}
.about-honor-page .item h5::before {
   position: absolute;
   top: -2px;
   right: -2px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e646';
   color: #222222;
   font-size: 23px;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .about-honor-page .item h5::before {
      font-size: 20px;
   }
}
.about-sales-page {
   overflow: hidden;
   position: relative;
}
@media screen and (min-width: 1200px) {
   .about-sales-page {
      margin-bottom: -104px;
      transform: translateY(-104px);
   }
}
.about-sales-page .content {
   padding-top: 38.54166667%;
   background: no-repeat top center;
   background-size: cover;
}
.about-sales-page .sales-pic {
   position: relative;
   display: block;
   margin: 0 auto;
   width: 100%;
   max-width: 1855px;
   background-image: linear-gradient(rgba(255, 255, 255, 0.75), #ffffff 30%);
   background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.75), #ffffff 30%);
}
.about-sales-page .sales-pic .img-box {
   padding-bottom: 59.29919137%;
}
.about-sales-page .sales-pic .info {
   position: absolute;
   right: 9.70350404%;
   bottom: 40.90909091%;
   z-index: 5;
}
@media screen and (max-width: 1199px) {
   .about-sales-page .sales-pic .info {
      right: 3%;
   }
}
@media screen and (max-width: 991px) {
   .about-sales-page .sales-pic .info {
      right: 50px;
   }
}
@media screen and (max-width: 767px) {
   .about-sales-page .sales-pic .info {
      right: 80px;
      bottom: 30px;
   }
}
@media screen and (max-width: 480px) {
   .about-sales-page .sales-pic .info {
      bottom: 15px;
   }
}
.about-sales-page .sales-pic .info h3 {
   position: absolute;
   bottom: -5px;
   left: -10px;
   margin: 0;
   font-size: 167px;
   line-height: 0.83832335;
   color: #004ea1;
   font-family: 'Helvetica Bold';
   opacity: 0.35;
   /* -webkit-text-stroke-color: #004ea1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}
@media screen and (max-width: 1439px) {
   .about-sales-page .sales-pic .info h3 {
      opacity: 0.25;
   }
}
@media screen and (max-width: 1199px) {
   .about-sales-page .sales-pic .info h3 {
      font-size: 130px;
   }
}
@media screen and (max-width: 991px) {
   .about-sales-page .sales-pic .info h3 {
      font-size: 100px;
   }
}
@media screen and (max-width: 767px) {
   .about-sales-page .sales-pic .info h3 {
      opacity: 0.65;
   }
}
.about-sales-page .sales-pic .info h3 sup {
   top: -0.38em;
}
.about-sales-page .sales-pic .info h2 {
   margin: 0;
   min-width: 260px;
   font-size: 40px;
   line-height: 1.175;
   color: #222222;
   font-family: "Oswald Bold";
}
@media screen and (max-width: 1199px) {
   .about-sales-page .sales-pic .info h2 {
      font-size: 30px;
   }
}
@media screen and (max-width: 991px) {
   .about-sales-page .sales-pic .info h2 {
      min-width: 150px;
      font-size: 25px;
   }
}
.product-page {
   overflow: hidden;
}
.product-page .product-bar {
   background-color: #252525;
}
.product-page .product-bar ul {
   display: block;
   margin: 0 auto;
   width: 100%;
   max-width: 1490px;
   padding: 25px 15px 20px;
}
@media screen and (max-width: 1439px) {
   .product-page .product-bar ul {
      padding-top: 20px;
      padding-bottom: 15px;
   }
}
.product-page .product-bar li {
   display: inline-block;
   margin-bottom: 5px;
}
.product-page .product-bar li a {
   display: block;
   padding: 0 20px;
   border: 2px solid transparent;
   border-radius: 24.5px;
   font-size: 18px;
   line-height: 2.5;
   color: #aaaaaa;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .product-page .product-bar li a {
      font-size: 16px;
   }
}
@media screen and (max-width: 1199px) {
   .product-page .product-bar li a {
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .product-page .product-bar li a {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .product-page .product-bar li a {
      font-size: 12px;
      line-height: 2;
      padding: 0 15px;
   }
}
@media screen and (min-width: 1200px) {
   .product-page .product-bar li a:hover {
      border-color: var(--theme-color);
      color: var(--theme-color);
   }
}
.product-page .product-bar ul>.active a {
   border-color: var(--theme-color);
   color: var(--theme-color);
}
.product-page .product-list .p-list {
   display: flex;
   flex-wrap: wrap;
}
.product-page .product-list .p-list li {
   width: 20%;
}
@media screen and (max-width: 991px) {
   .product-page .product-list .p-list li {
      width: 25%;
   }
}
@media screen and (max-width: 767px) {
   .product-page .product-list .p-list li {
      width: 33.3333333%;
   }
}
@media screen and (max-width: 600px) {
   .product-page .product-list .p-list li {
      width: 50%;
   }
}
.product-page .product-list .item {
   overflow: hidden;
   display: block;
   padding: 25px 17.5px;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
   .product-page .product-list .item {
      padding: 20px 15px;
   }
}
@media screen and (max-width: 767px) {
   .product-page .product-list .item {
      padding: 10px;
   }
}
@media screen and (min-width: 1200px) {
   .product-page .product-list .item:hover {
      background-color: var(--theme-color);
   }
   .product-page .product-list .item:hover .pic img {
      transform: scale(1.05);
   }
   .product-page .product-list .item:hover .info .num {
      color: rgba(255, 255, 255, 0.85);
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
   }
   .product-page .product-list .item:hover .info .title a {
      color: #fff;
   }
   .product-page .product-list .item:hover .info .category {
      color: #fff;
   }
}
.product-page .product-list .item .pic {
   display: block;
}
.product-page .product-list .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.product-page .product-list .item .info {
   position: relative;
   margin-top: 15px;
   padding-left: 18px;
   padding-right: 52px;
}
@media screen and (max-width: 1439px) {
   .product-page .product-list .item .info {
      padding-left: 10px;
      padding-right: 40px;
   }
}
@media screen and (max-width: 1199px) {
   .product-page .product-list .item .info {
      padding-right: 30px;
   }
}
.product-page .product-list .item .info .num {
   position: absolute;
   top: 5px;
   right: 20px;
   font-size: 30px;
   line-height: 1;
   color: #dedede;
   font-family: "Oswald Bold";
   /* -webkit-text-stroke-color: #dedede;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
   .product-page .product-list .item .info .num {
      top: 1px;
      right: 10px;
      font-size: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .product-page .product-list .item .info .num {
      top: 1px;
      right: 5px;
      font-size: 20px;
   }
}
.product-page .product-list .item .info .title {
   margin: 0;
}
.product-page .product-list .item .info .title a {
   font-size: 36px;
   line-height: 1.25;
   color: #252525;
   font-family: "Oswald Bold";
   text-transform: uppercase;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .product-page .product-list .item .info .title a {
      font-size: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .product-page .product-list .item .info .title a {
      font-size: 20px;
   }
}
@media screen and (max-width: 480px) {
   .product-page .product-list .item .info .title a {
      font-size: 18px;
   }
}
@media screen and (min-width: 1200px) {
   .product-page .product-list .item .info .title a:hover {
      text-decoration: underline;
   }
}
.product-page .product-list .item .info .category {
   margin: 5px 0 0;
   font-size: 16px;
   line-height: 1.25;
   color: #222222;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .product-page .product-list .item .info .category {
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .product-page .product-list .item .info .category {
      font-size: 12px;
   }
}
.product-page .product-pager {
   padding: 30px 0;
   background-color: #252525;
}
#not-found .category-cf {
   --theme-color: #00a0e9;
}
#not-found .category-ra {
   --theme-color: #218f58;
}
#not-found .notfound-bar {
   background-color: #252525;
}
#not-found .notfound-bar .content {
   display: block;
   margin: 0 auto;
   width: 100%;
   max-width: 1490px;
   padding: 25px 20px 15px;
}
#not-found .notfound-bar h2 {
   margin: 0;
   font-size: 30px;
   line-height: 1;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   #not-found .notfound-bar h2 {
      font-size: 25px;
   }
}
@media screen and (max-width: 767px) {
   #not-found .notfound-bar h2 {
      font-size: 20px;
   }
}
#not-found .notfound-bar .txt {
   padding-top: 15px;
   font-size: 18px;
   line-height: 1.33333333;
   color: #757575;
}
@media screen and (max-width: 1199px) {
   #not-found .notfound-bar .txt {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   #not-found .notfound-bar .txt {
      font-size: 14px;
   }
}
#not-found .notfound-bar .tip {
   position: relative;
   margin-top: 20px;
   padding-left: 25px;
   font-size: 18px;
   line-height: 1.33333333;
   color: #fff;
}
@media screen and (max-width: 1199px) {
   #not-found .notfound-bar .tip {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   #not-found .notfound-bar .tip {
      font-size: 14px;
   }
}
#not-found .notfound-bar .tip::before {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e64c';
   color: #fff;
}
@media screen and (max-width: 1199px) {
   #not-found .notfound-bar .tip::before {
      font-size: 15px;
      left: 5px;
   }
}
#not-found .product-bar ul {
   padding-top: 0;
}
.product-details-page {
   overflow: hidden;
}
@media screen and (min-width: 1200px) {
   .product-details-page {
      position: relative;
      transform: translateY(-104px);
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page {
      padding-bottom: 50px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page {
      padding-bottom: 30px;
   }
}
.product-details-page .p-info {
   padding: 185px 0 35px;
   background: url(../images/img/product_details_banner.jpg) no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-info {
      padding-top: 150px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info {
      padding: 30px 0;
      background: none;
      background-color: #f4f4f4;
   }
}
.product-details-page .p-info .left-pic {
   position: relative;
   float: left;
   width: 45.39007092%;
}
@media screen and (max-width: 991px) {
   .product-details-page .p-info .left-pic {
      float: none;
      width: 100%;
   }
}
.product-details-page .p-info .left-pic .slider-nav {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 72px;
}
@media screen and (max-width: 991px) {
   .product-details-page .p-info .left-pic .slider-nav {
      width: 100px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .left-pic .slider-nav {
      position: relative;
      top: 0;
      transform: translate(0, 0);
      width: 100%;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .left-pic .slider-nav .slick-list {
      margin: 0 -5px;
   }
}
.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
   margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
      margin-bottom: 0;
      padding: 0 5px;
   }
}
.product-details-page .p-info .left-pic .slider-nav .slick-current .item {
   background-color: var(--theme-color);
}
.product-details-page .p-info .left-pic .slider-nav .item {
   display: block;
   background-color: #fff;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.product-details-page .p-info .right-intro {
   float: right;
   width: 54.25531915%;
   padding-top: 10px;
}
@media screen and (max-width: 991px) {
   .product-details-page .p-info .right-intro {
      float: none;
      width: 100%;
   }
}
.product-details-page .p-info .right-intro .title {
   display: flex;
   justify-content: space-between;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .title {
      display: block;
      padding-top: 20px;
   }
}
.product-details-page .p-info .right-intro .title h1 {
   margin: 0;
   margin-right: 20px;
   font-size: 80px;
   line-height: 1.125;
   color: #222222;
   font-family: "Oswald Bold";
   text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-info .right-intro .title h1 {
      font-size: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .title h1 {
      font-size: 45px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .title h1 {
      font-size: 25px;
   }
}
.product-details-page .p-info .right-intro .title .share {
   flex-shrink: 0;
   text-align: right;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .title .share {
      padding-top: 5px;
      text-align: left;
   }
}
.product-details-page .p-info .right-intro .title .share b {
   font-size: 18px;
   line-height: 2.5;
   color: #222222;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .title .share b {
      font-size: 16px;
   }
}
.product-details-page .p-info .right-intro .txt {
   padding-top: 60px;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-info .right-intro .txt {
      padding-top: 40px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .txt {
      padding-top: 30px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .txt {
      padding-top: 20px;
   }
}
.product-details-page .p-info .right-intro .txt li {
   display: flex;
   justify-content: space-between;
   margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .txt li {
      margin-bottom: 20px;
   }
}
.product-details-page .p-info .right-intro .txt li:last-child {
   margin-bottom: 0;
}
.product-details-page .p-info .right-intro .txt li .left-icon {
   flex-shrink: 0;
   width: 50px;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .txt li .left-icon {
      width: 40px;
   }
}
.product-details-page .p-info .right-intro .txt li .left-icon img {
   display: block;
   max-width: 100%;
   height: auto !important;
}
.product-details-page .p-info .right-intro .txt li .right-inner {
   width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .txt li .right-inner {
      width: calc(100% - 60px);
   }
}
.product-details-page .p-info .right-intro .txt li .right-inner h6 {
   margin: 0;
   font-size: 18px;
   line-height: 1.66666667;
   color: #222222;
   font-family: "Oswald Bold";
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .txt li .right-inner h6 {
      font-size: 17px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .txt li .right-inner h6 {
      font-size: 16px;
   }
}
.product-details-page .p-info .right-intro .txt li .right-inner p {
   font-size: 16px;
   line-height: 1.25;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-info .right-intro .txt li .right-inner p {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-info .right-intro .txt li .right-inner p {
      font-size: 14px;
   }
}
.product-details-page .p-bar {
   background-color: #222222;
}
.product-details-page .p-bar .content {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-bar .content {
      display: block;
   }
}
.product-details-page .p-bar .content .txt {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.product-details-page .p-bar .content .txt h2 {
   position: relative;
   z-index: 1;
   margin: 0;
   margin-right: 15px;
   padding: 10px 0;
   max-width: 150px;
   font-size: 22px;
   line-height: 1.45454545;
   color: #ffffff;
   font-family: "Oswald Bold";
   text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-bar .content .txt h2 {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-bar .content .txt h2 {
      font-size: 18px;
      max-width: 100%;
      /*padding-right: 160px;*/
   }
}
.product-details-page .p-bar .content .txt h2::before {
   /*content: '';*/
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: -1;
   left: 100%;
   width: 155px;
   height: 40px;
   background: var(--theme-details-icon) no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-bar .content .txt h2::before {
      left: auto;
      right: 0;
   }
}
.product-details-page .p-bar .content .txt img {
   max-width: 100%;
}
.product-details-page .p-bar .content .btns {
   display: flex;
   margin-right: -60px;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-bar .content .btns {
      margin-right: -40px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-bar .content .btns {
      margin-right: -20px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-bar .content .btns {
      margin-right: -10px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-bar .content .btns {
      justify-content: space-between;
      margin: 0 -10px;
   }
}
.product-details-page .p-bar .content .btns a {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0 60px;
   min-height: 100px;
   font-size: 16px;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-bar .content .btns a {
      padding: 0 40px;
      min-height: 80px;
   }
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-bar .content .btns a {
      padding: 0 20px;
      min-height: 60px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-bar .content .btns a {
      padding: 0 10px;
      min-height: 50px;
      font-size: 15px;
   }
}
@media screen and (min-width: 1200px) {
   .product-details-page .p-bar .content .btns a:hover {
      background-color: var(--theme-color);
   }
}
.product-details-page .p-bar .content .btns a::before {
   margin-right: 10px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 24px;
   color: #fff;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-bar .content .btns a::before {
      font-size: 22px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-bar .content .btns a::before {
      font-size: 20px;
   }
}
.product-details-page .p-bar .content .btns .goinquire::before {
   content: '\e6a5';
}
.product-details-page .p-bar .content .btns .addcar::before {
   content: '\e603';
   display: block;
   margin-top: -8px;
   font-size: 30px;
}
@media screen and (max-width: 1439px) {
   .product-details-page .p-bar .content .btns .addcar::before {
      font-size: 26px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-bar .content .btns .addcar::before {
      font-size: 24px;
   }
}
.product-details-page .p-title {
   padding: 50px 0 15px;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-title {
      padding-top: 30px;
   }
}
.product-details-page .p-title h2 {
   margin: 0;
   font-size: 40px;
   line-height: 1.375;
   color: #222222;
   font-family: "Oswald Bold";
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-title h2 {
      font-size: 35px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-title h2 {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-title h2 {
      font-size: 25px;
   }
}
@media screen and (max-width: 480px) {
   .product-details-page .p-title h2 {
      font-size: 20px;
   }
}
.product-details-page .p-title p {
   padding-top: 12px;
   font-size: 16px;
   line-height: 1.25;
   color: #777777;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-title p {
      padding-top: 10px;
      font-size: 15px;
   }
}
@media screen and (max-width: 991px) {
   .product-details-page .p-title p {
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-title p {
      padding-top: 5px;
      font-size: 13px;
   }
}
.product-details-page .p-details .inner p {
   font-size: 16px;
   line-height: 1.25;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-details .inner p {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-details .inner p {
      font-size: 14px;
   }
}
.product-details-page .p-details .inner p img {
   max-width: 100%;
   height: auto !important;
}
.product-details-page .p-details .inner .table-box tr,
.product-details-page .p-details .inner .table-box th,
.product-details-page .p-details .inner .table-box td {
   border-color: #666666 !important;
   color: #666666;
   background-color: #fff;
}
.product-details-page .p-inquire form {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-inquire form {
      margin: 0 -7.5px;
   }
}
.product-details-page .p-inquire form fieldset {
   display: block;
   width: 100%;
   padding: 0 10px;
   margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form fieldset {
      padding: 0 7.5px;
      margin-bottom: 15px;
   }
}
.product-details-page .p-inquire form fieldset:nth-child(1) input {
   border-color: #222222;
   color: #fff;
   background-color: #222222;
}
.product-details-page .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
   width: 25%;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
      width: 50%;
   }
}
.product-details-page .p-inquire form fieldset:nth-last-child(1) {
   margin-bottom: 0;
}
.product-details-page .p-inquire form fieldset:nth-last-child(2) {
   margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form fieldset:nth-last-child(2) {
      margin-bottom: 20px;
   }
}
.product-details-page .p-inquire form input,
.product-details-page .p-inquire form textarea {
   display: block;
   padding: 12px 25px;
   width: 100%;
   border: 1px solid #e5e5e5;
   font-size: 16px;
   line-height: 1.5;
   color: #333333;
   background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-inquire form input,
   .product-details-page .p-inquire form textarea {
      padding: 10px 20px;
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form input,
   .product-details-page .p-inquire form textarea {
      padding: 8px 15px;
      font-size: 14px;
   }
}
.product-details-page .p-inquire form textarea {
   height: 320px;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-inquire form textarea {
      height: 200px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form textarea {
      height: 180px;
   }
}
.product-details-page .p-inquire form input::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea::-webkit-input-placeholder {
   color: #333333;
}
.product-details-page .p-inquire form input:-o-placeholder,
.product-details-page .p-inquire form textarea:-o-placeholder {
   color: #333333;
}
.product-details-page .p-inquire form input::-moz-placeholder,
.product-details-page .p-inquire form textarea::-moz-placeholder {
   color: #333333;
}
.product-details-page .p-inquire form input:-ms-input-placeholder,
.product-details-page .p-inquire form textarea:-ms-input-placeholder {
   color: #333333;
}
.product-details-page .p-inquire form input:focus::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.product-details-page .p-inquire form input:focus::-o-placeholder,
.product-details-page .p-inquire form textarea:focus::-o-placeholder {
   color: #ababab;
}
.product-details-page .p-inquire form input:focus::-moz-placeholder,
.product-details-page .p-inquire form textarea:focus::-moz-placeholder {
   color: #ababab;
}
.product-details-page .p-inquire form input:focus::-ms-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.product-details-page .p-inquire form button {
   display: block;
   margin: 0 auto;
   width: 160px;
   height: 50px;
   border-radius: 25px;
   font-size: 16px;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   background-color: var(--theme-color);
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .product-details-page .p-inquire form button {
      width: 145px;
      height: 45px;
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .product-details-page .p-inquire form button {
      width: 130px;
      height: 40px;
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .product-details-page .p-inquire form button:hover {
      box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4) inset;
   }
}
.inquire-page {
   overflow: hidden;
}
.inquire-page .title {
   text-align: center;
   padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
   .inquire-page .title {
      padding-bottom: 30px;
   }
}
.inquire-page .car-table table {
   width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
   width: 14.82269504%;
   padding-left: 3.19148936%;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tr td:nth-child(1),
   .inquire-page .car-table table tr th:nth-child(1) {
      padding-left: 5px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tr td:nth-child(1),
   .inquire-page .car-table table tr th:nth-child(1) {
      width: 17.822695%;
   }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
   margin: 0;
   border-color: #c3ccd2;
   background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
   width: 54.25531915%;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table tr td:nth-child(2),
   .inquire-page .car-table table tr th:nth-child(2) {
      width: 45.255319%;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tr td:nth-child(2),
   .inquire-page .car-table table tr th:nth-child(2) {
      width: 42.255319%;
   }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
   width: 15.95744681%;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table tr td:nth-child(3),
   .inquire-page .car-table table tr th:nth-child(3) {
      width: 24.957447%;
   }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
   width: 14.89361702%;
}
.inquire-page .car-table table thead {
   border: 1px solid #d5d5d5;
   background-color: #e70012;
}
.inquire-page .car-table table thead tr {
   height: 55px;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table thead tr {
      height: 50px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table thead tr {
      height: 40px;
   }
}
.inquire-page .car-table table thead tr th {
   font-size: 16px;
   color: #ffffff;
   font-weight: 400;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table thead tr th {
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .inquire-page .car-table table thead tr th {
      font-size: 12px;
   }
}
.inquire-page .car-table table thead tr th:nth-child(1) span {
   padding-left: 20px;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table thead tr th:nth-child(1) span {
      padding-left: 10px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table thead tr th:nth-child(1) span {
      padding-left: 0;
   }
}
.inquire-page .car-table table thead tr th:nth-child(3),
.inquire-page .car-table table thead tr th:nth-child(4) {
   text-align: center;
}
.inquire-page .car-table table tbody tr {
   border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
   padding: 35px 0;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table tbody tr td:nth-child(2) {
      padding: 20px 0;
   }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
   display: inline-block;
   vertical-align: middle;
   width: 30%;
   max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
   overflow: hidden;
   display: inline-block;
   vertical-align: middle;
   margin-left: 5.22875817%;
   max-width: calc(100% -160px);
   font-size: 18px;
   color: #333333;
}
@media screen and (max-width: 1199px) {
   .inquire-page .car-table table tbody tr td:nth-child(2) p {
      font-size: 16px;
   }
}
@media screen and (max-width: 991px) {
   .inquire-page .car-table table tbody tr td:nth-child(2) p {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tbody tr td:nth-child(2) p {
      font-size: 13px;
   }
}
@media screen and (max-width: 500px) {
   .inquire-page .car-table table tbody tr td:nth-child(2) p {
      font-size: 12px;
      margin-left: 0;
      margin-top: 5px;
      width: 100%;
      max-width: 100%;
   }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
   text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
   -moz-user-select: none;
   /*mozilar*/
   -webkit-user-select: none;
   /*webkit*/
   -ms-user-select: none;
   /*IE*/
   user-select: none;
   display: inline-block;
   width: 37px;
   height: 33px;
   font-size: 18px;
   line-height: 31px;
   color: #333333;
   background-color: transparent;
   border: 1px solid #dfdfdf;
   vertical-align: middle;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tbody tr td:nth-child(3) span {
      width: 30px;
      height: 25px;
      line-height: 20px;
      font-size: 15px;
   }
}
@media screen and (max-width: 520px) {
   .inquire-page .car-table table tbody tr td:nth-child(3) span {
      width: 15px;
      font-size: 13px;
   }
}
@media screen and (min-width: 1200px) {
   .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
      background-color: #e70012;
      color: #fff;
   }
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed {
   background-color: #EEEEEE;
   color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed:hover {
   background-color: #EEEEEE;
   color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
   font-size: 16px;
   line-height: 36px;
   color: #333333;
   width: 64px;
   text-align: center;
   vertical-align: middle;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-table table tbody tr td:nth-child(3) input {
      width: 45px;
      font-size: 14px;
   }
}
@media screen and (max-width: 500px) {
   .inquire-page .car-table table tbody tr td:nth-child(3) input {
      width: 30px;
      font-size: 12px;
   }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
   text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) span {
   cursor: pointer;
}
@media screen and (min-width: 1200px) {
   .inquire-page .car-table table tbody tr td:nth-child(4) span:hover::before {
      color: #e70012;
   }
}
.inquire-page .car-table table tbody tr td:nth-child(4) span::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e632';
   color: #787878;
   font-size: 18px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.inquire-page .car-table table tbody tr:last-child {
   border-bottom: none;
}
.inquire-page .car-message h2 {
   padding: 70px 0 40px;
   text-align: center;
}
@media screen and (max-width: 991px) {
   .inquire-page .car-message h2 {
      padding: 50px 0 30px;
   }
}
@media screen and (max-width: 991px) {
   .inquire-page .car-message h2 {
      padding: 30px 0;
   }
}
.inquire-page .car-message form {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}
@media screen and (max-width: 1199px) {
   .inquire-page .car-message form {
      margin: 0 -7.5px;
   }
}
.inquire-page .car-message form fieldset {
   display: block;
   width: 100%;
   padding: 0 10px;
   margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form fieldset {
      padding: 0 7.5px;
      margin-bottom: 15px;
   }
}
.inquire-page .car-message form fieldset:nth-child(1) input {
   border-color: #222222;
   color: #fff;
   background-color: #222222;
}
.inquire-page .car-message form fieldset:nth-child(-n+5):nth-child(n+2) {
   width: 25%;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form fieldset:nth-child(-n+5):nth-child(n+2) {
      width: 50%;
   }
}
.inquire-page .car-message form fieldset:nth-last-child(1) {
   margin-bottom: 0;
}
.inquire-page .car-message form fieldset:nth-last-child(2) {
   margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form fieldset:nth-last-child(2) {
      margin-bottom: 20px;
   }
}
.inquire-page .car-message form input,
.inquire-page .car-message form textarea {
   display: block;
   padding: 12px 25px;
   width: 100%;
   border: 1px solid #e5e5e5;
   font-size: 16px;
   line-height: 1.5;
   color: #333333;
   background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
   .inquire-page .car-message form input,
   .inquire-page .car-message form textarea {
      padding: 10px 20px;
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form input,
   .inquire-page .car-message form textarea {
      padding: 8px 15px;
      font-size: 14px;
   }
}
.inquire-page .car-message form textarea {
   height: 320px;
}
@media screen and (max-width: 1199px) {
   .inquire-page .car-message form textarea {
      height: 200px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form textarea {
      height: 180px;
   }
}
.inquire-page .car-message form input::-webkit-input-placeholder,
.inquire-page .car-message form textarea::-webkit-input-placeholder {
   color: #333333;
}
.inquire-page .car-message form input:-o-placeholder,
.inquire-page .car-message form textarea:-o-placeholder {
   color: #333333;
}
.inquire-page .car-message form input::-moz-placeholder,
.inquire-page .car-message form textarea::-moz-placeholder {
   color: #333333;
}
.inquire-page .car-message form input:-ms-input-placeholder,
.inquire-page .car-message form textarea:-ms-input-placeholder {
   color: #333333;
}
.inquire-page .car-message form input:focus::-webkit-input-placeholder,
.inquire-page .car-message form textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.inquire-page .car-message form input:focus::-o-placeholder,
.inquire-page .car-message form textarea:focus::-o-placeholder {
   color: #ababab;
}
.inquire-page .car-message form input:focus::-moz-placeholder,
.inquire-page .car-message form textarea:focus::-moz-placeholder {
   color: #ababab;
}
.inquire-page .car-message form input:focus::-ms-input-placeholder,
.inquire-page .car-message form textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.inquire-page .car-message form button {
   display: block;
   margin: 0 auto;
   width: 160px;
   height: 50px;
   border-radius: 25px;
   font-size: 16px;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   background-color: #e70012;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .inquire-page .car-message form button {
      width: 145px;
      height: 45px;
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .inquire-page .car-message form button {
      width: 130px;
      height: 40px;
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .inquire-page .car-message form button:hover {
      box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4) inset;
   }
}
.brand-cf-page {
   overflow: hidden;
   position: relative;
}
@media screen and (min-width: 1200px) {
   .brand-cf-page {
      margin-bottom: -104px;
      transform: translateY(-104px);
   }
}
.brand-cf-page .pic {
   display: block;
}
.brand-cf-page .pic img {
   width: 100%;
   max-width: 100%;
   height: auto !important;
}
.brand-cf-page .inner {
   padding: 130px 0 145px;
   background-color: #131212;
}
@media screen and (max-width: 1439px) {
   .brand-cf-page .inner {
      padding: 100px 0;
   }
}
@media screen and (max-width: 1199px) {
   .brand-cf-page .inner {
      padding: 80px 0;
   }
}
@media screen and (max-width: 991px) {
   .brand-cf-page .inner {
      padding: 60px 0;
   }
}
@media screen and (max-width: 767px) {
   .brand-cf-page .inner {
      padding: 40px 0;
   }
}
.brand-cf-page .video-box .video-inner {
   position: relative;
   z-index: 1;
   padding-top: 150px;
   padding-right: 80px;
}
@media screen and (max-width: 1439px) {
   .brand-cf-page .video-box .video-inner {
      padding-top: 120px;
   }
}
@media screen and (max-width: 1199px) {
   .brand-cf-page .video-box .video-inner {
      padding-top: 100px;
      padding-right: 60px;
   }
}
@media screen and (max-width: 991px) {
   .brand-cf-page .video-box .video-inner {
      padding-top: 80px;
      padding-right: 40px;
   }
}
@media screen and (max-width: 767px) {
   .brand-cf-page .video-box .video-inner {
      padding-top: 60px;
      padding-right: 30px;
   }
}
.brand-cf-page .video-box .video-inner::before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
   width: 92.90780142%;
   padding-bottom: 57.09219858%;
   background: url(../images/img/brands_cf_video_bgg.png) no-repeat center;
   background-size: 100% auto;
}
.brand-cf-page .video-box .video-inner .img-box {
   padding-bottom: 56.39097744%;
}
@media screen and (min-width: 1200px) {
   .brand-cf-page .video-box .video-inner .img-box:hover img {
      transform: scale(1.05);
   }
}
.brand-cf-page .video-box .video-inner .img-box::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 5;
   width: 160px;
   height: 160px;
   background: url(../images/img/brands_cf_video_icon.png) no-repeat center;
   background-size: 100% 100%;
}
@media screen and (max-width: 1199px) {
   .brand-cf-page .video-box .video-inner .img-box::before {
      width: 140px;
      height: 140px;
   }
}
@media screen and (max-width: 991px) {
   .brand-cf-page .video-box .video-inner .img-box::before {
      width: 120px;
      height: 120px;
   }
}
@media screen and (max-width: 767px) {
   .brand-cf-page .video-box .video-inner .img-box::before {
      width: 100px;
      height: 100px;
   }
}
.brand-cf-page .video-box .video-inner .img-box img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.brand-cf-page .magic-txt {
   padding-top: 145px;
}
@media screen and (max-width: 1439px) {
   .brand-cf-page .magic-txt {
      padding-top: 100px;
   }
}
@media screen and (max-width: 1199px) {
   .brand-cf-page .magic-txt {
      padding-top: 80px;
   }
}
@media screen and (max-width: 991px) {
   .brand-cf-page .magic-txt {
      padding-top: 60px;
   }
}
@media screen and (max-width: 767px) {
   .brand-cf-page .magic-txt {
      padding-top: 40px;
   }
}
.brand-cf-page .magic-txt .str_wrap {
   background-color: transparent;
}
.brand-cf-page .magic-txt .str_move_clone {
   overflow: hidden;
   padding: 0 1em;
}
.brand-cf-page .magic-txt [class^=txt-] {
   margin-top: 5px;
   font-size: 60px;
   line-height: 1.16666667;
   color: #3b3838;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   white-space: nowrap;
   word-spacing: 1em;
}
@media screen and (max-width: 1199px) {
   .brand-cf-page .magic-txt [class^=txt-] {
      font-size: 50px;
   }
}
@media screen and (max-width: 991px) {
   .brand-cf-page .magic-txt [class^=txt-] {
      font-size: 40px;
   }
}
@media screen and (max-width: 767px) {
   .brand-cf-page .magic-txt [class^=txt-] {
      font-size: 30px;
   }
}
.brand-cf-page .magic-txt .txt-scrollright {
   /* -webkit-text-stroke-color: #3b3838;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}
.brand-ra-page {
   overflow: hidden;
   position: relative;
}
@media screen and (min-width: 1200px) {
   .brand-ra-page {
      margin-bottom: -104px;
      transform: translateY(-104px);
   }
}
.brand-ra-page .pic {
   display: block;
}
.brand-ra-page .pic img {
   width: 100%;
   max-width: 100%;
   height: auto !important;
}
.brand-ra-page .video-inner {
   position: absolute;
   bottom: 240px;
   right: 105px;
   z-index: 5;
}
@media screen and (max-width: 1439px) {
   .brand-ra-page .video-inner {
      bottom: 180px;
   }
}
@media screen and (max-width: 1199px) {
   .brand-ra-page .video-inner {
      bottom: 150px;
   }
}
@media screen and (max-width: 991px) {
   .brand-ra-page .video-inner {
      right: 80px;
      bottom: 100px;
   }
}
@media screen and (max-width: 767px) {
   .brand-ra-page .video-inner {
      right: 50px;
      bottom: 20px;
   }
}
.brand-ra-page .video-inner::after {
   /* content: ''; */
   margin-top: 20px;
   display: block;
   width: 160px;
   height: 160px;
   background: url(../images/img/brands_ra_video_icon.png) no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 1199px) {
   .brand-ra-page .video-inner::after {
      margin-top: 10px;
      width: 140px;
      height: 140px;
   }
}
@media screen and (max-width: 991px) {
   .brand-ra-page .video-inner::after {
      width: 120px;
      height: 120px;
   }
}
@media screen and (max-width: 767px) {
   .brand-ra-page .video-inner::after {
      width: 100px;
      height: 100px;
   }
}
.brand-ra-page .video-inner h2,
.brand-ra-page .video-inner h3 {
   margin: 0;
   padding-left: 15px;
   font-size: 93px;
   line-height: 0.96774194;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
   .brand-ra-page .video-inner h2,
   .brand-ra-page .video-inner h3 {
      font-size: 75px;
   }
}
@media screen and (max-width: 1199px) {
   .brand-ra-page .video-inner h2,
   .brand-ra-page .video-inner h3 {
      font-size: 60px;
   }
}
@media screen and (max-width: 991px) {
   .brand-ra-page .video-inner h2,
   .brand-ra-page .video-inner h3 {
      font-size: 45px;
   }
}
@media screen and (max-width: 767px) {
   .brand-ra-page .video-inner h2,
   .brand-ra-page .video-inner h3 {
      font-size: 30px;
   }
}
.brand-ra-page .video-inner h2 {
   text-shadow: 0 0 #222222;
}
.brand-ra-page .video-inner h3 {
   color: #073219;
   -webkit-text-stroke-color: #fff;
   -webkit-text-stroke-width: 3px;
}
@media screen and (max-width: 767px) {
   .brand-ra-page .video-inner h3 {
      -webkit-text-stroke-width: 1px;
   }
}
.new-new-page .new-list {
   overflow: hidden;
   display: flex;
   flex-wrap: wrap;
   margin: -15px;
}
@media screen and (max-width: 991px) {
   .new-new-page .new-list {
      margin: -10px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list {
      margin: -7.5px;
   }
}
.new-new-page .new-list li {
   width: 33.33333333%;
   padding: 15px;
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list li {
      width: 50%;
   }
}
@media screen and (max-width: 991px) {
   .new-new-page .new-list li {
      padding: 10px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list li {
      padding: 7.5px;
      width: 100%;
   }
}
.new-new-page .new-list .item {
   overflow: hidden;
   padding: 50px 42px 45px;
   min-height: 100%;
   position: relative;
   background-color: #fff;
}
@media screen and (max-width: 1439px) {
   .new-new-page .new-list .item {
      padding: 35px;
   }
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item {
      padding: 25px;
      border: 1px solid #c6c6c6;
   }
}
@media screen and (max-width: 991px) {
   .new-new-page .new-list .item {
      padding: 20px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list .item {
      padding: 15px;
   }
}
.new-new-page .new-list .item::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 3;
   width: 100%;
   height: 100%;
   border: 1px solid #c6c6c6;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item::before {
      display: none;
   }
}
@media screen and (min-width: 1200px) {
   .new-new-page .new-list .item:hover::before {
      border-color: transparent;
   }
   .new-new-page .new-list .item:hover .cover {
      transform: translate(-50%, -50%) scale(1.05);
      opacity: 1;
   }
   .new-new-page .new-list .item:hover .info .date {
      color: #0e1c29;
      background-color: #ffffff;
   }
   .new-new-page .new-list .item:hover .info>h4 a {
      color: #ffffff;
   }
   .new-new-page .new-list .item:hover .info .intro {
      color: #ffffff;
   }
   .new-new-page .new-list .item:hover .info .more {
      color: #ffffff;
   }
}
.new-new-page .new-list .item .cover {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   width: 100%;
   height: 100%;
   background: no-repeat center;
   background-size: cover;
   opacity: 0;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
.new-new-page .new-list .item .info {
   position: relative;
   z-index: 5;
}
.new-new-page .new-list .item .info .date {
   display: inline-block;
   padding: 6px 22px;
   font-size: 14px;
   line-height: 1.71428571;
   color: #ffffff;
   background-color: #231816;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item .info .date {
      padding: 4px 15px;
      font-size: 13px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list .item .info .date {
      padding: 3px 12px;
      font-size: 12px;
   }
}
.new-new-page .new-list .item .info>h4 {
   margin: 0;
   padding-top: 23px;
}
@media screen and (max-width: 1439px) {
   .new-new-page .new-list .item .info>h4 {
      padding-top: 15px;
   }
}
.new-new-page .new-list .item .info>h4 a {
   font-size: 20px;
   line-height: 1.5;
   color: #0e1c29;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .new-new-page .new-list .item .info>h4 a {
      font-size: 18px;
   }
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item .info>h4 a {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list .item .info>h4 a {
      font-size: 15px;
   }
}
@media screen and (min-width: 1200px) {
   .new-new-page .new-list .item .info>h4 a:hover {
      text-decoration: underline;
   }
}
.new-new-page .new-list .item .info .intro {
   margin-top: 20px;
   font-size: 15px;
   line-height: 1.6;
   color: #888888;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item .info .intro {
      margin-top: 10px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list .item .info .intro {
      font-size: 14px;
   }
}
.new-new-page .new-list .item .info .more {
   display: inline-block;
   margin-top: 25px;
   font-size: 15px;
   line-height: 2;
   color: #e70012;
   font-family: 'Helvetica Bold';
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .new-new-page .new-list .item .info .more {
      margin-top: 15px;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .new-list .item .info .more {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .new-new-page .new-list .item .info .more:hover {
      text-decoration: underline;
   }
}
.new-new-page .pagination-container {
   padding: 70px 0 60px;
}
@media screen and (max-width: 1199px) {
   .new-new-page .pagination-container {
      padding: 50px 0;
   }
}
@media screen and (max-width: 767px) {
   .new-new-page .pagination-container {
      padding: 30px 0;
   }
}
.new-racing-page {
   background: no-repeat top center;
   background-size: cover;
}
/*.new-racing-page .content {
  padding-bottom: 805px;
}
@media screen and (max-width: 1199px) {
  .new-racing-page .content {
    padding-bottom: 650px;
  }
}
@media screen and (max-width: 991px) {
  .new-racing-page .content {
    padding-bottom: 500px;
  }
}*/
.new-racing-page .bottom-pic .img-box {
   padding-bottom: 56.25%;
}
.new-racing-page .racing-list {
   overflow: hidden;
   padding: 55px 0 25px;
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list {
      padding: 0 0 30px;
   }
}
.new-racing-page .racing-list li {
   margin-bottom: 20px;
}
.new-racing-page .racing-list .item {
   display: flex;
   padding: 14px 0;
   border: 1px solid rgba(255, 255, 255, 0.69);
   background-color: rgba(255, 255, 255, 0.11);
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
   .new-racing-page .racing-list .item {
      padding: 12px;
      padding-left: 0;
      flex-wrap: wrap;
   }
}
@media screen and (min-width: 1200px) {
   .new-racing-page .racing-list .item:hover {
      background-color: transparent;
   }
   .new-racing-page .racing-list .item:hover .pic img {
      transform: scale(1.05);
   }
   .new-racing-page .racing-list .item:hover .info .more {
      color: #fff;
      background-color: #e70012;
   }
}
.new-racing-page .racing-list .item .date {
   flex-shrink: 0;
   width: 170px;
   display: flex;
   justify-content: center;
   flex-direction: column;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .date {
      width: 120px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .date {
      width: 100px;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .date {
      width: 88px;
   }
}
.new-racing-page .racing-list .item .date strong,
.new-racing-page .racing-list .item .date span {
   display: block;
   text-align: center;
   font-size: 18px;
   line-height: 1.33333333;
   color: #ffffff;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .date strong,
   .new-racing-page .racing-list .item .date span {
      font-size: 17px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .date strong,
   .new-racing-page .racing-list .item .date span {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .date strong,
   .new-racing-page .racing-list .item .date span {
      font-size: 14px;
   }
}
.new-racing-page .racing-list .item .date strong {
   position: relative;
   padding-bottom: 23px;
   font-size: 70px;
   line-height: 0.92857143;
   color: #ffffff;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .date strong {
      font-size: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .date strong {
      font-size: 45px;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .date strong {
      font-size: 30px;
   }
}
.new-racing-page .racing-list .item .date strong::before {
   content: '';
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 10px;
   max-width: 80%;
   width: 57px;
   height: 1px;
   background-color: #fff;
}
.new-racing-page .racing-list .item .pic {
   flex-shrink: 0;
   width: 420px;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .pic {
      width: 380px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .pic {
      width: 350px;
   }
}
@media screen and (max-width: 991px) {
   .new-racing-page .racing-list .item .pic {
      width: calc(100% - 100px);
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .pic {
      width: calc(100% - 88px);
   }
}
.new-racing-page .racing-list .item .pic .img-box {
   padding-bottom: 75%;
}
.new-racing-page .racing-list .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.new-racing-page .racing-list .item .info {
   padding-left: 60px;
   padding-right: 70px;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .info {
      padding-left: 40px;
      padding-right: 40px;
   }
}
@media screen and (max-width: 991px) {
   .new-racing-page .racing-list .item .info {
      padding-left: 100px;
      padding-right: 0;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .info {
      padding-left: 88px;
   }
}
.new-racing-page .racing-list .item .info h4 {
   margin: 0;
   padding-top: 30px;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .info h4 {
      padding-top: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .info h4 {
      padding-top: 15px;
   }
}
.new-racing-page .racing-list .item .info h4 a {
   font-size: 30px;
   line-height: 1.33333333;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .info h4 a {
      font-size: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .info h4 a {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .info h4 a {
      font-size: 17px;
   }
}
.new-racing-page .racing-list .item .info .intro {
   margin-top: 17px;
   font-size: 16px;
   line-height: 1.625;
   color: #ffffff;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .info .intro {
      margin-top: 15px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .info .intro {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .new-racing-page .racing-list .item .info .intro {
      font-size: 14px;
   }
}
.new-racing-page .racing-list .item .info .more {
   margin-top: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 160px;
   height: 45px;
   border-radius: 22.5px;
   font-size: 15px;
   color: #e70012;
   font-family: 'Helvetica Bold';
   background-color: #fff;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .new-racing-page .racing-list .item .info .more {
      margin-top: 20px;
   }
}
@media screen and (max-width: 1199px) {
   .new-racing-page .racing-list .item .info .more {
      width: 140px;
      height: 40px;
      font-size: 14px;
   }
}
.new-racing-page .pagination-container a {
   border-color: #aeaeae;
   background-color: transparent;
   color: #aeaeae;
}
@media screen and (min-width: 1200px) {
   .new-racing-page .pagination-container a:hover {
      background-color: #e70012;
      border-color: #e70012;
      color: #fff;
   }
}
.new-video-page .video-list {
   overflow: hidden;
   display: flex;
   flex-wrap: wrap;
   padding: 55px 0 25px;
   margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list {
      padding: 0 0 30px;
   }
}
@media screen and (max-width: 991px) {
   .new-video-page .video-list {
      margin: 0 -10px;
   }
}
@media screen and (max-width: 767px) {
   .new-video-page .video-list {
      margin: 0 -7.5px;
      padding-bottom: 15px;
   }
}
.new-video-page .video-list li {
   width: 50%;
   padding: 0 15px;
   margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list li {
      margin-bottom: 30px;
   }
}
@media screen and (max-width: 991px) {
   .new-video-page .video-list li {
      padding: 0 10px;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .new-video-page .video-list li {
      padding: 0 7.5px;
      margin-bottom: 15px;
      width: 100%;
   }
}
.new-video-page .video-list .item {
   display: block;
   padding-right: 15px;
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list .item {
      padding-right: 0;
   }
}
@media screen and (min-width: 1200px) {
   .new-video-page .video-list .item:hover .pic img {
      transform: scale(1.05);
   }
   .new-video-page .video-list .item:hover .intro::after {
      width: 100%;
   }
   .new-video-page .video-list .item:hover .intro h3 {
      color: #e70012;
   }
   .new-video-page .video-list .item:hover .intro .video-btn::before {
      color: #e70012;
   }
}
.new-video-page .video-list .item .pic {
   display: block;
   width: 100%;
   max-width: calc(100% - 105px);
}
@media screen and (max-width: 1439px) {
   .new-video-page .video-list .item .pic {
      max-width: calc(100% - 70px);
   }
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list .item .pic {
      max-width: 100%;
   }
}
.new-video-page .video-list .item .pic .img-box {
   padding-bottom: 64.03508772%;
}
.new-video-page .video-list .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.new-video-page .video-list .item .intro {
   position: relative;
   z-index: 5;
   margin-left: 55px;
   margin-top: -55px;
   padding: 25px 42px 27px;
   padding-right: 105px;
   background-color: #fff;
}
@media screen and (max-width: 1439px) {
   .new-video-page .video-list .item .intro {
      padding: 15px 30px;
      padding-right: 90px;
      margin-left: 40px;
      margin-top: -40px;
   }
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list .item .intro {
      padding-right: 70px;
      padding-left: 0;
      margin-left: 0;
      margin-top: 0;
   }
}
.new-video-page .video-list .item .intro::before,
.new-video-page .video-list .item .intro::after {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 2;
   width: 100%;
   height: 2px;
   background-color: #222222;
}
.new-video-page .video-list .item .intro::after {
   width: 0;
   z-index: 5;
   background-color: #e70012;
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.new-video-page .video-list .item .intro h3 {
   margin: 0;
   font-size: 18px;
   line-height: 1.33333333;
   color: #222222;
   font-family: 'Helvetica Bold';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .new-video-page .video-list .item .intro h3 {
      font-size: 17px;
   }
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list .item .intro h3 {
      font-size: 16px;
   }
}
@media screen and (max-width: 991px) {
   .new-video-page .video-list .item .intro h3 {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .new-video-page .video-list .item .intro h3 {
      font-size: 14px;
   }
}
.new-video-page .video-list .item .intro .video-btn {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 20px;
   width: 60px;
   height: 60px;
}
@media screen and (max-width: 1439px) {
   .new-video-page .video-list .item .intro .video-btn {
      right: 10px;
      width: 50px;
      height: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .new-video-page .video-list .item .intro .video-btn {
      right: 0;
   }
}
.new-video-page .video-list .item .intro .video-btn::before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e63d';
   color: #333333;
   font-size: 51px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
   .new-video-page .video-list .item .intro .video-btn::before {
      font-size: 45px;
   }
}
@media screen and (max-width: 767px) {
   .new-video-page .video-list .item .intro .video-btn::before {
      font-size: 35px;
   }
}
.new-ejournals-page .ejournals-list {
   overflow: hidden;
   display: flex;
   flex-wrap: wrap;
   margin: 0 -20px;
   padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
   .new-ejournals-page .ejournals-list {
      margin: 0 -15px;
      padding-bottom: 50px;
   }
}
@media screen and (max-width: 991px) {
   .new-ejournals-page .ejournals-list {
      margin: 0 -10px;
      padding-bottom: 30px;
   }
}
@media screen and (max-width: 767px) {
   .new-ejournals-page .ejournals-list {
      margin: 0 -7.5px;
      padding-bottom: 15px;
   }
}
.new-ejournals-page .ejournals-list li {
   width: 25%;
   padding: 0 20px;
   margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
   .new-ejournals-page .ejournals-list li {
      padding: 0 15px;
      margin-bottom: 30px;
   }
}
@media screen and (max-width: 991px) {
   .new-ejournals-page .ejournals-list li {
      width: 33.3333333%;
      padding: 0 10px;
      margin-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .new-ejournals-page .ejournals-list li {
      width: 50%;
      padding: 0 7.5px;
      margin-bottom: 15px;
   }
}
.new-ejournals-page .ejournals-list .item {
   display: block;
}
@media screen and (min-width: 1200px) {
   .new-ejournals-page .ejournals-list .item:hover .pic img {
      transform: scale(1.05);
   }
   .new-ejournals-page .ejournals-list .item:hover h4 a {
      color: #e70012;
   }
}
.new-ejournals-page .ejournals-list .item .pic {
   position: relative;
   display: block;
}
.new-ejournals-page .ejournals-list .item .pic::before {
   content: '';
   display: block;
   width: 100%;
   padding-bottom: 28.125%;
   background: url(../images/img/new_ejournals_topbar.jpg) no-repeat center;
   background-size: 100%;
}
.new-ejournals-page .ejournals-list .item .pic::after {
   content: '';
   display: block;
   width: 100%;
   padding-bottom: 9.375%;
   background: url(../images/img/new_ejournals_bottombar.jpg) no-repeat center;
   background-size: 100%;
}
.new-ejournals-page .ejournals-list .item .pic span {
   position: absolute;
   bottom: 10px;
   right: 10px;
   z-index: 10;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 45px;
   height: 35px;
   background-color: #fff;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .new-ejournals-page .ejournals-list .item .pic span {
      width: 35px;
      height: 25px;
   }
}
@media screen and (max-width: 767px) {
   .new-ejournals-page .ejournals-list .item .pic span {
      bottom: 5px;
      right: 5px;
      width: 30px;
      height: 20px;
   }
}
.new-ejournals-page .ejournals-list .item .pic span::before {
   font-size: 25px;
   color: #000000;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .new-ejournals-page .ejournals-list .item .pic span::before {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .new-ejournals-page .ejournals-list .item .pic span::before {
      font-size: 16px;
   }
}
.new-ejournals-page .ejournals-list .item .pic img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.new-ejournals-page .ejournals-list .item h4 {
   margin: 0;
   padding-top: 15px;
   text-align: center;
}
.new-ejournals-page .ejournals-list .item h4 a {
   font-size: 18px;
   line-height: 1.33333333;
   color: #222222;
   font-family: 'Helvetica Bold';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .new-ejournals-page .ejournals-list .item h4 a {
      font-size: 17px;
   }
}
@media screen and (max-width: 1199px) {
   .new-ejournals-page .ejournals-list .item h4 a {
      font-size: 16px;
   }
}
@media screen and (max-width: 991px) {
   .new-ejournals-page .ejournals-list .item h4 a {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .new-ejournals-page .ejournals-list .item h4 a {
      font-size: 14px;
   }
}
@media screen and (max-width: 480px) {
   .new-ejournals-page .ejournals-list .item h4 a {
      font-size: 12px;
   }
}
.page-details {
   overflow: hidden;
}
.page-details .page-details-title {
   padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-title {
      padding-bottom: 30px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-title {
      padding-bottom: 15px;
   }
}
.page-details .page-details-title h1 {
   margin-bottom: 13px;
}
.page-details .page-details-title .date {
   font-size: 20px;
   line-height: 30px;
   font-family: 'Helvetica Bold';
   color: #e70012;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-title .date {
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-title .date {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-title .date {
      font-size: 14px;
   }
}
.page-details .page-details-title .date::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   padding-right: 10px;
   font-size: 21px;
   content: '\e63a';
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-title .date::before {
      font-size: 18px;
      padding-right: 8px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-title .date::before {
      font-size: 16px;
      padding-right: 5px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-title .date::before {
      font-size: 14px;
   }
}
.page-details .page-details-content {
   padding: 35px 0 60px;
   border-top: 1px solid #c6ccca;
   border-bottom: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-content {
      padding-top: 30px;
      padding-bottom: 50px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-content {
      padding-bottom: 40px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-content {
      padding-top: 15px;
      padding-bottom: 30px;
   }
}
.page-details .page-details-content p {
   font-size: 16px;
   line-height: 1.875;
   color: #888888;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-content p {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-content p {
      font-size: 14px;
   }
}
.page-details .page-details-content p img {
   max-width: 100%;
   height: auto !important;
}
.page-details .page-details-share {
   padding-top: 60px;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-share {
      padding-top: 50px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-share {
      padding-top: 40px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-share {
      padding-top: 30px;
   }
}
.page-details .page-details-share b {
   float: left;
   display: block;
   margin-right: 10px;
   font-size: 18px;
   line-height: 30px;
   color: #222222;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-share b {
      font-size: 16px;
   }
}
.page-details .page-details-share .share-inner {
   float: left;
}
.page-details .page-details-link {
   padding-top: 35px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-link {
      padding-top: 30px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-link {
      padding-top: 15px;
      display: block;
   }
}
.page-details .page-details-link .link-left {
   width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
   .page-details .page-details-link .link-left {
      padding-bottom: 10px;
      width: 100%;
   }
}
.page-details .page-details-link .link-right {
   flex-shrink: 0;
   width: 180px;
   text-align: right;
}
@media screen and (max-width: 767px) {
   .page-details .page-details-link .link-right {
      text-align: left;
   }
}
.page-details .page-details-link .link-right a {
   font-size: 20px;
   line-height: 1.5;
   color: #171717;
   font-family: 'Helvetica Bold';
   text-decoration: underline;
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-link .link-right a {
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-link .link-right a {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-link .link-right a {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .page-details .page-details-link .link-right a:hover {
      color: #e70012;
      text-decoration: underline;
   }
}
.page-details .page-details-link p {
   max-width: 100%;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 20px;
   line-height: 1.5;
   color: #171717;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1199px) {
   .page-details .page-details-link p {
      font-size: 18px;
   }
}
@media screen and (max-width: 991px) {
   .page-details .page-details-link p {
      font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
   .page-details .page-details-link p {
      font-size: 14px;
   }
}
@media screen and (min-width: 1200px) {
   .page-details .page-details-link p a:hover {
      color: #e70012;
      text-decoration: underline;
   }
}
.page-details .page-details-link p:nth-child(2) {
   margin-top: 10px;
}
.download-page {
   overflow: hidden;
   position: relative;
   background: no-repeat top center;
   background-size: 100% auto;
}
@media screen and (min-width: 1200px) {
   .download-page {
      margin-bottom: -104px;
      transform: translateY(-104px);
   }
}
.download-page .title {
   padding: 335px 0 150px;
   text-align: center;
}
@media screen and (max-width: 1439px) {
   .download-page .title {
      padding: 250px 0 120px;
   }
}
@media screen and (max-width: 1199px) {
   .download-page .title {
      padding: 180px 0 100px;
   }
}
@media screen and (max-width: 991px) {
   .download-page .title {
      padding: 120px 0 70px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .title {
      padding: 50px 0 30px;
   }
}
.download-page .title h2 {
   margin: 0;
   font-size: 70px;
   line-height: 1;
   text-transform: uppercase;
   font-family: 'Helvetica Bold';
   color: #ffffff;
   /* -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}
@media screen and (max-width: 1199px) {
   .download-page .title h2 {
      font-size: 60px;
   }
}
@media screen and (max-width: 991px) {
   .download-page .title h2 {
      font-size: 40px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .title h2 {
      font-size: 30px;
      -webkit-text-stroke-width: 1px;
   }
}
.download-page .download-list {
   display: flex;
   flex-wrap: wrap;
   padding-bottom: 35px;
   margin: 0 -15px;
}
@media screen and (max-width: 991px) {
   .download-page .download-list {
      margin: 0 -10px;
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list {
      margin: 0 -7.5px;
      padding-bottom: 0;
   }
}
.download-page .download-list li {
   margin-bottom: 60px;
   width: 33.333333%;
   padding: 0 15px;
}
@media screen and (max-width: 1439px) {
   .download-page .download-list li {
      margin-bottom: 50px;
   }
}
@media screen and (max-width: 1199px) {
   .download-page .download-list li {
      width: 50%;
   }
}
@media screen and (max-width: 991px) {
   .download-page .download-list li {
      padding: 0 10px;
      margin-bottom: 35px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list li {
      padding: 0 7.5px;
      margin-bottom: 30px;
   }
}
@media screen and (max-width: 480px) {
   .download-page .download-list li {
      width: 100%;
   }
}
.download-page .download-list .item {
   display: block;
}
@media screen and (min-width: 1200px) {
   .download-page .download-list .item:hover .info h4 a {
      text-decoration: underline;
   }
   .download-page .download-list .item:hover .info .down-btn {
      background-color: #e70012;
   }
}
.download-page .download-list .item .num {
   display: block;
   margin-bottom: -2px;
   font-size: 72px;
   line-height: 0.90277778;
   color: #ffffff;
   text-shadow: 0 0 #000000;
   font-family: "Oswald Bold";
}
@media screen and (max-width: 1439px) {
   .download-page .download-list .item .num {
      font-size: 60px;
   }
}
@media screen and (max-width: 991px) {
   .download-page .download-list .item .num {
      font-size: 50px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .num {
      font-size: 40px;
   }
}
.download-page .download-list .item .info {
   padding: 44px;
   padding-bottom: 40px;
   background-color: #ffffff;
}
@media screen and (max-width: 1439px) {
   .download-page .download-list .item .info {
      padding: 25px;
   }
}
@media screen and (max-width: 1199px) {
   .download-page .download-list .item .info {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
   }
}
@media screen and (max-width: 991px) {
   .download-page .download-list .item .info {
      padding: 20px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .info {
      padding: 15px;
   }
}
.download-page .download-list .item .info h4 {
   margin: 0;
}
.download-page .download-list .item .info h4 a {
   font-size: 24px;
   line-height: 1.25;
   color: #222222;
   font-family: 'Helvetica Bold';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
   .download-page .download-list .item .info h4 a {
      font-size: 22px;
   }
}
@media screen and (max-width: 991px) {
   .download-page .download-list .item .info h4 a {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .info h4 a {
      font-size: 18px;
   }
}
.download-page .download-list .item .info .details {
   margin-top: 10px;
   font-size: 16px;
   line-height: 1.5;
   color: #666666;
}
@media screen and (max-width: 1199px) {
   .download-page .download-list .item .info .details {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .info .details {
      font-size: 14px;
   }
}
.download-page .download-list .item .info .down-btn {
   margin-top: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 160px;
   height: 45px;
   border-radius: 22.5px;
   font-size: 15px;
   color: #ffffff;
   background-color: #231816;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
   .download-page .download-list .item .info .down-btn {
      margin-top: 20px;
      width: 140px;
      height: 40px;
      font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .info .down-btn {
      margin-top: 15px;
      width: 130px;
      height: 35px;
      font-size: 12px;
   }
}
.download-page .download-list .item .info .down-btn::before {
   margin-right: 12px;
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: '\e6ad';
   font-size: 19px;
}
@media screen and (max-width: 1199px) {
   .download-page .download-list .item .info .down-btn::before {
      font-size: 17px;
      margin-right: 8px;
   }
}
@media screen and (max-width: 767px) {
   .download-page .download-list .item .info .down-btn::before {
      font-size: 15px;
   }
}
.contact-page {
   overflow: hidden;
   position: relative;
}
@media screen and (min-width: 1200px) {
   .contact-page {
      margin-bottom: -104px;
      transform: translateY(-104px);
   }
}
.contact-page .contact-info {
   padding: 180px 0 120px;
   background: no-repeat center;
   background-size: cover;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info {
      padding: 80px 0;
      background-attachment: scroll;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info {
      padding: 50px 0;
   }
}
.contact-page .contact-info .title {
   text-align: center;
}
.contact-page .contact-info .title h2 {
   margin: 0;
   font-size: 60px;
   line-height: 1;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .title h2 {
      font-size: 50px;
   }
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .title h2 {
      font-size: 40px;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .title h2 {
      font-size: 30px;
   }
}
.contact-page .contact-info .title p {
   padding-top: 20px;
   font-size: 16px;
   line-height: 1.5;
   color: #ffffff;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .title p {
      padding-top: 15px;
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .title p {
      padding-top: 10px;
      font-size: 14px;
   }
}
.contact-page .contact-info .txt,
.contact-page .contact-info .message {
   padding-top: 50px;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt,
   .contact-page .contact-info .message {
      padding-top: 40px;
   }
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .txt,
   .contact-page .contact-info .message {
      padding-top: 30px;
   }
}
.contact-page .contact-info .txt h3,
.contact-page .contact-info .message h3 {
   margin: 0;
   font-size: 24px;
   line-height: 1.5;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt h3,
   .contact-page .contact-info .message h3 {
      font-size: 22px;
   }
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .txt h3,
   .contact-page .contact-info .message h3 {
      font-size: 20px;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt h3,
   .contact-page .contact-info .message h3 {
      font-size: 18px;
   }
}
.contact-page .contact-info .txt {
   float: left;
   width: 40.42553191%;
   padding-left: 4.60992908%;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt {
      padding-left: 0;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt {
      float: none;
      width: 100%;
   }
}
.contact-page .contact-info .txt ul {
   padding: 0;
   padding-top: 25px;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt ul {
      padding-top: 20px;
   }
}
.contact-page .contact-info .txt ul li {
   margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt ul li {
      margin-bottom: 15px;
   }
}
.contact-page .contact-info .txt ul li:last-child {
   margin-bottom: 0;
}
.contact-page .contact-info .txt ul h6 {
   margin: 0;
   font-size: 16px;
   line-height: 1.875;
   color: #c2c2c2;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt ul h6 {
      font-size: 15px;
   }
}
.contact-page .contact-info .txt ul p {
   padding-top: 1px;
   font-size: 20px;
   line-height: 1.5;
   color: #ffffff;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt ul p {
      font-size: 18px;
   }
}
.contact-page .contact-info .txt ul p a {
   display: inline-block;
   margin-right: 20px;
   transition: all 0.25s;
   -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt ul p a {
      margin-right: 15px;
   }
}
@media screen and (min-width: 1200px) {
   .contact-page .contact-info .txt ul p a:hover {
      color: #e70012;
      text-decoration: underline;
   }
}
.contact-page .contact-info .txt ul p a:last-child {
   margin-right: 0;
}
.contact-page .contact-info .txt .follow-box {
   padding: 0;
   margin: 0;
   padding-top: 40px;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .txt .follow-box {
      padding-top: 20px;
   }
}
.contact-page .contact-info .txt .follow-box li {
   display: inline-block;
   margin-right: 5px;
   vertical-align: middle;
}
@media screen and (min-width: 1200px) {
   .contact-page .contact-info .txt .follow-box li:hover a {
      transform: translateY(-3px);
      background-color: #e70012;
   }
   .contact-page .contact-info .txt .follow-box li:hover a::before {
      color: #fff;
   }
}
.contact-page .contact-info .txt .follow-box li a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #e9e9e9;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt .follow-box li a {
      width: 30px;
      height: 30px;
   }
}
.contact-page .contact-info .txt .follow-box li a::before {
   font-family: "iconfont" !important;
   font-size: 16px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 20px;
   color: #555555;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt .follow-box li a::before {
      font-size: 17px;
   }
}
.contact-page .contact-info .txt .follow-box .follow-facebook a::before {
   content: '\e6d9';
}
.contact-page .contact-info .txt .follow-box .follow-twitter a::before {
   content: '\e882';
   font-size: 24px;
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt .follow-box .follow-twitter a::before {
      font-size: 20px;
   }
}
.contact-page .contact-info .txt .follow-box .follow-insarticle a::before {
   content: '\e642';
}
.contact-page .contact-info .txt .follow-box .follow-youtube a::before {
   content: '\e62a';
   font-size: 24px;
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .txt .follow-box .follow-youtube a::before {
      font-size: 20px;
   }
}
.contact-page .contact-info .txt .follow-box .follow-linkedin a::before {
   content: '\e648';
}
.contact-page .contact-info .message {
   float: right;
   width: 45.39007092%;
}
@media screen and (max-width: 767px) {
   .contact-page .contact-info .message {
      float: none;
      width: 100%;
   }
}
.contact-page .contact-info .message form {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .message form {
      margin: 0 -7.5px;
   }
}
.contact-page .contact-info .message form fieldset {
   display: block;
   width: 100%;
   padding: 0 10px;
   margin-top: 20px;
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .message form fieldset {
      padding: 0 7.5px;
      margin-top: 15px;
   }
}
.contact-page .contact-info .message form fieldset:nth-child(-n+4) {
   width: 50%;
}
.contact-page .contact-info .message form fieldset:nth-last-child(1) {
   margin-top: 30px;
   text-align: right;
}
@media screen and (max-width: 991px) {
   .contact-page .contact-info .message form fieldset:nth-last-child(1) {
      margin-top: 20px;
   }
}
.contact-page .contact-info .message form input,
.contact-page .contact-info .message form textarea {
   display: block;
   padding: 13px 20px;
   width: 100%;
   font-size: 15px;
   line-height: 1.6;
   color: #ffffff;
   background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .message form input,
   .contact-page .contact-info .message form textarea {
      padding: 10px 15px;
      font-size: 14px;
   }
}
.contact-page .contact-info .message form textarea {
   height: 170px;
}
.contact-page .contact-info .message form input::-webkit-input-placeholder,
.contact-page .contact-info .message form textarea::-webkit-input-placeholder {
   color: #fff;
}
.contact-page .contact-info .message form input:-o-placeholder,
.contact-page .contact-info .message form textarea:-o-placeholder {
   color: #fff;
}
.contact-page .contact-info .message form input::-moz-placeholder,
.contact-page .contact-info .message form textarea::-moz-placeholder {
   color: #fff;
}
.contact-page .contact-info .message form input:-ms-input-placeholder,
.contact-page .contact-info .message form textarea:-ms-input-placeholder {
   color: #fff;
}
.contact-page .contact-info .message form input:focus::-webkit-input-placeholder,
.contact-page .contact-info .message form textarea:focus::-webkit-input-placeholder {
   color: #ababab;
}
.contact-page .contact-info .message form input:focus::-o-placeholder,
.contact-page .contact-info .message form textarea:focus::-o-placeholder {
   color: #ababab;
}
.contact-page .contact-info .message form input:focus::-moz-placeholder,
.contact-page .contact-info .message form textarea:focus::-moz-placeholder {
   color: #ababab;
}
.contact-page .contact-info .message form input:focus::-ms-input-placeholder,
.contact-page .contact-info .message form textarea:focus::-ms-input-placeholder {
   color: #ababab;
}
.contact-page .contact-info .message form button {
   width: 140px;
   height: 45px;
   font-size: 14px;
   color: #ffffff;
   font-family: 'Helvetica Bold';
   text-transform: uppercase;
   background-color: #e70012;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-info .message form button {
      width: 130px;
      height: 40px;
   }
}
@media screen and (min-width: 1200px) {
   .contact-page .contact-info .message form button:hover {
      box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4) inset;
   }
}
.contact-page .contact-map {
   height: 500px;
}
@media screen and (max-width: 1199px) {
   .contact-page .contact-map {
      height: 400px;
   }
}
@media screen and (max-width: 767px) {
   .contact-page .contact-map {
      height: 300px;
   }
}
.contact-page .contact-map .map-content {
   height: 100%;
}
.site-page {
   overflow: hidden;
}
.site-page .content h2 {
   padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
   .site-page .content h2 {
      text-align: center;
   }
}
.site-page .content .site-map1>li {
   margin-bottom: 20px;
}
.site-page .content .site-map1>li>a {
   overflow: hidden;
   position: relative;
   display: block;
   max-width: 240px;
   padding: 10px 30px;
   font-size: 18px;
   line-height: 1.66666667;
   color: #222222;
   border: 1px solid #dcdcdc;
   font-family: 'Helvetica Bold';
   text-transform: capitalize;
   background-color: transparent;
   transition: all 0.35s;
   -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
   .site-page .content .site-map1>li>a {
      width: 100%;
      max-width: 100%;
      padding: 5px 10px;
      text-align: center;
   }
}
@media screen and (min-width: 1200px) {
   .site-page .content .site-map1>li>a:hover {
      color: #fff;
   }
   .site-page .content .site-map1>li>a:hover::before {
      transform: translateX(0);
   }
}
.site-page .content .site-map1>li>a::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   transform: translateX(-100%);
   width: 100%;
   height: 100%;
   background-color: #e70012;
   z-index: -1;
   transition: all 0.45s;
   -webkit-transition: all 0.45s;
}
.site-page .content .site-map1>li:last-child {
   margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
   margin-top: 20px;
   padding: 0 30px;
}
@media screen and (max-width: 767px) {
   .site-page .content .site-map1 .site-map2 {
      padding: 0;
   }
}
.site-page .content .site-map1 .site-map2>li {
   margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
   .site-page .content .site-map1 .site-map2>li {
      text-align: center;
   }
}
.site-page .content .site-map1 .site-map2>li>a {
   font-size: 16px;
   line-height: 1.875;
   color: #222222;
   white-space: nowrap;
   font-family: 'Helvetica Bold';
}
@media screen and (min-width: 1200px) {
   .site-page .content .site-map1 .site-map2>li a:hover {
      color: #e70012;
      text-decoration: underline;
   }
}
.site-page .content .site-map1 .site-map2>li:last-child {
   margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3>li {
   display: inline-block;
   margin-top: 5px;
   padding-right: 30px;
}
@media screen and (max-width: 767px) {
   .site-page .content .site-map1 .site-map2 .site-map3>li {
      padding: 0 5px;
   }
}
.site-page .content .site-map1 .site-map2 .site-map3>li>a {
   display: block;
   white-space: nowrap;
   font-size: 13px;
   line-height: 2.14285714;
   color: #666666;
}
@media screen and (min-width: 1200px) {
   .site-page .content .site-map1 .site-map2 .site-map3>li a:hover {
      color: #e70012;
      text-decoration: underline;
   }
}
/*---*/
.about-team-page .team-intro {
   overflow: hidden;
   padding: 195px 0 175px;
   background: url(../images/img/about_team_intro_bgg.jpg) no-repeat center;
   background-size: cover;
   text-align: center;
}
@media screen and (max-width: 1439px) {
   .about-team-page .team-intro {
      padding: 150px 0;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .team-intro {
      padding: 110px 0;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .team-intro {
      padding: 80px 0;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .team-intro {
      padding: 50px 0;
   }
}
.about-team-page .team-intro .intro-title {
   padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
   .about-team-page .team-intro .intro-title {
      padding-bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .team-intro .intro-title {
      padding-bottom: 15px;
   }
}
.about-team-page .team-intro .intro-title h2 {
   margin: 0;
   font-size: 67px;
   line-height: 1.11940299;
   color: #ffffff;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .about-team-page .team-intro .intro-title h2 {
      font-size: 55px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .team-intro .intro-title h2 {
      font-size: 45px;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .team-intro .intro-title h2 {
      font-size: 35px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .team-intro .intro-title h2 {
      font-size: 25px;
   }
}
.about-team-page .team-intro .intro-inner {
   font-size: 18px;
   line-height: 2;
   color: #ffffff;
   font-family: 'Helvetica Bold';
}
@media screen and (max-width: 1439px) {
   .about-team-page .team-intro .intro-inner {
      font-size: 17px;
   }
}
@media screen and (max-width: 1199px) {
   .about-team-page .team-intro .intro-inner {
      font-size: 16px;
      line-height: 1.8;
   }
}
@media screen and (max-width: 991px) {
   .about-team-page .team-intro .intro-inner {
      font-size: 15px;
   }
}
@media screen and (max-width: 767px) {
   .about-team-page .team-intro .intro-inner {
      font-size: 14px;
      line-height: 1.5;
      font-family: "Helvetica";
   }
}
.about-sales-page .content {
   position: relative;
}
.about-sales-page .content .sales-title {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 17.1875%;
   z-index: 10;
}
.about-sales-page .content .sales-title h2 {
   margin: 0;
   font-size: 70px;
   line-height: 1;
   white-space: nowrap;
   text-transform: uppercase;
   font-family: 'Helvetica Bold';
   color: #ffffff;
   /* -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}
@media screen and (max-width: 1439px) {
   .about-sales-page .content .sales-title h2 {
      font-size: 60px;
   }
}
@media screen and (max-width: 1199px) {
   .about-sales-page .content .sales-title h2 {
      font-size: 40px;
   }
}
@media screen and (max-width: 991px) {
   .about-sales-page .content .sales-title h2 {
      font-size: 30px;
   }
}
@media screen and (max-width: 767px) {
   .about-sales-page .content .sales-title h2 {
      font-size: 6vw;
      -webkit-text-stroke-width: 1px;
   }
}
.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}