html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 100%;

}

:focus {
	outline: 0
}

html,body {
	width: 100%;
	text-align: center;
	color: #000
}

ul,ol {
	list-style: none
}


a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.bannerbox {
	height: 530px;
	width: 100%;
	overflow: hidden;
	position: relative
}

.bannerbox ul {
	position: relative
}

.bannerbox ul li {
	list-style: none;
	width: 100%;
	height: 530px;
	position: absolute;
	left: 0;
	top: 0
}

.bannerbox ul li.noe-li {
	background: url(../images/banner1.jpg) center no-repeat;
	background-size: cover
}

.bannerbox ul li .img1 {
	position: absolute
}



.pc-define ul {
	padding-left: 54px;
	display: block;
	float: left
}

.pc-define ul li {
	float: left;
	font-size: 16px;
	padding-top: 43px
}

.pc-define ul li a {
	float: left;
	font-size: 16px;
	display: block;
	color: #333;
	padding: 0 20px 10px;
	transition: all .3s ease-out 0s
}

.pc-define ul li a:hover {
	border-bottom: 3px solid #36a053;
	color: #36a053
}

.pc-define .current {
	border-bottom: 3px solid #36a053;
	color: #36a053
}

.pc-search {
position: absolute;
    left: 25%;
    width: 50%;
    height: 63px;
    /* margin-left: -400px; */
    background: url(../images/op.png) repeat;
    z-index: 2;
    border-radius: 3px;
    top: 45%;
    padding: 20px;
}
}


.pc-minute h2 {
	font-size: 18px;
	border-bottom: 2px solid #17bc78;
	width: 80px;
	height: 40px;
	line-height: 40px;
	float: left
}

.pc-minute a {
	font-size: 14px;
	color: #36a053;
	line-height: 40px;
	display: block;
	float: right
}

.pc-title h1 {
	font-size: 24px;
	color: #15aa6d;
	padding-bottom: 10px
}

.pc-publish dl {
	padding-top: 15px
}

.pc-publish dl dt {
	float: left;
	width: 126px;
	height: 74px
}

.pc-publish dl dd {
	float: left;
	padding-left: 15px
}

.pc-publish dl .title a {
	font-size: 16px;
	padding-bottom: 8px;
	display: block
}

.pc-publish dl .remark {
	font-size: 14px;
	color: #a5a5a5;
	width: 400px;
	text-align: left;
	line-height: 22px
}

.pc-publish dl .title a:hover {
	color: #36a053
}

.pc-title {
	padding-bottom: 30px
}

.pc-chunks dt {
	background: url(../images/user.png) no-repeat left;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	padding-left: 30px
}

.pc-search input {
    background-color: #fff;
    border: 0;
    height: 60px;
    line-height: 60px;
    width: 78%;
    float: left;
    font-size: 16px;
    color: #999;
    padding-left: 1%;
}

.pc-search a {
    background-color: #17bc78;
    border: 0;
    height: 62px;
    line-height: 62px;
    width: 20%;
    float: left;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.pc-edible {
	background: #eee url(../images/nest.png) no-repeat top center;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px
}

.pc-traces {
	background: url(../images/yun1.png) no-repeat top center;
	height: 215px;
	padding: 30px 0
}


@media (max-width: 767px){
	
	.pc-search a {
    width: 28%;}

.pc-search {
    left: 5%;
    width: 80%;

}	

.pc-search input {

    width: 70%;	}

.pc-traces {
    background: url(../images/yun2.png) no-repeat top center;
    height: 215px;
    padding: 30px 0;
}
	
}