.banner .ban_img {
  width: 100%;
}
.banner{
   margin-top:80px
    
}
.banner .ban_img ul {
  height: 100%;
}
.banner .ban_img ul li {
  height: 100%;
  position: relative;
}
.banner .ban_img ul li a {
  height: 100%;
}
.banner .ban_img ul li a img:nth-last-child(1) {
  display: none;
}
@media (max-width: 767px) {
    .banner{
    margin-top:60px
    
}
  .banner .ban_img ul li a img:nth-last-child(1) {
    display: block;
  }
  .banner .ban_img ul li a img:nth-child(1) {
    display: none;
  }
}
.banner .ban_img .btn {
  bottom: 45px;
}
.banner .ban_img .btn span {
  width: 50px;
  height: 2px;
  margin: 0 14px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.banner .ban_img .btn span.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .ban_img .swiper-button-next,
.banner .ban_img .swiper-button-prev {
  opacity: 0.6;
  background-size: 100%;
}
.banner .ban_img .swiper-button-prev {
  left: 38px;
  background-image: url("../images/home_11.png");
}
.banner .ban_img .swiper-button-next {
  right: 38px;
  background-image: url("../images/home_12.png");
}
@media (max-width: 767px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -25px;
  }
  .banner .ban_img .btn {
    bottom: 12px;
  }
  .banner .ban_img .btn span {
    width: 28px;
  }
  .banner .ban_img .swiper-button-prev {
    left: 18px;
  }
  .banner .ban_img .swiper-button-next {
    right: 18px;
  }
}
.item1 {
  margin-top: 70px;
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .item1 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.item1 .title {
  justify-content: space-between;
  align-items: center;
}
.item1 .title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.item1 .title .more {
  width: 170px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  border-radius: 0;
  border: solid 1px #c1c1c1;
}
.item1 .title .more:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (max-width: 991px) {
  .item1 .title h2 {
    font-size: 30px;
  }
  .item1 .title .more {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .item1 .title h2 {
    font-size: 20px;
  }
  .item1 .title .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.item1 .content {
  margin-top: 49px;
}
.item1 .content ul {
  display: flex;
  justify-content: space-between;
}
.item1 .content ul li:nth-child(1) {
  width: 62.35%;
  float: left;
  margin-right: 0.834%;
}
.item1 .content ul li:nth-child(1) a {
  float: left;
  width: 49.351%;
  margin-right: 1.3%;
  position: relative;
  /*padding:23px;*/
  overflow: hidden;
  text-align: right;
  box-sizing: border-box;
  border: solid 1px #eee;
  background-color: #fff;
  transition: all 0.8s;
}
.item1 .content ul li:nth-child(1) a .headers {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  text-align: left;
  padding: 30px 0 0 40px;
}
@media (max-width: 1200px) {
  .item1 .content ul li:nth-child(1) a .headers {
    padding: 45px 0 0 15px;
  }
}
.item1 .content ul li:nth-child(1) a .headers h3 {
  padding-bottom: 19px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  position: relative;
  transition: all 0.5s;
}
.item1 .content ul li:nth-child(1) a .headers h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #999;
}
.item1 .content ul li:nth-child(1) a .images {
  display: inline-block;
  width: 258px;
  overflow: hidden;
}
.item1 .content ul li:nth-child(1) a .images img {
  transition: all 0.5s;
}
.item1 .content ul li:nth-child(1) a .images:hover img {
  transform: translateY(-5px);
}
.item1 .content ul li:nth-child(1) a:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.item1 .content ul li:nth-child(1) a:hover p {
  color: #666;
}
.item1 .content ul li:nth-child(1) a:hover .headers h3 {
  color: #1a3668;
}
.item1 .content ul li:nth-child(1) a:hover .headers h3:after {
  background-color: #1a3668;
}
.item1 .content ul li:nth-child(1) a:nth-child(1) {
  margin-bottom: 1.3%;
}
.item1 .content ul li:nth-child(1) a:nth-child(2) {
  margin-bottom: 1.3%;
  margin-right: 0;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) {
  width: 100%;
  text-align: left;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .headers {
  top: 43px;
  left: auto;
  right: 120px;
}
@media (max-width: 1200px) {
  .item1 .content ul li:nth-child(1) a:nth-child(3) .headers {
    right: 50px;
  }
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .headers h3:after {
  display: none;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .headers p {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .headers span {
  display: inline-block;
  margin-top: 16px;
  width: 40px;
  height: 2px;
  background-color: #999;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .images {
  width: 329px;
  margin-left: 63px;
  overflow: hidden;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .images img {
  transition: all 0.5s;
}
.item1 .content ul li:nth-child(1) a:nth-child(3) .images:hover img {
  transform: translateY(-5px);
}
@media (max-width: 1200px) {
  .item1 .content ul li:nth-child(1) a:nth-child(3) .images {
    margin-left: 20px;
  }
}
.item1 .content ul li:nth-child(1) a:nth-child(3):hover span {
  background-color: #1a3668;
}
.item1 .content ul li:nth-child(2) {
  width: 35%;
  float: right;
  background-color: #fff;
  transition: all 0.8s;
  border: solid 1px #eee;
}
.item1 .content ul li:nth-child(2) a {
  padding: 23px 23px 0;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.item1 .content ul li:nth-child(2) a .headers {
  padding-top: 27px;
  margin-bottom: 20px;
}
.item1 .content ul li:nth-child(2) a .headers h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  transition: all 0.5s;
}
.item1 .content ul li:nth-child(2) a .headers p {
  padding-top: 10px;
  padding-bottom: 22px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.item1 .content ul li:nth-child(2) a .headers p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 2px;
  margin-left: -17px;
  background-color: #999;
}
.item1 .content ul li:nth-child(2) a .images {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.item1 .content ul li:nth-child(2) a .images img {
  transition: all 0.5s;
}
.item1 .content ul li:nth-child(2) a .images:hover img {
  transform: translateY(-5px);
}
.item1 .content ul li:nth-child(2):hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.item1 .content ul li:nth-child(2):hover .headers h3 {
  color: #1a3668;
}
.item1 .content ul li:nth-child(2):hover .headers p:after {
  background-color: #1a3668;
}
@media (max-width: 991px) {
  .item1 .content ul {
    display: block;
  }
  .item1 .content ul li:nth-child(1),
  .item1 .content ul li:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .item1 .content ul li:nth-child(1) a:nth-child(3) {
    margin-bottom: 1.3%;
  }
}
@media (max-width: 767px) {
  .item1 .content {
    margin-top: 30px;
  }
  .item1 .content ul li:nth-child(1) a {
    width: 100%;
    margin-right: 0;
  }
  .item1 .content ul li:nth-child(1) a:nth-child(3) .images {
    padding-top: 60px;
  }
  .item1 .content ul li:nth-child(1) a:nth-child(3) .headers {
    right: 30px;
    top: 0;
  }
  .item1 .content ul li:nth-child(1) a .headers {
    padding: 26px 0 0 15px;
  }
  .item1 .content ul li:nth-child(1) a .headers h3,
  .item1 .content ul li:nth-child(2) a .headers h3 {
    font-size: 18px;
  }
  .item1 .content ul li:nth-child(1) a:nth-child(3) .headers h3 {
    padding-bottom: 5px;
  }
  .item1 .content ul li:nth-child(1) a:nth-child(3) .headers p {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
  }
  .item1 .content ul li:nth-child(2) a .images {
    width: 89%;
  }
  .item1 .content ul li:nth-child(2) a .headers p {
    font-size: 14px;
  }
}
.item2 {
  padding: 0 19px;
}
@media (max-width: 767px) {
  .item2 {
    padding: 0 10px;
  }
}
.item2 .ban_img ul li a {
  position: relative;
  overflow: hidden;
}
.item2 .ban_img ul li a img {
  transition: all 1s;
}
.item2 .ban_img ul li a .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 56px 10px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.item2 .ban_img ul li a .text h4 {
  font-size: 30px;
}
.item2 .ban_img ul li a .text p {
  margin-top: 23px;
  font-size: 16px;
}
.item2 .ban_img ul li a .text span {
  margin-top: 17px;
  display: inline-block;
  font-weight: 600;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  .item2 .ban_img ul li a .text {
    padding: 19px 10px 0;
  }
  .item2 .ban_img ul li a .text h4 {
    font-size: 24px;
  }
  .item2 .ban_img ul li a .text p {
    margin-top: 10px;
    font-size: 15px;
  }
  .item2 .ban_img ul li a .text span {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .item2 .ban_img ul li a .text h4 {
    font-size: 20px;
  }
  .item2 .ban_img ul li a .text p {
    font-size: 14px;
  }
}
.item2 .ban_img ul li a:hover img {
  transform: scale(1.2);
}
.item2 .ban_img ul li a:hover .text span {
  transform: translateY(0px);
  opacity: 1;
}
.item2 .ban_img .swiper-button-next,
.item2 .ban_img .swiper-button-prev {
  width: 21px;
  height: 40px;
  margin-top: -22px;
  background-size: 100%;
}
.item2 .ban_img .swiper-button-prev,
.item2 .ban_img .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/home_11.png");
}
.item2 .ban_img .swiper-button-next,
.item2 .ban_img .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/home_12.png");
}
.item3 {
  margin-top: 20px;
  padding: 0 19px;
}
@media (max-width: 767px) {
  .item3 {
    padding: 0 10px;
  }
}
.item3 .row {
  margin-left: -20px;
}
.item3 .row li {
  margin-bottom: 20px;
}
.item3 .row li a {
  position: relative;
  margin-left: 20px;
}
.item3 .row li a img {
  transition: all 1s;
}
.item3 .row li a .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 56px 10px 0;
  width: 100%;
  text-align: center;
}
.item3 .row li a .text h4 {
  font-size: 30px;
  color: #222;
}
.item3 .row li a .text p {
  margin-top: 23px;
  font-size: 16px;
  color: #666;
}
.item3 .row li a .text span {
  margin-top: 17px;
  display: inline-block;
  font-weight: 600;
  color: #444;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.item3 .row li a:hover .text span {
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 1200px) {
  .item3 .row li a .text {
    padding: 19px 10px 0;
  }
  .item3 .row li a .text h4 {
    font-size: 24px;
  }
  .item3 .row li a .text p {
    margin-top: 10px;
    font-size: 15px;
  }
  .item3 .row li a .text span {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .item3 .row li a .text h4 {
    font-size: 20px;
  }
  .item3 .row li a .text p {
    font-size: 14px;
  }
}
.item4 {
  padding: 0 19px;
}
.item4 .mainsVw {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .item4 {
    padding: 0 10px;
  }
}
.item4 .con {
  padding: 8em 0;
  color: #fff;
  text-align: center;
}
.item4 .con h2 {
  font-size: 42px;
  font-weight: 500;
}
.item4 .con p {
  max-width: 50%;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 36px;
}
.item4 .con .mores {
  width: 170px;
  height: 52px;
  line-height: 52px;
  margin: 43px auto 0;
  border: solid 1px #d9d9d9;
  font-size: 16px;
  color: #ddd;
  transition: all 0.3s;
}
.item4 .con .mores:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1024px) {
  .item4 .con p {
    max-width: 73%;
  }
  .item4 .con .mores {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .item4 .con {
    padding: 5em 0;
  }
  .item4 .con h2 {
    font-size: 22px;
  }
  .item4 .con p {
    margin: 20px auto 0;
    max-width: 85%;
    font-size: 14px;
    line-height: 24px;
  }
  .item4 .con .mores {
    margin: 26px auto 0;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.item5 {
  margin-top: 91px;
}
@media (max-width: 767px) {
  .item5 {
    margin-top: 40px;
  }
}
.item5 .title {
  justify-content: space-between;
  align-items: center;
}
.item5 .title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.item5 .title .more {
  width: 170px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  border-radius: 0;
  border: solid 1px #c1c1c1;
}
.item5 .title .more:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (max-width: 991px) {
  .item5 .title h2 {
    font-size: 30px;
  }
  .item5 .title .more {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .item5 .title h2 {
    font-size: 20px;
  }
  .item5 .title .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.item5 .news {
  margin-top: 46px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .item5 .news {
    margin-top: 30px;
  }
}
.item5 .news ul {
  margin-left: -50px;
}
.item5 .news ul li {
  margin-bottom: 20px;
}
.item5 .news ul li a {
  margin-left: 50px;
}
.item5 .news ul li a .text {
  margin-top: 30px;
}
.item5 .news ul li a .text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s;
}
.item5 .news ul li a .text p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.item5 .news ul li a .text span {
  margin-top: 13px;
  display: block;
  font-size: 14px;
  color: #666;
}
.item5 .news ul li a:hover .text h4 {
  color: #1a3668;
}
@media (max-width: 1200px) {
  .item5 .news ul {
    margin-left: -25px;
  }
  .item5 .news ul li a {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .item5 .news ul li a .text {
    margin-top: 22px;
  }
  .item5 .news ul li a .text h4 {
    font-size: 16px;
  }
  .item5 .news ul li a .text p {
    margin-top: 9px;
    font-size: 13px;
  }
  .item5 .news ul li a .text span {
    margin-top: 5px;
    font-size: 12px;
  }
}
/* sourceMappingURL=index.css.map */
