/*banner*/
.banner{
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner img,.banner table td img{
    width: 100%!important;
    height: auto!important;
}
#flashBoxu_u3_{
    width: 100%!important;
    height: auto!important;
}


/*一级标题*/
.title{
    line-height: 30px;
    border-bottom: 1px solid #02529f;
    overflow: hidden;
    color: #02529f;
    font-size: 20px;
    margin-bottom: 10px;
}
.title a{
    float: right;
    color: #333333;
    font-size: 14px;
}
/*二级标题*/
.titles{
    overflow: hidden;
    margin-bottom: 20px;
}
.titles span{
    display: block;
    font-size: 16px;
    width: 20%;
    float: left;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
.normal{
    background: #f3f3f3;
    color: #333333;
}
.active{
    background: #02529f;
    color: #ffffff;
}

/*正文框架*/
.index{
    margin: 30px auto;
}

.left{
    float: left;
    width: 760px;
}

.right{
    width: 400px;
    float: right;
}


/*列表*/
.list li{
    line-height: 40px;
    color: #999999;
    overflow: hidden;
}
.list li a{
    display: block;
    max-width: 75%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.list li span{
    float: right;
    font-size: 14px;
    color: #999999;
}
.list li img{
    float: left;
    margin-left: 5px;
}


.one,.two,.four{
    margin-bottom: 20px;
}

.one .list{
    height: 320px;
    overflow: hidden;
}


.two .none{
    display: none;
}
.two .list{
    /*height: 280px;*/
    overflow: hidden;
}

.four dl{
    overflow: hidden;
    margin-bottom: 20px;
}
.four dl dd{
    float: left;
    width: 60px;
    height: 60px;
}
.four dl dd p{
    display: block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #02529f;
    background: #ececec;
    font-size: 22px;
}
.four dl dd span{
    display: block;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #02529f;
    color: #ffffff;
}


.four dl dt{
    float: right;
    width: 80%;
    font-weight: 100;
}
.four dl dt a{
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:4px;
    font-size: 16px;
}
.four dl dt span{
    display: block;
    font-size: 12px;
    color: #999999;
}


.quick{
    padding-top: 40px;
    overflow: hidden;
}


.quick a{
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 102px;
}

.quick a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*预约浮窗*/
.recruit{
    position:fixed;
    bottom: 40%;
    width: 15%;
    z-index: 9999;
    padding-top: 30px;
}
.recruit img{
    width: 100%;
}

.recruit1{
    width: auto;
}
.recruit2{
    bottom: 20%;
}
.recruit3{
    bottom: 25%;
}
@media screen and (max-width: 1500px){
    .recruit2{
        bottom: 15%;
    }
    .recruit3{
        bottom: 15%;
    }
}

.closes{
    position: absolute;
    cursor: pointer;
    right: 0;
    top:0;
    z-index: 1;
    font-size: 30px;
    color: #000000;
    display: none;
    opacity: 1;
    font-weight: bold;
}

.recruit:hover .closes{
    display: block;
    opacity: 1;
}


/*平板电脑*/
@media all and (max-width: 1200px){
    .index{
        width: 100%;
        margin: 20px auto 0 auto;
    }


    .left,.right{
        width: 100%;
        margin-bottom: 20px;
    }

    .one,.two,.three,.four{
        padding: 0 10px;
    }

    .list li img{
        display: none;
    }
    .four div{
        overflow: hidden;
    }
    .four dl{
        width: 50%;
        float: left;
    }
    .four dl:nth-child(even){
        padding-left: 10px;
    }
    .four dl:nth-child(odd){
        padding-right: 10px;
    }


    .quick{
        padding-top: 5px;
    }


}




/*phone*/
@media all and (max-width: 500px){
    .hiSlider-pages{
        display: none;
    }

    .left{
        margin-bottom: 0;
    }


    .four dl{
        width: 100%;
        float: inherit;
    }
    .four dl:nth-child(even){
        padding-left: 0;
    }
    .four dl:nth-child(odd){
        padding-right: 0;
    }
    /*预约浮窗*/
    .recruit{
        display: none;
    }
    .recruit3{
        display: block;
        width: 50%;
        bottom: 0;
    }

}

