﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";
/*

*/
 
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 14px;
	color: #666666;
	font-family: 'Microsoft Yahei';
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none;
}
input, select, textarea {
	outline: none;
	border: none;
	background: #FFF;
}
textarea {
	resize: none;
}
/*清浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*公共部分*/
.fl {
	float: left;
} /*左浮动*/
.fr {
	float: right;
} /*右浮动*/
.c {
	clear: both;
} /*清浮动*/
.dn {
	display: none;
} /*不显示*/
/* ------------------------------------------index----------------------------------- */
body {
	background: url(../img/bg.jpg) left top repeat;
	word-wrap: break-word;
	word-break: break-all
}
/* 头部 */
.header {
	border-top: 5px solid #ad3907;
}
/* 顶部样式 */
.h_top_c {
	width: 100%;
	height: 33px;
	background-color: #2d2d2d;
}
.h_top, .h_mid {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
.h_top marquee {
	width: 430px;
	float: left;
	height: 33px;
	line-height: 33px;
	margin-left: 24px;
	color: #fff;
	background: url(../img/0013920_45.png) no-repeat left 10px;
}
.h_top span {
	position: absolute;
	top: 0;
	right: 12px;
	color: #fff;
	line-height: 33px;
	background: url(../img/toptel.gif) left center no-repeat;
	padding: 0 0 0 25px;
}
.logo {
	float: left;
	margin-top: 35px;
	padding-left: 12px;
}
.h_mid_c {
	background: url(../img/top.jpg) left top repeat-x;
	width: 100%;
	height: 94px;
	position: relative;
	z-index: 99;
}
.h_mid_c .mar {
	float: right;
	width: 257px;
	height: 33px;
	background: url(../img/seabg.png) left top no-repeat;
	padding: 21px 15px 0 15px;
	line-height: 33px;
	color: #e7cca4;
	font-size: 12px;
	display: inline;
	margin: 0 90px 0 0;
}
.index_sname {
	float: left;
	color: #e7cca4;
	line-height: 33px;
	padding-left: 10px;
}
.h_mid_c .mar marquee {
	float: left;
	width: 180px;
	color: #e7cca4;
	line-height: 33px;
}
/* 顶部样式 end*/

/* logo search */
/*

.search{
	float: right;
	width: 294px;
	margin-top: 30px;
}
.s_c{
	width: 320px;
	height: 33px;
	float: left;
	
	position: relative;
	z-index: 10;
}
.search_text{ background:#fff;
	width: 210px;
	height: 33px;
	line-height: 33px;
	
	text-indent: 6px;
	color:#39114e;
	float: left;
}
.drop_down{
	float: left;
	width: 100px;
	height: 33px;
	line-height: 33px;
	color:#7a7a7a;
	padding-left: 6px;
	background:url(../img/drop_down_icon_03.png) #fff  no-repeat 90% center; margin:0 0 0 3px;
	cursor: pointer;
}
.drop_down:hover{
	
}
.dd_list{
	width:101px;
	position: absolute;
	top: 33px;
	right: 4px;
	z-index: 9;
	background-color: #fff; border:1px solid #ddd; border-top:0;
}
.dd_list span{
	display: inline-block;
	width: 91px;
	padding-left: 10px;
	height: 33px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 33px;
	color:#7a7a7a;
	cursor: pointer;
}
.dd_list span:hover{
	color:#fff; background:#7a7a7a;
}
.current_dd_span{
	color:#fff!important;
	background-color: #220630;
}
.search_submit{
	width: 49px;
	height: 37px;
	float: left;
	background: url(../img/insexsearch.png) no-repeat left top;
	cursor: pointer; margin-left:-1px;
}
.search_submit:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}*/

.bigsearch {
	position: absolute;
	right: 28px;
	top: 24px;
	width: 52px;
	height: 30px;
	background: url(../img/insexsearch.png) center center no-repeat;
	z-index: 99;
}
.search {
	position: relative;
	float: right;
	z-index: 999;
	width: 210px;
	background: url(../img/seabg1.png) center bottom no-repeat;
	height: 26px;
	display: inline;
	margin: 30px 12px 0 30px;
	line-height: 26px;
	padding: 10px 0 0 11px;
	display: none;
}
div.selectbox-wrapper {
	border: #dcdcdc 1px solid;
	overflow: hidden;
	width: 66px;
	position: absolute;
	top: 26px;
	left: 3px;
	background: #fff;
	text-align: center;
	z-index: 10;
	border-top: 0;
}
div.selectbox-wrapper ul li.selected {
	background: #7a7a7a;
	color: #fff
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #7a7a7a
}
div.selectbox-wrapper ul li {
	float: left;
	display: inline-block;
	font-size: 12px;
	width: 66px;
	padding-left: 0px;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 26px;
	color: #7a7a7a;
	cursor: pointer;
}
.selectbox {
	float: left;
	font-size: 12px;
	width: 66px;
	height: 26px;
	line-height: 26px;
	color: #7a7a7a;
	padding-left: 6px;
	background: url(../img/drop_down_icon_03.png) #fff no-repeat 95% center;
	margin: 0 0 0 3px;
	cursor: pointer;
}
.text {
	font-size: 12px;
	border: 0;
	width: 97px;
	height: 26px;
	line-height: 26px;
	color: #7a7a7a;
	float: left;
}
.button {
	width: 30px;
	z-index: 9;
	position: relative;
	height: 26px;
	float: right;
	background: url(../img/se.gif) no-repeat center center;
	cursor: pointer;
	margin-left: -1px;
}
.select {
	float: left;
	position: relative;
	padding: 0 0 0 3px;
	font-family: 微软雅黑;
	width: 84px;
	height: 26px;
	line-height: 26px;
	color: #7a7a7a;
}
.select select {
	margin: 5px auto;
	width: 80px
}
/* logo search end*/

/* 头部 end*/

/* nav */
.nav_c {
	width: 100%;
	height: 48px;
	background: url(../img/navbg.gif) left top repeat-x;
}
.nav {
	width: 1004px;
	margin: 0 auto;
	height: 48px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 0;
}
.nav ul li {
	float: left;
	width: 111px;
	height: 48px;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
	z-index: 8;
}
.nav ul li:hover {
}
.nav ul li.on {
}
.nav ul li a {
	padding: 0 0 0 0;
	width: 111px;
	font-size: 14px;
	line-height: 48px;
	color: #fbdfb4;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nav ul li:first-child {
	border-left: 0;
}
.nav ul li:last-child {
	border-right: 0;
}
.nav ul li a:hover {
	text-decoration: underline;
}
.nav ul li a.on {
	text-decoration: underline;
}
.nav_dd {
	width: 101px;
	position: absolute;
	padding: 5px;
	top: 47px;
	left: 0;
	z-index: 7;
	background: #1d0906;
}
.nav ul li .nav_dd a {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
.nav ul li .nav_dd a:last-child {
	border-bottom: 0;
}
.nav ul li:last-child {
	background: none;
}
/* nav end*/

/* banner */
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.banner a {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
/* .banner img{
	display:block;
} */
/* banner end*/


/* main */
.main_c {
	width: 100%;
}
.main {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.main1 {
	width: 980px;
	margin: 0 auto;
}
.main2 {
	width: 988px;
	margin: 0 auto;
	overflow: hidden;
}
.inoimg {
	position: absolute;
	width: 254px;
	height: 147px;
	right: 0;
	top: -65px;
}
.prona {
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #818181;
	background: url(../img/topline.gif) center center no-repeat;
}
.prona font {
	color: #b08f72;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif
}
.prona font.fontf {
	background: url(../img/bg.jpg) left top repeat
}
.pronalv {
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #818181;
	background: url(../img/topline1.gif) center center no-repeat;
}
.pronalv font {
	color: #2a2a2a;
	font-size: 16px;
	background: #e4f2dd;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px;
}
.proname {
	margin: 0 auto;
	width: 220px;
	text-align: center;
	color: #672511;
	font-size: 22px;
	line-height: 1;
	padding: 30px 10px 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: Microsoft Yahei;
}
.prona1 {
	height: 22px;
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: center;
	position: relative;
	color: #eeded0;
}
.prona1 a {
	background: url(../img/more.png) center top no-repeat;
	color: #eeded0;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	width: 93px;
	height: 22px;
	line-height: 22px;
}
.prona1g {
	margin: 0px auto 0 auto;
	padding: 0;
	width: 980px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #c3d004;
}
.prona1g font {
	color: #c3d004;
	font-size: 14px;
	background: #e4f2dd;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 2px;
}
.prona1g font a {
	color: #fff;
	background: #a1ac00;
	font-size: 12px;
	padding: 0 2px;
}
.proname1 {
	margin: 0 auto;
	width: 220px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	padding: 0 10px 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: Microsoft Yahei;
}
.index_pro {
	width: 100%;
	padding-top: 15px;
	height: 375px;
}
.imore {
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
}
.imore a {
	display: inline-block;
	width: 194px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 黑体;
}
.imore1 {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}
.imore1 a {
	display: inline-block;
	width: 194px;
	height: 40px;
	border: 3px solid #8d8c91;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #8d8c91;
	font-size: 20px;
	font-family: 黑体;
}
.pro-ul {
	width: 980px;
	margin: 0 auto;
	height: 250px;
	padding: 0 0 0 0;
}
.protopul {
	float: left;
	width: 980px;
}
.protopul li {
	float: left;
	width: 220px;
	display: inline;
	margin: 38px 2px 0 18px;
	webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.protopul li a {
	float: left;
	width: 220px;
	position: relative;
}
.protopul li:hover {
	z-index: 2;
	-webkit-transform: scale(1.1) translateY(5px);
	-moz-transform: scale(1.1) translateY(5px);
	-ms-transform: scale(1.1) translateY(5px);
	transform: scale(1.1) translateY(-5px);
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.protopul li a span {
	display: block;
	width: 220px;
	font-size: 14px;
	line-height: 28px;
	padding: 5px 0 0 0;
	color: #404040;
	text-align: center;
	height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.protopul li a img {
	border: 2px solid #ebebeb;
	width: 216px;
	height: 161px;
	overflow: hidden;
}
.protopul li a:hover span {
	display: block;
}
.protopul li:hover img {
	opacity: 0.9;
}
.inewsleft {
	float: left;
	width: 668px;
	height: 300px;
	padding: 0 0 0 0;
	display: inline;
	margin: 37px 0 0 0;
}
.indexpei {
	width: 100%;
	height: 358px;
	background: url(../img/zzbg.png) center top no-repeat;
}
.index_qa {
	float: left;
	width: 366px;
	padding: 0 0 0 35px
}
.nameff {
	float: left;
	width: 336px;
	padding: 72px 0 0 0;
	border-bottom: 1px solid #d4bba5
}
.nameff p {
	float: left;
	padding: 0 0 5px 0;
	background: url(../img/tl.gif) left 5px no-repeat;
}
.nameff p span {
	float: left;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #672511;
	position: relative;
	z-index: 10;
	padding: 0 0 0 10px;
}
.nameff p label {
	float: left;
	color: #b08f72;
	padding: 8px 0 0 2px;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.nameff a {
	float: right;
	color: #672511;
	font-size: 12px;
	padding: 6px 0 0 0;
	transition: 0.5s;
}
.nameff a:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.index_supp {
	float: left;
	width: 306px;
	position: relative;
}
.nameff1 {
	float: left;
	width: 306px;
	padding: 72px 0 0 0;
	border-bottom: 1px solid #d4bba5
}
.nameff1 p {
	float: left;
	padding: 0 0 5px 0;
	background: url(../img/tl.gif) left 5px no-repeat;
}
.nameff1 p span {
	float: left;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #672511;
	position: relative;
	z-index: 10;
	padding: 0 0 0 10px;
}
.nameff1 p label {
	float: left;
	color: #b08f72;
	padding: 8px 0 0 2px;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.nameff1 a {
	float: right;
	color: #672511;
	font-size: 12px;
	padding: 6px 0 0 0;
	transition: 0.5s;
}
.nameff1 a:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.nameff2 {
	float: left;
	width: 266px;
	padding: 72px 0 0 0;
	border-bottom: 1px solid #d4bba5
}
.nameff2 p {
	float: left;
	padding: 0 0 5px 0;
	background: url(../img/tl.gif) left 5px no-repeat;
}
.nameff2 p span {
	float: left;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #672511;
	position: relative;
	z-index: 10;
	padding: 0 0 0 10px;
}
.nameff2 p label {
	float: left;
	color: #b08f72;
	padding: 8px 0 0 2px;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.suppcontent {
	float: right;
	width: 170px;
	background: url(../img/ableft.jpg) left bottom no-repeat;
	line-height: 22px;
	height: 132px;
	position: relative;
	padding: 28px 0 0 130px;
	color: #672511;
	font-size: 12px;
	overflow: hidden;
}
.index_yang {
	width: 100%;
	height: 375px;
	padding: 40px 0 0 0;
	background: url(../img/bg1.gif) center top repeat-x;
}
.view-port {
	overflow: hidden;
	position: relative;
	width: 980px;
}
.profra {
	width: 980px;
	margin: 0 auto;
	height: 220px;
}
.slider-container {
	position: relative;
	height: 180px;
}
.profra li {
	position: absolute;
	width: 980px;
	left: 0;
	display: inline;
}
.bullet-pagination {
	width: 100%;
	text-align: center;
}
.bullet {
	display: inline-block;
	width: 11px;
	background: #6d3128;
	height: 11px;
	border-radius: 50%;
	margin-right: 11px;
}
.bullet.active {
	background: #896548;
}
.profra li .limg {
	float: left;
	width: 270px;
	height: 150px;
	display: inline;
	margin: 30px 50px 0 20px;
}
.profra li .limg:hover {
	opacity: 0.9;
}
.profra li .limg:last-child {
	margin-right: 0;
}
.profra li .limg a.img {
	cursor: pointer;
	color: #ffd6c9;
	float: left;
	width: 270px;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.profra li .limg a.wor {
	color: #b4827b;
	float: left;
	width: 270px;
	height: 60px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
.ihonor_ul {
	float: left;
	width: 366px;
}
.ihonor_ul li {
	float: left;
	width: 160px;
	padding: 19px 17px 0 0;
}
.ihonor_ul li img {
	float: left;
	width: 156px;
	border: 2px solid #ebebeb;
}
.ihonor_ul li:hover img {
	opacity: 0.9;
}
.ihonor_ul li span {
	float: left;
	width: 160px;
	text-align: center;
	color: #672511;
	font-size: 14px;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index_contact {
	float: right;
	width: 266px;
}
.ic_tel {
	float: left;
	display: inline;
	margin: 20px 0 0 0;
	line-height: 45px;
	color: #672511;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/tel.png) left center no-repeat;
	padding: 0 0 0 55px;
	height: 45px;
	width: 206px;
}
.ic_con {
	float: right;
	width: 210px;
}
.ic_p {
	float: left;
	width: 210px;
	font-size: 12px;
	color: #593c33;
	line-height: 25px;
}
.ic_p label {
	float: left;
	width: 40px;
}
.ic_p span {
	float: left;
	width: 170px;
}
/*产品分类*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 0
}
#example {
	width: 900px;
	height: 220px;
	position: relative;
	z-index: 0
}
#slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 220px
}
#slides .slide {
	height: 220px;
	width: 900px;
	position: relative;
	z-index: 0;
	word-break: break-all;
	word-wrap: break-word
}
#slides .next, #slides .prev {
	position: absolute;
	z-index: 0;
	top: 80px;
	left: -40px;
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/casel.png) no-repeat;
}
#slides .next {
	z-index: 0;
	position: absolute;
	left: 910px;
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/caser.png) no-repeat;
}
.slides_container {
	z-index: 0;
	width: 900px;
	height: 220px;
	overflow: hidden;
	position: relative
}
.pagination {
	display: none
}
.pagination li {
	display: none
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: none;
	background-position: 0 0;
	float: left;
	overflow: hidden
}
.pagination li.current a {
	background-position: 0 -12px
}
#slides .link {
	display: block;
	margin-top: 10px;
	font-weight: 800
}
.product-ul {
	float: left;
	width: 100%
}
.product-ul li {
	float: left;
	width: 167px;
	display: inline;
	margin: 0px 29px;
	position: relative;
	overflow: hidden;
}
.product-ul li img {
	float: left;
	width: 159px;
	height: 159px;
	border-radius: 50%;
	padding: 4px;
	background: url(../img/leibg.png) left top no-repeat;
}
.product-ul li p.wor {
	float: left;
	width: 167px;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 0 0 0px;
	text-align: center;
	color: #672511;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-ul li img:hover {
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}
/* foot*/
.footclear {
	width: 100%;
	clear: both;
	margin: 0 0 0px 0;
	height: 0px;
	font-size: 0;
	overflow: hidden;
}
.foot {
	width: 100%;
	min-width: 1004px;
	color: #fff;
	overflow: hidden;
	background: url(../img/boobg.png) center top no-repeat;
	padding: 60px 0 0px 0;
	height: 87px;
	margin-top: -30px;
}
.fmain {
	width: 980px;
	margin: 0 auto;
}
.bootTxt {
	color: #fff;
	margin: 0 auto;
	width: 980px;
	padding-top: 10px;
	line-height: 30px;
}
.booleft {
	float: left;
	width: 660px;
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 0px;
	text-align: left;
	line-height: 40px;
}
.foot a {
	color: #fff;
}
.booleft a {
	color: #fff;
}
.share {
	float: right;
	width: 140px;
	padding: 5px 0 0 0px;
}
/* 友情链接 */
.linkleft a {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.linkleft {
	float: left;
	width: 810px;
	font-size: 12px;
}
.linkleft span {
	color: #fff;
}
.site {
	float: left;
	width: 135px;
	margin-top: 10px;
	font-size: 12px;
	background: url(../img/site.png) left center no-repeat;
	padding-left: 35px;
	line-height: 26px;
}
.site a {
	color: #fff;
}
/* 友情链接 end*/

/* common */
.common {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
.common_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2 {
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color: #632781;
	text-align: center;
}
.common_title a {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color: #f1a4f0;
	background-color: #632781;
}
.common_title a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/* common */




/*---------右边悬浮------------------------------*/
.side_nav {
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
}
.side_nav ul li {
	position: relative;
	width: 60px;
	height: 60px;
	float: right;
	margin-bottom: 1px;/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a {
	display: inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;/* 	border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
	border-bottom: 0;
} */
.current_side_n {
	width: 140px!important;
}
.current_side_n a {
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span {
	/*  	display:block; */
	float: left;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	margin-left: 60px;
	cursor: pointer;
}
.side_nav_3 a {
	width: 60px;
}
.side_nav_3 a span {
	height: 128px;
	position: absolute;
	right: 60px;
	bottom: 0px;
	margin-left: 0!important;
	display: none;
}
.tel a {
	background: #b33f07 url(../img/0013920_47.png) no-repeat 15px 15px;
}
.QQ a {
	background: #b33f07 url(../img/0013920_47.png) no-repeat 15px -96px;
}
.sub_QR a {
	background: #b33f07 url(../img/0013920_47.png) no-repeat 15px -207px;
}
.back_top a {
	background: #b33f07 url(../img/0013920_47.png) no-repeat 15px -317px;
}
/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */
.sub_content {
	background: #7f2002;
	width: 225px;
}
.sub_youhui {
	width: 225px;
	margin-top: 20px;
	padding: 0 0 10px 0;
	background: #541400;
}
.sub_common {
	margin-bottom: 20px;
}
.sub_common_padding {
	width: 203px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #fff;
	color: #390f4e;
}
.sub_common_padding a {
	color: #390f4e;
}
.sub_common_title {
	width: 100%;
	height: 40px;
	padding-top: 9px;
	line-height: 40px;
}
.sub_common_title h2 {
	font-family: microsoft yahei;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.content_com_title {
	background: url(../img/fy_rrtline.gif) left bottom repeat-x;
	position: relative;
	height: 45px;
	margin-bottom: 15px;
}
.content_com_title h2 {
	display: inline-block;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 22px;
	font-weight: normal;
	color: #1e0906;
	text-align: left;
}
.bread {
	font-size: 12px;
	color: #591b09;
	position: absolute;
	top: 18px;
	right: 9px;
}
.bread a {
	display: inline-block;
	color: #591b09;/* 	height: 26px;
line-height: 26px; */
}
/* 左侧 */
.sp_left {
	width: 225px;
	float: left;
	margin-top: 30px;
}
.fy_ltname {
	display: block;
	text-indent: 10px;
	color: #fff;
	padding: 20px 0 0 0;
}
.fyltel {
	display: block;
	font-family: Georgia;
	color: #fff;
	font-size: 20px;
	text-indent: 10px;
	padding: 0 0 5px 0;
}
/* left_nav */
.sub_nav_list {
	overflow: hidden;
}
.sub_nav_list ul li {
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a {
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border: 1px solid #7e5195;
}
.sub_nav_list ul li a:hover {
	background-color: #cd9ae6;
	border: 1px solid #cd9ae6;
}
.current_snl a {
	color: #d6bae4!important;
	border: 1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 优惠模块 */
.syl_pic img {
	width: 240px;
	height: 138px;
}
.syl_list ul li {
	width: 98%;
	padding: 0 1%;
	height: 33px;
	line-height: 33px;
}
.syl_list ul li a {
	font-size: 12px;
	color: #646464;
	background: url(../img/fyjian1.gif) 174px center no-repeat;
	border-bottom: 1px solid #cfcfcf;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 30px 0 5px;
}
.syl_list ul li a:hover {
	background: url(../img/fyjian.png) #541400 174px center no-repeat;
	border-bottom: 1px solid #cfcfcf;
	color: #fff;
}
/* 优惠模块 end*/

/* 左侧联系我们 */
.sub_content_list {
	background: none;
	color: #fff;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 20px;
}
/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content {
	width: 758px;
	float: right;
	margin-top: 20px;
}
.content {
	min-height: 672px;
	line-height: 28px;
 _height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
/* ------------------------------------------subpage end------------------------------------- */


/*---------------banner-----------------*/
.banner1 {
	width: 100%;
	height: 317px;
	position: relative;
	overflow: hidden;
	border-bottom: 6px solid #4f1707;
}
.banner-box1 {
	width: 1600px;
	height: 317px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0;
}
.banner1 img {
	display: block;
	margin: 0 auto;
}
.btns {
	width: 1160px;
	position: absolute;
	height: 100px;
	left: 50%;
	top: 145px;
	margin-left: -580px;
	display: none;
}
.btns .prev, .btns .next {
	width: 54px;
	height: 100px;
	float: left;
	background: url(../img/leftbtn.png) 0 0 no-repeat;
}
.btns .next {
	background: url(../img/rightbtn.png) 0 0 no-repeat;
	float: right;
}
.banner1 .num {
	overflow: hidden;
	width: 100%;
	background: url(../img/bannerbg.png) left top repeat;
	height: 17px;
	padding: 9px 0;
	position: absolute;
	bottom: 22px;
	left: 0%;
	zoom: 1;
	z-index: 3;
	text-align: center;
}
.banner1 .num li {
	width: 32px;
	height: 5px;
	background: #912f02;
	margin-right: 6px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	overflow: hidden;
	font-size: 0;
}
.banner1 .num li.on {
	background: #fd6716;
}
.banner {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
	border-bottom: 6px solid #4f1707;
}
.banner-box {
	width: 1600px;
	height: 427px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0;
}
.banner img {
	display: block;
	margin: 0 auto;
}
.btns {
	width: 1160px;
	position: absolute;
	height: 100px;
	left: 50%;
	top: 145px;
	margin-left: -580px;
	display: none;
}
.btns .prev, .btns .next {
	width: 54px;
	height: 100px;
	float: left;
	background: url(../img/leftbtn.png) 0 0 no-repeat;
}
.btns .next {
	background: url(../img/rightbtn.png) 0 0 no-repeat;
	float: right;
}
.banner .num {
	overflow: hidden;
	width: 100%;
	background: url(../img/bannerbg.png) left top repeat;
	height: 17px;
	padding: 9px 0;
	position: absolute;
	bottom: 22px;
	left: 0%;
	zoom: 1;
	z-index: 3;
	text-align: center;
}
.banner .num li {
	width: 32px;
	height: 5px;
	background: #912f02;
	margin-right: 6px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	overflow: hidden;
	font-size: 0;
}
.banner .num li.on {
	background: #fd6716;
}
/*LXB reset*/
#LXB_CONTAINER.lxb-container {
font-size:.2rem !important;
}
#LXB_CONTAINER input.lxb-cb-input {
	font-size: 0.2rem !important;
}
#LXB_CONTAINER.lxb-container-mobile-5 .lxb-cb-input-btn {
	font-size: 0.2rem !important;
}
#LXB_CONTAINER.lxb-container-mobile-5 .lxb-cb-input-tip-content {
 font-size:.2rem !important;
 line-height:.3rem !important;
}
#LXB_CONTAINER .lxb-cb-input-tip b {
 font-size:.2rem !important;
}
#LXB_CONTAINER .lxb-cb-input-tip, #LXB_CONTAINER .lxb-cb-input-feedback {
 font-size:.2rem !important;
 line-height:.3rem !important;
}
#LXB_CONTAINER.lxb-container-mobile-3 .lxb-cb-input-tip-content, #LXB_CONTAINER.lxb-container-mobile-4 .lxb-cb-input-tip-content {
 font-size: .2rem !important;
 line-height: .3rem !important;
}
#LXB_CONTAINER.lxb-container-mobile-3 .lxb-cb-input-btn, #LXB_CONTAINER.lxb-container-mobile-4 .lxb-cb-input-btn {
 font-size: .16rem !important;
}
#LXB_CONTAINER.lxb-container-mobile-3 .lxb-cb-latest-call, #LXB_CONTAINER.lxb-container-mobile-4 .lxb-cb-latest-call {
 font-size:.2rem !important;
}
