.nav{
    position: fixed;
    z-index: 99;
    width: 100%;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 6px 22px;
    background-color: #ffffff;
}
.nav-wrap{
    height: 1.2rem;
}
.select_img{
    height: 0.5rem;
    margin-top:10px;
}
.logo{
    height: 0.9rem;
}
.consulte_tel{
    height: 0.9rem;
}
.menu{
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 100;
    top: 0;
    overflow: scroll;
    background-color: rgba(0,0,0,0.2);
    display: none;
}
.animate-speed{
    animation-duration: 0.3s!important;
}
.animate-delay{
    animation-delay: 0.3s;
}
#accordion{
    width: 60%;
    height:100%;
    background-color: #214265;
}
.list-nav{
     border-bottom: 0.02rem solid #274E75;
 }
.list-nav:nth-last-child(1){
    border-bottom: none;
}
h4 a{
    color: #BCCEE3 !important;
    font-size: 0.36rem!important;
    font-weight: 400;
}
.panel-heading{
    padding-left:0.6rem;
}
.close-img{
    width: 0.3rem;
}
.select{
    width: 0.35rem;
    margin-top: 3px;
}
.panel-collapse{
    background-color: #0A2D4E;
    padding: 0.2rem 0;
}
.panel-collapse a{
    color: #6BCBEA;
    font-size: 0.35rem;
    font-weight: 400;
    letter-spacing:1px;
}
.solution-title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution-title span{
    padding: 0.2rem 0;
}
.solution-title span:nth-child(odd){
    padding-left: 0.86rem;
}
.solution-title span:nth-child(even){
    padding-left: 0.2rem;
}
.wrap{
    width: 100%;
    border: 0.1px solid transparent;
}
.banner-other{
    width: 100%;
    position: relative;
}
.banner-other img{
    width: 100%;
}
.banner-text-other{
    position: absolute;
    top: 2.3rem;
    left: 8%;
}
.banner-title-other{
    font-family: 'MicrosoftYaHei', '微软雅黑 Normal', '微软雅黑';
    font-weight: 500;
    color: #FFFFFF;
    font-size: 0.7rem;
}
.font-color{
    color: #12358B;
}
.banner-transform-other{
    font-size: 0.406rem;
    color: #ffffff;
    line-height: 0.5rem;
    margin-top: -0.15rem;
    margin-left: 0.1rem;
}
footer{
    background-color: #000000;
    width: 100%;
    text-align: center;
    padding: 0.3rem 0;
    color:#767D83;
    font-size: 0.2rem;
}
footer p{
    margin: 0;
}
footer a{
    color:#767D83;
}
.modal-title{
    font-size: 0.6rem;
    text-align: center;
    padding: 0.6rem ;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.slide-tip{
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 1000;
}
.slide-tip a{
    margin: 20px 0;
    display: block;
}
.slide-tip img{
    width: 1.5rem;
}