@charset "utf-8";

/* css document */
html,body {
	font-family: "宋体";
	color: #333;
	margin: 0px;
	overflow-x: hidden;
	font-size: 12px;
	background: url(bg.jpg) repeat-x top #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*ie6 fixed bug*/
a img {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333;
	text-decoration: none;
}

li {
	list-style-type: none;
}

a:hover {
	text-decoration: none;
	color: #0279ff;
}

a:active {
	color: #0279ff;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

caption {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

/*----------------------------------------------------*/

#footer {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #002549;
	padding: 20px 0px 20px 0px;
	position: fixed;
	bottom: 0px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

#header {
	z-index: 999;
	min-width: 1024px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	background: #0C92E5;
	height: 54px;
	overflow: hidden;
	padding-top: 0px;
}

#header_inner {
	border-bottom: #fff 1px solid;
	margin: 0px auto;
	width: 1024px;
	background: #0C92E5;
	height: 54px
}

#top_nav {
/*	width: 500px;*/
	float: left;
	height: 55px;
	margin-left: 20px
}

#top_nav a {
	text-align: center;
	border-left: #ccc 1px solid;
	line-height: 55px;
	width: 100px;
	float: left;
	height: 55px;
	color: #ffffff;
	font-size: 14px;
	border-right: #ccc 1px solid
}

#top_nav a:hover {
	background: url(nav.jpg) no-repeat;
	height: 55px
}

#top_nav a.current {
	width: 100px;
	background: url(nav.jpg) no-repeat;
	height: 55px
}

.top_login {
	line-height: 55px;
	max-width: 200px;
	width: 150px;
	float: right;
	text-align:right;
	height: 55px;
	color: #ffffff;
	margin-right: 10px
}

.top_login a {
	text-align: right;
	color: #ffffff
}

.top_login a:hover {
	color: #ffffff;
	text-decoration: underline
}

.top_login a:visited {
	color: #ffffff
}

.top_login img {
/*	margin-top: 8px;*/
	width: 30px;
/*	float: right;*/
	height: 30px;
	margin-left: 5px
}

.add_img_icon{display: inline-block;width: 82px;height: 82px;background: url(add_photo.png) no-repeat;background-position: 0 0;cursor: pointer;}
.add_img_icon:hover{background-position: -82px 0;}

.dialog_wrap{position: fixed;top: 0;left: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);display: none;z-index: 111;}
.honor_dialog{position: absolute;left: 50%;margin-left: -198px;top: 50%;margin-top: -187px;background: #fff;}

/*上传图片*/
.divUpload {width: 100%;display: inline-block;}
.divUpload .img_wrap{position: relative;margin-right: 10px;display: inline-block;width: 80px;height: 80px;overflow: hidden;border: 1px solid #D9D9D9;}
.divUpload img.other_info_img{width: 80px;height: 80px;cursor: pointer;}
.divUpload .img_wrap .turnLeft,.divUpload .img_wrap .turnRight,.divUpload .img_wrap .delete_img,.divUpload .img_wrap .turnLeft:hover,.divUpload .img_wrap .turnRight:hover,.divUpload .img_wrap .delete_img:hover{position: absolute;top: 60px; display: inline-block;width: 26px;height: 20px;background: url(icon.png) no-repeat;cursor: pointer;}
.divUpload .img_wrap .delete_img{left: 55px; background-position: -51px -316px}
.divUpload .img_wrap .delete_img:hover{left: 55px; background-position: -85px -316px}
.divUpload .img_wrap .turnLeft{left: 1px; background-position: -51px -338px}
.divUpload .img_wrap .turnLeft:hover{left: 1px; background-position: -85px -338px}
.divUpload .img_wrap .turnRight{left: 28px; background-position: -51px -360px}
.divUpload .img_wrap .turnRight:hover{left: 28px; background-position: -85px -360px}					
.divUpload li+li{border-top: 1px dashed #D9D9D9;padding-top: 20px;}

/*查看大图*/
.diaImgWrap{margin: 0 auto;position: absolute;width: 100%;height: 455px;top: 15px;}
.minPicWrap{position: absolute;height: 360px;width: 100%;}
.dialog_img_wrap{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);display: none;z-index: 115;}
.dialog_warp_main{position: absolute;left: 50%;margin-left: -335px;top: 50%;margin-top: -240px; width: 670px;height: 485px;}
.dialog_warp_main_img{position: relative; width: 670px;float: left;height: 100%;background-color: #fff;}
.dialog_img{width: 670px;height: 455px;margin: 0 auto;display: block;}
.dialog_imgWrap_close_dd{width: 40px;height: 40px;position: absolute;top: -15px;right:-12px;cursor: pointer;}
.big_prev_wrap{position: absolute; width: 50%;height: 485px;top: 0;left: 0;}
.big_next_wrap{position: absolute; width: 50%;height: 485px;top: 0;right: 0;}
.big_prev_dialog{position: absolute;top: 200px;left: 20px;cursor: pointer;display: none;}
.big_next_dialog{position: absolute;top: 200px;right: 20px;cursor: pointer;display: none;}
.big_prev_wrap:hover .big_prev_dialog,.big_next_wrap:hover .big_next_dialog{display: block;}
.big_prev_dialog{width: 30px;height: 45px;display: inline-block;background: url(icon.png) no-repeat;background-position: -79px -399px;display: none;}
.big_prev_dialog:hover{background-position: -174px -399px;display: none;}
.big_next_dialog{width: 30px;height: 45px;display: inline-block;background: url(icon.png) no-repeat;background-position: -132px -399px;display: none;}
.big_next_dialog:hover{background-position: -227px -399px;display: none;}
.big_close_icon_black{width: 35px;height: 35px;display: inline-block;background: url(icon.png) no-repeat;background-position: -280px -404px;}
.big_close_icon_black:hover{background-position: -322px -404px;}


