﻿/* 头部 */
.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_opportunity{
    background: #F5F7FD;
}
.banner{
    background-image: url('../image/opportunity_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px;
}
.banner_box{
    width: 1200px;
    min-height:650px;
    color: #FFFFFF;
}
.banner_box_content{
    margin-right: 195px;
}
.banner_box_image{
    margin-left: 10px;
}
.banner_dot{
    width: 65px;
    height: 7px;
    background: #F2A41E;
    opacity: 1;
    border-radius: 6px;
    margin: 16px 0px;
}
.banner_text{
    width: 380px;
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.8;
}

.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;
}
.banner_btn-a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.dial_title_image_box_01{
    background-image: url("../image/dial_title_image_box_01.png");
    background-size: 100% 100%;
    width: 1200px;
    height: 133px;
}

.advantage_item{
    width: 360px;
    height: 330px;
    box-shadow: 0px 10px 30px rgba(119, 140, 162, 0.13);
    border-radius: 4px;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 60px;
    padding-top: 40px;
    box-sizing: border-box;
}
.advantage .advantage_item:nth-child(3n){
    margin-right: 0;
}
.advantage_item_img{
    width: 120px;
    height: 120px;
}
.advantage_item_p{
    color: #252631;
    font-size: 22px;
    text-align: center;
    margin: 25px 0 20px 0;
    font-family: Source Han Sans CN;
}
.advantage_item_text{
    text-align: center;
    color: #778ca2;
    padding: 0 60px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 24px;
}
.advantage_item:nth-child(3) .advantage_item_text{
    padding: 0 50px;
}
.spot-content{
    margin-top: 40px;
}
.spot-title{
    display: block;
    width: 1464px;
    height: 159px;
    margin: auto;
    margin-bottom: 80px;
}
.spot-item{
    width: 1200px;
    margin: auto;
    height: 400px;
    background: url('../image/spot_bg_one.png') no-repeat;
    background-size: 100% 360px;
    background-position: top;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.spot-item:nth-child(3) {
    background: url('../image/spot_bg_two.png') no-repeat;
    background-size: 100% 360px;
    background-position: top;
}
.spot-item:nth-child(4) {
    background: url('../image/spot_bg_three.png') no-repeat;
    background-size: 100% 360px;
    background-position: top;
}
.spot-item:nth-child(5) {
    background: url('../image/spot_bg_four.png') no-repeat;
    background-size: 100% 360px;
    background-position: top;
}
.spot-item:last-child{
    margin-bottom: 20px;
}
.spot-item-title{
    position: relative;
    margin: 0 0 26px 0;
}
.spot-item-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 6px;
    background: #3E6EF1;
    border-radius: 6px;
}
.spot-item-two-title{
    text-align: right;
}
.spot-item-two-title::after{
    right: 0;
    left: initial;
}
.spot-item-sub{
    display: block;
    text-align: right;
}
.spot-item-ul{
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0 0;
}
.spot-item-ul li {
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(119, 140, 162, 0.13);
    opacity: 1;
    border-radius: 1px;
    margin-right: 30px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.spot-item-ul li:last-child{
    margin-right: 0;
}
.spot-item-ul li img{
    display: block;
    width: 36px;
    height: 36px;
}
.spot-item-ul li h2 {
    margin: 20px 0 0 0;
}
.spot-item-ul li p{
    line-height: 20px;
    margin-bottom: 0;
}



.product_footer{
    background-image: url("../image/product_footer.jpg");
    background-size: 100% 100%;
    position: relative;
    height: 290px;
    width: 100%;
    margin-top: 20px;
}
.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;
}