#home {
  padding-top: 100px;
}
#home .title {
  display: block;
  font-weight: bold;
  font-size: 38px;
  color: #e90a0a;
  text-align: center;
  margin: 20px auto;
}
#home .box3 {
  display: flex;
  margin: 20px auto;
}
#home .box3 .left {
  display: inline;
  min-width: 650px;
  height: 454px;
}
#home .box3 .left .el-carousel__item .leftitem {
  position: relative;
}
#home .box3 .left .el-carousel__item .leftitem img {
  width: 100%;
  height: 454px;
  display: block;
}
#home .box3 .left .el-carousel__item .leftitem .bottomtitle {
  position: absolute;
  bottom: 0;
  width: 691px;
  padding: 8px 15px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
#home .box3 .right {
  padding: 0 20px;
  width: 550px;
  height: 454px;
}
#home .box3 .right ul {
  display: flex;
  margin-bottom: 5px;
}
#home .box3 .right ul li {
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-right: 20px;
}
#home .box3 .right ul li.active {
  font-weight: bold;
  color: #537db3;
}
#home .box3 .right ul li:hover {
  color: #018dd7;
}
#home .box3 .right .list {
  color: #424242;
  border: 1px solid #e8e9ea;
  height: calc(100% - 29px);
  padding: 0 15px;
  box-sizing: border-box;
}
#home .box3 .right .list .listitem {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #e6e6e6 dashed;
  line-height: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#home .box3 .right .list .listitem .newstitle {
  width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .box3 .right .list .listitem .iconfont {
  font-size: 10px;
}
#home .box3 .right .list .listitem:hover {
  color: #018dd7;
}
#home .boxheader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .boxheader .newscenter {
  font-size: 30px;
  line-height: 60px;
  color: black;
}
#home .boxheader .line {
  width: 85px;
  height: 2px;
  background: #c3d5e9;
}
#home .box4 {
  background-color: #0064b9;
  margin-bottom: 130px;
  position: relative;
}
#home .box4 .box4bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#home .box4 .box4bg .bglogo {
  width: 90%;
  opacity: 0.1;
  position: absolute;
  top: -242px;
}
#home .box4 .ywgztitle {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  margin-bottom: 22px;
}
#home .box4 .ywgztitle .title1_cn {
  font-size: 30px;
  line-height: 30px;
  color: #1a1a1a;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
}
#home .box4 .ywgztitle .title1_cn em {
  display: block;
  width: 74px;
  font-size: 0;
  line-height: 0;
  overflow-x: hidden;
  border-top: 1px solid #8cb0d5;
  border-bottom: 1px solid #c5d7ea;
  margin: 25px auto 0px;
}
#home .box4 .hxyw_tab_t {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
#home .box4 .hxyw_tab_t .swiper-button-prev::after,
#home .box4 .hxyw_tab_t .swiper-button-next::after {
  content: '';
}
#home .box4 .hxyw_tab_t a,
#home .box4 .hxyw_tab_t p,
#home .box4 .hxyw_tab_t .swiper-pagination span {
  display: inline-block;
}
#home .box4 .hxyw_tab_t .swiper-pagination {
  position: relative;
  padding: 0 10px;
  width: unset;
}
#home .box4 .hxyw_tab_t .swiper-pagination span {
  line-height: 42px;
  color: #333;
  font-size: 24px;
  padding: 0 5px;
  opacity: 1;
  background: none;
  height: 42px;
}
#home .box4 .hxyw_tab_t .swiper-pagination span.on {
  color: #1e64e6;
}
#home .box4 .hxyw_tab_t .swiper-button-next,
#home .box4 .hxyw_tab_t .swiper-button-prev {
  width: 42px;
  height: 42px;
  position: relative;
  top: inherit;
  margin: 0;
  left: inherit;
  right: initial;
}
#home .box4 .hxyw_tab_t .swiper-button-prev,
#home .box4 .hxyw_tab_t .swiper-container-rtl .swiper-button-next {
  background: url(../assets/img/icon_slh.png) no-repeat center center;
  left: inherit;
  right: initial;
}
#home .box4 .hxyw_tab_t .swiper-button-next,
#home .box4 .hxyw_tab_t .swiper-container-rtl .swiper-button-prev {
  background: url(../assets/img/icon_srh.png) no-repeat center center;
  left: inherit;
  right: initial;
}
#home .box4 .hxyw_tab_t .swiper-button-prev.my-button-disabled,
#home .box4 .hxyw_tab_t .prevStop {
  background: url(../assets/img/icon_sl.png) no-repeat center center;
}
#home .box4 .hxyw_tab_t .swiper-button-next.my-button-disabled,
#home .box4 .hxyw_tab_t .nextStop {
  background: url(../assets/img/icon_sr.png) no-repeat center center;
}
#home .box4 .swiper-slide {
  width: 400px;
}
#home .box4 a {
  display: block;
  margin: 0 3%;
  position: relative;
  overflow: hidden;
}
#home .box4 a img {
  width: 100%;
  height: 254px;
  display: block;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#home .box4 a span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.7);
}
#home .box5 {
  padding: 20px 0;
}
#home .box5 .culture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
#home .box5 .culture .cultureitem {
  display: flex;
  background: #e8eff7;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  height: 163px;
}
#home .box5 .culture .cultureitem img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#home .box5 .culture .cultureitem .des {
  padding: 0 40px;
  position: relative;
}
#home .box5 .culture .cultureitem .des img {
  position: absolute;
  bottom: -41px;
  right: 0;
  opacity: 0;
  height: auto;
  z-index: 0;
  width: 75%;
}
#home .box5 .culture .cultureitem .des h2 {
  color: #3e3a39;
  font-size: 22px;
  line-height: 30px;
  padding-top: 25px;
}
#home .box5 .culture .cultureitem .des p {
  color: #9fa0a0;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0px;
}
#home .box5 .culture .cultureitem .des a {
  position: absolute;
  left: 40px;
  bottom: 20px;
  display: inline-block;
  background: url('../assets/img/313指向右2.png') no-repeat center #1961ac;
  width: 50px;
  height: 23px;
  border-radius: 13px;
}
#home .box5 .culture .bottomradio {
  border-radius: 0 0 20px 0;
}
#home .box5 .culture .cultureitem:hover {
  background: #1961ac;
}
#home .box5 .culture .cultureitem:hover .des img {
  opacity: 0.1;
}
#home .box5 .culture .cultureitem:hover img {
  transform: scale(1.1);
}
#home .box5 .culture .cultureitem:hover h2,
#home .box5 .culture .cultureitem:hover p {
  color: white;
}
#home .box5 .culture .cultureitem:hover a {
  background: url('../assets/img/313指向右.png') no-repeat center white;
}
#home .box5 .culture .cultureitem > div {
  flex: 1;
}
