@charset "UTF-8";

/*tab樣式*/
.tabsy1 {
  display: flex;
}

.tabsy1 li {
  margin-right: 20px;
  color: #2f3340;
  font-size: 1.25rem;
  transition: 0.2s all ease-in-out;
}

.tabsy1 li.on a {
  padding: 5px 10px;
  background-color: #768dbd;
  border-radius: 5px;
  color: #fff;
}

.tabsy1 li :hover {
  opacity: 0.8;
}

/*列表樣式*/
.lisy1 {
  counter-reset: num;
}

.lisy1 li {
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.lisy1 li::before {
  counter-increment: num;
  content: counter(num) '. ';
  position: absolute;
  left: 0;
  color: #768dbd;
}

.lisy2 li {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.lisy2 li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #797d8c;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
}

.asy {
  transition: 0.2s all ease-in-out;
}

.asy:hover {
  color: #768dbd;
}

/*區塊樣式*/
.block {
  padding: 25px 0;
}

.block.grayB {
  background-color: #797d8c;
  color: #fff;
}

.block.grayB h2 {
  color: inherit;
}

.blocksy2 {
  background: url(../images/unionBg.jpg) no-repeat center center/ cover;
}

.fmsy1 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.3);
  color: #2f3340;
}

.fmsy1 h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.block.white {
  background-color: #fff;
}

/*麵包屑設定*/
.breadCrumbBlock {
  background-color: #d4d7e1;
  padding: 4px 0;
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.3);
}

.breadCrumb {
  display: flex;
}

.breadCrumb li,
.breadCrumb a {
  color: #2f3340;
  margin-bottom: 5px;
  transition: 0.2s all ease-in-out;
}

.breadCrumb li+li::before {
  content: '/';
  margin: 0 5px;
}

.breadCrumb a:hover {
  opacity: 0.8;
}

/*合作夥伴*/
.cooperBx {
  position: relative;
}

.cooperBx .fm {
  padding: 30px;
  width: calc(100% - 200px);
  position: relative;
}

.cooperBx .fm p,
.cooperBx .fm h2 {
  background-color: #f1f3f8;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  display: inline-block;
}

.cooperBx .fm::before {
  content: '';
  display: block;
  width: 100%;
  /* height: 70%; */
  height: calc(100% - 140px);
  border: 2px solid #d4d7e1;
  position: absolute;
  left: 0;
  top: 120px;
}

.cooperBx .pic {
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.cooperBx .btnBx {
  position: relative;
  z-index: 2;
}

.cooperBx.reverse {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cooperBx.reverse .pic {
  right: auto;
  left: 0;
}

.serveIcon {
  padding-left: 35px;
  background: url(../images/serveIcon.png) no-repeat center left / contain;
  background-size: 30px auto;
  font-size: 1.5rem;
  display: inline-block;
}

.serveIcon a {
  padding-bottom: 5px;
  color: #768dbd;
  border-bottom: 1px solid #768dbd;
  margin: 0 5px;
}

/*關於協會*/
.unionBx .imgbx {
  width: 400px;
  flex: 0 0 auto;
  margin-left: 35px;
}

.unionMainBx {
  align-items: flex-start;
}

.unionMainBx .imgbx {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  position: relative;
  background-color: #fff;
  flex: 0 0 auto;
  top: -60px;
}

.unionMainBx .imgbx img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.enTer {
  position: relative;
}

.enTer::before {
  content: '';
  display: block;
  width: 1px;
  height: 220px;
  background-color: #e3e3e3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.enTer .bx {
  width: 47.5%;
}

.enTer .enTer_if {
  padding-left: 30px;
  line-height: 1.9;
  background: url(../images/enTer_person.svg) no-repeat top 8px left / contain;
  background-size: 25px 25px;
}

.enTer_if.group {
  background-image: url(../images/enTer_group.svg);
}

.enTer_if span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-right: 5px;
}

.unionPeoBx {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.unionPeo_item {
  position: relative;
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 60px;
}

.unionPeo_item:nth-child(3n) {
  margin-right: 0;
}

.unionPeo_item hr {
  background-color: #d4d7e1;
}

.unionPeo_item .name {
  padding: 20px 0 20px 190px;
  font-size: 1.875rem;
  color: #2e374c;
  font-weight: bold;
}

.unionPeo_item .name span {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
}

.unionPeo_item .head {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}

.unionPeo_item .head.nohead {
  background-color: #2e374c;
}

.unionPeo_item .head.nohead img {
  width: 100px;
  height: 100px;
}

.unionPeo_item .head img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*協會成員表格*/
.tbsy1 {
  width: 100%;
  border: 1px solid #6b84bd;
}

.tbsy1 th,
.tbsy1 td {
  padding: 5px 15px;
  color: #2e374c;
}

.tbsy1 th {
  background-color: #6b84bd;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 1.5rem;
}

.tbsy1 td {
  border-bottom: 1px solid #6b84bd;
  font-weight: 500;
}

.tbsy1 tr:nth-child(odd) {
  background-color: #e7ebf4;
}

/*最新消息*/
.discript {
  font-size: 1rem;
  text-align: center;
  color: #999;
  margin-top: 5px;
}

.newinImg {
  position: relative;
  max-width: 700px;
  padding-bottom: 25%;
  margin: 0 auto;
  /* border-radius: 5px;
  overflow: hidden; */
}

.newinImg img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fmsy1.largepd {
  padding: 25px 40px;
}

.newlistBx {
  /* display: flex;
  flex-wrap: wrap; */
}

.newlist_item {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  border-bottom: 1px solid #d4d7e1;
  padding-bottom: 15px;
}

.newlist_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.newlist_item:hover h4 {
  color: #195aa1;
}

.newlist_item:hover .imgbx img {
  transform: scale(1.1);
}

.newlist_item .img {
  position: relative;
  width: 200px;
  margin-right: 15px;
  flex: 0 0 auto;
}

.newlist_item .imgbx {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 0px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}

.newlist_item .imgbx::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #000, transparent);
  z-index: 2;
}

.newlist_item .txt {
  padding: 0 10px 0px 10px;
}

.newlist_item h4 {
  font-size: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-weight: bold;
  color: #222c42;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}

.newlist_item .time {
  color: #b6b9c1;
  position: relative;
  text-align: left;
  font-size: 0.93rem;
  font-weight: 400;
  padding-left: 25px;
  background: url(../images/calendar.png) no-repeat left center/contain;
  background-size: 17px auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.newlist_item .tag {
  position: absolute;
  display: inline-block;
  padding: 2px 10px;
  bottom: -5px;
  font-size: 1rem;
  background-color: #677eb3;
  color: #fff;
  z-index: 4;
}

.newlist_item p {
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 5px;
}

.newlist_item .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.newsBx li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 140px;
  font-size: 1.25rem;
  position: relative;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
}

.newsBx li:hover {
  opacity: 0.8;
}

.newsBx li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: inline-block;
}

.newsBx li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.newsBx .date {
  position: absolute;
  left: 0;
  color: #aaa;
  /* font-weight: bold; */
  top: 1px;
}

.fmsy1 .newContit {
  font-size: 1.75rem;
}

.fmsy1 .newContit .tag {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.fmsy1 .newContit .tag1 {
  background-color: #677eb3;
}

.newsBx li .tit {
  display: flex;
  align-items: center;
}

.newsBx li .tit p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.newstime {
  border-top: 1px solid #d4d7e1;
  border-bottom: 1px solid #d4d7e1;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #b6b9c1;
  position: relative;
  text-align: left;
  font-size: 0.93rem;
  font-weight: 400;
  padding-left: 25px;
  background: url(../images/calendar.png) no-repeat left center/contain;
  background-size: 17px auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.newsBx li .tag {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
}

.newsBx li .tag1 {
  background-color: #677eb3;
}

.inCon_item {
  margin-bottom: 25px;
}

.inCon_item h4 {
  font-size: 1.25rem;
}

.maxW-600 {
  max-width: 600px;
  margin: 0 auto;
}

.newPreNet {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.newPreNet li {
  position: relative;
}

.newPreNet li.disable {
  opacity: 0;
  /* cursor: context-menu; */
}

.newPreNet li.disable a {
  cursor: context-menu;
}

.newPreNet li:first-child {
  padding-left: 35px;
}

.newPreNet li:first-child span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #677eb3;
  border-radius: 50%;
}

.newPreNet li:first-child span::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.newPreNet li:last-child {
  padding-right: 35px;
}

.newPreNet li:last-child span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #677eb3;
  border-radius: 50%;
}

.newPreNet li:last-child span::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*活動相簿*/
.albumBx {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.albumBx li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
}

.albumBx li:hover p {
  color: #768dbd;
}

.albumBx li:hover .imgbx img {
  transform: scale(1.1);
}

.albumBx li:nth-child(4n) {
  margin-right: 0;
}

.albumBx .imgbx {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 84%;
  margin-bottom: 15px;
}

.albumBx .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.albumBx p {
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.3;
}

.albumBx p.time {
  color: #768dbd;
  margin-bottom: 8px;
  font-weight: bold;
}

/*首頁*/
.indexMain .block {
  padding: 45px 0;
}

header.index {
  background-color: transparent;
  border-bottom: none;
}

header.index h1 a {
  background-image: url(../images/logoLight.png);
}

header.index .navW li a {
  color: #fff;
}

header.index .in {
  border-bottom: 1px solid #bdbfc7;
}

header.index.sticky {
  background-color: rgba(34, 44, 66, 0.95);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
  box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.3);
}

header.index.sticky .in {
  border-bottom: none;
}

/*首頁banner區塊*/
.BannerBx {
  /* background-color: #777; */
  position: relative;
}

.BannerBx h2 {
  color: #fff;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 60px;
  font-weight: 300;
}

.BannerBx h2 span {
  display: block;
}

.bnMainSwiper .swiper-slide {
  /* padding: 200px 0 350px 0; */
  /* background: url(../images/bannerbg011.jpg) no-repeat center center / cover; */
  position: relative;
  height: 900px;
}

.bnMainSwiper .swiper-slide .in {
  z-index: 4;
}

.bnMainSwiper .swiper-slide h2 {
  padding-top: 300px;
}

.bnMainSwiper .bg {
  background-color: #000;
  display: block;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bnCardSwiper {
  margin-bottom: 100px;
}

.bnMainSwiper .paginBx {
  text-align: right;
  max-width: 1300px;
  transform: translateX(-50%);
  left: 50%;
  top: 40%;
  height: 40px;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 20px;
}

.paginBx .swiper-pagination-bullet {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.bnMainSwiper .swiper-pagination-bullet-active {
  height: 30px;
  border-radius: 30px;
}

.bnCardSwiper .swiper-slide {
  background-color: rgba(30, 39, 58, 0.8);
  padding: 20px 25px;
  min-height: 310px;
}

.bnMainSwiper {
  position: relative;
}

.bncardIn {
  max-width: 1300px;
  width: 100%;
  position: absolute;
  bottom: -60px;
  z-index: 2;
  transform: translateX(-50%);
  left: 50%;
}

.bnCardSwiper {
  color: #fff;

  bottom: -60px;
}

.bnCardSwiper .icon {
  width: 65px;
  margin-bottom: 5px;
}

.bnCardSwiper h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bnCardSwiper p {
  font-size: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*首頁新聞區塊*/
.inNews {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}

.inNewsMore {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.inNewsMore:hover a {
  background-color: #617296;
}

.inNewsMore a {
  background-color: #263147;
  color: #fff;
  padding: 4px 10px 8px 10px;
  line-height: 1;
  display: block;
  transition: 0.3s all ease-in-out;
}

.inNews .tit {
  margin-right: 60px;
  width: 125px;
  flex: 0 0 auto;
}

.inNews h4 {
  font-size: 1.875rem;
  color: #2b3549;
  font-weight: bold;
  margin-bottom: 15px;
}

.inNews hr {
  background-color: #c9c9c9;
  margin: 10px 0;
}

.inNews p {
  font-size: 1.875rem;
  color: #000;
}

.inNewsList {
  width: 100%;
}

.inNewsList li {
  margin-bottom: 5px;
  font-size: 1.3rem;
  position: relative;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  border-bottom: 3px DOTTED #dee3e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.inNewsList li:last-child {
  border-bottom: none;
}

.inNewsList li:hover {
  color: #f3525a;
}

.inNewsList li:hover .time {
  color: #000;
}

.inNewsList .tag {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.inNewsList .tag1 {
  background-color: #677eb3;
}

.inNewsList .time {
  color: #a0a0a0;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  transition: 0.2s all ease-in-out;
}

.inNewsList .time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #f3525a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.indexMain {
  background-color: #fff;
}

.inNsimBx {
  display: flex;
  flex-wrap: wrap;
}

.inNsim-item {
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.inNsim-item:hover .imgbx img {
  transform: scale(1.1);
}

.inNsim-item:hover p {
  color: #f3525a;
}

.inNsim-item:nth-child(3n) {
  margin-right: 0;
}

.inNsim-item .imgbx {
  position: relative;
  padding-bottom: 70%;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.inNsim-item .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.inNsim-item p {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 8px 10px;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.3);
  color: #313131;
  font-size: 1.3rem;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*聯絡我們*/
.contactBx {
  padding-top: 100px;
  position: relative;
}

.contactBx::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/contactBg_all.jpg) no-repeat center center / cover;
  width: 100%;
  height: 350px;
  /* background-color: #eaedf1; */
}

.contactBx h2 {
  color: #2e374c;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
}

.contact-item {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.contact-item>div {
  width: 50%;
  padding: 25px;
  background-color: #fff;
}

.contact-item .contactImg {
  padding: 0;
  position: relative;
}

.contact-item .contactImg img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-item .Input {
  background-color: #eaedf1;
}

.contact-item h4 {
  margin-bottom: 5px;
  color: #2b3549;
  font-size: 1.25rem;
  font-weight: 500;
}

.contact-item textarea {
  max-height: 130px;
  padding: 5px 10px;
}

.contact-item .icon {
  width: 80px;
  margin-bottom: 30px;
}

.contact-item .slide {
  background: #fff url(../images/contactBg.jpg) no-repeat top center / contain;
  background-size: 100% auto;
}

.contact-item .slide p {
  font-size: 1.25rem;
  color: #2b3549;
  margin-bottom: 120px;
}

.contact-item .btnBx {
  justify-content: flex-start;
}

.contact-item .btnBx a {
  min-width: 230px;
  padding: 8px 30px;
}

.sendIc {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

/*影音區塊樣式*/
.videoblock {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.VideoSwiper {
  overflow: hidden;
  padding-bottom: 15px;
}

.videoBx {
  display: flex;
}

.videoBx li {
  /* width: calc((100% - 30px) / 3);
  margin-right: 30px; */
  position: relative;
  width: 380px;
}

.videoBx li:hover .imgbx img {
  transform: scale(1.1);
  opacity: 0.8;
}

.videoBx li:nth-child(3n) {
  margin-right: 0;
}

.videoBx .imgbx {
  position: relative;
  padding-bottom: 72%;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.videoBx .imgbx img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.videoBx .txt {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
}

.videoBx h5 {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.videoBx p {
  display: block;
  color: #677eb3;
  font-size: 1.03rem;
  margin-top: -5px;
}

/* 輪播箭頭樣式 */
.VideoSwiper .swiper-button-next,
.VideoSwiper.swiper-container-rtl .swiper-button-prev,
.VideoSwiper .swiper-button-prev,
.VideoSwiper.swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.VideoSwiper .swiper-button-next,
.VideoSwiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #677eb3;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.VideoSwiper .swiper-button-next:hover,
.VideoSwiper .swiper-button-prev:hover {
  opacity: .8;
}

.VideoSwiper .swiper-button-next,
.VideoSwiper.swiper-container-rtl .swiper-button-prev {
  right: -15px;
}

.VideoSwiper .swiper-button-prev,
.VideoSwiper.swiper-container-rtl .swiper-button-next {
  left: -15px;
}

.VideoSwiper .swiper-button-next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 10px;
}

.VideoSwiper .swiper-button-prev::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(225deg);
  position: absolute;
  top: 12px;
  left: 13px;
}

/*pad樣式*/
@media screen and (max-width: 1024px) {
  .unionPeo_item {
    width: 48.5%;
  }

  .unionPeo_item:nth-child(3n) {
    margin-right: 3%;
  }

  .unionPeo_item:nth-child(2n) {
    margin-right: 0;
  }

  .contact-item .slide p {
    margin-bottom: 40px;
  }

  .bnCardSwiper .swiper-slide {
    padding: 15px 15px;
  }

  .bnCardSwiper h3 {
    font-size: 1.3rem;
  }

  .videoBx h5,
  .videoBx p {
    font-size: 1rem;
  }

  .videoBx .txt {
    padding: 5px;
    margin-top: -10px;
  }

  .videoBx p {
    margin-top: 0;
  }

  .inNewsMore {
    bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .unionBx {
    flex-direction: column;
  }

  .unionBx .imgbx {
    width: 100%;
    margin-left: 0;
  }
}

/*小網*/
@media screen and (max-width: 767px) {

  /*tab樣式*/
  .tabsy1 li {
    font-size: 1.125rem;
    margin-right: 15px;
  }

  .tabsy1 a {
    white-space: nowrap;
  }

  /*列表樣式*/
  .lisy1 li {
    font-size: 1rem;
  }

  /*區塊樣式*/
  .block {
    padding: 20px 0;
  }

  .fmsy1 h3 {
    font-size: 1.25rem;
  }

  .fmsy1 .newContit {
    font-size: 1.3rem;
  }

  /*麵包屑設定*/
  .breadCrumb li,
  .breadCrumb a {
    font-size: 1rem;
  }

  /*合作夥伴*/
  .cooperBx .fm {
    width: 100%;
    padding: 10px 15px;
    padding-top: 70px;
  }

  .cooperBx .fm::before {
    height: calc(100% - 100px);
    top: 90px;
  }

  .cooperBx .pic {
    width: 150px;
    top: -10px;
  }

  .serveIcon {
    font-size: 1.25rem;
    background-size: 25px auto;
    padding-left: 32px;
  }

  .cooperBx.reverse h2 {
    left: 120px;
  }

  .cooperBx.reverse .pic {
    top: -25px;
  }

  .cooperBx .btnBx a {
    width: auto;
    padding: 5px 30px;
  }

  /*關於協會*/
  .unionBx,
  .unionMainBx {
    flex-direction: column;
  }

  .unionBx .imgbx {
    width: 100%;
    margin-left: 0;
  }

  .unionMainBx {
    align-items: center;
  }

  .unionMainBx .imgbx {
    width: 130px;
    height: 130px;
    top: 0px;
    margin-right: 0;
    margin-top: -40px;
  }

  .enTer {
    width: 100%;
  }

  .enTer_if {
    background-position: top 5px left;
  }

  .enTer_if span {
    padding-bottom: 0;
  }

  .unionPeoBx {
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .unionPeo_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .unionPeo_item:last-child {
    margin-bottom: 0px;
  }

  .unionPeo_item .head {
    width: 120px;
    height: 120px;
  }

  .unionPeo_item .name {
    padding: 0px 0 0px 140px;
    font-size: 1.5rem;
    color: #2e374c;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .unionPeo_item .name span {
    font-size: 1.125rem;
  }

  .unionPeo_item p {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .lisy2 li {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .lisy2 li::before {
    top: 12px;
  }

  /*協會成員表格*/
  .tbsy1 th {
    font-size: 1.125rem;
  }

  .tbsy1 td {
    padding: 10px 10px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .tbsy1 td:first-child,
  .tbsy1 td:nth-child(2) {
    width: 60px;
  }

  /*最新消息*/
  .inNewsList .tag {
    top: 0;
    margin-top: 3px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 0.93rem;
    line-height: 1.8;
    margin-right: 5px;
    margin-left: 0;
  }

  .fmsy1 .newContit .tag {
    margin-left: 0;
    top: 0;
    margin-top: 3px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .fmsy1.largepd {
    padding: 15px;
  }

  .newsBx span {
    font-size: 1rem;
  }

  .newsBx li {
    padding-left: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .newsBx li .tit {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsBx .date {
    position: relative;
    display: block;
    margin-bottom: 0px;
  }

  .newsBx li .tit p {
    font-size: 1.125rem;
  }

  .newsBx li .tag {
    font-size: 0.875rem;
    padding: 2px 10px;
  }

  .inCon_item {
    margin-bottom: 20px;
  }

  .inCon_item h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }

  .newlist_item {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .newlist_item .img {
    width: 100%;
  }

  .newlist_item h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .newlist_item .txt {
    padding-left: 0;
  }

  /*活動相簿*/
  .albumBx li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .albumBx li:nth-child(2n) {
    margin-right: 0;
  }

  .albumBx p {
    font-size: 1rem;
  }

  .albumBx .imgbx {
    margin-bottom: 5px;
  }

  .albumBx p.time {
    margin-bottom: 3px;
  }

  .enTer .bx {
    width: 100%;
  }

  .enTer::before {
    display: none;
  }

  .enTer .bx+.bx {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e3e3e3;
  }

  /*首頁*/
  .indexMain .block {
    padding: 20px 0;
  }

  header.index {
    padding: 0 15px;
  }

  header.index .in {
    padding: 8px 0px;
  }

  .inNews {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .inNewsMore {
    bottom: -35px;
  }

  .inNews h4 {
    margin-bottom: 0;
  }

  .inNews hr {
    margin-bottom: 5px;
  }

  .inNews h4,
  .inNews p {
    font-size: 1.625rem;
  }

  .inNews .tit {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .inNewsList li {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    line-height: 1.5;
    padding-bottom: 5px;
    font-weight: 500;
  }

  .inNewsList li:last-child {
    margin-bottom: 0;
  }

  .inNewsList span {
    display: block;
    margin-bottom: 5px;
  }

  .inNsim-item p {
    font-size: 1.25rem;
  }

  .inNsim-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contact-item {
    width: calc(100% - 30px);
  }

  .contact-item>div {
    width: 100%;
    padding: 15px 15px;
  }

  .contactBx h2 {
    font-size: 2rem;
  }

  .contact-item h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }

  .contact-item .icon {
    width: 45px;
    margin-bottom: 10px;
  }

  .contact-item .slide p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .contact-item .btnBx a {
    width: auto;
    min-width: 200px;
  }

  .contact-item .Input {
    height: 200px;
  }

  .BannerBx h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }

  .bnMainSwiper .swiper-slide {
    height: 600px;
  }

  .bnMainSwiper .swiper-slide h2 {
    padding-top: 160px;
  }

  .paginBx .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
  }

  .bnMainSwiper .paginBx {
    top: auto;
    bottom: 10px;
    justify-content: center;
  }

  .paginBx .swiper-pagination-bullet-active {
    height: 8px;
    border-radius: 30px;
    width: 20px;
    background: #f3525a;
  }

  .bnMainSwiper-pagination {
    display: none;
  }

  .bnCardSwiper.swiper-container-horizontal>.swiper-pagination-bullets,
  .bnCardSwiper .swiper-pagination-custom,
  .bnCardSwiper .swiper-pagination-fraction {
    bottom: 70px;
  }

  .bnCardSwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    border-radius: 30px;
    background: #adb1b0;
    height: 10px;
  }

  .bnCardSwiper .swiper-pagination-bullet-active {
    background: #f3525a;
    width: 40px;
    border-radius: 30px;
  }

  .bnCardSwiper .icon {
    width: 45px;
  }

  .bnCardSwiper h3 {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }

  .bnCardSwiper p {
    font-size: 1rem;
    -webkit-line-clamp: 5;
  }

  .bnCardSwiper .swiper-slide {
    min-height: 260px;
    padding: 15px 20px;
  }

  /*影音區塊樣式*/
  .videoBx {
    /* flex-wrap: wrap; */
  }

  .videoblock {
    padding-left: 0;
    padding-right: 0;
  }

  .VideoSwiper {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .VideoSwiper.swiper-container-horizontal>.swiper-pagination-bullets,
  .VideoSwiper .swiper-pagination-custom,
  .VideoSwiper .swiper-pagination-fraction {
    bottom: 0;
  }

  .VideoSwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    border-radius: 30px;
    background: #adb1b0;
    height: 10px;
  }

  .VideoSwiper .swiper-pagination-bullet-active {
    background: #f3525a;
    width: 40px;
    border-radius: 30px;
  }

  .VideoSwiper .swiper-button-next,
  .VideoSwiper.swiper-container-rtl .swiper-button-prev {
    right: 2px;
  }

  .VideoSwiper .swiper-button-prev,
  .VideoSwiper.swiper-container-rtl .swiper-button-next {
    left: 2px;
  }

  .VideoSwiper .swiper-button-next,
  .VideoSwiper .swiper-button-prev {
    top: auto;
    bottom: 150px;
    width: 40px;
    height: 40px;
  }

  .VideoSwiper .swiper-button-next::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: 12px;
  }

  .VideoSwiper .swiper-button-prev::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(225deg);
    position: absolute;
    top: 14px;
    left: 17px;
  }

  .videoBx li {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 30px; */
  }

  .videoBx h5,
  .videoBx p {
    font-size: 1.125rem;
  }

  .videoBx .txt {
    padding: 10px;
    margin-top: -30px;
    max-width: 95%;
  }

  .videoBx li:nth-child(3n) {
    margin-bottom: 0;
  }
}

/*---forie 微調樣式--*/
@media screen and (min-width: 0\0) {
  .bnMainSwiper .swiper-slide {
    overflow: hidden;
  }

  .bnMainSwiper .bg {
    height: auto;
  }
}