﻿/* 头部导航样式 */
.headerAll {
    height: 440px;
    background-size: 100% 100%;
    background-position: center center no-repeat;

}

/* 首页 */
.header {
    height: 440px;
    background-size: 100% 100%;
    background-position: center center no-repeat;
    background-image: url(../img/index.jpg);
}

/* 和平区 */
.header1 {
    background-image: url(../img/hpqindex.png);

}

/* 沈河区 */
.header2 {
    background-image: url(../img/shqindex.jpg);
}

/* 铁西区 */
.header3 {
    background-image: url(../img/txqindex.jpg);
}

/* 皇姑区 */
.header4 {
    background-image: url(../img/huangguindex.jpg);
}

/* 大东区 */
.header5 {
    background-image: url(../img/dadongindex.jpg);
}

/* 浑南区 */
.header6 {
    background-image: url(../img/Hunnan.jpg);
}

/* 于洪区 */
.header7 {
    background-image: url(../img/yhindex.jpg);
}

/* 沈北新区 */
.header8 {
    background-image: url(../img/sbnqindex.jpg);
}

/* 苏家屯区 */
.header9 {
    background-image: url(../img/sjtqindex.jpg);
}

/* 辽中区 */
.header10 {

    background-image: url(../img/lzindex.jpg);
}

/* 新民市 */
.header11 {
    background-image: url(../img/xm.jpg);
}

/* 法库县 */
.header12 {
    background-image: url(../img/kfindex.jpg);
}

/* 康平县 */
.header13 {
    background-image: url(../img/kpindex.jpg);
}

/* 经济开发区 */
.header14 {
    background-image: url(../img/kfqindex.jpg);
}

/* 高新区 */
.header15 {
    background-image: url(../img/gxindex.jpg);
}

/* 城郊地区 */
.header16 {
    background-image: url(../img/cjindex.jpg);
}

.topnav {
    width: 100%;
    background: #1487f4;
    white-space: nowrap;
}

.topnav h2 {
    color: #fff;
    position: fixed;
    top: 0;
    padding-left: 10px;
    font-weight: normal;
    height: 20px;
    line-height: 40px;
    display: none;
}

.topnav:before {
    display: table;
    content: " ";
}

.topnav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

nav {
    text-align: center;
    line-height: 50px;
    width: 100%;
}

nav #starlist {
    margin: auto;
    width: 1370px;
}

#starlist li {
    position: relative;
    display: inline;
    float: left;
    font-size: 15px;
    margin-right: 10px;
}

#starlist li a {
    display: inline;
    float: left;
    padding: 0 33px;
    color: #fff;
    font-size: 18px;
}

#starlist li a:hover {
    background: rgb(9, 118, 220);
}

#selected {
    position: relative
}

#starlist ul.sub {
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: rgb(9, 118, 220);
    z-index: 9;
    display: none;
}

#starlist ul.sub li {
    height: 34px;
    line-height: 34px;
    margin-left: 0;
    width: 100%;
    font-size: 14px;
}

#starlist ul.sub li a {
    padding: 0;
    display: block;
    width: 100%;
}

#starlist ul.sub li a:hover {
    background: #1487f4;
}

#starlist li:hover ul.sub {
    display: block
}

a#selected {
    background: rgb(20, 135, 244);
}

#starlist ul.sub:before {
    content: "";
    height: 15px;
    width: 15px;
    background: rgb(9, 118, 220);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 42%;
}