.clear {
  clear: both;
}
body {
  font-style: normal;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 0%);
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 10%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 120px;
  padding-right: 10%;
}
.banner .bannerbox .swiper_positon span {
  background: #2448bf;
  width: 100px;
  opacity: 1;
  height: 100%;
  margin: 0 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  display: block;
  position: relative;
  border: 1px solid #fff;
}
.banner .bannerbox .swiper_positon span img {
  width: 100%;
  display: block;
}
.banner .bannerbox .swiper_positon span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  clip-path: inset(0% 0% 0px 0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 100px;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active em {
  clip-path: inset(0% 100% 0px 0px);
}
.banner .bannerText {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 154px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  bottom: -78px;
  z-index: 2;
  background: #fff;
  align-items: center;
}
.banner .bannerText .bannerTextSlogan {
  background: url(../images/bannerTextSlogan.png) no-repeat center left;
  width: 384px;
  box-sizing: border-box;
  padding-left: 78px;
  font-size: 17px;
  line-height: 36px;
}
.banner .bannerText .bannerTextTel {
  background: url(../images/bannerTextSlogan.png) no-repeat center left;
  font-size: 17px;
  line-height: 36px;
  padding-left: 78px;
}
.banner .bannerText .bannerTextTel span {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
}
.banner .bannerText .bannerTextTel b {
  font-size: 32px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #2448bf;
}
.banner .bannerText .bannerTextSearch {
  width: 432px;
  height: 66px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.banner .bannerText .bannerTextSearch .bannerTextSearchInput {
  width: 356px;
  padding-left: 25px;
  box-sizing: border-box;
  display: block;
  height: 66px;
  border: 1px solid #d1d7db;
  border-radius: 5px 0 0 5px;
  border-right: 0px;
}
.banner .bannerText .bannerTextSearch .bannerTextSearchButton {
  width: 76px;
  height: 68px;
  background: #2448bf url(../images/bannerTextSearchButton.png) no-repeat center;
  cursor: pointer;
}
.title {
  position: relative;
}
.title::after {
  content: "";
  background: url(../images/title.png) no-repeat center;
  width: 159px;
  height: 175px;
  display: block;
  position: absolute;
  top: 0;
  left: -104px;
}
.title span {
  font-size: 86px;
  line-height: 1;
  color: #ecf1f8;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
  opacity: 0.42;
  padding-top: 40px;
  display: block;
  font-weight: normal;
}
.title a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 84px;
  left: 0;
}
.title em {
  display: block;
  width: 134px;
  height: 1px;
  background: #333;
  position: absolute;
  left: -30px;
  top: 120px;
}
.title b {
  width: 8px;
  height: 8px;
  display: block;
  background: #333;
  border-radius: 50%;
  margin-top: 5px;
}
.product {
  padding-top: 128px;
  padding-bottom: 93px;
}
.product .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .productTitle .productMore {
  align-items: center;
  width: 134px;
  height: 54px;
  background: #f0f0f0;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 35px;
}
.product .productTitle .productMore:hover {
  background: #2448bf;
  color: #fff;
}
.product .prodcutBox {
  margin-top: 56px;
}
.product .prodcutBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product .prodcutBox .hd ul li {
  position: relative;
}
.product .prodcutBox .hd ul li::before {
  content: "";
  width: 4px;
  height: 11px;
  display: block;
  background: url(../images/prodcutBoxHd.png) no-repeat center;
  position: absolute;
  top: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: -70px;
}
.product .prodcutBox .hd ul li a span {
  display: block;
  font-size: 94.7px;
  font-weight: bold;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: transparent;
  background-image: linear-gradient(to bottom, #cbd4f0, #eceff9, #fff, #fff);
  -webkit-background-clip: text;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .prodcutBox .hd ul li a em {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-top: 40px;
  z-index: 2;
}
.product .prodcutBox .hd ul li a i {
  width: 0%;
  height: 8px;
  background: #2448bf;
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .prodcutBox .hd ul li:last-child::before {
  display: none;
}
.product .prodcutBox .hd ul li.on a span {
  opacity: 1;
}
.product .prodcutBox .hd ul li.on a i {
  width: 100%;
}
.product .prodcutBox .bd .productList {
  margin-top: 24px;
}
.product .prodcutBox .bd .productList ul {
  overflow: hidden;
}
.product .prodcutBox .bd .productList ul li {
  margin-top: 20px;
  float: left;
  margin-right: 44px;
}
.product .prodcutBox .bd .productList ul li:nth-child(3n) {
  margin-right: 0;
}
.product .prodcutBox .bd .productList ul li a {
  width: 395px;
  height: 388px;
  display: block;
  border: 1px solid #e6e6e6;
  padding-top: 14px;
  box-sizing: border-box;
}
.product .prodcutBox .bd .productList ul li a i {
  display: block;
  width: 364px;
  height: 266px;
  margin: 0 auto;
  overflow: hidden;
}
.product .prodcutBox .bd .productList ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .prodcutBox .bd .productList ul li a em {
  display: block;
  height: 108px;
  width: 364px;
  margin: 0 auto;
  position: relative;
}
.product .prodcutBox .bd .productList ul li a em span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 108px;
  text-align: center;
  font-style: normal;
  width: 100%;
  color: #333;
  opacity: 0.06;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product .prodcutBox .bd .productList ul li a em b {
  display: block;
  width: 100%;
  height: 108px;
  line-height: 108px;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .prodcutBox .bd .productList ul li a em u {
  width: 31px;
  height: 5px;
  display: block;
  background: url(../images/productListLine.png) no-repeat center;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.product .prodcutBox .bd .productList ul li:hover a i img {
  transform: scale(1.1);
}
.product .prodcutBox .bd .productList ul li:hover a em b {
  color: #2448bf;
}
.reasaon {
  width: 100%;
  height: 1002px;
  display: block;
  background: url(../images/reasonBg.jpg) no-repeat center top;
  padding-top: 30px;
  box-sizing: border-box;
}
.reasaon .title span {
  color: #d4d4d4;
  opacity: 0.42;
}
.reasaon .bd .reasonList {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reasaon .bd .reasonList .reasonL {
  width: 558px;
}
.reasaon .bd .reasonList .reasonL h4 {
  position: relative;
  margin-top: 124px;
}
.reasaon .bd .reasonList .reasonL h4 i {
  font-size: 90px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -80px;
  color: #1c3a9a;
}
.reasaon .bd .reasonList .reasonL h4 span {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  position: relative;
}
.reasaon .bd .reasonList .reasonL h4 em {
  display: block;
  margin-top: 26px;
  position: relative;
  margin-left: 170px;
  font-size: 28px;
  color: #fff;
  padding-left: 130px;
  font-style: normal;
}
.reasaon .bd .reasonList .reasonL h4 em::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #2448bf;
  position: absolute;
  left: 0;
  top: 50%;
}
.reasaon .bd .reasonList .reasonL p {
  color: #bfc9e8;
  font-size: 16px;
  line-height: 36px;
  margin-top: 40px;
  height: 165px;
}
.reasaon .bd .reasonList .reasonL span {
  margin-top: 50px;
  background: url(../images/reasonTel.png) no-repeat center left;
  height: 25px;
  display: block;
  padding-left: 35px;
  display: flex;
}
.reasaon .bd .reasonList .reasonL span em {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-style: normal;
}
.reasaon .bd .reasonList .reasonL span b {
  line-height: 25px;
  color: #fff;
  font-size: 24px;
}
.reasaon .bd .reasonList .reasonR {
  width: 628px;
  display: block;
  position: relative;
}
.reasaon .bd .reasonList .reasonR img {
  display: block;
  width: 773px;
  height: 609px;
  box-shadow: 7px 3px 35px 14px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -222px;
}
.reasaon .bd .reasonList .reasonR em {
  position: absolute;
  top: 297px;
  left: 235px;
  display: flex;
  z-index: 9999;
}
.reasaon .bd .reasonList .reasonR em b {
  font-size: 144px;
  font-weight: normal;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.reasaon .bd .reasonList .reasonR em span {
  font-size: 144px;
  font-weight: normal;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  position: relative;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.reasaon .bd .reasonList .reasonR em span::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 90px;
  left: -66px;
  background: #142868;
}
.reasaon .hd {
  padding-bottom: 20px;
  width: 1400px;
  height: 194px;
  background: url(../images/reasonBgShow.png) no-repeat center bottom;
  margin-left: -50px;
}
.reasaon .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.reasaon .hd ul li {
  flex: 1;
  padding-left: 49px;
  padding-right: 40px;
  box-sizing: border-box;
  height: 194px;
  border-right: 1px solid #e4e4e4;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reasaon .hd ul li span {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 54px;
}
.reasaon .hd ul li span i {
  width: 21px;
  height: 4px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #333;
}
.reasaon .hd ul li span em {
  width: 33px;
  height: 33px;
  display: block;
  background-image: url(../images/reasonIco1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reasaon .hd ul li p {
  margin-top: 20px;
  line-height: 1;
  font-size: 18px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reasaon .hd ul li b {
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #c2c2c2;
  line-height: 1;
  margin-top: 9px;
}
.reasaon .hd ul li:last-child {
  border-right: 0;
}
.reasaon .hd ul li:nth-child(2) span em {
  background-image: url(../images/reasonIco2.png);
}
.reasaon .hd ul li:nth-child(3) span em {
  background-image: url(../images/reasonIco3.png);
}
.reasaon .hd ul li:nth-child(4) span em {
  background-image: url(../images/reasonIco4.png);
}
.reasaon .hd ul li.on {
  background: url(../images/reasonBgOn.png) no-repeat center;
  background-size: cover;
}
.reasaon .hd ul li.on span i {
  background: #fff;
}
.reasaon .hd ul li.on span em {
  background-position: 0 -33px;
}
.reasaon .hd ul li.on p {
  color: #fff;
}
.case {
  padding-top: 83px;
}
.case .caseTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.case .caseTitle .productMore {
  align-items: center;
  width: 134px;
  height: 54px;
  background: #f0f0f0;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 35px;
}
.case .caseTitle .productMore:hover {
  background: #2448bf;
  color: #fff;
}
.case .caseBox {
  overflow-x: hidden;
  padding-top: 55px;
  padding-bottom: 70px;
}
.case .caseBox ul li {
  background: #f8f8f8;
  height: 360px;
  position: relative;
}
.case .caseBox ul li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #2448bf;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 15px;
}
.case .caseBox ul li a i {
  width: 350px;
  height: 240px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.case .caseBox ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseBox ul li a em {
  width: 350px;
  margin: 0 auto;
  display: block;
  height: 100px;
  box-sizing: border-box;
  padding-right: 50px;
  background: url(../images/caseMore.png) no-repeat 95% center;
}
.case .caseBox ul li a em span {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-top: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox ul li a em b {
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  line-height: 1;
  margin-top: 12px;
  display: block;
}
.case .caseBox ul li.swiper-slide-active {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.case .caseBox ul li.swiper-slide-active::after {
  content: "";
  width: 100%;
}
.case .caseBox ul li.swiper-slide-active a i img {
  transform: scale(1.1);
}
.case .caseBox ul li.swiper-slide-active a em {
  background: url(../images/caseMoreOn.png) no-repeat 95% center;
  background-size: 100%;
}
.case .caseJt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
  align-items: center;
}
.case .caseJt .caseJtl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 506px;
  height: 52px;
  align-items: center;
}
.case .caseJt .caseJtl i {
  width: 454px;
  height: 1px;
  background: #f0f0f0;
}
.case .caseJt .caseJtl em {
  width: 52px;
  height: 52px;
  display: block;
  background: url(../images/caseJtl.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseJt .caseJtl em:hover {
  background: url(../images/caseJtlHover.png) no-repeat center;
}
.case .caseJt .casePagination {
  width: auto;
}
.case .caseJt .caseJtr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 506px;
  height: 52px;
  align-items: center;
}
.case .caseJt .caseJtr i {
  width: 454px;
  height: 1px;
  background: #f0f0f0;
}
.case .caseJt .caseJtr em {
  width: 52px;
  height: 52px;
  display: block;
  background: url(../images/caseJtr.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseJt .caseJtr em:hover {
  background: url(../images/caseJtrHover.png) no-repeat center;
}
.about {
  width: 100%;
  height: 815px;
  display: block;
  background: url(../images/aboutBg.jpg) no-repeat center top;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL {
  width: 680px;
  padding-top: 68px;
  box-sizing: border-box;
}

.about .aboutBox .aboutL .title span{
  color: #d6d6d6; 
   
}
.about .aboutBox .aboutL h4 {
  padding-top: 62px;
}
.about .aboutBox .aboutL h4 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutBox .aboutL h4 span {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutBox .aboutL h4 em {
  display: block;
  width: 22px;
  height: 3px;
  background: #2448bf;
  margin: 32px 0;
}
.about .aboutBox .aboutL p {
  font-size: 15px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 180px;
}
.about .aboutBox .aboutL .aboutLis {
  margin-top: 70px;
  padding-right: 102px;
  box-sizing: border-box;
}
.about .aboutBox .aboutL .aboutLis ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL .aboutLis ul li a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .aboutLis ul li a i {
  background: url(../images/aboutLis1.png) no-repeat center;
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
}
.about .aboutBox .aboutL .aboutLis ul li a em {
  display: block;
  margin-top: 25px;
  line-height: 1;
  color: #131a32;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.about .aboutBox .aboutL .aboutLis ul li a span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
  text-transform: uppercase;
}
.about .aboutBox .aboutL .aboutLis ul li:nth-child(2) a i {
  background: url(../images/aboutLis2.png) no-repeat center;
}
.about .aboutBox .aboutL .aboutLis ul li:nth-child(3) a i {
  background: url(../images/aboutLis3.png) no-repeat center;
}
.about .aboutBox .aboutL .aboutLis ul li:hover a {
  transform: translateY(-5px);
}
.about .aboutBox .aboutL .aboutLis ul li:hover a em {
  color: #2448bf;
}
.about .aboutBox .aboutL .aboutLis ul li:hover a span {
  color: #2448bf;
}
.about .aboutBox .aboutR {
  display: block;
}
.about .aboutBox .aboutR a {
  display: block;
  width: 532px;
  height: 729px;
  margin-top: 86px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutR a img {
  display: block;
  width: 100%;
}
.about .aboutBox .aboutR a:hover {
  transform: translateX(10px);
}
.news {
  width: 100%;
  background: url(../images/newsBg.jpg) no-repeat center top;
  height: 930px;
}
.news .newsBox {
  width: 1580px;
  height: 930px;
  display: block;
  background: #fff;
  box-shadow: 0px 30px 10px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin: 0 auto;
  padding-top: 60px;
  box-sizing: border-box;
}
.news .newsBox .newsTitle2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsBox .newsTitle2 .hd {
  margin-top: 40px;
}
.news .newsBox .newsTitle2 .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsTitle2 .hd ul li {
  margin-left: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle2 .hd ul li a {
  height: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #c7c7c7;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle2 .hd ul li a i {
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../images/newsIco1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle2 .hd ul li a em {
  display: block;
  margin-left: 15px;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle2 .hd ul li.on a {
  background: #2448bf;
  border-color: #2448bf;
}
.news .newsBox .newsTitle2 .hd ul li.on a i {
  background-position: 0 -18px;
}
.news .newsBox .newsTitle2 .hd ul li.on a em {
  color: #fff;
}
.news .newsBox .newsList {
  margin-top: 40px;
}
.news .newsBox .newsList ul {
  overflow: hidden;
}
.news .newsBox .newsList ul li {
  width: 419px;
  height: 310px;
  float: left;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 34px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.news .newsBox .newsList ul li .newsListText {
  position: relative;
}
.news .newsBox .newsList ul li .newsListText em {
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #d6d6d6;
  font-size: 56px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.news .newsBox .newsList ul li .newsListText span {
  display: block;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #d6d6d6;
}
.news .newsBox .newsList ul li .newsListText .newsTitle {
  margin-top: 30px;
  line-height: 1;
  font-size: 18px;
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsList ul li .newsListText p {
  width: 370px;
  line-height: 1;
  margin-top: 17px;
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsList ul li .newsListText .newsMore {
  width: 57px;
  height: 57px;
  display: block;
  background: url(../images/newsMore.png) no-repeat center;
  margin-top: 37px;
}
.news .newsBox .newsList ul li .newsListImg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li .newsListImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .newsBox .newsList ul li:nth-child(2) {
  padding-left: 40px;
}
.news .newsBox .newsList ul li:nth-child(3n) {
  border-right: 0;
  padding-left: 40px;
}
.news .newsBox .newsList ul li:nth-child(4),
.news .newsBox .newsList ul li:nth-child(5),
.news .newsBox .newsList ul li:nth-child(6) {
  border-bottom: 0;
}
.news .newsBox .newsList ul li:nth-child(5) {
  height: 310px;
  padding-left: 40px;
}
.news .newsBox .newsList ul li:nth-child(5) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .newsBox .newsList ul li:hover .newsListImg {
  top: 0;
}
