﻿/*----首页----*/
#wrap{
	position: relative;
}
#banner {
	width: 100%;
	position: relative;
	height: 3.59rem;
}
.banner_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.banner_img li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.banner_img li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner_img li.show {
	display: block;
}
.banner_img li:nth-of-type(1) {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
}
.banner_img li:nth-of-type(2) {
	background: url(../images/banner_2.jpg) no-repeat;
	background-size: cover;
}
.banner_img li .li_img {
	display: block;
	width: 4.22rem;
	position: absolute;
	bottom: -1.77rem;
	left: 50%;
	margin-left: -2.11rem;
}
.banner_img li .li_text {
	width: 4.59rem;
	margin: 0.45rem auto 0;
	opacity: 0;
}
.banner_ctrl {
	width: 0.55rem;
	height: 0.18rem;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 50%;
	margin-left: -0.265rem;
	bottom: 0.20rem;
	z-index: 10;
	border-radius: 15px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.banner_ctrl li {
	width: 0.12rem;
	height: 0.12rem;
	margin-right: 0.07rem;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.banner_ctrl li.on {
	background: #f3981c;
}
#main {
	width: 100%;
}
.main_business {
	width: 92%;
	margin: 0.60rem auto 0;
}
.main_business dl {
	width: 100%;
	display: -webkit-box;
	-webkit-box-align: center;
	padding: 0 0 0.30rem 0;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 0.22rem;
}
.main_business dt,.main_business dd {
	-webkit-box-flex: 1;
	width: 50%;
}
.main_business dl .main_pic {
	width: 2.41rem;
	margin: 0 auto;
}
.main_business dl h4 {
	font-size: 0.25rem;
	margin-bottom: 0.12rem;
}
.main_business dl h4 a {
	color: #333;
	width: 100%;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.main_business dl h4 a span {
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	background: url(../images/main_icon_2.png) no-repeat;
	background-size: 100%;
	margin-left: 0.16rem;
}
.main_business dl h5 {
	color: #999;
	font-weight: normal;
	font-size: 0.15rem;
	text-align: center;
}
.main_business .text_pic {
	width: 1.06rem;
	margin: 0.16rem auto 0.25rem;
}
.main_business p {
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.30rem;
	color: #999;
}
.main_business dl h4.on span {
	background-image: url(../images/main_icon_1.png);
}
.main_business dl:last-of-type {
	border: none;
}
.main_video {
	width: 100%;
	background: url(../images/video_bg.jpg) no-repeat left top;
	background-size: 100%;
	position: relative;
	margin-bottom: 0.44rem;
}
.main_video h4 {
	font-size: 0.25rem;
	color: #333;
	text-align: center;
	padding: 0.30rem 0 0.15rem 0;
}
.main_video p {
	color: #999;
	font-size: 0.17rem;
	text-align: center;
	line-height: 0.33rem;
}
.main_video ul {
	width: 77%;
	margin: 0.27rem auto;
	display: -webkit-box;
}
.main_video ul li {
	-webkit-box-flex: 1;
	margin-right: 0.12rem;
	height: 0.44rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	line-height: 0.44rem;
	background: rgba(255, 255, 255, 0.33);
	color: #666;
	font-size: 0.15rem;
	border-radius: 30px;
}
.main_video ul li:last-of-type {
	margin: 0;
}
.main_video .pic {
	width: 92%;
	margin: 0 auto;
}
.main_video .play_icon {
	width: 0.82rem;
	position: absolute;
	left: 50%;
	margin-left: -0.41rem;
	bottom: 0.84rem;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.main_data {
	width: 100%;
	background: #f0ebdf;
	padding: 0.40rem 0 0.57rem;
	margin-bottom: 0.50rem;
}
.title {
	width: 100%;
	text-align: center;
}
.title dt {
	font-size: 0.25rem;
	color: #333;
	font-weight: 600;
}
.title dd {
	color: #999;
	font-size: 0.20rem;
	margin-top: 0.14rem;
}
.data {
	margin: 0.25rem 0 0 0.25rem;
	display: -webkit-box;
}
.data dl {
	margin-right: 0.24rem;
	position: relative;
}
.data dt {
	width: 0.82rem;
	height: 0.82rem;
	background: #fff;
	border-radius: 50%;
	color: #333;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 0.20rem;
}
.data dd {
	width: 2.54rem;
	height: 3.61rem;
	overflow: hidden;
	background: #F08200;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 1.00rem;
	display: none;
}
.data dl.on dt {
	background: #F08200;
	border-color: #F08200;
	color: #fff;
}
.data_map {
	width: 90%;
	margin: 0.33rem auto 0;
}
.data dd p {
	width: 100%;
	padding: 0.22rem 0.10rem;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-align: center;
	border-bottom: 1px solid #f29527;
	-webkit-transform: translateX(-100%);
	opacity: 0;
}
.data dd p img {
	width: 0.44rem;
	margin-right: 0.10rem;
}
.data dd p span {
	-webkit-box-flex: 1;
	display: block;
	line-height: 0.25rem;
	font-size: 0.18rem;
	color: #fff;
}
.data dl dd p:last-of-type {
	border: none;
}
@-webkit-keyframes p_show {
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0);
	}
}
.main_history {
	width: 100%;
	height: 4.80rem;
	margin-bottom: 0.20rem;
}
.icon_list {
	width: 100%;
	position: relative;
	height: 1.84rem;
	overflow: hidden;
}
.icon_list li {
	position: absolute;
	bottom: 2.96rem;
	left: 50%;
	margin-left: -0.56rem;
	-webkit-animation: start_top 1s ease-out forwards 3s;
}
.icon_list li img {
	display: block;
	width: 1.12rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.text_list {
	width: 100%;
	position: relative;
	margin-top: 0.51rem;
}
.text_list li {
	position: absolute;
	width: 90%;
	display: none;
	left: 5%;
}
.text_list li h4 {
	color: #666;
	font-size: 0.29rem;
	font-weight: 400;
	text-align: center;
}
.text_list li p {
	width: 100%;
	color: #999;
	font-size: 0.17rem;
	line-height: 0.27rem;
	text-align: center;
}
@-webkit-keyframes start_top {
	0%,4.2% {
		bottom: 5.92rem;
	}
	19.2%,23.4% {
		bottom: 0;
	}
	38.4%,42.6% {
		bottom: 0.72rem;
	}
	57.6%,61.8% {
		bottom: 0;
	}
	76.8%,81% {
		bottom: 0.30rem
	}
	96%,100% {
		bottom: 0;
	}
}
.plane {
	width: 100%;
	margin-bottom: 0.60rem;
}
.thing {
	width: 92%;
	margin: 0.50rem auto 0;
	overflow: hidden;
	position: relative;
}
.thing dl {
	width: 100%;
	position: relative;
	display: none;
}
.thing dl img {
	width: 100%;
}
.thing dl dd {
	width: 100%;
	height: 0.77rem;
	background: rgba(000, 000, 000, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-left: 0.18rem;
	box-sizing: border-box;
}
.thing dl dd h4 {
	font-size: 0.20rem;
}
.thing dl dd h4 a {
	color: #F08200;
}
.thing dl dd p {
	font-size: 0.18rem;
	color: #999;
}
.thing dl.on_0 {
	display: block;
}
.thing .t_icon {
	position: absolute;
	top: 50%;
	width: 0.28rem;
	margin-top: -0.27rem;
	z-index: 100;
}
.thing .left_icon {
	left: 0.18rem;
}
.thing .right_icon {
	right: 0.18rem;
}
#play_video{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(000,000,000,0.5);
	z-index: 10000;
}
#play_video video{
	position: absolute;
	top: 30%;
	left: 4%;
}
#play_video span{
	width: 0.50rem;
	height: 0.50rem;
	font-size: 0.40rem;
	color: #fff;
	position: absolute;
	top: 30%;
	right: 2%;
	-webkit-transform: scale(1.5);
}
/*----子页面banner----*/
.sub_banner{
	width: 100%;
}
.sub_banner img{
	width: 100%;
}
/*----大事记----*/
#b_main {
	width: 92%;
	margin: 0.44rem auto 0;
}
.b_thing {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	border-bottom: 1px dashed #CDCDCD;
	margin-bottom: 0.20rem;
}
.b_thing>img {
	width: 100%;
	height: 3.41rem;
	display: none;
}
.t_title {
	width: 100%;
	display: -webkit-box;
	margin-bottom: 0.27rem;
}
.b_date {
	width: 0.54rem;
	height: 0.54rem;
	background: #f5981b;
	border-radius: 4px;
	margin-right: 0.10rem;
}
.b_date dt,.b_date dd {
	width: 100%;
	text-align: center;
	color: #fff;
}
.b_date dt {
	font-size: 0.20rem;
	line-height: 0.28rem;
	border-bottom: 1px solid #ffa437;
	box-sizing: border-box;
}
.b_date dd {
	font-size: 0.10rem;
	line-height: 0.26rem;
}
.b_title dt {
	font-size: 0.15rem;
}
.b_title dt a {
	color: #333;
}
.b_title dd {
	color: #999;
	font-size: 0.13rem;
	margin-top: 0.08rem;
}
.b_thing.on {
	border: none;
}
.more_btn {
	width: 2.44rem;
	height: 0.47rem;
	border: 1px solid #F3981E;
	color: #F3981E;
	background: #fff;
	border-radius: 4px;
	margin: 0.07rem auto 0;
	font-size: 0.17rem;
}
@-webkit-keyframes img_height {
	from {
		height: 0;
	}
	to {
		height: 3.41rem;
	}
}
/*----加入我们----*/
#j_banner {
	width: 100%;
	margin-bottom: 0.32rem;
}
#j_banner img {
	width: 100%;
	display: none
}
.u_main>div {
	display: none;
}
.tab {
	width: 52%;
	height: 0.52rem;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	display: -webkit-box;
	background: #efefef;
	margin: 0 auto;
}
.tab li {
	-webkit-box-flex: 1;
	height: 100%;
	text-align: center;
	line-height: 0.52rem;
	font-size: 0.23rem;
}
.tab li.on {
	color: #fff;
	background: #F3981E;
}

.tab li:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tab li:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.j_content {
	width: 90%;
	margin: 0.45rem auto 0;
}
.j_content h4 {
	font-size: 0.20rem;
	color: #333;
	font-weight: 500;
	line-height: 0.33rem;
}
.j_content h4 span {
	font-size: 0.23rem;
	color: #F3981E;
}
.j_content p {
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 0.18rem;
	color: #666;
	line-height: 0.36rem;
}
.j_btn {
	width: 1.85rem;
	height: 0.52rem;
	border: 1px solid #F3981E;
	background: #fff;
	color: #F3981E;
	font-size: 0.20rem;
	margin: 0.37rem auto 0;
	border-radius: 18px;
}
.c_main {
	margin-top: 0.40rem;
	width: 100%;
}
.c_main p {
	text-align: center;
	line-height: 0.43rem;
	font-size: 0.23rem;
	color: #333;
}

.c_main a {
	color: #333;
	display: inline-block;
}
/*----详细页面----*/
.sub_main {
	width: 92%;
	margin: 0.44rem auto 0;
}
.sub_title {
	border-bottom: 1px solid #dddddd;
}
.sub_title,.sub_title dt,.sub_title dd {
	width: 100%;
}
.sub_title dt,.sub_title dd {
	text-align: center;
}
.sub_title dt {
	font-size: 0.20rem;
	font-weight: 600;
	color: #333;
}
.sub_title dd {
	font-size: 0.15rem;
	margin: 0.05rem 0 0.20rem;
	color: #999;
}
.sub_main span {
	display: block;
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 0.13rem;
	margin: 0.10rem 0 0.40rem;
}
.x_banner {
	width: 100%;
	position: relative;
	height: 3.42rem;
}
.x_list {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.x_list li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.x_list img {
	width: 100%;
}
.x_left,.x_right {
	position: absolute;
	width: 0.40rem;
	top: 50%;
	margin-top: -0.20rem;
	z-index: 1000;
}
.x_left {
	left: 0.15rem;
}
.x_right {
	right: 0.15rem;
}
.sub_main p {
	font-size: 0.18rem;
	color: #666;
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 0.35rem;
	margin-top: 0.25rem;
}
.up_down{
	width: 100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	margin-top: 0.40rem;
}
.up_down button{
	width: 1.03rem;
	height: 0.53rem;
	border-radius: 4px;
	background: #f6f6f6;
	border: 1px solid #dddddd;
	color: #666;
	font-size: 0.20rem;
	margin-right: 0.36rem;
}
/*----找鲜花----*/
#f_main{
	width: 92%;
	margin: 0.40rem auto 0;
}
#f_main>h4 , #s_main>h4 , #g_main>h4 , #w_main>h4 , #b_main>h4{
	text-align: center;
	color: #F3981E;
	font-weight: 500;
	font-size: 0.30rem;
}
.sm{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
	font-size: 0.20rem;
	line-height: 0.38rem;
	margin: 0.17rem 0 0.34rem;
}
.sm span{
	color: #F3981E;
}
.ts{
	width: 100%;
	margin-bottom: 0.40rem;
}
.f_pic{
	width: 100%;
	display: -webkit-box;
	-webkit-box-pack: justify;
	overflow: hidden;
}
.f_pic>div:nth-of-type(1){
	box-sizing: border-box;
	margin-right: 0.20rem;
}
.f_pic>div:nth-of-type(1) img{
	width: 2.60rem;
}
.f_pic>div:nth-of-type(2){
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.f_pic>div:nth-of-type(2)>img{
	width: 3.09rem;
}
.f_pic>div:nth-of-type(2) div{
	margin-top: 0.20rem;
	display: -webkit-box;
	-webkit-box-pack: justify;
}
.f_pic>div:nth-of-type(2) div img{
	width: 1.46rem;
	height: 1.11rem;
}
.js{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.20rem;
	line-height: 0.38rem;
	margin: 0.40rem 0;
}
.f_code{
	width: 1.49rem;
	margin: 0 auto 0.40rem;
}
.f_img{
	width: 100%;
}
/*----鲜花订阅----*/
#s_main , #g_main{
	width: 100%;
	margin-top: 0.40rem;
}
#s_main .dy , .w_sm , .tg_sm{
	width: 92%;
	color: #666;
	font-size: 0.20rem;
	line-height: 0.38rem;
	margin: 0.17rem auto 0;
	text-align: center;
}
.dingyue{
	width: 100%;
	position: relative;
	margin-top: 0.50rem;
}
.dingyue>img{
	width: 100%;
}
.dingyue dl{
	position: absolute;
	bottom: 0.10rem;
	right: 0.43rem;
}
.dingyue dt img{
	width: 0.87rem;
	margin: 0 auto;
}
.dingyue dd{
	color: #666;
	font-size: 0.18rem;
	margin-top: 0.08rem;
}
#s_main>img{
	width: 100%;
}
.s_pic{
	width: 100%;
	height: 1.34rem;
	display: -webkit-box;
	margin: 0.44rem 0 0;
}
.s_pic img{
	display: block;
	width: 33.3%;
}
.end{
	width: 100%;
	height: 1.18rem;
	background: #f6f6f6;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #666;
	font-size: 0.20rem;
	line-height: 0.34rem;
	text-align: center;
}
/*----供鲜花----*/
.gy{
	width: 92%;
	margin: 0.20rem auto 0.40rem;
	color: #666;
	font-size: 0.20rem;
	line-height: 0.35rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.gy span{
	color: #F3981E;
}
.g_pic{
	width: 100%;
}
.app_sm{
	width: 92%;
	margin: 0.35rem auto 0.30rem;
	text-align: center;
	line-height: 0.30rem;
	font-size: 0.18rem;
	color: #666;
}
.gy_code{
	width: 1.24rem;
	margin: 0 auto 0.45rem;
}
.gy_img{
	width: 100%;
}
/*----婚礼花艺----*/
#w_main{
	width: 100%;
	margin-top: 0.60rem;
}
.w_ts{
	width: 100%;
	display: -webkit-box;
}
.w_ts dl{
	-webkit-box-flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
}
.w_ts dt , .w_ts dd{
	width: 100%;
}
.w_ts img{
	width: 0.85rem;
	margin: 0 auto;
}
.w_ts dd{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.30rem;
	margin: 0.08rem 0 0.67rem;
	text-align: center;
}
.fw{
	width: 100%;
	height: 11.30rem;
	background: #f6f6f6;
	margin: 0.44rem 0;
	padding: 0 0.27rem;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.fw h5{
	width: 100%;
	height: 1.00rem;
	line-height: 1.00rem;
	text-align: center;
	color: #666;
	font-size: 0.34rem;
	font-weight: 400;
}
.model{
	-webkit-box-flex: 1;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	-webkit-box-pack: justify;
}
.model>div{
	-webkit-box-flex: 1;
	width: 50%;
}
.model>div:nth-of-type(1){
	margin-right: 0.20rem;
	box-sizing: border-box;
}
.manage{
	width: 100%;
	height: 4.79rem;
	background: #fff;
	padding: 0 0.15rem;
	box-sizing: border-box;
	margin-bottom: 0.27rem;
}
.manage h4{
	color: #F3981E;
	font-size: 0.25rem;
	text-align: center;
	padding: 0.47rem 0 0.34rem;
	font-weight: normal;
}
.manage p{
	width: 100%;
	color: #666;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.29rem;
	padding: 0.06rem 0.10rem;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 5px;
	position: relative;
	margin-bottom: 0.34rem;
}
.manage span{
	position: absolute;
	width: 0;
	height: 0;
	border: 0.11rem solid transparent;
	border-top: 0.11rem solid #b250a9;
	bottom: -0.20rem;
	left: 50%;
	margin-left: -0.05rem;
}
.model img{
	width: 100%;
	margin-bottom: 0.20rem;
}
@media screen and (min-width: 320px) {
	.manage h4{
		padding: 0.10rem 0;
	}
	.manage p{
		margin-bottom: 0.24rem;
	}
}
.ys{
	width: 100%;
	height: 2.88rem;
	background: #f6f6f6;
	padding: 0 0.30rem;
	box-sizing: border-box;
}
.ys h4{
	color: #333;
	font-weight: 600;
	font-size: 0.30rem;
	text-align: center;
	padding: 0.60rem 0 0.10rem 0;
}
.ys p{
	text-align: center;
	line-height: 0.37rem;
	font-size: 0.18rem;
	color: #666;
}
.wl{
	width: 100%;
	height: 5.57rem;
	background: url(../images/img_5.jpg) no-repeat;
	background-size: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 0.70rem;
}
.wl div{
	-webkit-box-flex: 1;
	width: 100%;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.wl dl{
	width: 2.06rem;
	height: 2.06rem;
	background: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.wl div>dl:nth-of-type(1){
	margin-right: 1.11rem;
	box-sizing: border-box;
}
.wl dt{
	width: 100%;
}
.wl dt img{
	width: 0.85rem;
	margin: 0 auto;
}
.wl dd{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.29rem;
	margin-top: 0.06rem;
	text-align: center;
}
.w_code{
	width: 1.21rem;
	margin: 0 auto;
}
.code_p{
	text-align: center;
	font-size: 0.18rem;
	color: #333;
	margin-top: 0.15rem;
}
/*----品牌故事----*/
#b_main{
	width: 100%;
	margin-top: 0.70rem;
}
.story{
	width: 100%;
	display: -webkit-box;
	margin-bottom: 0.40rem;
}
.story dl{
	-webkit-box-flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
}
.story dt{
	width: 100%;
}
.story img{
	width: 0.85rem;
	margin: 0 auto 0.15rem;
}
.story dd{
	text-align: center;
	color: #666;
	font-size: 0.17rem;
}
.bz{
	width: 100%;
	height: 3.08rem;
	background: rgba(216,223,222,0.5);
	margin: 0.45rem 0 0.13rem;
	padding: 0 0.26rem;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-align: center;
}
.bz img{
	width: 2.40rem;
	margin-right: 0.33rem;
	box-sizing: border-box;
}
.bz p{
	-webkit-box-flex: 1;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.36rem;
}
.xxp{
	width: 100%;
	display: -webkit-box;
	padding-right: 0.27rem;
	box-sizing: border-box;
	margin-bottom: 0.45rem;
}
.xxp>img{
	width: 2.65rem;
	margin-right: 0.44rem;
}
.xxp dl{
	-webkit-box-flex: 1;
}
.xxp dl img{
	width: 100%;
	margin-bottom: 0.36rem;
}
.xxp dd{
	color: #666;
}
.xxp h4{
	font-size: 0.40rem;
	font-weight: 500;
}
.xxp h5{
	font-size: 0.20rem;
	font-weight: normal;
	margin-top: 0.10rem;
}
.xxp{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 0.18rem;
	color: #999;
	line-height: 0.37rem;
}
.rz{
	width: 100%;
	height: 6.15rem;
	background: #f6f6f6;
	overflow: hidden;
}
.rz img{
	width: 5.54rem;
	margin: 0.60rem auto 0.25rem;
}
.rz p{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: center;
}
.cj{
	width: 100%;
}
.cj>div{
	width: 100%;
	display: -webkit-box;
	margin-bottom: 0.13rem;
}
.cj>div:nth-of-type(1){
	height: 1.56rem;
	overflow: hidden;
}
.cj>div:nth-of-type(1)>img{
	width: 2.06rem;
	margin-right: 0.13rem;
}
.cj>div:nth-of-type(1) section{
	-webkit-box-flex: 1;
}
.cj>div:nth-of-type(1) section img{
	width: 100%;
}
.white{
	display: none;
}
.cj>div:nth-of-type(2){
	height: 1.71rem;
	overflow: hidden;
}
.cj>div:nth-of-type(2) section:first-of-type img{
	width: 3.43rem;
	margin-right: 0.13rem;
}
.cj>div:nth-of-type(2) section:last-of-type{
	-webkit-box-flex: 1;
}
.cj>div:nth-of-type(2) section:last-of-type img{
	width: 100%;
}
.cj>img{
	width: 100%;
	margin-bottom: 0.13rem;
}
.cj .last_div{
	width: 100%;
	height: 2.07rem;
	overflow: hidden;
}
.last_div img{
	width: 100%;
	height: 2.06rem;
}

.productlist ul li{ float: left; display: inline; width: 50%; text-align: center; margin-bottom: .5rem; font-size: 14px;  }
.productlist ul li img{ width: 95%;}
.productlist ul li a{ color: #333; }

.pages{ font-size: 14px; text-align: center; }
.pages span{ display: inline; margin-right: 8px; }
.pages a{ display: inline; color: #333; }