@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;
}
.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 ul li div {
    position: absolute;
    right: -20px;
    background-color: #ff191c;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    top: 0;
}
.navigation {
    background-color: #1fcb6c;
    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: #1aad5c;
}
.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 24px;
}
.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;
}
.nav {
    margin: 40px auto 40px auto;
}
.nav dt {
    font-size: 30px;
    color: #000;
    line-height: 30px;
}
.nav dd {
    width: 20px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #1fcb6c;
}
.bg {
    background-color: #f2f2f2;
    padding: 40px 0;
    margin-top: 40px;
}
.bg .nav {
    margin-top: 0;
}
.Introduction {
    overflow: hidden;
}
.Introduction img {
    float: left;
    width: 400px;
    height: 225px;
}
.Introduction div {
    float: right;
    width: 760px;
    height: 225px;
    display: table;
}
.Introduction div span {
    display: table-cell;
    vertical-align: middle;
}
.Introduction div p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.policy {
    overflow: hidden;
}
.policy div {
    float: left;
    width: 760px;
    height: 525px;
    display: table;
}
.policy div span {
    display: table-cell;
    vertical-align: middle;
}
.policy div span p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.policy div span strong {
    font-size: 18px;
    margin: 10px 0;
    line-height: 36px;
    text-align: left;
    display: block;
}
.policy div span strong i {
    color: #1fcb6c;
}
.policy img {
    float: right;
    width: 400px;
    height: 525px;
}
.Trade {
    overflow: hidden;
}
.Trade div {
    float: right;
    width: 760px;
    height: 457px;
    display: table;
}
.Trade div span {
    display: table-cell;
    vertical-align: middle;
}
.Trade div span p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.Trade div span strong {
    font-size: 18px;
    margin: 10px 0;
    line-height: 36px;
    text-align: left;
    display: block;
}
.Trade div span strong i {
    color: #1fcb6c;
}
.Trade img {
    float: left;
    width: 400px;
    height: 457px;
}
.tax {
    overflow: hidden;
}
.tax img {
    float: left;
    width: 400px;
    height: 300px;
}
.tax div {
    float: right;
    width: 760px;
    height: 300px;
    display: table;
}
.tax div span {
    display: table-cell;
    vertical-align: middle;
}
.tax div p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.profit {
    overflow: hidden;
}
.profit img {
    float: right;
    width: 400px;
    height: 225px;
}
.profit div {
    float: left;
    width: 760px;
    height: 225px;
    display: table;
}
.profit div span {
    display: table-cell;
    vertical-align: middle;
}
.profit div p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.relationship {
    overflow: hidden;
}
.relationship img {
    float: left;
    width: 400px;
    height: 225px;
}
.relationship div {
    float: right;
    width: 760px;
    height: 225px;
    display: table;
}
.relationship div span {
    display: table-cell;
    vertical-align: middle;
}
.relationship div p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
#section7 .nav {
    margin-top: 40px;
}
.news {
    overflow: hidden;
    position: relative;
    width: 1280px;
}
.news li {
    width: 560px;
    float: left;
    margin-right: 80px;
    display: inline;
}
.news li dl dt a {
    font-size: 18px;
    line-height: 48px;
    color: #000;
    text-align: left;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: bold;
    display: block;
}
.news li dl dt a:hover {
    text-decoration: underline;
    color: #1fcb6c;
}
.news li dl dd {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 20px;
}
.GW table {
    background-color: #ddd;
}
.GW table td {
    background-color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
.GW table tr:first-of-type td {
    background-color: #1fcb6c;
    color: #fff;
}
.special div:first-of-type {
    float: right;
    width: 760px;
    height: 300px;
    display: table;
}
.special div span {
    display: table-cell;
    vertical-align: middle;
}
.special div span p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 0;
}
.special div span strong {
    margin: 0;
}
.special strong {
    font-size: 18px;
    margin: 10px 0;
    line-height: 36px;
    text-align: left;
    display: block;
}
.special strong i {
    color: #1fcb6c;
}
.special img {
    float: left;
    width: 400px;
    height: 300px;
}
.special p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
#section8 .nav {
    margin-top: 40px;
}
.update {
    position: relative;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #888;
    top: 10px;
}