/*头部开始*/

.header-box .header .header-menu>li span {
    display: inline-block;
    width: 24px;
    text-align: center;
    display: none;
    color: #fff;
    position: absolute;
}

.header .header_btn {
    width: 52px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 26px;
    background: url(../images/手机首页-二级_03.png) bottom center no-repeat;
    display: none;
}

.header-box {
    /*min-width: 1200px;*/
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #ffffff;
    transition: background-color 0.3s, height 0.3s;
    top: 0px;
}

.header-box .nav_btn {
    display: none;
}

.header-box:not(x) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-box>* {
    transition: top .3s;
}

.header-box .logo-box {
    position: absolute;
    top: 0;
    left: 40px;
}

.header-box .logo-box img {
    vertical-align: middle;
}

    .header-box .phone-box {
        position: absolute;
        margin-top: 10px;
        top: 0;
        right: 0;
        width: 270px;
        color: #FFF;
        font-family: ping-number;
        line-height: 48px;
    }

.header-box .phone-box>img {
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    top: -3px;
}

.header-box .phone-box>span {
    font-size: 16px;
}

.header-box .header {
    width: 776px;
    position: relative;
    top: 0;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.header-box .header:not(x) {
    opacity: 1;
}

.header-box .header>.header-menu,
.header-box .header>.menu-icon {
    transition: opacity .5s;
}

.header-box .header.on {
    display: block !important;
}

.header-box .header .header-menu {
    width: 776px;
    position: relative;
    z-index: 10;
}

.header-box .header .header-menu:before,
.header-box .header .header-menu:after {
    content: "";
    display: table;
}

.header-box .header .header-menu:after {
    clear: both;
}

.header-box .header .header-menu>li {
    float: left;
    margin-left: 28px;
    position: relative;
}

    .header-box .header .header-menu > li ul {
        border-top: 3px solid #1673cf;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        position: absolute;
        top: 68px;
        left: -40px;
        display: none;
    }

.header-box .header .header-menu>li:hover ul {
    display: block;
}

.header-box .header .header-menu>li ul li {
    width: 138px;
    height: 36px;
    border-top: 1px solid #1a1c1d;
    line-height: 36px;
}

    .header-box .header .header-menu > li ul li:hover a {
        color: #1673cf;
    }

.header-box .header .header-menu>li ul li a {
    display: block;
    font-size: 12px;
    color: #b9b9b9;
    padding-left: 16px;
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .header-box .header .header-menu > li:last-child > a {
        font-size: 14px;
        color: #29abe2;
        display: none;
    }

.header-box .header .header-menu>li>a {
    color: #fbfbfb;
}

.header-box .header .header-menu>li>a:not(x) {
    color: rgba(251, 251, 251, 0.8);
}

    .header-box .header .header-menu > li.active > a {
        color: #29abe2;
    }

.header-box.shrink {
    height: 67px;
    background: #1A1919;
    border: none;
}

.header-box.shrink>* {
    top: -1.5px;
}

.header-box.shrink.icon .header>.header-menu {
    /* opacity: 0; */
    filter: alpha(opacity=0);
    z-index: 100;
}

.header-box.shrink.icon .header .menu-icon {
    /* opacity: 1; */
    filter: alpha(opacity=100);
    /* z-index: 200; */
}

/*头部结束*/

/* 尾部开始 */

.footer-box {
    width: 100%;
    /*min-width: 1200px;*/
    position: relative;
    background: #313131;
}

.footer-box .footer {
    width: 1200px;
    margin: 0 auto;
    height: 343px;
}

.footer-box .footer:before,
.footer-box .footer:after {
    content: "";
    display: table;
}

.footer-box .footer:after {
    clear: both;
}

.footer-box .footer>ul {
    margin-top: 40px;
}

.footer-box .footer>ul>li {
    width: 102px;
    float: left;
}

.footer-box .footer>ul>li>a {
    color: #ADADAD;
    font-size: 14px;
    transition: color .5s;
}

.footer-box .footer>ul>li>a:hover {
    color: #D7D7D7;
}

.footer-box .footer>ul>li>ul {
    margin-top: 32px;
}

.footer-box .footer>ul>li>ul>li {
    margin-bottom: 12px;
}

.footer-box .footer>ul>li>ul>li a {
    color: #9E9E9E;
    transition: color .5s;
}

.footer-box .footer>ul>li>ul>li a:hover {
    color: #D7D7D7;
}

.footer-box .footer .footer-contact-box {
    width: 380px;
}

.footer-box .footer .footer-contact-box>.footer-contact>.footer-contact-department {
    color: #ADADAD;
    line-height: 24px;
    margin-top: 25px;
    padding-bottom: 35px;
}

.footer-box .footer>ul>li span {
    display: none;
}

.footer-box .footer .footer-contact-box>.footer-contact>.footer-contact-department>div {
    width: 80px;
    height: 48px;
    float: left;
    font-size: 14px;
}

.footer-box .footer .footer-contact-box>.footer-contact>.footer-contact-department:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #5D5D5D;
}

.footer-box .footer .footer-contact-box>.footer-contact>.footer-contact-more {
    color: #D7D7D7;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 10px;
}

.footer-box .footer .footer-contact-box>.footer-contact>.footer-contact-tips {
    margin-top: 12px;
    color: #9E9E9E;
}

.footer-box .footer-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #9E9E9E;
    line-height: 46px;
    text-align:center;
    border-top: 1px solid #5D5D5D;
}

.footer-box .footer-bottom>div {
    width: 1200px;
    margin: 0 auto;
}

/*尾部结束*/

/*左侧悬浮开始*/

.right-box {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 100000;
}

.right-box>ul>li {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 51px;
    transition: width 250ms ease-in-out 0s;
}

.right-box>ul>li:first-child {
    height: 50px;
}

.right-box>ul>li.right-item>a,
.right-box>ul>li.right-item>div {
    display: block;
    width: 174px;
    height: 50px;
    position: absolute;
    background: #29abe2;
    bottom: 0;
    right: 0;
}

.right-box>ul>li.right-item>a {
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
}

.right-box>ul>li.right-item>a>span {
    position: absolute;
    top: 0;
    right: 50px;
    height: 50px;
    width: 110px;
}

.right-box>ul>li.right-item>div>div {
    position: absolute;
    top: 0;
    right: 50px;
    height: 50px;
    width: 124px;
}

.right-box>ul>li.right-item>div>div>a {
    display: block;
    float: left;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 62px !important;
    height: 50px;
}

    .right-box > ul > li.right-item > div > div > a:hover {
        background-color: #29abe2;
    }

.right-box>ul>li.right-item>div>div>a>.right-icon {
    position: static;
    margin: 0 auto;
}

.right-box>ul>li.right-item .right-icon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/right-icon.png') no-repeat 0 -50px;
}

.right-box>ul>li.right-item .right-icon-online {
    background-position-x: 0px;
}

.right-box>ul>li.right-item .right-icon-qq {
    background-position-x: -50px;
}

.right-box>ul>li.right-item .right-icon-phone {
    background-position-x: -100px;
}

.right-box>ul>li.right-item .right-icon-top {
    background-position-x: -150px;
}

.right-box>ul>li.right-item .right-icon-share {
    background-position-x: -200px;
}

.right-box>ul>li.right-item .right-icon-wb-sina {
    background-position-x: -244px;
}

.right-box>ul>li.right-item .right-icon-wb-qq {
    background-position-x: -294px;
}

.right-box>ul>li:hover>a {
    background-color: #EBEBEB;
}

.right-box>ul>li:hover>a>span {
    color: #29abe2;
}

.right-box>ul>li:hover>a .right-icon {
    background-position-y: 0;
}

.right-box:hover>ul>li {
    width: 174px;
}