.bj{
    background: url(../img/images/bg_02.png) no-repeat;
    background-size: 100% 100%;
    /*height: 100%;*/
}
.tab{
    border-bottom: 1px solid #b2bde0;
    white-space:nowrap;
}
.tab>.tabs{
    color: #fff;
    font-size: 15px;
    float: left;
    line-height: 30px;
    padding: 10px;
    margin-right: 15px;
    cursor: pointer;
}
.tabActive{
    font-weight: bolder;
    border-bottom: 3px solid #ff9600;
}
.newTabp{
    float: left;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 5px;
    background: #34589a;
    cursor: pointer;
    margin: 50px auto;
    margin-right: 30px;
}
.newTabpActive{
    background: #0ba349;
}
.title2{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.title2-name{
    float: left;
    text-align: center;
    line-height: 35px;
    font-size:15px;
    background-color: #34589a;
    border-radius: 5px;
    padding: 0 15px;
    color: white;
    cursor: pointer;
    margin-right:30px;
    margin-bottom: 15px;
}
.center{
    width: 100%;

}

.tm{

    float: left;
    box-sizing:border-box;
    width: 33.3%;
    height: 500px;
    margin-bottom: 20px ;
}
.nei{
    border-radius: 20px;
    background-color:rgba(255,255,255,0.3);

    margin:0 10px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    /*position: relative;*/
}
.nei img{
    object-fit: contain;
    width: 100%;
    height:100%;
    transition: transform 0.3s ease;
    /*动画0.3秒*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
.nei img:hover{
    /*图片放大1.2倍*/
    transform: scale(1.2);
}
.xuanzhong{
    background-color: #0ba349;
}
.countent{
    padding: 10px 40px 200px 40px;
    background: rgba(52,91,141,0.8);
    border-radius: 10px;
    color: #fff;
}
.countent>h3{
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}
.countent>p{
    line-height: 50px;
    font-size: 17px;
    text-indent: 2em;
}
.countent>h4{
    letter-spacing: 2px;
    border-bottom: 4px solid #ea8a00;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    line-height: 15px;
}
.zCenter{
    width: 100%;
    margin: 0px auto;
}
.lefts{
    width: 42%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.mods{
    width: 16%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.rights{
    width: 42%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.centers{
    width: 15px;
    height: 100%;
    background: #cfe3ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.y{
    width: 60px;
    height: 60px;
    background: #7324ad;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.x{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #7324ad;
    transform: rotate(30deg) translate(-10%,-50%);
    position: absolute;
    top: 50%;
    left: 10%;
}
.x1{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #7324ad;
    transform: rotate(-30deg) translate(-10%,-50%);
    position: absolute;
    top: 50%;
    right: 10%;
}
.count{
    background: #ebf0f6;
    border-radius: 8px;
    font-size: 14px;
    padding: 20px;
}
.count>p{
    margin: 0;
    line-height: 35px;
}
.jj{
    display: none;
}
.year{
    display: none;
}
/*党建品牌*/
.dangjian-l{
    border-radius: 5px;
    padding: 10px 10px 10px 0;
    background-color: transparent;
    width: 38%;
    float: left;
    box-sizing: border-box;
    height: 450px;

}
.l-top{
    color: white;
    height: 100px;
    text-align: center;
    line-height: 75px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.l-top h1{
    float: left;


}
.l-top img{
    float: right;
    width: 100px;
}
.l-bottom{
    padding: 20px;
    color: white;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;
    line-height: 30px;
    margin: 10px 0;
    font-size: 13px;
    text-indent: 25px;
    height:220px;
    text-align: justify;
    overflow: auto;
}

.dangjian-r{
    width: 62%;
    float: left;
    box-sizing: border-box;
}
.r-top{
    padding: 20px;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;
    margin: 10px 0;
    height: 200px;
    box-sizing: border-box;
}
.r-top h1{
    color:#ffa800;
    font-size:20px;
    font-weight: bold;
}
.r-top p{
    line-height: 30px;
    color: white;
    font-size: 18px;
    text-indent: 25px;
    text-align: justify;
}
.dangjian-b{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;
    margin-top: -15px;
}

.dangjian-b h1 {
    color: #ffa800;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.dangjian-b p{
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-indent: 25px;
    text-align: justify;
}
.brand-title{
    color: white;
}

.brand-top img{
    width: 30%;
    float: left;
}
.brand-top-r{
    float: right;
    width: 69%;
    /*height: 100%;*/
    padding: 0 20px;
    box-sizing: border-box;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;

}
.brand-top-r h1{
    color:#ffa800;
    font-size:20px;
    font-weight: bold;
    line-height: 30px;
}
.brand-top-r p{
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-indent: 25px;
    text-align: justify;
}
.brand-bottom{
    height: 300px;
    margin-top: 10px;

}
.brand-bottom-l{
    float: left;
    width: 69%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;
}
.brand-bottom-l h1{
    color:#ffa800;
    font-size:20px;
    font-weight: bold;
    line-height: 30px;
}
.brand-bottom-l p{
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-indent: 25px;
    text-align: justify;
}
.brand-bottom-r{
    float: right;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    background:rgb(255, 255, 255, 0.3);
    border-radius: 5px;
    margin-left: 10px;
}
.brand-bottom-r h1{
    color:#ffa800;
    font-size:20px;
    font-weight: bold;
    line-height: 30px;
}
.brand-bottom-r p{
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-indent: 25px;
    text-align: justify;
}
.d-b{
    margin-top: 200px;
}
/*理念文化*/
.block1_1{
    float: left;
    width: 76%;
    margin-bottom: 100px;
}
.block1_2{
    float: right;
    width: 40%;
    box-sizing: border-box;

}
.five{
    width: 30%;
    float: left;
    margin-right: 25px;
}
.five-title{
    height: 30px;
    line-height: 30px;
}
.five-title img{
    float: left;
    width: 30px;
    display: block;
    margin: auto;
}
.five h4{
    color:#ffc06c;
    font-size:25px;
}
.five p{
    color: white;
    font-size: 18px;
    line-height: 20px;
    margin-left: 30px;
}
.block1_2{
    box-sizing: border-box;
    width:24%;

}
.block1_2 img{
    width: 100%;
    float: right;
}

.block2 h2{
    color: white;
}
.block2{
    margin-bottom: 100px;
    box-sizing: border-box;
}
.block2_1{
    float: left;
    width: 40%;
    height: 300px;
    margin-right: 10px;
}
.block2_1 img{
    width: 100%;
    height: 100%;
}
.block2_2{
    float: right;
    width: 58%;
    height: 300px;
    text-align: center;
    box-sizing: border-box;
}
.six{
    float: left;
    background: rgb(255,255,255,0.3);
    border-radius: 5px;
    width: 48%;
    height: 31%;
    box-sizing: border-box;
    margin:0 5px 10px 5px;
    padding: 5px;
}
.six:nth-of-type(2n){
    margin-right: 0;
}
.six h4{
    color:#ffc06c;
    margin: 15px 0;
    font-size:20px;
}
.six p{
    color: white;
    font-size: 18px;
    line-height: 20px;
}
.block3 h2{
    color: white;
}
.block3_1{
    float: left;
    width: 58%;
    height: 300px;
}
.block3_2{
    float: right;
    width: 41%;
    height: 300px;
}
.block3_1_1{
    float: left;
    border-radius: 5px;
    background: rgb(255,255,255,0.3);
    width: 100%;
    height: 40%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.block3_1_1 h4{
    color:#ffc06c;
    margin: 15px 0;
    font-size:20px;
}
.block3_1_1 p{
    color: white;
    font-size: 18px;
    line-height: 20px;
}
.block3_1_2{
    float: left;
    border-radius: 5px;
    background: rgb(255,255,255,0.3);
    width: 49%;
    height:55%;
    padding: 10px;
    margin-right: 10px;
    box-sizing: border-box;

}
.block3_1_2:last-of-type{
    margin-right: 0;
    float: right;
}
.block3_1_2 h4{
    color:#ffc06c;
    margin: 15px 0;
    font-size:20px;
}
.block3_1_2 p{
    color: white;
    font-size: 18px;
    line-height: 20px;
}
/*.block3_1_3{*/
/*    float: left;*/
/*    border-radius: 5px;*/
/*    background: rgb(255,255,255,0.3);*/
/*    width: 45%;*/
/*    padding: 10px;*/
/*}*/
/*.block3_1_3 h4{*/
/*    color:#ffc06c;*/
/*}*/
/*.block3_1_3 p{*/
/*    color: white;*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*}*/
.block3_2_1{
    border-radius: 5px;
    background: rgb(255,255,255,0.3);
    width: 100%;
    height: 48%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.block3_2_1 h4{
    color:#ffc06c;
    margin: 15px 0;
    font-size:20px;
}
.block3_2_1 p{
    color: white;
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 700px){
    .block1_1{
        float: none;
        width: 100%;
    }
    .five{
        width: 100%;
    }
    .block1_2{
        float: none;
        width: 100%;
    }
    .block1_2 img{
        width: 100%;
        display: block;
        margin: auto;
    }
    .block2_1{
        width: 100%;
    }
    .block2_1{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .newTabp{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .newTab{
        margin-top: 50px;
    }
}
@media screen and (max-width: 1600px){

    .block2_2{
        width: 100%;
        height: auto;
    }
    .six{
        float: none;
        width: 100%;
    }
    .block3_1{
        width: 100%;
        height: auto;
    }
    .block3_2{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .block3_1_2{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .block3_2_1{
        height: auto;
        margin-bottom: 10px;
    }
    .block2_1{
        margin-bottom: 10px;
    }

}
@media screen and (max-width:1600px) {
    .dangjian-l{width: 100%;}
    .l-top{width: 33%;float: left;margin-top: 4%;}
    .l-bottom{margin-bottom: 5px;float: right;width:60%;height: auto}
    .dangjian-l{height: auto;padding: 10px 0;}
    .dangjian-r{width: 100%;}
    .dangjian-b{margin-top: 2px;}
    .r-top{width: 100%;margin-top: 1px;height: auto;}
    .brand-bottom{height: auto;}
    .brand-bottom-l{width: 100%;}
    .brand-bottom-r{width: 100%;margin-top: 10px;}
    .brand-top-r{height: auto;}
}
@media screen and (max-width: 700px){
    .brand-top-r{width: 100%;margin-top: 10px;height: auto;}
    .brand-top img{width: 100%;}
    .l-top{width: 100%;}
    .l-bottom{
        width: 100%;box-sizing: border-box;
    }
}
@media screen and (max-width:1000px) {
    .tm{
        width: 48%;
    }
}
@media screen and (max-width:700px) {
    .tm{
        width: 100%;
    }
    .x,.x1{
        display: none;
    }
    .mods{
        display: none;
    }
    .count{
        width: 100%;
        margin-bottom: 15px;
    }
    .zCenter{
        height: auto;
    }
    .year{
        display: block;
    }
}