@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: #ddedfc;
min-width:1500px
}

li {
    list-style: none
}

a {
    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
}

.px1360 {
    max-width: 1360px;
    margin: 0 auto
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto
}

.nav {
    position: relative;
    background: url(../images/nav-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 10%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0
}

.nav>ul>li>a {
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 68px;
    position: relative
}

.nav>ul>li:hover>a {
    background: #045abd;
    color: #fff
}

.nav>ul>li:hover>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:hover>a::after {
    border-top-color: #fff
}

.nav>ul>li:hover>div {
    display: block
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    padding: 5px;
    /* overflow: hidden; */
    /* line-height: normal; */
    display: none;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.nav>ul>li>div>ul {
    overflow: hidden
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding: 10px 0;
    /* white-space: nowrap; */
    position: relative
}

.nav>ul>li>div>ul>li a:hover {
    color: #045abd;
    /* padding-left: 15px; */
}

.nav>ul>li>div>ul>li a:hover::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #0065cf
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px
}

.nav-pic img {
    display: block;
    width: 100%
}

.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
}

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover
}

.pic img:hover {
    transform: scale(1.05)
}

.footer {
    background: #0065cf;
    position: relative;
    z-index: 998;
    padding: 40px 0
}

.footer p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 35px
}
.footer p a{
    color: #fff;
}

@media screen and (max-width: 1360px) {
    .px1400 {
        padding-left: 12px;
        padding-right: 12px
    }

    .nav>ul>li>a {
        font-size: 16px
    }

    .px1360 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}