.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 {
  overflow: hidden;
  position: relative;
  margin-top: 104px;
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 64px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
    position: static !important;
  }
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
@-webkit-keyframes narrow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes narrow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner .slickbanner .slick-list .slick-current img {
  -webkit-animation: narrow 8s 0s ease both;
  animation: narrow 8s 0s ease both;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 39.32291667%;
}
.banner .slickbanner .slick-list .item .imgbox img{
  width: 100%;
}
.banner .slickbanner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0;
  z-index: 2;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow {
    width: 35px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow {
    width: 20px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .slickbanner .slick-arrow:hover {
    background-color: rgba(231, 1, 19, 0.8);
  }
}
.banner .slickbanner .slick-arrow::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: '\e9b5';
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow::before {
    font-size: 20px;
  }
}
.banner .slickbanner .slick-prev {
  left: 4.6875%;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-prev {
    left: 0;
  }
}
.banner .slickbanner .slick-next {
  right: 4.6875%;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-next {
    right: 0;
  }
}
.banner .slickbanner .slick-next::before {
  content: '\e72f';
}
.banner .slickbanner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  margin: 0 -22px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 20px;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner .slick-dots {
    bottom: 15px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 22px;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 10px;
  }
}
.banner .slickbanner .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.banner .slickbanner .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button::before {
    width: 20px;
    height: 20px;
  }
}
.banner .slickbanner .slick-dots .slick-active button::before {
  opacity: 1;
}
.index-about {
  padding: 92px 0;
}
@media screen and (max-width: 1199px) {
  .index-about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 0;
  }
}
.index-about .row {
  overflow: hidden;
}
.index-about .left .img-box {
  padding-bottom: 69.56521739%;
}
.index-about .right .content {
  padding-top: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 1439px) {
  .index-about .right .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1439px) {
  .index-about .right .content {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .right .content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content {
    padding-top: 10px;
  }
}
.index-about .right .content .title {
  padding-bottom: 22px;
}
@media screen and (max-width: 1439px) {
  .index-about .right .content .title {
    padding-bottom: 15px;
  }
}
.index-about .right .content .title p {
  font-size: 16px;
  line-height: 2.25;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .index-about .right .content .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content .title p {
    font-size: 13px;
  }
}
.index-about .right .content .title a {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .index-about .right .content .title a {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content .title a {
    font-size: 20px;
  }
}
.index-about .right .content .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-about .right .content .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.index-about .right .content .icons-box {
  padding: 37px 0 52px;
}
@media screen and (max-width: 1439px) {
  .index-about .right .content .icons-box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content .icons-box {
    padding: 15px 0;
  }
}
.index-about .right .content .icons-box li {
  position: relative;
  float: left;
  padding-top: 55px;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .index-about .right .content .icons-box li {
    margin-right: 30px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .right .content .icons-box li:hover::before {
    color: #e70113;
  }
  .index-about .right .content .icons-box li:hover p {
    color: #e70113;
  }
}
.index-about .right .content .icons-box li::before {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  font-size: 45px;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-about .right .content .icons-box li::before {
    font-size: 30px;
  }
}
.index-about .right .content .icons-box li p {
  font-size: 14px;
  line-height: 2.35714286;
  color: #666666;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-about .right .content .icons-box li:nth-child(2)::before {
  content: '\e601';
}
.index-about .right .content .icons-box li:nth-child(3)::before {
  content: '\e62a';
}
.index-about .right .content .icons-box li:last-child {
  margin-right: 0;
}
.index-about .right .content > a {
  display: inline-block;
  width: 186px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e70113;
  font-size: 14px;
  font-family: 'Montserrat-Bold';
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .right .content > a {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .right .content > a {
    height: 35px;
    line-height: 35px;
    width: 160px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .right .content > a:hover {
    background-color: #ce0515;
  }
}
.common-title {
  text-align: center;
}
.common-title i {
  display: block;
  font-size: 14px;
  line-height: 2.28571429;
  color: #999999;
  text-transform: uppercase;
  opacity: 0.8;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .common-title i {
    font-size: 12px;
  }
}
.common-title b {
  display: block;
  padding: 3px 0 15px;
  font-size: 30px;
  line-height: 1.06666667;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .common-title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .common-title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .common-title b {
    font-size: 20px;
    padding: 3px 0 5px;
  }
}
.common-title .txt {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .common-title .txt {
    max-width: 85%;
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .common-title .txt {
    font-size: 14px;
  }
}
.index-product {
  overflow: hidden;
  padding: 80px 0 90px;
  background: center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .index-product {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-product {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-product {
    padding: 30px 0;
  }
}
.index-product .common-title {
  padding-bottom: 23px;
}
.index-product .main-prodcut-bar {
  padding-top: 5px;
  background-color: #e72f3e;
  text-align: center;
}
.index-product .main-prodcut-bar li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 6px 30px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .index-product .main-prodcut-bar li {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .main-prodcut-bar li {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-product .main-prodcut-bar li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .main-prodcut-bar li:hover::after {
    bottom: 5px;
  }
}
.index-product .main-prodcut-bar li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.index-product .main-prodcut-bar li::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 8px 8px 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-product .main-prodcut-bar li::after {
    border-width: 0 7px 7px 7px;
  }
}
.index-product .main-prodcut-bar li:last-child::before {
  display: none;
}
.index-product .main-prodcut-bar .active::after {
  bottom: 5px !important;
}
@media screen and (max-width: 991px) {
  .index-product .main-prodcut-bar .active::after {
    bottom: -1px !important;
  }
}
.index-product .main-items {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .index-product .main-items {
    padding-top: 30px;
  }
}
.index-product .main-items section {
  display: none;
}
.index-product .main-items section .index-prodcut-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 480px) {
  .index-product .main-items section .index-prodcut-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-bottom: 4px solid #e60012;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item {
    padding: 5px;
    border-bottom-width: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item:hover {
    box-shadow: 0 0 15px rgba(231, 1, 19, 0.1);
  }
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item:hover .pic img {
    transform: scale(1.05);
  }
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .pic {
  display: block;
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .txt {
  padding: 18px 0 3px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .txt {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .txt {
    padding: 5px 0 0;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .txt a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-list .slick-slide .item .txt a {
    font-size: 14px;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 81px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0;
  z-index: 2;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow {
    width: 35px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
@media screen and (max-width: 767px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow {
    width: 20px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow:hover {
    background-color: rgba(231, 1, 19, 0.8);
  }
}
.index-product .main-items section .index-prodcut-slick .slick-arrow::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: '\e9b5';
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .main-items section .index-prodcut-slick .slick-arrow::before {
    font-size: 20px;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-prev {
  left: -7.44680851%;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-prev {
    left: 0;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-next {
  right: -7.44680851%;
}
@media screen and (max-width: 1199px) {
  .index-product .main-items section .index-prodcut-slick .slick-next {
    right: 0;
  }
}
.index-product .main-items section .index-prodcut-slick .slick-next::before {
  content: '\e72f';
}
.index-product .main-items .active {
  display: block;
}
.index-new {
  overflow: hidden;
  padding: 85px 0;
}
@media screen and (max-width: 1199px) {
  .index-new {
    padding: 65px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-new {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new {
    padding: 25px 0;
  }
}
.index-new .index-new-slick {
  position: relative;
  padding: 25px 0 70px;
}
@media screen and (max-width: 1199px) {
  .index-new .index-new-slick {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick {
    padding-bottom: 35px;
  }
}
.index-new .index-new-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item {
  padding: 29px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1439px) {
  .index-new .index-new-slick .slick-list .slick-slide .item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list .slick-slide .item {
    padding: 10px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .pic {
  float: left;
  display: block;
  width: 31.53846154%;
}
@media screen and (min-width: 1200px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .pic:hover img {
    transform: scale(1.1);
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .pic .img-box {
  padding-bottom: 78.86178862%;
}
.index-new .index-new-slick .slick-list .slick-slide .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt {
  float: right;
  width: 64.1025641%;
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt .new-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt .new-name {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt .new-name {
    font-size: 14px;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt .new-name a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt .new-name a:hover {
    color: #e60012;
  }
}
.index-new .index-new-slick .slick-list .slick-slide .item .txt .date {
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-list .slick-slide .item .txt .date {
    font-size: 12px;
  }
}
.index-new .index-new-slick .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.index-new .index-new-slick .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-dots li {
    padding: 0 3px;
  }
}
.index-new .index-new-slick .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #e62e3d;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-new .index-new-slick .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.index-new .index-new-slick .slick-dots .slick-active button {
  background-color: #e62e3d;
}
.about {
  padding: 80px 0 85px;
}
@media screen and (max-width: 1199px) {
  .about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
.about .content .title {
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about .content .title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about .content .title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .content .title {
    padding-bottom: 15px;
  }
}
.about .content .title i {
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 2.25;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .about .content .title i {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .content .title i {
    font-size: 14px;
  }
}
.about .content .title b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .about .content .title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .about .content .title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .content .title b {
    font-size: 20px;
  }
}
.about .content .txt p {
  font-size: 16px;
  line-height: 2.125;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .about .content .txt p {
    font-size: 14px;
  }
}
.about .content .txt p img {
  max-width: 100%;
  height: auto;
}
.about .item .title {
  padding: 80px 0 30px;
}
@media screen and (max-width: 1199px) {
  .about .item .title {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .item .title {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .item .title {
    padding: 30px 0 15px;
  }
}
.about .item .title i {
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 2.25;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .about .item .title i {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .item .title i {
    font-size: 14px;
  }
}
.about .item .title b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .about .item .title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .about .item .title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .about .item .title b {
    font-size: 20px;
  }
}
.about .item .txt p {
  font-size: 24px;
  line-height: 1.66666667;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .about .item .txt p {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about .item .txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .item .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .about .item .txt p {
    font-size: 16px;
  }
}
.p-nav {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 11px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1199px) {
  .p-nav {
    display: block;
    background-color: transparent;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
}
.p-nav > li {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .p-nav > li {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav > li {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .p-nav > li {
    padding: 0 10px;
  }
}
.p-nav > li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 16px;
  background-color: #666;
}
.p-nav > li > a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav > li > a {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-nav > li > a {
    font-size: 14px;
  }
}
.p-nav > li ul {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-52%);
  padding: 70px 23px 40px;
  background-color: #f0f6fb;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-nav > li ul {
    padding: 50px 20px 20px;
  }
}
.p-nav > li ul li a {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 2;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-nav > li ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .p-nav > li ul li a:hover {
    color: #e60012;
    transform: translateX(10px);
  }
}
.p-nav > li:last-child::before {
  display: none;
}
.p-nav .active > a {
  color: #e60012;
  z-index: 4;
}
.p-nav .p-active > a {
  color: #666666;
  z-index: 4;
}
.prodcut {
  overflow: hidden;
  padding: 40px 0 93px;
}
@media screen and (max-width: 1199px) {
  .prodcut {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .prodcut {
    padding: 30px 0 30px;
  }
}
.prodcut .prodcut-list {
  padding: 45px 0 15px;
}
@media screen and (max-width: 1199px) {
  .prodcut .prodcut-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .prodcut .prodcut-list {
    margin: 0 -5px;
    padding-top: 30px;
  }
}
.prodcut .prodcut-list li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .prodcut .prodcut-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .prodcut .prodcut-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .prodcut .prodcut-list li {
    width: 100%;
  }
}
.prodcut .prodcut-list li .item {
  padding: 20px 10px 10px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 1439px) {
  .prodcut .prodcut-list li .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .prodcut .prodcut-list li .item:hover .pic img {
    transform: scale(1.05);
  }
}
.prodcut .prodcut-list li .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.prodcut .prodcut-list li .item .txt {
  padding: 21px 0 6px;
}
@media screen and (max-width: 767px) {
  .prodcut .prodcut-list li .item .txt {
    padding: 10px 0 0;
  }
}
.prodcut .prodcut-list li .item .txt a {
  position: relative;
  display: block;
  padding: 0 25px 0 5px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .prodcut .prodcut-list li .item .txt a {
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .prodcut .prodcut-list li .item .txt a:hover::before {
    border-color: #e3332c;
    color: #e3332c;
  }
  .prodcut .prodcut-list li .item .txt a:hover span {
    color: #e3332c;
  }
}
.prodcut .prodcut-list li .item .txt a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-size: 19px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .prodcut .prodcut-list li .item .txt a::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.prodcut .prodcut-list li .item .txt a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 2.35714286;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .prodcut .prodcut-list li .item .txt a span {
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .prodcut .prodcut-list li .item .txt a span {
    font-size: 12px;
  }
}
.product-details {
  overflow: hidden;
  padding: 40px 0 85px;
}
@media screen and (max-width: 1199px) {
  .product-details {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .product-details {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-details {
    padding: 30px 0;
  }
}
.product-details .info {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .product-details .info {
    padding-top: 30px;
  }
}
.product-details .info .left {
  float: left;
  width: 39.14893617%;
  padding: 20px 20px 0;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 991px) {
  .product-details .info .left {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .product-details .info .left {
    padding: 10px 10px 0;
  }
}
.product-details .info .left .slider-for .item,
.product-details .info .left .slider-nav .item {
  position: relative;
}
.product-details .info .left .slider-for .item i,
.product-details .info .left .slider-nav .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .product-details .info .left .slider-for .item i:hover::before,
  .product-details .info .left .slider-nav .item i:hover::before {
    color: #e70113;
  }
}
.product-details .info .left .slider-for .item i::before,
.product-details .info .left .slider-nav .item i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e642';
  color: #fff;
  opacity: 0.8;
  z-index: 2;
  font-size: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-details .info .left .slider-for .item i::before,
  .product-details .info .left .slider-nav .item i::before {
    font-size: 45px;
  }
}
.product-details .info .left .slider-for .slick-list {
  margin-bottom: -5px;
}
.product-details .info .left .slider-nav {
  position: relative;
  padding: 10px 20px;
}
.product-details .info .left .slider-nav .slick-list {
  margin: 0 -6.5px;
  margin-bottom: -5px;
}
.product-details .info .left .slider-nav .slick-list .slick-slide {
  padding: 0 7.5px;
}
.product-details .info .left .slider-nav .slick-list .slick-slide .item i::before {
  opacity: 0.5;
  font-size: 24px;
}
.product-details .info .left .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  font-size: 0;
  background-color: #999999;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .product-details .info .left .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .info .left .slider-nav .slick-arrow:hover {
    background-color: #e3332c;
  }
}
.product-details .info .left .slider-nav .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #fff;
  font-size: 14px;
}
.product-details .info .left .slider-nav .slick-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-details .info .left .slider-nav .slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .info .left .slider-nav .slick-prev {
    left: -11px;
  }
}
.product-details .info .left .slider-nav .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .product-details .info .left .slider-nav .slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .info .left .slider-nav .slick-next {
    right: -11px;
  }
}
.product-details .info .left .slider-nav .slick-next::before {
  content: '\e72f';
}
.product-details .info .right {
  float: right;
  width: 58.15602837%;
  padding-top: 77px;
}
@media screen and (max-width: 1199px) {
  .product-details .info .right {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .info .right {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
}
.product-details .info .right h1 {
  margin: 0;
  padding: 6px 0 25px;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .product-details .info .right h1 {
    padding: 15px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info .right h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .info .right h1 {
    padding: 10px 0;
  }
}
.product-details .info .right .txt-box .title {
  padding-bottom: 5px;
}
.product-details .info .right .txt-box .title p {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}
.product-details .info .right .txt-box .title p strong {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .product-details .info .right .txt-box .title p strong {
    font-size: 18px;
  }
}
.product-details .info .right .txt-box .txt {
  min-height: 205px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .product-details .info .right .txt-box .txt {
    min-height: 0;
  }
}
.product-details .info .right .txt-box > a {
  display: inline-block;
  width: 186px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #e70113;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details .info .right .txt-box > a {
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .info .right .txt-box > a {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .info .right .txt-box > a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .info .right .txt-box > a:hover {
    background-color: #d10213;
    text-decoration: underline;
  }
}
.product-details .p-feature .title,
.product-details .p-specifications .title,
.product-details .p-inquire .title {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .product-details .p-feature .title,
  .product-details .p-specifications .title,
  .product-details .p-inquire .title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-feature .title,
  .product-details .p-specifications .title,
  .product-details .p-inquire .title {
    padding-left: 10px;
  }
}
.product-details .p-feature .title::before,
.product-details .p-specifications .title::before,
.product-details .p-inquire .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 28px;
  background-color: #e3332c;
}
@media screen and (max-width: 1199px) {
  .product-details .p-feature .title::before,
  .product-details .p-specifications .title::before,
  .product-details .p-inquire .title::before {
    width: 5px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-feature .title::before,
  .product-details .p-specifications .title::before,
  .product-details .p-inquire .title::before {
    width: 3px;
    height: 20px;
  }
}
.product-details .p-feature .title h5,
.product-details .p-specifications .title h5,
.product-details .p-inquire .title h5 {
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}
.product-details .p-feature .title h5 b,
.product-details .p-specifications .title h5 b,
.product-details .p-inquire .title h5 b {
  display: inline-block;
  font-size: 30px;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  .product-details .p-feature .title h5 b,
  .product-details .p-specifications .title h5 b,
  .product-details .p-inquire .title h5 b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-feature .title h5 b,
  .product-details .p-specifications .title h5 b,
  .product-details .p-inquire .title h5 b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-feature .title h5 b,
  .product-details .p-specifications .title h5 b,
  .product-details .p-inquire .title h5 b {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .p-feature .title h5 b,
  .product-details .p-specifications .title h5 b,
  .product-details .p-inquire .title h5 b {
    font-size: 18px;
  }
}
.product-details .p-feature .title h5 span,
.product-details .p-specifications .title h5 span,
.product-details .p-inquire .title h5 span {
  display: inline-block;
  line-height: 20px;
  vertical-align: bottom;
}
.product-details .p-feature .title {
  margin: 56px 0 11px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-feature .title {
    margin: 45px 0 11px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-feature .title {
    margin: 35px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-feature .title {
    margin: 30px 0 5px;
  }
}
.product-details .p-feature .content p {
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .product-details .p-feature .content p {
    line-height: 1.9;
  }
}
.product-details .p-feature .content p img {
  max-width: 100%;
  height: auto;
}
.product-details .p-specifications .title {
  margin: 51px 0 25px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-specifications .title {
    margin: 45px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-specifications .title {
    margin: 35px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-specifications .title {
    margin: 30px 0 10px;
  }
}
.product-details .p-specifications .content p {
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .product-details .p-specifications .content p {
    line-height: 1.9;
  }
}
.product-details .p-specifications .content p img {
  max-width: 100%;
  height: auto;
}
.product-details .p-inquire .title {
  margin: 55px 0 22px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire .title {
    margin: 45px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire .title {
    margin: 35px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire .title {
    margin: 30px 0 10px;
  }
}
.product-details .p-inquire .content p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.product-details .p-inquire .content form ul li {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire .content form ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire .content form ul li {
    margin-bottom: 10px;
  }
}
.product-details .p-inquire .content form ul li input,
.product-details .p-inquire .content form ul li textarea {
  display: block;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire .content form ul li input,
  .product-details .p-inquire .content form ul li textarea {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire .content form ul li input,
  .product-details .p-inquire .content form ul li textarea {
    padding: 8px 10px;
  }
}
.product-details .p-inquire .content form ul li input::-webkit-input-placeholder,
.product-details .p-inquire .content form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.product-details .p-inquire .content form ul li input:-o-placeholder,
.product-details .p-inquire .content form ul li textarea:-o-placeholder {
  color: #666666;
}
.product-details .p-inquire .content form ul li input::-moz-placeholder,
.product-details .p-inquire .content form ul li textarea::-moz-placeholder {
  color: #666666;
}
.product-details .p-inquire .content form ul li input:-ms-input-placeholder,
.product-details .p-inquire .content form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.product-details .p-inquire .content form ul li input:focus::-webkit-input-placeholder,
.product-details .p-inquire .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.product-details .p-inquire .content form ul li input:focus::-o-placeholder,
.product-details .p-inquire .content form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.product-details .p-inquire .content form ul li input:focus::-moz-placeholder,
.product-details .p-inquire .content form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.product-details .p-inquire .content form ul li input:focus::-ms-input-placeholder,
.product-details .p-inquire .content form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.product-details .p-inquire .content form ul li textarea {
  height: 160px;
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire .content form ul li textarea {
    height: 140px;
  }
}
.product-details .p-inquire .content form ul li button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #e3332c;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire .content form ul li button {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire .content form ul li button {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire .content form ul li button {
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .p-inquire .content form ul li button:hover {
    background-color: #bd2924;
  }
}
.product-details .p-inquire .content form ul li:last-child {
  margin-bottom: 0;
}
.equipment .container {
  position: relative;
}
.equipment .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 240px;
  height: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1439px) {
  .equipment .container::before {
    width: 194px;
  }
}
@media screen and (max-width: 1199px) {
  .equipment .container::before {
    display: none;
  }
}
.equipment .left {
  float: left;
  width: 17.0212766%;
}
@media screen and (max-width: 1199px) {
  .equipment .left {
    float: none;
    width: 100%;
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .equipment .left {
    padding: 30px 0;
  }
}
.equipment .left .equipment-nav {
  position: relative;
  background-color: #f9f2f2;
  z-index: 20;
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav {
    background-color: transparent;
  }
}
.equipment .left .equipment-nav .title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  padding: 12px 5px;
  background-color: #e3332c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .equipment .left .equipment-nav .title {
    top: -3px;
  }
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav .title {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 10px 0;
    background-color: transparent;
  }
}
.equipment .left .equipment-nav .title b {
  display: block;
  font-size: 25px;
  line-height: 1.44;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav .title b {
    color: #333;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .equipment .left .equipment-nav .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .equipment .left .equipment-nav .title b {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav ul {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.equipment .left .equipment-nav ul li {
  margin: 1px 0;
  padding: 25px 10px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .equipment .left .equipment-nav ul li {
    margin: 3px 0;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav ul li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .equipment .left .equipment-nav ul li:hover {
    background-color: #e3332c;
  }
  .equipment .left .equipment-nav ul li:hover a {
    color: #fff;
  }
}
.equipment .left .equipment-nav ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.55555556;
  color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .equipment .left .equipment-nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .equipment .left .equipment-nav ul li a {
    font-size: 15px;
  }
}
.equipment .left .equipment-nav ul .active {
  background-color: #e3332c;
}
@media screen and (max-width: 1199px) {
  .equipment .left .equipment-nav ul .active {
    border-radius: 5px;
  }
}
.equipment .left .equipment-nav ul .active a {
  color: #fff;
}
.equipment .right {
  overflow: hidden;
  float: right;
  width: 80.85106383%;
  padding-bottom: 92px;
}
@media screen and (max-width: 1199px) {
  .equipment .right {
    float: none;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .equipment .right {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .equipment .right {
    padding-bottom: 30px;
  }
}
.equipment .right .equipment-list {
  margin: 0 -8px;
  padding: 40px 0 20px;
}
@media screen and (max-width: 1199px) {
  .equipment .right .equipment-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .equipment .right .equipment-list {
    padding-bottom: 10px;
  }
}
.equipment .right .equipment-list li {
  float: left;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .equipment .right .equipment-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .equipment .right .equipment-list li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .equipment .right .equipment-list li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .equipment .right .equipment-list li {
    width: 100%;
  }
}
.equipment .right .equipment-list li .item {
  display: block;
  padding: 7.5px;
  border: 3px solid #e5e5e5;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .equipment .right .equipment-list li .item:hover .pic img {
    transform: scale(1.05);
  }
  .equipment .right .equipment-list li .item:hover .txt p {
    color: #ce0515;
  }
}
.equipment .right .equipment-list li .item .pic .img-box {
  padding-bottom: 67.46031746%;
}
.equipment .right .equipment-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.equipment .right .equipment-list li .item .txt {
  padding: 15px 0 3.5px;
}
@media screen and (max-width: 1439px) {
  .equipment .right .equipment-list li .item .txt {
    padding: 8.5px 0 0;
  }
}
.equipment .right .equipment-list li .item .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.85714286;
  color: #333333;
  text-align: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.new {
  overflow: hidden;
  padding: 87px 0 93px;
}
@media screen and (max-width: 1439px) {
  .new {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .new {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .new {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .new {
    padding: 30px 0;
  }
}
.new .title {
  text-align: center;
}
.new .title i {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .new .title i {
    font-size: 13px;
  }
}
.new .title b {
  display: block;
  padding: 7px 0 37px;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .new .title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .new .title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .new .title b {
    font-size: 20px;
    padding: 5px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .new .title b {
    font-size: 18px;
  }
}
.new .new-list {
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .new .new-list {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
}
.new .new-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .new .new-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.new .new-list li .item {
  position: relative;
  padding: 9px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item:hover .pic img {
    transform: scale(1.05);
  }
  .new .new-list li .item:hover .txt-box .new-name a {
    color: #ce0515;
  }
}
.new .new-list li .item .pic .img-box {
  padding-bottom: 78.70967742%;
}
.new .new-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new .new-list li .item .txt-box {
  padding: 15px 0 25px;
  min-height: 190px;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box {
    padding: 10px 0 0;
    min-height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box {
    padding: 15px 0 22px;
    min-height: 0;
  }
}
.new .new-list li .item .txt-box .new-name {
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new-list li .item .txt-box .new-name a {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.new .new-list li .item .txt-box .date {
  padding-bottom: 14px;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box .date {
    padding-bottom: 0;
  }
}
.new .new-list li .item .txt-box .date i {
  font-style: normal;
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
.new .new-list li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new-list li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
}
.new .new-list li .item .txt-box > a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #e70113;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item .txt-box > a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.new-details {
  padding: 85px 0 90px;
}
@media screen and (max-width: 1439px) {
  .new-details {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .new-details {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .new-details {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details {
    padding: 30px 0;
  }
}
.new-details .title {
  padding-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .new-details .title {
    padding-bottom: 15px;
  }
}
.new-details .title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .new-details .title h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .title h1 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .new-details .title h1 {
    font-size: 18px;
  }
}
.new-details .title span {
  display: inline-block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 2.28571429;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .new-details .title span {
    padding-top: 5px;
  }
}
.new-details .content p {
  font-size: 14px;
  line-height: 2.28571429;
  color: #666666;
}
.new-details .content p img {
  max-width: 100%;
  height: auto;
}
.contact {
  overflow: hidden;
  padding: 80px 0 74px;
}
@media screen and (max-width: 1439px) {
  .contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}
.contact .title {
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .title {
    padding-bottom: 20px;
  }
}
.contact .title i {
  display: inline-block;
  font-size: 14px;
  line-height: 2.57142857;
  color: #999999;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .contact .title i {
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
  .contact .title i {
    font-size: 13px;
  }
}
.contact .title b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .contact .title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .contact .title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .contact .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact .title b {
    font-size: 18px;
  }
}
.contact .title .txt {
  padding-top: 10px;
}
.contact .title .txt p {
  font-style: 14px;
  line-height: 2.57142857;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .contact .title .txt p {
    line-height: 1.6;
  }
}
.contact .info {
  overflow: hidden;
}
.contact .info .left {
  float: left;
  width: 52.4822695%;
}
@media screen and (max-width: 1199px) {
  .contact .info .left {
    width: 100%;
    float: none;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left {
    padding: 20px 0 0;
  }
}
.contact .info .left h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .contact .info .left h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left h2 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .contact .info .left h2 {
    font-size: 18px;
  }
}
.contact .info .left ul {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact .info .left ul {
    padding-top: 30px;
  }
}
.contact .info .left ul::before {
  position: absolute;
  top: 30px;
  left: 49%;
  transform: translateX(-50%);
  width: 1px;
  height: 87.09677419%;
  border: 1px dashed #dcdcdc;
  opacity: 0.8;
}
@media screen and (max-width: 1439px) {
  .contact .info .left ul::before {
    left: 53%;
  }
}
@media screen and (max-width: 1199px) {
  .contact .info .left ul::before {
    display: none;
  }
}
.contact .info .left ul li {
  float: left;
  position: relative;
  width: 58.10810811%;
  padding-left: 53px;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .contact .info .left ul li {
    width: 50%;
    margin-top: 0;
    min-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left ul li {
    padding-top: 55px;
    padding-left: 0;
    min-height: 127px;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .contact .info .left ul li {
    width: 100% !important;
  }
}
.contact .info .left ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e969';
  color: #fff;
  background-color: #e3332c;
}
@media screen and (max-width: 767px) {
  .contact .info .left ul li::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact .info .left ul li::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e3332c;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #e3332c;
}
@media screen and (max-width: 767px) {
  .contact .info .left ul li::after {
    top: 33px;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
  }
}
.contact .info .left ul li b {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
}
.contact .info .left ul li p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .contact .info .left ul li p {
    line-height: 1.5;
  }
}
.contact .info .left ul li p a {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (min-width: 1200px) {
  .contact .info .left ul li p a:hover {
    color: #ce0515;
    text-decoration: underline;
  }
}
.contact .info .left ul li:nth-child(even) {
  float: right;
  width: 41.89189189%;
}
@media screen and (max-width: 1199px) {
  .contact .info .left ul li:nth-child(even) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .left ul li:nth-child(1) {
    width: 100%;
  }
}
.contact .info .left ul li:nth-child(2)::before {
  content: '\e648';
}
.contact .info .left ul li:nth-child(3)::before {
  content: '\e64e';
}
.contact .info .left ul li:nth-child(4)::before {
  content: '\e646';
}
.contact .info .left ul li:nth-child(5)::before {
  content: '\e969';
}
.contact .info .left ul li:nth-child(6)::before {
  content: '\e776';
}
.contact .info .left ul li:nth-child(7)::before {
  content: '\e647';
}
.contact .info .right {
  float: left;
  width: 47.5177305%;
}
@media screen and (max-width: 1199px) {
  .contact .info .right {
    width: 100%;
    float: none;
  }
}
.contact .info .right .map .map-content {
  height: 335px;
}
@media screen and (max-width: 991px) {
  .contact .info .right .map .map-content {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info .right .map .map-content {
    height: 260px;
  }
}
@media screen and (max-width: 480px) {
  .contact .info .right .map .map-content {
    height: 240px;
  }
}
.contact .message .title {
  text-align: left;
  padding: 70px 0 30px;
}
@media screen and (max-width: 1199px) {
  .contact .message .title {
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .contact .message .title {
    padding: 40px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .message .title {
    padding: 30px 0 5px;
  }
}
.contact .message .title > p {
  padding-top: 7px;
  font-size: 14px;
  line-height: 2.57142857;
}
@media screen and (max-width: 767px) {
  .contact .message .title > p {
    padding-top: 3px;
  }
}
.contact .message form ul li {
  margin-bottom: 10px;
}
.contact .message form ul li input,
.contact .message form ul li textarea {
  display: block;
  padding: 14.5px 30px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .contact .message form ul li input,
  .contact .message form ul li textarea {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .message form ul li input,
  .contact .message form ul li textarea {
    padding: 8px 10px;
  }
}
.contact .message form ul li input::-webkit-input-placeholder,
.contact .message form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact .message form ul li input:-o-placeholder,
.contact .message form ul li textarea:-o-placeholder {
  color: #666666;
}
.contact .message form ul li input::-moz-placeholder,
.contact .message form ul li textarea::-moz-placeholder {
  color: #666666;
}
.contact .message form ul li input:-ms-input-placeholder,
.contact .message form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.contact .message form ul li input:focus::-webkit-input-placeholder,
.contact .message form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.contact .message form ul li input:focus::-o-placeholder,
.contact .message form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.contact .message form ul li input:focus::-moz-placeholder,
.contact .message form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.contact .message form ul li input:focus::-ms-input-placeholder,
.contact .message form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.contact .message form ul li textarea {
  height: 170px;
}
@media screen and (max-width: 767px) {
  .contact .message form ul li textarea {
    height: 140px;
  }
}
.contact .message form ul li button {
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #e3332c;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .contact .message form ul li button {
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .contact .message form ul li button {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .message form ul li button {
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .message form ul li button:hover {
    background-color: #bd2924;
  }
}
.contact .message form ul li:last-child {
  margin-bottom: 0;
}
.sitemap {
  padding: 80px 0 60px;
}
@media screen and (max-width: 1199px) {
  .sitemap {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 30px 0 ;
  }
}
.sitemap .title {
  text-align: center;
}
.sitemap .title i {
  display: inline-block;
  font-size: 14px;
  line-height: 2.57142857;
  color: #999999;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .sitemap .title i {
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
  .sitemap .title i {
    font-size: 13px;
  }
}
.sitemap .title b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .sitemap .title b {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap .title b {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .title b {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sitemap .title b {
    font-size: 18px;
  }
}
.sitemap .title .txt {
  padding-top: 10px;
}
.sitemap .title .txt p {
  font-style: 14px;
  line-height: 2.57142857;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .sitemap .title .txt p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .content {
    padding-top: 20px;
  }
}
.sitemap .content .site-list1 a {
  white-space: nowrap;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (min-width: 1200px) {
  .sitemap .content .site-list1 a:hover {
    color: #ce0515;
    text-decoration: underline;
  }
}
.sitemap .content .site-list1 > li {
  padding: 30px 0 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .sitemap .content .site-list1 > li {
    font-size: 15px;
    padding: 25px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .content .site-list1 > li {
    padding: 5px 0;
    margin-bottom: 15px;
  }
}
.sitemap .content .site-list1 > li > a {
  float: left;
  display: inline-block;
  max-width: 120px;
  width: auto;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sitemap .content .site-list1 > li > a {
    float: none;
    max-width: 100%;
  }
}
.sitemap .content .site-list1 > li .site-list2 {
  float: right;
  width: calc(100% - 120px);
  margin: 0 -22px;
}
@media screen and (max-width: 767px) {
  .sitemap .content .site-list1 > li .site-list2 {
    float: none;
    width: 100%;
    margin: 0 -15px;
  }
}
.sitemap .content .site-list1 > li .site-list2 > li {
  float: left;
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  .sitemap .content .site-list1 > li .site-list2 > li {
    padding: 0 15px;
  }
}
