﻿
#轮播基类----------------------------------------{}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
    z-index:1
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#轮播应用初始化----------------------------------------{}
.slick-slider, .slick-list, .slick-track {
    height:100%;
}

.slick-dots {
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    z-index: 1;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    border-radius: 50%;
    background-color: gray;
    opacity: 1;
    cursor: pointer;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li.slick-active {
    background-color: lightgrey;
}

.slick-dots span {
    display: block;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.slick-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1.125rem;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999em;
    border: none;
    margin: 0 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
}

.slick-prev {
    width:0;
    height:0;
    border-top: solid 0.5rem transparent;
    border-bottom: solid 0.5rem transparent;
    border-right: solid 1rem gray;
}

.slick-next {
    width:0;
    height:0;
    border-top: solid 0.5rem transparent;
    border-bottom: solid 0.5rem transparent;
    border-left: solid 1rem gray;
}


#轮播banner----------------------------------------{}
.banner {
    position: relative;
}

.banner .dots {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background-color: #a8a8a8;
}

.banner .slick-dots li.slick-active {
    background-color: lightgrey;
}


#轮播notice----------------------------------------{}
.notice {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.688rem;
    line-height: 2.688rem;
    color: white;
    background-color: gray;
    opacity: 0.85;
}

.notice a {
    color: white;
}

.notice .view_box {
    width: 87%;
}

.notice .before {
    width: 6rem;
}

.notice .before span {
    font-size: 14px;
    background-color: #dd0000;
    border-radius: 0.75rem;
    padding: 0.375rem 0.5rem;
}

.notice .icon {
    width: 3rem;
    height: 100%;
    background-image: url("../images/icon/icon_notice.png");
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
}

.notice .list {
    font-size: 19px;
    width: 25%;
    height: 2.688rem;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 100;
}

.notice .more a {
    background-color: #dd0000;
    border-radius: 0.75rem;
    padding: 0.125rem 0.5rem;
}

.notice .more span {
    font-family: "隶书";
}


#轮播带标题的新闻幻灯片----------------------------------------{}
.index_news_1 {
    display: flex;
    justify-content: space-between;
}

.index_news_1 .img {
    width: 48%;
    position: relative;
}

.index_news_1 .list {
    width: 48%;
}

.index_news_1 img {
    width: 100%;
    height: 100%;
}

.index_news_1 .line_bg {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #000;
    opacity: 0.25;
}

.index_news_1 .line {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
    display: flex;
}

.index_news_1 .line .title {
    padding-right: 1rem;
    width: 50%;
    flex-grow: 1;
    flex-shrink: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.index_news_1 .line a {
    color: white;
}

.index_news_1 .line .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.3rem;
    background-color: white;
}

.index_news_1 .line .slick-dots li.slick-active {
    background-color: lightgrey;
}

.index_news_1 .moretitle {
    height: 40px;
    border-bottom: 2px solid #b5b5b6;
}

.index_news_1 .moretitle h3 {
    height: 100%;
    width: 80%;
    text-indent: -999em;
    background-image: url("../images/bg/xwzx_title.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.index_news_1 .moretitle span {
    height: 100%;
    width: 20%;
    background-image: url("../images/bg/more+.png");
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position-x: right;
    background-position-y: bottom;
}

.index_news_1 .moretitle a {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
}

.index_news_1 .boxtitle {
    width: 100%;
    height: 62.5%;
    display: flex;
    justify-content: space-between;
}

.index_news_1 .list li {
    font-size: 18px;
    margin-left: 1.375rem;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px dashed #b5b5b6;
}

.index_news_1 .circel_li li:before {
    left: -1.375rem;
    background-color: #ababab;
}

.index_news_1 .list li:last-child {
    border-bottom: none;
}

.index_news_1 .list li a {
    display: flex;
}

.index_news_1 .list li h3 {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}


#轮播通栏----------------------------------------{}
.index_banner_1 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    position: relative;
}

@media (max-width: 1680px) {
    .index_banner_1 {
        height: calc(150px * 0.88);
    }
}

@media (max-width: 1440px) {
    .index_banner_1 {
        height: calc(150px * 0.75);
    }
}

@media (max-width: 1366px) {
    .index_banner_1 {
        height: calc(150px * 0.71);
    }
}

@media (max-width: 1280px) {
    .index_banner_1 {
        height: calc(150px * 0.67);
    }
}

.index_banner_1 .block {
    width: 100%;
}

.index_banner_1 .block img {
    width: 100%;
    height: 100%;
}

.index_banner_1 .dots {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}


#轮播多图幻灯片----------------------------------------{}
.slide {

}

.slide .screen {
    margin-bottom: 40px;
}

.slide .screen img {
    width: 100%;
    height: 100%;
}

.slide .screen.percent:before {
    padding-top: 68%;
}

.slide .text {
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 23px;
    line-height: 1.3;
    color: #676767;
}

.slide .desc {
    display: none;
}

.slide .scroll {
    display: flex;
}

.slide .scroll .prev {
    display: flex;
    align-items: center;
}

.slide .scroll .next {
    display: flex;
    align-items: center;
}

.slide .scroll .slick-prev {
    border-right-color: #16448b;
}

.slide .scroll .slick-next {
    border-left-color: #16448b;
}

.slide .scroll .body {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.slide .scroll .body a {
    width: 25%;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.slide .scroll .body img {
    width: 100%;
    height: 100%;
}


#手机----------------------------------------{}
@media (max-width: 766px) {
    #轮播banner----------------------------------------{}
    .banner {
        height: 10rem;
        margin-top: -5px;
    }

    .banner .dots {
        bottom: 0.5rem;
    }

    #首页的新闻中心{}
    .index_news_1 {
        display: block;
        padding-top: 0.75rem;
    }

    .index_news_1 .img, .index_news_1 .list {
        width: 100%;
    }

    .index_news_1 .img {
        margin-bottom: 20px;
    }

    #首页的通栏{}
    .index_banner_1 {
        height: 5rem;
        margin-top: 0.75rem;
    }

    #轮播多图幻灯片{}
    .slide {

    }
}
