.clear {
  clear: both;
}

.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;
}
.header{
  position: fixed !important;
}


.fixedNav.header .headerBox .headerBoxtop .headerBoxtopbox .logo a img {
  filter: grayscale(0%) brightness(100%);
}


.nav_bg .menu > ul > li > a span{
  color: #fff;
}

.nav_bg .menu > ul > li.another > a span{
  color: #fff;
}

.fixedNav {
  position: fixed;
  background: #fff;
}

.fixedNav .nav_bg .menu > ul > li.another > a::after,
.fixedNav .nav_bg .menu > ul > li:hover > a::after {
  background: rgba(255, 255, 255, 0.2);
}
.header .headerBox .headerBoxtop .headerBoxtopbox .logo a img {
  filter: grayscale(100%) brightness(1000%);
}
.fixedNav .nav_bg .menu > ul > li.another > a span,
.fixedNav .nav_bg .menu > ul > li:hover > a span {
  color: #0750a1;
}
.fixedNav .nav_bg .menu > ul > li > a span {
  color: #333;
}

.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: url(../images/next.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}

.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/prev.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  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: 70px;
  padding-right: 10%;
}

.banner .bannerbox .swiper_positon span {
  background: #0750a1;
  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 .bannerMouse {
  width: 26px;
  height: 31px;
  background: url(../images/bannerMouse.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: gd 4s ease infinite alternate;
}

.title .titleEn {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.title .titleEn em {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 1000;
  line-height: 1;
}

.title .titleEn em b {
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 1000;
  text-transform: uppercase;
  color: #0750a1;
  line-height: 1;
}

.title .titleEn::before {
  content: "";
  width: 360px;
  height: 16px;
  display: block;
  background: #dfe6ee;
  position: absolute;
  bottom: 0;
  left: -103px;
}

.title .titleEn span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

.title i {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding-top: 10px;
  display: block;
}

.product {
  background: url(../images/productBg.jpg) no-repeat center;
  padding-top: 90px;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 20px;
}

.product .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.product .productTitle .search {
  width: 400px;
  height: 56px;
  background: #fff;
  border-radius: 56px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.product .productTitle .search #keywords {
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 56px;
  padding-right: 70px;
  display: block;
  width: 100%;
}

.product .productTitle .search .bth {
  width: 46px;
  height: 46px;
  display: block;
  background: #0750a1 url(../images/sousuo.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  right: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.product .menu {
  margin-top: 60px;
  margin-bottom: 60px;
}

.product .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .menu ul li a {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .menu ul li a:hover {
  color: #0750a1;
  font-weight: bold;
}

.product .productBox ul {
  overflow: hidden;
}

.product .productBox ul li {
  width: 23.9%;
  float: left;
  margin-right: 1%;
  overflow: hidden;
}

.product .productBox ul li:nth-child(4n) {
  margin-right: 0;
}

.product .productBox ul li a {
  display: block;
}

.product .productBox ul li a i {
  width: calc(100% - 2px);
  height: 350px;
  border: 1px dashed #ccc;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    overflow: hidden;
}

.product .productBox ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

.product .productBox ul li a i:hover img{
  transform: scale(1.1);
}

.product .productBox ul li a em {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-top: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBox ul li:hover a i {
  border-radius: 10px;
}

.product .productBox ul li:hover a i img {
  border-radius: 10px;
}

.product .productBox ul li:hover a em {
  color: #0750a1;
}

.about {
  width: 100%;
  background: url(../images/aboutBg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 125px;
  height: 793px;
  position: relative;
  box-sizing: border-box;
}

.about .dl-container {
  height: 668px;
}

.about .title .titleEn em {
  color: #fff;
}

.about .title .titleEn em b {
  color: #ffc454;
}

.about .title .titleEn::before {
  content: "";
  opacity: 0.1;
  width: 320px;
}

.about .title .titleEn span {
  color: #fff;
}

.about .title .titleEn::after {
  content: "";
  width: 70px;
  height: 74px;
  display: block;
  background: url(../images/aboutIco.png) no-repeat center;
  position: absolute;
  left: -130px;
  top: 10px;
}

.about .title i {
  color: #fff;
}

.about h4 a {
  display: block;
  margin-top: 90px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.about .aboutText {
  display: block;
  width: 680px;
  font-size: 15px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
  color: #fff;
  margin-top: 43px;
}

.about .aboutMore {
  position: relative;
  height: 49px;
  margin-top: 90px;
  display: block;
}

.about .aboutMore em {
  width: 49px;
  height: 49px;
  display: block;
  background: #ffc454;
  border-radius: 50%;
  position: absolute;
}

.about .aboutMore i {
  line-height: 49px;
  position: relative;
  z-index: 2;
  padding-left: 28px;
  font-size: 19px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #fff;
  font-weight: bold;
  padding-right: 30px;
  display: table;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/aboutMore.png) no-repeat center right;
}

.about .aboutMore:hover i {
  transform: translateX(-5px);
}

.about .aboutList {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 878px;
}

.about .aboutList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.about .aboutList ul li {
  width: 258px;
  height: 180px;
  display: block;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about .aboutList ul li a {
  display: block;
  padding-top: 35px;
  box-sizing: border-box;
}

.about .aboutList ul li a em {
  width: 55px;
  height: 55px;
  display: block;
  background-image: url(../images/aboutList1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .aboutList ul li a span {
  display: block;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 18px;
}

.about .aboutList ul li a i {
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
}

.about .aboutList ul li:nth-child(2) a em {
  background-image: url(../images/aboutList2.png);
}

.about .aboutList ul li:nth-child(3) a em {
  background-image: url(../images/aboutList3.png);
}

.about .aboutList ul li:hover a em {
  background-position: 0 -55px;
}

.about .aboutList ul li:hover a span {
  color: #0750a1;
}

.case {
  margin-top: 111px;
}

.case .caseTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.case .caseTitle .caseMore {
  width: 267px;
  height: 28px;
  display: block;
  background: url(../images/caseMore.png) no-repeat center;
  line-height: 28px;
  padding-left: 110px;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .caseTitle .caseMore:hover {
  color: #0750a1;
}

.case .caseBox {
  width: 1460px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 60px;
}

.case .caseBox ul {
  padding-bottom: 70px;
}

.case .caseBox ul li a {
  display: block;
  transform: scale(0.7);
}

.case .caseBox ul li a i {
  display: block;
  width: 100%;
  height: 380px;
  box-sizing: border-box;
  padding: 8px;
  background: #f6f6f8;
  border-radius: 10px;
  overflow: hidden;
}

.case .caseBox ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
   -webkit-transition: .5s;
    transition: .5s;
}


.case .caseBox ul li:hover a i img{
  transform: scale(1.1);
}

.case .caseBox ul li a em {
  display: block;
  text-align: center;
  margin-top: 33px;
  line-height: 1;
  font-size: 18px;
  transform: scale(1.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20em;
  margin: 20px auto 0;
}

.case .caseBox ul li.swiper-slide-active a {
  transform: scale(1);
}

.case .caseBox ul li.swiper-slide-active a em {
  transform: scale(1);
  width: 100%;
}

.case .casepagination {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.case .casepagination::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #d4d4d4;
  margin-right: 20px;
}

.case .casepagination::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d4d4d4;
  margin-left: 20px;
}

.case .casepagination span {
  width: 40px;
  height: 24px;
  background: url(../images/casepagination1.png) no-repeat center;
  cursor: pointer;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .casepagination span.swiper-pagination-bullet-active {
  background: url(../images/casepagination2.png) no-repeat center;
}

.reason {
  width: 100%;
  height: 800px;
  background: url(../images/reasonBg.jpg) no-repeat center;
  margin-top: 100px;
  background-attachment:fixed;
}

.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason .reasonBox .reasonBoxL {
  width: 400px;
  height: 800px;
}

.reason .reasonBox .reasonBoxL .reasonBoxLBox {
  width: 540px;
  height: 800px;
  background: url(../images/reasonTitle.jpg) no-repeat center;
  transform: translateX(-140px);
  padding-left: 140px;
  box-sizing: border-box;
}

.reason .reasonBox .reasonBoxL .reasonBoxLBox h3 {
  font-size: 36px;
  line-height: 56px;
  color: #fff;
  padding-top: 140px;
}

.reason .reasonBox .reasonBoxL .reasonBoxLBox .reasonLine {
  width: 334px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-top: 37px;
}

.reason .reasonBox .reasonBoxL .reasonBoxLBox .reasonLine i {
  width: 0px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  animation: gd  3s ease-out infinite alternate !important;
}

@keyframes gd{
  0%{
    width: 0;
  }

  100%{
    width: 50%;
  }

}



.reason .reasonBox .reasonBoxL .reasonBoxLBox p {
  display: block;
  width: 352px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-top: 78px;
}

.reason .reasonBox .reasonBoxL .reasonBoxLBox .reasonTel {
  display: block;
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  margin-top: 200px;
  padding-left: 40px;
  line-height: 30px;
  background: url(../images/reasonTel.png) no-repeat center left;
}

.reason .reasonBox .reasonBoxR {
  width: 1150px;
}

.reason .reasonBox .reasonBoxR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 800px;
  align-items: center;
  align-content: center;
}

.reason .reasonBox .reasonBoxR ul li {
  margin: 25px 0;
  width: 349px;
  height: 266px;
  border-radius: 10px;
  padding: 40px 20px 0 20px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.reason .reasonBox .reasonBoxR ul li em {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/reasonIco1.png);
  background-position: 0 -60px;
  background-repeat: no-repeat;
}

.reason .reasonBox .reasonBoxR ul li span {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin: 20px 0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reasonBox .reasonBoxR ul li i {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reasonBox .reasonBoxR ul li:nth-child(2) em {
  background-image: url(../images/reasonIco2.png);
}

.reason .reasonBox .reasonBoxR ul li:nth-child(3) em {
  background-image: url(../images/reasonIco3.png);
}

.reason .reasonBox .reasonBoxR ul li:nth-child(4) em {
  background-image: url(../images/reasonIco4.png);
}

.reason .reasonBox .reasonBoxR ul li:nth-child(5) em {
  background-image: url(../images/reasonIco5.png);
}

.reason .reasonBox .reasonBoxR ul li:nth-child(6) em {
  background-image: url(../images/reasonIco6.png);
}

.reason .reasonBox .reasonBoxR ul li:hover,
.reason .reasonBox .reasonBoxR ul li.on {
  background: #fff;
}

.reason .reasonBox .reasonBoxR ul li:hover em,
.reason .reasonBox .reasonBoxR ul li.on em {
  background-position: 0 0;
}

.reason .reasonBox .reasonBoxR ul li:hover span,
.reason .reasonBox .reasonBoxR ul li.on span,
.reason .reasonBox .reasonBoxR ul li:hover i,
.reason .reasonBox .reasonBoxR ul li.on i {
  color: #333;
}

.news {
  padding-top: 114px;
  padding-bottom: 98px;
}

.news .newsTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.news .newsTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .newsTitle .hd ul li {
  width: 167px;
  height: 53px;
  margin-left: 43px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTitle .hd ul li a {
  width: 167px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 53px;
  background: #fff;
  border-radius: 53px;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTitle .hd ul li a i {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(../images/newsIco1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTitle .hd ul li a span {
  font-size: 18px;
  margin-left: 14px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTitle .hd ul li:nth-child(2) a i {
  background-image: url(../images/newsIco2.png);
}

.news .newsTitle .hd ul li:nth-child(3) a i {
  background-image: url(../images/newsIco3.png);
}

.news .newsTitle .hd ul li.on a {
  background: #0750a1;
}

.news .newsTitle .hd ul li.on a i {
  background-position: 0 -22px;
}

.news .newsTitle .hd ul li.on a span {
  color: #fff;
}

.news .bd .newsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 50px;
}

.news .bd .newsList .newsListl {
  width: 722px;
}

.news .bd .newsList .newsListl ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 55px;
  border-bottom: 1px solid #eeeeee;
}

.news .bd .newsList .newsListl ul li a .newsListTime {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}

.news .bd .newsList .newsListl ul li a .newsListText {
  width: 643px;
}

.news .bd .newsList .newsListl ul li a .newsListText b {
  display: block;
  padding-right: 80px;
  background: url(../images/newsMore.png) no-repeat center right;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListl ul li a .newsListText em {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
}

.news .bd .newsList .newsListl ul li a .newsListText span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 36px;
}

.news .bd .newsList .newsListl ul li:nth-child(2) a {
  padding-top: 55px;
}

.news .bd .newsList .newsListl ul li:hover a .newsListTime {
  color: #0750a1;
}

.news .bd .newsList .newsListl ul li:hover a .newsListText b {
  color: #0750a1;
  background-image: url(../images/newsMore2.png);
}

.news .bd .newsList .newsListr {
  width: 490px;
}

.news .bd .newsList .newsListr .newsListrText {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 44px;
  border-bottom: 1px solid #eeeeee;
}

.news .bd .newsList .newsListr .newsListrText .newsListTime {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.news .bd .newsList .newsListr .newsListrText .newsListText {
  width: 435px;
}

.news .bd .newsList .newsListr .newsListrText .newsListText b {
  display: block;
  padding-right: 80px;
  background: url(../images/newsMore.png) no-repeat center right;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.news .bd .newsList .newsListr .newsListrText .newsListText em {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
}

.news .bd .newsList .newsListr .newsListrText .newsListText span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 36px;
}

.news .bd .newsList .newsListr .newsImg {
  width: 100%;
  display: block;
  height: 317px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListr .newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .bd .newsList .newsListr:hover .newsListrText .newsListTime {
  color: #0750a1;
}

.news .bd .newsList .newsListr:hover .newsListrText .newsListText b {
  color: #0750a1;
  background-image: url(../images/newsMore2.png);
}

.news .bd .newsList .newsListr:hover .newsImg {
  border-radius: 10px;
}

.news .bd .newsList .newsBottom {
  width: 100%;
  margin-top: 60px;
}

.news .bd .newsList .newsBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

.news .bd .newsList .newsBottom ul li {
  box-sizing: border-box;
}

.news .bd .newsList .newsBottom ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
}

.news .bd .newsList .newsBottom ul li a i {
  overflow: hidden;
  width: 0;
  height: 90px;
  display: block;
  margin-right: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsBottom ul li a i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsBottom ul li a span {
  width: 370px;
  height: 66px;
  border-left: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.news .bd .newsList .newsBottom ul li a span b {
  padding-left: 35px;
  box-sizing: border-box;
  width: 280px;
}

.news .bd .newsList .newsBottom ul li a span b .newsBottomText {
  display: block;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsBottom ul li a span b .newsBottomTime {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 1;
  margin-top: 20px;
}

.news .bd .newsList .newsBottom ul li a span .newsBottomDay {
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  font-weight: 1000;
}

.news .bd .newsList .newsBottom ul li.on a i {
  width: 130px;
  margin-right: 30px;
}

.news .bd .newsList .newsBottom ul li.on a span .newsBottomText {
  color: #0750a1;
}


.grid__img-inner {
    overflow: hidden;
    height: 100%;
    display: block;
    width: 100%;
}

.grid__img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}