@charset "utf-8";.banner {
    position: relative;
    overflow: hidden
}

.banner .slider {
    overflow: hidden;
    width: 100%
}

.banner .slider img {
    width: 100%;
    transform: scale(1.2);
    transition: opacity 0.3s ease, transform 0s ease 1s
}

.banner .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 5s cubic-bezier(0, .56, .44, 1)
}

.banner .slick-prev,.banner .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    width: 77px;
    height: 144px
}

.banner .slick-prev {
    background: url(../img/left.png) no-repeat center;
    left: 60px
}

.banner .slick-next {
    background: url(../img/right.png) no-repeat center;
    right: 60px
}

.news {
    padding: 35px 0 50px;
    background: url(../img/news-bg.png) no-repeat center;
    background-size: cover
}

.news .tit {
    text-align: center;
    margin-bottom: 45px
}

.news .news-lb {
    width: 48%
}

.news .news-lb .slider .img {
    width: 100%;
    height: 412px;
    overflow: hidden
}

.news .news-lb .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news .news-lb .slider:hover img {
    transform: scale(1.2)
}

.news .news-lb .slider h2 {
    font-size: 18px;
    color: #123879;
    line-height: 28px;
    margin: 18px 0 10px
}

.news .news-lb .slider p {
    font-size: 15px;
    color: #888;
    background: url(../img/time.png) no-repeat left center;
    text-indent: 25px
}

.news .news-lb .slick-dots {
    bottom: 90px;
    width: 115px;
    left: auto
}

.news .news-lb .slick-dots li button {
    background: #cccccc
}

.news .news-lb .slick-dots li.slick-active button {
    background: #c5171e
}

.news .news-list {
    width: 50%
}

.news .news-list li {
    padding: 18px 0;
    border-bottom: 1px solid #d9d9d9;
    line-height: 50px
}

.news .news-list li:first-child {
    padding-top: 0
}

.news .news-list li:last-child {
    border: 0
}

.news .news-list li .time {
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
    border-right: 1px solid #d9d9d9
}

.news .news-list li .time p {
    color: #123879;
    line-height: 1
}

.news .news-list li .time p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 9px;
    font-weight: bold
}

.news .news-list li .time p:nth-child(2) {
    font-size: 15px
}

.news .news-list li a {
    display: block;
    width: calc(100% - 130px);
    display: block;
    float: right;
    font-size: 17px;
    color: #222222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news .news-list li:hover a {
    color: #123879
}

.news .more {
    width: 170px;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    background: #123879;
    color: #fff;
    text-indent: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 40px auto 0
}

.news .more img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px
}

.index-info {
    padding: 45px 0 70px;
    background: #f8f8f8
}

.index-info .xzgy,.index-info .lhlx,.index-info .tzgg {
    width: 32%
}

.index-info .lhlx {
    margin: 0 2%
}

.index-info .title {
    line-height: 65px;
    border-bottom: 1px solid #b5b6b6
}

.index-info .title h2 {
    float: left;
    font-size: 22px;
    color: #123879;
    position: relative
}

.index-info .xzgy .title {
    margin-bottom: 20px
}

.index-info .title a {
    float: right;
    font-size: 15px;
    color: #555
}

.index-info .title a:hover {
    color: #123879
}

.index-info .title h2::before {
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/h2-bg.png) no-repeat center
}

.index-info .xzgy .img {
 
}

.index-info .xzgy .img:hover img {
    /* transform: scale(1.2); */
}

.index-info .xzgy .img img {height: 100%;width: 100%;}

.index-info .xzgy .img video {

width: 100%;

height: 100%;
}

.index-info .xzgy li,.index-info .lhlx li {
    line-height: 48px;
    border-bottom: 1px solid #dee1e8;
    background: url(../img/li-bg.png) no-repeat left center;
    text-indent: 25px
}

.index-info .xzgy li span,.index-info .lhlx li span {
    float: right;
    font-size: 15px;
    color: #888
}

.index-info .xzgy li a,.index-info .lhlx li a {
    font-size: 17px;
    color: #222;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.index-info .lhlx .title {
    margin-bottom: 19px
}

.index-info .tzgg li {
    margin-bottom: 10px
}

.index-info .tzgg li .time {
    float: left;
    background: url(../img/time-bg.png) no-repeat center;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 25px
}

.index-info .tzgg li .time p {
    color: #222;
    line-height: 1
}

.index-info .tzgg li .time p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px
}

.index-info .tzgg li .time p:nth-child(2) {
    font-size: 12px
}

.index-info .tzgg li a {
    display: block;
    width: calc(100% - 90px);
    float: right;
    line-height: 32px;
    font-size: 17px;
    color: #222;
    margin: 3px 0
}

.index-info .tzgg .title {
    margin-bottom: 35px
}

.index-info li:hover a {
    color: #123879
}

.links {
    padding: 75px 0;
    background: url(../img/links-bg.png) no-repeat center bottom;
    background-attachment: fixed
}

.links li {
    float: left;
    width: 25%;
    margin-right: 12%;
    background: #40b3ec;
    border-radius: 10px;
    height: 220px
}

.links li a {
    padding: 22px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}

.links li:nth-child(2) {
    background: #78bf59
}

.links li:last-child {
    margin-right: 0;
    background: #f3af3b
}

.links li h2 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: right;
    margin-bottom: 2px;
    margin-top: 30px
}

.links li:first-child h2 {
    margin-top: 0
}

.links li img {
    float: left
}

.links li div.clearfix {
    position: relative;
    min-height: 93px
}

.links li span {
    font-size: 15px;
    color: #fff;
    width: 102px;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    opacity: 0.7;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s
}

.links li:hover span {
    box-shadow: 102px 0 0 0 rgba(0, 0, 0, 0.2) inset
}

.links li:hover {
    box-shadow: 10px 10px 0 0 rgba(29, 94, 127, 0.8)
}

.links li:nth-child(2):hover {
    box-shadow: 10px 10px 0 0 rgb(47, 116, 15, 0.8)
}

.links li:nth-child(3):hover {
    box-shadow: 10px 10px 0 0 rgb(152 99 9 / 80%)
}
