/* 初始化CSS */

body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #333333;
    background: #fff;
    text-align: left;
    font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

select,
input {
    outline: none;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

img {
    border: 0;
}

p {
    text-indent: 0;
}

textarea {
    resize: none;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

/* a:hover {
    color: #333;
    text-decoration: underline;
} */

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clearFloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gray-bg {
    background: #F5F5F5;
    border-radius: 6px;
}

[v-cloak] {
    display: none;
}

.hide {
    display: none;
}

body {
    min-width: 1200px;
}

.wrap_page {
    min-width: 1200px;
}

.banner_wrap {
    background: url(../images/banner1.png) no-repeat center center;
    height: 450px;
    min-width: 1200px;
    text-align: center;
}

.title_big {
    font-family: MiSans;
    font-weight: 600;
    font-size: 44px;
    color: #EF5416;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_big img {
    width: 35px;
    margin: 16px;

}

.title_big span {
    color: #000;
}


.container {
    width: 1200px !important;
    margin: 0 auto
}

.table_wrap_one {
    padding-top: 50px;
}


.table_main {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 3px 3px 43px 0px rgba(40, 41, 64, 0.08);
    border-radius: 16px;
    /* border: 1px solid #EEEEEE; */
}


.head {
    width: 1200px;
    height: 50px;
    background: #666666;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    line-height: 50px;
    font-family: MiSans;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}

.head.none {
    border-radius: 0px !important;
}


.table_main table {
    width: 100%;
    overflow: hidden;

}

.table_main table thead th {
    width: 240px;
    text-align: center;
}

.table_main table tbody th {
    width: 240px;
    text-align: center;
    border: 1px solid #EEEEEE;
    /* overflow: hidden; */

}

.last {
    overflow: hidden;
    border: 1px solid #EEEEEE;
}

.last th:nth-of-type(4n) {
    border-right: 0px solid #fb2424;
}

/* .last th {
    border: 0px solid #EEEEEE !important;
} */

.table_main table tr {
    height: 53px;

}

.table_main table tr .class_btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #F56620;
    border-radius: 18px;
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
}

.table_wrap_one .btn_class {
    width: 406px;
    height: 50px;
    background: #FFDE24;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #993707;
    margin: 60px auto 60px;
    cursor: pointer;
}


.bg_form {
    background: url(../images/nav_bg.png) no-repeat center center;
    height: 431px;
    min-width: 1200px;
    text-align: center;
}

.bg_form {
    /* padding-top: 50px; */
}

.bg_form .small_title {
    font-family: MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.bg_form {
    position: relative;
}

.bg_form .dec_class {
    box-sizing: border-box;
    width: 948px;
    height: 76px;
    background: #FFFFFF;
    border-radius: 38px 38px 38px 0px;
    padding: 0 44px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -49%);
    font-family: MiSans;
    font-weight: 600;
    font-size: 18px;
    color: #F8713C;
    text-align: left;
    padding-top: 5px;
}


.main_dec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -33%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.main_dec .left_dec {
    box-sizing: border-box;
    padding: 12px 0;
    width: 528px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 3px 3px 43px 0px rgba(40, 41, 64, 0.08);
    border-radius: 150px 16px 16px 16px;
}

.main_dec .left_dec .title_ {
    font-family: MiSans;
    font-weight: 600;
    font-size: 20px;
    color: #F8713C;
    line-height: 28px;
}



.left_dec .text_box {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #2F2F2F;
    line-height: 28px;
    width: 302px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 16px;
    margin: 7px auto 13px;
}

.left_dec .main {
    width: 426px;
    height: 92px;
    background: #F7F7F7;
    border-radius: 16px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 8px;
    padding: 10px 25px;
    box-sizing: border-box;
    text-align: left;
}

.left_dec .main .li {
    display: flex;
    align-items: center;

}

.left_dec .main .li span {
    width: 7px;
    height: 7px;
    background: #FC946B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.left_dec .main .li {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #2F2F2F;
    line-height: 24px;
}





.main_dec .right_dec {
    width: 656px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 3px 3px 43px 0px rgba(40, 41, 64, 0.08);
    border-radius: 16px 16px 150px 16px;
    padding: 13px 45px;
    box-sizing: border-box;
}

.main_dec .right_dec .form .input_wrap {
    font-family: MiSans;
    font-weight: 400;
    font-size: 24px;
    color: #282827;
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.main_dec .right_dec .form .input_wrap .label {
    font-family: MiSans;
    font-weight: 400;
    font-size: 24px;
    color: #282827;
    line-height: 28px;
    margin-right: 23px;
}


.main_dec .right_dec .form .input_wrap input {
    padding-left: 20px;
    box-sizing: border-box;
    width: 441px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EEEEEE;

}

.main_dec .right_dec .form .button {
    border: none;
    width: 292px;
    height: 50px;
    background: #FFDE24;
    border-radius: 25px;
    font-family: MiSans;
    font-weight: 600;
    font-size: 20px;
    color: #993707;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}


.swiper_box {
    background-color: #F7F7F7;
    padding-top: 174px;
    height: 960px;
    box-sizing: border-box;
}

.swiper_box .table_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.swiper_box .table_wrap .item_tab:nth-of-type(1) {
    margin-right: 90px;
}

.swiper_box .table_wrap .on::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #EF5416;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}




.swiper_box .table_wrap .item_tab {
    cursor: pointer;
    position: relative;
    width: 336px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-family: MiSans;
    font-weight: 500;
    font-size: 30px;
    color: #2F2F2F;
    line-height: 58px;
}

.swiper_box .table_wrap .item_tab.on {
    background-color: #EF5416;
    font-family: MiSans;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 58px;
}


.last_box {
    margin-top: 60px;
    padding-top: 30px;

}

.last_box .one_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;

}


.last_box .one_wrap .item_wrap {
    width: 385px;
    height: 186px;
    border-radius: 6px;
    margin-bottom: 24px;
    text-align: center;

}

.last_box .one_wrap .item_wrap:nth-of-type(1) {
    background: url(../images/t_1.png) no-repeat;
    background-size: contain;
}


.last_box .one_wrap .item_wrap:nth-of-type(2) {
    background: url(../images/t_2.png) no-repeat;
    background-size: contain;
    margin: 0 22px 24px;
}

.last_box .one_wrap .item_wrap:nth-of-type(3) {
    background: url(../images/t_3.png) no-repeat;
    background-size: contain;
}

.last_box .one_wrap .item_wrap:nth-of-type(4) {
    background: url(../images/t_4.png) no-repeat;
    background-size: contain;
    margin: 0 22px 24px;

}

.last_box .one_wrap .item_wrap:nth-of-type(5) {
    background: url(../images/t_5.png) no-repeat;
    background-size: contain;
    margin: 0 22px 24px;

}

.last_box .one_wrap .item_wrap p:nth-of-type(1) {
    font-family: MiSans;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    padding-top: 40px;

}

.last_box .one_wrap .item_wrap p:nth-of-type(2) {
    font-family: MiSans;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
}

.last_box .one_wrap .item_wrap.dis {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last_box .one_wrap .item_wrap.dis p:nth-of-type(1) {
    padding: 0 !important;
}

.last_box .btn_class {
    margin: 0 auto;
    text-align: center;
    width: 406px;
    height: 50px;
    background: #FFDE24;
    border-radius: 25px;
    font-family: MiSans;
    font-weight: 600;
    font-size: 20px;
    color: #993707;
    line-height: 50px;
    cursor: pointer;
}

.last_box .two .line_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MiSans;
    font-weight: 600;
    font-size: 32px;
    color: #2F2F2F;
    margin-top: 50px;
}

.last_box .two .line_title img {
    width: 198px;
    height: 11px;
    margin: 0 13px;
}

.last_box .two .box_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.last_box .two .box_wrap .item {
    border-top: 2px solid #74DEDB;
    cursor: pointer;
    width: 391px;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 3px 3px 43px 0px rgba(40, 41, 64, 0.08);
    border-radius: 16px;
    padding: 24px 21px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.last_box .two .box_wrap .item .title>div {
    font-family: MiSans;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

.last_box .two .box_wrap .item .title {
    font-family: MiSans;
    font-size: 26px;
    color: #000000;
    text-align: center;
}

.last_box .two .box_wrap .item .btn {
    width: 194px;
    height: 44px;
    line-height: 44px;
    background: #F8713C;
    border-radius: 22px;
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 20px;
}




.last_box .two .box_wrap .item .title img {
    width: 20px;
    height: 32px;
    margin-right: 8px;
}

.last_box .two .btn_class {
    margin-top: 50px;
}

.swipe_tab {
    margin-top: 43px;
}

.swipe_tab .dec_ {
    display: flex;
    /* align-items: center; */
    width: 100%;
    height: 312px;
    background: #FFFFFF;
    box-shadow: 3px 3px 43px 0px rgba(40, 41, 64, 0.08);
    border-radius: 16px;
    padding-right: 50px;
    box-sizing: border-box;
}

.swipe_tab .dec_ img {
    width: 270px;
    height: 312px;
    margin-right: 44px;
}

.swipe_tab .dec_ .right .title {
    padding-top: 45px;
    font-family: MiSans;
    font-weight: 600;
    font-size: 38px;
    color: #22314A;
    line-height: 28px;
}

.swipe_tab .dec_ .right .label {
    margin-top: 30px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #F8713C;
    line-height: 40px;
    width: fit-content;
    height: 40px;
    background: #FEF4F0;
    border-radius: 10px;
    padding: 0 10px;
}

.swipe_tab .dec_ .right .dec_text {
    margin-top: 28px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #5F6C80;
    line-height: 28px;
}

.swiper_wrap {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 800px;
    height: 84px;
    position: relative;
}

.swiper_wrap .swiper-slide {
    text-align: center;
    /* width: 91px; */
    height: 97px;
    border-radius: 50%;


}

.swiper_wrap .swiper-slide img {
    border: 2px solid #F7F7F7;
    border-radius: 50%;
    cursor: pointer;

}

.swiper_wrap .swiper-button-prev {
    z-index: 111;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/btn_left.png) no-repeat;
    background-size: cover;
}

.swiper_wrap .swiper-button-next {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/btn_right.png) no-repeat;
    background-size: cover;
}


.swiper-slide.active img:hover {
    border: 2px solid #F8713C;
    border-radius: 50%;
}


.swipe_tab {
    display: none;
}

.swipe_tab.active {
    display: block;
}

.swipe_tab .hover_content {
    display: none;
}

.swipe_tab .hover_content:nth-of-type(1) {
    display: flex;
}

.swipe_tab .content_wrap .hover_content {
    /* display: flex !important; */
}


.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;

}