header{
    background:#ffffff;
  }
  .sec_box{
    width: 1200px;
    margin:0 auto;
    text-align: left;
    position: relative;
}
.sec_box_2{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    position: relative;
}
.section_1{
    height: 910px;
}
.section_1 .sec_box>div{
    display: inline-block;
    vertical-align: top;
}
.section_1 .sec_box>div>p{
    font-size: 18px;
    font-weight: 600;
    color: #0091FF;
    line-height: 25px;
    margin-top:80px;
}
.section_1 .sec_box>div>h2{
    font-size: 50px;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
    margin:40px 0 30px 0;
}
.section_1 .sec_box>div>div{
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    line-height: 40px;
}
.section_1 .sec_box>div>a{
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    display: inline-block;
    background: #0091FF;
    border-radius: 8px 0px 0px 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #FFFFFF;
    margin-top: 40px;
}
.section_1 .sec_box>img{
    vertical-align: top;
    margin-left: 87px;
}
.section_1 .sec_box_2{
    margin-top: 98px;
    height: 213px;
    border-top:1px solid #C0C7CC;
    border-bottom:1px solid #C0C7CC;
    position: relative;
}
.section_1 .sec_box_2 p{
    width: 260px;
    height: 40px;
    display: inline-block;
    background:white;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    position: absolute;
    position: absolute;
    left:50%;
    top:-21px;
    transform:translate(-50%,0);
    
}
.section_1 .sec_box_2 img{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    
}

.section_2{
    height: 500px;
    background: #F8FCFF;
}
.section_2 .sec_box{
    text-align:center;
}
.section_2 .sec_box>img{
    margin: 57px 0 25px 0;
}
.section_2 .sec_box>p{
    font-size: 34px;
    font-weight: 600;
    color: #333333;
    line-height: 34px;
}
.section_2 .sec_box>div{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin: 83px 75px 0;
}
.section_2 .sec_box>div>p{
    margin-top: 40px;
}
.section_3{
    height: 700px;
}
.section_3 .sec_box{
    text-align:center;
}
.section_3 .sec_box>p{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding:60px 0 70px 0;
}
.section_3 .sec_box>div{
    font-size:0;
}
.section_3 .sec_box>div>div{
    width: 590px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 2px solid #E6E6E6;
    display: inline-block;
    margin-right:20px;
    margin-bottom: 20px;
    vertical-align: top;
    text-align:left;
    transition: all 0.3s;
}
.section_3 .sec_box>div>div:nth-child(2),
.section_3 .sec_box>div>div:nth-child(4){
    margin-right: 0;
}
.section_3 .sec_box>div>div>img{
    margin:63px 45px;
}
.section_3 .sec_box>div>div>div{
    width: 330px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.section_3 .sec_box>div>div>div>p:nth-child(1){
    margin:57px 0 18px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    transition: all 0.4s;
}
.section_3 .sec_box>div>div>div>p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    transition: all 0.4s;
}
.section_3 .sec_box>div>div>div>a{
    font-size: 18px;
    font-weight: 600;
    color: #0091FF;
    line-height: 27px;
    vertical-align: top;
    position: absolute;
    top:157px;left:0;
    opacity:0 ;
    transition: all 0.4s;
}
.section_3 .sec_box>div>div>div>a img{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top:6px;
}

.section_3 .sec_box>div>div:hover{
    cursor: pointer;
    box-shadow: 0 4px 12px #c5c5c5;
}
.section_3 .sec_box>div>div:hover p:nth-child(1){
    transform: translate(0,-25px);
}
.section_3 .sec_box>div>div:hover p:nth-child(2){
    transform: translate(0,-25px);
}
.section_3 .sec_box>div>div:hover a{
    opacity: 1;
}

.section_4{
    height: 700px;
    background: #F8FCFF;
}
.section_4 .sec_box{
    text-align:center;
}
.section_4 .sec_box>h2{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding:60px 0 20px;
}
.section_4 .sec_box>p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.section_4 .sec_box>a{
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin:35px 0 10px 0;
    display: inline-block;
}
.hc_box{
    display: inline-block;
    width: 570px;
    vertical-align: top;
    margin-top:96px;
}
.hc_box>div{
    height: 80px;
    width: 570px;
    text-align:left;
    display: inline-block;
    margin:8px 0;
    padding:4px 0 0 20px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}
.hc_box>div>div{
    width: 480px;
    display: inline-block;
    position: absolute;
    left:50%;
    top:84px;
    transform:translate(-50%,0%);
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;

}
.hc_box>div p i{
    display: inline-block;
    transition: all 0.2s;
}
.hc_box>.active {
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0 7px 12px #e9e9e9;
}
.hc_box>.active2{
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0 7px 12px #e9e9e9;
    height:150px;
}
.hc_box>.active2 p{
    color: #333333;
}
.hc_box>.active2 p i{
    transform: rotate(180deg);
    color:#0091FF;
}
.hc_box>div>p{
    font-size: 18px;
    font-weight: 600;
    color: #0091FF;
    line-height: 18px;
    margin:10px 0;
}
.hc_box>div>p i{
    margin-right: 12px;
}
.hc_box>div>span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    display: inline-block;
    padding-left: 26px;
}
.section_4 .sec_box>img{
    margin-left: 40px;
}

.section_5{
    height: 700px;
    background: #ffffff;
}
.section_5 .sec_box{
    text-align:center;
}
.section_5 .sec_box>h2{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding:60px 0 20px;
}
.section_5 .sec_box>p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height:18px;
}
.section_5 .sec_box>a{
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin:35px 0 10px 0;
    display: inline-block;
}
.section_5 .sec_box>img{
    float: left;
    margin-top: 17px;
}
.section_5 .sec_box>div{
    float: left;
}
.section_5 .hc_box{
    margin-left: 122px;
    margin-top: 85px;
}


.section_6{
    height: 700px;
    background: #F8FCFF;
}
.section_6 .sec_box{
    text-align:center;
}
.section_6 .sec_box>h2{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    padding:60px 0 14px;
}
.section_6 .sec_box>p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.section_6 .sec_box>a{
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin:23px 0 17px 0;
    display: inline-block;
}
.section_6 .sec_box>img{
   margin-left: 120px;
}
.cu6{
    margin-top: 73px!important;
}
.section_7{
    height: 400px;
    background: #ffffff;
}
.section_7>div{
    text-align:center;
}
.section_7>div>h2{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding-top: 60px;
}
.section_7>div>p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin: 20px 0 71px 0;
}
.section_7>div>a{
    width: 160px;
    height: 50px;
    background: #0091FF;
    border-radius: 25px;
    vertical-align: top;
}
.section_7>div>.contact{
    width: 160px;
    height: 50px;
    background: #0091FF;
    border-radius: 25px;
    display: inline-block;
    text-align:center;
    line-height: 48px;
    color:white;
}
.section_7>div>.find{
    width: 160px;
    height: 50px;
    background:transparent;
    border-radius: 25px;
    border: 1px solid #0091FF;
    display: inline-block;
    text-align:center;
    line-height: 48px;
    margin:0  10px;
    color:#0091FF
}



