@charset "utf-8";
body,div,hr,p,blockquote,ul,ol,li,table,tbody,tr,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea {
    font-size:13px;
    font-weight:normal;
    margin:0px;
    padding:0px;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
    border: none;
}
body{
    width: 100%;
    min-width: 1360px;
    height: 100%;
    color:#333;
    background-color:#fff;
}
html {
    overflow-y:auto!important;
    *overflow-y:scroll;
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after {
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
*+html img{
    -ms-interpolation-mode:bicubic;
}
.clearboth{
    clear:both;
}
ul,ol{
    list-style:none
}
fieldset,img{
    border:0;
}
address,cite,dfn,em,var,i{
    font-style:normal;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
button,.hand{
    cursor:pointer;
}
button,input,select,textarea {
    font-size:12px;
    outline: 0;
}
.fleft {
    float:left;
    display:inline;
}
.fright {
    float:right;
    display:inline;
}
.hide {
    display:none;
}
.show {
    display:block;
}
.uinput {
    border-top:1px solid #848484;
    border-left:1px solid #848484;
    border-right:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    text-indent:5px;
}
a{
    color:#333;
    text-decoration:none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap1360{
    width: 1360px;
    margin: 0 auto;
}
.top-area{
    height: 120px;
}
.top-area .logo{
    margin-top: 25px;
}
.top-area .search-box{
    margin-top: 25px;
}
.top-area .search{
    width: 398px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #12AFED;
}
.top-area .search .so_ico{
    width: 15px;
    height: 15px;
    background: url(../images/search_ico.png) center center no-repeat;
    margin: 12px 10px 0 12px;
}
.top-area .search .so_keyword{
    width: 280px;
    height: 36px;
    margin-top: 1px;
    border: 0 none;
    font-size: 14px;
}
.top-area .search .so_button{
    width: 80px;
    height: 38px;
    background: #1C85E8;
    color: #C4F2FF;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.top-area .hot-search{
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
}
.top-area .hot-search .txt{
    width: 70px;
}
.top-area .hot-search .label{
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.top-area .hot-search .label.active{
    background: #1D85E4;
    border-radius: 20px;
    color: #C4F2FF;
}
.container{
    background: #fff url(../images/sky_bg.png) top center no-repeat;
}
.nav_bar{
    height: 70px;
    border-top: 1px solid #D8D8D8;
}
.nav_bar ul li{
    float: left;
    width: auto;
    margin-top: -1px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding:0 15px;
}
.nav_bar ul li a.nav{
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 2px solid transparent;
    font-size: 17px;
    text-align: center;
    display: inline-block;
}
.nav_bar ul li:hover{
}
.nav_bar ul li a.nav:hover,.nav_bar ul li.active a.nav{
    color:#c00;
}

#Index.nav_bar ul li{
    margin-left: 0;
    padding:0;
}
#Index.nav_bar ul li a.nav:hover{
    color:#fff;
}
.nav_bar ul li .classify-menu-box{
    width: 148px;
    position: absolute;
    left: 50%;
    top: 72px;
    margin-left: -75px;
    z-index: 9999;
    display: none;
}
.nav_bar ul li .classify-menu{
    width: 148px;
    margin-top: 0px;
    border: 1px solid #EDEDED;
    border-top:none;
    border-radius: 3px;
    background: #fff;
    padding: 3px 0;
}
.nav_bar ul li .classify-menu a{
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.nav_bar ul li .classify-menu a:hover{
    background: #F5F5F5;
}
.nav_bar ul li:hover .classify-menu-box{
    display: inline-block;
}

.list-ico{
    width: 7px;
    height: 8px;
    background: url(../images/triangle_icon.png) 0 -30px no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer{
    background: #555555;
    color: #fff;
    padding-bottom: 40px;
}
.footer .link-area{
    padding: 25px 0;
    border-bottom: 1px solid #353535;
    margin-bottom: 25px;
}
.footer .link-area .label{
    width: 108px;
    height: 40px;
    line-height: 40px;
    background: url(../images/link_label_c.png) center center no-repeat;
    float: left;
    text-indent: 22px;
    margin-right: 45px;
}
.footer .link-area a{
    height: 14px;
    line-height: 14px;
    color: #fff;
    margin: 13px 5px;
    border-right: 1px solid #fff;
    float: left;
    padding-right: 10px;
}
.footer .link-area a:last-child{
    border: 0 none;
}
.footer .copyright_t , .footer .web_icp{
    text-align: center;
    line-height: 28px;
}
.footer .copyright_t a, .footer .web_icp a{
    color:#fff;
    text-decoration: underline;
    margin: 0 5px
}
.copyright_t img{
    vertical-align: top;
    margin: 2px 5px 0 5px;
}

.date-weather{
    padding-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.date-weather a{
    color: #666;
}
.date-weather span{
    color: #000;
}
.paging{
    text-align: right;
}
.paging .pag-l{
    color: #666;
    line-height: 30px;
}
.paging .page-select{
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E4E9ED;
    color: #666;
}
.paging .pag-r{
    float: right;
}
.paging .pag-r .pagination li{
    display: inline-block;
    margin:0 3px;
}
.paging a, .paging span{
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #E4E9ED;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    border-radius: 2px;
    font-family: 宋体;
    font-size: 12px;
}
.paging li.disabled span{
    font-family: 宋体;
    color:#666;
}
.paging li.active span{
    color:#fff;
    background-color: #009EF5;
    border-color: #009EF5;
}
.paging a.prev.disabled , .paging a.next.disabled{
    border-color: #E4E9ED;
    color: #C4C4C4;
    cursor: no-drop;
}
.paging a.active , .paging a:hover{
    border-color: #009EF5;
    color: #009EF5;
}