.resetStyle {
  font-family: "Microsoft Yahei";
  color: #333;
  line-height: 1.42857143;
  padding: 0 !important;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle .container {
  padding-right: 15px;
  padding-left: 15px;
}
.resetStyle * {
  box-sizing: border-box;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1250px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
  }
}
.home-header .home-topbox {
  padding: 23px 0;
  background-color: #d0e2f8;
}
@media (max-width: 767px) {
  .home-header .home-topbox {
    padding-bottom: 0;
    padding-top: 64px;
  }
}
.home-header .home-topbox .header-top .top-l {
  float: left;
  display: flex;
  align-items: center;
}
.home-header .home-topbox .header-top .top-l .logo {
  width: 66px;
  margin-right: 18px;
}
@media (max-width: 991px) {
  .home-header .home-topbox .header-top .top-l .logo {
    width: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-l .logo {
    width: 44px;
    margin-right: 8px;
  }
}
@media (max-width: 368.98px) {
  .home-header .home-topbox .header-top .top-l .logo {
    width: 40px;
    margin-right: 5px;
  }
}
.home-header .home-topbox .header-top .top-l .tit {
  color: #333;
  font-size: 18px;
  letter-spacing: 21.5px;
}
@media (max-width: 991px) {
  .home-header .home-topbox .header-top .top-l .tit {
    font-size: 14px;
    letter-spacing: 17px;
  }
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-l .tit {
    font-size: 12px;
    letter-spacing: 10px;
  }
}
@media (max-width: 368.98px) {
  .home-header .home-topbox .header-top .top-l .tit {
    letter-spacing: 8px;
  }
}
.home-header .home-topbox .header-top .top-l .desc {
  color: #333;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-header .home-topbox .header-top .top-l .desc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-l .desc {
    font-size: 18px;
  }
}
@media (max-width: 368.98px) {
  .home-header .home-topbox .header-top .top-l .desc {
    font-size: 16px;
  }
}
.home-header .home-topbox .header-top .top-r {
  float: right;
  margin-top: 13px;
}
@media (max-width: 991px) {
  .home-header .home-topbox .header-top .top-r {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-r {
    margin-top: 10px;
  }
}
.home-header .home-topbox .header-top .top-r .logo-tit {
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-r .logo-tit {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
}
.home-header .home-topbox .header-top .top-r .login-box {
  display: flex;
  line-height: 15px;
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-r .login-box {
    justify-content: center;
  }
}
.home-header .home-topbox .header-top .top-r .login-box a {
  color: #3854b8;
  font-size: 16px;
  transition: all 0.3s;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .home-header .home-topbox .header-top .top-r .login-box a {
    font-size: 13px;
  }
}
.home-header .home-topbox .header-top .top-r .login-box a:hover {
  border-color: #3854b8;
}
.home-header .home-topbox .header-top .top-r .login-box .line {
  width: 1px;
  height: 16px;
  margin: 0 20px;
  background-color: #3854b8;
}
.home-header .header-nav {
  background-color: #3854b8;
}
@media (max-width: 767px) {
  .home-header .header-nav {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .drop-menu {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu {
    position: absolute;
    left: 0;
    z-index: 2;
    text-align: center;
    top: 101%;
    width: 155px;
    display: none;
    background-color: #fff;
    z-index: 999;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .menu-item {
    margin-bottom: 16px;
    text-align: left;
    transition: all 0.3s;
    padding-right: 40px;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .menu-item.active > a {
    color: #b9212c;
    border-color: #bb202b;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .menu-item:hover {
    border-color: #bb202b;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .menu-item:hover > a {
    color: #b9212c;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .menu-item a {
    color: #59586b;
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu > .hasdrop:hover .t-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 0;
    white-space: normal;
    background-image: none;
    border: none;
    height: 45px;
    line-height: 45px;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 0;
    white-space: normal;
    background-image: none;
    border: none;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .drop-menu {
    flex-wrap: wrap;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu {
    display: none;
    overflow: hidden;
    padding: 0;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu > .hasdrop {
    padding: 0 20px;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-right: 20px;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .t-menu {
    display: none;
    padding: 0;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .t-menu > .hasdrop {
    padding: 0 20px;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .t-menu > .hasdrop:last-child {
    padding-bottom: 0;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .t-menu > .hasdrop > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .mobile-navbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .mobile-navbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
  }
  .home-header .header-nav .header-container .navlist .drop-menu .mobile-navbtn.open {
    transform: rotate(90deg);
  }
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop {
  position: relative;
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop:hover .s-menu {
  display: block;
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop:last-child::after {
  display: none;
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .drop-menu .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .drop-menu .hasdrop::after {
    background-color: #dbdfe7;
  }
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop:hover a {
  border-color: #df2826;
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop.active a {
  border-color: #df2826;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .drop-menu .hasdrop.active a {
    color: #3854b8;
  }
}
.home-header .header-nav .header-container .navlist .drop-menu .hasdrop a {
  color: #fff;
  font-size: 18px;
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlist .drop-menu .hasdrop a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .drop-menu .hasdrop a {
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none;
  }
}
.home-header .header-mobile {
  background-color: #3854b8;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}
@media (max-width: 767px) {
  .home-header .header-mobile {
    display: flex;
  }
}
.home-header .header-mobile .logoa {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.home-header .header-mobile .navbtn {
  width: 20px;
  height: 30px;
  margin-right: 15px;
  float: right;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .home-header .header-mobile .navbtn {
    display: block;
  }
}
.home-header .header-mobile .navbtn i {
  height: 2px;
  background: #fff;
  display: block;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  transition: all 0.3s;
  border-radius: 100px;
}
.home-header .header-mobile .navbtn i.bar-1 {
  top: 8px;
}
.home-header .header-mobile .navbtn i.bar-2 {
  top: 14px;
}
.home-header .header-mobile .navbtn i.bar-3 {
  top: 20px;
}
.home-header .header-mobile .navbtn.open .bar-1 {
  top: 50%;
  transform: rotate(45deg);
}
.home-header .header-mobile .navbtn.open .bar-2 {
  height: 0px;
}
.home-header .header-mobile .navbtn.open .bar-3 {
  top: 50%;
  transform: rotate(-45deg);
}
.home-body .banner-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 94px;
  min-height: 900px;
}
@media (max-width: 991px) {
  .home-body .banner-wrap {
    min-height: 700px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap {
    padding-bottom: 20px;
  }
}
.home-body .banner-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 900px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-body .banner-wrap .bg-img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap .bg-img {
    height: 100%;
  }
}
.home-body .banner-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-body .banner-wrap .main-box {
  position: relative;
  z-index: 9;
}
.home-body .banner-wrap .main-box .banner-tit {
  display: flex;
  margin-top: 95px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .banner-tit {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap .main-box .banner-tit {
    margin: 30px 0;
    margin-top: 15px;
  }
}
@media (max-width: 368.98px) {
  .home-body .banner-wrap .main-box .banner-tit {
    justify-content: center;
  }
}
.home-body .banner-wrap .main-box .banner-tit > div {
  flex: 1;
}
@media (max-width: 368.98px) {
  .home-body .banner-wrap .main-box .banner-tit > div {
    flex: initial;
  }
}
.home-body .banner-wrap .main-box .banner-tit .column {
  display: flex;
  align-items: center;
}
@media (max-width: 368.98px) {
  .home-body .banner-wrap .main-box .banner-tit .column {
    width: 30%;
  }
}
.home-body .banner-wrap .main-box .banner-tit .column .border {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #3854b8;
}
@media (max-width: 767px) {
  .home-body .banner-wrap .main-box .banner-tit .column .border {
    width: 10px;
    height: 10px;
  }
}
.home-body .banner-wrap .main-box .banner-tit .column .line {
  width: 100%;
  height: 1px;
  background-color: #3854b8;
}
.home-body .banner-wrap .main-box .banner-tit .text {
  color: #3854b8;
  font-size: 40px;
  font-weight: bold;
  margin: 0 38px;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .banner-tit .text {
    font-size: 30px;
    margin: 0 25px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .banner-tit .text {
    font-size: 22px;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap .main-box .banner-tit .text {
    font-size: 12px;
    margin: 0 5px;
  }
}
@media (max-width: 368.98px) {
  .home-body .banner-wrap .main-box .banner-tit .text {
    margin: 0;
    width: 50%;
  }
}
.home-body .banner-wrap .main-box .handle-box {
  display: flex;
  margin-right: -39px;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .handle-box {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap .main-box .handle-box {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list {
  width: 374px;
  margin-right: 39px;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list {
    width: 33%;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list {
    width: 31.33%;
  }
}
@media (max-width: 767px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list {
    width: 100%;
    margin-right: 0;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list .tit-box {
  border-radius: 8px;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.blue .item .tit-box {
  background-color: #3854b8;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.blue .item .menus-list .item:hover {
  background-color: rgba(56, 84, 184, 0.08);
}
.home-body .banner-wrap .main-box .handle-box .handle-list.blue .item .menus-list .item:hover .tit {
  color: #3854b8;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.red .item .tit-box {
  background-color: #df2926;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.red .item .menus-list .item:hover {
  background-color: rgba(223, 41, 38, 0.08);
}
.home-body .banner-wrap .main-box .handle-box .handle-list.red .item .menus-list .item:hover .tit {
  color: #df2926;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.brown .item .tit-box {
  background-color: #da9000;
}
.home-body .banner-wrap .main-box .handle-box .handle-list.brown .item .menus-list .item:hover {
  background-color: rgba(218, 144, 0, 0.08);
}
.home-body .banner-wrap .main-box .handle-box .handle-list.brown .item .menus-list .item:hover .tit {
  color: #da9000;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item {
  transition: all 0.3s;
  border-bottom: 5px solid transparent;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item.active:first-child {
  margin-top: 0;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item.active .tit-box {
  border-radius: 8px 8px 0px 0px;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item.active .tit-box .icon .jia {
  display: none;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item.active .tit-box .icon .jian {
  display: block;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item.active .menus-list {
  height: 470px;
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item.active .menus-list {
    height: 370px;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box {
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .text {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .text {
    font-size: 14px;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .icon img {
  width: 100%;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .tit-box .icon .jian {
  display: none;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
  max-height: 470px;
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list {
    max-height: 370px;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item {
  position: relative;
  transition: all 0.3s;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px dashed #c7c7c7;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .icon {
  width: 48px;
  height: 40px;
  min-width: 48px;
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .icon {
    width: 25px;
    height: auto;
    min-width: 25px;
  }
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .icon img {
  width: 100%;
}
.home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .tit {
  color: #333;
  font-size: 18px;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .tit {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-body .banner-wrap .main-box .handle-box .handle-list .item .menus-list .item a .tit {
    font-size: 12px;
  }
}
.home-body .notice-wrap {
  padding-top: 82px;
  padding-bottom: 84px;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap {
    padding: 28px 0;
  }
}
.home-body .notice-wrap .notice-box .tab-list {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .tab-list {
    margin-bottom: 25px;
  }
}
.home-body .notice-wrap .notice-box .tab-list .item:hover a {
  color: #3854b8;
}
.home-body .notice-wrap .notice-box .tab-list .item.active a {
  color: #3854b8;
}
.home-body .notice-wrap .notice-box .tab-list .item a {
  color: #2a2b31;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .tab-list .item a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .tab-list .item a {
    font-size: 17px;
  }
}
.home-body .notice-wrap .notice-box .tab-list .line {
  width: 1px;
  height: 28px;
  background-color: #333;
  margin: 0 24px;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .tab-list .line {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .home-body .notice-wrap .notice-box .tab-list .line {
    height: 20px;
  }
}
.home-body .notice-wrap .notice-box .notice-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .notice-list {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .notice-list {
    margin-right: -10px;
  }
}
.home-body .notice-wrap .notice-box .notice-list .item {
  width: 380px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 24px;
  box-shadow: 0px 3px 14px rgba(1, 3, 23, 0.08);
  box-sizing: border-box;
}
@media (min-width: 1200px) and (max-width: 1149px) {
  .home-body .notice-wrap .notice-box .notice-list .item {
    width: 370px;
  }
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .notice-list .item {
    width: 290px;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .notice-list .item {
    width: 31.33%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-body .notice-wrap .notice-box .notice-list .item {
    width: 100%;
    margin-right: 0;
  }
}
.home-body .notice-wrap .notice-box .notice-list .item:hover a .title {
  color: #3854b8;
  font-weight: bold;
}
.home-body .notice-wrap .notice-box .notice-list .item a {
  display: block;
}
.home-body .notice-wrap .notice-box .notice-list .item a .title {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .notice-list .item a .title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .notice-list .item a .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.home-body .notice-wrap .notice-box .notice-list .item a .desc {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .notice-list .item a .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .notice-list .item a .desc {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.home-body .notice-wrap .notice-box .notice-list .item a .time {
  color: #999;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-body .notice-wrap .notice-box .notice-list .item a .time {
    font-size: 12px;
  }
}
.home-body .notice-wrap .notice-box .more-box {
  margin-top: 8px;
}
.home-body .notice-wrap .notice-box .more-box a {
  color: #333;
  width: 128px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-body .notice-wrap .notice-box .more-box a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .home-body .notice-wrap .notice-box .more-box a {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
}
.home-body .notice-wrap .notice-box .more-box a:hover {
  color: #fff;
  border-color: #3854b8;
  background-color: #3854b8;
}
.home-body .notice-wrap .notice-box .more-box a:hover .img-show {
  display: none;
}
.home-body .notice-wrap .notice-box .more-box a:hover .white {
  display: block;
}
.home-body .notice-wrap .notice-box .more-box a .white {
  display: none;
}
.home-body .notice-wrap .notice-box .more-box a img {
  width: 13px;
  margin-left: 11px;
}
.home-footer .foot-b {
  padding: 20px 0;
  line-height: 30px;
  background: #3c3c3c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-footer .foot-b {
    flex-direction: column;
  }
}
.home-footer .foot-b .foot-b-cont {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .home-footer .foot-b .foot-b-cont {
    margin-right: 0;
  }
}
.home-footer .foot-b .foot-b-cont a {
  color: #fff;
  transition: all 0.3s;
}
.home-footer .foot-b .foot-b-cont a:hover {
  color: #fff;
}
.home-footer .foot-b .foot-b-cont .website {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-footer .foot-b .foot-b-cont .website.about {
    flex-direction: column;
  }
  .home-footer .foot-b .foot-b-cont .website.about .line {
    display: none;
  }
}
.home-footer .foot-b .foot-b-cont .website span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-footer .foot-b .foot-b-cont .website span {
    font-size: 12px;
  }
}
.home-footer .foot-b .foot-b-cont .website .line {
  width: 1px;
  height: 13px;
  margin: 0 16px;
  background-color: #b4b4b4;
}
@media (max-width: 767px) {
  .home-footer .foot-b .foot-b-cont .website .line {
    margin: 0 10px;
  }
}
@media (max-width: 368.98px) {
  .home-footer .foot-b .foot-b-cont .website .line {
    margin: 0 5px;
  }
}
.home-footer .foot-b .foot-b-cont .website:nth-child(2) {
  justify-content: space-between;
}
.home-footer .foot-b .foot-b-cont .website:nth-child(3) {
  justify-content: space-between;
}
.home-footer .foot-b .foot-b-cont .copyright-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-footer .foot-b .foot-b-cont .copyright-text {
    font-size: 12px;
  }
}
.home-footer .foot-b > img {
  width: 62px;
  height: 75px;
}
@media (max-width: 767px) {
  .home-footer .foot-b > img {
    width: 40px;
    height: 50px;
  }
}
