.top-container {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 12;
    width: 100%;
    height: 90px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}

.top-container .left-container {
    margin-left: 67px;
}

.top-container .left-container .logo {
    width: 200px;
    height: 50px;
}
@media (max-width: 1024px) {
	.top-container .left-container {
    margin-left: 30px;
}
}

.top-container .right-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-container .right-container .first-stair {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-container .right-container .first-stair li {
    position: relative;
    width: 130px;
    height: 100%;
    text-align: center;
    line-height: 90px;
}

.top-container .right-container .first-stair a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.top-container .right-container .first-stair li:hover{
    cursor: pointer;
}

.top-container .right-container .second-stair{
    display: none;
    background-color: #fff;
    border-top: 3px solid #57dfbc;
}

.top-container .right-container .second-stair li{
    height: 50px;
    line-height: 50px;
}

.top-container .right-container .second-stair li:hover{
    background-color: rgb(227, 227, 227);
}

.top-container .rightpart {
    display: flex;
    align-items: center;
    margin-right:67px;
}

.top-container .rightpart span {
    color: #4c4c4c;
    font-size: .9rem;
	cursor:pointer
}

.top-container .rightpart a img {
    margin-right: .4rem;
}



@media (max-width: 1440px) {

    .top-container .rightpart {
        width: 120px;
        margin-right: 2.5%;
    }
}


@media (max-width: 768px) {

    .top-container .rightpart {
        width: 40%;
    }

}

.wrap {
    position: relative;
    height: 90px;
}
.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.verticalCenter {
    display: inline-block;
    vertical-align: middle;
}
img.verticalCenter {
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
img.verticalCenter {
    width: 0px;
    height: 0px;
}
}
.rightpart span {
    color: #4c4c4c;
    font-size: .9rem;
	cursor:pointer;
}
.wrap span {
    position: relative;
    margin-left: 5px;
}
.wrap span:after {
    content: '';
    width: 10px;
    height: 8px;
    border: 1px solid #666;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -8px;
}
.wrap .wrap_zk {
    position: absolute;
    left: 0;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    top: 70px;
    padding: 5px 0px;
    width: 120%;
    display: none;
    text-align: center;
}
.wrap .wrap_zk a {
    display: block;
    padding: 2px 10px;
    font-size: 14px;
}

.top-container .right-container .hot-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 100%;
    /* background: -o-linear-gradient(left, #72c6db, #57dfbc);
    background: -webkit-linear-gradient(left, #72c6db, #57dfbc); */
    background-clip: text;
    font-size: 15px;
    color: #333;
}

.top-container .right-container .hot-tel .icon {
    width: 24px;
    height: 27px;
    margin-right: 10px;
}

.phoneheader{
    display: none;
}