.head-page .autocar_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}


.drive_banner .swiper-pagination{
    bottom: 20px;
}
.drive_banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px!important;
}
.drive_banner .swiper-pagination-bullet-active{
    background: #00A551;
}


.drive_pg01 .nav {
    border-bottom: 4px solid #B8BCBC;
}
.drive_pg01 .nav .item{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    box-sizing: border-box;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}
/* .drive_pg01 .nav .item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #009143;
    transition: all .4s;
    transform: scale(0);
} */

.drive_pg01 .nav .item.active{
    color: #009143;
}
.drive_pg01 .nav .item.active::after{
    transform: scale(1);
}



.drive_en_pg01 .content_box .con{
    text-align: center;
}

.drive_pg01 .list{
    display: none;
}
.drive_pg01 .list.active{
    display: flex;
}
.drive_pg01 .nav_l {
    width: 33.33%;
    /* height: 495px; */
    height: 447px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fcfcfc;
}
.drive_pg01 .nav_l .item{
    height: 16.66%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 75px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #D8D9E4;
}

.drive_pg01 .nav_l .item::before{
    content: "";
    display: block;
    width: 8px;
    height: 0;
    background: #00A551;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}
.drive_pg01 .nav_l .item.active{
    color: #00A551;
    background: #F8F8F8
}
.drive_pg01 .nav_l .item.active::before{
    height: 100%;
}
.drive_pg01 .contents{
    width: 66.66%;
    background: #F8F8F8;
}
.drive_pg01 .content{
    display: none;
    width: 100%;
    justify-content: center;
}
.drive_pg01 .content.active{
    display: flex;
}
.drive_pg01 .content_box {
    width: 50%;
    padding: 65px 50px 35px;
    box-sizing: border-box;
    position: relative;
}
.drive_pg01 .content_box::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 75.8%;
    background: #D8D9E4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.drive_pg01 .content_box:last-child:after{
    display: none;
}
.drive_pg01 .content_box_img{
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.drive_pg01 .content_box_img img{
    transition: all .4s;
}
.drive_pg01 .content_box .tit {
    margin-top: 5px;
}
.drive_pg01 .icons_tips {
    margin: 27px 0 15px;
}
.drive_pg01 .icons_tip{
    height: 36px;
    background: #F8F8F8;
    border: 1px solid #717171;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;  
    margin-right: 10px;
}
.drive_pg01 .icons_tip:last-child{
    margin-right: 0;
}
.drive_pg01 .content_box .con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
    margin-top: 20px;
}
.drive_pg01 .content_box:hover .content_box_img img{
    transform: scale(1.08);
}
.drive_pg01 .content_box:hover .title {
    color: #009143;
}
.drive_pg01 .content_box:hover .tit {
    color: #009143;
}

.drive_pg02{
    background-color: transparent;
}
.drive_pg02 .list{
    position: relative;
    display: block;
}
.drive_pg02 .list .advice{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    max-width: 290px;
    word-break: break-all;
    transition: all .4s;
}
.drive_pg02 .list:nth-child(2n) .advice{
    left: 6.8%;
}
.drive_pg02 .list .tit {
    transition: all .4s;
}
.drive_pg02 .list .con{
    margin: 16px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 64px;
    transition: all .4s;
}


.drive_pg02 .imgtops {
    display: none;
}
.watch_more{
    transition: all .4s;
}
.watch_more::after{
    content: "";
    display: block;
    width: 36px;
    height: 7px;
    background: url(../img/watch_more.png) no-repeat center/cover;
    margin-left: 13px;
}

.braed .width1840{
    height: 47px;
}
.braed .item::after{
    content: ">";
    display: block;
    color: #666;
    font-size: 15px;
    margin: 0 13px;
}
.braed .item:last-child:after{
    display: none;
}
.drive_detail_banner{
    background: url(../img/drive_detail_banner.jpg) no-repeat center/cover;
}
.drive_detail_banner .width1200{
    /* height: 698px; */
    padding: 150px 0 100px;
    box-sizing: border-box;
}

.drive_detail_banner .texts{
    width: 40%;
    margin-left: 6%;
}
.drive_detail_banner .texts .tit{
    margin-top: 12px;
}
.drive_detail_banner .texts .con{
    margin: 20px 0 45px;
}
.consulting_btn{ 
    width: 153px;
    height: 46px;
    background: #00A14E;
    border-radius: 11px;
    color:#333; 
    font-size:16px; 
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#fff;
}
.consulting_btn:hover{
    background:#009143; 
}
.drive_detail_btn{
    padding: 0 21px;
    box-sizing: border-box;
    height: 46px;
    background: #F5F5F5;
    border: 1px solid #909090;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-right: 15px;
    margin-top: 30px;
    transition: all .4s;
}
.drive_detail_btn:last-child{
    margin-right: 0;
}
.drive_detail_btn::before{
    content: '';
    display: block;
    width: 16px;
    height: 17px;
    background: url(../img/uplode_btn.png) no-repeat center/cover;
    margin-right: 13px;
    transition: all .4s;
}
.drive_detail_btn:hover{
    background: #009143;
    color: #fff;
    border: 1px solid #009143;
}
.drive_detail_btn:hover::before{
    background: url(../img/uplode_btn_hover.png) no-repeat center/cover;
}
.drive_detail_banner .img{
    width: 45%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drive_detail .page_bg{
    background: transparent;
}
.drive_detail_pg01 .list{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.drive_detail_pg01 .list .icon{
    max-width: 48%;
}
.drive_detail_pg01 .list .desc{
    text-align: center;
    margin-top: 12px;
}
.drive_detail_pg02 .list{
    height: 294px;
    background: #F1F3F5;
    border-radius: 9px;
    width: 49.25%;
    padding: 15px;
    box-sizing: border-box;
}
.drive_detail_pg02 .list .icons{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.drive_detail_pg02 .list .icons .desc{
    margin-top: 18px;
}
.drive_detail_pg02 .list .contents {
    width: 65%;
    max-height: 215px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.drive_detail_pg02 .list .contents p{
    margin-bottom: 12px;
}
.drive_detail_pg02 .list .contents p:last-child{
    margin-bottom: 0;
}

.drive_detail_en_pg02 .list .contents{
    line-height: 1.875;
}

.drive_detail_pg03 .table_title {
    padding: 28px 90px;
    box-sizing: border-box;
    height: 88px;
    background: #F8F8F8;
}
.drive_detail_pg03 .list {
    padding: 24px 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    text-transform: uppercase;
}
.drive_detail_pg03 .table_title_tit,.drive_detail_pg03 .list .list_tit{
    width: 32.45%;
    word-break: break-word;
}
.drive_detail_pg03 .table_title_titr,.drive_detail_pg03 .list .list_desc{
    width: 67.55%;
    text-transform: initial;
    word-break: break-word;
}
.drive_detail_pg03 .table_title_tit{
    padding-right: 10px;
    box-sizing: border-box;
}

/* .back_btn{
    margin: 50px auto 0;
} */
.obtain_btn{
    height: 58px;
    background: #00A14E;
    border-radius: 11px;
    font-size:16px; 
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#fff;
    max-width: 238px;
    margin: 55px auto 0;
}
.obtain_btn:hover{
    background:#009143; 
}

.scenarios_pg02{
    background: #FAFAFA;
}
.scenarios_pg03{
    background-color: transparent;
}
.scenarios_pg03 .list{
    border-top: 1px solid #D8D9E4;
    padding: 36px 0;
    box-sizing: border-box;
}
.scenarios_pg03 .list:last-child{
    border-bottom: 1px solid #D8D9E4;
}
.scenarios_pg03 .title_img{
    width: 39%;
    padding: 15px 70px;
    box-sizing: border-box;
}
.scenarios_pg03 .title_texts{
    width: 61%;
}
.scenarios_pg03 .title_texts_desc {
    margin: 10px 0 25px;
}
.scenarios_pg03 .title_texts_items .item{
    width: 48%;
}
.scenarios_pg03 .title_texts_btns {
    margin-top: 30px;
}
.framework_btn{
    width: 146px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009143;
    transition: all .4s;
    border: 1px solid #EEEEEE;
}
.framework_btn::after{
    display: block;
    content: ">";
    margin-left: 12px;
    color: #009143;
    transition: all .4s;
    transform: rotate(90deg);
    font-weight: 600;
}
.detal_btn{
    width: 146px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    transition: all .4s;
}

.detal_btn::after{
    display: block;
    content: ">";
    margin-left: 12px;
    font-weight: 600;
}
.detal_btn:hover{
    background: #009143;
    border: 1px solid #009143;
    color: #fff;
}
.scenarios_pg03 .list_hidden{
    background: #FAFAFA;
    border-radius: 22px;
    margin-top: 35px;
    display: none;
}
.scenarios_pg03 .lists_hidden_img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 50px;
    box-sizing: border-box;
}
.scenarios_pg03 .list.active .framework_btn{
    background: #009143;
    border: 1px solid #009143;
    color: #fff;
}
.scenarios_pg03 .list.active .framework_btn::after{
    transform: rotate(270deg);
    color: #fff;
}
.form_tk{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
    transition: all .4s;
}
.form_tk.active{
    transform: scale(1);
    opacity: 1;
    overflow: visible;
}
.form_tk .box{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 475px;
    position: relative;
    width: 92%;
}
.form_tk .items{
    margin-top: 20px;
}
.form_tk .item{
    margin-bottom: 15px;
}

.form_tk .item_tit {
    width: 85px;
    display: flex;
    align-items: center;
}
.form_tk .item .item_tit::after{
    content: "*";
    display: block;
    color: red;
    margin-left: 2px;
    opacity: 0;
}
.form_tk .item.active .item_tit::after{
    opacity: 1;
}
.form_tk .item_input{
    width: calc(100% - 85px);
}

.form_tk .item_input input{
    width: 100%;
    height: 34px;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input textarea{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 90px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input:last-child .item_tit{
    margin-top: 20px;
}

.submit_btn{
    height: 38px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    cursor: pointer;
    background: #009143;
    color: #fff;
    margin: 0 auto;
    transition: all .4s;
}
.close_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
}
.close_btn img{
    max-width: 22px;
    transition: all .4s;
}
.close_btn img:hover {
    transform: rotate(360deg);
}
@media only screen and (min-width:960px) {
    .drive_pg02 .list:hover .advice{
        margin-right: 20px;
    }
    .drive_pg02 .list:nth-child(2n):hover .advice{
        margin-left: 20px;
    }
    .drive_pg02 .list:hover .advice .tit{
        color: #009143;
    }
}
@media only screen and (max-width:1366px) {
    .drive_detail_banner .width1200 {
        padding: 120px 0 100px;
    }
}
@media only screen and (max-width:1200px) {
    .drive_detail_banner .width1200 {
        padding: 100px 0 90px;
    }
    .drive_pg01 .nav_l .item{
        padding: 0 30px 0 60px;
    }
}
@media only screen and (max-width:1043px) {
    .drive_detail_banner .width1200 {
        padding: 75px 0 60px;
    }
    .obtain_btn{
        height: 55px;
        max-width: 198px;
    }
    .drive_pg01 .nav_l .item {
        padding: 0 20px 0 40px;
    }
    .drive_pg01 .nav_l{
        height: 441px;
    }
    .drive_pg02 .list .con{
        margin: 10px 0 15px;
    }
    .drive_pg02 .list .advice{
        right: 6%;
    }
    .drive_pg02 .list:nth-child(2n) .advice {
        left: 6%;
    }
    .scenarios_pg03 .title_img {
        padding: 15px 50px;
    }
}
@media only screen and (max-width:990px) {
    .drive_detail_banner .texts {
        width: 49%;
        margin-left: 0;
    }
}
@media only screen and (max-width:960px) {
    .drive_pg01 .nav_l .item {
        padding: 0 20px 0 30px;
    }
    .drive_pg01 .content_box {
        padding: 65px 30px 35px;
    }
    .scenarios_pg03 .title_img {
        padding: 15px 35px;
    }
}
@media only screen and (max-width:768px) {
    .drive_detail_banner .texts {
        width: 100%;
        margin-top: 15px;
    }
    .drive_detail_banner .img {
        width: 100%;
        height: auto;
    }
    .drive_detail_banner .width1200 {
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .drive_detail_banner .texts .con {
        margin: 15px 0 20px;
    }
    .drive_detail_btn{
        padding: 0 15px;
        height: 45px;
        margin-top: 20px;
    }
    .consulting_btn {
        width: 131px;
        height: 45px;
    }
    .drive_detail_pg02 .list{
        width: 100%;
        margin-bottom: 15px;
    }
    .drive_detail_pg02 .list:last-child{
        margin-bottom: 0;
    }
    .drive_detail_pg02 .list .icons{
        width: 100%;
        height: auto;
    }
    .drive_detail_pg02 .list .icons .icon{
        width: 45px;
    }
    .drive_detail_pg02 .list .contents{
        width: 100%;
        max-height: 150px;
    }
    .drive_detail_pg03 .table_title {
        padding: 20px 15px;
        height: 55px;
    }
    .drive_detail_pg03 .list {
        padding: 10px 0;
    }
    .scenarios_pg03 .title_img {
        width: 100%;
        padding: 0;
    }
    .scenarios_pg03 .title_texts {
        width: 100%;
        margin-top: 20px;
    }
    .scenarios_pg03 .list{
        padding: 30px 0;
    }
    .scenarios_pg03 .title_texts_desc {
        margin: 10px 0 20px;
    }
    .obtain_btn {
        height: 40px;
        max-width: 208px;
        width: 80%;
        margin: 30px auto 0;
        font-size: 14px;
    }
    .detal_btn{
        width: 125px;
        margin-left: 20px;
    }
    .scenarios_pg03 .title_texts_btns {
        margin-top: 25px;
        justify-content: center;
    }
    .framework_btn{
        width: 125px;
    }
    .scenarios_pg03 .lists_hidden_img {
        padding: 20px 15px;
    }
    .scenarios_pg03 .list_hidden{
        margin-top: 30px;
    }
    .it_banner_title .banner_desc{
        line-height: 1.72
    }
    .drive_pg02 .list .advice {
        position: initial;
        transform: translateY(0);
        max-width: 100%;
        margin-top: 20px;
    }
    .drive_pg02 .list .con {
        margin: 10px 0 15px;
        max-height: 56px;
        height: auto;
    }
    .drive_pg02 .list {
        margin-bottom: 25px;
    }
    .drive_pg02 .list:last-child{
        margin-bottom: 0;
    }
    .drive_pg02 .watch_more{
        justify-content: flex-start;
    }

    .drive_pg01 .contents {
        width: 100%;
        margin-top: 20px;
    }
    .drive_pg01 .nav_l {
        /* height: 245px; */
        width: 100%;
        height: auto;
    }
    .drive_pg01 .content_box {
        padding: 25px 20px;
        width: 100%;
    }
    .drive_pg01 .content_box::after {
        content: "";
        width: 85%;
        height: 1px;
        right: 0;
        top: 100%;
        transform: translateY(0);
        transform: translateX(-50%);
        left: 50%;
    }
    .drive_pg01 .content_box .con {
        height: 54px;
        -webkit-line-clamp: 2;
    }
    .drive_pg01 .nav_l .item::before{
        width: 3px;
    }
    .drive_pg01 .nav{
        overflow-x: auto;
        border-bottom: 2px solid #B8BCBC;
    }
    .drive_pg01 .nav .nav_box {
        width: max-content;
    }
    .drive_pg01 .nav .item{
        width: auto;
        margin-right: 20px;
    }
    .drive_banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px!important;
    }
    .drive_banner .swiper-pagination{
        bottom: 10px;
    }
    .drive_pg01 .nav_l .item {
        padding: 0 20px 0 20px;
        height: 40px;
    }
    .drive_detail_pg01 .list{
        width: 50%;
        margin-bottom: 10px;
    }
    .drive_detail_pg01 .list .icon {
        max-width: 40%;
    }
    .scenarios_pg03 .title_texts_items .item {
        width: 100%;
        margin-bottom: 5px;
    }
    .scenarios_pg03 .title_texts_items .item:last-child{
        margin-bottom: 0;
    }
    .drive_pg02 .imgtops {
        display: flex;
    }
    .drive_pg02 .imgtops .img {
        height: auto;
        padding: 0;
    }
    .drive_pg02 .lists{
        display: none;
    }
    .drive_pg02 {
        background-color: #f7f9fa;
    }
    .drive_pg01 {
        padding-bottom: 30px;
    }
    .form_tk .box{
        padding: 25px 20px;
    }
    .form_tk .item_tit {
        width: 100%;
    }
    .form_tk .item_input {
        width: 100%;
        margin-top: 5px;
    }
    .form_tk .item_input textarea {
        height: 64px;
        padding: 10px 15px;
    }
    .form_tk .item_input input{
        height: 30px;
    }
    .drive_detail_pg03 .list .list_desc{
        padding-left: 10px;
        box-sizing: border-box;
    }
}