* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    color: #333333;
    text-decoration: none;
}
ul,li{
    list-style: none;
}
em{
    font-style: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
/*body::-webkit-scrollbar{
    display: none;
}*/
.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}


/* 公共头部 */
.header-wrap{
    width: 100%;
    height: auto;
}
.headerTop-wrap{
    width: 100%;
    height: auto;
    background-color: #332C2B;
}
.headerTop{
    max-width: 1400px;
    width: 90%;
    height: 43px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topLeft{
    color: #FFFFFF;
    font-size: 14px;
}
.topIcon1{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    background: url(../image/public/topIcon1.png) no-repeat;
    background-size: 100% 100%;
}
.topIcon2{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    background: url(../image/public/topIcon2.png) no-repeat;
    background-size: 100% 100%;
}
.topIcon3{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/public/topIcon3.png) no-repeat;
    background-size: 100% 100%;
}
.headerNav{
    max-width: 1400px;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.logo-wrap{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.logo-wrap img{
    width: 100%;
    max-width: 225px;
}
.menu{
    cursor: pointer;
    display: none;
    width: 30px;
    height: 30px;
    background: url(../image/public/menu.png) no-repeat;
    background-size: 100% 100%;
}
.close{
    background: url(../image/public/close.png) no-repeat;
    background-size: 100% 100%;
}
.navList{
    width: calc(100% - 30%);
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.navItem{
    width: 100%;
    position: relative;
}
.navItem>a{
    display: inline-block;
    max-width: 130px;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100PX;
    position: relative;
}
.navItemOn>a::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00A2E9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navChild-list{
    display: none;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}
.navChild-item a{
    display: inline-block;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.navChild-item a:hover{
    background-color: white;
}
/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
}
.banner-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerImg{ 
    font-size: 0;
    overflow: hidden;
}
.bannerImg img{
    width: 100%;
    height: auto;
}
.bannerText{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.headerposition{
    position: static;
    left: 0;
    top: 0;
    z-index: 99;
    background: #ffffff;
}

.bannerText p{
    color: white;
    letter-spacing: 5px;
    text-align: center;
}
.bannerText .bannerText-hanzi{
    width: 100%;
    font-size: 48px;
    letter-spacing: 10px;
    font-weight: bold;
}
.bannerText-letter{
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
}
/* router */
.router-wrap{
    width: 100%;
    height: 74px;
    background-color: #D5D5D5;
}
.router-box{
    max-width: 1200px;
    margin: 0 auto;
    height: 74px;
}
.router-list{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.router-item a{
    display: inline-block;
    width: 120px;
    height: 100%;
    color: #888888;
    font-size: 14px;
    text-align: center;
    line-height: 74px;
}
.router-itemOn a{
    color: #ffffff;
    background-color: #332C2B;
}
/* 公共底部 */
.footer-wrap{
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
}
.footer-box{
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.footerLeft{
    width: 60%;
}
.BnavList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
.BnavItem{
    width: 25%;
    height: auto;
    text-align: center;
    border-right: 1px solid #EDEDED;
    position: relative;
}
.BnavItem:nth-child(-n+4){
    padding-top: 60px;
}
.BnavItem:nth-child(n+4){
    padding-bottom: 60px;
}
.BnavItem:nth-child(4n+1){
    width: 20%;
    text-align: center;
}
.BnavItem .bottomNav-title{
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #7D7D7D;
}
.bottomNav-list{
    padding: 21px 0;
}
.bottomNav-item a{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    color: #555555;
    font-size: 14px;
}
.bottomNav-item a:hover{
    color: #00A2E9;
}
.footerRight{
    width: 40%;
    padding-top: 70px;
    text-align: right;
}
.footerRight p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.bottomImg{
    max-width: 159px;
}
.qrcodeList{
    display: flex;
    margin-top: 50px;
    align-content: center;
    justify-content: flex-end;
}
.qrcodeItem{
    margin-left: 20px;
}
.qrcodeItem img{
    width: 100%;
    max-width: 120px;
}
.addIcon {
    display: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(../image/public/addIcon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.delIcon {
    display: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(../image/public/delIcon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* 底部备案 */
.filing-wrap{
    width: 100%;
    height: 60px;
    background-color: #332C2B;
}
.filing-box{
    max-width: 1400px;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filingLeft p{
    color: white;
    font-size: 14px;
}
.filingRight{
    display: flex;
    color: white;
    align-items: center;
    justify-content: flex-start;
}
.linkText{
    font-size: 14px;
}
.friendLink-list{
    display: flex;
    color: white;
    align-items: center;
    justify-content: flex-start;
}
.friendLink-item a{
    color: white;
    font-size: 14px;
    margin-left: 15px;
}
.friendLink-item a:hover{
    text-decoration: underline;
}

/* 公告＆通知 */
.ny_main{
	padding: 50px 0;
	background-color: #f2f2f2;
}
.core {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.ny_main .core{
    display: flex;
	justify-content: space-between;
}
/* 左侧栏目 */
.ny_menu{
	width: 200px;
	background-color: #FFFFFF;
	margin-right: 3.4722%;
	flex-shrink: 0;
}
.ny_menu ul li{
	width: 100%;
	font-size: 14px;
	line-height: 74px;
}
.ny_menu ul li a{
	display: block;
	color: #666666;
	padding: 0 25px;
}
.ny_menu ul li a p{
	display: inline-block;
	position: relative;
	line-height: 1.2em;
}
.ny_menu ul li a p span{
	display: block;
	position: absolute;
	min-width: 14px;
	height: 14px;
	line-height: 14px;
	color: #FFFFFF;
	border-radius: 7px;
	overflow: hidden;
	background-color: #ff0000;
	top: -7px;
	left: 100%;
	text-align: center;
	font-size: 8px;
	margin-left: -7px;
	padding: 0 3px;
}
.ny_menu ul li.active a,.ny_menu ul li:hover a{
	color: #FFFFFF;
	background-color: #332c2b;
}

/* 右侧内容 */
.ny_right{
	flex-grow: 1;
}


@media screen and (max-width:1200px) {
	.ny_main .core {
	    display: block;
	}
	.ny_menu {
	    width: 100%;
	    margin-right: 0;
		margin-bottom: 20px;
	}
	.ny_menu ul {
		display: flex;
		justify-content: space-between;
	}
	.ny_menu ul li {
	    width: 33.3333333%;
	    font-size: 14px;
	    line-height: 74px;
	}
}



/* 移动端 */
@media screen and (max-width:768px){
    /* 公共头部 */
    /* .headerTop-wrap{
        display: none;
    } */
    .menu{
        display: block;
    }
    .headerNav{
        width: 100%;
        padding: 0 5%;
        position: relative;
        height: 60px;
        z-index: 100;
    }
    .navList{
        width: 100%;
        height: auto;
        background-color: white;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        display: none;
    }
    .navItem>a{
        width: 100%;
        line-height: 50px;
        height: auto;
    }
    .navChild-list{
        position: static;
    }
    /* banner图 */
    .bannerText p{
        color: white;
        letter-spacing: 2px;
        text-align: center;
    }
    .bannerText .bannerText-hanzi{
        font-size: 16px;
        font-weight: bold;
    }
    .bannerText .bannerText-letter{
        font-size: 12px;
        margin-top: 0px;
    }
    /* 公共路由栏目 */
    .router-box{
        overflow-x: scroll;
    }
    .router-box::-webkit-scrollbar{
        display: none;
    }
    /* 公共底部 */
    .footerLeft{
        width: 100%;
        height: auto;
    }
    .BnavList .BnavItem{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        border-right: 0;
        padding-top: 20px;
        text-align: left;
    }
    .BnavItem:nth-child(-n+4) {
        padding-top: 20px;
    }
    .BnavItem:nth-child(n+4) {
        padding-bottom: 0px;
    }
    .BnavItem .bottomNav-title{
        padding-bottom: 0;
        border-bottom: 0;
    }
    .addIcon {
        display: block;
    }
    .bottomNav-list{
        display: none;
        width: 100%;
        padding: 10px 0 0;
    }
    .bottomNav-item{
        line-height: 30px;
    }
    .footerRight{
        width: 100%;
        padding-top: 20px;
        text-align: left;
    }
    .qrcodeList{
        width: 100%;
        margin-top: 0;
        justify-content: flex-start;
    }
    .qrcodeItem{
        width: calc(100% / 3);
        margin: 10px 15px 10px 0;
    }
    /* 底部备案 */
    .filingLeft{
        width: 100%;
        text-align: center;
    }
    .filingRight{
        display: none;
    }
	
	.ny_menu ul li {
	    font-size: 12px;
	    line-height: 60px;
	}
	.ny_menu ul li a {
	    padding: 0 10px;
	}
}