@charset "utf-8";
@font-face {
  font-family: 'AvantGarde Bk BT';
  src: url('font/avantgardeitcbybt-book.eot');
  src: url('font/avantgardeitcbybt-book.eot?#iefix') format('embedded-opentype'), url('font/avantgardeitcbybt-book.woff2') format('woff2'), url('font/avantgardeitcbybt-book.woff') format('woff'), url('font/avantgardeitcbybt-book.ttf') format('truetype'), url('font/avantgardeitcbybt-book.svg#AvantGardeITCbyBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arial black";
  src: url('font/arial-black.eot');
  src: url('font/arial-black.eot?#iefix') format('embedded-opentype'), url('font/arial-black.woff2') format('woff2'), url('font/arial-black.woff') format('woff'), url('font/arial-black.ttf') format('truetype'), url('font/arial-black.svg#Arial-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .container {
    width: 1170px;
  }
}
.ff {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.txt-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hoverbox img {
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.hoverbox:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
  z-index: 1;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lazy {
  background: url(../js/jquery.lazyload/img/loader.gif) center no-repeat;
}
.page {
  text-align: center;
}
.page li {
  display: inline-block;
  margin: 0 3px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.page li a,
.page li span {
  display: block;
  background-color: #eee;
}
.page li.active a,
.page li a:hover {
  background-color: #dc3731;
  color: #fff;
}
.page .prev a:before,
.page .next a:before {
  font-family: "iconfont" !important;
  vertical-align: middle;
  font-size: 20px;
}
.page .prev {
  display: none;
}
.page .prev a:before {
  content: "\e9b5";
}
.page .next a:before {
  content: "\e72f";
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: relative;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.93);
    color: #222;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
  }
}
.header .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: end;
}
.header .container:before,
.header .container:after {
  display: none;
}
@media (min-width: 1590px) {
  .header .container {
    width: 1560px;
  }
}
.header .logo {
  text-align: center;
  margin: 0 auto 0 0;
}
@media (max-width: 1349.98px) {
  .header .logo {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    width: 250px;
  }
}
@media (max-width: 575.98px) {
  .header .logo {
    max-width: 50vw;
  }
}
.header .logo a {
  padding: 10px 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .header .logo a {
    padding: 8px 0;
  }
}
.header .logo img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .logo .logo-txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .logo .logo-txt {
    display: none;
  }
}
.header .search-box {
  margin-right: 15px;
  padding: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  width: 350px;
  max-width: 90%;
  margin-top: 0;
  background: #fff;
}
.header .search-box form {
  width: 100%;
}
.header .search-box form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header .search-box form {
    display: block;
    margin: 0 auto;
  }
}
.header .search-box form input {
  display: block;
  width: 100%;
  color: #999;
  padding: 9px 46px 9px 20px;
  color: #888;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .search-box form input {
    padding: 13px 46px 13px 20px;
    font-size: 16px;
  }
}
.header .search-box form .submit {
  position: absolute;
  right: 0;
  top: -1px;
  width: 54px;
  height: 100%;
  background: none;
  text-align: center;
}
.header .search-box form .submit:before {
  font-family: "iconfont" !important;
  content: "\e660";
  font-size: 18px;
  color: #888;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .search-box form .submit:before {
    font-size: 22px;
  }
}
.header .search-box form input::-webkit-input-placeholder,
.header .search-box form textarea::-webkit-input-placeholder {
  color: #888;
}
.header .search-box form input:-o-placeholder,
.header .search-box form textarea:-o-placeholder {
  color: #888;
}
.header .search-box form input::-moz-placeholder,
.header .search-box form textarea::-moz-placeholder {
  color: #888;
}
.header .search-box form input:-ms-input-placeholder,
.header .search-box form textarea:-ms-input-placeholder {
  color: #888;
}
.header .search-box form input:focus::-webkit-input-placeholder,
.header .search-box form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-o-placeholder,
.header .search-box form textarea:focus::-o-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-moz-placeholder,
.header .search-box form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-ms-input-placeholder,
.header .search-box form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.header .find {
  width: 22px;
  height: 30px;
  cursor: pointer;
}
.header .find:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  content: "\e660";
  vertical-align: top;
}
@media (min-width: 1200px) {
  .header .find:hover {
    color: #dc3731;
  }
}
@media (max-width: 991px) {
  .header .find {
    display: block;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  .header .find:after {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header .find:after {
    font-size: 22px;
  }
}
.header .nav-collapse {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  margin-left: 22px;
  padding: 0;
  cursor: pointer;
  float: right;
}
@media (max-width: 1199px) {
  .header .nav-collapse {
    display: block;
  }
  .header .nav-collapse.nav-collapse-1 {
    border: none;
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 9999;
    margin-top: 10px;
  }
  .header .nav-collapse.nav-collapse-1 .btn-line {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .header .nav-collapse {
    margin-left: 10px;
    border: none;
  }
}
.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse .btn-line {
    width: 30px;
  }
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse .btn-line:nth-child(3),
  .header .nav-collapse .btn-line:nth-child(1) {
    width: 30px;
  }
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse .btn-line:nth-child(2) {
    top: 55%;
  }
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse .btn-line:nth-child(3) {
    top: 75%;
  }
}
.header .nav-collapse.active {
  border-color: transparent;
}
.header .nav-collapse.active .btn-line {
  background-color: #fff;
}
.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) {
  left: 50%;
  top: 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) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
  .header .nav {
    text-align: center;
  }
  .header .nav .container {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 0 50px;
    z-index: 9998;
    text-align: center;
    background: #000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .nav .container {
    height: 100%;
    width: 100%;
    overflow: auto;
  }
  .header .nav .tbl {
    display: table;
    width: 100%;
    height: 100%;
  }
  .header .nav .tbl-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .header .nav {
    width: 100%;
    padding: 30px;
  }
}
.header .nav.left-100 {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1 > li > a {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 {
    padding-right: 20px;
  }
  .header .nav .nav-list1 li a {
    white-space: nowrap;
  }
  .header .nav .nav-list1 > li {
    float: left;
    margin-right: 45px;
    position: relative;
  }
  .header .nav .nav-list1 > li > a {
    display: block;
    padding: 39px 0;
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .header .nav .nav-list1 > li > a:before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #dc3731;
  }
  .header .nav .nav-list1 > li.active > a,
  .header .nav .nav-list1 > li:hover > a {
    color: #dc3731;
  }
  .header .nav .nav-list1 > li.active > a:before,
  .header .nav .nav-list1 > li:hover > a:before {
    width: 100%;
  }
  .header .nav .nav-list1 .nav-list2,
  .header .nav .nav-list1 .nav-list3 {
    display: none;
  }
  .header .nav .nav-list1 .nav-list2 {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    background-color: rgba(37, 74, 165, 0.6);
    border-top: 1px solid transparent;
    margin-left: -132px;
    padding: 5px 0;
  }
  .header .nav .nav-list1 .nav-list2 > li {
    text-align: left;
    white-space: nowrap;
    position: relative;
    padding: 0 15px;
  }
  .header .nav .nav-list1 .nav-list2 > li:first-child > a {
    border-top: none;
  }
  .header .nav .nav-list1 .nav-list2 > li:before,
  .header .nav .nav-list1 .nav-list2 > li:after {
    display: none;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #254aa5;
  }
  .header .nav .nav-list1 .nav-list2 > li:before {
    top: 0;
  }
  .header .nav .nav-list1 .nav-list2 > li:after {
    top: 100%;
  }
  .header .nav .nav-list1 .nav-list2 > li:hover {
    background-color: #254aa5;
  }
  .header .nav .nav-list1 .nav-list2 > li:hover:before,
  .header .nav .nav-list1 .nav-list2 > li:hover:after {
    display: block;
  }
  .header .nav .nav-list1 .nav-list2 > li > a {
    font-weight: 700;
    display: block;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(181, 198, 241, 0.65);
    padding: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .nav .nav-list1 {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1589.98px) {
  .header .nav .nav-list1 > li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .nav .nav-list1 > li {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1589.98px) {
  .header .nav .nav-list1 > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list1 {
    margin: 20px 0;
    opacity: 0;
  }
  .header .nav .nav-list1 > li {
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: 0;
  }
  .header .nav .nav-list1 > a {
    font-family: "arial black";
    font-size: 20px;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list2,
  .header .nav .nav-list3 {
    display: none;
  }
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;
  }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
  display: block;
}
@media (max-height: 580px) {
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    margin-top: 0;
  }
}
.header .nav-2,
.header .nav-3 {
  display: none;
}
@media (max-width: 1199px) {
  .header .nav-2,
  .header .nav-3 {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
  font-family: "iconfont" !important;
  content: "\e9b5";
  font-size: 26px;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header .nav-2 .nav-top h2,
  .header .nav-3 .nav-top h2 {
    font-size: 24px;
  }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
  margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
  background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
  margin-top: 12%;
  height: 85%;
  overflow: auto;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul,
  .header .nav-3 .content ul {
    padding: 0 15px;
  }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
  text-align: left;
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 22px;
  line-height: 42px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    margin: 0;
    font-size: 20px;
  }
}
@media (max-height: 600px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    line-height: 40px;
  }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
  position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "iconfont" !important;
  content: "\e72f";
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
  display: block;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .nav-3 .content ul li {
  font-size: 19px;
}
.header .fade-out ul {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header .fade-out ul {
    padding: 0 5%;
  }
}
@media (max-width: 1199px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 a {
    color: #fff;
    font-weight: 700;
  }
  .header .fade-out ul.nav-list1 > li {
    position: relative;
    margin: 20px 0;
  }
  .header .fade-out ul.nav-list1 > li.act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 > li.more:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "iconfont" !important;
    content: "\e72f";
    color: #fff;
    font-size: 25px;
    margin-top: -18px;
  }
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 26px;
    display: block;
    line-height: 50px;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 0;
  }
}
@media (max-width: 1199px) and (max-height: 600px) {
  .header .fade-out ul.nav-list1 > li > a {
    line-height: 45px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) and (max-height: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (max-width: 480px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 14px;
  }
}
.banner2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner2 .owl-theme {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner2 .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 50px;
  height: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}
.banner2 .owl-controls {
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .banner2 .owl-controls {
    bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .banner2 .owl-controls {
    bottom: 55px;
  }
}
@media (max-width: 991px) {
  .banner2 .owl-controls .owl-pagination {
    display: none;
  }
}
.banner2 .owl-controls .owl-page.active span,
.banner2 .owl-controls .owl-page:hover span {
  background: #dc3731;
}
.banner2 img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 5%;
  }
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 50px;
  height: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-clip: content-box;
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
}
.banner .swiper-pagination-bullet-active {
  background: #dc3731;
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 60px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 32px;
  border-radius: 0;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  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 {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 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 {
  display: block;
  padding-bottom: 29.16666667%;
  position: relative;
  -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: #dc3731 !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .key-word {
    display: none;
  }
}
.key-word .content {
  padding: 30px 50px;
  position: relative;
  top: -50px;
  z-index: 2;
  background-color: #fff;
  zoom: 1;
  box-shadow: 0 2px 4px 0px rgba(245, 243, 243, 0.75);
}
.key-word .content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .key-word .content {
    padding: 20px 30px;
    top: -40px;
  }
}
.key-word .word {
  margin-top: 6px;
  float: left;
}
.key-word .word b,
.key-word .word p {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
.key-word .word b {
  font-size: 20px;
}
.key-word .word p {
  margin-bottom: 0;
}
.key-word .word p a {
  display: inline-block;
  margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .key-word .word p a {
    margin-left: 25px;
  }
}
@media (max-width: 1199px) {
  .key-word .word p a {
    margin-left: 15px;
  }
  .key-word .word p a:last-child {
    display: none;
  }
}
.key-word .word p a:hover {
  color: #254aa5;
  text-decoration: underline;
}
.key-word .word p a:first-child {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .key-word .word p a:first-child {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .key-word .word p a:first-child {
    margin-left: 10px;
  }
}
.key-word form {
  position: relative;
  float: right;
  width: 335px;
  height: 40px;
  background-color: #eee;
  border-radius: 40px;
  overflow: hidden;
}
.key-word form input {
  display: block;
  width: 100%;
  background: none;
  padding: 10px 30px;
}
.key-word form .input-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  padding-right: 10px;
  height: 100%;
  text-align: center;
  background-color: #dc3731;
}
.key-word form .input-submit:before {
  font-family: "iconfont" !important;
  content: "\e618";
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}
.fz15 {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .fz15 {
    font-size: 14px;
  }
}
.fz16 {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .fz16 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz16 {
    font-size: 14px;
  }
}
.fz17 {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .fz17 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .fz17 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz17 {
    font-size: 14px;
  }
}
.fz18 {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .fz18 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .fz18 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .fz18 {
    font-size: 15px;
  }
}
.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;
  }
}
.fz22 {
  font-size: 22px;
}
@media (max-width: 1469.98px) {
  .fz22 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .fz22 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .fz22 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .fz22 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .fz22 {
    font-size: 17px;
  }
}
.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;
  }
}
.fz26 {
  font-size: 26px;
}
@media (max-width: 1469.98px) {
  .fz26 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .fz26 {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .fz26 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .fz26 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .fz26 {
    font-size: 19px;
  }
}
.fz28 {
  font-size: 28px;
}
@media (max-width: 1469.98px) {
  .fz28 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .fz28 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .fz28 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .fz28 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .fz28 {
    font-size: 20px;
  }
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .fz30 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .fz30 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .fz30 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz30 {
    font-size: 22px;
  }
}
.fz32 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .fz32 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fz32 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz32 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .fz32 {
    font-size: 23px;
  }
}
.fz36 {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .fz36 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz36 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz36 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz36 {
    font-size: 22px;
  }
}
.fz40 {
  font-size: 40px;
}
@media (max-width: 1469.98px) {
  .fz40 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .fz40 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz40 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz40 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz40 {
    font-size: 26px;
  }
}
.fz48 {
  font-size: 48px;
}
@media (max-width: 1469.98px) {
  .fz48 {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .fz48 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .fz48 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .fz48 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .fz48 {
    font-size: 24px;
  }
}
.fz50 {
  font-size: 50px;
}
@media (max-width: 1469.98px) {
  .fz50 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .fz50 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .fz50 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz50 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.fz60 {
  font-size: 60px;
}
@media (max-width: 1469.98px) {
  .fz60 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .fz60 {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .fz60 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .fz60 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .fz60 {
    font-size: 30px;
  }
}
@media (min-width: 1470px) {
  .index-box .container,
  .footer .container {
    width: 1440px;
  }
}
.index-box {
  padding: 90px 0;
}
@media (max-width: 1469.98px) {
  .index-box {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .index-box {
    padding: 70px 0;
  }
}
@media (max-width: 991.98px) {
  .index-box {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .index-box {
    padding: 45px 0;
  }
}
@media (min-width: 1470px) {
  .index-box .container {
    width: 1440px;
  }
}
.index-box .title {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .index-box .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .index-box .title {
    margin-bottom: 20px;
  }
}
.index-box .title h2 {
  margin-top: 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #222;
  font-family: "arial black";
}
@media (max-width: 1469.98px) {
  .index-box .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .index-box .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .index-box .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .index-box .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .index-box .title h2 {
    font-size: 26px;
  }
}
.index-box .title .first-letter:first-letter {
  font-size: 1.4em;
  color: #254aa5;
}
.index-box .title p {
  margin: 0 auto;
  color: #666;
  font-size: 14px;
}
.index-box .more-box {
  margin-top: 55px;
}
@media (max-width: 1199.98px) {
  .index-box .more-box {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .index-box .more-box {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .index-box .more-box {
    margin-top: 25px;
  }
}
.index-box .more-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 37px;
  background-color: #dc3731;
  color: #fff;
}
@media (max-width: 767.98px) {
  .index-box .more-box a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .index-box .more-box a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .index-box .more-box a {
    padding: 11px 30px;
  }
}
@media (max-width: 991.98px) {
  .index-box .more-box a {
    padding: 9px 25px;
  }
}
@media (max-width: 767.98px) {
  .index-box .more-box a {
    padding: 7px 20px;
  }
}
.index-box .more-box a:active {
  text-decoration: underline;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.index-box .arrow-cont {
  position: relative;
}
@media (min-width: 1770px) {
  .index-box .arrow-cont {
    width: 1740px;
    padding: 0 165px;
  }
}
@media (min-width: 1200px) and (max-width: 1769.98px) {
  .index-box .arrow-cont {
    padding: 0 90px;
  }
}
.index-box .swiper {
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .index-box .swiper {
    margin: 0 -8px;
  }
}
.index-box .swiper-slide {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .index-box .swiper-slide {
    padding: 0 8px;
  }
}
.index-box .swiper-button-next,
.index-box .swiper-button-prev {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  margin: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  color: #666;
  border-radius: 0;
  background: #E6E6E6;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index-box .swiper-button-next:after,
.index-box .swiper-button-prev:after {
  font-size: 16px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
}
@media (min-width: 1200px) {
  .index-box .swiper-button-next:hover,
  .index-box .swiper-button-prev:hover {
    background-color: #dc3731;
    border-color: #dc3731;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .index-box .swiper-button-next,
  .index-box .swiper-button-prev {
    display: none !important;
  }
}
.index-box .swiper-button-next {
  right: 0;
}
.index-box .swiper-button-prev {
  left: 0;
}
.index-box .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index-box .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .index-box .swiper-pagination {
    margin-top: 15px;
  }
}
.index-box .swiper-pagination-bullet {
  outline: none;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 6px !important;
  background: #254aa5;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .index-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .index-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important;
  }
}
.index-box .swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 40px;
}
@media (max-width: 1199.98px) {
  .index-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .index-box .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.index-box .txt p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767.98px) {
  .index-box .txt p {
    font-size: 14px;
  }
}
.index-product {
  background-position: center;
  background-size: cover;
}
.index-product .item {
  background-color: #E6E6E6;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-product .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .index-product .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-product .item:hover .pic {
    border-color: #254aa5;
  }
  .index-product .item:hover .info {
    height: auto;
    background-color: #254aa5;
    color: #fff;
  }
  .index-product .item:hover .name {
    -webkit-line-clamp: 2;
  }
}
.index-product .pic {
  border: 1px solid #E6E6E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .index-product .pic {
    margin-bottom: 50px;
  }
}
.index-product .info {
  text-align: center;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .index-product .info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .index-product .info {
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .index-product .info {
    padding: 8px 10px;
  }
}
.index-product .name {
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .index-product .name {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .index-product .name {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) {
  .index-about .intro-wrap,
  .index-num .intro-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index-about .intro-wrap > div:first-child,
  .index-num .intro-wrap > div:first-child {
    width: 38.29787234%;
  }
  .index-about .intro-wrap > div:last-child,
  .index-num .intro-wrap > div:last-child {
    width: 56.73758865%;
  }
}
.index-about {
  background: #F7F7F7 no-repeat bottom right;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .index-about {
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .index-about .pic {
    width: 300px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.index-about .intro {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .index-about .intro {
    padding-bottom: 35px;
  }
}
.index-about .title {
  text-align: left;
}
.index-about .title .year {
  color: #E4E4E4;
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .index-about .title .year {
    font-size: 50px;
  }
}
.index-about .title > span {
  color: #dc3731;
  margin: -25px 0 10px;
  display: block;
}
@media (max-width: 1199.98px) {
  .index-about .title > span {
    margin-top: -20px;
  }
}
.index-about .title h2 {
  font-weight: bold;
  font-family: inherit;
}
.index-about .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #666666;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .index-about .txt p {
    font-size: 16px;
  }
}
.num-box {
  padding: 35px 0;
}
@media (max-width: 767.98px) {
  .num-box {
    padding: 20px 0;
  }
}
.num-box .item {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1200px) {
  .num-box .item:hover .hover-mask:after {
    -webkit-animation: scaleShadow 1500ms linear infinite;
            animation: scaleShadow 1500ms linear infinite;
  }
}
.num-box .intro {
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .num-box .intro {
    padding-left: 10px;
  }
}
.num-box .iconfont {
  font-weight: normal;
  font-size: 32px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .num-box .iconfont {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .num-box .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .num-box .iconfont {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .num-box .iconfont {
    font-size: 23px;
  }
}
.num-box .pic {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .num-box .pic {
    height: 50px;
  }
  .num-box .pic img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .num-box .pic {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .num-box .pic {
    height: 35px;
  }
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (max-width: 575px) {
}
.num-box .number span {
  position: relative;
  z-index: 10;
  line-height: 1;
}
.num-box .timer {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .num-box .timer {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .num-box .timer {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .num-box .timer {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .num-box .timer {
    font-size: 22px;
  }
}
.num-box sub {
  bottom: 0.2em;
  margin-left: 5px;
  line-height: 1;
  font-size: 1em;
}
.num-box sup {
  font-size: 20px;
  margin-left: 5px;
  top: 0;
  margin-bottom: 3px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .num-box sup {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .num-box sup {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .num-box sup {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .num-box sup {
    font-size: 16px;
  }
}
.num-box .txt p {
  line-height: 1.3;
  color: inherit;
}
.index-num {
  padding: 0;
  background-size: cover;
}
@media (min-width: 1200px) {
  .index-num {
    margin-top: -40px;
  }
}
.index-num .intro-wrap {
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .index-num .intro-wrap .pic {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media (max-width: 767.98px) {
  .index-num .intro-wrap .pic {
    margin: 20px auto 0;
    width: 400px;
    max-width: 100%;
  }
  .index-num .intro-wrap .pic img {
    margin: 0 auto;
  }
}
.index-num .num-wrap {
  color: #fff;
}
.index-num .num-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .index-servive .servive-list {
    margin: -15px -8px 0;
  }
}
@media (max-width: 1199.98px) {
  .index-servive .servive-list > li {
    padding: 0 8px;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .index-servive .servive-list > li {
    width: 100%;
  }
}
.index-servive .item {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.index-servive .item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e622";
  font-size: 200px;
  line-height: 1;
  opacity: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .index-servive .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .index-servive .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-servive .item {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .index-servive .item:hover {
    background-color: #dc3731;
  }
  .index-servive .item:hover:before {
    opacity: 0.1;
  }
  .index-servive .item:hover,
  .index-servive .item:hover p {
    color: #fff;
  }
}
.index-servive .img-box {
  padding-bottom: 66.66666667%;
}
.index-servive .info {
  padding: 0 6.66666667% 8.88888889%;
  position: relative;
  z-index: 2;
}
.index-servive .tit {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .index-servive .tit {
    margin-bottom: 10px;
  }
}
.index-servive .iconfont {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #dc3731;
  width: 64px;
  height: 64px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  margin-bottom: -5px;
}
@media (max-width: 575.98px) {
  .index-servive .iconfont {
    width: 56px;
    height: 56px;
    font-size: 26px;
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  .swiper-news .swiper-slide {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-news .swiper-slide {
    margin-bottom: 15px;
  }
}
.swiper-news .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .swiper-news .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .swiper-news .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .swiper-news .item:hover .tit {
    color: #254aa5;
  }
}
@media (max-width: 575.98px) {
  .swiper-news .item {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .swiper-news .pic {
    width: 430px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .swiper-news .pic {
    width: 350px;
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-news .pic {
    width: 55%;
  }
}
@media (max-width: 575.98px) {
  .swiper-news .pic {
    width: 100%;
    margin-bottom: 15px;
  }
}
.swiper-news .img-box {
  padding-bottom: 44.18604651%;
}
.swiper-news .info {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.swiper-news .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.swiper-news .txt {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.swiper-news .more a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  color: #666666;
}
.swiper-news .more a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e8f4";
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 1200px) {
  .swiper-news .more a:hover {
    color: #254aa5;
  }
  .swiper-news .more a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.swiper-news .more a:active {
  color: #254aa5;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.index-news {
  background-size: cover;
}
.index-news .swiper-button-prev,
.index-news .swiper-button-next {
  position: initial;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background-color: #fff;
}
@media (min-width: 1200px) {
  .index-news .func-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.index-news .more-box {
  margin: 0 25px ;
}
@media (max-width: 1199.98px) {
  .index-news .more-box {
    margin: 15px 0 0;
  }
}
.public-banner {
  width: 100%;
  overflow: hidden;
}
.public-banner img {
  width: 100%;
}
@media (max-width: 1199px) {
  .public-banner img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .public-banner img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .public-banner img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.product-nav ol {
  margin-bottom: 0;
  padding: 0;
  zoom: 1;
}
.product-nav ol:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 767px) {
  .product-nav ol {
    padding-left: 20px;
    list-style-type: decimal;
  }
}
.product-nav ol li {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .product-nav ol li {
    float: left;
  }
}
@media (max-width: 767px) {
  .product-nav ol li {
    list-style: inherit;
    line-height: 1.6;
  }
}
.product-nav ol li:after {
  content: "/";
  margin: 0 5px;
}
@media (max-width: 767px) {
  .product-nav ol li:after {
    opacity: 0;
  }
}
.product-nav ol li:last-child:after {
  display: none;
}
.product-nav ol li.active {
  color: #254aa5;
}
@media (min-width: 992px) {
  .product-nav ol li a:hover {
    color: #254aa5;
  }
}
.product-wrap {
  padding: 45px 0 70px 0;
}
.product-wrap .product-list li {
  margin-top: 30px;
}
.product-wrap .item {
  text-align: center;
}
.product-wrap .item:hover .mask {
  opacity: 1;
}
.product-wrap .item:hover > p {
  font-weight: 700;
  color: #254aa5;
}
.product-wrap .item > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
  margin: 20px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-wrap .img-box {
  padding-bottom: 76.66666667%;
}
.product-wrap .pic-box {
  position: relative;
}
.product-wrap .mask {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(37, 74, 165, 0.7);
}
@media (max-width: 991px) {
  .product-wrap .mask {
    display: none;
  }
}
.product-wrap .mask p {
  font-size: 16px;
  font-weight: 700;
  color: #fcfdff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.product-wrap .mask p a {
  display: block;
}
.product-wrap .mask p a:before {
  font-family: "iconfont" !important;
  content: "\e60e";
  display: block;
  font-weight: 500;
  margin: 0 auto 10px;
  font-size: 30px;
}
.product-wrap .mask p a:after {
  content: ">>";
  margin-left: 4px;
  vertical-align: middle;
}
.product-details-wrap {
  padding: 45px 0 80px 0;
}
@media (max-width: 767px) {
  .product-details-wrap {
    padding: 25px 0 60px 0;
  }
}
.product-details-wrap .carousel-wrap {
  margin-top: 35px;
}
.product-details-wrap .img-box {
  padding-bottom: 76.19047619%;
}
@media (max-width: 991px) {
  .product-details-wrap .sync2 .row {
    margin: 0 -5px;
  }
}
.product-details-wrap .sync2 .item {
  margin: 0 15px;
  padding: 5px;
  border: 1px solid #b5b5b5;
}
@media (max-width: 991px) {
  .product-details-wrap .sync2 .item {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .sync2 .item {
    padding: 3px;
  }
}
.product-details-wrap .sync2 .synced .item {
  border-color: #254aa5;
}
.product-details-wrap h1 {
  font-family: "arial black";
  font-size: 30px;
  color: #254aa5;
  margin: 25px 0 55px 0;
}
@media (max-width: 1199px) {
  .product-details-wrap h1 {
    font-size: 25px;
    margin: 20px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .product-details-wrap h1 {
    font-size: 20px;
    margin: 15px 0 25px;
  }
}
.product-details-wrap .inquiry-btn {
  margin-top: 60px;
  background-color: #dc3731;
  color: #fff;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 1199px) {
  .product-details-wrap .inquiry-btn {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .inquiry-btn {
    margin-top: 20px;
    padding: 4px 0;
  }
}
.product-details-wrap .inquiry-btn:before {
  font-weight: 500;
  font-family: "iconfont" !important;
  content: "\e81e";
  vertical-align: middle;
  margin-right: 25px;
  font-size: 26px;
}
.product-details-wrap .inquiry-btn:hover {
  background-color: #bf322d;
}
.product-details-wrap .carousel-btn {
  margin-top: 0;
  text-align: right;
}
@media (max-width: 1199px) {
  .product-details-wrap .carousel-btn {
    margin-top: 10px;
  }
}
.product-details-wrap .carousel-btn a {
  color: #999;
  vertical-align: middle;
  cursor: pointer;
}
.product-details-wrap .carousel-btn a:hover {
  color: #254aa5;
}
.product-details-wrap .carousel-btn a:before,
.product-details-wrap .carousel-btn a:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  vertical-align: middle;
}
.product-details-wrap .carousel-btn .prev {
  margin-right: 22px;
}
.product-details-wrap .carousel-btn .prev:after {
  margin-left: 10px;
  content: "\e6f1";
}
.product-details-wrap .carousel-btn .next:before {
  margin-right: 10px;
  content: "\e639";
}
.product-details-wrap .introduce {
  padding: 65px 0 60px 0;
}
@media (max-width: 991px) {
  .product-details-wrap .introduce {
    padding: 55px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .introduce {
    padding: 45px 0 40px 0;
  }
}
.product-details-wrap .introduce h3 {
  font-family: "arial black";
  font-size: 30px;
  color: #254aa5;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .product-details-wrap .introduce h3 {
    margin-bottom: 15px;
  }
}
.product-details-wrap .introduce p {
  line-height: 1.78571429;
  color: #666;
  margin-bottom: 0;
}
.product-details-wrap .inquiry-wrap {
  background-color: #eee;
  padding: 40px 0 60px;
}
@media (max-width: 1199px) {
  .product-details-wrap .inquiry-wrap {
    padding: 30px 0 50px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .inquiry-wrap {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .inquiry-wrap {
    padding: 20px 0 30px;
  }
}
.product-details-wrap .inquiry-wrap h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .product-details-wrap .inquiry-wrap h4 {
    margin-bottom: 10px;
  }
}
.product-details-wrap .inquiry-wrap h4 + p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-details-wrap .inquiry-wrap h4 + p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .inquiry-wrap h4 + p {
    margin-bottom: 20px;
  }
}
.product-details-wrap .inquiry-wrap .input-wrap input,
.product-details-wrap .inquiry-wrap .input-wrap textarea {
  width: 100%;
  padding: 12px 20px;
  color: #999;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-details-wrap .inquiry-wrap .input-wrap input,
  .product-details-wrap .inquiry-wrap .input-wrap textarea {
    margin-bottom: 20px;
  }
}
.product-details-wrap .inquiry-wrap .input-wrap textarea {
  height: 144px;
}
.product-details-wrap .inquiry-wrap .input-wrap input::-webkit-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea::-webkit-input-placeholder {
  color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:-o-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:-o-placeholder {
  color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input::-moz-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea::-moz-placeholder {
  color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:-ms-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:-ms-input-placeholder {
  color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-webkit-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-o-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-o-placeholder {
  color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-moz-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-ms-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .submit {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #dc3731;
  color: #fff;
  display: inline-block;
  margin-top: -4px;
  font-size: 16px;
  line-height: 22px;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .product-details-wrap .inquiry-wrap .submit {
    padding: 12px 0;
  }
}
.product-details-wrap .inquiry-wrap .submit:before {
  font-family: "iconfont" !important;
  content: "\e6a4";
  color: #fff;
  font-size: 22px;
  vertical-align: top;
  margin-right: 24px;
  line-height: 1;
}
.product-details-wrap .inquiry-wrap .submit:hover {
  background-color: #bf322d;
}
.service-wrap {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .service-wrap {
    padding-bottom: 20px;
  }
}
.service-wrap .img-box {
  padding-bottom: 55.55555556%;
}
.service-wrap li {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 992px) {
  .service-wrap li img {
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .service-wrap li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .service-wrap li:hover {
    background-color: #ececec;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-wrap li .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .service-wrap li:nth-child(even) .pic-box {
    float: right;
  }
  .service-wrap li:nth-child(even) .num {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .service-wrap li:nth-child(even) .introduce {
    padding: 0 0 0 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-wrap li:nth-child(even) .introduce {
    padding-left: 20px;
  }
}
.service-wrap .col-sm-6 {
  position: inherit;
}
.service-wrap .introduce {
  padding: 0 10px 0 25px;
}
@media (max-width: 991px) {
  .service-wrap .introduce {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service-wrap .introduce {
    padding: 15px;
  }
}
.service-wrap .introduce h2 {
  font-size: 20px;
  font-family: "arial black";
  margin: 105px 0 25px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .service-wrap .introduce h2 {
    margin-top: 75px;
  }
}
@media (max-width: 1199px) {
  .service-wrap .introduce h2 {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-wrap .introduce h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .service-wrap .introduce h2 {
    margin: 10px 0;
  }
}
.service-wrap .introduce p {
  color: #666;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 1.78571429;
  position: relative;
}
.service-wrap .introduce p:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.service-wrap .introduce .num {
  position: absolute;
  right: 0;
  bottom: -20%;
  font-family: "arial black";
  font-size: 200px;
  color: #666;
  opacity: 0.08;
  line-height: 1;
}
@media (max-width: 1199px) {
  .service-wrap .introduce .num {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .service-wrap .introduce .num {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .service-wrap .introduce .num {
    font-size: 90px;
    bottom: -35px;
  }
}
.about-wrap {
  padding: 10px 0 80px 0;
}
@media (max-width: 991px) {
  .about-wrap {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .about-wrap {
    padding-bottom: 50px;
  }
}
.about-wrap h3 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-wrap h3 {
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .about-wrap h3 {
    font-size: 28px;
  }
}
.about-wrap h3 span {
  color: #254aa5;
}
.about-wrap .about-content {
  padding-bottom: 35px;
}
.about-wrap .about-content ul {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-wrap .about-content ul {
    margin-top: 20px;
  }
}
.about-wrap .about-content ul li {
  margin-bottom: 30px;
}
.about-wrap .about-content .img-box {
  padding-bottom: 60.31746032%;
}
.about-wrap .about-content p {
  line-height: 1.78571429;
  margin-bottom: 0;
  color: #666;
}
.about-wrap .factory-content {
  border-top: 1px solid #e5e5e5;
}
.about-wrap .factory-content .img-box {
  padding-bottom: 76.66666667%;
}
.about-wrap .factory-content ul {
  margin: 0 -10px;
}
.about-wrap .factory-content li {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .about-wrap .factory-content li img {
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .about-wrap .factory-content li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .about-wrap .factory-content li {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.contact-wrap {
  padding: 50px 0 80px 0;
}
@media (max-width: 991px) {
  .contact-wrap {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    padding: 40px 0 50px;
  }
}
.contact-wrap .contact-content {
  text-align: center;
}
.contact-wrap .contact-content .contact-wrap {
  padding: 40px 0;
  background: url(../images/imgs/contact.jpg) rgba(0, 0, 0, 0.53) no-repeat center;
  background-size: cover;
  border-radius: 15px;
}
.contact-wrap .contact-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 40px 0;
}
@media (max-width: 1199px) {
  .contact-wrap .contact-content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .contact-content .box {
    padding: 0 15px;
  }
}
.contact-wrap .contact-content .box p {
  position: relative;
}
@media (min-width: 768px) {
  .contact-wrap .contact-content .box p {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    padding: 0 25px 0 50px;
    margin: 0 6px;
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .contact-content .box p {
    width: 46%;
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .contact-content .box p {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 0 25px;
    color: #fff;
  }
}
.contact-wrap .contact-content .box p:before {
  position: absolute;
  top: 2px;
  left: 25px;
  font-family: "iconfont" !important;
  color: #999;
  line-height: 1;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .contact-wrap .contact-content .box p:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .contact-wrap .contact-content .box p:before {
    left: 0;
    color: #fff;
  }
}
.contact-wrap .contact-content .box p:hover {
  background-color: #f1f1f1;
}
.contact-wrap .contact-content .box p span {
  font-weight: 700;
  color: #666;
}
@media (max-width: 767px) {
  .contact-wrap .contact-content .box p span {
    color: #fff;
  }
}
.contact-wrap .contact-content .box .address:before {
  content: "\e632";
  font-weight: 700;
}
.contact-wrap .contact-content .box .mail:before {
  font-size: 20px;
  content: "\e654";
}
@media (max-width: 767px) {
  .contact-wrap .contact-content .box .mail:before {
    top: 0;
  }
}
.contact-wrap .contact-content .box .skype:before {
  font-size: 16px;
  content: "\e6c1";
}
.contact-wrap .contact-content .box .whatsapp:before {
  content: "\e617";
}
.contact-wrap .message-content {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .contact-wrap .message-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .message-content {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.contact-wrap .message-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-wrap .message-content h3 {
    margin-bottom: 15px;
  }
}
.contact-wrap .message-content h3 + p {
  color: #666;
  line-height: 1.6;
  text-align: center;
}
.contact-wrap .message-content form {
  margin-top: 34px;
}
.contact-wrap .message-content .input-wrap input,
.contact-wrap .message-content .input-wrap textarea {
  width: 100%;
  padding: 20px;
  color: #999;
  background-color: #eee;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-wrap .message-content .input-wrap input,
  .contact-wrap .message-content .input-wrap textarea {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .message-content .input-wrap input,
  .contact-wrap .message-content .input-wrap textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
  }
}
.contact-wrap .message-content .input-wrap textarea {
  height: 290px;
}
@media (max-width: 767px) {
  .contact-wrap .message-content .input-wrap textarea {
    height: 120px;
  }
}
.contact-wrap .message-content .input-wrap input::-webkit-input-placeholder,
.contact-wrap .message-content .input-wrap textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-wrap .message-content .input-wrap input:-o-placeholder,
.contact-wrap .message-content .input-wrap textarea:-o-placeholder {
  color: #999;
}
.contact-wrap .message-content .input-wrap input::-moz-placeholder,
.contact-wrap .message-content .input-wrap textarea::-moz-placeholder {
  color: #999;
}
.contact-wrap .message-content .input-wrap input:-ms-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:-ms-input-placeholder {
  color: #999;
}
.contact-wrap .message-content .input-wrap input:focus::-webkit-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-o-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-o-placeholder {
  color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-moz-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-ms-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}
.contact-wrap .message-content .submit {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #dc3731;
  color: #fff;
  display: inline-block;
  margin-top: -4px;
  font-size: 16px;
  line-height: 22px;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .contact-wrap .message-content .submit {
    padding: 12px 0;
  }
}
.contact-wrap .message-content .submit:before {
  font-family: "iconfont" !important;
  content: "\e6a4";
  color: #fff;
  font-size: 22px;
  vertical-align: top;
  margin-right: 24px;
  line-height: 1;
}
.contact-wrap .message-content .submit:hover {
  background-color: #bf322d;
}
.news-wrap {
  padding: 50px 0 80px 0;
}
@media (max-width: 991px) {
  .news-wrap {
    padding: 50px 0 65px;
  }
}
@media (max-width: 767px) {
  .news-wrap {
    padding: 40px 0 45px;
  }
}
.news-wrap .news-list li {
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .news-wrap .news-list li img {
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .news-wrap .news-list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-wrap .news-list li:hover {
    border-color: transparent;
    box-shadow: 0 0 14px 5px #e9e9e9;
  }
  .news-wrap .news-list li:hover .date-box {
    background-color: #254aa5;
  }
  .news-wrap .news-list li:hover .date-box span,
  .news-wrap .news-list li:hover .date-box p,
  .news-wrap .news-list li:hover .date-box .plus:after {
    color: #fff;
  }
  .news-wrap .news-list li:hover .date-box .plus:before {
    display: none;
  }
  .news-wrap .news-list li:hover .date-box .plus:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1) rotateZ(0);
        -ms-transform: scale(1) rotate(0);
            transform: scale(1) rotateZ(0);
  }
}
@media (max-width: 991px) {
  .news-wrap .news-list li {
    padding: 15px 0;
  }
}
.news-wrap .info,
.news-wrap .pic-box {
  float: right;
  padding: 0 15px;
}
.news-wrap .info {
  width: 63.17829457%;
}
.news-wrap .pic-box {
  width: 36.82170543%;
}
.news-wrap .pic-box .box {
  padding: 10px 10px 10px 0;
}
@media (max-width: 767px) {
  .news-wrap .pic-box .box .box {
    padding: 0 15px;
  }
}
.news-wrap .pic-box .img-box {
  padding-bottom: 42.85714286%;
}
@media (max-width: 991px) {
  .news-wrap .pic-box {
    float: right;
    width: 100%;
  }
  .news-wrap .pic-box .box {
    padding: 0 45px;
  }
  .news-wrap .info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-wrap .pic-box .box {
    padding: 0 15px;
  }
}
.news-wrap .date-box {
  position: relative;
  padding: 20px 0 15px 50px;
  border-right: 40px solid transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.news-wrap .date-box a.plus {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.news-wrap .date-box a.plus:before,
.news-wrap .date-box a.plus:after {
  color: #d2d2d2;
  font-size: 34px;
  line-height: 1;
}
.news-wrap .date-box a.plus:before {
  font-family: "iconfont" !important;
  content: "\e629";
}
@media (max-width: 991px) {
  .news-wrap .date-box a.plus:before {
    display: none;
  }
}
.news-wrap .date-box a.plus:after {
  font-family: "iconfont" !important;
  content: "\e619";
  display: block;
}
@media (min-width: 992px) {
  .news-wrap .date-box a.plus:after {
    -webkit-transform: scale(0) rotateZ(360deg);
        -ms-transform: scale(0) rotate(360deg);
            transform: scale(0) rotateZ(360deg);
  }
}
@media (max-width: 991px) {
  .news-wrap .date-box a.plus:after {
    font-size: 32px;
  }
}
.news-wrap .date-box p {
  font-size: 26px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-wrap .date-box p {
    font-size: 20px;
  }
}
.news-wrap .date-box span {
  color: #999;
}
@media (max-width: 767px) {
  .news-wrap .date-box {
    padding: 20px 0 15px 15px;
  }
}
.news-wrap .introduce {
  padding: 0 50px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .news-wrap .introduce {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .news-wrap .introduce {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .news-wrap .introduce {
    padding: 0 15px;
  }
}
.news-wrap .introduce h3,
.news-wrap .introduce p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}
.news-wrap .introduce h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.news-wrap .introduce p {
  color: #666;
}
.news-wrap .page {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .news-wrap .page {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .news-wrap .page {
    margin-top: 30px;
  }
}
.news-details-wrap {
  padding: 50px 0 80px 0;
}
@media (max-width: 991px) {
  .news-details-wrap {
    padding: 50px 0 65px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap {
    padding: 40px 0 45px;
  }
}
.news-details-wrap h1 {
  font-family: "arial black";
  font-size: 20px;
  margin: 25px 0 20px 0;
}
@media (max-width: 991px) {
  .news-details-wrap h1 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap h1 {
    margin-top: 0;
  }
}
.news-details-wrap .article {
  padding: 25px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .news-details-wrap .article {
    padding: 15px 0;
  }
}
.news-details-wrap .article .info {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .news-details-wrap .article .info {
    margin-bottom: 20px;
  }
}
.news-details-wrap .article .info span {
  color: #666;
}
.news-details-wrap .article .info span:before {
  display: inline-block;
  font-family: "iconfont" !important;
  vertical-align: top;
  margin-right: 6px;
}
.news-details-wrap .article .info .date:before {
  content: "\e6a9";
}
.news-details-wrap .article .info .editor {
  margin-left: 40px;
}
.news-details-wrap .article .info .editor:before {
  content: "\e694";
}
.news-details-wrap .article > p {
  color: #666;
  line-height: 1.78571429;
  margin-bottom: 0;
}
.news-details-wrap .article img {
  display: block;
  max-width: 100%;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .news-details-wrap .article img {
    margin: 15px 0;
  }
}
.news-details-wrap .news-page {
  margin-top: 40px;
  padding: 15px 30px;
  border: 1px dashed #dcdcdc;
  zoom: 1;
}
@media (max-width: 767px) {
  .news-details-wrap .news-page {
    padding: 10px 5px;
    margin-top: 30px;
    border-left: none;
    border-right: none;
  }
}
.news-details-wrap .news-page:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-details-wrap .news-page p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 25px;
}
@media (min-width: 768px) {
  .news-details-wrap .news-page p {
    max-width: 45%;
  }
}
.news-details-wrap .news-page p:hover a {
  color: #254aa5;
}
.news-details-wrap .news-page p:hover a span {
  font-weight: 700;
}
.news-details-wrap .news-page p a {
  color: #666;
}
.news-details-wrap .news-page p a:before {
  font-family: "iconfont" !important;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .news-details-wrap .news-page p a:before {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .news-details-wrap .news-page .prev {
    float: left;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .news-page .prev {
    margin-bottom: 5px;
  }
}
.news-details-wrap .news-page .prev a:before {
  content: "\e9b7";
}
@media (min-width: 768px) {
  .news-details-wrap .news-page .next {
    text-align: right;
    float: right;
  }
}
.news-details-wrap .news-page .next a:before {
  content: "\e611";
}
.online-wrap .btn {
  position: fixed;
  z-index: 100;
  right: 2px;
  bottom: 50px;
  width: 45px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .btn:before {
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e6d2";
  color: #fff;
  font-size: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .btn.active:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
.online {
  position: fixed;
  z-index: 100;
  bottom: 23%;
  right: 2px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (max-width: 767px) {
  .online {
    bottom: 96px;
    right: -60px;
  }
  .online.active {
    right: 2px;
  }
}
.online a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 2px 0;
  line-height: 54px;
  border-radius: 50%;
}
.online a:before {
  color: #fff;
  font-size: 22px;
}
.online a:hover {
  background-color: #dc3731;
}
@media (max-width: 767px) {
  .online a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .online a:before {
    font-size: 20px;
  }
}
.online .icon-whatsapp1:hover .phone-num {
  right: 100%;
}
.online .icon-whatsapp1 .phone-num {
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  right: -300px;
  top: 0;
  padding-right: 5px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.online .icon-whatsapp1 .phone-num P {
  border-radius: 54px;
  overflow: hidden;
  background-color: #dc3731;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.online .icon-gotop2:before {
  font-size: 26px;
}
.online .icon-xinfeng2:before {
  font-size: 24px;
}
.online .icon-erweima:before,
.online .icon-weixin:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .online .icon-erweima:before,
  .online .icon-weixin:before {
    font-size: 22px;
  }
}
.online .icon-erweima .mask,
.online .icon-weixin .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 130px;
  height: 130px;
  padding-right: 5px;
}
.online .icon-erweima .mask .mask-box,
.online .icon-weixin .mask .mask-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 5px;
}
.online .icon-erweima .mask img,
.online .icon-weixin .mask img {
  width: 100%;
  display: block;
}
.online .icon-erweima .mask p,
.online .icon-weixin .mask p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  margin: 5px 0 8px 0;
}
.online .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 180px;
  width: 120px;
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online .code-pic {
    right: 65px;
    bottom: 430px;
  }
}
.online .code-pic .pic-box {
  padding: 5px;
  background-color: #fff;
}
.online .code-pic img {
  display: block;
  width: 100%;
}
.share {
  color: #fff;
}
.share a {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #353535;
  margin-left: 6px;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.share a:before {
  color: #fff;
  font-size: 15px;
}
.share a:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(220, 55, 49, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.feedback > a:before {
  content: '\e7a5';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
  display: block;
  width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.share-box {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .share-box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > * {
  display: inline-block;
  vertical-align: middle;
}
.share-box > span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .share-box > span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .share-box > span {
    font-size: 16px;
  }
}
.sitemap-wrap {
  margin: 45px 0;
}
@media (max-width: 767px) {
  .sitemap-wrap {
    margin: 35px 0;
  }
}
.sitemap-wrap .title {
  text-align: left;
}
.sitemap-wrap .list1 {
  margin-top: -30px;
  overflow: hidden;
}
.sitemap-wrap .list1 > li {
  margin-top: 30px;
}
.sitemap-wrap .list1 > li > a {
  font-weight: 600;
  width: 330px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #dc3731;
  color: #fff;
  position: relative;
  font-size: 1.3em;
  padding: 16px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > a:active {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
    font-size: 1em;
    padding: 10px 20px;
  }
  .sitemap-wrap .list1 > li > a:before {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    margin-top: -20px;
  }
  .sitemap-wrap .list1 > li {
    margin-top: 20px;
  }
}
.sitemap-wrap .list2 {
  text-transform: capitalize;
  padding-left: 40px;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-left: 20px;
    font-size: 0.9em;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 30px;
}
.sitemap-wrap .list2 > li > a {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #dc3731;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #dc3731;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  font-size: 1em;
  margin-right: -20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list3 {
    font-size: 0.8em;
  }
}
.sitemap-wrap .list3 > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-top: 10px;
}
.footer {
  background-size: cover;
  color: #CBCBCB;
  position: relative;
  z-index: 2;
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}
.footer .footer-wrap {
  overflow: hidden;
}
.footer .footer-row {
  font-size: 15px;
  line-height: 1.6;
  padding: 60px 0 90px;
  margin: 0 -10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .footer .footer-row {
    flex-wrap: wrap;
    padding: 45px 0 75px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-row {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-row {
    font-size: 14px;
    padding: 15px 0 45px;
  }
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  .footer .foot-list {
    width: 49.5%;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-list {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list ul {
    margin: 0 -6px;
  }
}
.footer .foot-list li:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .footer .foot-list li {
    display: inline-block;
    padding: 0 6px;
    line-height: 2;
  }
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) {
  .footer .foot-list p a:hover,
  .footer .foot-list li a:hover {
    text-decoration: underline;
    color: #dc3731;
  }
}
.footer .foot-list p a:active,
.footer .foot-list li a:active {
  text-decoration: underline;
  color: #dc3731;
}
.footer .foot-list p {
  margin: 0;
}
.footer .f-tit {
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 30px 0 20px;
}
@media (max-width: 1199.98px) {
  .footer .f-tit {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .footer .f-tit {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    font-size: 15px;
  }
}
.footer .f-tit:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #dc3731;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .footer .foot-product {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-contact {
    width: 330px;
  }
}
.footer .foot-contact p {
  display: -webkit-box;
  display: flex;
  margin-bottom: 5px;
}
.footer .foot-contact p span:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  min-width: 70px;
  margin-right: 5px;
}
.footer .foot-contact p span:last-child {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.footer .foot-contact .follow-box {
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .footer .foot-contact .follow-box {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-contact .follow-box {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-subscription {
    width: 710px;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .footer .foot-subscription {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-subscription {
    width: 500px;
    max-width: 100%;
  }
}
.footer .foot-subscription input::-webkit-input-placeholder,
.footer .foot-subscription textarea::-webkit-input-placeholder {
  color: #CDCDCD;
}
.footer .foot-subscription input:-o-placeholder,
.footer .foot-subscription textarea:-o-placeholder {
  color: #CDCDCD;
}
.footer .foot-subscription input::-moz-placeholder,
.footer .foot-subscription textarea::-moz-placeholder {
  color: #CDCDCD;
}
.footer .foot-subscription input:-ms-input-placeholder,
.footer .foot-subscription textarea:-ms-input-placeholder {
  color: #CDCDCD;
}
.footer .foot-subscription input:focus::-webkit-input-placeholder,
.footer .foot-subscription textarea:focus::-webkit-input-placeholder {
  color: #aaa;
}
.footer .foot-subscription input:focus::-o-placeholder,
.footer .foot-subscription textarea:focus::-o-placeholder {
  color: #aaa;
}
.footer .foot-subscription input:focus::-moz-placeholder,
.footer .foot-subscription textarea:focus::-moz-placeholder {
  color: #aaa;
}
.footer .foot-subscription input:focus::-ms-input-placeholder,
.footer .foot-subscription textarea:focus::-ms-input-placeholder {
  color: #aaa;
}
.footer .foot-subscription input,
.footer .foot-subscription textarea {
  background: #383838;
  color: #CDCDCD;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .footer .foot-subscription input,
  .footer .foot-subscription textarea {
    font-size: 15px;
  }
}
.footer .foot-subscription textarea {
  height: 120px;
}
.footer .foot-subscription .submit {
  width: auto;
  height: auto;
  background: #dc3731;
  color: #fff;
  margin-left: 0;
  min-width: auto;
  padding: 8px 24px;
  margin-top: 5px;
}
.footer .foot-subscription .submit span {
  font-weight: bold;
}
.footer .foot-subscription .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e666";
  margin-right: 8px;
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .footer .foot-subscription .submit:hover span {
    text-decoration: underline;
  }
}
.footer .foot-subscription .submit:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.footer .foot-subscription .submit:active span {
  text-decoration: underline;
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 2;
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #989898;
  padding: 10px 0;
  border-top: 1px solid #464646;
}
@media (max-width: 991.98px) {
  .copyright {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: 70px;
    text-align: center;
    display: block;
  }
}
.copyright .google-translate {
  min-width: 110px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .copyright .google-translate {
    margin: 15px auto 0;
  }
}
.copyright .info {
  margin: 0 -5px;
}
.copyright .info span {
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .copyright .info a:hover {
    text-decoration: underline;
    color: #dc3731;
  }
}
@media (max-width: 1199px) {
  .copyright .info a:active {
    text-decoration: underline;
    color: #dc3731;
  }
}
.copyright .sitemap {
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .copyright .sitemap {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .copyright .sitemap {
    margin-left: 15px;
  }
}
.copyright .sitemap a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: underline;
}
.copyright .sitemap a:active {
  text-decoration: underline;
  color: #dc3731;
}
@media (min-width: 1200px) {
  .copyright .sitemap a:hover {
    text-decoration: underline;
    color: #dc3731;
  }
}
.table-box {
  width: 100%;
  max-width: 100%;
  paddding: 0 5px;
  overflow: auto;
}
table {
  width: 100%;
  max-width: 98%;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr,
table td {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table td {
  padding: 8px !important;
  border: 1px solid #ccc !important;
}
table tr p,
table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/*# sourceMappingURL=./style.css.map */