@import url(./format.css);

body {
    overflow-x: hidden;
}

.navigation {
    width: 100%;
    display: flex;
    margin: 2px 0px;
}

.navigation .logo {
    width: 1.7067rem;
    height: .28rem;
    margin-left: .4267rem;
    margin-right: 1.4133rem;
    margin-top: .0533rem;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.nav {
    width: .84rem;
    height: .3467rem;
    text-align: center;
    line-height: .3467rem;
    user-select: none;
    cursor: pointer;
    font-size: 0.1rem;
    position: relative;
}
.navigation .active {
    font-weight: bold;
    color: #21A2D1;
    font-size: 0.1rem;
}
.navigation .active span {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0px;
    top: 36px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #21A2D1;
    border-radius: 7px;
}
.nav:hover .hovershow {
    display: block;
}
.nav:hover p {
    color: #21A2D1;
}
.nav .hovershow {
    position: absolute;
    left: -0.2rem;
    top: 0.3rem;
    z-index: 999;
    display: none;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    /* padding: 0px 15px; */
    width: 1.2667rem;
    color: #999;
    overflow: hidden;
    font-weight: normal;
}
.nav .hovershow p {
    height: .1rem;
    width: 100%;
    background-color: transparent;
}
.nav .hovershow div{
    background-color: #fff;
}
.nav .hovershow div:nth-child(2){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.nav .hovershow div::after {
    display: block;
    content: '';
    background-color:#DCDCDC ;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    border-radius: 1px;
}
.nav .hovershow :hover{
    color: #21A2D1;
}


.nav:hover .active {
    background-color: #21A2D1;
}

.call {
    margin-left: 1.8667rem;
    height: .3467rem;
    line-height: .3467rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #21A2D1;
    font-size: 0.1067rem;
}

.banner {
    width: 10rem;
    height: 3.7467rem;
    position: relative;
}
.banner-image {
    width: 100%;
}

footer {
    width: 100%;
    height: 1.2533rem;
    background-color: #252525;
    display: flex;
    padding: 0px 1.3333rem;
}
footer .picture {
    width: .8667rem;
    height: .7733rem;
    margin-top: .24rem;
}
footer .line {
    width: 0px;
    height: .84rem;
    border: 1px solid #454545;
    margin-left: .32rem;
    margin-top: .24rem;
}
footer .content-wrap {
    margin-left: .48rem;
    margin-top: .1867rem;

}
footer .content-wrap .title{
    font-weight: bold;
    font-size: .1067rem;
    color: #FFFFFF;
    line-height: .1333rem;
    line-height: .1333rem;
}
footer .content-wrap .title span {
    display: inline-block;
    margin-right: .5067rem;
    cursor:pointer;
}
footer .content-wrap .message {
    margin-top: .2rem;
    display: flex;
    color: #919191;
    font-size: .0933rem;
    line-height: .16rem;
}
footer .content-wrap .left {
    display: flex;
    flex-direction: column;
    width: 2rem;
}
footer .content-wrap .right {
    display: flex;
    flex-direction: column;
    margin-right: .3467rem;
}
footer .Rrcode {
    margin-top: .2rem;
    margin-left: .2667rem;
}
footer .Rrcode img{
    width: .8667rem;
    height: .8667rem;
}
.copyright {
    width: 100%;
    height: .2133rem;
    background-color: #252525;
    text-align: center;
    line-height: .2133rem;
    color:white;
    font-size: 	.0829rem;
}

.copyright a {
    color: #0070ff;
}