@charset "UTF-8";
    .header {
        height: 104px;
        line-height: 104px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-image: url("../images/header-bg.png");
        z-index:2;
    }
    
    
    .header .left {
        width:19%;
        overflow: hidden;
        float:left;
    }

    .header .left img {
        width: 100%;
        height: auto;
    }

    .header .right {
        width:71%;
        height: 100%;
        float:right;
        display:flex;
        justify-content: space-between;
    }

    .header .right li {
        float: left;
        height: 54px;
        list-style:none;
        width: 85px;
        white-space: nowrap;  /* 强制不换行 */
        text-overflow:ellipsis; /* 省略号显示 */
    }

    .header .right li .lord {
        display: inline-block;
        text-align: center;
        font-family: PingFang-SC-Bold;
        font-size: 18px;
        color: #333;
        width: 100%;
    }

    .header .right li .active, .header .right li .lord:hover {
        color: #f4543c!important;
        font-weight:bold;
    }

    .header .right li .active div{
        height: 2px;
        background-image: linear-gradient(#f4543c, #f4543c), linear-gradient(#1e292f, #1e292f);
        margin-top: -30px;
    }
    
    
    .sj_head {
    	display: none;
	}
	
	.sj_nav {
	    display: none;
	}

/*右侧部分*/
.fix_right {
    width: 60px;
    position: fixed;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    z-index: 999999;
    display: block;
    border-radius: 30px;
}

.fix_right ul li {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    transition: all 0.5s ease 0s;
    background: #FF5722;
    position: relative;
    text-align: center;
    line-height: 60px;
}

.fix_right ul li img {
    display: inline-block;
    vertical-align: middle;
}

.fix_right ul li .box {
    position: absolute;
    right: -90px;
    top: 0;
    transition: 1s all;
    z-index: 1000;
}

.fix_right ul li:nth-of-type(1) .box {
    right: -211px;
    width: 211px;
    height: 60px;
    background: #FF5722;
}

.fix_right ul li:nth-of-type(1) .box img {
    margin-left: 10px;
}

.fix_right ul li:nth-of-type(1):hover .box {
    right: 0;
}

.fix_right ul li:nth-of-type(1):hover a img {
    display: none
}

.fix_right ul li:nth-of-type(2) .box {
    width: 89px;
    background: #039696;
}

.fix_right ul li:nth-of-type(2) .box img {
    display: block;
    width: 100%;
}

.fix_right ul li .box img {
    margin: 0;
}

.fix_right ul li:hover .box {
    right: 62px;
}

@media only screen and (max-width: 1024px) {

    .header {
        display: none;
    }

    .sj_head {
        display: block;
        width: 100%;
        height: 55px;
        background: #f6f8fa;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000000;
    }

    .sj_head .lg {
        padding: 12px 0 0 5px;
        box-sizing: border-box;
        float: left;
        /*width: 200px;*/
        height:90%;
    }

    .sj_head .lg img {
        /*width: 100%;*/
        height:90%;
        display: block;
    }

    .sj_head .xiala {
        display: block;
    }

    .sj_head .xiala {
        display: block;
    }

    .sj_head .xiala {
        height: 25px;
        width: 30px;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .sj_head .xiala span {
        width: 100%;
        height: 2px;
        background: #000;
        display: block;
        margin-top: 17px;
        display: block;
    }

    .sj_head .xiala span.none {
        display: none;
    }

    .sj_head .xiala a {
        display: block;
        position: relative;
    }

    .sj_head .xiala a:before {
        transform: translateY(-15px) rotate(0deg);
        -webkit-transform: translateY(-15px) rotate(0deg);
        -ms-transform: translateY(-15px) rotate(0deg);
    }

    .sj_head .xiala a:after {
        transform: translateY(0.1rem) rotate(0deg);
        -webkit-transform: translateY(0.1rem) rotate(0deg);
        -ms-transform: translateY(0.1rem) rotate(0deg);
    }

    .sj_head .xiala a:after {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        right: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
    }

    .sj_head .xiala a:before {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
    }

    .sj_head .xiala a:after {
        bottom: -25px;
    }

    .sj_head .xiala a:before {
        top: 25px;
    }

    .sj_head .xiala.act {
        transform: rotate(90deg);
        top: 15px;
        right: 10px;
    }

    .sj_head .xiala.act a:before {
        transform: translateY(0rem) rotate(-40deg);
        -webkit-transform: translateY(0rem) rotate(-40deg);
        -ms-transform: translateY(0rem) rotate(-40deg);
        top: 18px;
    }

    .sj_head .xiala.act a:after {
        transform: translateY(0rem) rotate(40deg);
        -webkit-transform: translateY(0rem) rotate(40deg);
        -ms-transform: translateY(0rem) rotate(40deg);
        bottom: -20px;
    }

    .sj_nav {
        position: fixed;
        right: -180px;
        width: 180px;
        top: 55px;
        background: rgba(0, 0, 0, .6);
        transition: 1s all;
        z-index: 100000000;
        display: block;
    }

    .sj_nav ul li a {
        color: #fff;
        line-height: 40px;
        height: 40px;
        text-align: center;
        display: block;
        font-size: 14px;
    }

    .sj_nav.act {
        right: 0;
        transition: 1s all;
    }

    .sj_head .fanhui {
        float: right;
        line-height: 55px;
        margin-right: 5px;
    }

    .sj_head .fanhui a {
        font-size: 14px;
        color: #fff;
    }

    .sj_head .fanhui img {
        vertical-align: middle;
        margin-right: 2px;
    }
}


