*{
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
em,i {
    font-style: normal;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
/*.container {
	width: 990px;
	margin: auto;
}*/
/*header头部样式*/
#header {
    background-color: #3a3a3a;
    padding: 5px 0px;
    color: #999999;
    font-size: 12px;
    /*padding-left: 464px;
    padding-right: 446px;*/
}
.header_operate li {
    float: left;
}
.rank {
    background: url('../../images/rank_icon.png') no-repeat;
    width: 52px;
    height: 20px;
}
/*logo与导航*/
#navgation {
    padding: 18px 0px 15px 0px;
}
.logo {
    height: 50px;
    display: block;
}
.logo img {
    height: 45px;
}
.bar {
    margin: 20px 20px 2px 20px;
    width: 1px;
    height: 20px;
    border-left: 1px solid #ccc;
}
.ui-logo-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 12px;
    color: #1A1A1A;
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft Yahei', 宋体;
}
.nav_tab {
    height: 40px;
}
.nav_tab li{
    float: left;
    margin-left: 66px;
}
.nav_tab li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #c9c9c9;
}
.nav_tab li a:visited {
    color: #000000;
}
.nav_tab li a i {
    margin-right: 14px;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.nav_tab .active i{
    background: url('../../images/blue.png');
    background-size: 12px 12px;
    background-repeat:no-repeat;
}
.nav_tab .active a , .nav_tab li:hover a {
    color: #00acee;
}
.nav_tab li:hover i {
    background: url('../../images/blue.png');
    background-size: 12px 12px;
    background-repeat:no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
}
/*left_menu*/
.announcement {
    color: #ff0000;
    padding: 5px 0px;
}
.left_menu .active {
    background: #00abef;
}
.left_menu .active a {
    color: #ffffff;
}
.left_menu li {
    border: 1px solid #dddddd;
    height: 40px;
    padding: 8px;
}
.left_menu li a {
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
    height: 24px;
    display: block;
}
.left_menu li a:hover {
    cursor: pointer;
    text-decoration: none;
}
.left_menu li a img {
    margin-right: 5px;
}
/*footer*/
.sitelink {
    font-size: 12px;
    width: 100%;
    height: 280px;
    background-color: #ededed;
    background-position: 0 -330px;
    background-repeat: repeat-x;
}
.footer_container {
    height: 50px;
    padding: 25px 0;
    background-color: #ededed;
}
.footer_line {
    width: 100%;
    height: 6px;
    background-repeat: repeat-x;
    background-image: url('../../images/footer.png')
}
.link {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    margin-bottom: 20px;
}
.footer-link {
    float: left;
}
.footer-link a {
    float: left;
    padding: 0 8px;
    color: #787878;
}
.footer-link em {
    float: left;
    color: #ccc;
}
.separator {
    color: #ccc;
}
.copyright {
    color: #787878;
    float: left;
    padding-left: 8px;
}
.copyright a{
    color: #787878;
}
.friendly_link ul {
    display: inline-block;
}
.link-item {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #ccc;
    line-height: 14px;
}
.link-item a {
    color: #787878;
}
.link-item-noborder {
    border-right: 0;
}
/*在线客服*/
#online_kefu {
    position: fixed;
    width: 200px;
    height: auto;
    right: 0px;
    bottom: 100px;
}
.online_main {
    position: relative;
    background: #e9f2ed;
}
.online_main .glyphicon-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #9c9897;
    cursor: pointer;
}
.online_main .title {
    padding-top: 20px;
}
.online_main ul {
    padding: 0px 45px;
    margin-top: 10px;
}
.online_main li {
    border-bottom: 1px solid #dddddd;
}
.online_main li:last-child {
    border-bottom: 0px;
}
.online_main .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    padding-top: 15px;
}
.online_main .main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 110px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../../images/qq-icon-bg.png) no-repeat center 8px;
}
.online_main .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 25px;
    top: 35px;
    overflow: hidden;
    z-index: 9;
}
.online_main .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}/*
.online_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../../images/toTop-icon.png) no-repeat center center;
    float: left;
    margin-left: 75px;
}
.online_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}*/
#online_kefu .open-im {
    cursor: pointer;
    float: right;
    width: 40px;
    height: 133px;
    background: url(../../images/open_im.png) no-repeat left top;
    display: none;
}
/*分页*/
.pagination {
    display: block;
}
.pagination a {
    margin: 0px 10px;
}
.pagination a:hover {
    cursor: pointer;
}
.pagination input {
    width: 80px;
}
.pagination button {
    padding: 5px 10px;
    background: #dddddd;
    border: 0px;
    border-radius: 5px;
}
label.error{
    margin-left: 30%;
    color:red;
}
.error {
    color: red;
    border-color:red;
}

.valid {
    color: black;
}