.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;
}
.banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banner .slickbanner {
    position: static;
    width: 130%;
    margin-left: -15%;
    max-width: 130%;
  }
}
/* .banner .slickbanner .slick-list {
  margin-bottom: -5px;
} */
.banner .slickbanner .item .img-box {
  padding-bottom: 50%;
}
.banner .slickbanner .item {
  display: block;
  position: relative;
}
.banner .slickbanner .item .img-box {
  display: block;
  z-index: 0;
}
.banner .slickbanner .item .img-box img {
  display: block;
  width: 100%;
}
.banner .slickbanner .slick-arrow {
  position: absolute;
  bottom: 40px;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow {
    bottom: 40%;
    width: 30px;
    height: 50px;
    border-radius: 0;
    background-color: rgba(222, 0, 0, 0.5);
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner .slick-arrow {
    width: 20px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .slickbanner .slick-arrow:hover {
    background-color: rgba(222, 0, 0, 0.25);
  }
}
.banner .slickbanner .slick-arrow::before {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 14px;
  }
}
.banner .slickbanner .slick-prev {
  left: 120px;
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-prev {
    left: 0;
  }
}
.banner .slickbanner .slick-prev::before {
  transform: rotateZ(180deg);
}
.banner .slickbanner .slick-next {
  left: 345px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-next {
    left: 310px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-next {
    left: 245px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-next {
    left: 100%;
    transform: translateX(-100%);
  }
}
.banner .slickbanner .slick-next::before {
  transform: translateY(2px);
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 59px;
  left: 212px;
  margin: 0 -18.5px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-dots {
    left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    margin: 0 -5px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 18.5px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 5px;
  }
}
.banner .slickbanner .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
.banner .slickbanner .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots li button::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button::before {
    display: none;
  }
}
.banner .slickbanner .slick-dots .slick-active button {
  background-color: #BE1111;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots .slick-active button {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner .slickbanner .slick-dots .slick-active button::before {
    opacity: 1;
  }
}
.banner .mouse-slide {
  display: block;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .banner .mouse-slide {
    bottom: 38px;
  }
}
@media screen and (max-width: 991px) {
  .banner .mouse-slide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .banner .mouse-slide:hover::before {
    color: #BE1111;
    transform: translateY(5px);
  }
}
.banner .mouse-slide::before {
  display: block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #fff;
  font-size: 37px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .banner .mouse-slide::before {
    font-size: 30px;
  }
}
.index-hot-product {
  padding-top: 95px;
  padding-bottom: 90px;
  background: url(../images/img/index_hot_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .index-hot-product {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product {
    padding: 30px 0;
  }
}
.index-hot-product .title b {
  font-weight: 0;
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .title b {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .title b {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .title b {
    font-size: 25px;
  }
}
.index-hot-product .title p {
  margin: 11px 0 35px 0;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.index-hot-product .content .hot-product-slick {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .content .hot-product-slick {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .content .hot-product-slick {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick {
    padding-bottom: 50px;
  }
}
.index-hot-product .content .hot-product-slick .slick-list {
  margin: 0 -15px;
  margin-bottom: -5px;
}
@media screen and (max-width: 600px) {
  .index-hot-product .content .hot-product-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item {
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item {
    padding: 0 5px;
  }
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .pic {
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .pic:hover img {
    transform: scale(1.05);
  }
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .pic .img-box {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding-bottom: 100%;
  background-color: rgba(220, 220, 220, 0.14);
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(1) {
  display: inline-block;
  max-width: 100%;
  margin: 23px 0 12px 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #222222;
  font-family: 'Montserrat-Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(1) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(1) {
    margin: 5px 0;
    font-size: 12px;
  }
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2) {
  overflow: hidden;
  position: relative;
  display: block;
  width: 196px;
  height: 40px;
  padding-left: 80px;
  line-height: 40px;
  border: 1px solid #444444;
  border-radius: 6px;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat-SemiBold';
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2) {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2) {
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2) {
    height: 25px;
    line-height: 25px;
    width: 140px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2):hover {
    border-color: #de0000;
  }
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2):hover::before {
    background-color: #de0000;
  }
}
.index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2)::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  position: absolute;
  top: 0;
  left: -1px;
  width: 60px;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #444444;
  font-size: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2)::before {
    width: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .index-hot-product .content .hot-product-slick .slick-list .slick-track .item .txt a:nth-child(2)::before {
    font-size: 14px;
  }
}
.index-hot-product .content .hot-product-slick .slick-dots {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 91.4893617%;
  height: 1px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .content .hot-product-slick .slick-dots {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .content .hot-product-slick .slick-dots {
    height: 2px;
  }
}
.index-hot-product .content .hot-product-slick .slick-dots li {
  float: left;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .index-hot-product .content .hot-product-slick .slick-dots li {
    height: 2px;
    border-radius: 2px;
  }
}
.index-hot-product .content .hot-product-slick .slick-dots li button {
  font-size: 0;
  background-color: transparent;
}
.index-hot-product .content .hot-product-slick .slick-dots .slick-active {
  background-color: #de0000;
}
.index-hot-product .content .hot-product-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  font-size: 0;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick .slick-arrow {
    height: 35px;
    width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-hot-product .content .hot-product-slick .slick-arrow:hover {
    background-color: #de0000;
  }
  .index-hot-product .content .hot-product-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.index-hot-product .content .hot-product-slick .slick-arrow::before {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #444444;
  font-size: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-hot-product .content .hot-product-slick .slick-prev {
  right: 52px;
}
@media screen and (max-width: 767px) {
  .index-hot-product .content .hot-product-slick .slick-prev {
    right: 38px;
  }
}
.index-hot-product .content .hot-product-slick .slick-prev::before {
  transform: rotateZ(180deg);
}
.index-product {
  padding-top: 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .index-product {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-product {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-product {
    padding-top: 40px;
  }
}
.index-product .nav-bar {
  padding-left: 13.28125%;
}
@media screen and (max-width: 1650px) {
  .index-product .nav-bar {
    padding-left: 6%;
  }
}
@media screen and (max-width: 991px) {
  .index-product .nav-bar {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .nav-bar {
    padding: 0 10px;
  }
}
.index-product .nav-bar .title b {
  font-weight: 400;
  font-size: 42px;
  line-height: 1.14285714;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-product .nav-bar .title b {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-product .nav-bar .title b {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .nav-bar .title b {
    font-size: 20px;
  }
}
.index-product .nav-bar ul {
  padding: 50px 0 54px 0;
}
@media screen and (max-width: 1199px) {
  .index-product .nav-bar ul {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-product .nav-bar ul {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-product .nav-bar ul {
    padding: 25px 0;
  }
}
.index-product .nav-bar ul li {
  float: left;
  padding: 13px 10px;
  min-width: 214px;
  margin-right: 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .index-product .nav-bar ul li {
    font-size: 14px;
    min-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .nav-bar ul li {
    padding: 5px 10px;
    min-width: 0;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .nav-bar ul li:hover {
    background-color: #de0000;
    box-shadow: none;
    color: #fff;
  }
}
.index-product .nav-bar ul .active {
  background-color: #de0000;
  box-shadow: none;
  color: #fff;
}
.index-product .nav-bar ul li:last-child {
  margin-right: 0;
}
.index-product .content {
  padding-left: 13.28125%;
}
@media screen and (max-width: 1650px) {
  .index-product .content {
    padding-left: 6%;
  }
}
@media screen and (max-width: 991px) {
  .index-product .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content {
    padding: 0 10px;
  }
}
.index-product .content .p-item-box {
  float: left;
  width: 28.82882883%;
}
@media screen and (max-width: 991px) {
  .index-product .content .p-item-box {
    float: none;
    width: 100%;
  }
}
.index-product .content .p-item-box .item {
  display: none;
}
.index-product .content .p-item-box .item .title {
  position: relative;
  padding-bottom: 27px;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-item-box .item .title {
    padding-bottom: 20px;
  }
}
.index-product .content .p-item-box .item .title::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 30px;
  height: 4px;
  background-color: #de0000;
}
.index-product .content .p-item-box .item .title a {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33333333;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-item-box .item .title a {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-product .content .p-item-box .item .title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-item-box .item .title a {
    font-size: 16px;
  }
}
.index-product .content .p-item-box .item .txt {
  margin: 32px 0 50px 0;
  min-height: 120px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-item-box .item .txt {
    margin: 25px 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-product .content .p-item-box .item .txt {
    margin: 15px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-item-box .item .txt {
    margin: 10px 0 20px 0;
  }
}
.index-product .content .p-item-box .item > a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 196px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 80px;
  line-height: 40px;
  border: 1px solid #444444;
  border-radius: 6px;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat-SemiBold';
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-item-box .item > a {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-item-box .item > a {
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .content .p-item-box .item > a:hover {
    border-color: #de0000;
  }
  .index-product .content .p-item-box .item > a:hover::before {
    background-color: #de0000;
  }
}
.index-product .content .p-item-box .item > a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  position: absolute;
  top: 0;
  left: -1px;
  width: 60px;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #444444;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .index-product .content .p-item-box .item > a::before {
    width: 35px;
  }
}
.index-product .content .p-item-box .item .pic {
  width: 60%;
  max-width: 280px;
  margin-bottom: 25px;
}
.index-product .content .p-item-box .active {
  display: block;
}
.index-product .content .p-img {
  position: relative;
  float: right;
  width: 71.17117117%;
}
@media screen and (max-width: 991px) {
  .index-product .content .p-img {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-img .pic {
    display: none;
  }
}
.index-product .content .p-img .pic .img-box {
  padding-bottom: 50.63291139%;
}
.index-product .content .p-img .xs-pic {
  display: none;
  width: 100%;
}
.index-product .content .p-img .xs-pic .img-box {
  padding-bottom: 50.63291139%;
}
@media screen and (max-width: 767px) {
  .index-product .content .p-img .xs-pic {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-img ul {
    display: none;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.index-product .content .p-img ul li {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #222222;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .index-product .content .p-img ul li {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content .p-img ul li {
    display: none;
  }
}
.index-product .content .p-img ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.57);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .index-product .content .p-img ul li::before {
    width: 38px;
    height: 38px;
  }
}
.index-product .content .p-img ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.57);
  opacity: 0;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  .index-product .content .p-img ul li::after {
    width: 50px;
    height: 50px;
  }
}
.index-product .content .p-img ul li:nth-child(1) {
  position: absolute;
  bottom: 48.83333333%;
  right: 28.43881857%;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-img ul li:nth-child(1) {
    right: 29.438819%;
  }
}
.index-product .content .p-img ul li:nth-child(2) {
  position: absolute;
  bottom: 51.33333333%;
  right: 24.05063291%;
}
@media screen and (max-width: 1199px) {
  .index-product .content .p-img ul li:nth-child(2) {
    right: 23.050633%;
  }
}
.index-product .content .p-img ul li:nth-child(3),
.index-product .content .p-img ul li:nth-child(4),
.index-product .content .p-img ul li:nth-child(5) {
  color: #de0000;
  font-weight: 700;
}
.index-product .content .p-img ul li:nth-child(3) {
  position: absolute;
  top: 20.5%;
  left: 20.67510549%;
}
.index-product .content .p-img ul li:nth-child(4) {
  position: absolute;
  top: 14.83333333%;
  right: 42.53164557%;
}
.index-product .content .p-img ul li:nth-child(5) {
  position: absolute;
  top: 16.5%;
  left: 36.79324895%;
}
.index-product .content .p-img ul .active {
  background-color: #de0000;
  color: #fff !important;
}
.index-product .content .p-img ul .active::before {
  background-color: rgba(222, 0, 0, 0.5);
  -webkit-animation: scale 1.5s linear infinite;
  animation: scale 1.5s linear infinite;
}
.index-product .content .p-img ul .active::after {
  opacity: 1;
  background-color: rgba(222, 0, 0, 0.5);
  -webkit-animation: scale 1.5s linear infinite;
  animation: scale 1.5s linear infinite;
}
.index-choose {
  overflow: hidden;
  position: relative;
  background-color: #fdfdfd;
}
.index-choose .title {
  padding-top: 95px;
}
.index-choose .title b {
  font-weight: 400;
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-choose .title b {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .title b {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .title b {
    font-size: 25px;
  }
}
.index-choose .title p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
@-webkit-keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.index-choose ul {
  padding-top: 60px;
}
.index-choose ul li {
  float: left;
  width: 25.53191489%;
  min-height: 468px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li {
    min-height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li {
    width: 49%;
    min-height: 280px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li {
    min-height: 245px;
  }
}
@media screen and (max-width: 370px) {
  .index-choose ul li {
    min-height: 285px;
  }
}
@media screen and (min-width: 1200px) {
  .index-choose ul li:hover::before {
    -webkit-animation: narrow 1s 0s ease both;
    animation: narrow 1s 0s ease both;
  }
}
.index-choose ul li::before {
  display: block;
  width: 47px;
  height: 47px;
  content: '';
  background: url(../images/img/choose_icon1.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li::before {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li::before {
    width: 35px;
    height: 35px;
  }
}
.index-choose ul li b {
  display: block;
  margin-top: 32px;
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .index-choose ul li b {
    font-size: 25px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li b {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose ul li b {
    font-size: 18px;
    margin: 10px 0;
  }
}
.index-choose ul li p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .index-choose ul li p {
    font-size: 14px;
  }
}
.index-choose ul li:last-child {
  width: 23.40425532%;
}
@media screen and (max-width: 991px) {
  .index-choose ul li:last-child {
    width: 49%;
  }
}
.index-choose ul li:nth-child(1) {
  padding-right: 70px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li:nth-child(1) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(1) {
    padding: 0;
  }
}
.index-choose ul li:nth-child(2) {
  padding-left: 12px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li:nth-child(2) {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(2) {
    padding: 0;
  }
}
.index-choose ul li:nth-child(2)::before {
  background: url(../images/img/choose_icon2.png) no-repeat center;
  background-size: cover;
}
.index-choose ul li:nth-child(3) {
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li:nth-child(3) {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(3) {
    padding: 0;
  }
}
.index-choose ul li:nth-child(3)::before {
  background: url(../images/img/choose_icon3.png) no-repeat center;
  background-size: cover;
}
.index-choose ul li:nth-child(4) {
  padding-left: 45px;
}
@media screen and (max-width: 1439px) {
  .index-choose ul li:nth-child(4) {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(4) {
    padding: 0;
  }
}
.index-choose ul li:nth-child(4)::before {
  background: url(../images/img/choose_icon4.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(even) {
    float: right;
  }
}
.index-choose .bottom-img {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 74.89583333%;
}
@media screen and (max-width: 1439px) {
  .index-choose .bottom-img {
    bottom: -28px;
  }
}
@media screen and (max-width: 1199px) {
  .index-choose .bottom-img {
    bottom: -20px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .bottom-img {
    bottom: -16px;
  }
}
@media screen and (max-width: 767px) {
  .index-choose .bottom-img {
    bottom: 0;
  }
}
.index-choose .bottom-img .img-box {
  padding-bottom: 12.8650904%;
}
.index-about {
  position: relative;
  padding-bottom: 262px;
  text-align: center;
  background: url(../images/img/index_about_bgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .index-about {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding-bottom: 95px;
  }
}
.index-about .title,
.index-about .txt {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .index-about .title,
  .index-about .txt {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .title,
  .index-about .txt {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .title,
  .index-about .txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .title,
  .index-about .txt {
    padding: 0 10px;
  }
}
.index-about .title {
  padding-bottom: 16px;
}
.index-about .title::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 17px;
  background-color: #fff;
}
.index-about .title a {
  display: inline-block;
  padding: 84px 0 4px 0;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .index-about .title a {
    font-size: 35px;
    padding: 70px 0 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .title a {
    font-size: 30px;
    padding: 50px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .title a {
    font-size: 25px;
    padding: 35px 0 5px 0;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .title a:hover {
    color: #de0000;
  }
}
.index-about .title p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #fff;
}
.index-about .txt p {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  font-family: 'Montserrat-Medium';
}
@media screen and (max-width: 767px) {
  .index-about .txt p {
    font-size: 14px;
  }
}
.index-about > a {
  display: inline-block;
  margin-top: 84px;
  width: 210px;
  height: 50px;
  border-radius: 6px;
  line-height: 3.125;
  text-align: center;
  font-size: 16px;
  color: #de0000;
  background-color: #fff;
  text-transform: capitalize;
  font-family: 'Montserrat-Bold';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .index-about > a {
    margin-top: 60px;
    width: 190px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-about > a {
    margin-top: 40px;
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-about > a {
    margin-top: 20px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about > a:hover {
    color: #fff;
    background-color: #de0000;
    box-shadow: 0 0 10px rgba(222, 0, 0, 0.55);
  }
}
.index-about i {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .index-about i {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .index-about i {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about i:hover {
    background-color: #de0000;
  }
  .index-about i:hover::before {
    color: #fff;
  }
}
.index-about i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  color: #de0000;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .index-about i::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about i::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about i::before {
    font-size: 20px;
  }
}
.index-honor {
  background-color: #fdfdfd;
}
.index-honor .title a {
  display: inline-block;
  margin: 94px 0 13px 0;
  font-size: 42px;
  line-height: 1;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .index-honor .title a:hover {
    color: #de0000;
  }
}
@media screen and (max-width: 1199px) {
  .index-honor .title a {
    font-size: 35px;
    margin: 70px 0 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-honor .title a {
    font-size: 30px;
    margin: 50px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-honor .title a {
    font-size: 25px;
    margin: 35px 0 15px 0;
  }
}
.index-honor .title p {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.index-honor .content .index-honnr-slick {
  position: relative;
  padding-bottom: 132px;
}
@media screen and (max-width: 1199px) {
  .index-honor .content .index-honnr-slick {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-honor .content .index-honnr-slick {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .index-honor .content .index-honnr-slick {
    padding-bottom: 60px;
  }
}
.index-honor .content .index-honnr-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 600px) {
  .index-honor .content .index-honnr-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-honor .content .index-honnr-slick .slick-list .item {
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .index-honor .content .index-honnr-slick .slick-list .item {
    padding: 0 5px;
  }
}
.index-honor .content .index-honnr-slick .slick-list .item .pic {
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 19px 16.5px;
}
@media screen and (max-width: 600px) {
  .index-honor .content .index-honnr-slick .slick-list .item .pic {
    padding: 5px;
  }
}
.index-honor .content .index-honnr-slick .slick-list .item .pic .img-box {
  padding-bottom: 132.20338983%;
}
.index-honor .content .index-honnr-slick .slick-list .item .txt {
  padding: 12px 0;
}
.index-honor .content .index-honnr-slick .slick-list .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.33333333;
  color: #666666;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-honor .content .index-honnr-slick .slick-list .item .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .index-honor .content .index-honnr-slick .slick-list .item .txt p {
    font-size: 14px;
  }
}
.index-honor .content .index-honnr-slick .slick-list .slick-current .txt p {
  color: #de0000;
}
.index-honor .content .index-honnr-slick .slick-dots {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 91.4893617%;
  height: 1px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 1199px) {
  .index-honor .content .index-honnr-slick .slick-dots {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .index-honor .content .index-honnr-slick .slick-dots {
    height: 2px;
  }
}
.index-honor .content .index-honnr-slick .slick-dots li {
  float: left;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .index-honor .content .index-honnr-slick .slick-dots li {
    height: 2px;
    border-radius: 2px;
  }
}
.index-honor .content .index-honnr-slick .slick-dots li button {
  font-size: 0;
  background-color: transparent;
}
.index-honor .content .index-honnr-slick .slick-dots .slick-active {
  background-color: #de0000;
}
.index-honor .content .index-honnr-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  font-size: 0;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .index-honor .content .index-honnr-slick .slick-arrow {
    height: 35px;
    width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-honor .content .index-honnr-slick .slick-arrow:hover {
    background-color: #de0000;
  }
  .index-honor .content .index-honnr-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.index-honor .content .index-honnr-slick .slick-arrow::before {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #444444;
  font-size: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-honor .content .index-honnr-slick .slick-prev {
  right: 52px;
}
@media screen and (max-width: 767px) {
  .index-honor .content .index-honnr-slick .slick-prev {
    right: 38px;
  }
}
.index-honor .content .index-honnr-slick .slick-prev::before {
  transform: rotateZ(180deg);
}
.fullwidth {
  width: 100% !important;
}
.index-new {
  padding-bottom: 117px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 1199px) {
  .index-new {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .index-new {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .index-new {
    padding-bottom: 40px;
  }
}
.index-new .title b {
  display: inline-block;
  margin: 75px 0 12px 0;
  font-size: 42px;
  line-height: 1;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-new .title b {
    font-size: 35px;
    margin: 65px 0 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-new .title b {
    font-size: 30px;
    margin: 55px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new .title b {
    font-size: 25px;
  }
}
.index-new .title p {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-new .title p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .title p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .title p {
    margin-bottom: 20px;
  }
}
.index-new .content .index-new-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-new .content .index-new-slick .slick-list .item {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .content .index-new-slick .slick-list .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-new .content .index-new-slick .slick-list .item:hover .txt p {
    color: #de0000;
  }
}
.index-new .content .index-new-slick .slick-list .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 6px;
}
.index-new .content .index-new-slick .slick-list .item .pic .img-box {
  padding-bottom: 60.86956522%;
}
.index-new .content .index-new-slick .slick-list .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-new .content .index-new-slick .slick-list .item .txt {
  padding-bottom: 10px;
}
.index-new .content .index-new-slick .slick-list .item .txt a {
  display: inline-block;
  margin: 20px 0 5px 0;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-new .content .index-new-slick .slick-list .item .txt a {
    font-size: 20px;
    margin: 15px 0 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item .txt a {
    font-size: 18px;
    margin: 10px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-list .item .txt a {
    font-size: 16px;
  }
}
.index-new .content .index-new-slick .slick-list .item .txt p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: 'Montserrat-SemiBold';
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item .txt p {
    font-size: 14px;
  }
}
.about {
  padding-bottom: 90px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 1199px) {
  .about {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
}
.about .pagebanner .img-box {
  padding-bottom: 36.45833333%;
}
.about .about-video {
  background-color: #f5f5f5;
}
.about .about-video .video {
  position: relative;
  padding-bottom: 23.26241135%;
}
.about .about-video .video .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.about .about-video .video .pic .img-box {
  padding-bottom: 36.5248227%;
}
.about .about-video .video i {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .about .about-video .video i {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about .about-video .video i {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-video .video i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about .about-video .video i {
    width: 30px;
    height: 30px;
    bottom: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .about .about-video .video i:hover {
    background-color: #de0000;
  }
  .about .about-video .video i:hover::before {
    color: #fff;
  }
}
.about .about-video .video i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  color: #de0000;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .about .about-video .video i::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .about-video .video i::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-video .video i::before {
    font-size: 20px;
  }
}
.about .info {
  position: relative;
  padding-bottom: 120px;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .about .info {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about .info {
    padding-bottom: 40px;
  }
}
.about .info h3 {
  margin: 0;
  padding: 60px 0 20px 0;
  font-size: 42px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .about .info h3 {
    font-size: 35px;
    padding: 50px 0 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .about .info h3 {
    font-size: 25px;
    padding: 40px 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .about .info h3 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.about .info .txt {
  padding-bottom: 200px;
}
@media screen and (max-width: 1439px) {
  .about .info .txt {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  .about .info .txt {
    padding-bottom: 50px;
  }
}
.about .info .txt p {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .about .info .txt p {
    font-size: 14px;
  }
}
.about .info .a-info-slick {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 1410px;
}
@media screen and (max-width: 1439px) {
  .about .info .a-info-slick {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about .info .a-info-slick {
    position: relative;
    left: 0;
    transform: translate(0);
  }
}
.about .info .a-info-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
  .about .info .a-info-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about .info .a-info-slick .slick-list {
    margin: 0 -5px;
  }
}
.about .info .a-info-slick .slick-list .item {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .about .info .a-info-slick .slick-list .item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .about .info .a-info-slick .slick-list .item {
    padding: 0 5px;
  }
}
.about .info .a-info-slick .slick-list .item .img-box {
  padding-bottom: 74.44444444%;
}
.about .info .a-info-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-size: 0;
  z-index: 10;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .about .info .a-info-slick .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about .info .a-info-slick .slick-arrow:hover {
    background-color: #de0000;
    border-color: #de0000;
  }
  .about .info .a-info-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.about .info .a-info-slick .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #444444;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about .info .a-info-slick .slick-prev {
  left: -90px;
  transform: translate(-100%, -50%) rotateZ(180deg);
}
@media screen and (max-width: 1650px) {
  .about .info .a-info-slick .slick-prev {
    left: 0;
    transform: translate(0, -50%) rotateZ(180deg);
  }
}
.about .info .a-info-slick .slick-next {
  right: -90px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1650px) {
  .about .info .a-info-slick .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
}
.about .choose {
  padding-top: 249px;
}
@media screen and (max-width: 991px) {
  .about .choose {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about .choose {
    padding-top: 50px;
  }
}
.about .choose h3 {
  margin: 0;
  padding-bottom: 46px;
  font-size: 42px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about .choose h3 {
    font-size: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about .choose h3 {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .choose h3 {
    font-size: 20px;
  }
}
.about .choose ul {
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .about .choose ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .about .choose ul {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .about .choose ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .about .choose ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about .choose ul li {
    width: 100%;
  }
}
.about .choose ul li .item {
  overflow: hidden;
  padding: 40px 15px;
  padding-bottom: 0;
  border-radius: 10px;
  min-height: 350px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .about .choose ul li .item {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .about .choose ul li .item {
    min-height: 260px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .about .choose ul li .item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .about .choose ul li .item {
    min-height: 0;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .about .choose ul li .item:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 10px rgba(220, 0, 0, 0.2);
  }
  .about .choose ul li .item:hover::before {
    -webkit-animation: narrow 1s 0s ease both;
    animation: narrow 1s 0s ease both;
  }
}
.about .choose ul li .item::before {
  display: inline-block;
  width: 47px;
  height: 47px;
  content: '';
  background: url(../images/img/choose_icon1.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .about .choose ul li .item::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about .choose ul li .item::before {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .about .choose ul li .item::before {
    width: 35px;
    height: 35px;
  }
}
.about .choose ul li .item b {
  display: block;
  margin-top: 32px;
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .about .choose ul li .item b {
    font-size: 25px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .about .choose ul li .item b {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .choose ul li .item b {
    font-size: 18px;
    margin: 10px 0;
  }
}
.about .choose ul li .item p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .about .choose ul li .item p {
    font-size: 14px;
  }
}
.about .choose ul li:nth-child(2) .item::before {
  background: url(../images/img/choose_icon2.png) no-repeat center;
  background-size: cover;
}
.about .choose ul li:nth-child(3) .item::before {
  background: url(../images/img/choose_icon3.png) no-repeat center;
  background-size: cover;
}
.about .choose ul li:nth-child(4) .item::before {
  background: url(../images/img/choose_icon4.png) no-repeat center;
  background-size: cover;
}
.about .honor {
  padding-top: 45px;
}
@media screen and (max-width: 1199px) {
  .about .honor {
    padding-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about .honor {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .honor {
    padding-top: 15px;
  }
}
.about .honor h3 {
  margin: 0;
  padding-bottom: 50px;
  font-size: 42px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about .honor h3 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about .honor h3 {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .honor h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.about .honor .honor-slick .slick-list {
  margin: 0 -15px;
}
.about .honor .honor-slick .slick-list .item {
  padding: 0 15px;
}
.about .honor .honor-slick .slick-list .item .pic {
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 19px 16.5px;
}
.about .honor .honor-slick .slick-list .item .pic .img-box {
  padding-bottom: 132.20338983%;
}
.about .honor .honor-slick .slick-list .item .txt {
  padding: 12px 0;
}
.about .honor .honor-slick .slick-list .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.33333333;
  color: #666666;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
}
.about .honor .honor-slick .slick-list .slick-current .txt p {
  color: #de0000;
}
.about .honor .honor-slick .slick-arrow {
  position: absolute;
  top: 40%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  font-size: 0;
  background-color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about .honor .honor-slick .slick-arrow {
    height: 35px;
    width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about .honor .honor-slick .slick-arrow:hover {
    background-color: #de0000;
  }
  .about .honor .honor-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.about .honor .honor-slick .slick-arrow::before {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #444444;
  font-size: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about .honor .honor-slick .slick-prev {
  left: -95px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1660px) {
  .about .honor .honor-slick .slick-prev {
    transform: translateX(0);
    left: 0;
  }
}
.about .honor .honor-slick .slick-prev::before {
  transform: rotateZ(180deg);
}
.about .honor .honor-slick .slick-next {
  right: -95px;
  transform: translateX(100%);
}
@media screen and (max-width: 1660px) {
  .about .honor .honor-slick .slick-next {
    transform: translateX(0);
    right: 0;
  }
}
.p-nav .title {
  text-align: center;
  background-color: #de0000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .p-nav .title:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45) inset;
  }
}
.p-nav .title a {
  font-size: 24px;
  line-height: 2.91666667;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .p-nav .title a {
    line-height: 2;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-nav .title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .title a {
    font-size: 16px;
  }
}
.p-nav .p-first {
  padding-top: 10px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .p-nav .p-first {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.p-nav .p-first > li {
  position: relative;
  padding: 0 40px;
  padding-right: 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1199px) {
  .p-nav .p-first > li {
    float: left;
    border: none;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .p-nav .p-first > li:hover::before {
    background-color: #de0000;
  }
  .p-nav .p-first > li:hover::after {
    top: 45px;
    opacity: 0;
  }
  .p-nav .p-first > li:hover > a {
    color: #de0000;
  }
}
.p-nav .p-first > li::before,
.p-nav .p-first > li::after {
  position: absolute;
  top: 35px;
  right: 32px;
  content: '';
  width: 18px;
  height: 2px;
  background-color: #292929;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .p-nav .p-first > li::before,
  .p-nav .p-first > li::after {
    display: none;
  }
}
.p-nav .p-first > li::after {
  transform: rotateZ(90deg);
}
.p-nav .p-first > li > a {
  display: inline-block;
  padding: 22.5px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .p-nav .p-first > li > a {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-nav .p-first > li > a {
    font-size: 14px;
  }
}
.p-nav .p-first > li ul {
  display: none;
  padding: 9px 0 45px 0;
}
.p-nav .p-first > li ul li {
  position: relative;
  padding: 0 18px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
  .p-nav .p-first > li ul li:hover::before {
    opacity: 1;
  }
  .p-nav .p-first > li ul li:hover a {
    font-family: 'Montserrat-SemiBold';
    text-decoration: underline;
    color: #444444;
  }
}
.p-nav .p-first > li ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222222;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.p-nav .p-first > li ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.71428571;
  color: #444444;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.p-nav .p-first > li ul .active::before {
  opacity: 1;
}
.p-nav .p-first > li ul .active a {
  font-family: 'Montserrat-SemiBold';
  text-decoration: underline;
  color: #444444;
}
@media screen and (min-width: 1200px) {
  .p-nav .p-first > .active::before {
    background-color: #de0000;
  }
  .p-nav .p-first > .active::after {
    top: 45px;
    opacity: 0;
  }
  .p-nav .p-first > .active > a {
    color: #de0000;
  }
  .p-nav .p-first > .active .p-second {
    display: block;
  }
}
.p-nav .p-first > .active > a {
  color: #de0000;
  text-decoration: underline;
}
.p-nav .p-first .first-active::before {
  background-color: #de0000;
}
.p-nav .p-first .first-active::after {
  top: 45px;
  opacity: 0;
}
.p-nav .p-first .first-active > a {
  color: #de0000;
}
.produt {
  background-color: #fdfdfd;
}
.produt .content {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .produt .content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .produt .content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .produt .content {
    padding: 40px 0;
  }
}
.produt .content .p-content .product-list {
  padding-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .produt .content .p-content .product-list {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .produt .content .p-content .product-list {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .produt .content .p-content .product-list {
    padding-bottom: 15px;
  }
}
.produt .content .p-content .product-list li {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .produt .content .p-content .product-list li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .produt .content .p-content .product-list li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .produt .content .p-content .product-list li {
    margin-bottom: 30px;
  }
}
.produt .content .p-content .product-list li .item .pic {
  display: block;
}
@media screen and (min-width: 1200px) {
  .produt .content .p-content .product-list li .item .pic:hover img {
    transform: scale(1.05);
  }
}
.produt .content .p-content .product-list li .item .pic .img-box {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding-bottom: 100%;
  background-color: rgba(220, 220, 220, 0.14);
}
.produt .content .p-content .product-list li .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.produt .content .p-content .product-list li .item .txt a:nth-child(1) {
  display: inline-block;
  max-width: 100%;
  margin: 23px 0 12px 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #222222;
  font-family: 'Montserrat-Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(1) {
    margin: 10px 0;
  }
}
.produt .content .p-content .product-list li .item .txt a:nth-child(2) {
  overflow: hidden;
  position: relative;
  display: block;
  width: 196px;
  height: 40px;
  padding-left: 80px;
  line-height: 40px;
  border: 1px solid #444444;
  border-radius: 6px;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat-SemiBold';
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(2) {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(2) {
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(2):hover {
    border-color: #de0000;
  }
  .produt .content .p-content .product-list li .item .txt a:nth-child(2):hover::before {
    background-color: #de0000;
  }
}
.produt .content .p-content .product-list li .item .txt a:nth-child(2)::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  position: absolute;
  top: 0;
  left: -1px;
  width: 60px;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #444444;
  font-size: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .produt .content .p-content .product-list li .item .txt a:nth-child(2)::before {
    width: 35px;
    font-size: 16px;
  }
}
.product-details {
  background-color: #fdfdfd;
}
.product-details .content {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .product-details .content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content {
    padding: 40px 0;
  }
}
.product-details .content .p-content .info .left {
  float: left;
  width: 59.52380952%;
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .info .left {
    float: none;
    width: 100%;
  }
}
.product-details .content .p-content .info .left .slider-for {
  float: left;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .info .left .slider-for {
    float: none;
    width: 100%;
  }
}
.product-details .content .p-content .info .left .slider-for .slick-list .item .pic {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.product-details .content .p-content .info .left .slider-for .slick-list .item .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  cursor: pointer;
  z-index: 2;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
@media screen and (min-width: 1200px) {
  .product-details .content .p-content .info .left .slider-for .slick-list .item .pic i:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .product-details .content .p-content .info .left .slider-for .slick-list .item .pic i:hover::before {
    background-color: #de0000;
    color: #fff;
  }
}
.product-details .content .p-content .info .left .slider-for .slick-list .item .pic i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #de0000;
  font-size: 35px;
  background-color: #fff;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
@media screen and (max-width: 480px) {
  .product-details .content .p-content .info .left .slider-for .slick-list .item .pic i::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
.product-details .content .p-content .info .left .slider-nav {
  float: right;
  width: 22.72%;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .info .left .slider-nav {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.product-details .content .p-content .info .left .slider-nav .slick-list {
  margin: -4.5px 0;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .info .left .slider-nav .slick-list {
    margin: 0 -10px;
  }
}
.product-details .content .p-content .info .left .slider-nav .slick-list .item {
  padding: 4.5px 0;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .info .left .slider-nav .slick-list .item {
    padding: 0 10px;
  }
}
.product-details .content .p-content .info .left .slider-nav .slick-list .item .pic {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.product-details .content .p-content .info .left .slider-nav .slick-list .item .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 2;
}
.product-details .content .p-content .info .left .slider-nav .slick-list .item .pic i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #de0000;
  font-size: 25px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .product-details .content .p-content .info .left .slider-nav .slick-list .item .pic i::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
.product-details .content .p-content .info .right {
  float: right;
  width: 37.14285714%;
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .info .right {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
}
.product-details .content .p-content .info .right .title {
  border-bottom: 1px solid #dcdcdc;
}
.product-details .content .p-content .info .right .title b {
  display: block;
  padding: 24px 0 32px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1439px) {
  .product-details .content .p-content .info .right .title b {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .info .right .title b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .info .right .title b {
    font-size: 16px;
  }
}
.product-details .content .p-content .info .right .txt {
  padding: 29px 0 27px 0;
}
@media screen and (max-width: 1439px) {
  .product-details .content .p-content .info .right .txt {
    padding: 15px 0;
  }
}
.product-details .content .p-content .info .right .txt b {
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-SemiBold';
}
.product-details .content .p-content .info .right .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.product-details .content .p-content .info .right .p-share {
  padding-top: 20px;
}
.product-details .content .p-content .info .right .p-share > span {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.product-details .content .p-content .info .right .p-share .share_tool {
  float: left;
}
.product-details .content .p-content .info .right .p-link {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .product-details .content .p-content .info .right .p-link {
    padding-top: 20px;
  }
}
.product-details .content .p-content .info .right .p-link a {
  position: relative;
  float: left;
  display: inline-block;
  width: 180px;
  height: 40px;
  padding-left: 60px;
  line-height: 40px;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat-SemiBold';
  border: 1px solid #444444;
  border-radius: 6px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
  .product-details .content .p-content .info .right .p-link a {
    width: 60%;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .info .right .p-link a {
    width: 180px;
  }
}
@media screen and (max-width: 400px) {
  .product-details .content .p-content .info .right .p-link a {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .content .p-content .info .right .p-link a:hover {
    border-color: #de0000;
  }
  .product-details .content .p-content .info .right .p-link a:hover::before {
    background-color: #de0000;
  }
}
.product-details .content .p-content .info .right .p-link a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 100%;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  background-color: #444444;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details .content .p-content .info .right .p-link .goinquire {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .product-details .content .p-content .info .right .p-link .goinquire {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .info .right .p-link .goinquire {
    float: right;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .product-details .content .p-content .info .right .p-link .goinquire {
    float: left;
    margin-top: 15px;
  }
}
.product-details .content .p-content .info .right .p-link .goinquire::before {
  content: '\e7c4';
  font-size: 20px;
}
.product-details .content .p-content .details .title b {
  display: block;
  padding: 100px 0 25px 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15384615;
  color: #333333;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .product-details .content .p-content .details .title b {
    padding: 80px 0 20px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .details .title b {
    padding: 60px 0 20px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .details .title b {
    padding: 40px 0 15px 0;
    font-size: 18px;
  }
}
.product-details .content .p-content .details .details-content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .details .details-content p {
    font-size: 14px;
  }
}
.product-details .content .p-content .details .details-content p img {
  max-width: 100%;
  height: auto;
}
.product-details .content .p-content .details .details-content .table-box tr,
.product-details .content .p-content .details .details-content .table-box td,
.product-details .content .p-content .details .details-content .table-box th {
  background-color: #fff;
}
.product-details .content .p-content .inquire .title b {
  display: block;
  padding: 46px 0 10px 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15384615;
  color: #333333;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .product-details .content .p-content .inquire .title b {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .inquire .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire .title b {
    font-size: 18px;
  }
}
.product-details .content .p-content .inquire .title p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
.product-details .content .p-content .inquire form {
  text-align: center;
}
.product-details .content .p-content .inquire form input,
.product-details .content .p-content .inquire form textarea {
  display: block;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #333333;
  text-align: left;
  background-color: #ededed;
}
@media screen and (max-width: 1199px) {
  .product-details .content .p-content .inquire form input,
  .product-details .content .p-content .inquire form textarea {
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire form input,
  .product-details .content .p-content .inquire form textarea {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}
.product-details .content .p-content .inquire form input {
  float: left;
  width: 24.28571429%;
  margin-right: 0.95238095%;
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .inquire form input {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire form input {
    width: 100%;
  }
}
.product-details .content .p-content .inquire form input:nth-child(1) {
  float: none;
  width: 100%;
  margin-right: 0;
  font-family: 'Montserrat-Bold';
  background-color: #d8d8d8;
}
.product-details .content .p-content .inquire form input:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .inquire form input:nth-child(odd) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire form input:nth-child(odd) {
    float: none;
  }
}
.product-details .content .p-content .inquire form textarea {
  margin-bottom: 30px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire form textarea {
    margin-bottom: 20px;
    height: 200px;
  }
}
.product-details .content .p-content .inquire form input::-webkit-input-placeholder,
.product-details .content .p-content .inquire form textarea::-webkit-input-placeholder {
  color: #333333;
}
.product-details .content .p-content .inquire form input:-o-placeholder,
.product-details .content .p-content .inquire form textarea:-o-placeholder {
  color: #333333;
}
.product-details .content .p-content .inquire form input::-moz-placeholder,
.product-details .content .p-content .inquire form textarea::-moz-placeholder {
  color: #333333;
}
.product-details .content .p-content .inquire form input:-ms-input-placeholder,
.product-details .content .p-content .inquire form textarea:-ms-input-placeholder {
  color: #333333;
}
.product-details .content .p-content .inquire form input:focus::-webkit-input-placeholder,
.product-details .content .p-content .inquire form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.product-details .content .p-content .inquire form input:focus::-o-placeholder,
.product-details .content .p-content .inquire form textarea:focus::-o-placeholder {
  color: #ababab;
}
.product-details .content .p-content .inquire form input:focus::-moz-placeholder,
.product-details .content .p-content .inquire form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.product-details .content .p-content .inquire form input:focus::-ms-input-placeholder,
.product-details .content .p-content .inquire form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.product-details .content .p-content .inquire form button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  background-color: #de0000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details .content .p-content .inquire form button {
    line-height: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .content .p-content .inquire form button {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .content .p-content .inquire form button {
    width: 130px;
    line-height: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .content .p-content .inquire form button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.new {
  background-color: #fdfdfd;
}
.new .content {
  padding: 75px 0 100px 0;
}
@media screen and (max-width: 1199px) {
  .new .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .new .content {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .new .content {
    padding: 60px 0;
  }
}
.new .content .new-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .new .content .new-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new .content .new-list {
    padding-bottom: 10px;
  }
}
.new .content .new-list li {
  margin-bottom: 30px;
}
.new .content .new-list li .item {
  position: relative;
  margin-left: 47px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 991px) {
  .new .content .new-list li .item {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .new .content .new-list li .item:hover .info a:nth-child(2),
  .new .content .new-list li .item:hover .info a:nth-child(4) {
    color: #de0000;
  }
  .new .content .new-list li .item:hover .info a:nth-child(2)::before,
  .new .content .new-list li .item:hover .info a:nth-child(4)::before {
    color: #de0000;
  }
  .new .content .new-list li .item:hover .info .n-time {
    background-color: #de0000;
    border-color: #de0000;
  }
  .new .content .new-list li .item:hover .info .n-time b {
    color: #fff;
  }
  .new .content .new-list li .item:hover .info .n-time p {
    color: #fff;
  }
}
.new .content .new-list li .item .info {
  float: left;
  width: 49.37637564%;
  padding: 48px 85px 48px 92px;
}
@media screen and (max-width: 1439px) {
  .new .content .new-list li .item .info {
    padding: 20px 50px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li .item .info {
    padding: 15px 30px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .new .content .new-list li .item .info {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
}
.new .content .new-list li .item .info .n-time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 13px 10px 15px;
  text-align: center;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 1439px) {
  .new .content .new-list li .item .info .n-time {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 991px) {
  .new .content .new-list li .item .info .n-time {
    position: relative;
    top: 0;
    transform: translate(0);
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.new .content .new-list li .item .info .n-time b {
  display: block;
  font-size: 34px;
  color: #222222;
  font-family: 'Montserrat-Bold';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
  .new .content .new-list li .item .info .n-time b {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li .item .info .n-time b {
    font-size: 20px;
  }
}
.new .content .new-list li .item .info .n-time P {
  font-size: 14px;
  line-height: 1.57142857;
  color: #222222;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li .item .info .n-time P {
    font-size: 12px;
  }
}
.new .content .new-list li .item .info a:nth-child(2) {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li .item .info a:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new .content .new-list li .item .info a:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .new .content .new-list li .item .info a:nth-child(2):hover {
    text-decoration: underline;
  }
}
.new .content .new-list li .item .info .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 1439px) {
  .new .content .new-list li .item .info .txt {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li .item .info .txt {
    -webkit-line-clamp: 5;
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .new .content .new-list li .item .info .txt {
    -webkit-line-clamp: 4;
  }
}
.new .content .new-list li .item .info .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.new .content .new-list li .item .info a:nth-child(4) {
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new .content .new-list li .item .info a:nth-child(4)::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .new .content .new-list li .item .info a:nth-child(4)::after {
    font-size: 14px;
  }
}
.new .content .new-list li .item .pic {
  display: block;
  float: right;
  width: 50.62362436%;
}
@media screen and (max-width: 991px) {
  .new .content .new-list li .item .pic {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .new .content .new-list li .item .pic:hover img {
    transform: scale(1.1);
  }
}
.new .content .new-list li .item .pic .img-box {
  padding-bottom: 49.27536232%;
}
.new .content .new-list li .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.new .content .new-list li:nth-child(odd) .item .info .n-time {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .new .content .new-list li:nth-child(odd) .item .info .n-time {
    transform: translate(0);
  }
}
.new .content .new-list li:nth-child(even) .item {
  margin-left: 0;
  margin-right: 47px;
}
@media screen and (max-width: 991px) {
  .new .content .new-list li:nth-child(even) .item {
    margin-right: 0;
  }
}
.new .content .new-list li:nth-child(even) .item .info {
  float: right;
  padding: 48px 92px 48px 75px;
}
@media screen and (max-width: 1439px) {
  .new .content .new-list li:nth-child(even) .item .info {
    padding: 20px 50px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .new .content .new-list li:nth-child(even) .item .info {
    padding: 15px 30px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .new .content .new-list li:nth-child(even) .item .info {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
}
.new .content .new-list li:nth-child(even) .item .info .n-time {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 991px) {
  .new .content .new-list li:nth-child(even) .item .info .n-time {
    transform: translate(0);
  }
}
.new .content .new-list li:nth-child(even) .item .pic {
  float: left;
}
.new-details {
  background-color: #fdfdfd;
}
.new-details .content {
  position: relative;
  padding: 92px 120px 100px;
}
@media screen and (max-width: 1199px) {
  .new-details .content {
    padding: 80px 90px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content {
    padding: 40px 0;
  }
}
.new-details .content .n-time {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 13px 10px 15px;
  text-align: center;
  border: 1px solid #de0000;
  background-color: #de0000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 1439px) {
  .new-details .content .n-time {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .n-time {
    background-color: transparent;
    border-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .n-time {
    position: relative;
    top: 0;
    transform: translate(0);
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.new-details .content .n-time b {
  display: block;
  font-size: 34px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
  .new-details .content .n-time b {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .new-details .content .n-time b {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .n-time b {
    color: #000;
  }
}
.new-details .content .n-time P {
  font-size: 14px;
  line-height: 1.57142857;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .new-details .content .n-time P {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content .n-time P {
    color: #000;
  }
}
.new-details .content h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 991px) {
  .new-details .content h3 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content h3 {
    font-size: 18px;
  }
}
.new-details .content .txt {
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .new-details .content .txt {
    text-align: center;
  }
}
.new-details .content .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.new-details .content .txt p img {
  max-width: 100%;
  height: auto;
}
.download .content {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .download .content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .download .content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .download .content {
    padding: 40px 0;
  }
}
.download .content .download-list {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .download .content .download-list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .download .content .download-list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .download .content .download-list {
    padding-bottom: 20px;
  }
}
.download .content .download-list li {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .download .content .download-list li .row:hover .pic img {
    transform: scale(1.1);
  }
  .download .content .download-list li .row:hover .info a {
    background-color: #de0000;
    border-color: #de0000;
    color: #fff;
  }
  .download .content .download-list li .row:hover .info a::after {
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .download .content .download-list li .row .col-xs-6 {
    width: 100%;
  }
}
.download .content .download-list li .pic {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.download .content .download-list li .pic .img-box {
  padding-bottom: 119.81707317%;
}
.download .content .download-list li .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.download .content .download-list li .info h4 {
  margin: 0;
  padding-top: 25px;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
  text-transform: capitalize;
  font-family: 'SegoeUI-Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1439px) {
  .download .content .download-list li .info h4 {
    padding-top: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .download .content .download-list li .info h4 {
    padding-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .download .content .download-list li .info h4 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .download .content .download-list li .info h4 {
    padding-top: 10px;
  }
}
.download .content .download-list li .info .txt {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .download .content .download-list li .info .txt {
    margin-top: 6px;
  }
}
@media screen and (max-width: 991px) {
  .download .content .download-list li .info .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .download .content .download-list li .info .txt {
    margin-top: 15px;
  }
}
.download .content .download-list li .info .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
  font-family: 'SegoeUI';
}
.download .content .download-list li .info .parameter {
  padding-top: 65px;
}
@media screen and (max-width: 1439px) {
  .download .content .download-list li .info .parameter {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .download .content .download-list li .info .parameter {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .download .content .download-list li .info .parameter {
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .download .content .download-list li .info .parameter {
    padding-top: 15px;
  }
}
.download .content .download-list li .info .parameter p {
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
  font-family: 'SegoeUI';
}
.download .content .download-list li .info a {
  display: inline-block;
  margin-top: 26px;
  padding: 2.29px 30px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1.85714286;
  color: #222222;
  font-family: 'SegoeUI';
  text-transform: capitalize;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .download .content .download-list li .info a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1199px) {
  .download .content .download-list li .info a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .download .content .download-list li .info a {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .download .content .download-list li .info a {
    margin-top: 20px;
  }
}
.download .content .download-list li .info a::after {
  display: inline-block;
  transform: translateY(2px);
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e657';
  color: #222222;
  font-size: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .content {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .contact .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content {
    padding-bottom: 40px;
  }
}
.contact .content .c-icon ul {
  padding: 84px 0;
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .c-icon ul {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul {
    padding: 20px 0;
    padding-top: 50px;
  }
}
@-webkit-keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.contact .content .c-icon ul li {
  float: left;
  width: 25.53191489%;
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul li {
    width: 49%;
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li {
    min-height: 150px;
  }
}
.contact .content .c-icon ul li .item {
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (min-width: 1200px) {
  .contact .content .c-icon ul li .item:hover {
    transform: translateY(-20px);
  }
  .contact .content .c-icon ul li .item:hover::before {
    -webkit-animation: narrow 1s 0s ease both;
    animation: narrow 1s 0s ease both;
  }
}
.contact .content .c-icon ul li .item::before {
  display: inline-block;
  margin-bottom: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e77f';
  font-size: 22px;
  color: #222222;
  font-weight: 450;
  background-color: #ffefef;
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li .item::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact .content .c-icon ul li .item b {
  display: block;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li .item b {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.contact .content .c-icon ul li .item p {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li .item p {
    font-size: 14px;
  }
}
.contact .content .c-icon ul li .item p a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .contact .content .c-icon ul li .item p a:hover {
    color: #de0000;
    text-decoration: underline;
  }
}
.contact .content .c-icon ul li:nth-child(2) {
  width: 14.89361702%;
  margin-right: 4.25531915%;
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul li:nth-child(2) {
    width: 49%;
    margin: 0;
  }
}
.contact .content .c-icon ul li:nth-child(2) .item::before {
  content: '\e79a';
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li:nth-child(2) .item::before {
    font-size: 20px;
  }
}
.contact .content .c-icon ul li:nth-child(3) {
  width: 14.89361702%;
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul li:nth-child(3) {
    width: 49%;
  }
}
.contact .content .c-icon ul li:nth-child(3) .item::before {
  content: '\e927';
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li:nth-child(3) .item::before {
    font-size: 20px;
  }
}
.contact .content .c-icon ul li:nth-child(4) {
  width: 40.42553191%;
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul li:nth-child(4) {
    width: 49%;
  }
}
.contact .content .c-icon ul li:nth-child(4) .item::before {
  content: '\e6bd';
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .contact .content .c-icon ul li:nth-child(4) .item::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .content .c-icon ul li:nth-child(even) {
    float: right;
  }
}
.contact .content .info {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.contact .content .info .left {
  position: relative;
  float: left;
  width: 57.44680851%;
  min-height: 590px;
  padding-left: 90px;
  padding-right: 120px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .left {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left {
    padding-bottom: 60px;
  }
}
.contact .content .info .left::before {
  position: absolute;
  top: 47px;
  right: 128px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e671';
  color: #999999;
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left::before {
    top: 50px;
    right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .left::before {
    top: 30px;
    right: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left::before {
    top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .contact .content .info .left::before {
    top: 0;
    right: 10px;
    font-size: 30px;
  }
}
.contact .content .info .left h4 {
  margin: 0;
  padding: 60px 0 50px 0;
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left h4 {
    padding: 35px 0;
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .left h4 {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left h4 {
    font-size: 20px;
    padding-top: 0;
  }
}
.contact .content .info .left form input,
.contact .content .info .left form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
  color: #444444;
  font-family: 'SegoeUI';
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .contact .content .info .left form input,
  .contact .content .info .left form textarea {
    padding: 7.25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form input,
  .contact .content .info .left form textarea {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.contact .content .info .left form input {
  float: left;
  width: 50.66666667%;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form input {
    float: none;
    width: 100%;
  }
}
.contact .content .info .left form input:nth-child(even) {
  float: right;
  width: 46.66666667%;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form input:nth-child(even) {
    float: none;
    width: 100%;
  }
}
.contact .content .info .left form textarea {
  height: 162px;
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form textarea {
    height: 140px;
  }
}
.contact .content .info .left form input::-webkit-input-placeholder,
.contact .content .info .left form textarea::-webkit-input-placeholder {
  color: #444444;
}
.contact .content .info .left form input:-o-placeholder,
.contact .content .info .left form textarea:-o-placeholder {
  color: #444444;
}
.contact .content .info .left form input::-moz-placeholder,
.contact .content .info .left form textarea::-moz-placeholder {
  color: #444444;
}
.contact .content .info .left form input:-ms-input-placeholder,
.contact .content .info .left form textarea:-ms-input-placeholder {
  color: #444444;
}
.contact .content .info .left form input:focus::-webkit-input-placeholder,
.contact .content .info .left form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.contact .content .info .left form input:focus::-o-placeholder,
.contact .content .info .left form textarea:focus::-o-placeholder {
  color: #ababab;
}
.contact .content .info .left form input:focus::-moz-placeholder,
.contact .content .info .left form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.contact .content .info .left form input:focus::-ms-input-placeholder,
.contact .content .info .left form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.contact .content .info .left form button {
  position: absolute;
  bottom: 58px;
  right: 44px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #de0000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .left form button {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .left form button {
    bottom: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form button {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .content .info .left form button:hover {
    box-shadow: 0 0 10px rgba(222, 0, 0, 0.3);
  }
}
.contact .content .info .left form button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62e';
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 991px) {
  .contact .content .info .left form button::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .left form button::before {
    font-size: 18px;
  }
}
.contact .content .info .right {
  float: right;
  width: 42.55319149%;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .right {
    float: none;
    width: 100%;
  }
}
.contact .content .info .right .map {
  border-radius: 10px;
  overflow: hidden;
}
.contact .content .info .right .map .map-content {
  width: 100%;
  height: 590px;
}
@media screen and (max-width: 1199px) {
  .contact .content .info .right .map .map-content {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .info .right .map .map-content {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info .right .map .map-content {
    height: 250px;
  }
}
.inquiry-car {
  background-color: #fdfdfd;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .inquiry-car {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-car {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car {
    padding: 40px 0;
  }
}
.inquiry-car .content h3 {
  margin: 0;
  padding: 88px 0 45px 0;
  font-size: 30px;
  line-height: 1.5;
  color: #333333;
  font-family: 'Montserrat-Bold';
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .inquiry-car .content h3 {
    padding: 65px 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-car .content h3 {
    padding: 55px 0 30px 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content h3 {
    padding: 45px 0 20px 0;
    font-size: 20px;
  }
}
.inquiry-car .content .car-table table {
  width: 100%;
}
.inquiry-car .content .car-table table thead tr th {
  padding: 9px 0;
  font-size: 15px;
  line-height: 2.4;
  color: #fff;
  background-color: #d71718;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table thead tr th {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table thead tr th {
    font-size: 12px;
  }
}
.inquiry-car .content .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquiry-car .content .car-table table tr th:nth-child(1),
.inquiry-car .content .car-table table tr td:nth-child(1) {
  position: relative;
  width: 13.12056738%;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table tr th:nth-child(1),
  .inquiry-car .content .car-table table tr td:nth-child(1) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr th:nth-child(1),
  .inquiry-car .content .car-table table tr td:nth-child(1) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 420px) {
  .inquiry-car .content .car-table table tr th:nth-child(1),
  .inquiry-car .content .car-table table tr td:nth-child(1) {
    width: 10.120567%;
    padding-left: 12px;
  }
}
.inquiry-car .content .car-table table tr th:nth-child(2),
.inquiry-car .content .car-table table tr td:nth-child(2) {
  width: 20.92198582%;
}
.inquiry-car .content .car-table table tr th:nth-child(3),
.inquiry-car .content .car-table table tr td:nth-child(3) {
  width: 34.04255319%;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table tr th:nth-child(3),
  .inquiry-car .content .car-table table tr td:nth-child(3) {
    width: 30.042553%;
  }
}
.inquiry-car .content .car-table table tr th:nth-child(4),
.inquiry-car .content .car-table table tr td:nth-child(4) {
  width: 17.0212766%;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table tr th:nth-child(4),
  .inquiry-car .content .car-table table tr td:nth-child(4) {
    width: 21.021277%;
  }
}
@media screen and (max-width: 420px) {
  .inquiry-car .content .car-table table tr th:nth-child(4),
  .inquiry-car .content .car-table table tr td:nth-child(4) {
    width: 24.021277%;
    padding: 15px 0;
  }
}
.inquiry-car .content .car-table table tr th:nth-child(5),
.inquiry-car .content .car-table table tr td:nth-child(5) {
  width: 14.89361702%;
}
.inquiry-car .content .car-table table tr td span,
.inquiry-car .content .car-table table tr td input {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.inquiry-car .content .car-table table tr .all,
.inquiry-car .content .car-table table tr .item-ipt {
  width: 0;
  height: 0;
}
.inquiry-car .content .car-table table tr .all::before,
.inquiry-car .content .car-table table tr .item-ipt::before {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .inquiry-car .content .car-table table tr .all::before,
  .inquiry-car .content .car-table table tr .item-ipt::before {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .inquiry-car .content .car-table table tr .all::before,
  .inquiry-car .content .car-table table tr .item-ipt::before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr .all::before,
  .inquiry-car .content .car-table table tr .item-ipt::before {
    left: 12px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 420px) {
  .inquiry-car .content .car-table table tr .all::before,
  .inquiry-car .content .car-table table tr .item-ipt::before {
    left: 4px;
  }
}
.inquiry-car .content .car-table table tr .all:checked::before,
.inquiry-car .content .car-table table tr .item-ipt:checked::before {
  background-color: #f87706;
}
.inquiry-car .content .car-table table tr .item-ipt::before {
  background-color: #f4f4f4;
}
.inquiry-car .content .car-table table tr th:nth-child(2) {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr th:nth-child(2) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(2) {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr td:nth-child(2) {
    padding: 15px 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(2) .pic {
  overflow: hidden;
  border-radius: 6px;
  width: 60%;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr td:nth-child(2) .pic {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr th:nth-child(3) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(3) {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr td:nth-child(3) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(3) p {
  font-size: 16px;
  font-family: 'SegoeUI';
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table tr td:nth-child(3) p {
    font-size: 14px;
  }
}
.inquiry-car .content .car-table table tr th:nth-child(4) {
  padding-left: 94px;
}
@media screen and (max-width: 1439px) {
  .inquiry-car .content .car-table table tr th:nth-child(4) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(4) {
  padding-left: 62px;
}
@media screen and (max-width: 1439px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(4) span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) span {
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
}
@media screen and (max-width: 680px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) span {
    width: 15px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1200px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) span:hover {
    background-color: #de0000;
    border-color: #de0000;
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) span:nth-child(1) {
    line-height: 15px;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(4) input {
  width: 65px;
  font-size: 16px;
  line-height: 2.1875;
  color: #333333;
  font-family: 'SegoeUI';
  text-align: center;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) input {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) input {
    width: 40px;
    font-size: 12px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) input {
    width: 35px;
  }
}
@media screen and (max-width: 365px) {
  .inquiry-car .content .car-table table tr td:nth-child(4) input {
    width: 100%;
    display: block;
  }
}
.inquiry-car .content .car-table table tr th:nth-child(5) {
  text-align: center;
}
.inquiry-car .content .car-table table tr td:nth-child(5) {
  text-align: center;
}
.inquiry-car .content .car-table table tr td:nth-child(5) span {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .inquiry-car .content .car-table table tr td:nth-child(5) span:hover::before {
    color: #de0000;
  }
}
.inquiry-car .content .car-table table tr td:nth-child(5) span::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c7';
  color: #333333;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.inquiry-car .content .c-inquiry .title b {
  display: block;
  padding: 48px 0 10px 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15384615;
  color: #333333;
  font-family: 'Montserrat-Bold';
}
@media screen and (max-width: 1199px) {
  .inquiry-car .content .c-inquiry .title b {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .c-inquiry .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry .title b {
    font-size: 18px;
  }
}
.inquiry-car .content .c-inquiry .title p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
.inquiry-car .content .c-inquiry form {
  text-align: center;
}
.inquiry-car .content .c-inquiry form input,
.inquiry-car .content .c-inquiry form textarea {
  display: block;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2.14285714;
  color: #333333;
  text-align: left;
  background-color: #ededed;
}
@media screen and (max-width: 1199px) {
  .inquiry-car .content .c-inquiry form input,
  .inquiry-car .content .c-inquiry form textarea {
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry form input,
  .inquiry-car .content .c-inquiry form textarea {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}
.inquiry-car .content .c-inquiry form input {
  float: left;
  width: 24.28571429%;
  margin-right: 0.95238095%;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .c-inquiry form input {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry form input {
    width: 100%;
  }
}
.inquiry-car .content .c-inquiry form input:nth-child(1) {
  float: none;
  width: 100%;
  margin-right: 0;
  font-family: 'Montserrat-Bold';
  background-color: #d8d8d8;
}
.inquiry-car .content .c-inquiry form input:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .c-inquiry form input:nth-child(odd) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry form input:nth-child(odd) {
    float: none;
  }
}
.inquiry-car .content .c-inquiry form textarea {
  margin-bottom: 30px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry form textarea {
    margin-bottom: 20px;
    height: 200px;
  }
}
.inquiry-car .content .c-inquiry form input::-webkit-input-placeholder,
.inquiry-car .content .c-inquiry form textarea::-webkit-input-placeholder {
  color: #333333;
}
.inquiry-car .content .c-inquiry form input:-o-placeholder,
.inquiry-car .content .c-inquiry form textarea:-o-placeholder {
  color: #333333;
}
.inquiry-car .content .c-inquiry form input::-moz-placeholder,
.inquiry-car .content .c-inquiry form textarea::-moz-placeholder {
  color: #333333;
}
.inquiry-car .content .c-inquiry form input:-ms-input-placeholder,
.inquiry-car .content .c-inquiry form textarea:-ms-input-placeholder {
  color: #333333;
}
.inquiry-car .content .c-inquiry form input:focus::-webkit-input-placeholder,
.inquiry-car .content .c-inquiry form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.inquiry-car .content .c-inquiry form input:focus::-o-placeholder,
.inquiry-car .content .c-inquiry form textarea:focus::-o-placeholder {
  color: #ababab;
}
.inquiry-car .content .c-inquiry form input:focus::-moz-placeholder,
.inquiry-car .content .c-inquiry form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.inquiry-car .content .c-inquiry form input:focus::-ms-input-placeholder,
.inquiry-car .content .c-inquiry form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.inquiry-car .content .c-inquiry form button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  background-color: #de0000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .inquiry-car .content .c-inquiry form button {
    line-height: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-car .content .c-inquiry form button {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-car .content .c-inquiry form button {
    width: 130px;
    line-height: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .inquiry-car .content .c-inquiry form button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.site-map {
  padding-top: 120px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 1199px) {
  .site-map {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .site-map {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .site-map {
    padding-top: 40px;
  }
}
.site-map h3 {
  margin: 0;
  padding: 110px 0 40px 0;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .site-map h3 {
    padding: 90px 0 35px 0;
  }
}
@media screen and (max-width: 991px) {
  .site-map h3 {
    padding: 70px 0 25px 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-map h3 {
    padding: 50px 0 15px 0;
    font-size: 20px;
    text-align: center;
  }
}
.site-map .site-first {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .site-map .site-first {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .site-map .site-first {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .site-map .site-first {
    padding-bottom: 40px;
  }
}
.site-map .site-first > li {
  margin-bottom: 20px;
}
.site-map .site-first > li > a {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  color: #222222;
  text-align: center;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .site-map .site-first > li > a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .site-map .site-first > li > a {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .site-map .site-first > li > a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-first > li > a:hover {
    background-color: #de0000;
    color: #fff;
    border-color: #de0000;
  }
}
.site-map .site-first > li:last-child {
  margin-bottom: 0;
}
.site-map .site-first .site-second {
  padding-left: 80px;
  margin: 45px 0 35px 0;
}
@media screen and (max-width: 1199px) {
  .site-map .site-first .site-second {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .site-map .site-first .site-second {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-map .site-first .site-second {
    padding-left: 0;
    margin: 15px 0;
    text-align: center;
  }
}
.site-map .site-first .site-second > li {
  min-height: 84px;
}
@media screen and (max-width: 1199px) {
  .site-map .site-first .site-second > li {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .site-map .site-first .site-second > li {
    min-height: 50px;
  }
}
.site-map .site-first .site-second > li > a {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  font-family: 'Montserrat-Bold';
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .site-map .site-first .site-second > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-first .site-second > li > a:hover {
    color: #de0000;
  }
}
.site-map .site-first .site-third {
  padding: 20px 0;
  margin: 0 -15px;
}
.site-map .site-first .site-third li {
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .site-map .site-first .site-third li {
    padding-bottom: 10px;
  }
}
.site-map .site-first .site-third li a {
  font-size: 14px;
  line-height: 1.71428571;
  color: #444444;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .site-map .site-first .site-third li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-first .site-third li a:hover {
    font-family: 'Montserrat-SemiBold';
    text-decoration: underline;
  }
}
.about .aside .aside-box a,
.produt .aside .aside-box a,
.product-details .aside .aside-box a,
.new .aside .aside-box a,
.new-details .aside .aside-box a,
.download .aside .aside-box a,
.contact .aside .aside-box a,
.inquiry-car .aside .aside-box a,
.site-map .aside .aside-box a {
  background-color: rgba(0, 0, 0, 0.2);
}
