/*置灰代码*/
/* html,
img,
li,
ul,
span,
em,
a,
i {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
} */


html,
body{
    min-width: 1360px;
}
/*  */
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1296px;
  margin: auto;
}

/* index-banner */
.bg-index{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-index img{
    width: 100%;
}
.header-banner-text-img,.header-banner-text-blue{
    z-index: 10;
    position: absolute;
}
.header-banner-text-img{
    left: 67px;
    top: 360px;
    width: 424px;
}
.header-banner-text-img img{
    width: 100%;
}
.header-banner-text-blue {
    left: 67px;
    bottom: 88px;
    font-size: 32px;
    color: #0034B5;
}

/* row-box */
.row-box{
    overflow: hidden;
}
.box-title{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.box-title img{
    height: 83px;
}
.box-news-list-item{
    height: 160px;
    margin-bottom: 28px;
}
.box-news-img{
    width: 240px;
    height: 160px;
    float: left;
    margin-right: 15px;
}
.box-news-img img{
    width: 100%;
    height: 100%;
}
.box-news-text{
    float: left;
    width: 30%;
    color: #000;
    font-size: 22px;
    line-height: 26px;
}
.box-news-text a{
    color: #000;
    text-decoration: none;
}
.box-news-list .li-first{
    float: left;
    width: 580px;
    height: auto;
    margin-right: 30px;
}
.li-first .box-news-img{
    height: 384px;
    width: 100%;
}
.li-first .box-news-text {
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
}
.index-more{
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
}
.index-more a,a.more-right{
    color: #101010;
    text-decoration: none;
    font-weight: bold;
}
a.more-right {
    font-size: 20px;
}
.icon-more{
    background: url(./icon-more.png) no-repeat center/100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

/* box-AD */
/* .box-AD{
    height: 280px;
} */
.swiper-slide img{
    width: 100%;
}
/* container-left */
.container-left{
    width: 515px;
    margin-right: 80px;
}
.icon-box-data{
    width: 100px;
    height: 100px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    float: left;
    background: rgba(67, 120, 229, 1) url(./icon-calendar-l.png) no-repeat center/64%;
    margin-right: 30px;
}
.icon-box-title{
    float: left;
    height: 100px;
    line-height: 100px;
}
.box-event .icon-box-title,.box-special .icon-box-title{
    padding-top: 8px;
}
.box-special .icon-box-title,.box-newsletter .icon-box-title {
    width: 100%;
}
.box-event .box-title{
    padding-bottom: 0;
}
.box-event .icon-box-title{
    height: 92px;
}
.scroll-y .list-event{
    height: 830px;
    width: 100%;
}
.list-event{
    width: 100%;
}
.list-event li{
    width: 100%;
    float: left;
}
.list-event-left{
    float: left;
    width: 100px;
    padding: 30px 0;
}
.list-e-l-month,.list-e-l-day,.list-e-l-year{
    display: block;
    text-align: center;
}
.list-e-l-month{
    font-size: 16px;
    color: #101010;
    font-weight: bold;
}
.list-e-l-day {
    font-size: 36px;
    color: #DEA700;
    font-weight: bold;
    line-height: 36px;
}
.list-e-l-year {
    font-size: 14px;
    color: #333;
}
.list-event-right{
    float: left;
    width: 365px;
    border-left: #CECECE solid 1px;
    padding: 30px 0 30px 30px;
    min-height: 76px;
}
.list-e-r-adress{
    color: #9A9A9A;
    font-size: 16px;
    margin-bottom: 10px;
}
.icon-adress{
    display: inline-block;
    background: url(./icon-point.png) no-repeat center/100%;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 5px;
}
.list-e-r-text{
    color: #333;
    font-size: 24px;
    line-height: 30px;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-e-r-text a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.box-event-special{
    background: url(./bg-box-bot.png) no-repeat center bottom/100%;
    padding-bottom: 80px;
}

/* container-right */
.container-right {
    width: 620px;
}
.box-special-list li{
    margin-bottom: 11px;
}
.box-special-list li{
    position: relative;
    width: 200px;
    height: 200px;
    float: right;
}
.box-special-img,.box-special-img a, .box-special-img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.box-special-img a{
    display: block;
}
.box-special-text{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 84%;
    background: rgba(0, 52, 181, .75);
    border-radius: 5px;
    padding: 8% 5%;
    color: #fff;
}
.box-special-text-data{
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 16px;
}
.icon-special-text-data{
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(./icon-datatime-small.png) no-repeat center/100%;
    vertical-align: middle;
}
.box-special-text-infor{
    height: 76px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 19px;
    margin-bottom: 19px;
}
.more-pop{
    color: #fff;
    text-decoration: none;
    line-height: 19px;
}
.more-pop .icon-more{
    background-image: url(./icon-more-white.png);
    vertical-align: middle;
}
.box-special-list .li-first{
    float: left;
    width: 410px;
    height: 410px;
}
.sp-show .box-special-text{
    display: block;
}
.icon-special{
    background: #4378E5 url(./icon-datatime.png) no-repeat center/60%;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    display: inline-block;
    vertical-align: middle;
}
.icon-box-title .fl img{
    vertical-align: middle;
    height: 65px;
}
.box-newsletter .box-title{
    padding-top: 30px;
    padding-bottom: 10px;
}

/* box-resources */
.box-resources{
    background: rgba(127, 131, 247, .12);
    padding-bottom: 80px;
}
.list-resources{
    text-align: center;
}
.list-resources li{
    display: inline-block;
    width: 380px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(206, 206, 206, 1);
    overflow: hidden;
    margin: 0 17px;
    vertical-align: top;
    border-bottom: #4378E5 solid 6px;
}
.list-res-top{
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    padding: 30px 0 20px 0;
    font-weight: bold;
}
.list-res-img{
    width: 100%;
    height: 253px;
    overflow: hidden;
    margin-bottom: 16px;
}
.list-res-img img{
    height: 253px;
    width: 100%;
}
.list-res-news-item{
    height: 84px;
    overflow: hidden;
    margin: 0 20px;
    text-align: left;
    border-bottom: #D8D8D8 1px solid;
    padding: 16px 0;
    line-height: 28px;
}
.list-res-news-item a{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.res-more{
    padding: 25px 0 35px 0;
}
.res-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.res-img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    background: rgba(0, 52, 181, .75);
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    height: 32px;
    padding: 8px 3%;
    overflow: hidden;
    display: block;
}
.img-show.res-img-text{
    height: 80%;
    padding: 20% 3% 0 3%;
}

/* box-multimedia */
.box-multimedia{
    background: url(./bg-box-top.png) no-repeat top center/100%;
}
.multimedia-top{
    font-size: 36px;
    text-align: center;
    width: 80%;
    margin: 0 auto 16px auto;
}
.multimedia-top-second{
    width: 80%;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    color: #101010;
}
.multimedia-more{
    text-align: center;
    padding: 20px 0;
}

/* swiper */
#swiperNL{
    width: 100%;
}
.swiper-overflow{
    width: 100%;
    position: relative;
}
#swiper-newletter .mySwiper{
    width: 620px;
    overflow: hidden;
}
#swiperNL .swiper-slide{
    width: 200px;
    height: 280px;
    margin: 0 5px;
    overflow: hidden;
}
#swiperNL .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide{
    position: relative;
}
.swiper-slide .multimedia-top{
    display: none;
    position: absolute;
    top: -58px;
}
.swiper-slide .multimedia-top a{
    font-size: 36px;
    color: #333;
}
.swiper-slide-active .multimedia-top {
    display: block;
}
#swiperAd{
    position: relative;

}
.swiper-overflow .swiper-button-next:after, .swiper-overflow .swiper-rtl .swiper-overflow .swiper-button-prev:after,.swiper-overflow .swiper-button-prev:after, .swiper-overflow .swiper-rtl .swiper-overflow .swiper-button-next:after{
    content:none;
  }
.swiper-overflow .swiper-button-next{
    width: 32px;
    height: 32px;
    right: -32px;
    background: url(./icon-arrow-right-on.png) center center no-repeat;
    background-size: contain;
}
.swiper-overflow .swiper-button-prev {
    width: 32px;
    height: 32px;
    left: -28px;
    background: url(./icon-arrow-left-on.png) center center no-repeat;
    background-size: contain;
}
.swiper-overflow .swiper-button-prev.swiper-button-disabled  {
    opacity: 1;
    background: url(./icon-arrow-left-def.png) center center no-repeat;
    background-size: contain;
}
.swiper-overflow .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url(./icon-arrow-right-def.png) center center no-repeat;
    background-size: contain;
}
/* newsletter-img */
.newsletter-img img{
    width: 100%;
    height: 100%;
}
/* newsletter-tit */
.newsletter-tit{
    width: 90%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 52, 181, .75);
    padding: 0 5%;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

/*  */
#swiperMU {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;

}

#swiperMU .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 240px;

    /* 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;
    transition-property: all;
}

#progressEffect {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}
.mu-item-img{
    display: block;
    width: 100%;
    height: 100%;
}
.mu-item-img img{
    width: 100%;
    height: 100%;
}
.swiper-por-bg{
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-slide-active .swiper-por-bg{
    display: none;
}
.mulitmedia-con{
    width: 1140px;
    margin: 0 auto;
    padding: 0 78px;
}
.mulitmedia-item{
    width: 370px;
    float: left;
    margin-right: 15px;
}
.mulitmedia-item:nth-child(3){
    margin-right: 0;
}
.mulitmedia-item-img img{
    display: block;
    width: 100%;
    height: 240px;
}
.mulitmedia-item-title{
    padding: 24px 20px;
    text-align: center;
}
.mulitmedia-item-title a{
    color: #333;
    font-size: 24px;
}
.js-alltit{
    display: none;
}
.js-shorttit{
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
