/* @charset "UTF-8"; */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: '微软雅黑';
}


.mt50{
    margin-top: 50px;
}
.pt50{
    padding-top: 50px;
}
.pb50{
    padding-bottom: 50px;
}
.pb70{
    padding-bottom: 70px;
}
.mt70{
    margin-top: 70px;
}
.pt70{
    padding-top: 70px;
}
.bg{
    background: #f8f9fe;
}
ul,
a {
    list-style: none;
    text-decoration: none;
}
.white{
    color: #fff !important;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.bz-webWrap {
    width: 100%;
}

.bz-webWrap .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.bz-webWrap .btn_wrapper {
    margin: 50px;
    display: flex;
    justify-content: center;
}

.bz-webWrap .morebtn {
    height: 66px;
    line-height: 66px;
    background: #06b9b9;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    padding: 0 95px;
    letter-spacing: 1px;
}

.bz-webWrap .morebtn:hover {
    background-color: #39bacb;
    color: #ffffff;
}

.bz-webWrap .title-box {
    width: 100%;
}

.bz-webWrap .title-box .bigtitle {
    font-size: 40px;
    color: #06b9b9;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.bz-webWrap .title-box .bigtitle>.mark {
    color: #5093f1;
}

.bz-webWrap .title-box .smalltitle {
    font-size: 24px;
    line-height: 36px;
    color: #999;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
}
.bz-webWrap .img_wrapper{
    overflow: hidden;
}
.bz-webWrap .img_wrapper img{
    width: 100%;
    height: 100%;
}
.bz-webWrap .img-wrapper{
    overflow: hidden;
}
.bz-webWrap .img-wrapper img{
    width: 100%;
}
.sec_1 .swiper-slide:nth-of-type(1) a {
    display: block;
    height: 699px;
    background: url("../images/banner1.jpg") center no-repeat;
}

.sec_1 .swiper-slide:nth-of-type(2) a {
    display: block;
    height: 699px;
    background: url("../images/banner2.jpg") center no-repeat;
}
.sec_2 p{
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
}
.sec_3 img{
    margin-bottom: 25px;
}
.sec_3 p{
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #333;
}

.sec_4 .flex_box{
    text-align: center;
    justify-content: space-around;
}
.sec_4 .flex_box h4{
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.sec_4 .flex_item{
    margin-top: 50px;
}
.sec_4 .flex_item:nth-of-type(4) h4{
    margin-bottom: 73px;
}
.sec_4 .flex_item .img-wrapper{
    margin-top: 30px;
}
.sec_4 p{
    margin-top: 40px;
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}

.sec_5 {
    height: 295px;
    background: url("../images/sec5.jpg") center no-repeat;
    background-size: cover;
}

.sec_5 .flex_box{
    justify-content: center;
    padding: 90px 0 80px;
}
.sec_6{
    padding: 4px 0;
}
.sec_6 .flex_box{
    margin-top: 20px;
    align-items: center;
    justify-content: space-around;
}
.sec_6 h4{
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    color: #333;
}
.sec_6 .flex_item{
    width: 280px;
    height: 280px;
    box-shadow: 0 0 13px rgba(36,36,36,0.09);
    border-radius: 20px;
    position: relative;
}
.sec_6 .flex_item span{
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
.sec_6 .flex_item h5{
    width: 130px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
}
.sec_6 .flex_item .description{
    font-size: 14px;
    color: #666;
    padding: 20px;
}
.sec_6 .flex_item a{
    position: absolute;
    margin: auto;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 146px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #06b9b9;
    border-radius: 17.5px;
    color:  #06b9b9;
    text-align: center;
}
.sec_6 .flex_item a:hover{
    background:  #06b9b9;
    color: #fff;
}
.sec_6 .icon1{
    background:#fc5361 url("../images/sec6-1.png") center 3px no-repeat;
}
.sec_6 .icon2{
    background: #00b7ed url("../images/sec6-2.png") center 4px no-repeat;
}
.sec_6 .icon3{
    background: #12b5b0 url("../images/sec6-3.png") center no-repeat;
}
.sec_6 .icon4{
    background: #ff9000 url("../images/sec6-4.png") center 18px no-repeat;
}
.sec_6 .icon5{
    background: #3771a1 url("../images/sec6-5.png") 4px 2px no-repeat;
}
.sec_6 .icon6{
    background: #7450f0 url("../images/sec6-6.png") center no-repeat;
}
.sec_6 .icon7{
    background: #ca58e2 url("../images/sec6-7.png") center no-repeat;
}
.sec_6 .icon8{
    background: #e5007e url("../images/sec6-8.png") center no-repeat;
}
.sec_6 .icon9{
    background: #f37d00 url("../images/sec6-9.png") center no-repeat;
}
.sec_6 .icon10{
    background: #7450f0 url("../images/sec6-10.png") center no-repeat;
}
.sec_6 .icon11{
    background: #7e6b5a url("../images/sec6-11.png") center no-repeat;
}
.sec_6 .icon12{
    background: #22a9cf url("../images/sec6-12.png") center no-repeat;
}

.sec_7{
    height: 395px;
    background: #06b9b9;
    position: relative;
}
.sec_7 .flex_box{
    width: 1200px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 18px #bbb;
    padding: 0 55px 65px;
    box-sizing: border-box;
    position: absolute;
    top:160px;
}
.sec_7 .flex_box .flex_item{
    width: 25%;
    margin-top: 65px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
}
.sec_7 .flex_box .flex_item::before{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 26px;
    height: 26px;
    background: url("../images/sec7_icon.png") center no-repeat;
}
.sec_7 .flex_box .flex_item .job{
    color: #39bacb;
}
.sec_7 .flex_box .flex_item .salary{
    color: #333;
}
.sec_7 .flex_box .flex_item .salary span{
    font-size: 24px;
    color: #39bacb;
}

.sec_8{
    margin-top: 200px;
    background: url("../images/sec8_bg.jpg") center no-repeat;
    background-size:cover;
}
.sec_8 .flex_box {
    margin-top: 55px;
}
.sec_8 .flex_item{
    text-align: center;
}
.sec_8 .flex_item .num{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
    color: #06b9b9;
}
.sec_8 .flex_item .title{
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}


.sec_9 {
    padding: 6px 6px 70px;
    background: url("../images/sec9_bg2.jpg") center top no-repeat;
}
.sec_9 .form_title{
    font-size: 40px;
    color: #06b9b9;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 75px;
}
.sec_9 form{
    width: 100%;
    margin: 0 auto;
    padding: 0 6px;
    box-sizing: border-box;
    border-radius: 5px;
    background: url("../images/sec9_bg.png") left top no-repeat;
    box-shadow: 0 0 12px #ccc;
    color: #333;
}
.sec_9 .radio_group{
    padding: 0 73px 0 88px;
    box-sizing: border-box;
    font-size: 24px;
    margin-top: 28px;
}
.sec_9 .radio_group::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 33px;
    background: #00b5ca;
    vertical-align: middle;
    margin-right: 10px;
}
.sec_9 .radio_group .radio_wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-top: 10px;
}
.sec_9 .radio_group .radio_item{
    position: relative;
    width: 230px;
    height: 45px;
    margin-left: 15px;
    margin-top: 25px;

}
.sec_9 .radio_group input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 4px solid #00b5ca;
    background: #ecfcf9;
}
.sec_9 .radio_group label{
    display: block;
    font-size: 18px;
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    line-height: 45px;
}
.sec_9 .radio_group label::before{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #39bacd;
    box-sizing: border-box;
}
.sec_9 .radio_group input:checked{
    background: #fff;
}
.sec_9 .radio_group input:checked + label::before{
    background: url("../images/sec9_radio_checked.png") center no-repeat;
}

.sec_9 form .flex_box{
    padding: 0 60px;
    margin-top: 40px;
    padding-bottom: 75px;
}
.sec_9 form .input_group{
    width: 380px;
    height: 60px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #bcc4c4;
}
.sec_9 form .input_group label{
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-left: 20px;
    color: #333;
}
.sec_9 form .input_group input {
    height: 100%;
    line-height: 57px;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 20px;
}
.sec_9 form .submit_wrapper{
    width: 268px;
    height: 60px;
    background: #39bacd;
    border-radius: 3px;
}
.sec_9 form .submit_wrapper button{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.sec_10{
    padding-bottom: 70px;
}
.sec_10 .flex_box{
    padding: 6px;
}
.sec_10 .flex_item{
    width: 270px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(4, 0, 0, 0.11);
    overflow: hidden;
    position: relative;
}
.sec_10 .img_wrapper{
    width: 270px;
    height: 290px;
}
.sec_10 .flex_item .name{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 85px;
}
.sec_10 .flex_item .name span{
    font-size: 18px;
    color: #666;
    margin-left: 20px;
}
.sec_10 .flex_item .hover_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    display: none;
}
.sec_10 .flex_item .hover_box .h_name{
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
.sec_10 .flex_item .hover_box .h_name span{
    margin-left: 25px;
    font-size: 18px;
    font-weight: 400;
}
.sec_10 .flex_item .hover_box .description{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #d2d2d2;
}
.sec_10 .flex_item:hover .hover_box{
    display: block;
}

.sec_11 .flex_box {
    margin-top: 55px;
}

.sec_11 .box1 .img-wrapper {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
}

.sec_11 .flex_right {
    margin-top: 15px;
    width: 708px;
    color: #333;
}

.sec_11 .flex_right h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}

.sec_11 .flex_right h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}

.sec_11 .flex_right p {
    margin-top: 30px;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.sec_11 .box1 {
    padding: 0 25px;
}
.sec_11 .box2 {
    justify-content: space-around;
}
.sec_11 .box2 .img-wrapper{
    width: 174px;
    height: 246px;
    margin:20px 15px;
    box-shadow: 0 0 21px rgba(149,149,149,0.75) ;
}
.sec_11 .box2 .img-wrapper img{
    width: 100%;
    height: 100%;
}

.sec_12 {
    height: 880px;
    box-sizing: border-box;
    position: relative;
    background: url("../images/sec12.png") center 60px no-repeat;
}

.sec_12 .sec_12_content {
    width: 478px;
    float: right;
    color: #333;
    font-size: 18px;
    line-height: 33px;
    margin-top: 30px;
}

.sec_12 .sec_12_content p {
    text-indent: 2em;
    margin-top: 20px;
}

.sec_12 .sec_12_data {
    width: 100%;
    position: absolute;
    bottom: 70px;
    text-align: center;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.sec_12 .sec_12_data .mark {
    font-size: 63px;
    color: #06b9b9;   
}

.sec_12 .data1 {
    left: -215px;
}

.sec_12 .data2 {
    right: -105px;
}
.sec_13 {
    background: #06b9b9;
    height: 395px;
    position: relative;
}

.sec_13 .table_wraper{
    width: 1200px;
    position: absolute;
    top: 160px;
    border-radius:0 0 20px 20px;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 14px #ccc;
}
.sec_13 .table_wraper .tableHead{
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: #0086a1;
    font-size: 30px;
}
.sec_13 .table_wraper .bd{
    color: #333;
}
.sec_13 .table_wraper .flex_box li:nth-of-type(1){
    width: 210px;
}
.sec_13 .table_wraper .flex_box li:nth-of-type(2){
    width: 125px;
}
.sec_13 .table_wraper .flex_box li:nth-of-type(3){
    width: 340px;
}
.sec_13 .table_wraper .flex_box li:nth-of-type(4){
    width: 185px;
}
.sec_13 .table_wraper .flex_box li:nth-of-type(5){
    width: 340px;
}
.sec_13 .table_wraper .bd .flex_box li{
    line-height: 70px;
}
.sec_13 .table_wraper .bd .flex_box:nth-of-type(odd){
    background: #fff;
}
.sec_13 .table_wraper .bd .flex_box:nth-of-type(even){
    background: #f5fcfd;
}
.sec_13 .table_wraper .bd ul:hover{
    background: #39bacd !important;
    color: #fff;
}




.sec_14 .flex_box{
    justify-content: space-around;
} 
.sec_14 .flex_box .flex_item{
    padding:10px 0 10px 110px;
}
.sec_14 .flex_box .flex_item p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.sec_14 .flex_box .flex_item p:first-of-type {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
} 
.sec_14 .flex_box .box1{
    background: url("../images/sec14-1.jpg") 0 0 no-repeat;
}
.sec_14 .flex_box .box2{
    background: url("../images/sec14-2.jpg") 0 0 no-repeat;
}
.sec_14 .flex_box .box3{
    background: url("../images/sec14-3.jpg") 0 0 no-repeat;
}
.sec_14 .flex_box .box4{
    background: url("../images/sec14-4.jpg") 0 0 no-repeat;
}
.sec_14 .flex_box .box5{
    background: url("../images/sec14-5.jpg") 0 0 no-repeat;
}
.sec_14 .line{
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px dashed #666;
    position: relative;
}
.sec_14 .line::before{
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -13px;
}
.sec_14 .line::after{
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: 0;
}

.sec_16{
    margin-top: 390px;
}
.sec_16>.flex_box{
    margin-top: 70px;
}
.sec_16 .item_right{
    width: 655px;
}

.sec_17 .flex_item{
    width: 12.5%;
    text-align: center;

}
.sec_17 h3{
    text-align: center;
    font-size: 40px;
    color: #333;
}
.sec_17 .flex_item>div{
    width: 98px;;
    height: 98px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #39bacd;
    border-radius: 50%;
    padding: 7px;
}
.sec_17 .flex_item>div span{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to right,#4ee8b8,#4cd5bd,#49aac7,#478cce,#4576d4);
    position: relative;
}
.sec_17 .flex_item>div span i{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec_17 .flex_item .question{
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
.sec_17 .flex_item{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.sec_17 .flex_item .guide_click:hover{
    color: #fb6e50;
}
.sec_17 .flex_item .icon1 i{
    background: url("../images/sec17-1.png") center no-repeat;
}
.sec_17 .flex_item .icon2 i{
    background: url("../images/sec17-2.png")center no-repeat;
}
.sec_17 .flex_item .icon3 i{
    background:  url("../images/sec17-3.png") center no-repeat;
}
.sec_17 .flex_item .icon4 i{
    background: url("../images/sec17-4.png") center no-repeat;
}
.sec_17 .flex_item .icon5 i{
    background: url("../images/sec17-5.png") center no-repeat;
}
.sec_17 .flex_item .icon6 i{
    background: url("../images/sec17-6.png") center no-repeat;
}
.sec_17 .flex_item .icon7 i{
    background: url("../images/sec17-7.png") center no-repeat;
}
.sec_17 .flex_item .icon8 i{
    background: url("../images/sec17-8.png") center no-repeat;
}

.sec_19{
    background: linear-gradient(to right, #3e98e5,#437cda,#4570d5);
}
.sec_19 form{
    width: 952px;
    height: 370px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 15px;
    background:#fff url("../images/sec19.png") center bottom no-repeat;
    background-size: 100%;
}
.sec_19 form h4{
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    color: #333;
}
.sec_19 form p{
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.sec_19 form  .input_group{
    width: 604px;
    height: 60px;
    margin: 15px auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #39bacd;
}
.sec_19 form .input_group label{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.sec_19 form .input_group label i{
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 20px;
}

.sec_19 form .input_group label .name_icon{
    background: url("../images/name.png")  center  no-repeat;
}
.sec_19 form .input_group label .phone_icon{
    background: url("../images/phone.png") center  no-repeat;
}
.sec_19 form .input_group label input {
    line-height: 60px;
    font-size: 20px;
    background: none;
    border: none;
    box-sizing: border-box;
    width: 520px;
    height: 100%;
    margin-left: 10px;
}

.sec_19 form .submit_wrapper{
    width: 300px;
    height: 60px;
    background: #39bacd;
    border-radius: 30px;
    margin:0 auto;

}
.sec_19 form .submit_wrapper button{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_19 form .submit_wrapper button i{
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url("../images/tijiao.png") center no-repeat;
    margin-left: 10px;
}




/* hover */
.img_wrapper img{
    transition: transform 0.2s linear;
    overflow: hidden;
}
.img_wrapper:hover img{
    transform: scale(1.2);
}
.rotate{
    transition: all 1.2s linear;
}
.rotate:hover{
    transform: rotate(360deg);
}
.scale{
    transition: all 0.2s linear;
    overflow: hidden;
}
.scale2{
    transition: all 0.2s linear;
    overflow: hidden;
}
.scale3{
    transition: all 0.2s linear;
    overflow: hidden;
}
.scale:hover{
    transform: scale(1.2);
}
.scale2:hover{
    transform: scale(1.45);
}
.scale3:hover{
    transform: scale(1.05);
}
