*{
    text-decoration: none;
    list-style:none;
    outline: none;
}
body{
    font-family: '微软雅黑';
}
button{
    outline: none;
    border: none;
    cursor: pointer;
}

/* 公共模块 */
/* 1.common-head */
.common-head{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    z-index: 9999;
}
.common-header{
    width: 1600px;
    height: 100px;
    margin: 0 auto;
}
.c-h-left{
    width: 320px;
    height: 100px;
    float: left;
}
.c-h-left img{width: 320px;height: 100px;}
/* 右边：nav+search */
.c-h-right{
    width: 970px;
    height: 100px;
    float: right;
}
.c-h-r-nav{
    width: 606px;
    height: 100px;
    float: left;
}
.c-h-r-nav ul li{
    width: 101px;
    height: 100px;
    float: left;
    text-align: center;
}
.c-h-r-nav ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;

    display: block;
    width: 85px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
    transition: all 0.5s;

    /* border-bottom: 3px solid; */
    /* border-image: linear-gradient(to top, #00873b, #005bac) 65px 3px;
    border-image: -webkit-linear-gradient(to left, #00873b, #005bac) 30 30; 
    border-image: -moz-linear-gradient(to left, #00873b, #005bac) 30 30; */
}
.c-h-r-nav ul li a:hover{
    border-bottom: 3px solid #00873b;
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, #00307d, #00873b) 100 30;
    border-image: -webkit-linear-gradient(to left, #00307d, #00873b) 100 30; 
    border-image: -moz-linear-gradient(to left, #00307d, #00873b) 100 30;
}

.c-h-r-search{
    width: 364px;
    height: 100px;
    float: right;
}
.c-h-r-s-line{
    width: 1px;
    height: 14px;
    float: left;
    margin-top: 43px;
    margin-right: 22px;
    background-color: #fff;
}
.c-h-r-s-img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 40px;
}
.c-h-r-s-img i{
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
}
.c-h-r-s-button{
    width: 280px;
    height: 60px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;

    background-color: #00873b;

    background: linear-gradient(to left, #00873b , #005bac); 
    background: -webkit-linear-gradient(left, #00873b , #005bac); 
    background: -moz-linear-gradient(left, #00873b , #005bac); 
}
.c-h-r-s-button a{
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}
/* 顶部图片 */
.common-headBox{
    width: 100%;
    /* height: 500px; */
    height: auto;
}
.common-headBox img{width: 100%;height: auto;display: block;}

/* 栏目地址 */
.common-addrtitle0{
    width: 100%;
    min-width: 1200px;
    height: 75px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}
.common-addrtitle{
    width: 1200px;
    height: 75px;
    margin: 0 auto;
}
.c-a-left{
    width: 500px;
    height: 75px;
    line-height: 75px;
    float: left;
}
.c-a-left>img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 27.5px;
    margin-right: 15px;
}
.c-a-left>i{
    color: #666;
    font-size: 17px;
    /* font-weight: bold; */
    margin-right: 3px;
}
.c-a-left>a,.c-a-left>span{
    line-height: 75px;
    color: #666;
    font-size: 16px;
}
.c-a-right{
    width: 600px;
    height: 75px;
    float: right;
}
.c-a-right-line{
    width: 1px;
    height: 20px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
}
.c-a-right ul li{
    width: 101px;
    height: 20px;
    float: right;
    margin-top: 27.5px;
    text-align: center;
    position: relative;
}
.c-a-right ul li a{
    color: #666;
    font-size: 16px;
    display: block;
    position: relative;
    top: -27.5px;
    margin: 0 auto;
    width: 70px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    transition: all 0.3s;
}
.c-a-right-active{
    color: #00873b!important;
    border-bottom: 2px solid #00873b;
}




/* 1.2 common-foot */
.common-foot{
    width: 100%;
    height: 140px;
    background-color: #fff;
}
.common-footer{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
}
.c-f-contact{
    width: 1200px;
    height: 70px;
    line-height: 70px;
}
.c-f-c-left{
    width: 230px;
    height: 70px;
    float: left;
}
.c-f-c-center{
    width: 200px;
    height: 70px;
    float: left;
    margin-left: 270px;
}
.c-f-c-right{
    width: 165px;
    height: 70px;
    float: right;
}
.c-f-c-right img{width: 165px;height: 70px;}
.c-f-c-left>a,.c-f-c-center>a{
    color: #666;
    font-size: 16px;
}
.c-f-c-left>a>i,.c-f-c-center>a>i{
    color: #666;
    font-size: 19px;
    margin-right: 5px;
}

.c-f-address{
    width: 1200px;
    height: 55px;
    margin-top: 15px;
}
.c-f-address h3{
    line-height: 55px;
    color: #999;
    font-size: 14px;
    float: left;
}
.c-f-address h6{
    line-height: 55px;
    color: #999;
    font-size: 14px;
    float: right;
}
.c-f-address h3 a,.c-f-address h6 a{
    color: #999;
}


/* -------1.首页:index------- */
/* 1.1头部导航栏 */
@media (max-width: 1600px) {
    .index-header{
        width: 1580px!important;
    }
    .common-header{
        width: 1580px!important;
    }
}
@media (max-width: 1441px) {
    .index-header{
        width: 1423px!important;
    }
    .common-header{
        width: 1423px!important;
    }
}
@media (max-width: 1401px) {
    .index-header{
        width: 1383px!important;
    }
    .common-header{
        width: 1383px!important;
        
    }
}



@media (max-width: 768px) {
    .index-header{
        width: 768px!important;
    }
    .common-header{
        width: 768px!important;
    }
}

@media (max-width: 320px) {
    .index-header{
        width: 320px!important;
    }
    .common-header{
        width: 320px!important;
    }
}


.index-head{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    z-index: 9999;
}
.index-header{
    width: 1600px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.i-h-left{
    width: 320px;
    height: 100px;
    float: left;
}
/* 右边：nav+search */
.i-h-right{
    width: 970px;
    height: 100px;
    float: right;
}
.i-h-r-nav{
    width: 606px;
    height: 100px;
    float: left;
}
.i-h-r-nav ul li{
    width: 101px;
    height: 100px;
    float: left;
    text-align: center;
}
.i-h-r-nav ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 85px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
    transition: all 0.5s;
}
.i-h-r-nav ul li a:hover{
    border-bottom: 3px solid #00873b;
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, #00307d, #00873b) 100 30;
    border-image: -webkit-linear-gradient(to left, #00307d, #00873b) 100 30; 
    border-image: -moz-linear-gradient(to left, #00307d, #00873b) 100 30;
}

.i-h-r-search{
    width: 364px;
    height: 100px;
    float: right;
}
.i-h-r-s-line{
    width: 1px;
    height: 14px;
    float: left;
    margin-top: 43px;
    margin-right: 22px;
    background-color: #fff;
}
.i-h-r-s-img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 40px;
    cursor: pointer;
}
.i-h-r-s-button{
    width: 280px;
    height: 60px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    /* background-color: #00873b; */

    background: linear-gradient(to left, #00873b , #005bac);
    background: -webkit-linear-gradient(left, #00873b , #005bac); 
    background: -moz-linear-gradient(left, #00873b , #005bac); 
}
.i-h-r-s-button a{
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}

/* 1.3 底部导航栏 */
.index-foot{
    width: 100%;
    min-width: 1200px;
    height: 70px;
    /* position: absolute;
    bottom: 0; */
    z-index: 9999;

    background-color: #fff;
}
.index-footer{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

/* 1.2 遮盖罩导航 */
.index-box-nav0{
    width: 100%;
    min-width: 1200px;
    height: 150px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    transition: 0.3s ease-in;
}
.index-box-nav0:hover{
    background: rgba(0,0,0,0.8);
}
.index-box-nav li a{
    transition: 0.3s ease-in-out;
    color: rgba(255, 255, 255, 1);
}
/* .index-box-nav li a:hover{
    color: rgba(255, 255, 255, 1);
} */
.index-box-nav{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}
.index-box-nav ul li{
    width: 105px;
    height: 150px;
    float: left;
    margin-right: 168.75px;
    text-align: center;
}
.index-box-nav-li-last{
    margin-right: 0!important;
}
.index-box-nav ul li span{
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 74.5px;
}
.index-box-nav ul li a{
    line-height: 150px;
    color: #fff;
    font-size: 24px;
}






/* -------------------------------2.注册查询:select------------------------- */
/* 2.1 注册查询页：register_select */
/* register-select-content*/
.register-select-content{
    width: 100%;
    min-width: 1200px;
    height: 680px;
    background-color: #f7f7f7;
}
.r-s-c{
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    overflow: hidden;
}
.r-s-c-form{
    width: 740px;
    height: 500px;
    margin: 70px auto;
}
.r-s-c-f-title{
    width: 740px;
    height: 105px;
    text-align: center;
    overflow: hidden;
}
.r-s-c-f-title h3{
    line-height: 50px;
    color: #333;
    font-size: 30px;
    display: block;
    margin-top: 15px;
}
.r-s-c-f-title p{
    line-height: 30px;
    color: #333;
    font-size: 12px;
    letter-spacing:0.075em;
    font-family: 'Arial';
}
.r-s-c-f-input{
    width: 738px;
    height: 375px;
    border: 1px solid #efefef;
    border-radius: 8px;
}
.r-s-c-f-input1{
    width: 625px;
    height: 60px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 60px;
}
.r-s-input1-icon{
    width: 25px;
    height: 20px;
    margin: 20px 10px;
    float: left;
    text-align: center;
}
.r-s-input1-icon i{
    color: #999;
    font-size: 20px;
    line-height: 20px;
}
.r-s-input1-input{
    width: 500px;
    height: 60px;
    float: left;
}
.r-s-input1-input input{
    width: 500px;
    height: 60px;
    border: none;
    font-size: 16px;
    color: #666;
    background: transparent;
}
.r-s-input1-input input::-webkit-input-placeholder{ color:#999; font-size:16px; }  
.r-s-input1-input input:-moz-placeholder{ color:#999; font-size:16px; }
.r-s-input1-input input::-moz-placeholder{ color:#999; font-size:16px; } 
.r-s-input1-input input:-ms-input-placeholder{ color:#999; font-size:16px; }
.r-s-c-f-input2{
    width: 625px;
    height: 60px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 30px;
}
.r-s-c-f-button{
    width: 285px;
    height: 65px;
    margin: 0 auto;
}
.r-s-c-f-button button{
    width: 285px;
    height: 65px;
    margin-top: 50px;
    background-color: #00873b;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}
.r-s-c-f-button button i{
    color: #fff;
    font-size: 23px;
    margin-right: 15px;
}
.r-s-c-f-button button a{
    /* display: block; */
    width: 285px;
    height: 65px;
    line-height: 63px;
    color: #fff;
    font-size: 20px;
}





/* 2.2 注册查询详情页：register_info */
.register-info-content{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #f7f7f7;
    margin-bottom: 60px;
}
.r-i-c{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.r-i-c-box1{
    width: 1140px;
    height: 120px;
    border: 2px solid #2f7a65;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 80px;
}
.r-i-c-box2{
    width: 1140px;
    /* height: 890px; */
    border: 2px solid #2f7a65;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 30px;
}
.r-i-c-b1-img{
    width: 64px;
    height: 92px;
    float: left;
    margin-top: 14px;
    margin-left: 40px;
    margin-right: 30px;
}
.r-i-c-b1-img img{width: 64px;height: 92px;}
.r-i-c-b1-info{
    /*width: 300px;*/
    height: 92px;
    float: left;
    margin-top: 14px;
}
.r-i-c-b1-info h3{
    line-height: 40px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.r-i-c-b1-info p{
    line-height: 24px;
    color: #000;
    font-size: 14px;
}
.r-i-c-b1-button{
    width: 130px;
    height: 92px;
    float: right;
    margin-top: 14px;
    margin-right: 40px;
}
.r-i-c-b1-b1,.r-i-c-b1-b2{
    width: 130px;
    height: 30px;
    background-color: #2f7a65;
    margin-top: 12px;
    color: #fff;
}

.r-i-c-b2-list01{
    width: 1140px;
    height: 215px;
    border-bottom: 1px solid #bfbfbf;
}
.r-i-c-b2-list1{
    width: 1060px;
    height: 215px;
    margin: 0 auto;
}
.r-i-c-b2-title{
    width: 1060px;
    height: 60px;
    overflow: hidden;
}
.r-i-c-b2-title h3{
    width: 113px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    color: #2f7a65;
    border-left: 7px solid #2f7a65;
    margin-top: 19px;
}
.r-i-c-b2-l1-ul{
    width: 1060px;
    height: 155px;
}
.r-i-c-b2-l1-ul li{
    width: 530px;
    height: 35px;
    line-height: 35px;
    float: left;
    list-style-type: disc;
    list-style-position: inside;
}
.r-i-c-b2-l1-ul li a{
    color: #000;
    font-size: 16px;
}

.r-i-c-b2-list02{
    width: 1140px;
    height: 145px;
    border-bottom: 1px solid #bfbfbf;
}
.r-i-c-b2-list2{
    width: 1060px;
    height: 145px;
    margin: 0 auto;
}
.r-i-c-b2-l1-ul{
    height: 85px;
}

.r-i-c-b2-list03{
    width: 1140px;
    /* height: 265px; */
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 40px;
}
.r-i-c-b2-list3{
    width: 1060px;
    /* height: 265px; */
    margin: 0 auto;
}
.r-i-c-b2-title h6{
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 14px;
    float: left;
    position: relative;
    top: -40px;
    left: 160px;
}
.r-i-c-b2-l1-ul3{
    width: 1060px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;

    overflow: hidden;
    clear: both;
    border-bottom: none;
}
.r-i-c-b2-l1-ul3 li{
    width: 180px;
    height: 40px;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.r-i-c-b2-l1-ul3-nr,.r-i-c-b2-l1-ul3 li:nth-child(4n){
    border-right: none!important;
    width: 517px;
}
.r-i-c-b2-l1-ul3-nb{
    border-bottom: none!important;
}
.r-i-c-b2-l1-ul3-tbg{
    background-color: #a7ddce!important;
    color: #317a65!important;
}

.r-i-c-b2-list04{
    width: 1140px;
    /* height: 235px; */
    /* border-bottom: 1px solid #bfbfbf; */
    padding-bottom: 45px;
}
.r-i-c-b2-list4{
    width: 1060px;
    /* height: 235px; */
    margin: 0 auto;
}
.r-i-c-b2-title1{
    width: 1060px;
    height: 60px;
    overflow: hidden;
}
.r-i-c-b2-title1 h3{
    width: 160px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    color: #2f7a65;
    border-left: 7px solid #2f7a65;
    margin-top: 19px;
}

/* 2.2.1 分享弹窗 */
.shareBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.shareBox-content{
    width: 350px;
    height: 130px;
    position: absolute;
    top: 40%;
    left: 40%;
    border-radius: 10px;
    background-color: #fff;
}
.sB-c-title{
    width: 350px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #2f7a65;
}
.sB-c-title p{
    width: 350px;
    color: #fff;
    font-size: 14px;
    float: left;
}
.sB-c-title img{
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12.5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.sB-c-info{
    width: 185px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.sB-c-info li{
    width: 40px;
    height: 35px;
    float: left;
    margin-top: 7.5px;
    margin-right: 32.5px;
    background-color: #fff;
}
.sB-c-info-last{
    margin-right: 0!important;
}
.sB-c-info li img{
    width: 40px;
    height: 35px;
}









/* -------------------------------3.通知公告:notice------------------------- */
/* 2.1 通知公告列表页：notice-list */
/* notice-list-content*/
.notice-list-content{
    width: 100%;
    min-width: 1200px;
    /* height: 1275px; */
    height: auto;
    background-color: #f7f7f7;
}
.n-l-c{
    width: 1200px;
    /* height: 1275px; */
    height: auto;
    margin: 0 auto;
    /* overflow: hidden; */
}
.n-l-c-title{
    width: 1200px;
    height: 160px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}
.n-l-c-title h3{ 
    color: #333;
    font-size: 30px;
    line-height: 45px;
    margin-top: 45px;
}
.n-l-c-title p{ 
    color: #7a7a7a;
    font-size: 12px;
    line-height: 30px;
}
.n-l-c-list{
    width: 1200px;
    height: auto;
}
.n-l-c-list li{
    width: 1200px;
    height: 160px;
    border-bottom: 1px solid #eaeaea;
    /* overflow: hidden; */
    transition: 0.5s ease-in;
}
.n-l-c-list li:hover{
    box-shadow:5px 5px 5px gainsboro;
    /* overflow: visible; */
}
.n-l-c-list li:hover .c-l-c-l-data h3{
    color: #999;
}
.n-l-c-list li:hover .c-l-c-l-data p{
    color: #999;
}
.c-l-c-l-data{
    width: 90px;
    height: 90px;
    margin-top: 25px;
    float: left;
    text-align: center;
}
.c-l-c-l-data h3{
    color: #ddd;
    font-size: 48px;
    margin-top: 5px;
    line-height: 55px;
    transition: 0.5s ease-in;
}
.c-l-c-l-data p{
    color: #ddd;
    font-size: 18px;
    transition: 0.5s ease-in;
}
.c-l-c-l-news{
    width: 950px;
    height: 160px;
    float: left;
}
.c-l-c-l-news h3{
    color: #333;
    font-size: 18px;
    margin-top: 33px;
    margin-left: 25px;
    line-height: 50px;
}
.c-l-c-l-news p{
    color: #999;
    font-size: 14px;
    margin-left: 25px;
    line-height: 22px;
}
.c-l-c-l-icon{
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 55px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    cursor: pointer;
    transition: all 0.3s;
}
.c-l-c-l-icon i{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #cacaca;
    font-size: 13px;
    transition: all 0.3s;
}
.c-l-c-l-icon:hover{
    border: 1px solid #078a40;
}
.c-l-c-l-icon i:hover{
    color: #078a40;
}

/* 分页样式 */
.n-l-c-pager{
    width: auto;
    height: 155px;

    /* 不固定宽度的居中 */
    display: table;
    margin: 0 auto;
}
.n-l-c-pager li{
    float: left;
}
/* num 样式 */
.n-l-c-p-num{
    width: 35px;
    height: 35px;
    margin-top: 60px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;  
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.n-l-c-p-num a{
    color: #a3a3a3;
}
.n-l-c-p-active{
    background-color: #00873b;
    color: #fff;
}
/* prev、next、first、last 样式*/
.n-l-c-p-prev,.n-l-c-p-next,.n-l-c-p-first,.n-l-c-p-last{
    width: 35px;
    height: 35px;
    margin-top: 60px;
    margin-right: 15px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;  
    color: #a3a3a3;
    cursor: pointer;
}
.n-l-c-p-prev i,.n-l-c-p-next i,.n-l-c-p-first i,.n-l-c-p-last i{
    font-size: 14px;
    color: #a3a3a3;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.n-l-c-pager .icon-danjiantou1{
    font-size: 12px!important;
}
.n-l-c-pager .icon-shuangjiantou1{
    font-size: 13px!important;
}



/* 2.2 通知公告列详情页：notice-info */
/* notice-info-content*/
.notice-info-content{
    width: 100%;
    min-width: 1200px;
    height: auto;
    min-height: 500px;
    background-color: #f7f7f7;
}
.n-i-c{
    width: 1200px;
    height:auto;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.n-i-c-title{
    width: 1160px;
    height: 200px;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}
 .n-i-c-title1 h3{ 
    color: #333;
    font-size: 22px;
    line-height: 55px;
    margin-top: 85px;
}
.n-i-c-info{
    width: auto;
    height: 30px;
    display: table;
    margin: 0 auto;
}
.n-i-c-info p{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.n-i-c-t-name{
    width: auto;
    height: 30px;
    float: left;
    text-align: right;
}
.n-i-c-t-data{
    width: auto;
    height: 30px;
    float: left;
    text-align: right;
}
.n-i-c-t-hits{
    width: auto;
    height: 30px;
    float: left;
    text-align: left;
}
.n-i-c-t-margin{
    width: 1px;
    height: 12px;
    float: left;
    margin-top: 9px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #cbcbcb;
}
/* 内容区域 */
.n-i-c-content{
    width: 1160px;
    height: auto;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}
.n-i-c-content p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
}
.n-i-c-content p a:link,.n-i-c-content p a:active{
	 color: #666;
	}
.n-i-c-content p strong{
	font-weight:bold;
	}	
.n-i-c-return{
    width: 1160px;
    height: 140px;
    margin: 0 auto;
}
.n-i-c-r-about{
    width: 750px;
    height: 140px;
    float: left;
}
.n-i-c-r-button{
    width: 223px;
    height: 58px;
    float: right;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.n-i-c-r-button p{
    width: 223px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.n-i-c-r-button p i,.n-i-c-r-button p span{
    line-height: 58px;
}
.n-i-c-r-button p i{
    margin-right: 10px;
    font-size: 18px;
}
.n-i-c-r-about p{
    color: #666;
    font-size: 16px;
    line-height: 35px;
}
.n-i-c-r-a-prev{
    margin-top: 40px;
}
.n-i-c-r-about p span{
    color: #333;
    line-height: 35px;
}




/* -------------------------------4.节能有道:energy_list------------------------- */
/* 1.energy-list-commnet 节能有道列表 */
.energy-list-nav .c-a-right{
    width: 1200px;
}
.energy-list-nav .c-a-right li{
    float: left;
    width: 133px;
}
.energy-list-nav .c-a-right-long{
    width: 100px;
}

.notice-list-content{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #f7f7f7;
}
.n-l-c{
    width: 1200px;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.e-l-c-list{
    width: 1200px;
    height: auto;
}
.e-l-c-list li{
    width: 1200px;
    height: 310px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    transition: 0.5s ease-in;
}
.e-l-c-list li:hover{
    box-shadow:5px 5px 5px gainsboro;
}
.e-l-c-l-img{
    width: 350px;
    height: 250px;
    margin-top: 30px;
    float: left;
}
.e-l-c-l-img img{
    width: 350px;
    height: 250px;
}        
.e-l-c-l-info{
    width: 800px;
    height: 250px;
    float: left;
    margin-top: 30px;
    margin-left: 50px;
}   
.e-l-c-l-info p{
    color: #999;
    font-size: 12px;
    line-height: 40px;
}
.e-l-c-l-info h3{
    color: #333;
    font-size: 18px;
    line-height: 40px;
    height: 60px;
}
.e-l-c-l-info h6{
    color: #999;
    font-size: 14px;
    line-height: 25px;
}
.e-l-c-l-button{
    width: 158px;
    height: 48px;
    border: 1px solid #333;
    text-align: center;
    line-height: 48px;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.e-l-c-l-button:hover{
    border: 1px solid #00873b;
    background-color: #00873b;
}
.e-l-c-l-button:hover p span{
    color: #fff;
}
.e-l-c-l-button:hover i{
    color: #fff;
}
.e-l-c-l-button p span{
    line-height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
    top: -4px;
}
.e-l-c-l-button i{
    margin-left: 15px;
    font-size: 24px;
    line-height: 48px;
    color: #333;
}

.c-a-r-good-longer{
    width: 200px!important;
}
.c-a-r-good-longer a{
    width: 165px!important;
}
/* .c-a-r-good-shorter{
    width: 75px!important;
} */
.c-a-r-good-shorter a{
    width: 50px!important;
}






/* -------------------------------5.优秀注册能源管理师:good-list------------------------- */
/* 1.good-list-commnet 优秀注册能源管理师 */
.g-l-c-list li{
    width: 277px;
    height: 390px;
    float: left;
    margin-right: 30.666px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.g-l-c-list-last,.n-l-c-list li:nth-child(4n){
    margin-right: 0!important;
}
.g-l-c-list li:hover{
    box-shadow: 5px 5px 5px gainsboro;
}
.g-l-c-img{
    width: 277px;
    height: 300px;
}
.g-l-c-img img{width: 277px;height: 300px;}
.g-l-c-info{
    width: 277px;
    height: 90px;
    overflow: hidden;
}
.g-l-c-info h3{
    color: #333;
    font-size: 18px;
    line-height: 35px;
    margin-left: 15px;
    margin-top: 5px;
}
.g-l-c-info p{
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
}




/* -------------------------------5.注册报名:signup------------------------- */
/* 2.1 注册查询页：register_select */
/* register-select-content*/
.register-signup-content{
    width: 100%;
    min-width: 1200px;
    height: 930px;
    background-color: #f7f7f7;
}
.r-su-c{
    width: 1200px;
    height: 930px;
    margin: 0 auto;
    overflow: hidden;
}
.r-su-c-form{
    width: 740px;
    height: 500px;
    margin: 70px auto;
}
.r-su-c-f-title{
    width: 740px;
    height: 105px;
    text-align: center;
    overflow: hidden;
}
.r-su-c-f-title h3{
    line-height: 50px;
    color: #333;
    font-size: 30px;
    display: block;
    margin-top: 15px;
    letter-spacing:0.05em;
}
.r-su-c-f-title p{
    line-height: 30px;
    color: #333;
    font-size: 12px;
    font-family: 'Arial';
}

.r-su-c-f-input{
    width: 738px;
    height: 670px;
    border: 1px dashed #efefef;
    border-radius: 8px;
}
.r-su-c-f-input1{
    width: 645px;
    height: 60px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 60px;
}
.r-su-input1-icon{
    width: 140px;
    height: 60px;
    float: left;
    text-align: center;
    border-right: 1px solid #d3d3d3;
}
.r-su-input1-icon p{
    color: #333;
    font-size: 16px;
    line-height: 58px;
    text-align: right;
    margin-right: 5px;
}
.r-su-input1-input{
    width: 500px;
    height: 60px;
    float: left;
}
.r-su-input1-input input{
    width: 500px;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 14px;
    color: #666;
    background: transparent;
    text-indent: 20px;
}
.r-su-input1-input input::-webkit-input-placeholder{ color:#999; font-size:16px; }  
.r-su-input1-input input:-moz-placeholder{ color:#999; font-size:16px; }
.r-su-input1-input input::-moz-placeholder{ color:#999; font-size:16px; } 
.r-su-input1-input input:-ms-input-placeholder{ color:#999; font-size:16px; }
.r-su-c-f-input2{
    width: 645px;
    height: 60px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 30px;
}
/* 单选按钮 */
.r-su-c-f-input3 input{
    width: 18px;
    height: 18px;
    margin-top: 21px;
    background-color: #00873b;
    cursor: pointer;
}
.r-su-input3-margin{
    margin-left: 20px!important;
}
.r-su-c-f-input3 label{
    cursor: pointer;
}
.r-su-c-f-input3 label span{
    line-height: 60px;
    color: #999;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

/* 自定义单选框样式 */
.r-su-c-f-input3 input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    text-indent: 15px;
    line-height: 1; 
}
.r-su-c-f-input3 input[type="radio"]:checked + label::before {
    background-color: #00873b;
    border: 1px solid #00873b;
    background-clip: content-box;
    padding: 4px;
    width: 10px;
    height: 10px;
}
.r-su-c-f-input3 input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
/* 下载上传按钮 */
/* 下载上传按钮 */
.r-su-c-f-input4{
    height: 110px;
}
.r-su-c-f-input4 .r-su-input1-icon{
    height: 110px;
    line-height: 110px;
}
.r-su-c-f-input4 .r-su-input1-icon p{
    line-height: 110px;
}
.r-su-c-f-input4 .r-su-input1-input{
    width: 460px;
    height: 25px;
    padding-left: 20px;
}
/*.r-su-c-f-input4 button{
    width: 220px;
    height: 30px;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.r-su-c-f-input4 button p{
    color: #fff;
    font-size: 14px;
}
*/
.r-su-c-f-i4-bt1 p,.r-su-c-f-i4-bt2 p{
    color: #fff;
    font-size: 14px;
	line-height:30px;
    text-align:center;
    cursor: pointer;
}
.r-su-c-f-i4-bt1{
	width: 220px;
    height: 30px;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
	margin-right:20px;
	float:left;
    background: linear-gradient(to top, #03c7d3 , #2e9df4); /* 标准的语法 */ 
    background: -webkit-linear-gradient(top, #03c7d3 , #2e9df4); /* Safari 5.1 - 6.0 */
    background: -moz-linear-gradient(top, #03c7d3 , #2e9df4); /* Firefox 3.6 - 15 */
}
.r-su-c-f-i4-bt2{
	width: 220px;
    height: 30px;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
	float:left;
    background: linear-gradient(to top, #00ba96 , #17c656); /* 标准的语法 */ 
    background: -webkit-linear-gradient(top, #00ba96 , #17c656); /* Safari 5.1 - 6.0 */
    background: -moz-linear-gradient(top, #00ba96 , #17c656); /* Firefox 3.6 - 15 */
}
.r-su-input1-info{
	float:left;	
}
.r-su-input1-info p{
    color: #666;
    font-size: 14px;
    line-height: 25px;
	width: 460px;
	letter-spacing: -0.02em;
}




.r-su-c-f-button{
    width: 285px;
    height: 65px;
    margin: 0 auto;
}
.r-su-c-f-button button{
    width: 285px;
    height: 65px;
    margin-top: 50px;
    background-color: #00873b;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}
.r-su-c-f-button button i{
    color: #fff;
    font-size: 23px;
    margin-right: 15px;
}
.r-su-c-f-button button a{
    /* display: block; */
    width: 285px;
    height: 65px;
    line-height: 63px;
    color: #fff;
    font-size: 20px;
}










/* ---------------------------------补充内容----------------------------- */
/* 1.底部联系hover */
.c-f-c-left{
    position: relative;
}
/* 1.微信 */
.hidden-box-wx{
    width: 100px;
    height: 100px;
    position: absolute;
    top:-100px;
    left: 140px;
    z-index: 99999;
    background-color: lightgray;
    
    transition: all 0.5s;
    /* opacity: 0; */
    display: none;
}
.hidden-box-wx img{width: 100px;height: 100px;}
/* .hover-wx:hover .hidden-box-wx{
    opacity: 1;
    display: block;
} */
.hover-wx:hover .i-hover-color,.hover-dh:hover .i-hover-color{
    color: #00873b;
}
/* 3.电话 */
.c-f-c-center{
    position: relative;
}
.hidden-box-dh{
    width: 260px;
    height: 45px;
    position: absolute;
    top:-45px;
    left: -40px;
    z-index: 99999;
    background-color: #00873b;

    transition: all 0.5s;
    /* opacity: 0; */
    display: none;
}
.hidden-box-dh p{
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}


/* 2.搜索弹窗 */
.selectBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.selectBox-content{
    width: 620px;
    height: 230px;
    position: absolute;
    top: 36%;
    left: 34%;
    border-radius: 10px;
    background-color: #fff;
}
.seB-c-title{
    width: 620px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #2f7a65;
}
.seB-c-title p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.seB-c-title img{
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12.5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.seB-c-info{
    width: 400px;
    height: 50px;
    margin: 0 auto;
    margin-top: 35px;
}
.seB-c-info-input input{
    width: 280px;
    height: 35px;
    text-indent: 20px;
    color: #333;
    float: left;
}
.seB-c-info-input button{
    width: 90px;
    height: 40px;
    color: #fff;
    background-color: #2f7a65;
    float: right;
}




/* 首页效果 */
/* .section1 {
    background: url(../img/slider_img1.jpg) no-repeat;
    background-size: 100% 100%;
} */
.section2 {
    background-color: #fff;
}
.asd{
    height: 300px;
}
/* .section1{
    background: url(../img/slider_img1.jpg) no-repeat;
    background-size: 100% 100%;
} */
.s1-img1{
    background: url(../img/slider_img1.jpg) no-repeat;
    background-size: 100% 100%;
}
.s1-img2{
    /* background: url(../img/slider_img1.jpg) no-repeat;
    background-size: 100% 100%; */
    /* background-color: lightseagreen; */
}
.s1-img3{
    /* background: url(../img/slider_img1.jpg) no-repeat;
    background-size: 100% 100%; */
    /* background-color: lightcoral; */
}

.fp-controlArrow.fp-prev,.fp-controlArrow.fp-next{
    display: none!important;
}
/* 满屏自动轮播 */
html{ margin: 0; padding:0; }
body{ margin:0; padding:0; }
#bodyPage{ width:100%; min-height:100%; height:auto !important; height:100%; position:fixed; top:0; left:0; }
img.bg { position:absolute; top: 0px; left: 0px;  display:none;}
/* z-index:1; */

/* swiper嵌套 */
#ido .swiper-slide img{
    width: auto;
    height: auto;
    display: block;
}



/* 首页底部导航栏--同内页样式 */

/* 搜索弹窗-首页 */
.souBox01{
    width: 100%;
    min-width: 1200px;
    height: 100px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
}
.souBox{
    width: 1600px;
    height: 100px;
    margin: 0 auto;
}
.souBox-left{
    width: 1400px;
    height: 50px;
    float: left;
    margin-top: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.souBox-left input{
    width: 95%;
    height: 50px;
    background: transparent;
    border: none;
    color: #333;
    line-height: 50px;
    font-size: 24px;
    float: left;
    text-indent: 20px;
}
.souBox-left input::-webkit-input-placeholder{ color:#b2b2b2; font-size:24px; }
.souBox-left p{
    width: 24px;
    height: 24px;
    margin-top:13px;
    float: left;
    line-height: 24px;
    text-align: center;
    color:#b2b2b2;
}
.souBox-left p i{
    font-size: 24px;
}
.souBox-button{
    width: 70px;
    height: 40px;
    float: right;
    margin-top: 30px;
    border: 1px solid #02883d;
    color: #02883d;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: transparent;
    cursor: pointer;
}
.souBox-close{
    width: 26px;
    height: 26px;
    float: right;
    margin-left: 47px;
    margin-top: 37px;
}
.souBox-close img{
    width: 26px;
    height: 26px;
    cursor: pointer;
}
@media (max-width: 1600px) {
    .souBox{
        width: 1580px!important;
    }
    .souBox-left{
        width: 1200px!important;
    }
}
@media (max-width: 1441px) {
    .souBox{
        width: 1423px!important;
    }
    .souBox-left{
        width: 1000px!important;
    }
}
@media (max-width: 1401px) {
    .souBox{
        width: 1383px!important;
    }
    .souBox-left{
        width: 800px!important;
        
    }
}




/* 201807 下载按钮调整  */
.r-i-c-box1{
    height: 140px;
}
.r-i-c-b1-img{
    width: 74px;
    height: 106px;
    margin-top: 15px;
}
.r-i-c-b1-img img{
    width: 74px;
    height: 106px;
}
.r-i-c-b1-b1, .r-i-c-b1-b2{
    margin-top: 20px;
}
.r-i-c-b1-info h3{
    font-size: 23px;
}
.r-i-c-b1-button{
    height: auto;
    margin-top: 3px;
}
.r-i-c-b1-b1,.r-i-c-b1-b2{
    margin-top: 10px;
}
li.r-i-c-b2-last{
    width: 530px!important;
}

/* 20180809 table调整 */
.r-i-c-b2-l1-ul3 th,.r-i-c-b2-l1-ul3 table td{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
th.r-i-c-b2-l1-ul3-tbg{
    background-color: #a7ddce!important;
    color: #317a65!important;
}
.r-i-c-b2-l1-ul3 th:nth-child(1){
    width: 190px;
}
.r-i-c-b2-l1-ul3 th:nth-child(2){
    width: 285px;
}
.r-i-c-b2-l1-ul3 th:nth-child(3){
    width: 238.5px;
}
.r-i-c-b2-l1-ul3 th:nth-child(4){
    width: 343.5px;
}

.r-i-c-b2-l1-ul3 td p{
    visibility: hidden;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 6px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    transition: all .2s;
    border-radius: 6px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF;
    cursor: default
}




