header {
    background: #eaf3f9;
}
.section_1{
    width:100%;
    height:660px;
    background: #eaf3f9;
    z-index: 11;
}
.sec_box{
    width: 1200px;
    margin:0 auto;
    text-align: left;
    position: relative;
}
.hahaha{
    color: #333333;
}
.section_1>div>div{
    display: inline-block;
    vertical-align: top;
}
.section_1>div>img{
    width: 722px;
    position: absolute;
    right: -113px;
    top: -65px;
}
.section_1>div>div>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    line-height: 25px;
    padding-top: 95px;
}
.section_1>div>div>p:nth-child(1)>span{
    font-size: 20px;
}
.section_1>div>div>h2{
    font-size: 55px;
    font-weight: 600;
    color: #0091FF;
    margin-top: 3px;
}
.section_1>div>div>div{
    display: inline-block;
    width: 578px;
    height: 168px;
    font-size: 20px;
    margin-top:57px;
    color: #666666;
    line-height: 40px;
}
.section_1>div>div>a{
    display: inline-block;
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(270deg, #00C4FF 0%, #0091FF 100%);
    border-radius: 8px 0px 0px 8px;
    margin-top:7px;
    letter-spacing: 8px;
}
.section_2{
    width:100%;
    height:500px;
    background: white;
}
.section_2>div>h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    padding:56px 0 20px 0;
}
.section_2>div>p{
    text-align: center;
    font-size:18px;
    font-weight: 400;
    color: #666666;
}
.section_2 ul{
    font-size:0;
    text-align:center;
}
.section_2 ul>li{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin:60px 50px 0;
}
.section_2 ul>li:nth-child(1)>div{
    background-position-x: 0;
}
.section_2 ul>li:nth-child(2)>div{
    background-position-x: -1px;
}
.section_2 ul>li:nth-child(3)>div{
    background-position-x: -1px;
}
.section_2 ul>li>div{
    display:inline-block;
    width:70px;
    height:70px;
    background: url('../img/index_img_09.png')no-repeat;
    overflow: hidden;
    transform: scale(0.8);
}
.section_2 ul>li:nth-child(2)>div{
    background-position-x: -70px;
}
.section_2 ul>li:nth-child(3)>div{
    background-position-x: -140px;
}
.section_2 ul>li>p{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-top: 50px;
}
.section_2 ul>li>span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    display: inline-block;
    margin-top: 19px;
}


.section_3{
    width:100%;
    background: #F7FBFF;;
    text-align:center;
}
.section_3>div>h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    padding:56px 0 14px 0;
}
.section_3>div>p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.section_3 ul{
    font-size:0;
}
.section_3 ul>li{
    display: inline-block;
    width: 200px;
    height: 240px;
    margin-top:58px;
    border: 1px solid #CCCCCC;
    padding:1px;
    border-left: 0;
    text-align:center;
    cursor: pointer;
    overflow: hidden;
}
.section_3 ul>li:nth-child(1){
    border-left: 1px solid #CCCCCC;
}

.section_3 ul>li>div:nth-child(1){
    width: 180px;
    margin:0 auto;
    line-height: 60px;
    font-size:18px;
    font-weight: 600;
    color: #333333;
    padding-bottom:2px;
    border-bottom: 1px solid #CCCCCC;
}
.section_3 ul>li>div:nth-child(2) p:nth-child(1){
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-weight: 600;
    margin-top: 45px;
    transition: all 0.2s;
}
.section_3 ul>li>div:nth-child(2) p:nth-child(1) span{
    font-size: 16px;
    color: #F7873B;
    line-height: 21px;
    font-weight: 600;
    position: relative;
    top:-15px;
}
.section_3 ul>li>div:nth-child(2) p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 7px;
    transition: all 0.2s;
}
.section_3 ul>li>div:nth-child(2) i{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../img/index_img_08.png)no-repeat;
    overflow: hidden;
    margin-top: 35px;
    transition: all 0.2s;
    transform: scale(0.9);
}
.section_3 ul>li:hover >div:nth-child(2) p:nth-child(1){
    transform: translateY(-22px);
    color:#0091FF;
}
.section_3 ul>li:hover >div:nth-child(2) p:nth-child(2){
    transform: translateY(-22px);
}
.section_3 ul>li:hover >div:nth-child(2) i{
    transform: translateY(-44px) scale(0.9);
}


.section_3 ul>li:nth-child(2) div:nth-child(2) i{
    background-position-x: -70px;
}
.section_3 ul>li:nth-child(3) div:nth-child(2) i{
    background-position-x: -140px;
}
.section_3 ul>li:nth-child(4) div:nth-child(2) i{
    background-position-x: -210px;
}
.section_3 ul>li:nth-child(5) div:nth-child(2) i{
    background-position-x: -280px;
}
.section_3 ul>li:nth-child(6) div:nth-child(2) i{
    background-position-x: -350px;
}
.section_3 ul>li:hover{
    border: 2px solid #0091FF;
    padding:0;
    
background: #F7FBFF;
}
.section_3 ul>li:hover div:nth-child(1){
    border-bottom: 2px solid #0091FF;
    padding:0;
}

.section_3>div>div{
    width: 900px;
    margin:70px auto 0;
}
.section_3>div>div>p{
    display: inline-block;
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}
.section_3>div>div>.input_box{
    display: inline-block;
    width: 360px;
    float: right;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    line-height: 37px;
    position: relative;
}
.section_3>div>div>.input_box i{
    opacity: 0.3;
    position: absolute;
    top:1px;
    left:20px;
    color: #000000;
    cursor: pointer;
}
.section_3>div>div>.input_box>input{
    width: 248px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    background:transparent;
    line-height: 20px;
    position: relative;
    top:-1px;
    left:40px;
}
.section_3 table{
    text-align:center;
    line-height: 50px;
    margin: 20px 0 0 0;
}
.section_3 table tr:nth-child(1){
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.section_3 table tr:not(:first-child) {
    background:white;
}

.section_3 table tr th{
    background: #F0F0F0;
    font-size: 14px;
    color: #666666;
}
.section_3 table tr td{
    width: 278px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section_4{
    width:100%;
    height:700px;
    background: white;
    text-align:center;
}
.section_4>div{
    position: relative;
}
.section_4>div>div{
    display: inline-block;
}
.section_4>div>div>p:nth-child(1){
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 52px;
    margin-top:138px;
}
.section_4>div>div>p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top:30px;
}

.section_4>div>div>div{
    display: inline-block;
    width:200px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    vertical-align: top;
}
.section_4>div>div>div p{
    margin-top:26px;
    
}
.section_4>div>div>div i{
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #0091FF;
    border-radius: 50%;
    position: relative;
    top:-3px;
    margin-right:10px;
}
.section_4>div>img{
    position: absolute;
    top: 45px;
    left: 530px;
}

.section_5{
    width:100%;
    background: #F7FBFF;
    text-align:center;
}
.section_5>div>h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    padding:56px 0 14px 0;
}
.section_5>div>p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}
.section_5 .swiper1{
    width: 1200px;
    margin-top: 46px;
    position: relative;
    
}
.section_5 .swiper1 .gallery-top{
    width: 874px;
    height: 357px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}
.section_5 .swiper1 .gallery-thumbs{
    width:700px;
    margin-top:54px;
    position: relative;
    left:-15px;
}
.section_5 .swiper1 .gallery-thumbs .swiper-slide{
    opacity: 1;
    cursor: pointer;
    width: 153px;
    height: 23px;
    position: relative;
}
.section_5 .swiper1 .gallery-thumbs .swiper-slide img{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.section_5 .swiper1 .gallery-thumbs .swiper-slide img:nth-child(1){
    opacity: 0;
}
.swiper-slide-thumb-active>img:nth-child(1){
    opacity: 1!important;
}
.swiper-slide-thumb-active>img:nth-child(2){
    opacity: 0!important;
}

.section_5 .swiper1 .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
}
.section_5 .swiper1 .swiper-button-prev{
    font-size:23px;
    color:#0091ff;
    transform: rotate(180deg);
    outline: 0;
    left: 21px;
    top: 169px;
    opacity: .4;
}
.section_5 .gallery-top .swiper-slide{
    text-align:center;
    background:white;
    position: relative;
}
.section_5 .gallery-top .swiper-slide>div{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    position: absolute;
    width: 600px;
    top:120px;
    left:50%;
    transform:translate(-50%,0);
}
.section_5 .gallery-top .swiper-slide>.name{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #333333;
    border-top: 2px solid #8EB605;;
    line-height: 16px;
    margin:26px 0 11px 0;
    padding-top: 30px;
    position: absolute;
    top:200px;
    left:50%;
    transform:translate(-50%,0);
}
.section_5 .gallery-top .swiper-slide>.position{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    position: absolute;
    top:290px;
    left:50%;
    transform:translate(-50%,0);
}

.section_5 .swiper1 .swiper-button-prev::before{
    position: absolute;
    left:50%;top:50%;
    font-weight: bold;
    transform:translate(-50%,-50%);
}
.section_5 .swiper1 .swiper-button-next::before{
    position: absolute;
    left:50%;top:50%;
    font-weight: bold;
    transform:translate(-50%,-50%);
}
.section_5 .swiper1 .swiper-button-next{
    font-size: 23px;
    color:#0091ff;
    transform: rotate(0deg);
    outline: 0;
    right: 21px;
    top: 169px;
    opacity: .4;
}
.section_5 .swiper1 .swiper-button-next:hover,
.section_5 .swiper1 .swiper-button-prev:hover{
    opacity: 1;
}
.prev_box{
    width: 50px;
    height: 50px;
    position: absolute;
    top:144px;left:10px;
    background: #FFFFFF;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
}
.next_box{
    width: 50px;
    height: 50px;
    position: absolute;
    top:144px;right:10px;
    border-radius: 50%;
    outline: 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
}

.section_6{
    width:100%;
    height:500px;
    background: url('../img/index_img_45.png');
    text-align:center;
}
.section_6>div>h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    padding:56px 0 14px 0;
}
.section_6 ul{
    margin-top: 50px;
    text-align:center;
    position: relative;
    z-index: 2;
}
.section_6 ul>li{
    display: inline-block;
    margin:0 85px;
}
.section_6 ul>li:nth-child(1){
    margin-left: 0;
}
.section_6 ul>li:nth-child(4){
    margin-right: 0;
}
.section_6 ul>li:hover>div>div{
    background: #26a1ff;
    border: 1px solid#26a1ff;
    color: white;
}
.section_6 ul>li:hover>div{
    border: 1px solid#26a1ff;

}
.section_6 ul>li:hover>a{
    background:#26a1ff;;
    border: 1px solid#26a1ff;;
    color: white;
}

.section_6 ul>li div{
    display:inline-block;
    width: 80px;
    height: 80px;
    background: white;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    position: relative;
}
.section_6 ul>li div>div{
    display:inline-block;
    width:54px;
    height:54px;
    background: #E6E6E6;
    border-radius: 50%;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    font-size:24px;
    line-height: 54px;
}
.section_6 ul>li div>div img{
    position: relative;
    top:-2px;
}
.section_6 ul>li p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 50px;
}
.section_6 ul>li a{
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #333333;
    line-height:40px;
    margin-top: 50px;
    font-size:14px;
}
.section_6>div>p{
    height:1px;
    background:transparent;
    border-bottom: 1px dashed #999999;
    width: 1200px;
    position: absolute;
    left:0;
    top:209px;
    
}
/* 个性化 */
.input_blue{
    border:1px solid #0091ff!important;
}
.ani_right{
    animation: qa 0.2s forwards linear alternate;
}
@keyframes qa {
0% {
   left:20px;
   opacity: 0.5;
   }
100% { 
    left:324px;
    opacity: 1;
   }
}

.swiper-pagination{
    position: relative;
    margin-top:40px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    margin:0 7px 100px 0;
    background: transparent;
    border: 1px solid #B3B3B3;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0091FF;
    border: 1px solid #B3B3B3;
}