@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
html {
    overflow-x: hidden;
}
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: 40px;
}
.solarbe_bottom .footLink {
    line-height: 40px;
}
.solarbe_bottom a {
    color: #000;
}
.solarbe_bottom a:hover {
    text-decoration: underline;
}
.footer_b {
    margin-top: 10px;
}
.home {
    position: fixed;
    left: 5%;
    top: 9px;
    z-index: 11;
    width: auto;
    height: 22px;
    display: none;
}
.navigation ul li div {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 40px;
    border-bottom: 1px solid #ddd;
}
.navigation ul li div dl dd {
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    color: #000;
}
.navigation ul li div dl dd a {
}
.navigation {
    background-color: #239aff;
    width: 100%;
}
.navigation ul {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}
.navigation li {
    float: left;
    height: 40px;
    display: inline;
    position: relative;
}
.navigation li:last-of-type {
    border-right: none;
}
.navigation li.active {
    background-color: #1e82d9;
}
.navigation li.active a {
    color: #fff;
}
.navigation li.active a:hover {
    color: #fff;
}
.navigation li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 11px;
    text-align: center;
    border-right: 2px solid #fff;
    padding: 0 40px;
}
.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;
}
.bg {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 20px 0 40px 0;
    background-color: #f2f2f2;
}
.bg .nav {
    margin-top: 0;
}
#banner {
    width: 100%;
}
#banner img{
	width: 100%;
}
#banner img:first-of-type {
    display: block;
}
#banner img:last-of-type {
    display: none;
}
.nav {
    border-bottom: 2px solid #ddd;
    position: relative;
    margin: 20px 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: left;
    width: 400px;
}
.Summary div {
    float: right;
    width: 760px;
    height: 225px;
    display: table;
}
#section3 .Summary div {
    height: 300px;
}
.Summary div dl {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
}
dl.text {
    margin-top: 40px;
}
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;
}
