* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.pageBody{
    position: relative;
    z-index: 1;
    width: 100vw;
    height: auto;
    margin: auto;
    background: #F0F7FD;
    box-shadow: 0 0 10px 2px #cbe5f5;
}
#header-container2{
    width: 100vw;
    height: 4.5rem;
    /*background: #014d80!important;*/
    background: linear-gradient(to right, #0366BC, #014d80);
    border-bottom: 0.05rem solid #DEE7EC;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#header2 {
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    color: #fff;
}
#header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.logo_pc{
    width: 18rem;
    height: 2.5rem;
}
.logo>.logo2 {
    display: none;
}
.menu-toggle{
    margin: 0.5rem 0 0 2rem;
    border: transparent;
    background: transparent;
}
.fa-solid, .fas {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
}
/*内容区域*/
.nav_content{
    width: 100vw;
    height: 40rem;
    /*background:#00B83F;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_content_area{
    width: 80vw;
    height: 39rem;
    /*margin-top: 0.3rem;*/
    border-top: #fff solid 1px;
}

#nav2 {
    z-index: 999;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /*background: #0067ac;*/
    line-height: 50px;
    color: #fff;

}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container>ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#nav2 li {
    width: 100%;
    text-align: center;
    /*border-bottom: 0.1rem solid #015a96;*/
    position: relative;
    height: 50px;
}
#nav2 ul li.active{
    /*background: #014d80!important;*/
}
#nav2 li a {
    padding: 12px 0;
    /*color: #fff;*/
    color: #000a17;
}
#nav2 .navbar {
    background-color: #2386cf;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
}
#nav2 .navbar li {
    width: 100%;
    border: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 35px;
    background-color: transparent;
    background-image: none;
}
.probootstrap-navbar .navbar-toggle {
    border: none;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #0D83CA;
    width: 100%;
    position: absolute;
    top: 70px;
    left: -20px;
    z-index: 9999;
    color: #fff;
}
.nav2>li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: #fff solid 1px;
    font-size: 16px;
}
.nav2>.active {
    background: #014d80;
}
#nav2 .active {
    background: #014d80;
    border: none;
}
#nav2 li:active {
    background: #014d80;
    border: none;
}
#nav2 li:hover {
    background: #014d80;
    transition: all 0.5s ease 0s;
}
.nav2>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav>li>a, .probootstrap-navbar .parent-nav-link-padding {
    margin-left: 15px;
    margin-right: 15px;
    padding: 54px 0;
}
