.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
[class^=index-] .more-btn {
  position: relative;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff !important;
  background-color: #004ea1;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  [class^=index-] .more-btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  [class^=index-] .more-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  [class^=index-] .more-btn:hover {
    transform: translateY(-5px);
  }
  [class^=index-] .more-btn:hover::before {
    opacity: 1;
    transform: translateY(5px);
  }
}
[class^=index-] .more-btn::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .slide-inner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.index-about {
  overflow: hidden;
}
.index-about .about-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .index-about .about-intro {
    justify-content: flex-start;
    margin: -7.5px;
  }
}
.index-about .about-intro li {
  width: 18.79432624%;
}
@media screen and (max-width: 767px) {
  .index-about .about-intro li {
    width: 33.3333333%;
    padding: 7.5px;
  }
}
@media screen and (max-width: 400px) {
  .index-about .about-intro li {
    width: 50%;
  }
}
.index-about .about-intro li .item {
  position: relative;
  padding: 25px 10px;
  min-height: 100%;
  text-align: center;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .index-about .about-intro li .item {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .about-intro li .item:hover {
    background-color: #004ea1;
  }
  .index-about .about-intro li .item:hover::before {
    opacity: 1;
  }
  .index-about .about-intro li .item:hover h3 {
    color: #fff;
  }
  .index-about .about-intro li .item:hover h3::before {
    color: #fff;
  }
}
.index-about .about-intro li .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #004ea1 transparent transparent transparent;
  border-width: 12px 8px 0 8px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-about .about-intro li .item h3 {
  position: relative;
  margin: 0;
  padding-top: 70px;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro li .item h3 {
    padding-top: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-intro li .item h3 {
    padding-top: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .about-intro li .item h3 {
    font-size: 12px;
  }
}
.index-about .about-intro li .item h3::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e682';
  color: #004ea1;
  font-size: 50px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro li .item h3::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-intro li .item h3::before {
    font-size: 30px;
  }
}
.index-about .about-intro li:nth-child(2) .item h3::before {
  content: '\e79b';
}
.index-about .about-intro li:nth-child(3) .item h3::before {
  content: '\e62e';
}
.index-about .about-intro li:nth-child(4) .item h3::before {
  content: '\e647';
  font-size: 47px;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro li:nth-child(4) .item h3::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-intro li:nth-child(4) .item h3::before {
    font-size: 30px;
  }
}
.index-about .about-intro li:nth-child(5) .item h3::before {
  top: -22px;
  content: '\e649';
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro li:nth-child(5) .item h3::before {
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-intro li:nth-child(5) .item h3::before {
    font-size: 45px;
    top: -25px;
  }
}
.index-about .about-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  padding: 70px;
  background: url(../images/img/index_about_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .index-about .about-info {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .about-info {
    margin-top: 35px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-info {
    margin-top: 20px;
    padding: 15px;
  }
}
.index-about .about-info .left-txt {
  width: 48.81889764%;
}
@media screen and (max-width: 767px) {
  .index-about .about-info .left-txt {
    width: 100%;
  }
}
.index-about .about-info .left-txt .title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.11111111;
  color: #004ea1;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .index-about .about-info .left-txt .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-info .left-txt .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-info .left-txt .title h2 {
    font-size: 20px;
  }
}
.index-about .about-info .left-txt .title h6 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-about .about-info .left-txt .title h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-info .left-txt .title h6 {
    font-size: 12px;
  }
}
.index-about .about-info .left-txt .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .index-about .about-info .left-txt .intro {
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .about-info .left-txt .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-info .left-txt .intro {
    font-size: 14px;
  }
}
.index-about .about-info .left-txt .more-btn {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .index-about .about-info .left-txt .more-btn {
    margin-top: 30px;
  }
}
.index-about .about-info .right-pic {
  width: 46.45669291%;
}
@media screen and (max-width: 767px) {
  .index-about .about-info .right-pic {
    width: 100%;
    margin-top: 30px;
  }
}
.index-about .about-info .right-pic ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.index-about .about-info .right-pic ul li {
  width: 33.33333%;
  padding: 5px;
}
.index-about .about-info .right-pic .img-box {
  padding-bottom: 65.78947368%;
}
@media screen and (min-width: 1200px) {
  .index-about .about-info .right-pic .img-box:hover img {
    transform: scale(1.05);
  }
}
.index-about .about-info .right-pic .img-box img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.num-bar {
  overflow: hidden;
  padding: 45px 0;
  background: url(../images/common/num_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .num-bar {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .num-bar {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .num-bar {
    padding: 30px 0;
  }
}
.num-bar ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .num-bar ul {
    margin: -7.5px;
  }
}
.num-bar ul li {
  width: 21.27659574%;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .num-bar ul li {
    width: 33.33333%;
    padding: 7.5px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .num-bar ul li {
    width: 50% !important;
  }
}
.num-bar ul li h5 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .num-bar ul li h5 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .num-bar ul li h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .num-bar ul li h5 {
    font-size: 25px;
  }
}
/*@media screen and (max-width: 767px) {
  .num-bar ul li h5 {
    font-size: 20px;
  }
}*/
.num-bar ul li h5 sub {
  display: inline-block;
  left: 5px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #004ea1;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .num-bar ul li h5 sub {
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .num-bar ul li h5 sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .num-bar ul li h5 sub {
    font-size: 12px;
    bottom: 2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.num-bar ul li p {
  font-size: 16px;
  line-height: 1.5625;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .num-bar ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .num-bar ul li p {
    font-size: 14px;
  }
}
.num-bar ul li:nth-child(2) {
  width: 21.9858156%;
}
@media screen and (max-width: 767px) {
  .num-bar ul li:nth-child(2) {
    width: 33.33333%;
  }
}
.num-bar ul li:nth-child(3) {
  width: 20.56737589%;
}
@media screen and (max-width: 767px) {
  .num-bar ul li:nth-child(3) {
    width: 33.33333%;
  }
}
.num-bar ul li:nth-child(4) {
  width: 24.11347518%;
}
@media screen and (max-width: 767px) {
  .num-bar ul li:nth-child(4) {
    width: 33.33333%;
  }
}
.num-bar ul li:nth-child(5) {
  width: 12.05673759%;
}
@media screen and (max-width: 767px) {
  .num-bar ul li:nth-child(5) {
    width: 33.33333%;
  }
}
.product-list {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-list {
    margin: 0 -7.5px;
    padding-bottom: 30px;
  }
}
.product-list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 350px) {
  .product-list li {
    width: 100%;
  }
}
.product-list .item {
  border: 1px solid #ededed;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .product-list .item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .product-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-list .item:hover .txt h3 a::before {
    background-color: #004ea1;
  }
}
.product-list .item .pic {
  display: block;
}
.product-list .item .pic .img-box {
  padding-bottom: 72.72727273%;
}
.product-list .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-list .item .txt {
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  padding-right: 60px;
  border-top: 1px solid #e9e9e9;
  min-height: 105px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .product-list .item .txt {
    padding-left: 20px;
    padding-right: 50px;
    min-height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .product-list .item .txt {
    padding-left: 10px;
    padding-right: 40px;
    min-height: 85px;
  }
}
.product-list .item .txt .txt-inner {
  width: 100%;
}
.product-list .item .txt h3 {
  margin: 0;
}
.product-list .item .txt h3 a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .product-list .item .txt h3 a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .product-list .item .txt h3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .product-list .item .txt h3 a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-list .item .txt h3 a:hover {
    color: #004ea1;
  }
}
.product-list .item .txt h3 a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e641';
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  background-color: #c9c9c9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-list .item .txt h3 a::before {
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-list .item .txt h3 a::before {
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
}
.product-list .item .txt .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-list .item .txt .intro {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .product-list .item .txt .intro {
    font-size: 10px;
  }
}
.index-product {
  overflow: hidden;
}
.index-product .more-btn {
  margin: 0 auto;
}
.index-intro-bar {
  overflow: hidden;
  background: url(../images/img/index_intro_bgg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.index-intro-bar h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.52777778;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-intro-bar h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-intro-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-intro-bar h2 {
    font-size: 20px;
  }
}
.index-intro-bar .txt {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .index-intro-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .index-intro-bar .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-intro-bar .txt {
    font-size: 14px;
    padding: 10px 0;
  }
}
.index-faq {
  overflow: hidden;
}
.index-faq .faq-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .index-faq .faq-list {
    margin: -7.5px;
  }
}
.index-faq .faq-list li {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .index-faq .faq-list li {
    width: 100%;
    padding: 7.5px;
  }
}
.index-faq .item {
  position: relative;
  padding: 35px 40px 30px 80px;
  height: 100%;
  background-color: #f6f6f6;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .index-faq .item {
    padding: 30px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .index-faq .item {
    padding: 25px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-faq .item {
    padding: 15px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .index-faq .item:hover {
    background-color: #004ea1;
  }
  .index-faq .item:hover::before {
    background-position-x: 100%;
  }
  .index-faq .item:hover h3 a {
    color: #fff;
  }
  .index-faq .item:hover .txt {
    color: #fff;
  }
}
.index-faq .item::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  width: 30px;
  height: 30px;
  background: url(../images/img/faq_icon.png) no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 1439px) {
  .index-faq .item::before {
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-faq .item::before {
    top: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-faq .item::before {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
  }
}
.index-faq .item h3 {
  margin: 0 0 8px;
}
@media screen and (max-width: 1199px) {
  .index-faq .item h3 {
    margin-bottom: 5px;
  }
}
.index-faq .item h3 a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .index-faq .item h3 a {
    font-size: 16px;
  }
}
.index-faq .item .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .index-faq .item .txt {
    font-size: 13px;
  }
}
.index-faq .more-btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .index-faq .more-btn {
    margin-top: 30px;
  }
}
.index-contact {
  overflow: hidden;
  background: url(../images/img/index_contact.jpg) no-repeat center;
  background-size: cover;
}
.index-contact .content {
  overflow: hidden;
  padding: 40px;
  padding-left: 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .index-contact .content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .content {
    padding: 15px;
  }
}
.index-contact .title h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.42857143;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-contact .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .title h2 {
    font-size: 18px;
  }
}
.index-contact .title h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5625;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-contact .title h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .title h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .title h6 {
    font-size: 13px;
  }
}
.index-contact .left-message {
  width: 49.24242424%;
  padding-right: 4.09090909%;
  border-right: 1px solid #d3d3d3;
}
@media screen and (max-width: 1199px) {
  .index-contact .left-message {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.index-contact .left-message form {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .index-contact .left-message form {
    padding-top: 20px;
  }
}
.index-contact .left-message form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.index-contact .left-message form ul li {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.index-contact .left-message form ul li input,
.index-contact .left-message form ul li textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.64285714;
  color: #999999;
  border: 1px solid #cdcdcd;
}
@media screen and (max-width: 1199px) {
  .index-contact .left-message form ul li input,
  .index-contact .left-message form ul li textarea {
    padding: 7.5px 10px;
  }
}
.index-contact .left-message form ul li textarea {
  height: 88px;
}
.index-contact .left-message form ul li input::-webkit-input-placeholder,
.index-contact .left-message form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.index-contact .left-message form ul li input:-o-placeholder,
.index-contact .left-message form ul li textarea:-o-placeholder {
  color: #999999;
}
.index-contact .left-message form ul li input::-moz-placeholder,
.index-contact .left-message form ul li textarea::-moz-placeholder {
  color: #999999;
}
.index-contact .left-message form ul li input:-ms-input-placeholder,
.index-contact .left-message form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.index-contact .left-message form ul li input:focus::-webkit-input-placeholder,
.index-contact .left-message form ul li textarea:focus::-webkit-input-placeholder {
  color: #dfdfdf;
}
.index-contact .left-message form ul li input:focus::-o-placeholder,
.index-contact .left-message form ul li textarea:focus::-o-placeholder {
  color: #dfdfdf;
}
.index-contact .left-message form ul li input:focus::-moz-placeholder,
.index-contact .left-message form ul li textarea:focus::-moz-placeholder {
  color: #dfdfdf;
}
.index-contact .left-message form ul li input:focus::-ms-input-placeholder,
.index-contact .left-message form ul li textarea:focus::-ms-input-placeholder {
  color: #dfdfdf;
}
.index-contact .left-message form ul li button {
  width: 140px;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  background-color: #004ea1;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-contact .left-message form ul li button {
    height: 40px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .index-contact .left-message form ul li button:hover {
    text-decoration: underline;
    background-color: #0360c3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45) inset;
  }
}
.index-contact .left-message form ul li:nth-child(-n+4) {
  width: 50%;
}
.index-contact .left-message form ul li:nth-child(5) {
  margin-bottom: 20px;
}
.index-contact .right-info {
  width: 50.75757576%;
  padding-left: 4.54545455%;
}
@media screen and (max-width: 1199px) {
  .index-contact .right-info {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.index-contact .right-info .txt {
  overflow: auto;
  max-height: 130px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #999999;
}
.index-contact .right-info .info-contact-inner {
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  .index-contact .right-info .info-contact-inner {
    padding-top: 10px;
  }
}
.index-contact .right-info .info-contact-inner li {
  position: relative;
  padding: 10px 0;
  padding-left: 50px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .index-contact .right-info .info-contact-inner li {
    padding: 8px 0;
    font-size: 15px;
    padding-left: 40px;
  }
}
.index-contact .right-info .info-contact-inner li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004ea1;
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .index-contact .right-info .info-contact-inner li::before {
    top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .index-contact .right-info .info-contact-inner li a:hover {
    color: #004ea1;
    text-decoration: underline;
  }
}
.index-contact .right-info .info-contact-inner li a::after {
  content: '/';
  color: #333333;
}
.index-contact .right-info .info-contact-inner li a:last-of-type::after {
  display: none;
}
.index-contact .right-info .info-contact-inner li:last-child {
  border-bottom: none;
}
.index-contact .right-info .info-contact-inner .info-contact-add::before {
  content: '\e65e';
}
.index-contact .right-info .info-contact-inner .info-contact-tel::before {
  content: '\e8bd';
}
.index-contact .right-info .info-contact-inner .info-contact-email::before {
  content: '\e8c0';
}
.about-company {
  overflow: hidden;
}
.about-company .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .about-company .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .txt {
    font-size: 14px;
  }
}
.about-company .about-video {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-company .about-video {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-company .about-video {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .about-video {
    padding-top: 20px;
  }
}
.about-company .about-video .img-box {
  padding-bottom: 35.46099291%;
}
@media screen and (min-width: 1200px) {
  .about-company .about-video .img-box:hover::after {
    opacity: 1;
  }
  .about-company .about-video .img-box:hover img {
    transform: scale(1.05);
  }
}
.about-company .about-video .img-box::before {
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff url(../images/common/video_btn.png) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  .about-company .about-video .img-box::before {
    width: 50px;
    height: 50px;
  }
}
.about-company .about-video .img-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-company .about-video .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-honor {
  overflow: hidden;
}
.about-honor [class^=honor-list] {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-honor [class^=honor-list] {
    margin: 0 -7.5px;
  }
}
.about-honor [class^=honor-list] li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-honor [class^=honor-list] li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.about-honor [class^=honor-list] li .item {
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 1200px) {
  .about-honor [class^=honor-list] li .item:hover::before {
    left: 200%;
    transform: translateX(0) skewx(-10deg);
    transition: all 1.5s;
  }
  .about-honor [class^=honor-list] li .item:hover img {
    transform: scale(1.05);
  }
}
.about-honor [class^=honor-list] li .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 150px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  overflow: hidden;
  transform: translateX(-100%) skewx(-25deg);
  transition: all 0;
  z-index: 5;
}
.about-honor [class^=honor-list] li .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-honor .honor-list1 .img-box {
  padding-bottom: 143.93939394%;
}
.about-honor .honor-list2 .img-box {
  padding-bottom: 69.6969697%;
}
.about-factory {
  overflow: hidden;
}
.about-factory .factory-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-factory .factory-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.about-factory .factory-list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .about-factory .factory-list li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 767px) {
  .about-factory .factory-list li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 10px;
  }
}
.about-factory .factory-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-factory .factory-list .item:hover img {
    transform: scale(1.05);
  }
  .about-factory .factory-list .item:hover h3 {
    color: #004ea1;
  }
}
.about-factory .factory-list .item .img-box {
  padding-bottom: 66.66666667%;
}
.about-factory .factory-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-factory .factory-list .item h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 16px;
  line-height: 45px;
  color: #333333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .about-factory .factory-list .item h3 {
    font-size: 15px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-factory .factory-list .item h3 {
    font-size: 14px;
    line-height: 30px;
  }
}
.p-nav .p-nav-title {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  background-color: #004ea1;
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav-title {
    padding: 15px 30px;
  }
}
.p-nav .p-nav-title::before {
  position: absolute;
  top: -20px;
  right: -40px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  font-size: 110px;
  color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav-title::before {
    font-size: 80px;
    top: -15px;
    right: -25px;
  }
}
.p-nav .p-nav-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 700;
}
.p-nav .p-nav-title h6 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
}
.p-nav .p-nav1 > li {
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.p-nav .p-nav1 > li > a {
  display: block;
  padding: 16px 30px;
  padding-right: 45px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-weight: 700;
  background-color: #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav1 > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.p-nav .p-nav1 > li > a:hover {
  color: #fff;
  border-color: #fd9017;
  background-color: #fd9017;
}
.p-nav .p-nav1 > .more > a {
  position: relative;
}
.p-nav .p-nav1 > .more > a::before {
  position: absolute;
  top: 10px;
  right: 7px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #383838;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav1 > .more > a::before {
    font-size: 20px;
    top: 6px;
  }
}
.p-nav .p-nav1 > .active > a {
  color: #fff;
  border-color: #fd9017;
  background-color: #fd9017;
}
.p-nav .p-nav1 > .active > a::before {
  color: #fff;
  transform: rotate(90deg);
}
.p-nav .p-nav2 {
  display: none;
  padding: 15px 0;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.p-nav .p-nav2 > li {
  margin-bottom: 8px;
}
.p-nav .p-nav2 > li > a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav2 > li > a {
    font-size: 14px;
  }
}
.p-nav .p-nav2 > li > a:hover {
  color: #fd9017;
}
.p-nav .p-nav2 > li > a:hover::before {
  opacity: 1;
}
.p-nav .p-nav2 > li > a::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 28px;
  width: 6px;
  height: 6px;
  background-color: #fd9017;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav .p-nav2 > li > a::before {
    top: 9px;
  }
}
.p-nav .p-nav2 > li:last-child {
  margin-bottom: 0;
}
.p-nav .p-nav2 > .active > a {
  color: #fd9017;
}
.p-nav .p-nav2 > .active > a::before {
  opacity: 1;
}
.product-page {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-page {
    padding-top: 15px;
  }
}
.product-page .xs-p-nav {
  padding-bottom: 30px;
}
.product-page .xs-p-nav ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.66666667;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-page .xs-p-nav ul li {
    font-size: 14px;
  }
}
.product-page .xs-p-nav ul li::after {
  padding: 0 5px;
  content: '>';
}
.product-page .xs-p-nav ul li:last-child::after {
  display: none;
}
.product-page .xs-p-nav ul > .active a {
  color: #fd9017;
}
.product-page .product-list {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .product-page .product-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .product-list {
    padding-bottom: 15px;
  }
}
.product-page .notfound-bar {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar {
    padding-bottom: 25px;
  }
}
.product-page .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #004ea1;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar h2 {
    font-size: 20px;
  }
}
.product-page .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar .txt {
    font-size: 14px;
  }
}
.product-page .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  border: 1px solid #023894;
  background-color: #425f9b;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .tip {
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar .tip {
    font-size: 14px;
  }
}
.product-page .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .tip::before {
    font-size: 15px;
    left: 5px;
  }
}
.product-details {
  overflow: hidden;
}
.product-details .p-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details .p-info .left-pic {
  width: 57.14285714%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .product-details .p-info .left-pic {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product-details .p-info .left-pic .item {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details .p-info .left-pic .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .product-details .p-info .left-pic .item i:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.product-details .p-info .left-pic .item i::before {
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff url(../images/common/video_btn.png) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic .item i::before {
    width: 50px;
    height: 50px;
  }
}
.product-details .p-info .left-pic .slider-for {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic .slider-for {
    width: 100%;
  }
}
.product-details .p-info .left-pic .slider-for .item .img-box {
  padding-bottom: 72.91666667%;
}
.product-details .p-info .left-pic .slider-nav {
  width: 18.33333333%;
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic .slider-nav {
    width: 100%;
    padding-top: 5px;
  }
}
.product-details .p-info .left-pic .slider-nav .slick-list {
  margin: -2.5px 0;
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.product-details .p-info .left-pic .slider-nav .slick-list .slick-slide {
  border: none;
  padding: 2.5px 0;
}
@media screen and (max-width: 480px) {
  .product-details .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.product-details .p-info .left-pic .slider-nav .slick-current .item {
  border-color: #004ea1;
}
.product-details .p-info .left-pic .slider-nav .item i {
  cursor: default;
}
.product-details .p-info .left-pic .slider-nav .item i::before {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .product-details .p-info .left-pic .slider-nav .item i::before {
    width: 35px;
    height: 35px;
  }
}
.product-details .p-info .left-pic .slider-nav .item .img-box {
  padding-bottom: 72.72727273%;
}
.product-details .p-info .right-txt {
  width: 37.14285714%;
}
@media screen and (max-width: 991px) {
  .product-details .p-info .right-txt {
    width: 100%;
    padding-top: 15px;
  }
}
.product-details .p-info .right-txt .txt-title {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .txt-title {
    padding: 10px 0;
  }
}
.product-details .p-info .right-txt .txt-title h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45833333;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .right-txt .txt-title h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-info .right-txt .txt-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .txt-title h1 {
    font-size: 18px;
  }
}
.product-details .p-info .right-txt .txt-inner {
  padding-top: 20px;
}
.product-details .p-info .right-txt .txt-inner p {
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
}
.product-details .p-info .right-txt .txt-inner p img {
  max-width: 100%;
  height: auto !important;
}
.product-details .p-info .right-txt .txt-inner .table-box tr,
.product-details .p-info .right-txt .txt-inner .table-box th,
.product-details .p-info .right-txt .txt-inner .table-box td {
  color: #666666;
  background-color: #fff;
  border-color: #666666 !important;
}
.product-details .p-info .right-txt .txt-share {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .right-txt .txt-share {
    padding-top: 30px;
  }
}
.product-details .p-info .right-txt .txt-share b {
  float: left;
  padding-right: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 400;
}
.product-details .p-info .right-txt .txt-share .share-box {
  float: left;
}
.product-details .p-info .right-txt .txt-share .share-box a {
  margin-bottom: 0;
}
.product-details .p-info .right-txt .txt-btns {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .right-txt .txt-btns {
    padding-top: 30px;
  }
}
.product-details .p-info .right-txt .txt-btns a {
  display: inline-block;
  width: 175px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #004ea1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .right-txt .txt-btns a {
    width: 140px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .right-txt .txt-btns a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .p-info .right-txt .txt-btns a:hover {
    background-color: #fd9017;
  }
}
.product-details .p-info .right-txt .txt-btns a::before {
  display: inline-block;
  padding-right: 10px;
  transform: translateY(2px);
  line-height: 1;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
  font-size: 21px;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .right-txt .txt-btns a::before {
    font-size: 18px;
  }
}
.product-details .p-info .right-txt .txt-btns a:nth-child(2) {
  margin-right: 0;
}
.product-details .p-info .right-txt .txt-btns a:nth-child(2)::before {
  content: '\e6bc';
}
.product-details .title {
  padding: 60px 0 30px;
}
@media screen and (max-width: 1199px) {
  .product-details .title {
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .title {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .title {
    padding: 30px 0 15px;
  }
}
.product-details .title h2 {
  position: relative;
  margin: 0;
}
.product-details .title h2 span {
  display: inline-block;
  padding: 10px 45px;
  font-size: 16px;
  line-height: 1.875;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004ea1;
}
@media screen and (max-width: 1199px) {
  .product-details .title h2 span {
    padding: 8px 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .title h2 span {
    padding: 5px 20px;
    font-size: 14px;
  }
}
.product-details .title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
.product-details .p-details .inner-content p {
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
}
.product-details .p-details .inner-content p img {
  max-width: 100%;
  height: auto !important;
}
.product-details .p-details .inner-content .table-box tr,
.product-details .p-details .inner-content .table-box th,
.product-details .p-details .inner-content .table-box td {
  color: #666666;
  background-color: #fff;
  border-color: #666666 !important;
}
.product-details .p-inquire ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire ul {
    margin: -7.5px;
  }
}
.product-details .p-inquire ul li {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire ul li {
    padding: 7.5px;
  }
}
.product-details .p-inquire ul li input,
.product-details .p-inquire ul li textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire ul li input,
  .product-details .p-inquire ul li textarea {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire ul li input,
  .product-details .p-inquire ul li textarea {
    padding: 8px;
    font-size: 14px;
  }
}
.product-details .p-inquire ul li textarea {
  height: 120px;
}
.product-details .p-inquire ul li input::-webkit-input-placeholder,
.product-details .p-inquire ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.product-details .p-inquire ul li input:-o-placeholder,
.product-details .p-inquire ul li textarea:-o-placeholder {
  color: #999999;
}
.product-details .p-inquire ul li input::-moz-placeholder,
.product-details .p-inquire ul li textarea::-moz-placeholder {
  color: #999999;
}
.product-details .p-inquire ul li input:-ms-input-placeholder,
.product-details .p-inquire ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.product-details .p-inquire ul li input:focus::-webkit-input-placeholder,
.product-details .p-inquire ul li textarea:focus::-webkit-input-placeholder {
  color: #dedede;
}
.product-details .p-inquire ul li input:focus::-o-placeholder,
.product-details .p-inquire ul li textarea:focus::-o-placeholder {
  color: #dedede;
}
.product-details .p-inquire ul li input:focus::-moz-placeholder,
.product-details .p-inquire ul li textarea:focus::-moz-placeholder {
  color: #dedede;
}
.product-details .p-inquire ul li input:focus::-ms-input-placeholder,
.product-details .p-inquire ul li textarea:focus::-ms-input-placeholder {
  color: #dedede;
}
.product-details .p-inquire ul li button {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #004ea1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire ul li button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire ul li button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .p-inquire ul li button:hover {
    background-color: #fd9017;
  }
}
.product-details .p-inquire ul li:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire ul li:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}
.inquire-page {
  overflow: hidden;
}
.inquire-page h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.14285714;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .inquire-page h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .inquire-page h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page h2 {
    font-size: 20px;
  }
}
.inquire-page .title {
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .inquire-page .title {
    padding-bottom: 30px;
  }
}
.inquire-page .car-table table {
  width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    width: 17.822695%;
  }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}
.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: #004ea1;
}
.inquire-page .car-table table thead tr {
  height: 55px;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}
.inquire-page .car-table table thead tr th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .inquire-page .car-table table thead tr th {
    font-size: 12px;
  }
}
.inquire-page .car-table table thead tr th:nth-child(1) span {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table thead tr th:nth-child(1) span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table thead tr th:nth-child(1) span {
    padding-left: 0;
  }
}
.inquire-page .car-table table thead tr th:nth-child(3),
.inquire-page .car-table table thead tr th:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic .img-box {
  padding-bottom: 72.72727273%;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: #004ea1;
    color: #fff;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed {
  background-color: #EEEEEE;
  color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed:hover {
  background-color: #EEEEEE;
  color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) span {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(4) span:hover::before {
    color: #004ea1;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) span::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e632';
  color: #787878;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.inquire-page .car-table table tbody tr:last-child {
  border-bottom: none;
}
.inquire-page .car-message h2 {
  padding: 70px 0 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-message h2 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .inquire-page .car-message h2 {
    padding: 30px 0;
  }
}
.inquire-page .car-message form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form ul {
    margin: -7.5px;
  }
}
.inquire-page .car-message form ul li {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form ul li {
    padding: 7.5px;
  }
}
.inquire-page .car-message form ul li input,
.inquire-page .car-message form ul li textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form ul li input,
  .inquire-page .car-message form ul li textarea {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form ul li input,
  .inquire-page .car-message form ul li textarea {
    padding: 8px;
    font-size: 14px;
  }
}
.inquire-page .car-message form ul li textarea {
  height: 120px;
}
.inquire-page .car-message form ul li input::-webkit-input-placeholder,
.inquire-page .car-message form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.inquire-page .car-message form ul li input:-o-placeholder,
.inquire-page .car-message form ul li textarea:-o-placeholder {
  color: #999999;
}
.inquire-page .car-message form ul li input::-moz-placeholder,
.inquire-page .car-message form ul li textarea::-moz-placeholder {
  color: #999999;
}
.inquire-page .car-message form ul li input:-ms-input-placeholder,
.inquire-page .car-message form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.inquire-page .car-message form ul li input:focus::-webkit-input-placeholder,
.inquire-page .car-message form ul li textarea:focus::-webkit-input-placeholder {
  color: #dedede;
}
.inquire-page .car-message form ul li input:focus::-o-placeholder,
.inquire-page .car-message form ul li textarea:focus::-o-placeholder {
  color: #dedede;
}
.inquire-page .car-message form ul li input:focus::-moz-placeholder,
.inquire-page .car-message form ul li textarea:focus::-moz-placeholder {
  color: #dedede;
}
.inquire-page .car-message form ul li input:focus::-ms-input-placeholder,
.inquire-page .car-message form ul li textarea:focus::-ms-input-placeholder {
  color: #dedede;
}
.inquire-page .car-message form ul li button {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #004ea1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .inquire-page .car-message form ul li button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquire-page .car-message form ul li button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inquire-page .car-message form ul li button:hover {
    background-color: #fd9017;
  }
}
.inquire-page .car-message form ul li:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .inquire-page .car-message form ul li:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}
.craft-show {
  overflow: hidden;
}
.craft-show section {
  overflow: hidden;
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .craft-show section {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .craft-show section {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .craft-show section {
    padding-bottom: 20px;
  }
}
.craft-show section:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .craft-show section .item:hover img {
    transform: scale(1.05);
  }
  .craft-show section .item:hover h5 {
    color: #fff;
    border-color: #004ea1;
    background-color: #004ea1;
  }
}
.craft-show section .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.craft-show section .item h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.craft-show section .craft-list1 {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list1 {
    margin: -7.5px;
  }
}
.craft-show section .craft-list1 li {
  width: 20%;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list1 li {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list1 li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list1 li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .craft-show section .craft-list1 li {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .craft-show section .craft-list1 li {
    width: 100%;
  }
}
.craft-show section .craft-list1 li .img-box {
  padding-bottom: 73.07692308%;
}
.craft-show section .craft-list1 li h5 {
  margin: 0;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 3.125;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list1 li h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list1 li h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .craft-show section .craft-list1 li h5 {
    font-size: 12px;
  }
}
.craft-show section .craft-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list2 {
    margin: -7.5px;
  }
}
.craft-show section .craft-list2 li {
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list2 li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list2 li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list2 li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 350px) {
  .craft-show section .craft-list2 li {
    width: 100%;
  }
}
.craft-show section .craft-list2 li .img-box {
  padding-bottom: 72.72727273%;
}
.craft-show section .craft-list2 li h5 {
  margin: 0;
  border: 1px solid #e8e8e8;
  font-size: 20px;
  line-height: 3;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .craft-show section .craft-list2 li h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .craft-show section .craft-list2 li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .craft-show section .craft-list2 li h5 {
    font-size: 14px;
  }
}
.faq-page {
  overflow: hidden;
}
.faq-page .faq-list {
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list {
    padding-bottom: 15px;
  }
}
.faq-page .faq-list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list li {
    margin-bottom: 15px;
  }
}
.faq-page .item {
  position: relative;
  padding: 35px 40px 30px 80px;
  background-color: #f6f6f6;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .faq-page .item {
    padding: 30px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-page .item {
    padding: 25px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .item {
    padding: 15px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-page .item:hover {
    background-color: #004ea1;
  }
  .faq-page .item:hover::before {
    background-position-x: 100%;
  }
  .faq-page .item:hover h3 {
    color: #fff;
  }
  .faq-page .item:hover .txt {
    color: #fff;
  }
}
.faq-page .item::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  width: 30px;
  height: 30px;
  background: url(../images/img/faq_icon.png) no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 1439px) {
  .faq-page .item::before {
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-page .item::before {
    top: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .item::before {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
  }
}
.faq-page .item h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .faq-page .item h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .faq-page .item h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .item h3 {
    font-size: 16px;
  }
}
.faq-page .item .txt {
  overflow: auto;
  max-height: 120px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .faq-page .item .txt {
    font-size: 13px;
  }
}
.download-page {
  overflow: hidden;
}
.download-page .download-list li {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .download-page .download-list li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .download-page .download-list li:hover img {
    transform: scale(1.05);
  }
  .download-page .download-list li:hover .intro {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
.download-page .download-list li .pic {
  display: block;
}
.download-page .download-list li .pic .img-box {
  padding-bottom: 39.71631206%;
}
.download-page .download-list li .pic .img-box img {
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
}
.download-page .download-list li .intro {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0 auto;
  max-width: 87.23404255%;
  margin-top: -90px;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro {
    margin-top: -63px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro {
    margin-top: 0;
    max-width: 100%;
  }
}
.download-page .download-list li .intro .txt {
  width: calc(100% - 180px);
  padding: 50px 55px;
}
@media screen and (max-width: 1439px) {
  .download-page .download-list li .intro .txt {
    padding: 40px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1199px) {
  .download-page .download-list li .intro .txt {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro .txt {
    padding: 20px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro .txt {
    padding: 15px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .download-page .download-list li .intro .txt {
    width: calc(100% - 70px);
  }
}
.download-page .download-list li .intro .txt h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 30px;
  line-height: 1.33333333;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .download-page .download-list li .intro .txt h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro .txt h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro .txt h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .download-page .download-list li .intro .txt h4 {
    font-size: 16px;
  }
}
.download-page .download-list li .intro .txt .txt-inner {
  overflow: auto;
  max-height: 120px;
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #999999;
}
@media screen and (max-width: 1439px) {
  .download-page .download-list li .intro .txt .txt-inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro .txt .txt-inner {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro .txt .txt-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .download-page .download-list li .intro .txt .txt-inner {
    font-size: 12px;
  }
}
.download-page .download-list li .intro .downbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  font-size: 18px;
  color: #fff;
  background-color: #004ea1;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .download-page .download-list li .intro .downbtn {
    width: 150px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro .downbtn {
    width: 120px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro .downbtn {
    width: 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .download-page .download-list li .intro .downbtn {
    width: 70px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .download-page .download-list li .intro .downbtn:hover {
    background-color: #fd9017;
  }
}
.download-page .download-list li .intro .downbtn::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e656';
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  .download-page .download-list li .intro .downbtn::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .download-page .download-list li .intro .downbtn::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .download-page .download-list li .intro .downbtn::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .download-page .download-list li .intro .downbtn::before {
    font-size: 16px;
  }
}
.download-page .download-list li:last-child {
  margin-bottom: 0;
}
@keyframes contacticon {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(15deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(-15deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.contact {
  overflow: hidden;
  background-color: #f6f6f6;
}
.contact .info .content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.contact .info .content .left-txt,
.contact .info .content .right-message {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .info .content .left-txt,
  .contact .info .content .right-message {
    width: 100%;
  }
}
.contact .info .title {
  padding-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .contact .info .title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .title {
    padding-bottom: 20px;
  }
}
.contact .info .title h2 {
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .contact .info .title h2 {
    padding-bottom: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .title h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.contact .info .title h2::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .info .title h2::before {
    width: 30px;
    height: 2px;
  }
}
.contact .info .left-txt {
  padding: 80px 60px;
  background: url(../images/img/contact_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .contact .info .left-txt {
    padding: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .left-txt {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact .info .left-txt {
    padding: 15px;
  }
}
.contact .info .left-txt ul li {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
  min-height: 65px;
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt ul li {
    padding-left: 70px;
    margin-bottom: 25px;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left-txt ul li {
    padding-left: 60px;
    margin-bottom: 15px;
    min-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info .left-txt ul li:hover::before {
    animation: contacticon 1s 0s linear;
  }
}
.contact .info .left-txt ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt ul li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left-txt ul li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.contact .info .left-txt ul li h6 {
  margin: 0;
  font-size: 22px;
  line-height: 1.36363636;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt ul li h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .left-txt ul li h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left-txt ul li h6 {
    font-size: 16px;
  }
}
.contact .info .left-txt ul li p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5625;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .left-txt ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left-txt ul li p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info .left-txt ul li p a:hover {
    text-decoration: underline;
  }
}
.contact .info .left-txt ul li p a::after {
  content: '/';
}
.contact .info .left-txt ul li p a:last-child::after {
  display: none;
}
.contact .info .left-txt ul li:last-child {
  margin-bottom: 0;
}
.contact .info .left-txt ul .txt-contact-add::before {
  content: '\e672';
}
.contact .info .left-txt ul .txt-contact-tel::before {
  content: '\e64d';
}
.contact .info .left-txt ul .txt-contact-fax::before {
  content: '\ec8c';
}
.contact .info .left-txt ul .txt-contact-email::before {
  content: '\e651';
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .contact .info .left-txt ul .txt-contact-email::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left-txt ul .txt-contact-email::before {
    font-size: 14px;
  }
}
.contact .info .right-message {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .contact .info .right-message {
    padding: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .info .right-message {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info .right-message {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact .info .right-message {
    padding: 15px;
  }
}
.contact .info .right-message .title h2 {
  color: #004ea1;
}
.contact .info .right-message .title h2::before {
  background-color: #004ea1;
}
.contact .info .right-message ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 1199px) {
  .contact .info .right-message ul {
    margin: -7.5px;
  }
}
.contact .info .right-message ul li {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .contact .info .right-message ul li {
    padding: 7.5px;
  }
}
.contact .info .right-message ul li input,
.contact .info .right-message ul li textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .contact .info .right-message ul li input,
  .contact .info .right-message ul li textarea {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .right-message ul li input,
  .contact .info .right-message ul li textarea {
    padding: 8px;
    font-size: 14px;
  }
}
.contact .info .right-message ul li textarea {
  height: 120px;
}
.contact .info .right-message ul li input::-webkit-input-placeholder,
.contact .info .right-message ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact .info .right-message ul li input:-o-placeholder,
.contact .info .right-message ul li textarea:-o-placeholder {
  color: #999999;
}
.contact .info .right-message ul li input::-moz-placeholder,
.contact .info .right-message ul li textarea::-moz-placeholder {
  color: #999999;
}
.contact .info .right-message ul li input:-ms-input-placeholder,
.contact .info .right-message ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.contact .info .right-message ul li input:focus::-webkit-input-placeholder,
.contact .info .right-message ul li textarea:focus::-webkit-input-placeholder {
  color: #dedede;
}
.contact .info .right-message ul li input:focus::-o-placeholder,
.contact .info .right-message ul li textarea:focus::-o-placeholder {
  color: #dedede;
}
.contact .info .right-message ul li input:focus::-moz-placeholder,
.contact .info .right-message ul li textarea:focus::-moz-placeholder {
  color: #dedede;
}
.contact .info .right-message ul li input:focus::-ms-input-placeholder,
.contact .info .right-message ul li textarea:focus::-ms-input-placeholder {
  color: #dedede;
}
.contact .info .right-message ul li button {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #004ea1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact .info .right-message ul li button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .right-message ul li button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info .right-message ul li button:hover {
    background-color: #fd9017;
  }
}
.contact .info .right-message ul li:nth-child(-n+4) {
  width: 50%;
}
.contact .map {
  height: 560px;
}
@media screen and (max-width: 1199px) {
  .contact .map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact .map {
    height: 300px;
  }
}
.contact .map .map-content {
  height: 100%;
}
.site-page .content h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 35px;
  line-height: 1.14285714;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .site-page .content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .site-page .content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-page .content h2 {
    font-size: 20px;
    text-align: center;
  }
}
.site-page .content .site-map1 > li {
  margin-bottom: 20px;
}
.site-page .content .site-map1 > li > a {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 240px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  border: 1px solid #dcdcdc;
  font-weight: 700;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 > li > a {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 > li > a:hover {
    color: #fff;
  }
  .site-page .content .site-map1 > li > a:hover::before {
    transform: translateX(0);
  }
}
.site-page .content .site-map1 > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #004ea1;
  z-index: -1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.site-page .content .site-map1 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 {
    padding: 0;
  }
}
.site-page .content .site-map1 .site-map2 > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 > li {
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 > li > a {
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 > li a:hover {
    color: #004ea1;
    text-decoration: underline;
  }
}
.site-page .content .site-map1 .site-map2 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3 > li {
  display: inline-block;
  margin-top: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li {
    padding: 0 5px;
  }
}
.site-page .content .site-map1 .site-map2 .site-map3 > li > a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li a:hover {
    color: #004ea1;
    text-decoration: underline;
  }
}
