<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{display:table;}
/*å…¬å…±æ&nbsp;·å¼åŒºåŸŸ*/
body,ol,table,tr,th,td,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea{
	margin:0;
	padding:0;
	font-family:"æ€æºå®‹ä½“",Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
	color: #42474b;
}

body,html{ 
	width:100%;
	height:100%;
}


html{
	overflow-x:hidden;
	box-sizing: 
	border-box; 
	min-height: 100%;
	}/*å…¨å±*/

body{
	/*min-height: 100%; */
	_overflow:hidden; 
	overflow-x:hidden; 
	overflow:visible;
	}/*å…¨å±*/


ul,li{
	margin:0;
	padding:0; 
	font-family:"æ€æºå®‹ä½“",Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
}

input,button,select,textarea{
	outline:none
}

p{
	margin:0;
	padding:0;
}
a img{
	border:none;
}

img{
	border:none;
}

li{
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#42474b;
}

input{
	border:0;
	vertical-align:middle;
}

table{
	border-collapse:collapse;
}


a:hover{
	cursor:pointer;
}

a,area {
	blr:expression(this.onFocus=this.blur());
	} /* for IE */

:focus {
	-moz-outline-style: none;
	} /* for Firefox */

a {
	outline:none;
	} /* for FF Chrome */

input,button,select,textarea {
	outline:none

}
textarea {
	resize:none
}

/* @font-face {
    font-family:myFont1;
    src: url(../fonts/hanyi.TTF);
} */




/*å…¶ä»–æ&nbsp;·å¼*/
.head-top{
	width: 100%;
	height: 28px;
	background: #d8d8d8;
}

.htop-con{
	width: 1200px;
	height: 28px;
	line-height: 28px;
	margin:0 auto;
}

.htop-con p{
	font-size: 12px;
	color: #333333;
	float: left;
}

.htop-right{
	display: table;
	float: right;
}

.htop-right li{
	float: left;
}

.htop-right li a{
	display: block;
	padding: 0 15px;
	color: #000;
}


.htop-right li a:hover{
	background: #440003;
	color: #f8f8f8;
}

.htop-right li.show a{
	background: #440003;
	color: #f8f8f8;
}

.header{
	width: 100%;
	display: table;
	background: #4e0000;
}

.header-con{
	width: 1200px;
	margin:0 auto;
	display: table;
	padding:26px 0;
}

.logo{
	float: left;
	margin: 5px 0;
}

.head-nav{
	display:table;
	float: right;
}

.head-nav li{
	float: left;
	text-align: center;
	line-height: 72px;
	margin: 0 20px;
}
.head-nav li a{
	color: #ffcc63;
}
.head-nav li a.mark{
	display: block;
	color: #ffcc63;
	width: 71px;
}

.head-nav li.nav-on a.mark{
	background: url(../images/nav-on.png);
}

.head-nav li:hover a.mark{
	background: url(../images/nav-on.png);
} 

.banner{
	width: 100%;
	display: table;
}

.banner img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.banner .hd{
	height:18px;
	overflow:hidden;
	position:absolute;
	right:50%;
	top:580px;
	/* bottom:5px; */
	z-index:1;
}

.banner .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}

.banner .hd ul li{
	float:left;
	margin-right:2px;
	font-size: 12px;
	width:18px;
	height:18px;
	line-height:17px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	/* list-style: none;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #fff;
	float: left;
	margin: 7px 3px; */

}

.banner .hd ul li.on{
	background:#250708;
	color:#fff;
}

.foorer-top{
	width: 100%;
	display: table;
	background: #4e0000;
}

.foot-nav{
	width: 100%;
	display: table;
	border-bottom: 1px solid #9b0000;
}

.nav-ul{
	display: table;
	margin:0 auto; 
	height: 42px;
	line-height: 42px;
}

.nav-ul li{
	float: left;
}

.nav-ul li a{
	color: #cbb16f;
	display: block;
	margin:0 35px;
}

.txt-list{
	width: 1200px;
	margin:0 auto;
	display: table;
	padding:10px 0;
}

.txt-list li{
	float: left;
	width: 26%;
}
.txt-list li:last-child{
	width:20%;
}
.txt-list li dl dt{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #f8f8f8;
	margin: 16px 0;
	letter-spacing: 2px;
}

.txt-list li dl dd{
	width: 100%;
	font-size: 12px;
	color: #f8f8f8;
	margin:10px 0;
	float: left;
	letter-spacing: 1px;
}
.txt-list li dl dt img{
	width:100px;
	padding-top: 18px;
}
.txt-list li:last-child dl dd{
	margin-top:0;
}
.txt-list li:last-child{
	text-align:center;
}
.foot-end{
	width: 100%;
	display: table;
	background: #1c1c1c;
	text-align: center;
}

.end-ul{
	display: table;
	margin:0 auto;
}

.end-ul li{
	float: left;
	font-size: 12px;
	margin:15px;
}

.end-ul li a{
	color: #e8ca7e;
}

.foot-end p{
	font-size: 12px;
	color: #e8ca7e;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.index-con1{
	width: 1200px;
	display: table;
	margin:80px auto;
}

.con1-left{
	width: 790px;
	float: left;
}

.qy-title{
	width: 100%;
	display: table;
	margin-bottom: 15px;
}

.qy-title h1{
	width: 100%;
	display: table;
	font-size: 18px;
	color: #710005;
	margin-bottom:10px;
}

.qy-title h1 a{
	float: right;
	font-size: 12px;
	color: #666;
}

.qy-title i{
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-top: 1px solid #a65f62;
	border-bottom: 1px solid #a65f62;
}


.slideBox{
	width:317px;
	height:223px;
	overflow:hidden;
	position:relative;
	float: left;
}

.slideBox .hd{
	height:18px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}

.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}

.slideBox .hd ul li{
	float:left;
	margin-right:2px;
	font-size: 12px;
	width:18px;
	height:18px;
	line-height:17px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}

.slideBox .hd ul li.on{
	background:#250708;
	color:#fff;
}


.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;
}

.slideBox .bd li{
	width:317px;
	height:223px;
	zoom:1;
	vertical-align:middle;
}

.slideBox .bd img{
	width: 100%;
	height: auto;
}

.slideBox .prev,
.slideBox .next{
	width:18px;
	height:46px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-23px;
	display:block; 
	background:url(../images/tab-left.png) no-repeat; 
}
.slideBox .next{ left:auto; right:0; background:url(../images/tab-right.png) no-repeat; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=50);opacity:0.5;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }



.qy-txt{
	width: 435px;
	float: right;
	margin-right: 15px;
	display: table;
}

.qy-txt li{
	width: 100%;
	display: table;
	margin-bottom: 15px;
}

.qy-txt li dl dt{
	width: 56px;
	height: 40px;
	float: left;
}

.qy-txt li dl dt h1{
	float: left;
	font-size: 16px;
	color: #222;
	text-align: right;
	text-align: center;
    letter-spacing: 1px;
}

.qy-txt li dl dt h1 p{
	font-size: 12px;
	color: #999;
}

.qy-txt li dl dt i{
	display: block;
	float: right;
	width: 1px;
	height: 30px;
	background: #d8d8d8;
	margin:5px 0;
}

.qy-txt li dl dd{
	width: 366px;
	float: right;
}

.qy-txt li dl dd h1{
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: #222;
	margin-bottom: 5px;
}

.qy-txt li dl dd p{
	font-size: 12px;
	color: #777;
	height: 20px;
	overflow: hidden;
}


.shop-show{
	width: 357px;
	float: right;
}

.shop-title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #710005;
	margin-bottom: 5px;
}

.shop-title h1{
	margin-left: 10px;
	color: #fff;
	float: left;
	font-size: 18px;
}

.shop-title a{
	float: right;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
}

#slideBox2{
	width: 357px;
	height: 234px;
}

#slideBox2 .bd li{
	width: 357px;
	height: 234px;
	position: relative;
}

#slideBox2 .bd li p{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: rgb(0,0,0,0.5);
	filter:alpha(opacity=50)progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);

}

.index-con2{
	width: 100%;
	height: 578px;
	background: url(../images/index-bg1.png) no-repeat top center ;
	margin:25px 0;
	background-size: 91% 105%;
}

.in2-center{
	width: 1200px;
	display: table;
	margin:0 auto;
	padding-top: 45px;
}

.in2-list{
	width: 387px;
	float: left;
	margin-right: 19px;
	background: rgb(255,255,255,0.5);
	filter:alpha(opacity=50)progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

.in2-title{
	width: 100%;
	display: table;
	text-align: center;
	margin:12px 0;
}

.in2-title h1{
	font-size: 18px;
	color: #710005;
}

.in2-title i{
	display: block;
	width: 140px;
	height: 2px;
	border-top: 1px solid #a65f62;
	border-bottom: 1px solid #a65f62;
	margin:5px auto;
}


#slideBox3{
	width: 387px;
	height: 305px;
}

#slideBox3 .bd li{
	width: 387px;
	height: 305px;
}

.in2-btn{
	display: block;
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
	color: #666;
	background: #fff;
	font-size: 12px;

}

.in2-btn:hover{
	color: #fff;
	background: #710005;	
}


#slideBox4{
	width: 387px;
	height: 305px;
}

#slideBox4 .bd li{
	width: 387px;
	height: 305px;
	background-color: #fff;
}

#slideBox4 .bd li i{
	display: block;
	float: left;
	width: 223px;
}

#slideBox4 .bd li h1{
	width: 126px;
	float: left;
	margin-left: 15px;
	font-size: 15px;
	color: #222;
}

#slideBox4 .bd li h1 p{
	font-size: 12px;
	color: #999;
	line-height: 25px;
}


#slideBox5{
	width: 387px;
	height: 305px;
}

#slideBox5 .bd li{
	width: 387px;
	height: 305px;
	position: relative;
}

#slideBox5 .bd li i{
	position: absolute;
	top: 50%;
	margin-top: -39px;
	margin-left: -39px;
	left:50%;
	display: block;
	width: 78px;
	height: 78px;
	cursor: pointer;
}

.index-con3{
	width: 1200px;
	display: table;
	margin:0 auto;
	margin-bottom: 60px;
}

.in-top{
	width: 295px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #710005;
	text-align: center;
	background: url(../images/title-bg.png) top center no-repeat;
	margin:30px auto;
	margin-top: 40px;
}

.pro-list{
	width: 100%;
	display: table;
}

.pro-list li{
	width: 400px;
	float: left;
}

.pro-list li dl dt{
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
}

.pro-list li dl dt img{
	width:100%;
	height: auto;
}

.pro-list li dl dd{
	position: relative;
	width: 150px;
	height: 180px;
	float: left;
	padding:10px 40px 10px 10px;
	color: #e3e3e3;
}

.pro-list li dl dd h1{
	font-size: 18px;
	color: #e3e3e3;
}

.pro-list li dl dd p{
	font-size: 12px;
	line-height: 25px;
	margin:10px 0;
	height: 124px;
	overflow: hidden;
}

.pro-list li dl dd a{
	font-size: 12px;
	color: #e3e3e3;
}

.pro-list li dl dd i{
	display: block;
	position: absolute;
	top: 50%;
	margin-top:-4px;
	left: -8px;
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

dd.prodd1{
	background: #a87137;
}

dd.prodd1 i{
    border-right: 8px solid #a87137;
}


dd.prodd2{
	background: #a83754;
}

dd.prodd2 i{
    border-right: 8px solid #a83754;
}

dd.prodd5{
	background: #3744a8;
}

dd.prodd5 i{
    border-right: 8px solid #3744a8;
}


.pro-list1 li dl dt{
	float: right;
}

.pro-list1 li dl dd{
	float: left
}

.pro-list1 li dl dd i{
	left: auto;
	right: -8px;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
}

dd.prodd3{
	background: #9137a8;
}

dd.prodd3 i{
	border-left: 8px solid #9137a8;
	right: -8px;
}

dd.prodd4{
	background: #37a88c;
}

dd.prodd4 i{
	border-left: 8px solid #37a88c;
    right: -8px;
}

dd.prodd6{
	background: #a85237;
}

dd.prodd6 i{
	border-left: 8px solid #a85237;
}

.yq-link{
	width: 100%;
	height: 459px;
	background: url(../images/yq-bg.png) top center;
	margin-top: 80px;
	padding-top:10px;
}

.yq-list{
	width: 1200px;
	display: table;
	margin:35px auto;
}

.yq-list li{
	width: 183px;
	height: 87px;
	float: left;
	text-align: center;
	margin:5px;
	-moz-box-shadow: 5px 0px 5px #DDD;
	box-shadow: 4px 6px 8px #DDD;
}

.yq-more{
	display: block;
	width: 62px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	border:1px solid #710005;
	color: #710005;
	text-align:center;
	margin:0 auto;
	font-size: 12px;
}

.ret-top{
	display: none;
	position: fixed;
	bottom:44%;
	right: 60px;
	width: 60px;
	text-align: center;
	color: #222;
	cursor: pointer;
}

.pro-area{
	width: 960px;
	margin:70px auto;
	margin-bottom: 80px;
}

.pro-pos{
	width: 100%;
	display: table;
	border-bottom: 1px solid #ebebeb;
	background: #fafafa;
}

.pro-pos-cen{
	width: 1200px;
	display: table;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
}

.pro-pos-cen li{
	float: left;
	color: #666;
	margin-right: 10px;
}

.pro-pos-cen li a{
	margin-right: 10px;
	color: #666;
}

.pro-big1 li{
	width: 480px;
	height: 240px;
}

.pro-big1 li dl dt{
	width: 240px;
	height: 240px;
}

.pro-big1 li dl dd{
	width: 180px;
	height: 200px;
	padding:20px 40px 20px 20px;
}

.pro-big1 li dl dd.prodd6{
	background: #a85237;
}

.pro-big1 li dl dd.prodd6 i{
    border-right: 8px solid #a85237;
    border-left: inherit;
}

.hot-pro{
	width: 1200px;
	margin:20px auto;
}

.hot-title{
	width: 100%;
	display: table;
	color: #4a0709;
	font-weight: bold;
	font-size: 18px;
}

.hot-title i{
	display: block;
	float: left;
	width: 4px;
	height: 15px;
	background: #4a0709;
	margin:4px 15px 0 0;
}

.hot-title a{
	float: right;
	font-size: 12px;
	color: #222;
}





.picScroll-left{
	width:1120px;
	margin:40px auto;
	overflow:hidden;
	position:relative;
}
.picScroll-left .hd{
	overflow:hidden;
	/*height:30px;*/
	background:#f4f4f4;
	padding:0 10px;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	position: absolute;
	top: 50%;
	margin-top:-23px;
	left:0;
	display:block;
	width:46px;
	height:46px;
	float:right;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/hot-left.png) no-repeat;
}

.picScroll-left .hd .next{
	left:auto;
	right: 0;
	background:url(../images/hot-right.png) no-repeat;
}

.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{
	opacity: 0.5;
}

.picScroll-left .hd .prevStop{
	opacity: 0.3;
}

.picScroll-left .hd .nextStop{
	opacity: 0.3;
}

.picScroll-left .bd .tempWrap{
	margin:0 auto;
}

.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1;
}

.picScroll-left .bd ul li{
	width: 180px;
	height: 255px;
	margin:0 5px;
	float:left;
	_display:inline;
	text-align:center;
}

.picScroll-left .bd ul li dl dt{
	width: 180px;
	height: 196px;
	border:1px solid #e2e2e2;
}

.picScroll-left .bd ul li dl dt img{
	width: 100%;
	height: auto;
}

.picScroll-left .bd ul li dl dd{
	width: 100%;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	margin:15px 0;
	text-align: center;
	color: #666;
}


.jz-list{
	width: 100%;
	display: table;
	margin-top: 40px;
}

.jz-list li{
	width: 580px;
	float: left;
	margin:10px;
}

.jz-list li dl dt{
	width: 174px;
	height: 168px;
	overflow: hidden;
	float: left;
}

.jz-list li dl dd{
	float: left;
	width: 366px;
	height: 128px;
	overflow: hidden;
	background: #f1f1f1;
	padding: 20px;
}

.jz-list li dl dd h1{
	font-size: 16px;
	color: #4e0000;
	margin-bottom: 10px;
}

.jz-list li dl dd p{
	font-size: 12px;
	color:#666;
	line-height: 25px;
	margin-bottom: 10px;
}

.jz-list li dl dd a{
	font-size: 12px;
	color:#666;
}

.page{
	display: table;
	margin:70px auto;
}

.page a{
	display:block;
	float: left;
	margin:0 3px;
	border:1px solid #cecece;
	padding: 4px 8px 2px 8px;
	color: #222;
}

.page a:hover{
	background: #6e0000;
	color: #fff;
	border:1px solid #6e0000;
}

.page a.prev,.page a.next{
	background: #d2d2d2;
	border:1px solid #bbb;
}

.page a.prev:hover,.page a.next:hover{
	background: #6e0000;
}

.xq-list{
	width: 100%;
	display: table;
	margin-top: 40px;
}

.xq-list li{
	width: 370px;
	margin:15px;
	float: left;
}

.xq-list li dl dt{
	width: 163px;
	height: 158px;
	border:1px solid #f1f1f1;
	float: left;
}

.xq-list li dl dd{
	width: 195px;
	height: 148px;
	float: left;
	padding:5px;
	background: #f1f1f1;
}

.xq-list li dl dd h1{
	color: #4e0000;
	font-size: 16px;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.xq-list li dl dd p{
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666;
	margin-top: 3px;
}

.xq-list li dl dd p b{
	font-weight: normal;
	height: 20px;
	display: block;
	float: left;
}

.xq-list li dl dd p span{
	color: #4e0000;
}

.xq-list li dl dd a{
	display: block;
	float: left;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.xq-left{
	float: left;
}

.xq-list1{
	display: table;
	width: auto;
}

.line-buy{
	display: block;
	margin:10px auto;
	color: #fff;
	font-size: 12px;
	width: 80px;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	background: #4e0000;
	text-align: center;
}

.xq-txt{
	width: 765px;
	float: right;
	margin:40px 15px 0 0;
}

.xq-txt p{
	text-indent: 2em;
	font-size: 12px;
	color: #222;
	line-height: 25px;
	margin:10px 0 20px 0;
}

.about-ul{
	width: 100%;
	display: table;
	margin-top: 30px;
}

.about-ul li{
	position: relative;
	width: 400px;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	font-size: 16px;
	color: #222;
	cursor: pointer;
}

.about-ul li i{
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -5px;
	display: none;
	width: 0;
	height: 0;
	border-bottom: 5px solid #710005;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

}

.about-ul li.ab-on{
	border-color: #710005;
	color: #710005;
}

.about-ul li.ab-on i{
	display: block;
}


.ab-con{
	width: 100%;
	display: table;
	margin:45px 0;
}

.ab-list{
	display: none;
	width: 100%;
}

.ab-bg{
	height: auto;
	background: #f1f1f1;
}

.ab-img{
	display: block;
	float: left;
	width: 313px;
	height: 430px;
}

.ab-txt{
	width: 545px;
	padding:10px;
	display: table;
}

.ab-txt p{
	font-size: 12px;
	color: #444444;
	line-height: 25px;
	float: left;
	margin-bottom:10px;
	margin-top: 2px;
}

.wh-ul li{
	width: 240px;
}

.wh-ul li.ab-on a{
	color: #710005;
}

.wh-list{
	width: 100%;
	display: table;
	margin:45px 0;
}

.wh-list li{
	width: 100%;
	display: table;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.wh-list li dl dt{
	width: 79px;
	height: 79px;
	float: left;
	text-align: center;
	background: url(../images/list-local.png) no-repeat;
	color: #fff;
}

.wh-list li dl dt h1{
	font-size: 28px;
	color: #fff;
	margin:7px 0 3px 0;
}

.wh-list li dl dd{
	width: 1070px;
	height: 69px;
	float: left;
	overflow: hidden;
	background: #f9f9f9;
	padding:5px 25px;
}

.wh-list li dl dd h1{
	color: #222;
	margin-bottom: 5px;
}

.wh-list li dl dd p{
	color: #666;
	font-size: 12px;
	line-height: 23px;
}

.wh-list li:hover dl dt{
	background: url(../images/list-on.png) no-repeat;
}

.wh-list li:hover dl dd{
	background:#f1f1f1;
}

.kh-ul li{
	width: 600px;
}

.kh-list{
	background: #fff;
}

.kh-tip{
	width: 1190px;
	height: 38px;
	line-height: 38px;
	color: #222;
	font-size: 16px;
	background: #fafafa;
	padding-left: 10px;
}

.kf-form{
	width: 560px;
	display: table;
	margin:0 auto;
}

.f-list{
	width: 100%;
	display: table;
	margin-bottom:15px;
	text-align: center;
}

.f-list span{
	width: 100%;
	float: left;
	text-align: left;
	color: #222;
}

.f-list span b{
	display: block;
	width: 10px;
	height: 20px;
	color: #4e0000;
	float: left;
}

.f-list input{
	border:1px solid #d1d1d1;
	width: 530px;
	height: 32px;
	line-height: 32px;
	background: #fafafa;
	margin:11px;
	padding:0 10px;
}

.f-list label{
	float: left;
	width: 100px;
	line-height: 32px;
	text-align: left;
}

.sex{
	width: auto !important;
	float: left;
	margin: 0 15px 0 8px !important;
}

.sm-txt{
	width: 530px;
	height: 120px;
	margin:11px;
	background: #fafafa;
	border:1px solid #d1d1d1;
	padding:10px;
}

.f-btn{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin:20px auto;
	background: #4e0000;
	border:0;
	border-radius: 5px;
	font-family: "æ€æºå®‹ä½“",Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

.sy-area{
	width: 100%;
	display: table;
	border:1px solid #d7d7d7;
}

.sy-img{
	display: block;
	float: left;
}

.sy-img img{
	display: table;
}

.sy-right{
	width: 614px;
	height: 414px;
	float: left;
}

.sy-txt{
	width: 360px;
	height: 290px;
	margin:62px auto;

}

.sy-txt h1{
	font-size: 30px;
	color: #710005;
	margin-bottom:40px;
	float: left;
}

.sy-txt p{
	font-size: 16px;
	color: #222;
	margin:15px 0;
	float: left;
	width: 100%;
	letter-spacing: 1px;
}

.sea-store{
	width: 100%;
	display: table;
	margin-top:56px;
	border:1px solid #d7d7d7;
	background-color: #fafafa;
}

.aea-map{
	width: 584px;
	height: 383px;
	float: left;
}

.sea-area{
	width: 480px;
	float: left;
	border-left:1px solid #d7d7d7;
	padding:0 50px;
	margin:30px 0;
}

.s-search{
	width: 100%;
	display: table;
	margin-bottom: 39px;
}

.s-search p{
	color: #222;
	float: left;
	line-height: 26px;
}

.s-search input{
	width: 332px;
	height: 26px;
	background: #ebebeb;
	padding:0 10px;
	border:0;
	float: left;
}

.s-search button{
	width: 45px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #620000;
	border:0;
	float: left;
	font-family: "æ€æºå®‹ä½“",Georgia, "Times New Roman", Times, serif;
}

.sea-txt{
	width: 100%;
	display: table;
}

.sea-txt p{
	float: left;
	width: 100%;
	color: #222;
	margin:12px 0;
	letter-spacing: 1px;
}

.city-table{
	width: 100%;
	display: table;
	margin-top: 25px;
}

.city-table h1{
	font-weight: bold;
	color: #4a0709;
	font-size: 18px;
	margin:15px 0;
}

.city-table h1 i{
	display: block;
	float: left;
	width: 4px;
	height: 16px;
	background: #4a0709;
	margin: 5px 15px 0 0;
}

.shop-list{
	width: 100%;
	display: table;
}


.shop-list tr th{
	background: #4e0000;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.shop-list tr{
	color: #222;
	text-align: center;
}

.dt-list{
	width: 100%;
	display: table;
}

.dt-list li{
	width: 288px;
	height: 330px;
	overflow: hidden;
	margin:0 12px 16px 0;
	float: left;

}

.dt-list li dl dt{
	width: 100%;
	height: 185px;
}

.dt-list li dl dd{
	position: relative;
	width: 100%;
	height: 145px;
	background: #ececec;
	padding:10px;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}

.dt-list li dl dd h1{
	color: #222;
	margin-bottom: 5px;
}

.dt-list li dl dd p{
	display: block;
	float: left;
	width: 100%;
	height: 85px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	margin-bottom: 5px;
}

.dt-list li dl dd a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #909090;
}

.dt-list li:hover dl dd{
	background: #e3e3e3;
}

.dt-list li:hover dl dd a{
	background: #710005;
}

.new-qx{
	display: table;
	margin-bottom: 40px;
}

.new-qx h1{
	width: 100%;
	font-size: 22px;
	color: #222;
	text-align: center;
	margin:35px 0;
	margin-top: 50px;
}

.new-qx h2{
	width: 100%;
	font-size: 16px;
	color: #4e0000;
	text-indent: 2rem;
	float: left;
	margin: 10px 0;
}

.new-qx p{
	width: 100%;
	color: #666;
	line-height: 25px;
	text-indent: 2rem;
	margin:13px 0;
	float: left;
}
</pre></body></html>