@charset "utf-8";

.nav-business { border-bottom:3px solid #B51E27 !important;}
	
/*业务版块*/
.plate-wrap{
    width: 100%;
    min-height: 1800px;
    float: left;
    padding: 90px 0px;
    background: url(../images/plate-bg.png) no-repeat center 90px #F3F3F3;
    background-size: 503px 504px;
}
.plate-title{
    width: 100%;
    float: left;
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    color: #323232;
    margin-bottom: 50px;
}
.plate-wbox{
    width: 100%;
    float: left;
    margin-top: 45px;
    color: #323232;
}
.plate-imgbox{
    width: 650px;
    height: 360px;
    float: left;
    position: relative;
    background-color: #B51E27;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.plate-img{
    position: absolute;
    width: 650px;
    height: 360px;
    top:-12px;
    left: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 2;
}
.plate-tbox{
    width: 100%;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(0,0,0,0.3);
    z-index: 3;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    color: #fff;
    line-height: 70px;
    font-size: 24px;
}
.plate-icon{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.plate-text-box{
    width: 505px;
    min-height: 290px;
    float: left;
    padding-top: 70px;
}
.plate-text-title{
    width: 100%;
    float: left;
    font-size: 24px;
}
.plate-text1{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 35px;
    line-height: 30px;
    color: #333;
}
