.header:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 105, 138, .6)), to(rgba(43, 105, 138, 0)));
  background-image: -webkit-linear-gradient(top, rgba(43, 105, 138, .6), rgba(43, 105, 138, 0));
  background-image: -moz-linear-gradient(top, rgba(43, 105, 138, .6), rgba(43, 105, 138, 0));
  background-image: linear-gradient(180deg, rgba(43, 105, 138, .6), rgba(43, 105, 138, 0));
  z-index: -2;
  height: 100%;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

.section1 {
  position: relative;
  background-color: #a1cde5;
  padding-bottom: 1.2rem;
  padding-top: 1.7rem
}

@media (max-width:767px) {
  .section1 {
    padding-bottom: .6rem
  }
}

@media (max-width:991px) {
  .section1 {
    padding-top: 2rem
  }
}

@media (max-width:767px) {
  .section1 {
    padding-top: 1.4rem
  }
}

.section1 .cont {
  border-radius: .5rem;
  overflow: hidden;
  background-color: #dbf0fb;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}

@media (max-width:991px) {
  .section1 .cont {
    display: block
  }
}

.section1 .cont .left-text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: .58rem .6rem .0rem .6rem;
  width: 53.72%
}

@media (max-width:767px) {
  .section1 .cont .left-text {
    padding: .5rem
  }
}

@media (max-width:991px) {
  .section1 .cont .left-text {
    width: 100%;
    padding-bottom: 20px;
  }
}

.section1 .cont .left-text .tag {
  margin-bottom: .4rem
}

.section1 .cont .left-text .tag a,
.section1 .cont .left-text .tag span {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  color: #008cd6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: .18rem;
  padding: .1rem .3rem
}

@media (max-width:1024px) {

  .section1 .cont .left-text .tag a,
  .section1 .cont .left-text .tag span {
    font-size: .26rem
  }
}

@media (max-width:991px) {

  .section1 .cont .left-text .tag a,
  .section1 .cont .left-text .tag span {
    font-size: .36rem
  }
}

@media (max-width:767px) {

  .section1 .cont .left-text .tag a,
  .section1 .cont .left-text .tag span {
    font-size: .26rem
  }
}

.section1 .cont .left-text .tag a:hover,
.section1 .cont .left-text .tag span:hover {
  color: #163f57;
  background-color: #f1de54
}

.section1 .cont .left-text .title {
  font-size: .44rem;
  margin-bottom: .4rem;
  color: #082d43;
  font-weight: 600;
}

@media (max-width:1024px) {
  .section1 .cont .left-text .title {
    font-size: .6rem
  }
}

@media (max-width:991px) {
  .section1 .cont .left-text .title {
    font-size: .76rem
  }
}

@media (max-width:767px) {
  .section1 .cont .left-text .title {
    font-size: .5rem
  }
}

.section1 .cont .left-text .title2 {
  border-bottom: .01rem solid #6dbee8;
  font-size: .20rem;
  margin-bottom: .12rem;
  padding-bottom: 8px;
  color: #082d43;
}

@media (max-width:1024px) {
  .section1 .cont .left-text .title2 {
    border-bottom-width: 1px;
    font-size: .32rem
  }
}

@media (max-width:991px) {
  .section1 .cont .left-text .title2 {
    font-size: .42rem
  }
}

@media (max-width:767px) {
  .section1 .cont .left-text .title2 {
    font-size: .34rem
  }
}

.section1 .cont .left-text .desc {
  line-height: 1.9;
  overflow-x: hidden;
  overflow-y: auto;
  height: 2.8rem;
  margin-bottom: .25rem
}

.section1 .cont .left-text .desc .desc-t {
  font-size: 26px;
  margin-top: .22rem;
  color: #00b4f8;
}

.section1 .cont .left-text .desc .desc-p {
  font-size: 16px;
  color: #333;
}

@media (max-width:1024px) {
  .section1 .cont .left-text .desc {
    height: 3.8rem
  }
}

@media (max-width:991px) {
  .section1 .cont .left-text .desc {
    height: auto
  }
}

.section1 .cont .left-text .desc::-webkit-scrollbar {
  width: 4px
}

.section1 .cont .left-text .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  background: hsla(0, 0%, 74.1%, .6)
}

.section1 .cont .left-text .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0)
}

.section1 .cont .left-text .btn {
  text-align: left
}

@media (max-width:991px) {
  .section1 .cont .left-text .btn {
    text-align: right
  }
}

.section1 .cont .left-text .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none
}

.section1 .cont .left-text .bg-img img {
  z-index: -1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.section1 .cont .left-text .bg-img img.circle1 {
  opacity: .3;
  top: 0;
  right: 100%
}

.section1 .cont .left-text .bg-img img.circle2 {
  opacity: .3;
  top: 300%;
  right: 100%
}

.section1 .cont .right-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: .5rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.73%;
  padding: .3rem .5rem
}

@media (max-width:991px) {
  .section1 .cont .right-img {
    width: 100%
  }
}

.section1 .cont .right-img .mySwiper1 {
  overflow: hidden;
  height: 30.2vw;
  margin-bottom: .3rem
}

@media (max-width:1024px) {
  .section1 .cont .right-img .mySwiper1 {
    height: 37vw
  }
}

@media (max-width:991px) {
  .section1 .cont .right-img .mySwiper1 {
    height: 40vw
  }
}

@media (max-width:767px) {
  .section1 .cont .right-img .mySwiper1 {
    height: 60vw
  }
}

.section1 .cont .right-img .mySwiper1 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.section1 .cont .right-img .mySwiper1 .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.section1 .cont .right-img .mySwiper2 {
  overflow: hidden
}

.section1 .cont .right-img .mySwiper2 .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 1.0rem;
  height: .7rem;
  padding: .05rem;
}

@media (max-width:1024px) {
  .section1 .cont .right-img .mySwiper2 .swiper-slide {
    width: 1.8rem
  }
}

@media (max-width:991px) {
  .section1 .cont .right-img .mySwiper2 .swiper-slide {
    width: 1.5rem
  }
}

@media (max-width:1024px) {
  .section1 .cont .right-img .mySwiper2 .swiper-slide {
    height: 1rem
  }
}

@media (max-width:991px) {
  .section1 .cont .right-img .mySwiper2 .swiper-slide {
    height: 1.2rem
  }
}

.section1 .cont .right-img .mySwiper2 .swiper-slide>div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: .1rem;
  -webkit-transition: border-color .3s, background-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, background-color .3s, -webkit-box-shadow .3s;
  -moz-transition: border-color .3s, background-color .3s, box-shadow .3s;
  transition: border-color .3s, background-color .3s, box-shadow .3s;
  transition: border-color .3s, background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #bbbbbb
}

@media (max-width:1024px) {
  .section1 .cont .right-img .mySwiper2 .swiper-slide>div {
    border-width: 1px
  }
}

.section1 .cont .right-img .mySwiper2 .swiper-slide>div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%
}

.section1 .cont .right-img .mySwiper2 .swiper-slide.active>div {
  background-color: #fff;
  border-color: #008cd6;
  -webkit-box-shadow: 0 0 .1rem #dff2fb;
  box-shadow: 0 0 .1rem #dff2fb
}

.section1 .cont .intent-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: left 1s cubic-bezier(.19, 1, .22, 1), opacity .3s, visibility .3s;
  -moz-transition: left 1s cubic-bezier(.19, 1, .22, 1), opacity .3s, visibility .3s;
  transition: left 1s cubic-bezier(.19, 1, .22, 1), opacity .3s, visibility .3s;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  width: 46.73%;
  height: 100%;
  top: 0;
  left: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0)
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3;
  }
}

.section1 .cont .intent-fixed .intent-form {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8rem .6rem 0rem;
  border-radius: .3rem;
  background-color: #fff;
  width: 100%;
  height: 100%
}

@media (max-width:767px) {
  .section1 .cont .intent-fixed .intent-form {
    padding: .8rem .4rem .4rem
  }
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed .intent-form {
    width: 80%
  }
}

@media (max-width:767px) {
  .section1 .cont .intent-fixed .intent-form {
    width: 93%
  }
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed .intent-form {
    height: auto;
    padding-bottom: .8rem;
  }
}

.section1 .cont .intent-fixed .intent-form .close-btn {
  position: absolute;
  background-color: #f1de54;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  width: .48rem;
  height: .48rem;
  top: .26rem;
  right: .26rem
}

@media (max-width:1024px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    width: .7rem
  }
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    width: .9rem
  }
}

@media (max-width:767px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    width: .8rem
  }
}

@media (max-width:1024px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    height: .7rem
  }
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    height: .9rem
  }
}

@media (max-width:767px) {
  .section1 .cont .intent-fixed .intent-form .close-btn {
    height: .8rem
  }
}

.section1 .cont .intent-fixed .intent-form .close-btn .iconfont {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: .12rem
}

@media (max-width:1024px) {
  .section1 .cont .intent-fixed .intent-form .close-btn .iconfont {
    font-size: .2rem
  }
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed .intent-form .close-btn .iconfont {
    font-size: .3rem
  }
}

@media (max-width:767px) {
  .section1 .cont .intent-fixed .intent-form .close-btn .iconfont {
    font-size: .22rem
  }
}

.section1 .cont .intent-fixed .intent-form .close-btn:hover .iconfont {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.section1 .cont .intent-fixed.active {
  opacity: 1;
  visibility: visible;
  left: 53.72%
}

@media (max-width:991px) {
  .section1 .cont .intent-fixed.active {
    left: 0
  }
}

.section2 {
  padding-top: 1.2rem
}

@media (max-width:767px) {
  .section2 {
    padding-top: .8rem
  }
}

.section1 .cont {
  padding: 0;
}

.select:after {
  display: none;
}

.select input {
  cursor: text;
}

.intent-form form .form-item input {
  height: .44rem;
}

.intent-form form .form-item input,
.intent-form form .form-item textarea {
  border-radius: .1rem;
}

.intent-form form .form-item {
  margin-bottom: .28rem;
}

.intent-form form .form-item textarea {
  height: 1.36rem;
}

.intent-form form .form-item label,
.intent-form .intent-t .desc {
  font-size: 16px;
}

.intent-form .intent-t {
  margin-bottom: .4rem;
}

.intent-form .intent-t .title {
  font-weight: normal;
  font-size: 26px;
}

.intent-form form .form-item label {
  margin-bottom: 0.1rem;
}

.section3 {
  margin-top: .7rem;
}

.section1 {
  position: relative;
  z-index: 3;

}

.section3 .pro-list {
  margin-bottom: .1rem;
  margin-top: .5rem;
  position: relative;
  z-index: 1;
}

@media (max-width:1440px) {
  .section1 .cont .left-text .title {
    font-size: .38rem;
    margin-bottom: .3rem;
  }

  .section1 .cont .left-text .desc .desc-t {
    font-size: 22px;
    margin-top: .18rem;
  }

  .section1 .cont .left-text .desc .desc-p {
    font-size: 14px;
  }

  .intent-form .intent-t .title {
    font-size: 24px;
  }

  .intent-form form .form-item label,
  .intent-form .intent-t .desc {
    font-size: 14px;
  }

  .intent-form .intent-t {
    margin-bottom: .2rem;
  }

  .intent-form form .form-item {
    margin-bottom: .15rem;
  }
}

@media (max-width:991px) {

  .section1 .cont .left-text .desc .desc-t {
    font-size: 18px;
    margin-top: .12rem;
  }

  .intent-form form .form-item input {
    height: 36px;
  }

  .intent-form form .form-item textarea {
    height: 1.8rem;
  }

  .intent-form form .form-item {
    margin-bottom: .3rem;
  }
}

/*# sourceMappingURL=5ecb803e2dd24c416a4933708e6c84c3.css.map*/