.syhead-box {
    height: 110px;
}
.syhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.syhead .l {
}
.syhead .r {
    display: flex;
    height: 100%;
    align-items: center;
}
.syhead .r ul{
    display: flex;
    /*margin-right: 100px;*/
    height: 100%;
    align-items: center;
}
.syhead .r ul li {
    height: 100%;
    margin-right: 20px;
}
.syhead .r ul li:last-child {
    margin-right: 0;
}
.syhead .r ul li a{
    padding: 0 20px;
    display: block;
    font-weight: bold;
    line-height: 110px;
    transition: all .5s;
}
.syhead .r ul li a:hover {
    background-color: #EDC597;
}
/*.syhead .r ul li a:hover:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 70px;*/
/*    height: 10px;*/
/*    background-image: url("../images/on.jpg");*/
/*    background-size: 100% 100%;*/
/*}*/

.syhead .r ul .on a {
    background-color: #EDC597;

}

.syhead .r ul .on a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 10px;
    background-image: url("../images/on.jpg");
    background-size: 100% 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* border: none; */
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    background-color: #fff;
}

.mobheader {
    display: none;
}

/*底部开始*/
.foot-box {
    color: #fff;
    background-color: #2B2B2B;
    margin-top: 200px;
    padding-bottom: 150px;
}
.foot-box .foot {
    position: relative;
}
.foot-box .lxwm-box {
    position: absolute;
    top: -160px;
    left: 0;
    width: 1636px;
    background-color: #EDC597;
    border-radius: 10px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 85px;
}
.foot-box .lxwm-box .l {
    width: 50%;
}
.foot-box .lxwm-box .l h1 {
    font-size: 48px;
}
.foot-box .lxwm-box .l h2 {
    font-size: 19px;
    font-family: Muli;
    margin-top: 20px;
}
.foot-box .lxwm-box .r {
    width: 40%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;

}
.foot-box .lxwm-box .r input {
    background: transparent;
    font-family: Muli;
    color: #fff;
}
.foot-box .lxwm-box .r .input-box {
    display: flex;
    justify-content: space-between;
}
.foot-box .lxwm-box .r input::placeholder {
    color: #fff;
}

.foot-box .foot-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
}
.foot-box .foot-content .info {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-top: 60px;
    font-size: 20xp;
}
.foot-box .foot-content .info .info-li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.foot-box .foot-content .info .info-li img {
    margin-right: 10px;
}
.foot-box .foot-content .info .info-li:last-child {
    margin-right: 0;
}
.foot-box .foot-content .info .info-li p{
    display: inline-block;
}
.foot-box .foot-content .nav ul{
    display: flex;
    font-size: 22px;
    margin-top: 30px;
}
.foot-box .foot-content .nav ul li {
    margin-right: 20px;
}


@media (max-width: 990px) {
    .syhead-box {
        display: none;
    }
    .mobheader {
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        z-index: 999;
    }
    .mobheader .moblogo img {
        height: 50px;
    }
    .mobheader .mobmenu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .mobheader .mobmenu dl {
        transform: rotateY(180deg);
        margin-right: 10px;
        width: 30px;
        margin-bottom: 0;
    }
    .mobheader .mobmenu dl dd {
        width: 0;
        height: 2px;
        background: #e5801f;
    }
    .mobheader .mobmenu dl dd:first-child {
        animation: sjnav 2.4s linear infinite;
    }
    .mobheader .mobmenu dl dd:nth-child(2) {
        margin: 6px 0;
        width: 20px;
    }
    .mobheader .mobmenu dl dd:last-child {
        animation: sjnav 2.4s linear infinite;
        animation-delay: 0.4s;
    }
    .mobheader .mobnav {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: fixed;
        z-index: 99999999999999999;
        top: 0;
        left: -100%;
        overflow-y: auto;
        opacity: 0;
        transition: all 0.3s;
    }
    .mobheader .active {
        transition-delay: 0.3s !important;
        opacity: 1 !important;
        left: 0 !important;
    }
    .mobnav .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
    }
    .mobnav .top .logo img {
        height: 50px;
    }
    .mobnav .top .mobnavclose {
        width: 30px;
        height: 30px;
        position: relative;
    }
    .mobnav .top .mobnavclose:before, .mobnav .top .mobnavclose:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #333;
        border-radius: 1px;
    }
    .mobnav .top .mobnavclose:before {
        width: 20px;
        height: 2px;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .mobnav .top .mobnavclose:after {
        width: 2px;
        height: 20px;
        transform: translate(-50%,-50%) rotate(225deg);
    }
    .mobnav .bottom {
        padding: 6px 20px;
    }
    .mobnav .bottom .nav li {
        width: 100%;
        padding: 5px 0;
        transition: all .3s;

    }
    .mobnav .bottom .nav li h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobnav .bottom .nav li h3 a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #1a1a1a;
        padding-left: 4px;
    }
    .mobnav .bottom .nav li h3 i {
        width: 30px;
        height: 30px;
        position: relative;
    }
    .mobnav .bottom .nav li h3 i:before,.mobnav .bottom .nav li h3 i:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #333;
        border-radius: 1px;
    }
    .mobnav .bottom .nav li h3 i:before {
        width: 10px;
        height: 2px;
        transform: translate(-50%,-50%) rotate(90deg);
    }
    .mobnav .bottom .nav li h3 i:after {
        width: 2px;
        height: 10px;
        transform: translate(-50%,-50%) rotate(270deg);
    }
    .mobnav .bottom .nav li .m-subnav {
        display: none;
    }
    .mobnav .bottom .nav li .m-subnav a {
        display: block;
        line-height: 24px;
        margin: 10px 0;
        padding-left: 20px;
        position: relative;
    }
    .mobnav .bottom .nav li .m-subnav a:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #CCCCCC;
        border-radius: 50%;
        position: absolute;
        left: 4px;
        top: 7px;
        transition: all 0.4s;
    }
    .mobnav .bottom .nav li .m-subnav a:after {
        content: "";
        width: 4px;
        height: 4px;
        background: #CCCCCC;
        border-radius: 50%;
        position: absolute;
        left: 7px;
        top: 10px;
        transition: all 0.4s;
    }
    .mobnav .bottom .nav .on h3 i {
        transform: rotate(45deg);
    }

    .mobnav .mobinfo {
        padding: 0 20px;
    }
    @keyframes sjnav {
        0% {
            width: 0;
        }
        25% {
            width: 15px;
        }
        50% {
            width: 30px;
        }
        75% {
            width: 15px;
        }
        100% {
            width: 0;
        }
    }
}

