* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	color: #333;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	background: #f8f8f8;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #50B24B;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	display: inline-block;
	border: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
}

.container {
	background-color: #F5F5F5;
}

.headers {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}

.headers .logo {
	width: 110px;
	margin-left: 10px;
}

.headers .logo img {
	width: 100%;
}

.headers .search {
	width: 110px;
    height: 30px;
    position: absolute;
    right: 15px;
}

.headers .search img {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 15px;
	top: 7px;
}

.headers .search input {
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
	border-radius: 20px;
	border: none;
}
.icon span{
    font-size: 20px;
}
.top_title {
	height: 29px;
	background: #50B24B;
	border-radius: 6px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	padding: 0 10px;
	position: absolute;
	left: 170px;
}

.nav {
	display: -webkit-box;
	height: 50px;
	width: 100%;
	background: #ffffff;
}

.nav ul {
	display: -webkit-box;
	overflow-x: auto;
	padding: 0 10px;
}

.nav ul li {
	margin: 0 10px;
	line-height: 48px;
	height: 50px;
	font-size: 16px;
	position: relative;
}

.nav ul li.cur::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #50B24B;
}

.nav ul li.cur a {
	color: #50B24B;
}

.banner .swiper {
	width: 100%;
	height: 200px;
}
.banner .swiper img {
	width: 100%;
	height: 100%;
}
.bannerlist {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerlist li {
    padding: 0;
	position: relative;
	height: 205px;
	overflow: hidden;
}
.bannerlist li a.img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerlist li a.img img {
    width: 130%;
}
.bannerlist li h3{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px;
	padding-bottom: 15px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(8%,transparent),color-stop(40%,rgba(0,0,0,.24)),color-stop(47%,rgba(0,0,0,.29)),color-stop(95%,rgba(0,0,0,.65)));
	background: linear-gradient(180deg,transparent 8%,rgba(0,0,0,.24) 40%,rgba(0,0,0,.29) 47%,rgba(0,0,0,.65) 95%);
}
.bannerlist li h3 a{
	color: #ffffff;
}
.aaa {
	background-color: #FAFAFA;
}

.menu {
	width: 92%;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -100px;
	position: relative;
	z-index: 99;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 15px 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #ccc;
}

.menu>li {
	width: 20%;
	height: 70px;
	text-align: center;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-right: 8px;
	margin-left: 8px;
}

.menu>li img {
	width: 77%;
	height: 50px;
	margin-bottom: 5px;
}

.menu>li:nth-child(4n) {
	margin-right: 0;
}

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 15px;
	box-sizing: border-box;
}

.top>div:first-child {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.top>div:first-child img {
	width: 4px;
	height: 14px;
	margin-right: 5px;
}

.top>div:last-child img {
	width: 12px;
	height: 4px;
}

.list1 {
	width: 100%;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 10px;
}

.list1>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
}

.list1>ul>li {
	width: 48%;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 15px;
}

.list1>ul>li a {
	display: block;
	height: 120px;
	overflow: hidden;
}

.list1>ul>li img {
	width: 135%;
	margin-bottom: 10px;
}

.list1>ul>li p {
	margin-top: 10px;
}

.list1>ul>li p a {
	height: auto;
	font-size: 15px;
}

.list1_1 {
	width: 100%;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 10px;
}

.list1_1>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
}

.list1_1>ul>li {
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
}

.list1_1>ul>li:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	left: 0;
	top: 8px;
}

.list1_1>ul>li p {
	margin-left: 14px;
	font-size: 16px;
}

.list1_1>ul>li p a{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.list2 {
	width: 100%;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}

.list2>ul {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 0 15px;
	box-sizing: border-box;
	padding-top: 15px;
}

.list2>ul::-webkit-scrollbar {
	display: none;
}

.list2>ul li {
	display: inline-block;
	width: 33%;
	position: relative;
	margin-right: 10px;
	white-space: normal;
}

.list2>ul li img {
	width: 100%;
	height: 85px;
	margin-bottom: 10px;
}

.list2>ul li p {
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.list3 {
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 10px;
}

.list3>ul {
	padding: 0 15px;
	box-sizing: border-box;
	padding-top: 15px;
	overflow: hidden;
}

.list3>ul a {
	color: #333333;
	font-size: 15px;
}

.list3>ul a img {
	display: block;
}

.list3>ul li:nth-child(1) {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.list3>ul li:nth-child(1) img{
    height: auto;
}

.list3>ul li:nth-child(1) .bn a {
	font-size: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	color: #ffffff;
}

.list3>ul li:nth-child(2),
.list3>ul li:nth-child(3),
.list3>ul li:nth-child(4),
.list3>ul li:nth-child(5),
.list3>ul li:nth-child(6){
	width: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 12px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
}

.list3>ul li:nth-child(2) .bn,
.list3>ul li:nth-child(3) .bn,
.list3>ul li:nth-child(4) .bn,
.list3>ul li:nth-child(5) .bn,
.list3>ul li:nth-child(6) .bn{
	position: relative;
	height: auto;
	color: #333333;
	padding: 0;
	background: none;
}

.list3>ul li:nth-child(2) .bn a,
.list3>ul li:nth-child(3) .bn a,
.list3>ul li:nth-child(4) .bn a,
.list3>ul li:nth-child(5) .bn a,
.list3>ul li:nth-child(6) .bn a{
	color: #333333;
	font-weight: normal;
}

.list3>ul li:nth-child(2) .bn p,
.list3>ul li:nth-child(3) .bn p,
.list3>ul li:nth-child(4) .bn p,
.list3>ul li:nth-child(5) .bn p,
.list3>ul li:nth-child(6) .bn p{
	margin-top: 0;
	padding: 0;
}

.list3>ul .bn {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0px;
	font-weight: bold;
	width: 100%;
	height: 86px;
	background: url('../img/bnner.png');
	background-size: 100% 100%;
}

.list3>ul .bn>p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}

.list3>ul li:nth-child(1) .title {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0px;
	font-weight: bold;
	width:calc(100% - 30px);
	height: 50px;
	background: url('../img/bnner.png');
	background-size: 100% 100%;
}

.list3>ul li:nth-child(1) .title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}
.list3>ul li:nth-child(1) .title>a{
    color: #ffffff;
    display: block;
    margin-top:15px
}
.list3>ul img {
	width: 115%;
	height: 100%;
}

.list3>ul li:nth-child(3) {
	margin-left: 0;
}

.list3>ul li:nth-child(2) img,
.list3>ul li:nth-child(3) img,
.list3>ul li:nth-child(4) img,
.list3>ul li:nth-child(5) img,
.list3>ul li:nth-child(6) img{
	display: none;
}

.list4 {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0 20px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.list4>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
}

.list4>ul>li {
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 18px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 18px;
}
.list4>ul>li a{
    width: 110px;
	float: left;
    height: 70px;
    display: block;
    overflow: hidden;
}
.list4>ul>li img {
	width: 140px;
	float: left;
}
.list4>ul>li p a{
    width: 100%;
    height: auto;
}
.list4>ul>li p {
	width: calc(100% - 130px);
	float: right;
}
.list4>ul>li p a{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	font-size: 16px;
}

.list4>ul>li p.title {
	height:42px;
}

.list4>ul>li p.time {
	margin-top: 10px;
	font-size: 12px;
	color: #888888;
}

.list4>ul>li:nth-child(1){
	width:calc(50% - 6px);
	margin-right:6px;
}
.list4>ul>li:nth-child(1) a{
	height: 100px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.list4>ul>li:nth-child(1) p a{
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.list4>ul>li:nth-child(1) img {
    width:130%;
    height: auto;
    float: left;
}
.list4>ul>li:nth-child(1) p{
	width:100%;
	margin-top: 7px;
	height: auto;
}
.list4>ul>li:nth-child(2){
	width:calc(50% - 6px);
	margin-left:6px;
}
.list4>ul>li:nth-child(2) a{
	height: 100px;
	display: block;
	overflow: hidden;
	width: 100%;
}
.list4>ul>li:nth-child(2) p a{
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.list4>ul>li:nth-child(2) img {
    width:150%;
    height: auto;
    float: left;
}
.list4>ul>li:nth-child(2) p{
	width:100%;
	margin-top: 7px;
	height: auto;
}
.list4_top {
	display: flex;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	justify-content: space-between;
	box-sizing: border-box;
}

.list4_top>div:first-child {
	font-weight: bold;
	font-size: 18px;
}

.list4_top>div:last-child img {
	width: 12px;
	height: 4px;
	margin-top: 8px;
}

.list4_top .list4_ul {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}

.list4_top .list4_ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 2px;
}

.list4_top .list4_ul li a {
	color: #999999;
}

.list4_top>div {
	margin-right: 0;
}
.list5 {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0 20px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.list5>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 9px;
	box-sizing: border-box;
}

.list5>ul>li {
	width:calc(50% - 12px);
	font-size: 13px;
	box-sizing: border-box;
	margin: 0 6px;
	margin-top: 18px;
	position: relative;
}
.list5>ul>li a{
    width: 100%;
	float: left;
    height: 105px;
    display: block;
    overflow: hidden;
}
.list5>ul>li img {
	width: 127%;
	float: left;
}
.list5>ul>li p a{
    width: 100%;
    height: auto;
}
.list5>ul>li p a{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	height: auto;
	-webkit-line-clamp: 1;
	font-size: 16px;
	color: #ffffff;
}
.list5>ul>li p.title {
	height: 34px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(8%,transparent),color-stop(40%,rgba(0,0,0,.24)),color-stop(47%,rgba(0,0,0,.29)),color-stop(95%,rgba(0,0,0,.65)));
	background: linear-gradient(180deg,transparent 8%,rgba(0,0,0,.24) 40%,rgba(0,0,0,.29) 47%,rgba(0,0,0,.65) 95%);
}
.list5>ul>li p.title a {
	width: calc(100% - 32px);
	margin: 0 16px;
}
.list5>ul>li p.time {
	margin-top: 10px;
	font-size: 12px;
	color: #888888;
}

.list5>ul>li:nth-child(1){
	width:100%;
}
.list5>ul>li:nth-child(1) a{
	height: 210px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.list5>ul>li:nth-child(1) p a{
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.list5>ul>li:nth-child(1) img {
    width:122%;
    height: auto;
    float: left;
}
.list6 {
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 10px;
}

.list6>ul {
	padding: 0 15px;
	box-sizing: border-box;
	padding-top: 15px;
	overflow: hidden;
}

.list6>ul a {
	color: #333333;
}

.list6>ul li em{
    font-style:italic;
    margin-right: 3px;
    display: inline-block;
    width: 15px;
    font-family: Arial;
    font-size: 14px;
    color: #333;
}
.list6>ul li:nth-child(1) em{
    color:#E10000;
}
.list6>ul li:nth-child(2) em{
    color:#FF7200;
}
.list6>ul li:nth-child(3) em{
    color:#FFB400;
}
.list6>ul a img {
	display: block;
}
.list6>ul li{
	width: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 12px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	font-size: 15px;
}

.list6>ul li .bn{
	position: relative;
	height: auto;
	color: #333333;
	padding: 0;
	background: none;
}

.list6>ul li .bn a{
	color: #333333;
	font-weight: normal;
}

.list6>ul li .bn p{
	margin-top: 0;
	padding: 0;
}

.list6>ul .bn>p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}

.list6>ul img {
	width: 100%;
	height: 100%;
}
.footer {
  width: 100%;
  background: #1A1A1A;
  color: white;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}
.footer .footer_nav {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #252525;
    text-align: center;
    font-size: 14px;
    margin: 0 15px;
}
.footer .footer_nav a{
    padding: 0 8px;
    color: #ddd;
    position: relative;
    z-index: 1;
}
.footer_nav a:before {
    content: "";
    width: 1px;
    height: 11px;
    background: #3f3f3f;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -5px;
}
.footer_nav a:first-child:before {
    display: none;
}
.foot_1 {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.foot_1 label {
  display: block;
  margin: 0 21px;
}
.foot_1 label span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #7b7b7b;
  margin-top: 8px;
}
.foot_1 label img{
  display: block;
  width: 96px;
}
.foot_2 {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;  
  margin: 0 15px;
  margin-top: 25px;
}
.foot_2 img{
  width: 130px;
}
.footer p {
  line-height: 20px ;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0 15px;
  padding: 20px 0;
  font-size: 13px;
  color: #7b7b7b;
}
.footer p a{
  color: #7b7b7b;  
  display: block;
}