@charset "UTF-8";
body{
    overflow-x: hidden;
}
header{
    width: 100%;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    box-sizing: border-box;
    background: #114A9B url(../images/headerBg.png) no-repeat center;
}
header>.w1400{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.28rem 0;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.65rem;
}
/* 导航 */
nav {
   width: 100%;
   border-top: 1px solid rgba(255, 255, 255, 0.15);
   box-sizing: border-box;
}
nav ul.w1400{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
}
nav ul.w1400>li{
    position: relative;
    float: left;
    width: 10.5%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
}
nav ul.w1400>li>a{
    font-family: Microsoft YaHei;
    display: block;
    width: auto;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 0.58rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
nav ul.w1400>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 99;
    top: 100%;
}
nav ul.w1400>li ol li a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav ul.w1400>li ol li a:hover{
    font-weight: bold;
}
nav ul.w1400>li>a:hover{
    font-weight: bold;
    color: #ffffff;
}
nav ul.w1400>li>a.hover{
    font-weight: bold;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}
.linkTop{
    float: right;
}
.linkTop a{
    font-family: Microsoft YaHei;
    display: block;
    font-size: 0.16rem;
    line-height: 0.44rem;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 0.32rem;
    position: relative;
}
.linkTop a:first-of-type{
    padding-left: 25px;
    background: url(../images/linkTopIcon.png) no-repeat left center;
}
.linkTop a:first-of-type::before{
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.16rem;
}
.linkTop a:hover {
    color: rgba(207, 169, 114, 1);
}
.linkTop p.search{
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    position: relative;
    opacity: 0.8;
}
/* 搜索 */
.search{
    float: left;
}
.search>div{
    width: 3.84rem;
    height: 0.44rem;
    background: transparent;
    border-radius: 0.22rem;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.search .text {
    float: left;
    width: calc(100% - 62px);
    height: 0.42rem;
    outline: none;
    line-height: 0.42rem;
    padding-left: 0.22rem;
    font-size: 14px;
    margin: 0;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
    border: none;
}
.search .submit {
    width: 0.62rem;
    height: 0.42rem;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../images/search.png) no-repeat center;
}
.header_m{
    display: none;
}

/* 底部 */
footer {
    background: #004893 url(../images/footerBg.png) no-repeat center;
}
footer .w1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0;
}
.footTxt p{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.46rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.footTxt p img{
    margin-right: 10px;
}
footer .bq p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.3rem;
    color: #FFFFFF;
    padding: 8px 0;
}
footer .bq p a{
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
footer .bq p a:hover{
    color: #CFA972;
}
/* 媒体查询 */
@media only screen and (max-width: 1440px){
    .w1400{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    footer .w1400 {
        padding: 0.35rem 30px;
    }
    header>.w1400 {
        padding: 20px 30px;
    }
    .search .submit {
        background-size: auto 60%;
    }
    nav ul.w1400{
        padding: 0;
    }
    nav{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1040px){
    .w1400{
        padding: 0 20px;
    }
    /* 移动端顶部 */
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 58px;
    }
    .linkTop a{
        display: block;
        float: left;
        width: auto;
        line-height: 28px;
        font-size: 15px;
        color: #ffffff;
        text-align: center;
        margin-right: 15px;
        box-sizing: border-box;
        padding: 0 10px !important;
    }
    .linkTop a:first-of-type {
        padding-left: 0;
        background: none;
    }
    .linkTop a:first-of-type::before {
        display: none;
    }
    .linkTop {
        margin-bottom: 0;
    }
    /* 移动端导航按钮 */
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        margin-top: 2px;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #114A9B url(../images/headerBg.png) no-repeat center;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 98px);
        position: fixed;
        top: 98px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #114A9B;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../images/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../images/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #114A9B;
    }
    /* 移动端搜索 */
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../images/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    footer .w1400{
        flex-wrap: wrap;
        padding: 20px 20px 15px 20px;
    }
    footer .w1400 .logo{
        width: 100%;
    }
    footer .w1400 .logo a img{
        margin: 0 auto 20px;
    }
    .footTxt p{
        font-size: 14px;
        line-height: 30px;
    }
    footer .bq p{
        font-size: 13px;
        line-height: 24px;
        flex-wrap: wrap;
        padding: 0px 20px 10px 20px;
    }
}
@media only screen and (max-width: 768px){
    .w1400{
        padding: 0 15px;
    }
    footer .w1400{
        padding: 15px 15px 5px;
    }
    .m_Top{
        padding: 15px;
    }
    .m_Top .logo a img{
        height: 40px;
    }
    .linkTop a {
        margin-right: 8px;
    }
    .m_nav{
        height: calc(100% - 70px);
        top: 70px;
    }
    .menu1{
        width: 30px;
        margin-top: 4px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    footer .w1400 .logo a img{
        height: 58px;
        margin: 0 auto 15px;
    }
}
@media only screen and (max-width: 560px){
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    footer .w1400 .logo a img{
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto 10px;
    }
    footer .bq p{
        padding: 0 15px 10px 15px;
    }
    .footTxt p{
        font-size: 13px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 460px){
    .m_Top .logo a img{
        height: 32px;
    }
    .linkTop a {
        margin-right: 8px;
    }
    .m_nav{
        height: calc(100% - 62px);
        top: 62px;
    }
}
@media only screen and (max-width: 340px){
    .m_Top .logo a img{
        height: 28px;
    }
    .linkTop a {
        margin-right: 8px;
    }
    .m_nav{
        height: calc(100% - 60px);
        top: 60px;
    }
}