﻿.proType_top {
    position: relative;
}

    .proType_top img {
        width: 100%;
    }

    .proType_top .proType_topTitle {
        position: absolute;
        z-index: 999999;
        color: white;
        top: 52%;
        left: 7%;
        font-size: 50px;
    }
.proType_NowTitle {
    font-weight: bold;
    font-size: 60px;
    color: #002063;
    line-height: 88px;
    padding-bottom: 104px;
}
.proType_bottom {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
}

.Gang {
    padding-top: 78px;
    padding-bottom: 36px;
}

.leftGang {
    width: 82px;
    height: 7px;
    background: #002063;
    float: left;
}

.rightGang {
    width: 39px;
    height: 7px;
    background: #3A6CD5;
    float: left;
}


.pro_title {
    position: absolute;
    top: 40%;
    left: 10%;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
}
.pro_spe {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top:42px;
    font-weight: 400;
    font-size: 45px;
    color: #FFFFFF;
}
.pro_detail{
    width:100%;
    overflow:hidden;
    margin:50px 0;
}
.pro_detail .left_detail{
    width:70%;
    float:left;
}
    .pro_detail .right_img{
        width:30%;
        float:left;
    }
    .pro_detail .right_img img{
        width:292px;
    }