body {
    font-family: "微软雅黑"
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: rgb(20,155,187);
}
a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

ul, li {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

.navbar-nav > li > a span {
    display: block;
}

.navbar-nav > li > a {
    text-align: center;
    /*font-size: 15px;*/
    line-height: 25px;
    margin-top: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgb(242,80,5);
    color: white;
    background-position: 0 20px;
}

.ly-header {
    background-color: #000000;
    border: 0;
    height: 110px;
    width: 100%;
}

.ly-header .nav > li{
    margin-left: 2px;
}

.ly-header .nav > li > a {
    height: 25px;
    padding: 0 10px;
    padding-bottom: 10px;
    color:rgb(110,198,238);
}

.ly-header .nav > li > a:hover {
    background-color: rgb(242,80,5);
    color: white;
    background-position: 0 20px;
}


.footer {
    background-color: #000000;
    padding: 30px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer p {
    color: #ffffff;
    margin-bottom: 5px;
    /*font-size: 14px;*/
}

.foot-link a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 60px;
    display: inline-block;
    margin-bottom: 50px;
    /*font-size: 14px;*/
}

.foot-link a:last-child {
    border-right: 0;
}

.foot-link {
    margin-bottom: 5px;
}

.paddtop {
    padding-top: 125px;
}

/*.right-icon{ position: fixed; right: 20px; top:35%;}
.right-icon > div{ margin-bottom: 20px; text-align: right; cursor: pointer;}
.right-icon > div .icon{ width: 35px; height: 35px; background-color: rgba(91,98,100,.5); border-radius: 100%; -webkit-border-radius:100%; display: inline-block; vertical-align: middle; }
.right-icon > div .icon i{ display:block; width:35px; height: 35px;}
.right-icon > div .icon i.tel-icon{ background: url(../images/tel_icon.png) center center no-repeat;}
.right-icon .r-main{ padding: 5px 15px; background-color: rgba(91,98,100,.5);border-radius: 10px; -webkit-border-radius:10px; color: #ffffff; font-size: 16px; display: none;}
.right-icon > div .icon i.wx-icon{ background: url(../images/wx_icon.png) center center no-repeat;}
.right-icon > div .icon i.addr-icon{ background: url(../images/addr_icon.png) center center no-repeat;}
.right-icon > div.tel-btn{ width: 35px; height: 35px; overflow: hidden;}
*/
.navbar-fixed-top {
    position: absolute;
    top: 0;
}

.GD_left {
    position: fixed;
    top: 40%;
    right: 30px;
    z-index: 999;
    width: 175px;
}

.GD_left li {
    margin-top: 20px;
    width: 175px;
    height: 32px;
    text-align: right;
    cursor: pointer;
    position: relative;
}

.GD_left li span {
    display: inline-block;
    background-color: rgba(91, 98, 100, .5);
    height: 32px;
    line-height: 32px;
    border-radius: 10px;
    vertical-align: top;
    color: #fff;
    /*font-size: 14px;*/
    width: 0;
    text-align: center;
    opacity: 0
}

.GD_left li span a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    color: #fff;
}

.GD_left li span a:hover {
    text-decoration: underline;
}

.erwima-box {
    background: #fff;
    padding: 5px;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 180px;
    margin-top: -55px;
    display: none;
}

.text {
    background: #fff;
    padding: 5px;
    width: 80px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 180px;
    margin-top: -20px;
    display: none;
    text-align: center;
    line-height: 30px;
}

.erwima-box img {
    width: 100%
}

.erwima-box i, .text i {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -7px;
}
