@charset "utf-8";
/* CSS Document */

/*预格式化*/
body, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, input, p, form, label, blockquote{
	margin: 0px;
	padding:0px;
}
ul,li {list-style-type:none;}

body {
	font-size:14px;
	font-family:"Microsoft YaHei" ;
	color:#CCC;
}
h1, h2, h3, h4, h5, h6, input, textarea{
	font-family:"Microsoft YaHei" ;
}
input,textarea,select,textarea{
	outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="date"],
button,
select,
textarea{
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance:none; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance:none;
}
img {
	border:none;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #f7b500;
}
a:active {
	color: #f7b500;
}
/* clearfix */
.clear {clear:both}

/* new clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*Blank & ClearFix*/
.blank10,.blank20,.blank30,.blank50{
	overflow:hidden;
	line-height:1px;
	font-size:0;
	clear:both;
}
.blank10{
	height:10px;
}
.blank20{
	height:20px;
}
.blank30{
	height:30px;
}
.blank50{
	height:50px;
}

.pt40{
	padding-top:40px;
}
.pb100{
	padding-bottom:100px;
}
.pb40{
	padding-bottom:40px;
}
/*font*/
.fontred {
	color:#F00;
}
.fontblue{
	color:#0055aa;
}

.wrap,
.container{
	width: 1100px;
	margin: 0 auto;
}
.topblank{
	height:156px;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
/*头部*/
.topbar{
	background:#2a2a2a;
	height:80px;
	padding: 10px 0;
	color: #FFF;
}
.topbar .logo{
	width: 250px;
	float: left;
}
.topbar .tel400{
	width: 340px;
	float: right;
	font-size: 25px;
	padding:20px 0 0 20px;
}
.topbar .tel400 h3{
	font-size: 20px;
}
.topbar .tel400 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding-top:2px;
}
.topbar .shop_num{
	width: 200px;
	float: left;
	text-align: center;
}
.topbar .shop_num h3{
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}
.topbar .shop_num .num {
	padding-top: 6px;
}
.topbar .shop_num .num span{
	display: inline-block;
	background: #323232;
	border-radius: 5px;
	font-size: 24px;
	padding: 2px 8px 2px 12px;
	letter-spacing: 5px;
	border: #000 1px solid;
	color: #f43147;
	font-weight: bold;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.topbar .search {
	float: right;
	padding-top: 30px;
	font-size: 16px;
}
.topbar .search input,
.topbar .search label{
	vertical-align: middle;
}
.topbar .search .info{
	width: 16px;
	height: 16px;
}
.topbar .search label{
	padding-right: 8px;
}
.topbar .search .key{
	width: 120px;
	height: 28px;
	line-height: 1.5em;
	padding: 0 10px;
	border: #000 1px solid;
	border-radius: 5px;
	background: #FFF;
}
.topbar .search .go{
	cursor: pointer;
	width: 40px;
	height: 30px;
	border: #000 1px solid;
	border-radius: 5px;
	background: url(../images/search.png) no-repeat center 4px #FFF;
}
.topbar .search .go:hover{
	background-position: center -56px;
}


/*导航*/

.navbar{
	background:#444;
}
.nav {
	text-align: center;
	font-size: 0;  
	/*去除子元素display: inline-block;的左右空白间隙问题*/
}
.nav li{
	/*display: inline-block;*/
	width: 157px;
	padding: 0;
	margin: 0;
	font-size:16px;
	float: left;
	position: relative;
}

.nav li:hover,
.nav li.active{
	background: url(../images/navline.png) repeat-x left bottom #e7273c;
}
.nav li a{
	color: #FFF;
	display: block;
	line-height: 20px;
	/*padding:18px 48px;*/
	padding:18px 0;
}
.nav li:last-child a{
	/*padding:18px 46px;*/
}
.nav li blockquote{
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	background: rgba(231,39,60,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8e7273c,endColorstr=#C8e7273c);
	z-index: 999;
	border-bottom-right-radius: 20px;
}
.nav li blockquote a,
.nav li:last-child blockquote a{
	display: block;
	line-height: 16px;
	padding:0;
}
.nav li blockquote span{
	border-bottom: rgba(255,255,255,0.7) 1px dashed;
	display: inline-block;
	padding:20px 0;
}
.nav li blockquote a:last-child span{
	border: none;
}
.nav li blockquote a:hover span:before{
	content: "["
}
.nav li blockquote a:hover span:after{
	content: "]"
}

.bottom{
	/*padding-bottom:120px;*/
	padding-bottom:100px;
	background: #444;
	width: 100%;
	min-width: 1100px;
}
.bottom .bottomnav .qr{
	width: 86px;
	float: left;
	padding-right: 20px;
	border-right: #FFF 1px solid;
}
.bottom .bottomnav .qr img{
	width: 86px;
	height: 86px;
}
.bottom .bottomnav .navbox{
	width: 700px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}
.bottom .bottomnav .navlist a{
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: #CCC 1px solid;
	line-height: 18px;
	margin-bottom: 10px;
}
.bottom .bottomnav .navlist a:last-child{
	border: none;
}
.bottom .bottomnav .address{
	padding-top: 5px;
}
.bottom .bottomnav .tel400{
	width: 250px;
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	text-align: right;
}
.bottom .bottomnav .tel400 i{
	padding-right: 10px;
}
.bottom .cert{
	padding:20px 0 0;
	text-align: center;
}
.bottom .cert a{
	display: inline-block;
	padding: 0 15px;
}

.gbook{
	background: rgba(68, 29, 32, 0.8);;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8c81e1e,endColorstr=#C8c81e1e);
	height: 100px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 888;
}
.gbcon {
	position: relative;
}
.gbcon .close{
	position: absolute;
	right: -40px;
	top: 0px;
	font-size: 24px;
}


.gbook .gbicon{
	width: 160px;
	float: left;
	color: #ffde00;
	padding-top: 8px;
}
.gbook .gbicon h4{
	font-size: 20px;
	text-align: center;
}
.gbook .gbicon span{
	display: block;
	text-align: center;
	font-size: 26px;
	padding-top: 4px;
}
.gbook .gbicon span i{
	padding-right:12px;
}
.gbook .formbox{
	width: 740px;
	float: left;
}
.gbook .gbbox{
	width: 900px;
	float: left;
	margin-top: 6px;
	border: #FFF 1px dashed;
	border-radius: 5px;
	height: 87px;
}

.gbook .p1{
	width: 250px;
	padding-left: 20px;
	float: left;
}
.gbook .p3{
	width: 160px;
	padding-left: 20px;
	float: left;
	padding-top: 5px;
}
.gbook .tips{
	clear: both;
	color: #FFF;
	text-align: center;
	padding-bottom: 4px;
}
.gbook .item{
	color: #FFF;
	padding: 5px 0;
}
.gbook .item .sel{
	width: 150px;
	height: 22px;
	border: none;
	border-radius: 4px;
	background: #FFF;
}
.gbook .item .ipt{
	padding:0 5px;
	width: 140px;
	height: 22px;
	border: none;
	border-radius: 4px;
}
.gbook .item label{
	padding-right: 5px;
	vertical-align: middle;
}
.gbook .item .info{
	height: 26px;
	width:150px;
	padding: 0 5px;
	background: #FFF;
	border-radius: 3px;
	border: #c72d2e 1px solid;
	outline: none;
	vertical-align: middle;
}

.gbook .go{
	height: 50px;
	width:160px;
	background: #ffb500;
	border-radius: 3px;
	color: #b01e1f;
	outline: none;
	border: none;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.gbook .go:hover{
	background: #f79700;
	color: #FFF;
}
.gbook .fbbox{
	width: 180px;
	float: right;
	margin-top: 6px;
	border: #FFF 1px dashed;
	border-radius: 5px;
	height: 67px;
	text-align: center;
	padding-top: 20px;
}
.gbook .fbbox a{
	background: #ffb500;
	border-radius: 3px;
	color: #b01e1f;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
}
.gbook .fbbox a:hover{
	background: #f79700;
	color: #FFF;
}

.gb_lit{
	background: rgba(200,30,30,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8c81e1e,endColorstr=#C8c81e1e);
	height: 50px;
	line-height: 25px;
	padding: 5px 10px;
	position: fixed;
	right: 0;
	bottom: 90px;
	width: 125px;
	z-index: 888;
	font-size: 16px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	display: none;
}
.gb_lit a{
	display: block;
}



.page{
	text-align: center;
	padding: 10px;
}
.page a{
	padding: 5px 12px;
	display: inline-block;
	border: #CCC 1px solid;
	border-radius: 3px;
	color: #333;
}
.page a:hover,
.page a.act{
	color: #FFF;
	background: #bd181f;
}