@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: arial;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

img,
input {
    border: 0;
    outline: none
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.animate__animated {
    opacity: 0;
}

:root {
    --animate-delay: 0.5s;
}

.px1520 {
    max-width: 1400px;
    margin: 0 auto
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s
}

.pic img:hover {
    transform: scale(1.2)
}

.wap {
    display: none !important
}

@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)
    }
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/head-bg.jpg) no-repeat;
    background-size: cover;
    height: 100px;
    padding-right: 4.16%;
    transition: top 0.3s;
    z-index: 99;
    transform: translateY(-155%);
    opacity: 0;
    transition: all 0.7s ease-out 0s;
}

.head.show {
    transform: none;
    opacity: 1;
}

.head.on .logo {
    height: 100px;
    line-height: 100px
}

.head.on .logo img {
    max-height: 80px;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/logo-bg.png) no-repeat;
    background-size: cover;
    width: 536px;
    height: 154px;
    line-height: 154px;
    transition: top 0.3s;
}

.logo a {
    display: block;
    font-size: 0;
    text-align: center
}

.logo a img {
    vertical-align: middle;
    transition: top 0.3s;
}

.head-r {
    margin-left: 536px
}

.head-lj {
    text-align: right
}

.head-lj {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
    height: 40px;
    line-height: 40px
}

.head-lj a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
    margin: 0 10px
}

.head-lj a:last-child {
    margin-right: 0
}

.head-lj a:hover {
    color: #fff
}

.head-d {
    position: relative
}

.search {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 40px;
    background: rgba(255, 255, 255, 0.48);
    border-radius: 20px
}

input,
button {
    border: none;
    outline: none
}

.search .text {
    width: 270px;
    padding: 0 60px 0 15px;
    height: 40px;
    background: none;
    color: #fff;
    font-size: 12px
}

.search .button {
    width: 60px;
    height: 40px;
    background: url(../img/fdj.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

input::-webkit-input-placeholder {
    color: #fff
}

input::-moz-input-placeholder {
    color: #fff
}

input::-ms-input-placeholder {
    color: #fff
}

/*导航*/

.nav {
    height: 40px;
    line-height: 40px;
    padding-right: 270px;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    width: 12.5%;
}

.nav>ul>li.active>a {
    /* border-bottom: 3px solid #fff; */
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.nav>ul>li:hover>a::before {
    display: block;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 10px solid #fff;
}

.nav>ul>li.active>a {
    font-weight: bold;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    transition: all 0.3s;
    display: none;
    overflow: hidden;
    z-index: 8;
}

.nav>ul>li>div.s {
    overflow: visible;
    opacity: 1;
    z-index: 9;
}

.nav>ul>li>div>div {
    overflow: hidden;
    margin-top: 20px;
    padding: 30px 50px;
    min-width: 600px;
    min-height: 160px;
    background: #fff url(../img/navsub-bg.png) no-repeat right bottom;

}


.nav>ul>li>div>div>ul {
    float: left;
    padding-top: 6px;
    margin: 0 22px;
    text-align: left;
}

.nav>ul>li>div>div>ul>h3>a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nav>ul>li>div>div>ul>h3>a:hover {
    color: #065fb3;
}

.nav>ul>li>div>div>ul>li {
    display: none;
}

.nav>ul>li>div>div>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    background: url(../img/y-jt1.png) no-repeat right center;
    padding-right: 15px;
}

.nav>ul>li>div>div>ul>li a:hover {
    color: #065fb3;
    background: url(../img/y-jt2.png) no-repeat right center;
}

.nav>ul>li>div .sub-nav-r {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.nav>ul>li>div .sub-nav-r img {
    display: block;
    width: 100%;
    height: 100%;
}



/* 新导航 */
.head-d {
    position: static;
}

.logo {
    z-index: 9;
}

.search {
    right: 4%;
    top: 45px;
}

.nav {
    height: auto;
    line-height: inherit;
}

.nav ul li {
    position: static;
    height: 60px;
    line-height: 60px;
}

.nav>ul>li>a::after {
    bottom: -10px;
}

.nav>ul>li>div>div {
    background: none;
    padding: 0;
    margin-top: 0;
    overflow: visible;
    min-width: auto;
    min-height: auto;
}

.nav-yc-k {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 300px; */
    z-index: 98;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.94);
    display: none;
}

.nav ul li.on .nav-yc-k {
    display: block;
}

.nav-yc-k .nav-yc-kl {
    position: relative;
    z-index: 1;
}

.nav-yc-k .nav-yc-kl::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 95, 179, 0.1);
    z-index: -1;
}
.nav-yc-k .nav-yc-kl img{max-height:80%;height: 140px;}
.nav-yc-k .nav-yc-kr {
    overflow: hidden;
    padding-left: 20px;
}

.nav-yc-k .nav-yc-kr ul {
    overflow: hidden;
}

.nav-yc-k .nav-yc-kr ul li {
    float: left;
    width: 18%;
    margin-bottom: 30px;
    margin-left: 2%;
}

.nav-yc-k .nav-yc-kr ul li a {
    display: block;
    border: 1px solid #dcdcdc;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    transition: all 0.3s;
}

.nav-yc-k .nav-yc-kr ul li a:hover {
    background: #065fb3;
    border-color: #065fb3;
    color: #fff;
}

/* 新导航 */
.foot {
    background: #0054a3;
    width: 100%;
    padding: 48px 0 0 0
}

.foot {
    color: rgba(255, 255, 255, 1)
}

.foot a {
    color: rgba(255, 255, 255, 1)
}

.link p {
    line-height: 48px;
    padding-right: 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url(../img/link-icon-down.png) no-repeat;
    background-position: right center
}

.link>div {
    position: relative;
    padding: 0 20px;
    width: 300px;
    height: 48px;
    background: rgba(210, 210, 210, 0.3);
    border: 1px solid rgba(255, 255, 255, .3);
    margin-top: 30px
}

.link>div:first-child {
    margin-top: 0
}

.link>div:hover div {
    display: block
}

.link>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    left: 0;
    right: 0;
    display: none;
    text-align: left;
    z-index: 9999
}

.link>div div a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px
}

.link>div div a:hover {
    background: #0656a1;
    color: #fff
}

.foot-c {
    margin-left: 94px
}

.foot-c h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 14px;
    position: relative
}

.foot-c h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #fff
}

.foot-c p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 32px;
    margin-top: 15px
}

.foot-media {
    padding-top: 40.5px
}

.foot-media>div {
    float: left;
    text-align: center;
    margin-right: 50px;
    position: relative
}

.foot-media>div:hover div {
    display: block
}

.foot-media>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 15px;
    width: 120px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    display: none;
    z-index: 9;
}

.foot-media>div>div img {
    display: block;
    width: 100%
}

.foot-media>div>div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.foot-media>div>img {
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.foot-bq {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    background: #004e98;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 1700px) {
    .head {
        padding-right: 20px
    }
.search{right:20px;}
}

@media screen and (max-width: 1600px) {
    .logo {
        width: 450px;
        height: 145px;
        line-height: 145px;
        background-position: right top;
        padding-right: 50px;
        padding-left: 20px
    }

    .logo a img {
        max-width: 100%
    }

    .head-r {
        margin-left: 450px
    }
}

@media screen and (max-width: 1500px) {
    .nav>ul>li>a {
        font-size: 16px
    }

    .nav {
        padding-right: 210px
    }

    .search,
    .search .text {
        width: 210px
    }

    .head-lj a {
        font-size: 12px
    }
}

@media screen and (max-width: 1300px) {
    .logo {
        width: 320px;
        height: 120px;
        line-height: 120px
    }

    .head-r {
        margin-left: 320px
    }
}

@media screen and (max-width: 1150px) {
    .nav>ul>li>a {
        font-size: 14px
    }
}

@media screen and (max-width: 1560px) {
    .px1520 {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1200px) {
    .foot-c {
        margin-left: 45px
    }

    .foot-media>div:nth-child(3) {
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .animate__animated {
        opacity: 1;
    }

    .pc {
        display: none !important
    }

    .m-top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999
    }

    .wap {
        display: block !important
    }

    .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: url(../img/head-bg.jpg) no-repeat center;
        background-size: cover;
        z-index: 999;
        padding: 10px 20px
    }

    .m-logo {
        font-size: 0
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.6)
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0 8px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        line-height: 24px;
        border-radius: 5px
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px
    }

    .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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #005eae;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        overflow-y: scroll;
        width: 100%
    }

    .m-nav .top-r {
        color: #fff;
        padding-left: 15px
    }

    .m-nav ul {
        padding: 0 15px
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }

    .m-nav ul li ul {
        display: none;
        clear: both;
        overflow: hidden
    }

    .m-nav ul li ul div {
        display: inline-block;
        margin: 0 15px;
        vertical-align: top
    }

    .m-nav ul li ul div h3 {
        font-weight: bold
    }

    .m-nav ul li ul li {
        border: none
    }

    .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 div h3 a {
        padding: 10px 0
    }

    .m-nav>ul>li ul div li a {
        padding: 6px 0;
        color: rgba(255, 255, 255, 0.7)
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/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
    }

    .foot-l,
    .foot-c,
    .foot-r {
        float: none;
        width: auto
    }

    .link>div {
        width: auto
    }

    .foot {
        padding: 40px 0 0 0
    }

    .link>div {
        margin-top: 20px
    }

    .foot-c {
        margin-left: 0;
        margin-top: 20px
    }

    .foot-c p {
        font-size: 14px
    }

    .foot-media {
        text-align: center
    }

    .foot-media>div {
        display: inline-block;
        float: none
    }

    .foot-bq {
        margin-top: 20px
    }
}