* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}
			    .xiaxuan {
    margin-left: 40px;
}
.jituan a{
	color: #333;

	display: block;
	margin-top: 5px;
	font-weight: 600;
}
.jituan {
	width: 23%;
}
.dropbtn {
    background-color: #fff;
    color: #302F2F;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
   
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn svg{
	width: 12px;
	height: 8px;
}
.dropdown-content {
    display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: -17px;
        top: 38px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #009E3F; color: #fff;}

.show {display:block;}
.bar {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination span, .pagination a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
    color: #666;
    cursor: pointer;
    background-color: #f8f8f8;
}
.pagination .disabled span, .pagination .disabled a {
    color: #666;
}
.pagination .active span, .pagination .active a {
    background-color: #009e3f;
    color: #fff;
}
.jkjk a{
    color:#009E3F !important;
}
/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #f4f4f4;
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 150px;
}

.vb img {
	width: 30px;
}

/* 导航栏 */
.daohanglan {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.shangdaohanglan {
	width: 100%;
	/*overflow: hidden;*/
	background-color: #fff;
	padding: 25px 0;

}

.shangdao {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shanglogo {
	width: 320px;
	height:50px;
}

.shanglogo a {
	width: 100%;
	height: 100%;
}

.shanglogo a img {
	width: 100%;
	height: 100%;
}

.shangsou {
	display: flex;

	align-items: center;
}

.shangsou1 {
	margin-right: 80px;
	position: relative;
}

.shangsou1 button {
	position: absolute;
	right: 1%;
	top: 7%;
	font-size: 16px;
	color: #009E3F;
	background-color: #fff;
	height: 85%;
	border: 0;
	padding-right: 7%;
	padding-left: 2.7%;
	cursor: pointer;
}

.shangsou1 input {
	width: 320px;
	height: 45px;
	border: 2px solid #009E3F;
	border-left: 6px solid #009E3F;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 16px;
}

.shangdianhua {
	display: flex;
	align-items: center;
}

.shangdiantu {
	width: 46px;
	height: 46px;
}

.shangdiantu img {
	width: 100%;
	height: 100%;
}

.shangdiantu {
	margin-right: 16px;
}

.shangxinxi p {
	color: #808080;

}

.shangxinxi h3 {
	font-weight: 500;
	color: #302F2F;
	font-size: 24px;
	/* margin-top: 13px; */
}

.nav {
	overflow: hidden;
	height: 120px;
	background: #fff;
}

.nav p {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.nav .phone {
	height: 120px;
	float: right;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav .phone>img {
	width: 46px;
	margin-right: 10px;
	float: left;
}

.nav .phone p {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: right;
}

.nav .phone p span {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	font-family: "BEBAS";
}

.drwp_xiala {
	margin-top: 150px;
}

.nbanner_xiala {
	margin-top: 150px;
}

.nav_xiala {
	transition: all 0.6s linear;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
}

.nav_xiala .logo {
	height: 100px !important;
}

.nav_xiala form {
	height: 100px !important;
}

.nav_xiala .phone {
	height: 100px !important;
}

.navbot_xiala {
	transition: all 0.6s linear;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
}

.nav_bot {
	height: 80px;
	background-color: transparent;
	background: url(../image/hei.png);
	background-size: 100% 190%;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgb(195 194 194 / 56%);
	transition: all 0.3s linear;
}

.nav .logo {
	float: left;
	width: 38%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.nav_bot .nav_list {
	width: 100%;
}

.nav_bot .nav_list .mainlevel {
	width: calc(100%/9);
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.nav_bot .nav_list .mainlevel .a {
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-bottom: 29px;
	transition: all 0.3s;
}

.a::after {
	content: "";
	width: 0%;
	height: 4px;
	background-color: #009E3F;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}

.mainlevel:hover .a::after {
	width: 100%;
}

.ative1 .a::after {
	width: 100%;
}

.mainlevel:hover .a {
	padding-bottom: 29px;
}

.nav_bot .nav_list>li:hover {
	/* background-color:#f7ec20; */
	transition: all 0.3s linear;
}

.nav_bot .nav_list>li:hover .a {
	color: #009e3f;
	transition: all 0.3s linear;
}

.nav_bot .nav_list .ative1 {
	/* background-color:#f7ec20; */
}

.nav_bot .nav_list .ative1>a {
	color: #009e3f !important;
}

.wap_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 80px;
	width: 100%;
	display: none;
	background-color: #009e3f;
}

.logo2 {
	display: none;
	display: block;
	width: 150px;
	padding: 5px 0;
	margin: 0 auto;
	float: none;
}

.nav form {
	width: 24%;
	float: left;
	height: 120px;
	margin-left: 12%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav .kuan {
	float: left;
	width: 100%;
}

.nav .kuan input {
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #9b9b9b;
	padding-left: 10px;
	font-size: 12px;
	border: 2px solid #009e3f;
}

.nav .an {
	float: left;
}

.nav .an input {
	width: 50px;
	height: 38px;
	color: #fff;
	font-size: 14px;
	background-color: #009e3f;
	border: none;
}

.nav_bot .mainlevel .subnav {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 150%;
	background-color: rgb(51 51 51 / 68%);
	margin-left: -25%;
	z-index: 999;
}

.nav_bot .mainlevel .subnav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.nav_bot .mainlevel .subnav li:hover {
	background-color: #009e3f;
	transition: all 0.3s linear;
}

.nav_bot .mainlevel .subnav li a {
	color: #fff;
	font-size: 14px;
	display: block;
}

.navxiala {
	display: none;
}

.navbotxiala {
	display: none;
}

.listnav_xiala {
	position: fixed;
	z-index: 999;
	top: 0;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s linear;
	height: 40px !important;
	line-height: 40px !important;
}

.listnav_xiala .ative a {
	color: #009e3f !important;
	background-color: #f8f8f8 !important;
}

.list_nav li:hover a {
	color: #009e3f !important;
	background-color: #f8f8f8 !important;
}

.white_head .nav_bot {
	background: #fff;
	border-top: 2px solid rgb(195 194 194 / 56%);
	border-bottom: 0px solid rgb(195 194 194 / 56%);
}

.white_head .nav_list .mainlevel .a {
	color: #333;
}

.white_head .nav_list .mainlevel .a {
	padding-bottom: 26px;
	transition: all 0.3s;
}

.t_banner {
	width: 100%;
	height: 580px;
}

.t_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.t_banner {
	margin-top: 121px;
}

/* 底部栏 */
.bottom {
	width: 100%;
	background-color: #009E3F;
	padding-top: 100px;
	padding-bottom: 32px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	;
}

.fen {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.fen1 a {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
}

.fen2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1125px;
}

.fen2 a {
	width: 194px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	margin-bottom: 28px;
}

.fen2 p {
	width: 194px;
	height: 0;
}

.bottom1 {
	width: 100%;
	background-color: #009E3F;
	padding-top: 60px;
	padding-bottom: 50px;
}

.lianxi {
	display: flex;
}

.lianxi1 {
	margin-right: 80px;
}

.lianxi1 p {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}

.lianxi2 p {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}

.ma {
	width: 110px;
	height: 110px;
}

.ma img {
	width: 100%;
	height: 100%;
}

.botm_lianxi {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.bottom2 {
	width: 100%;
	height: 42px;
	background: #302F2F;
	border-top: 2px solid #a7bfa8;
}

.bottom2 p {
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom2 p a {
	font-size: 14px;
	line-height: 40px;
	color: #666;
}

/* 二级栏目 */
.erji {
	background-color: #F8F8F8;
}

.ej {
	display: flex;
	justify-content: center;
	background-color: #F8F8F8;
	padding: 20px 0;
}

.e-kuang {
	width: calc(100%/8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.e-kuang a {
	font-size: 18px;
	color: #999;
	transition: all .3s;
}

.e-kuang:hover a {
	color: #009E3F;
}

.zixun {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zixun1 {
	width: 32%;
	padding: 30px 30px 50px 30px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

.meiyou {
	width: 32%;
}

.zixun1 a {
	width: 100%;
	height: 100%;
	display: block;

}

.zixun1 span {
	font-size: 20px;
	color: #999;
	display: block;
	margin: 0 0 20px;
}

.zixun1 h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin-bottom: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.p img {
	display: none !important;
}

.p video {
	display: none !important;
}

.zixun1:hover {
	background-color: #cbfbde;
	box-shadow: 0 0 20px #ccc;
	transition: all 0.3s linear;
}

.zixun1:hover h1 {
	color: #009e3f;
	transition: all 0.3s linear;
}
.pagination li:nth-child(2) {
    transform: rotate(180deg);
}
.pagination li:nth-child(1) {
    display: none;
}
.pagination li:nth-last-child(1) {
    display: none;
}
@media screen and (max-width:1450px) {
	.bar {
		padding-left: 2%;
		padding-right: 2%;
	}

	.fen2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 86%;
	}
}
@media screen and (max-width:1400px) {
	.shangsou1 input {
	    width: 230px !important;
	}
	.shangsou1 {
	    margin-right: 15px !important;
	    position: relative;
	}
}
@media screen and (max-width:1200px) {
    .jituan{
		display: none;
	}
	.t_banner {
	    width: 100%;
	    height: auto;
	    margin-top: 84px;
	    overflow: hidden;
	}
	.zhongdaohhanglan {
		display: none;
	}
.shangdianhua{
    display: none;
}
	.shangdaohanglan {
		box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1)
	}
	.xiaxuan{
	    position: absolute;
	    left: 0;
	}

	#toggle {
		display: block;
	}

	.shangsou1 {
		display: none;
	}

	.shanglogo {
		width: auto;
		height: 64px;
		margin: 0 auto;
		transition: all 0.3s;
	}

	.shangdaohanglan {
		padding: 10px 0;
	}

	.bottom {
		display: none;
	}

	.bottom2 p {
		flex-wrap: wrap;
		max-width: 100%;
		/* overflow: inherit; */
		padding-left: 2%;
		padding-right: 2%;
	}

	.bottom2 {
		height: auto;
	}
	.banner {
    margin-top: 85px;
    overflow: hidden;
}
}

@media screen and (max-width:768px) {
	.t_banner {
	    width: 100%;
	    height: auto;
	    margin-top:60px;
	    overflow: hidden;
	}
	.shanglogo {
		width: 240px;
		height: auto;
		margin: 0 auto;
		transition: all 0.3s;
	}

	.left {
		width: 100%;
	}

	.lianxi {
		flex-wrap: wrap;
		width: 100%;
	}

	.lianxi1 {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.lianxi2 {
		width: 100%;
		text-align: center;
	}

	.botm_lianxi {
		flex-wrap: wrap;
	}

	.ma {
		margin: 0 auto;
	}

	.lianxi1 p {
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 40px;
	}

	.lianxi2 p {
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 40px;
	}
	.slog img {
    width: 100px;
}
#toggle {
    display: block;
    width: 30px;
    height: 30px;
    top: 13px !important;
}
.xiaxuan {
    margin-left: 15px !important;
}
	.banner {
    margin-top: 53px;
    overflow: hidden;
}
}







