.syhead-box {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    width: 85vw;
    height: 80px;
    border-radius: 10px;
}
.syhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.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: 50px;
}
.syhead .r ul li:last-child {
    margin-right: 0;
}
.syhead .r ul li a{
    display: block;
    line-height: 80px;
}
.syhead .r ul li a:hover {
    background: linear-gradient(to right, #126C94, #58B132);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
/*.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: linear-gradient(to right, #126C94, #58B132);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}

.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);
}

.mobheader {
    display: none;
}
.mobinfo {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

/*公共底部开始*/
.foot-box {
    padding: 60px 0;
    border-top: 8px solid;
    border-image: linear-gradient(to right, #136D92, #59B331);
    border-image-slice: 1;
}
.foot-box .foot {
    display: flex;
    font-size: 16px;
    color: #666;
}
.foot-box .foot .l {
    margin-right: 200px;
}
.foot-box .foot .l ul {
    margin-top: 50px;
}
.foot-box .foot .l ul li {
    line-height: 38px;
}
.foot-box .foot .r {
    flex: 1;
}
.foot-box .foot .r ul {
    display: flex;
    justify-content: space-between;
}
.foot-box .foot .r ul li h2 {
    font-size: 18px;
    color: #000;
}
.foot-box .foot .r ul li .a-box {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.foot-box .foot .r ul li .a-box a {
    display: inline-block;
    line-height: 38px;
    transition: all .4s;
}
.foot-box .foot .r ul li .a-box a:hover {
    background: linear-gradient(to right, #136D92, #59B331);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.beian-box {
    border-top: 1px solid #DBDBDB;
}
.beian {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 100px;
    font-size: 15px;
    color: #666;
}

