html,body{
	width: 100%;
	height: 100%;
}
.bg{
	background: url(../img/bg.jpg) 0 repeat-y;
	background-size: cover;
	/*background-attachment: fixed; */
}
.bg2{
	background: #dcdcdc;
}
.w_100{
	display: block;
	max-width: 100%;
}
.main{
	position: relative;
	max-width:640px;
	min-width: 320px;
	margin: 0 auto;
}

.nav{
	text-align: center;
	padding: 20px 0 5px;
}
.nav ul{
	font-size: 0;
	display: inline-block;
	background: #6b615b;
	border-radius: 8px;
	box-shadow: 0 0 5px rgb(130, 119, 89);
	-webkit-box-shadow: 0 0 5px rgb(130, 119, 89);
	-moz-box-shadow: 0 0 5px rgb(130, 119, 89);
}
.nav li{
	display: inline-block;
}
.nav li a{
	display: inline-block;
	height: 30px;
	line-height:30px;
	color: #fff;
	padding: 0 24px;
	font-size: 14px;
}
.nav li a.on{
	background: #cedb32;
	border-radius: 8px;
}

.ind_ban.swiper-container{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ind_ban .swiper-slide{
	width: 75%;
	margin: 0 2%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 9px rgb(130, 119, 89);
	-webkit-box-shadow: 0 0 9px rgb(130, 119, 89);
	-moz-box-shadow: 0 0 9px rgb(130, 119, 89);
	background: #fff;
	height: auto;
	display: flex;
	align-items: center;
}
.sub_cj .swiper-slide{
	width: 80%;
}
.sub_cj .swiper-slide{
	flex-direction: column;
}

.ind_ban .swiper-slide .img {
    margin: 10px;
    border-radius: 6px;
    overflow: hidden;
	display: block;
}

.swiper-slide .img img{
	max-width: 100%;
	height: auto;
	display: block;
}

/* 场景详情 */
.art_a{
	position: relative;
}
.u-arrow{
	position: absolute;
	width: 24px;
	height: 14px;
	left: 50%;
	bottom: 80px;
	z-index: 150;
	margin-left: -7px;
}
.pre-wrap {
    width: 24px;
    height: 14px;
    position: relative;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}
.pre-box1, .pre-box2 {
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden;
}
.pre-box2 {
    left: 10px;
}
.pre1, .pre2 {
    width: 14px;
    height: 5px;
    position: absolute;
    box-shadow: 1px -1px 1px #646464;
    top: 5px;
	border-radius: 2px;
	background-color: #fff;
}
.pre1 {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    left: 1px;
}
.pre2 {
    left: -4.5px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
@-webkit-keyframes start {
	0%, 30% {
		opacity: 0;
		-webkit-transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, -8px)
	}
}

@-moz-keyframes start {
	0%, 30% {
		opacity: 0;
		-moz-transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		-moz-transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		-moz-transform: translate(0, -8px)
	}
}

@keyframes start {
	0%, 30% {
		opacity: 0;
		transform: translate(0, 10px)
	}
	60% {
		opacity: 1;
		transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		transform: translate(0, -8px)
	}
}

.art_b{
	padding-top: 20px;
}
.art_b .art_logo{
	width: 40%;
	margin: 20px auto;
	border-bottom: 1px solid #634733;
	padding: 0 10% 3%;
	text-align: center;
}
.art_b .art_logo img{
	max-width: 100%;
	display: inline-block;
}
.art_b p{
	padding: 10px;
	color: #333;
	font-size: 13px;
}
.art_cjtt{
	padding: 5% 0;
	text-align: center;
}
.art_clist{
	padding: 0 15px;
}
.art_clist li{
	padding-bottom: 25px;
}
.art_clist li .flex{
	display: flex;
	padding: 5%;
	box-shadow: 0 0 5px rgba(226, 207, 154,1);
	-webkit-box-shadow: 0 0 5px rgba(226, 207, 154,1);
	-moz-box-shadow: 0 0 5px rgba(226, 207, 154,1);
}
.art_clist li .flex .img ,.art_clist li .flex .cz_r{
	flex: 1;
}
.art_clist li .flex .cz_r .h3{
	text-align: center;
	width: 100%;
	padding: 30px 0;
	line-height: 1.5;
}
.art_clist li .flex .cz_r p{
	background: #6b615b;
	text-align: center;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
}
.pdb_10{
	padding-bottom: 10px;
}
.pdb_15{
	padding-bottom: 15px;
}
.art_czcm{
	padding: 0 15px 20px;
}
.art_czcm .h3{
	padding-left: 5px;
	border-left: 2px solid #b2927e;
	margin-bottom: 5px;
	line-height: 18px;
	margin-top: 15px;
}

.cp_list{
	padding: 18px 4px 20px;
}
.cp_list li{
	float: left;
	width: 50%;
}
.cp_list li a{
	display: block;
	padding:4px;
}
.cp_list li .img{
	background: #fff;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.cp_list li .img img{
	position: absolute;
}

.gotop,.cpfl{
	position: fixed;
	bottom: 45px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/gotop.png);
	background-size: 76%;
	cursor: pointer;
}

.cpfl{
	display: block;
	bottom: 5px;
	background-image: url(../img/sx_ico.png);
}

/* 产品详情 */
.sub_ban{
	background: #fff;
}
.sub_ban .swiper-pagination-bullet-active{
	background: #6b615b;
}
.art_cptt{
	width: 100%;
	padding: 5% 0;
	background: #fff;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.art_cpcm{
	margin: 8px auto 0;
	background: #fff;
	padding: 3%;
	box-shadow: 0 0 5px rgba(226, 207, 154,1);
	-webkit-box-shadow: 0 0 5px rgba(226, 207, 154,1);
	-moz-box-shadow: 0 0 5px rgba(226, 207, 154,1);
	padding-bottom:50px;
}

.art_xxtt{
	font-size: 15px;
	color: #333333;
	line-height: 14px;
	font-weight: 600;
	border-left: 2px solid #b35e37;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.art_cpcm li{
	color: #333;
	font-size: 13px;
	padding: 3px 0;
}
.art_cpcm li span{
	color: #999999;
}
.fh_btn{
	position: fixed;
	width: 100%;
	max-width: 640px;
	bottom: 0;
	left: auto;
	z-index: 9999;
}
.fh_btn a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #6b615b;
	color: #fff;
	text-align: center;
}

.cpfl_list{
	padding:3px;
	padding-bottom: 40px;
}
.cpfl_list li{
	float: left;
	width: 33.33333%;
}
.cpfl_list li a{
	display: block;
	padding: 3px;
}
.cpfl_list li a .img{
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	background: #fff;
}
.cpfl_list li a .img img{
	position: absolute;
}
.cpfl_list li a p{
	text-align: center;
	background: #6b615b;
	font-size: 12px;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.art_d{
	padding-bottom:40px;
}