@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@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);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head {
    background: #004ea2;
}

.head.t60 {
    top: 60px;
}

.head-top {
    background: url(../images/head-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.head-top>div {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 999;
    background: url(../images/head-text.png) no-repeat;
    background-position: center center;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.head-link {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
    font-size: 0;
    text-align: right;
    background-color: #006db8;
    padding: 10px 0;
}

.head-link span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    vertical-align: middle;
}

.head-link a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 7px;
    line-height: 16px;
    border-left: 1px solid #fff;
}

.head-link a img {
    vertical-align: middle;
    margin-right: 5px;
}

.head-link a:first-child {
    border: none;
}

.head-link a:hover {
    color: #fff;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    margin-top: 20px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5x;
    padding-left: 20px;
    border: 1px solid #fff;
}

.search-box input[type="text"] {
    width: 160px;
    padding: 0 10px 0 0;
    line-height: 38px;
    height: 38px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 16px;
}

.search-box input[type="text"]::placeholder {
    color: #fff;
}

.search-box input.p-submit {
    width: 45px;
    color: #fff;
    height: 34px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.head.on .nav>ul {
    max-width: 1200px;
    /* padding-left: 200px; */
    /* background: url(../images/logo.png) no-repeat; */
    /* background-position: left center; */
    background-size: 200px;
}
/*
.nav {
    background: #006db8;
    transition: all 0.5s;
}*/
.nav {
    background: #234a92;
    transition: all 0.5s;
}


.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 8.6%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    //border-left: 1px solid #0061ae;
}

.nav>ul>li:first-child {
    border: none;
}

.nav>ul>li>a {
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    position: relative;
}
/*
.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #006db8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #006db8;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s;
}*/
/*
.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav>ul>li ul li {
    padding: 5px 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.nav>ul>li ul li a:hover {
    color: #ff4949;
   // background: #006db8;
}
*/



.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    background: #234a92;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav>ul>li ul li {
    //padding: 5px 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
border-bottom: 1px dashed #32579c;
}

.nav>ul>li ul li a:hover {
    color: #ff4949;
    //background: #006db8;
}
/*
.nav>ul>li:hover {
    background: #fff;
    border-color: transparent;
}

.nav>ul>li:hover+li {
    border-color: transparent;
}

.nav>ul>li:hover>a {
    color: #006db8;
}*/


.nav>ul>li:hover {
   // background: #fff;
   // border-color: transparent;
}

.nav>ul>li:hover+li {
   // border-color: transparent;
}

.nav>ul>li:hover>a {
    color:#ff4949;
}



.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #006db8;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: -16px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.pic {
    display: block;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner {
    width: 100%;
    position: relative;

}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
/* margin-bottom:-40px;*/
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

.banner .slick-dots {
    position:absolute;bottom:42px;left:0;right:0;font-size:0'text-align: center;
}

.banner .slick-dots li {
    width: 37px;
    height: 5px;
    background: #fff;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
}

.banner .slick-dots li.slick-active {
    background: #004ea2;
}


.footer {
    padding-top: 1px;
    background: url(../images/footer-bj1.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.footer-c {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}

.foot-l {
    float: left;
}

.foot-l h3 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.foot-l p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.foot-m {
    float: left;
    width: 340px;
    margin-right: 70px;
}

.foot-m a {
    display: block;
    text-align: center;
}

.foot-m a img {
    display: block;
    max-width: 100%;
}

.foot-r {
    float: right;
    font-size: 0;
    text-align: center;
}

.foot-r>ul {
    text-align: right;
    position: relative;
}

.foot-r>ul li {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.foot-r>ul li:first-child+li+li>div {
    right: 0;
    left: auto;
    transform: translateX(0);
}

.foot-r>ul li>img {
    display: block;
    cursor: pointer;
}

.foot-r>ul li div {
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}

.foot-r>ul li div img {
    display: block;
    width: 100%;
}

.foot-r>ul li:hover div {
    display: block;
}

.foot-bq {
    background: #094689;
    padding: 10px 0;
}

.foot-bq p {
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 28px;
}

.foot-bq p img {
    vertical-align: middle;
}

.link-ul>div {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-left: 50px;
}

.link-ul p {
    padding: 0;
    font-size: 16px;
    line-height: 45px;
    color: #333;
}

.link-ul p img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.link-ul>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    padding: 10px 0;
    background: #fff;
}

.link-ul>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

.link-ul>div ul li a:hover {
    background: #304174;
    color: #fff;
}

.link-ul>div:hover ul {
    display: block;
}

@media screen and (max-width:1340px) {
    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .search-box input[type="text"] {
        width: 150px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
    .foot-l {
        max-width: 35%;
    }
    .foot-m {
        max-width: 30%;
    }
    .logo a img {
        height: 60px;
    }
    .search-box input[type="text"] {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .search-box input.p-submit {
        height: 28px;
    }
}

@media screen and (max-width:1024px) {
    html,
    body {
        font-size: 14px;
    }
    body {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .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: #006db8;
        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: 35px;
        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;
    margin: 10px 14px 10px 0;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #006db8;
        line-height: 24px;
        padding: 0 10px;
        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: #006db8;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .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;
    }
    .foot-m {
        float: none;
        width: auto;
        margin: 0;
        max-width: none;
    }
}

@media screen and (max-width:768px) {
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        width: 20px;
        height: 3px;
        margin-left: 10px;
        margin-right: 0;
    }
    .foot-l {
        margin: 20px 0;
        float: none;
        max-width: none;
    }
    .foot-r {
        float: none;
    }
    .link-ul>div {
        width: 50%;
        padding-left: 0;
    }
    .foot-r>ul {
        text-align: center;
    }
    .foot-r>ul li {
        margin-left: 0;
    }
    .foot-r>ul li:first-child {
        margin-right: 30px;
    }
    .foot-l p {
        font-size: 12px;
        line-height: 24px;
    }
    .link-ul p {
        font-size: 14px;
        line-height: 30px;
    }
    .link-ul>div ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {
    .m-nav ul li ul li {
        width: 50%;
    }
}