@charset "utf-8";

@font-face {
    font-family: 'SOURCEHANSANSCN-REGULAR';
    src: url('../module_public/fonts/SOURCEHANSANSCN-REGULAR.woff2');
    font-weight: REGULAR;
    font-style: normal;
}

@font-face {
    font-family: 'SOURCEHANSERIFCN-BOLD';
    src: url('../module_public/fonts/SOURCEHANSERIFCN-BOLD.woff2');
    font-weight: BOLD;
    font-style: normal;
}

@font-face {
    font-family: 'MICROSOFTYAHEI-BOLD';
    src: url('../module_public/fonts/MICROSOFTYAHEI-BOLD.woff2');
    font-weight: BOLD;
    font-style: normal;
}


/* 组件样式 */
#std_nav_1600_007_E99BF4DC {
    font-size: 16px;
}

.std_nav_1600_007_E99BF4DC a {
    position: relative;
    display: block;
    /* font-size: 20px; */
    color: #fff;
}

.snv1607-banner a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 166px;
    background: url(../images/ban-tc.png) no-repeat center bottom/100% 100%;
}

/* 版心宽度 */
.snv1607-wid {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head-r {
    display: flex;
    align-items: center;
}

.head-r .wz {
    margin-right: 15px;
    order: -1;
}

.snv1607-hdtop {
    padding: 27px 0;
    background: url(../images/snv1607-hbg.jpg) no-repeat;
    background-size: cover;
}

.snv1607-ser {
    width: 173px;
    height: 39px;
    border: 1px solid #fff;
    background: transparent;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    margin: 0 10px;
}



.snv1607-ser input[type="text"]::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.snv1607-ser input[type="text"] {
    width: 90%;
    height: 100%;
    border-radius: 50px;
    padding: 0 15px;
    background: transparent;
    color: #fff;
}

.snv1607-ser button[type="submit"] {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: url(../images/snv1607-ser.png) no-repeat;
    cursor: pointer;
}



/* snv1607-banner */

.snv1607-banner {
    position: relative;
    overflow: hidden;
}

.snv1607-banner img {
    display: block;
    width: 100%;
}

.snv1607-banner .slick-prev {
    position: absolute;
    left: 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6) url(../images/ban-l.png) no-repeat center center;
}

.snv1607-banner .slick-next {
    position: absolute;
    right: 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6) url(../images/ban-r.png) no-repeat center center;
}

.snv1607-banner .slick-dots {
    bottom: 85px;
}

.snv1607-banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px;
    vertical-align: middle;
}

.snv1607-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 0;
}

.snv1607-banner .slick-dots li.slick-active {
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
}

.snv1607-banner .slick-dots li.slick-active button {
    width: 100%;
    line-height: 48px;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    background: none;
    border-radius: 0;
}

/* nav */

/* 头部导航 */
.snv1607-navbox {
    background: #fff;

}





.snv1607-navbox .nav {
    max-width: 1400px;
    margin: 0 auto;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 11%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    /* color: #333; */
    text-align: center;
    line-height: 62px;
    position: relative;
    color: #333;
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
    font-weight: bold;
    color: #173F69;
}




.nav>ul>li.on>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    white-space: nowrap;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    background-color: #0054A4;
}

.nav>ul>li.active>a {
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
}

.title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .h3 {
    text-align: center;
}

.title .h3 h2 {
    display: flex;
    align-items: center;
}

.title .h3 h2 p {
    margin: 0 5px;
    font-size: 36px;
    color: #1D1D1D;
    font-family: 'SOURCEHANSERIFCN-BOLD';
}

.title .h3 span {
    font-size: 18px;
    color: #9E9E9E;
    font-family: 'SOURCEHANSERIFCN-BOLD';
}

.title a {
    position: absolute;
    right: 0;
    padding-right: 40px;
    font-size: 16px;
    color: #1D1D1D;
    background: url(../images/more.png) no-repeat right center;
}

@media screen and (max-width:1820px) {
    .snv1607-wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .std_nav_1600_007_E99BF4DC .logo img {
        height: 50px;
    }

    .head-r .wz img {
        height: 30px;
    }
}

@media screen and (max-width:1335px) {
    .head-r {
        display: block;
        text-align: right;
    }

    .snv1607-ser {
        display: inline-block;
    }

    .std_nav_1600_007_E99BF4DC a {
        display: inline-block;
        vertical-align: middle;
    }

    .head-r .wz {
        margin-right: 0;
        margin-top: 15px;
    }

    .head-r .wz img {
        height: 28px;
    }
}

@media screen and (max-width:1200px) {
    .snv1607-hdtop .logo a img {
        width: 450px;
    }

    .snv1607-ser {
        /* width: 280px; */
    }
}




/* 移动端导航 */

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

@media screen and (max-width:1024px) {

    .pc-hide {
        display: none;
    }

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #01478e;
        padding: 10px;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        white-space: nowrap;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #01478e;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .m-nav ul {
        padding: 0 15px;

    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/snv1607-sub.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }



}

@media screen and (max-width:768px) {
    .snv1607-banner .slick-dots {
        bottom: 15px;
    }

    .snv1607-banner .slick-dots li.slick-active {
        width: 30px;
        height: 30px;
    }

    .snv1607-banner .slick-dots li.slick-active button {
        line-height: 30px;
        font-size: 12px;
    }

    .title .h3 {
        font-size: 0;
    }

    .title .h3 span {
        font-size: 12px;
    }

    .title .h3 h2 img {
        height: 10px;
    }

    .snv1607-banner .slick-prev {
        width: 30px;
        height: 30px;
        left: 15px;
        background-size: 7px auto;
    }

    .snv1607-banner .slick-next {
        width: 30px;
        height: 30px;
        right: 15px;
        background-size: 7px auto;
    }

    .title {
        justify-content: space-between;
    }

    .title .h3 h2 p {
        font-size: 18px;
    }
}