@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    display:block;
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}


.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}


/* icon摇晃 */
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#0b57ac, #0b57ac);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #0b57ac;
}

a:hover .titline i {
    background-size: 100% 1px;
}



/* 头部导航 */
.nav {
    font-size: 0;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-left: 40px;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}


.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: relative;
}




.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 10px 0;
    border-top: 4px solid #f39700;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    white-space: nowrap;
}


.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #0b57ac;
}

/* 元素隐藏 */
.el-hide {
    opacity: 0;
}

/* head */
.head {
    position: fixed;
    padding-top: 30px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.logo {
    margin-left: 4%;
}

.logo a img {
    height: 68px;
}

.h-right {
    margin-right: 6%;
    font-size: 0;
}

.h-link {
    text-align: right;
    padding-right:30px;
}

.h-link a {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    transition: all 0.3s;
}

.h-link a:last-child {
    border: none;
    padding-right: 0;
}

.h-link a:hover {
    opacity: 0.7;
}

.head.scroll {
    background-color: #0b57ac;
    padding: 10px 0;
}

.head.scroll .h-link {
    display: none;
}


/* 顶部导航按钮 */
.head.scroll .top-menu {
    background-size: 0;
}

.top-menu {
    position: absolute;
    width: 92px;
    height: 100%;
    background: url(../images/top-btn.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}

.top-menu img {
    width: 35px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top-nav {
    padding-top: 25vh;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    display: none;
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.top-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.top-nav ul {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-around;
}

.lk-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.top-nav .lk {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    line-height: 36px;
    transition: all 0.3s;
}

.top-nav .lk:hover {
    opacity: 1;
}






/* foot */

.foot {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.f-top {
    padding: 2vh 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.f-top ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.f-top ul li {
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.f-top ul li:first-child {
    border: none;
}

.f-top ul li a {
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
}

.f-top ul li a img {
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.f-top ul li a:hover img {
    animation: jello linear 0.8s;
}

.f-bot {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    flex-wrap: wrap;
    align-items: center;
    padding: 4vh 0;
    position: relative;
}

.f-lx p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}


.f-link>div {
    position: relative;
    cursor: pointer;
    margin-top: 24px;
}

.f-link>div:first-child {
    margin-top: 0;
}

.f-link p {
    width: 359px;
    line-height: 45px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 0 20px;
    background: url(../images/f-arrow.png) no-repeat;
    background-position: right 20px center;
    color: #ffffff;
}

.f-link ul {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 10px 0 #666;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.f-link ul li a {
    color: #333;
    line-height: 45px;
    padding: 0 10px;
    font-size: 15px;
}

.f-link ul li a:hover {
    color: #fff;
    background-color: #017dd0;
}

.f-link>div:hover ul {
    display: block;
}

.f-code>a {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 65px;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s;
    margin: 0 15px;
}

.f-code .ewm {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    transition: all 0.3s;
    display: none;
}

.f-code .ewm::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #fff;
}

.f-code .wx {
    background: url(../images/f-wx.png) no-repeat;
    background-size: 100% 100%;
}

.f-code .wb {
    background: url(../images/f-wb.png) no-repeat;
    background-size: 100% 100%;
}

.f-code .az {
    background: url(../images/f-az.png) no-repeat;
    background-size: 100% 100%;
}

.f-code>a:hover .ewm {
    display: block;
}

.f-code>a:hover {
    opacity: 1;
}



/* 2023/11/3修改 */

.el-hide {
    opacity: 1;
}

.foot {
    position: static;
}
.logo a img{
    height: 80px;
}
.nav>ul>li>a{
    font-size: 20px;
    font-weight: 700;
}
.nav>ul>li{
    margin-left: 30px;
}
.logo{
    margin-left: 2%;
}

@media screen and (max-width:1800px){
    .logo a img{
        height: 70px;
    }
}

/* 2023/11/3修改*/



@media screen and (max-width:1800px) {
    .nav>ul>li {
        margin-left: 20px;
    }

    .logo {
        margin-left: 20px;
    }

    .f-bot {
        padding: 2vh 0;
    }

    .f-top ul li a img {
        width: 50px;
        height: 50px;
    }

    .f-lx p {
        line-height: 26px;
    }

    .f-link>div {
        margin-top: 15px;
    }
}


@media screen and (max-width:1600px) {
    .head {
        padding-top: 15px;
    }

    .nav>ul>li {
        margin-left: 15px;
    }

    .nav>ul>li>a {
        font-size: 16px;
        line-height: 45px;
    }

    .logo {
        margin-left: 10px;
    }

    .logo a img {
        height: 60px;
    }

    .top-menu {
        width: 80px;
    }

    .s6-banner .pic {
        padding-top: 54%;
    }
}




@media screen and (max-width:1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo a img {
        height: 45px;
    }

}




@media screen and (max-width:1200px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none !important;
    }

    .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;
        background: #0b57ac;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .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;
    }

    .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: #0b57ac;
        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/m-nav_down.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;
    }


    /* 元素隐藏 */
    .el-hide {
        opacity: 1;
    }

    /* foot */
    .foot {
        position: static;
    }


}

@media screen and (max-width:1024px) {
    .f-top ul li a img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .f-top ul li a {
        font-size: 16px;
    }

    .f-bot {
        justify-content: space-around;
        text-align: center;
    }

    .f-link {
        margin: 15px 0;
    }

    .f-link p {
        margin: 0 auto;
    }

    .f-bot>div {
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .f-top ul li{
        width: 33.33%;
        margin-bottom: 15px;
    }
    .f-top ul {
        justify-content: space-between;
    }
    .f-top ul li{
        border-color: transparent;
    }

}

@media screen and (max-width:480px) {
    .f-link p {
        max-width: 100%;
    }
    .f-lx p{
        font-size: 13px;
        line-height: 24px;
    }
    .f-code>a{
        width: 50px;
        height: 50px;
        background-size: 100% 100%;
    }
}