.index-kv {
    position: relative;
}

.index-kv img {
    width: 100%;
}

.index-kv a {
    display: block;
}

.index-service-small {
    width: 85%;
    max-width: 1230px;
    margin: -225px auto 45px auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.index-service-small a {
    margin: 0 15px;
    max-width: 380px;
    display: block;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.index-service-small a img {
    width: 100%;
    height: 100%;
    display: block;
}

/* slider arrow
**********************************************/

.index-kv .slick-prev,
.index-kv .slick-next {
    width: 40px;
    height: 80px;
}

.index-kv .slick-prev {
    left: 0;
    background: url(../../images/arr-left-white.svg) center center no-repeat #333;
    background-size: 70%;
    border-radius: 0 5px 5px 0;
}

.index-kv .slick-next {
    right: 0;
    background: url(../../images/arr-right-white.svg) center center no-repeat #333;
    background-size: 70%;
    border-radius: 5px 0 0 5px;
}

/* slider arrow end 
**********************************************/

.index-kv .slick-dots {
    bottom: -22px;
    z-index: 1;
}

.index-kv .slick-dots li.slick-active button:before {
    color: #333;
}

.index-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 30px 0;
}

.index-btn a {
    display: block;
    text-align: center;
    background: #57a3c1;
    font-size: 1em;
    color: #fff;
    width: 200px;
    padding: 15px 0;
}



/* 最新消息
**********************************************/
.index-news-wrap {
    background: url(../../images/style37/index-news-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 170px 0 50px 0;
    position: relative;
}

.index-news {
    background: #fff;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 60px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.index-news-title,
.index-photo-title,
.index-calendar-title {
    text-align: center;
    padding: 20px 0;
    font-size: 2em;
    font-weight: bold;
}

.index-news-slider {
    width: 80%;
    margin: 0 auto;
}

.index-news-slider a {
    display: block;
}

.index-news-slider .slick-slide {
    outline: none;
}

.index-news-line {
    border-top: 2px solid #eee;
    display: flex;
    font-weight: bold;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.index-news-line::before {
    content: "";
    height: 2px;
    width: 110px;
    display: block;
    position: absolute;
    top: -2px;
    z-index: 1;
    background: #ccc;
}

.index-news-line .date,
.index-news-line .tag,
.index-news-line .txt {
    display: inline-block;
    vertical-align: top;
}

.index-news-line .date {
    padding: 25px 0;
    font-size: 1em;
    flex: 0 1 110px;
    text-align: center;
}

.index-news-line .tag {
    background: #ddd;
    color: #555;
    font-size: 0.85em;
    padding: 8px 10px;
    line-height: 1.3;
    margin: 0 28px;
    flex: 1;
    text-align: center;
    min-width: 80px;
}

.index-news-line .txt {
    flex: 10;
}

.index-news-line .txt .title {
    color: #222;
}

.index-news-slider {
    width: 80%;
    margin: 0 auto;
}

.index-news-slider .slick-prev,
.index-news-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #999;
}

.index-news-slider .slick-prev {
    right: -75px;
    background: url(../../images/arr-down-white.svg) center center no-repeat #999;
    background-size: 40%;
    top: 54%;
}

.index-news-slider .slick-next {
    right: -75px;
    background: url(../../images/arr-up-white.svg) center center no-repeat #999;
    background-size: 40%;
    top: 42%;
}

.tag-wrap {
    display: block;
    margin-top: 5px;
}

.tag-color-top,
.tag-color-hot {
    color: #fff;
    display: inline-block!important;
    font-size: 0.65em;
    padding: 4px 12px 6px 12px;
    border-radius: 30px;
    text-align: center;
    margin: 0 5px 3px 0;
}

/* 最新消息 end
**********************************************/


/* 研究成果
**********************************************/

.index-bulletin-wrap {
    background: url(../images/style37/index-bulletin-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
}

.index-bulletin {
    background: #fff;
    width: 80%;
    float: right;
    display: flex;
}

.index-bulletin-title {
    background: #57a3c1;
    color: #fff;
    text-align: center;
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
    justify-content: center;
    align-content: space-between;
}

.index-bulletin-title strong {
    display: block;
    font-size: 1.750em;
    padding: 0 10px 40px 10px;
    margin: 0 auto;
    width: 100%;
}

.index-bulletin-slider-wrap {
    width: 85%;
    padding: 0 0;
    position: relative;
}

.index-bulletin-line {
    padding: 30px;
    overflow: hidden;
    height: 100%;
}

.index-bulletin-img {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.index-bulletin-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;

}

.index-bulletin-line .txt {
    float: right;
    width: calc(100% - 130px);
    color: #333333;
}

.index-bulletin-line .date {
    display: block;
    color: #57a3c1;
}

.index-bulletin-title .index-btn {
    padding: 0;
}

.index-bulletin-title .index-btn a {
    padding: 8px 5px;
    font-size: 0.8em;
    border: 1px solid #9dcadb;
    width: 80px;
    line-height: 1;
}

.index-bulletin-slider {
    height: 100%;
}

/*
.index-bulletin-slider > div {
    float: left;
}
*/

.index-bulletin-slider .slick-prev,
.index-bulletin-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #999;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -17px;
}

.index-bulletin-slider .slick-prev {
    right: 45px;
    background: url(../../images/arr-left-white.svg) center center no-repeat #333;
    background-size: 40%;
}

.index-bulletin-slider .slick-next {
    right: 0;
    background: url(../../images/arr-right-white.svg) center center no-repeat #333;
    background-size: 40%;
}

/* 研究成果 end
**********************************************/


/* 活動花絮
**********************************************/
.index-photo-wrap {
    padding: 30px 0;
}

.index-photo-list {
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.index-photo-list .slick-list {
    overflow: visible;
}

.index-photo-list a {
    display: block;
    margin: 20px 15px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.index-photo-list a .photo-img {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.index-photo-list a img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 活動花絮 end
**********************************************/


/* 相關連結
**********************************************/
.index-related {
    padding: 50px 0 80px 0;
    text-align: center;
}

.index-related-slider {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}

.index-related-slider a {
    border: 1px solid #ccc;
    display: block;
    margin: 0 15px;
}

.index-related-slider a img {
    width: 100%;
    height: 100%;
    max-height: 68px;
    display: block;
}

.index-related-slider .slick-prev,
.index-related-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #999;
    border-radius: 200px;
}

.index-related-slider .slick-prev {
    left: -40px;
    background: url(../../images/arr-left-white.svg) center center no-repeat #666;
    background-size: 50%;
}

.index-related-slider .slick-next {
    right: -40px;
    background: url(../../images/arr-right-white.svg) center center no-repeat #666;
    background-size: 50%;
}

/* 相關連結 end
**********************************************/


/* 地圖
**********************************************/
.index-map {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.index-map-cont {
    width: 65%;
    float: left;
}

.index-map-info {
    float: right;
    width: 30%;
}

.index-map-info .logo {
    margin: 20px 0 30px 0;
    display: block;
    width: 80%;
}

.index-map-info .contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.index-map-info .contact li {
    margin: 10px 0;
}

.index-map-info .btn {
    background: #df3b85;
    color: #FFF;
    text-align: center;
    padding: 10px 10px;
    width: 200px;
    margin: 20px auto;
    display: block;
    position: relative;
    font-weight: bold;
}

.index-map-info .arr {
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 0.7rem;
}

/* 地圖 end
**********************************************/


/* 活動行事曆
**********************************************/
.index-calendar-wrap {
    padding: 20px 0;
}

.index-calendar {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.index-calendar .calendar {
    width: 48%;
    background: #fff;
}

.index-calendar .calendar-my {
    float: left;
    width: 100%;
    background: #cb7c6a;
    font-size: 1.054em;
    padding: 16px 6px;
    position: relative;
    border: 1px solid #fff;
}

.index-calendar .calendar-my a,
.index-calendar .calendar-my strong {
    color: #fff;
    font-weight: bold;
}

.index-calendar .calendar-my strong {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 1.2rem;
}

.index-calendar .calendar a.pre-m,
.index-calendar .calendar a.next-m {
    display: block;
    position: absolute;
    font-size: 0;
    width: 20px;
    height: 20px;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.index-calendar .calendar a.pre-m {
    left: 33%;
    background-image: url(../../images/arr-left-white.svg);
}

.index-calendar .calendar a.next-m {
    right: 33%;
    background-image: url(../../images/arr-right-white.svg);
}

.index-calendar .calendar-cont {
    float: left;
    width: 100%;

    position: relative;
}

.index-calendar .cal-day,
.index-calendar .cal-date {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-weight: bold;
}

.index-calendar .cal-day {
    background: #fff;
    font-size: 1em;
}

.index-calendar .cal-day li,
.index-calendar .cal-date li {
    list-style: none;
    padding: 15px 0;
    background: #dddddd;
    border-radius: 0;
    float: left;
    width: calc(100% / 7);
    color: #222;
    text-align: center;
    margin: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.index-calendar .cal-date li {
    padding: 10px 0;
    height: 52px;
    background: #fff6ea;
    font-size: 0.9em;
}

.index-calendar .cal-date li a {
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
    color: #333333;
}

.index-calendar .cal-date li.cal-current-day span {
    background: #944837;
    border-radius: 150%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    padding: 5px;
}

.index-calendar .cal-date li.cal-activity {
    background: #ffeab8;
}

.index-calendar .cal-date li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-calendar .calendar-event-wrap {
    background: #fff6ea;
    padding: 30px;
    width: 48%;
}

.index-calendar .calendar-event-list {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0;
    height: 310px;
    overflow-y: auto;
}

.index-calendar .calendar-event-list li {
    padding: 10px 0;
}

.index-calendar .calendar-event-list .date {
    display: block;
    color: #cb7c6a;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
}

.index-calendar .calendar-event-list .date .icon {
    margin-right: 5px;
}

.index-calendar .calendar-event-list .txt {
    display: block;
    color: #222;
    font-size: 1.105em;
    line-height: 1.3;
}

/* 活動行事曆 end
**********************************************/


/*footer-FB-youtube-link*/
.footer-FB,
.footer-youtube {
    display: none;
}
