/*index*/

.header-content{
    overflow: hidden;
}

.header-website{
    float: left;
}
.website-logo{
    float: left;
    width: 198px;
    height: 66px;
    margin: 10px 0;
}
.website-logo img{
    display: block;
    /*width: 198px;*/
    height: 66px;
}

.header-contact{
    float: right;
    margin: 33px 0 33px 70px;
}
.header-contact img{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.header-contact span{
    float: left;
    color: #D50000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 8px;
}

/* banner */
.banner{
    position: relative;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto 20px auto;
    background-size: 100% 100%;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    background: url(/Modules/images/sem_index/index_banner.jpg) no-repeat center;
    background-size: 100% 100%;
}
.banner h1{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    line-height: 84px;
    text-align: center;
    padding-top: 170px;
    text-shadow: 0px 2px 6px #00277F;
}
.banner-tab{
    position: absolute;
    top: 180px;
    width: 520px;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 290px;
    overflow: hidden;
    *left: 50%;
    *margin-left: -260px;
}
.banner-tab li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 34px;
    margin: 0 24px;
    cursor: pointer;
}
.banner-tab li span{
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-shadow: 0px 0px 1px #012A84;
}
.banner-tab li img{
    display: none;
    width: 8px;
    height: 8px;
    margin: auto;
}
.banner-tab li.banner-tab-active span{
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(1,42,132,0.73);
}
.banner-tab li.banner-tab-active img{
    display: block;
    *display:inline-block;
}

.banner-search{
    position: relative;
    top: 220px;
    width: 688px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-search input{
    float: left;
    width: 668px;
    height: 46px;
    padding-left: 18px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(71,111,162,0.42);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(15px);
}
.banner-search input::placeholder{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.banner-search-operate{
    position: absolute;
    right: 0;
    width: 102px;
    height: 48px;
    background-color: #D50000;
    border-radius: 0px 2px 2px 0px;
    cursor: pointer;
}
.banner-search-operate:hover{
    background-color: #B60E0E;
}
.banner-search-operate img{
    display: block;
    width: 26px;
    height: 26px;
    margin: 11px auto;
}
.district-tab-ul {
    width: 100%;
    height: 38px;
    border-bottom: solid 1px #CADFF3;
}

.district-tab-li {
    float: left;
    color: #1379D7;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 40px;
    padding-bottom: 14px;
    border-bottom: 3px solid #1379D7;
    cursor: pointer;
}

/* 地区内容 */
.district-content-li {
    margin-top: 40px;
}

.district-content-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.district-content {
    overflow: hidden;
}

.district-content-single {
    position: relative;
    float: left;
    width: 1134px;
}

.district-content-single a {
    float: left;
    min-width: 32px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-right: 30px;
    *display: inline;
    *zoom: 1;
}

.district-content-single a:hover {
    color: #1379D7;
}


/*footer*/
.index-footer a:hover{
    color: #d50000;
}
.index-footer{
    width: 100%;
    padding-bottom: 30px;
    margin-top:47px;
    overflow: hidden;
    background: #f8f8f8;
    border-top: 1px solid #ededed;
}
.footer-content{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    padding-top:10px;
}

.common-footer{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}

.footer-police{
    text-align: center;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #666;
}
.footer-police a{
    color: #666;
}
.footer-police a + a{
    margin-left: 6px;
}
.footer-police img{
    width: 13px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.footer-police-brand{
    text-align: center;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #999;
}