html,body,div,span,h1,h2,h3,h4,h5,h6,a,img,dl,dt,dd,ul,ol,li,fieldset,form,label,legend,table,i,tbody,thead,tr,th,td,input,select,button,p,textarea,em,pre
	{
	margin: 0;
	padding: 0;
}

html,body {
	font-family: "Microsoft Yahei", "arial";
	font-size: 14px;
	line-height: 16px;
	color: #383f45;
	min-width: 1200px;
}

body {
	background-color: #ecf1f5;
}

input[type=button],input[type=submit] {
	display: inline-block;
	outline: 0;
	border: 0;
}

img,button,table {
	border: 0;
}

ul,ol,li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/*layout*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left
}

.right {
	float: right
}

.relative {
	position: relative;
}

/*vertical align*/
.tc {
	text-align: center;
}
/*margin padding*/
.mr10 {
	margin-right: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*hide show*/
.hide {
	display: none;
}
/*font color*/
.blue1,a.blue1 {
	color: #006699;
}

.orange,a.orange {
	color: #ff8601;
}

a.blue1:hover {
	color: #0099ff;
}

/*background color */
.grayBg {
	background-color: #eef3f6;
}

.whiteBg {
	background-color: #fff;
}

/*border*/

/*btns icons*/
.moreBtn1,a.moreBtn1 {
	border-radius: 5px;
	display: inline-block;
	width: 66px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0099ff url(../../images/arrow1.png) center center no-repeat;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	font-size: 12px;
}

.moreBtn1 span,a.moreBtn1 span {
	opacity: 0;
	padding-left: 10px;
}

.moreBtn1:hover,a.moreBtn1:hover {
	text-decoration: none;
	background: #0099ff url(../../images/arrow1.png) 40px center no-repeat;
}

.moreBtn1:hover span,a.moreBtn1:hover span {
	opacity: 1;
}

.moreBtn2 {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../../images/moreIcon2.png) 0 0 no-repeat;
}

.moreBtn3 {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../images/moreIcon3.png) 0 0 no-repeat;
}

.crumbs {
	line-height: 32px;
	padding: 0 10px;
}

.crumbs a {
	color: #383f45;
}

.crumbs a:hover {
	color: #0099ff;
}

.viewNum {
	color: #c6cbcf;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../../images/viewIcon.png) left center no-repeat;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}

/*page*/
.pageNations {
	margin: 20px 0;
}

.pageBox {
	text-align: right;
	float: right;
}

.pageSearch {
	float: right;
	width: 230px;
}

.pageSearch span {
	display: inline-block;
	color: #747474;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.pageSearch .pageSearchBtn {
	height: 30px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #3B8BE3;
	cursor: pointer;
}

.pageSearch span input {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
}

.pageBox span,.pageBox .prevDisabled,.pageBox .nextDisabled {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	margin-left: 6px;
	margin-right: 6PX;
	font-size: 14px;
	color: #333333;
	padding: 0 12px;
	background-color: #fff;
	border-radius: 2px;
}

.pageBox span:hover,.pageBox span.on {
	color: #fff;
	background: #3b8be3;
	border: 1px solid #3b8be3;
	text-decoration: none;
}

.pageBox a:hover,.pageBox a.on {
	color: #fff;
	background: #3b8be3;
	border: 1px solid #3b8be3;
	text-decoration: none;
}

.pageBox a,.pageBox .prevDisabled,.pageBox .nextDisabled {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	margin-left: 6px;
	margin-right: 6PX;
	font-size: 14px;
	color: #333333;
	padding: 0 12px;
	background-color: #fff;
	border-radius: 2px;
}

.pageBox .prevDisabled,.pageBox .nextDisabled {
	color: #d8d8d8;
}
/*dialog*/
input[type=text], input[type=password] {
	border: solid 1px #e1e1e1;
	/*padding-left: 5px;*/
	height: 34px;
	line-height: 34px;
	font-family: "Microsoft Yahei";
}
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{
	color:#aaaaaa;
}
input.placeholder{
	color: #aaa;
}
.inputErrorTip {
	color: red;
	font-size: 12px;
	padding-bottom: 5px;
}
.bold{
	font-weight:bold;
}
.loginBox{
    background-color:#fff;
    padding:20px 30px 30px;
    width:300px;
    margin:0 auto;
	overflow: hidden;
}
.loginTitle{
    margin-bottom:20px;
}
.loginTitle span{
    font-size:18px;
    color:#383f45;
}
.loginTitle a{
    font-size:12px;
}
.loginInput li{
    margin-bottom: 20px;
    position: relative;
}
.loginInput input{
    padding:0 0 0 32px;
    width: 240px;
}
.userName{
    background:url("../../images/login/icon2016-12-4.png") no-repeat 5px 5px;
}
.userPsw{
    background:url("../../images/login/icon2016-12-5.png") no-repeat 5px 5px;
}
.loginDetails{
    font-size:12px;
    color: #999;
}
.loginBtn{
    background:#19a3ff;
    color:#fff;
    border-radius:4px;
    text-align:center;
    width:100%;
    height:38px;
    line-height:38px;
    cursor: pointer;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.13);
    margin-top:20px;
    font-size: 16px;
}
.loginBtn:hover{
    background-color:#00aeff;
}
.seperator {
    text-align: center;
    font-size: 12px;
    padding: 0 0 10px 0;
    margin-top:30px;
}
.sep-line {
    border-top: 1px solid #e5e5e5;
    height: 1px;
    font-size: 0;
}
.sep-text {
    margin: -10px auto 0;
    color: #999;
    background-color: #fff;
    width: 114px;
}
a.third-login {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-image: url("../../images/zb_login.png");
}
a.qq-login {
    background-position: -137px -170px;
}
a.weixin-login {
    background-position: -163px -170px;
}
a.weibo-login {
    background-position: -189px -170px;
}