@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    outline: none;
    word-break: break-all;/*解决长英文换行问题*/
}
body {
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
    background-color: #000;
    background-image: url(../images/bg_02.png);
    background-repeat: repeat-y;
    background-position: center 611px;
}
div {
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    border: none;
    vertical-align: middle;
}
/*select::-ms-expand {
display: none;
}*/
.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;
    background-color: #fff;
    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;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.banner .phone {
    display: none;
}
.nav {
    padding: 50px 0;
}
.nav dt {
    font-size: 36px;
    line-height: 36px;
    color: #ed8d14;
    text-align: center;
}
.nav dd {
    width: 100%;
    height: 1px;
    background-color: #ed8d14;
    margin: 20px auto 0 auto;
}
.home {
    position: fixed;
    left: 5%;
    top: 9px;
    z-index: 11;
    width: auto;
    height: 22px;
    display: none;
}
.navigation {
    width: 100%;
    height: 40px;
    background-color: #ed8d14;
}
.navigation ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.navigation ul li {
    float: left;
    width: 150px;
}
.navigation ul li a {
    display: block;
    height: 18px;
    border-right: 1px solid #b3690e;
    line-height: 18px;
    margin-top: 11px;
    color: #000;
}
.navigation ul li:last-of-type a {
    border: none;
}
.navigation li.active {
    background-color: #b3690e;
    height: 40px;
}
.navigation li.active a {
    color: #fff;
    border: none;
}
.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
#context #test {
    float: left;
}
#context p {
    float: left;
    margin-left: 30px;
    display: table;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    height: 225px;
}
#context p span {
    display: table-cell;
    vertical-align: middle;
}
.process {
    overflow: hidden;
    background-image: url(../images/arrow_03.png);
    background-repeat: no-repeat;
    background-position: center 28px;
}
.process li {
    float: left;
    width: 25%;
}
.process li dl {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 23px;
}
.process2 {
    border-left: 2px solid #fff;
    box-sizing: border-box;
    padding: 30px 0;
    margin-left: 11px;
    margin-top: 50px;
}
.process2 li {
    position: relative;
    left: -11px;
}
.process2 li>span {
    width: 20px;
    height: 20px;
    border: 5px solid #ed8d14;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #000;
    float: left;
    display: inline;
}
.process2 li dl {
    float: left;
    width: 937px;
    margin-left: 30px;
    display: inline;
    margin-top: -13px;
}
.process2 li dl dt {
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ed8d14;
}
.process2 li dl dd {
    margin-bottom: 40px;
}
.process2 li:last-child dl dd {
    margin-bottom: 0;
}
.process2 li dl dd p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    padding-left: 34px;
}
.process2 li dl dd p a {
    color: #ed8d14;
    text-decoration: underline;
}
.text {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #ed8d14;
    margin-bottom: -30px;
}

@media (max-width:1000px) {
.ewm {
    display: none;
}
.banner {
    margin-top: 40px;
    height: auto;
}
.banner img {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
.banner .phone {
    display: block;
}
.head, .solarbe_bottom {
    display: none;
}
.show {
    display: block !important;
}
.home {
    display: block;
}
.navigation {
    position: fixed;
    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: #ed8d14;
}
.show {
    display: block !important;
}
.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;
}
.navigation ul li:last-child {
    height: 100% !important;
    background-color: #fff !important;
}
.navigation ul li:last-child span {
    right: 0 !important;
}
.navigation ul li.active:last-child a {
    background-color: #067d80;
}
.navigation ul li a {
    border: none;
    margin-top: 0;
    line-height: 40px;
    height: 40px;
}
.content {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.nav {
    padding: 40px 0;
}
.nav dt {
    font-size: 30px;
    line-height: 30px;
    color: #ed8d14;
    text-align: center;
}
.nav dd {
    width: 100%;
    height: 1px;
    background-color: #ed8d14;
    margin: 16px auto 0 auto;
}
#context>img {
    float: none;
    width: 100%;
}
#context p {
    float: none;
    margin-left: 0;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    height: auto;
    margin-top: 10px;
}
#context p span {
    display: block;
    vertical-align: middle;
}
.process {
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
}
.process li {
    float: left;
    width: 50%;
}
.process li dl {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 10px 0;
}
.process2 {
    border-left: 2px solid #fff;
    box-sizing: border-box;
    padding: 30px 0;
    margin-left: 11px;
    margin-top: 0px;
}
.process2 li {
    position: relative;
    left: -11px;
}
.process2 li>span {
    width: 20px;
    height: 20px;
    border: 5px solid #ed8d14;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #000e28;
    float: left;
    display: inline;
}
.process2 li dl {
    float: left;
    width: auto;
    margin-left: 40px;
    display: inline;
    margin-top: -27px;
}
.process2 li dl dt {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #ed8d14;
    margin-bottom: 10px;
}
.process2 li dl dd {
    margin-bottom: 40px;
}
.process2 li:last-child dl dd {
    margin-bottom: 0;
}
.process2 li dl dd p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    padding-left: 0;
    margin-bottom: 10px;
}
.text {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #ed8d14;
    margin-bottom: 20px;
}
#context #test {
    float: none;
    width: 100% !important;
}
#context #test img {
    width: 100%;
    height: auto;
}
}

@media (min-width:1000px) {
.ewm {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1;
    background-color: #ed8d14;
    padding: 15px;
}
.ewm div {
    border-bottom: 1px dashed #fff;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    padding: 15px 0;
}
.ewm span {
    margin-left: 10px;
}
#context #test {
    width: 400px !important;
    height: 225px !important;
}
}
