/* 头部 */
.navigation_item_product{
    border-bottom: 2px white solid;
    padding: 6px 0px;
}
.navigation_roll .navigation_item_product{
    border-bottom: 2px #3e6ef1 solid !important;
    padding: 6px 0px !important;
}
.navigations_children_item_dial{
    background: #F5F7FD;
}
.banner{
    background-image: url('/static/img/product/dial/dial_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px;
}
.banner_box{
    width: 1200px;
    min-height:650px;
    color: #FFFFFF;
}
.banner_dot{
    width: 65px;
    height: 7px;
    background: #F2A41E;
    opacity: 1;
    border-radius: 6px;
    margin: 16px 0px;
}
.banner_text{
    opacity: 0.8; 
    font-weight: 400;
    line-height: 34px;
    margin-top: 12px;
}

.banner_btn{
    width: 156px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(15, 17, 90, 0.17);
    opacity: 1;
    border-radius: 4px;
    color: #3E6EF1;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    cursor: pointer;
}
.dial_title_image_box_01{
    background-image: url("/static/img/product/dial_title_image_box_01.png");
    background-size: 100% 100%;
    width: 1200px;
    height: 133px;
}
.advantage_item{
    width: 280px;
    height: 248px;
    overflow: hidden;
    cursor: pointer;
}
.advantage_item_text{
    width: 200px;
    margin-top: 40px;
}
.advantage_item img{
    width: 160px;
    height: 154px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.advantage_item_content{
    transition: all 0.5s ease;
    transform: translateY(0);
}
.advantage_item_content:hover{
    width: 280px;
    height: 298px;
    padding-bottom: 0px;
    transition: all 0.5s ease;
    transform: translateY(-184px);
}
.advantage_item:hover{
    background: #FFFFFF;
    border: 1px solid #E9ECF5;
    box-shadow: 0px 9px 18px rgba(119, 140, 162, 0.13);
    border-radius: 8px;
    border-bottom-width: 6px;
    border-bottom-color: #3E6EF1;
    border-radius: 0px 0px 7px 7px;
    height: 221px;
    width: 278px;
}

.dial_title_image_box_02{
    background-image: url("/static/img/product/dial_title_image_box_02.png");
    background-size: 100% 100%;
    width: 550px;
    height: 133px;
}

.product_footer{
    background-image: url("/static/img/product/product_footer.jpg");
    background-size: 100% 100%;
    position: relative;
    height: 290px;
    width: 100%;
}
.product_footer_btn{
    width: 280px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(8, 9, 41, 0.2);
    opacity: 1;
    border-radius: 4px;
    color: #3E6EF1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 58%;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
}