.sub_banner img,.news_frist_img img,.news_img img,.case_list img,.brand_img img,.about_list img,.build_img img{ width: 100%;transition:all 1s;}
.sub_banner{
    position: relative;
    width: 100%;
}
.sub_banner_text{ 
    position: absolute;
    top: 30%;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.sub_banner_text h2{ 
    margin-bottom: 10px;
    position: relative; 
    font-size: 25px; 
    font-weight: bold;

}
.sub_site a{
    color: #fff;
}

/*内页导航*/
.sub_mune_box{
    position: relative;
    width: 100%;
    background: #F8F8F8;
}
.sub_mune{
    width: 100%;
    align-items: center;
}
.sub_mune li{
    position: relative;
    margin-right: 0.6%;
    width: 140px;
    text-align: center;
}
.sub_mune > li > a{
    display: inline-block;
    padding: 25px 0;
    width: 100%;
    font-size: 16px;
    color: #0074c5;
    font-weight: bold;
}
/*.sub_mune li a:hover,.sub_mune_active{
    background:#0074c5 ;
    color: #fff!important;
}*/
.fix{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.sub_mune_active + .sub_mune02{ display: block }
.sub_mune02{
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-top: 1px solid #F6F6F6;
}
.sub_mune02 a{
    display: inline-block;
    padding: 0 10px;
}
.sub_mune_box .nav-line {
    background: url(/images/cj30.png) no-repeat;
    bottom: -8px;
    left: 0;
    z-index: 9;
    position: absolute;
    width: 137px;
    height: 10px;
}

/*党的建设*/
.build li{
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}
.build li a{
    align-items: center;
}
.build_img{
    overflow: hidden;
    width: 28%;
    transition: all 0.5s;
}
.build_text{
    width: 68%;
}

.build_text h3{
    font-size: 20px;
    font-weight: bold;
}
.build_text > div {
    padding: 20px 0;
    color: #999;
    line-height:20px;
}
.build_text > span{
    display: block;
    color: #999;
    padding-top: 5px;
}
.build_text > em{
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height:25px;
    color: rgb(200,200,200);
    font-size: 30px;
    border:1px solid rgb(200,200,200);
    transition: all .5s;
}
.build li:hover .build_text h3{
    color: #0074C5
}
.build li:hover .build_text em{
    width: 70px;
    background:#0074c5;
    border:1px solid #0074c5;
    color: #fff;
}
.build li:hover .build_img img{
    transform: scale(1.2);
}
/*.build_time{
    width: 5%;
}
.build_time{
    text-align: center;
    color: #0074C5;
}
.build_time span{
    display: block;
    font-size: 45px;
}*/

/*新闻中心*/
.news_frist{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f8f8f8;
}
.news_frist_img{
    width: 45%;
}
.news_frist_text{
    padding-top: 50px;
    width: 50%;
    font-size: 15px;
}
.news_frist_text h3{
    margin: 15px auto;
    font-size: 25px;
}
.news_frist_text span{color: #666;}
.news_frist_text div{
    line-height: 25px;
    color: #666;
}
.news_frist_text .iconfont{ color: #fff;font-size: 14px; padding-left: 30px; }
.news_frist_text a{
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    color: #fff;
    background: #1B4A9C;
}
.news { padding-bottom:20px }
.news li{
    margin: 30px 1% 0;
    width: 31%;
    transition: all .5s;
}
.news_img{
    position: relative;
    overflow: hidden;
    width: 100%
}
.news_time{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    color: #fff;
    background:#666;
    text-align: center;
    font-size: 12px;
}
.news_time span{
    display: block;
    font-size: 20px;
}
.news_text{
    padding: 15px;
    border: 1px solid #ddd;
}
.news_text h3{
    font-size: 20px;
}
.news_text div{
    overflow: hidden;
    padding: 10px 0;
    color: #666;
    height: 70px;
    font-size: 13px;
    line-height: 20px;
}
.news_text span{
    display: inline-block;
    padding-bottom: 20px;
    font-size: 12px;
    color: #9c9c9c;
}
.news_text > span:nth-child(4){
    display: none;
}
.news li:hover img{
    transform: scale(1.1);
}
.news li:hover .news_time{
    background: #da7800;
}

/*案例*/
.case_list li{
    margin: 40px 0.5% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_text{
    padding: 15px;
    background: #fff;
    color: #b0b0b0;
}
.case_text h3{
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.case_more{
    padding:15px;
    font-weight: bold;
    background: #E5E5E5;
    color: #b0b0b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_list li:hover{
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.case_list li:hover .case_more{
    background: #0074C5;
    color: #fff;
}

/*about_list*/
.about_list li{
    margin: 40px 0.5% 0;
    overflow: hidden;
    position: relative;
    width: 24%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_text{
    padding: 15px;
    background: #fff;
    color: #b0b0b0;
}
.about_text h3{
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.about_more{
    padding:15px;
    font-weight: bold;
    background: #E5E5E5;
    color: #b0b0b0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_list li:hover{
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.about_list li:hover .about_more{
    background: #1B4A9C;
    color: #fff;
}

/*加入我们*/
/* .job dt{
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
} */
.job_title{
    padding: 25px 40px;
    background: #f1f1f1;
    border-bottom: 1px solid #f2f2f2;
}
.job_title h3 { 
    font-size: 16px;
    line-height: 39px; 
}
.job_title span{
    font-size: 35px;
    color: #999;
}
.job_show {
    padding: 40px;
    display: none;
    background: #fff;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.job_show a{ 
    margin-top: 20px;
    display: inline-block;
    padding: 10px 45px;
    color: #fff;
    background: #1B4A9C;
    border-radius: 5px;
    border-top: 1px solid #f2f2f2;
}
.job_active{
    color: #fff;
    background: #3E3E3E;
}
.job_active span{
    color: #fff;
}

/*单页*/
/*.detail > div:nth-child(3){
    padding: 0 200px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
}*/
.detail_con{width: 70%;}
.detail_con h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}
.detail_time{
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.detail-button{
    width: 25%;
}
.detail-button > a{
    display: block;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #666;
    border:8px solid #f3f3f3;
}
.detail-button > a:nth-child(2){ border-top: none; }
.detail-button > a > span{
    margin-bottom: 15px; 
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.back a{
    /*margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;*/
    margin: 20px auto;
    display: block;
    color: #666;
    text-align: right;
}
.back:hover a{color: #333}


/*brand_list*/
.brand_list li{
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    transition: 0.4s;
}
.brand_list li a{
    justify-content: space-around;
    align-items: center;
}
.brand_list li:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 13px rgba(0, 0, 0, .13);
}
.brand_list li:hover .brand_icon{
    background: #0064AA;
    color: #fff;
    border: 1px solid #0064AA;
}
.brand_img{
    width: 30%;
}
.brand_text{
    padding: 0 5%;
    box-sizing:border-box;
    width: 66%;
    font-size: 14px;
}
.brand_text h3{
    font-weight: bold;
    margin: 15px auto;
    font-size: 20px;
}
.brand_text p{margin-top:30px;color: #999;font-size: 13px;}
.brand_text p .iconfont{padding-right: 8px;} 
.brand_text div{
    line-height: 25px;
    color: #7b7b7b;
}
.brand_icon{
    width: 45px;
    height: 45px;
    border: 1px solid #d4d3d3;
    text-align: center;
    line-height:45px;
    transition: all .5s;
}
.ceshi {padding: 20px;}
.ceshi .brand_text{padding: 0; width: 90%; }
.ceshi .brand_text p {margin-top: 15px;}

.contact_detail{
    padding: 3%;
    box-sizing: border-box;
    border:solid 1px #CCC;
    width:32%;
    height: 600px;
    color: #Fff;
    background:#007EC8;
}
/*map*/
.map{
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    width: 100%; 
    height: 770px;
 }
 .map_con{
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 5%;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background:rgba(0,0,0,.7);
    color: #Fff
 }
.map_con dt{
    padding-bottom: 30px; 
    font-size: 25px;
    font-weight: bold;
}
.map_con dd{
    padding: 10px 0 10px 40px;
    font-size: 14px;
}
.map_con dd:nth-child(2){ background:url(/images/map_01.png) no-repeat center left; }
.map_con dd:nth-child(3){ background:url(/images/map_02.png) no-repeat center left; }
.map_con dd:nth-child(4){ background:url(/images/map_03.png) no-repeat center left; }
.map_con ul{
    margin: 30px auto;
    padding: 30px 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.map_con ul li{width: 31%;margin:5px;}
.map_con ul li a{
    display: block;
    padding: 15px 0;
    width: 100%;
    background:#0074c5;
    color: #Fff;
    text-align: center;
    border-radius: 5px;
}
.map_text p{
    padding: 5px 0;
}
.map_text p:nth-child(1){ font-size: 16px;font-weight: bold; }

/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}
.fenye .page-active>a{background: #1B4A9C;color: #ffffff;border: 1px solid #1B4A9C;}
.fenye .page-active>a:hover{background: #1B4A9C;color: #ffffff;border: 1px solid #1B4A9C;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#1B4A9C;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump,.news_icon {display: none!important}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .map_con {padding: 60px 5% 60px 16%;}
}
@media (max-width:650px) {
    .brand_icon,.sub_banner_text,.news_text > span:nth-child(3),.news_text div,.news_time,.case_more,.case_text>p,.build_text > div,.build_text > em,.nav-line{ display: none; }
    .mapwrap > div{ height: 200px!important;}
    .detail-button {padding-top: 20px;flex-wrap: wrap;}
    .detail-button a {display: block;width: 100%;margin-bottom: 10px;}
    .detail img,.news_frist_img,.news_frist_text,.detail_con,.detail-button{ width: 100%; }
    .sub_banner_text h2 {margin-bottom: 0px;padding-bottom: 0px;font-size: 20px;}
    .sub_banner_text {top: 35%;padding-top: 0px;}
    .sub_mune_box{ position: relative!important;padding: 0;overflow: scroll;}
    .sub_mune{width: 1000px;justify-content: unset;}
    .sub_mune li a {padding: 15px 0;}
    .case_list li {margin: 20px 1% 0;width: 48%;}
    .case_text{ padding: 5px; }
    .case_text h3{ width: 100%; text-align: center; }
    .news_frist {padding-top: 20px;padding-bottom: 20px;}
    .news_frist_text {padding-top: 20px;}
    .news_frist_text h3 {margin: 10px auto;font-size: 20px;}
    .news_frist_text a {margin-top: 15px;padding: 10px 15px;}
    .news li {margin-top: 10px;width: 48%;}
    .news_text {padding: 5px;}
    .news_text h3 {font-size: 15px;}
    .news_text span {padding-bottom: 0px; }
    .job_title,.job_show{padding: 10px;}
    .job_show a {padding: 5px 29px;}
    .detail_con h3{font-size:18px;}
    .detail_time {margin-bottom: 10px;padding: 8px 0;}
    .brand_list li { padding: 5px;}
    .brand_text h3 {margin: 5px auto;font-size: 16px;}
    .brand_text p {margin-top: 5px;}
    .brand_text div {height: 20px;overflow: hidden;}
    .ceshi .brand_text{width: 100%;}
    .news_text span:nth-child(4){display: block;}
    .news_text{ border:0px; }
    .map {width: 100%;height: 600px;}
    .map_con {padding: 20px 2%;width: 100%}
    .map_con ul {margin: 15px auto;padding: 15px 0;}
    .map_con ul li {width: 32.5%;}
    .map_con dt {padding-bottom: 10px;font-size: 20px;}
    .sub_mune_active{background:#0074c5; }
    .sub_mune_active > a{ color: #fff!important; }
}

