@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: #c28a61;
}
.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: #c28a61;
    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%;
    padding-top: 10px;
}
.Introduction div p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.viewpoint {
    overflow: hidden;
}
.viewpoint .v_pic {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
}
.viewpoint .v_pic img {
    width: 100%;
    height: auto;
}
.viewpoint .v_pic span {
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.viewpoint .v_text {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
}
.viewpoint .v_text dl dt {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.viewpoint .v_text dl dd {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 32px;
}
.viewpoint .v_text a {
    width: 100px;
    height: 40px;
    background-color: #c28a61;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
}
.time ul {
    border-left: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
    left: 15px;
    padding-top: 50px;
    top: -30px;
}
.time ul li {
    position: relative;
    left: -16px;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 40px;
}
.time ul li:last-of-type {
    margin-bottom: 0;
}
.time ul li dl {
    overflow: hidden;
    margin-left: 40px;
}
.time ul li dl dt {
    float: none;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.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;
    text-decoration: none;
    font-weight: bold;
}
.abroad ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.abroad ul li:last-of-type {
    margin-bottom: 0;
}
.abroad ul li img {
    float: none;
    width: 100%;
    height: auto;
}
.abroad ul li div {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0px;
    box-sizing: border-box;
    background-color: transparent;
    display: block;
}
.abroad ul li div dl {
    display: table-cell;
    vertical-align: middle;
}
.abroad ul li div dl dt {
    font-size: 24px;
    line-height: 60px;
    color: #000;
    text-align: left;
    font-weight: bold;
}
.abroad ul li div dl dt span {
    font-size: 18px;
    line-height: 48px;
    color: #cccccc;
    margin-left: 10px;
    font-weight: normal;
}
.abroad ul li div dl dd {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.abroad ul li div dl dd:last-of-type {
    margin-bottom: 0;
}
.abroad ul li:nth-of-type(2) img {
    float: none;
}
.abroad ul li:nth-of-type(2) div {
    float: none;
    background-color: transparent;
}
.abroad ul li:nth-of-type(4) img {
    float: none;
}
.abroad ul li:nth-of-type(4) div {
    float: none;
    background-color: transparent;
}
.abroad ul li:nth-of-type(5) div {
    overflow-y: visible;
    padding: 0;
}
.how {
    overflow: hidden;
}
.how li {
    float: none;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.how li span {
    font-size: 24px;
    color: #c28a61;
    line-height: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.how li a {
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.how li a:hover {
    color: #c28a61;
    text-decoration: underline;
}
.update {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #888;
    top: 10px;
    z-index: -1;
}
}
