body {
  font-family: 'Source Han Sans CN', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #000;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.am-container {
  max-width: 1440px;
}
a:focus {
  outline: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #AF1E23;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #AF1E23;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .icon-youxiang1:before {
  font-size: 19px;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #AF1E23;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #AF1E23;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #AF1E23;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.index-about {
  padding-top: 70px;
}
.index-about .about-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-about .about-desc {
  color: #666;
}
.index-about .am-g {
  display: flex;
  padding-top: 45px;
}
.index-about .am-g .am-u-md-4 {
  width: calc(33.33333333% - 9px);
}
.index-about .am-g .am-u-md-4:nth-child(2) {
  width: calc(33.33333333% + 18px);
  padding: 0;
}
.index-about .am-g .am-u-md-4:last-child .about-box {
  padding-left: 55px;
}
.index-about .am-g .am-u-md-4:last-child .about-box p {
  padding-right: 0;
}
.index-about .about-box {
  padding-top: 25px;
  margin-bottom: 30px;
}
.index-about .about-box h4 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.index-about .about-box i {
  font-size: 48px;
  color: #AF1E23;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  width: fit-content;
  transition: all 0.35s;
}
.index-about .about-box img{
  width: 48px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.index-about .about-box p {
  line-height: 24px;
  color: #666;
  margin: 0;
  padding-right: 55px;
}
@media screen and (min-width: 991px) {
  .index-about .about-box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
  .index-about .about-box:hover img {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.index-about .about-img {
  width: 100%;
  position: relative;
}
.index-about .about-img > img {
  width: 100%;
  margin-bottom: -22px;
  transform: rotateZ(180deg);
  transition: all 1.5s;
}
.index-about .about-img.movetop .about-car {
  top: 0%;
  transition: all 1.5s;
}
.index-about .about-img.movetop .about-car img {
  opacity: 1;
  transition: all 0.8s;
}
.index-about .about-img.movetop > img {
  transform: rotateZ(0);
  transition: all 1.5s;
}
.index-about .about-img .about-car {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1.5s;
}
.index-about .about-img .about-car img {
  opacity: 0;
  transition: all 0.8s;
}
.index-prod {
  background-image: url(../img/index-prodbg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding-top: 330px;
  padding-bottom: 80px;
  background-color: #111;
}
.index-prod .prod-title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
}
.index-prod .prod-desc {
  line-height: 24px;
  color: #fff;
  width: 500px;
}
.index-prod .prod-slick {
  padding: 0 8px;
}
.index-prod .prod-slick .img-box {
  padding-bottom: 62.59541985%;
}
.index-prod .prod-slick .img-box img {
  transition: all 0.35s;
}
.index-prod .prod-slick .slick-slide > div {
  font-size: 0;
}
.index-prod .prod-slick i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #AF1E23;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.35s;
}
.index-prod .prod-txt {
  background-color: rgba(170, 30, 35, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  transition: all 0.35s;
}
.index-prod .prod-slickbox {
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-slickbox:hover i {
    opacity: 1;
    transition: all 0.35s;
  }
  .index-prod .prod-slickbox:hover .prod-txt {
    background-color: #AF1E23;
    transition: all 0.35s;
  }
  .index-prod .prod-slickbox:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-prod .prod-btn {
  display: flex;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 80px;
}
.index-prod .prod-btn a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #AF1E23;
  border-radius: 50%;
  transition: all 0.35s;
  margin-right: 60px;
  border: 1px solid #AF1E23;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-btn a:hover {
    background-color: #fff;
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.crumbs {
  background-color: #F5F5F5;
}
.crumbs .crumbs-list {
  display: flex;
}
.crumbs .crumbs-box {
  height: 60px;
  display: flex;
  align-items: center;
  margin-right: 55px;
  border-bottom: 3px solid transparent;
}
.crumbs .crumbs-box a {
  color: #000;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .crumbs .crumbs-box a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.crumbs .crumbs-box.active {
  border-color: #AF1E23;
}
.crumbs .crumbs-box.active a {
  color: #AF1E23;
}
.about {
  padding-top: 70px;
  padding-bottom: 30px;
}
.about h1 {
  font-weight: bold;
  color: #AF1E23;
  font-size: 34px;
  margin-bottom: 12px;
}
.about .about-desc {
  font-size: 16px;
  /* font-weight: bold; */
  line-height: 24px;
  margin-bottom: 55px;
  color: #666;
  text-indent: 2em;
}
.about .about-video {
  display: block;
  overflow: hidden;
  position: relative;
}
.about .about-video img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-video i {
  font-size: 20px;
  color: #AF1E23;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 70px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .about .about-video:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-cont .about-contbox {
  display: flex;
  margin-top: 60px;
}
.about .about-cont .about-contbox:first-child {
  flex-direction: row-reverse;
}
.about .about-cont .about-contbox:first-child .about-contimg {
  padding-right: 0;
  padding-left: 45px;
}
.about .about-cont .about-contbox:first-child .about-conttxt {
  padding-left: 0;
  padding-right: 45px;
}
.about .about-cont .about-contbox .about-contimg {
  width: 50%;
  padding-right: 45px;
}
.about .about-cont .about-contbox .about-contimg div {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .about .about-cont .about-contbox .about-contimg div:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-cont .about-contbox .about-contimg img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-cont .about-contbox .about-conttxt {
  width: 50%;
  padding-left: 45px;
  padding-top: 35px;
}
.about .about-cont .about-contbox .about-conttxt h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-right: 160px;
  margin-bottom: 20px;
}
.about .about-cont .about-contbox .about-conttxt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
  margin-bottom: 24px;
  text-indent: 2em;
}
.big-data {
  background-image: url(../img/data-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 84px 0;
}
.big-data .data-list {
  display: flex;
  justify-content: space-around;
}
.big-data .counter-box {
  color: #fff;
  display: flex;
  position: relative;
}
.big-data .counter-box i {
  font-size: 52px;
  line-height: 1;
  margin-right: 20px;
}
.big-data .counter-box:after {
  content: '';
  width: 1px;
  position: absolute;
  height: 60px;
  display: block;
  right: -70px;
  top: -5px;
  background-color: #D6696C;
}
.big-data .counter-box:last-child:after {
  display: none;
}
.big-data .counter-box:first-child:after {
  right: -110px;
}
.big-data .counter-box:nth-child(2):after {
  right: -110px;
}
.big-data .counter-num {
  display: flex;
  font-size: 36px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
  width: 145px;
}
.big-data .counter-cont p {
  margin: 0;
  line-height: 1;
}
.company {
  padding-bottom: 80px;
}
.company .company-box {
  display: flex;
  margin-top: 60px;
  position: relative;
}
.company .company-box:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.company .company-box:nth-child(2n+1) .company-img {
  padding-right: 0;
  padding-left: 45px;
}
.company .company-box:nth-child(2n+1) .company-txt {
  padding-left: 0;
  padding-right: 45px;
}
.company .company-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #DBDBDB;
  position: absolute;
  bottom: -30px;
}
.company .company-box .company-img {
  width: 50%;
  padding-right: 45px;
}
.company .company-box .company-img img {
  width: 100%;
  transition: all 0.35s;
}
.company .company-box .company-img div {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .company .company-box .company-img div:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.company .company-box .company-txt {
  width: 50%;
  padding-left: 45px;
  padding-top: 18px;
}
.company .company-box .company-txt h2 {
  font-size: 36px;
  color: #AF1E23;
  font-weight: bold;
  margin: 0;
}
.company .company-box .company-txt h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
}
.company .company-box .company-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
  margin-bottom: 24px;
}
.company .showMorehandle3 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 140px;
}
.company .showMorehandle3 span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #959595;
  transition: all 0.35s;
}
.company .showMorehandle3 i {
  border: 1px solid #DDDDDD;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #666;
  margin-left: 16px;
  transition: all 0.35s;
}
.company .showMorehandle3 .load_more {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .company .showMorehandle3 .load_more:hover span {
    color: #AF1E23;
    border-color: #AF1E23;
    transition: all 0.35s;
  }
  .company .showMorehandle3 .load_more:hover i {
    background-color: #AF1E23;
    border-color: #AF1E23;
    color: #fff;
    transition: all 0.35s;
  }
}
.innovation {
  padding-top: 80px;
}
.innovation .innovation-img {
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
.innovation .innovation-img:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .innovation .innovation-img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.innovation .innovation-img img {
  transition: all 0.35s;
}
.innovation .innovation-list {
  display: flex;
  padding-bottom: 75px;
  border-bottom: 1px solid #DBDBDB;
}
.innovation .innovation-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px 20px 0;
}
.innovation .img-box {
  padding-bottom: 62.42424242%;
}
.innovation .innovation-head h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.innovation .innovation-head p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
  margin-bottom: 55px;
  text-indent: 2em;
}
.innovation .innovation-cont {
  padding-top: 80px;
}
.innovation .innovation-cont h2 {
  margin-bottom: 20px;
}
.innovation .innovation-cont h4 {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
}
.innovation .innovation-cont p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
  font-weight: 400;
}
.innovation .innovation-cont .innovation-contbox {
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px solid #DBDBDB;
}
.innovation .innovation-cont .innovation-contbox:nth-child(n+2) {
  padding-top: 80px;
}
.innovation .innovation-cont .innovation-contbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.innovation .innovation-cont .innovation-contbox:nth-child(2n) .innovation-imgbox {
  padding-right: 0;
  padding-left: 45px;
}
.innovation .innovation-cont .innovation-contbox:nth-child(2n) .innovation-txtbox {
  padding-left: 0;
  padding-right: 45px;
}
.innovation .innovation-cont .innovation-imgbox {
  width: 50%;
  padding-right: 45px;
}
.innovation .innovation-cont .innovation-imgbox img {
  width: 100%;
  transition: all 0.35s;
}
.innovation .innovation-cont .innovation-imgbox div {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .innovation .innovation-cont .innovation-imgbox div:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.innovation .innovation-cont .innovation-txtbox {
  width: 50%;
  padding-left: 45px;
  padding-top: 30px;
}
.innovation .innovation-cont ul {
  margin: 0;
  padding: 0;
}
.innovation .innovation-cont li {
  list-style: none;
  padding-left: 10px;
  position: relative;
  font-size: 20px;
  color: #666;
  line-height: 1;
  margin-bottom: 40px;
}
.innovation .innovation-cont li:before {
  content: '';
  width: 5px;
  height: 1px;
  background-color: #AF1E23;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.relations-details {
  padding-top: 110px;
  padding-bottom: 75px;
}
.relations-details .details-date {
  background-color: #F7F7F7;
  height: 60px;
}
.relations-details .details-datebox {
  height: 60px;
  display: flex;
  align-items: center;
  color: #666;
}
.relations-details .details-datebox i {
  font-size: 14px;
  margin-right: 10px;
}
.relations-details h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 38px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 45px;
  padding-top: 50px;
}
.relations-details .relations-detacont p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.join {
  padding-top: 80px;
  padding-bottom: 70px;
}
.join h2 {
  font-size: 36px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.join .join-box {
  display: flex;
  width: 100%;
  height: 78px;
}
.join .join-box a {
  width: 260px;
  background-color: #AF1E23;
  color: #fff;
  border: none;
  font-size: 23px;
  font-weight: 500;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .join .join-box a:hover {
    background-color: #000;
    transition: all 0.35s;
  }
}
.join .join-box input[type="text"] {
  width: calc(100% - 260px);
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  transition: all 0.35s;
  font-size: 20px;
  padding: 0 30px;
}
.join .join-box input[type="text"]:focus {
  outline: none;
  border-color: #AF1E23;
  transition: all 0.35s;
}
.join .join-box *::-webkit-input-placeholder {
  color: #000;
}
.join .join-box *:-moz-placeholder {
  /* FF 4-18 */
  color: #000;
}
.join .join-box *::-moz-placeholder {
  /* FF 19+ */
  color: #000;
}
.join .join-box *:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.issue {
  padding-top: 80px;
  padding-bottom: 80px;
}
.issue h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
}
.issue .issue-box {
  border: 1px solid #DBDBDB;
  padding: 30px;
}
@media screen and (min-width: 991px) {
  .issue .issue-box:hover .issue-title a {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.issue .issue-date {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #DBDBDB;
}
.issue .issue-date i {
  font-size: 14px;
  margin-right: 10px;
}
.issue .issue-datebox {
  align-items: center;
  display: flex;
}
.issue .issue-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  padding-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.issue .issue-title a {
  color: #000;
  transition: all 0.35s;
}
.issue [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.issue .am-u-md-4:nth-child(n+4) {
  margin-top: 30px;
}
.issue .showMorehandle {
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}
.issue .showMorehandle span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #959595;
}
.issue .showMorehandle i {
  border: 1px solid #DDDDDD;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #666;
  margin-left: 16px;
}
.issue .showMorehandle .load_more {
  display: flex;
  align-items: center;
}
.relations-link {
  background-color: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.relations-link .img-box {
  padding-bottom: 62.37037037%;
}
.relations-link .relations-linklist {
  display: flex;
}
.relations-link .relations-linkbox {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.relations-link .relations-linkbox:last-child {
  margin-right: 0;
}
.relations-link h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
}
.relations-link .relations-linkimg i {
  font-size: 26px;
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  background-color: #AF1E23;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 86px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.relations-link .relations-linkimg img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .relations-link .relations-linkimg:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.relations-contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
.relations-contact h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
}
.relations-contact .relations-contactbox {
  display: flex;
}
.relations-contact .relations-contactimg {
  width: 50%;
  overflow: hidden;
}
.relations-contact .relations-contactimg img {
  width: 100%;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .relations-contact .relations-contactimg:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.relations-contact .relations-contacttxt {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 80px;
  background-image: url(../img/relations-contact2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.relations-contact .relations-contacttxt h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.relations-contact .relations-contacttxt ul {
  margin: 0;
  padding: 0;
}
.relations-contact .relations-contacttxt li {
  list-style: none;
  display: flex;
  border-top: 1px dashed #DBDBDB;
  padding-top: 28px;
  padding-bottom: 24px;
}
.relations-contact .relations-contacttxt li:last-child {
  border-bottom: 1px dashed #DBDBDB;
}
.relations-contact .relations-contacttxt p {
  margin: 0;
  position: relative;
}
.relations-contact .relations-contacttxt p:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 2px;
  display: block;
  background-color: #D8A6A6;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.relations-contact .relations-contacttxt i {
  color: #AF1E23;
  margin-right: 30px;
}
.relations-contact .relations-contacttxt a,
.relations-contact .relations-contacttxt span {
  color: #666;
}
@media screen and (min-width: 991px) {
  .relations-contact .relations-contacttxt a:hover {
    text-decoration: underline;
  }
}
.news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news .img-box {
  padding-bottom: 62.7%;
}
.news .topping {
  display: flex;
}
.news .topping .news-desc {
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news .topping .news-desc p {
  margin: 0;
}
.news .topping .news-date {
  color: #AF1E23;
}
.news .topping h4 {
  font-size: 20px;
  font-weight: 500;
  padding-right: 180px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .topping .news-more {
  position: absolute;
  line-height: 1;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  bottom: 30px;
  transition: all 0.35s;
}
.news .topping .news-more i {
  font-size: 12px;
  margin-left: 15px;
}
.news .topping img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .news .topping:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .topping:hover .news-more {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.news .top-newsimg {
  width: 50%;
  padding-right: 15px;
}
.news .top-newstxt {
  padding-left: 15px;
  width: 50%;
  position: relative;
}
.news .top-newstxtbox {
  padding-left: 20px;
  padding-top: 25px;
  height: 100%;
  border-bottom: 1px solid #DBDBDB;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 75px;
}
.news .news-list .news-box {
  width: calc(33.33333333% - 40px);
  margin-right: 60px;
}
.news .news-list .news-box:nth-child(3n) {
  margin-right: 0;
}
.news .news-list .news-box:nth-child(n+4) {
  margin-top: 55px;
}
.news .news-list .news-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .news .news-list .news-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.news .news-list .news-txthead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #DBDBDB;
}
.news .news-list .news-title {
  width: 275px;
  height: 40px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding-right: 10px;
  max-width: calc(100% - 83px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-list .news-date {
  line-height: 20px;
  color: #AF1E23;
  width: 83px;
}
.news .news-list .news-txt {
  padding-top: 35px;
}
.news .news-list .news-desc {
  line-height: 24px;
  color: #666;
  padding-top: 25px;
  height: 73px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #AF1E23;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #AF1E23;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D0D0D0;
  line-height: 30px;
  color: #666;
  margin-left: 17px;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #AF1E23;
  color: #fefefe;
  transition: all 0.35s;
  border-color: #AF1E23;
}
.pagenum a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #AF1E23;
    color: #fff;
    transition: all 0.35s;
    border-color: #AF1E23;
  }
}
.pagenum i {
  font-size: 14px;
  display: block;
}
.culture {
  overflow: hidden;
  padding: 80px 0;
}
.culture .culture-num {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 2px #E6E6E6;
  text-transform: uppercase;
  line-height: 54px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #DBDBDB;
}
.culture .culture-box {
  display: flex;
}
.culture .culture-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.culture .culture-box:nth-child(2n) .culture-img {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 15px;
}
.culture .culture-box:nth-child(2n) .culture-txt {
  padding-left: 105px;
  padding-right: 0;
  text-align: right;
}
.culture .culture-box:nth-child(2n) .culture-txt p {
  padding-right: 0;
  padding-left: 90px;
}
.culture .culture-box:nth-child(n+2) {
  margin-top: 60px;
}
.culture .culture-txt {
  width: 50%;
  padding-right: 105px;
  padding-top: 60px;
}
.culture .culture-txt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #AF1E23;
  margin: 0;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 12px;
}
.culture .culture-txt h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.culture .culture-txt p {
  line-height: 30px;
  color: #666;
  margin: 0;
  padding-right: 80px;
}
.culture .culture-img {
  width: 50%;
  display: flex;
  padding-left: 15px;
  position: relative;
}
.culture .culture-img img {
  transition: all 0.35s;
}
.culture .culture-img div {
  position: absolute;
  overflow: hidden;
}
.culture .culture-img div:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.humanistic {
  padding-top: 80px;
  padding-bottom: 80px;
}
.humanistic h2 {
  font-size: 36px;
  line-height: 32px;
  font-weight: bold;
  color: #AF1E23;
  margin: 0;
  margin-bottom: 12px;
  text-indent: -0.5em;
}
.humanistic h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.humanistic p {
  line-height: 30px;
  color: #666;
  margin: 0;
}
.humanistic .humanistic-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}
.humanistic .humanistic-img img {
  width: 100%;
}
.humanistic .humanistic-imgbox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  overflow: hidden;
}
.humanistic .humanistic-imgbox img {
  transition: all 0.35s;
}
.humanistic .humanistic-imgbox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .humanistic .humanistic-imgbox:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.team-list {
  padding: 0;
  margin: 0 -15px;
  padding-top: 0;
  padding-bottom: 60px;
}
.team-list > li {
  margin-top: 30px;
  width: 25%;
  padding: 0 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.team-list > li p {
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 5px;
}
.team-list .pic-box {
  overflow: hidden;
  display: block;
}
.team-list img {
  display: block;
  width: 100%;
}
.team-list .name {
  text-align: center;
  font-size: 17px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .team-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team-list > li {
    margin-top: 15px;
  }
  .team-list > li p {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .team-list > li {
    width: 33.33333333%;
  }
  .team-list .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .team-list > li {
    padding: 0 10px;
  }
  .team-list {
    margin: 0 -5px;
  }
}
@media (max-width: 575px) {
  .team-list {
    margin-top: -15px;
    padding-bottom: 0;
  }
  .team-list > li {
    margin-top: 15px;
    padding: 0 8px;
  }
  .team-list .name {
    font-size: 14px;
  }
  .team-list > li p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .team-list > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .team-list .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .team-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .team-list .item:hover .name {
    color: #ff8161;
  }
}
@media (max-width: 767px) {
  .team-list .name {
    font-size: 15px;
    margin-top: 5px;
  }
}
.honor {
  padding-bottom: 80px;
}
.honor .desc{
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-indent: 2em;
  margin-top: 40px;
}
.honor .showMorehandle2 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
}
.honor .showMorehandle2 span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #959595;
}
.honor .showMorehandle2 i {
  border: 1px solid #DDDDDD;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #666;
  margin-left: 16px;
}
.honor .showMorehandle2 .load_more {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .honor .showMorehandle2 .load_more:hover span {
    color: #AF1E23;
    border-color: #AF1E23;
    transition: all 0.35s;
  }
  .honor .showMorehandle2 .load_more:hover i {
    background-color: #AF1E23;
    border-color: #AF1E23;
    color: #fff;
    transition: all 0.35s;
  }
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.map {
  width: 555px;
  height: 940px;
  margin-left: 30px;
}
.map .map-content {
  width: 555px;
  height: 940px;
}
.contact {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: url('../img/contact-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.contact h1 {
  font-size: 36px;
  line-height: 32px;
  font-weight: bold;
}
.contact .contact-addr {
  color: #666;
  line-height: 30px;
}
.contact ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: 50px;
  border-bottom: 1px solid #DBDBDB;
}
.contact li {
  list-style: none;
  width: calc(33.33333333% - 40px);
  margin-right: 60px;
  padding-bottom: 55px;
}
.contact li:nth-child(3n) {
  margin-right: 0;
}
.contact li p {
  margin: 0;
  line-height: 22px;
}
.contact li p a {
  color: #000;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact li p a:hover {
    color: #AF1E23;
    text-decoration: underline;
    transition: all 0.35s;
  }
}
.contact li h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #AF1E23;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
}
.contact .contact-form {
  padding-right: 30px;
  padding-top: 80px;
}
.contact .contact-form h2 {
  font-size: 36px;
  line-height: 32px;
  font-weight: bold;
}
.contact .contact-form form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.contact .contact-form input[type="text"] {
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #DBDBDB;
  height: 60px;
  padding: 0 22px;
  margin-bottom: 20px;
  transition: all 0.35s;
  background-color: transparent;
}
.contact .contact-form input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-form input[type="text"]:focus {
  outline: none;
  border-color: #AF1E23;
  transition: all 0.35s;
}
.contact .contact-form textarea {
  width: 100%;
  resize: none;
  height: 250px;
  border: 1px solid #DBDBDB;
  padding: 15px 22px;
  transition: all 0.35s;
  margin-bottom: 30px;
  background-color: transparent;
}
.contact .contact-form textarea:focus {
  outline: none;
  border-color: #AF1E23;
  transition: all 0.35s;
}
.contact .contact-form button {
  width: 160px;
  height: 48px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  outline: none;
  border: none;
}
.contact .contact-form button span {
  font-weight: 500;
  font-size: 14px;
  margin-right: 45px;
}
.contact .contact-form button i {
  font-size: 12px;
}
@media screen and (min-width: 991px) {
  .contact .contact-form button:hover {
    background-color: #AF1E23;
    transition: all 0.35s;
  }
}
.banner {
  overflow: hidden;
  background-color: #161616;
}
.banner img {
  width: 100%;
}
.banner .control-links {
  display: flex;
  min-width: auto;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  top: auto;
  padding: 0 15px;
}
.banner .control-links li {
  margin: 0 3px;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.banner .control-links li.active {
  width: 19px;
  transition: all 0.35s;
}
.banner a.slider-nav {
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.35s;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (min-width: 991px) {
  .banner a.slider-nav:hover {
    color: #AF1E23;
    border-color: #AF1E23;
    transition: all 0.35s;
  }
}
.banner a.slider-nav:before {
  font-family: 'iconfont' !important;
}
.banner a.slider-nav.prev:before {
  content: '\e6c8';
}
.banner a.slider-nav.next:before {
  content: '\e62a';
}
.banner a.slider-nav.prev {
  left: 100px;
}
.banner a.slider-nav.next {
  right: 100px;
}
.header-search {
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  padding-right: 0;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
}
.header-search i {
  font-size: 24px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a > i {
    color: #AF1E23;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #AF1E23;
  border-color: #AF1E23;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.am-sticky-placeholder {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1010;
  background-color: transparent;
}
header {
  transition: all 0.35s;
  background-color: transparent;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1010;
}
header.prod-detaheader {
  background-color: #fff;
  transition: all 0.35s;
}
header.prod-detaheader .header-stock {
  color: #000;
  transition: all 0.35s;
}
header.prod-detaheader .header .nav .nav-list1 > li > a {
  color: #000;
  transition: all 0.35s;
}
header.prod-detaheader .header-search a {
  color: #000;
  transition: all 0.35s;
}
header.prod-detaheader .header-language a span {
  color: #000;
  transition: all 0.35s;
}
header.prod-detaheader .header .nav-collapse .btn-line:nth-child(3),
header.prod-detaheader .header .nav-collapse .btn-line:nth-child(1) {
  background-color: #000;
}
header.prod-detaheader .header .nav-collapse .btn-line {
  background-color: #000;
}
header.am-sticky {
  background-color: #fff;
  transition: all 0.35s;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
header.am-sticky .header-stock {
  color: #000;
  transition: all 0.35s;
}
header.am-sticky .header .nav .nav-list1 > li > a {
  color: #000;
  transition: all 0.35s;
}
header.am-sticky .header-search a {
  color: #000;
  transition: all 0.35s;
}
header.am-sticky .header-language a span {
  color: #000;
  transition: all 0.35s;
}
header .header-cont {
  display: flex;
  height: 110px;
  justify-content: space-between;
}
header .header-logo {
  display: flex;
  align-items: center;
}
header .header-stock {
  color: #fff;
  transition: all 0.35s;
}
header .header-logobox {
  height: 30px;
  margin-right: 20px;
}
header .header-logobox a {
  display: block;
  height: 100%;
}
header .header-logobox img {
  height: 100%;
  display: block;
}
header .header-btngroup {
  display: flex;
  position: relative;
  padding-left: 30px;
}
header .header-btngroup:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #CCCCCC;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
header .header-btn {
  display: flex;
  align-items: center;
}
header .header-language {
  display: flex;
  align-items: center;
}
header .header-language img {
  width: 30px;
  height: 30px;
}
header .header-language a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover span {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
header .header-language a span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.35s;
}
.pro-cate {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}
.pro-cate .pro-cateall {
  width: calc(75% - 30px);
}
.pro-cate .prod-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-cate .prod-head h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.pro-cate .prod-crumbs {
  display: flex;
}
.pro-cate .prod-crumbs span {
  display: flex;
  align-items: center;
}
.pro-cate .prod-crumbs span:nth-child(n+2):before {
  display: block;
  content: '>';
  padding: 0 5px;
}
.pro-cate .prod-crumbs span i {
  color: #666;
  font-size: 18px;
  margin-right: 10px;
}
.pro-cate .prod-crumbs span a {
  color: #666;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .pro-cate .prod-crumbs span a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.pro-cate .pro-catelist {
  margin-top: 40px;
  border-top: 1px solid #DBDBDB;
  padding-top: 40px;
  padding-bottom: 38px;
}
.pro-cate .pro-catelist:after {
  content: '';
  display: block;
  clear: both;
}
.pro-cate .pro-catelist .pro-catebox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
}
.pro-cate .pro-catelist .pro-catebox .img-box {
  padding-bottom: 62.59541985%;
}
.pro-cate .pro-catelist .pro-catebox img {
  transition: all 0.35s;
}
.pro-cate .pro-catelist .pro-catebox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .pro-cate .pro-catelist .pro-catebox:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .pro-cate .pro-catelist .pro-catebox:hover .pro-catetitle {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
.pro-cate .pro-catetitle {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding: 20px 10px 5px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.list-l {
  background-clip: content-box;
  width: calc(25% + 30px);
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #AF1E23;
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 40px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
}
.list-l .menu1 > li {
  color: #666666;
  margin-bottom: 5px;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li.active > a {
  font-weight: bold;
  color: #AF1E23;
}
.list-l .menu1 > li.active > a span:after {
  transform: translateY(-50%) rotateZ(180deg);
  transition: all 0.35s;
}
.list-l .menu1 > li.more > a:after {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 0;
  padding-left: 30px;
  border-bottom: 1px solid #DCDCDC;
}
.list-l .menu1 > li > a span {
  display: block;
  width: 100%;
  position: relative;
}
.list-l .menu1 > li > a span:after {
  content: '\e96b';
  position: absolute;
  right: 30px;
  font-size: 10px;
  font-family: 'iconfont' !important;
  transition: all 0.35s;
  line-height: 1;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
}
.list-l .menu2 {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 50px;
  border-bottom: 1px solid #DCDCDC;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li.active > a span {
  border-bottom: 1px solid #AF1E23;
  color: #AF1E23;
}
.list-l .menu2 > li > a {
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  line-height: 20px;
  padding: 7px 0;
  color: #666;
  height: auto;
}
.list-l .menu2 > li > a:hover span {
  border-color: #AF1E23;
  color: #AF1E23;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span:before {
  content: ' -';
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '- ';
}
@media (max-width: 1469px) {
  .list-l .menu1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .list-l .menu1 > li {
    font-size: 15px;
  }
}
.pro-details {
  padding-top: 40px;
  padding-bottom: 60px;
}
.pro-details .pro-details-thumbslick {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  vertical-align: top;
  overflow: hidden;
  padding-top: 20px;
}
.pro-details .pro-details-thumbslick .slick-slide {
  padding: 0 10px;
}
.pro-details .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.pro-details .pro-details-thumbslick .item {
  position: relative;
  padding: 1px;
  background-color: #F7F7F7;
  transition: all 0.35s;
}
.pro-details .pro-details-thumbslick .slick-current .item {
  background-color: #AF1E23;
  transition: all 0.35s;
}
.pro-details .pro-details-thumbslick .item-video:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #AF1E23;
  z-index: 100;
}
.pro-details .pro-details-thumbslick .item-video:after {
  content: '\e600';
  font-family: 'iconfont' !important;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  color: #fff;
  opacity: 1;
}
.pro-details .pro-details-thumbslick .slick-list {
  margin: 0 50px;
}
.pro-details .pro-details-topslick {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pro-details .pro-details-topslick .item div {
  border: 1px solid #DCDCDC;
}
.pro-details .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.pro-details .slick-prev {
  left: 27px;
  z-index: 100;
}
.pro-details .slick-prev:before {
  color: #999;
  content: '\e6c8';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.pro-details .slick-prev,
.pro-details .slick-next {
  width: 14px;
  height: 14px;
}
.pro-details .slick-next {
  right: 27px;
  z-index: 100;
}
.pro-details .slick-next:before {
  color: #999;
  content: '\e62a';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.pro-details .pro-details-slick {
  display: flex;
}
.pro-details iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro-details .pro-details-thumbs {
  width: 880px;
  display: inline-block;
  vertical-align: middle;
}
.pro-details .pro-details-thumbs .carousel-wrap > div {
  font-size: 0;
  display: flex;
  flex-direction: column;
}
.pro-details .pro-details-thumbs .img-box {
  padding-bottom: 62.59541985%;
}
.pro-details .pro-details-cont {
  width: calc(100% - 880px);
  display: inline-block;
  vertical-align: top;
  padding-left: 90px;
  padding-top: 20px;
}
.pro-details .pro-details-cont h1 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 32px;
  margin-bottom: 25px;
}
.pro-details .pro-details-desc {
  color: #666;
  line-height: 18px;
  padding-right: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
}
.pro-details .pro-details-summary {
  padding: 35px 0 20px;
  margin-bottom: 10px;
  min-height: 180px;
}
.pro-details .pro-details-summary h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.pro-details .pro-details-summary p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.pro-details .make-inquiry {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #000;
  color: #fff;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  justify-content: center;
  transition: all 0.35s;
}
.pro-details .make-inquiry i {
  font-size: 20px;
  margin-right: 12px;
}
@media screen and (min-width: 991px) {
  .pro-details .make-inquiry:hover {
    background-color: #AF1E23;
    transition: all 0.35s;
  }
}
.pro-details .prodetails-share {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.pro-details .prodetails-share > span {
  color: #666;
}
.pro-details .prodetails-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.pro-details .button-group2 {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.pro-details .button-group2 a {
  width: calc(50% - 15px);
  margin-right: 30px;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  align-items: center;
  color: #666;
  transition: all 0.35s;
}
.pro-details .button-group2 a:last-child {
  margin-right: 0;
}
.pro-details .button-group2 a span {
  font-weight: 500;
  font-size: 14px;
}
.pro-details .button-group2 a i {
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .pro-details .button-group2 a:hover {
    border-color: #AF1E23;
    color: #fff;
    background-color: #AF1E23;
    transition: all 0.35s;
  }
}
.pro-details .pro-pagetitle {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding-top: 80px;
  line-height: 32px;
  margin-bottom: 35px;
}
.pro-details .prodetails-cont {
  margin-bottom: 5px;
}
.pro-details .prodetails-contbox p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.pro-details .prodetails-contbox img {
  max-width: 100%;
  height: auto!important;
}
.pro-details .prodetails-inquiry {
  margin-bottom: 10px;
}
.pro-details .prodetails-inquiry .pro-pagetitle {
  margin-bottom: 20px;
}
.pro-details .prodetails-inquiry .inquiry-desc {
  color: #666;
}
.pro-details .prodetails-inquiry form {
  font-size: 0;
  padding-top: 20px;
}
.pro-details .prodetails-inquiry input[type="text"] {
  font-size: 16px;
  color: #000;
  border: 1px solid #E1E1E1;
  margin-right: 30px;
  width: calc(33.33333333% - 20px);
  height: 54px;
  padding: 0 20px;
  transition: all 0.35s;
  margin-bottom: 20px;
}
.pro-details .prodetails-inquiry input[type="text"]:focus {
  outline: none;
  border-color: #AF1E23;
  transition: all 0.35s;
}
.pro-details .prodetails-inquiry input[type="text"]:nth-child(4) {
  margin-right: 0;
}
.pro-details .prodetails-inquiry input[type="text"]:nth-child(5) {
  margin-right: 0;
  width: 100%;
}
.pro-details .prodetails-inquiry input[type="text"]:first-child {
  width: 100%;
  margin-right: 0;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.pro-details .prodetails-inquiry input[type="text"]:first-child:focus {
  border-color: #F7F7F7;
}
.pro-details .prodetails-inquiry *::-webkit-input-placeholder {
  color: #888;
}
.pro-details .prodetails-inquiry *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
}
.pro-details .prodetails-inquiry *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
}
.pro-details .prodetails-inquiry *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}
.pro-details .prodetails-inquiry textarea {
  font-size: 16px;
  border: 1px solid #E1E1E1;
  padding: 20px;
  transition: all 0.35s;
  resize: none;
  width: 100%;
  height: 170px;
  margin-bottom: 30px;
}
.pro-details .prodetails-inquiry textarea:focus {
  border-color: #AF1E23;
  transition: all 0.35s;
  outline: none;
}
.pro-details .prodetails-inquiry button {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  outline: none;
  border: none;
  width: 160px;
  height: 48px;
  border: 1px solid #000;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.35s;
}
.pro-details .prodetails-inquiry button i {
  font-size: 12px;
  margin-left: 45px;
}
.pro-details .prodetails-inquiry button:hover {
  background-color: #AF1E23;
  border-color: #AF1E23;
  transition: all 0.35s;
}
.pro-details .pro-catelist {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0;
}
.pro-details .pro-catelist .pro-catebox {
  padding: 0 15px;
  margin: 0;
}
.pro-details .pro-catelist .pro-catebox:hover .pro-catetitle {
  color: #AF1E23;
  transition: all 0.35s;
}
.pro-details .pro-catelist .pro-catebox:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.pro-details .pro-catelist .img-box {
  padding-bottom: 62.59541985%;
}
.pro-details .pro-catelist img {
  transition: all 0.35s;
}
.pro-details .pro-catelist .pro-catetitle {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding: 20px 10px 5px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.pro-details .new-products .pro-pagetitle {
  margin-bottom: 30px;
}
.pro-details .new-products .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.pro-details .new-products .slick-prev:before {
  content: '\e6c8';
  transform: rotate(0);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 35px;
}
.pro-details .new-products .slick-next {
  right: 15px;
  bottom: auto;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pro-details .new-products .slick-next:before {
  content: '\e62a';
  transform: rotate(0);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 35px;
}
.pro-details .new-products .slick-prev,
.pro-details .new-products .slick-next {
  width: 35px;
  height: 35px;
  opacity: 0;
  transition: all 0.35s;
}
.pro-details .new-products .newproducts-slick:hover .slick-prev,
.pro-details .new-products .newproducts-slick:hover .slick-next {
  opacity: 1;
  transition: all 0.35s;
}
.prod-detacrumbs {
  padding-top: 110px;
  background-color: #F7F7F7;
}
.prod-detacrumbs .prod-detacrumbsbox {
  height: 60px;
  display: flex;
  align-items: center;
}
.prod-detacrumbs .prod-detacrumbsbox span {
  display: flex;
  align-items: center;
}
.prod-detacrumbs .prod-detacrumbsbox span:nth-child(n+2):before {
  display: block;
  content: '>';
  padding: 0 5px;
}
.prod-detacrumbs .prod-detacrumbsbox span i {
  color: #666;
  font-size: 18px;
  margin-right: 10px;
}
.prod-detacrumbs .prod-detacrumbsbox span a {
  color: #666;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-detacrumbs .prod-detacrumbsbox span a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
footer {
  background-color: #000;
  padding-top: 70px;
  color: #f0f0f0;
}
footer .footer-msg .footer-logo {
  height: 30px;
  margin-bottom: 35px;
}
footer .footer-msg .footer-logo img {
  height: 100%;
}
footer .footer-msg p {
  margin: 0;
  line-height: 24px;
}
footer .footer-msg a {
  color: #f0f0f0;
  line-height: 24px;
  display: block;
  width: fit-content;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-msg a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
footer .am-u-md-6 {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-link {
  width: 50%;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link li a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
footer .footer-link a {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 991px) {
  footer .footer-link a:hover {
    text-decoration: underline;
  }
}
footer .footer-link h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .footer-link .footer-share {
  height: 22px;
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
  margin-top: 30px;
}
footer .footer-link .footer-share a {
  color: #fff;
  font-size: 34px;
  margin-right: 60px;
  margin-bottom: 45px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link .footer-share a:hover {
    text-decoration: none;
    color: #AF1E23;
    transition: all 0.35s;
  }
}
footer .footer-link2 {
  width: 100%;
}
footer .footer-link2 p {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 0;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 0;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0px!important;
  margin-bottom: 30px!important;
}
footer .footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-top: 35px;
  border-top: 1px solid #242424;
  padding: 15px 0;
}
footer .footer-bot a {
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-bot a:hover {
    color: #AF1E23;
    transition: all 0.35s;
  }
}
footer .footer-botmsg {
  display: flex;
  align-items: center;
}
footer .footer-botmsg p {
  margin: 0;
}
footer .footer-botmsg p:first-child {
  margin-right: 25px;
}
footer .footer-botmsg > a:nth-child(2) {
  margin-right: 45px;
}
footer .footer-botmsg > span {
  margin-left: 10px;
}
.site-map {
  padding-top: 110px;
  padding-bottom: 60px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: capitalize;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 240px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #AF1E23;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #AF1E23;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #AF1E23;
  text-decoration: underline;
  transition: all 0.35s;
}
.slider-caption.bottom{
    display: none!important;
}





.notice {
  overflow: hidden;
  padding: 80px 0;
}
.notice .notice-all {
  display: flex;
  align-items: flex-start;
}
.notice .notice-nav {
  display: flex;
  flex-direction: column;
  width: 200px;
  padding-left: 40px;
  position: relative;
}
.notice .notice-nav:before {
  content: '';
  background-color: #808080;
  width: 2px;
  height: calc(100% - 10px);
  top: 6px;
  left: 7px;
  position: absolute;
}
.notice .notice-nav .box {
  font-size: 26px;
  line-height: 1;
  position: relative;
}
.notice .notice-nav .box.active a {
  color: #AF1E23;
}
.notice .notice-nav .box.active:after {
  background-color: #AF1E23;
}
.notice .notice-nav .box:nth-child(n+2) {
  margin-top: 25px;
}
.notice .notice-nav .box a {
  color: #222;
}
.notice .notice-nav .box:after {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -37px;
  top: 20%;
}
.notice .notice-cont {
  width: calc(100% - 200px);
  padding-left: 40px;
  position: relative;
  min-height: 600px;
}
.notice .notice-cont:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #787878;
  position: absolute;
  top: 0;
  left: 7px;
}
.notice .notice-cont .cont-box {
  display: none;
}
.notice .notice-cont .cont-box.active {
  display: block;
}
.notice .notice-cont .tit {
  font-size: 38px;
  color: #AF1E23;
  line-height: 65px;
  margin-top: 20px;
  position: relative;
}
.notice .notice-cont .tit:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #787878;
  position: absolute;
  left: -40px;
  top: 20px;
  background-color: #fff;
}
.notice .notice-cont .tit:after {
  width: 8px;
  height: 8px;
  background-color: #AF1E23;
  content: '';
  position: absolute;
  left: -36px;
  top: 24px;
  border-radius: 50%;
}
.notice .notice-cont .list > div:last-child {
  margin-bottom: 100px;
}
.notice .notice-cont .list > div a {
  font-size: 18px;
  line-height: 40px;
  color: #737373;
  transition: all 0.35s;
}
.notice .notice-cont .list > div a:hover {
  color: #AF1E23;
  transition: all 0.35s;
}







.zi_zheng{
  position: relative;
  width: 100% !important;
  height: auto !important;

}

.zi_zheng p{
  position: absolute;
  left: 8%;
  top:40px;
  color: #fff;
  width: 90%;
}
.zi_zheng p span{
  width: 100%;
  display: block;
  margin-top: 10px;
}
.zy_name{
  position: relative;
  font-size: 20px;
}
.zy_name::before{
  content: "";
  position: absolute;
  left: -10px;
  top:3px;
  width: 2px;
  height: 23px;
  background:#00effa ;
}
.zy_company{
  color: #CCCCCC;
  font-size: 16px;
}
.hide1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;

}
.zizhi a{
  position: relative;
  width: 323px;
  height: 206px;
  margin-top: 60px;
}
.hide1 img{
  width: 100%;
  height: auto;
}



.picBox{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 50% -138px;
  animation: 200ms ease-out 0ms 1 normal forwards;
}

.show1,
.hide1{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hide1{

  transform: translate3d(0,0,-1px);
  /* 3D绌洪棿鍐呯Щ鍔ㄤ竴涓厓绱犵殑浣嶇疆 */
}


.in-bottom .hide1,
.out-bottom .hide1 {
    transform-origin: 0% 0% 0;
    transform: translate3d(0, 100%, 0) rotate3d(-1,0,0,90deg);
}
.in-bottom .picBox{
    animation-name: in-bottom;
    animation-play-state: running;
}
.out-bottom .picBox{
    animation-name: out-bottom;
    animation-play-state: running;
}
@keyframes in-bottom {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(1,0,0,90deg)}
}
@keyframes out-bottom {
    from  {transform: rotate3d(1,0,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}


.honor-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
.honor-list:after{
  width: 396px;
  content: '';
}

.honor-list .img-box{
  padding-bottom: 69.6969697%;
  width: 100%;
}

.honor-list .box{
  width: 396px;
}
.honor-list .box:nth-child(n+4){
  margin-top: 60px;
}
.honor-list .box a{
  position: relative;
  display: block;
  padding-bottom: 69.6969697%;
}

.honor-list .flex{
  pointer-events: none;
}
.honor-list .fans_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show1, .hide1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.honor-list p {
  position: absolute;
  left: 8%;
  top: 40px;
  color: #fff;
  width: 90%;
  z-index: 2;
  margin: 0;
}

.honor-list p span {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.zy_company {
  color: #CCCCCC;
  font-size: 16px;
  display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zy_name {
  position: relative;
  font-size: 20px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honor-list p::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  width: 2px;
  height: 23px;
  background: #00effa;
  z-index: 5;
}