@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
ul {
	list-style:none;
}
body {
	font-family:微软雅黑;/*	position:relative;*/
}
.header {
	width:1200px;
	margin: 0 auto;
	height:90px;
}
.header .logo {
	width:277px;
	float:left;
	margin-top:3px;
}
.navbg {
	margin-top:30px;
	float:right;
	/*	float:right;*/width:896px;
	height:50px;/*background:#0348c6;*//*	margin-top:-35px;*/ /*box-shadow:1px 1px 7px #999;*//*position:absolute;z-index:99;left:0;*/
}
.navbg .nav {
/*	width:1140px;
	margin:0 auto;*/
}
#navul {
}
#navul li {
	float:left;
	margin-right:1px;
	position:relative;
	text-align:center;
	font-size:14px;
	width:111px;
	height:50px;
}
#navul li a {
	width:111px;
	height:40px;
	line-height:40px;
	display:block;
	/*color:#534337;*/
	color:#000;
	text-align:center;
	/*	transition: all 1s ease 0s;*/
	font-weight:bolder;
}
#navul li a:hover {
	color:#df0024;
	font-weight:normal;/*background:#ab8d6e;*/
}
#navul li.on a {
	color:#df0024;
	font-weight:normal;
/*background:#ab8d6e;*/}
/*#navul li a:link, #navul li a:visited{color:#fff; font-family:"微软雅黑";font-size:12px;}*/
#navul li ul {
	position:absolute;
	z-index:10000;
	top:55px;
	left:-50px;
	background:#fff;
	border-bottom:none;
	transform:scaleY(0);
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
 transition:all ease-in-out .3s;
 -webkit-transition:all ease-in-out .3s;
 -moz-transition:all ease-in-out .3s;
	transform-origin:top center;
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
}
#navul li:last-child ul {
	left:-280px;
}
#navul li.item:hover ul {
	transform:scaleY(1);
	webkit-transform:scaleY(1);
	moz-transform:scaleY(1);
}
#navul li.item:hover ul li a:hover {
/*	background-color:#ab8d6e;*/
}
#navul li ul {
	width:450px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	height:232px;
	padding-top:25px;
}
#navul li ul img {
	float:right;
	width:260px;
	margin-right:20px;
	height:167px;
}
#navul li ul div {
	float:left;
	width:121px;
	margin-left:20px;
}
#navul li ul li {
	width:121px;
	height:40px;
}
#navul li ul li a {
	display:block;
	width:121px;
	float:none;
	margin-right:0px;
	height:40px;
	position:relative;
	line-height:40px;
	border-bottom:#ccc 1px solid;
	font-size:14px;
	/*	background:none;*/font-weight:normal;
	color:#000;
}
#navul li ul li a:hover {
	color:#df0024;/*	background:#ab8d6e;*/
}
.banner {
	width:100%;
	margin:0 auto;
}
.banner img {
	width:100%;
}
.banner h1 {
	font-size:4.2em;
	position:absolute;
	top:30%;
	left:15%;
	font-family:黑体;
	font-weight:bolder;
	color:#fff;
	text-shadow:1px 1px 5px #000;
	line-height:0.6em;
}
.banner h1 span {
	font-size:0.4em;
	line-height:0.5em;
	text-transform: uppercase;
}
@media (max-width:1366px) {
.banner h1 {
left:10%;
font-family:黑体;
font-size:4em;
}
}
.content {
	width:1200px;
	margin:35px auto;
}
.content .left {
	width:300px;
	float:left;
}
.content .left dl {
	border-bottom:1px solid #ccc;
}
.content .left dl dt {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	background:#df0024;
	color:#fff;
}
.content .left dl dd a {
	height:45px;
	line-height:45px;
	width:100%;
	display:block;
	border:1px solid #ccc;
	border-bottom:none;
	border-top:0;
	color:#333;
	text-align:center;
}
.content .left dl dd a:hover {
	background:#f1f1f1;
}
.content .left dl dd a.on {
	background:#f1f1f1;
}
.content .right {
	float:right;
	width:850px;
}
.content .right h6 a {
	color:#000;
	font-size:14px;
	line-height:20px;
}
.content .right h4 {
	font-size:32px;
	font-family:黑体;
	font-weight:bolder;
	color:#333;
	line-height:30px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.content .right h4 span {
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
	font-family:微软雅黑;
}
.content .right p {
	text-indent:2em;
	line-height:25px;
	font-size:14px;
	font-family:微软雅黑;
	color:#333;
	margin-bottom:10px;
}
.content .right img { /*margin-left:90px;*/
	margin-bottom:5px;
}

.content .right ul {
	width:410px;
	float:left;
	margin-right:20px;
	margin-top:35px;
}
.content .right ul li {
	font-family:微软雅黑;
	font-size:16px;
	line-height:38px;
	
}
.content .right ul li p{text-indent:0;}
.content .right ul li strong {
	font-size:18px;
}
.content .right ul h5 {
	font-size:32px;
	font-family:隶书;
	line-height:30px;
	font-weight:bolder;
	margin-left:80px;
}
.content .right ul h5 strong {
	margin-left:119px;
}
.content .right img.fd {
	width:400px;
	float:right;
}


.tz-gallery {
	padding:0;
}
.tz-gallery .caption {
	padding:0;
	width:100%;
	height:20px;
	line-height:20px;
	color:#333;
}
.tz-gallery .thumbnail {
	margin-bottom:10px;
}
.footer {
	width:100%;
	background:#323238;
	margin-top:30px;
height:257px;
}
.footer .foot {
	width:1200px;
	margin:0 auto;
	padding-top:30px;
}
.footer .foot .dh {
	width:100%;
}
.footer .foot dl {
	float:left;
	width:20%;
}
.footer .foot dl dt {
	font-size:17px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
}
.footer .foot dl dd a {
	font-size:14px;
	line-height:25px;
	color:#ccc;
}
.footer .foot dl dd {
	font-size:14px;
	line-height:25px;
	color:#ccc;
}
.footer .foot dl dd span {
	font-size:18px;
	font-weight:bolder;
	color:#fff;
}
.footer .foot p {
	margin-top:15px;
	text-align:center;
	color:#ccc;
	font-size:14px;
	line-height:30px;
	border-top:1px #666 solid;
	width:100%;
}
.footer .foot p a {
	color:#ccc;
}
/*悬浮框*/
.page-wrap {
	position:relative;
	min-height:100%;
	_height:100%
}
#hd {
	min-width:700px;
	height:36px;
	line-height:36px;
	padding:0 20px 0 0;
	text-align:right
}
#hd a {
	color:#888;
	text-decoration:none
}
#hd a:hover {
	color:#b9b9b9
}
#hd .hd-sep {
	margin:0 7px;
	color:#eaeaea
}
#main {
	width:700px;
	margin: auto 0;
}
#logo {
	margin:0 auto 55px;
	position:relative;
	height:43px;
	left:-10px
}
#search-box {
	padding-left:40px;
	text-align:left
}
#search-keyword-container {
	width:500px;
	height:34px;
	display:inline-block;
	border:1px solid #b9b9b9;
	position:relative;
	z-index:1
}
#suggest-align {
	height:32px;
	position:relative
}
#search-keyword {
	width:487px;
	height:34px;
	padding-left:8px;
	padding-right:5px;
	outline:0;
	background:#FFF;
	font-size:16px;
	line-height:34px;
	vertical-align:top
}
#search-button {
	width:100px;
	height:36px;
	_height:38px;
	display:inline-block;
	margin-left:5px;
	outline:0;
	background:#666;
	color:#fff;
	font:bold 16px arial, sans-serif;
	vertical-align:top;
	cursor:pointer
}
#search-button.hover a {
	color:#FF0
}
.ac_bgIframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
width:expression(this.parentNode.offsetWidth);
	height:2000px
}
#so-nav-tabs {
	font-size:14px;
	text-align:left;
	padding-left:50px;
	position:relative;
	z-index:999
}
#so-nav-tabs a, #so-nav-tabs strong {
	height:31px;
	line-height:31px;
	display:inline-block;
	margin-right:18px;
*margin-right:15px;
	color:#333
}
#so-nav-tabs a:hover {
	color:#000;
	text-decoration:none
}
#so-nav-tabs strong {
	color:#666
}
#so-nav-more {
	width:50px;
	position:absolute;
	z-index:0;
	top:30px;
	right:156px;
	margin-left:370px;
*margin-left:-70px;
	padding:0;
	line-height:30px;
	text-align:left;
	border:1px #dedede solid;
	background:#fff;
	list-style:none;
	display:none
}
#so-nav-more a {
	width:100%;
	display:block;
	margin:0;
	text-indent:10px
}
#so-nav-more a:hover {
	background:#f1f1f1
}
#sug-arrow.open {
	background-position:8px -30px
}
#moquu_top, #moquu_wxin, #moquu_wshare, #moquu_wmaps {
	z-index:2;
	width:50px;
	height:50px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}
#moquu_wxin {
	top:277px;
	_margin-top:360px
}
#moquu_wxin a {
	background:url(../images/sbtn.png) 0 -0px;
	right:0;
	float:left;
	width:50px;
	height:50px;
	text-indent:-9999px
}
#moquu_wxin a:hover {
	background:url(../images/sbtn.png) -50px -0px
}
#moquu_wshare {
	top:334px;
	_margin-top:412px
}
#moquu_wshare a {
	background:url(../images/sbtn.png) 0 -50px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wshare a:hover {
	background:url(../images/sbtn.png) -50px -50px
}
#moquu_wmaps {
	top:334px;
	_margin-top:464px
}
#moquu_wmaps a {
	background:url(../images/sbtn.png) 0 -150px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wmaps a:hover {
	background:url(../images/sbtn.png) -50px -150px
}
#moquu_top {
	top:516px;
	_margin-top:516px;
	background:url(../images/sbtn.png) 0 -101px;
	width:50px;
	height:50px
}
#moquu_top:hover {
	background:url(../images/sbtn.png) -50px -101px
}
.moquu_wxin, .moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh, .moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wxin .moquu_wxinh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:355px;
	background:url(../images/moquu_ico.png) 80px 60px no-repeat
}
.moquu_wshare .moquu_wshareh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:360px;
	background:url(../images/moquu_wshare.png) 80px 70px no-repeat
}






























/*.jiu embed{ position:absolute; right:0; top:0;}*/
