.header-logo {
    width: 100%;
    margin: 0 auto;
}

.header-logo .logo {
    width: 80%;
    height: 95px;
    line-height: 95px;
}

.header-logo .logo>img{
    height: 70px;
    line-height: 100%;
}

.header-nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-top: 17px solid #279DDA;/*#003c8e;*/
    background: transparent;
    filter: drop-shadow(0 5px 10px #000000);
}

.cur{
    position: fixed;
    top: 0;
    left: 0;

}

.header-nav ul{
    margin-top: -10px;
    padding: 0;
    list-style-type: none;
    /*filter: drop-shadow(0 10px 10px #000000);*/
}

.header-nav ul li{
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-nav ul li:first-child a {
    border-bottom-left-radius: 50px;
    /*background: linear-gradient(70deg, transparent 50px, #003c8e 0);*/
    /*background: linear-gradient(-53deg, transparent 50px, #259BD9);*/
}

.header-nav ul li:last-child a {
    border-bottom-right-radius: 50px;
    /*background: linear-gradient(-70deg, transparent 50px, #003c8e 0);*/
}

.header-nav ul li:hover>a{
    background: #ffffff;
    color: #279DDA;
}

.header-nav ul li>a{
    display: block;
    height: 43px;
    line-height: 43px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #279DDA;
    color: #ffffff;
}


.header-nav ul li .sub-nav{
    display: none;
    position: absolute;
    left: 50%;
    width: 94%;
    background: #279DDA;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.clearfix:after,.clearfix:before,.h-nav:after,.h-nav:before {
    display: table;
    content: "";
}

.header-nav ul li .sub-nav>div{
    height: 215px;
}

.header-nav ul li .sub-nav .txt{
    width: 45%;
    /*padding: 2% 5%;*/
    color: #403f3f;
    text-align: left;
    background: #fff;
    align-items: inherit;
    -webkit-align-items: inherit;
    height: 100%;
}

.header-nav ul li .sub-nav .txt .edit{
    max-height: 150px;
    text-indent: 28px;
    overflow: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.header-nav ul li .sub-nav .link{
    width: 20%;
    background: #279DDA;
    color: #ffffff;
    height: 100%;
}

.header-nav ul li .sub-nav .link a{
    display: block;
    line-height: 40px;
    color: inherit;
}

.header-nav ul li .sub-nav .imgs{
    width: 35%;
    height: 100%;
}
.header-nav ul li .sub-nav .imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lihg {
    line-height: 30px;
}

.fl{
    float: left;
}

.rel{
    position: relative;
}

.dfccs {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
}

.h-nav{
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 60%;
    /*background-color: #1d79aa;*/
    /*padding: 0;*/
}

.h-nav li{
    text-align: center;
    width: 15%;
}

.p-banner {
    height: 380px;
    /*background-image: url("../../upload/202009/1600249180.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.p-banner .p-banner-nav {
    top: 100%;
    position: sticky;
    width:100%;
    margin:auto;
    height:20%;
    background-color: rgba(38,156,218,0.4);
    /*background-color: #0C0C0C;*/
    /*opacity: 0.5;*/
}

.shape{
    margin: auto;
    width: 80%;
    height: 100%;
    /*background-color:#6495ED;*/
    list-style:none;
}
.shape li{
    width:10%;
    text-align:center;
    float:left;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
}
.shape li a{
    font-size:16px;
    display:block;
    width:100%;
    text-decoration:none;
    color:white;
    font-weight:bold;
}
.shape li:hover{
    background-color:#269CDA;
}

.shape .active{
    background-color: #269CDA;
}

.zz_pic:hover{
    cursor: pointer;
}

/* 走马灯效果 */
#warp{height: 300px; margin:0;position:relative;overflow: hidden;}
.content{width: 1000%;position: relative;left:0;top:0;}
.content li{float: left;margin: 15px;}
.content li a img{width: 300px; outline: none;}
.content li a .layui-card{filter: drop-shadow(10px 10px 10px #000000); }
.content li a .layui-card-header{text-align: center;}

@media screen and (min-width: 1580px){
    .head-btn {
        display: none;
    }
    .h-nav{
        width: 70%;
    }
}

@media screen and (min-width: 1480px) and (max-width: 1580px){
    .head-btn {
        display: none;
    }
    .h-nav{
        width: 75%;
    }
    .header-nav ul li .sub-nav{
        width: 90%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1480px){
    .head-btn {
        display: none;
    }
    .h-nav{
        width: 80%;
    }

}
@media screen and (min-width: 992px) and (max-width: 1280px){
    .head-btn {
        display: none;
    }
    .h-nav{
        width: 90%;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px){
    .head-btn style{
        display: none;
    }
    .h-nav{
        width: 100%;
    }
    .header-nav ul li .sub-nav{
        width: 88%;
    }
}
@media screen and (max-width: 768px){
    .h-nav {
        display: none;
    }
    .header-nav {
        display: none;
    }
    .head-btn {
        display: block;!important;
    }

}

/* 手机端菜单栏样式 */

/* 菜单按钮 */
.head-nav-btn {
    position: fixed;
    z-index: 1000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    top: 15px;
    right: 15px;
}

/* 遮罩层 */
.wap-nav-make {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

/* 菜单头部 */
.wap-nav-head {
    background-color: #ffffff !important;
    z-index: 10001;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 200px;
    display: none;
}

/* 菜单头部logo */
.wap-nav-head .wap-nav-logo {
    left: 0;
    z-index: 10001 !important;
    background-color: #192027 !important;
    font-weight: bold;
    color: #ffffff !important;
    height: 60px !important;
    line-height: 60px !important;
    overflow: hidden;
    line-height: 64px;
    transition: all .2s !important;
    position: absolute;
    top: 0;
    width: 200px;
    text-align: center;
    font-size: 16px;
}

.wap-nav-head .wap-nav-logo a img {
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    border: none;
}

.wap-nav-head .wap-nav-logo a h1 {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

/* 菜单栏正文 */
.wap-nav-menu {
    left: 0;
    transition: left .2s;
    z-index: 10001 !important;
    background-color: #28333E !important;
    top: 60px !important;
    width: 200px;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    display: none;
}

.wap-nav-menu ul {
    background-color: transparent !important;
    padding: 0 !important;
    position: relative;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.wap-nav-menu ul li {
    width: 100%;
    line-height: 45px;
    position: relative;
    vertical-align: middle;
}

.wap-nav-menu ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 20px;
    color: white;
}

.wap-nav-menu ul li a .icon-down {
    right: 15px;
    position: absolute;
    /*margin-top: 10px;*/
    display: inline-block;
}

.wap-nav-two {
    background-color: #0c0f13 !important;
    display: none;
    position: relative;
    z-index: 0;
    top: 0;
    border: none;
    box-shadow: none;
    left: 0;
    min-width: 100%;
    line-height: 36px;
    white-space: nowrap;
    margin-bottom: 0px;
}

.wap-nav-two .wap-nav-two-menu {
    position:relative;
    margin-bottom: 0px;
}

.wap-nav-two .wap-nav-two-menu a {
    padding-left: 35px;
}

