/* 品牌介绍 */
.ge-brand{
    float:left;
    width:100%;
    min-width:1200px;
    padding:25px 0;
    border-top:1px solid #e6e6e6;
    background:#fff}
.ge-serve{
    float:left;
    width:1200px}
.ge-serve dl{
    float:left;
    width:250px;
    height:50px;
    padding-left: 50px}
.ge-serve dl dt{
    float:left;
    width:40px;
    height:40px;
    margin:3px 10px 0 0;
    background:url("../images/home-ico.png") no-repeat}
.ge-serve dl.ico01 dt{
    background-position:0 -55px}
.ge-serve dl.ico02 dt{
    background-position:0 -105px}
.ge-serve dl.ico03 dt{
    background-position:0 -155px}
.ge-serve dl.ico04 dt{
    background-position:0 -205px}
.ge-serve dl dd{
    float:left;
    width:200px}
.ge-serve dl dd em{
    color:#333;
    display:block;
    height:26px;
    line-height:26px;
    font-size:16px}
.ge-serve dl dd span{
    color:#c2c1c1;
    display:block;
    height:24px}
/* 底部帮助 */
.ge-help{
    float:left;
    width:100%;
    min-width:1200px;
    overflow: hidden;
    background:#282e3b}
.help-block{
    float: left;
    width: 1200px;
    position: relative;
}
.help-lsit{
    float:right;
    padding:70px 0;
}
.help-lsit dl{
    float:left;
    width:160px}
.help-lsit dl dt,
.help-lsit dl dt a{
    color:#fff;
    height:50px;
    line-height:50px;
    font-size:18px}
.help-lsit dl dd a{
    display:block;
    color: #9099b0;
    height:26px;
    line-height:26px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
.help-lsit dl dd a:hover{
    color: #fff;
}
.ge-linkus{
    float: left;
    width: 400px;
    margin: 40px 0 -25px;
}
.ge-linkus .wechat{
    float: left;
    width: 140px;
    height: 200px;
    padding-top: 85px;
    text-align: center;
    background: url("../images/ge-bottom-phone.png") center no-repeat;
}
.ge-linkus .wechat img{
    width: 100px;
    height: 100px;
}
.ge-linkus .wechat p{
    color: #fff;
    font-size: 14px;
}
.ge-linkus .nr{
    padding: 50px 0 0 190px;
}
.ge-linkus .nr p{
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}
.ge-linkus .nr .bt{
    font-size: 18px;
}
.ge-linkus .nr .num{
    font-size: 30px;
    font-family: Arial;
}
.ge-linkus .nr .txt{
    line-height: 22px;
}
.ge-linkus .nr .txt a{
    color: #2ccea4;
}
/* 底部 */
.ge-footer{
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #171b24;
}
.ge-foot-menu{
    padding: 5px 0;
}
.ge-foot-menu a{
    color: #cdd1dd;
    padding-right: 10px;
    margin-right: 10px;
}
.footer-edit{
    color: #373e4c;
    padding: 5px 0;
}
.link-block{
    padding: 5px 0;
}
.link-block .link-bt{
    color: #bfbfbf;
    float: left;
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.link-block .link-nr{
    padding-left: 70px;
}
.link-block .link-nr a{
    display: inline-block;
    color: #373e4d;
    height: 28px;
    line-height: 28px;
    padding-right: 10px;
}
.link-block .link-nr a:hover{
    color: #bfbfbf;
}
/* 返回顶部 */
.ge-backTop{
    color: #8da5c1;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 66px;
    height: 66px;
    text-align: center;
    cursor: pointer;
    background: #d3e9f6;
}
.ge-backTop .arrow-ico{
    display: block;
    width: 14px;
    height: 7px;
    margin: 20px auto 10px;
    background: url("../images/home-ico.png") no-repeat -112px 0;
}