@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;
}

body {
    /* padding-top: 213px; */
    min-width: 1200px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    animation: jello 1s linear;
}

@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)
    }

}

@media screen and (min-width:1024px) {
    /* ::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    ::-webkit-scrollbar-track {
        width: 3px;
        background: #333;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #007db8;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #fff
    } */
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1300 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}


/* 定位搜索框 */


.search {
    width: 350px;
    background: rgba(255, 255, 255, .7);
    margin: 0 auto;
    position: relative;
    float: right;
    border-radius: 8px;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    padding-left: 15px;
    padding-right: 60px;
    height: 39px;
    font-size: 14px;
    background: none;
    color: #333;
    display: block;
    width: 100%;
}

.search .text::placeholder {
    color: rgba(112, 143, 158, .64);
}

.search .button {
    width: 35px;
    height: 35px;
    background: url(../images/fdj.png) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

/* 定位搜索框 */

.head {
    background: url(../images/head-bj.jpg) repeat;
    position: relative;
    z-index: 9;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
    padding-top: 30px;
}




.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    overflow: hidden;
    float: right;
    padding-top: 25px;
}

.b-top-r>p {
    clear: both;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #aae4ff;
    padding-top: 10px;
}

.b-top-r>p a {
    display: block;
    color: #333333;
}

.b-top-r>p a:hover {
    color: #b30203;
}

.b-top-r>ul {
    overflow: hidden;
    font-size: 0;
    float: left;
}

.b-top-r>ul>li {
    vertical-align: middle;
    float: left;
    margin-left: 30px;
}

.b-top-r>ul>li a {
    font-size: 0;
    display: block;
    line-height: 14px;
    color: #ffffff;
}

.b-top-r>ul>li b {
    height: 14px;
    display: block;
    width: 2px;
    background: #666;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}


.b-top-r>ul>li a:hover span {
    text-decoration: underline;
}


.head-top {
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.logo {
    overflow: hidden;
    float: left;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    display: block;
}

.head-nav {
    position: relative;
    z-index: 9;
    background: #056e9f;
    margin-top: 15px;
}

.nav>ul {
    font-size: 0;
    text-align: center;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    font-size: 17px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}



.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* min-width: 150px; */
    background: #056e9f;
    z-index: 9999;
    line-height: normal;
    padding: 10px 0;
    opacity: 0;
    display: none;
    /* border-top: 1px solid #fff; */
}


.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid #056e9f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

.nav>ul>li:hover>a::after {
    display: block;
}

.nav>ul>li:hover>a {
    background: #007db8;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 238px;
    margin-right: 10%;
    display: none;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav>ul>li .nav-ejbox {
    position: relative;
    z-index: 9;
}

.nav>ul>li ul {
    overflow: hidden;
}

.nav>ul>li>div ul li {
    text-align: center;
}

.nav>ul>li>div ul>li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    position: relative;
    /* padding-left: 16px; */
}

.nav>ul>li>div ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    /* background: #fff; */
    border-radius: 50%;
}

.nav>ul>li>div ul>li a:hover {
    background: #007db8;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.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;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 102%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    background: #007db8;
    position: relative;
    z-index: 9;
}

#link {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}

#link span {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
}

#link div {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    height: 35px;
    font-size: 0;
}

#link div.on {
    height: auto;
}

#link div a {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 30px;
}

#link div a:hover {
    text-decoration: underline;
}

#link .link-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
}

.foot-c {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 25px 0 10px 0;
}

.foot-text p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.foot-ewm {
    display: flex;
    margin-left: 260px;
}

.foot-ewm div {
    margin-right: 16px;
}

.foot-ewm div img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.foot-ewm div p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}



/* 公共代码版块 */

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#b30203, #b30203);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}