* {
	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: #fff;
}

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;
}

.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;
}
.navlist{
    display: block;
    overflow: hidden;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0 0 13px 0;
    margin-top: 15px;
}
.navlist ul li{
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.navlist ul li span{
  float: left;
  padding: 0 0;
  height: 26px;
  line-height: 26px;
  margin-right: 0;
  cursor: pointer;
  margin-top: 12px;
  width: 70px;
}
.navlist ul li a{
  float: left;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background-color: #f3f3f3;
  margin-right: 7px;
  cursor: pointer;
  margin-top: 12px;
}
.navlist ul li a.cur{
  float: left;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background-color: #28b76c;
  margin-right: 7px;
  cursor: pointer;
  color: #ffffff;
  margin-top: 12px;
}
.navlist ul li a:hover{
  float: left;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background-color: #28b76c;
  margin-right: 7px;
  cursor: pointer;
  color: #ffffff;
  margin-top: 12px;
}
.t_lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t_lists li{
    display: flex;
    width: 48%;
    margin-top: 15px;
    flex-wrap: wrap;
}
.t_lists li img{
    width: 100%;
}
.t_lists li p{
    font-size: 15px;
    margin-top:10px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.t_lists li p a{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.t_lists li p.price{
  color: #28b76c;  
}
.t_lists li p.price span{
    color: #666666;
    font-size: 12px;
}
.banner {
	width: 100%;
	height: 200px;
	position: relative;
}

.banner p {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
}

.banner p .title {
	display: inline-block;
	background-color: #2EA88C;
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #2EA88C;
	border-radius: 7px;
}

.banner p .name {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.banner img {
	width: 100%;
	height: 100%;
}

.wraps {
	padding: 20px;
	box-sizing: border-box;
}

.wraps .top {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.wraps .top img {
	width: 4px;
	height: 14px;
	margin-right: 5px;
}

.wraps .lists_ul {
	padding-top: 0;
}

.wraps .lists_ul li {
	padding-top: 18px;
	padding-bottom: 18px;
	height: 25%;
	box-sizing: border-box;
	display: flex;
	border-bottom: 1px solid #eee;
}

.wraps .lists_ul li .img {
	width: 40%;
	height: 90px;
}

.wraps .lists_ul li .img img {
	width: 100%;
	height: 100%;
}
.wraps .lists_sp li .img img{
    height: auto;
}
.wraps .lists_ul li .content {
	width: 55%;
	margin-left: 20px;
}

.wraps .lists_ul li .content .name {
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	line-height: 23px;
}

.wraps .lists_ul li .content .time {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	margin-top: 22px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.wraps .lists_ul li .content .score {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	margin-top: 10px;
}
.wraps .lists_ul li .content .score span{
    font-size: 14px;
    color: #50B24B;
    margin-right: 5px;
}
.wraps .lists_ul li .content .price {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-top: 13px;
}
.wraps .lists_ul li .content .price span{
    font-size: 18px;
    color: #50B24B;
    font-family: Arial;
}

.wraps .lists_ul li .content .price1 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-top: 23px;
}
.wraps .lists_ul li .content .price1 span{
    font-size: 18px;
    color: #50B24B;
    font-family: Arial;
}

.wraps .lists_ul_1 li .img {
	width:30%;
	height: 140px;
}
.wraps .lists_sp{
    overflow: hidden;
    margin: 0 -10px;
}
.wraps .lists_sp li{
    width:calc(50% - 20px);
    float: left;
    margin: 0 10px;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.wraps .lists_sp li .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #000000;
    display: flex;
    align-items: center;
}
.wraps .lists_sp li .img img{
    height: auto;
}
.wraps .lists_sp li .content {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}
.wraps .lists_sp li .content .time{
    margin-top: 10px;
}
.details_wraps {
	box-sizing: border-box;
	padding: 20px;
}

.details_wraps>p {
	line-height: 40px;
}

.details_wraps .content {
	line-height: 20px;
}

.details_wraps .name {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	margin-bottom: 15px;
	text-align: justify;
}

.details_wraps .info {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	/*margin-bottom: 20px;*/
	border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
}
.details_wraps .info img{
    width: 10px;
}
.details_wraps .info span {
	margin-right: 10px;
}
.dt_img{
    width: 100%;
    background: #ffffff;
}
.dt_img img{
    width:calc(100% - 20px);
    margin: 10px 10px;
}
.n-m {
	margin-top: 10px;
	line-height: 32px !important;
	text-align: justify;
	font-size: 18px;
}
.n-m video{
    max-width: 100%!important;
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}
.n-m p{
    text-indent: 36px;
    padding: 8px 0;
    font-size: 18px;  
}
.n-m img{
    max-width: 100%;
    min-width: 100%;
    display: block;
}
.n-m1 p{
    text-indent: 36px;
    padding: 8px 0;
    font-size: 18px;  
}
.n-m1 img{
    max-width: 100%;
    min-width: 100%;
    display: block;
}
.hr {
	height: 10px;
	background-color: #F3F3F3;
}

.down {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.down li {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.down li p:first-child {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.down li p:last-child {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.down li:last-child {
	text-align: right;
}

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

.dt_list .top {
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.dt_list .top img {
	width: 4px;
	height: 14px;
	margin-right: 5px;
}

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

.dt_list>ul>li {
	width: 48%;
	font-size: 13px;
	box-sizing: border-box;
	margin-top: 15px;
}
.dt_list>ul>li a{
    height: 110px;
    display: block;
	overflow: hidden;
}
.dt_list>ul>li img {
	width: 100%;
	margin-bottom: 10px;
}
.dt_list>ul>li p a{
    height: auto;
    display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.dt_list>ul>li p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	font-size: 16px;
	margin-top: 5px;
}

.pages {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin: 30px 0px;
}

.pages ul {
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

.pages ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.pages li a,
.pages li input {
	height: 18px;
	line-height: 18px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	float: left;
	margin-left: 8px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	background-color: #fff;
}

.pages .current a {
	font-weight: 700;
	background: #E50A80;
	color: #fff;
	border-color: #E50A80;
	border-radius: 4px;
}

.pages a:hover {
	background: #efefef;
	color: #333;
}

.pages span {
	background: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	float: left;
	margin-left: 8px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	border-radius: 4px;
}

.pages li.active span {
	background: #50B24B;
	border: 1px solid #50B24B;
	border-radius: 4px;
	color: #FFF;
}
.yc_content{
    margin-top: 20px;
}
.yc_content img{
  width: 100%;
}
.xuzhi {
  background-color: #FFFFFF;
  border-top: 3px solid #0C9C7F;
  margin-top: 20px;
}
.xuzhi .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}
.xuzhi .content {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.xuzhi .content img{
    width: 100%;
}
.xuzhi .content > div {
  margin-bottom: 20px;
}
.xuzhi .content .p1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.xuzhi .content .p2 {
  font-size: 16px;
}
.xuzhi .content > div:last-child {
  margin-bottom: 0;
}
.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;
}