*{
    padding: 0;
    margin: 0;
}

body{

    min-width: 1195px;
}



/*设置头部样式*/
#head{
    display: flex;
    height: 90px;
    width: 100%;
    background: #11a3fd;
    justify-content: space-between;
    align-items: center;
}
/*设置头部logo*/
#siteLogo{
    height: 45px;
    margin-left: 6%;
}

/*设置头部导航*/
#nav{
    white-space: nowrap;
    display: flex;

}

#nav li {
    display: flex;
    font-size: 18px;

    height: 85px;
    line-height: 90px;
    border-bottom: 5px solid #11a3fd;
    flex-direction: column;
}

#nav li:hover{

    border-bottom: 5px solid white;

}

#nav li div{
    display: none;
    flex-direction: column;
}

#nav li a{
    color: #ffffff;
    text-decoration: none;
    z-index: 10;
    background: none;
    padding: 0 23px;
    box-shadow: none;

}


#nav li div a{
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    z-index: 10;
    background: whitesmoke  ;
    text-align: center;
    color: #02aaf1;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    padding: 0 23px;


}


/*设置头部注册登录按钮*/

#reg-login{
    margin-right:6%;
    white-space: nowrap;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;

}

#reg-login svg{
    height: 20px;
    width: 20px;
    margin-left: 5px;
    cursor:pointer;
}

#reg-login li{
    /*display: inline-block;*/
    color: white;
    margin: 0 10px;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#reg-login li a{
    color: #ffffff;
    text-decoration: none;
}


/*设置尾部*/
#foot{
    height: 558px;
    width: 100%;
    background-image:url("../siteImg/footImg.png") ;
    background-size: cover;
    position: relative;
}

#xingxi{
    position: absolute;
    left: 18%;
    top:63px;
    list-style-type: none;
}

#xingxi li{
    display: flex;
    color: white;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    align-items: center;
    margin-bottom: 22px;
}

#xingxi li img{
    margin-right: 20px;
    width: 34px;



}

#erweima{
    position: absolute;
    top: 268px;
    left: 18%;
}



#erweima li{
    display: inline-block;
    margin-right: 32px;
    text-align: center;
    color: white;

}

#erweima li img{
    width: 100px;

}

#kefu{
    top: 104px;
    right: 18%;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 26px;
    font-weight: bold;
}

#kefu img{
    height: 260px;
    width: 260px;
    margin-bottom: 23px;
}

#weiba{
    height: 65px;
    width: 100%;
    background-image: url("../siteImg/weiba.png");
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    line-height: 65px;
    color: white;
}

/*子页面特定导航栏的样式*/
.xuanzhong-Nav{
    height: 51px;
    width: 100%;
    padding-left: 48px;
    font-size: 23px;
    color: white;
    line-height: 51px;
    background: #4484fe;
}

.noxuanzhong-Nav{
    height: 51px;
    width: 100%;
    padding-left: 48px;
    font-size: 23px;
    color: #9a5c5c;
    line-height: 51px;
}


#getPhone{
    min-width: 1195px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    display: flex;
    justify-content: center;
}

#getPhone form{
    width: 500px;
    height: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30vh;

}

#getPhone form p:nth-child(1){
    width: 350px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#getPhone form p:nth-child(2){
    width: 350px;
    font-size: 12px;
    color: #777;
    text-align: center;
}

#getPhone form input{
    display: inline-block;
    width: 350px;
    height: 30px;
    margin-top: 22px;
    padding-left: 5px;
    outline-style: none;
    border:1px solid rgba(0,0,0,0.3);
    border-radius: 5px;


}

#getPhone form input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

#getPhone form input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.3);
}


#getPhone form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#getPhone form p:nth-child(4){
    display: flex;
    align-items: center;
    margin-top: 20px;
}


#getPhone form p:nth-child(4) input{
    display: inline-block;
    width: 200px;
    height: 30px;
    margin-right: 30px;
    margin-top: 0;


}

#getPhone form p:nth-child(4) a{


    width: 120px;
    height: 34px;
    background: #f7f8f9;
    color: #1b2337;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

#getPhone form p:nth-child(4) a:active {
    transform:scale(0.9, 0.9);
}


#tishi{
    font-size: 14px;
    color: red;
    margin-top: 25px;
}


#getPhone form button:nth-child(6){
    width: 198px;
    height: 34px;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 34px;
    margin-top: 24px;
    background: #11a2fd;
    border: none;
}

/*右侧导航设置*/
#navSum{
    position: fixed;
    right: 0;
    top:80vh;

    width: 50px;
    overflow: hidden;
    z-index: 98;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);

}

#navSum a svg{
    height: 30px;
    width: 30px;
    margin: 10px 10px;
}

/*弹出客服设置*/
#kefu-wechat{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: none;
}

#kefu-wechat-zhuti{
    height: 400px;
    width: 300px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
}

#kefu-wechat-zhuti img{
    width: 200px;
    margin-bottom: 20px;
}

#kefu-wechat-zhuti svg{
    width: 20px;
    height: 20px;
    position: absolute;
    top:10px;
    right: 10px;
}