@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
}
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;
    border: none;
    padding: 0;
    background-color: #fff;
}
.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;
    background-color: #fff;
}
.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 {
    width: 100%;
    height: 40px;
    background-color: #cf8f48;
}
.navigation ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.navigation ul li {
    float: left;
    width: 133.3333333333333px;
    height: 40px;
}
.navigation ul li a {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin-top: 10px;
    border-right: 1px solid #a6733a;
    box-sizing: border-box;
    display: block;
}
.navigation ul li a:hover {
    text-decoration: none;
}
.navigation ul li:first-child {
    background-color: #a6733a;
}
.navigation ul li:first-child a {
    color: #fff;
}
/*.navigation ul li:nth-last-of-type(2) {
	background-color: #e1c359;
}*/
.content {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner img:nth-of-type(2) {
    display: none;
}
.Announced {
    position: absolute;
    left: 50%;
    margin-left: -310px;
    bottom: 90px;
    color: #fff;
    text-align: center;
    width: 620px;
    font-size: 30px;
}
.nav {
    margin: 40px auto;
}
.nav dt {
    border-bottom: 2px solid #a6733a;
}
.nav dt img {
    margin-bottom: -1px;
}
.nav dd {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.Introduction {
    overflow: hidden;
}
.Introduction>.Id_text {
    float: right;
    width: 812px;
}
.Introduction>.Id_text>p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 32px;
}
.bg {
    width: 100%;
    margin: 40px 0;
    padding: 40px 0;
    background-color: #f2f2f2;
}
.bg .nav {
    margin-top: 0;
}
.special {
    overflow: hidden;
    position: relative;
    width: 1240px;
}
.special li {
    float: left;
    width: 270px;
    margin-right: 40px;
    display: inline;
}
.special li dl {
    overflow: hidden;
}
.special li dl dt {
    float: left;
}
.special li dl dd {
    height: 60px;
    display: table;
    float: left;
    margin-left: 20px;
}
.special li dl dd span {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.special li div {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    text-indent: 28px;
    margin-top: 20px;
}
.special li:nth-of-type(2) div {
    text-indent: 0;
}
.special li:nth-of-type(3) div {
    text-indent: 0;
}
.process {
    border-top: 3px solid #cccccc;
    position: relative;
    margin-top: 160px;
}
.process li {
    width: 25%;
    float: left;
    position: relative;
    left: 0;
}
.process li:first-child {
    top: -127px;
}
.process li:nth-of-type(2) {
    top: -17px;
}
.process li:nth-of-type(3) {
    top: -127px;
}
.process li:nth-of-type(4) {
    top: -17px;
}
.process li .text {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.process li .line {
    width: 3px;
    height: 30px;
    margin: 10px auto;
    background-color: #cccccc;
}
.process li .round {
    width: 30px;
    height: 30px;
    border: 10px solid #a6733a;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #fff;
}
.process2 {
    border-left: 2px solid #cccccc;
    box-sizing: border-box;
    padding: 20px 0;
    margin-left: 11px;
}
.process2 li {
    overflow: hidden;
    position: relative;
    left: -11px;
    margin-top: 5px;
}
.process2 li>span {
    width: 20px;
    height: 20px;
    border: 6px solid #a6733a;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #fff;
    float: left;
    margin-top: 5px;
    display: inline;
}
.process2 li dl {
    float: left;
    width: 1140px;
    margin-left: 20px;
    display: inline;
}
.process2 li dl dt {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000;
}
.process2 li dl dd {
    margin-bottom: 10px;
}
.process2 li:last-child dl dd {
    margin-bottom: 0;
}
.process2 li dl dd div {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #999999;
}
.process2 li dl dd p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #999999;
    padding-left: 30px;
}
.prize {
    overflow: hidden;
    position: relative;
    width: 1240px;
    margin-top: 40px;
}
.prize li {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    display: table;
    width: 192px;
    height: 144px;
    background-color: #fff;
    border: 1px solid #a6733a;
    box-sizing: border-box;
    border-radius: 5px;
}
.prize li div {
    display: table-cell;
    vertical-align: middle;
}
.prize li dl dt {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.prize li dl dd {
    font-size: 14px;
    line-height: 18px;
    color: #dddddd;
    margin-top: 10px;
}
.prize li a {
    width: 80px;
    height: 30px;
    background-color: #a6733a;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 20px auto 0 auto;
}
.business {
    overflow: hidden;
    position: relative;
    width: 1240px;
}
.business div {
    float: left;
    width: 580px;
    margin-right: 40px;
    display: inline;
}
.business div ul {
    height: 510px;
    overflow-y: scroll;
}
.business div ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
}
.contact {
    overflow: hidden;
    position: relative;
    width: 1240px;
}
.contact li {
    width: 373.3333333333333px;
    height: 210px;
    float: left;
    margin-right: 40px;
    display: table;
    background-color: #fff;
    border: 1px solid #a6733a;
    box-sizing: border-box;
    border-radius: 5px;
}
.contact li div {
    display: table-cell;
    vertical-align: middle;
}
.contact li dl {
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
}
.contact li dl dt {
    float: left;
    margin-top: 20px;
    display: inline;
}
.contact li dl dd {
    float: left;
    margin-left: 10px;
    display: inline;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    color: #000;
}
#review {
    margin-bottom: 0;
}
.review {
    overflow: hidden;
    position: relative;
    width: 1240px;
}
.review li {
    float: left;
    width: 270px;
    margin-right: 40px;
    display: inline;
}
.review li img {
    width: 270px;
    height: 203px;
    border: 5px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.review li div {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 10px 0;
}
.review li a:hover div {
    color: #a6733a;
    text-decoration: underline;
}
.pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.pop >div {
    width: 400px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    display: table;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -200px;
}
.pop div div {
    display: table-cell;
    vertical-align: middle;
}
.pop div img {
    width: 100px;
    height: auto;
}
.pop div span {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 20px 0;
}
.pop a {
    width: 80px;
    height: 30px;
    background-color: #a6733a;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.pop a:hover {
    color: #fff;
}
.enter {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.enter dl {
    position: relative;
}
.enter dl dt {
    width: 120px;
    height: 120px;
    border: 5px solid #a6733a;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.enter dl dt img {
    margin-top: 17px;
}
.enter dl dd {
    font-size: 18px;
    line-height: 60px;
    color: #000;
    background-color: #fff;
}
.enter dl dd span {
    position: absolute;
    right: 0;
    top: -22px;
    cursor: pointer;
}
#media ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
#media ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    text-align: left;
    background-image: url(../images/icon_news.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 20px;
}
#media ul li a {
    color: #000;
}
#media ul li a:hover {
    color: #a6733a;
}
#media ul li a:visited {
    color: #ccc;
}
.list {
    margin-top: 40px;
    overflow: hidden;
    width: 1230px;
    position: relative;
}
.list li {
    float: left;
    width: 380px;
    margin-right: 30px;
}
.list li dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #a6733a;
    text-align: left;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
    padding-left: 24px;
    margin-bottom: 10px;
}
.list li dl dd {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 24px;
    padding-left: 24px;
    margin-bottom: 15px;
}
.list li dl dd a {
    text-decoration: underline;
}
.list li dl {
    margin-bottom: 40px;
}
#pic ul {
    position: relative;
    overflow: hidden;
    width: 1220px;
}
#pic ul li {
    float: left;
    width: 224px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
}
#pic ul li img {
    width: 224px;
    height: 149px;
}
#pic a {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #cf8f48;
    font-size: 14px;
    color: #cf8f48;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
}
#comment .list_lh {
    height: 500px;
    overflow: hidden;
}
#comment .list-group {
    width: 100%;
}
#comment .list-group li {
    font-size: 16px;
    line-height: 50px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #000;
    text-align: left;
    border-bottom: 1px dashed #ddd;
}
#comment .list-group li span:first-of-type {
    color: #a6733a;
}
#comment .list-group li span:last-of-type {
    color: #c0c0c0;
}
#comment .list-group li a {
    display: none;
}
