@charset "utf-8";

body {
	max-width: 640px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 1.2rem;
	font-family: "microsoft yahei";
}

ul {
	padding: 0;
	margin: 0;
}

a,
a:visited,
a:active,
a:hover {
	color: #333333;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.zy_wrap a {
	color: #333333;
}

.zy_wrap img {
	display: inline;
	width: 100%;
	overflow: hidden;
}

.cp_logo {
	margin-top: 0.3rem;
	margin-bottom: 0;
}

.zy_biaoti {
	/* display: inline; */
	/* float: left; */
	/* width: 15rem; */
	margin-top: 1.1rem;
	margin-left: 1rem;
}

nav ul li {
	padding: 0 1.5rem;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 640px;
	z-index: 999;
	background-color: #FFFFFF;
	padding: 0.2rem 0;
	border-bottom: 0.1rem solid #F8F8F8;
}

header .c_navbutton {
	height: 3.7rem;
	width: 3.7rem;
	outline: none;
	border: none;
	background: url(../img/menu.gif) no-repeat center center;
	background-size: 2rem;
	margin-top: 0.3rem;
}

.zy_wrap {
	padding: 0 10px;
	font-family: inherit;
}

.zy_content_txt .content_share {
	margin: 1.5rem 0;
}

.zy_content_txt .content_share p span {
	color: #666666;
	line-height: 29px;
	margin-left: 10px;
}

.zy_content_txt .content_share p a {
	display: inline-block;
	float: right;
	color: #666666;
	background: url(../img/fenxiang拷贝.png) no-repeat center right;
	background-size: 1.6rem;
	padding: 5px 30px 5px 0;

}

.zy_content_txt .content_share p a.zy_contect {

	background: url(../img/客服.png) no-repeat center right;
	background-size: 1.6rem;
	float: right;
	margin-right: 20px;
}

.zy_content_txt h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 2rem 10px;
}

.zy_content_txt .content_txt h3 {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.5rem;
	text-align: center;
	margin: 1rem 0;
}

.zy_content_txt .content_txt h4 {
	font-weight: bold;
	font-size: 1rem;
	line-height: 2.5rem;
}

.zy_content_txt .content_txt p {
	line-height: 1.8rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.zy_bigtit h2 {
	text-align: center;
	padding: 1rem 0;
	background: url(../img/装饰.png) no-repeat center;
	margin-bottom: 1rem;
	background-size: 8rem auto;
}


.zy_tapnav ul {
	margin-top: 1rem;
}

.zy_tapnav li {
	display: inline-block;
	width: 18%;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 3px 0;
	border-radius: 50px;
	background-color: #333333;
	color: #ffffff;
	margin: 0 1%;
}

.zy_tapnav li:hover {
	background-color: #885518;
}

.zy_tapnav li.act {
	background-color: #885518;
}

.zy_tapcontainer {
	margin-top: 1rem;
}

.product_list section {
	/* height: 190px; */
}

.product_list section ul {
	width: 102%;
}

.product_list section ul li {
	float: left;
	width: 31.333333%;
	text-align: center;
	margin-right: 2%;
}

.product_list section ul li a {
	display: inline-block;
	color: #333333;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding-bottom: 10px;
	width: 100%;
}

.product_list section ul li img {
	display: inline-block;
	width: 8rem;
	height: 8rem;
}

.product_list section ul li .txt span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.product_list section ul li .price {
	color: red;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zy_more {
	text-align: center;
	margin-top: 20px;
}

.zy_more a {
	display: inline-block;
	border: 1px solid #eeeeee;
	color: #885518;
	padding: 5px 20px;
	border-radius: 3px;
}

/* 相关文章 */
.zy_article ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}

.zy_article .art_txt {
	width: 70%;
	padding: 5px 0;

}

.zy_article .art_txt p {
	padding-right: 15px;
}

.zy_article .art_txt p:last-of-type {
	color: #666666;
}

.zy_article .art_txt a {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
	width: 100%;
	text-overflow: ellipsis;
	/*有些示例里需要定义该属性，实际可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*规定超过两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	/*在任何地方换行*/
	margin-bottom: 15px;
}

.zy_article .art_img {
	width: 30%;
}

.zy_article .art_img a img {
	display: inline-block;
	line-height: 6rem;
	vertical-align: middle;

}

.zy_article .art_img a {
	display: block;
	border: 1px solid #eeeeee;
	height: 6rem;
	overflow: hidden;
	line-height: 6rem;
	vertical-align: middle;
}

/* 轮播样式 */
.zy-bullet-active {
	background-color: #885518;
	opacity: 1;
}



/* 清除浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}



.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 价格页面 */
.zy_page1_m10 p {
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 2rem;
}

.zy_page1_m10 p:last-of-type {
	margin-bottom: 15px;
}

.zy_page1_m10 .image {
	margin: 10px;
	padding: 5px;
	border: 1px solid #eeeeee;
}

.zy_page1_dashed {
	border: 1px dashed #1f497d;
	padding: 10px;
	font-size: 14px;
	line-height: 1.75em;
	box-sizing: border-box;
	margin: 15px 0;
}

.zy_page1_dashed .image {
	text-align: center;
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #eeeeee;

}

.zy_page1_dashed .image img {}

.zy_page1_dashed .image em {
	font-style: italic;
}

.zy_big_num {
	text-align: center;
}

.zy_big_num img {
	display: inline;
	width: 4rem;

}

.zy_page_title {
	text-align: center;
}

.tit_sixteen {
	text-align: center;
	padding: 0px 5px;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: rgb(62, 62, 62);
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;

}

.tit_line {
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(51, 51, 51);
	margin-top: 6px;
	overflow: hidden;
}

.title_decorate {
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	top: -10px;
}

/* 相关推荐 */
.product_list section ul .zy_preview li {
	float: left;
	width: 100%;
	text-align: center;
	margin-right: 0%;
}

.zy_tuijian section ul {
	width: 100%;
}

.zy_tuijian section ul li img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.zy_preview .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #885518;
}

/* 购买指南 */
.zy_shuanglan ul li {
	float: left;
	width: 50%;
}

.zy_shuanglan ul li a {
	display: block;
	margin: 8px 0;
	color: #885518;
	font-size: 14px;
}

/* 0511 */

/* 16年品质经营 */
.pz_title {
	text-align: center;
	margin: 15px 0;
}

.pz_title .t_img_tit img {
	width: 85%;
	margin-bottom: 6px;
}

.pz_title .t_img_src img {
	width: 75%;

}

.pz_bluebox {
	/* background-color: #6b90e2; */
	/* padding: 20px 0; */
	box-shadow: 0px 3px 5px 0px #333333;

}

.pz_bluebox img {
	display: block;
}

.pz_bluebox .b_book {
	width: 90%;
	margin-left: 5%;
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px #333333;
}

.pz_bluebox .b_book .txt {
	width: 49%;
	font-size: 14px;
	border-right: 1px solid #eeeeee;

}

.pz_bluebox .b_book .txt p {
	text-align: justify;
	padding: 15px 10px;
}

.pz_bluebox .b_book .img {
	width: 50%;
}

.pz_bluebox .b_book .img img {
	display: block;
	width: 113%;
}

.pz_bluebox .b_book .img>div {
	overflow: hidden;
}

.pz_bluebox .b_txt {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.pz_bluebox .b_txt p {
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	color: white;
}



.pz_zongzhi {
	padding: 25px 0 25px 0px;
	height: 300px;
}

.pz_zongzhi .txt {
	/* width: 50%; */
	margin-right: 15px;
}

.pz_zongzhi .txt span {
	display: block;
	width: 20px;
	text-align: center;
	float: left;
	font-size: 12px;
}

.pz_zongzhi .txt span.big {
	width: 25px;
	position: relative;
	top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.pz_zongzhi .txt span:nth-of-type(2) {
	margin-left: 5px;
}

.pz_zongzhi span.small {
	position: relative;
	top: 0;
	border-left: 1px solid #eaeaea;
}

.pz_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.pz_title p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px 0;

}

.swiper-pagination_activity {
	text-align: center;
}

.swiper-pagination_activity span {
	margin: 0 4px;
}


.pz_toutiao {
	margin: 10px 0;
}

.pz_toutiao .toutiao_left span {
	display: inline-block;
	padding: 3px 5px;
	background-color: #fff6eb;
	font-size: 16px;
	color: red;
	font-weight: bold;
	position: relative;
	top: 11px;
}

.pz_toutiao .toutiao_right {
	font-size: 10px;
	margin-left: 10px;
}

.pz_toutiao .toutiao_right p {
	margin: 5px 0;
}

.pz_toutiao .toutiao_right span.hot {
	display: inline-block;
	border: 1px solid red;
	color: red;
	line-height: 16px;
	width: 25px;
	text-align: center;
	border-radius: 2px;
	margin-right: 3px;
}

/* 网上预约 */
.pz_yuyue .bg_blue {
	background-color: #6b90e2;
	color: white;
	padding: 8px;
	width: 95%;
}

.pz_yuyue .bg_blue span:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.pz_yuyue .bg_blue span:nth-of-type(2) {
	margin-left: 8px;
}

.pz_yuyue .bg_blue a {
	color: #6b90e2;
	display: inline-block;
	background-color: white;
	line-height: 30px;
	padding: 0 5px;
	border-radius: 3px;
	float: right;
	margin-right: 10px;
}

.pz_copyblock {
	text-align: center;
	margin: 20px 0;
}

.pz_copyblock .fourblock ul {
	width: 103%;
}

.pz_copyblock .fourblock ul li {
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 8px;
}

.pz_copyblock .fourblock ul li a {}

.big_font {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.small_font {
	line-height: 22px;
	margin-bottom: 10px;
}

.pz_customer {
	margin: 15px 0;
	margin-top: 30px;
}

/* zhengyichengyao */
.pz_message {}

.pz_message .slide_msg {
	background-color: #f8f8f8;
	padding: 5px;
}

.pz_message .slide_msg span:nth-of-type(1) {
	display: inline-block;
	background: url(../img/0511/laba.png) left center no-repeat;
	background-size: 18px;
	padding-left: 25px;
}

.pz_message .slide_msg span:nth-of-type(2) {
	display: inline-block;
	margin: 0 10px;
}

.pz_invite {
	margin-top: 25px;
}

.pz_invite .big_font {
	color: #daa75a;
	line-height: 30px;
}

/*  购琴指南 */
.pz_zhinan {
	margin: 25px 0;
}

.pz_zhinan h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.pz_zhinan .z_list ul {
	width: 50%;
}

.pz_zhinan .z_list ul li a {
	font-size: 12px;
	color: #daa75a;
}

/* 悬浮窗 */
.pz_over {
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 99;
	width: 23px;
	text-align: center;
}

.pz_over .xuanfu a:nth-of-type(1) {
	display: block;
	width: 23px;
	color: white;
	background-color: #6b90e2;
	margin-bottom: 3px;
	padding: 3px 0;
}

.pz_over .xuanfu a:nth-of-type(2) {
	display: block;
	width: 23px;
	color: white;
	background-color: #ff0000;
	padding: 3px 0;

}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 5rem;
	z-index: 99;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-size: 1.2rem;
	max-width: 640px;
	margin: 0 auto;
}

footer ul li {
	text-align: center;
	padding-top: 0.45rem;
}

footer ul li a {
	display: block;
	padding-top: 2.2rem;
	text-align: center;
}

footer ul li:nth-of-type(1) a {
	background: url(../img/0511/home_active.png) no-repeat center top;
	background-size: 2rem;
}

footer ul li:nth-of-type(2) a {
	background: url(../img/0511/message_active.png) no-repeat center top;
	background-size: 2rem;
}

footer ul li:nth-of-type(3) a {
	background: url(../img/0511/phone_active.png) no-repeat center top;
	background-size: 2rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width:320px) and (max-width:360px) {

	/*  */
	.pz_toutiao .toutiao_left span {
		display: inline-block;
		padding: 1px 2px;
		background-color: #fff6eb;
		font-size: 14px;
		color: red;
		font-weight: bold;
		position: relative;
		top: 9px;
	}

	.pz_toutiao .toutiao_right {
		font-size: 10px;
		margin-left: 5px;
	}

	.pz_toutiao .toutiao_right p {
		margin: 5px 0;
	}

	/*  */
	.pz_zongzhi {
		padding: 25px 0 25px 0px;
		height: 260px;
	}

	.pz_zongzhi .txt {
		/* width: 50%; */
		margin-right: 5px;
	}

	.pz_zongzhi .txt span {
		display: block;
		width: 20px;
		text-align: center;
		float: left;
		font-size: 10px;
	}

	.pz_zongzhi .txt span.big {
		width: 20px;
		position: relative;
		top: 30px;
		font-size: 14px;
		font-weight: bold;
	}

	.pz_zongzhi .txt span:nth-of-type(2) {
		margin-left: 5px;
	}

	.pz_zongzhi span.small {
		position: relative;
		top: 0;
		border-left: 1px solid #eaeaea;
	}

	.pz_bluebox .b_book .txt {
		width: 49%;
		font-size: 10px;
		border-right: 1px solid #eeeeee;

	}

	.pz_yuyue .bg_blue span:nth-of-type(1) {
		font-size: 14px;

	}

	.pz_yuyue .bg_blue span:nth-of-type(2) {
		font-size: 10px;
	}

	.pz_yuyue .bg_blue a {
		font-size: 10px;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 361px) and (max-width:375px) {
	.pz_bluebox .b_book .txt {
		width: 49%;
		font-size: 12px;
		border-right: 1px solid #eeeeee;

	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 376px) and (max-width:420px) {
	.pz_bluebox .b_book .txt {
		width: 49%;
		font-size: 13px;
		border-right: 1px solid #eeeeee;

	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 85%;
	}
}

@media screen and (min-width: 320px) {
	html {
		font-size: 75%;
	}
}
