/*========定义基础样式========*/
.banner .swiper-slide .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .pic i .i_1 {
  display: block;
}
.banner .swiper-slide .pic i .i_2 {
  display: none;
}
.banner .pos {
  position: absolute;
  right: 0%;
  bottom: 144px;
  width: 100%;
}
.banner .pos .w1400 {
  position: relative;
  height: 42px;
  line-height: 42px;
}
.banner .pos .swiper-pagination-fraction {
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: left;
  letter-spacing: -1px;
}
.banner .pos .swiper-pagination {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-family: Arial;
}
.banner .pos .swiper-pagination span {
  display: inline-block;
}
.banner .pos .swiper-pagination span.swiper-pagination-current,
.banner .pos .current {
  font-size: 32px;
  font-weight: bold;
}
.banner .pos .swiper-button-next,
.banner .pos .swiper-button-prev {
  margin: 0;
  top: 0;
  width: 42px;
  height: 42px;
}
.banner .pos .swiper-button-next {
  right: 0;
  background: url(../images/icon/i_37.png) right center no-repeat;
}
.banner .pos .swiper-button-next:hover {
  background: url(../images/icon/i_37s.png) right center no-repeat;
}
.banner .pos .swiper-button-prev {
  left: initial;
  right: 53px;
  background: url(../images/icon/i_36.png) right center no-repeat;
}
.banner .pos .swiper-button-prev:hover {
  background: url(../images/icon/i_36s.png) right center no-repeat;
}
@media (max-width: 1200px) {
  .banner .swiper-slide .pic {
    height: 8.45rem;
  }
  .banner .swiper-slide .pic i .i_2 {
    display: block;
  }
  .banner .swiper-slide .pic i .i_1 {
    display: none;
  }
  .banner .pos {
    bottom: 1.25rem;
  }
  .banner .pos .w1400 {
    height: 0.53rem;
    line-height: 0.53rem;
  }
  .banner .pos .swiper-pagination {
    font-size: 0.26rem;
  }
  .banner .pos .swiper-pagination span.swiper-pagination-current,
  .banner .pos .current {
    font-size: 0.4rem;
  }
  .banner .pos .swiper-button-next,
  .banner .pos .swiper-button-prev {
    width: 0.53rem;
    height: 0.52rem;
  }
  .banner .pos .swiper-button-next {
    background: url(../images/m/icon/i_37.png) right center no-repeat;
    background-size: 100% auto;
  }
  .banner .pos .swiper-button-next:hover {
    background: url(../images/m/icon/i_37s.png) right center no-repeat;
    background-size: 100% auto;
  }
  .banner .pos .swiper-button-prev {
    right: 0.65rem;
    background: url(../images/m/icon/i_36.png) right center no-repeat;
    background-size: 100% auto;
  }
  .banner .pos .swiper-button-prev:hover {
    background: url(../images/m/icon/i_36s.png) right center no-repeat;
    background-size: 100% auto;
  }
}
.ind01 {
  margin: -116px auto 52px;
  position: relative;
  z-index: 2;
  background: #f8fbff url(../images/i/i_2.png) right bottom no-repeat;
  background-size: 100% auto;
}
.ind01 .ind01_bor {
  width: calc(100% + 3px);
}
.ind01 .module {
  transition: all 0.5s;
  width: 21.6%;
  height: 205px;
}
.ind01 .module .bor {
  position: relative;
  padding: 30px ;
}
.ind01 .module .bor .top b {
  margin-bottom: 6px;
  font-size: 20px;
  color: #333;
}
.ind01 .module .bor .top p {
  margin-bottom: 70px;
  font-size: 14px;
  color: #cfcfcf;
}
.ind01 .module .bor .top .fr {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 33px;
}
.ind01 .module .bor .top img {
  max-width: 34px;
}
.ind01 .module .bor .b {
  transition: all 0.5s;
  opacity: 0;
  width: 21px;
  height: 13px;
  background: url(../images/icon/i_24.png) left center no-repeat;
}
.ind01 .module .bor .icon {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 116px;
}
.ind01 .module:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}
.ind01 .module.cur {
  width: calc(35.2% - 2px);
}
.ind01 .module.cur {
  background: url(../images/i/i_1.jpg) left top no-repeat;
  background-size: 100% 100%;
}
.ind01 .module.cur .top b,
.ind01 .module.cur .top p {
  color: #fff;
}
.ind01 .module.cur .top .fr {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .module.cur .b {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .module.cur .icon {
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .ind01 {
    margin: -0.93rem auto 0.23rem;
    background: none;
  }
  .ind01 .ind01_bor {
    width: calc(100% + 0px);
  }
  .ind01 .module {
    margin: 0 3% 0.2rem 0;
    width: 48.5%;
    height: 2.4rem;
  }
  .ind01 .module .bor {
    padding: 0.3rem 0.2rem 0;
  }
  .ind01 .module .bor .top b {
    margin-bottom: 6px;
    font-size: 0.3rem;
  }
  .ind01 .module .bor .top p {
    margin-bottom: 70px;
    font-size: 0.22rem;
  }
  .ind01 .module .bor .top .fr {
    display: none;
  }
  .ind01 .module .bor .b {
    display: none;
  }
  .ind01 .module .bor .icon {
    right: 0.3rem;
    top: initial;
    bottom: 0.32rem;
  }
  .ind01 .module .bor .icon img {
    width: 100%;
  }
  .ind01 .module:nth-child(1),
  .ind01 .module:nth-child(1).cur {
    background: #f3f7fc url(../images/m/i/i_1.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind01 .module:nth-child(1) .bor .icon,
  .ind01 .module:nth-child(1).cur .bor .icon {
    width: 0.53rem;
  }
  .ind01 .module:nth-child(2),
  .ind01 .module:nth-child(2).cur {
    margin-right: 0;
    background: #f3f7fc url(../images/m/i/i_2.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind01 .module:nth-child(2) .bor .icon,
  .ind01 .module:nth-child(2).cur .bor .icon {
    width: 0.76rem;
  }
  .ind01 .module:nth-child(3),
  .ind01 .module:nth-child(3).cur {
    background: #f3f7fc url(../images/m/i/i_3.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind01 .module:nth-child(3) .bor .icon,
  .ind01 .module:nth-child(3).cur .bor .icon {
    width: 0.57rem;
  }
  .ind01 .module:nth-child(4),
  .ind01 .module:nth-child(4).cur {
    margin-right: 0;
    background: #f3f7fc url(../images/m/i/i_4.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind01 .module:nth-child(4) .bor .icon,
  .ind01 .module:nth-child(4).cur .bor .icon {
    width: 0.56rem;
  }
  .ind01 .module.cur {
    width: 48.5% !important;
  }
  .ind01 .module.cur {
    background: url(../images/i/i_1.jpg) left top no-repeat;
    background-size: 100% 100%;
  }
  .ind01 .module.cur .top b {
    color: #333;
  }
  .ind01 .module.cur .top p {
    color: #cfcfcf;
  }
  .ind01 .module.cur .icon {
    opacity: 1;
  }
}
.ind02 .left {
  float: left;
  width: 63.57%;
  height: 369px;
  background: #fff;
}
.ind02 .left .tab_title {
  border-bottom: #efefef 1px solid;
}
.ind02 .left .tab_title .title a {
  position: relative;
  float: left;
  line-height: 69px;
  margin: 0 30px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.ind02 .left .tab_title .title a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background: #3e9fce;
  content: " ";
}
.ind02 .left .tab_title .title a.cur {
  color: #3e9fce;
}
.ind02 .left .tab_title .title a.cur::after {
  width: 100%;
}
.ind02 .left .tab_title .more {
  margin: 18px 28px 0 0;
}
.ind02 .left .tab_title .more a {
  display: none;
  transition: all 0.5s;
  width: 104px;
  height: 34px;
  background: #f1f5f8 url(../images/icon/i_26.png) center no-repeat;
  border-radius: 34px;
}
.ind02 .left .tab_title .more a:hover {
  background: #3e9fce url(../images/icon/i_26s.png) center no-repeat;
}
.ind02 .left .tab_title .more a.cur {
  display: block;
}
.ind02 .left .tab_next {
  padding: 46px 4.8% 52px;
}
.ind02 .left .tab_next .swiper-slide .text {
  width: 53.7%;
}
.ind02 .left .tab_next .swiper-slide .text .t {
  display: flex;
  color: #3e9fce;
}
.ind02 .left .tab_next .swiper-slide .text .t i {
  font-size: 38px;
  font-weight: bold;
}
.ind02 .left .tab_next .swiper-slide .text .t em {
  line-height: 3.5;
  font-size: 18px;
  font-weight: bold;
}
.ind02 .left .tab_next .swiper-slide .text b {
  margin: 0 0 12px;
  font-size: 20px;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind02 .left .tab_next .swiper-slide .text p {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.ind02 .left .tab_next .swiper-slide .text span {
  padding-right: 24px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/i_27.png) right center no-repeat;
}
.ind02 .left .tab_next .swiper-slide .pic {
  width: 43.25%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
.ind02 .left .tab_next .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind02 .left .tab_next .swiper-slide:hover .text b {
  color: #3e9fce;
}
.ind02 .left .tab_next .swiper-slide:hover .text span {
  color: #3e9fce;
  background: url(../images/icon/i_27s.png) right center no-repeat;
}
.ind02 .left .tab_next .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind02 .left .tab_next .pos {
  position: absolute;
  right: 46.3%;
  bottom: 0%;
  width: 70px;
  height: 16px;
  line-height: 16px;
}
.ind02 .left .tab_next .pos .swiper-pagination-fraction {
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
}
.ind02 .left .tab_next .pos .swiper-pagination {
  font-size: 14px;
  color: #cbcfd3;
  letter-spacing: 1px;
  font-family: Arial;
}
.ind02 .left .tab_next .pos .swiper-pagination span {
  display: inline-block;
}
.ind02 .left .tab_next .pos .swiper-pagination span.swiper-pagination-current,
.ind02 .left .tab_next .pos .current {
  color: #3e9fce;
}
.ind02 .left .tab_next .pos .swiper-button-next,
.ind02 .left .tab_next .pos .swiper-button-prev {
  margin: -4px 0 0 0;
  top: 50%;
  width: 4px;
  height: 8px;
}
.ind02 .left .tab_next .pos .swiper-button-next {
  right: 0;
  background: url(../images/icon/i_29.png) right center no-repeat;
}
.ind02 .left .tab_next .pos .swiper-button-next:hover {
  background: url(../images/icon/i_29s.png) right center no-repeat;
}
.ind02 .left .tab_next .pos .swiper-button-prev {
  left: 0;
  background: url(../images/icon/i_28.png) right center no-repeat;
}
.ind02 .left .tab_next .pos .swiper-button-prev:hover {
  background: url(../images/icon/i_28s.png) right center no-repeat;
}
.ind02 .right {
  position: relative;
  width: 35.14%;
  height: 369px;
}
.ind02 .right i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i_25.png) center no-repeat;
  background-size: auto 34%;
}
@media (max-width: 1200px) {
  .ind02 .left {
    width: 100%;
    height: auto;
  }
  .ind02 .left .tab_title .title a {
    line-height: 0.85rem;
    margin: 0 0.3rem;
    font-size: 0.32rem;
  }
  .ind02 .left .tab_title .title a::after {
    height: 0.03rem;
  }
  .ind02 .left .tab_title .title a.cur {
    font-weight: bold;
  }
  .ind02 .left .tab_title .more {
    display: none;
  }
  .ind02 .left .tab_next {
    padding: 0.4rem 0.3rem 0.5rem;
  }
  .ind02 .left .tab_next .swiper-slide .text {
    width: 100%;
  }
  .ind02 .left .tab_next .swiper-slide .text .t {
    margin-top: 0.3rem;
  }
  .ind02 .left .tab_next .swiper-slide .text .t i {
    font-size: 0.5rem;
  }
  .ind02 .left .tab_next .swiper-slide .text .t em {
    line-height: 3.5;
    font-size: 0.25rem;
  }
  .ind02 .left .tab_next .swiper-slide .text b {
    margin: 0 0 0.22rem;
    font-size: 0.3rem;
  }
  .ind02 .left .tab_next .swiper-slide .text p {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
  }
  .ind02 .left .tab_next .swiper-slide .text span {
    padding-right: 0.4rem;
    font-size: 0.26rem;
    background: url(../images/m/icon/i_27.png) right center no-repeat;
    background-size: 0.24rem auto;
  }
  .ind02 .left .tab_next .swiper-slide .pic {
    width: 100%;
    height: 3.4rem;
    border-radius: 0.06rem;
  }
  .ind02 .left .tab_next .swiper-slide:hover .text span {
    background: url(../images/icon/i_27s.png) right center no-repeat;
    background-size: 0.24rem auto;
  }
  .ind02 .left .tab_next .pos {
    right: 0%;
    bottom: 0%;
    width: 70px;
    height: 16px;
    line-height: 16px;
  }
  .ind02 .left .tab_next .pos .swiper-pagination-fraction {
    left: 0;
    bottom: 0%;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .ind02 .left .tab_next .pos .swiper-pagination {
    font-size: 14px;
    color: #cbcfd3;
    letter-spacing: 1px;
    font-family: Arial;
  }
  .ind02 .left .tab_next .pos .swiper-pagination span {
    display: inline-block;
  }
  .ind02 .left .tab_next .pos .swiper-pagination span.swiper-pagination-current,
  .ind02 .left .tab_next .pos .current {
    color: #3e9fce;
  }
  .ind02 .left .tab_next .pos .swiper-button-next,
  .ind02 .left .tab_next .pos .swiper-button-prev {
    margin: -4px 0 0 0;
    top: 50%;
    width: 4px;
    height: 8px;
  }
  .ind02 .left .tab_next .pos .swiper-button-next {
    right: 0;
    background: url(../images/icon/i_29.png) right center no-repeat;
  }
  .ind02 .left .tab_next .pos .swiper-button-next:hover {
    background: url(../images/icon/i_29s.png) right center no-repeat;
  }
  .ind02 .left .tab_next .pos .swiper-button-prev {
    left: 0;
    background: url(../images/icon/i_28.png) right center no-repeat;
  }
  .ind02 .left .tab_next .pos .swiper-button-prev:hover {
    background: url(../images/icon/i_28s.png) right center no-repeat;
  }
  .ind02 .right {
    margin-top: 0.53rem;
    width: 100%;
    height: 5rem;
  }
  .ind02 .right i {
    background: url(../images/icon/i_25.png) center no-repeat;
    background-size: 1.56rem auto;
  }
}
.ind03 {
  padding-top: 60px;
}
.ind03 .left {
  width: 30%;
}
.ind03 .left .top {
  margin: 0 15px 60px 0;
}
.ind03 .left .top b {
  font-size: 24px;
  color: #333;
}
.ind03 .left .top p {
  margin: 30px 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.ind03 .left .top span {
  float: left;
  padding-right: 24px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/i_27.png) right center no-repeat;
}
.ind03 .left .top:hover span {
  color: #3e9fce;
  background: url(../images/icon/i_27s.png) right center no-repeat;
}
.ind03 .left .right_box {
  display: none;
}
.ind03 .left .bottom {
  margin-bottom: 96px;
  background: #fff;
}
.ind03 .left .bottom .bor {
  padding: 10px 20px 30px;
}
.ind03 .left .bottom .bor b {
  padding: 22px 0;
  font-size: 22px;
  letter-spacing: 2px;
  color: #333;
  text-align: justify;
  border-bottom: #e3e3e3 1px solid;
}
.ind03 .left .bottom .bor .fl {
  margin: 30px 9.5% 0 0;
  width: 27%;
}
.ind03 .left .bottom .bor .fl i {
  font-size: 34px;
  color: #3e9fce;
  font-weight: bold;
}
.ind03 .left .bottom .bor .fl p {
  font-size: 14px;
  color: #999;
}
.ind03 .left .bottom .bor .fl:nth-child(3n) {
  margin-right: 0;
}
.ind03 .right {
  position: relative;
  width: 59%;
}
.ind03 .right p {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #666;
}
.ind03 .right img {
  width: 89.83%;
}
@media (max-width: 1200px) {
  .ind03 {
    padding-top: 0.74rem;
  }
  .ind03 .left {
    width: 100%;
  }
  .ind03 .left .top {
    margin: 0 0 0.6rem 0;
  }
  .ind03 .left .top b {
    font-size: 0.32rem;
  }
  .ind03 .left .top p {
    margin: 0.3rem 0 0.3rem;
    font-size: 0.28rem;
  }
  .ind03 .left .top span {
    padding-right: 0.4rem;
    font-size: 0.26rem;
    background: url(../images/m/icon/i_27.png) right center no-repeat;
    background-size: 0.24rem auto;
  }
  .ind03 .left .top:hover span {
    background: url(../images/m/icon/i_27s.png) right center no-repeat;
    background-size: 0.24rem auto;
  }
  .ind03 .left .right_box {
    display: block;
  }
  .ind03 .left .right_box img {
    width: 100%;
  }
  .ind03 .left .bottom {
    margin-bottom: 0.88rem;
  }
  .ind03 .left .bottom .bor {
    padding: 0.1rem 0.36rem 0.4rem;
  }
  .ind03 .left .bottom .bor b {
    padding: 0.22rem 0;
    font-size: 0.32rem;
  }
  .ind03 .left .bottom .bor .fl {
    margin: 0.3rem 9.5% 0 0;
    width: 27%;
  }
  .ind03 .left .bottom .bor .fl i {
    font-size: 0.6rem;
  }
  .ind03 .left .bottom .bor .fl p {
    font-size: 0.24rem;
  }
  .ind03 .right {
    display: none;
  }
}
