
/**
FORNT-END:      scott/+86 13122250627
MAIN-COLOR：    #7ad27c
HOVER:          #72c474
START-TIME:     2015-5-6
**/


/******START: RESET******/
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;background:#eee;-webkit-text-size-adjust:100%}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; }

h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}

em,i{font-style: normal;}
a{color: #333; text-decoration: none; outline: none;}
input.readonly{background: #f5f5f5; color: #999;}
img{border:none;}
li{list-style: none; }
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
table{border-collapse:collapse;border-spacing:0}
/*******END: RESET*******/
.page{font-size:12px;height:30px;padding:15px 0;clear:both;overflow:hidden;text-align:center; box-sizing: content-box}
.page a{text-decoration:none;line-height:25px;padding:0px 10px;display:inline-block;margin-right:5px;margin-left:5px;border:solid 1px #c8c7c7;}
.page a:hover,.page a.checked{text-decoration:none;border:solid 1px #0086d6;background:#0091e3;color:#fff;}
.page a:visited,.page a:link{color:#333;}
.page a:active{color:#3B3B3B;}

/******通用样式******/
.hide{display: none;}
.fl{float: left;}  .fr{float: right;}  .clr{clear: both;}
.ell{overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.main{width: 100%; overflow: hidden; margin: auto;}

.more{float: right;    text-decoration: underline; font-size: 12px; margin-top: 10px;}
.mask{width: 100%; height: 100%; position:fixed;top:0; background: rgba(0, 0, 0, 0.16); display: none;z-index: 999;}


.pages{text-align: center;font-size: 16px; margin: 20px 0; color: #666;}

/***********旋转CSS3***************/
.swf{-moz-transition:-moz-transform .5s; /* Firefox 4 */  -webkit-transition: -webkit-transform .5s ; /* Safari and Chrome */  -o-transition: -o-transform .5s; /* Opera */  }
.swf:hover{  -moz-transform:rotate(180deg); /* Firefox 4 */  -webkit-transform:rotate(180deg); /* Safari and Chrome */  -o-transform:rotate(180deg); /* Opera */}

/******END: 通用样式*****/




/************公共底部*************/
#footer{border-top:1px solid #ddd; padding: 30px 0; margin-top: 50px;}
#footer ul.inner{border-bottom: 1px solid #ddd; padding-bottom: 30px;}
#footer ul.inner li{width: 90px; float: left; padding: 0  40px;border-right: 1px solid #ddd; height: 140px;}
#footer ul.inner li span{display: block;font-size: 18px;  }
#footer ul.inner li a{display: block; color: #999; font-size: 14px; margin-top: 5px;}
#footer ul.inner li:first-child{padding-left: 0;}
#footer ul.inner li:last-child{width: 200px; border: 0; text-align: center;}
#footer ul.inner li:last-child h3{font-size: 26px;}
#footer ul.inner li:last-child h4{color: #999; font-size: 14px; margin-top: 5px;}
#footer ul.inner li:last-child .kf{display: inline-block;  background:  #4cc2ea; color: #fff; padding: 5px;}
#footer ul.inner li:last-child .kf:hover{background: #46b4d9;text-decoration: none;  }
.footerInfo p{color: #999; text-align: center;display:block; margin-top:10px;font-size: 12px;}
.footerInfo p a{color: #999;text-decoration:underline;}
.footLinks{text-align: center; margin-top: 20px;}
.footLinks img{width: 80px; height: 30px;}




/***********弹出登录层***************/
.loginMask{width: 100%; height: 100%; position: absolute;top:0; background: rgba(0, 0, 0, 0.16); display: none;z-index: 999;}

/**********分页******/

.pages{text-align: center; margin:20px 0 50px 0; font-size: 16px;}
.pages .next{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}
.pages .prev{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}
.pages .first{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}
.pages .end{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}
.pages .num{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}
.pages .current{border:1px solid #ddd;padding:5px 7px;min-width:20px; display:inline-block; color: #4cb8ff; background:#eee; margin-left: -1px;}
.pages .total{border:1px solid #ddd; padding:5px 7px; margin-left:-1px; min-width:20px; display:inline-block;}

/***
登录页面
**/
.reg-top-line{width: 100%; height: 6px; background: #20abda; position: absolute; top:0;}
.reg-banner{margin: 40px auto 20px; text-align: center;width: 200px;}
.reg-banner h1{ color: #999; margin-top: 10px;}
.reg-box{margin: 0 auto; padding:30px 50px 30px 50px; width: 270px; border-radius: 5px; background: #fff; overflow:hidden; border: 1px solid #ccc; box-shadow: 0 0 5px #ccc;}
.reg-box .form input[type='text'],.reg-box .form input[type='password']{ width: 250px; height: 40px;padding: 0 10px 0 10px; margin-bottom: 10px; border:1px solid #ccc; border-radius: 3px; display: block; }
.reg-box .form span{color: #999; font-size: 12px;}
.reg-btn{background: #20abda !important; height: 50px !important; border-radius: 3px; border:none !important; color: #fff; width: 270px!important; font-size: 15px; margin-top: 20px;  cursor: pointer;}
.reg-btn:hover{background: #1f9fcd !important;}
.reg-login{width: 100px; margin: 15px auto; text-align: center; color: #999; line-height: 200%;}
.reg-login a{color: #4cc2ea; font-size: 17px;}

.little-foot{text-align: center; font-size: 12px; color: #ccc;}