.index-swiper-box {
  position: relative;
  width: 100%;
}
.index-swiper-box .top-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #727477;
}
.index-swiper-box .top-box .top-content {
  position: relative;
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-swiper-box .top-box .top-content .index-nav {
  height: 100%;
}
.index-swiper-box .top-box .top-content .index-nav a {
  position: relative;
  display: inline-block;
  height: 100%;
  margin: 0 25px;
  font-size: 18px;
  color: #ffffff;
  padding-top: 35px;
  box-sizing: border-box;
}
.index-swiper-box .top-box .top-content .index-nav a:last-child {
  margin-right: 0;
}
.index-swiper-box .top-box .top-content .index-nav a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
}
.index-swiper-box .top-box .top-content .index-nav .nav-on::before {
  width: 100%;
}
.index-swiper-box .top-box .top-content .ch-en {
  position: absolute;
  right: 0;
  top: 13px;
}
.index-swiper-box .top-box .top-content .ch-en a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 23px;
}
.index-swiper-box .top-box .top-content .ch-en a:hover {
  color: #e1271e;
}
.index-swiper-box .top-box .top-content .ch-en a img {
  margin-right: 6px;
}
.index-swiper-box .top-box .top-content .phone-media {
  display: none;
  position: relative;
  width: 40px;
  height: 26px;
  top: 15px;
  cursor: pointer;
}
.index-swiper-box .top-box .top-content .phone-media .media-one {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #fff;
}
.index-swiper-box .top-box .top-content .phone-media .media-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.2s;
  background-color: #fff;
}
.index-swiper-box .top-box .top-content .phone-media .media-three {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #fff;
}
.index-swiper-box .top-box .phone-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9;
  width: 50%;
  transform: translateX(-50%);
}
.index-swiper-box .top-box .phone-nav a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.index-swiper-box .top-box .phone-nav a:hover {
  background-color: #e1271e;
  color: #fff;
}
.index-swiper-box .news-top-box {
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 0;
}
.index-swiper-box .news-top-box .top-content .index-nav a {
  color: #333333;
}
.index-swiper-box .news-top-box .top-content .index-nav .nav-on {
  color: #e43a32;
}
.index-swiper-box .news-top-box .top-content .index-nav .nav-on::before {
  width: 100%;
  background-color: #e43a32;
}
.index-swiper-box .news-top-box .top-content .ch-en a {
  color: #333333;
}
.index-swiper-box .news-top-box .top-content .phone-media .media-one {
  background-color: #333;
}
.index-swiper-box .news-top-box .top-content .phone-media .media-two {
  background-color: #333;
}
.index-swiper-box .news-top-box .top-content .phone-media .media-three {
  background-color: #333;
}
.index-swiper-box .index-swiper-container {
  position: relative;
  width: 100%;
}
.index-swiper-box .index-swiper-container .swiper-slide {
  width: 100%;
}
.index-swiper-box .index-swiper-container .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.index-swiper-box .index-swiper-container .index-swiper-pagination {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 9;
  text-align: center;
  transform: translateX(-50%);
}
.index-swiper-box .index-swiper-container .index-swiper-pagination .index-bullet {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0 7px;
  cursor: pointer;
  background-color: #a7a6a6;
}
.index-swiper-box .index-swiper-container .index-swiper-pagination .index-bullet-active {
  background-color: #fff;
}
.index-swiper-box .banner {
  width: 100%;
}
.index-swiper-box .banner img {
  width: 100%;
  vertical-align: middle;
}
.product-instructions-box {
  display: flex;
  justify-content: space-between;
  width: 62.5%;
  height: 411px;
  margin: 40px auto 0;
}
.product-instructions-box .product-instructions-left {
  width: 64%;
}
.product-instructions-box .product-instructions-left .product-instructions-hd {
  display: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.product-instructions-box .product-instructions-left .product-instructions-hd ul {
  display: flex;
  justify-content: center;
}
.product-instructions-box .product-instructions-left .product-instructions-hd ul li {
  width: 50%;
  height: 35px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.product-instructions-box .product-instructions-left .product-instructions-hd ul .product-instructions-hd-on {
  color: #e1271e;
}
.product-instructions-box .product-instructions-left .product-instructions-bd {
  padding-top: 12px;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li {
  padding-bottom: 16px;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  border-bottom: 1px solid #ebebeb;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > div h1 {
  font-size: 24px;
  color: #333333;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > div a {
  font-size: 14px;
  color: #666666;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > div a:hover {
  color: #e6110c;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > div::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 3px;
  background-color: #e6110c;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > a h1 {
  font-size: 20px;
  color: #e1271e;
  font-weight: 400;
  margin-top: 18px;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > a p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-instructions-box .product-instructions-left .product-instructions-bd .product-instructions-li > a div {
  display: none;
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #e1271e;
  border: 1px solid #e1271e;
  border-radius: 5px;
  margin-top: 10px;
}
.product-instructions-box .product-instructions-right {
  width: 31%;
  height: 100%;
}
.product-instructions-box .product-instructions-right .index-produce-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-instructions-box .product-instructions-right .index-produce-container .produce-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-instructions-box .product-instructions-right .index-produce-container .produce-slide img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
}
.product-instructions-box .product-instructions-right .index-produce-container .index-produce-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 0;
  width: 40px;
  height: 98px;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #aaa5a5;
}
.product-instructions-box .product-instructions-right .index-produce-container .index-produce-prev:hover {
  background-color: #6a6768;
}
.product-instructions-box .product-instructions-right .index-produce-container .index-produce-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 0;
  width: 40px;
  height: 98px;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #aaa5a5;
}
.product-instructions-box .product-instructions-right .index-produce-container .index-produce-next:hover {
  background-color: #6a6768;
}
.application-field {
  width: 100%;
  /* height: 496px; */
  /* height: 400px; */
  height: 325px;
  background: url('../images/yyly_back.jpg') no-repeat;
  background-size: 100% 100%;
  margin-top: 41px;
}
.application-field .application-field-content {
  position: relative;
  width: 66.5%;
  height: 100%;
  margin: 0 auto;
  /* padding-top: 45px; */
  padding-top: 10px;
  box-sizing: border-box;
}
.application-field .application-field-content > h1 {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #333333;
}
.application-field .application-field-content .application-field-container {
  margin-top: 28px;
}
.application-field .application-field-content .application-field-container .application-slide {
  display: flex;
  width: 100%;
  height: 250px;
  background-color: #fff;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left {
  width: 66%;
  padding: 18px 39px 0;
  box-sizing: border-box;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left img{
  margin: 10px auto 0;
  max-width: 100%;
  display: none;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left .application-field-left-bt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #ebebeb;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left .application-field-left-bt a{
    font-size: 14px;
    color: #666666;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left .application-field-left-bt a:hover{
  color: #e6110c;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left div h1 {
  font-size: 24px;
  color: #333333;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left div::before {
  content: '';
  position: absolute;
  width: 96px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e6110c;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left .application-field-left-img {
  display: none;
  max-width: 100%;
  margin: 10px auto 0;
}
/* .application-field .application-field-content .application-field-container .application-slide .application-field-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 33px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  margin-top: 20px;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-left a:hover {
  background-color: #d8251c;
  color: #fff;
  border: 1px solid #d8251c;
} */
.application-field .application-field-content .application-field-container .application-slide .application-field-right {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-field .application-field-content .application-field-container .application-slide .application-field-right img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
}
.application-field .application-field-content .application-field-pagination {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 19px;
  z-index: 9;
}
.application-field .application-field-content .application-field-pagination div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  margin-right: 1%;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  outline: none;
  background-color: #fff;
}
.application-field .application-field-content .application-field-pagination div:last-child {
  margin-right: 0;
}
.application-field .application-field-content .application-field-pagination .application-field-on {
  color: #fff;
  font-weight: 700;
  background-color: #666666;
}
.application-field .application-field-content .application-field-pagination .application-field-on::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 26px;
  height: 11px;
  background: url('../images/top_sanjiao.png') no-repeat;
  background-size: 100% 100%;
}
.application-field .application-field-content .application-field-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: -18px;
  width: 50px;
  height: 50px;
  z-index: 9;
  outline: none;
  cursor: pointer;
  background-color: #d6d7d9;
  transform: translate(-100%, -50%);
}
.application-field .application-field-content .application-field-prev:hover {
  background-color: #a3a3a3;
}
.application-field .application-field-content .application-field-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: -18px;
  width: 50px;
  height: 50px;
  z-index: 9;
  outline: none;
  cursor: pointer;
  background-color: #d6d7d9;
  transform: translate(100%, -50%);
}
.application-field .application-field-content .application-field-next:hover {
  background-color: #a3a3a3;
}
.news-address {
  width: 62.5%;
  height: 388px;
  margin: 0 auto 0;
  padding-top: 28px;
}
.news-address .news-address-hd {
  display: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news-address .news-address-hd ul {
  display: flex;
  justify-content: center;
}
.news-address .news-address-hd ul li {
  width: 50%;
  height: 35px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.news-address .news-address-hd ul .news-address-hd-on {
  color: #e1271e;
}
.news-address .news-address-bd {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-address .news-address-bd .news-address-left {
  width: 47.5%;
}
.news-address .news-address-bd .news-address-left .news-address-left-bt {
  position: relative;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 17px;
}
.news-address .news-address-bd .news-address-left .news-address-left-bt h1 {
  font-size: 20px;
  color: #333333;
}
.news-address .news-address-bd .news-address-left .news-address-left-bt a {
  font-size: 14px;
  color: #666666;
}
.news-address .news-address-bd .news-address-left .news-address-left-bt a:hover {
  color: #e6110c;
}
.news-address .news-address-bd .news-address-left .news-address-left-bt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 81px;
  height: 3px;
  background-color: #e6110c;
}
.news-address .news-address-bd .news-address-left > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 126px;
}
.news-address .news-address-bd .news-address-left > a:hover .index-news-left img {
  transform: scale(1.1);
}
.news-address .news-address-bd .news-address-left > a:hover .index-news-right h1 {
  color: #e6110c;
}
.news-address .news-address-bd .news-address-left > a .index-news-left {
  display: flex;
  align-items: center;
  width: 33.3%;
  height: 100%;
  overflow: hidden;
}
.news-address .news-address-bd .news-address-left > a .index-news-left img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
  transition: all 0.5s;
}
.news-address .news-address-bd .news-address-left > a .index-news-right {
  width: 63.5%;
}
.news-address .news-address-bd .news-address-left > a .index-news-right h1 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-address .news-address-bd .news-address-left > a .index-news-right h5 {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin: 7px 0;
}
.news-address .news-address-bd .news-address-left > a .index-news-right p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-address .news-address-bd .news-address-left ul {
  width: 100%;
  margin-top: 18px;
}
.news-address .news-address-bd .news-address-left ul li {
  width: 100%;
  margin-bottom: 7px;
}
.news-address .news-address-bd .news-address-left ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.news-address .news-address-bd .news-address-left ul li a:hover p {
  color: #e6110c;
}
.news-address .news-address-bd .news-address-left ul li a:hover span {
  color: #e6110c;
}
.news-address .news-address-bd .news-address-left ul li a p {
  width: 75%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-address .news-address-bd .news-address-left ul li a span {
  font-size: 14px;
  color: #666666;
}
.news-address .news-address-bd .news-address-left ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background-color: #e6110c;
}
.news-address .news-address-bd .news-address-right {
  width: 47.5%;
}
.news-address .news-address-bd .news-address-right .news-address-right-bt {
  position: relative;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 17px;
}
.news-address .news-address-bd .news-address-right .news-address-right-bt h1 {
  font-size: 20px;
  color: #333333;
}
.news-address .news-address-bd .news-address-right .news-address-right-bt a {
  font-size: 14px;
  color: #666666;
}
.news-address .news-address-bd .news-address-right .news-address-right-bt a:hover {
  color: #e6110c;
}
.news-address .news-address-bd .news-address-right .news-address-right-bt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 81px;
  height: 3px;
  background-color: #e6110c;
}
.news-address .news-address-bd .news-address-right .index-map {
  width: 100%;
  height: 142px;
  vertical-align: middle;
}
.news-address .news-address-bd .news-address-right .address-li {
  width: 100%;
  display: flex;
  /* padding-left: 114px; */
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  position: relative;
}
.news-address .news-address-bd .news-address-right .address-li h1{
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  width: 108px;
  padding-left: 28px;
  box-sizing: border-box;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}
.news-address .news-address-bd .news-address-right .address-li img{
  position: absolute;
  top: 6px;
  left: 0;
}
.news-address .news-address-bd .news-address-right .address-li p {
  width: 65%;
}
/* .news-address .news-address-bd .news-address-right .address-li h1 {
  background: url("../images/address_icon.png") no-repeat 0 3px;
}
.news-address .news-address-bd .news-address-right .address-li h1 {
  background: url("../images/tel_icon.png") no-repeat 0 center;
}
.news-address .news-address-bd .news-address-right .address-li h1 {
  background: url("../images/cz_icon.png") no-repeat 0 center;
}
.news-address .news-address-bd .news-address-right .address-li h1 {
  background: url("../images/email_icon.png") no-repeat 0 center;
} */
.foot-box {
  width: 100%;
  padding-top: 38px;
  background-color: #373737;
}
.foot-box .foot-top {
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.foot-box .foot-top .foot-top-left {
  width: 42.6%;
}
.foot-box .foot-top .foot-top-left .foot-top-left-gs {
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #4b4b4b;
}
.foot-box .foot-top .foot-top-left .foot-top-left-gs h1 {
  font-size: 24px;
  color: #ffffff;
}
.foot-box .foot-top .foot-top-left .foot-top-left-gs p {
  font-size: 12px;
  color: #ffffff;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  font-size: 14px;
  color: #ffffff;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a:hover {
  color: #e6110c;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #878787;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a:last-child {
  padding-right: 0;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a:last-child::before {
  width: 0;
}
.foot-box .foot-top .foot-top-left .foot-top-left-nav a:first-child {
  padding-left: 0;
}
.foot-box .foot-top .foot-top-right {
  display: flex;
  justify-content: space-between;
  width: 49%;
}
.foot-box .foot-top .foot-top-right .foot-address {
  width: 54%;
}
.foot-box .foot-top .foot-top-right .foot-address .foot-address-tel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.foot-box .foot-top .foot-top-right .foot-address .foot-address-tel img {
  margin-right: 10px;
}
.foot-box .foot-top .foot-top-right .foot-address .foot-address-tel h1 {
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.foot-box .foot-top .foot-top-right .foot-address p {
  font-size: 14px;
  color: #c5c5c5;
  margin-bottom: 5px;
}
.foot-box .foot-top .foot-top-right .ewm {
  display: flex;
  align-items: center;
  width: 25.6%;
}
.foot-box .foot-top .foot-top-right .ewm img {
  width: 125px;
  vertical-align: middle;
  margin-right: 10px;
}
.foot-box .foot-top .foot-top-right .ewm p {
  width: 16px;
  font-size: 16px;
  color: #c8c8c8;
  line-height: 19px;
}
.foot-box .foot-bottom {
  width: 100%;
  padding: 16px 0;
  background-color: #484848;
}
.foot-box .foot-bottom p {
  font-size: 14px;
  color: #b9b9b9;
  text-align: center;
}
.foot-box .foot-bottom p a {
  font-size: 14px;
  color: #b9b9b9;
}
.product-zx {
  width: 62.5%;
  margin: 54px auto 73px;
}
.product-zx .product-zx-bt {
  width: 100%;
  text-align: center;
}
.product-zx .product-zx-bt h1 {
  font-size: 35px;
  color: #333333;
}
.product-zx .product-zx-bt p {
  font-size: 18px;
  color: #afafaf;
  text-transform: uppercase;
}
.product-zx ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}
.product-zx ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 29px;
}
.product-zx ul li:nth-child(4n) {
  margin-right: 0;
}
.product-zx ul li a {
  display: block;
  width: 100%;
}
.product-zx ul li a:hover .product-zx-img {
  border: 9px solid #d8251c;
}
.product-zx ul li a:hover .product-zx-name {
  color: #d8251c;
}
.product-zx ul li a .product-zx-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 279px;
  border: 9px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.product-zx ul li a .product-zx-img img {
  /* width: 100%; */
  height: 100%;
  vertical-align: middle;
}
.product-zx ul li a .product-zx-name {
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-zx .fenYe {
  display: flex;
  justify-content: center;
  margin-top: 49px;
}
.product-zx .fenYe span {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
  cursor: pointer;
}
.product-zx .fenYe a {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
}
.product-zx .fenYe a:hover {
  background-color: #d8251c;
  color: #fff;
}
.product-zx .fenYe .current {
  background-color: #d8251c;
  color: #fff;
}
.application-box {
  width: 62.5%;
  margin: 56px auto 79px;
}
.application-box .application-box-bt {
  width: 100%;
  text-align: center;
}
.application-box .application-box-bt h1 {
  font-size: 35px;
  color: #333333;
}
.application-box .application-box-bt p {
  font-size: 18px;
  color: #afafaf;
  text-transform: uppercase;
}
.application-box .application-nav {
  display: flex;
  justify-content: center;
  margin-top: 27px;
  margin-bottom: 42px;
}
.application-box .application-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 43px;
  font-size: 18px;
  color: #d8251c;
  border: 1px solid #d8251c;
  border-radius: 43px;
  margin: 0 12px;
}
.application-box .application-nav a:hover {
  background-color: #d8251c;
  color: #fff;
}
.application-box .application-nav a:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 21px;
  height: 8px;
  background: url("../images/yy_xiajiantou.png") no-repeat;
  background-size: 100% 100%;
}
.application-box .application-nav .application-on {
  background-color: #d8251c;
  color: #fff;
}
.application-box .application-nav .application-on::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 21px;
  height: 8px;
  background: url("../images/yy_xiajiantou.png") no-repeat;
  background-size: 100% 100%;
}
.application-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.application-box ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.application-box ul li:nth-child(3n) {
  margin-right: 0;
}
.application-box ul li a {
  width: 100%;
}
.application-box ul li a:hover .application-bottom h2 {
  color: #d8251c;
}
.application-box ul li a:hover .application-bottom p {
  color: #d8251c;
}
.application-box ul li a:hover .application-top > img {
  transform: scale(1.1);
}
.application-box ul li a:hover .application-top .application-time div:nth-child(2) {
  background-color: #f7601c !important;
}
.application-box ul li a .application-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 253px;
  overflow: hidden;
}
.application-box ul li a .application-top > img {
  /* width: 100%; */
  height: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.application-box ul li a .application-top .application-time {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
}
.application-box ul li a .application-top .application-time div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}
.application-box ul li a .application-top .application-time div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 100%;
  background-color: #d8251c;
}
.application-box ul li a .application-bottom h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin: 12px 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-box ul li a .application-bottom p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.application-box .fenYe {
  display: flex;
  justify-content: center;
}
.application-box .fenYe span {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
  cursor: pointer;
}
.application-box .fenYe a {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
}
.application-box .fenYe a:hover {
  background-color: #d8251c;
  color: #fff;
}
.application-box .fenYe .current {
  background-color: #d8251c;
  color: #fff;
}
.company-jj {
  display: flex;
  justify-content: space-between;
  width: 62.5%;
  margin: 70px auto 0;
}
.company-jj .company-jj-left {
  width: 61.6%;
}
.company-jj .company-jj-left .company-jj-bt {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 11px;
  margin-bottom: 15px;
}
.company-jj .company-jj-left .company-jj-bt h1 {
  font-size: 24px;
  color: #333333;
  margin-right: 8px;
}
.company-jj .company-jj-left .company-jj-bt p {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.company-jj .company-jj-left .company-jj-bt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 3px;
  height: 22px;
  background-color: #e6110c;
  transform: translateY(-50%);
}
.company-jj .company-jj-left > p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  line-height: 28px;
}
.company-jj .company-jj-right {
  width: 34%;
  overflow: hidden;
}
.company-jj .company-jj-right img {
  width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.company-jj .company-jj-right img:hover {
  transform: scale(1.1);
}
.business-box {
  width: 62.5%;
  margin: 60px auto 0;
}
.business-box .business-box-bt {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 11px;
  margin-bottom: 15px;
}
.business-box .business-box-bt h1 {
  font-size: 24px;
  color: #333333;
  margin-right: 8px;
}
.business-box .business-box-bt p {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.business-box .business-box-bt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 3px;
  height: 22px;
  background-color: #e6110c;
  transform: translateY(-50%);
}
.business-box > p {
  font-size: 16px;
  color: #666666;
}
.business-box > img {
  max-width: 100%;
  vertical-align: middle;
  margin-top: 30px;
}
.honor-box {
  width: 62.5%;
  margin: 70px auto 97px;
}
.honor-box .honor-box-bt {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 11px;
  margin-bottom: 15px;
}
.honor-box .honor-box-bt h1 {
  font-size: 24px;
  color: #333333;
  margin-right: 8px;
}
.honor-box .honor-box-bt p {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.honor-box .honor-box-bt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 3px;
  height: 22px;
  background-color: #e6110c;
  transform: translateY(-50%);
}
.honor-box > p {
  font-size: 16px;
  color: #666666;
}
.honor-box ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
}
.honor-box ul li {
  width: 23%;
  max-height: 367px;
  margin-right: 2.6%;
  overflow: hidden;
}
.honor-box ul li:nth-child(4n) {
  margin-right: 0;
}
.honor-box ul li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.honor-box ul li img:hover {
  transform: scale(1.1);
}
.news-list {
  width: 62.5%;
  margin: 42px auto 79px;
}
.news-list ul {
  width: 100%;
}
.news-list ul li {
  width: 100%;
  height: 168px;
  margin-bottom: 35px;
  border: 1px solid #efefef;
}
.news-list ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.news-list ul li a:hover {
  background-color: #f2f2f2;
}
.news-list ul li a:hover > div:nth-child(1) img {
  transform: scale(1.1);
}
.news-list ul li a:hover > div:nth-child(2) .news-text h1 {
  color: #d8251c;
}
.news-list ul li a > div:nth-child(1) {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news-list ul li a > div:nth-child(1) img {
  max-width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
.news-list ul li a > div:nth-child(2) {
  position: relative;
  width: 78%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list ul li a > div:nth-child(2) .news-text {
  width: 84%;
}
.news-list ul li a > div:nth-child(2) .news-text > h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list ul li a > div:nth-child(2) .news-text > p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list ul li a > div:nth-child(2) .news-times {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.news-list ul li a > div:nth-child(2) .news-times h1 {
  font-size: 50px;
  line-height: 50px;
  color: #aaaaaa;
  font-weight: 400;
}
.news-list ul li a > div:nth-child(2) .news-times p {
  font-size: 16px;
  color: #aaaaaa;
}
.news-list .fenYe {
  display: flex;
  justify-content: center;
}
.news-list .fenYe span {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
  cursor: pointer;
}
.news-list .fenYe a {
  padding: 10px 14px;
  font-size: 16px;
  color: #888988;
  background-color: #efefef;
  margin: 0 3px;
}
.news-list .fenYe a:hover {
  background-color: #d8251c;
  color: #fff;
}
.news-list .fenYe .current {
  background-color: #d8251c;
  color: #fff;
}
.Bread-box {
  width: 100%;
  height: 60px;
  background-color: #efefef;
}
.Bread-box div {
  display: flex;
  align-items: center;
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
}
.Bread-box div a {
  font-size: 14px;
  color: #333333;
}
.Bread-box div a:hover {
  color: #e43a32;
}
.Bread-box div span {
  font-size: 14px;
  color: #e43a32;
}
.news-xq-box {
  width: 62.5%;
  margin: 55px auto 58px;
}
.news-xq-box .news-xq-bt {
  padding-bottom: 33px;
  border-bottom: 1px dashed #d3d3d3;
}
.news-xq-box .news-xq-bt h1 {
  font-size: 30px;
  color: #e43a32;
  text-align: center;
}
.news-xq-box .news-xq-bt div {
  text-align: center;
  margin-top: 10px;
}
.news-xq-box .news-xq-bt div span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin: 0 24px;
}
.news-xq-box .news-xq-content {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d3d3d3;
}
.news-xq-box .news-xq-content p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 23px;
}
.news-xq-box .news-xq-content img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.news-xq-box .page {
  margin-top: 22px;
}
.news-xq-box .page p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-xq-box .page p a {
  font-size: 16px;
  color: #666666;
}
.news-xq-box .page p a:hover {
  color: #e43a32;
}
.contact-us {
  width: 62.5%;
  margin: 50px auto 94px;
}
.contact-us .contact-us-bt {
  width: 100%;
}
.contact-us .contact-us-bt h1 {
  text-align: center;
  font-size: 35px;
  color: #333333;
}
.contact-us .contact-us-bt p {
  text-align: center;
  font-size: 18px;
  color: #afafaf;
  text-transform: uppercase;
}
.contact-us .my-map {
  width: 100%;
  height: 520px;
  margin-top: 50px;
}
.contact-us .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.contact-us .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.contact-us .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.contact-us .my-map .amap-container {
  height: 100%;
}
.contact-us .online-message {
  width: 100%;
  margin-top: 48px;
}
.contact-us .online-message .online-message-post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-us .online-message .online-message-post form {
  width: 62%;
}
.contact-us .online-message .online-message-post form > h1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.contact-us .online-message .online-message-post form input {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 17px;
  border: 1px solid #dddddd;
  margin-bottom: 11px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.contact-us .online-message .online-message-post form textarea {
  width: 100%;
  height: 178px;
  outline: none;
  padding: 15px 18px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  font-family: "Microsoft YaHei";
}
.contact-us .online-message .online-message-post form button {
  width: 165px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  border: 0;
  margin-top: 15px;
  cursor: pointer;
  background-color: #d8251c;
}
.contact-us .online-message .online-message-post form button:hover {
  box-shadow: 0 0 10px 2px #ccc;
}
.contact-us .online-message .online-message-post form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "Microsoft YaHei";
}
.contact-us .online-message .online-message-post form textarea::-moz-placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "Microsoft YaHei";
}
.contact-us .online-message .online-message-post form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "Microsoft YaHei";
}
.contact-us .online-message .online-message-post > div {
  width: 29.8%;
}
.contact-us .online-message .online-message-post > div > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact-us .online-message .online-message-post > div > div div:nth-child(1) {
  width: 11.4%;
  padding-top: 5px;
  box-sizing: border-box;
}
.contact-us .online-message .online-message-post > div > div div:nth-child(1) img {
  width: 100%;
}
.contact-us .online-message .online-message-post > div > div div:nth-child(2) {
  width: 83%;
}
.contact-us .online-message .online-message-post > div > div div:nth-child(2) p {
  font-size: 20px;
  color: #333333;
}
.jiazai {
  display: none;
  width: 40%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #d8521c;
  border-radius: 5px;
  border: 1px solid #d8251c;
  margin: 10px auto 0;
}
/*# sourceMappingURL=index.css.map */

/* 2020/10/12 */
.index-swiper-box .top-box .top-content>a{
  display: flex;
}
.index-swiper-box .top-box .top-content>a img{
  margin-right: 10px;
}
.index-swiper-box .top-box .top-content>a div h1{
  font-size: 24px;
  color: #ffffff;
}
.index-swiper-box .top-box.news-top-box .top-content>a div h1{
  color: #333333;
}
.index-swiper-box .top-box.news-top-box .top-content>a div p{
  color: #333333;
}

.index-swiper-box .top-box .top-content>a div p{
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.index-swiper-box .index-swiper-container .swiper-slide{
  position: relative;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text{
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 18.75%;
  padding-left: 31px;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 89px;
  background-color: #e6110c;  
}

.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-text-box h1{
  font-size: 55px;
  color: #f2f2f2;
  font-weight: 400;
  line-height: 68px;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-text-box p{
  font-size: 14px;
  color: #b9b9b9;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-bt{
  position: relative;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-bt h1{
  font-family: '楷体';
  font-size: 150px;
  line-height: 150px;
  color: #ffffff;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-bt h1:nth-child(1){
  position: absolute;
  left: 0px;
  top: -70px;
}
.index-swiper-box .index-swiper-container .swiper-slide .indeximg-text .indeximg-bt h1:nth-child(2){
  position: absolute;
  left: 150px;
  top: -20px;
}


/* 2020/10/14 */
.clickmore{
  display: none;
}
