@charset "utf-8";

@media (max-width:1200px) {
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.home {
    display: block;
}
.navigation ul li div {
    position: absolute;
    right: 0;
    background-color: #ff191c;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    margin-right: 0;
    top: 0;
}
.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: #239aff;
}
.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: 26px;
    color: #000;
    top: 0;
    padding: 10px 0;
}
.navigation li.active {
    background-color: #fff;
}
.navigation li.active a {
    color: #239aff;
    border: none;
    padding: 10px 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;
}
#banner {
    margin-top: 40px;
}
#banner img:last-of-type {
    display: block;
}
#banner img:first-of-type {
    display: none;
}
.bg {
    background-color: #f2f2f2;
    padding: 0 0 20px 0;
    margin-top: 20px;
}
.nav {
    border-bottom: 2px solid #ddd;
    position: relative;
    margin: 0 0 20px 0;
    height: 70px;
}
.nav span {
    display: block;
    font-size: 30px;
    color: #239aff;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 2px solid #239aff;
    position: absolute;
    left: 0;
    bottom: -2px;
}
p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    color: #333;
}
.Summary {
    overflow: hidden;
}
.Summary img {
    float: none;
    width: 100%;
}
.Summary div {
    float: none;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px;
}
#section3 .Summary div {
    height: auto;
}
.Summary div dl {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
}
dl.text {
    margin-top: 20px;
}
dl.text dt {
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
dl.text dt i {
    width: 5px;
    height: 20px;
    margin-right: 10px;
    background-color: #239aff;
    display: inline-block;
    position: relative;
    top: 2px;
}
dl.text dd p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    color: #333;
    margin-bottom: 10px;
}
dl.text dd p:last-of-type {
    margin-bottom: 0;
}
dl.text dd img {
    margin: 0 auto 20px auto;
    width: 100%;
}
}
