:root{
    --color-p: #014e93;
    --color-s: #034ea2;
}

body{
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "Arial", "Helvetica", "sans-serif";
}

/* **********************Header************************ */
.he-contact{
    display: flex;
    align-items: center;
    height: 44px;
    background-color: var(--color-p);
}

.he-contact .con{
    display: flex;
}

.he-contact .con-info{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #a6cde7;
}

.he-contact .con-info:last-child{
    border-right: none;
}

.he-contact .con-info i{
    display: inline-block;
    width: 14px;
    height: 14px;
}

.he-contact .con-info i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.he-contact .con-info span{
    font-size: 14px;
    line-height: 16px;
    color: #a6cde7;
}

.navbar{
    height: 90px;
    padding: 0px 20px;
}

.navbar .logo{
    height: 70px;
}

.navbar .logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar .menu{
    height: 100%;
}

.navbar .menu .ul-leave1{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0px;
}

.navbar .menu .li-leave1{
    height: 100%;
}

.navbar .menu .li-leave1>a{
    display: inline-block;
    height: 100%;
    padding: 0px 22px;
    line-height: 90px;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

.navbar .menu .li-leave1>a.active{
    background: url(../img/navbg.jpg) no-repeat center;
    background-size: cover;
}

.navbar .menu .li-leave1>a:hover{
    background: url(../img/navbg.jpg) no-repeat center;
    background-size: cover;
    color: #000;
}

.navbar .menu .li-leave1:hover .ul-leave2{
    display: block;
}

.navbar .menu .ul-leave2{
    position: relative;
    display: none;
    list-style: none;
    padding-left: 0px;
    width: 100px;
    background-color: white;
    z-index: 999;
}


.navbar .menu .ul-leave2 a{
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-decoration: none ;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
}

.navbar .menu .ul-leave2 a:hover{
    background-color: var(--color-s);
    color: white;
}

/* **********************Footer************************ */
.footer .top-box{
    background-color: var(--color-p);
    padding: 30px 15px;
}

.footer .top-box .container{
    display: flex;
    justify-content: space-between;
}

.footer .top-box .f-con{
    display: flex;
    align-items: center;
}

.footer .top-box .code-img{
    width: 100px;
    height: 100px;
    border: 4.8px solid var(--color-s);
    box-sizing: content-box;
    margin-right: 20px;
}

.footer .top-box .code-img img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}

.footer .top-box .f-con .f-con-info h3{
    color: #a6cde7;
    font-size: 18px;
    line-height: 19.8px;
}

.footer .top-box .f-con .f-con-info h4{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
}

.footer .top-box .f-con .f-con-info i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.footer .top-box .f-con .f-con-info i img{
    width: 70%;
    height: 70%;
    object-fit:contain;
}

.footer .top-box .f-con .f-con-info p{
    font-size: 14px;
    color: #a6cde7;
    line-height: 20px;
margin-bottom: 0px;
}

.f-con .f-con-info  .f-con-info-list{
    display: flex;
    margin-top: 8px;
}

.f-con-info  .f-con-info-list p{
    margin-right: 10px;
}

.f-con-info  .f-con-info-list p a{
    color:#a6cde7 ;
    text-decoration: none;
}

.f-con-info  .f-con-info-list p a:hover{
    color: #fde53d;
}

.f-input ul{
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.f-input ul li{
    padding: 0px 7px;
}

.f-input ul li a{
    color: #a6cde7;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.f-input ul li a:hover{
    color: #fde53d;
}

.f-input .f-search{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #3387c4;
    box-sizing: content-box;
}

.f-input .f-search input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding: 0px 10px;
    background-color: white;
    vertical-align: middle;
    border: none;
    outline: none;
}

.f-input .f-search button{
    width: 75px;
    height: 30px;
    border: none;
    outline: medium;
    padding: 0px 20px;
    color: #333;
    background-color: #fde53d;
    font-size: 14px;
}
.footer .bottom-box{
    background-color: var(--color-s);
    padding: 10px 0px;
}

.footer .bottom-box .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .bottom-box .container p{
    margin-bottom: 0px;
}

.footer .bottom-box .container span,
.footer .bottom-box .container a{
    color: #739fcd;
    font-size: 14px;
    line-height: 24px;
}

.footer .bottom-box .container img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer .bottom-box .container a{
    color: #a6cde7;
    text-decoration: none;
}

.footer .bottom-box .container a:hover{
    color: #fde53d;
}

.return-top{
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 48px;
    height: 48px;
    opacity: 0;
    display: block;
    transition: all 0.3s ease-in-out;
}

.return-top.show{
    opacity: 1;
}

.return-top a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/top.png) no-repeat center;
    background-size: cover;
}

@media (min-width: 1400px) {
    .container{
        max-width: 1170px !important;
    }
}