@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: #00398e;
}
.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: #00398e;
    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;
    padding-top: 30px;
    margin-top: 30px;
    background-color: inherit;
    box-sizing: border-box;
}
.banner img:last-of-type {
    display: block;
}
.banner img:first-of-type {
    display: none;
}
#summary {
    margin-top: -30px;
}
#summary .nav {
    margin-bottom: 30px;
}
#guest .content {
    margin-top: 0;
}
#review .content {
    margin-top: 0;
}
#summary .content>.Slide {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    display: inline;
    background-color: #fff;
}
#summary .content>.Slide iframe {
    width: 100%;
    height: auto;
}
#summary .content>.Text {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 0;
    display: inline;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}
#guest .content>ul {
    width: 105%;
    margin-bottom: -137px;
}
#guest .content>ul li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 136.5px;
    float: left;
    display: inline;
    height: 240px;
    background-color: #e1e1e1;
}
#guest .content>ul li img {
    width: 90%;
}
#guest {
    height: auto;
    overflow: hidden;
}
#Agenda .Agenda {
    overflow-x: scroll;
}
#Agenda table {
    width: 200%;
}
#Agenda table .data td {
    text-align: left !important;
}
.videobox {
    width: 100%;
}
.video-img {
    width: 100%;
    height: 240px;
}
.video-img iframe {
    width: 100%;
    height: 240px;
}
.video-list {
    width: 100%;
}
.video-list li {
    width: 100%;
}
.video-list {
    height: 173px;
}
#review .content {
    padding-bottom: 0px;
}
#establish .video {
    width: 100%;
}
#establish .content>.Text {
    width: 100%;
    margin-top: 10px;
    float: right;
    display: inline;
}
#establish .content>ul {
    position: relative;
    overflow: hidden;
    width: 105%;
    margin-top: 20px;
}
#establish .content>ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 15px;
    display: inline;
}
#establish .content>ul li img {
    width: 100%;
}
#establish {
    padding-bottom: 30px;
}
#pic .content {
    margin-top: 0;
}
#pic .content ul {
    position: relative;
    overflow: hidden;
    width: 105%;
    margin-top: 30px;
}
#pic .content ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 15px;
    display: inline;
}
#pic .content ul li img {
    width: 100%;
    height: auto;
}
#news .nav {
    margin-top: 20px;
}
#news ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#news ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    display: inline;
    text-align: left;
}
#news {
    margin-bottom: 30px;
}
}
