@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-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;
    max-width: 1920px;
    min-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: 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);
    }
}

img,
input {
    border: 0;
    outline: none;
}

.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;
}

.px1300 {
    width: 1300px;
    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: #18589e url(../images/head-bj.png) repeat;
    background-position: center center;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding-left: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-top: 6px;
}

.search-box input[type="text"] {
    width: 150px;
    padding: 0 10px 0 0;
    line-height: 28px;
    height: 28px;
    background: none;
    color: #b8c8d9;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 12px;
}

.search-box input[type="text"]::placeholder {
    color: #b8c8d9;
}

.search-box input.p-submit {
    width: 28px;
    color: #fff;
    height: 28px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: left 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;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.nav>ul>li {
    float: left;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    margin-left: 35px;
}

.nav>ul>li>a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
    display: none;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 128px;
    left: 50%;
    margin-left: -64px;
    background: #ffffff;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.nav>ul>li ul li {
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 53px;
}

.nav>ul>li ul li a:hover {
    color: #144b7b;
    background: #e4edf9;
}

.nav>ul>li.active>a::after {
    display: block;
}

.nav>ul>li.on>a:after {
    display: block;
}

.pic {
    display: block;
    padding-top: 75%;
    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%;
}

.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 {
    bottom: 30px;
    text-align: center;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #fff;
    margin-left: 6px;
    margin-right: 6px;
    transition: all 0.3s;
    position: relative;
}

.banner .slick-dots li.slick-active {
    background: #304174;
    width: 21px;
}

.link {
    background: #f8f8f8;
    padding: 15px 0;
}

.link span {
    float: left;
    font-size: 24px;
    line-height: 42px;
    margin-right: 30px;
}

.link div {
    overflow: hidden;
}

.link div a {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    margin-left: 50px;
}

.link div a:first-child {
    margin-left: 0;
}

.link div a:hover {
    color: #234b8f;
}

.footer {
    background: #234b8f;
    padding-top: 35px;
}

.foot-l {
    float: left;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-m {
    float: left;
    padding-top: 20px;
}

.foot-m div {
    float: left;
}

.foot-m div p {
    margin-left: 80px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.foot-m div p img {
    margin-right: 10px;
    vertical-align: middle;
}

.foot-r {
    float: right;
}

.foot-r img {
    display: block;
    width: 80px;
}

.bq {
    text-align: center;
    color: #fff;
    line-height: 70px;
    border-top: 1px solid #5e7397;
    margin-top: 25px;
}