/* first_plate */
.first_plate{
    height: 700px;
    min-width: 1200px;
    padding-top: 90px;
}

.background-image{
    height: 380px;
    background: url(../images/dengbao/dbanner1.png)  no-repeat top center;
	background-size:cover;
}
.first_plate .title{
    text-align: center;
    font-size:52px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:500;
    color:rgba(255,255,255,1);
    letter-spacing: 8px;
    text-indent: 8px;
}
.first_plate .text-area{
    margin-top: 50px;
    text-align: center;
}
.first_plate .text1{
    font-size:16px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:yellow;
    line-height:25px;
}
.first_plate .text2{
    font-size:26px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:yellow;
    line-height:25px;
    letter-spacing: 2px;
}
.first_plate .rotation_btn{
    display: block;
    margin: 71px auto 0 auto;
    text-align: center;
    line-height: 58px;
    width:200px;
    height:58px;
    background:#20a53a;
    border-radius:8px;
    font-size:16px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:600;
    color:rgba(255,255,255,1);
    letter-spacing: 2px;
}
.first_plate .rotation_btn:hover{
    background-color:#20923A;
	color:#fff;
}
.plate-2{
    min-width: 1280px;
    /* height: 763px; */
    padding-bottom: 60px;
    background: #fff;
}
.plate-2 .title{
    padding-top: 60px;
    letter-spacing: 3px;
    text-align: center;
    font-size:30px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.plate-2 .text1{
    margin: 30px auto 0 auto; 
    text-align: center;
    letter-spacing: 2px;
    width:1261px;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:25px;
}
.plate-2 .content{
    margin: 49px auto 0 auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
}
.plate-2 .content .content-box{
    width:630px;
    height:452px;
    background:rgba(249,250,252,1);
    border:1px solid rgba(215,215,215,1);
    box-shadow:0px 0px 28px 2px rgba(60,64,66,0.11);
    border-radius:5px;
    display: flex;
}
.plate-2 .content .content-box .box-left{
    width: 251px;
    border-right: 1px solid rgba(229,229,229,1);
}
.plate-2 .content .content-box .box-left .top{
    height: 227px;
    border-bottom: 1px solid rgba(229,229,229,1);
}
.plate-2 .content .content-box .box-left .bottom{
    height: 270px;
    padding: 13px 24px 0 38px;
}
.plate-2 .content .box-icon{
    width:110px;
    height:110px;
    margin: 44px 0 0 78px;
}
.plate-2 .content .text2{
    font-size:24px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 29px;
    text-align: center;
    letter-spacing: 3px;
}
.plate-2 .content .text3{
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:27px;
    text-align: center;
    letter-spacing: 2px;
}
.plate-2 .content .text-area{
    margin-top: 43px;
    text-align: center;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(255,156,40,1);
    line-height:30px;
}
.plate-2 .content .text4{
    font-size:14px;
    letter-spacing: 2px;
}
.plate-2 .content .text5{
    font-size:32px;
    letter-spacing: 3px;
}
.plate-2 .content .text6{
    font-size:14px;
}
.plate-2 .content .rotation_btn{
    display: block;
    margin: 40px auto 15px auto;
    text-align: center;
    line-height: 38px;
    width:160px;
    height:38px;
    background:#20a53a;
    border-radius:5px;
    font-size:16px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:300;
    color:rgba(255,255,255,1);
    letter-spacing: 2px;
}
.plate-2 .content  .rotation_btn:hover{
    background-color:#20923A;
	color:#fff;
}
.plate-2 .content .content-box .box-right{
    width: 379px;
    padding: 75px 43px 43px 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plate-2 .content .line{
    display: flex;
    height: 50px;
}
.plate-2 .content .line-left{
    display: flex;
    flex-shrink: 0;
}
.plate-2 .content .circle{
    margin-top: 3px;
    width:8px;
    height:8px;
    background:#20a53a;
    border-radius:50%;
}
.plate-2 .content .text7{
    margin-left: 11px;
    letter-spacing: 2px;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:#20a53a;
}
.plate-2 .content .line-right{
    margin: -5.5px 0 0 21px;
    /* width: 200px; */
    letter-spacing: 2px;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:25px;
}

.plate-3{
    height: 950px;
    padding: 60px 0 0;
}
.plate-3 .title{
    text-align: center;
    letter-spacing: 5px;
    font-size:30px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.plate-3 .text1{
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size:18px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:#20a53a;
}
.plate-3 .content{
    width: 1280px;
    margin: 30px auto 0 auto;
    display: flex;
}
.plate-3 .box-1{
    width:349px;
    height:521px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 21px 0px rgba(52,52,52,0.07);
}
.plate-3 .box-1 .pic{
    margin: 174px auto 0 auto;
    width:162px;
}
.plate-3 .box-2{
    width: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plate-3 .box-3{
    width:710px;
    height:521px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 21px 0px rgba(52,52,52,0.07);
}
.plate-3 .box-3 .pic{
    margin: 39px auto 0 auto;
    width:162px;
}
.plate-3 .box-4{
    width: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plate-3 .box-5{
    width:349px;
    height:521px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 21px 0px rgba(52,52,52,0.07);
}
.plate-3 .box-5 .pic{
    margin: 174px auto 0 auto;
    width:162px;
}
.plate-3 .content .text2{
    text-align: center;
    margin-top: 35px;
    letter-spacing: 2px;
    font-size:18px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.plate-3 .content .pic{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    position: relative;
}
.plate-3 .content .unit{
    width: 37px;
    height: 67px;
}
.plate-3 .content .unit-text{
    letter-spacing: 1px;
    margin-top: 11px;
    text-align: center;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.plate-3 .content .relation {
    width: 90px;
    text-align: center;
}
.plate-3 .content .relation img{
    width: 52px;
}
.plate-3 .content .relation-text{
    letter-spacing: 1px;
    padding-top: 7px;
    text-align: center;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:#20a53a;
}
.plate-3 .content .pic-2{
    margin: 45px auto 0 auto;
    width: 520px;
    height: 384px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.plate-3 .content .pic-2 .con{
    width:240px;
    height:177px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(213,234,255,1);
    border-radius:5px;
    position: relative;
}
.plate-3 .content .pic-2 .curtain{
    position: absolute;
    bottom: 0px;
    width:240px;
    height:39px;
    background:#20a53a;
    border-radius:5px;
    overflow: hidden;
    padding-top: 5px;
    transition: all 0.5s;
}
.plate-3 .content .pic-2 .con:hover .curtain{
    height: 100%;
    padding-top: 31px;
}
.plate-3 .content .pic-2 .curtain .text-area{
    display: flex;
    justify-content: center;
	margin-top:5px;
}
.plate-3 .content .pic-2 .curtain .text4{
    text-align: center;
    line-height: 24px;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:#20a53a;
    width:24px;
    height:24px;
    background:rgba(255,255,255,1);
    border-radius:50%;
}
.plate-3 .content .pic-2 .curtain .text5{
    margin-left: 9px;
    line-height: 24px;
    font-size:16px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.plate-3 .content .pic-2 .curtain .text6{
    margin: 26px auto 0 auto;
    letter-spacing: 2px;
    /* text-align: center; */
    width:202px;
    font-size:14px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:22px;
}
.plate-3 .content .pic-2 .curtain .text-8{
    width: 60px;
    margin-left: -10px;
}
.plate-3 .arrow-top{
    margin-top: 25px;
    text-align: center;
}
.plate-3 .content-2{
    margin: 24px auto 0 auto;
    width:1280px;
    height:150px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 21px 0px rgba(52,52,52,0.07);
    text-align: center;
    line-height:150px;
    font-size:18px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(51,51,51,1);
    letter-spacing: 2px;
}
.plate-3 .abso{
    position: relative;
}
.plate-3 .abso .text-8{
    position: absolute;
    width: 100px;
    left: -32px;
}


.arrow-i{
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-i .mi{
    display: inline-block;
    width:46px;
    height:3px;
    background:rgba(51,51,51,0.45);
}
.arrow-i .left-ar{
    display: inline-block;
    border-top: 3.5px solid transparent;
    border-right: 6px solid rgba(51,51,51,0.45);
    border-bottom: 3.5px solid transparent;
}
.arrow-i .right-ar{
    display: inline-block;
    border-top: 3.5px solid transparent;
    border-left: 6px solid rgba(51,51,51,0.45);
    border-bottom: 3.5px solid transparent;
}




.plate-4{
	width:1280px;
    height: 350px;
	margin:0 auto;
    padding: 60px 0 30px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    position: relative; */
    transition: all 0.6s;
	background: url(../images/dengbao/plate-4-bg1.png)  no-repeat top center;
}
.plate-4 .title{
    text-align: center;
    letter-spacing: 5px;
    font-size:30px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(255,255,255,1);
}

.plate-4 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.plate-4 .card{
    width: 206px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex-grow: 1; */
    flex-shrink: 0;
    /* transition: width 0.3s; */
}
.plate-4 .active{
    width: 640px;
    height: 580px;
}
.plate-4 .card .card-icon{
    margin-bottom: 20px;
}
.plate-4 .card .text1{
    margin-bottom: 30px;
    letter-spacing: 4px;
    font-size:24px;
    
    font-weight:400;
    color:rgba(255,255,255,1);
}
.plate-4 .card .line{
    width:55px;
    height:5px;
    background:rgba(255,255,255,1);
}
.plate-4 .card .text2{
    margin-top: 19px;
    letter-spacing: 4px;
    font-size:18px;
    
    font-weight:400;
    color:rgba(255,255,255,1);
}
.plate-4 .card .text3{
    margin-top: 27px;
    letter-spacing: 2px;
    font-size:16px;
    
    font-weight:400;
    color:rgba(255,255,255,1);
}


.plate-4 .line-out{
    height: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.plate-4 .line{
    width:47px;
    height:3px;
    background:rgba(255,255,255,0.45);
    border-radius:2px;
}
.plate-4 .line-active{
    width:47px;
    height:3px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}

.arrow-div{
    position: relative;
}
.arrow-div .right-arrow-1{
    /* border: solid black;
    border-width: 0 16px 23px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); */
    width: 10px;
    height: 10px;
}


.plate-7{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
	width:1280px;
	background-color:#20a53a;
	margin:30px auto;
}
.plate-7 .text{
    letter-spacing: 3px;
    font-size:30px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.plate-7 .rotation_btn{
    margin-left: 59px;
    display: block;
    text-align: center;
    line-height: 48px;
    width:163px;
    height:48px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    font-size:18px;
    font-family:PingFang SC,helvetica neue,hiragino sans gb,arial,Microsoft Yahei,Times new roman,Source Han Sans CN,San Francisco;
    font-weight:300;
    color:#20a53a;
}
.plate-7 .rotation_btn:hover{
    background:yellow;
    color:#20a53a;
}
