.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgA {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textLr {
  writing-mode: vertical-lr;
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
}
.textRl {
  writing-mode: vertical-rl;
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
}
.br {
  border-radius: 50%;
}
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.banner .other {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  right: 135px;
  top: 0;
}
.banner .other .ban-pagination {
  margin: 30px 0;
}
.banner .other .ban-pagination span {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 26px 0 !important;
}
.banner .other .ban-pagination .swiper-pagination-bullet-active {
  background: #fe9d10;
  opacity: 1;
}
.banner .other .slider-btn-next {
  cursor: pointer;
}
.banner .swiper-wrapper {
  height: 100%;
  margin: 0 auto;
}
.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;
}
.tit-box .em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
}
.tit-box .em i {
  width: 65px;
  height: 120px;
  background-color: #fe9d10;
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 42px;
  font-weight: bold;
  line-height: 195px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  margin-right: 11px;
}
.tit-box img {
  display: block;
  margin-top: 6px;
}
.pro-box {
  padding: 0 0 60px;
}
.pro-box .search {
  width: 507px;
  height: 50px;
  border-radius: 8px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 89px;
}
.pro-box .search input {
  line-height: 14px;
  font-size: 14px;
  color: #666666;
  width: 365px;
  margin-right: 25px;
}
.pro-box .search button {
  width: 90px;
  height: 50px;
  background-color: #fe9d13;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}
.pro-box .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #666666;
}
.pro-box .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #666666;
}
.pro-box .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #666666;
}
.pro-box .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #666666;
}
.pro-box .slide-pro {
  margin-top: 46px;
}
.pro-box .slide-pro .hd {
  position: relative;
  display: flex;
}
.pro-box .slide-pro .hd ul {
  display: inline-block;
}
.pro-box .slide-pro .hd ul li {
  display: inline-block;
  margin-right: 75px;
}
.pro-box .slide-pro .hd ul li.on .icon {
  background: url(../images/py2.png) no-repeat top center;
}
.pro-box .slide-pro .hd ul li.on .icon::after {
  right: -100%;
}
.pro-box .slide-pro .hd ul li.on .icon::before {
  right: 0;
}
.pro-box .slide-pro .hd ul li.on .tit {
  color: #fe9d10;
  font-weight: bold;
}
.pro-box .slide-pro .hd ul li .icon {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: url(../images/py1.png) no-repeat top center;
  position: relative;
  overflow: hidden;
}
.pro-box .slide-pro .hd ul li .icon:before,
.pro-box .slide-pro .hd ul li .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro-box .slide-pro .hd ul li .icon:after {
  right: 0;
}
.pro-box .slide-pro .hd ul li .icon::before {
  right: 100%;
}
.pro-box .slide-pro .hd ul li .icon::before {
  background: url(../images/pi12.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li .icon::after {
  background: url(../images/pi1.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li .tit {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.pro-box .slide-pro .hd ul li:nth-child(2) .icon::before {
  background: url(../images/pi22.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(2) .icon::after {
  background: url(../images/pi2.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(3) .icon::before {
  background: url(../images/pi32.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(3) .icon::after {
  background: url(../images/pi3.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(4) .icon::before {
  background: url(../images/pi42.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(4) .icon::after {
  background: url(../images/pi4.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(5) .icon::before {
  background: url(../images/pi52.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(5) .icon::after {
  background: url(../images/pi5.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(6) .icon::before {
  background: url(../images/pi62.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(6) .icon::after {
  background: url(../images/pi6.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(7) .icon::before {
  background: url(../images/pi72.png) center no-repeat;
}
.pro-box .slide-pro .hd ul li:nth-child(7) .icon::after {
  background: url(../images/pi7.png) center no-repeat;
}
.pro-box .slide-pro .hd > div {
  display: inline-block;
  width: 90px;
}
.pro-box .slide-pro .hd > div:hover .icon {
  background: url(../images/py2.png) no-repeat top center;
}
.pro-box .slide-pro .hd > div:hover .icon::after {
  right: -100%;
}
.pro-box .slide-pro .hd > div:hover .icon::before {
  right: 0;
}
.pro-box .slide-pro .hd > div:hover .tit {
  color: #fe9d10;
  font-weight: bold;
}
.pro-box .slide-pro .hd > div .icon {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: url(../images/py1.png) no-repeat top center;
  position: relative;
  overflow: hidden;
}
.pro-box .slide-pro .hd > div .icon:before,
.pro-box .slide-pro .hd > div .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro-box .slide-pro .hd > div .icon:after {
  right: 0;
}
.pro-box .slide-pro .hd > div .icon::before {
  right: 100%;
}
.pro-box .slide-pro .hd > div .icon::before {
  background: url(../images/pi82.png) center no-repeat;
}
.pro-box .slide-pro .hd > div .icon::after {
  background: url(../images/pi8.png) center no-repeat;
}
.pro-box .slide-pro .hd > div .tit {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.pro-box .slide-pro .pro-bd {
  width: 1363px !important;
  margin: 0 auto;
}
.pro-box .slide-pro .pro-bd ul {
  height: 620px;
}
.pro-box .slide-pro .pro-bd li.active .tit {
  color: #fff;
  font-weight: bold;
}
.pro-box .slide-pro .pro-bd li.active .tit::before {
  background-color: #fff;
}
.pro-box .slide-pro .pro-bd li.active .tit::after {
  width: 100%;
}
.pro-box .slide-pro .pro-bd li:nth-child(4n) {
  margin-right: 0;
}
.pro-box .slide-pro .pro-bd li {
  display: inline-block;
  padding-left: 25px;
  padding-bottom: 25px;
  position: relative;
  margin-top: 45px;
  margin-right: 12px;
}
.pro-box .slide-pro .pro-bd li .im {
  width: 300px;
  height: 240px;
  border: solid 1px #dddddd;
  display: block;
  box-sizing: border-box;
  padding: 5px;
}
.pro-box .slide-pro .pro-bd li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .slide-pro .pro-bd li .tit {
  width: 240px;
  height: 52px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
  display: block;
  line-height: 52px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 34px;
  position: absolute;
  left: 3px;
  bottom: 8px;
  overflow: hidden;
  z-index: 8;
}
.pro-box .slide-pro .pro-bd li .tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #fe9d10;
}
.pro-box .slide-pro .pro-bd li .tit::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  margin-right: 5px;
  background-color: #666666;
}
.pro-box .slide-pro .pro-bd li > i {
  position: absolute;
  left: 4px;
  bottom: 70px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.pro-box .slide-pro .pro-bd li > i::after {
  content: "/";
  display: block;
  text-align: center;
  margin: 0 auto;
}
.rea-box {
  overflow: hidden;
  background: url(../images/rea-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 0 0;
}
.rea-box .rea-con h3 img {
  display: block;
  margin-bottom: 35px;
}
.rea-box .rea-con h3 .t2 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  vertical-align: middle;
}
.rea-box .rea-con h3 .t3 {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 24px;
  line-height: 24px;
  background-color: #fe9d13;
  border-radius: 12px;
  font-family: Georgia;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-left: 15px;
}
.rea-box .rea-con h3 .t3:after {
  content: "";
  display: inline-block;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 0;
  height: 24px;
  background-color: #fe9d13;
}
.rea-box .rea-con .contorl {
  margin-top: 15px;
}
.rea-box .rea-con .contorl > span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rea-box .rea-con .contorl > span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rea-box .rea-con .contorl > span.active {
  background: #fe9d10;
}
.rea-box .rea-con .contorl .reaPrev::after {
  background: url(../images/cl2.png) no-repeat center;
}
.rea-box .rea-con .contorl .reaPrev.active::after {
  background: url(../images/cl.png) no-repeat center;
}
.rea-box .rea-con .contorl .reaNext::after {
  background: url(../images/cr2.png) no-repeat center;
}
.rea-box .rea-con .contorl .reaNext.active::after {
  background: url(../images/cr.png) no-repeat center;
}
.rea-box .rea-con .contorl .rea-pagination {
  display: inline-block;
  position: relative;
  z-index: 8;
  margin: 0 13px;
}
.rea-box .rea-con .contorl .rea-pagination::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  opacity: 0.3;
}
.rea-box .rea-con .contorl .rea-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 21px;
  background-color: #9f9f9f;
}
.rea-box .myRea {
  overflow: hidden;
  position: relative;
  z-index: 8;
}
.rea-box .myRea::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 452px;
  height: 482px;
  border: solid 2px #ffffff;
  top: 47px;
  left: 37px;
}
.rea-box .myRea li > img {
  width: 463px;
  height: 482px;
  object-fit: cover;
  margin-top: 67px;
}
.rea-box .myRea .text {
  display: inline-block;
  width: 656px;
  vertical-align: top;
  margin-left: 147px;
}
.rea-box .myRea .text .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #fe9d13;
}
.rea-box .myRea .text .t1::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #fe9d13;
  margin-right: 7px;
}
.rea-box .myRea .text .t2 {
  font-family: Arial;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 16px 0 30px;
  text-transform: uppercase;
}
.rea-box .myRea .text .t3 {
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
}
.rea-box .rea-cen {
  padding-bottom: 90px;
  position: relative;
}
.rea-box .myReaTit {
  position: absolute;
  left: 615px;
  bottom: 0;
  overflow: hidden;
  width: 760px;
  z-index: 88;
}
.rea-box .myReaTit li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 7px 0 0 20px;
  height: 326px;
  box-sizing: border-box;
  background: url(../images/rea-lin1.png) no-repeat top left;
}
.rea-box .myReaTit li img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
  box-sizing: border-box;
}
.rea-box .myReaTit li .t1 {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin: 12px 0 12px 16px;
}
.rea-box .myReaTit li .t2 {
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  margin-left: 16px;
}
.rea-box .myReaTit li:nth-child(1) {
  top: 119px;
}
.rea-box .myReaTit li:nth-child(2) {
  top: 60px;
}
.rea-box .myReaTit li:nth-child(4) {
  top: 60px;
}
.rea-box .myReaTit li.active {
  background: url(../images/rea-lin2.png) no-repeat top left;
}
.rea-box .myReaTit li.active img {
  border: solid 2px #fe9d13;
}
.rea-box .myReaTit li.active p {
  color: #fe9d10;
}
.case-box {
  padding: 0 0 70px;
  overflow: hidden;
  position: relative;
}
.case-box .case-tit .contorl {
  margin-top: 70px;
  width: 338px;
  height: 61px;
  background-color: #fe9d10;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
}
.case-box .case-tit .contorl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.case-box .case-tit .contorl span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-family: Arial;
  font-size: 16px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #ffffff;
}
.case-box .case-tit .contorl .casePrev img {
  margin-right: 14px;
}
.case-box .case-tit .contorl .caseNext img {
  margin-left: 14px;
}
.case-box .myCase {
  overflow: hidden;
}
.case-box .myCase li:nth-child(2n) {
  margin-right: 0;
}
.case-box .myCase li:hover .im > 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);
}
.case-box .myCase li.active .text1 {
  left: -300px;
}
.case-box .myCase li.active .text2 {
  left: 0;
}
.case-box .myCase li {
  margin-right: 34px;
  margin-top: 38px;
  width: 620px;
  height: 256px;
  display: inline-block;
  background-color: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.case-box .myCase li .text1 {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-box .myCase li .text1 a {
  display: block;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  writing-mode: vertical-lr;
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
  vertical-align: middle;
  height: 161px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 56px 0 0 178px;
}
.case-box .myCase li .text1 img {
  position: absolute;
  top: 57px;
  left: 148px;
}
.case-box .myCase li .text1 span {
  position: absolute;
  left: -63px;
  bottom: -82px;
  width: 168px;
  height: 169px;
  padding: 42px 47px 0 0;
  background-color: #f7e5cb;
  border-radius: 50%;
  font-family: Arial;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  box-sizing: border-box;
  text-align: right;
}
.case-box .myCase li .text2 {
  overflow: hidden;
  width: 300px;
  position: absolute;
  left: -300px;
  top: 0;
  box-sizing: border-box;
  padding: 50px 30px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-box .myCase li .text2 .t1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #fe9d10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-box .myCase li .text2 .t1::after {
  content: "";
  display: block;
  margin: 19px 0 15px;
  width: 23px;
  height: 3px;
  background-color: #fe9d10;
}
.case-box .myCase li .text2 p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-box .myCase li .text2 .more {
  display: block;
  text-align: right;
  margin-top: 5px;
}
.case-box .myCase li .im {
  width: 320px;
  overflow: hidden;
  height: 100%;
  display: block;
  margin-left: auto;
}
.case-box .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box {
  overflow: hidden;
  background: url(../images/ab-bg2.jpg) repeat center bottom;
  position: relative;
  z-index: 8;
  padding-bottom: 58px;
}
.about-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 458px;
  background: url(../images/ab-bg.jpg) repeat center;
}
.about-box .ab-top {
  position: relative;
}
.about-box .ab-top > img {
  position: absolute;
  left: -320px;
  top: 0;
  object-fit: cover;
  width: 893px;
  height: 577px;
}
.about-box .ab-top .text {
  width: 708px;
  height: 577px;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
}
.about-box .ab-top .text > h3 {
  display: block;
  margin-left: auto;
  width: 270px;
}
.about-box .ab-top .text > h3 span {
  color: #fff;
}
.about-box .ab-top .text > h3 span i {
  margin-left: 20px;
}
.about-box .ab-top .text .yyzz {
  position: absolute;
  z-index: 8;
  right: -160px;
  top: 276px;
  width: 210px;
  height: 151px;
  box-sizing: content-box;
  padding: 16px;
  background: url(../images/yyzz.jpg) no-repeat center;
  background-size: cover;
  object-fit: cover;
}
.about-box .ab-top .text .yyzz: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);
}
.about-box .ab-top .text .ti {
  position: absolute;
  right: -253px;
  top: 63px;
}
.about-box .ab-top .text .con {
  width: 708px;
  height: 335px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 57px 117px 0 63px;
}
.about-box .ab-top .text .con h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.about-box .ab-top .text .con p {
  font-size: 16px;
  line-height: 42px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 30px;
}
.about-box .ab-top .text .con .more {
  width: 110px;
  height: 30px;
  background-color: #fe9d10;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.about-box .ab-top .text .con .more:hover {
  letter-spacing: 2px;
  transform: translateY(-5px);
}
.about-box .slide-about .hd {
  border-bottom: solid 2px #dedede;
  margin: 50px 0;
}
.about-box .slide-about .hd ul li {
  float: left;
  width: 170px;
  height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-box .slide-about .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
}
.about-box .slide-about .hd ul li a i {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/ai1.png) no-repeat center;
}
.about-box .slide-about .hd ul li.on {
  background-color: #fe9d10;
}
.about-box .slide-about .hd ul li.on a {
  color: #ffffff;
}
.about-box .slide-about .hd ul li.on a > i {
  background: url(../images/ai12.png) no-repeat center;
}
.about-box .slide-about .hd ul li:nth-child(2) a > i {
  background: url(../images/ai2.png) no-repeat center;
}
.about-box .slide-about .hd ul li:nth-child(2).on a > i {
  background: url(../images/ai22.png) no-repeat center;
}
.about-box .slide-about .hd > a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #666666;
  margin-top: 15px;
}
.about-box .slide-about .hd > a:hover {
  letter-spacing: 2px;
  color: #fe9d10;
  font-weight: bold;
}
.about-box .slide-about .ab-bd ul {
  height: 220px;
}
.about-box .slide-about .ab-bd ul li:last-child {
  margin-right: 0;
}
.about-box .slide-about .ab-bd ul li {
  display: inline-block;
  margin-right: 49px;
}
.about-box .slide-about .ab-bd ul li .im {
  display: block;
  width: 280px;
  height: 188px;
  border: solid 1px transparent;
  padding: 3px;
  box-sizing: border-box;
  background-color: transparent;
  overflow: hidden;
}
.about-box .slide-about .ab-bd ul li .im img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: contain;
}
.about-box .slide-about .ab-bd ul li .t1 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
  color: #333333;
}
.about-box .slide-about .ab-bd ul li.active .im {
  border: solid 1px #fe9d10;
}
.about-box .slide-about .ab-bd ul li.active .t1 {
  color: #fe9d10;
}
.about-box .slide-about .ab-bd ul li: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-bottom: 70px;
  position: relative;
}
.news-box .news-tit {
  margin-bottom: 30px;
}
.news-box .news-tit > a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  margin-top: 90px;
}
.news-box .news-tit > a img {
  margin-left: 11px;
}
.news-box .news-tit > a:hover {
  letter-spacing: 2px;
}
.news-box .slide-news {
  width: 889px;
  margin-left: auto;
}
.news-box .slide-news .hd {
  width: 870px;
  height: 80px;
  box-sizing: border-box;
  padding: 0 0 0 52px;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
}
.news-box .slide-news .hd ul {
  display: inline-block;
  vertical-align: middle;
}
.news-box .slide-news .hd ul li:nth-child(3) {
  margin-right: 0;
}
.news-box .slide-news .hd ul li:nth-child(3) a > i {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(3).on a > i {
  background: url(../images/ni32.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(2) a > i {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(2).on a > i {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .slide-news .hd ul li.on a {
  color: #fe9d10;
  font-weight: bold;
}
.news-box .slide-news .hd ul li.on a i {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .slide-news .hd ul li {
  display: inline-block;
  margin-right: 133px;
}
.news-box .slide-news .hd ul li a {
  display: block;
  line-height: 80px;
  font-size: 16px;
  color: #333333;
}
.news-box .slide-news .hd ul li a i {
  width: 32px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/ni1.png) no-repeat center;
}
.news-box .slide-news .hd > a {
  display: inline-block;
  width: 150px;
  height: 42px;
  background-color: #fe9d10;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fefefe;
  vertical-align: middle;
  margin-left: 40px;
}
.news-box .slide-news .hd > a:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.news-box .slide-news .news-bd ul {
  height: 474px;
}
.news-box .slide-news .news-bd ul li.active .im {
  border: solid 5px #fe9d10;
}
.news-box .slide-news .news-bd ul li.active .text .t1 {
  color: #fe9d10;
  font-weight: bold;
}
.news-box .slide-news .news-bd ul li.active .text .more {
  border: 1px solid #fe9d10;
  color: #ffffff;
}
.news-box .slide-news .news-bd ul li.active .text .more::after {
  height: 100%;
}
.news-box .slide-news .news-bd ul li {
  margin-top: 38px;
}
.news-box .slide-news .news-bd ul li .im {
  display: inline-block;
  vertical-align: middle;
  width: 116px;
  height: 116px;
  background-color: #ffffff;
  border: solid 5px #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
}
.news-box .slide-news .news-bd ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .slide-news .news-bd ul li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  padding-left: 28px;
  height: 114px;
  box-sizing: border-box;
  width: 700px;
  position: relative;
  border-left: 1px solid #e0e0e0;
}
.news-box .slide-news .news-bd ul li .text i {
  font-family: Arial;
  font-size: 14px;
  line-height: 35px;
  color: #888888;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-box .slide-news .news-bd ul li .text .t1 {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .slide-news .news-bd ul li .text p {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 21px 0;
}
.news-box .slide-news .news-bd ul li .text .more {
  display: block;
  width: 120px;
  height: 38px;
  border: solid 1px #e0e0e0;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  line-height: 38px;
  color: #888888;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.news-box .slide-news .news-bd ul li .text .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #fe9d10;
  top: 0;
  left: 0;
}
.news-box .myNews {
  position: absolute;
  bottom: 50px;
  left: -30px;
  overflow: hidden;
  width: 420px;
}
.news-box .myNews::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 30px;
  left: 30px;
  width: 360px;
  height: 272px;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
}
.news-box .myNews li {
  box-sizing: border-box;
  padding: 0 30px;
}
.news-box .myNews li .im {
  display: block;
  width: 100%;
  height: 265px;
  overflow: hidden;
  margin-bottom: 7px;
}
.news-box .myNews li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .myNews li .text {
  height: 210px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 30px 28px 0;
  position: relative;
}
.news-box .myNews li .text .t1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 185px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #fe9d10;
}
.news-box .myNews li .text .t1:after {
  content: "";
  display: block;
  width: 53px;
  height: 1px;
  margin: 20px 0 20px;
  background-color: #fe9d10;
}
.news-box .myNews li .text i {
  position: absolute;
  right: 27px;
  top: 35px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #888888;
}
.news-box .myNews li .text p {
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 2em;
}
.news-box .myNews .control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  width: 320px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.news-box .myNews .control > span {
  width: 19px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.news-box .myNews .control .newsPrev {
  background: url(../images/nl1.png) no-repeat center;
}
.news-box .myNews .control .newsPrev.active {
  background: url(../images/nl12.png) no-repeat center;
}
.news-box .myNews .control .case-pagination {
  margin: 0 13px;
}
.news-box .myNews .control .case-pagination span {
  opacity: 1;
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  margin: 0 8px;
}
.news-box .myNews .control .case-pagination .swiper-pagination-bullet-active {
  background: #fe9d10;
}
.news-box .myNews .control .newsNext {
  background: url(../images/nr1.png) no-repeat center;
}
.news-box .myNews .control .newsNext.active {
  background: url(../images/nr22.png) no-repeat center;
}
/* links */
.links-box {
  padding: 50px 0;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 8;
}
.links-box .line {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #666666;
  margin-left: 40px;
}
.links-box p {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  padding: 29px 0;
  color: #fe9d10;
  text-align: center;
}
.links-box p img {
  display: block;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-left: 40px;
}
.links-box div a:hover {
  color: #fe9d10;
}
