/*css document*/
/*修改滚动条样式*/
body::-webkit-scrollbar{
    width:10px;
    height:10px;
}
body::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
body::-webkit-scrollbar-thumb:hover{
    background: #333;
}
body::-webkit-scrollbar-corner{
    background: #179a16;
}
body{overflow-y: auto}
body{
    background: #2C374B;
    color: #fff;
    min-width: 1200px;
}
.con_l{
    float: left;
    width: 71%;
    margin-left: 1.6%;
    margin-top: 25px;
}
.con_r{
    float: right;
    width: 24%;
    margin-right: 1.6%;
    margin-top: 25px;
}
.con1{
    position: relative;
}
.con1 h6{
    font-size: 18px;
    font-weight: bold;
    top: 40px;
    left: 24px;
    position: absolute;
}
.con1 p{
    left: 24px;
    font-size: 14px;
    width: 240px;
    line-height: 24px;
    text-align: justify;
    top: 90px;
    position: absolute;
}
.con1{


    height: 470px;
}
.con2{
    background: #354052;
    border-radius: 10px;
    height: 320px;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 25px;
    position: relative;
}
.con2_title{
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
}
.con2_pro{
    padding-left: 20px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 6px;
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top:0;
    transition:top 0.3s;
}
.con2_pro:hover{
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.32);

    top:-3px;
}
.con2_pro img{
    float: left;
    margin-right: 20px;
}
.con2_pro p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.con2_img{
    position: absolute;
    left: 13%;
    top:33px;
}
.con2_text2{
    position: absolute;
    left: 20px;
    bottom:20px;
    font-size: 14px;
}
.con2_pro2 p{
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pro2_out{
    margin-left: 20px;
    width: calc(100% - 120px);
    height: 7px;
    background: #2c374b;
    float: left;
}
.con2_pro2 span{
    font-size: 13px;
    margin-left: 12px;
    position: relative;
    top:-12px;
}
.con2_title2{
    float: right;
    overflow: hidden;
}
.pro2_in{
    height: 100%;
    width: 50%;
    background: #db5656;
    transition:width 1s;
}
.pro2_in2{
    width: 40%;
    background: #DB9656;
}
.pro2_in3{
    width: 30%;
    background: #56DBAE;
}
.pro2_in4{
    width: 25%;
    background: #B156DB;
}
.pro2_in:hover{
    width: 100%;
    cursor: pointer;
}
/*con3*/
.con3{
    background: #354052;
    border-radius: 10px;
    height: 560px;
    position: relative;
}
.con3 img{
    margin: 0 auto;
    display: block;
    margin-top: -7px;
}
.con3 span{
    font-size: 12px;
    position: absolute;
}
.span1{
    top:80px;
    left:calc(50% + 67px);
}
.span2{
    top:170px;
    left:calc(50% - 92px);
}
.span3{
    top:263px;
    left:calc(50% + 67px);
}
.span4{
    top:356px;
    left:calc(50% - 124px);
}
.span5{
    top:440px;
    left:calc(50% + 67px);
}
@media screen and (min-width:1400px){
    .span1{
        left:calc(50% + 67px);

    }
    .span2{
        left:calc(50% - 130px);

    }
    .span3{
        left:calc(50% + 81px);

    }
    .span4{
        left:calc(50% - 158px);

    }
    .span5{
        left:calc(50% + 80px);

    }
}
@media screen and (min-width:1600px){
    .span1{
        left:calc(50% + 84px);
        top:65px;
    }
    .span2{
        left:calc(50% - 145px);
        top:153px;
    }
    .span3{
        left:calc(50% + 96px);
        top:245px;
    }
    .span4{
        left:calc(50% - 185px);
        top:335px;
    }
    .span5{
        left:calc(50% + 96px);
        top:424px;
    }
}
.con4{
    background: #354052;
    border-radius: 10px;
    position: relative;
    margin-top: 25px;
    height: 230px;
}
.con4 img{
    position: absolute;
    right:2%;
    top:30px;
}
.con4 p{
    font-size: 12px;
    margin-left: 20px;
    line-height: 20px;
    margin-top: 30px;
}
.con4 a{
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 60px;
    display: block;
}