.head-page .item.imager_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.banner_left {
    float: left;
    width: 250px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}
.banner_left img{
    display: block;
    width: 65%;
}
.banner_right{
    width: calc(100% - 250px);
}
.banner_right .texts{
    width: 36%;
}
.banner_right .texts .box{
    width: 68.5%;
    margin-left: auto;
    margin-right: 6%;
}
.banner_right .texts .tit{
    margin: 30px 0;
}
.banner_right .imgs{
    width: 64%;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
}
.imager_kv_img_tit{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.imager_kv_img1{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
}
.imager_kv_img1 img{
    display: block;
    max-height: 100%;
}
.shadow_btn{
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    color: #009143;
    max-width: 200px;
    height: 46px;
    background: url(../images/btn_bg.png);
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    width: 65%;
}
.shadow_btn:hover{
    color: #fff;
    background: #009143;
}
/* .vela-details-tab {
    background: url(../img/imager_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    height: 450px;
} */
.vela_detail_pg02{
    background-color: #f7f7f7;
}
/* .vela_detail_pg02 .width1200{
    position: relative;
    margin-top: -295px;
} */
.vela_detail_pg02 .menu_nav .item h1{
    color: #333;
}
.vela_detail_pg02 .menu_nav .item p{
    color: #999;
}
.menu_nav {
    width: 75%;
    margin: 0 auto;
}
.menu_nav .item {
    position: relative;
    padding-bottom: 22px;
    display: block;
    cursor: pointer;
    width: 150px;
    text-align: center;
    color: #ffffff;
}
.menu_nav .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009143;
    transform: scale(0);
    transition: all .4s;
}
.menu_nav .item h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.menu_nav .item p {
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
    line-height: 1;
}
.menu_nav .item.hover::after {
    display: block;
}
.menu_nav .item.active::after{
    transform: scale(1);
}
.vela-details-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 80px 8% 50px;
    box-sizing: border-box;
    overflow: hidden;
}
/* .tab_top1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
} */
.tab_top1_tit{
    margin: 54px 0 20px;
    font-weight: 600;
}
.tab_top1_tit:first-child{
    margin-top: 0;
}
.tab_top1_con{
    padding-left: 35px;
    box-sizing: border-box;
}
.tab_top1_con p {
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    position: relative;
    padding-left: 32px;
    box-sizing: border-box;
}
.tab_top1_con p::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/tab_icon.png) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 9px;
}
.tab_top1_con_notip p::before{
    display: none;
}

.vela_details_box_imgs{
    width: 43.3%;
    margin-right: 13.4%;
}
.vela_details_box_imgs:nth-child(2n){
    margin-right: 0;
}
.vela_details_box_img{
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_top1_con span{
    display: block;
    margin: 15px 0 20px;
    text-align: center;
    color: #000;
    padding: 0 17px;
    box-sizing: border-box;
}

.imager_pg{
    background: #f7f7f7;
}
.imager_pg .menu_nav .item h1{
    color: #333;
}
.imager_pg .menu_nav .item p{
    color: #999;
}
.imager_pg03{
    background: #fff;
}
.imager_pg04 .lists{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 48px 35px 15px;
    box-sizing: border-box;
}
.imager_pg04 .list{
    width: 32%;
    margin-right: 2%;
}
.imager_pg04 .list:nth-child(3n){
    margin-right: 0;
}
.imager_pg04 .list .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.imager_pg04 .list img{
    transition: all .4s;
    max-width: 100%;
}
.imager_pg04 .list .text{
    text-align: center;
    margin: 18px 0 25px;
}
.imager_pg04 .list:hover img{
    transform: scale(1.08);
}
.imager_pg04 .list:hover .text{
    color: #009143;
}


.imager_list .imager_list_lists{
    background-color: #fff;
}
.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;
}
.imager_list_pg01 .nav {
    border-bottom: 4px solid #B8BCBC;
}
.imager_list_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;
}
.imager_list_pg01 .nav .item.active{
    color: #009143;
}
.imager_list_pg01 .nav .item.active::after{
    transform: scale(1);
}
.drive_en_pg01 .content_box .con{
    text-align: center;
}

.imager_list_pg01 .list{
    display: none;
}
.imager_list_pg01 .list.active{
    display: flex;
}
.imager_list_pg01 .nav_l {
    width: 33.33%;
    height: 447px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fcfcfc;
}
.imager_list_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;
}

.imager_list_pg01 .nav_l .item::before{
    content: "";
    display: block;
    width: 8px;
    height: 0;
    background: #00A551;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}
.imager_list_pg01 .nav_l .item.active{
    color: #00A551;
    background: #F8F8F8
}
.imager_list_pg01 .nav_l .item.active::before{
    height: 100%;
}
.imager_list_pg01 .contents{
    width: 66.66%;
    background: #F8F8F8;
}
.imager_list_pg01 .content{
    display: none;
    width: 100%;
    justify-content: center;
}
.imager_list_pg01 .content.active{
    display: flex;
}
.imager_list_pg01 .content_box {
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 447px;
}
.imager_list_pg01 .content_box::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 75.8%;
    background: #D8D9E4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.imager_list_pg01 .content_box:last-child:after{
    display: none;
}
.imager_list_pg01 .content_box_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}
.imager_list_pg01 .content_box_img img{
    transition: all .4s;
}
.imager_list_pg01 .content_box_texts{
    width: 54%;
    padding-left: 30px;
    box-sizing: border-box;
}
.imager_list_pg01 .content_box .tit {
    margin-top: 5px;
}
.imager_list_pg01 .icons_tips {
    margin: 27px 0 15px;
}
.imager_list_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;
}
.imager_list_pg01 .icons_tip:last-child{
    margin-right: 0;
}
.imager_list_pg01 .content_box .con {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px; */
    margin-top: 20px;
}
.imager_list_pg01 .content_box .con p{
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.imager_list_pg01 .content_box .con p::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #009143;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}
.watch_detail {
    width: 115px;
    height: 35px;
    border-radius: 17px;
    border: 1px solid #ACADAD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-top: 30px;
    transition: all .4s;
}
.watch_detail:hover{
    color: #fff;
    background: #009143;
    border: 1px solid #009143;
}
.imager_list_pg01 .content_box:hover .content_box_img img{
    transform: scale(1.08);
}
.imager_list_pg01 .content_box:hover .title {
    color: #009143;
}
.imager_list_pg01 .content_box:hover .tit {
    color: #009143;
}


.imager_list_lists .list{
    width: 30%;
    margin-right: 5%;
}
.imager_list_lists .list:nth-child(3n){
    margin-right: 0;
}
.imager_list_lists .list .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.imager_list_lists .list img{
    transition: all .4s;
    max-width: 100%;
}
.imager_list_lists .list .text{
    text-align: center;
    margin: 18px 0 25px;
}
.imager_list_lists .list:hover img{
    transform: scale(1.08);
}
.imager_list_lists .list:hover .text{
    color: #009143;
}
/* 详细 */
.detal_btn{
    width: 146px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}
.imager_scenario_pg02{
    background: #FAFAFA;
}
.imager_scenario_pg03{
    background-color: #fff;
}
.imager_scenario_pg03 .list{
    border-top: 1px solid #D8D9E4;
    padding: 36px 0;
    box-sizing: border-box;
}
.imager_scenario_pg03 .list:last-child{
    border-bottom: 1px solid #D8D9E4;
}
.imager_scenario_pg03 .title_img{
    width: 39%;
    padding: 15px 70px;
    box-sizing: border-box;
}
.imager_scenario_pg03 .title_texts{
    width: 61%;
}
.imager_scenario_pg03 .title_texts_desc {
    margin: 10px 0 25px;
}
.imager_scenario_pg03 .title_texts_items .item {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.imager_scenario_pg03 .title_texts_items .item::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #009143;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}
/* .imager_scenario_pg03 .title_texts_items .item{
    width: 48%;
} */
/* .imager_scenario_pg03 .title_texts_btns {
    margin-top: 30px;
} */
.imager_scenario_pg03 .title_texts_text{
    margin: 28px 0 24px;
}
.imager_scenario_pg03 .title_texts_text .item{
    margin-bottom: 12px;
}
.imager_scenario_pg03 .title_texts_text .item:last-child{
    margin-bottom: 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; 
}
@media only screen and (max-width: 1600px) {
    .banner_right .texts .box{
        width: 76%;
    }
}
@media only screen and (max-width: 1366px) {
    .imager_list .width1200{
        width: 70%;
    }
}
@media only screen and (max-width: 1280px) {
    .imager_list .width1200{
        width: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    .imager_list_pg01 .content_box_texts{
        padding-left: 10px;
    }
    .imager_list .width1200 {
        width: 92%;
    }
}
@media only screen and (max-width: 1043px) {
    .tab_top1_con span{
        padding: 0;
    }
    .imager_list_pg01 .content_box_texts{
        padding-left: 0;
    }
    .obtain_btn{
        height: 55px;
        max-width: 198px;
    }
    .banner_left img{
        width: 55%;
    }
    .imager_kv_img1{
        height: 450px;
    }
    .banner_right .texts .box {
        width: 82%;
    }
    .add-table-box1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .banner_right .texts .box img{
        max-width: 122px;
    }
    .banner_right .texts .tit {
        margin: 22px 0;
    }

    .vela-details-box{
        padding: 60px 8% 25px;
    }
    .tab_top1_tit {
        margin: 40px 0 20px;
    }
}
@media only screen and (max-width: 960px) {
    .banner_left{
        width: 228px;
    }
    .banner_right {
        width: calc(100% - 228px);
    }
    .shadow_btn{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .drive_banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px!important;
    }
    .drive_banner .swiper-pagination{
        bottom: 10px;
    }
    .imager_list_pg01 .contents {
        width: 100%;
        margin-top: 20px;
    }
    .imager_list_pg01 .nav_l {
        width: 100%;
        height: auto;
    }
    .imager_list_pg01 .nav_l .item::before{
        width: 3px;
    }
    .imager_list_pg01 .nav_l .item {
        padding: 0 20px 0 20px;
        height: 40px;
    }
    .imager_list_pg01 .nav{
        border-bottom: 2px solid #B8BCBC;
    }
    .imager_list_pg01 .nav .nav_box {
        justify-content: space-between;
    }
    .imager_list_pg01 .nav .item{
        width: auto;
        margin-right: 2px;
    }
    .imager_list_pg01 .content_box {
        padding: 25px 20px;
        width: 100%;
        height: auto;
    }
    .imager_list_pg01 .content_box::after {
        content: "";
        width: 85%;
        height: 1px;
        right: 0;
        top: 100%;
        transform: translateY(0);
        transform: translateX(-50%);
        left: 50%;
    }
    .imager_list_pg01 .content_box_img {
        padding: 0;
        width: 100%;
    }
    .imager_list_pg01 .content_box_texts {
        width: 100%;
        margin-top: 20px;
    }
    .imager_list_pg01 .content_box .con p::before{
        top: 10px;
    }
    .imager_scenario_pg03 .title_texts_items .item::before{
        top: 10px;
    }
    .watch_detail{
        margin: 15px auto 0;
    }
    .imager_list_lists .list {
        width: 48.5%;
        margin-right: 3%;
    }
    .imager_list_lists .list:nth-child(3n){
        margin-right: 3%;
    }
    .imager_list_lists .list:nth-child(2n){
        margin-right: 0;
    }
    .imager_list_lists .list .text {
        margin: 15px 0 20px;
        font-size: 16px;
    }
    .imager_scenario_pg03 .title_img {
        width: 100%;
        padding: 0;
    }
    .imager_scenario_pg03 .title_texts {
        width: 100%;
        margin-top: 20px;
    }
    .imager_scenario_pg03 .list{
        padding: 30px 0;
    }
    .imager_scenario_pg03 .title_texts_desc {
        margin: 10px 0 20px;
    }
    .imager_scenario_pg03 .title_texts_btns {
        margin-top: 25px;
        justify-content: center;
    }
    .obtain_btn {
        height: 40px;
        max-width: 208px;
        width: 80%;
        margin: 30px auto 0;
        font-size: 14px;
    }
    .imager_scenario_pg03 .lists_hidden_img {
        padding: 20px 15px;
    }
    .imager_scenario_pg03 .list_hidden{
        margin-top: 30px;
    }
    .imager_scenario_pg03 .title_texts_items .item {
        width: 100%;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    .imager_scenario_pg03 .title_texts_items .item:last-child{
        margin-bottom: 0;
    }
    .detal_btn{
        width: 125px;
        margin-left: 20px;
    }




    .banner_left{
        display: none;
    }
    .banner_right {
        width: 100%;
        flex-direction: column-reverse;
    }
    .banner_right .texts {
        width: 100%;
        margin-top: 30px;
    }
    .banner_right .texts .box {
        width: 100%;
    }
    .imager_pg01 {
        width: 92%;
        margin: 0 auto;
    }
    .banner_right .imgs{
        width: 100%;
    }
    .imager_kv_img1 {
        height: 284px;
    }
    .banner_right .texts .tit {
        margin: 15px 0 20px;
    }
    .banner_right .texts .box img {
        max-width: 86px;
    }
    .shadow_btn {
        margin: 20px auto 0;
        width: 54%;
        height: 42px;
    }
    .vela-details-box{
        padding: 25px 15px 10px;
    }
    .tab_top1_con{
        padding-left: 10px;
    }
    .tab_top1_con p{
        padding-left: 20px;
    }
    .vela_details_box_imgs {
        width: 100%;
        margin-right: 0;
    }
    .tab_top1_con p::before{
        top: 6px;
    }
    .tab_top1_tit {
        margin: 25px 0 15px;
    }
    .tab_top1_con span{
        margin: 10px 0 5px;
    }
    .imager_pg04 .list {
        width: 48.5%;
        margin-right: 3%;
    }
    .imager_pg04 .list:nth-child(3n){
        margin-right: 3%;
    }
    .imager_pg04 .list:nth-child(2n){
        margin-right: 0;
    }
    .imager_pg04 .list .text {
        margin: 15px 0 20px;
        font-size: 16px;
    }
    .imager_scenario_pg03 .title_texts_text {
        margin: 15px 0 24px;
    }
    .imager_pg04 .lists{
        padding: 30px 15px 10px;
    }
}