.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 825px;
  box-sizing: border-box;
  padding-left: 100px;
}
.banner .bd ul {
  width: 100%;
  height: 779px;
}
.banner .bd ul li {
  width: 100%;
}
.banner .bd ul li img {
  width: 100%;
  height: 779px;
}
.banner .arrow {
  width: 314px;
  height: 75px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  position: absolute;
  bottom: 0px;
  left: 5px;
  border-left: 0 5px solid;
  border-radius: 36px;
  background: #fff url(../images/25yd.png) no-repeat center;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 73px;
}
.banner .arrow a:hover {
  transform: translateY(-5px);
}
.banner .arrow a {
  display: block;
  width: 105px;
  height: 73px;
  background: url("../images/8yd.png") no-repeat left center;
  transition: 0.5s;
  float: left;
  color: #777777;
  font-size: 12px;
  text-align: right;
}
.banner .arrow .next {
  width: 74px;
  text-align: left;
  float: right;
  background: url("../images/9yd.png") no-repeat right center;
}
.xun {
  width: 780px;
  height: 45px;
  float: right;
  box-sizing: border-box;
  padding-right: 320px;
  border-bottom: 1px solid #D4D4D4;
}
.xun .dh {
  width: 235px;
  float: left;
  margin-left: 60px;
  box-sizing: border-box;
  padding-left: 42px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  color: #333;
  background: url("../images/4yd.png") no-repeat left center;
}
.xun .topxunpan {
  float: right;
}
.xun .topxunpan .xp {
  cursor: pointer;
  position: relative;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 32px;
  background: url("../images/10yd.png") no-repeat left center;
  color: #999;
}
.xun .topxunpan .xp img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.xun .topxunpan .topxunpan a {
  line-height: 34px;
  color: #fff;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.xun .topxunpan .topxunpan a:hover {
  color: #999;
}
.xun .topxunpan .topxunpan a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
}
.xun .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #0661c6;
  border-radius: 4px;
  opacity: 0;
}
.xun .topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0661c6;
}
.xun .topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 999999999999999999999;
}
.titles {
  width: 100%;
  height: 82px;
  background: url(../images/16yd.png) no-repeat center 75px;
  text-align: center;
}
.titles .yi {
  font-family: Arial;
  font-size: 45px;
  font-weight: bold;
  line-height: 34px;
  color: #eeeeee;
}
.titles h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: -20px 0 12px;
}
.titles .jie {
  letter-spacing: 6px;
  color: #999999;
  width: 390px;
  margin: 0 auto;
  height: 14px;
  line-height: 14px;
  background: url("../images/18yd.png") no-repeat center;
}
.product {
  width: 100%;
  height: 1090px;
  padding-top: 50px;
  box-sizing: border-box;
}
.product .fle {
  width: 100%;
  height: 127px;
  border-bottom: 1px solid #D4D4D4;
  margin-top: 27px;
}
.product .fle ul {
  width: 100%;
  height: 104px;
  background: url("../images/19yd.png") no-repeat center;
  border-right: 1px solid #D4D4D4;
}
.product .fle ul li:hover {
  background: url(../images/28yd.png) no-repeat 16px center;
  font-weight: bold;
  color: #0661c6;
}
.product .fle ul li:hover a {
  color: #0661c6;
}
.product .fle ul li {
  width: 14.285%;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 16px;
  transition: 0.3s;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #D4D4D4;
  background: url(../images/29yd.png) no-repeat 16px center;
}
.product .fle ul li a {
  color: #555555;
}
.product .tuw {
  width: 100%;
}
.product .tuw ul {
  margin-top: 23px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .tuw ul li:hover .tu img {
  transform: scale(1.2);
}
.product .tuw ul li:hover .zi .ti a {
  color: #0661c6;
}
.product .tuw ul li {
  margin-top: 30px;
  width: 389px;
  height: 342px;
}
.product .tuw ul li .tu {
  width: 389px;
  height: 287px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #F1F1F1;
}
.product .tuw ul li .tu a {
  width: 100%;
  height: 275px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.product .tuw ul li .tu a img {
  width: 100%;
  height: 275px;
  border-radius: 5px;
  transition: 0.5s;
}
.product .tuw ul li .zi {
  width: 378px;
  height: 53px;
  line-height: 53px;
  margin: 0 auto;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
.product .tuw ul li .zi::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  border-left: -1px 0px solid;
  background: #0661c6;
}
.product .tuw ul li .zi:hover:before {
  width: 100%;
}
.product .tuw ul li .zi .ti {
  width: 280px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.product .tuw ul li .zi .ti a {
  transition: 0.3s;
  color: #333;
}
.product .tuw ul li .zi .mo {
  display: block;
  float: right;
  width: 81px;
  line-height: 53px;
  color: #555555;
  font-size: 12px;
  background: url(../images/26yd.png) no-repeat right 15px;
}
.product .tuw ul li .zi .mo span i:nth-child(5) {
  margin-left: 5px;
}
.advantage {
  width: 100%;
  height: 1098px;
  background: url("../images/bg.png") no-repeat center;
  padding-top: 65px;
  box-sizing: border-box;
}
.advantage .center {
  position: relative;
  padding-top: 35px;
  box-sizing: border-box;
}
.advantage .slideTxtBox1 {
  position: relative;
  width: 100%;
  height: 795px;
}
.advantage .kou {
  width: 332px;
  height: 383px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0px;
  box-sizing: border-box;
  padding: 39px 0 0 32px;
  z-index: 999;
}
.advantage .kou .yi {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #d5d9de;
  text-align: right;
  width: 280px;
  margin-top: 22px;
}
.advantage .kou h3 {
  letter-spacing: 2px;
  color: #1962cb;
  font-size: 28px;
  line-height: 68px;
  height: 68px;
  border-bottom: 1px solid #F3F5F7;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  margin: 24px 0 64px;
}
.advantage .kou p {
  line-height: 24px;
  letter-spacing: 0px;
  color: #555555;
  background: url(../images/20yd.png) no-repeat 180px 10px;
}
.advantage .tis {
  width: 25px;
  height: 375px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 11px;
  color: #ffffff;
  position: absolute;
  top: 367px;
  left: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999;
  padding-top: 23px;
  box-sizing: border-box;
}
.advantage .dh {
  position: absolute;
  bottom: 159px;
  left: 74px;
  border-left: 159px 74px solid;
  box-sizing: border-box;
  padding-left: 38px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  background: url("../images/5yd.png") no-repeat left center;
}
.advantage .dh span {
  font-size: 21px;
}
.advantage .hd {
  width: 926px;
  height: 114px;
  margin-top: 51px;
}
.advantage .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage .hd ul li.on {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.29);
  background: #0661c6 url(../images/ysico11.png) no-repeat 20px center;
  border-radius: 15px 0 15px 0;
}
.advantage .hd ul li.on .ti {
  color: #fff;
}
.advantage .hd ul li.on p {
  color: #fff;
}
.advantage .hd ul li:nth-child(2) {
  background: #fff url(../images/ysico2.png) no-repeat 20px center;
}
.advantage .hd ul li:nth-child(2).on {
  background: #0661c6 url(../images/ysico21.png) no-repeat 20px center;
}
.advantage .hd ul li:nth-child(3) {
  background: #fff url(../images/ysico3.png) no-repeat 20px center;
}
.advantage .hd ul li:nth-child(3).on {
  background: #0661c6 url(../images/ysico31.png) no-repeat 20px center;
}
.advantage .hd ul li:nth-child(4) {
  background: #fff url(../images/ysico4.png) no-repeat 20px center;
}
.advantage .hd ul li:nth-child(4).on {
  background: #0661c6 url(../images/ysico41.png) no-repeat 20px center;
}
.advantage .hd ul li {
  cursor: pointer;
  width: 212px;
  height: 114px;
  box-sizing: border-box;
  padding: 32px 0 0 61px;
  background: #fff url(../images/ysico1.png) no-repeat 20px center;
  transition: 0.3s;
}
.advantage .hd ul li .ti {
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}
.advantage .hd ul li p {
  transition: 0.3s;
  color: #999999;
  font-size: 12px;
  margin-top: 4px;
}
.advantage .bd {
  width: 100%;
}
.advantage .bd .zong:nth-child(1) .zole .tiao ul li:nth-child(1) {
  background: #FFC000;
  width: 22px;
}
.advantage .bd .zong:nth-child(2) .zole .tiao ul li:nth-child(2) {
  background: #FFC000;
  width: 22px;
}
.advantage .bd .zong:nth-child(3) .zole .tiao ul li:nth-child(3) {
  background: #FFC000;
  width: 22px;
}
.advantage .bd .zong:nth-child(4) .zole .tiao ul li:nth-child(4) {
  background: #FFC000;
  width: 22px;
}
.advantage .bd .zole {
  width: 563px;
  height: 465px;
  position: relative;
  margin-top: 166px;
}
.advantage .bd .zole .ti {
  width: 100%;
  height: 63px;
  position: relative;
  box-sizing: border-box;
  padding-left: 72px;
}
.advantage .bd .zole .ti .shu {
  font-family: Arial;
  font-size: 80px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0px;
  color: #568cdc;
  position: absolute;
  top: 0px;
  left: 0px;
}
.advantage .bd .zole .ti h3 {
  font-size: 28px;
  color: #fff;
  margin: 3px 0 4px;
  z-index: 999;
  position: relative;
}
.advantage .bd .zole .ti p {
  letter-spacing: 1px;
  color: #b6c9de;
  font-size: 12px;
  z-index: 999;
  position: relative;
  text-transform: uppercase;
}
.advantage .bd .zole .jie {
  width: 488px;
  height: 51px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin: 93px 0 0 75px;
}
.advantage .bd .zole .tiao {
  width: 146px;
  height: 12px;
  position: absolute;
  bottom: 48px;
  right: -84px;
  border-right: 48px -84px solid;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
}
.advantage .bd .zole .tiao ul {
  width: 92px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  left: 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage .bd .zole .tiao ul li {
  width: 0;
  height: 3px;
  margin-top: -1px;
  background: transparent;
  transition: 0.3s;
}
.advantage .bd .zori {
  width: 579px;
  margin-top: 218px;
}
.advantage .bd .zori img {
  width: 568px;
  height: 451px;
  border: solid 6px #ffffff;
}
.case {
  width: 100%;
  height: 904px;
  background: url("../images/bg3.png") no-repeat center top;
  padding-top: 87px;
  box-sizing: border-box;
}
.case .swiper1 {
  width: 1280px;
  height: 580px;
  margin-top: 108px;
  position: relative;
}
.case .swiper1 .zong {
  width: 413px;
  height: 580px;
  position: relative;
}
.case .swiper1 .zong .tu:hover img {
  transform: scale(1.2);
}
.case .swiper1 .zong .tu {
  width: 413px;
  height: 305px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  overflow: hidden;
  transition: 0.5s;
}
.case .swiper1 .zong .tu img {
  width: 413px;
  height: 305px;
  border-radius: 8px;
  transition: 0.5s;
}
.case .swiper1 .zong .zi {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 413px;
  height: 305px;
  padding: 0 35px;
  padding-top: 150px;
  box-sizing: border-box;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.65) url(../images/fb2.png) no-repeat center 178px;
  pointer-events: none;
}
.case .swiper1 .zong .zi .ti:hover a {
  color: #0661c6;
}
.case .swiper1 .zong .zi .ti {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
.case .swiper1 .zong .zi .ti a {
  color: #000;
  transition: 0.3s;
}
.case .swiper1 .zong .zi .shi {
  color: #555555;
  font-size: 12px;
  margin-top: 10px;
}
.case .swiper1 .zong .zi .jie {
  opacity: 0;
  transition: 0.5s;
}
.case .swiper1 .swiper-slide-next {
  width: 413px;
}
.case .swiper1 .swiper-slide-next .tu {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
}
.case .swiper1 .swiper-slide-next .zi {
  position: relative;
  padding-top: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.65) url(../images/fb1.png) no-repeat center 90px;
  pointer-events: inherit;
}
.case .swiper1 .swiper-slide-next .zi .shi {
  margin-top: 8px;
}
.case .swiper1 .swiper-slide-next .zi .jie {
  line-height: 32px;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 28px;
}
.about {
  width: 100%;
  height: 787px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url("../images/7yd.png") no-repeat center top;
  margin-top: -16px;
}
.about .gyle {
  width: 676px;
  margin-left: 30px;
  background: url(../images/23yd.jpg) no-repeat 16px 103px;
}
.about .gyle .yi {
  font-family: Arial;
  font-size: 51px;
  font-weight: bold;
  line-height: 39px;
  color: #488cd8;
}
.about .gyle h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 7px 0 63px;
}
.about .gyle .pp {
  letter-spacing: 6px;
  color: #ffffff;
  width: 385px;
  margin-left: 42px;
  background: url("../images/17yd.png") no-repeat center;
}
.about .gyle .ti {
  font-size: 30px;
  color: #0661c6;
  margin: 58px 0 -2px 42px;
}
.about .gyle .ti a {
  color: #0661c6;
}
.about .gyle .yin {
  letter-spacing: 1px;
  color: #888888;
  font-size: 12px;
  margin-left: 42px;
}
.about .gyle .jie {
  line-height: 34px;
  letter-spacing: 0px;
  color: #555555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 42px 0 45px 42px;
  text-indent: 2em;
}
.about .dh {
  width: 357px;
  height: 52px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  padding-left: 75px;
  font-size: 18px;
  color: #fff;
  background: #0661c6 url(../images/5yd.png) no-repeat 36px center;
  line-height: 52px;
  border-radius: 26px;
}
.about .dh span {
  font-size: 21px;
}
.news {
  width: 100%;
  height: 984px;
  padding-top: 65px;
  box-sizing: border-box;
  background: url("../images/line.png") no-repeat center;
}
.news .title1 {
  width: 386px;
  height: 143px;
  margin-bottom: 32px;
  float: left;
}
.news .title1 .yi {
  font-family: Arial;
  font-size: 45px;
  font-weight: bold;
  line-height: 34px;
  color: #d5d9de;
  opacity: 0.64;
}
.news .title1 h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: -20px 0 8px;
  position: relative;
  z-index: 999;
}
.news .title1 .xian {
  width: 1px;
  height: 56px;
  background-color: #DFE3E8;
  margin: 0 0 8px 30px;
}
.news .title1 .jie {
  letter-spacing: 6px;
  color: #999999;
  width: 390px;
  margin: 0 auto;
  height: 14px;
  line-height: 14px;
  background: url("../images/18yd.png") no-repeat center;
}
.news .hd {
  width: 582px;
  height: 37px;
  margin-top: 62px;
  float: right;
}
.news .hd li.on {
  background: url("../images/xw11.png") no-repeat left center;
}
.news .hd li:nth-child(2).on {
  background: url("../images/xw21.png") no-repeat left center;
}
.news .hd li:nth-child(3).on {
  background: url("../images/xw31.png") no-repeat left center;
}
.news .hd li:nth-child(2) {
  background: url("../images/xw2.png") no-repeat left center;
}
.news .hd li:nth-child(3) {
  background: url("../images/xw3.png") no-repeat left center;
}
.news .hd li {
  float: left;
  width: 33%;
  height: 37px;
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 42px;
  background: url("../images/xw1.png") no-repeat left center;
}
.news .hd li .zh {
  font-size: 17px;
  color: #333333;
  line-height: 17px;
}
.news .hd li .yi {
  font-family: Arial;
  font-size: 14px;
  color: #b3b3b3;
  margin-top: 3px;
}
.news .bd {
  width: 100%;
}
.news .bd .picScroll-left {
  width: 625px;
  float: left;
  height: 398px;
}
.news .bd .picScroll-left .bdss {
  width: 100%;
}
.news .bd .picScroll-left .bdss ul li:hover .tu img {
  transform: scale(1.2);
}
.news .bd .picScroll-left .bdss ul li:hover .ti a {
  color: #0661c6;
}
.news .bd .picScroll-left .bdss ul li {
  width: 295px;
  height: 336px;
  margin-right: 36px;
}
.news .bd .picScroll-left .bdss ul li .tu {
  width: 295px;
  height: 177px;
  border-radius: 10px;
  overflow: hidden;
}
.news .bd .picScroll-left .bdss ul li .tu img {
  width: 295px;
  height: 177px;
  transition: 0.5s;
}
.news .bd .picScroll-left .bdss ul li .ti {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px;
  color: #333;
  margin: 25px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .picScroll-left .bdss ul li .ti a {
  transition: 0.3s;
  color: #333;
}
.news .bd .picScroll-left .bdss ul li .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 22px;
}
.news .bd .picScroll-left .bdss ul li .shi {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  box-sizing: border-box;
  padding-left: 38px;
  background: url(../images/11yd.png) no-repeat 5px center;
  float: left;
}
.news .bd .picScroll-left .bdss ul li .mo {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  float: right;
}
.news .bd .picScroll-left .hdss {
  width: 50px;
  height: 9px;
  margin: 45px auto;
}
.news .bd .picScroll-left .hdss ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd .picScroll-left .hdss ul li.on {
  background-color: #0661c6;
}
.news .bd .picScroll-left .hdss ul li {
  width: 9px;
  height: 9px;
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: 0.3s;
  text-indent: 20px;
  overflow: hidden;
}
.news .bd .yi:hover .tu img {
  transform: scale(1.2);
}
.news .bd .yi {
  width: 593px;
  height: 398px;
  float: right;
  position: relative;
}
.news .bd .yi .tu {
  width: 593px;
  height: 398px;
  border-radius: 10px;
  overflow: hidden;
}
.news .bd .yi .tu img {
  width: 593px;
  height: 398px;
  border-radius: 10px;
  transition: 0.5s;
}
.news .bd .yi .zi {
  width: 100%;
  height: 398px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 210px 65px 0 52px;
  background: url("../images/ken.png") no-repeat center bottom;
}
.news .bd .yi .zi .ti {
  font-size: 18px;
  color: #fff;
  margin: 5px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .yi .zi .ti a {
  transition: 0.3s;
  color: #fff;
}
.news .bd .yi .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 18px;
}
.news .bd .yi .zi .shi {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  box-sizing: border-box;
  padding-left: 38px;
  background: url(../images/11yd.png) no-repeat 5px center;
  float: left;
}
.news .bd .yi .zi .mo {
  width: 125px;
  height: 34px;
  background-color: #0661c6;
  float: right;
  border-radius: 8px;
  text-align: center;
  line-height: 34px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.news .bd .bo {
  width: 100%;
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd .bo li:hover {
  background-color: #0661c6;
}
.news .bd .bo li:hover .ti {
  color: #fff;
  background: url("../images/30yd1.png") no-repeat left center;
}
.news .bd .bo li:hover .ti a {
  color: #fff;
}
.news .bd .bo li:hover .shi {
  color: #fff;
}
.news .bd .bo li {
  margin-top: 23px;
  width: 624px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 0 38px 0 29px;
  transition: 0.3s;
  line-height: 70px;
}
.news .bd .bo li .ti {
  width: 480px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 38px;
  background: url("../images/30yd.png") no-repeat left center;
}
.news .bd .bo li .ti a {
  color: #999999;
  transition: 0.3s;
}
.news .bd .bo li .shi {
  font-family: Arial;
  font-size: 14px;
  float: right;
  color: #999999;
  transition: 0.3s;
}
