@charset "utf-8";
@font-face {
    font-family: AlibabaPuHuiTi;src: url("../font/AlibabaPuHuiTi.woff");
}
@font-face {
    font-family: Charm;src: url("../font/Charm-Regular.ttf");
}
@font-face {
    font-family: SourceHanSerifCN;src: url("../font/SourceHanSerifCN-Bold.otf");
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 9999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.15rem 1.1rem; 
}
header::before{
    display: block;
    content: "";
    width: 100%;
    height: 1.5rem;
    background: url(../img/headerBg.png) repeat-x center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-r{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.flex-l{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.flex-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}
a:hover .img:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.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);
}
/* 导航logo--1 */
.logo {
    transition: all 0.5s ease;
}
.logo a,.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.89rem;
}
/* 导航 */
.nav {
    width: auto;
    height: auto;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul>li{
    position: relative;
    margin-right: 0.58rem;
}
.nav ul>li:last-of-type{
    margin-right: 0;
}
.nav ul>li>a{
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
    padding: 0.15rem 0;
    font-weight: bold;
}
.nav ul>li:hover>a{
    font-weight: bold;
}
.erNav{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: auto;
    transform: translateX(-50%);
}
.nav ul>li:last-of-type .erNav .flex{
    transform: translateX(-40%);
}
.nav ul>li:nth-of-type(7) .erNav .flex{
    transform: translateX(-30%);
}
.hx{
    padding-top: 0.2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.hx p:nth-of-type(1){
    width: 0.7rem;
    height: 2px;
    background: #D5090E;
}
.hx p:nth-of-type(2){
    width: 2px;
    height: 0.4rem;
    background: #D5090E;
}
.erNav .flex{
    width: 6.9rem;
    height: auto;
    padding: 0.35rem 0.4rem;
    border-top: 2px solid #D5090E;
    background: rgba(255, 255, 255, 0.97);
    box-sizing: border-box;
    align-items: flex-start;
}
.erNav .flex .img{
    width: 2.7rem;
    padding: 1.7rem 0 0;
}
.erNav .flex ol{
    width: calc(100% - 2.7rem);
}
.erNav .flex ol li{
    float: left;
    width: 1.2rem;
    margin-bottom: 0.2rem;
    margin-left: 0.4rem;
}
.erNav .flex ol li a{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #323232;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
}
.erNav .flex ol li a::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #D5090E;
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.erNav .flex ol li a:hover{
    color: #D5090E;
}
.header_m{
    display: none;
}
/* 底部 */
footer{
    background: url(../img/footerBg.png) no-repeat center bottom;
    background-size: cover;
}
footer .w1500.flex{
    padding: 0.8rem 0 0.6rem;
}
footer .code{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .code p{
    margin-right: 0.15rem;
}
footer .code p:last-of-type{
    margin-right: 0;
}
footer .code p img{
    display: block;
    width: auto;
    height: 1.4rem;
}
footer .code p span{
    display: block;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #fff;
    text-align: center;
    margin-top: 0.08rem;
}
footer .lxfs h2{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 0.24rem;
}
footer .lxfs p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
footer .bq{
    padding: 0.22rem 0;
    background: #003761;
}
footer .bq,footer .bq a{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}
.fhTop{
    display: none;
    width: 0.36rem;
    height: 0.36rem;
    background: #0A4F83 url(../img/jt.png) no-repeat center;
    border-radius: 100%;
    position: fixed;
    right: 0.3rem;
    bottom: 0.3rem;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    transform: rotate(-90deg);
}
.fhTop.on{
    display: block;
}
/* tab */
.content .conSub .table-container{width:100%;overflow-x: auto;}
.content .conSub table{
    display: table;
    border: none!important;
    border-right: 1px solid #333!important;
    border-bottom: 1px solid #333!important;
    margin: 0 auto!important;
    width: 100%;
    background: #fff;
    min-width: 768px;
}
.content .conSub table tr th,
.content .conSub table tr td {
    border:none!important;
    border-left: 1px solid #333!important;
    border-top: 1px solid #333!important;
    padding: 5px !important;
    text-align: center;
    width: auto !important;
}
.content .conSub table tr th p,.content .conSub table tr td p{text-indent: 0 !important;}
.content .conSub iframe{
  display:block;
  width:100%;
  height:800px;
  margin:0 auto 10px;
}
/* 搜索 */
.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: #0A4F83;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;}

/* 媒体查询 */
@media only screen and (min-width: 1921px){
    .logo a,.logo a img{
        max-height: none;
        height: 0.89rem;
    }
}
@media only screen and (max-width: 1700px){
    header{
        padding: 0.15rem 0.3rem; 
    }
}
@media only screen and (max-width: 1600px){
    .nav ul>li{
        margin-right: 0.4rem;
    }
}
@media only screen and (max-width: 1500px){
    .w1500{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
    header{
        padding: 0.25rem 0.3rem;
    }
    footer .w1500.flex{
        padding: 0.8rem 0.3rem 0.6rem;
    }
    
}
@media only screen and (max-width: 1040px){
    header{
        display: none;
    }
    body{
        padding-top: 0;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 10px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a ,.m_Top .logo a img{
        display: block;
        width: auto;
        height: 84px;
        max-height: none;
    }
    .menu1 {
        width: 32px;
        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:nth-of-type(2){
        width:75%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }

    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }

    .menu1.open span:nth-of-type(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: #0a4f83;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .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% - 104px);
        position: fixed;
        top: 104px;
        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: 0;
        left: auto;
        width: 420px;
        height: 100%;
        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: #0A4F83;
    }
    .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: #0A4F83;
    }
    footer .w1500.flex{
        padding: 30px 0.3rem;
    }
    footer .code{
        width: 100%;
        justify-content: center;
    }
    footer .bq{
        padding: 10px 0;
    }
    footer .lxfs h2{
        margin-bottom: 10px;
    }
    footer .lxfs{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px){
    .w1500{
        padding: 0 20px;
    }
    .m_Top{
        padding: 10px 20px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 74px;
    }
    .m_nav {
        height: calc(100% - 94px);
        top: 94px;
    }
    footer .code p img{
        height: 100px;
    }
    footer .w1500.flex{
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 8px 12px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 48px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .w1500{
        padding: 0 12px;
    }
    footer .w1500.flex{
        padding: 20px 12px;
    }
    .menu1{
        width: 34px;
    }
    .menu1 span{
        margin-top: 10px;
    }
    .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%;
    }
    footer .code p img{
        height: 88px;
    }
    footer .code{
        flex-wrap: wrap;
    }
    footer .lxfs{
        margin-top: 5px;
    }
    footer .code p{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    footer .bq{
        padding: 12px;
    }
    footer .bq, footer .bq a{
        font-size: 12px;
        line-height: 20px;
    }
    footer .lxfs p{
        font-size: 14px;
        line-height: 24px;
    }
}