﻿/* 
    Created on : 2016-6-20, 15:45:47
    Author     : wangli116758
*/

html{overflow:auto;/*overflow-x:hidden;*/display: block;}    
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}    
body {
    background-color: #ffffff;
    color: #666;
    font: 14px/1.5 "Microsoft YaHei",Tahoma,"宋体",Verdana,Arial;
    display: block;
    min-width:1024px;
}
p{ font: 14px/1.5 "Microsoft YaHei",Tahoma,"宋体",Verdana,Arial;}

div {
    display: block;
}
a {
    text-decoration: none;
}
ul li {
    list-style: outside none none;
}
img {
    border: 0 none;
    vertical-align: middle;
    color: transparent;
    font-size: 0;    
}
/*header模块*/
#header_fullrow{
    width: 100%;
}
#header_mainarea{
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}
#header{
    height: 76px;
    width:1000px;
    margin: 0 auto;
}
#h_logo{
    margin-left: 0px;
    position: relative;
    float: left;
    top:50%;
    width: 170px;
    height: 50px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -25px;
}
#h_logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.mobile_h_logo{
    width: 255px !important;
    background: url(../images/logo_mobile.png) no-repeat center center !important;
    background-size: 100% 100%;    
}

#h_navigation{
    position: relative;
    float: left;
    margin-left: 15px;
    font-size: 20px;
    height: 76px;
    display: inline-block;
}
.h_navigation_word{
    margin-left: 55px;
    float:left;
    position: relative;
    display: inline-block;
    height: 66px;
    width: 60px;
    line-height: 66px;
    text-align: center;
    top:50%;
    margin-top: -33px;
}
.h_navigation_word a{
   display: inline-block;
    height: 66px;
    width: 60px;
    line-height: 66px;
   text-align: center;
   border: none;
   color:#666;
}
.h_navigation_word_hlight a{
   color: #3395ff;
}

.h_navigation_word a:hover{
   border-bottom: 3px solid #3395ff;
   color: #3395ff;
}
#h_right_box{
    margin-right: 0px;
    position: relative;
    float: right;
    display: block;
    height: 76px;
    width: 253px;
}
#h_page_type{
    margin-right: 0px;
    position: relative;
    float: left;
    width:76px;
    height: 24px;
    background: url("../images/pics.png") no-repeat scroll -93px -4px;
    overflow: hidden;
    top:50%;
    margin-top: -12px;
    margin-right: 22px;
    padding-right: 22px;
    border-right: #e2e2e2 1px solid;
    display: block;
}
#h_page_type2{
    margin-right: 0px;
    position: relative;
    float: left;
    width:76px;
    height: 20px;
    background: url("../images/pc.png") no-repeat scroll 0 0;
    overflow: hidden;
    top:50%;
    margin-top: -10px;
    margin-right: 22px;
    padding-right: 22px;
    border-right: #e2e2e2 1px solid;
    display: block;
}

#h_page_type a,#h_page_type2 a{
    display: block;
    width: 100%;
    height: 100%;
}

#h_login{
    margin-right: 0px;
    position: relative;
    float: left;
    /*width:71px;*/
    height: 27px;
    background: url("../images/login.png") no-repeat scroll 0px 0px;
    overflow: hidden;
    top:50%;
    margin-top: -13px;
    width: 132px;
    display: none;
}
#h_login:hover{
    margin-right: 0px;
    position: relative;
    float: left;
    /*width:71px;*/
    width: 132px;
    height: 27px;
    background: url("../images/login2.png") no-repeat scroll 0px 0px;
    overflow: hidden;
    top:50%;
    margin-top: -13px;
}
#h_login a{
    display: block;
    width: 100%;
    height: 100%;
}
#h_login_after{
    display: none;
    margin-right: 0px;
    position: relative;
    float: left;
    height: 34px;
    overflow: hidden;
    top:50%;
    margin-top: -17px;
    width: 132px;
}
#h_login_user_pic{
    margin-right: 0px;
    position: relative;
    float: right;
    height: 31px;
    width: 31px;
    overflow: hidden;
    top:50%;
    margin-top: -15px;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius:15px;
    float: left;
}
#h_login_after_right{
    float: left;
    margin-left: 5px;
    position: relative;
    height: 31px;
    overflow: hidden;
    top:50%;
    margin-top: -15px;
    display: inline-block;
}
#h_login_user_name{
    position: relative;
    height: 14px;
    overflow: hidden;
    line-height: 14px;
    font-size: 14px;
}
#h_login_user_level{
    position: relative;
    height: 17px;
    overflow: hidden;
}
.h_login_user_level_sun{
    height: 17px;
    width: 17px;
    display: block;
    margin-right: 1px;
    position: relative;
    float: left;    
}
.h_login_user_level_moon{
    height: 13px;
    width: 14px;
    display: block;
    margin-right: 1px;
    position: relative;
    float: left;
    margin-top: 4px;
}
.h_login_user_level_star{
    height: 13px;
    width: 13px;
    display: block;
    margin-right: 1px;
    position: relative;
    float: left; 
    margin-top: 4px;
}
/*end of header模块*/

/* pagination模块*/
.pagination{margin: 0 auto;text-align: center;margin-bottom: 45px;display: inline-block;width: 100%;height: 34px;}
.pagination_div{margin: 0 auto;display: inline-block;text-align: center; *zoom: 1;*display: inline;}
.pagination a{position: relative;float: left; display: block;margin-right: 15px;text-align: center;line-height: 34px;}
.pagination_normal{display: block;font-size: 12px;border: 1px solid #dbdbdb;color: #666666;background-color: #ffffff;width: 34px;height: 34px;}
.pagination a:hover{border: 1px solid #3395ff;color: #3395ff;}
.pagination_current{font-size: 12px;color: #ffffff !important;background-color: #3395ff !important;display: block;border: 1px solid #68b1ff !important;display: block;width: 34px;
height: 34px;}
.pagination_next,.pagination_pre{display: block;font-size: 12px;border: 1px solid #dbdbdb;color: #666666;background-color: #ffffff;
width: 73px;height: 34px;font-size: 14px;line-height: 34px !important;}
a.pagination_disable{color: #999999 !important;cursor: default;}
a.pagination_disable:hover{border: 1px solid #dbdbdb !important;color: #999999 !important;}
/* end of pagination模块*/

/* footer模块*/
#footer_fullrow{width: 100%;text-align: center;border-top: 1px solid #dfdfdf;background-color: #f2f2f2;margin: 0;padding: 0;}
#footer_middlearea{width:1024px;margin: 0 auto;text-align: center;}
#footer{width: 1000px;display: inline-block;text-align: center;margin-left: auto;
        margin-right: auto;}
#footer_icon_box{display: inline-block;margin: 45px auto 60px;width: 342px;position: relative;}
.footer_icon{display: inline-block;position:relative;float:left;text-align:center; margin-right:60px;;width: 74px;height: 70px; }
.footer_icon_right{margin-right: 0px;}
.footer_icon img{display: block;width:43px;height: 43px;margin: 0 auto;border: none; background-color: #f2f2f2\9;opacity: 0.52;
                filter:alpha(opacity=52);zoom:100%;}
#footer_icon_box .qrcode{position: absolute;display: none;width: 122px; height: 133px;z-index: 10;top:-135px;left:250px;}
#footer_icon_box .qrcode img{display: block;width: 122px; height: 133px;}
.footer_icon_word{font-size:14px;margin-top: 10px;display: inline-block;}
/* end of footer模块*/