@charset "utf-8";
body{
    background: #f7f7f7;
}
.block1,.block2,.block3,.block4,.block5,.block6,.block7{
  min-width: 1200px;
  margin:0 auto;
}
.container{
    width: 1200px;
    /* padding: 0 250px; */
    margin:0 auto;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #001B66;
    box-shadow: 0px 5px 8px 0px rgba(159,159,159,0.07);
}
.header .menu li{
    display: inline-block;
    margin:0 25px;
    /* color: #515151; */
    color: white;
    cursor: pointer;
    font-size: 18px;
}
.header .menu li:last-child{
    margin-left: 10px;
    margin-right: 10px;
}
.header .menu li.hover{
    color:#4E7DFE;
}
.header .menu li button{
    padding: 5px 18px 5px;
    background: #FEBE42;
    color:#fff;
    border-radius: 15px;
    outline: none;
    border:none;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.banner{
    margin-top: 70px;
    /* height: 680px; */
    height: 770px;
    background: url(../hengyun/images/act11/banner.png) center;
    padding-top: 6px;
}
.banner h1{
    color:white;
    /* color:#ffd461; */
    font-size: 54px;
    line-height: 81px;
    margin:184px 0 40px;
    font-weight: 700;
}
.banner .container .left{
    width: 465px;
    margin-right: 15px;
}
.banner li{
    /* font-size: 22px; */
    display: flex;
    align-items: center;
    font-size: 18px;
    color:#fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.banner li img{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
/* .banner li:before{
    content:'·';
    font-size: 60px;
    color:#ffd461;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    vertical-align: text-top;
    background: url(../images/point.png);
} */
.banner ul + p{
    margin: 23px 0 0 2px;
    color: #2656b2;
    font-size: 22px;
    background: #fff;
    border-radius: 24px;
    line-height: 48px;
    padding-left: 10px;
    font-weight: 700;
}
/* .banner img{
    margin:20px 0 10px;
} */
.banner img + p{
    /* background: url(../images/act11/chatbox.png); */
    width: 152px;
    height: 49px;
    line-height: 50px;
    color:#ffd461;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
section h3{
    color:#333;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    height: 70px;
    text-align: center;
}
section h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 6px;
    background: #FAB349;
    border-radius: 5px;
}
section .chatBtn{
    display: block;
    margin: 0 auto;
    color:#fff;
    min-width: 200px;
    padding:0 30px;
    font-size: 24px;
    line-height: 55px;
    border:none;
    outline: none;
    box-shadow: 0px 5px 8px 0px rgba(159,159,159,0.3);
    background-image: linear-gradient(94deg, #f6a71e, #f5c84b);
    border-radius: 28px;
    cursor: pointer;
}
.bg1{
    background: url(../hengyun/images/act11/bg.jpg) center bottom;
}
.block1 {
    padding: 90px 0 0;
    /* height: 654px; */
}
.block1 ul{
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.block1 ul li{
    /* width: 220px; */
    width: 335px;
    height: 380px;
    text-align: left;
    /* background-color: white; */
    margin: 0 10px;
    border-radius: 4px;
    background: url(../images/block_bg.png) center bottom;
}

.block1 ul li .img{
    /* width: 60px;
    height: 60px; */
    margin-top: 40px;
    margin-left: 40px;
    width: 80px;
    height: 80px;
    /* border-radius: 100%; */
    /* border: 10px solid #efefef; */
    padding:10px;
    /* margin: 0 auto; */
}
.block1 ul li h4{
  margin-top: 65px;
  font-size: 24px;
  font-weight: 600;
  margin-left: 40px;
}
.block1 ul li .img img{
  width: 80px;
  height: 80px;
}
/* .block1 ul li .img:hover{
    border-color: #9ac5f7;
} */
.block1 ul li p{
  margin-left: 40px;
  padding-right: 75px;
  width: 225px;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  line-height:24px;
    /* text-align: left; */
}
.block2{
    padding:110px 0 0;
    /* margin:0 250px; */
}
.block2 .tab{
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    /* border-bottom: 1px solid #ddd; */
    margin-top: 40px;
    background: linear-gradient(90deg,#3269ff 0%, #329dff 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}
.block2 .tab li{
    position: relative;
    width: 150px;
    padding:0 15px;
    font-size: 14px;
    /* line-height: 24px; */
    height: 46px;
    line-height: 46px;
    color:white;
    /* padding: 50px 0 25px; */
    background: url(../hengyun/images/act11/licon1.png) center top no-repeat;
    background-size: 34px;
    text-align: center;
    /* cursor: pointer; */
    display: flex;
    justify-content: center;
    border-radius: 8px;
}
.block2 .tab li > .span{
  width: 150px;
  cursor: pointer;
  font-size: 16px;
  /* font-weight: bold; */
}
/* .block2 .tab li.active.icon1{
    background-image: url(../images/act11/licon1_hover.png);
}
.block2 .tab li.icon2{
    background-image: url(../images/act11/licon2.png);
}
.block2 .tab li.active.icon2{
    background-image: url(../images/act11/licon2_hover.png);
}
.block2 .tab li.icon3{
    background-image: url(../images/act11/licon3.png);
}
.block2 .tab li.active.icon3{
    background-image: url(../images/act11/licon3_hover.png);
}
.block2 .tab li.icon4{
    background-image: url(../images/act11/licon4.png);
}
.block2 .tab li.active.icon4{
    background-image: url(../images/act11/licon4_hover.png);
}
.block2 .tab li.icon5{
    background-image: url(../images/act11/licon5.png);
}
.block2 .tab li.active.icon5{
    background-image: url(../images/act11/licon5_hover.png);
}
.block2 .tab li.icon6{
    background-image: url(../images/act11/licon6.png);
}
.block2 .tab li.active.icon6{
    background-image: url(../images/act11/licon6_hover.png);
} */
.block2 .tab li.active{
    /* color:#3269FF;
    border-bottom:4px solid #3269FF;
    border-radius: 4px; */
    font-size: 14px;
    color:#035BEC;
    /* background-color: white; */
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: url(../images/tabbg.png) ;

    /* border-radius: 8px; */
}
/* .block2 .tab li.active::before{
  position: absolute;
  width: 8px;
  height: 8px;
  bottom:0;
  left: -8px;
  content: "";
  background-color: white;
  z-index: 2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
} */
.block2 .content{
    display: none;
    justify-content:space-between;
    margin: 0 0 90px 0;
    padding:40px;
    background-color: white;
    border-radius: 8px;
}
.block2 .content img{
    width: 625px;
    height: 350px;
    margin-right: 80px;
}
.block2 .content h4{
    /* font-size: 22px; */
    margin-top: 40px;
    font-size: 28px;
    line-height: 39px;
    color:black;
    position: relative;
    /* padding-bottom: 24px; */
}
/* .block2 .content h4:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 3px;
    width: 100px;
    height: 4px;
    background: #f5c84b;
} */
.block2 .content div{
    flex:1;
    /* margin-top: 5px; */
}
.block2 .content div p{
    font-size: 16px;
    color:#999999;
    margin-top: 18px;
    line-height: 20px;
}
.block2 .content div .trybtn{
    line-height: 42px;
    color:#4e74c4;
    border: 2px solid #4e74c4;
    padding: 0 20px;
    border-radius: 23px;
    background: none;
    display: block;
    margin: 40px 0 0 100px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.block3{
    padding: 50px 0;
    padding-bottom: 100px;
    background: url(../hengyun/images/act11/bg2.jpg) center;
}
.block3 h3{
    color:#fff;
}
.block3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
}
.block3 ul li{
    width: 360px;
    height: 250px;
    /* padding: 40px 45px 25px 35px; */
    margin:10px 12px;
    padding: 0;
    /* min-height: 170px; */
    /* background: #fff; */
    border-radius: 8px;
    background: url(../images/barbgun.png) center;
}
.block3 ul li .titlebar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 36px;
    /* background-color: #FAFBFB; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor:default;
    /* background: #f8f8f8; */
}
.block3 ul li .titlebar img{
    width: 80px;
    height: 80px;
    /* margin: 5px; */
}
.block3 ul li h4{
    color:#333333;
    font-size: 24px;
    font-weight: 500;
    /* line-height: 24px; */
    color:#333;
    /* margin:10px 0 15px; */
}
.block3 ul li p{
    font-size: 14px;
    line-height: 30px;
    color:#666666;
    padding:20px 38px;
    cursor:initial;
}
/* .block3 ul li:hover{
    background: #f6b32f;
}
.block3 ul li:hover h4,.block3 ul li:hover p{
    color:#fff
} */
.block3 ul li:hover .img{
    background: #fff;
}
.block3 ul li:hover{
  background: url(../images/barbg.png) center;
}
.block3 ul li:hover h4{
  color:white;
}
.block3 ul li:hover p{
  color:white;
}
.block4{
    padding:90px 0;
}
.block4 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.block4 ul li{
    /* width: 385px;
    height: 500px; */
    /* width: 450px;
    height: 415px; */
    width: 320px;
    height: 294px;
    margin:0 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* .block4 ul li > span{
    display: block;
    font-size: 80px;
    line-height: 84px;
    color: #fff;
    margin: 150px 0 0 40px;
    position: relative;
    z-index: 2;
} */
.block4 ul li div{
    /* width: 295px;
    height: 300px;
    position: relative;
    margin-top: -25px;
    z-index: 1;
    overflow: hidden;
    padding: 0 45px; */
    color:white;
    /* font-size: 20px; */
    text-align: center;
}
.block4 ul li .block4-tips{
  font-size: 150px;
  font-weight: 500;
  height: 150px;
  line-height: 150px;
  margin-top: 70px;
  -webkit-text-fill-color:transparent;   
  -webkit-text-stroke:1px white;  
}
.block4 ul li .block4-title{
  /* margin-top: 40px; */
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;

}
.block4-text{
  margin-top: 10px;
  font-size: 18px;
}
/* .block4 ul li div::before
{
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index:-1;
    width:105%;
    height:100px;
    background-color:#fff;
    transform:rotate(5deg);
    transform-origin:left top;
    border-radius:0px;
}
.block4 ul li div::after{
    content:"";
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 265px;
    background: #fff;
    z-index: -1;
}
.block4 ul li:hover div::before,.block4 ul li:hover div::after{
    background: #4273d7;
} */
.block4 ul li div h4{
    margin-top: 60px;
    font-size: 30px;
    position: relative;
    line-height: 36px;
    height: 50px;
    margin-bottom: 20px;
}
.block4 ul li:hover div h4{
    color:#fff;
}
.block4 ul li div h4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 4px;
    background: #ffd461;
}
.block4 ul li div p{
    font-size: 16px;
    line-height: 20px;
    color:#515151;
    margin-bottom: 10px;
}
.block4 ul li:hover div p{
    color:#fff;
}
.block5{
    background: url(../hengyun/images/act11/bg3.jpg) no-repeat;
    height: 590px;
    padding:50px 0 10px;
}
.block5 h3{
    color:#fff;
    margin-bottom: 55px;
}
.block5 .block-example{
  display: flex;
  justify-content: center;
}
.block5 .block-example > img{
  width: 678px;
  height: 344px;
}
.block5 .block-example-right{
  padding: 115px 80px;
  background-color: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;

}
.example-bar{
  display: flex;
}
.block5 h4{
    margin-left: 15px;
    color:black;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    /* margin-bottom: 55px; */
}
.block5 p{
    color:#666666;
    font-size: 16px;
    margin-top: 24px;
    width: 455px;
}
.block5 .swiper-slide{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px 0 55px;
}
.block5 .swiper-slide:before{
    content: '';
    position: absolute;
    left: 120px;
    top: 0;
    background: url(../hengyun/images/act11/mark1.png);
    width: 58px;
    height: 47px;
}
.block5 .swiper-slide:after{
    content: '';
    position: absolute;
    right: 120px;
    bottom: 100px;
    background: url(../hengyun/images/act11/mark2.png);
    width: 58px;
    height: 47px;
}
.block5 .swiper-slide > div:first-child{
    width: 350px;
    height: 385px;
}
.block5 .swiper-slide .pic1{
    background: url(../hengyun/images/act11/cimg1.jpg) no-repeat;
}
.block5 .swiper-slide .pic2{
    background: url(../hengyun/images/act11/cimg2.jpg) no-repeat;
}
.block5 .swiper-slide .pic3{
    background: url(../hengyun/images/act11/cimg3.jpg) no-repeat;
}
.block5 .swiper-slide .pic4{
    background: url(../hengyun/images/act11/cimg4.jpg) no-repeat;
}
.block5 .swiper-slide > div:first-child h4{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 24px;
    height: 44px;
    margin: 50px 0 30px;
}
.block5 .swiper-slide > div:first-child h4:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background: #f5c84b;
}
.block5 .swiper-slide > div:first-child p{
    margin: 0 35px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.block5 .swiper-slide .content{
    width: 580px;
    height: 340px;
    background: #fff;
    margin-top: 20px;
}
.block5 .swiper-slide .content > div{
    margin-left: 40px;
    padding-left: 35px;
}
.block5 .swiper-slide .content > div p{
    color:#333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.block5 .swiper-slide .content > div span{
    color: #515151;
    line-height: 24px;
}
.block5 .swiper-slide .content .micon1{
    background: url(../hengyun/images/act11/micon1.png) no-repeat top left;
    background-size:22px auto;
    margin: 40px 0 25px 40px;
}
.block5 .swiper-slide .content .micon2{
    background: url(../hengyun/images/act11/micon2.png) no-repeat top left;
    background-size:22px auto;
    margin-bottom: 25px;
}
.block5 .swiper-slide .content .micon3{
    background: url(../hengyun/images/act11/micon3.png) no-repeat top left;
    background-size:26px auto;
    background-position-x: -2px;
}
.block5 .swiper-container-horizontal>.swiper-pagination-bullet{
    bottom: 0;
}
.block5 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #b7c8ee;
}
.block5 .swiper-pagination-bullet-active{
    background: #fff;
    width: 30px;
    border-radius: 10px;
}
.block5 .swiper-button-next{
    background: url(../hengyun/images/act11/arrowR.png) center;
    width: 30px;
    height: 56px;
    background-size: cover;
    opacity: .42;
}
.block5 .swiper-button-prev{
    background: url(../hengyun/images/act11/arrowL.png) center;
    width: 30px;
    height: 56px;
    background-size: cover;
    opacity: .42;
}
.block5 .swiper-button-next:hover,.block5 .swiper-button-prev:hover{
    opacity: 1;
}
.block6{
    padding: 100px 0;
    text-align: center;
}
.block6 img{
    width: 1000px;
    margin-top: 40px;
}
.block7{
    padding: 40px 0;
    text-align: center;
    background: #4273d7;
}
.block7 h3{
    color:#fff;
    font-weight: 700;
}
.block7 h3:after{
    display: none;
}
.block7 .chatBtn{
    margin-top: 25px;
    line-height: 45px;
}
footer{
    width: 100%;
    height: 40px;
    background: #383d48;
    text-align: center;
    line-height: 40px;
    color:#fff;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #434444;
    opacity: .3;
    z-index: 10;
    display: none;
}
.dialog1{
    width: 371px;
    height: 621px;
    background: url(../hengyun/images/act11/dialog1.png) center;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -310px 0 0 -185px;
    z-index: 11;
    display: none;
}
.dialog1 img{
    width: 185px;
    height: 185px;
    margin-top: 251px;
}
.dialog1 .close{
    position: absolute;
    bottom: 0;
    left: 170px;
    opacity: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.dialog2{
    width: 365px;
    height: 621px;
    background: url(../hengyun/images/act11/dialog2.png) center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -310px 0 0 -182px;
    z-index: 11;
    display: none;
}
.dialog2 .close{
    position: absolute;
    bottom: 0;
    left: 168px;
    opacity: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1200px){
  .block1 ul{
      display: flex;
      justify-content: center;
      margin: 0 0;
  }
  .block1 ul li{
    /* width: 220px; */
    width: 270px;
    height: 272px;
  }
  .block3 ul li{
    width: 288px;
    height: 200px;
  }
  .block5 .block-example > img{
    width: 524px;
    height: 275px;
  }
  .block5 .block-example-right{
    padding:60px;
  }
}
.block-logo{
  display: flex;
  align-items: center;
}
.logoimg{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}