*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top{
	width:100%;
	height: 142px;
	background-color: #005425;
}
.top-middle{
	margin: auto;
	width: 1200px;
	height: 142px;
	display: flex;
	justify-content: space-between;
}
.top-middle-left{
	width: 760px;
	height: 80px;
	margin-top: 20px;
}
.top-middle-left img{
	width: 760px;
	height: 95px;
}
.top-middle-right{
	/* width: 100px;
	height: 30px;
	background-color: aliceblue; */
	position: relative;
	top: 50px;
}
.top-middle-right img{
	width: 25px;
	height: 25px;
	float: right;
	position: relative;
	left: -30px;
	bottom: -5px;
}
.daohang{
	width: 100%;
	height: 50px;
	background-color: #054518;
}
.daohang-middle{
	margin: auto;
	width: 1200px;
	height: 50px;
}
.lunbo{
	width: 100%;
	height: 400px;
	background-color: aquamarine;
}
.lunbo img{
	width: 100%;
	height: 400px;
}
.middle{
	margin: auto;
	width: 1200px;
	height: 350px;
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}
.middle-left{
	width: 380px;
	height: 350px;
}
.middle-left-top{
	width: 380px;
	height: 60px;
	position: relative;
}
.middle-left-on{
	width: 760px;
	height: 350px;
}
.middle-left-top-on{
	width: 760px;
	height: 60px;
	position: relative;
}
.lf-top{
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	color: #005826;
	font-weight: 700;
}
.lf-top-one{
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	color: #005826;
	font-weight: 700;
}
.lf-on-top{
	float: left;
	width: 150px;
	height: 60px;
	line-height: 50px;
	font-size: 30px;
	color: #005826;
	font-weight: 700;
}
.lf-top::after{
	content: "";
	position: absolute;
	width: 365px;
	height: 5px;
	border-image: linear-gradient(to right, #005826, #054518, white) 1;
	border-bottom: 3px solid;
	left: 0;
        top:50px;
}
.lf-top-one::after{
	content: "";
	position: absolute;
	width: 760px;
	height: 5px;
	border-image: linear-gradient(to right, #005826, #054518, white) 1;
	border-bottom: 3px solid;
	left: 0;
        top:50px;
}
.ri-top{
	width: 60px;
	height: 60px;
	float: right;
	line-height: 50px;
	font-size: 15px;
	color: #005826;
}
.ri-top::before{
	position: absolute;
	content: "";
	height: 35px;
	border-left: 1px solid #d3d3d3;
	top: 10px;
	right: 75px;
}
.middle-in{
	width: 380px;
	height: 350px;
}
.middle-in-left{
	width: 360px;
	height: 290px;
	float: left;
}
.middle-in-left img{
	width: 360px;
	height: 290px;
}
.middle-in-right{
	width: 380px;
	height: 290px;
	float: right;
}
.middle-in-top{
	width: 380px;
	height: 60px;
	position: relative;
}
.middle-right{
	width: 380px;
	height: 350px;
}
.middle-right-top{
	width: 380px;
	height: 60px;
	position: relative;
}
.lianjie{
	width: 100%;
	height: 50px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.lian{
	margin: auto;
	width: 212px;
	height: 50px;
	background-image: url("/img/turn1.png");
	background-size: cover;
	background-repeat: no-repeat;
	color: #005826;
}
.lian h1 {
    position: relative;
    text-align: center;
    top: -15px;
}
.tubiao{
	margin: auto;
	width: 1200px;
	height: 100px;
	display: flex;
	justify-content: space-evenly;
}
.tubiao a{
    text-decoration: none;
	color: black;
}
.sign{
	width: 150px;
	height: 100px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.sign p{
	position: relative;
	bottom: 13px;
}
.sign:hover{
	color: #005826;
	transform: translateY(-5px) scale(1.05);
	transition: 0.5s;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
}
.sign img{
	width: 80px;
	height: 80px;
}



.sign1{
	width: 150px;
	height: 100px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.sign1 p{
	position: relative;
	bottom: 13px;
}
.sign1:hover{
	color: #005826;
	transform: translateY(-5px) scale(1.05);
	transition: 0.5s;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
}
.sign1 img{
	width: 125px;
	height: 80px;
       position: relative;
    top: -6px;
}




.sign2{
	width: 150px;
	height: 100px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.sign2 p{
	position: relative;
	bottom: 4px;
}
.sign2:hover{
	color: #005826;
	transform: translateY(-5px) scale(1.05);
	transition: 0.5s;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
}
.sign2 img{
	width: 70px;
	height: 70px;
}





.sign3{
	width: 150px;
	height: 100px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.sign3 p{
	position: relative;
}
.sign3:hover{
	color: #005826;
	transform: translateY(-5px) scale(1.05);
	transition: 0.5s;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
}
.sign3 img{
	width: 70px;
	height: 65px;
}





.sign4{
	width: 150px;
	height: 100px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.sign4 p{
	position: relative;
	bottom: 5px;
}
.sign4:hover{
	transform: translateY(-5px) scale(1.05);
	transition: 0.5s;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
	color: #005826;
}
.sign4 img{
	width: 70px;
	height: 70px;
}




.end{
	width: 100%;
	height: 142px;
	background-color: #005425;
}
.end-middle{
	width: 1200px;
	height: 142px;
	margin: auto;
}
.end-middle p{
	margin: auto;
	text-align: center;
	width: 250px;
	height: 30px;
	color: white;
	font-weight: 700;
	position: relative;
	top: 50px;
}


.wp_article_list .list_item .Article_Title a {
    float: left;
    text-decoration: none;
    font-size: 17px;
    color: #555555;
}
.wp_article_list .list_item .Article_Title a:hover
 {
    float: left;
    text-decoration: none;
    font-size: 17px;
    color: #005826;
    transition: 0.5s;
    font-weight: 700;
    transform: translateX(5px);
}
.wp_article_list .list_item .Article_Index {
    width: 0px;
    height: 0px;
    margin-right: 0px;
}
.wp_article_list .list_item
 {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #ccc;
}
.wp_article_list .list_item:hover
 {
   background-color:#ececec;
}
.wp_nav {
    font-size: 20px;
    justify-content: space-evenly;
    line-height: 50px;
}
#wp_nav_w1 .wp_nav {
    display: flex !important;
}
.ri-top a {
    width: 60px;
    height: 60px;
    float: right;
    line-height: 50px;
    font-size: 15px;
    color: #005826;
    text-decoration: none;
}
#keyword{
width:120px !important;
height:35px;
}
.wp_search .search {

    background: none;
}
.wp_article_list .list_item span {
     margin-left: 0px !important; 
}