@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: #ce0000;
}
.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: 24px;
    color: #000;
    top: 0;
    padding: 10px 0;
}
.navigation li.active {
    background-color: #fff;
}
.navigation li.active a {
    color: #ce0000;
    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;
}
.nav {
    margin: 30px auto 30px auto;
}
.nav dt {
    font-size: 30px;
    color: #000;
    line-height: 36px;
}
.banner img:last-of-type {
    display: block;
}
.banner img:first-of-type {
    display: none;
}
.bg {
    background-color: #f2f2f2;
    padding: 30px 0;
    margin-top: 30px;
}
.Introduction {
    overflow: hidden;
}
.Introduction img {
    float: none;
    width: 100%;
    height: auto;
}
.Introduction div {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.Introduction div p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.target {
    overflow: hidden;
}
.target img {
    float: none;
    width: 100%;
    height: auto;
}
.target div {
    float: none;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 10px;
}
.target div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
}
#section3 {
    margin-top: 30px !important;
}
.Analysis {
    overflow: hidden;
}
.Analysis img {
    float: none;
    width: 100%;
    height: auto;
}
.Analysis div {
    float: none;
    width: 100%;
    height: auto;
    display: table;
}
.Analysis span {
    display: table-cell;
    vertical-align: middle;
}
.Analysis span p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.time ul {
    border-left: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    top: -30px;
}
.time ul li {
    position: relative;
    left: -14px;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
    margin-bottom: 30px;
}
.time ul li:last-of-type {
    margin-bottom: 0;
}
.time ul li dl {
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
}
.time ul li dl dt {
    float: none;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 30px;
}
.time ul li dl dd {
    float: none;
    width: 100%;
    text-indent: 32px;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 30px;
}
.time ul li dl dd span {
    color: #f82b2b;
    font-weight: bold;
}
.time div {
    margin-top: -40px;
    width: 100%;
    float: none !important;
}
.time div img {
    width: 100%
}
.time div span {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin: 20px 0;
    display: block;
}
.time div:nth-of-type(2) {
    margin-top: 0;
}
.time .clear {
    margin: 0;
}
.Price {
    overflow: hidden;
}
.Price>img {
    float: none;
    width: 100%;
}
.Price div {
    float: none;
    width: 100%;
    text-align: center;
}
.Price div img {
    width: 100%;
    margin-top: 30px;
}
.Price div p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    margin-top: 20px;
}
.analysis p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.analysis p a {
    color: #ce0000;
    text-decoration: underline;
}
.news {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.news li {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: left;
}
.news li span {
    font-size: 18px;
    color: #ce0000;
    line-height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.news li a {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #000;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news li a:hover {
    color: #ce0000;
    text-decoration: underline;
}
.update {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #888;
    top: 10px;
    z-index: -1;
}
}
