.public-container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.header {
    /* height: 110px; */
    /* background: rgba(255, 255, 255, .6); */
    background: #fff;
    /* position: absolute; */
    z-index: 10003;
    left: 0;
    top: 0;
    width: 100%;
}

.header .nav-pos{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}

.header .nav{
    width: 1280px;
    display: flex;
    height: 74px;
    text-align: right;
    margin: 0 auto;
    top: 92px;
    align-items: center;
}
.header ul ul{
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    /* height: 0; */
    display: none;    
}
.header ul ul li{
    height: 50px;
    line-height: 50px;
}
.header ul li {
    list-style: none;/* 去掉小圆点 */
}
ul a {
    text-decoration: none;/* 去掉下划线 */
}
.header ul li { /*一级菜单的样式 */
    float: left;
    width: 164px;
    height: 74px;
    line-height: 74px;/* 行高等于高使文字垂直居中 */
    text-align: center;
    /* background: #008CBA; */
        font-size: 21px;/*字体大小*/
        font-weight: bold;
}
ul li ul li{
    display: none;/* 隐藏二级菜单 */
}
.header ul li:hover ul li { /* 鼠标经过时显示二级菜单 */
    display: block;/* 二级菜单转化为块级元素,使其独占一行 */
    /* height: 100px; */
}
ul a:hover {
    color: #333333;
    text-decoration: none;
}

.header1{
    width: 100%;
    height: 147px;
    background: url(../img/header1.jpg) center center no-repeat;
}
.header2{
    width: 100%;
    /* height: 825px; */
    /* background: url(../img/2.jpg) center center no-repeat; */
}
.header3{
    width: 100%;
    height: 400px;
    background: url(../img/newsbg3.png) center center no-repeat;
    position: relative;
}
.header3_tit{
    position: absolute;
    left: 35%;
    top: 50%;
    font-size: 32px;
    font-weight: bold;    
}

.logo {
    /* position: relative; */
    /* padding-top: 25px; */
    display: flex;
    height: 100px;
    align-items: center;
    margin-right: 150px;
}

.logo a {
    display: inline-block;
    width: 250px;
    height: 50px;
    background: url(../img/logo2.png) left top no-repeat;
    background-size: 100% 100%;
}

.nav-list{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    height: 30px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.home-bg {
    background: #eeeeee;
}
.web-notice{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    height: 30px;
    padding-top: 5px;
}
.navname a{
    color: black
}

.navname a.on{
    color: black
}

.footer{
    width: 100%;
    height: 181px;
    background: url(../img/footer.jpg) center center no-repeat;
    display: flex;
    align-items: center;
}

.footer-mid ul li{
    float: left;
    /* width: 70px; */
    height: 50px;
    margin-right: 39px;
    line-height: 50px;/* 行高等于高使文字垂直居中 */
    text-align: center;
    font-size: 14px;
}

.footer ul li a{
    display: inline;
}

.footer-wrapper{
    width: 1170px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 60%);
    height: 100px;
    display: flex;
    padding: 0 50px;
}

.footer-left{
    flex:1;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.footer-mid{
    display: flex;
    flex-direction: column;
    flex:3;
}
.footer-right{
    flex:1;
    display: flex;
    align-items: center;
    /* font-size: 18px; */
    justify-content: center;
    position: relative;
}
.footer-yq{
    font-size: 18px;
    display: inline-block;
    text-align: center;    
    position: relative;
}
.footer-links{
    /* position: absolute; */
}

.public-footer {
    margin-top: 10px;
    background: #F7F7F7;
    border-top: #ad2d41 solid 1px;
    padding-top: 50px;
}

.foot-nav-list{
    display: flex;
    justify-content: space-around;
    
}

.foot-nav-box{
    width: 110px;
    text-align: center;
    border-right: 1px dotted black;
}

.foot-nav-box:last-child{
    border: none;
}

.foot-nav{
    height: 30px;
    line-height: 30px;
}
.foot-nav:hover{
    color: black
}
.foot-nav-b{
    font-size: 16px;    
}
.flink-header {
    height: 30px;
    text-align: left;
    line-height: 30px;
    color: #002E7B;
    padding: 0 5px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.flink-header .tit {
    width: 120px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #d29c41;
    border-bottom: solid 2px #d29c41;
    padding: 0;
}

.flink-header .more {
    width: 56px;
    float: right;
    height: 35px;
    line-height: 35px;
}

.flink-list {
    line-height: 30px;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 30px;
}

.flink-list a {
    padding: 0 10px;
    display: inline-block;
}

.bubble{
    position: absolute;
    width: 262px;
    height: auto;
    background-color: #ffffff;
    border-color: #ffffff;
    display: block;
    border: 1px solid;
    border-radius: 8px;
    padding: 0.3rem;
    top: 30px;
    display: none;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    left: -90px;
}
div.bubble::before {
    content: " ";
    display: block;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-right: 7px solid transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -12px;
    left: 121px;
    z-index: 3;
}
div.bubble::after {
    content: " ";
    display: block;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0079AE;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 120px;
    z-index: 2;
}
.footer-yq:hover .bubble{
    display: block;
}

@media (max-width: 1024px){
    .header .nav{
        width: 100%;
    }    
    .header ul li{
        width: 125px;
    }
    .logo{
        width:170px !important;
    }
    .logo a {
        width: 170px;
        height: 34px;
    }
    div.bubble::before {
        left: 100px;
    }
    div.bubble::after {
        left: 99px;
    }
        
}
