/**
introduct
 */
.banner{
	background-color:#3095FF;
}
.banner_con{
	background: url('../images/financial/banner1.png') no-repeat top right;
}
.introduct{
    height: 612px;
    width: 100%;
    text-align: center;
}

.item-title{
    font-size: 30px;
    /* font-weight: 700; */
    margin-top: 50px;
    margin-bottom: 30px;
}

.item-content{
    margin-top: 20px;
    margin-bottom: 10px;
    /* font-weight: 300; */
    font-size: 16px;
    width: 740px;
    margin: 0 auto;
}

.introduct>div{
    width: 660px;
    height: 400px;
    margin: 30px auto 0;
	background: url('../images/financial/introduct.png') no-repeat;
}

/**
product
 */
.product{
    height: 520px;
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
}

.product>p{
    padding-top: 50px;
    font-size: 27px;
    margin-bottom: 45px;
}

.product-box{
    display: flex;
    width: 75%;
    margin: 0 auto;
}

.product-item{
    width: 280px;
    height: 330px;
    background-color: #fff;
}

.product-img{
    width: 109px;
    height: 109px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 35px;
}

.product-item>p{
    font-size: 17px;
    /* font-weight: 700; */
    margin-bottom: 30px;
}

.product-text{
    width: 238px;
    font-size: 14px;
    margin: 0 auto 30px;
}

.product-line{
    width: 60px;
    height: 0;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.product-empty{
    flex: 1;
    min-width: 20px;
}

/**
scene
 */
.scene{
    height: 535px;
    width: 100%;
    text-align: center;
    background-color: #3da6e9;
}

.scene>p{
    padding-top: 50px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 45px;
}

.scene-box{
    display: flex;
    width: 65%;
    margin: 0 auto;
    min-width: 1163px;
}

.scene-item{
    width: 225px;
    height: 355px;
    background-color: #fff;
}

.scene-img{
    width: 225px;
    height: 301px;
}

.scene-text{
    font-size: 17px;
    line-height: 55px;
}

.scene-empty{
    flex: 1;
    min-width: 10px;
}

/**
how
 */
.how{
    height: 550px;
    width: 100%;

    text-align: center;
}

.how>p{
    padding-top: 50px;
    font-size: 28px;
    margin-bottom: 35px;
}

.how>p>span{
    color: red;
}

.how-box{
    display: flex;
    margin: 0 auto;
    width: 70%;
}

.how-item{
    width: 260px;
    height: 230px;
}

.how-img{
    width: 99px;
    height: 97px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.how-item>p{
    font-size: 19px;
    margin-bottom: 20px;
}

.how-text{
    width: 260px;
    font-size: 14px;
    color: #999;
}

.how>a{
    display: block;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #3da6e9;
    line-height: 40px;
    margin-top: 40px;
    color: #3da6e9;
    font-size: 15px;
}

.how>a:hover{
    color: #3da6e9;
}

.how-empty{
    flex: 1;
    min-width: 20px;
}
.product-item .img1{
	background: url('../images/financial/product1.png') no-repeat
}
.product-item .img2{
	background: url('../images/financial/product2.png') no-repeat
}
.product-item .img3{
	background: url('../images/financial/product3.png') no-repeat
}
.product-item .img4{
	background: url('../images/financial/product4.png') no-repeat
}


.scene-item .img1{
	background: url('../images/financial/scene1.png') no-repeat
}

.scene-item .img2{
	background: url('../images/financial/scene2.png') no-repeat
}

.scene-item .img3{
	background: url('../images/financial/scene3.png') no-repeat
}

.scene-item .img4{
	background: url('../images/financial/scene4.png') no-repeat
}

.scene-item .img5{
	background: url('../images/financial/scene5.png') no-repeat
}

.how-item .img1{
	background: url('../images/financial/how1.png') no-repeat
}

.how-item .img2{
	background: url('../images/financial/how2.png') no-repeat
}

.how-item .img3{
	background: url('../images/financial/how3.png') no-repeat
}

.how-item .img4{
	background: url('../images/financial/how4.png') no-repeat
}


.hangye{
	width: 100px; display: block; color: #999; margin-bottom: 10px;
}
.shouhou{
	width: 100px; display: block;color: #999;margin-bottom: 10px;
}
.wenzi{
	color: #999;
}




































