a {
	text-decoration: none;
	color: #333333
}

a:hover {
	text-decoration: underline
}

body {
	font: normal 12px/24px Microsoft YaHei,Tahoma,Arial,sans-serif;
}

table {
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-size: 14px;
}

input,select,textarea {
	font: normal 12px/24px Microsoft YaHei,Tahoma,Arial,sans-serif;
}

select {
	font: 9pt Tahoma, Verdana;
	font-weight: normal;
}

.category {
	font: 9pt Tahoma, Verdana;
	color: #000000;
	background-color: #fcfcfc
}

.singleborder {
	font-size: 0px;
	line-height: 1px;
	padding: 0px;
	background-color: #F8F8F8
}

.bold {
	font-weight: bold
}

/*修改主要色调*/
.header {
	font: 9pt Tahoma, Verdana;
	color: #333333;
	padding: 15px 14px 15px 14px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: #6e829b;
	outline: 0px;
	line-height: 28px;
	background: #dae1e8;
}


.tableborder {
	background: #DCDCDC;
} 

/*分页样式*/
.epages {
	margin: 3px 0;
	font: 11px/12px Tahoma
}

.epages * {
	vertical-align: middle;
}

.epages a {
	padding: 1px 4px 1px;
	border: 1px solid #A6CBE7;
	margin: 0 1px 0 0;
	text-align: center;
	text-decoration: none;
	font: normal 12px/14px verdana;
}

.epages a:hover {
	border: #659B28 1px solid;
	background: #f3f8ef;
	text-decoration: none;
	color: #004c7d
}

.epages input {
	margin-bottom: 0px;
	border: 1px solid #659B28;
	height: 15px;
	font: bold 12px/15px Verdana;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 1px;
	color: #659B28;
}

/* NAVBAR */

/* NAVBAR */
.navbar-inverse {
	min-height: 48px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #2980b9;
	color: #F2F2F2;
	background: #3498db;
}

.navbar-inverse a {
	color: #F2F2F2
}

.navbar-inverse a:hover {
	color: #F2F2F2
}

.navbar-inverse a:link {
	color: #F2F2F2
}

textarea {
	font-size: 14px;
	margin: 5px;
	padding:5px 8px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input {
	font-size: 14px;
}

input[type=text], input[type=password] {
	margin: 5px;
	padding: 0 10px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
  /* outline: 5px solid #eff4f7; */
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
	border-color: #7dc9e2;
	outline-color: #dceefc;
	outline-offset: 0;
}

.pUC span.notice_info,.bellows__content span.notice_info{
	color:red;
	padding-left:20px;
}

input[type=reset] {
	cursor:pointer;
	padding: 0 18px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #527881;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 16px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=reset]:active {
	background: #cde5ef;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.ajaxUploadPic,input[type=submit] {
	cursor:pointer;
	padding: 0 18px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #527881;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 16px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.ajaxUploadPic{
	padding:6px 18px;
	cursor:pointer;
}

.upload_field{
	position:relative;
}

.clearfix{
	overflow:hidden;
	clear:both;
	float:none;
}

input[type=submit]:active {
	background: #cde5ef;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
	line-height: 34px;
}

.lang-btn {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	background: #3499DA;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	border: none;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: center;
}

.alt {
}

.topfixed {
	position: fixed;
	width: 190px;
	top: 0px;
	z-index: 9000;
	webkit-box-shadow: 0px 4px 4px #baacc9;
	-moz-box-shadow: 0px 4px 4px #baacc9;
}

.topfixed ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.topfixed UL LI A {
	border-left: 2px solid #1160ba;
	background-color: #0090CE;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 43px;
	border-bottom: 1px solid #0074A6;
	border-top: 2px solid #0090CE;
	border-right: 1px solid #0074A6;
	padding-left: 25px;
	line-height: 43px;
}

#nav {
	width: 190px;
	webkit-box-shadow: 0px 4px 4px #baacc9;
	-moz-box-shadow: 0px 4px 4px #baacc9;
	float: left;
	background: #f7f7f7;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#nav UL LI A {
	border-left: 2px solid #1160ba;
	background-color: #0090CE;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 43px;
	border-bottom: 1px solid #0074A6;
	border-top: 2px solid #0090CE;
	border-right: 1px solid #0074A6;
	padding-left: 25px;
	line-height: 43px;
}

#nav1 {
	height: 50px;
	width: 100%;
	background: #0090CE;
	clear: both;
}

.navc {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	display: block;
}

#nav1 a {
	display: block;
	text-align: center;
	padding: 0 11px 0 12px;
	_padding: 0 11px 0 11px;
	width: 80px;
	height: 50px;
	line-height: 51px;
	line-height: 54px\9;
	line-height: 52px\0;
	overflow: hidden;
	float: left;
	color: #fff;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	transition: all 0.1s ease-in;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#nav1 a.on,#nav a.on:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0074A6;
	height: 50px;
	line-height: 51px;
	line-height: 54px\9;
	line-height: 52px\0;
	border-bottom: 0;
}

#nav1 a:hover {
	text-decoration: none;
	background: #0074A6;
}

#nav1 em {
	width: 1px;
	display: block;
	height: 25px;
	float: left;
	overflow: hidden;
	margin: 13px 6px 0 6px;
}

#nav1 em {
	border-right: 1px solid #009EE2;
	background: #0074A6;
}

#header,#top {
	expression(document.body.clientWidth <=960?"960px": "auto");
	min-width: 960px;
}

.viewport {
	width: 80%;
	float: right;
}

.bellows {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bellows__header {
	position: relative;
	padding: 5px 20px;
	border: 1px solid #dcdcdc;
	background: #ececec;
	color: #666666;
	-webkit-tap-highlight-color: transparent;
}

.bellows__header h1,
  .bellows__header h2,
  .bellows__header h3,
  .bellows__header h4 {
	margin: 0;
}

.bellows__content {
	padding-left: 30px;
}

.bellows__content span {
	font-size: 12PX;
	maring-BOTTOM: 15PX;
	COLOR: #AAAAAA;
}

.bellows__content span label {
	COLOR: #FF0707;
	font-size: 13PX;
}

.bigpicker {
	width: 227px;
	height: 163px;
	position: absolute;
	z-index: 9999;
	background-color: #F0F0F0;
	padding: 2px 0 1px 5px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #565656;
	border-bottom: solid 1px #565656;
	display: none;
}

.bigpicker-sections-color {
	margin: 0;
	padding: 0;
}

.bigpicker-sections-color ul {
	margin: 0;
	padding: 0;
	float: left;
}

.bigpicker-sections-color ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	width: 10px;
	height: 10px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}

.bigpicker .biglayout {
	width: 10px;
	height: 10px;
	border: solid 1px #FFFFFF;
	position: absolute;
	z-index: 10000;
	display: none;
	line-height: 10px;
	overflow: hidden;
	cursor: default;
}

.bigpicker-bgview-text {
	margin: 0;
	padding: 0;
	height: 24px;
}

.bigpicker-bgview-text li {
	padding: 0 5px 0 0;
	list-style: none outside none;
	float: left;
	line-height: 18px;
}

.bigpicker-bgview-text li div {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 55px;
	background-color: #000000;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #2B2B2B;
	border-bottom: solid 1px #2B2B2B;
}

.bigpicker-bgview-text li input {
	margin: 0;
	padding: 0;
	height: 17px;
	width: 55px;
}

.bigpicker-bgimage {
	background-image: url(../images/big_bgcolor.jpg);
}
.titlepicfilebtn {margin-bottom:5PX;margin-top:5PX;} 
.titlepicfilebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 146px; height: 60px;}

.leadpotfilebtn {margin-bottom:5PX;margin-top:5PX;} 
.leadpotfilebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 140px; height: 150px;}

.topimgfilebtn {margin-bottom:5PX;margin-top:5PX;} 
.topimgfilebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 328px; height: 172px;}

.rongyu1filebtn {margin-bottom:5PX;margin-top:5PX;} 
.rongyu1filebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 150px; }

.rongyu2filebtn {margin-bottom:5PX;margin-top:5PX;} 
.rongyu2filebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 150px; }

.rongyu3filebtn {margin-bottom:5PX;margin-top:5PX;} 
.rongyu3filebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 150px; }

.puc1filebtn,.puc2filebtn,.puc3filebtn{margin-bottom:5PX;margin-top:5PX;} 
.puc1filebtn  img, .puc2filebtn  img,.puc3filebtn  img{ border: solid 1px #DCDCDC; padding:2PX; width: 190px; height: 160px;}

.adpicfilebtn {margin-bottom:5PX;margin-top:5PX;} 
.adpicfilebtn  img { border: solid 1px #DCDCDC; padding:2PX; width: 150px; }

.banner1filebtn,.banner2filebtn,.bannerfilebtn{margin-bottom:5PX;margin-top:5PX;} 
.banner1filebtn  img, .banner2filebtn  img,.bannerfilebtn  img{ border: solid 1px #DCDCDC; padding:2PX; width: 300px; height: 80px;}



.help {width: 315px; height: 80px;margin-left: 5PX;MARGIN-BOTTOM: 10PX;padding:5px; border:1px solid #dcdcdc}
.help p{font-size: 12px; line-height: 12px;color: #666666;align-content: center;text-align: center;}
.dow-button {
	display: block;
	width:120px;
	height:40px;
	background:#96B1C2;
	color: #fff;
	text-align: center;
	color: #FFF !important;
	font-size: 14px;
	cursor:pointer;
	line-height:40px;
	border:none;
	border-radius:2px;
float: LEFT;
MARGIN-TOP: 7PX;
	margin-left: 90PX;
}
.dow-button:hover {
	background:#3da2e3;
	transition:all 0.4s ease-in-out 0s;
}
.dow-button:active {
	background:#2e93d4;
}

.clear {
clear: both;
}