@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}


h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wp {
    max-width: 1400px;
    margin: 0 auto;
}

.header {
    background-size: cover;
    background: url(../images/top-bg.png) center;
}

.head {
    padding: 9px 0;
}

.head-l {
    float: left;
}

.head-l>a {
    display: block;
}

.head-l>a img {
    display: block;
}

.head-r {
    float: right;
}

.link {
    text-align: right;
}

.link a {
    display: inline-block;
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
    margin: 0 5px;
}

.link a:hover {
    color: #ffffff;
}

.link a img {
    display: inline-block;
    padding-right: 5px;
}

.search {
    position: relative;
    width: 285px;
    height: 40px;
    padding-right: 60px;
    font-size: 0;
    border: 1px solid #dddddd;
    vertical-align: middle;
    margin-top: 20px;
}

.search input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    background-color: #fff;
    color: rgba(0, 0, 0, .6);
}

.search input::placeholder {
    font-size: 14px;
    color: #000;
    opacity: .6;
}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #176aba;
    line-height: 40px;
    text-align: center;
}

.search input[type="image"] {
    vertical-align: middle;
}

#nav {
    background: #176aba;
}

.nav>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    background: #c7ab48;
}

.nav>ul>li .sub {
    position: absolute;
    padding-top: 9px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    top: 100%;
    z-index: 999;
    display: none;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-top: 9px solid #c7ab48;
    opacity: 0;
    z-index: -1;
}

.nav>ul>li:hover>a::after {
    opacity: 1;
    z-index: 9;
}

.nav>ul>li ul {
    background: rgb(24 106 186);
    /* padding: 6px 20px; */
}

.nav>ul>li ul>li {
    line-height: 26px;
    padding: 5px;
    border-bottom: 1px dashed rgb(79 134 188);
}

.nav>ul>li ul>li:last-child a {
    border-bottom: none;
}

.nav>ul>li ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    /* border-bottom: 1px dashed rgb(79 134 188); */
}

.nav>ul>li ul>li:hover{
    background-color: #c7aa49;
}
.nav>ul>li ul>li:hover>a {
    /* color: #176aba; */
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 20px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #f8f8f8;
    transition: all .6s;
}

.banner .slick-dots li.slick-active {
    width: 60px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 0;
    top: 0;
    width: 45px;
    height: 60px;
    z-index: -1;
    text-align: center;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 99999;
    font-size: 0;
}


.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.footer {
    background: #176aba;
}

.foot {
    padding-top: 35px;
    padding-bottom: 35px;
}
.foot p:first-of-type{
    margin-top:10px;
}
.foot p {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.foot p a {
    font-size: 16px;
    color: #fff;
}

.foot p a:hover {
    opacity: .8;
}

.ft-l {
    /* float: left; */
    text-align: left;
    width: 100%;
}

.ft-l h2, .ft-r h2{
    line-height: 42px;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.ft-l span, .ft-r span {
  background-color: #fff;
  width: 40px;
  height: 3px;
  display: block;
}

.ft-l ul {
  margin-top: 10px;
  width: auto;
}
.ft-l ul li {
  height: 36px;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  padding-left: 18px;
  background: url(../images/link.png) no-repeat left 1px center;
}
.ft-l ul li a {
  font-size: 16px;
  color: #f5f5f5;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ft-l ul li:hover a {
  transition: all 0.3s ease 0.2s;
}



.ft-r {
    /* margin-top: 20px; */
    /* float: right; */
    text-align: left;
    display: none;
}
.footer .bq{
    color:#fff;
    line-height: 24px;
    font-size:16px;
    text-align:center;
    background: #09539b;
    padding: 20px 0;
}


.date-list li {
    position: relative;
    margin-top: 25px;
}

.date-list li a {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 6;
}

.date-list li a .date {
    width: 65px;
    height: 65px;
    text-align: center;
    border: 1px solid #176aba;
    text-align: center;
}

.date-list li a .date p {
    line-height: 34px;
    font-size: 26px;
    color: #000;
}

.date-list li a .date span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #176aba;
}

.date-list li a .text {
    margin-left: 15px;
    flex: 1;
    min-width: 0;
}

.date-list li a .text p {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #111;
}

.date-list li:hover a .text p {
    font-weight: bold;
    color: #176aba;
}

@media screen and (max-width: 1400px) {
    .wp {
        max-width: 98%;
    }
    .head-l>a img {
        height: 80px;
    }
    .head-r {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1340px) {}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    #nav {
        display: none;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #09539b;
        z-index: 999;
        padding: 10px;
        width: calc(100% - 45px);
    }
    .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-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #176aba;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #176aba;
        vertical-align: middle;
        font-family: 'sySong';
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #176aba;
        line-height: 24px;
        padding: 0 15px;
        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;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #176aba;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li ul {
        display: none;
    }
    .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 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;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width: 1000px) {
    .ft-l {
        float: none;
        width: 100%;
    }
    .ft-l ul li{
        width:32%;
    }
    .ft-r {
        float: none;
        text-align: left;
    }
}

@media screen and (max-width: 700px) {
    .banner .slick-dots {
        bottom: 15px;
    }
    .foot {
        padding: 15px 0;
    }
     .ft-l ul li{
        width:49%;
    }
    .wp {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}