﻿
*{margin: 0;padding: 0;}
body{
	color: #333;
	background-color: #f1eee9;
	overflow-x: hidden;
	font: 14px/1.6 "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";
}
img{border:none;}
ul{list-style-position:inside;list-style-type:none;margin:0px;padding:0px;list-style-image:none;}
li{list-style:none;}
a:link{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color: #ae1c1c;text-decoration: none;}
a:active{color: #ae1c1c;text-decoration: none;}
.nomr{margin-right:0px !important;}
.tac{ text-align:center !important}

#topbar {
	background-image: url(../image/topbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 135px;
	width: 100%;
	background-color: #fffffb;
	position: relative;
	z-index: 4;
}
#topbar .int {
	height: 135px;
	width:98%;
	max-width:1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#topbar .logo {
	width:290px;
	height:90px;
	position: relative;
	z-index: 5;
	display: block;
	padding-top:22px;
}
#topbar .bar {
	position: absolute;
	height: 44px;
	top: 43px;
	right: 0px;
}
#topbar form {
	display: block;
	height: 44px;
	width: 380px;
	position: relative;
	overflow:hidden;
}
#topbar form .sctxt {
	height: 42px;
	width: 300px;
	border: 1px solid #ddd;
	line-height: 42px;
	padding-left: 10px;
}
#topbar form .scbtn {
	height: 44px;
	width: 80px;
	background-image: url(../image/scbtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	cursor: pointer;
}
#topbar form .scbtn:hover {background-position: -80px center;}


#nav {
	height: 50px;
	width: 100%;
	position: relative;
	z-index: 4;
	background-color:#ae1c1c;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
#nav .int {
	height: 50px;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	z-index:2;
}
#nav .nl {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	width: 10%;
	float: left;
	position: relative;
	z-index:1;
}
#nav .nl:hover {background-color:#fff;z-index:2;}
#nav .nl.onthis{background-color:#fff;z-index:2;}
#nav .nl span
{
	height: 60%;
	width: 0px;
	position: absolute;
	top: 20%;
	right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c62324;
	border-left-color: #910101;
}
#nav .nl:hover span{display:none;}
#nav .nl.onthis span{display:none;}
#nav .nl.onleft span{display:none;}
#nav .nl a.bid
{
	color: #FFF;
	line-height: 50px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#nav .nl:hover a.bid{color: #ae1c1c;}
#nav .nl.onthis a.bid{color: #ae1c1c;}
#nav .nl .popdiv
{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
	display:none;
}
#nav .popdiv .bg
{
	background-color: #8a211c;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=89);
	-moz-opacity:0.89;
	opacity:0.89;	
}
#nav .popdiv a.sid
{
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	display: block;
	color: #FFF;
	overflow:hidden;
	position:relative;
	z-index:3;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#nav .popdiv a.sid:hover{background-color:#fff;color:#ae1c1c;}


#webpage {
	text-align: left;
	height: 36px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	/*float: left;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#webpage a {
	text-align:center;
	height: 28px;
	width: 28px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 12px;
}
#webpage a:hover {
	border: 1px solid #ae1c1c;
	background-color: #ffe5e5;
	color: #ae1c1c;
	z-index: 2;
}
#webpage .active a{
	border: 1px solid #ae1c1c;
	background-color:#ae1c1c;
	color:#fff;
	cursor:default;
}
#webpage input
{
	padding-left: 8px;
	height: 36px;
	width: 38px;
	margin-left: 30px;
	line-height: 36px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	background-color: #fcfcfc;
	vertical-align: middle;
	background-image: url(https://www.hzhlgzx.net/image/inputBg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
#webpage .int a.jumpbut {text-decoration: none;width:46px;background-color:#e6e6e6;}
#webpage .int a.jumpbut:hover {	background-color:#ae1c1c;color:#fff;}
#webpage li{
	margin: 0 2px;
}

#focus {
	height: 420px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#focus .swiper-container {overflow: hidden; height:420px;}
#focus .swiper-slide{
	height: 420px;
	overflow: hidden;
	background-color: #0C9;
	width:100%;
	position:relative;
}
#focus img.bgimg{display:block; margin-left:auto; margin-right:auto; width:auto; height:420px;}
#focus .swiper-slide div
{
	text-align: center;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 2100%;
	left: -1000%;
	top: 0px;	
}


#flash 
{
	height: 160px;
	width: 100%;
	max-width: 1100px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#flash ul.img
{
	width: 20000px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#flash ul.img li
{
	height: 160px;
	width: 1100px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}
#flash ul.ctl
{
	position: absolute;
	z-index: 2;
	height: 18px;
	width: 110px;
	right: 10px;
	bottom: 10px;
}
#flash ul.ctl li
{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 4px;
	position: relative;
	cursor:pointer;
}
#flash ul.ctl li div
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;	
}
#flash ul.ctl li:hover div
{
	background-color: #ae1c1c;
	filter: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#flash ul.ctl li.onthis div
{
	background-color: #ae1c1c;
	filter: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#flash ul.ctl li h3
{
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 18px;
	width: 18px;
	font-size: 13px;
	z-index:2;
}
#flash ul.ctl li:hover h3{color:#fff;}
#flash ul.ctl li.onthis h3{color:#fff;}



#inew {
	position: relative;
	width:98%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#inew .box
{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ae1c1c;
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
#inew .box h3
{
	font-weight: normal;
	position: relative;
	height:40px;
	line-height:40px;
}
#inew .box h3 a.more
{
	font-size:13px;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 40px;
	background-image: url(../image/moreicon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#inew .box .bimg
{
	display:block;
	width:100%;
	height:auto;
}
#inew .box .tbox a
{
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	overflow: hidden;
	padding-right: 10%;
}
#inew .box .tbox a span
{
	position: absolute;
	top: 0px;
	right: 0px;
	color:#999;
}


.webtitle {
	padding-top: 12px;
	position: relative;
	padding-bottom: 20px;
	line-height: normal;
	text-align: center;
}
.webtitle .line
{
	height: 1px;
	width: 401px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/webtitlebg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.webtitle .line span
{
	height: 7px;
	width: 7px;
	position: absolute;
	left: 197px;
	top: -3px;
	background-color: #ae1c1c;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.webtitle h1{font-weight: normal; color:#ae1c1c}
.webtitle h3{font-weight: normal;font-size:17px; margin-bottom:8px; color:#888}

#hotspot {
	width: 73%;
	height: 371px;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ae1c1c;
	margin-right: 1%;
	float: left;
}
#hotspot .title {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	position: relative;
}
#hotspot .title a.more
{
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 50px;
	background-image: url(../image/moreicon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#hotspot .title a.tag {
	float: left;
	height: 50px;
	width: 20%;
	font-size: 16px;
	display: block;
	text-align: center;
	position: relative;
	top: 0px;
	line-height:50px;	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#hotspot .title a.tag.onthis {
	color: #fff;
	background-color: #ae1c1c;
}
#hotspot .int {padding: 10px;}
#hotimg 
{
	float: left;
	height: 300px;
	width: 400px;
	margin-right: 10px;
	background-color: #33F;
	position: relative;
	overflow: hidden;
}
#hotimg ul.img
{
	width: 20000px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#hotimg ul.img li
{
	height: 300px;
	width: 400px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}
#hotimg ul.ctl
{
	position: absolute;
	z-index: 2;
	height: 18px;
	width: 110px;
	right: 10px;
	bottom: 45px;
}
#hotimg ul.ctl li
{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 4px;
	position: relative;
	cursor:pointer;
}
#hotimg ul.ctl li div
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;	
}
#hotimg ul.ctl li:hover div
{
	background-color: #ae1c1c;
	filter: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#hotimg ul.ctl li.onthis div
{
	background-color: #ae1c1c;
	filter: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#hotimg ul.ctl li h3
{
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 18px;
	width: 18px;
	font-size: 13px;
	z-index:2;
}
#hotimg ul.ctl li:hover h3{color:#fff;}
#hotimg ul.ctl li.onthis h3{color:#fff;}
#hotimg .bg
{
	background-color: #000;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 0px;	
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	z-index:2;	
}
#hotimg .txt
{
	position: absolute;
	height: 40px;
	line-height:40px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	z-index:3;	
}
#hottxt
{
	float: left;
	height: 300px;
	width: 370px;
	position: relative;
}
#hottxt .box
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	display:none;
}
#hottxt .box.onthis{display:block;}
#hottxt .box a
{
	display: block;
	height: 33px;
	line-height: 33px;
	position: relative;
	padding-left: 10px;
	padding-right: 48px;
	background-image: url(../image/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}
#hottxt .box a span
{
	color: #999;
	position: absolute;
	top: 0px;
	right: 2px;	
}


#notice {
	float: left;
	width: 26%;
	height: 371px;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ae1c1c;
}
#notice .title {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	position: relative;
}
#notice .title a.more
{
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 50px;
	background-image: url(../image/moreicon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#notice .title a.tag {
	float: left;
	height: 50px;
	width: 134px;
	font-size: 16px;
	display: block;
	text-align: center;
	position: relative;
	top: 0px;
	line-height:50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#notice .title a.tag.onthis {
	color: #fff;
	background-color: #ae1c1c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ae1c1c;
}
#notice .notice {padding: 5px; height:80px; position:relative; overflow:hidden}
#notice .notice .date{float: left;background-color: #fffce8;width: 75px;height:80px;line-height: 30px;text-align: center;font-size: 12px;color: #922520;margin-right:15px;display: inline;}
#notice .notice b{display: block;background-color: #fde8c6;height: 50px;line-height: 50px;font-size:30px;font-weight: 400;}
#notice .notice p{color: #717171;line-height: 18px;font-size:12px; max-height:36px; position:relative; overflow:hidden}
#notice .notice .detail{font-size: 12px; color: red;}

#news{height: 215px;overflow: hidden;}
#news ul li{line-height: 30px;padding: 0 10px; height:30px; position:relative; overflow:hidden}
#news ul li span{float: right;color: #999;}
/*#hotspot .bbox {
	position: relative;
	height: 320px;
	width: 100%;
	display: none;
}
#hotspot .bbox.onthis {display:block;}
#hotspot .box {
	width: 11.1%;
	float: left;
	padding-left: 0.7%;
	padding-right: 0.7%;
	text-align: center;
	margin-bottom: 30px;
}
#hotspot .box .head {
	height: 72px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#hotspot .box .head img {
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 70px;
	height: 70px;
	top: 0px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#hotspot .box:hover .head img {
	border: 3px solid #ddd;
	top:-8px;
	width: 72px;
	height: 72px;	
}
#hotspot .box p {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
#hotspot .box p span {
	color: #999;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	font-size:12px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#hotspot .box:hover p span {color: #ffa800;}

#hotspot .bbox .scbox {
	height: 430px;
	width: 500px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
#hotspot .bbox .tbox {
	float: left;
	height: 320px;
	width: 646px;
}
#hotspot .tbox .li {
	background-image: url(../image/done.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
	position: relative;
	line-height: 28px;
	height:28px;
}
#hotspot .li span {
	color: #999;
	position: absolute;
	top: 0px;
	font-size:12px;
	right: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#hotspot .tbox p {
	color: #999;
	line-height: 18px;
	margin-bottom:10px;
	padding-left: 12px;
	font-size:12px;
}
*/



#bodyer  {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 1;
	min-height: 800px;
}
#bodyer .bint
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1100px;
	margin-bottom: 20px;
}
#bodyer .bodyer_t_bg {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
#bodyer .bodyer_c_bg  {
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 45%;
}
#bodyer .bodyer_b_bg  {
	position: absolute;
	z-index: -1;
	right: 0px;
	bottom: 0px;
}


.banner {
	position: relative;
	height: 300px;
	width: 100%;
	z-index: 3;
	overflow: hidden;
}
.banner div
{
	text-align: center;
	position: absolute;
	height: 100%;
	width: 2100%;
	left: -1000%;
	top: 0%;	
}
.banner div img
{
	display: block;
	height: 100%;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#bodyer .lrint {
	width:100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#bodyer .lrint .ldiv {
	float: left;
	width: 23%;
	margin-right: 2%;
}
#bodyer .lrint .rdiv {
	float: left;
	width: 75%;
}
#bodyer .lrint .ldiv .topbox {
	background-color: #ae1c1c;
	padding: 25px;
	line-height: normal;
	margin-bottom: 3px;
	background-image: url(../image/topboxbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	position:relative;
	overflow:hidden;
}
#bodyer .lrint .ldiv .topbox h1 {margin-bottom:5px; position:relative; z-index:2; color:#fff;/*line-height:30px;color:#ae1c1c*/}
#bodyer .lrint .ldiv .topbox p {color: #FFFFFF;font-family: Arial, Helvetica, sans-serif;position:relative; z-index:2; padding-top:5px;}
#bodyer .lrint .ldiv .topbox img
{
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}
#bodyer .lrint .ldiv .topbox .line
{
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	height: 1px;
	width: 120%;
	z-index: 2;
}
#bodyer .lrint .ldiv a.bid {
	background-color: #eae8e8;
	line-height: 44px;
	display: block;
	font-size:16px;
	height: 44px;
	padding-left: 43px;
	margin-bottom: 2px;
	position: relative;
}
#bodyer .lrint .ldiv a.bid:hover {background-color: #ae1c1c;color:#fff;}
#bodyer .lrint .ldiv a.bid.onthis {background-color: #ae1c1c;color:#fff;}
#bodyer .lrint .ldiv a.bid span {
	background-color: #a3a2a2;
	height: 20px;
	width: 4px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 12px;
}
#bodyer .lrint .ldiv a.bid:hover span {background-color: #fff;}
#bodyer .lrint .ldiv a.bid.onthis span {background-color: #fff;}
#bodyer .lrint .rdiv .pro {
	float: left;
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}


#path {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	height: 40px;
	margin-bottom: 20px;
}
#path div {position: absolute;top: 0px;right: 0px;}
#path div a {color: #888;}
#path div a:hover {color: #ae1c1c;}
#path div a.onthis {color: #ae1c1c;}
#path div span {color: #999;padding-right: 10px;padding-left: 10px;display: inline-block;}


#info span.sp {
	display: inline-block;
	margin-right: 20px;
	color: #a7a7a7;
	line-height: 26px;
	height: 26px;
	padding-left: 26px;
	position: relative;
}
#info em {
	color: #888;
	font-style: normal;
}
#info span.sp i {
	height: 24px;
	width: 24px;
	background-image: url(../image/i_work_icon.png);
	position: absolute;
	left: 0px;
	top: 1px;
}
#info span.sp i.eye{background-position: 0px 0px;}
#info span.sp i.pin{background-position: -240px 0px;}
#info span.sp i.thing{background-position: -48px 0px;}
#info .bar{height: 50px;}
#info .lbox
{
	float:left;
	width:50%;
	text-align:left;
	height: 50px;	
}
#info .rbox
{
	float:left;
	width:50%;
	text-align:right;
	height: 50px;	
}
#info .bar p{color: #999;}


.enbox {
	height: 300px;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}
.enbox .txt {
	height: 44px;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	position: absolute;
	left: 0px;
	bottom: -44px;
	color: #FFF;
	line-height: 44px;
	z-index:2;
	transition: all 0.5s 0.3s;
	-moz-transition: all 0.5s 0.3s;
	-webkit-transition: all 0.5s 0.3s;
	-o-transition: all 0.5s 0.3s;	
}
.enbox:hover .txt{bottom: 0px;}
.enbox .bg
{
	position: absolute;
	background-color: #ae1c1c;
	z-index:1;
	height: 44px;
	width: 100%;
	left: 0px;
	bottom: -44px;
	filter: alpha(Opacity=80);
	-moz-opacity:0.85;
	opacity:0.85;	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;				
}
.enbox:hover .bg{bottom: 0px;}
.enbox .txt span.eye {
	padding-left: 27px;
	position: absolute;
	right: 3%;
	background-image: url(../image/eye.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:44px;
	line-height:46px;
	padding-top: 0px;
	top: 0px;
}
.enbox .txt a{color:#FFF;}
.enbox .txt a:hover{text-decoration: underline;}



/*#honors .box {
	float: left;
	width: 430px;
	height:268px;
	margin-right: 36px;
	margin-bottom: 36px;
	position: relative;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}
#honors .box .boxbg {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0%;
	background-color: #ae1c1c;
	filter: alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#honors .box:hover .boxbg {
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;		
}
#honors .box .line {
	background-color: #FFF;
	height: 1px;
	width: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#honors .box:hover .line{left: 10%;width: 80%;}
#honors .box h2
{
	padding-top:30px;
	height: 0px;
	width: 100%;
	left: 0px;
	position: absolute;
	z-index: 3;
	bottom: 52%;
	line-height:30px;
	overflow:hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#honors .box:hover h2{height:30px;padding-top:0px;}
#honors .box .txt
{
	height: 0%;
	width: 100%;
	left: 0px;
	position: absolute;
	z-index: 3;
	top: 52%;
	line-height: 100px;
	font-weight: normal;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#honors .box:hover .txt{height:40%;line-height: 20px;}#event .bbox {
	padding-bottom: 80px;
	position: relative;
}
#event .bbox .box {
	padding-bottom: 30px;
	padding-left: 100px;
	position: relative;
}
#event .bbox .box span {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#ae1c1c;
}
#event .bbox .box .line {
	background-color: #CCC;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 10px;
}
#event .bbox .box em {
	background-color: #ae1c1c;
	height: 9px;
	width: 9px;
	position: absolute;
	left: 76px;
	top: 9px;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}*/

/*#contact
{
	padding-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 80px;
}
#contact .box {
	float: left;
	padding-top: 20px;
	width: 23%;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}
#contact .box img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#contact .box h2 {
	font-weight: normal;
	color: #333;
}
#contact .box span {
	background-color: #e6e6e6;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0px;
	right: 0px;
}
#contact .box p {
	color: #666;
	margin-bottom: 5px;
}



#contactus .box {
	width: 29.3332%;
	float: left;
	height: 200px;
	margin-bottom: 20px;
	margin-right: 2%;
	margin-left: 2%;
	position: relative;
	text-align:center;
}
#contactus .box h3 {
	display: inline-block;
	padding-right: 20px;
	padding-left:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ae1c1c;
	padding-bottom:5px;
	margin-bottom:10px;
}*/



/*#book {
	position: relative;
	margin-bottom:100px
}
#book form {
	display: block;
	padding-top:20px;
}
#book p.box {
	line-height: 46px;
	height: 46px;
	width: 44%;
	display: block;
	margin-bottom: 20px;
	position: relative;
	margin-right: 3%;
	margin-left: 3%;
	float: left;
}
#book p.box input
{
	border: 1px solid #bbb;
	line-height: 44px;
	height: 44px;
	width: 97%;
	padding-left: 3%;
	position: absolute;
	z-index: 2;
	top: 0px;
	background-color: transparent;
	left: 0px;
}
#book p.box span
{
	line-height: 46px;
	height: 46px;
	width: 97%;
	padding-left: 3%;
	border: none;
	position: absolute;
	background-color:#f8f5e9;
	z-index: 1;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#book p.box.onthis span
{
	height: 14px;
	width: auto;
	font-size:13px;
	line-height:14px;
	top:-7px;
	padding-left: 1%;
	padding-right:1%;
	z-index:4;
	left: 3%;
}
#book input.but {
	line-height: 48px;
	height: 48px;
	width: 30%;
	color: #fff;
	background-color: #ae1c1c;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 3%;
	margin-left: 3%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border: none;
}
#book input.but:hover {background-color: #0193f8;color: #fff;}
#book form h3 {
	height: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-right: 3%;
	margin-left: 3%;
}
#book form textarea {
	background-color: transparent;
	overflow: hidden;
	height: 140px;
	width: 100%;
	position: relative;
	line-height: 20px;
	z-index: 2;
	border: 1px solid #aaa;
}
#book form .box.textarea {
	height: 150px;
	width: 94%;
}
#book form .box.textarea span {
	width: 98.5%;
	left: 1.5%;
	padding-left:5px;
	padding-right:5px;
	left: 0px;
	line-height:20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#book form .box.textarea.onthis span
{
	height: 14px;
	width: auto;
	font-size:13px;
	line-height:14px;
	top:-8px;
	z-index:4;
	left: 1.5%;
}*/




#group {
	width: 100%;
	max-width: 1100px;
	height: 250px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ae1c1c;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#group .title {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	position: relative;
}
#group .title a.tag {
	float: left;
	height: 50px;
	width: 134px;
	font-size: 16px;
	display: block;
	text-align: center;
	position: relative;
	top: 0px;
	line-height:50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#group .title a.tag.onthis {
	color: #fff;
	background-color: #ae1c1c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ae1c1c;
}
#group .slideBox{
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
	height:0px;
}
#group .slideBox.onthis{height:auto;padding-top: 10px;padding-bottom: 10px;}
#group .parBd ul{ overflow:hidden; zoom:1;   }
#group .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
#group .parBd ul li .pic{ text-align:center;}
#group .parBd ul li .pic img{ width:212px;height:159px; display:block;}
#group .parBd ul li p{
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: bolder;
	width:212px;
	height:20px;
	padding-top:5px;
	position:relative;
	overflow:hidden;
}


#ilink
{
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#ilink .box
{
	float: left;
	width: 15.8332666666666%;
	margin-right: 1%;
	margin-bottom:10px;
}
#ilink .box img{width:100%; display:block}



#footer{
	background: #2d3032;
	padding: 35px 0;
	overflow: hidden;
	color: #ccc;
}
#footer .int
{
	width:98%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#footer .l{width: 26%;float: left;padding-top: 10px;}
#footer .m{width: 25%;float: left;}
#footer .m p{line-height: 25px;}
#footer .n{width: 30%;float: left;color: #ccc;}
#footer .n h3{border-bottom: 1px solid #fde8c6;font-size: 16px;padding-bottom:10px;margin-bottom: 10px;}
#footer .n ul{}
#footer .n ul li{width: 33.3%;float: left;line-height: 25px;}
#footer .n ul li a{color: #fff;}
#footer .r{width: 17%;float:right;}
#footer .r p{width: 50%;float: left;text-align: center;line-height: 12px;}
#footer .r img{display: block;width: 80%;margin: 0 auto;}
#footer .footerbr{clear:both;display:none;}

#foot{background:#922520;line-height: 30px;color: #fff; padding-top:10px; padding-bottom:10px;}
#foot .int
{
	width: 98%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align:center;
}
#foot span
{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
#foot a{color:#f00;}
#foot a:hover{color: #fff;text-decoration: underline;}
.list_tr {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1dede;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	background-image: url(../image/list_tr.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right:76px;
}
.list_tr span {
	color: #999;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 13px;
}
#content {line-height: 26px;}
#content img {max-width:100% !important; height:auto !important}


#open {
	width: 96%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	max-width:500px;
}
#open .opentext
{
	padding: 50px;
	position: relative;	
}
#open .opentext .logo
{
	display:block;
	margin-bottom:10px;
}
#panel
{
	width: 96%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width:1100px;	
}
#panel h1
{
	text-align:center;
	margin-bottom:30px;
}
#panel .box
{
	width:23%;
	padding-left:1%;
	padding-right:1%;
	text-align:center;
	float:left;
	height:280px;
	position:relative;
	overflow:hidden;
}
#panel .box img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#panel .box p.line{
	background-color: #CCC;
	height: 1px;
	width: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#panel .box p{color:#888;}
#panel a.but {
	background-color: #0060c6;
	width: 200px;
	height: 44px;
	line-height:44px;
	color: #FFF;
	border: none;
	display: block;
	cursor: pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-right: auto;
	margin-left: auto;
}
#panel a.but:hover {background-color: #007cff;}


.radiobox{
	background-color: #f6f6f6;
	padding: 5px;
	height: 28px;
	width: 80px;
	border: 1px solid #ddd;
	position: relative;
	margin-right: 10px;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.radiobox p{line-height:28px;}
.radiobox.red
{
	border: 1px solid #ff0000;
	background-color: #ffd5d4;
	background-image: url(../image/selected-icon-red.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #333;
}
.radiobox.disabled
{
	filter: alpha(Opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.radiobox input{/*display:none;*/}
.checkbox {
	background-color: #f6f6f6;
	padding: 5px;
	height: 28px;
	width: 80px;
	border: 1px solid #ddd;
	position: relative;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	float:left;
	margin-right:10px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.checkbox p{line-height:26px;}
.checkbox.green
{
	border: 1px solid #00c856;
	background-color: #e9ffce;
	background-image: url(../image/selected-icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#333;
}
.checkbox input{display:none;}



#signin {overflow: hidden;position: relative;}
#signin .int {
	overflow: hidden;
	position: relative;
	height: 800px;
	width: 3100%;
	left: -1500%;
}
#signin .int img.bg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	width: auto;
}
#signin .divout {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#signin .divin
{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 100px;
	position: relative;
}
#signin .box
{
	background-color: #FFF;
	height: 500px;
	width:100%;
	max-width: 400px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}
#signin .box .dbox {padding: 30px;}
#signin input.text {
	position: relative;
	height: 36px;
	width: 97.5%;
	display: block;
	padding-left:2%;
}
#signin input.but {
	background-color: #0060c6;
	width: 45%;
	margin-right: 10%;
	height: 44px;
	color: #FFF;
	border: none;
	display:block;
	float:left;
	cursor:pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#signin input.but:hover {background-color: #007cff;}
#signin a.but{
	background-color: #ae1c1c;
	width: 45%;
	margin-right: 0%;
	height: 44px;
	color: #FFF;
	display:block;
	float:left;
	line-height:44px;
	text-align:center;
	cursor:pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#signin a.but:hover{background-color:#fd0303}
#signin .remarks {
	line-height: 16px;
	color: #666;
	padding-top: 10px;
}
#signin .box .tbox {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #efefef;
}
#signin .box .tbox div {padding:30px;}
#signin .hlgzxbb {
	position: absolute;
	left: 80px;
	top: 30%;
	width: 500px;
	height: auto;
}
#signin p.error{
	line-height: 22px;
	overflow: hidden;
	position: relative;
	height: 0px;
	background-image: url(../image/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #FD6E3D;
	padding-left:18px;
}


#register {padding-top: 80px;padding-bottom: 80px;}
#register .int {
	background-color: #FFF;
	width: 100%;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	padding-bottom: 50px;
	background-image: url(../image/registerbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
}
#register .tr {
	padding-left: 160px;
	margin-bottom: 10px;
	position: relative;
	line-height: 40px;
}
#register h2 {
	margin-bottom: 30px;
	text-align: center;
}
#register .tr span.title {
	position: absolute;
	width: 175px;
	left: -20px;
	top: 0px;
	text-align: right;
}
#register .tr span.btitle {
	position: absolute;
	width: 155px;
	left: 0px;
	top: 0px;
	text-align: right;
	line-height:20px;
	padding-top:10px;
}
#register .tr span.prompt {line-height: 40px;display:none; color:#ae1c1c}
#register .tr:hover span.prompt {display:inline;}
#register .tr em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	padding-right: 3px;
	padding-left:3px;
}
#register input.text {
	height: 38px;
	width: 400px;
	padding-left:10px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:4px;
}
#register textarea.text{
	height: 200px;
	width: 400px;
	padding-left:10px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:4px;
	padding-top:10px;
}
#register input.mtext {
	height: 38px;
	width: 220px;
	padding-left:10px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:4px;
}
#register input.but {
	background-color: #0060c6;
	width: 232px;
	height: 44px;
	color: #FFF;
	border: none;
	display:block;
	float:left;
	cursor:pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#register input.but:hover {background-color: #007cff;}
#register input.but.onthis {background-color: #007cff;}

#register a.print {
	background-color: #0060c6;
	width: 160px;
	height: 40px;
	line-height:40px;
	color: #FFF;
	border: none;
	display:block;
	float:left;
	margin-right:20px;
	cursor:pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#register a.print:hover {background-color: #007cff;}
#register .tr.remarks{color:#999; line-height:20px;height:auto}
#register .tr.remarks h3{color:#333;}
#register .tr .redtxt{color:#F00;}


.readonly{background-color:#f5f5f5;}
#register .tr .error {
	line-height: 22px;
	overflow: hidden;
	position: relative;
	height: 0px;
	background-image: url(../image/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #FD6E3D;
	padding-left:18px;
}



.dialog {
	position: fixed;
	height: 0%;
	width: 0%;
	left: 0px;
	top: 0px;
	z-index: 9;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	overflow: hidden;
	color: #333;
}
.dialog .bg {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:1;
}
.dialog .com
{
	min-height: 200px;
	max-width: 400px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: #000 0px 1px 5px;
	-moz-box-shadow: #000 0px 1px 5px;
	box-shadow: #000 0px 1px 5px;
	width: 100%;
}
.dialog .title {
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	position: relative;
}
.dialog .content {
	padding: 14px 20px 20px 20px;
	text-align: left;
	position: relative;
}
#prompt.dialog .content{text-align:center;}
.dialog span.close {
	background-image: url(../image/close1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: absolute;
	height: 16px;
	width: 16px;
	top: 12px;
	right: 12px;
	cursor:pointer;
}
.dialog span.close:hover{background-position: -16px 0px;}
@media all{
	#myprint {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	#myprint h2{text-align:center;margin-bottom:10px;}
	#myprint table {background-color: #666;}
	#myprint table tr td {
		background-color: #FFF;
		min-height: 30px;
		padding: 4px;
	}
	#myprint .ov {
		position: absolute;
		width: 40%;
		right: 0px;
		bottom: 10px;
		text-align: center;
	}
	#myprint .ox {
		position: absolute;
		width: 40%;
		right: 30%;
		bottom: 10px;
		text-align: center;
	}
	#myprint .ob {
		position: absolute;
		width: 100%;
		right: 0px;
		bottom: 10px;
		text-align:right;
	}
	#myprint .ot {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		text-align:left;
	}
	#myprint .bg {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		z-index:3;
	}
}


#golden {
	overflow: hidden;
	position: relative;
	background-color: #588983;
	background-image: url(../image/goldenbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#golden .divout {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;	
}
#golden .box
{
	height: 400px;
	width: 96%;
	max-width: 360px;
	position: relative;
	-webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	margin-right: auto;
	margin-left: auto;
}
#golden .box h2{text-align:center}
#golden .box form {
	padding: 25px;
	padding-top:20px;
	position: relative;
	z-index: 2;
}
#golden .opbg{
	filter: alpha(Opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
	background-color: #FFF;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#golden input.text {
	position: relative;
	height: 36px;
	width: 97.5%;
	display: block;
	padding-left: 2%;
	background-color: transparent;
	border: 1px solid #666;
}
#golden input.but {
	background-color: #0060c6;
	width: 100%;
	margin-right: 10%;
	height: 44px;
	color: #FFF;
	border: none;
	display:block;
	float:left;
	cursor:pointer;
	font: 15px "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#golden input.but:hover {background-color: #007cff;}
#golden .remarks {line-height: 16px;color: #666;padding-top: 10px;}
#golden p.title{margin-top: 5px;}
#golden p.error{
	line-height: 22px;
	overflow: hidden;
	position: relative;
	height: 0px;
	background-image: url(../image/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #FD6E3D;
	padding-left:18px;
}
#golden .rbox{
	width: 96%;
	max-width: 700px;
	position: relative;
	-webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#golden .rbox .text{
	padding: 50px;
	position: relative;
	z-index: 2;
}
#golden .rbox .notice span{
	color:#ff0000;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#golden .rbox .text .point{
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	color:#ff0000;
}
#golden .rbox a.but{
	background-color: #ae1c1c;
	width: 120px;
	height: 32px;
	color: #FFF;
	display:block;
	line-height:32px;
	text-align:center;
	cursor:pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#golden a.but:hover{background-color:#fd0303}


@media only screen and (max-width: 1000px)
{
	body{font: 13px/1.6 "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
	#topbar {height: 80px;}
	#topbar .int {height: 80px;}
	#topbar .logo {width:161px;height:50px;padding-top:15px;}
	#topbar .bar {height: 36px;top: 22px;}
	#topbar form {height: 36px;width: 240px;}
	#topbar form .sctxt {height: 34px;width: 240px;line-height: 34px;padding-left: 5px;}
	#topbar form .scbtn {height: 36px;width: 60px;background-position: -10px center;}
	#topbar form .scbtn:hover {background-position: -90px center;}


	#nav {height: 100px;}
	#nav .int {height: 100px;}
	#nav .nl {font-size: 15px;width: 20%;}
	#nav .nl span{height: 50%;top: 25%;}
	#nav .popdiv a.sid{font-size: 13px;}
	
	#focus {height: 320px;}
	#focus .swiper-container {height:320px;}
	#focus .swiper-slide{height: 320px;}
	#focus img.bgimg{height:320px;}
	
	#hotimg{display:none}
	#hotspot {width: 70%; margin-right:1%;float: left;}
	#hottxt{float: none;width: 100%;}
	#notice {width: 29%;}
	
	#hotspot .title a.tag {font-size: 15px;}
	#notice .title a.tag {width: 100px;font-size: 15px;}
	
	#inew .box{width: 48%;margin-right: 1%;margin-left:1%;}
	#inew .box.nomr{margin-right:1% !important}
	
	#group .title a.tag {width: 20%;font-size: 15px;}
	
	#ilink .box{width: 32.33332%;margin-right: 0.5%;margin-left:0.5%;}
	#ilink .box.nomr{margin-right: 0.5% !important;}
	
	#footer .l{width: 50%;float: left;padding-top: 10px;}
	#footer .m{width: 50%;float: left;}
	#footer .n{width: 50%;float: left;color: #ccc;}
	#footer .r{width: 50%;float:right;}
	#footer .footerbr{clear:both;display:block;}
	
	.banner {height: 250px;}
	
	#bodyer .lrint .ldiv {float: left;width: 25%;margin-right: 1%;}
	#bodyer .lrint .ldiv a.bid {font-size:15px;padding-left: 23px;}
	#bodyer .lrint .ldiv a.bid span {width: 3px;left: 10px;}
	#bodyer .lrint .rdiv {float: left;width: 74%;}
	
	#bodyer .lrint .ldiv .topbox {padding-left:10px;padding-right:10px;}
	
	#open {margin-top: 70px;}
	#open .opentext{padding: 30px;}
	
	#panel{margin-top: 60px;}
	#panel .box{width:48%;float:left;margin-bottom:20px;}
	
	#signin .hlgzxbb {position:relative;left:0px;top: 0%;width: 300px;margin-bottom:20px; margin-left:auto; margin-right:auto; display:block}
	#signin .divin{padding-top: 60px;padding-bottom: 50px;max-width: 600px;}
	#signin .box{width:96%;max-width: 400px;float:none;margin-left:auto;margin-right:auto;}
	
	#register {padding-top: 0px;padding-bottom: 0px;}
	#register .int {padding: 5%; width:90%;padding-top:50px;padding-bottom: 50px;}
	#register .tr {padding-left:0px;margin-bottom: 10px;position: relative;line-height: 20px; width:100%;}
	#register .tr span.title {position:relative;width: 100%;left: 0px;top: 0px;text-align:left; display:block}
	#register .tr span.btitle {position: relative;width: 100%;left: 0px;top: 0px;text-align:left;padding-top:0px;display:block}
	#register .tr span.prompt {line-height: 20px;display:none; color:#ae1c1c;}
	#register .tr:hover span.prompt {display:block;}

	#register input.text {height: 32px;width: 97%;padding-left:2%;margin-right:0px;}
	#register textarea.text{height: 100px;width: 97%;padding-left:2%;border: 1px solid #CCC;margin-right:0px;padding-top:5px;}
	#register input.mtext {height: 32px;width: 97%;padding-left:2%;margin-right:0px;}
	
	#golden .divout {padding-top: 80px;padding-bottom: 80px;}
	#golden .rbox .text{padding: 30px;}
}
@media only screen and (max-width: 600px)
{
	body{font: 12px/1.6 "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
	
	#topbar .logo {width:148px;height:46px;padding-top:17px;}
	#topbar .bar {height: 32px;top: 24px;}
	#topbar form {height: 32px;width: 160px;}
	#topbar form .sctxt {height: 30px;width: 160px;line-height: 30px;padding-left: 2px;}
	#topbar form .scbtn {height: 32px;width: 30px;background-position: -25px center;}
	#topbar form .scbtn:hover {background-position: -105px center;}	
	
	#nav {height: 80px;}
	#nav .int {height: 80px;}	
	#nav .nl {font-size: 13px;width: 20%;line-height: 40px;height: 40px;}
	#nav .nl a.bid{line-height: 40px;}
	#nav .nl .popdiv{top: 40px;}
	#nav .popdiv a.sid{font-size: 12px;}
	
	#focus {height: 250px;}
	#focus .swiper-container {height:250px;}
	#focus .swiper-slide{height: 250px;}
	#focus img.bgimg{height:250px;}
	
	#hotspot {width: 100%; margin-right:0%;float: left;}
	#notice {width: 100%;}
	
	#hotspot .title a.tag {font-size: 14px; width:25%}
	#notice .title a.tag {width: 25%;font-size: 14px;}
	#group .title a.tag {width: 25%;font-size: 14px;}
	
	#inew .box{width: 100%;margin-right: 0%;margin-left:0%;}
	
	#ilink .box{width: 49%;margin-right: 0.5%;margin-left:0.5%;}
	
	#footer .l{width: 100%;float:none;padding-top: 10px; margin-bottom:20px; text-align:center}
	#footer .m{width: 100%;float: none; margin-bottom:20px;text-align:center}
	#footer .n{width: 100%;float: none; margin-bottom:20px;text-align:center}
	#footer .r{width: 100%;float:none;}
	#footer .footerbr{clear:both;display:none;}
	
	#bodyer  {padding-top: 0px;padding-bottom: 30px;}
	#bodyer .bodyer_t_bg {display:none;}
	#bodyer .bodyer_c_bg {display:none;}
	#bodyer .bodyer_b_bg {display:none;}
	.banner {height: 200px; display:none}
	
	#path {line-height: 20px;height:auto;margin-bottom: 10px; padding-bottom:10px;}
	#path h3{line-height:30px;}
	#path div {position: relative;top: 0px;right:auto;}
	#path div span {padding-right: 4px;padding-left: 4px;}
	
	#bodyer .lrint .ldiv {float: none;width: 100%;margin-right: 0%;}
	/*#bodyer .lrint .ldiv a.bid {font-size:15px;padding-left: 5%; width:44%; margin-right:2%;float:left}
	#bodyer .lrint .ldiv a.bid span {width: 3px;left: 10px;}*/
	#bodyer .lrint .rdiv {width: 98%;float: none;margin-right: auto;margin-left: auto;}
	#bodyer .lrint .ldiv .topbox {padding:25px; padding-top:30px; padding-bottom:30px;}
	
	#open {margin-top: 40px;}
	#open .opentext{padding: 20px;}
	
	#panel{margin-top: 30px;}
	#panel .box{width:98%;float:left; margin-bottom:50px;}
	
	#signin .hlgzxbb {position:relative;left:0px;top: 0%;width: 240px;margin-bottom:30px; margin-left:auto; margin-right:auto; display:block}
	#signin .divin{padding-top: 30px;padding-bottom: 20px;max-width: 400px;}
	#signin .box{width:96%;max-width: 340px;float:none;margin-left:auto;margin-right:auto; height:450px;}
	
	#register .int {padding: 3%; width:94%;padding-top:50px;padding-bottom: 50px;}
	
	#golden .divout {padding-top: 40px;padding-bottom: 40px;}
	#golden .rbox .text{padding: 15px;}
}


#job {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom:80px;
	background-color: #FFF;
	padding: 40px;
}
#job .th {
	height: 60px;
	line-height:30px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 16px;
	font-weight: bold;	
}
#job .th p
{
	color:#999;
	line-height:15px;
	font-weight:normal;
	font-size:13px;
}
#job .tr {
	height: 60px;
	line-height:60px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	cursor:pointer;
	overflow:hidden;
}
#job .tr:hover {background-color:#efefef;}
#job .tr.onthis {background-color:#efefef;}
#job .tr.one {background-color:#F30;color:#fff;}
#job .tr.one:hover {background-color:#b42400;color:#fff;}
#job .tr.one.onthis {background-color:#b42400;color:#fff;}
#job .tr.one a{color:#FFF}
#job .tr strong{display:none}
#job .td30 {
	height: 60px;
	width: 26%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
}
#job .td25 {
	height: 60px;
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#job .td20 {
	height: 60px;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#job .td15 {
	height: 60px;
	width: 13%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#job .txt {
	width: 96%;
	background-color: #FFF;
	padding-right: 2%;
	padding-left: 2%;
	line-height:26px;
}
#job .txt .int {padding-top: 30px;padding-bottom: 30px;}
#job .remarks {padding-top: 20px; padding-bottom:20px;}
#job .tr a.more
{
	height: 30px;
	width: 80px;
	text-align:center;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	background-color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	position:relative;
	z-index:1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;		
}


/*反馈对话框*/
#feedback {
	overflow: hidden;
	position: fixed;
	z-index: 100;
	height: 200%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=00);
	-moz-opacity:0;
	opacity:0;
	display:none;
}
#feedback .bg {
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	height: 200%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}
#feedback .com {
	z-index: 2;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 100px;
}
#feedback .com .bg {
	background-color: #000;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
	-moz-border-radius:12px;
	border-radius:12px;	
}
#feedback .com .txt {
	z-index: 2;
	width: 92%;
	padding: 4%;
	position: relative;
	color: #FFF;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	font-size:15px;
}
#feedback .icon {
	height: 60px;
	width: 60px;
	background-image:url(../image/feedback.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#feedback.success .icon {background-position: 0px 0px;}
#feedback.fail .icon {background-position: 0px -60px;}
/*反馈对话框*/