@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    outline: none;
}
body {
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
}
div {
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    border: none;
    vertical-align: middle;
}
select::-ms-expand {
display: none;/*清除select下拉箭头*/
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*顶部底部css*/

.head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.head .main {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
.head .main .solarbe_logo {
    float: left;
}
.head .main .solarbe_nav {
    float: right;
    margin-top: 14px;
    display: inline;
}
.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 12px;
 *line-height:14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
    color: #000;
}
.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}
/*底部样式*/

.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0px 0px 10px 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-top: 50px;
}
.solarbe_bottom .footLink {
    line-height: 40px;
}
.solarbe_bottom a {
    color: #000;
}
.solarbe_bottom a:hover {
    text-decoration: underline;
}
.footer_b {
    margin-top: 10px;
}
#banner {
    position: relative;
    width: 100%;
    height: 500px;
}
#banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner img:first-child {
    display: block;
    margin: 0 auto;
}
.banner img:last-of-type {
    display: none;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.navigation {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #de6e2e;
    padding-top: 11px;
    box-sizing: border-box;
}
.navigation li {
    display: inline-block;
}
.navigation li a {
    font-size: 18px;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-right: 1px solid #fff;
    box-sizing: content-box;
    text-align: center;
    padding: 0 30px;
    display: block;
}
.navigation li a:hover {
    text-decoration: underline;
}
.nav {
    padding: 40px 0;
}
.nav dt {
    font-size: 30px;
    color: #de6e2e;
    text-align: center;
    line-height: 30px;
}
.nav dd {
    width: 20px;
    height: 1px;
    background-color: #de6e2e;
    margin: 15px auto 0 auto;
}
#lead img {
    float: left;
}
#lead p {
    float: right;
    width: 770px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    text-indent: 32px;
}
.bg {
    background-color: #f2f2f2;
    margin: 40px auto 0 auto;
    padding: 40px 0;
}
.bg .nav {
    padding-top: 0;
}
#status ul {
    overflow: hidden;
}
#status ul li {
    float: left;
    width: 400px;
    text-align: center;
}
#status ul li a {
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    display: block;
}
#status ul li a:hover {
    text-decoration: underline;
    color: #de6e2e;
}
.news {
    overflow: hidden;
    width: 1260px;
    position: relative;
}
.news li {
    float: left;
    width: 570px;
    margin-right: 60px;
    display: inline;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    text-indent: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news li a {
    font-size: 16px;
    line-height: 48px;
    color: #000;
}
.news li a:hover {
    color: #de6e2e;
    text-decoration: underline;
}
.fixed {
    position: fixed;
    right: 3px;
    top: 50%;
}
.home {
    position: fixed;
    left: 5%;
    top: 9px;
    z-index: 11;
    width: auto;
    height: 22px;
    display: none;
}

@media (max-width:1000px) {
.home {
    display: block;
}
.head, .solarbe_bottom {
    display: none;
}
.navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 6%;
    background-color: #ed8d14;
}
.show {
    display: block !important;
}
.navigation ul {
    width: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.navigation ul li {
    width: 50%;
    float: right;
    margin-left: 10%;
    display: inline;
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
}
.navigation ul li:last-child {
    height: 100% !important;
    background-color: #fff !important;
}
.navigation ul li:last-child span {
    right: 0 !important;
}
.navigation ul li.active:last-child a {
    background-color: #067d80;
}
.navigation ul li a {
    border: none;
    margin-top: 0;
    line-height: 40px;
    height: 40px;
    color: #000;
}
.banner {
    width: 100%;
    margin-top: 40px;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner img:first-child {
    display: none;
}
.banner img:last-of-type {
    display: block;
}
.content {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.nav {
    padding: 30px 0;
}
#lead img {
    float: none;
    width: 100%;
}
#lead p {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    text-indent: 32px;
    margin-top: 10px;
}
.bg {
    background-color: #f2f2f2;
    margin: 30px auto 0 auto;
    padding: 30px 0;
}
#status ul li {
    float: left;
    width: 50%;
    text-align: center;
}
#status ul li a {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    display: block;
    padding: 0 10px;
}
.fixed {
    position: fixed;
    right: 3px;
    top: auto;
    bottom: 5%;
    z-index: 1;
}
.news {
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: left;
}
.news li {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
