.Second_head {
    background-image: url("../images/system_banner.png");
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background-size: cover;
    z-index: -1;
}
.Product_header {
    width: 100%;
    height: 100%;
}
.header_text {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.header_text .header_bigger {
    font-size: 0.6rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:0.8rem;
    letter-spacing: 0.05rem;
    margin: 0 0.2rem;
}
.header_text img {
    width: 0.8rem;
    margin-right: 0.1rem;
}
.header_line {
    width:0.01rem;
    height:0.44rem;
    background:rgba(255,255,255,1);
    margin-right: 0.3rem;
}
.header_right p:nth-of-type(1) {
    font-size: 0.2rem;
    font-weight:100;
    color:rgba(255,255,255,1);
    line-height:0.36rem;
}
.header_right p:nth-of-type(2) {
    font-size: 0.14rem;
    font-weight:100;
    color:rgba(255,255,255,0.5);
    line-height:0.36rem;
}

/*详情页详细页面begin*/
.system_detail {
    width: 100%;
}
.New_Breadcrumb {
    width: 100%;
    height: 0.92rem;
    display: flex;
    align-items: center;
    background:rgba(247,248,249,1);
}
.Breadcrumb_text {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.Breadcrumb_text p {
    font-size: 0.16rem;
    font-weight:400;
    line-height:0.54rem;
    color: #9AA5AB;
}
.Breadcrumb_text p:nth-of-type(2) {
    cursor: pointer;
}

.Breadcrumb_text p:nth-of-type(3) {
    margin: 0 0.2rem;
}
.Breadcrumb_text p:nth-of-type(4) {
    color: #11648D;
}

.details_con{
    width:70%;
    margin:0.8rem auto;
}
.details_center_pic{
    width:100%;
}
.details_con h3{
     font-size:0.25rem;
     color: #333;
     margin-top: 0.5rem;
 }
.details_con p{
    font-size:0.16rem;
    color: #666;
    margin-top: 0.2rem;
    line-height: 0.3rem;
    letter-spacing: 0.025rem;
}

.skill_advantage,.product_show{
    width:70%;
    margin:0.8rem auto;
}
.skill_advantage .title,.product_show .title {
    display: flex;
    align-items: center;
}
.skill_advantage .title img,.product_show .title img{
    width:0.35rem;
    height:0.35rem;
}
.skill_advantage .title h3,.product_show .title h3{
    font-size:0.25rem;
    color: #333;
    margin-left: 0.15rem;
}
.skill_advantage .great{
    width:100%;
    margin-top:0.5rem;

}
.skill_advantage p{
    font-size:0.16rem;
    color: #666;
    margin-top: 0.5rem;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
}

.show_detail{
    margin-top:0.3rem;
    margin-bottom: 0.8rem;
}
.show_detail img{
    display: block;
    width:100%;
}
.show_detail .say{
    display: flex;
    align-items: center;
    margin-top:0.35rem;
}
.show_detail .say h4{
     font-size: 0.2rem;
     color: #333;
     margin-left:0.25rem;
 }
.show_detail .say p{
    font-size: 0.16rem;
    color: #666;
}


/*手机端*/
.topLogo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7vh;
    background-color: #fff;
}
.topLogo .back{
    position: absolute;
    width: 5vw;
    left: 4vw;
}

.topLogo .logo{
    width: 23vw;
}
.Pro_topNav {
    background-image: url("../images/small_image/product_banner.png");
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    background-size: cover;
    z-index: 2;
}
@media screen and (min-width: 760px)and (max-width: 1050px) {
    .Pro_topNav {
        height: 20vh;
    }
}
@media screen and (max-width: 700px) {
    .Pro_topNav {
        height: 15vh;
    }
}
.Mob_header_text {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
}
.Mob_header_text img {
    width: 10%;
    margin-left: 5vw;
}
.Mob_header_bigger {
    font-size: 4vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-left: 4vw
}
.Mob_header_line {
    width:2px;
    height:4vh;
    background:rgba(255,255,255,1);
    margin: 0 3vw;
}
.Mob_header_right p:nth-of-type(1) {
    font-size: 2.5vw;
    font-weight:100;
    color:rgba(255,255,255,1);
    margin-bottom: 0.5vh;
}
.Mob_header_right p:nth-of-type(2) {
    font-size: 2.3vw;
    font-weight:100;
    color:rgba(255,255,255,0.5);
}

.mobile_system_box{
    width:90%;
    margin:0 auto 5vw;
}
.mobile_system_box h3{
    font-size: 5vw;
    color: #333;
    margin-top:6vw;
}
.mobile_system_box p{
    font-size: 3.5vw;
    color: #666;
    margin-top:4vw;
    line-height: 5vw;
}
.mobile_system_box img{
    display: block;
    width:100%;
    margin-top:5vw;
    margin-bottom:5vw;
}
.mobile_system_box .noneBottom{
    margin-bottom:0;
}
.mobile_system_box .mobile_system_title{
    display:flex;
    align-items: center;
    margin-top:3vw;
}
.mobile_system_box .mobile_system_title img{
   width: 5vw;
}
.mobile_system_box .mobile_system_title h3{
    font-size: 5vw;
    color: #333;
    margin-top:0;
    margin-left: 2vw;
}
.mobile_system_box .say {
    display: flex;
    align-items: flex-start;
    padding: 3vw;
    width:100%;
    background: #F7F7F7;
    box-sizing: border-box;
}
.mobile_system_box .say h4{
    font-size: 2.5vw;
    color: #333;
    width:35vw;
}
.mobile_system_box .say p{
    font-size: 2.5vw;
    color: #666;
    margin-top: 0;
}

.dark_line{
    width:100%;
    height:3.5vw;
    background: #F5F6F7;
}

/*手机端底部*/
.mobile_foot {
    width: 100%;
    height: 25vh;
}
.mobile_footTop {
    width: 100%;
    height: 80%;
    background:rgba(32,37,51,1);
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.mobile_footTopFather {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 7vw;
}
.mobile_footTopSon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1vh 0;
}
.mobile_footTopSon img {
    width: 5vw;
    margin-right: 2vw;
}
.mobile_footTopSon p {
    font-weight:400;
    color:rgba(165,173,198,0.5);
}
.mobile_footTopAnother {
    width: 25%;
}
.mobile_footTopAnother img {
    width:85% ;
}
.mobile_footBottom {
    width: 100%;
    height: 20%;
    background:rgba(24,27,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile_footBottom p {
    font-size: 12px;
    font-weight:300;
    color:rgba(101,107,125,0.5);
    margin: 0 3vw;
}
/*ipad ipad_pro 端适配*/
@media screen and (min-width: 760px) and (max-width: 1050px) {
    .mobile_footTopSon p {
        font-size: 16px;
    }
    .mobile_footTopSon img {
        width: 4vw;
    }
    .mobile_footBottom p {
        font-size: 14px;
    }
    .Mobile_text p {
        font-size: 16px;
        line-height: 2vh;
        margin-top: 5vh;
    }
    .Mobile_text span {
        font-size: 14px;
    }
    .mobile_second_pic1 {
        margin-top: 16px;
    }
}
/*普通手机适配*/
@media screen and (max-width: 700px) {
    .mobile_footTopSon p {
        font-size: 12px;
    }
    .mobile_footBottom p {
        font-size: 10px;
    }
}