/*banner*/
.banner{
    height:4rem;
    background:url("../images/cjrh-hd.png") no-repeat;
    background-size:cover;
}
.b-text{
    width:12rem;
    margin:0 auto;
    position:relative;
}
.b-text h1{
    font-size: 0.5rem;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.01rem;
    position:absolute;
    top:0.85rem;
    left:50%;
    transform: translateX(-50%);
}
.b-text p{
    width: 12rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: rgba(255,255,255);
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    position:absolute;
    top:1.7rem;
    left:50%;
    transform: translateX(-50%);
    text-align: center;

}


/*导航*/
.cjrh-nav{
    width:12rem;
    margin:-0.4rem auto 0;
}
.cjrh-nav .cjrh-navitem{
    width: 2.3rem;
    height: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.1rem 0.01rem rgba(0,103,166,0.16);
    border-radius: 0.1rem;
    float:left;
    margin-right:0.12rem;
    padding:0.2rem 0 0 0.2rem;
    cursor: pointer;
    transition:all .5s ease;
}
.cjrh-nav .cjrh-navitem:last-child{
    margin-right:0;
}
.cjrh-nav .cjrh-navitem h3{
    font-size: 0.24rem;
    font-weight: bold;
    color: #0067A6;
    margin-bottom:0.08rem;
}
.cjrh-nav .cjrh-navitem p{
    font-size: 0.16rem;
    font-weight: 400;
    color: #909399;
}
.cjrh-nav .cjrh-navitem div{
    font-size: 0.16rem;
    font-weight: 400;
    color: #909399;
    float:right;
    margin-right:0.1rem;
    margin-top:0.02rem;
}
.cjrh-nav .cjrh-navitem div img{
    width:0.59rem;
    heigth:0.49rem;
}

/*政策背景*/
.zcbj-wrapper{
    width:100%;
    padding-bottom:0.6rem;
}
.zcbj{
    width:12rem;
    margin:0 auto;
}
.zcbj-description{
    width: 11.5rem;
    font-size: 0.45rem;
    font-weight: 400;
    color: #909399;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    margin:0.3rem auto;
}
.zcbj-content{
    display: flex;
    justify-content: space-evenly;
}
.zcbj-item{
    width: 3.29rem;
    height: 8.2rem;
    background: #F5F7FA;
    border-radius: 0.1rem;
}
.zcbj-item img{
    width:1.8rem;
    height:1.8rem;
    margin:0.25rem auto 0;
    display: block;
}
.zcbj-item h6{
    font-size: 0.3rem;
    font-weight: bold;
    color: #303133;
    text-align: center;
}
.zcbj-item div{
    width:2.67rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #909399;
    line-height: 0.4rem;
    margin:0.23rem auto 0;
}

/*建设目标*/
.jsmb-wrapper{
    background:url("../images/jsmb1.png") no-repeat;
    background-size:cover;
    background-position: left center; /* 关键：靠左，上下居中 */
    width:100%;
    padding-bottom:0.6rem;
    height:21.02rem;
}
.jsmb{
    width:100%;
    margin:0 auto;
    text-align: center;
}
.jsmb-description{
    width:9.28rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin:0.3rem auto;
}
.jsmb2{
    background:url("../images/jsmb2.png") no-repeat 0 -2.57rem;
    background-size:cover;
    width:100%;
    height:18.75rem;
    padding-bottom:0.6rem;
}
.jsmb3{
    background:url("../images/jsmb3.png") no-repeat;
    background-size:cover;
    width:100%;
    height:18.61rem;
}
.cjrh-xtyr{
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:0.2rem;
    text-align: center;
}
.cjrh-xtyr h5{
    font-size:0.3rem;
}
.cjrh-xtyr p{
    width:5.9rem;
    display: flex;
    justify-content: space-between;
    margin:0.01rem auto 0;
    padding-left: 15px;
}
.cjrh-xtyr p span{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
}
.cjrh-xtyr div{
    font-size:0.26rem;
    margin-top:1rem;
    text-align: left;
}
.cjrh-xtyr div span:nth-child(1){
    margin-left:1.8rem;
}
.cjrh-xtyr div span:nth-child(2){
    margin-left:2.15rem;
}
.cjrh-xtyr div span:nth-child(3){
    margin-left:2rem;
}
.cjrh-xtyr div span:nth-child(4){
    margin-left:2.2rem;
}
.need-description{
    margin-top:0.6rem;
}
.need-description div{
    width: 0.1rem;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    margin-top:0.08rem;
    margin-right:0.1rem;
    float:left;
}
.need-description ul{
    float:left;
    margin-left:0.87rem;
    text-align: left;
}
.need-description ul:nth-child(2){
    margin-left:0.7rem;
}
.need-description ul:nth-child(3){
    margin-left:0.7rem;
}
.need-description ul:nth-child(4){
    margin-left:0.53rem;
}
.need-description li{
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
}
.label{
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:.52rem;
}
.label div{
    width:0.21rem;
    float:left;
    letter-spacing: 0.06rem;
    writing-mode: vertical-rl;
}
.label div:nth-child(1){
    margin-left:1.95rem;
}
.label div:nth-child(2){
    margin-left:2.3rem;
}
.label div:nth-child(3){
    margin-left:0.08rem;
}
.label div:nth-child(4){
    margin-left:0.28rem;
}
.label div:nth-child(5){
    margin-left:1.4rem;
}
.label div:nth-child(6){
    margin-left:0.36rem;
}
.label div:nth-child(7){
    margin-left:0.36rem;
}
.label div:nth-child(8){
    margin-left:0.36rem;
}
.label div:nth-child(9){
    margin-left:.9rem;
}
.label div:nth-child(10){
    margin-left:0.36rem;
}
.label div:nth-child(11){
    margin-left:0.36rem;
}
.label div:nth-child(12){
    margin-left:0.36rem;
}
.jsmb2-description{
    width: 10.44rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin:.4rem auto 0;
}
.cjrh-xtyr2{
    font-size: 0.26rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:0.3rem;
}
.cjrh-xtyr2 h5{
    font-size:0.26rem;
}
.cjrh-xtyr2 p{
    width:5rem;
    display: flex;
    justify-content: flex-start;
    margin:0.08rem 0 0 3.6rem;
}
.cjrh-xtyr2 p span{
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.cjrh-xtyr2 p span:nth-child(2){
    padding-left: 5px;
}
.cjrh-xtyr2 p span:nth-child(3){
    padding-left: 5px;
}
.cyjy{
    width:14.24rem;
    height:5.85rem;
    position:relative;
    margin-top:0.55rem;
}
.cyjy div{
    font-size: 0.32rem;
    font-weight: bold;
    color: #98E4F3;
    position:absolute;
}
.cyjy div:nth-child(1){
    left:2.4rem;
}
.cyjy div:nth-child(2){
    left: 8.1rem;
    font-size: 0.25rem;
    top: 0.05rem; 
}
.cyjy div:nth-child(3){
    left: 0.36rem;
    top: 1rem;
}
.cyjy div:nth-child(4){
    left:10.1rem;
    top:1.03em;
}
.cyjy div:nth-child(5){
    left:0;
    top:2.2rem;
}
.cyjy div:nth-child(6){
    left:9.95rem;
    top:2.62rem;
}
.cyjy div:nth-child(7){
    left:0.32rem;
    top:3.41rem;
}
.cyjy div:nth-child(8){
    left:9.01rem;
    top:3.95rem;
}
.cyjy div:nth-child(9){
    left:1.5rem;
    top:4.4rem;
    font-size:0.25rem;
}
.cyjy div:nth-child(10){
    left:8.22rem;
    top:4.4rem;
}
.cyjy div:nth-child(11){
    left:3.5rem;
    top:2.2rem;
    color: #FFFFFF;
    font-size: 0.6rem;
}
.cyjy div:nth-child(12){
    left:7.2rem;
    top:2.2rem;
    color: #FFFFFF;
    font-size: 0.6rem;
}
.bottom-text{
    margin-top:-0.6rem;
}
.bottom-text span{
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-right:0.8rem;
}
.bottom-text span:nth-child(1){
    margin-left:.8rem;
}


/*发展意义*/
.fzyy-wrapper{
    background:url("../images/fzyy-bg.png") no-repeat;
    background-size:cover;
    width:100%;
    padding-bottom:0.8rem;
}
.fzyy{
    width:12rem;
    margin:0 auto;
}
.fzyy-description{
    width:12rem;
    font-size: 0.5rem;
    font-weight: 400;
    color: #909399;
    text-align: center;
    margin:0.5rem auto;
    position:relative;
    padding-left: 5px;
    padding-right: 5px;
}
.fzyy-content{
    overflow: hidden;
}
.fzyy-content .fzyy-item{
    width: 12.5rem;
    height: 12rem;
    background: #F5F7FA;
    border-radius: 0.1rem;
    margin-right:0.2rem;
    display: block;
    transition:all .3s;
    overflow: hidden;
        margin-left: 5px;
}
.fzyy-content .fzyy-item:nth-child(3){
    margin-left: 15px;
}
.fzyy-content .fzyy-item:nth-child(4){
    margin-left: 20px;
}
.fzyy-content .fzyy-item:hover{
    box-shadow: 0 0 0.16rem 0.01rem rgba(0,103,166,0.3);
}
.fzyy-content .fzyy-item:hover img{
    transform: scale(1.1);
}
.fzyy-content .fzyy-item div:nth-child(1){
    width: 12.5rem;
    height: 6.5rem;
    overflow: hidden;
}
.fzyy-content .fzyy-item img{
    width:12.5rem;
    height:6.5rem;
    border-radius: 0.1rem 0.1rem 0 0;
    transition:all .3s;
    overflow: hidden;
}
.fzyy-content .fzyy-item h4{
    font-size: 0.6rem;
    font-weight: bold;
    color: #303133;
    margin:0.3rem 0.3rem 0.2rem 0.3rem;
}
.fzyy-content .fzyy-item div:nth-child(3){
    font-size: 0.6rem;
    font-weight: 400;
    color: #909399;
    margin:0 0.3rem 0 0.3rem;
}
.fzyy-content .fzyy-item:nth-child{
    margin-right:0;
}

/*产品介绍*/
.cpzx-bag{
    height:8.5rem;
    background:#F8F8F8;
    position:relative;
}
.cpzx-wrapper{
    background:url("../images/cpzx-bg.png") no-repeat;
    background-size:cover;
    width:100%;
    height:6.14rem;
    padding-bottom:0.8rem;
    margin-top:1.5rem;
    display: inline-block;
}
.cpzx{
    width:100%;
    margin:0 auto;
    position:relative;
}
.cpzxCl{
    width:4.56rem;
    padding-left: 20px;
}
.cpjstitle{
    width:2.13rem;
    padding-top:0.91rem;
}
.cpzx-description{
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:0.45rem;
}
.cpzx-barnav{
    position:absolute;
    top:4.46rem;
    left:5.96rem;
}
.cpzx-barnav img{
    display: block;
    width:0.4rem;
    height:0.4rem;
    margin-bottom:0.3rem;
    cursor: pointer;
}
.cpzx-prev{
    transform:rotate(180deg);
}
.cpzxCr{
    position:absolute;
    right:0;
    top:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height:6.83rem;
    transition: all .6s;
    transform: translateY(-2.8%);
}
.Cr-roll{
    transition: all .6s;
}
.cpzxCr .cpzxCr-item{
    width: 5.21rem;
    height: 1.6rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.16rem 0.01rem rgba(0,171,215,0.14);
    border-radius: 0.06rem;
    padding:0.3rem;
    margin-bottom:0.15rem;
}
.cpzxCr .cpzxCr-item div:nth-child(1){
    display: block;
    float:left;
    margin-right:0.4rem;
}
.cpzxCr .cpzxCr-item div:nth-child(1) img{
    width:0.3rem;
}
.cpzxCr .cpzxCr-item div:nth-child(2){
    width:3.78rem;
    float:left;
}
.cpzxCr .cpzxCr-item div:nth-child(2) h6{
    font-size: 0.2rem;
    font-weight: bold;
    color: #303133;
}
.cpzxCr .cpzxCr-item div:nth-child(2) div{
    font-size: 0.2rem;
    font-weight: 400;
    color: #909399;
}

.cpzx-page-wrapper{
    width:12rem;
    margin:0 auto;
    position:relative
}
.cpzx-page{
    position:absolute;
    width:5.213rem;
    top:0.7rem;
    right:0;
    border-bottom:0.01rem solid #0067A6;
}
.cpzx-page div{
    font-size: 0.3rem;
    font-weight: 400;
    color: #0067A6;
    width:0.7rem;
    text-align: center;
    border-bottom:0.06rem solid #0067A6;
}

/*预期效果*/
.yqxg-wrapper{
    background-size:cover;
    width:100%;
    padding-bottom:0.8rem;
    display: inline-block;
}
.yqxg{
    width:12rem;
    margin:0 auto;
    position:relative;
}
.yqxg-contentbg{
    width:12rem;
    height:6.08rem;
    background:url("../images/yqxg-bg.png") no-repeat;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yqxg-content{
    width: 11.4rem;
    height: 5.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.2rem 0.01rem rgba(0, 103, 166, 0.29);
    border-radius: 0.2rem;
    padding: 0.4rem 0 0 .5rem;
}
.yqxg-content ul li{
    margin-bottom:0.38rem;
}
.yqxg-content ul li div{
    width: 0.12rem;
    height: 0.12rem;
    background: #0067A6;
    border-radius: 50%;
    float:left;
    margin:0.09rem 0.12rem 0 0;
}
.yqxg-content ul li h4{
    font-size: 0.3rem;
    font-weight: bold;
    color: #303133;
    margin-bottom: 0.1rem;
}
.yqxg-content ul li p{
    font-size: 0.21rem;
    font-weight: 400;
    color: #909399;
}










