.topbannerBox {
    background: url(banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
	background-size: 100% 100%;
}
.topbannerBox h1 {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
	font-size: 50px;
	font-weight: 600;
}
.mainBox {
    width: 1200px;
    margin: 0 auto;
	padding: 30px 0;
}
/* 内容开始 */
.contentBox{
	padding: 20px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}
.contentBox h1 {
    background: url(title.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 30px;
    height: 50px;
    line-height: 50px;
    background-position: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 30px;
}
.dqxz {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dqxz img {
    margin: 0 10px;
}
.quhua {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
}
.quhua h6 {
    width: 140px;
    font-size: 18px;
    text-align: right;
    height: 60px;
    line-height: 60px;
}
.quhua ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	width: calc(100% - 140px );
}
.quhua li {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
	font-size: 16px;
}
.listBox {
    margin-top: 30px;
}
ul.liebiao li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #4393F4;
    padding: 10px 0;
}
.liebiao li p{
	word-wrap:break-word;
	width: 15%;
	padding: 2px 10px;
}
.liebiao li p:nth-child(1){
	width: 10%;
}
.listBox{
	display: none;
}
.domOn{
	display:block !important;
}
.zanwu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.zanwu{
	display: none;
}
.zanwuon{
	display: flex !important;
}
.xianji{
	display: none;
}
.XjDom{
	display: flex !important;
}

