﻿.body-container
{
    width: 100%;
    min-height: 100%;
    min-width: 1000px;
    position: relative;
    height: auto;
    box-sizing: border-box;
    color: #464646;
    zoom: 1;
}
.header
{
    display:block;
    width:1180px;
    height:100px;
    background-color:#fff;
    margin:0 auto;

}

.header > .logo {
    float: left;
}

.header > .logo h1 {
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    font-weight: normal;
}

.header a {
    text-decoration: none;
    outline: none;
}

.header > .info {
    width: auto!important;
    height: auto!important;
    float: right;
    text-align: right;
    margin-top: 22px;
}
.header > .info > span > div {
    display: inline-block;
    vertical-align: middle;
}
.header > .searchBox {
    height: 26px;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    

}

.header > .searchBox .inputText {
    min-height: 20px;
    height: auto;
    box-sizing: border-box;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    color: #464646;
    padding: 3px 5px;
    word-wrap: break-word;
    font-size: 14px;
    width:300px;
    border-radius: 4px;
}

    .header > .searchBox .btnsearch
    {
        line-height: 30px;
        margin-left:5px;
    }




    .header > .info img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}














/*nav
{
    display:block;
    width:100%;
    background-color:#00ae20;
    font-weight:bold;
}
.nav
{
    display:none;
    width:1180px;
    margin:0 auto;
    height: 98px;
}*/

.ui-menu
{
    background-color:#4cbaff;
}
.ui-menu:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.ui-menu .ui-menu-item
{
    display:inline-block;
    float:left;
    margin:0 10px!important;
    padding:10px 0;
    width:auto;
    height:38px;
    line-height:40px;
    border-radius:5px;
}
    .ui-menu .ui-menu-item a
{
    color: #fff;
    text-decoration: none;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper
{
    border:none!important;
    padding:19px;
}
    .ui-menu .ui-menu-item .ui-state-active
    {
        font-weight:bold;
        background:#0097f6;
        border-radius:3px;
    }
/*.ui-widget-content
{
    border:none!important;
    background:#4cbaff!important;
}*/

.ui-front .ui-menu-item
{
    clear:both;
    margin:0!important;
    padding:10px 0;
    width:auto;
    line-height:40px;

}

.slid-banner
{
    background-position: center center;
    display: block;
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
    background-image: url('/images/banner/index_banner.jpg');
    background-repeat: no-repeat;
}
.main-content
{
    display:block;
    width:1180px;
    margin:0 auto;
    min-height:300px;
}


/*footer*/
#footer {
    background: #000000;
    border-top:1px solid #e2e4e6;
    font-size:12px;
    color: #d9dee3;
    padding:27px 0;
    min-width:620px;
}
#footer .waper {
    width:auto;
    max-width:1200px;
    margin:0 auto;
}
#footer .footer_intro {
    padding-left:40px;
}
#footer p {
    line-height:1.7;
}
.footer_logo {
    display:none;
    float:left;
    background:url(/images/footer-sprite.png) 0 -230px no-repeat;
    height:40px;
    width:120px;
    margin:0 20px;
}
#footer .des {
    width:445px;
}

.footer_link ul {
    overflow:hidden;
    margin-top:-1px;
}
.footer_link a:link,
.footer_link a:visited,
.footer_link a:active {
    color: #ffffff;
}
.footer_link a:hover {
    color:#fff;
}
#footer .footer_link {
    margin-bottom:4px;
    line-height:1.8;
}
#footer .footer_link li {
    margin-right:30px;
    text-align:center;
    float:left;
}

.gray, .gray a {
    color: #797979;
}
.green, .green a, a.green {
    color: #2fa132;
}

.border_none {
    border: medium none;
}

.column {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.inputText {
    min-height: 20px;
    height: auto;
    box-sizing: border-box;
    line-height: 20px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    color: #464646;
    padding: 3px 5px;
    word-wrap: break-word;
    font-size: 14px;
}

.inputText.big {
    min-height: 40px;
    line-height: 40px\9;
    padding: 0px 5px;
    word-wrap: break-word;
    font-size: 16px;
}

.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}


/*分页*/
/*翻页*/
.page {
    margin:25px 0 auto;
    overflow:hidden;
    clear:both;
    text-align:center;

}
.page-inner {
    padding:0 20px;
}
.page a {
    display:inline-block;
    margin:0 5px;
    padding:0 5px;
    min-width:20px;
    height:29px;
    line-height:30px;
    font-size:14px;
    color:#787d82;
    text-align:center;
    border-bottom:1px solid transparent;
    -webkit-transition:border-color 0.2s;
    -moz-transition:border-color 0.2s;
    transition:border-color 0.2s;
}
.page a:hover {
    border-color:#ec1500;
    color:#ec1500;
    text-decoration:none;
}
.page a.active {
    background:#ec1500;
    color:#ffffff;
    border-color:transparent;
}
.page span,
.page-disabled {
    display:inline-block;
    padding:0 5px;
    min-width:20px;
    height:39px;
    line-height:39px;
    font-size:14px;
    color:#c8cdd2;
    text-align:center;
}
.page-first,
.page-last {
    width:50px;
}
.page-prev,
.page-next {
    width:70px;
}
.page .notmargin {
    margin-right:0;
}

.nodata
{
    display:block;
    font-size:1.6rem;
    clear:both;
    padding:20px;
    width:100%;
    height:300px;
    line-height:300px;
    text-align:center;
}
    .nodata a,.nodata a:visited
{

    text-decoration: underline;
}
        .nodata a:hover
{
    text-decoration: none;

}
        
