@charset "utf-8";
html{
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;list-style: none;}
body{font: 14px/1.5 tahoma, arial, Microsoft Yahei, sans-serif;}
img{height:auto;border:0;-ms-interpolation-mode:bicubic; /* Internet Explorer 7.0+ 画面失真呈锯齿状 */ image-rendering:optimizeQuality;/* Firefox 3.6+ */vertical-align: middle;}
/*link*/
a{text-decoration:nonecursor:pointer}
a:focus{outline:0;}
a:hover,a:active{outline:0;}
a:hover{text-decoration:none;}
a,button,select{
    cursor:pointer;
}
body{width: 100%;}
table{border-collapse:collapse;border-spacing:0;}
th {text-align: inherit;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {font: 14px/1.5 "黑体","tahoma, arial, Microsoft Yahei, sans-serif;"}
/*去掉A标签点击之后虚线边框*/
body a {outline: none;blr:expression(this.onFocus=this.blur())\9;text-decoration: none;}
input, select, textarea {font-size: 100%;}
textarea {resize: none;outline: none;}
/* 去除默认边框 */
fieldset, img {
	border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}
.border-5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/* 清理浮动 */
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear {
	zoom: 1; /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
.fn-hide {
	display: none;
}
.fn-show {
	display: block;
}

.wrapper{
	width: 1170px;
	margin: 0 auto;
}
body{
	min-width: 1170px;
}
/*header*/
.header{
	position: relative;
	z-index: 3;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.head-top{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	color: #999999;
	position: relative;
}
.head-top a{
	color: #999;
}
.opening-time{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;;
	border-radius: 28px;
	background: #fecd05;
	color: #000;
	margin: 6px 40px 0 0;
	float: left;
}
.hore-image{
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../img/Home/horn.png) no-repeat;
	margin: 0 5px -3px 0;
}
.head-top-link,.head-language{
	float: right;
}
.head-language{
	margin-right: 40px;
}
.shop-link{
	display: inline-block;
	float: right;
}
.shop-link .shop-img{
	width: 22px;
	position: absolute;
	right: 0;
	top: 10px;
}
.weather{
	float: left;
}
.head-logo-img{
	margin-bottom: 35px;
	width: 130px;
}
.head-top-link{
	margin-right: 20px;
}
.head-top-link a{
	text-decoration: underline;
	margin-right: 5px;
}
.head-top .head-top-active{
	color: #000;
}
.head-main{
	padding-top: 24px;
	width: 1170px;
	position: relative;
}
.head-nav{
	position: relative;
	position: absolute;
	bottom: 0;
	right: 0;
}
.head-nav-item{
	position: relative;
	width: 109px;
	padding: 0 10px 20px 10px;
	text-align: center;
	float: left;
}
.two-nav-outer{
	display: none;
	position: absolute;
	left:0;
	top: 103px;
	font-size: 16px;
	width: 129px;
}
.two-nav{
	display: inline-block;
	border: 1px solid #feaf05;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 18px;
}
.two-nav-icon{
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url(../../img/Home/icon.png)no-repeat;
	background-position: -113px -450px;
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -12px;
}
.two-nav-link{
	display: inline-block;
	width: 100%;
	color: #595757;
	padding: 10px 0;
	line-height: 20px;
}
.two-nav .two-nav-link:first-of-type{
	/*margin-top: 10px;*/
	border-radius: 10px 10px 0 0;
}
.two-nav .two-nav-link:last-of-type{
	/*margin-bottom: 10px;*/
	border-radius: 0 0 10px 10px;
}
.two-nav-link:hover{
	background: #feaf05;
	color: #fff;
}
.head-nav-item.head-nav-active{
	/*background: url(../../img/Home/nav_active_bottom.png) no-repeat bottom center;*/
}
.nav-active-image{
	position: absolute;
	width: 110px;
	bottom: 0;
	left: 10px;
}
.head-nav-item.head-nav-active .head-nav-text{
	color: #fecd05;
}
.head-nav-item .head-nav-text{
	color: #000;
}
.head-nav-icon{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../../img/Home/nav.png) no-repeat;
	margin-top: 8px;
}
.head-nav-icon-02{
	background-position: 0 -60px;
}
.head-nav-icon-03{
	background-position: 0 -120px;
}
.head-nav-icon-04{
	background-position: 0 -180px;
}
.head-nav-icon-05{
	background-position: 0 -240px;
}
.head-nav-icon-06{
	background-position: 0 -300px;
}
.head-nav-icon-07{
	background-position: 0 -360px;
}
.nav-level{
	width: 100%;
	height: 20px;
	padding: 16px 0;
	line-height: 18px;
	background: #000;
	background: rgba(0,0,0,0.7);
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -52px;
	display: none;
}
.nav-level-item{
	display: inline-block;
	width: 100px;
	color: #fff;
}
.nav-level-con{
}
.nav-level-item.nav-level-item-active span{
	color: #fecd05;
	border-bottom: 1px solid #fecd05;
}
.no-border{
	border-right: none;
}

/*.col-fixed{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/Home/bg_02.jpg) 0 0  no-repeat!important;
	background-position: 100% bottom;
}
*/
.short-main{


}
.shour-outer,.person-outer{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	background: url(../../img/Home/bg_02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.person-outer{
	background: url(../../img/Home/person_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.short-con{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.footer{
	height: 50px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	padding: 15px 0;
	line-height: 25px;
}
.footer .wrapper{
}
.footer-link{
	display: inline-block;
	*width:350px;
	*display: inline;
}
.footer-link-item{
	display: inline-block;
	color: #fff;
	margin-right: 8px;
}
.col2 .footer{
	padding-top: 30px!important;
}
.contact-us{
	margin: 0 18px;
}
.contanc-tell-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/Home/icon.png) no-repeat;
	position: relative;
	top: 2px;
	right: 5px;
	background-position: -160px -70px;
}
.follow-us{
	*width: 80px;
	*display: inline;
	display: inline-block;
	position: relative;
	*position: absolute;
	*left: 50%;
	*margin-left: 280px;
	*bottom: 40px;
}
.footer-wxin{
	display: inline-block;
	position: absolute;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	top: -180px;
	left: 55px;
	display: none;
}
.footer-wxin-img{
	width: 130px;
	margin: 10px;
}
.footer-wxin-icon{
	display: inline-block;
	width: 30px;
	height: 12px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: 0 -337px;
	position: absolute;
	bottom: -11px;
	left: 60px;
}
.sina-icon,.winxin-icon{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -160px -30px;
	margin: 5px 0;
	position: absolute;
	top: -12px;
	right: -45px;
}
.winxin-icon{
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -110px -210px;
	right: -90px;
}

/*rgiht-nav*/
.rgiht-nav{
	display: inline-block;
	width: 70px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: 585px;
	background: #2a2f31;
	background: rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 200px;
    z-index: 9;
}
@media only screen and (max-width: 1170px)  {
	.rgiht-nav{
		margin-left: 515px;
	}
}
.position-link {
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: #fff;
    border-radius: 5px;
    margin: 100px 0 5px 0;
    position: relative;
    display: block;
    text-indent: 30px;
}
.right-nav-item{
	width: 100%;
	height: 75px;
	display: inline-block;
	color: #8c8e8e;
	position: relative;
}
.follow-div{
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    position: absolute;
    left: -150px;
    top: -40px;
    display: none;
}
.follow-div .follow-tri{
	display: inline-block;
	width: 13px;
	height: 29px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -187px -150px;
	position: absolute;
	right: -11px;
	top: 60px;
}
.follow-div .follow-ewm{
	width: 130px;
	margin: 10px;
}
.right-nav-item-top{
	height: 110px;
	background: #f27507;
	color: #f9be89;
}
.right-nav-item:hover{
	background: #000;
}
.right-nav-item .right-nav-icon{
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: 0 -150px;
	margin: 10px 18px 2px;
}
.right-nav-item-top .right-nav-icon{
	margin: 30px 18px 3px;
}
.right-nav-item .about-contact-icon-02{
	background-position: -30px -150px;
}
.right-nav-item .about-contact-icon-03{
	background-position: -60px -150px;
}
.right-nav-item .about-contact-icon-04{
	background-position: -90px -150px;
}
.right-nav-item .about-contact-icon-05{
	background-position: -120px -150px;
}
.right-nav-item .about-contact-icon-06{
	background-position: -150px -150px;
}
.right-nav-item .about-contact-icon-07{
	background-position: -40px -120px;
}
.right-nav-item .about-contact-icon-08{
	background-position: -70px -120px;
}
.right-nav-item .about-contact-icon-09{
	background-position: -100px -120px;
}
.right-nav-item .about-contact-icon-10{
	background-position: -130px -120px;
}

.about-des p {
    text-indent: 28px;
}
.about-des p img {
    margin-left: -28px;
}