@charset "utf-8";
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.top{
    padding: 18px 0;
    background: #004da0;
}
.top .logo a,.top .logo img{
    display: block;
    width: auto;
    height: auto;
}
.nav {
    width: 100%;
    height: auto;
    background: #0055b0;
}
.nav ul>li{
    position: relative;
}
.nav ul>li>a{
    display: block;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
}
.nav ul>li>a:hover{
    font-weight: bold;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 180%;
    height: auto;
    z-index: 99;
    left: -40%;
    top: 100%;
    box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:  0 7px 7px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.2rem;
    overflow: hidden;
}
.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transform: translate(0px, 0.15rem) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 0.15rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
    padding: 10px 5px;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    background: #0055b0;
    color:#fff;
}
.search{
    display: flex;
    align-items: center;
}
.search a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
}
.search a:hover{
    color: #fcc551;
}
.searchSub{
    width: 246px;
    height: 40px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #fff;
    overflow: hidden;
}
.searchSub .text{
    display: block;
    float: left;
    width: calc(100% - 40px);
    height: 38px;
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    padding: 0 10px 0 15px;
    box-sizing: border-box;
}
.searchSub .submit{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: transparent url(../img/search.png) no-repeat left 5px center;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}
.bq{
    background: #004da0;
}
.bq p,.bq a{
    font-size: 14px;
    line-height: 30px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
}
.bq a:hover{
    color: #fcc551;
}
.footSub{
    background: #0055b0;
}
.footSub .flex{
    padding: 20px 0;
    border-top: 1px solid #1a66b8;
}
.lxfs p,.lxfs a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.lxfs a img{
    display: block;
    margin-right: 5px;
}
.lxfs a:hover{
    color: #fcc551;
}
.code img{
    display: block;
    width: 108px;
    height: auto;
}
.code span{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin-top: 8px;
    text-align: center;
}
.yqlj{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0 15px;
}
.yqlj h2{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
.yqlj  a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 25px;
}
.yqlj  a:first-of-type{
    margin-left: 0;
}
.yqlj  a:hover{
    color: #fcc551;
}