.index_pro {
    padding: 5% 0;
    background: #FAFAFA;
}

.index_title,
.index_title a {
    font-family: Work Sans-Bold;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.index_title {
    position: relative;
    padding-bottom: 10px;
}

.index_title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #F08F11;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.index_title a:hover {
    color: #F08F11;
}

.index_tab_swi_box {
    margin: 30px 0;
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding-right: 200px;
    position: relative;
}

.index_tab_swi_box .index_tab_tit {
    padding-bottom: 8px;
    border-bottom: 1px solid #F08F1100;
}

.index_tab_swi_box .swiper-slide {
    width: auto;
}

.index_tab_tit.active {
    color: #F08F11;
    border-bottom: 1px solid #F08F11;
}

.index_tab_swi_btns {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 150px;

}

.index_tab_swi_btns div:not(.swiper-pagination) {
    width: 45px;
    height: 23px;
}

.index_tab_btn_left {
    background: url('img/left.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}

.index_tab_btn_left:hover {
    background: url('img/left2.png') no-repeat;
    background-size: 100% 100%;
}

.index_tab_btn_right {
    margin-top: -2px;
    background: url('img/right.png') no-repeat;
    background-size: 100% 100%;
}

.index_tab_btn_right:hover {
    background: url('img/right2.png') no-repeat;
    background-size: 100% 100%;
}

.index_tab_content {
    position: relative;
    display: none;
}

.index_tab_content.active {
    display: block;
}

.index_tab_content_div {
    display: block;
    padding: 20px 20px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DBDBDB;
}

.index_tab_content_div .imgBox {
    padding-bottom: 100%;
}

.index_tab_content_tit {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    color: #333333;
    margin-top: 10px;
}

.index_swi_btn div {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.index_swi_btn_left {
    background: url('img/left3.png') no-repeat;
    background-size: 100% 100%;
    left: -70px;
}

.index_swi_btn_right {
    background: url('img/right3.png') no-repeat;
    background-size: 100% 100%;
    right: -70px;
}

.index_swi_btn_left:hover {
    background: url('img/left4.png') no-repeat;
    background-size: 100% 100%;
}

.index_swi_btn_right:hover {
    background: url('img/right4.png') no-repeat;
    background-size: 100% 100%;
}

.index_app {
    background: #FAFAFA;
    padding-bottom: 5%;
}

.index_desc {
    margin-top: 15px;
    font-family: Work Sans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.index_app_swi_box {
    margin-top: 30px;
}

.index_app_swi .imgBox {
    padding-bottom: 130%;
}

.index_app_main {
    position: absolute;
    top: 100%;
    height: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F08F11;
    padding: 30px;
}

.index_app_order {
    font-family: Black Han Sans-Regular;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
}

.index_app_tit {
    font-family: Work Sans-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.index_app_desc {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0;
    color: #FFFFFF;
}

.index_app_btn {
    font-family: Work Sans-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
}

.index_app_btn:hover {
    padding-left: 20px;
}

.index_app_swi .imgBox:hover .index_app_main {
    top: 0;
    height: 100%;
}

.index_app_main2 .index_app_order {
    color: #F5C607;
}

.index_app_main2 {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    padding: 40px 30px;
}

.index_app_swi .imgBox:hover .index_app_main2 {
    opacity: 0;
    height: 0;
    padding: 0;
}

.index_about {
    padding: 5% 0;
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.index_about .layout::after {
    display: none;
}

.index_about .layout {
    justify-content: space-between;
}

.index_about_left {
    width: 45.5%;
}

.index_about_left .index_title,
.index_about_left .index_title a {
    text-align: left;
}

.index_about_left .index_title::after {
    left: 0;
    transform: none;
}

.index_about_desc {
    font-family: Work Sans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 30px 0;
}

.index_about_btn a {
    padding: 0 20px;
    height: 46px;
    background: #333333;
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.index_about_btn a::after {
    content: '';
    margin-left: 5px;
    background: url('img/right5.png') no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.index_about_btn a:hover {
    background: #F08F11;
}

.index_about_btn a:hover::after {
    margin-left: 15px;
}

.index_about_right {
    position: relative;
    width: 48.58%;
}

.index_about_right .imgBox {
    padding-bottom: 81.8%;
}

.index_about_right_num_box {
    padding: 30px;
    background: #F08F11;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    left: -35px;
    bottom: -15px;
}

.index_about_right_num_box p:nth-child(1) {
    font-family: Arial-Bold, Arial;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.index_about_right_num_box p:nth-child(2) {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
}

.index_process {
    background: #FAFAFA;
}

.index_process_top {
    width: 81.5%;
    background: #F08F11;
    padding: 5% 5% 8% 0;
    padding-left: calc((100% - 1480px) / 2);
}


.index_process_top .index_title,
.index_process_top .index_title a {
    text-align: left;
    color: #FFFFFF;
}

.index_process_top .index_title::after {
    left: 0;
    transform: none;
    background: #FFFFFF;
}

.index_process_top .index_title a:hover {
    opacity: .8;
}

.index_process_desc {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    margin-top: 25px;
    color: #FFFFFF;
}

.index_process_swi_box {
    margin-top: -5%;
    padding-left: calc((100% - 1480px) / 2);
}

.index_process_div {
    position: relative;
}

.index_process_div .imgBox {
    border-radius: 12px 12px 12px 12px;
    padding-bottom: 72%;
}

.index_process_title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-family: Work Sans-SemiBold;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 30px;
    font-size: 24px;
    color: #FFFFFF;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.index_process_swi_cz {
    margin-top: 30px;
    padding-right: 110px;
}

.index_process_swi_pag {
    flex: 1;
    height: 2px;
    position: relative;
    background: #EAEAEA;
}

.index_process_swi_pag .swiper-pagination-progressbar-fill {
    background: #F08F11;
    height: 6px;
    margin-top: -2px;
    border-radius: 34px 34px 34px 34px;
}

.index_process_swi_cz .index_swi_btn div {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.index_process_swi_cz .index_swi_btn_left {
    margin-right: 10px;
}

.index_adv {
    background: #FAFAFA;
    padding: 5% 0;
}

.index_adv .index_desc {
    color: #666666;
    font-family: Arial-Regular;
}

.index_adv_mian {
    margin-top: 50px;
}

.index_adv_div {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 50px 25px 65px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.index_adv_mian .index_adv_div:last-child {
    margin-right: 0;
}

.index_adv_img {
    text-align: center;
}

.index_adv_img img {
    height: 72px;
}

.index_adv_title {
    font-family: Work Sans-Bold;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
}

.index_adv_desc {
    text-align: center;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    color: #999999;
}


.index_adv_img img:nth-child(2) {
    display: none;
}

.index_adv_div:hover {
    background: #F08F11;
}

.index_adv_div:hover .index_adv_img img:nth-child(2) {
    display: inline-block;
}

.index_adv_div:hover .index_adv_img img:nth-child(1) {
    display: none;
}

.index_adv_div:hover .index_adv_title {
    color: #FFFFFF;
}

.index_adv_div:hover .index_adv_desc {
    color: #FFFFFF;
}

.index_con {
    padding: 5% 0;
}

.index_con .layout::after {
    display: none;
}

.index_con .layout {
    justify-content: space-between;
}

.index_con_left {
    width: 41.4%;
}



.index_con_left .index_title,
.index_con_left .index_title a {
    text-align: left;
    color: #FFFFFF;
}

.index_con_left .index_title::after {
    left: 0;
    transform: none;
}

.index_con_left .index_title a:hover {
    color: #F08F11;
}

.index_con_desc {
    font-family: Work Sans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0 35px;
}

.index_con_main {
    width: 50%;
    border-top: 2px solid #FFFFFF;
}

.index_con_main div {
    margin-top: 30px;
}

.index_con_main a {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.index_con_main img {
    width: 32px;
    margin-right: 10px;
}

.index_con_main a:hover {
    color: #F08F11;
}

.index_con_right {
    width: 52.5%;
}

.index_con_right span {
    color: #FF2C2C;
}

.index_con_right p {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.index_con_right li input {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    height: 56px;
    padding: 0 20px;
}

.index_con_right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_con_right li {
    width: calc((100% - 50px) / 2);
    margin-bottom: 15px;
}

.index_con_right li:last-child {
    width: 100%;
    margin-bottom: 0;
}

.index_con_right li textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    height: 209px;
    resize: none;
    padding: 20px;
}

.index_con_right .hover_btn {
    margin: 25px 0 0 !important;
    width: auto !important;
    height: 55px !important;
    background: #F08F11;
    padding: 0 50px;
    border: 0;
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 39px 39px 39px 39px;
}

.index_con_right .hover_btn:hover {
    opacity: .8;
    letter-spacing: 1px;
}

.index_news {
    padding: 5% 0;
    background: #FAFAFA;
}

.index_news_main {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.index_news_left {
    width: 52%;
}

.index_news_left .imgBox {
    padding-bottom: 75.35%;
}

.index_news_left_main {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 45px;
    min-height: 262px;
    width: 100%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
    border-radius: 0px 0px 6px 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.index_news_time::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('img/news1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
}

.index_news_time {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.index_news_title {
    font-family: Work Sans-SemiBold;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    text-transform: capitalize;
    margin: 12px 0 5px;
}

.index_news_desc {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.index_news_left .index_news_title:hover {
    color: #F08F11;
}


.index_news_right {
    width: 45.5%;
}

.index_news_right_div {
    background: #FFFFFF;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 4px 4px 0px rgba(24, 94, 205, 0.1);
}

.index_news_right_div .index_news_time {
    color: #666666;
}

.index_news_right_div .index_news_time::before {
    background: url('img/news2.png') no-repeat;
    background-size: 100% 100%;
}

.index_news_right_div .index_news_title {
    color: #333333;
    line-height: 1.7em;
    height: 1.7em;
    overflow: hidden;
}

.index_news_right_div .index_news_desc {
    color: #666666;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
}

.index_news_right .index_news_right_div:last-child {
    margin-bottom: 0;
}

.index_news_right_div:hover {
    background: #F08F11;
}

.index_news_right_div:hover .index_news_time::before {
    background: url('img/news1.png') no-repeat;
    background-size: 100% 100%;
}

.index_news_right_div:hover .index_news_time {
    color: #FFFFFF;
}

.index_news_right_div:hover .index_news_title {
    color: #FFFFFF;
}

.index_news_right_div:hover .index_news_desc {
    color: #FFFFFF;
}

.index_tab_swi_btns2 .swiper-pagination,
.index_app_swi_box .swiper-pagination {
    display: none;
}

@media only screen and (max-width: 950px) {

    .index_title,
    .index_title a {
        font-size: 24px;
    }

    .index_pro {
        padding: 30px 0;
    }

    .index_tab_swi_btns {
        display: none;
    }

    .index_tab_swi_box {
        padding-right: 0;
        margin: 10px 0 20px;
    }


    .index_tab_swi_btns2 .index_tab_btn_left2,
    .index_tab_swi_btns2 .index_tab_btn_right2 {
        display: none;
    }

    .index_tab_swi_btns2 {
        margin-top: 12px;
    }

    .index_tab_swi_btns2 .swiper-pagination {
        position: relative;
        top: auto;
        transform: none;
        text-align: center;
        height: auto;
        width: 100%;
    }

    .index_tab_swi_btns2 .swiper-pagination-bullet,
    .index_app_swi_box .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .index_tab_swi_btns2 .swiper-pagination-bullet-active,
    .index_app_swi_box .swiper-pagination-bullet-active {
        background: #F08F11;
    }

    .index_app_swi_box .swiper-pagination {
        margin: 12px auto 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .index_desc {
        display: none;
    }

    .index_app_swi_box {
        padding: 0 2.5%;
    }

    .index_tab_swi_btns2 .swiper-pagination,
    .index_app_swi_box .swiper-pagination {
        display: block;
    }

    .index_about .layout {
        flex-wrap: wrap;
    }

    .index_about_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_about_right {
        width: 100%;
    }

    .index_about_right_num_box {
        left: 0;
    }

    .index_process {
        padding: 0 2.5% 0;
    }

    .index_process_top {
        padding-left: 0;
        width: 100%;
        background: none;
        padding: 7% 0 0;
    }

    .index_process_top .index_title,
    .index_process_top .index_title a {
        color: #333333;
    }

    .index_process_top .index_title::after {
        background: #F08F11;
    }

    .index_process_desc {
        color: #333333;
    }

    .index_process_swi_box {
        margin-top: 30px;
    }

    .index_process_swi_cz  .index_tab_swi_btns2 .index_tab_btn_left2,
    .index_process_swi_cz  .index_tab_swi_btns2 .index_tab_btn_right2 {
        display: block;
    }

    .index_process_swi_cz{
        margin-top: 0;
        padding-right: 0;
    }

    .index_process_swi_cz .index_process_swi_pag{
        display: none;
    }

    .index_process_swi_box{
        position: relative;
    }

    .index_process_swi_cz .index_swi_btn div{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .index_process_swi_cz .index_tab_swi_btns2 .index_tab_btn_left2{
        left: -1.5%;
    }
    
    .index_process_swi_cz .index_tab_swi_btns2 .index_tab_btn_right2{
        right: -1.5%;
    }

    .index_adv .index_desc{
        display: block;
    }

    .index_adv_mian{
        flex-wrap: wrap;
    }

    .index_adv_div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .index_adv_title,.index_adv_desc{
        height: auto;
    }

    .index_con .layout{
        flex-wrap: wrap;
    }

    .index_con_left{
        width: 100%;
        margin-bottom: 20px;
    }

    .index_con_right{
        width: 100%;
    }

    .index_con_main{
        width: 80%;
    }

    .index_con_right li{
        width: 100%;
    }

    .index_news_left{
        width: 100%;
        margin-bottom: 12px;
    }

    .index_news_right{
        width: 100%;
    }

    .index_news_main{
        flex-wrap: wrap;
    }

    .index_news_right_div{
        margin-bottom: 12px;
        padding: 20px;
    }

    .index_news_desc{
        display: none;
    }

    .index_news_left_main{
        padding: 20px;
    }

  

   
}
