*{
    user-select:none;
    -webkit-user-select:none;
}
/*part3*/
.part3_cont > img{
    margin-bottom: 2rem;
}

/*part4*/
.part4_ul{
    margin: 0 -0.2rem 2rem;
}
.part4_ul li{
    float: left;
    width:33.33%;
    padding: 0 0.2rem;
}
.part4_ul li > div{
    padding-bottom: 0.4rem;
}
.part4_head{
    background: #4c97ce;
    position: relative;
    height: 3.0rem;
    line-height: 3.0rem;
    font-weight: bold;
    font-size: 1.4rem;
}
.part4_head:before{
    content: '';
    display: block;
    clear: both;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top:-0.5rem;
    left: 50%;
    margin-left: -0.5rem;
    transform: rotate(45deg);
    background: #4c97ce;
}
.part4_head li{
    float: left;
    width:25%;
    text-align: center;
    color: #fff;
}
.part4_body{
    height: 26rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.part4_body ul{
   /* transition: 1s;*/
}
.part4_body li{
    float: left;
    width:100%;
    text-align: center;
    color: #333;
    height: 2.6rem;
    line-height:2.6rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #ebebeb;
}
.part4_body li span{
    display: block;
    float: left;

    font-family: "Microsoft YaHei";
    font-size: 1.2rem;
    height: 2.6rem;
}
.part4_body li span:nth-child(1), .part4_head li:nth-child(1){width: 20%;}
.part4_body li span:nth-child(2), .part4_head li:nth-child(2){width: 40%;}
.part4_body li span:nth-child(3), .part4_head li:nth-child(3){width: 20%;}
.part4_body li span:nth-child(4), .part4_head li:nth-child(4){width: 20%;}
/*part5*/
.part5_ul{
    margin: 0 0.2rem;
}
.part5_ul li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem 0.2rem;
    width: 50%;
}
.part5_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
}
.part5_ul .img_box .img_pop{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(48,71,93,.8);
    filter:alpha(opacity=50);
    background: #000 \9;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part5_ul .img_box .img_pop > div{
    width:100%;
}
.part5_ul .img_box .img_pop h3{
    position: relative;
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
}
.part5_ul .img_box .img_pop h3:after{
    content: '';
    display: block;
    clear: both;
    width: 4rem;
    height: 1px;
    background: #fff;
    margin:0.2rem auto;
}
.part5_ul .img_box .img_pop p{
    width:91%;
    margin: auto;
    text-align: left;
    padding-left: 2rem;
    font-size: 1.2rem;
}
.part5_ul .img_box .img_pop p:before{
    content: '';
    display: inline-block;
    clear: both;
    width:0;
    height:0;
    border-width: 0.4rem;
    border-style:solid;
    border-color: transparent transparent transparent #fff;
}
/*part6*/
.part6_ul{
    padding-bottom: 1rem;
}
.part6_ul li{
    width: 33.3%;
    float: left;
    padding:1rem 1.5rem;
}
.part6_ul li .img_box{}
.part6_ul li .img_box img{
    max-width: 100%;
    display: inline-block;
    border-radius: 100%;
}
.part6_ul li .img_box p{
    color: #363636;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
/*part7*/
.part7_cont{
    margin-bottom: 2rem;
}
/*part8*/
.part8_cont{
    margin:0 auto;
    max-width:1000px;
    overflow:hidden;
   /* background:#818181;*/
}
#part8_sz{
    width:100%;
    overflow:hidden;
}
#part8_sz .swiper-slide{
    position:relative;
    overflow:hidden;
}
/*#part8_sz .swiper-slide img{
    width: 100%;
    display: block;
}*/

#part8_sz .swiper-box{
    width: 100%;
    position: relative;
}
#part8_sz .swiper-box .right{
    background: #4c97ce;
    color: #fff;
    border-radius: 0.5rem;
    float: right;
    width: 84%;
    padding: 3rem 1rem 3rem 22%;
}
#part8_sz .swiper-box .right h3{
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
}
#part8_sz .swiper-box .right h3 span{
    font-size: 1.4rem;
    padding-left: 0.5rem;
}
#part8_sz .swiper-box .right p{
    font-size: 1.4rem;
    line-height: 1.8;
    height: 105px;
    text-align: justify;
}
#part8_sz .swiper-box .left{
    position: absolute;
    left: 0;
    width: 31%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
#part8_sz .swiper-box .left  img{
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
#part8_sz .swiper-box .left div{
    position: relative;
    z-index: 1;
}
#part8_sz .swiper-box .left div:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    right: -0.5rem;
    width: 100%;
    height: 90%;
    background: #fff;
    border-radius: 0.5rem;
    z-index: -1;
    bottom: 0rem;
}
#part8_sz .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}
#part8_sz .swiper-pagination-switch {
    display: inline-block;
    width: 0.6rem;
    height:  0.6rem;
    border-radius:  100%;
    background: rgba(0,0,0,0.2);
    margin: 0 0.2rem;

    /*border: 1px solid #fff;*/
    cursor: pointer;
}
#part8_sz .swiper-active-switch {
    background: #fff;
}

/*part9*/
.dnbzUl{
    padding-bottom: 1rem;
}
.dnbzUl li{
    width:33.3%;
    float: left;
    padding-bottom: 1rem;
}

.dnbzUl li .img_box{
    position: relative;
}
.dnbzUl li .img_box img{
    width: 100%;
    display: block;
}
.dnbzUl li .img_box .del{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;

}
.dnbzUl li .img_box .del h3{
    color: #222;
    font-size: 1.4rem;
    margin-top: -2px;
}
.dnbzUl li .img_box .del .icon{
    width: 4rem;
    height: 4rem;
    display: inline-block;
    border-radius: 100%;
    background: #4c97ce;
    margin-right: 0.4rem;
    position: relative;
}
.dnbzUl li .img_box .del .icon:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("../img/dnbz_icon.png") no-repeat;
    background-size: auto 100%;
}
.dnbzUl li .img_box .del .icon.icon_1:before{
    background-position: left center;
}
.dnbzUl li .img_box .del .icon.icon_2:before{
    background-position: -4rem center;
}
.dnbzUl li .img_box .del .icon.icon_3:before{
    background-position: -8rem center;
}
.dnbzUl li .img_box .del .icon.icon_4:before{
    background-position: -12rem center;
}
.dnbzUl li .img_box .del .icon.icon_5:before{
    background-position: -16rem center;
}
.dnbzUl li .img_box .del .icon.icon_6:before{
    background-position: right center;
}



/*part10*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:2rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#4c97ce;
    border-radius:0.3rem;
    border:none;
}


/**************/

.contentSwiper{
    align-items: center;
    width: 100vw;
    height:466px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    user-select:none;
    -webkit-user-select:none;
}
.contentSwiper .swiper{
    width:100vw;
    height:466px;
    overflow: hidden;
}
.contentSwiper .swiper ul{
    width:100%; /*li的数量*100%*/
    height:466px;
    transform: translateZ(0); /*提升层级的*/
    position: relative;
}
.contentSwiper .swiper ul li{
    float: left;
    width:100%;
    height:466px;
    /*flex一种网格布局形式*/
    display: flex;
    /*主轴(x轴)上的内容水平局中*/
    align-items: center;
    /*辅轴(y轴)上的内容垂直局中*/
    justify-content:left;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0);

}
.contentSwiper .swiper ul li:nth-child(1) span{
    position: relative;
    height:466px;
    display: flex;
    /*主轴(x轴)上的内容水平局中*/
    align-items: center;
    /*辅轴(y轴)上的内容垂直局中*/
    justify-content:left;
}
.contentSwiper .swiper ul li span a{
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    display: inline-block;
    padding: 0.4rem 1rem;
    background: #fff;
    color: #222;
    border-radius: 0.2rem;
}
.contentSwiper .swiper ul li img{
    width:80%;
    transition: 0.6s;
    display: block;
}
.contentSwiper .swiper ul li:nth-child(1) img{
    width:80%;
    height: 100%;
    transition: 0.6s;
}
.contentSwiper .swiper ul li:nth-child(1) img{
    margin-left: 5%;
}
.contentSwiper .swiper ul li:nth-child(2) img{
    width: 60%;
    margin-left: 32%;
}
.contentSwiper .swiper ul li:nth-child(3) img{
    width: 40%;
    margin-left: 55%;
}
.contentSwiper .swiper ul li.active1{
    width:100vw;
    height:100%;

}
.contentSwiper .swiper ul li.active1 img{
    margin-left: 5%;
    width:80%;
}
.contentSwiper .swiper ul li.active2{
    width:100vw;
    height:100%;

}
.contentSwiper .swiper ul li.active2 img{
    width: 60%;
    margin-left: 32%;
}

@media (min-width: 1024px){
    .contentSwiper{
        align-items: center;
        width: 100%;
        height:100vh;
        position: relative;
        overflow: hidden;
        margin-bottom: 2rem;
    }
    .contentSwiper .swiper{
        width: 100%;
        height: 72vh;
        overflow: hidden;
    }
    .contentSwiper .swiper ul li{
        width: 100%;
    }
    .contentSwiper .swiper ul li:nth-child(1) img{
         height: auto;
    }
}







/*增加-测一测模块part2*/
.part2-aa .tit{padding-bottom: 1rem;}
.part2-aa .tit h3 span{
    color: #4c97ce;
    font-size: 2.2rem;
}
.part2-aa .tit{
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.part2-aa .tit h3{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.4rem;
    line-height: 1.4;
	color:#333;
}
.part2-aa .tit h3 sup{
    font-weight: normal;
}
.part2-aa .tit h3 span{
    font-weight:bold;
    display: block;
}

button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
input:-ms-input-placeholder{
    color: #ddd;
}

input::-webkit-input-placeholder{
    color: #ddd;
}
.clear_fix:after,
.clear_fix:before ,
ul:after,
ul:before{
    content: "";
    display: block;
    clear: both;
}
.part2-aa{ padding-bottom: 3.5rem; border-bottom: 1px solid #e5e5e5;max-width: 1000px;
    margin: auto;
    overflow: hidden;}
.form-ce{ width:82%;margin: 0 auto;}
.form-ce .yes{ width: 100%; padding: 0rem 0rem 0.5rem; border-bottom: 1px solid #e5e5e5; margin-bottom: 1.5rem;  vertical-align: middle;}
.form-ce .yes:nth-child(4){ border-bottom: none;}
.form-ce .yes p{width:12%;height:5rem; float: left; color:#4c97ce;font-size: 1.3rem;}
.form-ce .yes p>img{ width:1.95rem; height: 1.8rem; display: block;margin-left: 0.4rem;}
.form-ce .yes p:before{ background-position: 0 0;}
.form-ce .yes>dl{ width: 87%; float: right;display: flex; flex-wrap: wrap; align-content: space-between; justify-content: inherit;}
.form-ce .yes>dl>label{ font-size: 1.3rem;
    padding: 0.5rem  1.4rem; border:1px solid #e5e5e5; box-sizing: border-box; border-radius: 2rem; display:inline-block;
    margin-left: 1.5rem; margin-bottom: 1rem; cursor: pointer;position: relative;color: #666;}
.form-ce .yes>dl>label input{display: none;}

/*act点击*/

.act{ color:#4c97ce !important;   border:1px solid  #4c97ce !important;}
.act:after{ content: ''; background: url("../img/yes.png") no-repeat; background-size: 100%; display: block;
    width: 1.2rem; height: 1.2rem;
    position: absolute; top: -0.1rem; right: -0.2rem;}

.form-ce .pho{ border: 1px solid #bbb; border-radius: .5rem; padding: 1.5rem; font-size: 1.6rem; background-color: #fff;}
.form-ce .pho span>sub{ color: #f00;position: relative;
    top: -0.5rem; left: -0.5rem; font-size: 1.6rem;}
.form-ce .pho>input.phone{ font-size: 1.6rem;  width: 60%; overflow: hidden; padding-left: 1rem; border:none;outline:none;}
.form-ce .submitBtn{ width: 100%; height: 5.5rem;background-color:#4c97ce; border-radius: .5rem; font-size: 2.3rem;color: #fff; margin-top: 1.5rem; cursor: pointer; border:none;}

/*input::-webkit-input-placeholder{ color: #bbb;}*/
/*input::-ms-input-placeholder{ color: #bbb;}*/
/*input::-moz-input-placeholder{ color: #bbb;}*/
@media screen and (max-device-width: 750px) {
    .form-ce .yes p{margin-top: 2rem;}
}





















