
.product_header{
    width: 100%;
    height: 600px;
    background-image: url('../img/product_header.png');
    background-size: 100% 100%;
}
.product_content{
    width: 1200px;
    margin: 0 auto;
}
.product_header_title{
    padding-top: 180px;
    padding-bottom: 18px;
    font-size: 48px;
    font-family: SourceHanSansCN-Bold;
    color: #475669;
    text-shadow: 0px 15px 15px rgba(6, 9, 44, 0.08);
    font-weight: 600;
}
.product_header_describe{
    width: 506px;
    font-size: 24px;
    color: #999999;
    font-family: SourceHanSansCN-Medium;
}
.product_header_btn{
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #0C6CD9;
    border-radius: 20px;
    font-size: 17px;
    font-family: SourceHanSansCN-Regular;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 47px;
    text-decoration: none;
}

.product_header_list{
    height: 150px;
    padding-top: 20px;
    box-sizing: border-box;

}
.product_header_list_li{
    width: 300px;
    height: 130px;
    float: left;
    cursor: pointer;
   /* background-color: pink; */
}
.product_header_list_li_left{
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 24px;
    margin-left: 30px;
}
.product_header_list_li_left_right{
    width: 176px;
    float: left;
    margin-left: 17px;
    margin-top: 28px;
}
.product_header_list_li_left_right>p:nth-child(1){
    font-size: 22px;
    color: #1F2D3D;
    font-family: SourceHanSansCN-Regular;
}
.product_header_list_li_left_right>p:nth-child(2){
    font-size: 16px;
    color: #8A8A8A;
    font-family: SourceHanSansCN-Regular;
}
.product_header_list_li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(6, 9, 44, 0.08);
}

.product_header_list_li:hover .product_header_list_li_left_right>p:nth-child(1){
    color: #2D68EB;
}

.product_content_text{
    width: 100%;
    height: 170px;
    text-align: center;

}
.product_content_text>div:nth-child(1){
    font-size: 36px;
    color: #2256E4;
    font-family: SourceHanSansCN-Bold;   
    padding-top: 58px;
    font-weight: 600;
}

.product_content_text>div:nth-child(2){
    font-size: 18px;
    color: #8A8A8A;
    margin-top: 10px;
    font-family: SourceHanSansCN-Regular;
}

.product_content_img{
    width: 100%;
    height: 644px;
    padding: 0 20px;
    box-sizing: border-box;
}
.product_content_img img{
    width: 100%;
    height: 100%;
}

.product_content_tip{
    width: 100%;
    background-color: #E7F1FB;
    height: 160px;
    text-align: center;
    line-height: 160px;
    font-size: 30px;
    font-family: SourceHanSansCN-Regular;
    margin-top: 30px;
}

.product_content_tabh{
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}
.product_content_tabb{
    width: 100%;
    height: 410px;
    margin-top: 10px;
}
.product_content_tabh li{
    width: 300px;
    float: right;
    color: #8A8A8A;
    font-size: 22px;
    line-height: 70px;
    height: calc(100% - 2px);
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    cursor: pointer;
}
.product_content_tabh_act{
    color: #2256E4;
    border-bottom: 2px solid #2256E4;
}
.product_content_tabb_left{
    width: 600px;
    height: 400px;
    float: left;
}
.product_content_tabb_left img{
    width: 100%;
    height: 100%;  
}
.product_content_tabb_righ{
    width: calc(100% - 600px - 20px);
    height: 400px;
    float: left;
    
}
.product_content_tabb_righ>p:nth-child(1),.product_content_tabb_righ>p:nth-child(3){
    font-size: 24px;
    color: #1F2D3D;
    font-family: SourceHanSansCN-Bold;
    margin-top: 26px;
    margin-bottom: 12px;
    font-weight: 600;
}
.product_content_tabb_righ>p:nth-child(2),.product_content_tabb_righ>p:nth-child(4){
    font-size: 20px;
    color: #8694A8;
    font-family: SourceHanSansCN-Regular; 
    line-height: 26px;   
}

.product_content_img1{
    width: 100%;
    /* height: 448px; */
    padding: 0 55px;
    box-sizing: border-box;
    margin-top: 30px;
}
.product_content_img1 img{
    margin-left: 29px;
    /* width: 100%;
    height: 100%; */
}

.product_footer{
    width: 100%;
    height: 240px;
    background-image: url('../img/product5.png');
    background-size: 100% 100%;
    position: relative;
}
.product_footer>a{
    display: inline-block;
    width: 200px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #2256E4;
    font-family: SourceHanSansCN-Regular;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    text-decoration: none;
}

.swiper-container {
    width: 1200px;
    height: 510px;
} 

/* 数据智能中心开始 */
.product_content_mind{
    width: 100%;
    height: auto;
}
.product_content_mind_li{
    width: 100%;
    height: 380px;
    margin-top: 20px;
}
.product_content_mind_li_left{
    float: left;
    width: 602px;
    height: 380px;
}
.product_content_mind_li_right{
    float: left;
    width:438px;
    height: 380px;
    margin-left: 68px;
}
.product_content_mind_li_right div{
    font-size: 30px;
    color: #1F2D3D;
    font-family: SourceHanSansCN-Medium;
    margin-top: 37px;
    margin-bottom: 30px;
    padding-left: 4px;
}

.product_content_mind_li_right li{
    margin-bottom: 30px;
    font-size: 20px;
    color: #8694A8;
    line-height: 26px;
    font-family: SourceHanSansCN-Regular;
    position: relative;
    margin-left: 38px;
}
.product_content_mind_li_right li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 5px solid #2256E4;
    border-radius: 50%;
    margin-right:5px;
    position: absolute;
    left: -28px;
    top: 6px;

}

.product_content_mind_li1{
    width: 100%;
    height: 380px;
    margin-top: 20px;
}

.product_content_mind_li1_left{
    float: left;
    width:438px;
    height: 380px;
    margin-left: 68px;
}
.proproduct_content_mind_li1_right{
    float: left;
    width: 602px;
    height: 380px;
}
.product_content_mind_li1_left div{
    font-size: 30px;
    color: #1F2D3D;
    font-family: SourceHanSansCN-Medium;
    margin-top: 37px;
    margin-bottom: 30px;
    /* background-color: pink; */
    position: relative;
    left: -14px;
    
    /* padding-left: 20px; */
}

.product_content_mind_li1_left li{
    margin-bottom: 30px;
    font-size: 20px;
    color: #8694A8;
    line-height: 26px;
    font-family: SourceHanSansCN-Regular;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}
.product_content_mind_li1_left li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 5px solid #2256E4;
    border-radius: 50%;
    margin-right:5px;
    position: absolute;
    left: -10px;
    top: 6px;

}




/* 数据智能中心结束 */