@charset "utf-8";
@font-face {
    font-family: Mongolian Baiti;src:url("../font/MongolianBaiti.ttf");
}
@font-face {
    font-family: SourceHanSerifCN;src:url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: Times New Roman;
    src:url("../font/times_new_roman.ttf");
}
.time{
    font-family: Mongolian Baiti;
}
header{
    width: 100%;
    height: auto;
    padding: 0.05rem 0.5rem 0.15rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
}
header::before{
    display: block;
    content: "";
    width: 100%;
    height: 2.6rem;
    background: url(../img/headerBg.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
header.xg::before{
    height: 0;
}
.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);
}
.linkTop{
    transform: translateY(0.15rem);
    position: relative;
    z-index: 1001;
}
.linkTop ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.linkTop li{
    position: relative;
}
.linkTop li::before{
    display:block;
    content:"";
    width:1px;
    height:0.12rem;
    background:#fff;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index: 99;
}
.linkTop a{
    display: block;
    position: relative;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #ffffff;
    z-index: 99;
    padding: 0 0.15rem;
}
.linkTop a:hover{
    color:#ffcc00;
}
.linkTop p.search{
    margin-left:0.15rem;
    cursor:pointer;
    float: left;
}
.linkTop p.search img{
    display:block;
    width:auto;
    height:auto;
}
/* 导航logo--1 */
.top{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.58rem;
}
/* 导航 */
.nav {
    width: auto;
    height: auto;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
    margin-left: 0.36rem;
}
.nav ul>li:first-of-type{
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}
.nav ul>li>a:hover{
    color: #ffcc00;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 150%;
    height: auto;
    z-index: 99;
    left: -25%;
    top: calc(100% + 0.15rem);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
}
.nav ul>li.big ol{
    width:250%;
    left:-75%;
}
.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: 0.24rem;
    height: 0.24rem;
    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: 0.16rem;
    color: #00508f;
    text-align: center;
    line-height: 0.24rem;
    padding: 0.1rem;
    box-sizing: border-box;
    border-bottom:1px solid rgba(0,80,143,0.08);
}
.nav ul>li ol li a:hover{
    color: #ffffff;
    background: #00508f;
}
.nav .search{
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/search.png) no-repeat center;
    background-size: 0.4rem auto;
    margin-left: 0.2rem;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}
.header_m{
    display: none;
}
header.xg{
    background: #00508f;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown2;
    padding: 0.1rem 0.5rem 0.25rem;
}
/* 底部 */
footer .bq{
    background: #004276;
    padding: 0.1rem 0;
}
footer .bq p,footer .bq a{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #fff;
    text-align: center;
}
footer .bq a:hover{
    color: #ffcc00;
}
footer{
    background: #00508f;
}
footer .flex{
    flex-wrap: wrap;
    padding: 0.5rem 0;
}
.code div{ 
    float: left;
    margin-left: 0.15rem;
}
.code div:first-of-type{
    margin-left: 0;
}
.code div img{
    display: block;
    width:auto;
    height: 1.16rem;
    box-sizing: border-box;
}
.code div p{
    font-size: 0.16rem;
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}
.footTxt .logo a,.footTxt .logo a img{
    width: auto;
    height: auto;
    max-height: 0.5rem;
}
.footTxt .txt{
    margin-top: 0.15rem;
}
.footTxt .txt p,.footTxt .txt a{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #fff;
}
.footTxt .txt a:hover{
    color: #ffcc00;
}

/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #00508f;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}


.yqlj ul{display: flex;
    justify-content: space-between;}
.yqlj ul a{    width: 70px;
    display: block;
    margin: 0 15px;transition: .5s;}
.yqlj ul a .pic{width: 60px;
    height: 60px;
    background: #0069bc;
    border-radius: 15px;display: flex;
    align-items: center;
    justify-content: center;margin:0 auto;}
.yqlj ul a p.text{font-size: 0.14rem;
    margin-top:.15rem;
    color: #fff;text-align:center;}
.yqlj ul li a:hover img{transform: rotateY(180deg);transition: .5s;}
/* 媒体查询 */
@media only screen and (max-width: 1700px){
    header{
        padding: 0.05rem 0.3rem 0.15rem;
    }
    .nav ul>li{
        margin-left: 0.25rem;
    }
    .logo a img{
        height: 0.48rem;
    }
    header.xg{
        padding: 0.05rem 0.3rem 0.2rem;
    }
}
@media only screen and (max-width: 1540px){
    .nav ul>li{
        margin-left: 0.2rem;
    }
    .w1500{
        padding: 0 0.3rem;
    }
}
@media only screen and (max-width: 1500px){
.footTxt .logo a, .footTxt .logo a img{max-height:.3rem;}
}
@media only screen and (max-width: 1300px){
.yqlj ul a{width:50px;margin:0 8px;}
.yqlj ul a .pic{width:40px;height:40px;}
}
@media only screen and (max-width: 1080px){
 footer .flex{
        padding: 30px 0;
    }
    .footTxt,.yqlj,.code {
        width: 100%;
    }
    .footTxt{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footTxt .txt{
        margin-top:0;
    }
    .footTxt .txt p, .footTxt .txt a{
        font-size:14px;
        line-height:24px;
    }
     .code{
         display: flex;
         justify-content: center;
         margin-top: 30px;
     }
    .code div{
        margin-left:30px;
    }
.yqlj ul{justify-content: center;margin-top:.3rem;flex-wrap: wrap;}
.yqlj ul li{width:25%;}
.yqlj ul li a{margin:20px auto 0;width:auto;}
.yqlj ul a .pic{width:60px;height:60px;}
}
@media only screen and (max-width: 1040px){
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 50px;
        max-height: none;
    }
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        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: #00508f;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .linkTop{
        transform: none;
        background: #004276;
        padding: 0 0.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
    }
    .linkTop a{
        padding: 0;
        margin-left: 0.3rem;
    }
    .linkTop li::before{
        right: auto;
        left: 0.15rem;
    }
    .linkTop li:first-of-type::before{
        display:none;
    }
    .linkTop li:first-of-type a{
        margin-left:0;
    }
    .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(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 80px);
        position: fixed;
        top: 80px;
        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: #00508f;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/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(../img/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: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #00508f;
    }
   
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px 20px;
    }
    .linkTop{
        padding: 0 20px;
    }
    .m_Top .logo a img{
        height: 40px;
    }
    .m_nav {
        height: calc(100% - 70px);
        top: 70px;
    }
    .w1500{
        padding: 0 20px;
    }
    footer .flex{
        padding: 20px 0;
    }
    .yqlj p a{
        width: 49%;
        margin-top: 15px;
    }
    .yqlj p a:nth-of-type(4n){
        margin-right: 0;
    }
    .yqlj p a:nth-of-type(2n){
        margin-right: 0;
    }
    .footTxt{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footTxt .txt{
        width: 100%;
        margin-top: 10px;
    }
    .footTxt .txt p{
        text-align: center;
    }
    .code{
        margin-top:20px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 12px 12px;
    }
    .linkTop{
        padding:0 12px;
        height: 34px;
    }
    .m_Top .logo a img{
        height: 28px;
    }
    .m_nav{
        height: calc(100% - 52px);
        top: 52px;
    }
    .w1500{
        padding: 0 12px;
    }
    .menu1{
        width: 26px;
    }
    .menu1 span{
        margin-top: 8px;
    }
.logo{margin-right:25px;}
    .m_nav ul{
        width:100%;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .m_nav .search3{
        width: 100%;
    }
    .code div{
        margin-left: 10px;
    }
    footer .flex{
        padding: 15px 0;
    }
.yqlj ul a{width:60px;margin:0 6px;}
.yqlj ul a .pic{width:60px;height:60px;}
}