/*全局样式*/
@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

img,
input {
    border: none;
    vertical-align: middle;
}

input {
    border: none;
    outline: none;
    background-color: #fff;
}

body {
    font-family: "Microsoft YaHei", '微软雅黑', 'PingFangSC-Regular', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333;
}

.overs {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.over {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pic a {
    display: block;
    position: relative;
}

.pic a img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    height: auto;
}

.fl {
    display: flex;
    flex-wrap: wrap;
}

.conbox {
    max-width: 1400px;
    margin: 0 auto;
}

.nymain{
    background: url(../images2023/content_bg.png) no-repeat bottom center;
}

.m-head {
    display: none;
}

/* header */
.h {
    background: url(../images2023/h-bg.png);
}

.h .logo {
    float: left;
    padding: 15px 0px;
}

.h .search {
    float: right;
}

.h .logo a {
    display: block;
}

.h .search {
    position: relative;
    margin-top: 54px;
}

.h .search input[type="text"] {
    border: 1px solid #9E9E9E;
    background-color: #fff;
    padding: 0px 45px 0px 17px;
    font-size: 14px;
    line-height: 24px;
    width: 320px;
    height: 46px;
    box-sizing: border-box;
}

.h .search input:-ms-input-placeholder {
    color: #9E9E9E;
}

.h .search button {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: url(../images2023/t-s-icon.png) no-repeat center center;
    font-size: 16px;
    line-height: 46px;
    color: #FFFFFF;
    width: 85px;
    background: url(../images2023/ny-s-icon.png) no-repeat 13px center;
    background-color: #014084;
    padding-left: 25px;
}

.h .ny-h-t {
    background: #014084;
    padding: 5px 0px;
}

.h .ny-h-t .conbox {
    position: relative;
}

.h .ny-h-b {
    background: #0050a2;
}

.h .h-t-l p {
    padding-left: 32px;
    padding-left: 0;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}

.h .h-t-r {
    position: absolute;
    top: 0px;
    right: 0px;
}

.h .h-t-r a {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 15px;
}

.h .h-t-r a:hover {
    color: rgba(255, 255, 255, .7);
}

.h .h-t-r a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    height: 15px;
}

.h .h-t-r a:last-child::after {
    display: none;
}



/* nav */
.nav {
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav li {
    position: relative;
    width: calc(99.9% / 9);
    float: left;
    text-align: center;
}

.nav li a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
}

.nav li:hover>a {
    font-weight: 800;
}

.nav .second {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
}

.nav .second a {
    font-size: 18px;
    margin: 0px;
    line-height: 40px;
    color: #333;
}

.nav .second a:hover {
    background-color: #0050a2;
    color: #fff;
}

.f {
    padding-top: 76px;
    background: url(../images2023/f-bg.png) no-repeat;
    background-size: cover;
}

.f-t .f-l {
    padding-right: 30px;
    border-right: 1px solid rgba(216, 216, 216, .2);
    width: 46.09%;
    box-sizing: border-box;
}


.f-t .f-l>a {
    display: block;
    width: 450px;
}

.f-t .f-l .link p a {
    display: inline;
    margin-right: 15px;
}

.f-main {
    justify-content: space-between;
    margin-top: 30px;
}

.f-t .f-l img {
    width: 100%;
}

.f-t .f-l .link {
    width: 48.5%;
    margin-right: 5%;
}

.f-t .f-l .msg {
    width: 46.5%;
}

.f-t .f-l .link h3,
.f-t .f-l .msg h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 13px;
    margin-bottom: 22px;
}



.f-t .f-l .link h3::after,
.f-t .f-l .msg h3::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 38px;
    height: 2px;
    background: url(../images2023/f-icon1.png) no-repeat;
    background-size: 100% 100%;
}

.f-t .f-l .link a,
.f-t .f-l .msg a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}

.f-t .f-l .link a:hover,
.f-t .f-l .msg a:hover {
    opacity: 0.7;
}

.f-t .f-c {
    width: 34.01%;
    box-sizing: border-box;
}

.f-t .f-c .f-c-main {
    padding-left: 16.46%;
    padding-right: 9.1%;
}

.f-c-top,
.f-c-center,
.f-c-bottom {
    background: url(../images2023/f-icon2.png) no-repeat left 22px;
    padding: 22px 0px;
    padding-left: 70px;
    border-bottom: 1px solid rgba(216, 216, 216, .2);
}

.f-c-center {
    background: url(../images2023/f-icon3.png) no-repeat left 22px;
}

.f-c-bottom {
    background: url(../images2023/f-icon4.png) no-repeat left 22px;
    border: none;
    padding-bottom: 0px;
}


.f-t .f-c p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}


.f-t .f-r {
    width: 18%;
    box-sizing: border-box;
}

.f-t .f-r p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
}

.f-t .f-r .erweima .pic {
    position: relative;
    padding-top: 100%;
}

.f-t .f-r .erweima .pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: none;
}


.f-t .f-r .erweima {
    width: 47.6%;
    position: relative;
    padding-left: 53%;
    padding-top: 20px;
    margin-top: 119px;
}

.f-t .f-r .erweima::after {
    content: '';
    position: absolute;
    right: -115px;
    bottom: 0px;
    width: 90px;
    height: 176px;
    background: url(../images2023/f-pic2.png) no-repeat;
    background-size: 100% 100%;
}

.f-t .f-r .erweima::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 106px;
    height: 176px;
    background: url(../images2023/f-pic1.png) no-repeat;
    background-size: 100% 100%;
}

.f-b {
    border-top: 1px solid rgba(216, 216, 216, .2);
    margin-top: 70px;
    padding-top: 36px;
    padding-bottom: 30px;
}

.f-b p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.f-b p a {
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.f-b p a:hover {
    opacity: .7;
}

@media screen and (max-width: 1600px) {
    .f .conbox {
        padding-right: 100px;
    }

    .h .logo img {
        width: 100%;
    }
}

@media screen and (max-width: 1500px) {
    .f-t .f-c .f-c-main {
        padding-left: 7.46%;
        padding-right: 9.1%;
    }
}



@media screen and (max-width: 1400px) {
    .nav li {
        width: calc(100% / 9);
    }

    .nav li a {
        text-align: center;
        margin: 0px;
    }

    .conbox {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1200px) {
    .h .search {
        margin-top: 40px;
    }

    .nav {
        display: none;
    }

    .h {
        display: none;
    }

    .m-head .top a {
        display: block;
    }

    .m-hide {
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 1;
        display: block;
        background-color: #014084;
        z-index: 999;
    }

    .m-head {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        background: #014084;
    }

    .m-head a img {
        max-height: 42px;
    }

    .m-hide.on {
        position: fixed;
    }

    .h {
        display: none;
    }

    .m-menu {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 30px;
        background: url(../images2023/menu.png) no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }

    .nav_mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 111;
        /* background-color: #014084; */
        overflow: auto;
    }

    .nav_mobile .top {
        position: relative;
        padding: 10px;
        align-items: center;
        background: #014084;
        background-size: 100% 100%;
    }

    .nav_mobile .top .mobileLogo {
        float: left;
    }

    .nav_mobile .top .mobileLogo img {
        max-height: 42px;
    }

    .nav_mobile .top .close {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .nav_mobile .top .close span {
        font-size: 25px;
        color: #fff;
    }

    .nav_mobile .bottom {
        position: relative;
        left: 100%;
        transition: all .7s;
        height: 100vh;
        background-color: #014084;
    }

    .nav_mobile .bottom ul {
        background-color: #014084;
    }

    .nav_mobile .bottom ul li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .nav_mobile .bottom ul li a {
        line-height: 50px;
        font-size: 16px;
        margin-left: 20px;
        color: #fff;
        display: block;
    }

    .nav_mobile .bottom ul li span {
        position: absolute;
        right: 10px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        transform-origin: center center;
        transition: all .3s;
        color: #fff;
        opacity: .7;
    }

    .nav_mobile .second {
        display: none;
    }

    .nav_mobile .second div {
        background-color: #496cb74a;
    }

    .nav_mobile .bottom .second div a {
        font-size: 14px;
        line-height: 40px;
    }

    .nav_mobile .bottom ul li span.on {
        transform: rotate(90deg);
    }

    .ipt {
        padding: 10px;
        background-color: #014084;
        border-bottom: 1px solid rgba(204, 204, 204, .3);
        border-top: 1px solid rgba(204, 204, 204, .3);
    }

    .ipt input[type="text"] {
        outline: none;
        border: none;
        margin-right: 15px;
        width: calc(100% - 75px);
        height: 30px;
        padding: 0px 15px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, .3);
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .ipt input[type="submit"] {
        line-height: 30px;
        font-size: 14px;
        width: 25px;
        font-size: 0px;
        background: url(../images2023/s-icon.png) no-repeat center center;
    }


    .ipt input::-webkit-input-placeholder {
        color: #999;
    }

    .f-t {
        justify-content: space-between;
    }

    .f-t .f-l {
        width: 100%;
        padding-right: 0px;
    }

    .f-t .f-r {
        margin-right: 120px;
    }

    .f-t .f-c {
        width: 46.01%;
    }

    .f-t .f-c .f-c-main {
        padding: 0px;
    }

    .f-t .f-l {
        border-right: none;
    }

    .f .conbox {
        padding-right: 15px;
    }

    .f-t .f-r .erweima {
        padding-left: 0px;
        width: 130px;
    }

    .f-t .f-r .erweima::before {
        left: -130px;
    }

}

@media screen and (max-width: 1024px) {
    .f {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .f-t .f-r {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
    }


    .f-t .f-c p {
        font-size: 14px;
    }


    .f-c-top,
    .f-c-center,
    .f-c-bottom {
        background: url(../images2023/f-icon2.png) no-repeat left 15px;
        padding: 15px 0px;
        padding-left: 55px;
    }

    .f-t .f-c {
        width: 100%;
    }

    .f-b p,
    .f-b p a {
        font-size: 14px;
    }

    .f-t .f-r .erweima {
        margin: 0 auto;
        width: 100px;
    }

    .f-t .f-r .erweima::before {
        left: -100px;
        width: 80px;
        height: 140px;
    }

    .f-t .f-r .erweima::after {
        right: -95px;
        width: 70px;
        height: 140px;
    }

    .f-b {
        margin-top: 25px;
    }

    .f-t .f-r p {
        font-size: 14px;
    }
}


@media screen and (max-width: 540px) {
    .nav_mobile .top .close span {
        line-height: 40px;
    }

}

@media screen and (max-width: 480px) {

    .f-t .f-l .msg,
    .f-t .f-l .link {
        width: 100%;
    }

    .f-t .f-l .link h3,
    .f-t .f-l .msg h3 {
        margin-bottom: 10px;
    }

    .f-t .f-l .msg h3 {
        margin-top: 15px;
    }

    .f-t .f-l>a {
        width: 100%;
    }

    .f-t .f-l>a img {
        width: 100%;
    }
}