@charset "utf-8";

header {
	width: 100%;
	position: relative;
}

header .banner {
	width: 100%;
}

header .banner img {
	width: 100%;
	display: block;
}

header.gl .top {
	background: #00a954;
	padding-bottom: .22rem;
}

header .top {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: .22rem;
	z-index: 9;
}

header .top .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top .search {
	width: 80%;
	height: .72rem;
	line-height: .72rem;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: .1rem;
	overflow: hidden;
}

header .top .search form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top .search form .srk {
	outline: medium;
	border: none;
	width: 83%;
	padding: 0 5%;
	height: .72rem;
	line-height: .72rem;
	color: #333;
	font-size: .24rem;
}

header .top .search form button {
	outline: medium;
	border: none;
	background: none;
	height: .56rem;
	line-height: .56rem;
	width: 17%;
	border-left: 1px solid #eee;
    display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top .search form button img {
	width: .32rem;
	height: .32rem;
	display: block;
	margin: 0 auto;
}

header .top .cdan {
	width: .64rem;
	height: .44rem;
	margin-right: .15rem;
}

header .top .cdan img {
	width: 100%;
	display: block;
}

header .logo {
	width: 100%;
	position: absolute;
	bottom: .6rem;
}

header .logo img {
	display: block;
	width: 4.02rem;
	margin: 0 auto;
}

.menu {
}

.menu ul {
	width: 100%;
	background: #00A954;
	/*display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 25%);*/
	padding: .13rem 0;
	min-height: 1rem;
	overflow: hidden;
}

.menu ul li {
	width: 100%;
	width: 25%;
	float: left;
}

.menu ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: .26rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .55rem;
}

.notice {
	height: .68rem;
	line-height: .68rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.notice .img {
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
	width: 20%;
}

.notice .img img {
	width: .28rem;
	height: .25rem;
	display: block;
}

.notice .img  h4 {
	font-size: .24rem;
	font-weight: bold;
	color: #333333;
	margin-left: .1rem;
}

.notice .notice_list {
	width: 80%;
	height: .68rem;
	line-height: .68rem;
	overflow: hidden;
}

.notice .notice_list li {
	height: .68rem;
	line-height: .68rem;
}

.notice .notice_list li a {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	color: #333333;
	height: .68rem;
	line-height: .68rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con1 {
	margin-bottom: .3rem;
}

.con1 .con1lb {
	width: 100%;
}

.con1 .con1lb ul {
}

.con1 .con1lb ul li {
	position: relative;
	display: inherit;
}

.con1 .con1lb ul li a {
	width: 100%;
	display: inline-block;
}

.con1 .con1lb ul li a .img {
	width: 100%;
}

.con1 .con1lb ul li a .img img {
	width: 100%;
	display: block;
}

.con1 .con1lb ul li a .nr {
	width: 100%;
	height: .68rem;
	line-height: .68rem;
	background: rgba(0, 0, 0, .48);
	position: absolute;
	bottom: 0;
}

.con1 .con1lb ul li a .nr p {
	font-size: .24rem;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 3%;
	width: 77%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tablist {
}

.tablist .tablist01 {
	margin: .4rem 0 .2rem;
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.tablist .tablist01 li {
}

.tablist .tablist01 li:nth-child(2) {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 .29rem;
}

.tablist .tablist01 li .tit {
}

.tablist .tablist01 li .tit p {
	font-size: .32rem;
	font-weight: bold;
	color: #333333;
	line-height: .36rem;
}

.tablist .tablist01 li .tit .line {
}

.tablist .tablist01 li.cur {
}

.tablist .tablist01 li.cur .tit {
}

.tablist .tablist01 li.cur .tit p {
	color: #009148;
}

.tablist .tablist01 li.cur .tit .line {
	display: block;
	width: auto;
	height: 8px;
	background: #ADDCC4;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	margin-top: -.04rem;
}

.tablist .tablist02 {
}

.tablist .tablist02 ul.hide {
	display: none;
}

.tablist .tablist02 ul {
}

.tablist .tablist02 ul li {
}

.tablist .tablist02 ul li a {
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
	height: .6rem;
	line-height: .6rem;
}

.tablist .tablist02 ul li a .dot {
	display: block;
	width: .08rem;
	height: .08rem;
	background: #009148;
	border-radius: 50%;
}

.tablist .tablist02 ul li a p {
	width: 74%;
	font-size: .24rem;
	font-weight: 400;
	color: #333333;
	line-height: .6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tablist .tablist02 ul li a .time {
	font-size: .24rem;
	font-weight: 400;
	color: #AAAAAA;
	line-height: .6rem;
}

.tablist .tablist02 ul .mo {
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	background: #FFFFFF;
	border: .02rem solid #EEEEEE;
	border-radius: .16rem;
	margin: 0 auto;
	text-align: center;
	margin-top: .35rem;
	font-size: .28rem;
	font-weight: 400;
	color: #666666;
}

.con2 {
	padding: .3rem 0;
	background: #F5F5F5;
}

.con2 .con2nr {
	width: 97%;
	margin-left: 3%!important;
	overflow: hidden;
}

.con2 .con2list {
	width: 85%;
	overflow: unset;
	margin-left: 0;
}

.con2 .con2list ul {
/* width: 100%; */
}

.con2 .con2list ul li {
	display: inherit;
}

.con2 .con2list ul li a {
	width: 100%;
	display: inline-block;
}

.con2 .con2list ul li a img {
	width: 100%;
	display: block;
}

.con4 {
	margin: .3rem auto .3rem;
}

.con4 .bk_tit {
}

.con4 .bk_tit .title {
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
	line-height: .7rem;
}

.con4 .bk_tit .title h4 {
	font-size: .36rem;
	font-weight: bold;
	color: #009148;
}

.con4 .bk_tit .title .mo {
	font-size: .24rem;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}

.con4 .bk_tit .line {
	display: flex;
	align-items: center;
	width: 100%;
	height: 1px;
	background: #EEEEEE;
}

.con4 .bk_tit .line span {
	width: 1.42rem;
	height: .03rem;
	background: #009148;
	display: block;
}

.con4 .tp {
	width: 100%;
	display: block;
	margin-top: .3rem;
	margin-bottom: .18rem;
}

.con4 .tp img {
	width: 100%;
	display: block;
}

.con4 .con4_list {
}

.con4 .con4_list li {
}

.con4 .con4_list li a {
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
	line-height: .6rem;
}

.con4 .con4_list li a p {
	font-size: .24rem;
	font-weight: 400;
	color: #333333;
	width: 77%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con4 .con4_list li a span {
	font-size: .24rem;
	font-weight: 400;
	color: #AAAAAA;
}

.con5 {
}

.con5 .con5_nr {
	background: #F5F5F5;
	padding: .18rem;
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.con5 .con5_nr .con5_list1 {
	width: 32%;
	height: auto;
	background: #F5F5F5;
	border: 1px solid #009148;
}

.con5 .con5_nr .con5_list1 p {
	text-align: center;
	font-size: .36rem;
	font-weight: bold;
	color: #009148;
	line-height: .52rem;
	margin-top: .7rem;
}

.con5 .con5_nr .con5_list1 span {
	display: block;
	width: 1.4rem;
	height: .03rem;
	background: #009148;
	margin: 0 auto;
}

.con5 .con5_nr .con5_list2 {
	width: 66%;

}

.con5 .con5_nr .con5_list2 li {
	width: 47.2%;
	height: .88rem;
	line-height: .88rem;
	background: #00A954;
	float: left;
	margin: 0 1%;
	margin-bottom: .16rem;
}

.con5 .con5_nr .con5_list2 li:nth-child(3),.con5 .con5_nr .con5_list2 li:nth-child(4) {
	margin-bottom: 0;
}

.con5 .con5_nr .con5_list2 li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: .28rem;
	font-weight: 400;
	color: #FFFFFF;
}

