/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100% !important;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}
.fp-controlArrow.fp-prev {
	background: url(../img/icon/left.png) no-repeat center;
	background-size: 70% 70%;
	left: 15px;
	width: 45px;
	height: 45px;
	border: 0;
	background-color: #cfccca;
	border-radius: 50%;
	display: none;
}
.fp-controlArrow.fp-prev:hover {
	background: url(../img/icon/left-hover.png) no-repeat center;
	background-size: 70% 70%;
	width: 45px;
	height: 45px;
	background-color: #cfccca;
}
.fp-controlArrow.fp-next {
	background: url(../img/icon/right.png) no-repeat center;
	background-size: 70% 70%;
	width: 45px;
	height: 45px;
	right: 15px;
	border: 0;
	background-color: #cfccca;
	border-radius: 50%;
	display: none;
}
.fp-controlArrow.fp-next:hover {
	background: url(../img/icon/right-hover.png) no-repeat center;
	background-size: 70% 70%;
	width: 45px;
	height: 45px;
	background-color: #cfccca;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 95%;
	z-index: 1200;
	opacity: 1;
}
/*.left-dian {
	width: 20px;
	position: fixed;
	top: 87%;
	right: 115px;
	margin-top: -122px;
}

.left-dian span {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border-radius: 50%;
	background-color: #C9C5BE;
}

.left-dian span:nth-of-type(5) {
	margin-top: 25px;
}*/

#fp-nav.right {
	right: 110px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 1200;
	right: 145px;
	opacity: 1;
}
.fp-slidesNav.bottom {
	top: 75px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
/*#fp-nav ul li:nth-of-type(1){
	
	background: url(../img/icon/ico.png) no-repeat 2px 24px;
}*/
#fp-nav ul li {
	display: block;
	padding: 0 25px 35px 0;
	position: relative;
}
#fp-nav ul li:nth-child(3) {
	background: none;
}
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 5px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span {
	left: -5px;
	width: 20px;
	height: 20px;
}
.fp-slidesNav ul li a.active span {
	background-color: #ff0000;
	width: 30px;
	margin-left: -10px;
	border-radius: 8px !important;
}
#fp-nav ul li a span {
	top: 5px;
	width: 10px;
	height: 10px;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.fp-slidesNav ul li a span {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #fff;
	box-shadow: 2px 2px 5px #535353;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}
#dowebok .section .slide img {
	width: 100%;
	height: 100%;
}
.logo {
	position: fixed;
	width: 9%;
	height: auto;
	top: 50px;
	left: 180px;
	z-index: 100;
	border-radius: 8px;
}
.logo img {
	width: 100%;
	border-radius: 8px;
}
.menu {
	width: 70%;
	position: fixed;
	bottom: 0;
	left: 45%;
	z-index: 1200;
	margin-left: -30%;
}
#sousuo-bt {
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
.menu ul {
	width: 100%;
	/*height: 5em;*/
	height: 4em;
	margin-bottom: 0;
	background: url(../img/nav-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 3%;
}
.menu ul li {
	width: 10.5%;
	text-align: center;
	/*line-height: 5.5em;*/
	line-height: 4.5em;
	height: 3.9em;
	float: left;
	color: #ff0000;
	opacity: 0.5;
	display: block;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}
.menu ul li img {
	/*margin-top: -3.5px;*/
	margin-top: -12.5px;
	top: 57%;
	left: 50%;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -11.5px;
}
.li-img {
	opacity: 1 !important;
	text-shadow: 0 0 10px #FFFFFF;
	background: url(../img/icon/li-bg.png) no-repeat;
	background-size: 100% 100%;
}
.menu ul li:hover {
	opacity: 1;
	text-shadow: 0 0 10px #FFFFFF;
	background: url(../img/icon/li-bg.png) no-repeat;
	background-size: 100% 100%;
}
.li-s {
	opacity: 1;
}
.zs {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 6em;
	left: 50%;
	margin-left: -25px;
	z-index: 100;
}
.zs .top {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	opacity: 0.8;
	left: 0;
	border-radius: 50%;
	background-color: #f8f4ee;
}
.zs .top img {
	width: 54%;
	display: block;
	height: 54%;
	margin: 0.3em auto 0;
}
.zs .bott img {
	width: 60%;
	display: block;
	height: 60%;
	margin: 0.6em auto 0;
}
.zs .bott {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.8;
	left: 0;
	border-radius: 50%;
	background-color: #f8f4ee;
}
.sousuo {
	width: 195px;
	height: 70px;
	position: fixed;
	z-index: 9999;
	right: 180px;
	top: 50px;
}
.sousuo .input {
	width: 100%;
	background-color: yellow;
	float: left;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.sousuo .input input {
	padding-left: 5px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	line-height: 2em;
	height: 2em;
	border-radius: 8px;
	border: 0;
	background: #FFFFFF url(../img/icon/search.png) no-repeat 171px center;
	background-size: 8% 53%;
}
/*.sousuo .input img{
	display: block;
	margin: 10px auto;
	float: right;
	max-width: 9%;
}*/

.sousuo .xl {
	width: 20%;
	height: 50px;
	float: left;
	margin-left: 108px;
	margin-top: 6px;
}
.sousuo .xl img {
	width: 30px;
	display: block;
	margin: 0 auto;
}
.sousuo .wx {
	width: 24%;
	height: 50px;
	float: right;
	margin-top: 6px;
}
.sousuo .wx img {
	width: 32px;
	display: block;
	margin: 0 auto;
}
.ewm {
	position: fixed;
	z-index: 9999;
	right: 174px;
	top: 140px;
	display: none;
}
.ewm img {
	width: 100%;
}
.section1 {
	background: url(../img/gray-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.section2 {
	background: url(../img/gray-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
#product {
	width: 74%;
	margin: 20% auto 3.1%;
	box-sizing: border-box;
	display: none;
	position: relative;
	opacity: 0;
}
#product a {
	color: #FFFFFF;
	text-decoration: none;
}
#product .img {
	float: left;
	display: block;
	width: 15%;
	height: 100%;
	position: absolute;
	z-index: 0;
	bottom: 0;
	overflow: hidden;/*transition: all 0.3s ease-out 0s;*/
}
#product .img-1 {
	left: 1%;
}
#product .img-2 {
	left: 17.5%;
}
#product .img-3 {
	left: 34%;
}
#product .img-8 {
	left: 38.5%;
}
#product .img-4 {
	left: 50.5%;
}
#product .img-5 {
	left: 63.5%;
}
#product .img-6 {
	left: 67%;
}
#product .img-7 {
	left: 83.5%;
}
/*
#product .img img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}
*/
/*
#product .img:hover {
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}
*/

#product .img .yu {
	position: absolute;
	width: 50px;
	top: 20%;
	left: 50%;
	height: 50px;
	margin-left: -25px;
	opacity: 0;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	text-shadow: 0 0 6px #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 6px #FFFFFF;
}
#product .img .yu img {
	overflow: inherit !important;
	width: 12px !important;
	height: 8px !important;
	display: block;
	position: absolute;
	top: auto !important;
	bottom: 5px !important;
	left: 50% !important;
	margin-left: -6px !important;
}
#product .img .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#product .img .bg img {
	display: block;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	width: 100%;
	height: 100%;
}
#product .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#product .img .mask img {
	opacity: 0;
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	width: 100%;
	height: 100% !important;
}

#product .img .mask img:hover{
	-webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#product a:hover .mask img {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
#product .img .text .text-img {
	width: 100% !important;
	height: auto !important;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.fx {
	width: 50px;
	height: 195px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -75px;
	z-index: 100;
}
.fx .fx1 {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	border-radius: 50%;
	background-color: #555555;
}
.fx .fx1 img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.fx .fx1:hover {
	background-color: #FF0000;
}
.pr {
	width: 300px;
	height: 50px;
	position: absolute;
	z-index: 1000;
	right: 9%;
	top: 77%;
}
.video {
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
}
.video video {
	/*object-fit: fill;*/
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	overflow: hidden;
	z-index: 1000;
}
/*.spa{
	display: block;
	width: 50px;
	height: 50px;
	background-color: red;
	right: 20%;
	top: 20%;
	z-index: 1000;
	color: #FFFFFF;
}*/

.banner {
	width: 100%;
	height: 100%;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	font-size: 0
}
.banner-n {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-n .spa-b {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
.banner-n .spa-b:nth-of-type(1) {
	display: block;
}
.b-img span img {
	width: 100%;
	height: 100%;
}
.b-list {
	height: 50px;
	padding-top: 39%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
}
.b-list .spcss {
	border: 3px solid #14ab04;
}
.bar-left {
	position: absolute;
	z-index: 1001;
	display: block;
	width: 100px;
	height: 80%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1001;
	display: block;
	width: 100px;
	height: 80%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -78px -100px;
}
.tell-menu {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	height: auto;
	display: none;
}
.rad {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	display: none;
}
.rad .xian {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #FF0000;
	padding-top: 7px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
}
.rad .xian span {
	display: block;
	width: 50%;
	height: 2px;
	background-color: #FFFFFF;
	margin: 5px auto 0;
}
.rad .xian1 {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #FF0000;
	padding-top: 7px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
	display: none;
}
.rad .xian1 img {
	width: 58%;
	display: block;
	margin: 0 auto 0;
}
.tell-menu .menu-te {
	width: 100%;
	height: 0;
	display: none;
	background-color: #FFFFFF;
}
.tell-menu .menu-te ul li {
	width: 25%;
	float: left;
	line-height: 50px;
	color: #FF0000;
	font-size: 1em;
	text-align: center;
}
.scrollpic {
	display: none;
}
.shou {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 94%;
	margin-top: -25px;
	right: 145px;
	z-index: 1000;
}
.shou img {
	width: 100%;
	position: absolute;
	top: 0;
	height: 50px;
}
.scrollbox {
	width: 268px;
	padding: 0 10px;
	position: absolute;
	top: 80%;
	right: 10%;
	z-index: 1100;
}
.scrollbox span {
	width: 40px;
	height: 30px;
	position: absolute;
	display: block;
}
.scrollbox span:nth-of-type(1) {
	left: 0;
	bottom: 24px;
}
.scrollbox span:nth-of-type(2) {
	right: 0;
	bottom: 24px;
}
#scrollDiv {
	width: 150px;
	margin: 0 auto;
	height: 25px;
	overflow: hidden;
}
/*这里的高度和超出隐藏是必须的*/

.video-me {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 15000;
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	left: 0;
	display: none;
}
.video-me .video-close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	z-index: 15001;
}
.video-me .video-close img {
	width: 100%;
}
.video-me .spa-b1 {
	display: none;
	width: 100%;
	height: 100%;
}
.video-me .spa-b2 {
	display: none;
	width: 100%;
	height: 100%;
}
#scrollDiv li {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	font-size: 15px;
	vertical-align: bottom;
	zoom: 1;
}
#scrollDiv li:hover {
	background-color: #D9D9D9;
}
.scroltit {
	height: 26px;
	line-height: 26px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.scroltit small {
	float: right;
	font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
.scrollpic {
	display: block;
}
#dowebok .section .slide img {
	width: 100%;
	height: 100%;
}
#dowebok .section2 .slide img {
	width: 54%;
	height: 70%;
}
.logo {
	position: fixed;
	width: 30%;
	height: auto;
	top: 5px;
	left: 5px;
	z-index: 100;
	border-radius: 8px;
}
.logo img {
	width: 100%;
	border-radius: 8px;
}
.menu {
	width: 65%;
	position: fixed;
	bottom: 0;
	left: 50%;
	display: none;
	z-index: 100;
	margin-left: -30%;
}
.menu ul {
	width: 100%;
	height: 6em;
	margin-bottom: -8em;
	background: url(../img/nav-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 6%;
}
.menu ul li {
	width: 11.5%;
	text-align: center;
	line-height: 6em;
	float: left;
	color: #ff0000;
	opacity: 0.5;
	display: none;
}
.menu ul li:hover {
	opacity: 1;
}
.li-s {
	opacity: 1;
}
.zs {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 1.5em;
	display: none;
	left: 50%;
	margin-left: -25px;
	z-index: 100;
}
.zs .top {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zs .top img {
	margin-top: 0.5em;
}
.zs .bottom img {
	margin-top: 0.5em;
}
.zs .bottom {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.sousuo {
	width: 58%;
	height: 30px;
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 30px;
}
#sousuo-bt {
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #aa0000;
	text-align: right;
}
.sousuo .input {
	width: 110px;
	background-color: yellow;
	float: left;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.sousuo .input input {
	padding-left: 5px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	line-height: 2em;
	border-radius: 8px;
	border: 0;
	background: #FFFFFF url(../img/icon/search.png) no-repeat 91px center;
	background-size: 10% 50%;
}
/*.sousuo .input img{
	display: block;
	margin: 10px auto;
	float: right;
	max-width: 9%;
}*/
.sousuo .xl {
	width: 25px;
	height: 30px;
	float: left;
	margin-left: 4%;
}
.sousuo .xl img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.sousuo .wx {
	width: 25px;
	height: 30px;
	float: left;
	margin-left: 4%;
}
.sousuo .wx img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.ewm {
	position: fixed;
	z-index: 100;
	right: 6%;
	top: 8%;
	display: none;
}
.ewm img {
	width: 100%;
}
.section1 {
	background: url(../img/gray-bg.jpg) no-repeat;
	bbackground-size: 100% 100%;
}
.section2 {
	background: url(../img/gray-bg.jpg) no-repeat;
	bbackground-size: 100% 100%;
}
#product {
	width: 90%;
	margin: 3% auto 0;
	padding-left: 6%;
	display: none;
	box-sizing: border-box;
}
#product .img {
	float: left;
	display: block;
	width: 13%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#product .img img {
	position: relative;
	z-index: 0;
	width: 100%;
	transform: skewY(-10deg);
	height: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#product .img .yu {
	position: absolute;
	width: 25%;
	bottom: -16%;
	left: 50%;
	margin-left: -10%;
	display: none;
}
#product .img .yu img {
	transform: skewY(0deg);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0)
}
.fx {
	width: 50px;
	height: 195px;
	position: absolute;
	left: 8%;
	top: 50%;
	margin-top: -283px;
	z-index: 100;
}
.fx .fx1 {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	border-radius: 50%;
	background-color: #555555;
}
.fx .fx1 img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.fx .fx1:hover {
	background-color: #FF0000;
}
.pr {
	width: 300px;
	height: 50px;
	position: absolute;
	z-index: 1000;
	right: 9%;
	top: 77%;
}
.video {
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.video video {
	object-fit: fill;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
/*.spa{
	display: block;
	width: 50px;
	height: 50px;
	background-color: red;
	right: 20%;
	top: 20%;
	z-index: 1000;
	color: #FFFFFF;
}*/
.banner {
	width: 100%;
	height: 100%;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	font-size: 0
}
.b-img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 100%;
	position: relative;
	float: left;
}
.b-img a img {
	width: 100%;
	height: 100%;
}
.b-list {
	height: 50px;
	padding-top: 39%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
}
.b-list .spcss {
	border: 3px solid #14ab04;
}
.bar-left {
	position: absolute;
	z-index: 1001;
	display: block;
	width: 50px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1001;
	display: block;
	width: 50px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 31px;
	height: 72px;
	background: url(../img/icon/last.png) -3px 0px no-repeat;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.bar-right em {
	display: block;
	width: 28px;
	height: 72px;
	background: url(../img/icon/next.png) -3px 0px no-repeat;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -78px -100px;
}
.tell-menu {
	position: fixed;
	width: 0;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 100%;
	background: rgba(255, 0, 0, 0.7);
	display: none;
}
.rad {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 10px;
	display: block;
	z-index: 1000;
}
.rad .xian {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #FF0000;
	padding-top: 7px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
}
.rad .xian span {
	display: block;
	width: 50%;
	height: 2px;
	background-color: #FFFFFF;
	margin: 5px auto 0;
}
.rad .xian1 {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #FF0000;
	padding-top: 7px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
	display: none;
}
.rad .xian1 img {
	width: 58%;
	display: block;
	margin: 0 auto 0;
}
.tell-menu .menu-te {
	width: 100%;
	height: 0;
	display: block;
}
.tell-menu .menu-te ul li {
	width: 100%;
	float: left;
	line-height: 50px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
	text-align: center;
}
}
