@charset "utf-8";
/* CSS Document */
/*head*/
.txt{
    border-bottom: 1px solid #e6e5e5;
    height: 35px;
    line-height: 35px;
}
.txtleft{}
.txtleft p{
}
.logo{
    float: left;
}
.logo img{}
.tel{
    float: right;
    margin-top: 30px;
}
.tel img{}
.navh{
    background: #80b93c;
}
.nav li:hover{
	background: #8fc54e;
	transition: 0.5s linear;
}
.nav li {
	float: left;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	text-align: center;
}
.nav li a {
	color: #fff;
	position: relative;
	height: 60px;
	display: block;
	width: 133px;
	margin: 0 auto;
}
.nav li a:hover{
	transition: 0.2s linear;
	letter-spacing: 2px;
}
.nav li a:after {
	content: "";
	width: 0;
	height: 2px;
	background: #ffffff;
	position: absolute;
	transition: all .8s;
	bottom: 0;
	left: 50%;
}
.nav li a:hover:after {
	left: 0;
	width: 133px;
	text-align: center;
}
/*main*/
.bj1{
    background: url(../images/bj.jpg) no-repeat center;
    background-repeat: repeat-x;
    height: 420px;
}
.aboutleft{
    float: left;
    width: 700px;
    margin-top: 60px;
}
.aboutleft p{
    line-height: 30px;
}
.txt1{
    margin-bottom: 30px;
}
.txt1 h2{
    font-size: 50px;
    font-weight: bold;
    font-family: Times New Roman;
}
.txt1 p{
    font-size: 18px;
    line-height: 40px;
}
.txt1 span{
    width: 72px;
    height: 3px;
    background: #81b93c;
    display: block;
}
.mor{
    margin-top: 53px;
    border: 3px solid white;
    width: 188px;
    padding: 8px;
    text-align: center;
}
.mor a{
    color: #fff;
}
.mor:hover a{
    transition: 0.2s linear;
    letter-spacing: 2px;
    color: #fff;
}
.mor:hover{
    background: #5d921c;
}
.aboutright{
    float: right;
    margin-top: 51px;
}
.aboutright img{}
/*product*/
.pbj{
	background: #f7f7f7;
	height: 400px;
	padding-top: 30px;
}
.txt2{
    margin-bottom: 30px;
    /* display: block; */
    /* text-align: center; */
    margin-top: 30px;
}
.txt2 h2{
    font-size: 32px;
    font-weight: bold;
    font-family: Times New Roman;
}
.txt2 p{
    font-size: 18px;
    line-height: 40px;
}
.txt2 span{
    width: 72px;
    height: 3px;
    background: #81b93c;
    display: block;
    /* margin: 0px auto; */
}
.pr-left{
    float: left;
}
.pr-left img{
}
.pr-right{
    float: right;
    width: 430px;
    margin-bottom: 35px;
}
.pr-right li{
    width: 192px;
    float: left;
    border: 1px solid #e6e6e6;
    margin: 0px 10px 10px 10px;
    padding: 5px;
    text-align: center;
    height: 35px;
    box-shadow: 0 1px 9px 0px #cdcecc66;
}
.pr-right li:hover{
    background: #81b93c;
    box-shadow: 0 2px 8px #81b93c6b;
    transition: 0.2s linear;
}
.pr-right li a{
    line-height: 25px;
}
.pr-right li:hover a{
    color: #fff;
    transition: 0.2s linear;
    letter-spacing: 2px;
}
.pr{
    float: left;
    width: 725px;
    margin-bottom: 30px;
}
.neww{
    float: right;
    width: 438px;
}
.news{}
.news li{
    height: 67px;
    border-bottom: 1px solid #f1efef;
    margin-bottom: 7px;
}
.news li .rq{
    float: left;
    text-align: center;
    border: 1px solid #81b93c;
    padding: 5px 10px;
    height: 55px;
    background: white;
}
.news li .rq h2{
    line-height: 26px;
    font-size: 25px;
    color: #81b93c;
}
.news li .rq p{}
.news li .text{
    float: right;
    width: 350px;
}
.news li:hover .text h2{
	color: red;
}
.news li .text h2{font-size: 16px;line-height: 26px;}
.news li .text p{
    line-height: 28px;
} 
/*food*/
.food{
    background: #81b93c;
    overflow: hidden;
    /* margin-top: 50px; */
    padding-bottom: 35px;
}
.fdleft{
    float: left;
}
.fdright{
    float: right;
}
.fdright img{
    width: 130px;
    margin-left: 20px;
}
.lx{}
.wm{
    float: left;
    width: 350px;
}
.wm p{
    color: #fff;
    line-height: 26px;
}
.wm p img{
    margin-right: 15px;
}
.tx{margin: 30px 0px 20px;}
.tx p{
    color: #fff;
    font-size: 22px;
}
.tx span{
    width: 40px;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 10px;
}


.dh{
    float: right;
    width: 335px;
}
.dh li{
    float: left;
    width: 120px;
}
.dh li a{
    color: #fff;
    line-height: 26px;
}