body{
    background: #fff;
}
*{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666;
}
li{
    list-style: none;
}

a{
    text-decoration: none;
}

#navbar{
    width:100vw;
    height:8vh;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    position: fixed;
}

#navbar .logo{
    float: left;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar .logo img{
    width: 120px;
    /* vertical-align:5px; */
    margin-top: -6px;
}

#navbar .nav{
    float: right;
    height: 100%;
    width: 15vw;
    box-sizing: border-box;
    padding:5px ;
    padding-top: 10px;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar .nav img{
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 5px;
}
#choose{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 10vw;
    padding-top: 10vh;
    position: relative;
    left:0;
    top: 40vh;
    transition: all 0.5s;
    height: 0;
    opacity: 0;
    
    display: none;
}
#choose>ul>li{
    margin-top:15px;
    height: 4vh;
    overflow: hidden;
    transition: all 0.3s;
}
#choose>ul>li>span{
    font-size: 18px;
}
#choose>ul>li>a>span,#choose>ul>li>span{
    font-size: 18px;
}
/* #choose>ul>li>a>span::after{
  content: '';
  display:inline-block;
  width: 20px;
  height: 20px;
  background:url(../../images/加号.png) no-repeat;
  background-size: 80%;
  vertical-align: middle;
} */
/* #choose>ul>li>.open>img{
    width: 14px;
    float: right;
    transition: all 0.3s;
} */

/* #choose>ul>li>.list{
    margin-top: 15px;
}
#choose>ul>li>.list .box{
    line-height: 28px;
}
#choose>ul>li>.list .box a{
    font-size: 14px;
    color: #999;
} */


#save{
    position: fixed;
    left: 88%;
    top: 1.5%;
    transform: rotate(45deg);
}


/* 底部 */

#btm {
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    padding:3vw;
    padding-bottom: 8vh;
    background: #333333;
}

#btm p{
    color: #fff;
    line-height: 1.8;
}


/* 以上导航+菜单栏 */


/* 导航图 */

#navimg{
    width: 100vw;
    height: auto;
    padding-top: 8vh;
}
#navimg img{
    width:  100%;
    height: auto;
}


/* find us */
#find{
    width: 100vw;
    height: 7vh;
    background:rgba(51,51,51,0.8);
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    box-sizing: border-box;
    position: fixed ;
    bottom: 0;
    left: 0;
}

#find button{
    padding: 2vw;
    padding-left: 10vw;
    padding-right: 10vw;
    background: #ce3334;
    border: none;
}
#find button:nth-of-type(1){
    margin-right: 5vw;
}
#find button span{
    color: #fff;
}
#find button  a{
    color: #fff;
}
#find  .weixin{
    width:35vw;
    height:35vw;
    position: absolute;
    right: 0vw;
    bottom: 13vw;
    /* background: #000; */
    background-image: url(../../images/宋总微信.png);
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    display:none;
    transition:all 0.4s;
}


#findus {
    width:100vw;
    height: auto;
    box-sizing: border-box;
    padding: 5vw;
}

#findus .card{

}

#findus .card .title{
    background: #222;
    padding: 3vw;
    border-top-left-radius: 2vw;
}
#findus .card .title span{
    color: #fff;
}

#findus .card .content{
    background: #ce3334;
    padding: 2vw;
    border-bottom-left-radius: 2vw;
}
#findus .card .content p{
    line-height: 2;
    color: #fff;
}

#findus .card .findservice{
    padding: 2vw;
    margin-top: 3vw;
}
#findus .card .findservice h2{
    font-size: 15px;
    line-height: 2;
}

#findus .card .findservice span{
    line-height: 2.5;
    color: #ce3334;
}

#findus .card .line{
    width: 100%;
    height: 1px;
    background: #ce3334;
}

.prompt{
    padding: 2vw;
}

.prompt h2{
    font-size: 15px;
    line-height: 2;
}

.prompt p{
    line-height: 2.5;
    color: #ce3334;
}
