@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
}
div {
    margin: 0 auto;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    vertical-align: middle;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*顶部底部css*/
.head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.head .main {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
.head .main .solarbe_logo {
    float: left;
}
.head .main .solarbe_nav {
    float: right;
    margin-top: 14px;
    display: inline;
}
.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 12px;
*line-height:14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
    color: #000;
}
.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}
/*底部样式*/
.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0px 0px 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}
.solarbe_bottom .footLink {
    line-height: 40px;
}
.solarbe_bottom a {
    color: #000;
}
.solarbe_bottom a:hover {
    text-decoration: underline;
}
.footer_b {
    margin-top: 10px;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner img:last-of-type {
    display: none;
}
.home {
    position: fixed;
    left: 5%;
    top: 9px;
    z-index: 11;
    width: auto;
    height: 22px;
    display: none;
}
.navigation {
    background-color: #00398e;
    width: 100%;
}
.navigation ul {
    width: 1070px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.navigation li {
    float: left;
    height: 18px;
    margin-top: 11px;
    padding: 0 10px;
    display: inline;
    border-right: 2px solid #fff;
}
.navigation li:last-of-type {
    border-right: none;
}
.navigation li.active a {
    color: #fff;
    font-size: 24px;
    border-bottom: 4px solid #fff;
    padding-bottom: 6px;
}
.navigation li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 11px;
    text-align: center;
    position: relative;
    top: -11px;
    padding: 0 30px;
}
.navigation li a:hover {
    text-decoration: none;
    color: #fff;
}
.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #f5f5f5;
    padding-top: 30px;
}
.nav {
    margin: 0 auto;
}
.nav dt {
    font-size: 24px;
    color: #00398e;
    line-height: 24px;
}
.nav dd {
    width: 30px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #00398e;
}
#summary {
    margin-top: 20px;
}
#summary .nav {
    margin-bottom: 15px;
}
#summary .content>.Slide {
    width: 550px;
    height: 320px;
	overflow: hidden;
    float: left;
    margin-left: 10px;
    margin-bottom: 25px;
    display: inline;
    background-color: #ddd;
}
#summary .content>.Text {
    width: 578px;
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    display: inline;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}
#guest {
    height: 870px;
    overflow: hidden;
}
#guest .content>ul {
    position: relative;
    width: 1208px;
    margin-top: 136.5px;
}
#guest .content>ul li {
    width: 294px;
    margin-right: 8px;
    margin-bottom: 136.5px;
    float: left;
    display: inline;
    height: 240px;
    background-color: #e1e1e1;
}
#guest .content>ul li img {
    margin-top: -116.5px;
}
#guest .content>ul li dl {
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
}
#guest .content>ul li dl dt {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin: 15px 0 10px 0;
}
#guest .content>ul li dl dd {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
#Agenda {
    background-color: #f2f2f2;
    padding-bottom: 60px;
}
#Agenda table {
    background-color: #ccc;
    margin-top: 30px;
}
#Agenda table tr td:first-of-type {
    text-align: center;
}
#Agenda table tr td:last-of-type {
    text-align: center;
}
#Agenda table td {
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 10px;
    text-align: left;
}
#Agenda table .data td {
    background-color: #1564d9;
    text-align: center;
    color: #fff;
}
#Agenda table .category td {
    background-color: #9dbcea;
    text-align: center;
    color: #fff;
}
#review .content {
    padding-bottom: 40px;
}
.videobox {
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}
.video-img {
    float: left;
    width: 880px;
    height: 440px;
    overflow: hidden;
    position: relative;
    background-color: #ddd;
}
/*.video-img embed {
    width: 880px;
    height: 440px;
}*/
.video-img iframe {
    width: 880px;
    height: 440px;
}
.video-list {
    float: right;
    width: 320px;
    height: 440px;
    background-color: #2e2e2e;
    overflow-y: scroll;
    overflow-x: hidden;
}
.video-list li {
    width: 320px;
    height: 84px;
    overflow: hidden;
    background-color: #444444;
    margin-bottom: 5px;
    cursor: pointer;
}
.video-list li:last-child {
    margin-bottom: 0;
}
.video-list li img {
    float: left;
    margin: 8px;
    display: inline;
    width: 90px;
    height: 68px;
}
.video-list .now .v_text dt {
    color: #80ceff;
}
.video-list .now .v_text dd {
    color: #80ceff;
}
.video-list li .v_text {
    text-align: left;
    float: left;
    width: 214px;
    height: 68px;
    overflow: hidden;
    margin-top: 8px;
    display: inline;
}
.video-list li .v_text dt {
    font-size: 16px;
    color: #b2b2b2;
    line-height: 24px;
}
.video-list li .v_text dd {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 22px;
    padding-right: 25px;
}
#establish {
    background-color: #f2f2f2;
    padding-bottom: 65px;
}
#establish .nav {
    margin-bottom: 30px;
}
#establish .video {
    float: left;
    width: 370px;
    height: 252px;
    background-color: #ddd;
}
#establish .video iframe {
    width: 100%;
    height: 100%;
}
#establish .content>.Text {
    width: 790px;
    float: right;
}
#establish .content>.Text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: left;
}
#establish .content>.Text p:first-of-type {
    text-indent: 32px;
}
#establish .content>ul {
    position: relative;
    overflow: hidden;
    width: 1284px;
    margin-top: 30px;
}
#establish .content>ul li {
    float: left;
    width: 237px;
    margin-right: 84px;
    display: inline;
    position: relative;
}
#establish .content>ul li iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#pic .content {
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}
#pic .content ul {
    position: relative;
    overflow: hidden;
    width: 1176px;
    margin-top: 30px;
}
#pic .content ul li {
    float: left;
    width: 278px;
    margin-right: 16px;
    margin-bottom: 10px;
    display: inline;
}
#pic .content ul li img {
    width: 278px;
    height: 153px;
}
#pic .content a {
    width: 130px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: #00398e;
    margin: 0 auto;
    margin-top: 10px;
}
#news .nav {
    margin-top: 45px;
    margin-bottom: 30px;
}
#news ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
#news ul li {
    float: left;
    width: 480px;
    margin-left: 120px;
    display: inline;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news ul li a {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    background-image: url(../images/news_li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    box-sizing: border-box;
}
#news ul li a:hover {
    color: #00398e;
    text-decoration: underline;
}
