
.minWidth{ width: 100%; min-width: 1200px;}

.indexBanner{
    position: relative;
    height: 450px;
    overflow: hidden;
}
    .indexBanner__swiper{
        width: 100%;
        /* height: 800px; */
        overflow: hidden;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
    .indexBanner .swiper-button-prev,
    .indexBanner .swiper-button-next{
        background-image: none;
        transition:all 0.5s;
        -moz-transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -o-transition:all 0.5s;
    }
    .indexBanner .swiper-button-prev{
        transform: scaleX(-1);
    }
        .indexBanner .swiper-button-prev::before,
        .indexBanner .swiper-button-next::before{
            content: "";
            width: 16px;
            height: 2px;
            overflow: hidden;
            border-radius: 3px;
            background-color: #FFF;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 7;
            display: block;
        }
        .indexBanner .swiper-button-prev::after,
        .indexBanner .swiper-button-next::after{
            content: "";
            width: 16px;
            height: 2px;
            overflow: hidden;
            border-radius: 3px;
            background-color: #FFF;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: rotate(-45deg) translate(-40%, -50%);
            z-index: 6;
            display: block;
        }
        
        .indexBanner .swiper-button-prev::before,
        .indexBanner .swiper-button-prev::after,
        .indexBanner .swiper-button-next::before,
        .indexBanner .swiper-button-next::after{
            transition:all 0.5s;
            -moz-transition:all 0.5s;
            -webkit-transition:all 0.5s;
            -o-transition:all 0.5s;
        }
        .indexBannerItem{
            overflow: hidden;
            position: relative;
        }
        .indexBannerItem img{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .indexBanner .swiper-button-prev:hover::before,
        .indexBanner .swiper-button-prev:hover::after,
        .indexBanner .swiper-button-next:hover::before,
        .indexBanner .swiper-button-next:hover::after{
            background-color: #e00009;
        }
        .indexBanner .swiper-button-next.swiper-button-disabled,
        .indexBanner .swiper-button-prev.swiper-button-disabled{
            pointer-events: auto;
        }

        
.indexMainNews{ margin: 40px auto;}
.indexMainNews__title{ height: 50px; line-height: 50px;}
.indexMainNews__title h2{ font-size: 30px; margin: 0;}
.indexMainNews__title span{ font-size: 16px; color: #999;}

.indexMainNews .card{ position: relative; padding: 20px; border: 1px solid #EEE; border-radius: 2px;}



.indexImageNews{ width: 480px; height: 360px; overflow: hidden; float: left;}
    .indexImageNews__item{ position: relative; width: 480px; height: 360px; overflow: hidden;}
    .indexImageNews__link{ display: block; width: 480px; height: 360px; overflow: hidden;}
    .indexImageNews__img{ width: 480px; height: 360px;}
    .indexImageNews__title{ position: absolute; left: 0; bottom: 0; z-index: 3; width: 480px; height: 50px; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 0 20px; background-color: #000; background-color: rgba(0,0,0,0.75); color: #FFF; font-size: 18px;}
    .indexImageNews .swiper-button-prev,.indexImageNews .swiper-container-rtl .swiper-button-next{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;}
    .indexImageNews .swiper-button-next,.indexImageNews .swiper-container-rtl .swiper-button-prev{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;}
    .indexImageNews .swiper-button-prev,.indexImageNews .swiper-button-next{ opacity: 0.25; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
    .indexImageNews:hover .swiper-button-prev,.indexImageNews:hover .swiper-button-next{ opacity: 0.95;}

 .mainNews{ width: 600px; float: right;}

.mainNews__tapsList{ position: absolute; right: 0; top: -40px; display: block; width: 600px; height: 40px; line-height: 40px; padding: 0 30px; text-align: right;}
.mainNews__tapsItem{ position: relative; display: inline-block; width: 95px; text-align: center; background-color: transparent; border: 1px solid transparent; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0 -6px 12px transparent; box-shadow: 0 -6px 12px transparent; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.mainNews__tapsItem--active{ background-color: #FFF; border-color: #EEE; box-shadow: 0 -5px 15px #999; box-shadow: 0 -6px 12px rgba(0,0,0,0.15);}
.mainNews__tapsItem a{ position: relative; z-index: 5; font-size: 16px; color: #999;}
.mainNews__tapsItem:hover a{ color: #e00009; text-decoration: none;}
.mainNews__tapsItem:visited a{ color: #e00009; text-decoration: none;}
.mainNews__more a{ display: block; float: right; width: 30px; height: 30px; line-height: 30px; margin: 10px auto; border: 1px solid #CCC; border-radius: 15px; color: #999; font-size: 19px; text-align: center; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.mainNews__more a:hover{ color: #333; border-color: #333; text-decoration: none;}

.mainNews__moreLink{ display: block; margin-top: 320px; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #333; text-decoration: underline;}
.mainNews__moreLink a{ color: #333;}

.mainNews__tapsItem--active a, .mainNews__tapsItem--active:hover a, .mainNews__tapsItem--active a:hover{ color: #333;}

.mainNews__contentList.swiper-container{ position: absolute; z-index: 5; width: 600px; float: left; padding-bottom: 10px; box-shadow: 0 -5px 15px #999; box-shadow: 0 -6px 12px rgba(0,0,0,0.15);}

.mainImgNews{ width: 340px; float: left; padding-right: 60px; background: url(../images/mainNewsBg.png) right center no-repeat;}
    .mainImgNews__link{ position: relative; display: block;}
        .mainImgNews__img{ width: 280px; height: 210px;}
        .mainImgNews__title{ position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px; background-color: #000; background-color: rgba(0,0,0,0.75); color: #FFF; font-style: normal;}
        .mainImgNews__summary{ display: block; height: 48px; overflow: hidden; font-size: 14px; line-height: 24px; margin: 15px auto; color: #666;}

.mainNews__minList{ width: 360px; float: left;}
    .mainNews__minItem{ height: 36px; line-height: 36px;}
        .mainNews__minLink{ display: block; font-size: 14px; color: #333; border-bottom: 1px dotted #f1f1f1;}
        .mainNews__minLink:hover{ color: #e00009; text-decoration: none;}
        .mainNews__minTitle::before{ font-size: 6px; color: #e00009;}
        .mainNews__minTime{ float: right; font-size: 12px; color: #999; font-style: normal;}
    .mainNews__minMore{ width: 360px; float: left; display: flex; justify-content: space-around; margin: 20px auto 0;}
        .mainNews__minButton{ display: block; height: 30px; line-height: 30px; padding: 0 20px; background-color: #e00009; color: #FFF; font-size: 14px; border-radius: 3px; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
        .mainNews__minButton:hover{ background-color: #590203; color: #FFF; text-decoration: none;}
    .announcementTable tbody td{ width: auto; font-size: 12px; color: #999; padding: 0 15px; overflow: hidden;}
    .announcementTable tbody td a{ max-width: 280px; height: 50px; line-height: 50px; float: left; font-size: 14px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

    .announcementTable tbody td.announcementTable__new a{ max-width: 340px;}
    .announcementTable__new::after{ content: ""; display: block; float: left; width: 28px; height: 50px; margin-left: 10px; background: url(../images/tipsNew.png) center center no-repeat; }

    .swiper-slide-active{ position: relative; z-index: 9;}


.indexAD{ margin: 40px auto;}
.indexAD img{ width: 100%; height: auto;}

 
.indexNews{ margin-bottom: 0px; padding: 30px 0; background-color: #f1f1f1;}
.indexNews__title h5{ width: 240px; height: 70px; line-height: 70px; font-size: 24px; margin: 0; color: #333;}
.indexNews__title span{ font-size: 14px; color: #999; margin-left: 10px;}
.indexNews__title a{ display: block; width: 120px; height: 32px; overflow: hidden; line-height: 32px; text-align: center; margin: 16px 0; float: right; border: 1px solid #999; color: #999; border-radius: 32px;}
    
/* .indexNews__list{ display: flex; justify-content: space-between; list-style: none; margin: 0; padding: 0;}
    .indexNews__item{ width: 370px; background-color: #FFF;} */
.indexNews__list{ display: inline-block; justify-content: space-between; list-style: none; margin: 0; padding: 0;}
    .indexNews__item{ width: 370px; background-color: #FFF; float: left; margin: 0 7px;}
    .indexNews__item:first-child{ margin-left: 0;}
    .indexNews__item:last-child{ margin-right: 0;}

    .indexNewsMainNews{ padding: 20px; border-bottom: 1px solid #EEE;}
    .indexNewsMainNews__thumbnail{ width: 330px; height: 120px; overflow: hidden;}
    .indexNewsMainNews__Title{ display: block; width: 100%; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 5px auto; font-size: 16px; color: #333;}
    .indexNewsMainNews__link{ display: block; width: 100%; text-align: right; line-height: 30px; font-size: 12px; color: #666;}
    .indexNewsMainNews__time{ float: left; color: #999; font-style: normal;}
    .indexNewsMainNews a:hover{ color: #9b0103; text-decoration: none;}

    .indexNewsList{ display: block; padding: 20px; list-style: none;}
    .indexNewsList__item{ width: 100%; height: 30px; line-height: 30px;}
        .indexNewsList__time{ display: block; float: right; width: 70px; line-height: 30px; overflow: hidden; text-align: right; font-size: 12px; font-style: normal; color: #999;}
        .indexNewsList__link{ display: block; float: left; width: 250px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #333;}
        .indexNewsList__link:hover{ color: #9b0103;}

.indexContact{ padding: 40px 0; background: #FFF url(../images/building-white.jpg) center bottom no-repeat; background-size: cover;}
    .indexContact__title{ text-align: center; margin: 20px auto 40px;}
    .indexContact__summary{ font-size: 16px; color: #888; text-align: center;}

    .indexLink{ margin: 30px auto 0; padding: 40px; overflow: hidden; background-color: #FFF; border-radius: 5px; box-shadow: 0 0px 5px #999; box-shadow: 0 0px 5px rgba(0,0,0,0.15);}
    
    .indexLink .swiper-slide { 
        text-align: center; font-size: 18px; background: #fff; width: auto;
  
        /* 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;
    }