/* @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: '微软雅黑';
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.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;
    align-items: center;
}

.bz-webWrap {
    width: 100%;
    color: #333;
}

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

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

.bz-webWrap .morebtn {
    height: 50px;
    line-height: 50px;
    background: #06b9b9;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    padding: 0 65px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

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

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

.bz-webWrap .title-box .bigtitle {
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.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%;
}

.bz-webWrap .img-wrapper {
    overflow: hidden;
}

.bz-webWrap .img-wrapper img {
    width: 100%;
}
.sec_1 .swiper-slide a{
    display: block;
    height: 699px;
}
/* .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 .flex_item {
    width: 280px;
    height: 290px;
    border-radius: 10px;
    position: relative;
    color: #fff;
}

.sec_2 .flex_item .item_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sec2_bg.png") right bottom no-repeat;
}

.sec_2 .flex_item .item_wrapper .icon {
    width: 165px;
    height: 130px;
    margin: 20px auto;
}

.sec_2 .flex_item .item_wrapper p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 35px;
}

.sec_2 .item1 {
    background: linear-gradient(to right, #fd6e4f, #fa3928);
}

.sec_2 .item2 {
    background: linear-gradient(to right, #5ab7f1, #318fff);
}

.sec_2 .item3 {
    background: linear-gradient(to right, #feaa25, #fe810a);
}

.sec_2 .item4 {
    background: linear-gradient(to right, #0cc7c0, #01b7bc);
}

.sec_2 .item1 .item_wrapper .icon {
    background: url("../images/sec2-1.png") center no-repeat;
}

.sec_2 .item2 .item_wrapper .icon {
    background: url("../images/sec2-2.png") center no-repeat;
}

.sec_2 .item3 .item_wrapper .icon {
    background: url("../images/sec2-3.png") center no-repeat;
}

.sec_2 .item4 .item_wrapper .icon {
    background: url("../images/sec2-4.png") center no-repeat;
}

.sec_3 .container .box1 {
    padding: 8px;
    align-items: stretch;
}

.sec_3 .container .box1 .flex_item {
    width: 378px;
    box-sizing: border-box;
    padding: 30px 24px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.sec_3 .container .box1 .flex_item h4 {
    font-size: 24px;
    color: #06b9b9;
    margin: 0 auto;
    text-align: center;
}

.sec_3 .container .box1 .flex_item p {
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.sec_3 .container .box1 .flex_item .img_wrapper {
    margin-top: 20px;
    width: 100%;
    height: 228px;
}

.sec_3 .container .box1 .flex_item .img_wrapper img {
    height: 100%;
}

.sec_3 .container .box2 {
    margin-top: 45px;
    align-items: stretch;
}

.sec_3 .container .box2 .img-wrapper {
    width: 570px;
}

.sec_3 .container .box2 .img-wrapper img {
    height: 100%;
}
.sec_4 .flex_box{
    position: relative;
}
.sec_4 .flex_item {
    box-sizing: border-box;
    width: 50%;
    font-size: 20px;
    line-height: 24px;
}

.sec_4 .flex_item h4 {
    font-size: 30px;
    width: 343px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
}

.sec_4 .flex_item li {
    height: 100px;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
}

.sec_4 .flex_item li:last-of-type {
    border: none !important;
}

.sec_4 .item_left {
    background: #06b9b9;
    color: #fff;
    padding: 45px 110px 10px 60px;

}

.sec_4 .item_left h4 {
    background: #6ad5d5;
}

.sec_4 .item_left li {
    align-items: center;
    border-bottom: 1px solid #fff;
}

.sec_4 .item_right {
    background: #f0f0f0;
    padding: 45px 60px 10px 110px;
}

.sec_4 .item_right h4 {
    background: #fff;
}

.sec_4 .item_right li {
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
}
.sec_4 .abs_box{
    box-sizing: border-box;
    padding: 45px 0;
    position: absolute;
    width: 156px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    
}
.sec_4 .abs_box ul{
    margin-top: 40px;
    width: 100%;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec_4 .abs_box li{
    font-size: 24px;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #06b9b9;
}
.sec_4 .abs_box i{
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: url("../images/sec4-vs.png") center no-repeat;
}
.sec_5 .box1 .img_wrapper {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
}

.sec_5 .flex_right {
    width: 708px;
}

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

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

.sec_5 .flex_right p {
    margin-top: 30px;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.sec_5 .box2 {
    padding: 6px;
}

.sec_5 .box2 .flex_item {
    width: 270px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(4, 0, 0, 0.11);
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.sec_5 .box2 .img_wrapper {
    width: 270px;
    height: 290px;
}

.sec_5 .box2 .flex_item .name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 85px;
}

.sec_5 .box2 .flex_item .name span {
    font-size: 18px;
    color: #666;
    margin-left: 20px;
}

.sec_5 .box2 .flex_item .hover_box {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all 0.3s linear;
    border-radius: 20px;
    overflow: auto;
}

.sec_5 .box2 .flex_item .hover_box::-webkit-scrollbar {
    width: 0px;
}

.sec_5 .box2 .flex_item .hover_box .h_name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

.sec_5 .box2 .flex_item .hover_box .h_name span {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 400;
}

.sec_5 .box2 .flex_item .hover_box .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #d2d2d2;
}

.sec_5 .box2 .flex_item:hover .hover_box {
    bottom: 0;
}

.sec_6 .item_right {
    width: 635px;
}

.sec_6 .item_right .p1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}
.sec_6 .item_right .p2{
    font-size: 18px;
    margin-top: 30px;
}
.sec_6 .item_right .p3{
    margin-top: 45px;
}
.sec_6 .item_right .p3 p{
    height: 51px;
    line-height: 51px;
    border: 2px solid #06b9b9;
    font-size: 24px;
    padding: 0 25px;
    border-radius: 10px;
}
.sec_6 .item_right .p3 span{
    color: #06b9b9;
    font-weight: bold;
}
.sec_6 .item_right .p4{
    height: 68px;
    font-size: 20px;
    line-height: 30px;
    background: #06b9b9;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 20px;
}
.sec_6>h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.sec_6 .desc_box .desc_title{
    text-align: center;
    font-size: 30px;
}
.sec_6 .desc_box p{
    font-size: 20px;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 20px;
}
.sec_6 .desc_box {
    height: 182px;
    overflow: hidden;
    position: relative;
}
.sec_6 .desc_box .zhezhao{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
}
.sec_6 .btn1{
    height: 42px;
    font-size: 20px;
    border: 2px solid #06b9b9;
    border-radius: 21px;
    display: flex;
    align-items: center;
    background: #fff;
    padding:0 28px;
    margin: 20px auto 0;
    color: #06b9b9;
    cursor: pointer;
} 
.sec_6 .btn1 i{
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url("../images/jiantou_down.png") center no-repeat;
    margin-left: 10px;
}
.sec_6 .btn1:hover {
    background: #06b9b9;
    color: #fff;
}
.sec_6 .btn1:hover i{
    background: url("../images/jiantou_down-active.png") center no-repeat;
}
.sec_6 .t_box{
    background: #e6e7e9;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
}
.sec_6 .t_box span{
    color: #06b9b9;
    font-weight: 700;
}
.sec_6 .jt_box{
    font-size: 20px;
}
.sec_6 .jt_box .jt_title{
    font-weight:bold;
}
.sec_6 .jt_box .flex_box{
    justify-content: flex-start;
}
.sec_6 .jt_box .flex_box span{
    width: 280px;
    height: 50px;
    padding: 0 40px;
    background:#06b9b9;
    margin:20px 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sec_6 .jt_box .flex_box span:last-of-type{
    width: 370px;
}
.sec_6 .p_last{
    font-size: 20px;
    line-height: 30px;
}
.sec_6 .p_last span{
    color: #06b9b9;
    font-weight: 700;
}
.sec_7>.flex_box{
    padding: 10px;
    box-sizing: border-box;
}
.sec_7>.flex_box .flex_item{
    width: 568px;
    height: 373px;
    align-items: stretch;
    box-shadow: 0 0 10px #cfcfcf;
    border-radius: 10px;
    align-items: stretch;
}
.sec_7>.flex_box .flex_item .item_bg{
    width: 230px;
    height: 373px;
    border-radius: 10px;
}
.sec_7>.flex_box .flex_item .bg_1{
    background:#06b9b9 url("../images/sec7-1.png") -50px bottom no-repeat;
}
.sec_7>.flex_box .flex_item .bg_2{
    background:#06b9b9 url("../images/sec7-2.png") center bottom no-repeat;
}
.sec_7>.flex_box .flex_item .item_desc{
    width: 338px;
    box-sizing: border-box;
    padding: 26px;
}
.sec_7>.flex_box .flex_item .item_desc h4{
    font-size: 30px;
}
.sec_7>.flex_box .flex_item .item_desc p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.sec_8 {
    position: relative;
}
.sec_8 .bg_box{
    position: absolute;
    width: 100%;
    height: 280px;
    background: url("../images/sec11-bg.png") center no-repeat;
    background-size: cover;
    top: 0;
    z-index: 1;
}
.sec_8 .container{
    position: relative;
    padding: 10px;
    z-index: 2;
}

.sec_8 .slide_wrapper{
    border-radius: 20px;
    background: #fff;
    padding: 66px 43px;
    box-shadow: 0 0 10px #cfcfcf;
}
.sec_8 .swiper-slide img{
    width: 346px;
    height: 260px;
}
.sec_9 .container{
    padding:10px;
}
.sec_9 .flex_item{
    width: 360px;
    height: 450px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-top: 40px;
    position: relative;
}
.sec_9 .flex_item .item_title{
    justify-content: center;
}
.sec_9 .flex_item .item_title i{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.sec_9 .item1 .item_title i{
    background: url("../images/sec9-1.png") center no-repeat;
}
.sec_9 .item2 .item_title i{
    background: url("../images/sec9-2.png") center no-repeat;
}
.sec_9 .item3 .item_title i{
    background: url("../images/sec9-3.png") center no-repeat;
}
.sec_9 .item4 .item_title i{
    background: url("../images/sec9-4.png") center no-repeat;
}
.sec_9 .item5 .item_title i{
    background: url("../images/sec9-5.png") center no-repeat;
}
.sec_9 .item6 .item_title i{
    background: url("../images/sec9-6.png") center no-repeat;
}
.sec_9 .flex_item .item_title p{
    flex: 1;
    font-size: 30px;
    line-height: 36px;
}
.sec_9 .flex_item .item_title p span{
    font-size: 20px;
    color: #ff0000;
}
.sec_9 .flex_item .p1{
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.sec_9 .flex_item .p2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.sec_9 .flex_item a{
    position: absolute;
    display: inline-block;
    width: 234px;
    height: 40px;
    font-size: 18px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border:1px solid #06b9b9;
    color: #06b9b9;
}
.sec_9 .flex_item a:hover{
    background: #06b9b9;
    color: #fff;
}

.sec_10 table{
    width: 1049px;
    margin: 50px auto 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 20px;
}
.sec_10 table, 
.sec_10 th, 
.sec_10 td {
    border: 1px solid #64bab7;
}
.sec_10 th{
    font-size: 24px;
    height: 75px;
    line-height: 28px;
} 
.sec_10 tr{
    height: 40px;
    line-height: 40px;
}
.sec_10 table thead{
    color: #fff;
    background: #06b9b9;
}
.sec_10 .beizhu{
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 35px;
    text-align: justify;
}
.sec_11 .flex_item{
    width: 365px;
    font-size: 20px;
    line-height: 30px;
}
.sec_11 .flex_item .p1{
    width: 238px;
    height: 50px;
    line-height: 50px;
    background:  #06b9b9;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.sec_11 .flex_item .p1::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    background:  #06b9b9;
    margin: auto;
    left: 0;
    right:0;
    bottom: -6px;
}
.sec_11 .flex_item .p2{
    margin-top: 25px;
}
.sec_11 .flex_item .img-wrapper{
    margin-top: 25px;
}
.sec_11 .bg_wrapper{
    padding-bottom: 70px;
    background: url("../images/sec11-bg.png") center no-repeat;
    background-size: cover;
}

.sec_12 .flex_item,
.sec_13 .flex_item{
    text-align: center;
    margin-top: 30px;
}
.sec_12 .flex_item p,
.sec_13 .flex_item p{
    margin-top: 10px;
}
.sec_14 p{
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.sec_14 .question{
    font-weight: bold;
    color: #06b9b9;
    margin-top: 25px;
}
.sec_14 .answer{
    margin-top: 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);
}