body {
    position: relative;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

/*nav */
.navBox {
    width: 100%;
    background-color: #fff;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.navBottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgb(0, 72, 154);
    z-index: 0;
}

.logo {
    width: 30%;
    display: flex;
    align-items: center;
}

.kzbd {
    font-size: 25px;
}

.introKzbd {
    font-size: 17px;
}

.navRight {
    display: flex;
    align-items: center;
}

.navRight p {
    height: 21px;
    cursor: pointer;
    color: #333;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.liBgc {
    box-sizing: border-box;
    background-color: #0269DE !important;
}

.liBgc a {
    height: 100%;
    width: 100%;
    color: #fff !important;
}

/*.showBox img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    vertical-align: middle;*/
/*}*/

.linkman {
    display: flex;
    flex-flow: column;

}

.linkmanBoxTop img {
    width: 12px;
    height: 19px;
    margin-right: 5px;
}

.linkmanBoxBot img {
    width: 40px;
    height: 40px;
}

.linkmanBoxTop,
.linkmanBoxBot {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #c2c2c2;
}

.linkmanBoxBot {
    display: flex;
    margin-top: 4px;
}
.ewmBox{
    display: flex;
    font-size: 12px;
    text-align: center;
    margin-right: 50px;
}
.ewmFirst{
    margin-right: 20px;
}
.ewmBox img{
    width: 100px;
    height: 100px;
}
.connectBox {
    margin-left: 10px;
}

/* 登录信息 */
.log {
    display: none;
}

.log-but,
.zhuce-but {
    float: left;
    width: 59px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.log-but {
    border: 1px solid #314b96;
    color: #314B96;

}

.zhuce-but {
    color: #fff;
    background-color: #314B96;
}

.personal {
    display: none;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: url(../img/personal.png) no-repeat left;
    background-size: 30px 30px;
    margin-left: 20px;
    position: relative;
}

.personal-name {
    width: 100px;
    height: 30px !important;
    line-height: 30px !important;
    margin-left: 30px;
    color: #004092 !important;
    font-weight: bold;
    overflow: hidden;
}

.personal:hover ul {
    display: block;
}

.personal ul {
    width: 100px;
    height: 80px;
    background-color: #004092;
    background: url(../img/personalul.png) no-repeat center;
    background-size: 100px 80px;
    display: none;
    margin-left: 30px;
    padding-top: 10px;
    z-index: 999;
    position: absolute;
}

.personal ul li {
    background-color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 5px 0;
    text-align: center;
}

.personal ul li:hover {
    background-color: #004092;
}

.personal ul li:hover a {
    color: #fff;
}

.personal ul li a {
    color: #004092;
}

.log-wrap {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 64, 146, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.log-centent,
.bind-phono {
    /* display: none; */
    width: 450px;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -225px;
    background: rgba(255, 255, 255, 1);
}

.log-centent p,
.bind-phono-tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #004092;
    margin-top: 30px;
}

.log-tit {
    letter-spacing: 5px;
}

.log-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.log-qrcode img {
    width: 200px;
    height: 200px;
}

/* 关闭按钮 */
.close {
    width: 20px;
    height: 20px;
    background: url(../img/guanbi.png) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/* 刷新二维码 */
.shuaxin {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 125px;
    top: 110px;
    background: url(../img/shuaxin.jpg) no-repeat center;
    background-size: 200px 200px;
    opacity: .9;
    cursor: pointer;
}

/* 登陆成功 */
.log-success {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 125px;
    top: 110px;
    cursor: pointer;
    background: url(../img/duihao.jpg) no-repeat center;
    background-size: 200px 200px;
}

/* 导航栏 */
nav {
    height: 50px;
    min-width: 400px;
    position: relative;
    font-size: 14px;
}

nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav>ul>li {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

nav>ul>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

nav li:hover {
    background-color: #0269DE;
    cursor: pointer;
}

.subnav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    -webkit-perspective: 400px;
    max-height: 0;
}

.subnav li {
    background-color: #0269DE;
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity .4s, transform .5s;
}

.subnav li:hover a {
    background-color: #fff;
    color: #0269DE !important;
}

nav>ul>li:hover .subnav li {
    opacity: 1;
    transform: none;
}

.subnav li:nth-child(1) {
    -webkit-transition-delay: 250ms;

}

.subnav li:nth-child(2) {
    -webkit-transition-delay: 200ms;

}

.subnav li:nth-child(3) {
    -webkit-transition-delay: 150ms;

}

.subnav li:nth-child(4) {
    -webkit-transition-delay: 100ms;

}

.subnav li:nth-child(5) {
    -webkit-transition-delay: 50ms;

}

.subnav li:nth-child(6) {
    -webkit-transition-delay: 0ms;

}

nav>ul>li:hover .subnav li:nth-child(1) {
    -webkit-transition-delay: 0s;
}

nav>ul>li:hover .subnav li:nth-child(2) {
    -webkit-transition-delay: 50ms;
}

nav>ul>li:hover .subnav li:nth-child(3) {
    -webkit-transition-delay: 100ms;
}

nav>ul>li:hover .subnav li:nth-child(4) {
    -webkit-transition-delay: 150ms;
}

nav>ul>li:hover .subnav li:nth-child(5) {
    -webkit-transition-delay: 200ms;
}

nav>ul>li:hover .subnav li:nth-child(6) {
    -webkit-transition-delay: 250ms;
}


/* 底部 */
#foot {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    background-color: #333;
    padding: 30px 0;
    color: #fff;
}

#foot .foot_ul {
    width: 33.33%;
}

.foot_ul_left {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.foot_ul_left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_ul_left li {
    width: 25%;
    text-align: center;
}

#foot .foot_ul li {
    margin-bottom: 10px;
}

.foot_ul_right {
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
}

#foot .foot_ul .foot_ul_p {
    font-size: 20px;
    height: 27px;
}

#foot .foot_ul ul {
    font: normal 12px/20px 微软雅黑;
}

#foot a {
    font-size: 13px;
    text-decoration: none;
}

#foot .foot_right1 {
    display: flex;
    justify-content: space-around;
}

.marRight {
    margin-right: 0px !important;
}

.ewmImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.ewmImg p {
    text-align: center;
    line-height: 16px;
}

.ewmImg img {
    width: 80px;
    height: 80px;
}

.footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.footer span {
    margin: 0 15px;
}

.mt20 {
    margin-top: 20px;
}