@charset "utf-8";
.banner_k {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;/*
	padding-left: 0.3rem;
	padding-right: 0.3rem;
*/
}
.banner {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	/*	overflow: hidden;*/
	margin-bottom: 0.3rem;
	position: relative;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.banner img {
	display: block;
}
.banner .swiper-wrapper {
	width: 100%;
}
.banner .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-wrapper .swiper-slide img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner .hb {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.15rem !important;
	z-index: 3;
	margin: 0 auto;
	display: none;
}
.banner .hb span {
	width: 8px;
	height: 8px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	background: #999;
	font-size: 0;
	border-radius: 50%;
	margin: 0 0.04rem !important;
}
.banner .hb span.swiper-pagination-bullet-active {
	background: #333;
}
.banner h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	font-size: 0.28rem;
	display: block;
/*	line-height: 0.62rem;*/
/*	height: 0.62rem;*/
/*	overflow: hidden;*/
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	color: #fff;
	text-align: left;
	font-weight: normal;
	box-sizing: border-box;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.adv {
	overflow: hidden;
}
.adv .hb {
	width: 100%;
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.15rem !important;
	z-index: 3;
	margin: 0 auto;
	box-sizing: border-box;
	padding-right: 0.3rem;
}
.adv .hb span {
	width: 8px;
	height: 8px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
	font-size: 0;
	border-radius: 50%;
	margin: 0 0.04rem !important;
}
.adv .hb span.swiper-pagination-bullet-active {
	background: #333;
}
.butn {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
}
.butn li {
	float: left;
	width: 3.35rem;
	height: 0.64rem;
	background-color: #FFA200;
	box-sizing: border-box;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
	margin-bottom: 0.3rem;
	line-height: 0.64rem;
	margin-right: 0.2rem;
}
.butn li img {
	float: right;
	height: 0.4rem;
	margin-top: 0.11rem;
}
.butn li a {
	font-size: 0.28rem;
	color: #fff;
}
.Headlines {
	width: 100%;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.Headlines h1 {
	font-size: 0.32rem;
	margin-bottom: 0.1rem;
	font-family: 'siyuann';
}
.Headlines p {
	font-size: 0.22rem;
	color: #B1B4BA;
}
.tit {
	font-size: 0.34rem;
	color: #222222;
	line-height: 0.44rem;
/*	padding-top: 0.05rem;*/
	padding-left: 0.2rem;
	border-left: solid 0.05rem #255aa0;
	margin-bottom: 0.5rem;
/*	overflow:visible*/
}
.tit span {
	float: right;
	font-size: 0.24rem;
	color: #255aa0;
}
.tit span a {
	color: #255aa0;
}
.tit em {
	display: inline-block;
	width: 1rem;
	height: 0.44rem;
	background: #255aa0;
	color: #fff;
	text-align: center;
	margin-right: 0.2rem;
	font-size: 0.34rem;
	line-height: 0.44rem;
}
.tit em a{
	color: #fff;
}
.today {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.2rem;
}
.newslist1 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.newslist1 li img {
	float: left;
	width: 2.35rem;
	height: 1.58rem;
	margin-right: 0.3rem;
}
.newslist1 li h1 {
	font-size: 0.3rem;
	color: #000;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
	
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.newslist1 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	font-size: 0.22rem;
	line-height: 0.24rem;
	background: #255aa0;
	border-radius: 0.04rem;
	color: #fff;
	overflow: hidden;
	text-align: center;
/*	float: left;*/
	display:inline-block;
	margin-right: 0.1rem;
	padding-top:0.05rem;
	padding-bottom: 0.05rem;
/*	left: 0.3rem;*/
	
/*	margin-top: 0.05rem;*/
	
}
.newslist1 li p {
	font-size: 0.22rem;
	color: #aaa;
	line-height: 0.34rem;
	height: 1rem;
	overflow: hidden;
}
.newslist2 li {
	font-size: 0.32rem;
	color: #444;
	line-height: 0.5rem;
	height: 0.5rem;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0.2rem;
}
.newslist2 li a {
	color: #444;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.more {
	width: 2.5rem;
	height: 0.65rem;
	background: rgba(255,162,0,1);
	font-size: 0.34rem;
	text-align: center;
	color: #fff;
	line-height: 0.65rem;
	margin-left: auto;
	margin-right: auto;
}
.more a {
	color: #fff;
}
.more2 {
	width: 3rem;
	height: 0.65rem;
	background: rgba(255,162,0,1);
	font-size: 0.32rem;
	text-align: center;
	color: #fff;
	line-height: 0.65rem;
	border-radius: 0.33rem;
	margin-left: auto;
	margin-right: auto;
}
.more2 a {
	color: #fff;
}
.column {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.newslist11 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.newslist11 li img {
	float: left;
	width: 2.15rem;
	height: 2.55rem;
	margin-right: 0.3rem;
}
.newslist11 li h1 {
	font-size: 0.3rem;
	color: #000;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
}
.newslist11 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	height: 0.3rem;
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	color: #fff;
	text-align: center;
	float: left;
	left: 0.3rem;
	margin-right: 0.1rem;
}
.newslist11 li p {
	font-size: 0.22rem;
	color: #aaa;
	line-height: 0.34rem;
	text-align: justify;
	
}
.newslist11 li p em{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.newslist11 li p a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.newslist11 li p span {
	color: #255aa0;
}
.video {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.video h1 {
	font-size: 0.28rem;
	color: rgba(34,34,34,1);
	line-height: 0.32rem;
	font-weight: normal;
	color: #222;
}
.video video {
	width: 6.9rem;
	height: 4.3rem;
}
.channel {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.newslist111 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.newslist111 li img {
	float: left;
	width: 2.35rem;
	height: 1.55rem;
	margin-right: 0.3rem;
	margin-bottom: 0.2rem;
}
.newslist111 li h1 {
	font-size: 0.3rem;
	color: #000;
	line-height: 0.4rem;
	max-height: 0.8rem;
	overflow: hidden; 
	margin-bottom: 0.2rem;
	font-weight: normal;
}
.newslist111 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	height: 0.3rem;
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	color: #fff;
	text-align: center;
	float: left;
	left: 0.3rem;
	margin-right: 0.1rem;
}
.newslist111 li p {
	font-size: 0.22rem;
	color: #aaa;
	line-height: 0.34rem;
	text-align: justify;
}
.newslist111 li p em{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist111 li p span {
	color: #255aa0; 
}
.piclist1 li {
	width: 3.35rem;
	height: 2.4rem;
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.25rem;
}
.piclist1 li:nth-child(2n) {
	margin-right: 0;
}
.piclist1 li img{
	display:block;
	margin-bottom: 0.1rem;
}
.piclist1 li h1{
	font-size: 0.28rem;
	overflow: hidden;
/*	height: 0.32rem;*/
	line-height: 0.4rem;
	font-weight: normal;
	color: #000;
	
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.piclist1 li a{
	display: inline-block;
}
.year {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .5rem;
}
.year li {
	float: left;
	border-right: solid 0.02rem #000000;
	display: block;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	line-height: 0.36rem;
	height: 0.36rem;
}
.year li:last-child {
	border-right: 0;
}
.year li span {
	display: block;
	width: 0.82rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	float: left;
}
.year li.cur {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.year li.cur span {
	background: #255aa0;
	color: #fff;
}
.piclist11 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.piclist11 li {
	width: 2rem;
	height: 2.6rem;
	margin-right: 0.45rem;
	float: left;
	margin-bottom: 0.45rem;
}
.piclist11 li:nth-child(3n) {
	margin-right: 0;
}
.pl ul {
	display: none;
}
.pl ul:nth-child(1){display: block;}
.link {
	width: 100%;
	height: auto;
	background: rgba(238,238,238,1);
	font-size: 0.24rem;
	line-height: 0.34rem;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	color: #999;
}
.link span {
	color: #000;
}
.link a {
	color: #999;
}
.nav_b {
	line-height: 0.88rem;
	font-size: 0.28rem;
	color: rgba(68,68,68,1);
	text-align: center;
}
.footer {
	width: 100%;
	height: auto;
	background: rgba(220,220,220,1);
	padding: 0.3rem;
	box-sizing: border-box;
}
.footer p {
	margin-bottom: 0.1rem;
	color: #666666;
}
.footer p span {
	color: #000;
}
.footer img {
	width: 1.4rem;
}
.aob {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	font-size: 0.28rem;
	line-height: 0.38rem;
}
.aob img {
	margin-bottom: 0.2rem;
}
.aob p {
	margin-bottom: 0.2rem;
}
.newslist12 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.newslist12 li img {
	/*	float: left;*/
	width: 100%;
	height: auto;
	/*	margin-right: 0.3rem;*/
	margin-bottom: 0.15rem;
}
.newslist12 li h1 {
	font-size: 0.3rem;
	color: #000;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
}
.newslist12 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	height: 0.3rem;
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	color: #fff;
	text-align: center;
	float: left;
	left: 0.3rem;
	margin-right: 0.1rem;
	line-height: 0.3rem;
}
.newslist12 li p {
	font-size: 0.22rem;
	color: #aaa;
	line-height: 0.34rem;
}
.menu {
	width: 100%;
	line-height: 0.4rem;
	padding-top: 0.3rem;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	overflow-x: auto;
}
.menu ul{
	white-space:nowrap;
}
.menu li {
/*	float: left;*/
	font-size: 0.3rem;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
	border-right: solid 0.02rem #000;
	display: inline;
}
.menu li:last-child {
	border-right: 0;
	margin-right: 0;
}
.vid {
	width: 100%;
	margin-bottom: 0.5rem;
	height: auto;
	overflow: hidden;
}
.vid h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	font-size: 0.28rem;
	display: block;
/*	line-height: 0.62rem;*/
/*	height: 0.62rem;*/
/*	overflow: hidden;*/
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	color: #fff;
	text-align: left;
	font-weight: normal;
	box-sizing: border-box;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.vid .swiper-wrapper {
	height: 4.25rem!important;
}
.vid .swiper-slide video {
	display: block;
	margin: 0;
	width: 100vw;
}
.vid .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100vw;
	overflow: hidden;
	position: relative;
	height: 4.25rem;
}
.vid .swiper-slide div {
	width: 100vw;
	height: 4.25rem;
	overflow: hidden;
	position: relative;
}
.vid img{
	display: block;
	height: 4.25rem;
}
.rec {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.newslist21 li {
	font-size: 0.3rem;
	color: rgba(34,34,34,1);
	line-height: 0.46rem;
	margin-bottom: 0.15rem;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	color: #222222;
}
.newslist21 li span {
	display: block;
	float: left;
	width: 0.14rem;
	height: 0.14rem;
	background: rgba(204,204,204,1);
	margin-right: 0.3rem;
	margin-top: 0.15rem;
}
.newslist21 li em {
	float: left;
	width: 6.4rem;
}
.newslist22 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.newslist22 li:nth-child(1) {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.4rem;
}
.newslist22 li:nth-child(1) img {
	height: 3.85rem;
}
.newslist22 li {
	float: left;
	width: 3.3rem;
	margin-right: 0.3rem;
	height: 2.8rem;
	overflow: hidden;
}
.newslist22 li img {
	width: 100%;
	height: 1.85rem;
}
.newslist22 li:nth-child(2n+1) {
	margin-right: 0;
}
.newslist22 li h1 {
	font-size: 0.22rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
}
.newslist23 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*	margin-bottom: 0.5rem;*/
	padding-bottom: 0.3rem;
	border-bottom: solid 1px #ddd;
	margin-bottom: 0.3rem;
}
.newslist23 li img {
	float: left;
	width: 2.35rem;
	height: 1.58rem;
	margin-right: 0.3rem;
}
.newslist23 li h1 {
	font-size: 0.3rem;
	color: #000;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
	max-height: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newslist23 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	height: 0.3rem;
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.2rem;
	margin-top: 0.05rem;
	color: #fff;
	text-align: center;
	float: left;
	left: 0.3rem;
	margin-right: 0.1rem;
	line-height: 0.3rem;
}
.newslist23 li p {
	font-size: 0.22rem;
	color: #aaa;
	line-height: 0.34rem;
	width: 4.2rem;
	float: right;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.newslist23 li:last-child {
	border-bottom: 0;
}
.col11 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
	background: rgba(238,238,238,1);
	box-sizing: border-box;
	padding: 0.3rem;
	padding-bottom: 0;
}
.col11 h1 {
	font-size: 0.34rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
}
.col11 p {
	font-size: 0.24rem;
	font-weight: 400;
	color: rgba(153,153,153,1);
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
}
.col11 p span {
	color: #255aa0;
	margin-right: 0.1rem;
}
.writer li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.writer li img {
	float: left;
	width: 2.2rem;
	height: 2.7rem;
	margin-right: 0.3rem;
}
.writer li h1 {
	font-size: 0.34rem;
	color: #222222;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	width: 4.35rem;
	float: left;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.writer li p {
	font-size: 0.26rem;
	color: #888;
	line-height: 0.34rem;
	max-height: 0.68rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
	float: left;
	width: 4.35rem;
	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist25 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.newslist25 li {
	float: left;
	width: 3.3rem;
	margin-right: 0.3rem;
	height: 2.8rem;
	overflow: hidden;
}
.newslist25 li img {
	width: 100%;
	height: 1.85rem;
}
.newslist25 li:nth-child(2n) {
	margin-right: 0;
}
.newslist25 li h1 {
	font-size: 0.22rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.34rem;
}
/*杂志*/
.z1 {
	width: 100%;
	height: auto;
	background: rgba(238,238,238,1);
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.3rem;
}
.z1 h1 {
	font-size: 0.36rem;
	font-family: 'siyuanb';
	font-weight: normal;
	color: rgba(17,17,17,1);
	line-height: 0.44rem;
	margin-top: 0.3rem;
	margin-bottom: 0.1rem;
}
.z1 img {
	width: 1.95rem;
	height: 2.6rem;
	float: left;
	margin-right: 0.3rem;
}
.z1 p {
	font-size: 0.24rem;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 0.3rem;
	margin-bottom: 0.6rem;
}
.z1 h2 {
	width: 2.5rem;
	height: 0.64rem;
	background: rgba(255,162,0,1);
	border-radius: 0.06rem;
	font-size: 0.34rem;
	font-weight: normal;
	color: rgba(255,255,255,1);
	line-height: 0.64rem;
	float: left;
	text-align: center;
}
.z1 h2 a {
	color: #fff;
}
.z2 {
	width: 100%;
	height: 0.6rem;
	background: #255aa0;
	color: #fff;
	text-align: center;
	line-height: 0.6rem;
	margin-bottom: 0.5rem;
}
.z3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	color: #222;
	margin-bottom: 0.5rem;
}
.z3 h1 {
	width: 0.66rem;
	height: 1.45rem;
	background: rgba(255,162,0,1);
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.34rem;
	font-weight: normal;
	box-sizing: border-box;
	padding-top: 0.3rem;
	float: left;
	margin-right: 0.3rem;
}
.z3 p {
	font-size: 0.24rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.36rem;
}
.z4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
}
.bq {
	height: 0.32rem;
	padding-left: 0.08rem;
	padding-right: 0.08rem;
	display: inline-block;
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.22rem;
	line-height: 0.32rem;
	color: #fff;
	margin-bottom: 0.5rem;
}
.z4 ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.z4 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	/*	padding-top: 0.3rem;*/
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}
.z4 li h1 {
	font-size: 0.34rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.4rem;/*	margin-bottom: 0.2rem;*/
}
.z4 li span {
	display: block;
	float: left;
	width: 0.14rem;
	height: 0.14rem;
	background: rgba(204,204,204,1);
	margin-right: 0.3rem;
	margin-top: 0.1rem;
}
.z4 li p {
	font-size: 0.22rem;
	font-weight: 400;
	color: rgba(102,102,102,1);
	margin-top: 0.2rem;
}
.contact1 {
	font-size: 0.3rem;
	font-weight: 400;
	color: rgba(34,34,34,1);
	line-height: 0.4rem;
	margin-bottom: 0.3rem;
}
.contact1 p {
	margin-bottom: 0.1rem;
}
.n1 {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.2rem;
	border-bottom: solid 1px #ddd;
	margin-bottom: 0.2rem;
}
.n1 h1 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #255aa0;
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
}
.n1 h1 a {
	color: #255aa0;
}
.n1 p {
	font-size: 0.22rem;
	font-weight: 400;
	color: #255aa0;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
}
.n1 p a {
	color: #255aa0;
}
.n2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	margin-bottom: 0.2rem;
}
.n3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;/*	margin-bottom: 0.5rem;*/
}
.tit2 {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	/*	overflow: hidden;*/
	font-size: 0.34rem;
	font-weight: 400;
	color: #255aa0;
	border-bottom: solid 0.04rem rgba(219,216,216,1);
	margin-bottom: 0.4rem;
}
.tit2 span {
	display: inline-block;
	height: 0.5rem;
	border-bottom: solid 0.04rem #255aa0;
}
.tit2 a {
	float: right;
	font-size: 0.24rem;
	color: #255aa0;
}
.newslist26 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*	margin-bottom: 0.5rem;*/
/*	padding-bottom: 0.3rem;*/
	border-bottom: solid 1px #ddd;
	margin-bottom: 0.3rem;
}
.newslist26 li img {
	float: left;
	width: 2.35rem;
	height: 1.58rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
}
.newslist26 li h1 {
	font-size: 0.3rem;
	color: #255aa0;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist26 li h1 span {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
/*	height: 0.3rem;*/
	background: #255aa0;
	border-radius: 0.04rem;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	float: left;
/*	margin-top: 0.05rem;*/
	margin-right: 0.1rem;
/*	line-height: 0.22rem;*/
/*
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
*/
	display: block;
}
.newslist26 li p {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.34rem;
	max-height: 0.68rem;
	overflow: hidden;
	margin-bottom: 0.3rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist26 li:last-child {
	border-bottom: 0;
}
/*.订阅列表*/
.sub1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sub2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.sub2 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 0.3rem;
}
.sub2 li img {
	width: 4rem;
	height: 2.4rem;
	float: left;
	margin-right: 0.25rem;
}
.sub2 li h1 {
	font-size: 0.32rem;
	font-weight: normal;
	color: rgba(34,34,34,1);
	line-height: 0.4rem;
	margin-top: 0.2rem;
	margin-bottom: 0.05rem;
}
.sub2 li p {
	font-size: 0.22rem;
	font-weight: normal;
	color: rgba(102,102,102,1);
	line-height: 0.3rem;
	margin-bottom: 0.05rem;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub2 li h2 {
	font-size: 0.2rem;
	font-weight: normal;
	color: rgba(204,204,204,1);
	line-height: 0.3rem;
	text-decoration: line-through;
}
.sub2 li h3 {
	font-size: 0.34rem;
	font-weight: normal;
	color: rgba(255,0,0,1);
	line-height: 0.4rem;
}
.za1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.5rem;
}
.za1 img {
	float: left;
	width: 2.5rem;
	height: 3.35rem;
	margin-right: 0.3rem;
}
.za1 h1 {
	font-size: 0.38rem;
	font-weight: bold;
	color: rgba(17,17,17,1);
	line-height: 0.44rem;
	margin-bottom: 0.2rem;padding-top: 0.2rem;
}
.za1 p {
	font-size: 0.24rem;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 0.36rem;
	margin-bottom: 0.3rem;
}
.za1 h2{
	width:2.5rem;
height:0.64rem;
background:rgba(255,162,0,1);
border-radius:0.06rem;
	font-size:0.34rem;
font-weight:400;
color:rgba(255,255,255,1);
line-height:0.64rem;
	text-align: center;
	float: left;
}
.za1 h2 a{
	color: #fff;
}
.za2k{
	width:100%;
/*	height:3rem;*/
	overflow: hidden;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	background:#EEEEEE;
	margin-bottom: 0.5rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
}
.za2{
	width:6.9rem;
	height: 2rem;
	overflow: hidden;
	color: #333333;
}

.za2 div div{
/*	line-height: 0.36rem;*/
	width: 100%;
	height: auto;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.year2{	
	width: 100%;
	height: auto;
	overflow: hidden;
	
	margin-bottom: 0.5rem;
}
.year2 li{
	float: left;
	width: 1.25rem;
	font-size:0.28rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:0.8rem;
	text-align: center;
	margin-bottom: 1px;
	background:rgba(238,238,238,1);
}
.year2 li.cur{
	color: #fff;
	background:rgba(255,162,0,1);
}
.za_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.za_list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.za_list li{
	float: left;
	width: 3.25rem;
	height: 6.8rem;
	overflow: hidden;
	margin-right: 0.35rem;
}
.za_list li img{
	width: 3.25rem;
	height: 4.35rem;
	margin-bottom: 0.2rem;
}
.za_list li:nth-child(2n){
	margin-right: 0;
}
.za_list li h1{
	font-size:0.36rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.42rem;
	margin-bottom: 0.1rem;
}
.za_list li p{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(85,85,85,1);
	line-height:0.5rem;
}
.za4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.za4 .newslist21 li a{
	color: #555;font-size: 0.26rem;
}

.good1{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.good1 img{
	display: block;
}

.good2{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
} 
.h1{
	font-size:0.34rem;
font-weight:400;
color:rgba(34,34,34,1);
line-height:0.4rem;
	margin-bottom: 0.3rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.h2{
	font-size:0.26rem;
font-weight:400;
color:rgba(153,153,153,1);
line-height:0.32rem;
	margin-bottom: 0.3rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.h3{
	font-size:0.46rem;
	font-weight:400;
	color:rgba(255,0,0,1);
	line-height:0.52rem;
margin-bottom: 0.3rem;
	width: 100%;
	height: auto;
/*	overflow: hidden;*/
}
.h3 span{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:0.36rem;
	    text-decoration: line-through;
}
.h3 em{
	font-size: 0.3rem;
}
.h4{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(34,34,34,1);
/*	line-height:0.3rem;*/
	width: 100%;
	height: auto;
	line-height: 0.6rem;
	overflow: hidden;margin-bottom: 0.3rem;
}
.h4 span{
	float: right;
	display: block;
	height: auto;
	overflow: hidden;
	font-size: 0.32rem;
}
.h4 span select{
	border:1px solid rgba(210,210,210,1);
	height: 0.5rem;
	padding-left: 0.1rem;
	float: left;
	margin-right: 0.1rem;
	
}
.h5{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.32rem;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.num{
	float: right;
	width: 1.5rem;
}
.num img{
	width: 0.5rem;
	height: 0.5rem;
	float: left;
}
.num input{
	width: 0.5rem;
	height: 0.5rem;
	box-sizing: border-box;
	border: solid 0.02rem rgba(238,238,238,1);;
	float: left;
	text-align: center;
	line-height: 0.48rem;
	color: #888;
}
.h6{
	width: 3rem;
	height: 0.8rem;
	overflow: hidden;
	font-size:0.34rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:0.8rem;
	background:rgba(255,162,0,1);
	text-align: center;
	margin-bottom: 0.5rem;
	float: left;
	margin-right: 0.3rem;
}
.h6 a{ 
	color:rgba(255,255,255,1);
}

.h7{
	background-color: #ccc;
	margin-right: 0;
	float: right;
}
.sublist li{
	width: 3.3rem;
	height: 3.15rem;
	float: left;
	margin-right: 0.3rem;
}
.sublist li img{
	width: 3.3rem;
	height: 2rem;
	margin-bottom: 0.15rem;
}
.sublist li h1{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.36rem;
	margin-bottom: 0.15rem;
	overflow: hidden;
	
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sublist li p{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(255,0,0,1);
	line-height:0.36rem;
}
.sublist li:nth-child(2n){
	margin-right: 0;
}
/*订单提交*/
.choose{
	height: 0.4rem;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-bottom: solid 0.2rem #EEEEEE;
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.4rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	text-align: center;
}
.choose img{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.2rem;
	display: inline-block;
	margin-bottom: -0.09rem;
}

.down{
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	box-sizing: border-box;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: solid 0.2rem #EEEEEE;
	background-color: #fff;
}
.down h1{
	font-size:0.32rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.38rem;
	margin-bottom: 0.1rem;
	width: 5.3rem;
	float: left;
}
.down p{
	font-size:0.26rem;
	font-weight:400;
	color: #bbb;
	line-height:0.32rem;
	width: 5.3rem;
	float: left;
/*	line-height: 0.32rem;*/
}
.down .img{
	float: right;
	height: 0.4rem;
	margin-top: 0.27rem;
	margin-left: 0.3rem;
	opacity: 0.5;
}
.down .dingwei{
	float: left;
	height: 0.6rem;
	margin-right: 0.2rem;
	opacity: 0.3;
	margin-top: 0.1rem;
}
.goods{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: solid 0.02rem #eee;
	background-color: #fff;
}
.goods img{
	float: left;
	width: 2rem;
	height: 1.1rem;
	margin-right: 0.2rem;
}
.goods h1{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
/*	line-height:0.36rem;*/
	line-height: 1.1rem;
}
.price{
	width:1rem;
	float: right;
	font-size:0.34rem;
	font-weight:400;
	color:rgba(255,0,0,1);
	line-height:0.4rem;
	text-align: right;
	padding-top: 0.15rem;
	background-color: #fff;
}
.price span{
	display: block;
	color: #222;
	padding-top: 0.15rem;
	font-size: 0.3rem;
}
.time{
	line-height: 0.8rem;
	width: 100%;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	border-bottom: solid 0.2rem #EEEEEE;
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	background-color: #fff;
}
.time span{
	font-size: 0.24rem;
	margin-left: 0.3rem;
}
.fapiao{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.8rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	width: 100%;background-color: #fff;
}
.fapiao span{
	color: #999;
	font-size: 0.24rem;
	margin-left: 0.3rem;
}
.fapiao span input{
	border:0;
	width: 5.3rem;
}
.fapiao_c{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	font-size:0.24rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background-color: #EEEEEE;
}
.fapiao_c input{
	margin-right: 0.05rem;
	margin-left: 0.05rem;
}

.peisong{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.8rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	width: 100%;
	border-bottom: solid 0.02rem #eee;background-color: #fff;
}
.peisong span{
	float: right;
}
.peisong img{
	height: 0.35rem;
	margin-top: 0.23rem;
}
.liuyan{
	font-size:0.3rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	width: 100%;
	border-bottom: solid 0.02rem #eee;
	background-color: #fff;
}
.liuyan h1{
	float: left;
	font-size:0.3rem;
	font-weight: normal;
	margin-right: 0.3rem;
	line-height: 0.8rem;
}
.liuyan textarea{
	width: 5.3rem;
	height: 1.2rem;
	overflow: hidden;
	border: 0;
	padding-top: 0.25rem;
	font-size: 0.24rem;
	color: #999;
}
.pzong{
	width: 100%;
	height: 0.8rem;
	overflow: hidden;
	font-size:0.28rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.8rem;
	background-color: #fff;
	position: absolute;
	bottom: 0;left: 0;
	box-sizing: border-box;
	padding-left: 0.3rem;
}

.an{
	float: right;
	width:2.2rem;
	height:0.8rem;
	background:rgba(255,162,0,1);
	color: #fff;
	font-size:0.3rem;
	text-align: center;
}

.pzong span{
	color: #FF0000;
}
/*详情*/
.cont1{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	
	font-size:0.28rem;	
	font-weight:400;
	color:#255aa0;
	line-height: 0.8rem;
	
}
.cont1 a{
	color:#255aa0;
}
.cont2{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	
	
}
.cont2 h1{
	font-size:0.38rem;
	text-align: center;

	font-weight:400;
	color:rgba(34,34,34,1);
	margin-bottom: 0.15rem;
}
.cont2 p{
	font-size:0.18rem;
	font-weight:400;
	color:rgba(153,153,153,1);
	text-align: center;
	margin-bottom: 0.5rem;
}
.cont22 h1{
	/*text-align: left;*/
}
.cont22 p{
	/*text-align: left;*/
}
.cont3{
	font-size:0.22rem;
	font-weight:400;
	color:rgba(85,85,85,1);
	line-height:0.34rem;
	background-color: #EEEEEE;
	padding: 0.3rem;
	display: block;
	margin-bottom: 0.3rem;
}


.cont4{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	font-size: 0.28rem;
	position: relative;
}
.cont4 img{
	margin-bottom: 0.1rem;
}
.cont4 h1{
	margin-bottom: 0.2rem;
}
.cont4 p{
	margin-bottom: 0.3rem;
}

.zhushi{
	font-size:0.24rem;

	font-weight:400;
	color:rgba(153,153,153,1);
	margin-bottom: 0.3rem;
}
.share{
	margin-bottom: 0.5rem;
	padding-top: 0.2rem;
}
.share1{
	width:3.2rem;
	height:0.6rem;
	background:rgba(96,196,38,1);
	text-align: center;
	line-height: 0.6rem;
	color: #fff;
	float: left;
}

.share2{
	width:3.2rem;
	height:0.6rem;
	background:#DF2029;
	text-align: center;
	line-height: 0.6rem;
	color: #fff;
	float: right;
}
.cont5{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	font-size: 0.28rem;
	
}
.updown{
	font-size:0.3rem;
	font-weight:400;
	color:#222222;
	line-height:0.36rem;
	margin-bottom: 0.3rem;
}
.updown p{
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	border-bottom: solid 0.02rem #ddd;
}
.updown p:last-child{
	border-bottom: 0;
}
.cont6{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	font-size: 0.28rem;
	
}

.comm h1{
	font-size:0.34rem;
	font-weight:400;
	color:#255aa0;
	line-height:0.4rem;
	margin-bottom: 0.3rem;
}
.comm_text{
	width:6.9rem;
	height:1.4rem;
	background:rgba(255,255,255,1);
	border:0.02rem solid rgba(210,210,210,1);
	border-radius:0.04rem;
	margin-bottom: 0.2rem;
	box-sizing: border-box;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.comm_tj{
	width:1.6rem;
	height:0.48rem;
	background:#255aa0;
	border-radius:0.04rem;
	font-size:0.28rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:0.48rem;
	border: 0;
	float: right;
}
.pl_list li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: solid 0.02rem #eee;
}
.pl_list li img.touxiang{
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	float: left;
}
.pl_list li h1{
	font-size:0.26rem;
	font-weight:400;
	color:#255aa0;
	margin-bottom: 0.1rem;
	float: right;
	width: 5.6rem;
}
.pl_list li h1 span{
	color: #999;
}
.pl_list li h2{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:0.36rem;
	float: right;
	width: 5.6rem;
	margin-bottom: 0.1rem;
}
.pl_list li p{
	float: right;
	width: 5.6rem;
	font-size:0.26rem;
	font-weight:400;
	color:rgba(204,204,204,1);
	
}

.pl_list li p span{
	display: inline-block;
}
.pl_list li p span img:nth-child(1){
	display: block;
}
.pl_list li p span img:nth-child(2){
	display: none;
}
.pl_list li p span.cur img:nth-child(1){
	display: none;
}
.pl_list li p span.cur img:nth-child(2){
	display: block;
}
.pl_list li p img{
	height: 0.3rem;
	width: 0.3rem;
	margin-bottom: -0.02rem;
}
.pl_list li:last-child{
	border-bottom: 0;
}
.zhedang{
	display: block;position: absolute;
	bottom: 0;
	width: 100%;
}

.fufei{
	width: 100%;
	height: auto;overflow: hidden;
	text-align: center;
}
.fufei p{
	font-size:0.28rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:0.36rem;
	margin-bottom: 0.15rem;
}
.xiajiantou{
	width: 0.33rem;
	margin-bottom: 0.15rem;
}

.fufei p a{
	color: #FFA200;
}
.goumai{
/*	width:2.1rem;*/
	height:0.6rem;
	background:rgba(255,162,0,1);
	border-radius:0.3rem;
	color: #fff;
	line-height: 0.6rem;
	text-align: center;
	margin-left: auto;margin-right: auto;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size:0.34rem;
	display: inline-block;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}
.goumai a{
	color: #fff;
	
}

.login{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.login h1{
	font-size: 0.4rem;
	font-weight: normal;
	text-align: center;
/*	line-height: 2rem;*/
	color:#255aa0;
/*	padding-top: 1rem;*/
	padding-bottom: 0.5rem;
}
.text{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.text input{
	width: 100%;
	height: 0.8rem;
	border: solid 0.02rem #ddd;
	box-sizing: border-box;
	line-height: 0.8rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	border-radius: 0.1rem;
	margin-bottom: 0.5rem;
	font-size: 0.28rem
}
.text input::placeholder{
	color: #bbb;
}
.yzm input::placeholder{
	color: #bbb;
}
.butn11{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}


.butn11 input{
	width: 100%;
	height: 0.8rem;
	border: solid 0rem #ddd;
	box-sizing: border-box;
	line-height: 0.8rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	border-radius: 0.1rem;
	font-size: 0.3rem;
	background-color: #ffa200;
	color: #fff;
/*	margin-bottom: 0.5rem;*/
}
.login_x{
	line-height: 0.8rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.login_x a{
	color: #999;
	
}
.login_x span a{
	color: #DF2029;
}
.login_x span {
	float: right;
}
.login_tou{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 0.3;
	margin-bottom: 0.3rem;
	margin-top: 0.5rem;
}
.user1{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.user2{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.3rem;
	border-bottom: solid 0.2rem #eee;
}
.user2 img{
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	margin-right: 0.3rem;
}
.user2 h1{
	font-size:0.34rem;
	font-weight:500;
	color:rgba(34,34,34,1);
	line-height:0.4rem;
	padding-top: 0.25rem;
	margin-bottom: 0.2rem;
}
.user2 p{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:0.32rem;
}
.user3{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	border-bottom: solid 0.02rem rgba(238,238,238,1);
	line-height: 0.5rem;
	
}
.user3 img{
	height: 0.5rem;
	float: left;
	margin-right: 0.2rem;
}
.user3 span{
	float: right;
}
.user3 span img{
	height: 0.3rem;
	margin-top: 0.1rem;
	margin-right: 0;
}

.yzm{
	width: 80%;
	height: 0.8rem;
	border: solid 0.02rem #ddd;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-bottom: 0.5rem;
	border-radius: 0.1rem;
	
}
.yzm input{
	width: 50%;
	height: 0.78rem;
	border: 0rem;
	line-height: 0.78rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	
	
	font-size: 0.28rem
}
.yzm img{
	float: right;
	height: 0.78rem;
}
.yzm h1{
	float: right;
	font-size: 0.28rem;
	color: #255aa0;
	line-height: 0.78rem;
	padding-right: 0.2rem;
}
.forget_x a{
	text-align: center;
	display: block;
	font-size: 0.3rem;
	line-height:1rem;
}
.out {
	width: 100%;
	height: 1rem;
	background-color: #eee;
	color: #999;
	text-align: center;
	line-height: 1rem;
	font-size: 0.32rem;
	position:fixed;
	bottom: 0;
}

.user4{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	border-bottom: solid 0.02rem rgba(238,238,238,1);
	line-height: 0.5rem;
	
}
.user4 span{
	float: left;
	display: block;
	margin-right: 0.2rem;
}
.user4 span input{
	width: 4rem;
	height: 0.5rem;
	border:0;
	color: #255aa0;
}
.save{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top:1rem;
}
.save input{
	width: 100%;
	height: 0.8rem;
	border: solid 0rem #ddd;
	box-sizing: border-box;
	line-height: 0.8rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
/*	border-radius: 0.1rem;*/
	font-size: 0.3rem;
	background-color: #ffa200;
	color: #fff;
	margin-bottom: 0.3rem;
}

.save_out {
	width: 100%;
	height: 0.8rem;
	background-color: #eee;
	color: #999;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.32rem;

}
.order_tab{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.order_tab div{
	width: 50%;
	height: 0.9rem;
	float: left;
	overflow: hidden;
	border-right: solid 0.02rem #fff;
	box-sizing: border-box;
	line-height: 0.9rem;
	text-align: center;
/*	border-bottom: solid 0.02rem #fff;*/
	font-size: 0.32rem;
	background-color: #eee;
}.order_tab div a{
	color: #666;
}
.order_tab div:nth-child(2){
	/*border-right:0;*/
}
.order_tab div.cur{
	background-color: rgba(255,162,0,0.9);
	color: #fff;
}
.order_tab div.cur a{
	color: #fff;
}
.order_list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

.order_list2{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.address_list{
	width: 100%;
	height: auto;overflow: hidden;
}
.address_list .down{
	border-bottom: solid 1px #eee;
	width: 100%;
	height: auto;overflow: hidden;
	position: relative;
}
.user4 textarea{
	width: 5.4rem;
	height: 1.2rem;
	box-sizing: border-box;
	padding-left: .2rem;
	padding-right: 0.2rem;
	padding-top: 0.05rem;
	padding-bottom: 0.1rem;
	border: 0;
	color: #255aa0;
}
.moren{
	float: right;
	width: 0.8rem;
	height: 0.4rem;
	background-color: #f6f6f6;
	border-radius: 0.2rem;
	border:solid 0.02rem #ddd;
}
.qiu{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.2rem;
	background-color: #aaa;
	float: right;
}
.moren.cur{
	background-color: #54C32D;
	
}
.moren.cur .qiu{
	float: left;
	background-color: #eee;
}

/*支付页面*/
.pay_price{
	width: 100%;
	height: auto;
	overflow: hidden;
/*	text-align: center;*/
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	background-color: #fff;
	border-bottom: solid 0.2rem #eee;
}
.pay_price h1{
	font-size: 0.28rem;
	font-weight: normal;
}
.pay_price h1 span{
	font-size: 0.44rem;
	color: #FF0000;
}
.pay_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 0.02rem #eee;
	background-color: #fff;box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	line-height: 0.6rem;
	color: #777;
	font-size: 0.3rem;
}
.pay_list img{
	float: right;
/*	width: 0.8rem;*/
	height: 0.6rem;
	margin-right: 0.2rem;
}
.pay_list input{
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.13rem;
	float: left;
	margin-right: 0.15rem;
}
.user4 span input[type=radio]{
	width: 0.3rem;
	height: 0.3rem;
	display: block;
	margin-top: 0.05rem;
	margin-right: 0.1rem;
	float: left;
}
.user4 span label{
	float: left;
	margin-right: 0.3rem;
}

/*mz*/

.pra{
		position: relative;
	
	}
	.nologon-layers {
		position: absolute;
		top: 0;	
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		
		visibility: hidden;
		
	}
	
	.acitves {
		visibility: visible;
	}
	
	.bug_queding{
		cursor: pointer;
	}
	/* 选择支付弹窗 */
	.zhifu_con{
		width: 90%;
		height: auto;
		background-color: #fff;
		border:1px solid #ccc;
		border-radius: 10px;
		position: absolute;
		z-index: 1;
		
		top: 5%;
		left: 5%;
		padding-bottom: 20px;
	}
		
		.buy_bug_lbtns{
			margin-top: 10px;
			text-align: center;
		}	
		.zhibuy_queding {
	    display: block;
	    width: 150px;
	    height: 45px;
	    line-height:45px;
	    color: #fff;
	    background-color: #4077C4;
	    text-align: center;
		cursor: pointer;
		margin: 0 auto;
	
	}	
	.zhitu{
		display: block;
		margin: 0 auto;
		margin-top: 50px;
		width: 250px;
		height: 250px;
		text-align: center;
		
	}
	.zhidi_closes{
		width: 30px;
		height: 30px;

		float: right;
		margin-top: -45px;
		margin-right: 20px;
	}	
	.zhidi_closes img{
		width: 100%;
		height: 100%;
	}
	.zhidi_close{
		width: 30px;
		height: 30px;

		float: right;
		margin-top: -45px;
		margin-right: 20px;
	}	
	.zhidi_close img{
		width: 100%;
		height: 100%;
	}		
	.pay_price_title{
		
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
	
		border-bottom: solid 1px #eee;
		text-align: center;
	}
	.pay_price_title h2{
		font-size: 16px;
		font-weight: normal;
	}
	.pay_price_title h2 span{
		font-size: 30px;
		color: #FF0000;
	}
			.paylist{
				width: 100%;
				height: auto;
				overflow: hidden;
			}
			.paylist li{
				width: 100%;
				
				overflow: hidden;
				box-sizing: border-box;
				padding:  10px 20px;
				border-bottom: solid 1px #eee;
				line-height: 30px;
				font-size: 18px;
				
			}
			.paylist li img{
				width: 40px;
				float: left;
				margin-right: 25px;
			}
			.paylist li label{
				width: 100%;
				height: auto;
				overflow: hidden;display: block;
			}
			.paylist li input{
				float: right;
				width: 25px;
				height: 25px;
				background-color: #ddd;
				/*margin-top: 20px;*/
			}
			.zhitu{
				display: none;
				}
			

	/* 选择支付end */
	/* 选择地址弹窗 */
	.nologon-layer {
		position: absolute;
		top: 0;	
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
		
		visibility: hidden;
		
	}
	
	.acitve {
		visibility: visible;
	}
	

.zhiditan{
	position: absolute;
	top: 5%;
	left: 5%;
	
	z-index: 1;
	width: 90%;
	height: 4.5rem;
	overflow: auto;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 10px;
	padding-bottom: 50px;
	}

.zhidit_tit {
	height: 50px;
	text-align: center;
}
.zhidit_tit h2{
	padding-top: 20px;
}
.zhidit_tit  .zhidi_close{
	float: right;
	margin-top: -30px;
	margin-right: 20px;
}
.zhidit_ul {
	clear: both;
	margin-bottom: 20px;
	
}
.zhidit_ul ul li{
	padding:10px 20px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	cursor: pointer;
	
}
.ysl a{
	color: #4077C4;
	
}
.dizhi_wu{
	text-align: center;
	margin-top: 30px;
}
.xuanzedz{
	cursor: pointer;
}

/* 选择地址end */

/*mz*/

.cont23 h1{
	text-align: center;
}
.cont23 p{
	text-align: center;
}
.zz_det_zhaiyao{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.28rem;
    position: relative;
    background-color: #F2F2F2;
    margin-bottom: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.zz_det_main p{
	margin-top: 0.3rem;
}
.zz_det_main h1{
	font-size: 0.52rem;
	margin-bottom: 0.3rem;
}
.newslist1 li p{

    height: auto;
   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.no_lays{
 
  position: absolute;
  width: 100%;
  height: 103%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
.zhifuz{
	
	display: none;
	z-index:4; 
}
.zhifu_cons{
		width: 100%;
		height: auto;
		background-color: #fff;
		border:1px solid #ccc;
		border-radius: 10px;
		position: absolute;
		
		
		
		padding-bottom: 20px;
		z-index: 4;
	
		
		
	}

.newpos{
  position: absolute;
  right: 0.8rem;
	width: 0.3rem;
/*  margin-top: -1.2rem;*/
}
/*
.down{
  padding-top: 0.6rem;
}
*/
.address_listns ul {
	position: relative;
/*	max-height: 6.5rem;*/
	width: 100%;
	height: auto;
	overflow: hidden;
/*  border-bottom: 1px solid #CCC;*/
	
}
.qudingdan {
      position: fixed;
    bottom: 1.2rem;
  text-align: center;
  width: 100%;

}
.qudingdan a{
  color: #999;
}
.dishanchu{
	position: absolute;
/*  float: right;*/
/*  margin-top: -1.1rem;*/
  width: 0.3rem;
	  right: 0.2rem;
	top:0.5rem;
}
.dishanchu img{
  width: 100%;
  height: 100%;
}