/* flexslider */

html,
body,
div,
form,
span,
p,
input,
h1,
ul,
dl,
{
	margin: 0;
	padding: 0;
}

.pro {
	z-index: 99;
}

#sousuo-bt {
	width: 100%;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
}

.search {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 999;
	width: 195px;
}

.search input {
	outline: none;
	float: left;
	cursor: pointer;
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	border-radius: 10px;
	background: #FFFFFF url(../img/icon/search.png) no-repeat 167px center;
	background-size: 9% 50%;
}

.home img {
	width: 30px;
}

.search .wei {
	float: left;
	overflow: hidden;
	width: 100%;
	padding-left: 60%;
	height: 40px;
	margin-top: 6px;
}

.search .wei img {
	width: 30px;
}

.search .weibo {
	float: left;
}

.search .weixin {
	float: right;
}

.wxma-pro {
	position: fixed;
	top: 100px;
	right: 53px;
}

.pro-logo img {
	border-radius: 10px;
}

.pro-logo {
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 999;
}

.home {
	float: left;
	margin-right: 5%;
}


/*导航开始*/

.navBar {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0px;
	z-index: 9999;
}

#menu {
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.up {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 90px;
	cursor: pointer;
}

.up img {
	text-align: center;
}

.copy {
	color: #aa0000;
	position: absolute;
	right: 18%;
	bottom: 103%;
}

.nav {
	height: 80px;
	margin: 0 auto;
	border: 0px solid #ccc;
	background: url(../img/nav-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul {
	list-style: none;
	width: auto;
}

.nav ul li {
	height: 80px;
	text-align: center;
}

.nav ul li a {
	display: block;
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
	line-height: 80px;
	opacity: 0.5;
}

.nav ul li a:hover {
	opacity: 1;
	color: #ff0000;
	text-shadow: 0 0 10px #fffeca;
}

.ie6-8 .nav {
	width: 1000px;
	height: 38px;
}

.ie6-8 .nav ul li {
	float: left;
}

.ie6-8 .nav ul li a {
	padding: 0 30px 0 30px;
}

.ie6-8 .nav ul li.current {}

.ie6-8 .nav ul li:hover a {}

.ie6-8 .nav ul li a:hover {}


/*IE6 Hack*/

.ie6-8 .nav ul li.current:hover a {}

.ie6-8 .nav .hot {
	float: left;
	margin-left: 20px;
	padding-top: 8px;
}

.ie6-8 .nav .hot a {
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.ie6-8 .nav .hot a:hover {}

.ie6-8 .nav .title {
	display: none;
}
.huoguo_ma{
	position: absolute;
	top: 0;
	left: 0;
	width: 103%;
	height: 104%;
	background: url(../img/huoguo_bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	display: none;
}
.huoguo_ma .huoguo_center{
	width: 60%;
    position: absolute;
    top: 25%;
    left: 0;
	opacity: 0;
	margin: 0 auto;
	text-align: left;
}
.huoguo_ma .huoguo_p{
	width: 34%;
}
.huoguo_ma .huoguo_p img{
	width: 100%;
	transition: all 0.5s ease-out 0s;
	
}
.huoguo_ma .huoguo_p:hover img{
	width: 105%;
}
.huoguo_ma .huoguo_bottun{
	width: 123px;
	height: 30px;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
.huoguo_ma .huoguo_bottun:hover img{
	width: 140px;
	top: -1px;
	left: -1px;
}
.huoguo_ma .huoguo_bottun img{
	width: 123px;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	left: 0;
	top: 0;
}
.tangyuan_ma{
	position: absolute;
	top: 0;
	left: 0;
	width: 103%;
	height: 104%;
	background: url(../img/tangyuan_bg.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	display: none;
}
.tangyuan_ma .tangyuan_center{
	width: 70%;
    position: absolute;
    top: 22%;
    left: 0;
    opacity: 0;
    margin: 0 auto;
    text-align: left;
}
.tangyuan_ma .tangyuan_p{
	width: 75%;
}
.tangyuan_ma .tangyuan_p img{
	width: 40%;
	transition: all 0.5s ease-out 0s;
}
.tangyuan_ma .tangyuan_p:hover img{
	width: 45%;
}
.tangyuan_ma .tangyuan_bottun{
	width: 123px;
	float: left;
	margin-right: 5%;
	position: relative;
	cursor: pointer;
}
.tangyuan_ma .tangyuan_bottun:nth-of-type(3){
	
	left: 160px;
}
.tangyuan_ma .tangyuan_bottun img{
	width: 123px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out 0s;
}
.tangyuan_ma .tangyuan_bottun:hover img{
	width: 140px;
	top: -2px;
	left: -2px;
}
@media screen and (min-width: 1200px) {
	.nav {
		width: 65%;
		height: 80px;
		/*padding-left: 6%;*/
	}
	.li-s {
		opacity: 1 !important;
	}
	.nav ul li {
		float: left;
		width: auto;
	}
	.nav ul li a {
		padding: 0 30px 0 30px;
	}
	.nav ul li.current {}
	.nav ul li:hover a {}
	.nav ul li.current:hover a {
		color: #fff;
	}
	.nav .hot {
		margin-left: 20px;
		padding-top: 8px;
	}
	.nav .hot a {
		padding: 0 5px 0 5px;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
	}
	.nav .hot a:hover {}
	.nav .title {
		display: none;
	}
}


/*@media screen and (min-width: 640px) and (max-width: 1000px) {
	.nav {
		width: auto;
		height: 38px;
	}
	.nav ul li {
		float: left;
		width: 14%;
		min-width: 50px;
	}
	.nav ul li.current {
		background: #f60;
	}
	.nav ul li:hover a {
		color: #f60;
	}
	.nav ul li.current:hover a {
		color: #fff;
	}
	.nav .hot {
		display: none;
	}
	.nav .title {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.navBar {
		margin-top: 0;
		height: auto;
		background: #444;
	}
	.nav {
		width: auto;
		height: auto;
	}
	.nav ul li {
		margin-top: 1px;
		width: 100%;
		min-width: 100px;
		background: #333;
	}
	.nav ul li a:active,
	.nav ul li a:hover {
		background: #f60;
	}
	.nav .hot {
		display: none;
	}
	.nav .title {
		position: relative;
		width: 100%;
		height: 38px;
		border-top: 1px solid #444;
		background: #333;
		text-align: center;
		letter-spacing: 2px;
	}
	.nav .title a {
		color: #f60;
		text-decoration: none;
	}
	.nav .title .btn {
		position: absolute;
		right: 10px;
		top: 0;
		width: 34px;
		height: 34px;
		padding: 2px;
		background: url(btn.png) center center no-repeat;
		cursor: pointer;
	}
}*/

.down_erji {
	width: 100% !important;
	height: 80px;
	position: absolute;
	padding-top: 19px;
	z-index: 999;
	left: 0px;
	bottom: -120px;
}

p.dj {
	width: 70px;
	height: 72px;
	background: url(../img/icon/arrow-up.png) no-repeat center center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 999;
	cursor: pointer;
	animation: yunone 1s infinite;
	-moz-animation: yunone 1s infinite;
	-webkit-animation: yunone 1s infinite;
	-o-animation: yunone 1s infinite;
	animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
}

p.dj2 {
	width: 70px;
	height: 72px;
	position: absolute;
	left: 50%;
	z-index: 100;
	cursor: pointer;
	background: url(../img/icon/arrow-down.png) no-repeat center center;
	bottom: 80px;
	display: none;
}

@keyframes yunone {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}

@-moz-keyframes yunone {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}

@-webkit-keyframes yunone {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}

@-o-keyframes yunone {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}


/*banner开始*/

.pro-banner {}

.ddw {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999;
}

.ddw2 {
	position: absolute;
	left: 20px;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999;
}

.num_box {
	position: relative;
}

.num {
	color: #fff;
	font-size: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	background-size: cover !important;
}

.num-txet {
	position: absolute;
	width: 22%;
	left: 14%;
	bottom: 100px;
}

.num-txet span {
	display: block;
	width: 100%;
}

.num-txet span:nth-of-type(1) {
	font-size: 3.5vw;
	font-weight: bold;
	font-style: oblique;
	font-family: '';
}

.num-txet span:nth-of-type(1) img {
	width: 100%;
}


/*.num-txet span:nth-of-type(2){
	font-size: 2vw;
	font-weight: 500;
	font-style: oblique;
}*/

.num-txet span:nth-of-type(2) img {
	width: 100%;
}

.num-txet span:nth-of-type(2) {
	font-size: 1vw;
	font-weight: 200;
	text-align: left;
	padding-left: 2%;
	  margin-top: -10px;
}

.num-txet span:nth-of-type(2) a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 5vh;
	font-style: italic;
}
.num-txet span:nth-of-type(2) a:hover{
	color: #f00;
}
.num-txet span:nth-of-type(2) a:hover img:nth-of-type(1){
	display: none;
}
.num-txet span:nth-of-type(2) a:hover img:nth-of-type(2){
	display: block;
}
.num-txet span:nth-of-type(2) a img {
	top: 50%;
	left: -7px;
	width: 15px;
	height: 15px;
	position: absolute;
	margin-top: -7.5px;
}
.num-txet span:nth-of-type(2) a img:nth-of-type(1){
	display: block;
}
.num-txet span:nth-of-type(2) a img:nth-of-type(2){
	display: none;
}
#num1{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num2{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num3{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num4{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num5{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num6{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
}
#num7{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
.nu_1{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	display: none;
	width: 100%;
	height: 100%;
}

.num p {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -315px;
	background: #000;
	padding: 3px 15px;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.num ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.num ul li {
	float: left;
	height: 100%;
	position: relative;
}

/*#num_0 {
	background: url(../img/slbj.png) 50% center no-repeat;
	
}

#num_1 {
	background: url(../img/pro/huoguo.png) no-repeat center;
	background-size: 100% 100%;
}

#num_2 {
	background: url(../img/pro/tangyuan.png) no-repeat center;
	background-size: 100% 100%;
}

#num_3 {
	background: url(../img/pro/baozi.png) no-repeat center;
	background-size: 100% 100%;
}

#num_4 {
	background: url(../img/pro/paibing.png) no-repeat center;
	background-size: 100% 100%;
}

#num_5 {
	background: url(../img/pro/yidalimian.png) no-repeat center;
	background-size: 100% 100%;
}

#num_6 {
	background: url(../img/pro/jz.png) no-repeat center;
	background-size: 100% 100%;
}

#num_7 {
	background: url(../img/pro/tangyuan.jpg) no-repeat center;
	background-size: 100% 100%;
}*/

.fixed_r {
	position: absolute;
	left: 180px;
	top: 180px;
	z-index: 999;
}




.fixed_r li {
	background: url(../img/pro/produ-li.png) no-repeat 10px center;
	width: 150px;
	height: 32px;
	line-height: 32px;
	color: #ccc;
	font-size: 15px;
	text-align: left;
	cursor: pointer;
}



.fixed_r li a {
    display: block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
 text-decoration: none;
 color: #fff;
/*
 text-shadow:#f00 1px 0 0,#f00 0 1px 0,#f00 -1px 0 0,#f00 0 -1px 0;
-webkit-text-shadow:#f00 1px 0 0,#f00 0 1px 0,#f00 -1px 0 0,#f00 0 -1px 0;
-moz-text-shadow:#f00 1px 0 0,#f00 0 1px 0,#f00 -1px 0 0,#f00 0 -1px 0;
*filter: Glow(color=#000, strength=1);
*/
}

/*
.fixed_r li.on {
	color: #fff;
	text-shadow: 0 0 10px #fffeca;
	background: url(../img/pro/pro-li-hover.png) no-repeat left center;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
}
*/
.fixed_r li:hover{
	color: #fff;
	text-shadow: 0 0 10px #fffeca;
	background:  url(../img/pro/pro-li.png) no-repeat left center;
	background-size: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.fixed_r li:hover a{
	color: #fff;
/*
	 text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	-webkit-text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	-moz-text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	*filter: Glow(color=#000, strength=1);
*/
}
.fixed_r li.active {
	color: #fff;
	text-shadow: 0 0 10px #fffeca;
	background: url(../img/pro/pro-li-hover.png) no-repeat left center;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background-size: 100%;
}
.fixed_r li.active a{
	color: #fff;
	text-decoration: none;
/*
	 text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	-webkit-text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	-moz-text-shadow: #f00 1px 0px 6px,#f00 0 1px 0,#f00 -1px 0 6px,#f00 0 -1px 6px;
	*filter: Glow(color=#000, strength=1);
*/
}

/*banner结束*/


/*侧边开始*/
.header-z{
	position: fixed;
	width:24%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}
.header {
	position: fixed;
	top: 0;
	height: 100%;
	right: 0px;
	z-index: 9998;
	min-height: 500px;
	background: url(../img/12-07/prod_bg.png) no-repeat;
	background-size: 100% 100%;
	right: 0px;
	_position: fixed;
}

.header .header-li {
  width: 77%;
  height: 7%;
  position: relative;
  top: 40px;
  left: 5%;
}

.header .header-li ul {
	width: 100%;
	margin-top: 7%;
	margin-left: 7%;
	height: 50px !important;
}

.header .li-header {
	width: 100%;
	height: 20%;
	position: relative;
}

.header .li-header ul {
	width: 100%;
	margin-top: 7%;
	margin-left: 7%;
	height: 50px !important;
}

.header .div-header {
	height: 80% !important;
	margin-top: 57px;
}

.header .header-div1 {
	height: 80% !important;
}

.header .header-li ul li {
	width: 85px !important;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 15px;
	color: #F00;
	float: left;
	text-align: center;
}
.header .header-li ul li:hover{
	background: url(../img/menu/cp-pro-bk.png) no-repeat bottom !important;
	  text-shadow: 0 0 8px #FFFFFF;
}
.header .li-header ul li {
	width: 100px !important;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}
.header .li-header ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.header .li-header ul li {
	float: left;
	height: 100%;
	text-align: center;
	position: relative;
}

.cur {
	background: url(../img/menu/cp-pro-bk.png) no-repeat bottom !important;
	background-color: 100% 100%;
	text-shadow: 0 0 8px #FFFFFF;
}

.curr {
	background: url(../img/menu/cp-pro-bk.png) no-repeat bottom;
	background-color: 100% 100%;
	text-shadow: 0 0 8px #FFFFFF;
}
.currr {
	background: url(../img/menu/cp-pro-bk.png) no-repeat bottom;
	background-color: 100% 100%;
	text-shadow: 0 0 8px #FFFFFF;
}
.currrr {
	background: url(../img/menu/cp-pro-bk.png) no-repeat bottom;
	background-color: 100% 100%;
	text-shadow: 0 0 8px #FFFFFF;
}
.header-div {
	height: 100% !important;
	display: none;
}

.header-div2 {
	height: 100% !important;
	display: none;
}
.header-div3 {
	height: 100% !important;
	display: none;
}
.header-div4 {
	height: 100% !important;
	display: none;
}
.header-div:nth-of-type(1) {
	display: block;
}

.header-div2:nth-of-type(1) {
	display: block;
}
.header-div3:nth-of-type(1) {
	display: block;
}
.header-div4:nth-of-type(1) {
	display: block;
}
.headerFl {
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 0 5% 0;
	box-sizing: border-box;
	/*background: url(../img/pro/tiao.png) no-repeat;*/
}

.headerFr {
	cursor: pointer;
	position: absolute;
	bottom: 50%;
	margin-bottom: -40px;
	right: 0;
	width: 80px;
	height: 80px;
	_height: 100%;
	display: block;
	z-index: 999;
	z-index: 1100;
}

.headerFr .menu2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: rgba(120, 117, 110, .8);
	border-radius: 50%;
}

.headerFr .menu2 img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.headerFr .menu1 img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.headerFr .menu1 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 50px;
	height: 50px;
	background: rgba(120, 117, 110, .8);
	border-radius: 50%;
}
.headerFr .menu1:hover{
	background-color: #f00;
}
.headerFr .menu2:hover{
	background-color: #f00;
}
.header {
	width: 69%;
	right: -100%;
}

.index .header {
	right: 0px;
}


/*侧边结束*/


/*侧边产品列表*/

.pro-list {
	width: 87%;
	margin-left: 13%;
	color: #FFFFFF;
	padding-bottom: 3%;
	padding-top: 0;
	box-sizing: border-box;
}

.pro-list dl {
	float: left;
	width: 18%;
	line-height: 25px;
	margin-right: 15%;
	margin-top: 1%;
}

.pro-list dl dt {
	padding: 2% 0;
}
.pro-list dl dt img {
	display: block;
	width: 100%;
}
.pro-list dl dd {
	vertical-align: middle;
	text-align: left;
}
.pro-list dl dd p {
	overflow: hidden;
	margin: 1% 0;
	position: inherit !important;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	background: rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
	opacity: 1 !important;
	display: none;
}
.logo {
	position: fixed;
	width: 9%;
	height: auto;
	top: 50px;
	left: 180px;
	z-index: 100;
	border-radius: 8px;
}
.logo img {
	width: 100%;
	border-radius: 8px;
}
.pro-list .span-left {
	display: block;
	border-right: 0.1vw solid #FFFFFF;
	float: left;
	padding-right: 0%;
	margin-right: 0%;
	width: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 0.8vw;
	margin-top: 1%;
	line-height: 16px;
}
.pro-list .span-right {
	float: left;
	width: 70%;
	font-size: 0.7vw;
	text-align: left;
	padding-left: 3.5%;
	box-sizing: border-box;
	line-height: 16px;
	margin-top: 1%;
}
.pro-list h1 {
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  color: #f00;
	
}

/*、侧边产品列表*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.search-phone {
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 999;
	width: 63%;
	display: none;
}
.logo-phone {
	display: none;
}
.wxma-active {
	position: absolute;
	top: 80px;
	right: -7px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	#fullpage {
		display: none;
	}
	
	html,
	body {
		position: relative;
		height: 100%;
		z-index: auto;
	}
	
	.swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		z-index: auto;
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* 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;
		position: relative;
		z-index: 2;
	}
	
	.swiper-slide img {
		width: 100%;
		height: 100%;
	}
	
	.li-z {
		width: 60px;
		top: 50%;
		left: 35px;
		margin-left: 0;
		margin-top: -107px;
		position: absolute;
		text-align: center;
		z-index: auto;
	}
	
	.li-text {
		text-shadow: 0 0 8px #FFFECA;
	}
	
	.li {
		width: 80px;
		font-size: 15px;
		line-height: 30px;
		display: block;
		color: #ffffff;
		text-align: left;
	}
	
	.li:nth-of-type(4) {
		margin-top: 2px;
	}
	
	.li:nth-of-type(5) {
		margin-top: 1px;
	}
	
	.li:nth-of-type(6) {
		margin-top: 1px;
	}
	
	.pro-logo {
		display: none;
	}
	
	.search {
		display: none;
	}
	
	.num_0 {
		background: url(../img/slbj.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_1 {
		background: url(../img/pro/huoguo.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_2 {
		background: url(../img/pro/tangyuan.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_3 {
		background: url(../img/pro/baozi.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_4 {
		background: url(../img/pro/paibing.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_5 {
		background: url(../img/pro/yidalimian.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_6 {
		background: url(../img/pro/jz.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.num_7 {
		background: url(../img/pro/tangyuan.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	
	.headerFr .menu2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 47px;
	}
	
	.headerFr .menu1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 47px;
		display: none;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	
	.headerFr {
		cursor: pointer;
		position: absolute;
		bottom: 50%;
		margin-bottom: -40px;
		right: 0;
		width: 40px;
		height: 80px;
		_height: 100%;
		display: block;
		z-index: 999;
		z-index: 1100;
	}
	
	.pro-list dl {
		float: left;
		width: 90%;
		line-height: 25px;
		margin-right: 8%;
		margin-top: 3%;
	}
	
	.pro-list dl dt img {
		width: auto !important;
		height: auto !important;
	}
	
	.search-phone {
		position: absolute;
		right: 0;
		top: 20px;
		z-index: 999;
		width: 73%;
		display: block;
	}
	
	.search-phone .home {
		float: left;
		margin-right: 5%;
	}
	
	.search-phone .home img {
		width: 25px;
		height: 25px;
	}
	
	.search-phone input {
		outline: none;
		float: left;
		cursor: pointer;
		border: none;
		width: 120px;
		height: 30px;
		line-height: 30px;
		padding-left: 20px;
		border-radius: 10px;
		background: #FFFFFF url(../img/icon/search.png) no-repeat 101px center;
		background-size: 11% 50%;
	}
	
	.search-phone .wei {
		float: left;
		overflow: hidden;
		width: 30%;
		padding-left: 5%;
		height: 32px;
		padding-top: 2%;
	}
	
	.search-phone .weixin {
		float: right;
	}
	
	.search-phone .wei img {
		width: 25px;
		height: 25px;
	}
	
	.search-phone .weibo {
		float: left;
	}
	
	.logo-phone {
		display: block;
		width: 20%;
		position: absolute;
		top: 10px;
		left: 10px;
		border-radius: 8px;
	}
	
	.logo-phone img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}
	
	.wxma-active {
		position: absolute;
		top: 30px;
		right: 20px;
	}
}
.sousuo {
	width: 195px;
	height: 70px;
	position: absolute;
	z-index: 15000;
	right: 180px;
	top: 50px;
}
#sousuo-bt {
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
.sousuo .input {
	width: 100%;
	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 .xl {
	width: 20%;
	height: 50px;
	float: left;
	margin-left: 102px;
	margin-top: 6px;
}
.sousuo .xl img {
	width: 30px;
	display: block;
	margin: 0 auto;
}
.sousuo .wx {
	width: 27%;
	height: 50px;
	float: right;
	margin-top: 6px;
}
.sousuo .wx img {
	width: 30px;
	display: block;
	margin: 0 auto;
}
.ewm {
	position: absolute;
	z-index: 15000;
	right: 40px;
	top: 140px;
	display: none;
}
.ewm img {
	width: 100%;
}



.pro_alert{
	position: fixed;
	width: 1000px;
	height: 440px;
	background: url(../img/12-07/prod_bg1.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -220px;
	z-index: 9999;
	border-radius: 10px;
	display: none;
	padding-right: 14px;
	box-sizing: border-box;
}
.alert_center{
	  padding-left: 18px;
	  width: 85%;
	  height: 70%;
	  margin: 54px auto;
}
.alert_img{
	width: 300px;
	height: 100%;
	float: left;
	background: url(../img/12-07/pro_xian.png) no-repeat 286px 2px;
	  background-size: 3px 100%;
}
.alert_img .pro_img{
	width: 270px;
	height: auto;
}
.alert_img .pro_img img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.alert_img span{
	display: block;
	font-size: 24px;
	color: #ff0000;
	line-height: 32px;
	text-align: center;
	width:280px;
  margin-top: 20px;
}
.alert_text{
	width: 520px;
	margin:30px auto;
	float: left;
}
.text_span{
	width: 100%;
	margin-top: 40px;
}
.text_span:nth-of-type(1){
	margin-top: 22px;
}

.text_span span{
	display: block;
	float: left;
}
.text_span span:nth-of-type(1){
	width: 90px;
	border-right: 1px solid #5F5C5C;
	color: #5F5C5C;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.text_span span:nth-of-type(2){
	width: 420px;
	line-height:22px;
	font-size: 15px;
	color: #000;
	padding: 0 15px;
	box-sizing: border-box;
}
.text_span span ul li{
	line-height: 22px;
}
.text_span1{
  padding-left: 10px;
  box-sizing: border-box;
  text-align: left !important;
}
.pro_left{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 30px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	background: url(../img/12-07/jiaotou.png) no-repeat 10px 0;
}
.pro_left:hover{
	background-position: 10px -56px;
}
.pro_right{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 46px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	background: url(../img/12-07/jiaotou.png) no-repeat -64px 0;
}
.pro_right:hover{
	background-position: -64px -56px;
}
.pro_left img{
	width: 100%;
}
.pro_right img{
	width: 100%;
}
.alert_close{
	width: 76px;
	height: 85px;
	cursor: pointer;
	position: absolute;
	  top: 18px;
  right: -30px;
  background: url(../img/12-07/prod_close.png) no-repeat 0px -87px;
}
.alert_close:hover{
	background-position: 0px -6px;
}
.alert_close img{
	width: 100%;
}
