.phone-fix {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    z-index: 9999;
    background: #2458A4;
    transition: height .3s linear;
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    overflow: hidden;
}

.phone-fix.show {
    height: 100%;
}

.phonetop {
    background: #2458A4;
    line-height: 49px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.phonetop img {
    width: 83px;
}

.phonetop .phone-hgang {
    margin-top: 18px;
}

.phonetop .phone-hgang i {
    top: 0;
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.show .phonetop .phone-hgang i:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 7px;
}

.show .phonetop .phone-hgang i:nth-child(2) {
    opacity: 0;
}

.show .phonetop .phone-hgang i:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -7px;
}

.phonetop-ls {
    position: absolute;
    top: 49px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    /*display: none;
    */
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.show .phonetop-ls {
    opacity: 1;
}

.phonetop-ls>div ul {
    height: 200px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.phonetop-ls>div {
    width: 100%;
}

.show .phonetop-ls>div ul {
    height: 580px;
}

.phonetop-ls>div {
    position: absolute;
    top: 0;
    left: 0;
}
.phonetop-ls>div.ph_choslange{
    left: 10%;
    top: auto;
    bottom: 13px;
    width: auto;
}
header .phonetop-ls>div .scol>div.scolleft{
    height: auto;
    width: auto;
    font-size: 13px;
}
header .phonetop-ls>div .scol a.done{
    opacity: 1;
}
header .phonetop-ls>div .scol a{
    color: #fff;
    opacity: .5;
}

.phonetop-ls>div ul {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.phonetop-ls>div ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.phonetop-ls>div ul li>a {
    line-height: 47px;
    display: flex;
    color: #fff;
}

.phonetop-ls>div ul li.hid {
    position: relative;
}
.phonetop-ls>div ul li.hid:nth-last-child(2) {
    display: none;
}


.phonetop-ls>div ul li.hid .before {
    content: '';
    background: url(szj.svg) center right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 1px;
    top: 18px;
    position: absolute;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.phonetop-ls>div ul li.hid.show .before {
    right: 0px;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.phonetop-ls>div ul li .naverji-phone {
    line-height: 26px;
    font-size: 12px;
    padding-left: 10px;
}

.phonetop-ls>div ul li .naverji-phone a {
    color: #fff;
    display: block;
}

.phonetop-ls>div ul li .naverji-phone>div {
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

}

.phonetop-ls>div ul li.hid.show .naverji-phone>div {
    height: 30px;
}

.phonetop-ls>div ul li>a>div:nth-child(2) img {
    margin-right: 32px;
    width: 144px;
}

.phonetop-ls>div ul li>a>div:nth-child(1) img {
    margin-right: 32px;
    width: 67px;
}


.phonetop-ls>div ul li:nth-last-child(1) img {
    padding-right: 10px;
    width: 13px;
}


.phone-footls {
    display: none;
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 14.4444444px;
    }
    body {
        padding-top: 48px;
        /*overflow: hidden;*/
    }

    .pc-port {
        display: none !important;
    }

    .pc-port>div {
        display: none;
    }

    .pc-port>div>div {
        display: none;
    }

    .ziyemian .index {
        padding-top: 0px;
    }

    .hidshowup.showup {
        z-index: 1;
    }
   

    .phone-footls {
        display: block;
    }

    .phone-footls ul {
        margin-bottom: 32px;
    }

    .phone-footls ul li {
        line-height: 70px;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, .19);
    }

    .phone-footls ul li a {
        display: flex;
        color: #FFFFFF;
    }

    .phone-footls ul li:nth-child(1) {
        border-top: 1px solid rgba(255, 255, 255, .19);
    }

    .bottom-mk span {
        right: inherit;
        left: 2%;
        top: -3px;
        position: relative;
    }
}


@media only screen and (max-width: 1100px) {
    .yuanfang {
        max-width: inherit;
        padding: 0 20px;
    }

    .yf {
        max-width: inherit;
        padding: 0 20px;
    }
.home .tltle .zhu{
    margin-bottom: 13px;
}
    .tltle .zhu {
        margin-bottom: 0;
        font-size: 1.79rem;
font-weight: bold;
line-height: 2.34rem;
    }

    .tltle .lit {
        font-size: 13px;
        line-height: 23px;
    }

}

@media only screen and (max-width: 1100px) {
    .banner-hpone {
        position: relative;
    }

    .tyindex.fix .tyindex-nav {
        top: 47px;
    }

    .tyindex.fix .main {
        margin-top: 51px;
    }

}