.h_title {
  text-align: center;
}
.h_title img {
  width: auto;
  max-width: 75%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#banner {
  padding-top: 130px;
}
#banner .banner_con {
  width: 100%;
}
#banner .banner_con ul {
  height: 100%;
}
#banner .banner_con ul li {
  height: 100%;
  position: relative;
}
#banner .banner_con ul li a {
  height: 100%;
}
#banner .banner_con ul li a img:nth-last-child(1) {
  display: none;
}
@media (max-width: 767px) {
  #banner .banner_con ul li a img:nth-last-child(1) {
    display: block;
  }
  #banner .banner_con ul li a img:nth-child(1) {
    display: none;
  }
}
#banner .banner_con .btns {
  bottom: 45px;
}
#banner .banner_con .btns span {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
#banner .banner_con .btns span.swiper-pagination-bullet-active {
  background-color: #2874c9;
  opacity: 1;
}
#banner .banner_con .swiper-button-prev {
  left: 38px;
  background-image: url("../images/home_11.png");
}
#banner .banner_con .swiper-button-next {
  right: 38px;
  background-image: url("../images/home_14.png");
}
@media (max-width: 992px) {
  #banner {
    padding-top: 72px;
  }
  #banner .banner_con .btns {
    bottom: 13px;
  }
}
@media (max-width: 767px) {
  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    width: 26px;
    height: 20px;
    margin-top: -10px;
  }
  #banner .banner_con .btns {
    bottom: 9px;
  }
  #banner .banner_con .btns span {
    width: 28px;
  }
  #banner .banner_con .swiper-button-prev {
    left: 18px;
  }
  #banner .banner_con .swiper-button-next {
    right: 18px;
  }
}
.item1 {
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .item1 {
    margin-top: 30px;
  }
}
.item1 .container {
  overflow: initial;
}
.item1 .h_title {
  justify-content: space-between;
}
.item1 .con_box {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .item1 .con_box {
    margin-top: 20px;
  }
}
.item1 .con_box .box_con {
  width: 100%;
  text-align: right;
  justify-content: space-between;
  background-color: #fff;
}
.item1 .con_box .box_con a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.item1 .con_box .box_con a img {
  max-width: 280px;
  transition: all 0.5s;
}
.item1 .con_box .box_con a .text {
  position: absolute;
  left: 0;
  top: 34px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .item1 .con_box .box_con a .text {
    padding-left: 12px;
  }
}
.item1 .con_box .box_con a .text h4 {
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
}
.item1 .con_box .box_con a .text p {
  margin-bottom: 9px;
  width: 95%;
  font-size: 16px;
  color: #555;
}
.item1 .con_box .box_con a .text span {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/mores_07.png") no-repeat center / cover;
}
@media (max-width: 767px) {
  .item1 .con_box .box_con a .text h4 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .item1 .con_box .box_con a .text p {
    font-size: 14px;
  }
  .item1 .con_box .box_con a .text span {
    margin-top: 6px;
  }
}
.item1 .con_box .box_con a:hover .text h4 {
  color: #2874c9;
}
.item1 .con_box .box_con a:hover .text span {
  background-image: url("../images/mores_03.png");
}
.item1 .con_box .box_con a:hover img {
  transform: scale(1.2);
}
.item1 .con_box .box_con .right {
  width: 35%;
  border: solid 1px #d9d9d9;
}
.item1 .con_box .box_con .right a {
  padding: 0 10px;
  text-align: center;
}
.item1 .con_box .box_con .right a img {
  max-width: 400px;
}
.item1 .con_box .box_con .right a .text {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  padding-top: 70px;
}
.item1 .con_box .box_con .right a .text span {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item1 .con_box .box_con .right a img {
    max-width: 300px;
  }
  .item1 .con_box .box_con .right a .text {
    bottom: 8px;
    padding-left: 12px;
  }
}
.item1 .con_box .box_con .left {
  width: 64%;
}
.item1 .con_box .box_con .left .it_lis a {
  padding-left: 70px;
}
.item1 .con_box .box_con .left .it_lis:nth-child(1) {
  text-align: left;
  border: solid 1px #d9d9d9;
  margin-bottom: 10px;
}
.item1 .con_box .box_con .left .it_lis:nth-child(1) .text {
  width: 40%;
  left: auto;
  right: 0;
  top: 90px;
}
.item1 .con_box .box_con .left .it_lis:nth-child(1) .text h4 {
  font-size: 24px;
}
.item1 .con_box .box_con .left .it_lis .text {
  padding-left: 29px;
}
.item1 .con_box .box_con .left .it_lis .text h4 {
  font-size: 18px;
}
.item1 .con_box .box_con .left .it_lis .text span {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/mores_07.png") no-repeat center / cover;
}
.item1 .con_box .box_con .left .it_lis:hover .text span {
  background-image: url("../images/mores_03.png");
}
.item1 .con_box .box_con .left .it_lis li {
  padding-left: 10px;
}
.item1 .con_box .box_con .left .it_lis li a {
  border: solid 1px #d9d9d9;
}
.item1 .con_box .box_con .left ul {
  margin-left: -10px;
}
@media (max-width: 991px) {
  .item1 .con_box .box_con .left {
    width: 100%;
  }
  .item1 .con_box .box_con .right {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .item1 .con_box .box_con .right a .text h4 {
    font-size: 20px;
  }
  .item1 .con_box .box_con .left .it_lis:nth-child(1) .text h4 {
    font-size: 20px;
  }
  .item1 .con_box .box_con .left .it_lis li:nth-child(1) {
    margin-bottom: 10px;
  }
  .item1 .con_box .box_con .left .it_lis a {
    padding-left: 30px;
  }
  .item1 .con_box .box_con .left .it_lis:nth-child(1) .text {
    padding-top: 20px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9;
  }
}
.item2 {
  overflow: hidden;
  margin-top: 70px;
  padding-top: 61px;
  padding-bottom: 73px;
  background: url("../images/item2_bg.jpg") no-repeat center center / cover;
}
@media (max-width: 767px) {
  .item2 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.item2 .h_title {
  justify-content: space-between;
}
.item2 .h_title .h_img {
  text-align: left;
}
.item2 .h_title .but a {
  width: 45px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
}
.item2 .h_title .but a._prev {
  background-image: url("../images/home_24.png");
}
.item2 .h_title .but a._prev:hover {
  opacity: 0.7;
}
.item2 .h_title .but a._next {
  margin-left: 24px;
  background-image: url("../images/home_26.png");
}
.item2 .h_title .but a._next:hover {
  opacity: 0.7;
}
.item2 .h_title .but a.swiper-button-disabled {
  opacity: 0.1;
}
.item2 .con {
  margin-top: 26px;
  overflow: hidden;
}
.item2 .con .spans {
  display: none;
}
@media (max-width: 767px) {
  .item2 .con {
    margin-top: 24px;
  }
}
.item2 .con .con_right {
  padding: 58px 65px 0 0;
}
@media (max-width: 1200px) {
  .item2 .con .con_right {
    padding: 38px 44px 0;
  }
}
@media (max-width: 992px) {
  .item2 .con .con_right {
    padding: 38px 25px 19px;
  }
}
.item2 .con .con_right .banner_con .con_text .text_list {
  position: relative;
}
.item2 .con .con_right .banner_con .con_text .text_list li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.item2 .con .con_right .banner_con .con_text .text_list li.active {
  display: block;
}
.item2 .con .con_right .banner_con .con_text .text_list li h4 {
  position: relative;
  padding-bottom: 36px;
  font-size: 24px;
  color: #201c1a;
}
.item2 .con .con_right .banner_con .con_text .text_list li h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #2874c9;
}
.item2 .con .con_right .banner_con .con_text .text_list li .text {
  padding-top: 26px;
}
.item2 .con .con_right .banner_con .con_text .text_list li .text p {
  height: 120px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .item2 .con .con_right .banner_con .con_text .text_list li .text {
    padding-top: 20px;
  }
  .item2 .con .con_right .banner_con .con_text .text_list li .text p {
    height: 84px;
    font-size: 15px;
    line-height: 28px;
  }
}
.item2 .con .con_right .banner_con .con_text .text_list li a {
  margin-top: 23px;
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #2874c9;
  text-align: center;
  border-radius: 22px;
  border: solid 1px #2874c9;
  transition: all 0.3s;
}
.item2 .con .con_right .banner_con .con_text .text_list li a:hover {
  color: #fff;
  background-color: #2874c9;
}
.item2 .con .con_right .banner_con > .row {
  margin-top: 70px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .item2 .con .con_right .banner_con > .row {
    margin-top: 38px;
  }
}
@media (max-width: 991px) {
  .item2 {
    background-position: 53% 0;
  }
  .item2 .con .con_right .banner_con .con_text .text_list {
    height: 282px;
  }
}
@media (max-width: 767px) {
  .item2 {
    background-position: 0 0;
  }
  .item2 .h_title .but {
    display: none;
  }
  .item2 .h_title .but a._next {
    margin-left: 6px;
  }
  .item2 .con .con_right {
    padding: 0px 0px 19px;
  }
  .item2 .con .con_right .banner_con .con_text .text_list {
    height: 210px;
  }
  .item2 .con .con_right .banner_con .con_text .text_list li h4 {
    padding-bottom: 18px;
    font-size: 20px;
  }
  .item2 .con .con_right .banner_con .con_text .text_list li a {
    margin-top: 23px;
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
  .item2 .con .row {
    position: relative;
    padding-bottom: 30px;
  }
  .item2 .con .spans {
    display: block;
    width: 100%;
    bottom: 0;
  }
  .item2 .con .spans span {
    margin: 0 5px;
    width: 14px;
    height: 14px;
  }
}
.item3 {
  overflow: hidden;
  margin-top: 60px;
  padding-top: 60px;
}
.item3 .container {
  overflow: initial;
}
.item3 .row .text {
  padding-left: 69px;
  padding-top: 44px;
}
.item3 .row .text h2 {
  font-size: 24px;
  color: #201c1a;
}
.item3 .row .text .con {
  padding-top: 30px;
}
.item3 .row .text .con > p {
  height: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  -webkit-line-clamp: 3;
}
.item3 .row .text .con .about_Time {
  padding-top: 28px;
}
.item3 .row .text .con .about_Time ul {
  justify-content: space-between;
}
.item3 .row .text .con .about_Time ul li p {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #2874c9;
}
.item3 .row .text .con .about_Time ul li p span {
  font-size: 36px;
  font-weight: 600;
}
.item3 .row .text .con .about_Time ul li > span {
  padding-top: 1px;
  font-size: 16px;
  color: #555;
}
.item3 .row .text .con .more {
  margin-top: 37px;
}
.item3 .row .images {
  position: relative;
}
.item3 .row .images:after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 140px;
  background-color: #2874c9;
}
.item3 .row .images img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .item3 .row .text {
    padding-left: 30px;
    padding-top: 20px;
  }
  .item3 .row .text .con {
    padding-top: 15px;
  }
  .item3 .row .text .con > p {
    line-height: 30px;
  }
  .item3 .row .text .con .about_Time {
    padding-top: 18px;
  }
  .item3 .row .text .con .about_Time ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .item3 .row .text .con .more {
    margin-top: 19px;
  }
}
@media (max-width: 992px) {
  .item3 {
    padding-top: 0;
  }
  .item3 .row .text {
    padding-left: 0;
  }
  .item3 .row .text .con .more {
    margin-top: 33px;
  }
  .item3 .row .images {
    margin-top: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .item3 {
    margin-top: 30px;
  }
  .item3 .row .text h2 {
    font-size: 20px;
  }
  .item3 .row .text .con > p {
    font-size: 14px;
  }
  .item3 .row .text .con .about_Time ul li p span {
    font-size: 30px;
  }
  .item3 .row .text .con .about_Time ul li > span {
    font-size: 12px;
  }
}
.item4 {
  margin-top: 80px;
}
.item4 .se_con {
  position: relative;
}
.item4 .se_con .btns {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  margin-left: -74px;
}
.item4 .se_con .btns a {
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: rgba(231, 238, 250, 0.8);
}
.item4 .se_con .btns a._prev {
  float: left;
  background-image: url("../images/home_52.png");
}
.item4 .se_con .btns a._prev:hover {
  background-image: url("../images/home_46.png");
}
.item4 .se_con .btns a._next {
  float: right;
  background-image: url("../images/home_50.png");
}
.item4 .se_con .btns a._next:hover {
  background-image: url("../images/home_48.png");
}
.item4 .se_con .con_list li {
  min-height: 400px;
}
.item4 .se_con .con_list li .text {
  position: relative;
  background: url("../images/item4_bg.jpg") no-repeat right top / cover;
}
.item4 .se_con .con_list li .text .con {
  padding-top: 102px;
  width: 448px;
  position: absolute;
  top: 0;
  right: 151px;
}
.item4 .se_con .con_list li .text .con .h_title {
  text-align: left;
}
.item4 .se_con .con_list li .text .con h4 {
  position: relative;
  margin-top: 68px;
  padding-bottom: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.item4 .se_con .con_list li .text .con h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.item4 .se_con .con_list li .text .con p {
  margin-top: 34px;
  font-size: 14px;
  -webkit-line-clamp: 3;
  color: #fff;
}
.item4 .se_con .con_list li .text .con .mores {
  margin-top: 40px;
  width: 150px;
  height: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 22px;
  border: solid 1px #fff;
  transition: all 0.3s;
}
.item4 .se_con .con_list li .text .con .mores:hover {
  background-color: #fff;
  color: #2874c9;
}
@media (max-width: 1600px) {
  .item4 .se_con .con_list li .text .con {
    padding-top: 80px;
  }
  .item4 .se_con .con_list li .text .con h4 {
    margin-top: 38px;
  }
}
@media (max-width: 1400px) {
  .item4 .se_con .con_list li .text .con {
    padding-top: 40px;
    right: 23%;
  }
  .item4 .se_con .con_list li .text .con h4 {
    margin-top: 38px;
  }
  .item4 .se_con .con_list li .text .con p {
    margin-top: 20px;
  }
  .item4 .se_con .con_list li .text .con .mores {
    margin-top: 27px;
  }
}
@media (max-width: 1200px) {
  .item4 .se_con .con_list li .text .con {
    right: 20%;
  }
}
@media (max-width: 1100px) {
  .item4 .se_con .con_list li .text .con {
    right: 10%;
  }
}
@media (max-width: 1024px) {
  .item4 .se_con .con_list li .text .con {
    right: 7%;
  }
}
@media (max-width: 1200px) {
  .item4 .se_con .con_list li .text {
    width: 100%;
  }
  .item4 .se_con .con_list li .images {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .item4 .se_con .con_list li .text .con {
    width: 96%;
    margin: 0 auto;
    position: initial;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item4 {
    margin-top: 40px;
  }
  .item4 .se_con .con_list li .text .con .mores {
    width: 115px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .item4 .se_con .con_list li .text .con h4 {
    margin-top: 25px;
    padding-bottom: 19px;
    font-size: 20px;
  }
  .item4 .se_con .btns {
    left: 60px;
  }
  .item4 .se_con .btns a {
    width: 60px;
    height: 60px;
  }
}
.item5 {
  margin-top: 70px;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .item5 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.item5 .h_title {
  justify-content: space-between;
  text-align: left;
}
.item5 .h_title .btns a {
  width: 140px;
  height: 42px;
  margin-left: 10px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  border-radius: 24px;
  background-color: #eee;
}
.item5 .h_title .btns a.active {
  position: relative;
  color: #fff;
  background-color: #2874c9;
}
.item5 .h_title .btns a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #2874c9;
}
@media (max-width: 992px) {
  .item5 .h_title .btns a {
    width: 93px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .item5 .h_title .btns a {
    width: 90px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}
.item5 .con_box {
  margin-top: 53px;
}
.item5 .con_box .items {
  justify-content: space-between;
  display: none;
}
.item5 .con_box .items.active {
  display: flex;
}
.item5 .con_box .images {
  width: 46.667%;
  overflow: hidden;
}
.item5 .con_box .images a {
  position: relative;
}
.item5 .con_box .images a p {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  padding: 6px 29px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.item5 .con_box .images a:hover p {
  bottom: 0;
}
.item5 .con_box .right_list {
  width: 53%;
  overflow: hidden;
}
.item5 .con_box .right_list ul li {
  padding: 23.5px 43px;
  margin-bottom: 4px;
  background-color: #f6f6f6;
}
.item5 .con_box .right_list ul li .tit {
  justify-content: space-between;
}
.item5 .con_box .right_list ul li .tit h4 {
  width: 75%;
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}
.item5 .con_box .right_list ul li .tit span {
  font-size: 14px;
  color: #999;
}
.item5 .con_box .right_list ul li .text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.item5 .con_box .right_list ul li:hover .tit h4 {
  color: #2874c9;
}
@media (max-width: 1024px) {
  .item5 .con_box .right_list ul li {
    padding: 13.5px 18px;
  }
  .item5 .con_box .right_list ul li .text {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .item5 .con_box .right_list ul li {
    padding: 9.5px 14px;
    margin-bottom: 4px;
  }
}
.item5 .more {
  margin: 49px auto;
}
@media (max-width: 767px) {
  .item5 .con_box .right_list ul li .tit h4 {
    font-size: 16px;
  }
  .item5 .h_title .btns {
    margin-top: 20px;
    width: 100%;
  }
  .item5 .con_box {
    margin-top: 30px;
  }
  .item5 .con_box .images {
    width: 100%;
  }
  .item5 .con_box .right_list {
    margin-top: 10px;
    width: 100%;
  }
  .item5 .more {
    margin: 20px auto;
  }
}
.newList {
  margin-top: 53px;
}
@media (max-width: 767px) {
  .newList {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=index.css.map */