@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}
ul, li, div {
    list-style: none;
    border: 0
}
body {
    font: 15px/1.8 "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #989898;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
    text-decoration: none;
}
input {
    outline: none;
    padding: 0;
}
em, i {
    font-style: normal;
}
img {
    border: 0;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
}
::-moz-selection {
background: #f7a300;
color: #fff;
text-shadow: none;
}
::selection {
    background: #f7a300;
    color: #fff;
    text-shadow: none;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom: 1;
}
.f16 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-indent: 8px;
}
.pr {
    position: relative;
}
.fc {
    text-align: center;
}
.fr {
    text-align: right;
}
.l {
    float: left;
    display: inline-block;
}
.r {
    float: right;
    display: inline-block;
}
.vt {
    vertical-align: top;
}
.vm {
    vertical-align: middle;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px
}
.pt2 {
    padding-top: 2px;
}
.pt5 {
    padding-top: 5px;
}
.pt8 {
    padding-top: 8px;
}
.pt15 {
    padding-top: 15px;
}
.bt80 {
    padding: 15px 100px
}
.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}
.cf {
    zoom: 1
}
.fl {
    display: inline;
    float: left
}
.fr {
    display: inline;
    float: right
}
.mt30 {
    margin-top: 30px
}
.lh36 {
    line-height: 36px
}
.lh30 {
    line-height: 30px
}
.wd252 {
    width: 657px;
}
.wd960 {
    width: 960px;
}
.wd230 {
    width: 230px
}
.oneline {
    white-space: nowrap;/*强制一行显示*/
    overflow: hidden;/*超出隐藏*/
    text-overflow: ellipsis;/*省略号*/
}
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line {
    width: 100%;
    height: 1px;
    background: #F2F2F2;
    margin-top: 15px;
    margin-bottom: 15px;
}
.foot-text {
    color: #666666
}
.foot-text a {
    color: #666666
}

.top_location {
    float: left;
    width: 180px;
    overflow: hidden;
    padding-top: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px
}

    .top_location a {
        margin-left: 2px;
        color: #999999;
    }

        .top_location a:hover {
            color: #ff6600
        }

        .top_location a:active {
            color: #27963a
        }

.city-headtip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 5em;
}

.f12 {
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px
}

.xkefuright {
    clear: both;
    position: relative;
    z-index: 9;
    font-size: 14px;
    width: 1250px;
    margin: 0 auto;
}
.xkefuright * {
    box-sizing: border-box;
}
.xkefuright .offset {
    position: absolute;
    right: -20px;
}
.xkefuright .offset .xtiptools {
    position: fixed;
    bottom: 100px;
    width: 62px;
}
.xkefuright .offset .xtiptools a {
    cursor: pointer;
    color: inherit;
    transition: ease .3s;
}
.xkefuright .offset .xtiptools > li .-item {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #444;
    border: 1px solid #F0F0F0;
    border-top-width: 0;
    background: #FCFCFC;
    cursor: pointer;
    transition: ease .3s;
}
.xkefuright .offset .xtiptools > li .-item .front {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;
    font-weight: bold;
    transition: ease .3s;
}
.xkefuright .offset .xtiptools > li .-item .front.-new:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f00;
    right: -7px;
    top: -2px;
}
.xkefuright .offset .xtiptools > li .-item:hover .front {
    color: #ff6600;
}
.xkefuright .offset .xtiptools > li .-item.project {
    background: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 8px 8px 0 0;
}
.xkefuright .offset .xtiptools > li .-item.project .front {
    color: #ffffff;
}
.xkefuright .offset .xtiptools > li .-item.-gotop {
    height: 50px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.xkefuright .offset .xtiptools > li .-item.-belast {
    border-radius: 0;
}
.xkefuright .offset .xtiptools.notop > li .-item.-belast {
    border-radius: 0 0 8px 8px;
}
.xkefuright .offset .xtiptools.notop > li .-item.-gotop {
    height: 0px;
    border-width: 0;
}
.xkefuright .offset .xtiptools > li .-item.-gotop .arr {
    position: relative;
    display: inline-block;
    height: 3px;
}
.xkefuright .offset .xtiptools > li .-item.-gotop .arr:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 1px;
    margin-top: -4px;
    margin-left: -7px;
    vertical-align: middle;
    background: #808080;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
    transition: ease .3s;
}
.xkefuright .offset .xtiptools > li .-item.-gotop .arr:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 1px;
    margin-top: -4px;
    vertical-align: middle;
    background: #808080;
    transform-origin: 50% 0;
    transform: rotate(45deg);
    transition: ease .3s;
}
.xkefuright .offset .xtiptools > li .-item.-gotop:hover .arr:before, .xkefuright .offset .xtiptools > li .-item.-gotop:hover .arr:after {
    background: #14A900;
}
.xkefuright .offset .xtiptools > li .-item .tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #FCFCFC;
    color: #444;
    padding: 8px 12px;
    line-height: normal;
    white-space: nowrap;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 10px rgba(0,0,0,.05));
    border-radius: 5px;
    transition: ease .3s;
    font-size: 14px;
    font-weight: bold;
}
.xkefuright .offset .xtiptools > li .-item .tip:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #FCFCFC;
    right: -3px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
.xkefuright .offset .xtiptools > li .-item:hover .tip {
    visibility: visible;
    opacity: 1;
    margin-right: 6px;
}
.xkefuright .offset .xtiptools > li .-item .tip.contact {
    padding: 10px;
    cursor: default;
}

@media (max-width: 1344px) {
.xkefuright .offset {
    position: static;
}
.xkefuright .offset .xtiptools {
    position: fixed;
    right: 0;
}
}