*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  font-size: 14px;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: color 0.5s;
}
a:hover {
  color: #db161f;
  text-decoration: none;
}
.fr {
  float: right !important;
}
.text-center {
  text-align: center;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.bold {
  font-weight: bold;
}
.header .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  z-index: 10;
}
.header .header-top .top-wrap {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.header .header-top .top-wrap h1 {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.header .header-top .top-wrap .lead-title {
  float: left;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header .header-top .top-wrap .lead-title {
    display: none;
  }
}
.header .header-top .top-wrap .title-desc {
  float: left;
  margin-left: 120px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .top-wrap .title-desc {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header-top .top-wrap .title-desc {
    display: none;
  }
}
.header .header-top .top-wrap .attach-text {
  float: right;
  font-size: 14px;
}
.header .header-top .top-wrap .attach-text i {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 14px;
}
.header .header-top .nav-wrap ul {
  margin-bottom: 0;
}
.header .header-top .nav-wrap ul li {
  float: left;
  height: 40px;
  line-height: 40px;
}
.header .header-top .nav-wrap ul li a {
  display: block;
  margin-right: 30px;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header .header-top .nav-wrap {
    overflow-x: auto;
    width: 100%;
  }
  .header .header-top .nav-wrap ul {
    width: 468px;
  }
}
.header .header-top::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .banner-container {
  position: relative;
}
.header .banner-container .item-wrap {
  position: relative;
  height: 378px;
  background-size: cover;
  background-position: center center;
}
.header .banner-container .item-wrap .slide-text {
  position: relative;
  top: 140px;
  color: #fff;
}
.header .banner-container .item-wrap .slide-text .main-title {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header .banner-container .item-wrap .slide-text .main-title {
    font-size: 26px;
  }
}
.header .banner-container .item-wrap .slide-text .lead-title {
  position: relative;
  font-size: 18px;
}
.header .banner-container .item-wrap .slide-text .lead-title::after {
  position: absolute;
  bottom: -30px;
  content: '';
  display: block;
  width: 30px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .header .banner-container .item-wrap .slide-text .lead-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .banner-container .item-wrap .slide-text {
    top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .banner-container .item-wrap {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .header .banner-container .item-wrap {
    height: 300px;
  }
}
.header-white {
  background-color: #f1f1f1;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.header-white .header-top {
  position: relative;
}
.header-white .header-top .top-wrap {
  color: #333;
}
.header-white .header-top .top-wrap h1 {
  color: #333;
}
.header-white .header-top .nav-wrap ul li a {
  color: #333;
}
.intro-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.intro-container .pre-title {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
}
.intro-container .main-title {
  margin-bottom: 10px;
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
.intro-container .intro-text {
  line-height: 22px;
  color: #444;
}
.intro-container img {
  border-radius: 3px;
}
.intro-c-container {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.intro-c-container .intro-c-content-box {
  position: relative;
}
.intro-c-container .intro-c-content-box .c-text-wrap {
  position: absolute;
  top: 100px;
  left: 40%;
  color: #fff;
}
.intro-c-container .intro-c-content-box .c-text-wrap .title-text {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
.intro-c-container .intro-c-content-box .c-text-wrap .intro-text {
  color: #eeeaea;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-c-container .intro-c-content-box .c-text-wrap {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .intro-c-container .intro-c-content-box .c-text-wrap {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
  .intro-c-container .intro-c-content-box .c-text-wrap .intro-text {
    line-height: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-c-container {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .intro-c-container {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.intro-d-container {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.intro-d-container .content-box {
  color: #fff;
  text-align: center;
}
.intro-d-container .content-box .val-wrap > span:first-of-type {
  margin-right: 3px;
  font-size: 42px;
  font-weight: bold;
}
.intro-d-container .content-box .val-wrap > span:nth-of-type(2) {
  font-size: 14px;
}
.intro-d-container .content-box .title-wrap {
  font-size: 16px;
}
.intro-e-container {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.intro-e-container .main-title {
  text-align: center;
  color: #333;
  font-size: 38px;
  font-weight: bold;
}
.intro-e-container .main-title span:last-of-type {
  color: #db161f;
}
.intro-e-container .lead-title {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.intro-e-container .content-box {
  margin-top: 20px;
}
.intro-e-container .content-box .icon-pic {
  text-align: center;
}
.intro-e-container .content-box .icon-pic img {
  max-width: 50%;
}
.intro-e-container .content-box .desc-text {
  margin-top: 10px;
  padding: 10px;
  color: #666;
}
.intro-f-container {
  margin-top: 50px;
}
.intro-f-container .main-title {
  text-align: center;
  font-size: 38px;
  color: #333;
  font-weight: bold;
}
.intro-f-container .lead-title {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.intro-f-container .product-list-container {
  margin-top: 30px;
}
.intro-f-container .product-list-container .product-item {
  margin-bottom: 20px;
}
.intro-f-container .product-list-container .product-item .img-wrap {
  text-align: center;
}
.intro-f-container .product-list-container .pro-title {
  padding: 10px 0;
  font-size: 16px;
}
.intro-f-container .product-list-container .pro-desc {
  font-size: 12px;
}
.article-hot-container {
  margin-top: 50px;
  margin-bottom: 30px;
}
.article-hot-container .main-title {
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.article-hot-container .main-title > span {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
.article-hot-container .main-title::after {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  content: '';
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.article-hot-container .article-hot-box {
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.article-hot-container .article-hot-box .article-header {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #dcdcdc;
}
.article-hot-container .article-hot-box .article-header .cate-title {
  font-size: 16px;
}
.article-hot-container .article-hot-box .article-list-box ul li {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px dashed #dcdcdc;
}
.article-hot-container .article-hot-box .article-list-box ul li:last-of-type {
  border-bottom-color: transparent;
}
.friend-link-container {
  padding: 20px 0;
  background-color: #1b293a;
}
.friend-link-container .main-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #dba31c;
}
.friend-link-container a {
  margin-right: 15px;
  color: #eeeaea;
}
.footer-container {
  padding: 20px 0 20px 0;
  text-align: center;
  color: #fff;
  background-color: #0d1725;
}
.footer-container a {
  padding: 0 10px;
  color: #fff;
}
.breadcrumb {
  margin-bottom: 0;
  color: #666;
  background-color: transparent;
}
.breadcrumb a {
  color: #666;
}
.product-list-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-list-container .main-title {
  font-size: 26px;
}
.product-list-container .product-list-container {
  margin-top: 50px;
}
.article-list-container .article-list-box ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.article-list-container .article-list-box ul li a h3 {
  color: #333;
  font-size: 16px;
}
.article-list-container .article-list-box ul li a p {
  color: #666;
}
.article-list-container .article-list-box ul li a .date {
  font-size: 12px;
  color: #999;
}
.article-list-container .article-list-box ul li a:hover h3 {
  color: #db161f;
  font-size: 16px;
}
.article-list-container .article-list-box ul li a:hover p {
  color: #db161f;
}
.article-list-container .article-list-box ul li a:hover .date {
  font-size: 12px;
  color: #db161f;
}
.article-list-container .article-list-box ul li:nth-of-type(2n+1)::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  content: '';
  display: block;
  width: 2px;
  background-color: #bcd1ff;
}
.article-detail-container .article-content-box {
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.article-detail-container .article-content-box .base-info {
  padding: 10px 0;
}
.article-detail-container .article-content-box .base-info .info-item {
  display: inline-block;
  margin-right: 10px;
  color: #888;
}
.article-detail-container .article-content-box .article-small-intro {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
}
.article-detail-container .article-content-box .article-content {
  margin-bottom: 10px;
}
.article-detail-container .article-content-box .article-content img {
  max-width: 100% !important;
  height: auto !important;
}
