@charset "utf-8";

.main {
    width: 1200px;
    margin: 0 auto;
}

.main>.inner .bar h2 {
    font-size: 22px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
}

.main>.inner .bar h2::before {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 24px;
    background-color: #fc4c5b;
    content: '';
    left: 0;
    top: 6px;
}

.main>.inner .bar .breadcrumb {
    margin-top: 4px;
    display: inline-block;
}

.section {
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #e42626;
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: #e42626;
}

.section:hover .swiper-button-next,
.section:hover .swiper-button-prev {
    display: block;
}

.section-1 {
    margin-top: 0;
}

.section-1 .inner {
    background-color: #f5f5f5;
}

.section-1 .fl img {
    width: 390px;
    height: 390px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.section-1 .fr {
    width: 716px;
    min-height: 390px;
    overflow: hidden;
    float: right;
    padding: 0 22px 0 20px;
}

.section-1 .box {
    padding: 20px 40px;
    /* height: 385px; */
}

.section-1 h4 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    line-height: 29px;
    margin-bottom: 16px;
}

.section-1 .summary {
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    padding-bottom: 20px;
}

.section-1 ul li {
    float: left;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    color: #333333;

}

.section-1 .cont {
    background: #fff;
    padding: 10px 10px;
    /* height: 263px; */
    overflow: hidden;
	 line-height:40px;
}

.section-1 ul li .mtt {
    float: left;
    height: auto;
    color: #808080;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    padding-right: 11px;
    width: 94px;
}

.section-1 ul li .mdt {
    /* float: left; */
    height: auto;
    padding-left: 15px;
    width: 210px;
    line-height: 2;
}

.section-1 ul li.atr {
    float: none;
    width: 100%;
    overflow: hidden;
}

.section-1 ul li.atr .mdt {
    width: 95%;
}

.section-title {
    padding: 0px;
    background: transparent;
    border-bottom: 2px solid #ebebeb;
    height: 38px;
    line-height: 38px;
    overflow: visible;
    font-weight: normal;
    clear: both;
    color: #2D2D2D;
}

.section-title h2 {
    margin-left: 0px;
    padding-right: 6px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    border-bottom: 2px solid #e42626;
}

.section-title a {
    float: right;
}

.section-2 .swiper {
    overflow: inherit;
}

.section-2 {
    overflow: hidden;
}

.section-2 .card {
    padding-top: 20px;
}

.section-2 .card .fl {
    width: 220px;
}

.section-2 .card .fl img {
    width: 220px;
    height: 137px;
}

.section-2 .card .fr {
    /* width: 232px; */
    float: none;
    margin-left: 220px;
    background-color: #f5f5f5;
    height: 137px;
}

.section-2 .card .fr .info {
    padding: 10px 20px;
}

.section-2 .card .fr .info a {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    line-height: 29px;
    margin-bottom: 10px;
}

.section-2 .swiper-pagination {
    bottom: auto;
    top: -31px;
    text-align: right;
}

.section-3 .section-cont {
    padding-top: 20px;
}

.section-3 .list {
    width: 1200px;
}

.section-3 .list li {
    float: left;
    margin-right: 36px;
    margin-bottom: 16px;
}

.section-3 .list li a {
    width: 255px;
    height: 155px;
    display: block;
    overflow: hidden;
}

.section-3 .list li img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.section-3 .list li img:hover {
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.section-3 .list li h3 a {
    display: -webkit-box;
    font-size: 14px;
    margin: 6px 0 5px 0;
    text-align: left;
    word-break: break-all;
    height: 48px;
    line-height: 23px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.section-4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.section-4 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: inherit;
}

.section-4 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.section-4 .mySwiper2 {
    height: 80%;
    width: 100%;
}

.section-4 .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.section-4 .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.section-4 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    /* border: 3px solid #e42626; */
}

.section-4.swiper-button-next,
.section-4.swiper-button-prev {
    color: #e42626;
}

.section-4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.section-4 .summary {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
}

.section-4 .summary p {
    padding: 0 20px;
    color: #fff;
}

.section-4 .swiper-slide {
    height: 796px;
    background-color: #f5f5f5;
}

.section-4 .swiper-slide img {
    height: 100%;
    width: auto;
}

.section-4 .mySwiper .swiper-slide {
    height: 154px;
}

.section-4 .mySwiper2 {
    padding-top: 20px;
}

.section-5 .section-cont {
    padding-top: 20px;
}

.section-5 ul {
    width: 1200px;
    height: 100%;
    clear: both;
    *zoom: 1;
    position: relative;
}

.section-5 ul li {
    float: left;
    width: 22%;
    height: 100%;
    margin-right: 11px;
    margin-bottom: 20px;
}

.section-5 ul li .img {
    width: 100%;
    /* height: 230px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.section-5 ul li .img .tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
}

.section-5 ul li .img .tx a {
    color: #fff;
    text-decoration: none;
}

.section-5 ul li .img:hover .tx a {
    /* color: #0099ff; */
}

.section-5 ul li a img {
    display: block;
    border: 0 none;
    width: 100%;
    /* height: 230px; */
}

.section-5 ul li .tit {
    width: 100%;
    height: 18px;
}

.section-5 ul li .tit .dz {
    cursor: pointer;
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    color: #999999;
    font-family: "Arial";
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    float: left;
}

.section-5 ul li .tit .dm {
    display: inline-block;
    color: #333333;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    float: left;
}

.section-5 ul li .tit .dm a {
    color: #333333;
}

.section-5 ul li .tit .dm:hover a {
    text-decoration: none;
    color: #1e63b0;
}

.section-5 ul li .tit .dz:hover {
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    color: #1e63b0;
}

.section-5 ul li .tit .dz.cur {
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    color: #1e63b0;
}

@media screen and (max-width: 768px) {

    .section {
        margin-top: 0;
        width: 100%;
    }

    .main {
        background: #fff;
        width: 100%;
        margin-top: 70px;
    }

    .main>.inner {
        width: 100%;
        padding: 4px;
        margin-bottom: 0;
    }

    .main>.inner .bar h2 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .main>.inner .bar .breadcrumb {
        margin-bottom: 10px;
    }

    .section-1 .fl {
        float: inherit;
    }

    .section-1 .fl img {
        width: 50%;
        display: block;
        margin: 0 auto;
        height: auto;
        padding: 0;
        padding-top: 20px;
    }

    .section-1 .fr {
        width: 100%;
        padding: 0;
    }

    .section-1 .box {
        padding: 20px 10px;
    }

    .section-1 ul li.atr .mdt {
        width: 100%;
    }

    .section-1 .cont {
        padding: 10px 20px;
    }

    .section-2 .card .fl {
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .section-2 .card .fl {
        float: none;
    }

    .section-2 .card .fl img {
        width: 100%;
        height: 198px;
    }


    .section-2 .card .fr {
        margin-left: 0;
    }

    .section-2 .swiper-button-next,
    .section-2 .swiper-button-prev {
        top: 35%
    }

    .main>.inner .list {
        width: 100%;
    }

    .main>.inner .list li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .main>.inner .list li a {
        width: 100%;
        height: auto;
        padding: 3px;
    }

    .main>.inner .list li h3 {
        padding: 4px;
    }

    .main>.inner .list li h3 a {
        margin-top: 0;
    }

    .section-4 .swiper-slide {
        height: 450px;
    }

    .section-4 .mySwiper .swiper-slide {
        height: 100px;
    }

    .section-5 ul {
        width: 100%;
        overflow: hidden;
    }

    .section-5 ul li {
        margin: 0;
    }

    .section-5 ul li {
        width: 50%;
        box-sizing: border-box;
        padding: 4px;
    }

    .section-5 ul li .img {
        width: 100%;
    }

    .section-5 ul li .tit {
        display: none;
    }

    .section-4 .swiper-slide img {
        width: 100%;
    }

}