/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 660px;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-prev {
  left: 10%;
}
.banner .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-next {
  right: 10%;
  cursor: pointer;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* tit-bigBox */
.tit-bigBox {
  display: flex;
  background: url(../images/line.png) no-repeat left bottom;
  background-position-x: 283px;
  padding-top: 10px;
}
.tit-bigBox .tit-box {
  display: inline-block;
  display: flex;
  align-items: flex-end;
}
.tit-bigBox .tit-box .t1 {
  font-family: Times New Roman;
  font-size: 120px;
  line-height: 89px;
  color: #333333;
}
.tit-bigBox .tit-box span {
  display: inline-block;
}
.tit-bigBox .tit-box span .t2 {
  display: block;
  font-size: 30px;
  padding: 0 0px 0 13px;
  line-height: 45px;
  background: #db011b;
  letter-spacing: 13px;
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 185px;
  box-sizing: border-box;
}
.tit-bigBox .tit-box span .t2 span {
  letter-spacing: 13px;
  color: #ffffff;
  font-size: 30px;
  line-height: 45px;
}
.tit-bigBox .tit-box span .t3 {
  display: block;
  font-family: Times New Roman;
  font-size: 30px;
  margin-top: 6px;
  line-height: 30px;
  color: #333333;
}
.tit-bigBox p {
  font-family: Times New Roman;
  font-size: 12px;
  text-transform: uppercase;
  color: #bfbfbf;
  margin-top: 28px;
  margin-left: 76px;
}
.tit-bigBox p i {
  font-size: 18px;
  color: #db011b;
}
.tit-bigBox .ismore {
  margin-left: auto;
  font-family: Times New Roman;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  position: relative;
  top: -5px;
}
.tit-bigBox .ismore:hover {
  top: 5px;
  color: #db011b;
}
.pro-con .tit-bigBox {
  margin-top: 70px;
  margin-bottom: 60px;
}
.pro-item {
  width: 100%;
  height: 184px;
  margin-bottom: 70px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.pro-item .title {
  width: 285px;
  height: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-color: #fafafa;
  text-align: center;
  box-sizing: border-box;
}
.pro-item .title i {
  z-index: 3;
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.pro-item .title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial;
  font-size: 160px;
  font-weight: bold;
  color: #e6e6e6;
  display: block;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.pro-item .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background: #db011b;
}
.pro-item .pi-ul {
  width: 995px;
  display: flex;
  height: 100%;
}
.pro-item .pi-ul li {
  flex: 1;
  height: 100%;
  overflow: hidden;
  border-left: solid 1px #ededed;
}
.pro-item .pi-ul li:nth-child(1) {
  border-left: solid 0px #ededed;
}
.pro-item .pi-ul li a {
  display: block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pro-item .pi-ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-width: 72%; */
  height: 100%;
  object-fit: cover;
}
.pro-item .pi-ul li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-item.active .title i {
  color: #ffffff;
}
.pro-item.active .title::after {
  width: 350px;
  height: 350px;
}
.pro-item.active .title span {
  opacity: 0.15;
}
.sol-box {
  overflow: hidden;
  padding: 78px 0;
  background: url(../images/s-bg.jpg) no-repeat center;
  background-size: cover;
}
.sol-box .sol-con {
  position: relative;
  z-index: 9;
  padding-top: 70px;
}
.sol-box .sol-con::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -240px;
  width: 1760px;
  height: 100%;
  background: url(../images/s-bg2.jpg) no-repeat center;
  background-size: cover;
}
.sol-box .tit-bigBox {
  margin-bottom: 57px;
}
.sol-box .sol-ul li {
  margin-right: 66px;
  margin-bottom: 66px;
  float: left;
  display: inline-block;
  position: relative;
  width: 270px;
  height: 314px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sol-box .sol-ul li .icon {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
  height: 59px;
}
.sol-box .sol-ul li .icon::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background-color: #db011b;
  opacity: 0.4;
  border-radius: 50%;
  right: -11px;
  bottom: 0px;
}
.sol-box .sol-ul li:nth-child(1) .icon {
  background: url(../images/s1.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(2) .icon {
  background: url(../images/s2.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(3) .icon {
  background: url(../images/s3.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(4) .icon {
  background: url(../images/s4.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(5) .icon {
  background: url(../images/s5.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(6) .icon {
  background: url(../images/s3.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(7) .icon {
  background: url(../images/s4.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li:nth-child(8) .icon {
  background: url(../images/s5.png) no-repeat center center;
  background-size: contain;
}
.sol-box .sol-ul li .text {
  font-size: 24px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sol-box .sol-ul li .text::before {
  content: "";
  display: block;
  margin: 106px auto 10px;
  width: 1px;
  height: 30px;
  background-color: #ededed;
}
.sol-box .sol-ul li i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  color: #bfbfbf;
  text-align: center;
  margin: 10px 0 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sol-box .sol-ul li .more {
  width: 100px;
  height: 30px;
  background-color: #ededed;
  font-family: Arial;
  font-size: 14px;
  color: #bfbfbf;
  display: block;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.sol-box .sol-ul li .more::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #db011b;
  z-index: -1;
}
.sol-box .sol-ul li .desc {
  position: absolute;
  bottom: -150px;
  font-size: 15px;
  line-height: 28px;
  color: #808080;
  text-align: center;
  margin: 0 auto;
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sol-box .sol-ul li .goto {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #db011b;
  font-family: Arial;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  box-sizing: border-box;
  text-align: right;
  padding-top: 34px;
  padding-right: 18px;
}
.sol-box .sol-ul li:nth-child(4n+4) {
  margin-right: 0;
}
.sol-box .sol-ul li.active {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.sol-box .sol-ul li.active .icon {
  top: -60px;
}
.sol-box .sol-ul li.active .text::before {
  margin-top: 15px;
  opacity: 0;
}
.sol-box .sol-ul li.active .desc {
  bottom: 65px;
}
.sol-box .sol-ul li.active .more {
  margin-top: 105px;
  color: #fff;
}
.sol-box .sol-ul li.active .more::after {
  width: 120px;
  height: 120px;
}
.sol-box .sol-ul li.active .more:hover {
  margin-top: 115px;
}
.sol-box .sol-ul li.active .goto {
  top: -30px;
  left: -30px;
}
.form {
  overflow: hidden;
  padding: 60px 0 70px;
}
.form .tit-bigBox {
  margin-bottom: 48px;
}
.form .tit-bigBox .qq {
  margin-left: auto;
  position: relative;
  z-index: 8;
  top: -20px;
}
.form .tit-bigBox .qq::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 27px;
  background: url(../images/qq-sha.png) no-repeat center;
  z-index: -1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.form .tit-bigBox .qq:hover img {
  transform: translateY(-10px);
}
.form .form-cen > img {
  width: 569px;
  height: 438px;
  object-fit: contain;
}
.form .form-cen .fc {
  margin-top: 63px;
  display: inline-block;
}
.form .form-cen .fc .imgcode {
  width: 90px;
  height: 36px;
  object-fit: contain;
  float: right;
  margin: 7px 10px 0;
}
.form .form-cen .fc div {
  margin-bottom: 26px;
  width: 467px;
  line-height: 50px;
  box-sizing: border-box;
  height: 50px;
  background-color: #f8f8f8;
}
.form .form-cen .fc div img {
  margin: 0 14px 0 26px;
}
.form .form-cen .fc input {
  font-size: 15px;
  color: #bfbfbf;
}
.form .form-cen .fc label {
  display: block;
  margin-bottom: 26px;
  width: 467px;
  line-height: 50px;
  box-sizing: border-box;
  height: 50px;
  background-color: #f8f8f8;
}
.form .form-cen .fc label img {
  margin: 0 14px 0 26px;
}
.form .form-cen .fc input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 15px;
  color: #bfbfbf;
}
.form .form-cen .fc input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 15px;
  color: #bfbfbf;
}
.form .form-cen .fc input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 15px;
  color: #bfbfbf;
}
.form .form-cen .fc input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 15px;
  color: #bfbfbf;
}
.form .form-cen .fc button {
  width: 467px;
  height: 50px;
  background-color: #db011b;
  font-size: 18px;
  color: #ffffff;
}
.ind-box {
  overflow: hidden;
  background: url(../images/i-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 79px 0;
}
.ind-box .tit-bigBox p {
  margin-left: 110px;
}
.ind-box .ind-con {
  position: relative;
  z-index: 9;
  padding: 72px 0;
}
.ind-box .ind-con::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: -240px;
  width: 1760px;
  height: 100%;
  background: url(../images/i-bg2.jpg) no-repeat center;
  background-size: cover;
}
.ind-box .slide-sol {
  margin-top: 58px;
}
.ind-box .slide-sol .hd {
  width: 407px;
  overflow: hidden;
  padding: 10px 50px 30px;
  box-sizing: border-box;
  background-color: #fef2f3;
}
.ind-box .slide-sol .hd ul li {
  margin: 35px 0 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.ind-box .slide-sol .hd ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 160px;
  background-color: #e00501;
  opacity: 0.15;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.ind-box .slide-sol .hd ul li:nth-child(2n+2)::before {
  left: auto;
  right: -50px;
}
.ind-box .slide-sol .hd ul li.on::before {
  width: 450px;
}
.ind-box .slide-sol .hd ul li > a {
  display: inline-block;
}
.ind-box .slide-sol .hd ul li > a img {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  object-fit: cover;
  border: solid 2px #ffffff;
}
.ind-box .slide-sol .hd ul li > div {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-left: 26px;
  box-sizing: border-box;
}
.ind-box .slide-sol .hd ul li > div a {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 10px;
}
.ind-box .slide-sol .hd ul li.on > div a {
  color: #db011b;
}
.ind-box .slide-sol .hd ul li > div i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  color: #988887;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind-box .slide-sol .hd > p {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #db011b;
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.ind-box .slide-sol .hd > p::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 290px;
  height: 1px;
  background-color: #f7c3c2;
}
.ind-box .slide-sol .hd:hover > p::after {
  width: 407px;
}
.ind-box .sol-bd {
  width: 873px;
  box-sizing: border-box;
  background-color: #fff;
}
.ind-box .sol-bd .bd > li > a {
  display: block;
}
.ind-box .sol-bd .bd > li > a img {
  width: 100%;
  height: 659px;
  object-fit: cover;
}
.ind-box .sol-bd .bd > li {
  height: 806px;
}
.ind-box .sol-bd .bd > li > div {
  display: flex;
}
.ind-box .sol-bd .bd > li > div .tit {
  display: inline-block;
  width: 205px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #db011b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  margin: 29px 40px 0 35px;
}
.ind-box .sol-bd .bd > li:nth-child(1) .tit::before {
  content: "01.";
}
.ind-box .sol-bd .bd > li:nth-child(2) .tit::before {
  content: "02.";
}
.ind-box .sol-bd .bd > li:nth-child(3) .tit::before {
  content: "03.";
}
.ind-box .sol-bd .bd > li:nth-child(4) .tit::before {
  content: "04.";
}
.ind-box .sol-bd .bd > li > div .tit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #988887;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind-box .sol-bd .bd > li > div a:nth-child(2) {
  width: 529px;
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
  color: #a79b9b;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-top: 1px solid #fbccd1;
}
.adv-box {
  overflow: hidden;
  padding: 80px 0 10px;
}
.adv-box .tit-bigBox {
  margin-bottom: 90px;
}
.adv-box .adv-ul li {
  display: inline-block;
  margin: 0 65px 64px 0;
  width: 605px;
  height: 127px;
  position: relative;
  box-sizing: border-box;
  z-index: 9;
  padding: 4px;
  background: #ededed;
}
.adv-box .adv-ul li::before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.adv-box .adv-ul li::after {
  content: '';
  width: 0;
  height: 0;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #db011b;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.adv-box .adv-ul li:hover p:nth-child(1) {
  letter-spacing: 3px;
}
.adv-box .adv-ul li span {
  display: inline-block;
  margin: 0 0 0 24px;
}
.adv-box .adv-ul li span .num {
  display: block;
  width: 76px;
  height: 76px;
  background-color: #db011b;
  text-align: center;
  line-height: 76px;
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -24px;
}
.adv-box .adv-ul li span .ex {
  display: block;
  text-align: center;
  font-family: Times New Roman;
  font-size: 24px;
  text-transform: uppercase;
  color: #bfbfbf;
  position: relative;
  top: -10px;
}
.adv-box .adv-ul li div {
  width: 419px;
  margin-right: 44px;
}
.adv-box .adv-ul li div p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 13px 0 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.adv-box .adv-ul li div p:nth-child(2) {
  font-size: 15px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.adv-box .adv-ul li:nth-child(2n) {
  margin-right: 0;
}
.adv-box .adv-ul li.active::after {
  width: 100%;
  height: 100%;
}
.about {
  overflow: hidden;
  background: url(../images/s-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 67px;
}
.about .about-con {
  padding-top: 55px;
  position: relative;
  z-index: 9;
}
.about .about-con::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -240px;
  width: 1760px;
  height: 100%;
  background: url(../images/s-bg2.jpg) no-repeat center;
  background-size: cover;
}
.about .about-con .text {
  padding-bottom: 96px;
  width: 541px;
}
.about .about-con .text .tit {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.about .about-con .text i {
  font-size: 14px;
  color: #bfbfbf;
  display: block;
}
.about .about-con .text i::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 20px 0 15px 3px;
  background-color: #db011b;
}
.about .about-con .text .desc {
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about .about-con .text .phone {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 60px 0 50px;
}
.about .about-con .text .phone img {
  margin-right: 8px;
}
.about .about-con .text a {
  display: block;
  width: 200px;
  height: 56px;
  background-color: #db011b;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
}
.about .about-con .text a img {
  margin-right: 10px;
}
.about .about-con .text a:hover {
  margin-left: 10px;
}
.about .about-con .honor {
  margin-right: 14px;
  width: 720px;
  box-sizing: border-box;
  text-align: right;
}
.about .about-con .honor a {
  margin: 0 0 50px 44px;
  display: inline-block;
}
.about .about-con .honor a img {
  height: 230px;
  width: 154px;
  padding: 18px;
  object-fit: cover;
  background: url(../images/yyzz.jpg) no-repeat center;
  background-size: cover;
}
.about .about-con .honor a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box {
  padding: 80px 0 40px;
  overflow: hidden;
}
.news-box .tit-bigBox {
  margin-bottom: 58px;
}
.news-box .news-top .nt-left {
  width: 535px;
}
.news-box .news-top .nt-left .im {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 366px;
  border: solid 1px #ededed;
}
.news-box .news-top .nt-left .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-top .nt-left .im:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .news-top .nt-left .tit {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-top: 28px;
}
.news-box .news-top .nt-left .desc {
  font-size: 15px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  margin: 12px 0 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-top .nt-left i {
  font-size: 15px;
  color: #808080;
}
.news-box .news-top .nt-right {
  width: 703px;
  box-sizing: border-box;
}
.news-box .news-top .nt-right li {
  overflow: hidden;
  position: relative;
  z-index: 9;
  width: 703px;
  height: 150px;
  margin-bottom: 38px;
}
.news-box .news-top .nt-right li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
}
.news-box .news-top .nt-right li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #db011b;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
.news-box .news-top .nt-right li .im {
  width: 200px;
  position: relative;
  top: 2px;
  left: 2px;
  vertical-align: middle;
  height: calc(100% - 6px);
  display: inline-block;
  overflow: hidden;
  border: solid 1px #ededed;
}
.news-box .news-top .nt-right li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-top .nt-right li .im:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .news-top .nt-right li .text {
  display: inline-block;
  width: 428px;
  margin-left: 30px;
  vertical-align: top;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-box .news-top .nt-right li .text .tit {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-top .nt-right li .text .desc {
  margin: 15px 0;
  font-size: 15px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-top .nt-right li .text i {
  display: block;
  font-family: Arial;
  font-size: 15px;
  color: #bfbfbf;
}
.news-box .news-top .nt-right li.active::after {
  width: 200%;
  height: 200%;
}
.news-box .news-top .nt-right li.active .text {
  margin-top: 25px;
}
.news-box .news-down li {
  margin-top: 20px;
  overflow: hidden;
  display: inline-block;
  width: 400px;
  height: 99px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  background: #dedede;
  padding: 21px 25px;
  margin-right: 35px;
}
.news-box .news-down li:last-child {
  margin-right: 0;
}
.news-box .news-down li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-sizing: border-box;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2.5px);
}
.news-box .news-down li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: #db011b;
  width: 0;
  height: 0;
  border-radius: 50%;
}
.news-box .news-down li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.news-box .news-down li .tit::before {
  content: "-";
}
.news-box .news-down li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #808080;
}
.news-box .news-down li .more {
  position: absolute;
  font-family: Arial;
  right: 25px;
  bottom: 20px;
  font-size: 14px;
  color: #bfbfbf;
}
.news-box .news-down li.active::after {
  width: 150%;
  height: 150%;
}
/* links */
.links {
  overflow: hidden;
}
.links-box {
  padding: 40px 0 70px;
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.links-box p {
  font-size: 16px;
  color: #bfbfbf;
  width: 153px;
  height: 45px;
  padding-left: 39px;
  box-sizing: border-box;
  margin-right: 70px;
  background: url(../images/links.png) no-repeat left bottom;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 50px;
  color: #8c8c8c;
}
.links-box div a::after {
  content: "";
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
  width: 4px;
  height: 12px;
  background: url(../images/line2.png) no-repeat center;
  background-size: cover;
}
.links-box div a:hover {
  transform: translateX(8px);
}
