/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  
  
/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible;}  
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  
  
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color:#000;  background: url(bg.jpg); font:12px/22px  "Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, sans-serif; text-align:center;}  
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}  
input,select{ font-size:12px; vertical-align:middle;}  
  
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */  
body div{ text-align:left;}  
  
/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}  
  
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  
li{ list-style-type:none;}  
  
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;}  
  
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{ color:#04C; text-decoration:none;}  
a:hover{ color:#F60; text-decoration:underline;}  
  
/* 去掉链接的虚线框 */  
a { outline:none; star:expression(this.onFocus=this.blur());}  
  
/* 定义H系列标签，覆盖H系列标签默认属性 */  
h1{ font-size:24px;}  
h2{ font-size:20px;}  
h3{ font-size:18px;}  
h4{ font-size:16px;}  
h5{ font-size:14px;}  
h6{ font-size:12px;}  


/* ==翻页样式== */
.pagesinfo {color:#555555;font-size:12px;}
.pagesnow {color:#D07E36;font-size:14px;text-decoration: none}
.pages {color:#777777;font-size:14px;text-decoration: none}

.dh{
	width: 1300px;
	height: 140px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	top: 0px;
	z-index: 99
}

.dh .maindh{
	width: 100%;
	height: 84px;
	margin-top: 25px;
	line-height: 84px;
	border-radius: 100px;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.dh .logo{
	width: 170px;
	height: 154px;
	position: absolute;
	margin-left: -85px;
	top: -10px;
	z-index: 99;
	left: 50%;
	background: url(logo.png) no-repeat top center
}


.dh .menu{
	height: 84px;
	display: block;
	z-index: 100;
	text-align: center;
	float: left;
	width: 160px;
	text-decoration: none;
	position: relative;
background: #d52f31; /* Old browsers */
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.dh .menunow{
	background: #b51425; /* Old browsers */
background: -moz-linear-gradient(top, #b51425 0%, #d52f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b51425 0%,#d52f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b51425 0%,#d52f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51425', endColorstr='#d52f31',GradientType=0 ); /* IE6-9 */
}

.dh .dropmenudiv_b{
	opacity: 0;
	position: absolute;
	width: 160px;
	overflow: hidden;
	padding: 20px 0px;
	top: 109px;
	background-color: rgba(220,49,42,0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all 0.3s;
	transform: translateY(-40px);
}

.dh .dropmenudiv_b a{
    pointer-events: none;
}
.dh  div.show{
	opacity: 1;
	transform: translateY(0px)
}

.dh  div.show a{
    pointer-events:auto;
	}

#dropmenu0_b{
	left: 80px
}

#dropmenu1_b{
	left: 240px
}

#dropmenu2_b{
	left: 400px
}

#dropmenu4_b{
	left: 910px
}

#dropmenu5_b{
	left: 1070px
}

.dh .dropmenudiv_b a{
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
}

.dh .menu:nth-child(1){
	margin-left: 80px;
}

.dh .menu:nth-child(3){
	margin-right: 190px;
}

.dh .menu span{
	line-height: 16px;
	text-align: center;
	margin-top: 20px;
	display: block;
	width: 100%;
	color: #fa787a;
	transition: all 0.3s;
}

.dh .menu:hover span{
	transform: translateY(30px)
}

.dh .menu h3{
	text-align: center;
	width: 100%;
	display: block;
	color: #fce5cc;
	line-height: 24px;
	transition: all 0.3s;
}

.dh .menu:hover h3{
	transform: translateY(-10px);
	color: #fff
}

.dh .menu:hover{
background: #b51425; /* Old browsers */
background: -moz-linear-gradient(top, #b51425 0%, #d52f31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b51425 0%,#d52f31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b51425 0%,#d52f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51425', endColorstr='#d52f31',GradientType=0 ); /* IE6-9 */
}


.dh .menunow h3{
	color: #fff
}

.homevideo{
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	background-size:  100% 100%;
	position: relative
}

.homevideo .vtext{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	z-index: 9
}

.homevideo .vtext h1{
	color: #fff;
	font-size: 80px;
	line-height: 80px;
}

.homevideo .vtext h1 span{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.homevideo .vtext i{
	width: 55px;
	height: 55px;
	display: inline-block;
	border-radius: 100px;
	background-color: #d53032;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

.homevideo video{
	width: 100%;
	opacity: 0.8
}

.box1{
	width: 1180px;
	border-radius: 100px;
	height: 65px;
	margin: 0px auto;
	bottom: -30px;
	position: absolute;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.4);
	z-index: 99;
	left: 50%;
	margin-left: -590px;
	background: #fec948
}

.box1 strong{
	font-size: 16px;
	color: #91614c;
	display: block;
	float: left;
	height: 65px;
	line-height: 65px;
	margin-left: 30px;
}

.box1 .swiper1{
	height: 30px;
	line-height: 30px;
	width: 560px;
	margin-top: 18px;
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #91614c;
}

.box1 .swiper1 a{
	font-size: 14px;
	color: #91614c;
}

.box1 .swiper1 font{
	margin-right: 5px
}

.box1 .i_search,#form{
	float: right;
	height: 50px;
	line-height: 50px;
	margin-right: 30px;
	margin-top: 15px;
}

.box1 .i_search input.input,#form input.input{
	width: 160px;
	text-indent: 10px;
	font-size: 14px;
	height: 32px;
	border: 0px;
	transition: all 0.3s;
	line-height: 32px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(122,52,0,0.2);
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #999999
}

.box1 .i_search input.input:focus,#form input.input:focus{
	width: 200px;
}

.box1 .i_search input.button,#form input.button{
	height: 32px;
	background: url(search.png) no-repeat 10px center;
	border: 0px;
	box-shadow: 0px 0px 20px rgba(122,52,0,0.2);
	border-radius: 100px;
	width: 40px;
	background-color: #996633;
	border-top-left-radius: 0px;
	float: left;
	border-bottom-left-radius: 0px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
}

.duibidu:hover{
	-webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.main{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	min-width: 1300px;
}

.box2{
	width: 100%;
	margin: 0px auto;
	background: url(img1.jpg) top center;
	background-size:  auto 100%;
	height: 428px;
	text-align: center;
	position: relative;
	z-index: 98;
}

#dingcan{
	display: none
}

.box2 .dingcan{
	height: 57px;
	line-height: 57px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	width: 690px;
	left: 50%;
	color: #fff;
	position: absolute;
	bottom: -26px;
	margin-left: -300px;
	box-shadow: 0px 0px 20px rgba(88,43,24,0.3);
	border-radius: 100px;
   background: rgb(255,241,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,241,219,1) 0%, rgba(255,230,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1db', endColorstr='#ffe6bf',GradientType=0 ); /* IE6-9 */
}

.box2 .dingcan h3{
	margin-left: 80px;
	color: #582b18;
	font-weight: normal;
	display: block;
	float: left;
	margin-right: 30px;
}

.box2 .dingcan h3 i{
	margin-right: 5px;
	font-size: 20px;
	color: #582b18
}

.box2 .dingcan .xiala{
	float: left;
	padding: 0px 20px;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	transition: all 0.2s;
	margin-top: 15px;
	border-radius: 8px;
	background-color: #92614d;
	z-index: 30px;
	text-align: center;
	margin-right: 20px;
	position: relative;
	overflow: hidden
}

.box2 .dingcan .xiala font{
	cursor: pointer
}

.box2 .dingcan .xiala:hover{
	background-color: #92614d
}

.box2 .dingcan .xiala.on{
	background-color: #582b18;
		overflow: visible
}

.box2 .dingcan div i{
	font-size: 12px;
	margin-left: 5px;
}

.box2 .dingcan div .liebiao{
	width: 100%;
	height: 130px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 26px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	left: 0px;
	z-index: -1;
	background-color: #582b18
}

.box2 .scrollbar,.box2 .scrollbar2,.box2 .scrollbar3{
	height: 120px;
	width: 100%;
	margin: 10px 0px;
}

.box2  div .liebiao  li{
	text-indent: 20px;
}

.box2  div .liebiao  li a{
	color: #fff
}

.w1300{
	width: 100%;
	margin: 0px auto;
	max-width: 1300px;
	overflow: hidden
}

.box2 a.wow{
	display:inline-block;
	overflow: hidden;
	float: left;
	margin-top: 100px;
}

.box2 a span{
	width: 100%;
	height: 180px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.box2 a font{
	height: 50px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.box2 a.caipin1{
	width: 290px;
}

.box2 a.caipin2{
	width: 290px;
}

.box2 a.caipin3{
	width: 250px;
}

.box2 a.caipin4{
	width: 230px;
}

.box2 a.caipin5{
	width: 200px;
}

.box2 a.caipin1 span{
	background-image: url(cp1.png)
}
.box2 a.caipin2 span{
	background-image: url(cp2.png)
}
.box2 a.caipin3 span{
	background-image: url(cp3.png)
}
.box2 a.caipin4 span{
	background-image: url(cp4.png)
}
.box2 a.caipin5 span{
	background-image: url(cp5.png)
}

.box2 a.caipin1 font{
	background-image: url(recai.png)
}
.box2 a.caipin2 font{
	background-image: url(liangcai.png)
}
.box2 a.caipin3 font{
	background-image: url(xianbing.png)
}
.box2 a.caipin4 font{
	background-image: url(zhoupin.png)
}
.box2 a.caipin5 font{
	background-image: url(tianpin.png)
}

.box3{
	width: 100%;
	background-color: #582b18;
	height: 420px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.box3 video{
	height: 450px;
	width: auto;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	top: 0px;
	z-index: 1;
	opacity: 0.4
}

.box3 h1{
	font-weight: normal;
	font-size: 36px;
	line-height: 45px;
	margin-top: 120px;
	position: relative;
	z-index: 9
}

.box3 a{
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 9
}

.box3 a.play i,.page1 .left i,.jiapei_box1 .right i{
	width: 55px;
	height: 55px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	background-color: #fec948;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 20px rgba(122,52,0,0.2);
}

.box3 a.play span{
	width: 100%;
	display:block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.box4 .swiper2{
	width: 1300px;
	margin: 0px auto;
	margin-top: 80px;
	height: 520px
}

.swiper2 .swiper-slide div{
	width: 390px;
	height: 390px;
	border-radius: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	margin: 0px auto;
	transform: translateY(38px);
	float: right;
	text-align: center;
	transition: all 0.3s;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.swiper2 .swiper-slide div font{
	
}

.swiper2 div.swiper-slide-next div{
	margin-top: 0px;
	width: 390px;
	float: none;
	height: 470px;
	transform: translateY(0px);
	border: 2px solid #fff;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
}

.swiper2 div.swiper-slide-active div{
	float: left
}

.swiper2 .swiper-slide div span{
	display: block;
	width: 100%;
	height: 225px;
	background-color: #d4ac78;
	background-size:  100%  cover;
	background-position:  center top
}

.swiper2 .swiper-slide div font{
	display: none
}

.swiper2 div.swiper-slide-next div span{
	height: 265px;
}

.swiper2 div.swiper-slide-next div font{
	display: block
}

.swiper2 div.swiper-slide-next div h2{
	color: #000;
}

.swiper2 div.swiper-slide-next div hr{
	display: none
}

.swiper2 .swiper-slide div h2{
	font-size: 26px;
	color: #666;
	line-height: 30px;
	display: block;
	width: 100%;
	margin-top: 38px;
	transition: all 0.2s;
	margin-bottom: 10px;
}

.swiper2 .swiper-slide div a{
	width: 135px;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	margin: 0px auto;
	margin-top: 20px;
	line-height: 36px;
	transition: all 0.3s;
	border-radius: 100px;
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.swiper2 div.swiper-slide-next div a{
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
}

.swiper2 .swiper-slide div hr{
	width: 35px;
	height: 5px;
	background-color: #e7aa58;
	margin: 0px auto;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.swiper2 .swiper-slide div.s1 span{background-image: url(img2.jpg)}
.swiper2 .swiper-slide div.s2 span{background-image: url(img3.jpg)}
.swiper2 .swiper-slide div.s3 span{background-image: url(img4.jpg)}

.box4{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e7d7+0,ffffff+100 */
background: rgb(243,231,215); /* Old browsers */
background: -moz-linear-gradient(top, rgba(243,231,215,1) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(243,231,215,1) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(243,231,215,1) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.box5{
	width: 100%;
	height: 860px;
	margin: 0px auto;
	background: url(img5.jpg) no-repeat top center;
	text-align: center;
	overflow: hidden
}

.box5 .w1300{
	position: relative;
	height: 570px;	
}

.box5 h1{
	font-size: 36px;
	display: block;
	margin: 0px auto;
	font-weight: normal;
	line-height: 36px;
	margin-top:60px;
}

.box5 h3{
	font-size: 24px;
	display: block;
	margin: 15px auto;
	font-weight: normal;
	line-height: 24px;
}

.box5 h3 span{
	border-radius: 5px;
	height: 26px;
	padding: 0px 10px;
	color: #fff;
	margin: 0px 5px;
	font-size: 24px;
	font-family: "Arial";
	display: inline-block;
	line-height: 26px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5000f+0,cb0007+100 */
background: rgb(229,0,15); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,0,15,1) 0%, rgba(203,0,7,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,0,15,1) 0%,rgba(203,0,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,0,15,1) 0%,rgba(203,0,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000f', endColorstr='#cb0007',GradientType=0 ); /* IE6-9 */
}

.box5 .w1300 img{
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.box5 .w1300 i{
	background: url(img6.png) no-repeat center;
	width: 23px;
	height: 30px;
	position: absolute
}

.box5 .w1300 .p1{left: 886px;top: 90px;}
.box5 .w1300 .p2{left: 869px;top: 135px;}
.box5 .w1300 .p3{left: 837px;top: 174px;}
.box5 .w1300 .p4{left: 800px;top: 255px;}
.box5 .w1300 .p5{left: 675px;top: 305px;}
.box5 .w1300 .p6{left: 750px;top: 440px;}

.box5 .w1300 .i1{ left: 200px; top: 194px;}
.box5 .w1300 .i2{ left: 372px; top: 90px;}
.box5 .w1300 .i3{ left: 362px; top: 340px;}
.box5 .w1300 .i4{ left: 480px; top: 225px;}
.box5 .w1300 .i5{ left: 545px; top: 315px;}
.box5 .w1300 .i6{ left: 635px; top: 156px;}
.box5 .w1300 .i7{ left: 700px; top: 249px;}
.box5 .w1300 .i8{ left: 667px; top: 353px;}
.box5 .w1300 .i9{ left: 647px; top: 447px;}
.box5 .w1300 .i10{ left: 769px; top: 375px;}
.box5 .w1300 .i11{ left: 835px; top: 228px;}
.box5 .w1300 .i12{ left: 917px; top: 90px;}

.box5 a{
	display: block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5000f+0,cb0007+100 */
background: rgb(229,0,15); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,0,15,1) 0%, rgba(203,0,7,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,0,15,1) 0%,rgba(203,0,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,0,15,1) 0%,rgba(203,0,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000f', endColorstr='#cb0007',GradientType=0 ); /* IE6-9 */
	margin: 0px auto;
	border-radius: 10px;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.4);
}

.foot{
	border-top: 5px solid #d53032;
	width: 100%;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #2d2d2d;
	padding-bottom: 50px;
}

.foot .bt_menu{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #4c4c4c
}

.foot .bt_menu a{
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
	width: 160px;
	line-height: 70px;
}

.foot .bt_menu .w1300 div{
	float: right;
	height: 70px;
	color: #fcd731
}

.foot .bt_menu .w1300 div h3{
	display: block;
	height: 70px;
	float: left;
	line-height: 70px;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px;
}

.foot .bt_menu .w1300 div h1{
	display: block;
	height: 70px;
	float: left;
	line-height: 70px;
}

.foot_left{
	width: 860px;
	float: left;
	overflow: hidden
}

.foot_left_t{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	margin-top: 30px;
}

.foot_left_t a{
	color: #fff;
	padding-right: 20px;
}

.foot_left_c{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.foot_left_c a{
	color: #999;
	text-decoration: underline
}

.foot_left_c a:hover{
	color: #fff
}

.foot_left .bdsharebuttonbox a{
	background-position:-100px -100px;
	width: 36px;
	height: 36px;
	padding: 0px;
	border-radius: 10px;
	text-align: center;
	line-height: 36px;
	background-color: #cccccc;
	display: block;
	overflow: hidden;
	margin-right: 5px;
	color: #575757;
	text-decoration: none;
	position: relative;
	font-size: 20px;
}

.foot_right{
	float: right;
	width: 240px;
	overflow: hidden;
	margin-top: 50px;
	color: #999999;
	line-height: 20px;
	font-size: 14px;
	text-align: right
}

.foot_right img{
	float: right;
	margin-left: 20px;
}

.foot_right h3{
	color: #fcd731;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	display: block
}

.banner{
	width: 100%;
	background-position: center top;
	background-size: 100% auto;
	height: 559px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.b-1{background-image: url(b1.jpg);}
.b0{background-image: url(b1.jpg);}
.b1{background-image: url(b2.jpg);}
.b2{background-image: url(b3.jpg);}
.b3{background-image: url(b4.jpg);}
.b4{background-image: url(b5.jpg);}
.b5{background-image: url(b6.jpg);}

.banner h1{
	color: #fff;
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: 50px;
	margin-top: 260px;
	line-height: 50px;
}

.banner h4{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.page_main{
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: url(img7.png) top center;
	margin-top: -90px;
}

.page_menu{
	overflow: hidden;
	width: 1300px;
	border-radius: 100px;
	height: 65px;
	margin: 0px auto;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.3);
	background: #fec948; /* Old browsers */
}

.page_menu_left{
	float: left;
	height: 65px;
	overflow: hidden;
	width: 1000px;
}

.page_menu_left a:nth-child(1){
	margin-left: 80px;
}

.page_menu_left a{
	display: block;
	float: left;
	line-height: 65px;
	font-size: 18px;
	color: #996716;
	margin-left: 80px;
	text-align: center;
}

.page_menu_left a.on{
	color: #996716;
}

.page_menu_left a.on:before{
	content: "";
	height: 65px;
	display: block;
	margin-right: 5px;
	float: left;
	width: 11px;
	background: url(jt.png) no-repeat center;
}

.page_body{
	width: 1300px;
	border-radius: 30px;
	margin: 0px auto;
	margin-top: 30px;
	overflow: hidden;
	 margin-bottom: 50px;
	box-shadow: 0px 0px 20px rgba(122,52,0,0.2);
	background-color: #fff;
	padding-bottom: 30px;
}

.page_body .navs{
	width: 1200px;
	margin: 30px auto;
	height: 20px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.page_body .navs i{
	font-size: 12px;
}

.page_body .navs a{
	color: #999
}

.page_body a.goback{
	float: right
}

.page_title{
	width: 1200px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: normal;
	color: #582b16;
	display: block;
	margin-bottom: 40px;
	overflow: hidden
}

.page_title a{
		color: #d23237;
}

.fenxiang .bdsharebuttonbox  a{
	background-position:-100px -100px;
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	display: block;
	overflow: hidden;
	margin-right: 5px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
}

.fenxiang{
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 80px;
}

.fenxiang .bdsharebuttonbox{
	float: left
}

.fenxiang  span{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height:50px;
	height: 50px;
	margin-right: 10px;
	color: #999
}

.page_bottom{
	width: 1200px;
	color: #92614d;
	font-size: 16px;
	margin: 20px auto;
	height: 260px;
	line-height: 26px;
	background-color: #f6e8d8;
}

.page_bottom .left{
	width: 500px;
	height: 180px;
	padding: 0px 100px;
	float: left;
	margin-top: 45px;
	border-right: 1px solid #ddc7b2;
}

.page_bottom .left img{
	width: 165px;
	float: left;
	margin-right: 30px;
}

.page_bottom .left font{
	display: block;
	width: 300px;
	float: left;
	margin-top:40px;
}

.page_bottom .right{
	width: 470px;
	float: left;
	text-align: center;
}

.page_bottom .right h3{
	color: #996633;
	line-height: 50px;
	display: block;
	margin-top: 50px;
	font-size: 35px;
	font-weight: normal
}

.page_bottom .right font{
	display: block;
}

.page_bottom .right a{
	width: 165px;
	border-radius: 50px;
	height: 42px;
	line-height: 42px;
	display: block;
	margin: 0px auto;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-top: 10px;
	color: #fff;
	font-size:14px;
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.page_edit{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	min-height: 200px;
	font-size: 16px;
	color: #666;
	line-height: 170%;
	margin-bottom: 50px;
}

.page1,.page1_2{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden
}

.page1 .left{
	width: 470px;
	height: 313px;
	margin-right: 70px;
	float: left;
	position: relative;
	background-color: #000
}

.page1 .left video{
	position: absolute;
	left: 0PX;
	opacity: 0.8;
	top: -2px;
}

.page1 .left i{
	margin-top: 130px;
	margin-left: 200px;
	position: relative;
	z-index: 9
}

.page1 .right,.page1_2 .left{
	width: 600px;
	float: left
}

.page1 .right h1{
	margin-top: 20px;
}

.page1 .right a,.jiapei_box1 .left a{
	font-size: 50px;
	color: #996633;
	margin-top: 40px;
	display: inline-block;
	text-decoration: none
}

.pagetext{
	font-size: 18px;
	color: #666;
	line-height: 160%;
}

.pagetext h1,.pagetext h2,.pagetext h3,.pagetext h4{
	color: #996633;
	font-weight: normal;
	margin-bottom: 20px;
}

.pagetext h1{
	font-size: 28px;
	line-height: 36px;
}

.page1_1{
	width: 100%;
	color: #fff;
	height: 200px;
	margin: 90px auto;
	overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9583b+0,bb1321+100 */
background: #f9583b; /* Old browsers */
background: -moz-linear-gradient(top, #f9583b 0%, #bb1321 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9583b 0%,#bb1321 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9583b 0%,#bb1321 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9583b', endColorstr='#bb1321',GradientType=0 ); /* IE6-9 */
}

.page1_1 div{
	width: 24%;
	float: left;
	text-align: center;
	height: 120px;
	border-right: 1px solid #bf1823;
	margin-top: 35px;
}

.page1_1 div:nth-child(4){
	border-right: 0px;
}

.page1_1 div h1{
	font-size: 60px;
	margin-top: 20px;
	line-height: 70px;
	font-weight: normal;
	display:block
}

.page1_1 div font{
	font-size: 18px;
	line-height: 30px;
}

.page1_2 .right{
	width: 470px;
	overflow: hidden;
	float: left;
	margin-left: 100px;
}

.wenhua_logo{
	float: left;
	width: 260px;
	overflow: hidden;
}

.wenhua_text{
	width: 830px;
	float: left;
	overflow: hidden;
	margin-bottom: 100px;
}

.page_edit h2{
	font-size: 28px;
	color: #996633;
	font-weight: normal;
	display: inline-block;
	line-height: 36px;
	margin-bottom: 20px;
}

.jiapei_box1,.jiapei_box3{
	width: 100%;
	float: left;
	margin-bottom: 50px;
	overflow: hidden;
}

.jiapei_box1 .left,.jiapei_box3 .left{
	width: 600px;
	float: left
}

.jiapei_box1 .left a{
	margin-top: 0px;
}

.jiapei_box1 .right,.jiapei_box3 .right{
	text-align: center;
	width: 470px;
	height: 315px;
	float: left;
	margin-left: 120px;
	background-color: #f6b661;
	position: relative
}

.jiapei_box1 .right{
	background-color: #000
}

.jiapei_box1 .right  i{
	margin-top: 126px;
	position: relative;
	z-index: 9
}

.jiapei_box2{
	width: 100%;
	float: left;
	padding: 60px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b963+0,da9d4e+100 */
background: rgb(249,185,99); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,185,99,1) 0%, rgba(218,157,78,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,185,99,1) 0%,rgba(218,157,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,185,99,1) 0%,rgba(218,157,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b963', endColorstr='#da9d4e',GradientType=0 ); /* IE6-9 */
}

.jiapei_box2 h2{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal
}

.jiapei_box2 .swiper1{
	width: 1200px;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 30px;
}

.jiapei_box2 .swiper-slide div{
	width: 350px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.2)
}

.jiapei_box2 .swiper-slide div span{
	display: block;
	float: left;
	width: 100%;
	height: 230px;
	background-color: #996633
}

.jiapei_box2 .swiper-slide div h3{
	font-size: 22px;
	display: block;
	width: 100%;
	float: left;
	margin: 30px 0px 10px 0px;
}

.jiapei_box3 {
	margin-top: 100px;
}

.jiapei_box3 .right{
	margin-top: 30px;
}

.jiapei_box3 .right .swiper2{
	width: 100%;
	float: left;
	overflow: hidden;
}

.jiapei_box1 .right video{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.8
}

.news_query{
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.news_query_list{
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #eee1d1;
	padding-bottom: 30px;
	padding-top:30px;
	transition: all 0.3s;
}


.news_query_list .news_dtime{
	width: 150px;
	float: left;
	text-align: center;
	border-right: 1px solid #e6e6e6
}

.news_query_list .news_dtime h2{
	color: #df965f;
	font-weight: normal;
	font-family: "Arial";
	line-height: 60px;
	font-size: 50px;
}

.news_query_list .news_dtime span{
	font-size: 14px;
	color: #999;
}

.news_query_list .news_center{
	width: 650px;
	float: left;
	margin: 0px 45px;
	overflow: hidden;
}

.news_query_list .news_center a{
	font-size: 24px;
	line-height: 34px;
	color: #582b18;
	display: block;
	float: left;
	overflow: hidden;
}

.news_query_list .news_center font{
	height: 20px;
	line-height: 20px;
	width: 100%;
	display: block;
	float: left;
	color: #999;
	font-size: 12px;
	margin: 10px 0px;
}

.news_query_list .news_center span{
	font-size: 16px;
	width: 100%;
	float: left;
	overflow: hidden;
	color: #666
}

.news_query_list .news_right{
	width: 270px;
	height: 150px;
	float: left;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-size:100%  100%
}

.news_query_list:nth-child(odd){
	background-color: #fffdfa;
}

.news_detail{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.news_detail .left{
	width: 150px;
	float: left;
	border-right:1px solid #e6e6e6
}

.news_detail .left .newstime{
	width: 110px;
	height: 110px;
	color: #fff;
	text-align: center;
	float: right;
	border-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b15d+0,f7b762+48,c98f43+50,f7b762+100 */
background: rgb(240,177,93); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,177,93,1) 0%, rgba(247,183,98,1) 48%, rgba(201,143,67,1) 50%, rgba(247,183,98,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,177,93,1) 0%,rgba(247,183,98,1) 48%,rgba(201,143,67,1) 50%,rgba(247,183,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,177,93,1) 0%,rgba(247,183,98,1) 48%,rgba(201,143,67,1) 50%,rgba(247,183,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b15d', endColorstr='#f7b762',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	margin-right: 20px;
}

.news_detail .left .newstime h1{
	font-size: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.news_detail .left .newstime span{
	font-size: 14px;
}

.newsshary{
	width: 50px;
	float: right;
	margin-right: 20px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}

.newsshary .bdsharebuttonbox a{
	background-position: -1000px;
	padding-left:0px;
	font-size: 24px;
	color: #fff;
	background-color: #333;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
}

.newsshary .bdsharebuttonbox a.bds_weixin{
	background-color: #20a839;
}

.newsshary .bdsharebuttonbox a.bds_sqq{
	background-color: #e81313;
}

.newsshary .bdsharebuttonbox a.bds_qzone{
	background-color: #7fd0ff;
}

.newsshary .bdsharebuttonbox a.bds_tsina{
	background-color: #e89213;
}

.newsshary .bdsharebuttonbox a.bds_tqq{
	background-color: #1d8ac9;
}

.news_detail .right{
	float: left;
	margin-left: 55px;
	width: 900px;
	overflow: hidden;
}

.news_detail .right .newsclass{
	width: 100%;
	float: left;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.news_detail .right .newsclass a{
	color: #000
}

.news_detail .right .newstitle{
	float: left;
	margin: 15px 0px;
	font-size: 38px;
	width: 100%;
	line-height: 50px;
}

.news_detail .right .newsinfo{
	float: left;
	font-size: 14px;
	color: #666
}

.news_detail .right .newsinfo hr{
	border: 0px;
	height: 4px;
	background-color: #e08f1d;
	width: 70px;
	margin-top: 10px;
}

.news_detail .right .newsbody{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 170%
}

.news_detail .right .newsbody img{
	width: 100%;
	margin: 40px 0px;
}

.chinamap{
	width: 1200px;
	overflow: hidden;
	padding: 50px 0px;
	border-radius: 20px;
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0px auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,fff3e0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 45%, rgba(255,243,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 45%,rgba(255,243,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 45%,rgba(255,243,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3e0',GradientType=1 ); /* IE6-9 */
}

.chinamap .china-map-con{
	width: 800px;
	float: left
}

.chinamap .cityclass,.chinamap .search_md{
	float: left;
	width: 250px;
	overflow: hidden;
	margin-top: 60px;
}

.chinamap .cityclass strong,.chinamap .search_md strong{
	color: #996633;
	font-size: 18px;
	width: 100%;
	line-height: 24px;
	display: block;
	margin-bottom: 20px;
}

.chinamap .cityclass a{
	font-size: 16px;
	width: 80px;
	display: block;
	line-height: 30px;
	float: left;
	color: #999
}

.chinamap .cityclass a.on{
	color: #c78e42
}

.chinamap .cityclass a font{
	font-family: "Arial";
	font-size: 14px;
}

.hiddenclass{
	display: none
}

.search_md form input.input{
	width: 160px;
    text-indent: 10px;
    font-size: 14px;
    height: 32px;
	padding: 0px;
    transition: all 0.3s;
	border: 1px solid #d8d8d8;
    line-height: 32px;
    border-radius: 10px;
    background-color: #fff;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	border-right: 0px;
    color: #999999;
}

.search_md form input.input:focus{
	width: 180px;
}
	
.search_md form input.button{
	height: 34px;
    background: url(search.png) no-repeat 10px center;
    border: 0px;
    border-radius: 10px;
    width: 40px;
    background-color:#fec948;
    border-top-left-radius: 0px;
    float: left;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}

.shops_title{
	width: 1204px;
	border-radius: 20px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin: 0px auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #fff;
background: #fec948

}

.shops_title i{
	display: block;
	float: left;
	font-size: 24px;
	margin-left: 30px;
	margin-right: 10px;
} 

.shops_title a.nav{
	color: #fff;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px 0px 0px;
	margin-right: 10px;
	background: url(i14.png) no-repeat right center
}

.shops_query{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden
}

.shoplist{
	width: 265px;
	height: 240px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}

.shoplist:nth-child(4){
	margin-right: 0px;
}

.shoplist:nth-child(8){
	margin-right: 0px;
}

.shoplist:nth-child(12){
	margin-right: 0px;
}

.shoplist a:hover{
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
}

.shoplist a{
	display: block;
	width: 100%;
	transition: all 0.2s;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	background-position: center;
	background-size: contain 100%
}

.shoplist h3{
	color: #d53032;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.shoplist span{
	width: 100%;
	overflow: hidden;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	display: block;
	float: left;
}

.shops_img{
	width: 1200px;
	margin: 0px auto;
	height: 570px;
	margin-bottom:30px;
	border-radius: 20px;
}

.shops_img .swiper-slide{
	width: 100%;
	background-size:100% cover ;
	background-position: center;
	overflow: hidden;
}

.shops_img .swiper-pagination{
	bottom: 30px;
}

.shops_cont .shops_title{
	width: 1204px;
	border-radius: 20px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin: 0px auto;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #fff;
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.shops_cont{
	width: 1204px;
	margin: 0px auto;
	overflow: hidden;
}

.shops_cont .shops_map{
	width: 640px;
	height: 450px;
	float: left;
}

.shops_cont .shops_pro{
	float: left;
	width: 500px;
	height: 375px;
	padding-top: 75px;
	padding-left: 64px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffe8c5+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,232,197,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,232,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,232,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe8c5',GradientType=1 ); /* IE6-9 */
}

.shops_cont .shops_pro h2{
	display: block;
	font-weight: normal;
	color: #d53032;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	font-size: 30px;
}

.shops_cont .shops_pro li{
	width: 400px;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
	color:#666666
}

.shops_cont .shops_pro li strong{
	display: block;
	font-weight: normal;
	color: #d53032;
	line-height: 30px;
}

.shops_cont .shops_pro li span{
	display: block;
}

.shops_cont .shops_map .ptitle{
	font-size: 16px;
	color:#cc0000
}

.shops_cont .dingcan{
	display: block;
	float: left;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 40px;
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.pre_next{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 20px;

}

.pre_next div{
	width: 50%;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #999
}

.pre_next div.pre{
	text-align: left
}

.pre_next div.next{
	text-align: right
}

.pre_next div a{
	color: #c89b67
}

.liucheng{
	width: 210px;
	padding: 20px;
	float: left;
	height: 125px;
	border-radius: 10px;
	background: rgb(255,241,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,241,219,1) 0%, rgba(255,230,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1db', endColorstr='#ffe6bf',GradientType=0 ); /* IE6-9 */
}

.liucheng h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.icon-liucheng,.icon-liucheng2{
	font-size: 36px;
	height: 165px;
	line-height: 165px;
	text-align: center;
	width: 60px;
	float: left;
	color:#996633
}

.liucheng2{
	width: 100%;
	float: left;
}

.liucheng2 .icon-liucheng3{
	height: 80px;
	float: right;
	font-size: 36px;
	margin-right: 130px;
	line-height: 80px;
	color:#996633
}


.page_form .form_con{
	width:520px;
	float: left;
	overflow: hidden;
}

.page_form{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden
}

.page_form h2{
	margin-bottom: 20px;
}

.form_con strong{
	display: block;
	height:40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	float: left;
}

.form_con font{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 20px;
	text-align: center
}

.form_con input{
	height:35px;
	line-height: 35px;
	width: 360px;
	border: 1px solid #999;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	text-indent: 10px;
	border-radius: 5px;
}

.form_con select{
	text-indent: 10px;
	height:35px;
	font-size: 16px;
	border: 1px solid #999;
	width: 360px;
	line-height: 35px;
	float: left;
	margin-bottom: 20px;
	border-radius: 5px;
}

.form_con textarea{
	width: 360px;
	height: 150px;
	float: left;
	border: 1px solid #999;
	border-radius: 5px;
}

.form_con input.yzm{
	width: 100px;
	margin-right: 10px;
}

.form_con img{
	height: 30px;
	float: left;
}

.form_con li{
	width: 100%;
	float: left;
}

.form_con li input.button{
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	width: 150px;
	cursor: pointer;
	text-indent: 0px;
	border: 0px;
	color: #fff;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b862+0,da9d4d+100 */
background: rgb(248,184,98); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,184,98,1) 0%, rgba(218,157,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,184,98,1) 0%,rgba(218,157,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,184,98,1) 0%,rgba(218,157,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b862', endColorstr='#da9d4d',GradientType=0 ); /* IE6-9 */
}

.form_edit{
	width: 500px;
	font-size: 16px;
	line-height: 170%;
	color: #666;
	float: left;
	overflow: hidden;
	margin-top: 20px;
background: rgb(255,241,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,241,219,1) 0%, rgba(255,230,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1db', endColorstr='#ffe6bf',GradientType=0 ); /* IE6-9 */
	padding-left: 70px;
	padding-bottom: 80px;
	padding-right: 60px;
	padding-top: 40px;
}

.form_edit a{
		color: #666;
}

.form_edit h2{
	font-size: 24px;
	color: #996633
}

.form_edit h3{
	color: #996633;
	font-size: 20px;
}

.form_edit h4{
	margin: 0px;
	padding: 0px;
}

.page_contact{
	width: 1200px;
	margin: 0px auto;
	height: 315px;
	background-color: #f6f6f6;
	position: relative;
}

.page_contact li{
	width: 20%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.page_contact li i{
	width: 90px;
	display: block;
	height: 90px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	margin-top: 50px;
	font-size: 50px;
	line-height: 90px;
background: #fec948
}

.page_contact li strong{
	display: block;
	line-height: 30px;
	color: #996633;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.page_contact li font{
	width: 70%;
	margin: 0px auto;
	overflow: hidden;
	display: block;
	color: #666
}

.page_contact a.gomap{
	display: block;
	text-align: center;
	position: absolute;
	bottom: -20px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	left: 50%;
	margin-left: -25px;
}

.page_contact a.gomap i{
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	font-size: 30px;
	line-height: 50px;
background: #fec948
	
}

.page_job{
	width: 1300px;
	height: 820px;
	margin: 0px auto;
	margin-top: 50px;
}

.page_job .left{
	float: left;
	width: 680px;
	padding: 60px;
	margin-right: 20px;
	height: 630px;
		box-shadow:  0px 0px 30px rgba(0,0,0,0.1);
	border-radius: 30px;
	overflow: hidden;
	font-size: 16px;
	background: url(img10.jpg) no-repeat bottom right
}

.page_job .left h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	display: block;
	color: #aa6613;
	margin-bottom: 30px;
}

.page_job .left p{
	line-height: 170%;
	width: 70%;
	display: block;
	color: #666
}

.page_job .left a,.page_job .right_top a{
	padding: 0px 30px;
	text-align: center;
	border-radius: 50px;
	height: 42px;
	float: left;
	line-height: 42px;
	display: block;
	box-shadow:  0px 0px 30px rgba(122,52,0,0.2);
	color: #fff;
	font-size:14px;
background: #d52f31; 
background: -moz-linear-gradient(top, #d52f31 0%, #b51425 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d52f31 0%,#b51425 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d52f31 0%,#b51425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52f31', endColorstr='#b51425',GradientType=0 ); /* IE6-9 */
}

.page_job .left a i{
	font-size: 20px;
	float: left;
}

.page_job .right_top{
	float: left;
	padding: 60px;
	width: 360px;
	height: 160px;
	background: url(img9.jpg) no-repeat top left;
	border-radius: 30px;
	overflow: hidden;
	box-shadow:  0px 0px 30px rgba(122,52,0,0.2)
}

.page_job .right_top h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	display: block;
	color: #996716
}

.page_job .right_top h3{
	color: #996716;
	margin-bottom: 50px;
	font-weight: normal
}

.page_job .right_bottom{
	border-radius: 30px;
	height: 440px;
	width: 480px;
	margin-top: 30px;
	background-color: #fff;
	float: left;
	box-shadow:  0px 0px 30px rgba(122,52,0,0.2)
}

.page_job .right_bottom h2{
	height: 100px;
	width: 150px;
	line-height: 100px;
	color: #aa6613;
	font-size: 30px;
	float: left;
	font-weight: normal;
	margin-left: 60px;
}

.page_job .right_bottom a.more{
	float: left;
	font-size: 18px;
	height: 100px;
	color: #999;
	width: 80px;
	margin-left:160px;
	line-height: 100px;
}

.page_job .right_bottom a.more i{
	color: #e5a859;
	font-size: 20px;
	margin-right: 5px;
}

.jobslist{
	width: 370px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}

.jobslist a{
	width: 33%;
	float: left;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
}

.jobslist a i{
	color: #e5a859;
	font-size: 18px;
}

.zplist_title{
	width:1200px;
	height:50px;
	margin: 0px auto;
	line-height:50px;
	font-size:16px;
	background:#fec948; 
	padding-left:20px;
	font-weight:bold;
	border-bottom:2px solid #996716;
	}

.zplist_title li.t1{
	width:30%;
	text-align:left;
	}

.zplist_title li{
	float:left;
	width:17%;
	text-align:center;
	color: #996716;
	font-weight:bold;
	}

.zplist{
	width:1200px;
	height:50px;
	line-height:50px;
	font-size:14px;
	padding-left:20px;
	margin: 0px auto;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	}


.zplist li.t1{
	width:30%;
	text-align:left;
	}

.zplist li{
	float:left;
	width:17%;
	color:#999;
	text-align:center;
	}

.zplist li b{
	margin-right:5px;
	}

.zplist li a{
	color:#000;
	}

.ypbox{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.yp_pro{
	float: left;
	width: 850px;
	border-radius: 10px;
	padding: 50px;
	background: rgb(255,241,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,241,219,1) 0%, rgba(255,230,191,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1db', endColorstr='#ffe6bf',GradientType=0 ); /* IE6-9 */
}

.yp_pro li{
	width: 40%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666
}

.yp_pro li strong{
	padding-right: 10px;
	color: #996633
}

a.yp_link{
	margin-left: 30px;
	float: right;
	width: 220px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	height: 220px;
	text-decoration: none;
	background: #fec948;
	font-size: 16px;
}

a.yp_link i{
	font-size: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	color: #fff;
	margin-top: 70px;
}

a.yp_link strong{
	color: #fff;
}

.yp_intro{
	width: 1200px;
	overflow: hidden;
	font-size: 16px;
	margin: 0px auto;
	margin-top: 50px;
	line-height: 170%;
	color: #666;
	padding-left: 20px;
}

.yp_intro strong{
	color: #92614d;
	font-size: 18px;
	display: block
}

.page_body a{
	color: #92614d
}

.page_jiameng{
	width: 1200px;
	margin: 0px auto;
	background: url(img11.jpg)  no-repeat top center;
	height: 700px;
	overflow: hidden;
}

.page_jiameng div{
	width: 1080px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 400px;
}

.page_jiameng div a{
	display: block;
	width: 184px;
	overflow: hidden;
	text-decoration: none;
	float: left;
	margin-right: 100px
}

.page_jiameng div a span{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 170%;
	text-align: center;
}

.page_jiameng div a h2{
	display: block;
	width: 100%;
	height: 168px;
	color: #fff;
	text-align: center;
	line-height: 148px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.page_jiameng div a.jm1 h2{
	background: url(img12.jpg) no-repeat top center
}

.page_jiameng div a.jm2 h2{
	background: url(img13.jpg) no-repeat top center
}
.page_jiameng div a.jm3 h2{
	background: url(img15.jpg) no-repeat top center
}

.page_jiameng div a.jm4 h2{
	background: url(img16.jpg) no-repeat top center
}

.page_jiameng div a.jm4{
	margin-right: 0px;
}

.youshi{
	width: 370px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 50px;
}

.youshi span{
	width: 100%;
	height: 220px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.youshi h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.ys1 span{background-image: url(ys1.jpg)}
.ys2 span{background-image: url(ys2.jpg)}
.ys3 span{background-image: url(ys3.jpg)}
.ys4 span{background-image: url(ys4.jpg)}
.ys5 span{background-image: url(ys5.jpg)}

.videos{
	width: 370px;
	height: 260px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 40px;
	transition: all 0.3s;
}

.videos:hover{
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
}

.videos a{
	width: 100%;
	height: 200px;
	display: block;
	background-size: auto 100% ;
	background-position: center;
	transition: all 0.2s;
}


.videos span{
	display: block;
	height: 60px;
	font-size: 16px;
	color: #b77d1b;
	line-height: 60px;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.4);
	background: #feca46;
}

.videos span i{
	margin-left: 20px;
	margin-right: 5px;
	transition: all 0.2s;
}

.videos:hover span i{
	margin-left: 30px;
}

.cp_query{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.caipin_list{
	width: 1300px;
	margin: 0px auto;
	height: 260px;
	border-radius: 30px;
	margin-top: 30px;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
	background: rgb(255,241,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,241,219,1) 0%, rgba(255,230,191,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,241,219,1) 0%,rgba(255,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1db', endColorstr='#ffe6bf',GradientType=0 ); /* IE6-9 */
}

.caipin_list .swiper-slide a{
	width: 250px;
	height: 160px;
	margin: 0px auto;
	display: block;
	background-size: auto 80%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.caipin_list .swiper-slide {
	text-align: center;
}

.caipin_list .swiper-slide h3{
	color: #aa6613
}

.caipin_xq{
	width: 1300px;
	border-radius: 30px;
	
}

.caipin_xq{
	width: 1300px;
	margin: 0px auto;
	height: 510px;
	background: url(img19.jpg) no-repeat top center;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.2);
	margin-top: 30px;
	margin-bottom: 30px;
}

.caipin_xq .left{
	width: 50%;
	float: left;
	height: 510px;
	background-position: center;
	background-repeat: no-repeat;
}

.caipin_xq .right{
	width: 50%;
	float: left;
	color: #aa6613;
	height: 510px;
}

.caipin_xq .right h1{
	font-size: 36px;
	color: #996633;
	height: 50px;
	line-height: 50px;
	margin-top: 90px;
}

.caipin_xq .right strong{
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	margin-top: 30px;
}

.caipin_xq .right font{
	font-size: 16px;
	display: block;
	width: 80%
}

.caipin_xq .right span{
	background-image: url(xingxing.png);
	background-position:  left center;
	height: 24px;
	display: block;
	width: 200px;
}

div.caipinon .left{
	animation:dh1 0.5s forwards;
	-webkit-animation:dh1 0.5s forwards; /* Safari and Chrome */
}

div.caipinon .right h1{
	animation:dh1 0.6s forwards;
	-webkit-animation:dh1 0.6s forwards; /* Safari and Chrome */
}
div.caipinon .right strong{
	animation:dh1 0.8s forwards;
	-webkit-animation:dh1 0.8s forwards; /* Safari and Chrome */
}
div.caipinon .right font{
	animation:dh1 0.7s forwards;
	-webkit-animation:dh1 0.7s forwards; /* Safari and Chrome */
}
div.caipinon .right span{
	animation:dh1 0.8s forwards;
	-webkit-animation:dh1 0.8s forwards; /* Safari and Chrome */
}

.caipin_xq .right span.star1{
	width: 40px;
}

.caipin_xq .right span.star2{
	width: 80px;
}
.caipin_xq .right span.star3{
	width: 120px;
}
.caipin_xq .right span.star4{
	width: 160px;
}
.caipin_xq .right span.star5{
	width: 200px;
}

@keyframes dh1
{
0%   {opacity: 0; transform: translateY(50px)}
100%  {opacity: 1; transform: translateY(0px)}
}

@-webkit-keyframes dh1 /* Safari and Chrome */
{
0%   {opacity: 0; transform: translateY(50px)}
100%  {opacity: 1; transform: translateY(0px)}
}

.caipin_list .swiper-container{
	height: 240px
}

.caipin_list .swiper-container-horizontal>.swiper-pagination{
	bottom: 0px;
}

.caipin_list .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #eccd9f
}

.caipin_list .swiper-pagination-bullet-active{
	background-color:#fec948
}

.caipin_list .swiper-button-next{
	right:20px
}

.caipin_list .swiper-button-prev{
	left:20px
}

.caipin_list .caipin{
	transition: all 0.2s;
}

.caipin_list .on{
	transform: scale(1.1,1.1);
}

.fanye{
	width: 1200px;
	margin: 0px auto;
	height: 60px;
	line-height: 60px;
	margin-top: 30px;
	font-size: 16px;
	border-top: 1px solid #eee1d1;
	border-bottom: 1px solid #eee1d1;
}

.fanye .pagesinfo{
	padding-left: 10px;
}

.fanye tr td {
	font-size: 14px;
}

.fanye tr td b{
	font-weight: normal
}

.showshop{
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 99
}

.showshop.animated{
	display: block
}

.showshop .showbox{
	width: 600px;
	height: 240px;
	border-radius:20px;
	border: 4px solid #ff9933;
	text-align: center;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff1d8+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,241,216,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,241,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,241,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff1d8',GradientType=0 ); /* IE6-9 */

	top: 50%;
	margin-top: -120px;
	left: 50%;
	margin-left: -300px;
}

.showshop .showbox h1{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #cc3333;
	margin-top: 45px;
}

.showshop .showbox h3{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-family: "Arial";
	display: block;
	font-weight: normal
}

.showshop .showbox font{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	display: block;
	margin-bottom: 10px;

}

.showshop .showbox a{
	display: block;
	width: 45px;
	text-decoration: none;
	transition: all 0.2s;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	margin: 0px auto;
	box-shadow: 0px 5px 30px rgba(122,52,0,0.4);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b862+0,da9d4d+100 */
background: rgb(248,184,98); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,184,98,1) 0%, rgba(218,157,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,184,98,1) 0%,rgba(218,157,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,184,98,1) 0%,rgba(218,157,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b862', endColorstr='#da9d4d',GradientType=0 ); /* IE6-9 */
}

.showshop .showbox a i{
	color: #fff;
	font-size: 26px;
}

.showshop .showbox .icon-guanbi{
	font-size: 40px;
	color: #dc312a;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 20px;
	transition: all 0.2s;
	display: block;
	transform: rotate(0deg);
}

.showshop .showbox .icon-guanbi:hover{
	transform: rotate(90deg);
}


.right_tools{
	position:fixed;
	right: 0px;
	top: 50%;
	height: 220px;
	width: 60px;
	transition: all 0.2s;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff623d+0,bb0c19+100 */
background: rgb(255,98,61); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,98,61,1) 0%, rgba(187,12,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,98,61,1) 0%,rgba(187,12,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,98,61,1) 0%,rgba(187,12,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff623d', endColorstr='#bb0c19',GradientType=1 ); /* IE6-9 */
	z-index: 99999;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px 0px;
	margin-top: -120px;
}

.right_tools .erweima{
	width: 160px;
	height: 200px;
	position: absolute;
	left: 70px;
	top: 30px;
	background: url(erweima.jpg) no-repeat top center
}

.right_tools a{
	display: block;
	width: 65px;
	height:55px;
	color: #fd7f54;
	text-align: center;
	line-height: 55px;
	font-size: 34px;
	transition: all 0.2s;
}

.right_tools a:hover{
	text-decoration: none;
	color: #fff;
}


.honnor{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.honnor h3{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

.honnor li{
	width: 500px;
	float: left;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #bebebe;
	margin-right: 50px;
}

.honnor li a{
	font-size: 14px;
	color: #666;
}

.honnor li i{
	color: #996633;
	margin-right: 5px;
}