.ff,
.banner .mobile-video:before {
   font-family: 'iconfont' !important;
}
@font-face {
   font-family: 'Roboto';
   font-weight: 900;
   font-style: normal;

   src: url('../fonts/Roboto-Black.eot');
   src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: bold;
   font-style: normal;

   src: url('../fonts/Roboto-Bold.eot');
   src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: normal;
   font-style: normal;

   src: url('../fonts/Roboto-Regular.eot');
   src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Oswald';
   font-weight: bold;
   font-style: normal;

   src: url('../fonts/Oswald-Bold.eot');
   src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
   font-display: swap;
}
body {
   font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
   font-size: 14px;
   font-weight: normal;

   color: #222;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
   font-size: 30px;
   line-height: 30px;

   position: absolute;
   z-index: 8;
   top: 50%;
   left: -5%;

   width: 40px;
   height: 30px;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #999;
   border: none;
   border-radius: 50%;
   background: none;
}
@media (max-width: 767px) {
   .slick-arrow {
      left: -15px;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;

   position: relative;
   z-index: 2;

   display: block;

   content: '\e661';
}
.slick-arrow:after {
   position: absolute;
   z-index: 1;
   top: 8px;
   left: 0;

   display: block;

   width: 15px;
   height: 15px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   opacity: 0;
   border-radius: 50%;
   background-color: #851c1c;
}
.slick-arrow.slick-next {
   right: -5%;
   left: auto;
}
@media (max-width: 767px) {
   .slick-arrow.slick-next {
      right: -15px;
   }
}
.slick-arrow.slick-next:before {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.slick-arrow.slick-next:after {
   right: 0;
   left: auto;
}
.slick-arrow:hover {
   color: #333;
}
.slick-arrow:hover:after {
   opacity: 1;
}
.slick-dots {
   margin: 0 -3px;
   margin-top: 60px;

   text-align: center;
}
@media (max-width: 991px) {
   .slick-dots {
      margin-top: 30px;
   }
}
.slick-dots li {
   display: inline-block;

   width: 30px;
   height: 10px;
   margin: 0 3px;

   vertical-align: top;

   border-radius: 10px;
   background-color: #ccc;
}
.slick-dots li button {
   display: none;
}
.slick-dots li.slick-active {
   width: 50px;

   background-color: #000;
}
.flexwrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.header {
   font-size: 0;

   position: fixed;
   z-index: 10;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 100px;

   -webkit-transition: all .4s;
   transition: all .4s;

   color: #fff;
   background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 1199px) {
   .header {
      height: 60px;
   }
}
.header .nav-wrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header .logo {
   display: inline-block;

   height: 90px;
   margin-top: 5px;
}
@media (max-width: 1199px) {
   .header .logo {
      height: 50px;
   }
}
.header .logo img {
   position: relative;
   z-index: 2;

   height: 100%;
}
.header .nav-collapse {
   position: relative;

   display: none;
   float: right;

   width: 28px;
   height: 28px;
   margin-top: 14px;
   padding: 0;

   cursor: pointer;

   background: none;
}
@media (max-width: 1199px) {
   .header .nav-collapse {
      display: inline-block;

      vertical-align: middle;
   }
   .header .nav-collapse.nav-collapse-1 {
      position: absolute;
      z-index: 9999;
      top: 20px;
      right: 20px;

      display: block;

      border: none;
   }
}
.header .nav-collapse .btn-line {
   position: absolute;
   left: 50%;

   width: 28px;
   height: 2px;

   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
   display: block;

   content: '';
}
.header .nav-collapse .btn-line:nth-child(1) {
   top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
   top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
   top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
   -webkit-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   transform: translateX(-50px);

   opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(45deg);
   -ms-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(-45deg);
   -ms-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
   background-color: #fff;
}
.header .nav-collapse-2 {
   top: 0;
}
@media (min-width: 1200px) {
   .header .nav {
      display: inline-block !important;
   }
}
@media (max-width: 1199px) {
   .header .nav {
      position: fixed;
      z-index: 99999998;
      top: 0;
      left: 0;

      display: none;

      width: 100%;
      height: 100%;
      padding: 60px 5%;

      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      text-align: left;
      text-align: center;

      background: #fafafa;
      background-color: #000;
   }
   .header .nav .nav-box,
   .header .nav .container {
      width: 100%;
      height: 100%;
   }
   .header .nav .container {
      padding: 0;
   }
   .header .nav .tbl,
   .header .nav .tbl-cell {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .header .nav .tbl {
      width: 100%;
      height: 100%;
   }
   .header .nav .tbl-cell {
      position: relative;

      width: 100%;
      height: 100%;
   }
}
@media (max-width: 767px) {
   .header .nav {
      padding: 60px 8%;
   }
}
.header .nav.left-100 {
   -webkit-transform: translateX(-100%);
   -webkit-transform: translate3d(-100%, 0, 0);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
   -webkit-transform: translateX(-200%);
   -webkit-transform: translate3d(-200%, 0, 0);
   -ms-transform: translateX(-200%);
   transform: translateX(-200%);
   transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
   -webkit-transform: translateX(-300%);
   -webkit-transform: translate3d(-300%, 0, 0);
   -ms-transform: translateX(-300%);
   transform: translateX(-300%);
   transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
   -webkit-transform: translateX(-400%);
   -webkit-transform: translate3d(-400%, 0, 0);
   -ms-transform: translateX(-400%);
   transform: translateX(-400%);
   transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
   -webkit-transform: translateX(-500%);
   -webkit-transform: translate3d(-500%, 0, 0);
   -ms-transform: translateX(-500%);
   transform: translateX(-500%);
   transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 {
   position: relative;
}
@media (min-width: 1200px) {
   .header .nav .nav-list1 {
      font-size: 0;

      display: block !important;

      -webkit-transition: all .4s;
      transition: all .4s;
      vertical-align: middle;
   }
   .header .nav .nav-list1>li {
      position: relative;

      display: inline-block;

      vertical-align: top;
   }
   .header .nav .nav-list1>li>a {
      font-size: 15px;
      line-height: 100px;

      display: block;

      padding: 0 22px;

      -webkit-transition: all .2s;
      transition: all .2s;
      text-transform: capitalize;
   }
   .header .nav .nav-list1>li>a:after {
      position: absolute;
      bottom: 20px;
      left: 50%;

      display: block;

      width: 5px;
      height: 5px;

      content: '';
      -webkit-transition: all .2s;
      transition: all .2s;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);

      opacity: 0;
      border-radius: 50%;
      background-color: #fff;
   }
   .header .nav .nav-list1>li:hover>a:after,
   .header .nav .nav-list1>li.active>a:after {
      opacity: 1;
   }
   .header .nav .nav-list1 .nav-list2 {
      position: absolute;
      z-index: 50;
      top: 100%;
      left: 0;

      display: none;

      min-width: 100%;
      margin-left: 0 !important;
      padding: 10px 0;

      text-align: center;
      text-align: left;
      word-break: break-word;

      color: #333;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list2>li {
      position: relative;

      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list2>li>a {
      font-size: 14px;
      line-height: 30px;

      display: block;

      padding: 0 24px;

      white-space: nowrap;
      text-transform: capitalize;
   }
   .header .nav .nav-list1 .nav-list2>li:hover>a {
      text-decoration: underline;

      color: #851c1c;
   }
   .header .nav .nav-list1 .nav-list3 {
      position: absolute;
      z-index: 50;
      top: 0;
      left: 100%;

      display: none;

      min-width: 100%;
      padding: 10px 0;

      text-align: center;
      text-align: left;
      white-space: nowrap;

      color: #333;
      background-color: rgba(255, 255, 255, .9);
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list3 li {
      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list3 li a {
      font-size: 14px;
      line-height: 24px;

      display: block;

      padding: 0 10px;
   }
   .header .nav .nav-list1 .nav-list3 li a:hover {
      text-decoration: underline;

      color: #851c1c;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .nav .nav-list1>li>a {
      padding: 0 14px;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list1 {
      width: 100%;
   }
   .header .nav .nav-list1 ul {
      display: none !important;
   }
   .header .nav .nav-list1>a {
      font-size: 20px;

      color: #fff;
   }
}
.header .mask-nav {
   display: none;
}
@media (max-width: 1199px) {
   .header .mask-nav {
      position: absolute;
      z-index: 9999;
      top: 0;

      display: block;
      overflow: hidden;

      width: 100%;
      height: 100%;
      padding: 20px;

      -webkit-transition: left .3s;
      transition: left .3s;
      text-align: left;
      text-align: center;

      color: #fff;
      background: #fafafa;
      background: #000;
   }
}
.header .mask-nav .nav-top {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
   font-family: 'iconfont' !important;
   font-size: 26px;

   content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title {
   font-size: 30px;

   display: block;

   width: 100%;
   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 767px) {
   .header .mask-nav .nav-top .nav-title {
      font-size: 20px;
      font-size: 5vmin;
   }
}
.header .mask-nav .content {
   position: relative;

   overflow: auto;

   height: 85%;
   margin-top: 4%;

   -ms-touch-action: pan-y;
   touch-action: pan-y;
   /*定义滚动条轨道 内阴影+圆角*/
   /*定义滑块 内阴影+圆角*/
   /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
   width: 5px;
   height: 5px;

   border-radius: 5px;
   background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
   border-radius: 5px;
   background-color: #fff;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
   border-radius: 5px;
   background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
   border-radius: 5px;
   background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li {
   font-size: 20px;
   line-height: 2;

   margin: 10px 0;

   text-align: left;
}
@media (max-width: 767px) {
   .header .mask-nav .content ul li {
      font-size: 4.5vmin;
      line-height: 1.6;

      margin: 0;
      margin-bottom: 5px;
   }
}
.header .mask-nav .content ul li.more {
   position: relative;
}
.header .mask-nav .content ul li.more:after {
   font-family: 'iconfont' !important;
   font-size: 16px;

   position: absolute;
   top: 50%;
   right: 0;

   content: '\e72f';
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
}
.header .mask-nav .content ul li a {
   display: inline-block;

   text-transform: capitalize;
}
.header .mask-nav .content ul ul {
   display: none;
}
.header .nav-2 {
   left: 100%;
}
.header .nav-3 {
   left: 200%;
}
.header .nav-4 {
   left: 300%;
}
.header .nav-5 {
   left: 400%;
}
.header .fade-out ul {
   text-align: left;
}
@media (max-width: 1199px) {
   .header .fade-out ul .pic {
      display: none !important;
   }
}
.header .fade-out ul .more {
   padding-right: 25px;
}
@media (max-width: 1199px) {
   .header .fade-out ul.nav-list1 {
      overflow: auto;

      max-height: 100%;
      margin: 0;

      opacity: 1;

      -ms-touch-action: pan-y;
      touch-action: pan-y;
      /*定义滚动条轨道 内阴影+圆角*/
      /*定义滑块 内阴影+圆角*/
      /*滑块效果*/
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar {
      width: 5px;
      height: 5px;

      border-radius: 5px;
      background-color: #fff;
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #666;
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
      border-radius: 5px;
      background: rgba(0, 0, 0, .4);
   }
   .header .fade-out ul.nav-list1 a {
      text-transform: uppercase;

      color: #fff;
   }
   .header .fade-out ul.nav-list1>li {
      position: relative;

      margin: 10px 0;
   }
   .header .fade-out ul.nav-list1>li.act {
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);

      opacity: 1;
   }
   .header .fade-out ul.nav-list1>li.more:after {
      font-family: 'iconfont';
      font-size: 18px;

      position: absolute;
      top: 50%;
      right: 0;

      width: 40px;

      content: '\e72f';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;

      color: #fff;
   }
   .header .fade-out ul.nav-list1>li>a {
      font-size: 18px;
      line-height: 2;

      display: block;
   }
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 20px;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li {
      margin: 1.5vmin 0;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li>a {
      font-size: 4.8vmin;
   }
}
@media (max-width: 1199px) and (max-width: 768px) {
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 4.5vmin;
   }
}
.header .fade-out ul.nav2-list2 h4 {
   font-size: 20px;
   line-height: 50px;
}
@media (max-width: 480px) {
   .header .fade-out~.google-translate {
      position: fixed;
      z-index: 99999998;
      top: 30px;
      left: 30px;

      display: block !important;

      -webkit-transition: .3s;
      transition: .3s;
   }
   .header .fade-out.left-100~.google-translate {
      top: -30px;

      opacity: 0;
   }
}
.header .pc-search {
   font-size: 14px;

   position: relative;

   display: inline-block;

   width: 140px;
   margin-top: 26px;

   vertical-align: middle;
}
.header .pc-search input {
   font-size: 15px;
   line-height: 24px;

   width: 100%;
   height: 44px;
   padding: 10px 50px 10px 20px;

   color: #fff;
   border: 1px solid rgba(255, 255, 255, .42);
   border-radius: 30px;
   background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
   color: #fff;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
   color: #fff;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
   color: #fff;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
   color: #fff;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search .submit {
   line-height: 44px;

   position: absolute;
   top: 0;
   right: 0;

   width: 50px;
   height: 44px;
   padding: 0;

   text-align: center;

   outline: none;
   background: none;
}
.header .pc-search .submit:before {
   font-family: 'iconfont' !important;
   font-size: 20px;

   content: '\e649';
}
.header .find {
   font-size: 14px;
   line-height: 40px;

   display: inline-block;
   float: right;

   width: 40px;
   height: 40px;
   margin-right: 20px;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border-radius: 50%;
}
@media (max-width: 1199px) {
   .header .find {
      line-height: 60px;

      width: 30px;
      height: 60px;
   }
}
.header .find:before {
   font-family: 'iconfont';
   font-size: 20px;

   display: inline-block;

   content: '\e660';
   vertical-align: middle;
}
.header .back-btn {
   position: absolute;
   left: 15px;
}
.header .search-wrap {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 100%;
   right: 10%;

   display: none;

   width: 300px;
   padding: 10px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .header .search-wrap {
      top: 100%;
   }
}
@media (max-width: 767px) {
   .header .search-wrap {
      right: 0;
   }
}
.header .search-wrap .search-box {
   position: relative;
}
.header .search-wrap input {
   line-height: 24px;

   width: 100%;
   padding: 6px 10px;

   color: #666;
   border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
   font-size: 20px;
   line-height: 38px;

   position: absolute;
   top: 0;
   right: 0;

   width: 44px;
   height: 38px;
   padding: 0;

   color: #fff;
   border-radius: 0;
   background-color: #851c1c;
}
.header .search-wrap .submit:before {
   font-family: 'iconfont' !important;

   content: '\e60e';
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 55px;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
   text-align: center;

   color: #fff;
   border: 1px solid #851c1c;
   border-radius: 0;
   outline: none;
   background-color: #851c1c;
}
@media (min-width: 992px) {
   .online-wrap .btn {
      display: none;
   }
}
.online-wrap .btn:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\e6d2';
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
   -webkit-transform: rotateZ(225deg);
   -ms-transform: rotate(225deg);
   transform: rotateZ(225deg);
}
.online-wrap .code-pic {
   position: fixed;
   z-index: 101;
   right: 45px;
   bottom: 180px;

   display: none;

   max-width: 120px;
}
.online-wrap .code-pic .pic-box {
   padding: 5px;

   background-color: #fff;
}
.online-wrap .code-pic img {
   display: block;

   max-width: 100%;
}
.online-wrap .online {
   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 10%;

   -webkit-transition: right .3s;
   transition: right .3s;
   text-align: center;
}
@media (max-width: 1199px) {
   .online-wrap .online {
      right: 0;
   }
}
.online-wrap .online.onlineshow {
   right: 0;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 100px;

      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
   }
   .online-wrap .online.onlineshow {
      right: -60px;
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online a {
   line-height: 50px;

   position: relative;

   display: block;

   width: 50px;
   height: 50px;
   margin: 4px 0;
   padding: 0;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border-radius: 10px;
   background-color: rgba(49, 49, 49, .6);
}
.online-wrap .online a:last-child {
   border-bottom: none;
}
.online-wrap .online a:before {
   font-size: 24px;

   color: #fff;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      background-color: #851c1c;
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
@media (min-width: 992px) {
   .online-wrap .online .icon-phone:hover .phone-num,
   .online-wrap .online .icon-whatsapp:hover .phone-num {
      right: 100%;
   }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
   position: absolute;
   z-index: -1;
   top: 0;
   right: -300px;

   padding-right: 5px;

   -webkit-transition: right .3s;
   transition: right .3s;
   white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
   margin: 0;
   padding: 0 10px;

   color: #fff;
   background-color: #851c1c;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
   .online-wrap .online .code:before {
      font-size: 22px;
   }
}
.online-wrap .online .code .mask {
   position: absolute;
   z-index: 10;
   top: 0;
   right: 100%;

   display: none;

   width: 130px;
   height: 130px;
   padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
   border: 1px solid #e5e5e5;
   background-color: #fff;
}
.online-wrap .online .code .mask img {
   display: block;

   width: 100%;
}
.online-wrap .online .code .mask p {
   font-size: 13px;
   line-height: 16px;

   margin: 5px 0 8px 0;

   color: #888;
}
.online-wrap .online .sale {
   width: 158px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .online-wrap .online .sale {
      width: 50px;
   }
}
.online-wrap .online .sale a {
   width: 158px;
   height: 162px;

   background: none;
}
@media (max-width: 991px) {
   .online-wrap .online .sale a {
      width: 50px;
      height: 50px;
   }
}
.online-wrap .online .sale img {
   max-width: 100%;
}
@media (min-width: 992px) {
   .online-wrap-in .online {
      right: 0;
   }
}
.online-wrap .icon-qq:before {
   font-family: 'iconfont' !important;

   content: '\e62d';
}
.online-wrap .icon-weixin:before {
   font-family: 'iconfont' !important;

   content: '\e604';
}
.online-wrap .icon-message:before {
   font-family: 'iconfont' !important;

   content: '\e918';
}
.online-wrap .icon-email:before {
   font-family: 'iconfont' !important;

   content: '\e6a4';
}
.online-wrap .icon-skype:before {
   font-family: 'iconfont' !important;

   content: '\e766';
}
.online-wrap .icon-whatsapp:before {
   font-family: 'iconfont' !important;

   content: '\e621';
}
.online-wrap .icon-phone:before {
   font-family: 'iconfont' !important;

   content: '\e61c';
}
.online-wrap .icon-erweima:before {
   font-family: 'iconfont' !important;

   content: '\e745';
}
.online-wrap .icon-facebook:before {
   font-family: 'iconfont' !important;

   content: '\e61a';
}
.online-wrap .icon-instagram:before {
   font-family: 'iconfont' !important;

   content: '\e666';
}
.online-wrap .icon-cart:before {
   font-family: 'iconfont' !important;

   content: '\e624';
}
.online-wrap .icon-cart span {
   font-size: 14px;
   line-height: 20px;

   position: absolute;
   top: 0;
   right: 0;

   width: 20px;
   height: 20px;

   color: #fff;
   border-radius: 50%;
   background-color: #851c1c;
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;

   content: '\e605';
}
.xs-online {
   font-family: 'Times New Roman', Arial;

   position: fixed;
   z-index: 8;
   bottom: 0;
   left: 0;

   display: none;

   width: 100%;

   background-color: #851c1c;
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block !important;
   }
}
.xs-online ul {
   margin: 0;
   padding: 0;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-right: 1px solid #b1060c;
   border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;

   text-transform: uppercase;

   color: inherit;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;
   font-style: normal;
   line-height: 24px;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li:last-child {
   border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
   font-size: 16px;

   content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
   font-weight: normal;

   content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
   font-weight: normal;

   content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
   font-weight: normal;

   content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
   font-weight: normal;

   content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
   font-size: 18px;
   font-weight: normal;

   content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
   font-weight: normal;

   content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
   font-weight: normal;

   content: '\e751';
}
.xs-online ul li.xs-online-contact>a:before {
   font-weight: normal;

   content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
   content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
   position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
   display: block;
}
.xs-online ul li.xs-online-wechat>a img {
   position: absolute;
   bottom: 57px;
   left: 0;

   display: none;

   width: 100%;
}
.xs-online ul li.facebook>a:before {
   content: '\e615';
}
.banner {
   font-size: 0;

   position: relative;
   z-index: 2;

   overflow: hidden;

   width: 100%;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.banner img {
   display: block;

   width: 100%;
}
.banner .swiper-slide {
   overflow: hidden;
}
.banner .swiper-pagination {
   position: absolute;
   z-index: 2;
   bottom: 4.5%;
   left: 0;

   width: auto;
   width: 100%;
   padding: 0 8%;

   text-align: left;
}
.banner .swiper-pagination-bullet {
   font-size: 20px;
   font-weight: bold;

   width: auto;
   margin: 0 10px !important;

   opacity: 1;
   outline: none;
   background: none;
}
.banner .swiper-pagination-bullet:before {
   content: '0';
}
@media (max-width: 767px) {
   .banner .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
   }
}
.banner .swiper-pagination-bullet-active {
   text-decoration: underline;

   color: #851c1c;
}
.banner .slick-arrow {
   font-size: 32px;
   line-height: 110px;

   width: 110px;
   height: 110px;

   color: #fff;
   border: none;
   border-radius: 0;
   border-radius: 50%;
   outline: none;
   background-color: rgba(255, 255, 255, .14);
}
.banner .slick-arrow:before {
   display: inline-block;

   width: 55px;

   text-align: center;
}
.banner .slick-arrow:after {
   position: absolute;
   top: -13px;
   left: -13px;

   display: block;

   width: 136px;
   height: 136px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   opacity: 0;
   border: 1px dashed rgba(255, 255, 255, .24);
   border-radius: 50%;
   background: none;
}
@media (min-width: 1200px) {
   .banner .slick-arrow:hover:after {
      opacity: 1;
   }
}
.banner .slick-prev {
   left: -55px;

   text-align: right;
}
.banner .slick-next {
   right: -55px;
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
@media (max-width: 991px) {
   .banner .item {
      width: 110%;
      max-width: 110%;
      margin-left: -5%;
   }
}
@media (max-width: 767px) {
   .banner .item {
      width: 120%;
      max-width: 120%;
      margin-left: -10%;
   }
}
.banner .item>a {
   display: block;
   overflow: hidden;
}
.banner .item>a>img {
   position: relative;
   left: 50%;

   display: block;

   width: 100%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.banner-video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
   display: none !important;
}
.banner.hide-video video {
   display: none !important;
}
.banner-video-box {
   position: relative;

   display: block;

   padding-bottom: 37.29166667%;

   -webkit-transform: translateZ(10px);
   transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
   position: absolute;
   z-index: 10;
}
.banner-video-box .fluid_initial_play {
   background-color: #851c1c !important;
}
.banner .mobile-video {
   position: relative;

   display: block;
}
.banner .mobile-video:after {
   z-index: 2;

   content: '';

   background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
   font-size: 50px;

   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;

   content: '\e644';
   -webkit-transform: translateY(-50%) translateX(-50%);
   -ms-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);

   color: #fff;
   text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in img {
   width: 100%;
}
@media (max-width: 767px) {
   .banner-in img {
      width: 160%;
      margin-left: -30%;
   }
}
.box {
   overflow: hidden;

   padding: 80px 0;
}
@media (max-width: 991px) {
   .box {
      padding: 50px 0;
   }
}
.title {
   text-align: center;
}
.title h2 {
   font-family: 'Swiss921 BT', Arial, Helvetica, sans-serif;
   font-size: 50px;
   line-height: 1;

   position: relative;

   display: inline-block;

   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 1470px) {
   .title h2 {
      font-size: 44px;
   }
}
@media (max-width: 1199px) {
   .title h2 {
      font-size: 40px;
   }
}
@media (max-width: 991px) {
   .title h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .title h2 {
      font-size: 24px;
   }
}
.title p {
   font-size: 18px;
   line-height: 24px;

   max-width: 1100px;
   margin: 0 auto;
   margin-top: 10px;

   color: #838587;
}
@media (max-width: 1199px) {
   .title p {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .title p {
      font-size: 14px;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-index {
   position: relative;
   z-index: 2;

   margin-top: -150px;
}
@media (min-width: 1200px) {
   .box-index {
      padding-top: 0;
   }
}
@media (max-width: 1199px) {
   .box-index {
      margin: 0;
   }
}
.box-index .index .item {
   position: relative;
}
@media (max-width: 991px) {
   .box-index .index .item {
      margin-top: 20px;
   }
}
.box-index .index .item:after {
   position: absolute;
   z-index: 2;
   bottom: -4px;
   left: 50%;

   display: block;

   width: 0;
   height: 8px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #851c1c;
}
.box-index .index .item .img-box {
   padding-bottom: 68.88888889%;
}
.box-index .index .item .img-box:before {
   position: absolute;
   top: 0;
   right: 0;

   display: block;

   width: 12px;
   height: 12px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   border: 2px solid #fff;
   border-radius: 50%;
}
@media (max-width: 1199px) {
   .box-index .index .item .img-box:before {
      border-color: #851c1c;
   }
}
.box-index .index .item .mask {
   position: absolute;
   z-index: 2;
   top: 50%;

   width: 100%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;

   color: #fff;
}
.box-index .index .item .mask .icon {
   font-size: 36px;
   line-height: 1.4;

   display: block;

   -webkit-transition: all .4s;
   transition: all .4s;
}
.box-index .index .item .mask h3 {
   font-size: 48px;
   line-height: 1;
}
@media (max-width: 1470px) {
   .box-index .index .item .mask h3 {
      font-size: 38px;

      margin: 10px 0;
   }
}
.box-index .index .item .mask h3 span {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.box-index .index .item .mask h3 sup {
   font-size: 22px;

   top: 10px;

   vertical-align: top;
}
.box-index .index .item .mask p {
   font-size: 18px;
   line-height: 1.33333333;

   margin: 0;
}
.box-index .index .item .mask .more {
   margin-top: 20px;

   -webkit-transition: all .2s;
   transition: all .2s;

   opacity: 0;
}
@media (max-width: 1199px) {
   .box-index .index .item .mask .more {
      opacity: 1;
   }
}
@media (max-width: 767px) {
   .box-index .index .item .mask .more {
      margin-top: 14px;
   }
}
.box-index .index .item .mask .more a {
   font-size: 15px;
   line-height: 40px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border: 2px solid #fff;
   border-radius: 30px;
}
@media (max-width: 767px) {
   .box-index .index .item .mask .more a {
      font-size: 14px;
      line-height: 40px;

      padding: 0 20px;
   }
}
.box-index .index .item .mask .more a span {
   position: relative;
   z-index: 5;

   display: block;
}
.box-index .index .item .mask .more a:before {
   position: absolute;
   top: -110%;
   left: -10%;

   display: block;

   width: 120%;
   height: 0;
   padding-bottom: 120%;

   content: '';
   -webkit-transform: translateY(68%) scale3d(0, 0, 0);
   transform: translateY(68%) scale3d(0, 0, 0);

   border-radius: 50%;
   background: #851c1c;
}
.box-index .index .item .mask .more a:after {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   -webkit-transform: translateY(-102%);
   -ms-transform: translateY(-102%);
   transform: translateY(-102%);

   background: #851c1c;
}
.box-index .index .item .mask .more a:hover {
   border-color: #851c1c;
}
.box-index .index .item .mask .more a:hover:before {
   -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   -webkit-transform: translate(0) scale(1);
   -ms-transform: translate(0) scale(1);
   transform: translate(0) scale(1);
}
.box-index .index .item .mask .more a:hover:after {
   -webkit-transition-delay: .25s;
   transition-delay: .25s;
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 31.25ms;
   transition-duration: 31.25ms;
   -webkit-transform: translate(0);
   -ms-transform: translate(0);
   transform: translate(0);
}
.box-index .index .item .mask .more a:hover span {
   -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
   animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-index .index .item:hover:after {
   width: 80%;
}
.box-index .index .item:hover .img-box:before {
   background-color: #fff;
}
.box-index .index .item:hover .mask .icon {
   -webkit-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   transform: translateY(-10px);
}
.box-index .index .item:hover .mask .more {
   opacity: 1;
}
.footer {
   position: relative;

   overflow: hidden;

   color: #e0e0e0;
   background-color: #0b0303;
}
@media (max-width: 991px) {
   .footer {
      padding-bottom: 55px;
   }
}
.footer .foot-top {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding: 40px 0;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 991px) {
   .footer .foot-top {
      display: block;
   }
}
@media (max-width: 1199px) {
   .footer .foot-top .foot-logo {
      display: none;
   }
}
.footer .foot-top .foot-logo img {
   height: 90px;
}
.footer .foot-top p {
   font-size: 16px;
   line-height: 24px;

   max-width: 340px;
   margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
   .footer .foot-top p {
      display: inline-block;

      max-width: auto;
      margin: 10px 0;

      vertical-align: top;
   }
}
@media (max-width: 767px) {
   .footer .foot-top p {
      font-size: 14px;
   }
}
.footer .foot-top p .icon {
   font-size: 24px;

   display: inline-block;

   margin-right: 10px;

   vertical-align: middle;
}
.footer .foot-top p span {
   font-weight: bold;

   display: inline-block;

   vertical-align: middle;
}
.footer .foot-top p a:hover {
   text-decoration: underline;
}
.footer .foot-message {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding: 30px 0;

   border-top: 1px solid rgba(255, 255, 255, .08);

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 1199px) {
   .footer .foot-message {
      display: block;
   }
}
@media (max-width: 767px) {
   .footer .foot-message {
      padding: 20px 0;
   }
}
.footer .foot-message .title-foot-message {
   margin-top: -20px;
}
.footer .foot-message .title-foot-message h3 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 26px;

   margin: 0;
}
.footer .foot-message .message {
   position: relative;

   padding-right: 50px;
   padding-left: 40px;
}
@media (max-width: 1199px) {
   .footer .foot-message .message {
      margin-top: 20px;
      padding-left: 0;
   }
}
.footer .foot-message .message ul {
   margin: 0 -5px;
}
.footer .foot-message .message ul li {
   padding: 0 5px;
}
.footer .foot-message .message input,
.footer .foot-message .message textarea {
   font-size: 15px;
   line-height: 26px;

   width: 100%;
   margin-top: 10px;
   padding: 8px 20px;

   resize: vertical;

   color: #fff;
   background-color: rgba(255, 255, 255, .08);
}
@media (max-width: 767px) {
   .footer .foot-message .message input,
   .footer .foot-message .message textarea {
      font-size: 14px;
   }
}
.footer .foot-message .message input::-webkit-input-placeholder,
.footer .foot-message .message textarea::-webkit-input-placeholder {
   color: #fff;
}
.footer .foot-message .message input:-o-placeholder,
.footer .foot-message .message textarea:-o-placeholder {
   color: #fff;
}
.footer .foot-message .message input::-moz-placeholder,
.footer .foot-message .message textarea::-moz-placeholder {
   color: #fff;
}
.footer .foot-message .message input:-ms-input-placeholder,
.footer .foot-message .message textarea:-ms-input-placeholder {
   color: #fff;
}
.footer .foot-message .message input:focus::-webkit-input-placeholder,
.footer .foot-message .message textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.footer .foot-message .message input:focus::-o-placeholder,
.footer .foot-message .message textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.footer .foot-message .message input:focus::-moz-placeholder,
.footer .foot-message .message textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.footer .foot-message .message input:focus::-ms-input-placeholder,
.footer .foot-message .message textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.footer .foot-message .message p {
   font-size: 15px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #9b9494;
}
.footer .foot-message .message .submit {
   position: absolute;
   top: 40%;
   right: 0;

   width: 50px;
   margin: 0;
   padding: 0;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: right;

   outline: none;
   background: none;
}
.footer .foot-message .message .submit .icon {
   font-size: 30px;
}
.footer .foot-message .message .submit:hover {
   color: #851c1c;
}
.footer .copyright {
   padding: 25px 0;

   text-align: center;

   border-top: 1px solid rgba(255, 255, 255, .08);
}
@media (max-width: 1199px) {
   .footer .copyright .flexwrap {
      display: block;
   }
}
.footer .copyright p {
   font-size: 14px;
   line-height: 30px;

   display: inline-block;

   margin: 0;

   color: #fff;
}
@media (max-width: 1470px) {
   .footer .copyright p {
      font-size: 13px;
      line-height: 24px;

      display: block;
   }
}
.footer .copyright a:hover {
   text-decoration: underline;

   color: #851c1c;
}
.footer .copyright .sitemap {
   margin-left: 20px;

   text-decoration: underline;
}
.footer .copyright .sitemap .icon {
   margin-right: 6px;
}
.footer .copyright p,
.footer .copyright a {
   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 1199px) {
   .footer .copyright .translate,
   .footer .copyright .share {
      display: inline-block;

      vertical-align: middle;
   }
}
.inquire-sheet-box {
   position: absolute;
   z-index: 9;
   top: 0;
   right: 50px;

   display: none;
   overflow: hidden;

   width: 340px;

   border-radius: 10px;
   background-color: #222;
}
@media (max-width: 1350px) {
   .inquire-sheet-box {
      top: -50px;

      width: 400px;
   }
}
@media (max-width: 1199px) {
   .inquire-sheet-box {
      display: none !important;
   }
}
.inquire-sheet-box .j-title {
   position: relative;

   overflow: hidden;

   padding: 0 20px;

   background-color: #851c1c;
}
.inquire-sheet-box .j-title h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 60px;

   display: inline-block;

   margin: 0;

   color: #fff;
}
.inquire-sheet-box .j-title .inquire-close {
   line-height: 60px;

   display: inline-block;
   float: right;

   cursor: pointer;

   color: #fff;
}
@media (max-width: 1350px) {
   .inquire-sheet-box .j-title .inquire-close {
      line-height: 40px;
   }
}
.inquire-sheet-box .j-title .inquire-close:after {
   font-family: 'iconfont' !important;
   font-size: 22px;

   content: '\e61b';
}
.inquire-sheet-box .J-shoping-close {
   display: inline-block;

   width: 30px;

   cursor: pointer;
   vertical-align: middle;
}
.inquire-sheet-box .J-shoping-close::after {
   font-family: 'iconfont';
   font-size: 18px;
   line-height: 68px;

   content: '\e632';
}
.inquire-sheet-box .J-shoping-close:hover {
   color: #b10c12;
}
.inquire-sheet-box .J-inquiry {
   color: #fff;
   background-color: #851c1c;
}
.inquire-sheet-box .J-inquiry a {
   font-size: 18px;
   line-height: 30px;

   display: block;

   padding: 20px 10px;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;
}
@media (max-width: 1350px) {
   .inquire-sheet-box .J-inquiry a {
      padding: 15px 10px;
   }
}
.inquire-sheet-box .J-inquiry a:after {
   font-family: 'iconfont' !important;

   margin-left: 10px;

   content: '\e826';
}
.inquire-sheet-box .J-shoping-body {
   overflow-y: auto;

   max-height: 360px;
}
.inquire-sheet-box .list {
   overflow: hidden;

   padding: 20px 20px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-bottom: 1px dashed #999;
}
.inquire-sheet-box .list .pic {
   display: inline-block;
   overflow: hidden;

   width: 100px;

   vertical-align: middle;

   border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box {
   padding-bottom: 120.77922078%;
}
.inquire-sheet-box .list p {
   font-size: 16px;
   font-weight: bold;
   line-height: 24px;

   display: -webkit-box;
   display: inline-block;
   overflow: hidden;

   width: -webkit-calc(100% - 140px);
   width: calc(100% - 140px);
   max-height: 48px;
   margin: 0;
   padding: 0 5%;

   vertical-align: middle;
   text-transform: capitalize;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.inquire-sheet-box .list:hover {
   background-color: #414141;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
   position: absolute;
   right: 0;

   width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
   background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
   background-color: #851c1c;
}
.fixed-cart {
   line-height: 30px;

   position: fixed;
   z-index: 8;
   top: -webkit-calc(40% - 50px);
   top: calc(40% - 50px);
   right: 0;

   display: block;
}
@media (max-width: 991px) {
   .fixed-cart {
      top: 40%;
   }
}
.fixed-cart a.cart-icon {
   font-size: 14px;
   line-height: 44px;

   position: relative;

   display: block;

   width: 50px;
   height: 50px;
   padding: 2px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #fff;
   background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px) {
   .fixed-cart a.cart-icon {
      line-height: 34px;

      width: 40px;
      height: 40px;
   }
}
.fixed-cart a.cart-icon span {
   font-size: 12px;
   line-height: 20px;

   position: absolute;
   top: -8px;
   right: 0;

   display: inline-block;

   width: 20px;
   height: 20px;

   vertical-align: top;

   color: #fff;
   border-radius: 50%;
   background-color: #333;
}
.fixed-cart a.cart-icon::before {
   font-family: 'iconfont';
   font-size: 22px;
   font-weight: normal;

   display: block;

   content: '\e603';

   border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
   .fixed-cart a.cart-icon::before {
      font-size: 20px;
   }
}
.fixed-cart a.cart-icon:hover {
   background-color: #851c1c;
}
.u-flyer {
   position: fixed;
   z-index: 9999;

   display: block;

   width: 40px;
   height: 40px;

   color: #851c1c;
   border-radius: 50px;
}
.wrap {
   overflow: hidden;

   padding: 80px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 40px 0;
   }
}
.title-in {
   max-width: 1200px;
   margin: 0 auto;

   text-align: center;
}
.title-in h3 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 100px;
   line-height: 1;

   margin: 0;

   text-transform: uppercase;

   color: transparent;

   -webkit-text-stroke: 1px rgba(133, 28, 28, .15);
}
@media (max-width: 1470px) {
   .title-in h3 {
      font-size: 80px;
   }
}
@media (max-width: 991px) {
   .title-in h3 {
      font-size: 60px;
   }
}
@media (max-width: 767px) {
   .title-in h3 {
      font-size: 40px;
   }
}
.title-in h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 40px;
   line-height: 1;

   position: relative;
   z-index: 2;

   margin: 0;
   margin-top: -40px;

   text-transform: uppercase;

   color: #851c1c;
}
@media (max-width: 1470px) {
   .title-in h2 {
      font-size: 34px;
   }
}
@media (max-width: 991px) {
   .title-in h2 {
      font-size: 26px;

      margin-top: -26px;
   }
}
@media (max-width: 767px) {
   .title-in h2 {
      font-size: 24px;

      margin-top: -24px;
   }
}
.title-in h4 {
   font-size: 16px;
   font-weight: bold;
   line-height: 24px;

   margin: 14px 0 0 0;

   color: #851c1c;
}
@media (max-width: 991px) {
   .title-in h4 {
      font-size: 14px;
   }
}
.title-in p {
   font-size: 15px;
   line-height: 2.13333333;

   margin-top: 10px;

   color: #666;
}
@media (max-width: 991px) {
   .title-in p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-sidenav-other {
   text-align: center;

   border-bottom: 1px solid #999;
}
.wrap-sidenav-other .sidenav-other>ul {
   font-size: 0;
}
.wrap-sidenav-other .sidenav-other>ul>li {
   display: inline-block;

   vertical-align: top;
}
.wrap-sidenav-other .sidenav-other>ul>li:after {
   display: inline-block;

   width: 1px;
   height: 50px;

   content: '';
   vertical-align: middle;

   background-color: #999;
}
@media (max-width: 1199px) {
   .wrap-sidenav-other .sidenav-other>ul>li:after {
      display: none;
   }
}
.wrap-sidenav-other .sidenav-other>ul>li:last-child:after {
   display: none;
}
.wrap-sidenav-other .sidenav-other>ul>li>a {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 22px;
   line-height: 30px;

   position: relative;

   display: inline-block;

   padding: 30px 60px;

   vertical-align: middle;
   text-transform: uppercase;

   color: #666;
}
@media (max-width: 1470px) {
   .wrap-sidenav-other .sidenav-other>ul>li>a {
      font-size: 20px;

      padding: 20px 50px;
   }
}
@media (max-width: 1199px) {
   .wrap-sidenav-other .sidenav-other>ul>li>a {
      font-size: 16px;

      padding: 15px 30px;
   }
}
@media (max-width: 991px) {
   .wrap-sidenav-other .sidenav-other>ul>li>a {
      line-height: 24px;

      padding: 10px 20px;
   }
}
.wrap-sidenav-other .sidenav-other>ul>li>a:after {
   position: absolute;
   bottom: -1px;
   left: 50%;

   display: block;

   width: 0;
   height: 2px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #851c1c;
}
.wrap-sidenav-other .sidenav-other>ul>li.active>a,
.wrap-sidenav-other .sidenav-other>ul>li:hover>a {
   color: #333;
}
.wrap-sidenav-other .sidenav-other>ul>li.active>a:after,
.wrap-sidenav-other .sidenav-other>ul>li:hover>a:after {
   width: 70px;
}
.wrap-title {
   margin-top: 50px;
   padding-left: 20%;
}
@media (max-width: 1199px) {
   .wrap-title {
      padding-left: 10%;
   }
}
@media (max-width: 991px) {
   .wrap-title {
      margin-top: 30px;
      padding-left: 0;
   }
}
.wrap-title h3 {
   font-size: 34px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;

   color: #851c1c;
}
@media (max-width: 1199px) {
   .wrap-title h3 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-title h3 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-title h3 {
      font-size: 20px;
   }
}
.wrap-title .note {
   margin-top: 20px;
   padding-bottom: 50px;

   border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
   .wrap-title .note {
      padding-bottom: 30px;
   }
}
.wrap-title .note p {
   font-size: 18px;
   line-height: 30px;

   margin: 0;

   color: #616161;
}
@media (max-width: 991px) {
   .wrap-title .note p {
      font-size: 16px;
      line-height: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-title .note p {
      font-size: 14px;
   }
}
.wrap-sidenav {
   padding-right: 20px;
}
.wrap-sidenav .title-sidenav {
   line-height: 30px;

   position: relative;

   padding: 20px 30px;

   background-color: #851c1c;
}
.wrap-sidenav .title-sidenav::before {
   display: block;

   content: '';
}
.wrap-sidenav .title-sidenav h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 20px;

   margin: 0;

   text-transform: uppercase;

   color: #fff;
}
.wrap-sidenav .sidenav {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .wrap-sidenav .sidenav .slevel-1>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sidenav .sidenav .slevel-1>li>a {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 15px 80px 15px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border-bottom: 1px dashed #ccc;
}
@media (max-width: 1470px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      padding-right: 40px;
   }
}
@media (max-width: 1199px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      font-size: 16px;

      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      font-size: 15px;
   }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
   font-family: 'iconfont' !important;
   font-weight: normal;

   position: absolute;
   right: 60px;

   display: inline-block;

   content: '\e661';
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
   color: #851c1c;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.wrap-sidenav .sidenav .slevel-2 {
   display: none;

   padding: 20px;

   border-bottom: 1px dashed #ccc;
}
@media (max-width: 1350px) {
   .wrap-sidenav .sidenav .slevel-2 {
      padding: 10px;
   }
}
.wrap-sidenav .sidenav .slevel-2>li>a {
   line-height: 30px;

   position: relative;

   display: block;

   padding: 0 20px;

   color: #999;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
   line-height: 30px;

   position: absolute;
   top: 0;
   left: 0;

   width: 20px;

   content: '·';
   text-align: center;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
   color: #333;
}
.wrap-sidenav .sidenav .slevel-2>li:last-child {
   border-bottom: none;
}
.xs-product-nav {
   overflow: hidden;
}
.xs-product-nav>ul {
   margin: 0 -10px;
}
.xs-product-nav>ul>li {
   display: inline-block;

   vertical-align: top;
}
.xs-product-nav>ul>li>a {
   font-size: 15px;
   line-height: 30px;

   padding: 0 10px;
}
.xs-product-nav>ul>li>a:before {
   margin-right: 4px;

   content: '-';
}
.xs-product-nav>ul>li.active>a {
   color: #851c1c;
}
.wrap-about .pic {
   overflow: hidden;

   margin-top: 50px;
}
@media (max-width: 991px) {
   .wrap-about .pic {
      margin-top: 30px;

      text-align: center;
   }
   .wrap-about .pic img {
      max-width: 100%;
   }
}
.wrap-about .text {
   margin-top: 70px;
}
@media (max-width: 1470px) {
   .wrap-about .text {
      margin-top: 60px;
   }
}
@media (max-width: 1199px) {
   .wrap-about .text {
      margin-top: 30px;
   }
}
.wrap-about .text p {
   font-size: 15px;
   line-height: 2;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-about .text p {
      line-height: 26px;
   }
}
@media (max-width: 1199px) {
   .wrap-about .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-about .number ul {
   margin: 0 -8px;
}
@media (min-width: 768px) {
   .wrap-about .number ul {
      width: 100%;
      padding: 0;

      text-align: justify;
      text-justify: distribute-all-lines;
   }
   .wrap-about .number ul:after {
      display: inline-block;
      overflow: hidden;

      width: 100%;
      height: 0;
      margin: 0;

      content: '';
   }
}
.wrap-about .number ul li {
   display: inline-block;

   padding: 0 8px;

   text-align: center;
   vertical-align: top;
}
.wrap-about .number .item {
   margin-top: 40px;
}
.wrap-about .number .item h3 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 48px;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-about .number .item h3 {
      font-size: 40px;
   }
}
@media (max-width: 767px) {
   .wrap-about .number .item h3 {
      font-size: 34px;
   }
}
.wrap-about .number .item h3 sup {
   font-size: 22px;

   top: 14px;

   vertical-align: top;
}
.wrap-about .number .item p {
   font-size: 16px;
   line-height: 30px;

   margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
   .wrap-about .number .item p {
      font-size: 14px;
   }
}
.wrap-about-factory {
   background: url(../images/factory_bg.jpg) no-repeat center;
}
@media (min-width: 1200px) {
   .wrap-about-factory {
      background-attachment: fixed;
   }
}
.wrap-about-factory .about-factory {
   max-width: 1200px;
   margin: 0 auto;
   margin-top: 40px;
}
@media (max-width: 767px) {
   .wrap-about-factory .about-factory {
      margin-top: 20px;
   }
}
.wrap-about-factory .about-factory .slick-factory {
   margin: 0 -8px;
}
.wrap-about-factory .about-factory .slick-slide {
   padding: 0 8px;
}
.wrap-about-factory .about-factory .item,
.wrap-factory .about-factory .item,
.wrap-about-factory .factory .item,
.wrap-factory .factory .item {
   display: block;
   overflow: hidden;

   text-align: center;
}
.wrap-about-factory .about-factory .item .pic,
.wrap-factory .about-factory .item .pic,
.wrap-about-factory .factory .item .pic,
.wrap-factory .factory .item .pic {
   position: relative;

   overflow: hidden;
}
.wrap-about-factory .about-factory .item .sintro,
.wrap-factory .about-factory .item .sintro,
.wrap-about-factory .factory .item .sintro,
.wrap-factory .factory .item .sintro {
   z-index: 2 !important;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: -webkit-calc(100% - 30px) !important;
   width: calc(100% - 30px) !important;
   height: -webkit-calc(100% - 30px) !important;
   height: calc(100% - 30px) !important;
   margin: 15px;

   background-color: rgba(0, 0, 0, .53);

   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 1199px) {
   .wrap-about-factory .about-factory .item .sintro,
   .wrap-factory .about-factory .item .sintro,
   .wrap-about-factory .factory .item .sintro,
   .wrap-factory .factory .item .sintro {
      display: none;
   }
}
.wrap-about-factory .about-factory .item .sintro .icon,
.wrap-factory .about-factory .item .sintro .icon,
.wrap-about-factory .factory .item .sintro .icon,
.wrap-factory .factory .item .sintro .icon {
   font-size: 30px;
   line-height: 50px;

   display: block;

   width: 50px;
   height: 50px;

   color: #fff;
   border: 1px solid #fff;
}
.wrap-about-factory .about-factory .item .img-box,
.wrap-factory .about-factory .item .img-box,
.wrap-about-factory .factory .item .img-box,
.wrap-factory .factory .item .img-box {
   padding-bottom: 78.75%;
}
.wrap-about-factory .about-factory .item .img-box img,
.wrap-factory .about-factory .item .img-box img,
.wrap-about-factory .factory .item .img-box img,
.wrap-factory .factory .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-about-factory .about-factory .item h3,
.wrap-factory .about-factory .item h3,
.wrap-about-factory .factory .item h3,
.wrap-factory .factory .item h3 {
   font-size: 16px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 10px 0 0 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-about-factory .about-factory .item h3,
   .wrap-factory .about-factory .item h3,
   .wrap-about-factory .factory .item h3,
   .wrap-factory .factory .item h3 {
      font-size: 14px;
   }
}
.wrap-about-factory .about-factory .item:hover .img-box img,
.wrap-factory .about-factory .item:hover .img-box img,
.wrap-about-factory .factory .item:hover .img-box img,
.wrap-factory .factory .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-about-factory .about-factory .item:hover h3,
.wrap-factory .about-factory .item:hover h3,
.wrap-about-factory .factory .item:hover h3,
.wrap-factory .factory .item:hover h3 {
   color: #851c1c;
}
.wrap-factory .factory ul {
   margin: 0 -5px;
}
.wrap-factory .factory ul li {
   padding: 0 5px;
}
.wrap-factory .factory .item {
   display: block;

   margin-top: 10px;
}
.wrap-honor .slick-honor {
   margin: 0 -12px;
   margin-top: 40px;
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor {
      margin-top: 20px;
      margin-right: -5px;
      margin-left: -5px;
   }
}
.wrap-honor .slick-honor .slick-slide {
   padding: 12px;
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor .slick-slide {
      padding: 0 5px;
   }
}
.wrap-honor .honor .item {
   display: block;

   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-honor .honor .item .img-box {
   padding-bottom: 133.33333333%;
}
.wrap-honor .honor .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-partner .slick-partner {
   margin: 0 -12px;
   margin-top: 40px;
}
@media (max-width: 767px) {
   .wrap-partner .slick-partner {
      margin-top: 20px;
      margin-right: -5px;
      margin-left: -5px;
   }
}
.wrap-partner .slick-partner .slick-slide {
   padding: 12px;
}
@media (max-width: 767px) {
   .wrap-partner .slick-partner .slick-slide {
      padding: 0 5px;
   }
}
.wrap-partner .partner .item {
   display: block;

   text-align: center;
}
.wrap-partner .partner .item .img-box {
   padding-bottom: 69.56521739%;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.wrap-partner .partner .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-partner .partner .item h3 {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 14px 0 0 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-partner .partner .item:hover .img-box {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-partner .partner .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-partner .partner .item:hover h3 {
   color: #851c1c;
}
.wrap-manager {
   padding-bottom: 0;
}
.wrap-manager .manager {
   font-size: 0;

   margin-top: 40px;
}
.wrap-manager .manager .manager-pic,
.wrap-manager .manager .manager-text {
   font-size: 14px;

   display: inline-block;

   vertical-align: top;
}
.wrap-manager .manager .manager-pic {
   position: relative;

   width: 346px;
   padding-left: 20px;
}
@media (max-width: 1199px) {
   .wrap-manager .manager .manager-pic {
      width: 280px;
   }
}
@media (max-width: 767px) {
   .wrap-manager .manager .manager-pic {
      width: 100%;
   }
}
.wrap-manager .manager .manager-pic img {
   max-width: 100%;
}
.wrap-manager .manager .manager-pic .btn-touch {
   position: absolute;
   top: 50%;
   left: 0;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: left;
}
.wrap-manager .manager .manager-pic .btn-touch a {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: 500;
   line-height: 50px;

   display: block;

   width: 50px;
   padding: 40px 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
   -ms-writing-mode: tb-rl;

   color: #fff;
   background-color: #851c1c;

   -webkit-writing-mode: vertical-rl;
   writing-mode: vertical-rl;
}
.wrap-manager .manager .manager-pic .btn-touch a:hover {
   background-color: #b1060c;
}
.wrap-manager .manager .manager-text {
   width: -webkit-calc(100% - 346px);
   width: calc(100% - 346px);
   padding-top: 30px;
   padding-left: 5%;
}
@media (max-width: 1199px) {
   .wrap-manager .manager .manager-text {
      width: -webkit-calc(100% - 280px);
      width: calc(100% - 280px);
      padding-left: 3%;
   }
}
@media (max-width: 767px) {
   .wrap-manager .manager .manager-text {
      width: 100%;
   }
}
.wrap-manager .manager .manager-text .title-manager h3 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 32px;

   margin: 0;

   color: #851c1c;
}
.wrap-manager .manager .manager-text .title-manager h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 30px;
   line-height: 1.4;

   margin: 10px 0;
}
@media (max-width: 767px) {
   .wrap-manager .manager .manager-text .title-manager h2 {
      font-size: 24px;
   }
}
.wrap-manager .manager .manager-text .note p {
   line-height: 2;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-manager .manager .manager-text .note p {
      line-height: 24px;
   }
}
.wrap-manager .manager .manager-text .list .item {
   margin-top: 20px;
   padding: 40px 20px;

   text-align: center;

   background-color: #f9f9f9;
}
@media (max-width: 767px) {
   .wrap-manager .manager .manager-text .list .item {
      padding: 20px 10px;
   }
}
.wrap-manager .manager .manager-text .list .item h3 {
   font-size: 24px;
   font-weight: bold;

   margin: 0 0 14px 0;
}
.wrap-manager .manager .manager-text .list .item p {
   line-height: 32px;

   margin: 0;

   color: #666;
}
.wrap-manager .manager .manager-text .list .item p a:hover {
   text-decoration: underline;

   color: #851c1c;
}
.wrap-department {
   padding-bottom: 0;
}
.wrap-department .department {
   margin-top: 35px;
}
@media (min-width: 768px) {
   .wrap-department .department ul li:nth-child(2n) .item .pic {
      left: 60%;
   }
   .wrap-department .department ul li:nth-child(2n) .item .text {
      right: 40%;

      text-align: right;
   }
}
.wrap-department .department .item {
   font-size: 0;

   margin-top: 15px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #f9f9f9;
}
.wrap-department .department .item .pic,
.wrap-department .department .item .text {
   font-size: 14px;

   position: relative;

   display: inline-block;

   vertical-align: middle;
}
.wrap-department .department .item .pic {
   overflow: hidden;

   width: 40%;
}
@media (max-width: 767px) {
   .wrap-department .department .item .pic {
      width: 100%;
   }
}
.wrap-department .department .item .pic img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
@media (max-width: 767px) {
   .wrap-department .department .item .pic img {
      max-width: 100%;
   }
}
.wrap-department .department .item .text {
   width: 60%;
   padding: 20px 5%;
}
@media (max-width: 767px) {
   .wrap-department .department .item .text {
      width: 100%;
      padding: 20px 15px;
   }
}
.wrap-department .department .item .text h3 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 30px;

   margin-top: 0;

   text-transform: uppercase;
}
@media (max-width: 1199px) {
   .wrap-department .department .item .text h3 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-department .department .item .text h3 {
      font-size: 20px;
   }
}
.wrap-department .department .item .text p {
   line-height: 2;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-department .department .item .text p {
      line-height: 24px;
   }
}
.wrap-department .department .item:hover {
   background-color: #851c1c;
}
.wrap-department .department .item:hover .pic img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-department .department .item:hover .text {
   color: #fff;
}
.wrap-manager-office .manager-office {
   margin-top: 10px;
}
.wrap-manager-office .manager-office .item {
   position: relative;

   overflow: hidden;

   margin-top: 30px;
   padding: 50px 30px;

   text-align: center;

   box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
   .wrap-manager-office .manager-office .item {
      padding: 30px 15px;
   }
}
.wrap-manager-office .manager-office .item:before {
   position: absolute;
   top: -30px;
   left: -30px;

   display: block;

   width: 80px;
   height: 80px;

   content: '';
   -webkit-transition: all .6s;
   transition: all .6s;

   border-radius: 50%;
   background-color: #851c1c;
}
@media (max-width: 767px) {
   .wrap-manager-office .manager-office .item:before {
      width: 60px;
      height: 60px;
   }
}
.wrap-manager-office .manager-office .item .icon {
   font-size: 60px;
   line-height: 1;

   position: relative;
   z-index: 2;

   display: block;

   color: #851c1c;
}
@media (max-width: 991px) {
   .wrap-manager-office .manager-office .item .icon {
      font-size: 50px;
   }
}
@media (max-width: 767px) {
   .wrap-manager-office .manager-office .item .icon {
      font-size: 40px;
   }
}
.wrap-manager-office .manager-office .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   position: relative;
   z-index: 2;
}
@media (max-width: 767px) {
   .wrap-manager-office .manager-office .item h3 {
      font-size: 20px;
   }
}
.wrap-manager-office .manager-office .item p {
   font-size: 15px;
   line-height: 28px;

   position: relative;
   z-index: 2;

   color: #555;
}
@media (max-width: 767px) {
   .wrap-manager-office .manager-office .item p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-manager-office .manager-office .item p a:hover {
   text-decoration: underline;
}
.wrap-manager-office .manager-office .item:hover:before {
   width: 150%;
   height: 150%;

   border-radius: 0;
}
.wrap-manager-office .manager-office .item:hover .icon,
.wrap-manager-office .manager-office .item:hover h3,
.wrap-manager-office .manager-office .item:hover p {
   color: #fff;
}
.wrap-download .download {
   margin-top: 20px;
}
.wrap-download .download .item {
   position: relative;

   margin-top: 30px;
   padding: 30px 130px;

   border: 1px solid #bfbfbf;
}
@media (max-width: 1199px) {
   .wrap-download .download .item {
      padding: 20px 60px 20px 80px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item {
      padding: 10px 50px 10px 70px;
   }
}
.wrap-download .download .item:before {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 46px;

   display: block;

   width: 44px;
   height: 46px;

   content: '';
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   background: url(../images/pdf.png) no-repeat center;
}
@media (max-width: 1199px) {
   .wrap-download .download .item:before {
      left: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item:before {
      left: 12px;
   }
}
.wrap-download .download .item h3 {
   font-size: 22px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .wrap-download .download .item h3 {
      font-size: 20px;
   }
}
.wrap-download .download .item p span {
   font-size: 14px;
   line-height: 24px;

   display: inline-block;

   margin-right: 20px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-download .download .item p span {
      margin-right: 10px;
   }
}
.wrap-download .download .item .down {
   line-height: 50px;

   position: absolute;
   z-index: 2;
   top: 50%;
   right: 0;

   display: block;

   width: 130px;

   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
@media (max-width: 1199px) {
   .wrap-download .download .item .down {
      width: 60px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item .down {
      width: 50px;
   }
}
.wrap-download .download .item .down .icon {
   font-size: 36px;
}
@media (min-width: 1200px) {
   .wrap-download .download .item:hover h3 {
      color: #851c1c;
   }
   .wrap-download .download .item:hover .down {
      color: #851c1c;
   }
}
.wrap-news .news {
   margin-top: -30px;
}
.wrap-news .news .item {
   margin-top: 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   border-bottom: 1px solid #999;
   background-color: #f9f9f9;
}
.wrap-news .news .item .pic {
   position: relative;
}
.wrap-news .news .item .pic .img-box {
   padding-bottom: 71.11111111%;
}
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item .pic .date {
   line-height: 50px;

   position: absolute;
   z-index: 2;
   bottom: -25px;
   left: 30px;

   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: uppercase;

   color: #666;
   border-radius: 30px;
   background-color: #fff;
}
@media (max-width: 1470px) {
   .wrap-news .news .item .pic .date {
      left: 15px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic .date {
      line-height: 40px;

      bottom: -20px;
   }
}
.wrap-news .news .item .note {
   padding: 30px;
}
@media (max-width: 1470px) {
   .wrap-news .news .item .note {
      padding: 14px;
   }
}
.wrap-news .news .item h3 {
   font-size: 22px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 20px 0 0 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-news .news .item h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item h3 {
      font-size: 16px;
      line-height: 24px;

      height: 24px;
   }
}
.wrap-news .news .item p {
   font-size: 16px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 60px;
   margin: 10px 0 0 0;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
   .wrap-news .news .item p {
      font-size: 14px;

      margin-top: 10px;
   }
}
.wrap-news .news .item .more {
   margin-top: 40px;
}
@media (max-width: 1470px) {
   .wrap-news .news .item .more {
      margin-top: 20px;
   }
}
.wrap-news .news .item .more a {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.wrap-news .news .item .more a .icon {
   font-size: 20px;
   line-height: 40px;

   width: 40px;
   height: 40px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   border-radius: 50%;
   background-color: #fff;
}
.wrap-news .news .item .more a span {
   font-size: 18px;
   font-weight: bold;
   line-height: 40px;

   color: #666;
}
@media (max-width: 1470px) {
   .wrap-news .news .item .more a span {
      font-size: 16px;
   }
}
.wrap-news .news .item:hover {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-news .news .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news .item:hover .pic .date {
   color: #fff;
   background-color: #851c1c;
}
.wrap-news .news .item:hover .more a .icon {
   color: #fff;
   background-color: #851c1c;
}
.wrap-news .news .item:hover .more a span {
   color: #333;
}
.wrap-details .details .text {
   margin-top: 30px;
}
.wrap-details .details .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-details .details .text p {
      line-height: 24px;
   }
}
.wrap-details .details .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-details .title-details {
   position: relative;

   padding-right: 250px;
   padding-bottom: 20px;

   border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
   .wrap-details .title-details {
      padding-right: 0;
   }
}
.wrap-details .title-details h1 {
   font-size: 26px;
   font-weight: bold;
   line-height: 1.4;

   position: relative;

   padding-left: 20px;
}
@media (max-width: 991px) {
   .wrap-details .title-details h1 {
      font-size: 20px;
   }
}
.wrap-details .title-details h1:before {
   position: absolute;
   top: 6px;
   left: 0;

   display: block;

   width: 4px;
   height: 26px;

   content: '';

   background-color: #851c1c;
}
.wrap-details .title-details .date {
   font-size: 16px;
   line-height: 24px;

   display: block;

   margin-top: 20px;
   margin-left: 20px;

   color: #851c1c;
}
.wrap-details .title-details .date:before {
   font-family: 'iconfont' !important;

   float: left;

   margin-right: 10px;

   content: '\e63a';

   color: #851c1c;
}
.wrap-details .title-details .share {
   position: absolute;
   top: 0;
   right: 0;
}
@media (max-width: 1199px) {
   .wrap-details .title-details .share {
      position: relative;
      right: auto;

      margin-top: 20px;
      margin-left: 20px;
   }
}
.wrap-details .title-details .share p,
.wrap-details .title-details .share .addthis_inline_share_toolbox {
   display: inline-block;

   margin: 0;

   vertical-align: middle;
}
.wrap-details .title-details .share p {
   font-size: 16px;

   color: #666;
}
.wrap-details .prev-next {
   margin-top: 30px;
   padding-top: 30px;

   border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
   .wrap-details .prev-next {
      padding-top: 20px;
   }
}
.wrap-details .prev-next a {
   font-size: 18px;
   line-height: 30px;

   display: block;
   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .wrap-details .prev-next a {
      font-size: 16px;
   }
}
.wrap-details .prev-next a:hover {
   color: #851c1c;
}
.wrap-next-list {
   background-color: #eee;
}
.wrap-next-list .title-next-list h3 {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
.wrap-next-list .news-list {
   max-width: 1080px;
   margin-top: 20px;
}
.wrap-next-list .news-list h4 {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-decoration: underline;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-next-list .news-list h4 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-next-list .news-list h4 {
      font-size: 16px;
   }
}
.wrap-next-list .news-list p {
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   max-height: 72px;
   margin: 10px 0 0 0;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.wrap-next-list .news-list:hover h4 {
   color: #851c1c;
}
@media (max-width: 1199px) {
   .wrap-product {
      padding-top: 20px;
   }
}
.wrap-product .product-top .title-product h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 26px;
   line-height: 1.4;

   margin: 0;

   text-transform: capitalize;

   color: #851c1c;
}
.wrap-product .product-top .text p {
   line-height: 24px;

   color: #666;
}
.wrap-product .product-top .video {
   position: relative;
}
.wrap-product .product-top .video img {
   width: 100%;
}
.wrap-product .product-top .video .play {
   font-size: 80px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 767px) {
   .wrap-product .product-top .video .play {
      font-size: 60px;
   }
}
.wrap-product .product-top .video .play:before {
   font-family: 'iconfont' !important;

   content: '\e635';
}
.wrap-product .product-top .video .play:hover {
   color: #851c1c;
}
.wrap-product .item,
.slick-relate-product .item,
.wrap-nosearch .relate-search .item {
   display: block;

   margin-top: 40px;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-product .item,
   .slick-relate-product .item,
   .wrap-nosearch .relate-search .item {
      margin-top: 20px;
   }
}
.wrap-product .item .pic,
.slick-relate-product .item .pic,
.wrap-nosearch .relate-search .item .pic {
   position: relative;

   overflow: hidden;
}
.wrap-product .item .pic:after,
.slick-relate-product .item .pic:after,
.wrap-nosearch .relate-search .item .pic:after {
   display: block;

   width: 0;
   height: 3px;
   margin: 0 auto;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;

   background-color: #851c1c;
}
.wrap-product .item .pic .img-box,
.slick-relate-product .item .pic .img-box,
.wrap-nosearch .relate-search .item .pic .img-box {
   padding-bottom: 76.82926829%;
}
.wrap-product .item .pic .img-box img,
.slick-relate-product .item .pic .img-box img,
.wrap-nosearch .relate-search .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product .item .pic .view,
.slick-relate-product .item .pic .view,
.wrap-nosearch .relate-search .item .pic .view {
   position: absolute;
   z-index: 2;
   top: -70px;
   right: -60px;

   width: 120px;
   height: 120px;

   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);

   color: #fff;
   border-radius: 50%;
   background-color: #851c1c;
}
.wrap-product .item .pic .view .icon,
.slick-relate-product .item .pic .view .icon,
.wrap-nosearch .relate-search .item .pic .view .icon {
   font-size: 12px;
   line-height: 50px;

   position: absolute;
   bottom: 0;
   left: 10px;

   width: 50px;
   height: 50px;

   text-align: center;
}
.wrap-product .item .note h3,
.slick-relate-product .item .note h3,
.wrap-nosearch .relate-search .item .note h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 60px;
   margin: 10px 0 0 0;
   text-align: left;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
   .wrap-product .item .note h3,
   .slick-relate-product .item .note h3,
   .wrap-nosearch .relate-search .item .note h3 {
      font-size: 16px;
   }
}
.wrap-product .item .note h3:before,
.slick-relate-product .item .note h3:before,
.wrap-nosearch .relate-search .item .note h3:before {
   margin-right: 4px;

   content: '•';
}
.wrap-product .item:hover .pic,
.slick-relate-product .item:hover .pic,
.wrap-nosearch .relate-search .item:hover .pic {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .item:hover .pic:after,
.slick-relate-product .item:hover .pic:after,
.wrap-nosearch .relate-search .item:hover .pic:after {
   width: 100%;
}
.wrap-product .item:hover .pic .img-box img,
.slick-relate-product .item:hover .pic .img-box img,
.wrap-nosearch .relate-search .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-product .item:hover .pic .view,
.slick-relate-product .item:hover .pic .view,
.wrap-nosearch .relate-search .item:hover .pic .view {
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
}
.wrap-product .item:hover .note h3,
.slick-relate-product .item:hover .note h3,
.wrap-nosearch .relate-search .item:hover .note h3 {
   color: #851c1c;
}
.wrap-product-show .carousel-wrap {
   overflow: hidden;
}
.wrap-product-show .carousel-wrap .item {
   border: 1px solid #d2d2d2;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
   padding-bottom: 76.82926829%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
   font-size: 0;

   position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
   position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
   font-size: 80px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .carousel .slider-for .play {
      font-size: 50px;
   }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
   font-family: 'iconfont' !important;

   content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
   font-size: 24px;

   top: 50%;
   left: 0;

   width: 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #333;
   border-width: 1px;
   border-radius: 0;
   background: none;
   background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
   right: -1px;
   left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover {
   color: #fff;
   background-color: #851c1c;
}
.wrap-product-show .carousel-wrap .slider-nav {
   margin-top: 8px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
   padding: 0 4px;

   outline: none;
}
@media (max-width: 1199px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-slide {
      padding: 0 4px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .item {
   position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
   position: relative;

   background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
   opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 30px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   content: '\e644';
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .slider-nav .item-video:after {
      font-size: 30px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
   border: 1px solid #851c1c;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
   font-size: 20px;
   line-height: 30px;

   left: 0;

   width: 30px;
   height: 30px;

   color: #fff;
   background: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
   right: 0;
   left: auto;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box {
      margin-top: 20px;
   }
}
.wrap-product-show .info-box .title-info {
   position: relative;

   margin-top: 10px;
}
@media (max-width: 1350px) {
   .wrap-product-show .info-box .title-info {
      margin-top: 0;
   }
}
.wrap-product-show .info-box .title-info h1 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 30px;
   line-height: 1.4;

   display: block;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .title-info h1 {
      font-size: 20px;
   }
}
.wrap-product-show .info-box .text {
   min-height: 160px;
   margin-top: 20px;
}
@media (max-width: 991px) {
   .wrap-product-show .info-box .text {
      min-height: auto;
   }
}
.wrap-product-show .info-box .text h3 {
   font-size: 18px;
   font-weight: bold;

   color: #851c1c;
}
.wrap-product-show .info-box .text p {
   font-size: 14px;
   line-height: 26px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .text p {
      font-size: 14px;
   }
}
.wrap-product-show .info-box .share {
   margin-top: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
   display: inline-block;

   margin: 0;

   vertical-align: middle;
}
.wrap-product-show .info-box .share p {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;

   color: #333;
}
.wrap-product-show .info-box .link {
   margin-top: 20px;
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart {
   display: inline-block;

   margin-top: 10px;

   text-align: center;
   vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 40px;

   position: relative;

   display: block;
   overflow: hidden;

   width: 180px;
   height: 40px;
   padding-left: 46px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
}
.wrap-product-show .info-box .link .btn-inquiry a:before,
.wrap-product-show .info-box .link .addcart a:before {
   font-family: 'iconfont' !important;
   font-size: 20px;
   font-weight: normal;
   line-height: 40px;

   position: absolute;
   top: 0;
   left: 0;

   width: 46px;
   height: 40px;

   content: '\e6a3';
   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border-radius: 0 15px 15px 0;
   background-color: #a52b2b;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .link .btn-inquiry a:before,
   .wrap-product-show .info-box .link .addcart a:before {
      font-size: 24px;
   }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover:before,
.wrap-product-show .info-box .link .addcart a:hover:before {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}
.wrap-product-show .info-box .link .btn-inquiry a:hover span,
.wrap-product-show .info-box .link .addcart a:hover span {
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
}
.wrap-product-show .info-box .link .btn-inquiry a {
   color: #fff;
   background-color: #851c1c;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover {
   background-color: #a52b2b;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
   padding-top: 50px;
}
@media (max-width: 991px) {
   .wrap-product-show .parameter,
   .wrap-product-show .inquiry,
   .wrap-product-show .relate-product {
      padding-top: 50px;
   }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title {
   text-align: left;
}
.wrap-product-show .parameter .text {
   margin-top: 20px;
}
.wrap-product-show .parameter .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-product-show .parameter .text p {
   font-size: 14px;
   line-height: 26px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .parameter .text p {
      font-size: 14px;
   }
}
.wrap-product-show .parameter .table-box {
   overflow: auto;

   width: 100%;
   max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
   line-height: 1.2;

   width: 100%;
   max-width: 100%;

   border-spacing: 0;
   border-collapse: collapse;

   text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   width: auto !important;
   height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   font-weight: normal;

   padding: 10px !important;

   border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
   .wrap-product-show .parameter .table-box table td,
   .wrap-product-show .parameter .table-box table th {
      padding: 8px !important;
   }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.wrap-product-show .parameter .table-box table th {
   text-align: center;
}
.wrap-product-show .title-product-show {
   position: relative;
   z-index: 2;
}
.wrap-product-show .title-product-show h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 30px;
   line-height: 1.4;

   margin: 0;

   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .wrap-product-show .title-product-show h2 {
      font-size: 28px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .title-product-show h2 {
      font-size: 24px;
   }
}
.wrap-product-show .title-product-show p {
   line-height: 24px;

   margin: 0;

   color: #666;
}
.wrap-product-show .slick-relate-product {
   margin: 0 -15px;
   padding-bottom: 50px;
}
@media (max-width: 991px) {
   .wrap-product-show .slick-relate-product {
      margin: 0 -5px;
      margin-top: 20px;
   }
}
.wrap-product-show .slick-relate-product .slick-slide {
   padding: 0 15px;
}
@media (max-width: 991px) {
   .wrap-product-show .slick-relate-product .slick-slide {
      padding: 0 5px;
   }
}
.wrap-product-show .slick-relate-product .item .note h3 {
   font-size: 16px;
}
@media (max-width: 767px) {
   .wrap-product-show .slick-relate-product .item .note h3 {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .slick-relate-product .item .note h3 a {
      line-height: 25px;

      display: -webkit-box;
      overflow: hidden;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
.wrap-product-show .slick-relate-product .slick-arrow {
   top: auto;
   right: 70px;
   bottom: 0;
   left: auto;

   width: 60px;

   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);

   border-right: 1px solid #d7d7d7;
   border-radius: 0;
}
.wrap-product-show .slick-relate-product .slick-arrow:after {
   left: 10px;

   opacity: 1;
   background-color: #f2f2f2;
}
.wrap-product-show .slick-relate-product .slick-arrow.slick-next {
   right: 14px;

   border-right: none;
}
.wrap-product-show .slick-relate-product .slick-arrow.slick-next:after {
   right: 10px;
   left: auto;
}
.wrap-product-show .slick-relate-product .slick-arrow:hover:after {
   background-color: #851c1c;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row {
   margin: 0 -6px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox {
   padding: 0 6px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea {
   font-size: 16px;
   line-height: 30px;

   width: 100%;
   margin-top: 14px;
   padding: 10px 20px;

   resize: vertical;

   background-color: #f9f9f9;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry form input,
   .wrap-inquiry .inquiry form input,
   .wrap-product-show .message form input,
   .wrap-inquiry .message form input,
   .wrap-product-show .inquiry form textarea,
   .wrap-inquiry .inquiry form textarea,
   .wrap-product-show .message form textarea,
   .wrap-inquiry .message form textarea {
      font-size: 14px;
   }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input {
   font-weight: bold;

   color: #fff;
   border: none;
   background-color: #851c1c;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit {
   font-size: 16px;
   line-height: 50px;

   position: relative;

   overflow: hidden;

   height: 50px;
   margin-top: 24px;
   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 0;
   outline: none;
   background-color: #851c1c;
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span {
   font-weight: bold;

   display: block;

   -webkit-transition: all .4s;
   transition: all .4s;
}
.wrap-product-show .inquiry form .submit:before,
.wrap-inquiry .inquiry form .submit:before,
.wrap-product-show .message form .submit:before,
.wrap-inquiry .message form .submit:before {
   font-family: 'iconfont' !important;
   font-size: 24px;
   font-weight: normal;
   line-height: 46px;

   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 46px;

   content: '\e6cf';
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
   text-align: center;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span {
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
}
.wrap-contact .contact ul {
   font-size: 0;
}
.wrap-contact .contact ul li {
   font-size: 14px;

   display: inline-block;

   margin: 10px 0;

   vertical-align: top;
}
.wrap-contact .contact .item {
   position: relative;

   padding: 40px 15px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   background-color: #faf9f9;
}
@media (max-width: 767px) {
   .wrap-contact .contact .item {
      padding: 20px 15px;
   }
}
.wrap-contact .contact .item:before {
   position: absolute;
   top: 0;
   right: 0;

   display: block;

   width: 0;
   height: 0;

   content: '';

   border-width: 0 40px 40px 0;
   border-style: solid;
   border-color: transparent #fff transparent transparent;
}
.wrap-contact .contact .item:after {
   position: absolute;
   z-index: 2;
   top: 0;
   right: 0;

   display: block;

   width: 10px;
   height: 10px;

   content: '';

   border: 2px solid #eee;
   border-radius: 50%;
}
.wrap-contact .contact .item .icon {
   font-size: 50px;
   line-height: 1.4;

   display: block;
}
@media (max-width: 767px) {
   .wrap-contact .contact .item .icon {
      font-size: 40px;
   }
}
.wrap-contact .contact .item .icon:after {
   display: block;

   width: 34px;
   height: 2px;
   margin: 0 auto;

   content: '';

   background-color: #851c1c;
}
.wrap-contact .contact .item p {
   font-size: 16px;
   line-height: 24px;

   margin: 20px 0 0 0;

   color: #444;
}
@media (max-width: 767px) {
   .wrap-contact .contact .item p {
      font-size: 14px;
   }
}
.wrap-contact .contact .item p a:hover {
   text-decoration: underline;
}
@media (min-width: 1200px) {
   .wrap-contact .contact .item:hover {
      color: #fff;
      background-color: #851c1c;
   }
   .wrap-contact .contact .item:hover:after {
      border-color: #851c1c;
   }
   .wrap-contact .contact .item:hover .icon {
      -webkit-animation: swing 1s 0s ease both;
      animation: swing 1s 0s ease both;
   }
   .wrap-contact .contact .item:hover .icon:after {
      background-color: #fff;
   }
   .wrap-contact .contact .item:hover p {
      color: #fff;
   }
}
.wrap-contact .message {
   margin-top: 70px;
}
@media (max-width: 991px) {
   .wrap-contact .message {
      margin-top: 40px;
   }
}
.wrap-contact .message .title-message {
   text-align: center;
}
.wrap-contact .message .title-message h2 {
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
   font-size: 36px;
   line-height: 1.4;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-contact .message .title-message h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-contact .message .title-message h2 {
      font-size: 24px;
   }
}
.wrap-contact .message .title-message p {
   font-size: 15px;
   line-height: 24px;

   margin: 6px 0 0 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-contact .message .title-message p {
      font-size: 14px;
   }
}
.wrap-contact .message .row {
   margin: 0 -5px;
}
.wrap-contact .message .row .itembox {
   padding: 0 5px;
}
.wrap-contact .message form {
   margin-top: 20px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
   font-size: 16px;
   line-height: 30px;

   width: 100%;
   margin-top: 10px;
   padding: 15px 20px;

   resize: vertical;

   border: none;
   outline: none;
   background: none;
   background-color: #faf9f9;
}
@media (max-width: 991px) {
   .wrap-contact .message form input,
   .wrap-contact .message form textarea {
      font-size: 14px;
      line-height: 24px;

      margin-top: 10px;
      padding: 8px 10px;
   }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
   color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
   color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form p {
   font-size: 16px;
   line-height: 30px;

   margin: 6px 0 0 0;
}
@media (max-width: 767px) {
   .wrap-contact .message form p {
      font-size: 14px;
   }
}
.wrap-contact .message form p span {
   color: #c9161c;
}
.wrap-contact .message form .send {
   text-align: center;
}
.wrap-contact .message form .submit {
   font-size: 16px;
   font-weight: bold;
   line-height: 50px;

   height: 50px;
   margin-top: 20px;
   padding: 0 60px;

   -webkit-transition: all .4s;
   transition: all .4s;

   color: #fff;
   border: none;
   border-radius: 0;
   outline: none;
   background-color: #851c1c;
   box-shadow: none;
}
.wrap-contact .message form .submit:hover {
   background-color: #b1060c;
}
.wrap-map {
   overflow: hidden;
}
.wrap-map .map-content {
   height: 420px;
}
@media (max-width: 991px) {
   .wrap-map .map-content {
      height: 300px;
   }
}
.wrap-sitemap {
   clear: both;
}
.wrap-sitemap .title-in {
   text-align: left;
}
.wrap-sitemap .sitemap {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap {
      margin-top: 30px;
   }
}
.wrap-sitemap .sitemap>ul>li {
   position: relative;

   width: 100%;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li {
      min-height: 38px;
      margin-top: 20px;
      padding-left: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   min-width: 240px;
   padding: 10px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>a {
      font-size: 16px;

      min-width: 140px;
      padding: 4px 10px;
   }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   color: #fff;
   background-color: #851c1c;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   text-decoration: underline;

   background-color: #851c1c;
}
.wrap-sitemap .sitemap>ul>li>ul {
   position: relative;

   padding: 10px 0;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul {
      margin: 0 -10px;
      margin-top: 10px;
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
   display: inline-block;

   vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 28px;

   display: block;

   padding: 5px 30px;

   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>a {
      font-size: 14px;
      line-height: 30px;

      min-width: auto;
      padding: 0 10px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
   text-decoration: underline;

   color: #851c1c;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
   padding: 0 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul {
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
   display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
   line-height: 30px;

   display: block;

   padding: 0 10px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
      font-size: 13px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a:before {
   display: inline-block;

   margin-right: 4px;

   content: '-';
   vertical-align: middle;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
   text-decoration: underline;

   color: #851c1c;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: #851c1c;
}
.wrap-inquiry .title-inquiry h2 {
   font-size: 34px;
   font-weight: bold;
   line-height: 1;

   position: relative;

   display: inline-block;

   margin: 0;

   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .wrap-inquiry .title-inquiry h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiry .title-inquiry h2 {
      font-size: 24px;
   }
}
.wrap-inquiry .title-inquiry h2 span {
   position: relative;
   z-index: 2;
}
.wrap-inquiry .title-inquiry h2 .circle {
   display: inline-block;

   width: 60px;
   height: 60px;
   margin-left: -30px;

   vertical-align: middle;

   border-radius: 50%;
   background-color: #851c1c;
}
@media (max-width: 991px) {
   .wrap-inquiry .title-inquiry h2 .circle {
      width: 50px;
      height: 50px;
   }
}
.wrap-inquiry .title-inquiry p {
   font-size: 18px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #6b6b6b;
}
@media (max-width: 991px) {
   .wrap-inquiry .title-inquiry p {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiry .title-inquiry p {
      font-size: 14px;
   }
}
.wrap-inquiry .inquiry-info {
   font-size: 0;

   width: 100%;

   border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info {
   text-transform: capitalize;

   color: #fff;
   background-color: #851c1c;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .title-inquiry-info {
      padding: 0;
   }
}
.wrap-inquiry .inquiry-info .title-inquiry-info>div {
   font-size: 16px;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .title-inquiry-info>div {
      font-size: 14px;

      padding: 0 10px;
   }
}
.wrap-inquiry .inquiry-info .inquiry-list {
   border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation {
   font-size: 14px;

   display: inline-block;

   padding: 20px 3%;

   vertical-align: middle;
   word-break: break-word;
}
@media (max-width: 1470px) {
   .wrap-inquiry .inquiry-info .checkbox,
   .wrap-inquiry .inquiry-info .pimg,
   .wrap-inquiry .inquiry-info .pname,
   .wrap-inquiry .inquiry-info .number,
   .wrap-inquiry .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .checkbox,
   .wrap-inquiry .inquiry-info .pimg,
   .wrap-inquiry .inquiry-info .pname,
   .wrap-inquiry .inquiry-info .number,
   .wrap-inquiry .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
.wrap-inquiry .inquiry-info .checkbox {
   width: 10%;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .checkbox {
      width: 30px;
   }
}
.wrap-inquiry .inquiry-info .Operation {
   width: 14%;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .Operation {
      width: 30px;
   }
}
.wrap-inquiry .inquiry-info .pimg {
   width: 18%;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .pimg {
      width: -webkit-calc(44% - 30px);
      width: calc(44% - 30px);
   }
}
.wrap-inquiry .inquiry-info .number {
   width: 20%;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .number {
      width: -webkit-calc(56% - 30px);
      width: calc(56% - 30px);
      padding: 10px;
   }
}
.wrap-inquiry .inquiry-info .pname {
   width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite {
   padding-left: 0;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .check-all span {
      display: none;
   }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span {
   display: inline-block;

   margin: 0;
   padding: 0;

   vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all {
   display: inline-block;

   margin: 0;
   padding: 0;

   text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all {
   position: relative;

   display: inline-block;

   width: 12px;
   height: 12px;
   margin-top: -2px;
   margin-right: 10px;

   text-align: center;
   vertical-align: middle;

   border: 1px solid #dcdcdc;
   border-radius: 50%;
   outline: none;
   background-color: #fff;

   -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: #851c1c;
}
.wrap-inquiry .inquiry-info .change .Each::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: #851c1c;
}
.wrap-inquiry .inquiry-info input {
   font-size: 16px;
   line-height: 34px;

   position: relative;

   width: 60px;
   height: 34px;

   text-align: center;
   vertical-align: top;

   border: none;
   outline: none;
}
@media (max-width: 991px) {
   .wrap-inquiry .inquiry-info input {
      width: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info input {
      font-size: 14px;
      line-height: 25px;

      width: 25px;
      height: 25px;

      border-right: none;
      border-left: none;
   }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1 {
   font-size: 20px;
   line-height: 34px;

   display: inline-block;

   width: 34px;
   height: 34px;
   margin: 0;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
   vertical-align: middle;

   border: 1px solid #e5e5e5;
   border-radius: 50%;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info .del1,
   .wrap-inquiry .inquiry-info .add1 {
      line-height: 25px;

      position: relative;
      z-index: 8;

      width: 25px;
      height: 25px;
      margin: 0 auto;

      border-radius: 2px;
   }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover {
   color: #fff;
   border-color: #851c1c;
   background-color: #851c1c;
}
.wrap-inquiry .inquiry-info .pic {
   border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info .pic .img-box {
   padding-bottom: 120.77922078%;
}
.wrap-inquiry .inquiry-info p {
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-inquiry .inquiry-info p {
      font-size: 13px;

      margin-bottom: 4px;
   }
}
.wrap-inquiry .close {
   float: none;

   cursor: pointer;
   text-align: center;

   opacity: 1;
}
.wrap-inquiry .close::after {
   font-family: 'iconfont';
   font-size: 20px;
   font-weight: normal;

   content: '\e632';

   color: #787878;
}
@media (max-width: 767px) {
   .wrap-inquiry .close::after {
      font-size: 16px;
   }
}
.wrap-inquiry .close:hover::after {
   color: #851c1c;
}
.wrap-inquiry .inquiry-message {
   padding-top: 80px;
}
@media (max-width: 991px) {
   .wrap-inquiry .inquiry-message {
      padding-top: 50px;
   }
}
.wrap-nosearch .nosearch h3 {
   font-size: 20px;
   font-weight: 500;
}
.wrap-nosearch .nosearch p {
   line-height: 22px;

   margin: 10px 0 0 0;
   padding: 10px 20px;

   color: #666;
   border: 1px solid #faedd1;
   border-radius: 5px;
   background-color: #fcf8e3;
}
.wrap-nosearch .relate-search ul {
   margin: 0 -10px;
}
@media (max-width: 767px) {
   .wrap-nosearch .relate-search ul {
      margin: 0 -7px;
   }
}
.wrap-nosearch .relate-search ul li {
   padding: 0 10px;
}
@media (max-width: 767px) {
   .wrap-nosearch .relate-search ul li {
      padding: 0 7px;
   }
}
.wrap-nosearch .relate-search .item .note {
   text-align: left;
}
.wrap-nosearch .relate-search .item .note h3 {
   font-size: 15px;
   font-weight: bold;

   padding-left: 6px;
}
@media (max-width: 767px) {
   .wrap-nosearch .relate-search .item .note h3 a {
      line-height: 25px;

      display: -webkit-box;
      overflow: hidden;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
nav {
   text-align: center;
}
.pagination {
   margin: 60px 0 0 0;
}
@media (max-width: 991px) {
   .pagination {
      margin-top: 30px;
   }
}
.pagination li {
   display: inline-block;

   margin: 0 6px;

   vertical-align: top;
}
.pagination li.prev,
.pagination li.next {
   margin-right: 20px;
}
@media (max-width: 991px) {
   .pagination li.prev,
   .pagination li.next {
      margin-right: 10px;
   }
}
.pagination li.prev a:before,
.pagination li.next a:before {
   font-family: 'iconfont' !important;
   font-size: 30px;
   font-weight: normal;

   position: relative;
   z-index: 2;

   display: inline-block;

   content: '\e661';
}
.pagination li.prev a:after,
.pagination li.next a:after {
   position: absolute;
   z-index: 1;
   top: 10px;
   left: 0;

   display: block;

   width: 15px;
   height: 15px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   border-radius: 50%;
   background-color: #f2f2f2;
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
   color: #333;
}
.pagination li.prev:hover a:after,
.pagination li.next:hover a:after {
   background-color: #851c1c;
}
.pagination li.next {
   margin-right: 0;
   margin-left: 20px;
}
@media (max-width: 991px) {
   .pagination li.next {
      margin-left: 10px;
   }
}
.pagination li.next a:before {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}
.pagination li.next a:after {
   right: 0;
   left: auto;
}
.pagination li a {
   font-size: 22px;
   font-weight: bold;
   line-height: 36px;

   display: block;

   width: 36px;
   height: 36px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #686868;
   border: none;
   background: none;
}
@media (max-width: 991px) {
   .pagination li a {
      font-size: 16px;
      line-height: 30px;

      width: 30px;
      height: 30px;
      margin: 0 4px;
   }
}
.pagination li a span {
   border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   border-radius: 5px;
   background-color: #851c1c;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #851c1c;
   background: none;
}
@media (max-width: 1199px) {
   .skiptranslate iframe {
      display: none;
   }
   .google-translation .skiptranslate {
      display: inline-block;
   }
   body {
      top: 0 !important;
   }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}
.map-content label {
   line-height: 30px !important;

   max-width: 200px;
   padding: 0 10px !important;

   border: none !important;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.parameter .parameter-sort {
   background-color: #fff;
   padding: 10px 0;
}
.parameter .parameter-sort li {
   display: inline-block;
   vertical-align: top;
   position: relative;
   padding-right: 20px;
   cursor: pointer;
}
.parameter .parameter-sort li:after {
   content: '/';
   display: inline-block;
   vertical-align: middle;
   font-size: 30px;
   position: absolute;
   right: 0;
   top: 0;
   line-height: 42px;
   font-weight: bold;
}
.parameter .parameter-sort li.active {
   color: #851c1c;
}
.parameter .parameter-sort li:last-child:after {
   display: none;
}
.parameter-sort.sticky {
   border-bottom: 1px solid #dcdcdc;
}

.about-video {
   position: relative;
}
.about-video .play {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   display: block;

   color: #f2f2f2;
   z-index: 2;
   cursor: pointer;
}
.about-video .play .icon {
   font-size: 60px;
}








/* 新增 */



/*  */
:root {
   --zj-ven2_la: 18px;
   --zj-venlana: 16px;
   --zj-con_2: 14px;
   --zj-con_2h: 40px;
   --zj-con_2l: 14px;
   --zj-ft2H: 20px;
   --zj-ab1h: 48px;
   --zj-prode3h: 32px;
 }
 @media (max-width: 1536px) {
   :root {
       --zj-ven2_la: 16px;
       --zj-ab1h: 38px;
       --zj-venlana: 14px;
       --zj-con_2h: 30px;
       --zj-ft2H: 18px;
       --zj-prode3h: 26px;
   }
 
   .ctm-9 {
       /* width: 83% !important; */
       margin: auto !important;
   }
 
   .ctm-9-left {
       /* padding-left: 8.5% !important; */
       margin: auto !important;
   }
 
   .ctm-8 {
       /* width: 77% !important; */
       margin: auto !important;
   }
 }
 @media (max-width: 499px) {
   :root {
       --zj-ab1h: 26px;
       --zj-con_2h: 24px;
       --zj-ft2H: 16px;
       --zj-prode3h: 22px;
   }
 }
 
 .ind_pro {
   padding-top: 120px;
   padding-bottom: 80px;
 }
 
 .so2h {
   margin-bottom: 48px;
 }
 
 .so2h p {
   color: #222;
   text-align: center;
   font-family: lexse;
   font-size: var(--zj-ab1h);
   font-style: normal;
   line-height: var(--zj-ab1h);
   text-transform: capitalize;
 }
 
 .so2h p span {
   color: #851c1c;
 }
 
 .so2_1 {
   display: flex;
   align-items: center;
   justify-content: center;
   overflow-x: scroll;
   position: relative;
   margin-bottom: 20px;
   list-style: none;
 }
 
 .so2_1::after {
   position: absolute;
   content: "";
   width: 90px;
   height: 100%;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
   z-index: 12;
   pointer-events: none;
 }
 
 .so2_1::before {
   position: absolute;
   content: "";
   width: 90px;
   height: 100%;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   background: linear-gradient(-270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
   z-index: 12;
   pointer-events: none;
 }
 
 .so2_1::-webkit-scrollbar {
   display: none;
   width: 14px;
   height: 14px;
 }
 
 .so2_1::-webkit-scrollbar-thumb {
   border-radius: 999px;
   border: 5px solid transparent;
   background-clip: content-box;
   background-color: #03bf7f;
 }
 
 .so2_1::-webkit-scrollbar-track {
   background-color: #f0f0f0;
 }
 
 .so2_l {
   margin: 0 8px;
   cursor: pointer;
 }
 
 .so2_la {
   color: #444;
   font-family: lexre;
   font-size:var(--zj-venlana);
   font-style: normal;
   line-height:var(--zj-venlana);
   padding: 14px 28px;
   border-radius: 40px;
   border: 1px solid #CCC;
   background: #FFF;
   width: max-content;
   transition: all 0.5s ease;
 }
 
 .so2_l:hover .so2_la {
   color: #851c1c;
   border: 1px solid rgba(133, 28, 28, 0.5);
 }
 
 .so2_l.on .so2_la {
   color: #851c1c;
   border: 1px solid rgba(133, 28, 28, 0.5);

 }
 
 /*  */
 .so2_2sw {
   position: relative;
   display: none;
 }
 
 .so2_2sw.on {
   display: block;
 }
 
 .so2_2sw>div {
   overflow: hidden;
   padding: 20px;
   padding-bottom: 40px;
 }
 
 .so2_2sw_box {
   padding: 20px 20px 40px 20px;
   border-radius: 36px;
   display: block;
   transition: all 0.3s ease;
 }
 
 .so2_2sw_box:hover {
   background: #FFF;
   box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.10);
 }
 
 .so2_2swimg {
   margin-bottom: 24px;
 }
 
 .so2_2swh {
   margin-bottom: 16px;
 }
 
 .so2_2swh p {
   color: #222;
   text-align: center;
   text-overflow: ellipsis;
   font-family: lexme;
   font-size: var(--zj-ft2H);
   font-style: normal;
   line-height: var(--zj-ft2H);
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   transition: all 0.3s ease;
 }
 
 .so2_2swp p {
   color: #444;
   text-align: center;
   text-overflow: ellipsis;
   font-family: lexli;
   font-size:16px;
   font-style: normal;
   line-height: calc(var(--zj-venlana) * 1.5);
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;
   transition: all 0.3s ease;
 }
 
 .so2_2sw .swiper-button-next,
 .so2_2sw .swiper-button-prev {
   --w: 50px;
   width: var(--w);
   height: var(--w);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50px;
   background: #999;
   transition: all 0.3s ease;
 }
 
 .so2_2sw .swiper-button-next {
   right: -68px;
 }
 
 .so2_2sw .swiper-button-prev {
   left: -68px;
   transform: rotate(180deg);
 }
 
 @media(max-width:767px){
   .so2_2sw .swiper-button-next,
   .so2_2sw .swiper-button-prev {
    display: none;
   }
 }
 .so2_2sw .swiper-button-next:hover,
 .so2_2sw .swiper-button-prev:hover {
   background: #851c1c;
 }
 
 .so2_2sw .swiper-button-next::after,
 .so2_2sw .swiper-button-prev::after {
   content: "";
 }
 
 .so2_2sw .swiper-button-next i,
 .so2_2sw .swiper-button-prev i {
   font-size: 16px;
   color: #fff;
   transition: all 0.3s ease;
 }
 
 .so2_2sw .swiper-button-next:hover i,
 .so2_2sw .swiper-button-prev:hover i {
   color: rgba(255, 255, 255, 1);
 }
 
 @media (max-width: 1536px) {
   .ind_pro {
       padding-top: 64px;
       padding-bottom: 32px;
   }
 
   .ctm-9 {
     /* width: 83% !important; */
     margin: auto !important;
   }
 }
 @media (max-width: 1199.9px) {
   .ctm-9 {
       /* width: 92% !important; */
       margin: auto !important;
   }
 
 
 
 }
 @media (max-width: 499px) {
   /*  */
   .ind_pro {
     padding-top: 52px;
     padding-bottom: 0px;
   }
   .so2_2sw>div {
     padding: 12px;
     padding-bottom: 24px;
 }
 }
 @media (max-width: 1536px) {
   .ind_pro {
       padding-top: 64px;
       padding-bottom: 32px;
   }
 
   .so2h {
       margin-bottom: 38px;
   }
 
   .so2_1 {
       margin-bottom: 10px;
   }
 
   .so2_l {
       margin: 0 4px;
   }
 
   .so2_la {
       padding: 10px 8px;
   }
 
   .so2_2sw_box {
       padding: 10px 10px 20px 10px;
   }
 
   .so2_2sw .swiper-button-next,
   .so2_2sw .swiper-button-prev {
       --w: 36px;
   }
 
   /*  */
   .ind_about {
       padding-top: 84px;
       padding-bottom: 36px;
   }
 
   .ind_about::before {
       height: 38%;
   }
 
   .so3_2vide {
       --w: 58px;
   }
 
   .so3_2vide i {
       font-size: 16px;
   }
 
   .so3_2img img {
       height: 320px;
   }
 
   /*  */
   .ind_map {
       padding: 78px 0;
   }
 
   /*  */
   .ind_say {
       padding: 78px 0;
   }
 
   .so5_1 {
       margin-bottom: 46px;
   }
 
   .so5_1btn .swiper-button-next,
   .so5_1btn .swiper-button-prev {
       --w: 38px;
       margin-right: 12px;
   }
 
   .so5_1btn .swiper-button-next i,
   .so5_1btn .swiper-button-prev i {
       font-size: 12px;
   }
 
   .so5_2a {
       padding: 24px 20px;
   }
 
   .so5_2ico {
       margin-bottom: 18px;
   }
 
   .so5_2ico i {
       font-size: 12px;
       margin-right: 4px;
   }
 
   .so5_2h {
       margin-bottom: 20px;
   }
 
   /*  */
   .ind_new {
       padding-top: 78px;
       /* padding-bottom: 100px; */
       padding-bottom: 48px;
   }
 
   .so6 .so4p {
       margin-bottom: 50px;
   }
 
   .so6_u {
       margin-right: calc(-.5 * 1.2rem);
       margin-left: calc(-.5 * 1.2rem);
   }
 
   .so6_l {
       padding-right: calc(1.2rem * .5);
       padding-left: calc(1.2rem * .5);
   }
 
   .so6_l1 {
       padding: 10px 20px 30px 20px;
   }
 
   .so6_lnum {
       margin-bottom: 12px;
   }
 
   .so6_lbtnp {
       padding: 8px 16px;
   }
 
   /*  */
   .ind_share {
       margin-bottom: 48px;
   }
 
   .so7_u {
       margin-right: calc(-.5 * 1.2rem);
       margin-left: calc(-.5 * 1.2rem);
   }
 
   .so7_l {
       padding-right: calc(1.2rem * .5);
       padding-left: calc(1.2rem * .5);
   }
 
   /*  */
   .so8 {
       padding: 42px 46px;
       transform: translateY(32px);
   }
 }
 
 @media (max-width: 1199.9px) {
   .so2_1 {
       justify-content: flex-start;
       padding-bottom: 4px;
   }
 
   .so2_1::before,
   .so2_1::after {
       display: none;
   }
 
   .so2_1::-webkit-scrollbar {
       display: block;
       width: 14px;
       height: 4px;
   }
 
   .so2_1::-webkit-scrollbar-thumb {
       border-radius: 999px;
       border: 0px solid transparent;
       background-clip: content-box;
       background-color: #851c1c;
   }
 
   .so2_1::-webkit-scrollbar-track {
       background-color: #f0f0f08c;
       border-radius: 999px;
   }
 }
 .ctm-9 {
   /* width: 73% !important; */
   margin: auto !important;
 }
 /*  */
 
 
 
 .index-box {
   padding: 120px 0;
 }
 @media (max-width: 1469.98px) {
   .index-box {
     padding: 100px 0;
   }
 }
 @media (max-width: 1199.98px) {
   .index-box {
     padding: 80px 0;
   }
 }
 @media (max-width: 991.98px) {
   .index-box {
     padding: 60px 0;
   }
 }
 @media (max-width: 767.98px) {
   .index-box {
     padding: 40px 0;
   }
 }
 .index-box .title.text-center .txt {
   width: 1300px;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
 }
 
 .about-intro h2 {
   font-weight: 900;
   font-size: 195px;
   text-align: center;
   background: no-repeat center;
   background-size: cover;
   -webkit-background-clip: text;
   color: transparent !important;
   margin: 0;
   text-shadow: 0 4px 8px rgba(44, 89, 154, 0.25);
 }
 @media (max-width: 1709.98px) {
   .about-intro h2 {
     font-size: 180px;
   }
 }
 @media (max-width: 1469.98px) {
   .about-intro h2 {
     font-size: 160px;
   }
 }
 @media (max-width: 1399.98px) {
   .about-intro h2 {
     font-size: 140px;
   }
 }
 @media (max-width: 1199.98px) {
   .about-intro h2 {
     font-size: 120px;
   }
 }
 @media (max-width: 991.98px) {
   .about-intro h2 {
     font-size: 90px;
   }
 }
 @media (max-width: 767.98px) {
   .about-intro h2 {
     font-size: 65px;
   }
 }
 @media (max-width: 575.98px) {
   .about-intro h2 {
     font-size: 11vw;
     margin: 15px 0;
   }
 }
 .about-intro .txt {
   width: 1170px;
   margin: 0 auto 4.24242424%;
   max-width: 100%;
 }
 
 
 .title.color-white {
   color: #fff;
 }
 .title.color-white h1,
 .title.color-white h2,
 .title.color-white p {
   color: inherit;
 }
 
 
 .fz20 {
   font-size: 20px;
 }
 @media (max-width: 1199.98px) {
   .fz20 {
     font-size: 19px;
   }
 }
 @media (max-width: 991.98px) {
   .fz20 {
     font-size: 18px;
   }
 }
 @media (max-width: 767.98px) {
   .fz20 {
     font-size: 17px;
   }
 }
 @media (max-width: 575.98px) {
   .fz20 {
     font-size: 16px;
   }
 }
 
 .about-intro h2 {
   font-weight: 900;
   font-size: 195px;
   text-align: center;
   background: no-repeat center;
   background-size: cover;
   -webkit-background-clip: text;
   color: transparent !important;
   margin: 0;
   text-shadow: 0 4px 8px rgba(44, 89, 154, 0.25);
 }
 @media (max-width: 1709.98px) {
   .about-intro h2 {
     font-size: 180px;
   }
 }
 @media (max-width: 1469.98px) {
   .about-intro h2 {
     font-size: 160px;
   }
 }
 @media (max-width: 1399.98px) {
   .about-intro h2 {
     font-size: 140px;
   }
 }
 @media (max-width: 1199.98px) {
   .about-intro h2 {
     font-size: 120px;
   }
 }
 @media (max-width: 991.98px) {
   .about-intro h2 {
     font-size: 90px;
   }
 }
 @media (max-width: 767.98px) {
   .about-intro h2 {
     font-size: 65px;
   }
 }
 @media (max-width: 575.98px) {
   .about-intro h2 {
     font-size: 11vw;
     margin: 15px 0;
   }
 }
 .about-intro .txt {
   width: 1170px;
   margin: 0 auto 70/1650 * 100%;
   max-width: 100%;
 }
 .index-box {
   padding: 120px 0;
 }
 @media (max-width: 1469.98px) {
   .index-box {
     padding: 100px 0;
   }
 }
 @media (max-width: 1199.98px) {
   .index-box {
     padding: 80px 0;
   }
 }
 @media (max-width: 991.98px) {
   .index-box {
     padding: 60px 0;
   }
 }
 @media (max-width: 767.98px) {
   .index-box {
     padding: 40px 0;
   }
 }
 .index-box .title.text-center .txt {
   width: 1300px;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
 }
 .fw-500{
   font-weight: 500;
 }
 
 .video-box .v-btn.mask-btn .mask-diffusion {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 80%;
   height: 80%;
   content: '';
   -webkit-transform: translateX(-50%) translateY(-50%);
       -ms-transform: translateX(-50%) translateY(-50%);
           transform: translateX(-50%) translateY(-50%);
   border-radius: 50%;
   background: none;
 }
 
 
 
 .link-box {
   text-transform: capitalize;
   font-size: 16px;
 }
 @media (max-width: 991.98px) {
   .link-box {
     font-size: 15px;
   }
 }
 @media (max-width: 767.98px) {
   .link-box {
     font-size: 14px;
   }
 }
 .link-box > a,
 .link-box > span {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
 }
 .link-box > a > span,
 .link-box > span > span {
   font-weight: 600;
 }
 @media (min-width: 1200px) {
   .link-box > a,
   .link-box > span {
     -webkit-transition: 0.3s;
     transition: 0.3s;
   }
   .link-box > a:hover,
   .link-box > span:hover {
     color: #851c1c;
   }
 }
 .link-box > a:active,
 .link-box > span:active {
   -webkit-transition: 0s;
   transition: 0s;
   -webkit-transform: scale(0.95);
       -ms-transform: scale(0.95);
           transform: scale(0.95);
   color: #851c1c;
 }
 .link-box.submit {
   background: none;
   padding: 0;
   display: block;
 }
 @media (min-width: 1200px) {
   .link-box.has-normal > a,
   .link-box.has-normal > span {
     -webkit-transition: color 0.6s;
     transition: color 0.6s;
   }
   .link-box.has-normal > a:hover,
   .link-box.has-normal > span:hover {
     color: #851c1c;
   }
   .link-box.has-normal > a:hover span,
   .link-box.has-normal > span:hover span {
     text-decoration: underline;
   }
 }
 .link-box.has-normal > a:active,
 .link-box.has-normal > span:active {
   -webkit-transition: 0s;
   transition: 0s;
   color: #851c1c;
 }
 .link-box.has-normal > a:active span,
 .link-box.has-normal > span:active span {
   text-decoration: underline;
 }
 .link-box.has-width > a,
 .link-box.has-width > span {
   min-width: 160px;
   height: 50px;
   padding: 0 20px;
 }
 @media (max-width: 1199.98px) {
   .link-box.has-width > a,
   .link-box.has-width > span {
     min-width: 140px;
     height: 42px;
   }
 }
 @media (max-width: 991.98px) {
   .link-box.has-width > a,
   .link-box.has-width > span {
     min-width: 120px;
     height: 34px;
     font-size: 13px;
   }
 }
 @media (max-width: 767.98px) {
   .link-box.has-width > a,
   .link-box.has-width > span {
     min-width: 100px;
     height: 28px;
     font-size: 12px;
   }
 }
 .link-box.has-border > a,
 .link-box.has-border > span {
   color: #851c1c;
   border: 1px solid #851c1c;
 }
 @media (min-width: 1200px) {
   .link-box.has-border > a,
   .link-box.has-border > span {
     -webkit-transition: 0.6s;
     transition: 0.6s;
   }
   .link-box.has-border > a:hover,
   .link-box.has-border > span:hover {
     background-color: #851c1c;
     color: #fff;
   }
 }
 .link-box.has-border > a:active,
 .link-box.has-border > span:active {
   -webkit-transition: 0s;
   transition: 0s;
   background-color: #851c1c;
   color: #fff;
 }
 .link-box.has-bg > a,
 .link-box.has-bg > span {
   background-color: #222;
   color: #fff;
 }
 @media (min-width: 1200px) {
   .link-box.has-bg > a,
   .link-box.has-bg > span {
     -webkit-transition: 0.6s;
     transition: 0.6s;
   }
   .link-box.has-bg > a:hover,
   .link-box.has-bg > span:hover {
     background-color: #851c1c;
   }
 }
 .link-box.has-bg > a:active,
 .link-box.has-bg > span:active {
   -webkit-transition: 0s;
   transition: 0s;
   background-color: #851c1c;
 }
 .link-box.has-radius > a,
 .link-box.has-radius > span {
   border-radius: 50px;
 }
 .link-box.has-icon.more-box > a:after,
 .link-box.has-icon.more-box > span:after {
   content: '\e6b9';
 }
 .link-box.has-icon.inquiry-btn > a:after,
 .link-box.has-icon.inquiry-btn > span:after {
   content: '\e658';
 }
 .link-box.has-icon.add-btn > a:after,
 .link-box.has-icon.add-btn > span:after {
   content: '\e657';
 }
 .link-box.has-icon.contact-btn > a:after,
 .link-box.has-icon.contact-btn > span:after {
   content: '\e938';
 }
 .link-box.has-icon.honor-btn > a:after,
 .link-box.has-icon.honor-btn > span:after {
   content: '\e649';
 }
 .link-box.has-icon.submit {
   display: block;
   padding: 0;
   background: none;
 }
 .link-box.has-icon.submit > a:after,
 .link-box.has-icon.submit > span:after {
   font-weight: normal;
   content: '\e6c9';
 }
 .link-box.has-icon.download-btn > a > b,
 .link-box.has-icon.download-btn > span > b {
   text-decoration: underline;
 }
 .link-box.has-icon.download-btn > a:after,
 .link-box.has-icon.download-btn > span:after {
   content: '\e65e';
   background-color: #851c1c;
   color: #fff;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
   width: 30px;
   height: 30px;
   border-radius: 50%;
 }
 @media (min-width: 1200px) {
   .link-box.has-icon.download-btn > a:hover:after,
   .link-box.has-icon.download-btn > span:hover:after {
     -webkit-animation: jump 1s infinite;
             animation: jump 1s infinite;
   }
 }
 .link-box.has-icon > a:after,
 .link-box.has-icon > span:after {
   font-family: 'iconfont' !important;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin: 0 0 0 10px;
   margin-left: 25px;
   font-size: 1.11111111em;
 }
 @media (min-width: 1200px) {
   .link-box.has-icon > a:after,
   .link-box.has-icon > span:after {
     -webkit-transition: -webkit-transform 0.6s;
     transition: -webkit-transform 0.6s;
     transition: transform 0.6s;
     transition: transform 0.6s, -webkit-transform 0.6s;
   }
   .link-box.has-icon > a:hover:after,
   .link-box.has-icon > span:hover:after {
     -webkit-transform: translateX(5px);
         -ms-transform: translateX(5px);
             transform: translateX(5px);
   }
 }
 .link-box.reverse-icon > a,
 .link-box.reverse-icon > span {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-direction: row-reverse;
 }
 .link-box.reverse-icon > a:after,
 .link-box.reverse-icon > span:after {
   margin: 0 10px 0 0;
 }
 @media (min-width: 1200px) {
   .link-box.reverse-icon > a:hover:after,
   .link-box.reverse-icon > span:hover:after {
     -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
             transform: translateX(0);
   }
 }
 @media (max-width: 767.98px) {
   .link-box.reverse-icon > a:after,
   .link-box.reverse-icon > span:after {
     margin-right: 8px;
   }
 }
 
 
 
 p {
   font-weight: 500;
 }
 
 .txt.txt-lg p {
   font-size: 18px;
 }
 @media (max-width: 1199.98px) {
   .txt.txt-lg p {
     font-size: 17px;
   }
 }
 @media (max-width: 991.98px) {
   .txt.txt-lg p {
     font-size: 16px;
   }
 }
 @media (max-width: 767.98px) {
   .txt.txt-lg p {
     font-size: 15px;
   }
 }
 
 
 
 .index-news .more {
   flex: 0 0 auto;
   margin-left: 15px;
 }
 .index-box .more > a {
   background-color: #851c1c;
   color: #fff;
   padding: 10px 24px;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   text-transform: uppercase;
 }
 .index-box .more > a:before {
   content: '';
   height: 1px;
   width: 20px;
   margin-right: 13px;
   background-color: #fff;
 }
 @media (min-width: 1200px) {
   .index-box .more > a {
     transition: 0.6s;
   }
   .index-box .more > a:before {
     transition: transform 0.6s;
   }
   .index-box .more > a:hover {
     background-color: #222;
   }
   .index-box .more > a:hover:before {
     transform: rotate(180deg);
   }
 }
 .index-box .more > a:active {
   background-color: #222;
   transform: scale(0.95);
   transition: 0s;
 }
 @media (max-width: 1199.98px) {
   .index-box .more > a {
     font-size: 14px;
   }
   .index-box .more > a:before {
     width: 15px;
     margin-right: 12px;
   }
 }
 @media (max-width: 767.98px) {
   .index-box .more > a {
     padding: 8px 20px;
     font-size: 12px;
   }
   .index-box .more > a:before {
     width: 10px;
     margin-right: 8px;
   }
 }
 .fz24 {
   font-size: 24px;
 }
 @media (max-width: 1469.98px) {
   .fz24 {
     font-size: 22px;
   }
 }
 @media (max-width: 1199.98px) {
   .fz24 {
     font-size: 21px;
   }
 }
 @media (max-width: 991.98px) {
   .fz24 {
     font-size: 20px;
   }
 }
 @media (max-width: 767.98px) {
   .fz24 {
     font-size: 19px;
   }
 }
 @media (max-width: 575.98px) {
   .fz24 {
     font-size: 18px;
   }
 }
 .fz80 {
   font-size: 80px;
 }
 @media (max-width: 1469.98px) {
   .fz80 {
     font-size: 70px;
   }
 }
 @media (max-width: 1199.98px) {
   .fz80 {
     font-size: 60px;
   }
 }
 @media (max-width: 991.98px) {
   .fz80 {
     font-size: 50px;
   }
 }
 @media (max-width: 767.98px) {
   .fz80 {
     font-size: 35px;
   }
 }
 .fz48 {
   font-size: 48px;
 }
 @media (max-width: 1469.98px) {
   .fz48 {
     font-size: 44px;
   }
 }
 @media (max-width: 1199.98px) {
   .fz48 {
     font-size: 40px;
   }
 }
 @media (max-width: 991.98px) {
   .fz48 {
     font-size: 34px;
   }
 }
 @media (max-width: 767.98px) {
   .fz48 {
     font-size: 28px;
   }
 }
 @media (max-width: 575.98px) {
   .fz48 {
     font-size: 26px;
   }
 }
 .font-d {
   font-family: 'Domine';
 }
 .title {
   margin-bottom: 35px;
 }
 @media (max-width: 1199.98px) {
   .title {
     margin-bottom: 30px;
   }
 }
 @media (max-width: 991.98px) {
   .title {
     margin-bottom: 25px;
   }
 }
 @media (max-width: 767.98px) {
   .title {
     margin-bottom: 20px;
   }
 }
 .title.text-center .txt {
   width: 1000px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
 }
 .title.text-center .num span {
   transform: translateX(0);
 }
 .title.has-color h2 {
   color: #1d2088;
 }
 .title.color-white {
   color: #fff;
 }
 .title.color-white h1,
 .title.color-white h2,
 .title.color-white p {
   color: inherit;
 }
 .title.d-flex h2 {
   margin-bottom: 0;
 }
 .title.line-btm h2:after {
   content: '';
   display: block;
   width: 80px;
   height: 1px;
   background-color: #000;
   margin-top: 15px;
 }
 @media (max-width: 767.98px) {
   .title.line-btm h2:after {
     width: 50px;
   }
 }
 .title.line-between h2 {
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .title.line-between h2:before,
 .title.line-between h2:after {
   content: '';
   display: block;
   width: 80px;
   height: 1px;
   background-color: #000;
   flex: 0 0 auto;
 }
 @media (max-width: 767.98px) {
   .title.line-between h2:before,
   .title.line-between h2:after {
     width: 50px;
   }
 }
 @media (max-width: 575.98px) {
   .title.line-between h2:before,
   .title.line-between h2:after {
     width: 30px;
   }
 }
 .title.line-between h2 span {
   padding: 0 15px;
 }
 .title .second-tit {
   color: #1d2088;
   font-size: 24px;
   text-transform: uppercase;
   margin-bottom: 12px;
 }
 @media (max-width: 1469.98px) {
   .title .second-tit {
     font-size: 22px;
   }
 }
 @media (max-width: 1199.98px) {
   .title .second-tit {
     font-size: 21px;
   }
 }
 @media (max-width: 991.98px) {
   .title .second-tit {
     font-size: 20px;
   }
 }
 @media (max-width: 767.98px) {
   .title .second-tit {
     font-size: 19px;
   }
 }
 @media (max-width: 575.98px) {
   .title .second-tit {
     font-size: 18px;
   }
 }
 @media (max-width: 767.98px) {
   .title .second-tit {
     margin-bottom: 8px;
   }
 }
 .title.lg h1,
 .title.lg h2 {
   font-size: 80px;
 }
 @media (max-width: 1469.98px) {
   .title.lg h1,
   .title.lg h2 {
     font-size: 70px;
   }
 }
 @media (max-width: 1199.98px) {
   .title.lg h1,
   .title.lg h2 {
     font-size: 60px;
   }
 }
 @media (max-width: 991.98px) {
   .title.lg h1,
   .title.lg h2 {
     font-size: 50px;
   }
 }
 @media (max-width: 767.98px) {
   .title.lg h1,
   .title.lg h2 {
     font-size: 35px;
   }
 }
 .title h1,
 .title h2 {
   position: relative;
   z-index: 2;
   line-height: 1;
   font-size: 48px;
   margin: 0;
   font-weight: normal;
   text-transform: capitalize;
   font-family: 'Domine';
 }
 @media (max-width: 1469.98px) {
   .title h1,
   .title h2 {
     font-size: 44px;
   }
 }
 @media (max-width: 1199.98px) {
   .title h1,
   .title h2 {
     font-size: 40px;
   }
 }
 @media (max-width: 991.98px) {
   .title h1,
   .title h2 {
     font-size: 34px;
   }
 }
 @media (max-width: 767.98px) {
   .title h1,
   .title h2 {
     font-size: 28px;
   }
 }
 @media (max-width: 575.98px) {
   .title h1,
   .title h2 {
     font-size: 26px;
   }
 }
 .title .txt {
   margin-top: 25px;
 }
 @media (max-width: 1199.98px) {
   .title .txt {
     margin-top: 20px;
   }
 }
 @media (max-width: 991.98px) {
   .title .txt {
     margin-top: 15px;
   }
 }
 @media (max-width: 767.98px) {
   .title .txt {
     margin-top: 10px;
   }
 }
 .title .num {
   color: #f6f6f6;
   font-size: 120px;
   font-weight: bold;
   font-style: italic;
   line-height: 1;
   margin-bottom: -50px;
 }
 .title .num span {
   transform: translateX(-40%);
   display: inline-block;
 }
 @media (max-width: 1469.98px) {
   .title .num {
     font-size: 110px;
     margin-bottom: -45px;
   }
 }
 @media (max-width: 1199.98px) {
   .title .num {
     font-size: 100px;
     margin-bottom: -40px;
   }
 }
 @media (max-width: 991.98px) {
   .title .num {
     font-size: 90px;
     margin-bottom: -35px;
   }
 }
 @media (max-width: 767.98px) {
   .title .num {
     font-size: 80px;
     margin-bottom: -30px;
   }
   .title .num span {
     transform: translateX(-10%);
   }
 }
 @media (max-width: 575.98px) {
   .title .num {
     font-size: 70px;
     margin-bottom: -25px;
   }
 }
 .news-list{
   list-style: none;
 }
 .news-list a{
     text-decoration: none;
 
     color: inherit;
 }
 .news-list a:hover,
 .news-list a:link,
 .news-list a:visited
 {
     text-decoration: none;
 
     color: inherit;
 }
 .news-list .item {
   margin-bottom: 5px;
 }
 @media (min-width: 1200px) {
   .news-list .item img {
     -webkit-transition: transform 1.2s;
     -moz-transition: transform 1.2s;
     -ms-transition: transform 1.2s;
     -o-transition: transform 1.2s;
     transition: transform 1.2s;
   }
   .news-list .item:hover img {
     -webkit-transform: scale(1.07);
     -moz-transform: scale(1.07);
     -ms-transform: scale(1.07);
     -o-transform: scale(1.07);
     transform: scale(1.07);
   }
 }
 @media (min-width: 1200px) {
   .news-list .item:hover .tit {
     color: #1d2088;
   }
 }
 .news-list .pic {
   position: relative;
 }
 .news-list .tit {
   transition: 0.6s;
   line-height: 24/20;
 
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
 }
 .img-news {
   padding-bottom: 680/1220 * 100%;
   border-radius: 12px;
 }
 @media (max-width: 1199.98px) {
   .img-news {
     border-radius: 10px;
   }
 }
 @media (max-width: 991.98px) {
   .img-news {
     border-radius: 8px;
   }
 }
 @media (max-width: 767.98px) {
   .img-news {
     border-radius: 6px;
   }
 }
 .radius {
   border-radius: 12px;
 }
 @media (max-width: 1199.98px) {
   .radius {
     border-radius: 10px;
   }
 }
 @media (max-width: 991.98px) {
   .radius {
     border-radius: 8px;
   }
 }
 @media (max-width: 767.98px) {
   .radius {
     border-radius: 6px;
   }
 }
 .date {
   margin: 25px 0 12px;
 }
 @media (max-width: 1199.98px) {
   .date {
     margin: 15px 0 8px;
   }
 }
 @media (max-width: 767.98px) {
   .date:before {
     margin-right: 6px;
   }
 }
 

 .text-center{
   text-align: center;
 }


 .index-choose {
   /* margin-top: calc(120 / 1650 * 100%); */
   margin-bottom: calc(40 / 1650 * 100%);
   padding-left: calc(120 / 1650 * 100%);
   padding-right: calc(120 / 1650 * 100%);
   background-color: #E74C3C;
   color: #fff;
   border-radius: 12px;
 }
 @media (max-width: 1199.98px) {
   .index-choose {
     border-radius: 10px;
   }
 }
 @media (max-width: 991.98px) {
   .index-choose {
     border-radius: 8px;
   }
 }
 @media (max-width: 767.98px) {
   .index-choose {
     border-radius: 6px;
   }
 }
 @media (min-width: 992px) {
   .index-choose {
     display: flex;
     /* flex-direction: row-reverse; */
     justify-content: space-between;
   }
 }
 @media (max-width: 991.98px) {
   .index-choose {
     padding-left: 30px;
     padding-right: 30px;
   }
 }
 @media (max-width: 767.98px) {
   .index-choose {
     padding-left: 15px;
     padding-right: 15px;
   }
 }
 .index-choose p {
   color: #CCCCCC;
 }
 

 
.choose-intro {
   position: relative;
 }
 @media (min-width: 992px) {
   .choose-intro {
     width: 34.04255319%;
     padding-right: 4.96453901%;
     border-right: 1px solid #999;
   }
   .choose-intro:before {
     content: '';
     position: absolute;
     right: -2px;
     top: 0;
     height: 55px;
     width: 3px;
     background-color: #999;
   }
 }
 .choose-intro .img-box {
   /* padding-bottom: calc(480 / 820 * 100%); */
   padding-bottom: calc(1 / 1 * 100%);
   border-radius: 12px;
 }
 @media (max-width: 1199.98px) {
   .choose-intro .img-box {
     border-radius: 10px;
   }
 }
 @media (max-width: 991.98px) {
   .choose-intro .img-box {
     border-radius: 8px;
   }
 }
 @media (max-width: 767.98px) {
   .choose-intro .img-box {
     border-radius: 6px;
   }
 }
 .choose-intro .txt {
   margin:calc( 30 / 410 * 100%) 0 calc(65 / 410 * 100%);
 }
 @media (max-width: 991.98px) {
   .choose-intro .txt {
     margin: 25px 0 30px;
   }
 }
 /* .choose-intro .more-box > a {
   background-color: #999;
   color: #FFF;
 } */
 .choose-intro .more-box > a {
   background-color: #fff;
   color: #000;
   border: 1px solid #000;
 }
 @media (min-width: 1200px) {
   .choose-intro .more-box > a {
     min-width: 200px;
   }
 
 }
 .choose-intro .v-btn {
   font-size: 42px;
 }
 @media (min-width: 992px) {
   .choose-intro .video-box {
      margin-top: -90px;
      transform: translateY(60%);
   }
 }
 @media (max-width: 991.98px) {
   .choose-intro .video-box {
     width: 380px;
     max-width: 100%;
     margin-top: 35px;
   }
 }
 



 
@media (min-width: 992px) {
   .choose-list {
     width: 57.44680851%;
   }
 }
 .choose-list ul {
   display: -webkit-box;
   display: flex;
   flex-wrap: wrap;
 }
 .choose-list li {
   padding-top: 50px;
   margin-top: 50px;
   border-top: 1px solid #999;
   width: 50%;
   position: relative;
 }
 .choose-list li:before {
   content: '';
   position: absolute;
   left: 0;
   top: -2px;
   height: 3px;
   background-color: #999;
   width: 55px;
 }
 @media (min-width: 992px) {
   .choose-list li:nth-child(1),
   .choose-list li:nth-child(2) {
     border-top: none;
     padding-top: 0;
     margin-top: 0;
   }
   .choose-list li:nth-child(1):before,
   .choose-list li:nth-child(2):before {
     display: none;
   }
 }
 .choose-list li:nth-child(odd) .item {
   padding-right: 30px;
 }
 @media (max-width: 575.98px) {
   .choose-list li:nth-child(odd) .item {
     padding-right: 15px;
   }
 }
 .choose-list li:nth-child(even) .item {
   padding-left: 30px;
   border-left: 1px solid #999;
   height: 100%;
 }
 @media (max-width: 575.98px) {
   .choose-list li:nth-child(even) .item {
     padding-left: 15px;
   }
 }
 @media (min-width: 1200px) {
   .choose-list li:hover .iconfont {
     -webkit-animation: swing 1s 0s ease both;
             animation: swing 1s 0s ease both;
   }
 }
 @media (max-width: 767.98px) {
   .choose-list li {
     padding-top: 35px;
     margin-top: 35px;
   }
 }
 .choose-list .iconfont {
   font-size: 56px;
   color: #b7e1f7;
   line-height: 1;
   display: inline-block;
 }
 @media (max-width: 991.98px) {
   .choose-list .iconfont {
     font-size: 46px;
   }
 }
 @media (max-width: 767.98px) {
   .choose-list .iconfont {
     font-size: 40px;
   }
 }
 .choose-list .tit {
   margin: 30px 0 10px;
 }
 @media (max-width: 991.98px) {
   .choose-list .tit {
     margin-top: 20px;
   }
 }
 @media (max-width: 767.98px) {
   .choose-list .tit {
     margin-top: 10px;
   }
 }


 .fz34{
   font-size: 28px;
 }