@charset "utf-8";

@media (max-width:1200px) {
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.banner {
    margin-top: 40px;
}
.home {
    display: block;
}
.navigation {
    position: fixed;
    height: 40px;
    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: #e12929;
}
.navigation>span {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 15%;
    height: 40px;
}
.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;
    margin-top: 0;
    height: auto;
    border-right: none;
    padding: 0;
}
.navigation ul li:last-child {
    height: 100%;
}
.navigation ul li a {
    border: none;
    margin-top: 0;
    line-height: 40px;
    color: #000;
    top: 0;
    padding: 0;
}
.navigation li.active {
    background-color: #fff;
}
.navigation li.active a {
    color: #e12929;
    border: none;
    padding: 0;
}
.navigation li a:hover {
    text-decoration: none;
    color: #000;
}
.show {
    display: block !important;
}
.head, .solarbe_bottom {
    display: none;
}
.content {
    width: 100%;
    padding: 0 20px;
    background-color: inherit;
    box-sizing: border-box;
}
.nav {
    margin: 30px auto 30px auto;
}
.banner img:last-of-type {
    display: block;
}
.banner img:first-of-type {
    display: none;
}
.pic {
    width: 100%;
    float: none;
}
.pic li {
    margin-bottom: 20px;
}
.pic li img {
    width: 30%;
    height: auto;
    float: left;
}
.pic li dl {
    width: 70%;
    height: auto;
    border: none;
    padding: 0 0 0 20px;
}
.pic li dl dt {
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
.pic li dl dd {
    display: none;
}
.text {
    width: 100%;
    height: auto;
    max-height: 204px;
    float: none;
    overflow-y: hidden;
    margin-top: 10px;
}
.text li a {
    font-size: 16px;
    color: #333;
    display: block;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background-image: url(../images/icon_list.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}
.text li:first-of-type a {
    font-size: 16px;
    color: #333;
    display: block;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background-image: url(../images/icon_list.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-bottom: 0;
    font-weight: normal;
}
.text li:last-of-type a {
    border-bottom: none;
}
.text li a:hover {
    color: #e12929;
}
.text.show {
    max-height: inherit;
}
.more {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    text-decoration: underline;
}
.bg {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin-top: 30px;
}
.update {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #888;
    top: 10px;
    z-index: -1;
}
}
