.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;
  padding-bottom: 60px;
}
.banner .ban-down {
  position: absolute;
  z-index: 8;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 80px;
  background: url(../images/ban-down.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .ban-down > span {
  cursor: pointer;
}
.banner .ban-down .ban-pagination {
  margin: 0 25px;
}
.banner .ban-down .ban-pagination span {
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: transparent;
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  margin: 0 25px;
}
.banner .ban-down .ban-pagination .swiper-pagination-bullet-active {
  font-size: 20px;
  color: #0b6fbb;
  font-weight: bold;
}
.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 {
  position: relative;
  padding-top: 43px;
  z-index: 8;
}
.tit-box > img {
  position: absolute;
  z-index: -1;
  left: 8px;
  top: 0;
}
.tit-box .em {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}
.tit-box .ex {
  display: block;
  margin-top: 26px;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.tit-box .ex::after {
  content: "";
  display: inline-block;
  width: 62px;
  height: 5px;
  vertical-align: middle;
  background: url(../images/tit-d.png) no-repeat center;
}
.pro-box {
  overflow: hidden;
  padding: 60px 0 100px;
}
.pro-box .pro-tit .rightr {
  margin-top: 30px;
}
.pro-box .pro-tit .rightr .xunpan {
  position: relative;
  cursor: pointer;
  text-align: right;
}
.pro-box .pro-tit .rightr .xunpan i {
  font-size: 16px;
  line-height: 48px;
  color: #666666;
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
}
.pro-box .pro-tit .rightr .xunpan .tips {
  position: absolute;
  right: -10px;
  top: 36px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0b6fbb;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 5px 5px 2px rgba(158, 158, 158, 0.3);
  -webkit-transform: translateX(-20%) scale(0);
  -moz-transform: translateX(-20%) scale(0);
  -o-transform: translateX(-20%) scale(0);
  -ms-transform: translateX(-20%) scale(0);
  transform: translateX(-20%) scale(0);
  -webkit-transition: transform 0.6s, opacity 0.4s;
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -ms-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
}
.pro-box .pro-tit .rightr .xunpan:hover .tips {
  -webkit-transform: translateX(-20%) scale(1);
  -moz-transform: translateX(-20%) scale(1);
  -o-transform: translateX(-20%) scale(1);
  -ms-transform: translateX(-20%) scale(1);
  transform: translateX(-20%) scale(1);
  opacity: 1;
}
.pro-box .pro-tit .search {
  margin-top: 13px;
  width: 356px;
  height: 48px;
  background-color: #edf1f8;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 0 9px 0 23px;
  line-height: 48px;
}
.pro-box .pro-tit .search input {
  width: 280px;
  margin-right: 5px;
}
.pro-box .pro-tit .search button {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.pro-box .pro-hd {
  margin: 74px auto 0;
}
.pro-box .pro-hd ul {
  display: inline-block;
  vertical-align: top;
}
.pro-box .pro-hd ul li {
  display: inline-block;
}
.pro-box .pro-hd ul li.active a {
  color: #ffffff;
}
.pro-box .pro-hd ul li.active a::after {
  height: 100%;
}
.pro-box .pro-hd > .more {
  margin-right: 0;
}
.pro-box .pro-hd>a:hover{
  color: #ffffff;
}
.pro-box .pro-hd>a:hover::after{
  height: 100%;
}
.pro-box .pro-hd a {
  display: inline-block;
  margin-right: 29px;
  width: 184px;
  height: 60px;
  background-color: #ffffff;
  border: dashed 1px #dde1e8;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 5;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #333333;
}
.pro-box .pro-hd a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0b6fbb;
  z-index: -1;
}
.pro-box .pro-ul 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);
}
.pro-box .pro-ul li:hover .txt {
  letter-spacing: 2px;
  color: #0b6fbb;
}
.pro-box .pro-ul li:hover .more {
  color: #0b6fbb;
}
.pro-box .pro-ul li:hover .more::after {
  right: 15px;
}
.pro-box .pro-ul li.active::after {
  background: url(../images/pr2.png) no-repeat center;
}
.pro-box .pro-ul li.active::before {
  background: #ffba00;
}
.pro-box .pro-ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-box .pro-ul li {
  display: inline-block;
  position: relative;
  margin-top: 47px;
  margin-right: 35px;
  z-index: 9;
}
.pro-box .pro-ul li .im {
  display: block;
  width: 400px;
  height: 300px;
  background-color: #ffffff;
  border: 10px solid #f2f5fa;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-box .pro-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-ul li .txt {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 76px;
  border: solid 1px #e5e5e5;
  border-top: solid 0px #e5e5e5;
  line-height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 30px;
}
.pro-box .pro-ul li .more {
  display: block;
  height: 56px;
  border: solid 1px #e5e5e5;
  border-top: solid 0px #e5e5e5;
  line-height: 56px;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  color: #666666;
  padding: 0 19px;
  position: relative;
}
.pro-box .pro-ul li .more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  background: url(../images/pro-r.png) no-repeat center;
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: -1;
}
.case-box {
  padding-top: 133px;
  padding-bottom: 92px;
  background: url(../images/case-bg.jpg) no-repeat top center;
}
.case-box .case-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 8;
}
.case-box .case-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -320px;
  top: -15px;
  width: 1303px;
  height: 298px;
  background-color: #0b6fbb;
  border-radius: 149px 0px 0px 149px;
  z-index: -1;
}
.case-box .case-top .text {
  margin-left: 71px;
  text-align: right;
}
.case-box .case-top .text .t1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
}
.case-box .case-top .text .t1 i {
  font-size: 23px;
  line-height: 23px;
  color: #ffffff;
}
.case-box .case-top .text .t2 {
  font-size: 14px;
  line-height: 14px;
  color: #5f99c6;
  margin: 33px 0 45px;
}
.case-box .case-top .text .t3 {
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
.case-box .case-top .text .t3 img {
  margin-right: 10px;
}
.case-box .case-top .text a {
  display: inline-block;
  width: 156px;
  height: 44px;
  background-color: #ffba00;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 32px;
}
.case-box .case-top .text a:hover {
  letter-spacing: 2px;
  transform: translateY(-5px);
}
.case-box .case-tit {
  margin-top: 47px;
}
.case-box .case-tit .more {
  margin-top: 48px;
  display: inline-block;
  width: 172px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #004098;
  background: url(../images/more.png) no-repeat center;
}
.case-box .case-tit .more:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.case-box .tit-box {
  padding-top: 25px;
}
.case-box .case-con {
  position: relative;
}
.case-box .case-con > span {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #edf1f8;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  position: absolute;
  bottom: 146px;
  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 .case-con > span: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);
}
.case-box .case-con .casePrev {
  left: -120px;
}
.case-box .case-con .caseNext {
  right: -120px;
}
.case-box .myCase {
  overflow: hidden;
  margin-top: 70px;
}
.case-box .myCase li:hover .txt::before {
  width: 26px;
  height: 26px;
}
.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 {
  height: 352px;
  background-color: #edf1f8;
  box-sizing: border-box;
  padding: 10px;
}
.case-box .myCase li .im {
  display: block;
  width: 100%;
  height: 272px;
  box-sizing: border-box;
  overflow: hidden;
}
.case-box .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li .txt {
  display: block;
  margin-top: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 113px;
  font-size: 16px;
  padding-left: 10px;
  line-height: 26px;
  color: #444444;
  position: relative;
  z-index: 5;
}
.case-box .myCase li .txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  border-radius: 50%;
  background: #ffba00;
  width: 0;
  height: 0;
}
.case-box .myCase li .txt::after {
  content: "More";
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: -1;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}
.rea-box {
  background: url(../images/rea-bg.jpg) no-repeat center;
  background-size: cover;
  height: 1552px;
  padding: 87px 0 0 0;
  position: relative;
}
.rea-box .rea-tit h3 .ex {
  display: block;
  font-family: Arial;
  font-size: 56px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
}
.rea-box .rea-tit h3 .em {
  margin-top: 30px;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 12px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.rea-box .rea-tit .rightr .phone {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #444444;
}
.rea-box .rea-tit .rightr .phone i {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
}
.rea-box .rea-tit .rightr .phone i::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0 12px;
}
.rea-box .rea-tit .rightr .zx {
  display: block;
  margin-left: auto;
  text-align: center;
  width: 132px;
  height: 40px;
  background-color: #0b6fbb;
  border-radius: 20px;
  line-height: 40px;
  margin-top: 36px;
  color: #ffffff;
}
.rea-box .rea-tit .rightr .zx:hover {
  background: #ffba00;
  letter-spacing: 2px;
  color: #0b6fbb;
  font-weight: bold;
}
.rea-box .rea-con {
  position: relative;
}
.rea-box .rea-con .pic1 {
  position: absolute;
  left: -147px;
  top: -195px;
}
.rea-box .rea-con .rea-ul li:nth-child(-n+2) {
  width: 528px;
  margin-left: auto;
}
.rea-box .rea-con .rea-ul li:nth-child(1) {
  margin: 95px 0 95px auto;
}
.rea-box .rea-con .rea-ul li .t1 {
  margin-left: 6px;
  display: inline-block;
  height: 48px;
  background-color: #0b6fbb;
  padding: 0 14px;
  line-height: 48px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.rea-box .rea-con .rea-ul li .t1 i {
  font-size: 38px;
  font-family: Times New Roman;
  line-height: 38px;
  font-weight: bold;
  vertical-align: middle;
}
.rea-box .rea-con .rea-ul li .t1::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  width: calc(100% + 12px);
  box-sizing: border-box;
  height: 36px;
  border: solid 1px #0b6fbb;
  left: -6px;
  z-index: -1;
}
.rea-box .rea-con .rea-ul li .t2 {
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  margin-top: 31px;
}
.rea-box .rea-con .rea-ul li:nth-child(3) {
  margin: 180px 0 82px;
}
.rea-box .rea-con .rea-ul li:nth-child(n+3) {
  width: 650px;
}
.rea-box .rea-con .rea-ul li:nth-child(n+3) .t2 {
  margin-top: 30px;
}
.rea-box .rea-con .pic2 {
  position: absolute;
  width: 504px;
  height: 504px;
  border: 18px solid #e6f0f8;
  bottom: -88px;
  right: 0;
  border-radius: 50%;
  object-fit: cover;
}
.rea-box .rea-con .pic3 {
  position: absolute;
  bottom: 0;
  right: -270px;
  z-index: 5;
}
.rea-box .rea-form {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0 0 0 55px;
  display: flex;
  justify-content: space-between;
}
.rea-box .rea-form::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 354px;
  height: 40px;
  background: url(../images/form-line.png) no-repeat center;
  background-size: cover;
  left: -320px;
  top: 5px;
}
.rea-box .rea-form p {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
}
.rea-box .rea-form p i {
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  display: block;
  margin-top: 13px;
}
.rea-box .rea-form div {
  width: 180px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 11px;
}
.rea-box .rea-form div input {
  width: 125px;
  margin-left: 5px;
}
.rea-box .rea-form .msg {
  width: 360px;
}
.rea-box .rea-form .msg input {
  width: 300px;
}
.rea-box .rea-form label {
  width: 180px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px 0 10px;
  line-height: 42px;
}
.rea-box .rea-form label input {
  width: 75px;
  margin-right: 5px;
}
.rea-box .rea-form label img {
  width: 76px;
  height: 30px;
  object-fit: contain;
}
.rea-box .rea-form button {
  width: 90px;
  height: 42px;
  background-color: #0b6fbb;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.about-box {
  padding: 91px 0 81px;
  background: url(../images/ab-bg.jpg) no-repeat center bottom;
}
.about-box .about-top {
  position: relative;
}
.about-box .about-top .text {
  width: 667px;
  vertical-align: top;
  background-color: #fff;
}
.about-box .about-top .text .tit-box {
  padding-top: 24px;
}
.about-box .about-top .text .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 65px 0 30px;
}
.about-box .about-top .text p {
  font-size: 16px;
  line-height: 34px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-box .about-top .text .more {
  display: block;
  margin-top: 60px;
  width: 172px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #004098;
  background: url(../images/more.png) no-repeat center;
}
.about-box .about-top .text .more:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.about-box .about-top > img {
  margin-top: 24px;
}
.about-box .about-top .tx {
  position: absolute;
  right: -185px;
  height: 600px;
  top: 85px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 19px;
  color: #666666;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  z-index: 9;
}
.about-box .about-top .tx::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 97px;
  background-color: #ffba00;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: 198px;
}
.about-box .myAbout {
  overflow: hidden;
  margin-top: 67px;
}
.about-box .myAbout 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);
}
.about-box .myAbout li:hover .txt {
  color: #0b6fbb;
  letter-spacing: 2px;
}
.about-box .myAbout li {
  height: 334px;
  background-color: #edf1f8;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.about-box .myAbout li .im {
  display: block;
  width: 100%;
  height: 264px;
  overflow: hidden;
}
.about-box .myAbout li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box .myAbout li .txt {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  padding: 22px 30px;
  color: #444444;
}
.about-box .about-down {
  position: relative;
}
.about-box .about-down > span {
  position: absolute;
  bottom: 83px;
  cursor: pointer;
  z-index: 6;
}
.about-box .about-down .abPrev {
  left: -91px;
}
.about-box .about-down .abNext {
  right: -91px;
}
.news-box {
  padding: 70px 0 0 0;
}
.news-box .hd h3 {
  padding-top: 25px;
}
.news-box .hd .more {
  margin-top: 47px;
  display: inline-block;
  width: 172px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #004098;
  margin-left: 41px;
  background: url(../images/more.png) no-repeat center;
}
.news-box .hd .more:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.news-box .hd ul {
  margin-top: 47px;
}
.news-box .hd ul li:nth-child(2) a > i {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2).on a > i {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3) a > i {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .hd ul li {
  display: inline-block;
  margin-left: 15px;
}
.news-box .hd ul li.on a {
  color: #fff;
}
.news-box .hd ul li.on a::after {
  width: 100%;
}
.news-box .hd ul li.on a i {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .hd ul li a {
  display: block;
  width: 164px;
  height: 56px;
  background-color: #edf1f8;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #333333;
  position: relative;
  z-index: 8;
  overflow: hidden;
}
.news-box .hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #0b6fbb;
}
.news-box .hd ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/ni1.png) no-repeat center;
  background-size: contain;
  margin-right: 12px;
}
.news-box .news-bd {
  margin-top: 63px;
}
.news-box .news-bd .news-top .n-t-l {
  width: 620px;
}
.news-box .news-bd .news-top .n-t-l .im {
  display: block;
  width: 100%;
  height: 262px;
  overflow: hidden;
}
.news-box .news-bd .news-top .n-t-l .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-bd .news-top .n-t-l .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 44px 0 23px;
}
.news-box .news-bd .news-top .n-t-l p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  color: #888888;
}
.news-box .news-bd .news-top .n-t-l span {
  display: block;
  width: 95px;
  height: 30px;
  background-color: #edf1f8;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #5c5c5c;
  margin-top: 28px;
}
.news-box .news-bd .news-top .n-t-r {
  width: 583px;
  border-top: 1px solid #e6e9f0;
}
.news-box .news-bd .news-top .n-t-r li.active .more {
  right: 0;
  background: url(../images/nr2.png) no-repeat center;
}
.news-box .news-bd .news-top .n-t-r li {
  display: block;
  position: relative;
  border-bottom: 1px solid #e6e9f0;
}
.news-box .news-bd .news-top .n-t-r li .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 472px;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 32px 0 17px;
}
.news-box .news-bd .news-top .n-t-r li p {
  width: 491px;
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-bd .news-top .n-t-r li span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #cccccc;
  margin: 24px 0;
}
.news-box .news-bd .news-top .n-t-r li .more {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/nr1.png) no-repeat center;
  position: absolute;
  right: 34px;
  bottom: 53px;
}
.news-box .news-bd .news-down {
  display: flex;
  margin-top: 51px;
}
.news-box .news-bd .news-down li {
  display: inline-block;
  margin-right: 37px;
  width: 402px;
  height: 56px;
  border: solid 1px #e6e9f0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 0 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;
}
.news-box .news-bd .news-down li:hover {
  border: solid 1px #0b6fbb;
}
.news-box .news-bd .news-down li:hover i {
  background: #ffba00;
}
.news-box .news-bd .news-down li i {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: #43485e;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  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-bd .news-down li .tit {
  width: 293px;
}
/* links */
.links-box {
  padding: 70px 0 50px;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-right: 60px;
}
.links-box div a:hover {
  color: #0b6fbb;
}
.links-box p {
  width: 135px;
}