ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.wd1600 {
  max-width: 1600px;
  margin: auto;
}

.wd100 {
  width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.flex {
  display: flex !important;
}

.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}

header {
  background-color: #fff;
}

header .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .wd1600 .logo img {
  height: 54px;
}

header .wd1600 .head-r {
  display: flex;
  align-items: center;
}

header .wd1600 .head-r .nav {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

header .wd1600 .head-r .nav .first-li .first-a {
  display: block;
  width: 114px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second {
  position: relative;
}

header .wd1600 .head-r .nav .li-second .first-a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .wd1600 .head-r .nav .li-second .first-a img {
  transition: 0.3s;
  margin-left: 10px;
}

header .wd1600 .head-r .nav .li-second .first-a .icon2 {
  display: none;
}

header .wd1600 .head-r .nav .li-second .first-a .scale {
  transform: rotate(90deg);
}

header .wd1600 .head-r .nav .li-second .ul-son {
  display: none;
  position: absolute;
  left: -43px;
  top: 100px;
  z-index: 2;
  width: 200px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);
}

header .wd1600 .head-r .nav .li-second .ul-son>li {
  width: 100%;
  height: 57px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
  position: relative;
}

header .wd1600 .head-r .nav .li-second .ul-son>li>a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 57px;
  color: #666;
  font-size: 16px;
  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:last-child {
  border: none;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover {
  background-color: #ef2f30;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover>a {
  color: #fff;
}

/*新增*/
header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  width: 200px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li {
  width: 100%;
  height: 57px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 57px;
  color: #666;
  font-size: 16px;
  transition: 0.3s;
}

header .wd1600 .head-r .nav .li-second .ul-son>li:hover .three-ul {
  display: block;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li:hover {
  background-color: #ef2f30;
}

header .wd1600 .head-r .nav .li-second .ul-son>li .three-ul li:hover a {
  color: #fff;
}

/*新增*/

header .wd1600 .head-r .nav>li:hover .first-a {
  color: #fff;
  background-color: #d90e00;
}

header .wd1600 .head-r .nav>li:hover .first-a .icon1 {
  display: none;
}

header .wd1600 .head-r .nav>li:hover .first-a .icon2 {
  display: block;
}

header .wd1600 .head-r .nav>li:hover .ul-son {
  display: block;
}

header .wd1600 .head-r .nav .li-current .first-a {
  color: #fff;
  background-color: #d90e00;
}

header .wd1600 .head-r .nav .li-current .first-a .icon1 {
  display: none;
}

header .wd1600 .head-r .nav .li-current .first-a .icon2 {
  display: block;
}

header .wd1600 .head-r .cut {
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ef2f30;
}

header .wd1600 .head-r .cut a {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header .wd1600 .head-r .cut a img {
  margin-right: 12px;
}

header .wd1600 .head-r .cut a span {
  transition: 0.3s;
}

.index-space {
  display: block;
  width: 100%;
  height: 132px;
  object-fit: cover;
}

footer {
  background-color: #3c3c3e;
}

footer .foot {
  padding: 70px 0 50px;
}

footer .foot .wd1600 {
  display: flex;
  justify-content: space-between;
}

footer .foot .wd1600 .f-item .f-title {
  display: flex;
  align-items: center;
}

footer .foot .wd1600 .f-item .f-title div {
  width: 3px;
  height: 18px;
  background-color: #fff;
  margin-right: 10px;
}

footer .foot .wd1600 .f-item .f-title span {
  font-size: 18px;
  color: #fff;
}

footer .foot .wd1600 .f-item .f-nav {
  margin-top: 50px;
}

footer .foot .wd1600 .f-item .f-nav a {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}

footer .foot .wd1600 .f-item .f-nav div {
  color: #fff;
  margin-bottom: 22px;
  font-size: 16px;
  color: #e6e6e6;
}

footer .foot .wd1600 .f-item .home-nav {
  max-width: 180px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .foot .wd1600 .f-item .pro-type {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot .wd1600 .f-item .pro-type a {
  min-width: 160px;
  color: #e6e6e6;
}

footer .foot .wd1600 .f-item .ma {
  width: 120px;
  margin-top: 65px;
}

footer .banquan {
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #999;
}

footer .banquan .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .banquan .wd1600 div {
  font-size: 16px;
  color: #e6e6e6;
}

#c-slider {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 99;
}

#c-slider ul {
  width: 50px;
}

#c-slider ul li {
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d90e00;
  position: relative;
}

#c-slider ul li .icon {
  width: 50%;
}

#c-slider ul li:hover {
  background-color: #d90e00;
}

#c-slider ul li:nth-of-type(1) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#c-slider ul li:nth-of-type(4) {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#c-slider ul .go-top {
  margin-top: 5px;
  border-radius: 6px;
}

#c-slider ul .slide-phone .son {
  position: absolute;
  height: 100%;
  right: -200px;
  top: 0;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d90e00;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 200px;
}

#c-slider ul .slide-phone:hover .son {
  right: 0;
}

#c-slider ul .er-ma .son {
  position: absolute;
  overflow: hidden;
  right: -100px;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  transition: 0.3s;
  z-index: 999;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
}

#c-slider ul .er-ma .son img {
  width: 100%;
}

#c-slider ul .er-ma:hover .son {
  right: 0;
}

.m-header {
  width: 22px;
  height: 15px;
  display: none;
  cursor: pointer;
  float: right;
}

.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.m-header .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}

.m-header .line1 {
  width: 12px;
  top: 0;
}

.m-header .line2 {
  width: 20px;
  top: 6px;
}

.m-header .line3 {
  width: 16px;
  top: 13px;
}

.m-header-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.44s ease 0s;
}

.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #d90e00;
}

.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}

.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/close.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.m-header-menu .m-header-list ul {
  width: 100%;
}

.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}

.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
}

.m-header-menu .m-header-list .tit>a {
  color: #666;
}

.m-header-menu .m-header-list .second {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  display: none;
}

.m-header-menu .m-header-list .second li a {
  color: #666;
}

.m-header-menu .m-header-list .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/arrow_right.png) no-repeat center;
  margin-top: 26px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.m-header-menu .m-header-list .rotateY {
  transform: rotate(270deg);
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.m-header-menu .m-header-menu-sub {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs.show {
  left: -100%;
}

.m-header-menu .m-header-menu-sub .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #d90e00;
}

.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background: url(../img/arrow_left.png) no-repeat left center;
}

.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
  width: 100%;
  background: #fff;
}

.m-header-menu .m-header-menu-sub li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}

.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}

.index-banner {
  position: relative;
}

.pc-index-banner {
  /*   height: 574px; */
}

.index-banner .index-mouse {
  position: absolute;
  bottom: 45px;
  left: 50%;
  z-index: 9;
  animation: myfirst 1.5s infinite;
  transform: translateX(-50%);
}

.index-banner .index-banner-swiper {
  width: 100%;
  height: 100%;
}

.index-banner .index-banner-swiper img {
  width: 100%;
  /*   height: 100%;
  object-fit: cover; */
}

.mobile-index-banner {
  display: none;
}

@keyframes myfirst {
  0% {
    bottom: 45px;
  }

  50% {
    bottom: 25px;
  }

  100% {
    bottom: 45px;
  }
}

.index-banner-swiper .swiper-button-next,
.index-banner-swiper .swiper-button-prev {
  width: 45px;
  height: 100px;
  margin-top: -50px;
  background-size: auto;
}

.index-banner-swiper .swiper-button-prev {
  left: 0;
  background-image: url("../img/banner_prev.png");
}

.index-banner-swiper .swiper-button-next {
  right: 0;
  background-image: url("../img/banner_next.png");
}

.index-leave {
  padding: 17px 0;
  background-color: #0f0e13;
}

.index-leave .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-leave .wd1600 .input {
  margin-right: 22px;
  height: 49px;
  line-height: 49px;
  width: 25%;
  background-color: #f5f5f5;
}

.index-leave .wd1600 .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.index-leave .wd1600 .liuyan {
  width: 40%;
}

.index-leave .wd1600 .button {
  margin-left: 20px;
}

.index-leave .wd1600 .button button {
  cursor: pointer;
  display: block;
  width: 166px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #d90e00;
}

.index-product {
  background-image: url("../img/index_wu_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 68px 0 0px;
}

.index-product .wd1600 .tab {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-product .wd1600 .tab li {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin: 0 10px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: 0.3s;
}

.index-product .wd1600 .tab li:hover {
  background-color: #d90e00;
  color: #fff;
  border: 1px solid #d90e00;
}

.index-product .wd1600 .tab .li-active {
  background-color: #d90e00;
  color: #fff;
  border: 1px solid #d90e00;
}

.index-product .wd1600 .product-box {
  margin-top: 57px;
}

.index-product .wd1600 .product-box .index-product-swiper {
  width: 100%;
  /* height: 979px; */
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline {
  display: flex;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .show {
  /* width: 924px;
  height: 563px; */
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box {
  flex: 1;
  padding: 128px 73px 0;
  background-color: #fff;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box .title {
  font-size: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box .line {
  margin-top: 30px;
  width: 50px;
  height: 1px;
  background-color: #282134;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box .intro {
  margin-top: 40px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box .index-more {
  margin-top: 50px;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item {
  width: 32%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item .info {
  position: absolute;
  left: 0;
  bottom: -114px;
  width: 100%;
  transition: 0.3s;
  padding: 30px 0 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
  opacity: 0.92;
  background-color: #d90e00;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item .info p {
  text-align: center;
  color: #fff;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item .info .p1 {
  font-size: 18px;
  margin-bottom: 16px;
}

.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item:hover .info {
  bottom: 0;
}

.index-product-swiper .swiper-button-next,
.index-product-swiper .swiper-button-prev {
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  top: 10%;
  background-color: #f5f5f5;
  background-size: auto;
  border-radius: 50%;
  transition: 0.3s;
}

.index-product-swiper .swiper-button-next {
  background-image: url("../img/icon_next.png");
  right: 70px;
}

.index-product-swiper .swiper-button-prev {
  left: auto;
  right: 142px;
  background-image: url("../img/icon_prev.png");
}

.index-product-swiper .swiper-button-prev:hover {
  background-image: url("../img/icon_prev2.png");
  background-color: #d90e00;
}

.index-product-swiper .swiper-button-next:hover {
  background-image: url("../img/icon_next2.png");
  background-color: #d90e00;
}

.index-Title .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.index-Title .title strong {
  color: #d90e00;
}

.index-Title .line {
  display: block;
  margin: 27px auto 18px;
}

.index-Title .intro {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.index-more {
  display: block;
  width: 180px;
  height: 49px;
  font-size: 16px;
  color: #fff;
  line-height: 49px;
  text-align: center;
  background-color: #d90e00;
  border-radius: 24px;
}

.index-serve {
  padding: 78px 0 15px;
  background-color: #f4f4f4;
}

.index-serve .serve-box {
  margin-top: 80px;
}

.index-serve .serve-box .serve-item {
  display: flex;
  margin-bottom: 50px;
}

.index-serve .serve-box .serve-item .show {
  flex: 1;
  height: 545px;
  overflow: hidden;
}

.index-serve .serve-box .serve-item .show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-serve .serve-box .serve-item .serve-info {
  width: 700px;
  padding-top: 100px;
  padding-right: 50px;
  position: relative;
  box-sizing: border-box;
}

.index-serve .serve-box .serve-item .serve-info .kuai {
  position: absolute;
  right: 0;
  top: 47px;
  width: 100px;
  height: 100px;
  background-color: #d90e00;
}

.index-serve .serve-box .serve-item .serve-info .with {
  padding: 60px;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.index-serve .serve-box .serve-item .serve-info .with .big {
  display: flex;
  align-items: center;
}

.index-serve .serve-box .serve-item .serve-info .with .big .english {
  font-size: 76px;
  color: #d90e00;
}

.index-serve .serve-box .serve-item .serve-info .with .big .line {
  width: 156px;
  height: 1px;
  margin: 0 10px 0 15px;
  background-color: #666666;
}

.index-serve .serve-box .serve-item .serve-info .with .big .num {
  font-size: 36px;
  font-weight: bold;
}

.index-serve .serve-box .serve-item .serve-info .with .title {
  font-size: 30px;
  margin-top: 30px;
}

.index-serve .serve-box .serve-item .serve-info .with .intro {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  /*  text-align: justify; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-serve .serve-box .serve-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.index-serve .serve-box .serve-item:nth-of-type(even) .serve-info {
  padding-left: 50px;
  padding-right: 0;
}

.index-serve .serve-box .serve-item:nth-of-type(even) .serve-info .kuai {
  right: auto;
  left: 0;
}

.index-show {
  padding: 60px 0;
  background-color: #fff;
}

.index-show .wd1600 .show-box {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

.index-show .wd1600 .show-box .show-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.index-show .wd1600 .show-box .show-item img {
  display: block;
  width: 100%;
}

.index-show .wd1600 .show-box .show-item .info {
  position: absolute;
  left: 0;
  bottom: -114px;
  width: 100%;
  transition: 0.3s;
  padding: 30px 0 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
  opacity: 0.92;
  box-sizing: border-box;
  background-color: #d90e00;
}

.index-show .wd1600 .show-box .show-item .info p {
  text-align: center;
  color: #fff;
}

.index-show .wd1600 .show-box .show-item .info .p1 {
  font-size: 18px;
  margin-bottom: 16px;
}

.index-show .wd1600 .show-box .show-item:nth-of-type(3n) {
  margin-right: 0;
}

.index-show .wd1600 .show-box .show-item:hover .info {
  bottom: 0;
}

.index-show .wd1600 .index-more {
  margin: 7px auto 0;
}

.index-honor {
  padding: 55px 0 59px;
  background-image: url("../img/index_honor_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index-honor .wd1600 .index-Title .title {
  color: #fff;
}

.index-honor .wd1600 .index-Title .intro {
  color: #fff;
}

.index-honor .wd1600 .pc-honor-swiper {
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 0 46px 45px;
}

.index-honor .wd1600 .mobile-honor-swiper {
  display: none;
  width: 100%;
  padding-bottom: 30px;
}

.index-honor .wd1600 .index-more {
  margin: 40px auto 0;
}

.index-honor-swiper .swiper-button-next,
.index-honor-swiper .swiper-button-prev {
  width: 50px;
  height: 135px;
  background-size: auto;
  margin-top: -90px;
}

.index-honor-swiper .swiper-pagination-bullets {
  bottom: 0;
}

.index-honor-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.index-honor-swiper .swiper-pagination-bullet-active {
  background: #d90e00;
}

.index-honor-swiper .swiper-button-next {
  right: 0;
  background-image: url("../img/index_h_r.png");
}

.index-honor-swiper .swiper-button-prev {
  left: 0;
  background-image: url("../img/index_h_l.png");
}

.index-new {
  padding: 60px 0;
  background-image: url("../img/index_new_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index-new .tab {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-new .tab li {
  width: 178px;
  height: 50px;
  border: solid 1px #cccccc;
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}

.index-new .tab li a {
  display: block;
  font-size: 16px;
  color: #666;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.index-new .tab li:hover {
  border: 1px solid #d90e00;
}

.index-new .tab li:hover a {
  background-color: #d90e00;
  color: #fff;
}

.index-new .tab .li-active {
  border: 1px solid #d90e00;
}

.index-new .tab .li-active a {
  background-color: #d90e00;
  color: #fff;
}

.index-new .new-box {
  margin-top: 54px;
  display: flex;
}

.index-new .new-box .new-hot {
  width: 696px;
  margin-right: 66px;
}

.index-new .new-box .new-hot .flac {
  display: block;
  padding-bottom: 36px;
  border-bottom: 1px solid #ccc;
}

.index-new .new-box .new-hot .flac .img {
  /* height: 285px; */
  overflow: hidden;
}

.index-new .new-box .new-hot .flac .img img {
  width: 100%;
  transition: 0.3s;
}

.index-new .new-box .new-hot .flac .flac-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.index-new .new-box .new-hot .flac .flac-info .time {
  width: 76px;
  height: 89px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 25px;
  background-color: #d90e00;
}

.index-new .new-box .new-hot .flac .flac-info .time div {
  height: 50%;
  line-height: 45px;
}

.index-new .new-box .new-hot .flac .flac-info .time .year {
  border-bottom: 1px solid #fff;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r {
  flex: 1;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .title .wire {
  width: 0;
  height: 2px;
  transition: 0.3s;
  background-color: #d90e00;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .intro {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-new .new-box .new-hot .strip a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 25px;
}

.index-new .new-box .new-hot .strip a div {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.index-new .new-box .new-hot .strip a span {
  color: #666;
  width: 90px;
  margin-left: 15px;
}

.index-new .new-box .new-list {
  flex: 1;
}

.index-new .new-box .new-list .list-item {
  padding-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  margin-bottom: 36px;
}

.index-new .new-box .new-list .list-item .img {
  width: 195px;
  height: 139px;
  overflow: hidden;
  margin-right: 22px;
}

.index-new .new-box .new-list .list-item .img img {
  width: 100%;
  transition: 0.3s;
}

.index-new .new-box .new-list .list-item .list-info {
  flex: 1;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-list .list-item .list-info .l-main {
  flex: 1;
}

.index-new .new-box .new-list .list-item .list-info .l-main .title {
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-list .list-item .list-info .l-main .title .wire {
  width: 0;
  height: 2px;
  transition: 0.3s;
  background-color: #d90e00;
}

.index-new .new-box .new-list .list-item .list-info .l-main .intro {
  margin-top: 22px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  max-width: 480px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-new .new-box .new-list .list-item .list-info .l-time {
  width: 90px;
  margin-left: 10px;
}

.index-new .new-box .new-list .list-item .list-info .l-time div {
  font-size: 16px;
  color: #666;
}

.index-new .new-box .new-list .list-item .list-info .l-time img {
  width: 16px;
  margin-top: 60px;
  transition: 0.3s;
}

.index-new .index-more {
  margin: 60px auto 0;
}

.index-about {
  padding: 100px 0 44px;
  background-color: #fff;
  background-image: url("../img/index_about_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.index-about .wd1476 {
  max-width: 1476px;
  margin: 0 auto;
}

.index-about .wd1476 .Title .e-word {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.index-about .wd1476 .Title .c-word {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.index-about .wd1476 .Title .c-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.index-about .wd1476 .Title .c-intro div {
  width: 60px;
  height: 1px;
  background-color: #f7f7f7;
}

.index-about .wd1476 .Title .c-intro span {
  font-size: 16px;
  color: #fff;
  margin: 0 18px;
}

.index-about .wd1476 .about-box {
  margin-top: 100px;
  display: flex;
  background-color: #fff;
  padding: 43px 33px 50px;
  box-sizing: border-box;
}

.index-about .wd1476 .about-box .Word {
  width: 510px;
  padding-top: 33px;
}

.index-about .wd1476 .about-box .Word .bg {
  width: 513px;
  margin-left: 40px;
}

.index-about .wd1476 .about-box .Word .title {
  position: relative;
  top: -80px;
  font-size: 36px;
  color: #222;
}

.index-about .wd1476 .about-box .Word .intro {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-top: -50px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-about .wd1476 .about-box .Word .index-more {
  margin-top: 52px;
}

.index-about .wd1476 .about-box .Word .a-type {
  margin-top: 55px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(49, 52, 72, 0.13);
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.index-about .wd1476 .about-box .Word .a-type li {
  margin-right: 10px;
}

.index-about .wd1476 .about-box .Word .a-type li a {
  display: block;
  width: 150px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  background-color: #f7f7f7;
}

.index-about .wd1476 .about-box .Word .a-type li:hover a {
  color: #fff;
  background-color: #d90e00;
}

.index-about .wd1476 .about-box .Word .mobile-a-type {
  display: none;
}

.index-about .wd1476 .about-box .show {
  flex: 1;
  margin-left: 60px;
}

@media screen and (min-width: 1200px) {
  header .wd1600 .head-r .cut a:hover span {
    color: #d90e00;
  }

  .index-new .new-box .new-hot .flac:hover .img img {
    transform: scale(1.1);
  }

  .index-new .new-box .new-hot .flac:hover .flac-info .flac-r .title {
    color: #d90e00;
  }

  .index-new .new-box .new-hot .flac:hover .flac-info .flac-r .title .wire {
    width: 10px;
    margin-right: 10px;
  }

  .index-new .new-box .new-hot .strip a:hover div {
    color: #d90e00;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-time img {
    margin-left: 70px;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-main .title {
    color: #d90e00;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-main .title .wire {
    width: 10px;
    margin-right: 10px;
  }

  .index-new .new-box .new-list .list-item:hover .img img {
    transform: scale(1.1);
  }

  .index-serve .serve-box .serve-item .show:hover img {
    transform: scale(1.1);
  }
}

.nei-banner {
  background-repeat: no-repeat;
  background-position: center;
  height: 546px;
}

.nei-banner .wd1600 {
  height: 100%;
  box-sizing: border-box;
  padding: 177px 48px 0;
}

.nei-banner .wd1600 .nei-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.nei-banner .wd1600 .nei-intro {
  margin-top: 34px;
  font-size: 16px;
  color: #fff;
  max-width: 853px;
  line-height: 24px;
}

.about-number {
  background-color: #f5f5f5;
}

.about-number .number-box {
  padding: 60px 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
}

.about-number .number-box .num-item {
  text-align: left;
  position: relative;
}

.about-number .number-box .num-item .year {
  display: flex;
}

.about-number .number-box .num-item .year div {
  font-size: 60px;
  font-weight: bold;
}

.about-number .number-box .num-item .year span {
  font-size: 16px;
  color: #666;
}

.about-number .number-box .num-item .title {
  font-size: 16px;
  color: #666;
}

.about-number .number-box .num-item::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 50%;
  width: 1px;
  height: 60px;
  transform: translateY(-50%);
  background-color: #e6e6e6;
}

.about-number .number-box .num-item:last-child::after {
  display: none;
}

.about-number .wenzi {
  padding: 92px 48px 88px;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
}

.about-number .wenzi .wenzi-l {
  flex: 1;
}

.about-number .wenzi .wenzi-l .title {
  font-size: 36px;
}

.about-number .wenzi .wenzi-l .intro {
  margin-top: 33px;
  font-size: 16px;
  color: #666;
  max-width: 650px;
}

.about-number .wenzi .wenzi-r {
  width: 31px;
  padding-top: 10px;
}

.about-company {
  padding: 73px 0 98px;
  background-image: url("../img/about_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-company .wd1600 {
  display: flex;
  align-items: start;
}

.about-company .wd1600 .picture {
  width: 48%;
  margin-right: 4%;
}

.about-company .wd1600 .company-box {
  width: 48%;
  position: relative;
}

.about-company .wd1600 .company-box .e-word {
  display: block;
  position: absolute;
  top: 50px;
  left: -20px;
}

.about-company .wd1600 .company-box .title {
  font-size: 36px;
}

.about-company .wd1600 .company-box .intro {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  height: 510px;
  padding-right: 15px;
}

.about-culture {
  padding: 20px 0 67px;
  background-image: url('../img/culture_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-culture .wd1600 .c-title {
  font-size: 36px;
  text-align: center;
}

.about-culture .wd1600 .culture-box {
  margin-top: 56px;
  display: flex;
  overflow: hidden;
}

.about-culture .wd1600 .culture-box .cul-item {
  width: 33.33%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 124px;
  height: 479px;
  transition: 0.3s;
  box-sizing: border-box;
  position: relative;
  bottom: -57px;
  cursor: pointer;
}

.about-culture .wd1600 .culture-box .cul-item .title {
  font-size: 26px;
  color: #fff;
  margin-top: 20px;
}

.about-culture .wd1600 .culture-box .cul-item .intro {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
}

.about-culture .wd1600 .culture-box .cul-item:hover {
  bottom: 0;
}

.about-culture .wd1600 .culture-box .cul-active {
  bottom: 0;
}

.about-lc {
  padding: 60px 0 120px;
  background-image: url("../img/lc_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-lc .wd1600 .c-title {
  font-size: 36px;
  text-align: center;
}

.about-lc .wd1600 .lc-box {
  margin-top: 60px;
}

.about-lc .wd1600 .lc-box .lc-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #da1e00;
  border-top: 6px solid #da1e00;
}

.about-lc .wd1600 .lc-box .lc-tab li {
  width: 25%;
  height: 100px;
  color: #fff;
  text-align: center;
  padding-top: 26px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.about-lc .wd1600 .lc-box .lc-tab li .title {
  font-size: 26px;
  transition: 0.3s;
}

.about-lc .wd1600 .lc-box .lc-tab li .time {
  font-size: 16px;
  transition: 0.3s;
}

.about-lc .wd1600 .lc-box .lc-tab li:hover {
  background-color: #fff;
}

.about-lc .wd1600 .lc-box .lc-tab li:hover .title {
  color: #333;
}

.about-lc .wd1600 .lc-box .lc-tab li:hover .time {
  color: #666;
}

.about-lc .wd1600 .lc-box .lc-tab .li-current {
  background-color: #fff;
}

.about-lc .wd1600 .lc-box .lc-tab .li-current .title {
  color: #333;
}

.about-lc .wd1600 .lc-box .lc-tab .li-current .time {
  color: #666;
}

.about-lc .wd1600 .lc-box .lc-main {
  margin-top: 30px;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo {
  display: none;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo .lc-item {
  padding: 30px 0 35px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo .lc-item .time {
  font-size: 16px;
  font-weight: bold;
  margin-right: 60px;
  padding-top: 5px;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo .lc-item .info {
  display: flex;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo .lc-item .info .dian {
  width: 8px;
  height: 8px;
  background-color: #333333;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 10px;
}

.about-lc .wd1600 .lc-box .lc-main .lc-boo .lc-item .info .word {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.job-contain {
  padding: 63px 0 110px;
  background-color: #f5f5f5;
}

.job-contain .wd1600 .job-search {
  display: flex;
  align-items: center;
}

.job-contain .wd1600 .job-search .input {
  width: 100%;
  height: 59px;
  margin-right: 14px;
  background-color: #fff;
}

.job-contain .wd1600 .job-search .input input {
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 16px;
}

.job-contain .wd1600 .job-search .input input::placeholder {
  color: #666;
}

.job-contain .wd1600 .job-search .input select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 10px;
  color: #666;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fff;
}

.job-contain .wd1600 .job-search .input select option {
  color: #666;
  font-size: 16px;
}

.job-contain .wd1600 .job-search .button button {
  cursor: pointer;
  display: block;
  width: 161px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  background-color: #d90e00;
}

.job-contain .wd1600 .mobile-button {
  display: none;
}

.job-contain .wd1600 .mobile-button button {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #d90e00;
}

.job-contain .wd1600 .job-box {
  margin-top: 28px;
}

.job-contain .wd1600 .job-box .job-duty {
  height: 50px;
  padding: 0 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  background-color: #d90e00;
}

.job-contain .wd1600 .job-box .job-duty div {
  color: #ffffff;
  font-size: 16px;
  flex: 1;
  text-align: center;
}

.job-contain .wd1600 .job-box .j-main {
  padding: 0 50px 70px;
  background-color: #fff;
}

.job-contain .wd1600 .job-box .j-main .j-item {
  border-bottom: 1px solid #e6e6e6;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-one {
  height: 85px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-one div {
  font-size: 16px;
  flex: 1;
  transition: 0.3s;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-one-active .more {
  color: #da1e00;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong {
  display: none;
  padding: 18px 60px;
  background-color: #f5f5f5;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .nei-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .nei-item>div {
  font-size: 16px;
  flex: 1;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .nei-item .dj {
  display: flex;
  justify-content: center;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .nei-item .dj .apply {
  cursor: pointer;
  width: 150px;
  height: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  background-color: #d90e00;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .ask {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .ask .ask-box {
  width: 40%;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .ask .ask-box .title {
  font-size: 18px;
  font-weight: bold;
}

.job-contain .wd1600 .job-box .j-main .j-item .j-neirong .ask .ask-box .intro {
  margin-top: 35px;
  text-align: justify;
  line-height: 36px;
  color: #666;
  font-size: 16px;
}

#popup {
  display: none;
  position: fixed;
  width: 818px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
  border-radius: 13px;
}

#popup .close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 28px;
  cursor: pointer;
}

#popup .top {
  padding: 50px 42px 38px;
}

#popup .top .title {
  font-size: 16px;
  min-width: 80px;
  text-align: right;
  margin-right: 37px;
}

#popup .top .uploading {
  display: flex;
  align-items: center;
}

#popup .top .uploading .lable {
  width: 82px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  color: #fff;
  position: relative;
  background-color: #d90e00;
}

#popup .top .uploading .lable input {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

#popup .top .info {
  margin-top: 37px;
  display: flex;
  align-items: center;
}

#popup .top .info .input {
  width: 240px;
  height: 41px;
  border: solid 1px #e5e5e5;
}

#popup .top .info .input input {
  width: 100%;
  height: 100%;
}

#popup .top .info .info-r {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

#popup .top .info .info-r .tit {
  font-size: 16px;
  margin-right: 18px;
}

#popup .top .person {
  margin-top: 37px;
  display: flex;
}

#popup .top .person .text {
  width: 599px;
  height: 118px;
  padding-top: 10px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}

#popup .top .person .text textarea {
  width: 100%;
  height: 100%;
}

#popup .button {
  margin-top: 38px;
}

#popup .button button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #d90e00;
}

.contact-contain {
  background-color: #fff;
  padding: 430px 0 90px;
  position: relative;
}

.contact-contain .lianxi {
  width: 1600px;
  position: absolute;
  left: 50%;
  top: -118px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  box-shadow: 0px 0px 27px 0px rgba(49, 52, 72, 0.21);
}

.contact-contain .lianxi .white {
  padding: 63px 159px;
  box-sizing: border-box;
  background-color: #fff;
  flex: 1;
}

.contact-contain .lianxi .white .title {
  font-size: 30px;
  font-weight: bold;
}

.contact-contain .lianxi .white .e-title {
  color: #666;
}

.contact-contain .lianxi .white .line {
  width: 16px;
  height: 1px;
  margin-top: 40px;
  background-color: #666666;
}

.contact-contain .lianxi .white .each {
  margin-top: 40px;
  display: flex;
}

.contact-contain .lianxi .white .each ul li {
  font-size: 16px;
  margin-bottom: 22px;
}

.contact-contain .lianxi .white .each .each-ul1 {
  margin-right: 100px;
}

.contact-contain .lianxi .phone {
  width: 511px;
  background-color: #da1e00;
  padding: 123px 74px;
  box-sizing: border-box;
}

.contact-contain .lianxi .phone .phone-item .i-title {
  font-size: 16px;
  color: #fff;
}

.contact-contain .lianxi .phone .phone-item .i-intro {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.contact-contain .lianxi .phone .i-line {
  width: 16px;
  height: 1px;
  margin: 30px 0 43px;
  background-color: #ffffff;
}

.contact-contain .lianxi .phone .i-time {
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
}

.contact-contain .welcome .title {
  font-size: 36px;
  text-align: center;
}

.contact-contain .welcome .intro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  max-width: 980px;
  text-align: center;
  margin: 30px auto 0;
}

.contact-contain .welcome .map {
  max-width: 1326px;
  margin: 45px auto 0;
}

.contact-contain .welcome .map #dituContent {
  height: 587px;
}

.leave-contain {
  padding: 60px 0 100px;
  background-color: #f5f5f5;
}

.leave-contain .wd1600 .leave-t {
  font-size: 36px;
}

.leave-contain .wd1600 .leave-box {
  margin-top: 43px;
  display: flex;
  align-items: center;
}

.leave-contain .wd1600 .leave-box .small .input {
  width: 407px;
  height: 72px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}

.leave-contain .wd1600 .leave-box .small .input input {
  width: 100%;
  height: 100%;
}

.leave-contain .wd1600 .leave-box .small .input2 {
  margin-top: 13px;
}

.leave-contain .wd1600 .leave-box .text {
  flex: 1;
  margin: 0 14px;
  height: 157px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}

.leave-contain .wd1600 .leave-box .text textarea {
  width: 100%;
  height: 100%;
}

.leave-contain .wd1600 .leave-box button {
  cursor: pointer;
  display: block;
  width: 166px;
  height: 157px;
  font-size: 24px;
  color: #fff;
  line-height: 157px;
  text-align: center;
  background-color: #d90e00;
}

.product-site {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #da1e00;
  border-top: 5px solid #da1e00;
  animation-fill-mode: backwards;
}

.product-site li {
  width: 250px;
  height: 90px;
  line-height: 90px;
  position: relative;
}

.product-site li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}

.product-site li .p-ul {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1;
  display: none;
}

.product-site>li .p-ul li {
  height: auto;
  line-height: 60px;
  background-color: #fff;
    border-bottom: 1px solid #f0f1f2;
}


.product-site>li .p-ul li a {
  font-size: 16px;
}

.product-site li:hover a {
  color: #333;
  background-color: #fff;
}

.product-site>li:hover .p-ul {
  display: block;
}

.p-ul li:hover a{
  color: white;
  background-color:#da1e00;;
}

.product-site .p-current a {
  color: #333;
  background-color: #fff;
}

.product-contain {
  padding: 58px 0 82px;
  background-color: #f5f5f5;
}

.product-contain .wd1600 .product-box {
  display: flex;
  flex-wrap: wrap;
}

.product-contain .wd1600 .product-box .pro-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 43px;
}

.product-contain .wd1600 .product-box .pro-item .show {
  height: 390px;
  overflow: hidden;
}

.product-contain .wd1600 .product-box .pro-item .show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.product-contain .wd1600 .product-box .pro-item .info {
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  background-color: #ffffff;
}

.product-contain .wd1600 .product-box .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
/*分页*/
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.page a {
  height: 44px;
  margin: 0 5px;
  display: block;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #595959;
  transition: 0.3s;
  border: solid 1px #cccccc;
}

.page .end {
  width: 66px;
}

.page ul {
  display: flex;
  align-items: center;
}

.page ul li a {
  width: 44px;
}

.page .up_down {
  width: 86px;
}

.page a:hover {
  color: #fff;
  border: 1px solid #d90e00;
  background-color: #d90e00;
}
/*分页结束*/

/* ----- 分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 16px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #db1800;
  background: #db1800;
}
.pagination a.page-num-current {
  color: #fff;
  background: #db1800;
  border: 1px solid #db1800;
}
/* ----- 分页数字条效果 结束 ----- */

.honor-contain {
  padding: 58px 0 76px;
  background-color: #f5f5f5;
}

.honor-contain .wd1600 .appBox {
  display: flex;
  flex-wrap: wrap;
}

.honor-contain .wd1600 .appBox .honor {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 25px;
  cursor: pointer;
}

.honor-contain .wd1600 .appBox .honor:nth-of-type(4n) {
  margin-right: 0;
}

.honor-contain .wd1600 .appBox .honor .img {
  padding: 30px 0;
  text-align: center;
  border: solid 1px #cccccc;
}

.honor-contain .wd1600 .appBox .honor .img img {
  width: 90%;
  transition: 0.3s;
}

.honor-contain .wd1600 .appBox .honor .info {
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  transition: 0.3s;
}

.appBox+.appBox {
  margin-top: 3%;
}

.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modelTost .swiper-container {
  margin: 30px auto 0;
  width: 760px;
  position: initial;
}

.modelTost .swiper-container img {
  width: 100%;
}

.modelTost .swiper-button-next,
.modelTost .swiper-button-prev {
  width: 47px;
  height: 81px;
  background-size: auto;
  transition: 0.3s;
}

.modelTost .swiper-button-next {
  right: 60px;
  background-image: url("../img/honor_r.png");
}

.modelTost .swiper-button-prev {
  left: 60px;
  background-image: url("../img/honor_l.png");
}

.modelTost .swiper-button-next:hover {
  background-image: url("../img/honor_r2.png");
}

.modelTost .swiper-button-prev:hover {
  background-image: url("../img/honor_l2.png");
}

.modelTostChile {
  width: 1040px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 25px 60px 50px;
  box-shadow: 0px 3px 57px 0px rgba(49, 52, 72, 0.65);
  border-radius: 9px;
  opacity: 0.99;
  box-sizing: border-box;
}

.modelTostChile p img {
  width: 34px;
  height: 34px;
}

.modelClose {
  float: right;
  cursor: pointer;
}

.new-site {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #da1e00;
  border-top: 5px solid #da1e00;
}

.new-site li {
  width: 250px;
  height: 90px;
  line-height: 90px;
}

.new-site li a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

.new-site li a img {
  margin-right: 10px;
}

.new-site li a span {
  font-size: 18px;
  color: #fff;
}

.new-site li a .icon2 {
  display: none;
}

.new-site li:hover a {
  background-color: #fff;
}

.new-site li:hover a span {
  color: #333;
}

.new-site li:hover a .icon1 {
  display: none;
}

.new-site li:hover a .icon2 {
  display: block;
}

.new-site .p-current a {
  background-color: #fff;
}

.new-site .p-current a span {
  color: #333;
}

.new-site .p-current a .icon1 {
  display: none;
}

.new-site .p-current a .icon2 {
  display: block;
}

.new-contain {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.new-contain .wd1600 {
  background-color: #fff;
  padding: 70px 50px 50px;
  box-sizing: border-box;
}

.new-contain .wd1600 .new-title {
  text-align: center;
  font-size: 24px;
  color: #404040;
}

.new-contain .wd1600 .new-type {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-contain .wd1600 .new-type .num {
  display: flex;
  align-items: center;
}

.new-contain .wd1600 .new-type .num img {
  margin-right: 20px;
}

.new-contain .wd1600 .new-type .num span {
  font-size: 16px;
  color: #666;
}

.new-contain .wd1600 .new-type .line {
  margin: 0 35px;
  width: 1px;
  height: 16px;
  background-color: #808080;
}

.new-contain .wd1600 .new-body {
  margin-top: 58px;
  border-top: 1px solid #ccc;
  padding-top: 58px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}

.new-contain .wd1600 .new-body img {
  max-width: 100%;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.new-flac {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.new-flac .wd1600 .flac-title .tit {
  font-size: 24px;
}

.new-flac .wd1600 .flac-title .int {
  color: #666;
}

.new-flac .wd1600 .flac-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-flac .wd1600 .flac-box .flac-item {
  width: 23%;
  margin-right: 2%;
  padding: 38px 28px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  transition: 0.3s;
}

.new-flac .wd1600 .flac-box .flac-item .title {
  font-size: 18px;
  -webkit-line-clamp: 1;
}

.new-flac .wd1600 .flac-box .flac-item .time {
  margin-top: 20px;
  color: #666;
}

.new-flac .wd1600 .flac-box .flac-item .img {
  margin-top: 38px;
  overflow: hidden;
}

.new-flac .wd1600 .flac-box .flac-item .img img {
  width: 100%;
  transition: 0.3s;
}

.new-flac .wd1600 .flac-box .flac-item .intro {
  margin-top: 24px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  -webkit-line-clamp: 2;
}

.new-flac .wd1600 .flac-box .flac-item:nth-of-type(4n) {
  margin-right: 0;
}

.List-contain .list-hot {
  padding: 34px 0 36px;
  background-color: #fff;
}

.List-contain .list-hot .wd1600 {
  display: flex;
  align-items: center;
}

.List-contain .list-hot .wd1600 .list-swiper {
  width: 807px;
  height: 530px;
  margin-right: 40px;
}

.List-contain .list-hot .wd1600 .list-swiper img {
  width: 100%;
}

.List-contain .list-hot .wd1600 .l-hot-box {
  flex: 1;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item {
  padding: 36px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-time {
  margin-right: 50px;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-time .date {
  font-size: 48px;
  color: #666;
  font-weight: bold;
  transition: 0.3s;
  border-bottom: 1px solid #666;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-time .year {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  transition: 0.3s;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-info .title {
  display: flex;
  align-items: center;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-info .title .dian {
  width: 8px;
  height: 8px;
  transition: 0.3s;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #333333;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-info .title span {
  font-size: 18px;
  transition: 0.3s;
}

.List-contain .list-hot .wd1600 .l-hot-box .l-hot-item .l-hot-info .intro {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  transition: 0.3s;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur {
  background-color: #d90e00;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur .l-hot-time .date {
  color: #fff;
  border-bottom: 1px solid #d90e00;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur .l-hot-time .year {
  color: #fff;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur .l-hot-info .title span {
  color: #fff;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur .l-hot-info .intro {
  color: #fff;
}

.List-contain .list-hot .wd1600 .l-hot-box .item_cur .l-hot-info .title .dian {
  background-color: #fff;
}

.List-contain .index-new-l {
  display: none;
}

.List-contain .list-main {
  padding: 73px 0 87px;
  background-color: #f5f5f5;
}

.List-contain .list-main .chunk {
  display: flex;
  flex-wrap: wrap;
}

.List-contain .list-main .chunk .flac-item {
  width: 23%;
  margin-right: 2%;
  padding: 38px 28px;
  margin-bottom: 44px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  transition: 0.3s;
}

.List-contain .list-main .chunk .flac-item .title {
  font-size: 18px;
  -webkit-line-clamp: 1;
}

.List-contain .list-main .chunk .flac-item .time {
  margin-top: 20px;
  color: #666;
}

.List-contain .list-main .chunk .flac-item .img {
  margin-top: 38px;
  overflow: hidden;
}

.List-contain .list-main .chunk .flac-item .img img {
  width: 100%;
  transition: 0.3s;
}

.List-contain .list-main .chunk .flac-item .intro {
  margin-top: 24px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  -webkit-line-clamp: 2;
}

.List-contain .list-main .chunk .flac-item:nth-of-type(4n) {
  margin-right: 0;
}

.List-contain .list-main .page {
  margin-top: 33px;
}

.list-swiper .swiper-button-next,
.list-swiper .swiper-button-prev {
  width: 47px;
  height: 81px;
  margin-top: -40px;
  background-size: auto;
}

.list-swiper .swiper-button-next {
  background-image: url("../img/new_r.png");
}

.list-swiper .swiper-button-prev {
  background-image: url("../img/new_l.png");
}

.list-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.list-swiper .swiper-pagination-bullet-active {
  background: #d90e00;
}

.List-contain .index-new-l {
  display: none;
  padding: 0 15px 30px;
  margin-top: 30px;
  justify-content: space-between;
}

.List-contain .index-new-l .new-item {
  width: 32%;
}

.List-contain .index-new-l .new-item .new-show {
  width: 100%;
}

.List-contain .index-new-l .new-item .new-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.List-contain .index-new-l .new-item .new-info {
  padding: 15px;
  background-color: #fff;
}

.List-contain .index-new-l .new-item .new-info .title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.List-contain .index-new-l .new-item .new-info .intro {
  margin-top: 26px;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.List-contain .index-new-l .new-item .new-info .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}

.List-contain .index-new-l .new-item .new-info .bot .time {
  color: #999;
}

.serve-contain {
  padding: 90px 0 100px;
  background-color: #f5f5f5;
}

.serve-contain .wd1600 .serve-word {
  display: flex;
}

.serve-contain .wd1600 .serve-word .word-l {
  margin-right: 200px;
}

.serve-contain .wd1600 .serve-word .word-l .title {
  font-size: 36px;
  font-weight: bold;
}

.serve-contain .wd1600 .serve-word .word-l .wire {
  margin-top: 85px;
  font-size: 18px;
}

.serve-contain .wd1600 .serve-word .word-l .number {
  font-size: 36px;
  font-weight: bold;
  color: #d90e00;
}

.serve-contain .wd1600 .serve-word .word-r {
  flex: 1;
}

.serve-contain .wd1600 .serve-word .word-r div {
  font-size: 16px;
  line-height: 36px;
}

.serve-contain .wd1600 .serve-word .word-r .top {
  margin-bottom: 50px;
}

.serve-contain .wd1600 .serve-box {
  margin-top: 100px;
  display: flex;
}

.serve-contain .wd1600 .serve-box .serve-item {
  width: 33.33%;
  height: 787px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.5s;
}

.serve-contain .wd1600 .serve-box .serve-item .icon {
  transition: 0.5s;
}

.serve-contain .wd1600 .serve-box .serve-item .title {
  margin-top: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
}

.serve-contain .wd1600 .serve-box .serve-item .ying {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(217, 14, 0, 0.68);
  transition: 0.5s;
  overflow: hidden;
  padding-left: 113px;
  box-sizing: border-box;
}

.serve-contain .wd1600 .serve-box .serve-item .ying .intro {
  margin-top: 55px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  max-width: 416px;
}

.serve-contain .wd1600 .serve-box .serve-item1 {
  background-image: url("../img/serve_s1.png");
}

.serve-contain .wd1600 .serve-box .serve-item2 {
  background-image: url("../img/serve_s2.png");
}

.serve-contain .wd1600 .serve-box .serve-item3 {
  background-image: url("../img/serve_s3.png");
}

.product-article {
  padding: 52px 0 68px;
  background-color: #f5f5f5;
}

.product-article .wd1600 .hot-box {
  display: flex;
  background-color: #fff;
  padding: 40px 50px 65px;
}

.product-article .wd1600 .hot-box .show {
  width: 746px;
  margin-right: 100px;
}

.product-article .wd1600 .hot-box .hot-info {
  flex: 1;
}

.product-article .wd1600 .hot-box .hot-info .i-box {
  border-bottom: 1px solid #f2f2f2;
}

.product-article .wd1600 .hot-box .hot-info .i-box-t {
  padding: 46px 0 27px;
}

.product-article .wd1600 .hot-box .hot-info .i-box-t .title {
  font-size: 30px;
}

.product-article .wd1600 .hot-box .hot-info .i-box-t .time {
  color: #666;
  margin-top: 30px;
}

.product-article .wd1600 .hot-box .hot-info .i-box-b {
  padding: 28px 0 50px;
}

.product-article .wd1600 .hot-box .hot-info .i-box-b .zaiyao {
  font-size: 18px;
  color: #4d4d4d;
}

.product-article .wd1600 .hot-box .hot-info .i-box-b .intro {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  -webkit-line-clamp: 2;
}

.product-article .wd1600 .hot-box .hot-info .related {
  margin-top: 30px;
}

.product-article .wd1600 .hot-box .hot-info .related .title {
  font-size: 18px;
  color: #4d4d4d;
}

.product-article .wd1600 .hot-box .hot-info .related .relate-box {
  margin-top: 23px;
  display: flex;
  align-items: center;
}

.product-article .wd1600 .hot-box .hot-info .related .relate-box .img {
  width: 180px;
  height: 135px;
  margin-right: 10px;
  position: relative;
}

.product-article .wd1600 .hot-box .hot-info .related .relate-box .img img {
  width: 100%;
}

.product-article .wd1600 .hot-box .hot-info .related .relate-box .img .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d90e00;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-article .wd1600 .hot-box .hot-info .related .relate-box .img .word p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.product-article .wd1600 .hot-body {
  margin-top: 58px;
  background-color: #fff;
  padding-bottom: 117px;
}

.product-article .wd1600 .hot-body .body-title {
  height: 80px;
  line-height: 80px;
  background-color: #d90e00;
}

.product-article .wd1600 .hot-body .body-title div {
  width: 188px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #b90c00;
}

.product-article .wd1600 .hot-body .body-box {
  padding: 50px 48px 0;
}

.product-article .wd1600 .hot-body .body-box .body-main {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.product-article .wd1600 .hot-body .body-box .body-main img {
  display: inline-block;
  width: 48%;
  margin: 1%;
}

.new-page {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}

.new-page a {
  display: block;
  line-height: 103px;
  font-size: 16px;
  color: #666;
}

.new-page .up_down {
  flex: 1;
  padding: 0 30px;
  box-sizing: border-box;
  transition: 0.3s;
}

.new-page .xia {
  text-align: right;
}

.new-page .return {
  width: 118px;
  position: relative;
  text-align: center;
}

.new-page .return::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new-page .return::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .serve-contain .wd1600 .serve-box .serve-item:hover {
    width: 40%;
  }

  .serve-contain .wd1600 .serve-box .serve-item:hover>.icon,
  .serve-contain .wd1600 .serve-box .serve-item:hover>.title {
    opacity: 0;
  }

  .serve-contain .wd1600 .serve-box .serve-item:hover .ying {
    height: 100%;
    padding-top: 155px;
  }

  .product-article .wd1600 .hot-box .hot-info .related .relate-box .img:hover .word {
    opacity: 0.86;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover {
    background-color: #d90e00;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover .l-hot-time .date {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover .l-hot-time .year {
    color: #fff;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover .l-hot-info .title .dian {
    background-color: #fff;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover .l-hot-info .title span {
    color: #fff;
  }

  .List-contain .list-hot .wd1600 .l-hot-box .l-hot-item:hover .l-hot-info .intro {
    color: #fff;
  }

  .product-contain .wd1600 .product-box .pro-item:hover .show img {
    transform: scale(1.1);
  }

  .product-contain .wd1600 .product-box .pro-item:hover .info {
    color: #fff;
    background-color: #da1e00;
  }

  .new-page .up_down:hover {
    background-color: #d90e00;
    color: #fff;
  }

  .honor-contain .wd1600 .appBox .honor:hover .img img {
    transform: scale(1.1);
  }

  .honor-contain .wd1600 .appBox .honor:hover .info {
    color: #d90e00;
  }

  .List-contain .list-main .chunk .flac-item:hover {
    border: 1px solid #d90e00;
  }

  .List-contain .list-main .chunk .flac-item:hover .img img {
    transform: scale(1.1);
  }

  .new-flac .wd1600 .flac-box .flac-item:hover {
    border: 1px solid #d90e00;
  }

  .new-flac .wd1600 .flac-box .flac-item:hover .img img {
    transform: scale(1.1);
  }
}