/***************第一块******************/

#content1 {
    width: 100%;
    height: 450px;
    background-image: url("../../image/bg4.jpg");
    /*background: beige;*/
    position: relative;
    margin-top: -1px;
}
#content1 img{
    width: 100%;
}
#content1 div div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,99,219,0.65);
    width: 800px;
    height: 100px;
    text-align: center;
}
#content1 div div span{
    font-size: 33px;
    line-height: 100px;
    color: white;
}

/***************第二块******************/
#content2{
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 3px;
    background: #0060c4;
}
#content2 .box{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 1000px;
    height: 209px;
    /*background: #afc9c8;*/
    display: flex;
}
#content2 .left_box{
    width: 50%;
    height: 100%;
    /*background: crimson;*/
    font-size: 28px;
    color: #ffffff;
}
#content2 .left_box p {
    margin-left: 110px;
    line-height: 44px;
}
#content2 .right_box{
    width: 50%;
    height: 100%;
    color: #ffffff;
    /*background: coral;*/
}
#content2 .right_box p {
    width: 600px;
    height: 200px;
    margin: 13px 0 0 60px;
    line-height: 25px;
    font-size: 16px;
}

/***************第三块******************/
#content3{
    width: 1000px;
    height: 660px;
    /*background: firebrick;*/
    margin: 0 auto;
    display: flex;
}
/***************第三块 左边盒子******************/
#content3 .left_box{
    width: 498px;
    height: 100%;
    /*background: blueviolet;*/
}
#content3 .left_box div{
    width: 500px;
    height: 400px;
    margin-bottom: 10px;
    /*background: darksalmon;*/
}
#content3 .left_box .first_box{
    position: relative;
}
#content3 .left_box .first_box div{
    width: 200px;
    height: 50px;
    background: #0056c0;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    position: absolute;
    right: 55px;
    top: 29px;
}
#content3 .left_box .first_box .first_div{
    margin: 0;
    line-height: 45px;
}
#content3 .left_box .first_box div .first_text{
    font-size: 35px;
}
#content3 .left_box .first_box img{
    position: absolute;
    left: 164px;
    top: 135px;
}
#content3 .left_box .first_box div::after{
    content: "";
    right: -30px;
    bottom: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #0056c0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #0056c0;
}
.left_box .first_box h3 {
    position: absolute;
    left: 0;
    top: 0;
    color: #0855b1;
    font-size: 22px;

}

/***************第三块 中间盒子******************/
#content3 .center_box{
    position: relative;
    width: 4px;
    height: 100%;
    background: #939393;
}
#content3 .center_box img {
    display: block;
    position: absolute;
    left: -8px;
}
#content3 .center_box .img1{
    top: 20px;
}
#content3 .center_box .img2{
    top: 140px;
}
#content3 .center_box .img3{
    top: 430px;
}

/***************第三块 右边盒子******************/
#content3 .right_box{
    width: 498px;
    height: 100%;
    /*background: yellowgreen;*/
}
#content3 .right_box {
    margin-top: 120px;
}
#content3 .right_box div{
    width: 500px;
    height: 400px;
    margin-bottom: 10px;
    /*background: darksalmon;*/
}
#content3 .right_box .first_box{
    position: relative;
}
#content3 .right_box .first_box div{
    width: 200px;
    height: 50px;
    background: #0056c0;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    position: absolute;
    right: 244px;
    top: 29px;
}
#content3 .right_box .first_box img{
    position: absolute;
    left: 135px;
    top: 135px;
    width: 164px;
}
#content3 .right_box .first_box div::after{
    content: "";
    left: -30px;
    bottom: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #0056c0;
    border-right: 15px solid #0056c0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
.right_box .first_box h3 {
    position: absolute;
    right: -70px;
    top: 0;
    color: #0855b1;
    font-size: 24px;
}
/* 金币图标 单独设置 */
#content3 .left_box .first_box .coin_icon{
    display: block;
    width: 30%;
}
