
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);



body, div, a, ul, li, img, table, tr, td, header, footer, h1, h2, h3, h4, section, input, select, textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-family: 'Noto Sans TC', serif;
  list-style: none;
  //border: none;
  border-collapse: collapse;
  outline: none;
  box-sizing: border-box;
}
a:hover
{
	text-decoration:none;
}
.blackMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.blackMask .lightBox {
  width: 600px;
  height: 250px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.blackMask .lightBox h2 {
  border-bottom: 1px solid #909090;
  padding-bottom: 10px;
}
.blackMask .lightBox .close {
  position: absolute;
  right: 30px;
  top: 45px;
  font-size: 13px;
  color: #909090;
  text-decoration: underline;
}
.blackMask .lightBox ul {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.blackMask .lightBox ul li {
  margin-right: 15px;
}
.blackMask .lightBox ul li:last-child {
  width: 100%;
  margin-right: 0;
}
.blackMask .lightBox ul li img {
  width: 50px;
}
.blackMask .lightBox ul li input {
  border: 1px solid #303030;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.blackMask .lightBox .finsh {
  text-align: right;
  color: #1759E6;
  font-size: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}





.blackMask2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.blackMask2 .lightBox {
  width: 600px;
  //height: 450px;
  height: 600px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.blackMask2 .lightBox h2 {
  border-bottom: 1px solid #909090;
  padding-bottom: 10px;
}
.blackMask2 .lightBox .close {
  position: absolute;
  right: 30px;
  top: 45px;
  font-size: 13px;
  color: #909090;
  text-decoration: underline;
}
.blackMask2 .lightBox ul {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.blackMask2 .lightBox ul li {
  margin-right: 15px;
}
.blackMask2 .lightBox ul li:last-child {
  width: 100%;
  margin-right: 0;
}
.blackMask2 .lightBox ul li img {
  width: 50px;
}
.blackMask2 .lightBox ul li input {
  border: 1px solid #303030;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.blackMask2 .lightBox .finsh {
  text-align: right;
  color: #1759E6;
  font-size: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.topHeader {
  width: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  padding-top: 30px;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .topHeader {
    visibility: hidden !important;
  }
}
.topHeader .inner {
  width: 100%;
  max-width: 1090px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topHeader .inner .logo {
  margin-top: 25px;
}
.topHeader .inner .right {
  width: 100%;
  margin-left: 20px;
}
.topHeader .inner .right .topShare {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #DCEFEF;
  //padding-bottom: 10px;
}
.topHeader .inner .right .topShare li {
  margin-left: 10px;
  position: relative;
}
.topHeader .inner .right .topShare li input {
  border: 2px solid #DCEFEF;
  border-radius: 10px;
  width: 211px;
  height: 26px;
  padding: 0 7px;
  color: #DCEFEF;
  font-weight: 300;
  background: none;
}
.topHeader .inner .right .topShare li input::placeholder {
  color: #DCEFEF;
  font-weight: 300;
}
.topHeader .inner .right .topShare li .search {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.topHeader .inner .right .topNav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 12px;
}
.topHeader .inner .right .topNav li {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 3px;
  position: relative;
  cursor: pointer;
}
.topHeader .inner .right .topNav li:first-child div {
  border-left: none;
}
.topHeader .inner .right .topNav li:last-child div {
  border-right: none;
}
.topHeader .inner .right .topNav li div {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
}
.topHeader .inner .right .topNav li .goMoney {
  display: inline-block;
  color: #9AD1E2;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  padding: 7px 10px;
  white-space: nowrap;
  line-height: 15px;
  margin-left: 19px;
}
.topHeader .inner .right .topNav li .goMoney span {
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 12px;
}

.mobileNav {
  position: fixed;
  left: 0;
  top: 70px;
  //height: calc(100vh - 96px);
  height: calc(100vh - 96px);
  width: 100%;
  z-index: 5;
  overflow: auto;
  display: none;
  overflow-scrolling: touch;
  z-index:20;
}
.mobileNav > li {
  border-top: 1px solid #bbb;
  width: 100%;
  padding: 17px;
  background-color: #fff;
}
.mobileNav > li input {
  border: 2px solid #99D0E1;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  padding: 0 7px;
  color: #99D0E1;
  font-weight: 300;
}
.mobileNav > li input::placeholder {
  color: #99D0E1;
  font-weight: 300;
}
.mobileNav > li .search {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}
.mobileNav > li a {
  color: #505050;
  font-size: 16px;
}
.mobileNav > li ul {
  display: none;
  background-color: #DCEFEF;
  width: 100%;
}
.mobileNav > li ul li {
  padding: 15px;
  border-top: 1px solid #2EA7E0;
}
.mobileNav > li ul li a {
  color: #505050;
  font-size: 16px;
}
.mobileNav > li .showUl {
  display: block;
}

.mobileNavShow {
  display: block;
}

.fixedHeader {
  width: 100%;
  background-color: #9AD1E2;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader {
    visibility: visible;
    opacity: 1;
	height:1px;
  }
}
.fixedHeader .menuBtn {
  position: absolute;
  top: 40px;
  right: 20px;
  display: none;
  width: 35px;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader .menuBtn {
    display: block;
  }
}
.fixedHeader .menuBtn div {
  background-color: #909090;
  margin-bottom: 6px;
  height: 3px;
}
.fixedHeader .top {
  //height: 96px;
  height: 87px;
  background-color: #fff;
  line-height: 87px;
}
.fixedHeader .top .inner {
  width: 100%;
  max-width: 1090px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader .top .inner {
    align-items: center;
    flex-wrap: wrap;
  }
}
.fixedHeader .top .inner .logo {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader .top .inner .logo {
    width: 250px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
.fixedHeader .top .inner ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  //margin-bottom: 13px;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader .top .inner ul {
    display: none;
  }
}
.fixedHeader .top .inner ul li {
  margin-left: 10px;
  position: relative;
}
.fixedHeader .top .inner ul li:first-child {
  margin-left: 0;
}
.fixedHeader .top .inner ul li input {
  border: 2px solid #9AD1E2;
  border-radius: 10px;
  width: 211px;
  height: 26px;
  padding: 0 7px;
  color: #9AD1E2;
  font-weight: 300;
}
.fixedHeader .top .inner ul li input::placeholder {
  color: #9AD1E2;
  font-weight: 300;
}
.fixedHeader .top .inner ul li .search {
  position: absolute;
  right: 10px;
  //top: 3px;
  top: 33px;
  cursor: pointer;
}
.fixedHeader .bottom {
  //height: 65px;
  padding-top: 7px;
  height: 58px;
  background-color: #9AD1E2;
}
@media only screen and (max-width: 1023px) {
  .fixedHeader .bottom {
    display: none;
  }
}
.fixedHeader .bottom nav {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  height: 100%;
  
}
.fixedHeader .bottom nav .fixedUl {
  display: flex;
  align-items: center;
  justify-content: center;
  //margin-top: 15px;
  height: 100%;
  margin-bottom:0;
}
.fixedHeader .bottom nav .fixedUl li {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.fixedHeader .bottom nav .fixedUl li:first-child div {
  border-left: none;
}
.fixedHeader .bottom nav .fixedUl li:last-child div {
  border-right: none;
}
.fixedHeader .bottom nav .fixedUl li div {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  //border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
}
.fixedHeader .bottom nav .fixedUl li .goMoney {
  display: inline-block;
  color: #9AD1E2;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  padding: 1px 7px;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 35px;
}
.fixedHeader .bottom nav .fixedUl li .goMoney span {
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 14px;
}

.headerShow {
  visibility: visible;
  opacity: 1;
  
}

.hasSecond:hover .hasUl {
  position: absolute;
  display: block;
  border-top: 7px solid #8AECF9;
  border-bottom: 7px solid #8AECF9;
  background-color: #DCEFEF;
  width: 100%;
}
.hasSecond:hover .hasUl li {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 1px #2EA7E0;


}
.hasUl .bk_69efef{
	background-color:#69efef;
}
.hasUl .bk_a2b7ef{
	background-color:#a2b7ef;
}
.hasSecond .hasUl li:hover {
  background-color:#ffe3e8;


}
.hasSecond:hover .hasUl li:last-child {
  border: none;
}

  
.hasSecond:hover .hasUl li a {
  font-size: 15px;
  color:#000;
  text-decoration: none;
}
.hasSecond:hover .fixedSecondUl {
  top: 50px;
}
.hasSecond .hasUl {
  display: none;
}

footer {
  background-color: #99D0E1;
  padding: 30px 0;
}
footer .footerLogo {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  footer .footerLogo {
    width: 100%;
    max-width: 300px;
  }
}
footer .con {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) {
  footer .con {
    flex-wrap: wrap;
  }
}
footer .con .bottom {
  margin-top: 35px;
}
@media only screen and (max-width: 1023px) {
  footer .con .block {
    margin-bottom: 35px;
  }
}
footer .con .block:first-child {
  width: 410px;
}
@media only screen and (max-width: 1023px) {
  footer .con .block:first-child {
    width: 100%;
    padding: 0 20px;
  }
}
footer .con .block:nth-child(2) {
  width: 284px;
}
@media only screen and (max-width: 1023px) {
  footer .con .block:nth-child(2) {
    width: 100%;
    padding: 0 20px;
  }
}
footer .con .block:last-child {
  width: 350px;
}
@media only screen and (max-width: 1023px) {
  footer .con .block:last-child {
    width: 100%;
    padding: 0 20px;
  }
}
footer .con .block .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer .con .block .title .ss {
  border: none;
}
footer .con .block .title .s1 {
  //margin-left: 50px;
  margin-top: 5px;
  margin-left: 10px;
}
footer .con .block .title div {
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  letter-spacing:5px;
}
footer .con .block .title div span {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
footer .con .block .title a {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-left: 10px;
}
footer .con .block .title a:hover {
  background-color: #FFCCD6;
}
footer .con .block .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
footer .con .block .list div {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
footer .con .block .list img {
  margin-right: 5px;
}

.copyRight {
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  color: #9E9F9F;
}

.backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.kv {
  width: 100%;
  //height: 100vh;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1020px) {
	.kv {
	  margin-top:80px;

	  
	}
}
/*
@media only screen and (max-width: 900px) {
.kv {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  
}
}
@media only screen and (max-width: 570px) {
.kv {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
  padding-top:80px;
}
}


@media only screen and (max-width: 390px) {
.kv {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
  padding-top:80px;
}
}
*/
.kv .arr {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  cursor: pointer;
  z-index: 2;
}
.kv .arrLeft {
  left: 20px;
}
.kv .arrRight {
  right: 20px;
}
.kv .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.kv .pager li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  cursor: pointer;
}
.kv .pager .current {
  background-color: white;
}
.kv .moveSlide {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  //height: 100%;
  display: block;
}
.kv .moveSlide .pic {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.kv .moveSlide .pic h2 {
  font-size: 45px;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 1px;
}
.kv .moveSlide .pic h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding: 0 15px;
  white-space: normal;
}

.innerSmallKv {
  //margin-top: 176px;
  margin-top: 142px;
}
@media only screen and (max-width: 1023px) {
  .innerSmallKv {
    margin-top: 96px;
  }
}

.smallKv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.smallKv .arr {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  cursor: pointer;
  z-index: 2;
}
.smallKv .arrLeft2 {
  left: 20px;
}
.smallKv .arrRight2 {
  right: 20px;
}
.smallKv .pager2 {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.smallKv .pager2 li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(160, 168, 168, 0.75);
  margin: 0 5px;
  cursor: pointer;
}
.smallKv .pager2 .current {
  background-color: #dcefef;
}
.smallKv .moveSlide2 {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.smallKv .moveSlide2 .pic2 {
  display: inline-flex;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.smallKv .moveSlide2 .pic2 img {
  width: 100%;
}

.wrapper {
  background-image: url("../img/indexBg.jpg");
  width: 100%;
  background-position: center top;
  padding-top: 25px;
}
.wrapper .about {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 70px;
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .about {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper .about img {
    width: 100%;
  }
}
.wrapper .about .aboutRight {
  right: 0;
  position: absolute;
  top: 60px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .wrapper .about .aboutRight {
    display: none;
  }
}
.wrapper .about .txt {
  position: absolute;
  width: 580px;
  background-color: #FFEDCA;
  padding: 30px;
  left: 490px;
  top: 150px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .about .txt {
    width: 100%;
    position: static;
    overflow: hidden;
  }
}
.wrapper .about .txt h2 {
  font-size: 32px;
  font-weight: 500;
}
.wrapper .about .txt .word {
  font-size: 14px;
  padding-top: 15px;
  width: 390px;
}
@media only screen and (max-width: 1160px) {
	.wrapper .about .txt .word {
  font-size: 14px;
  padding-top: 15px;
  width: 60%;
	}
}
@media only screen and (max-width: 1090px) {
	.wrapper .about .txt .word {
  font-size: 14px;
  padding-top: 15px;
  width: 40%;
	}
}
@media only screen and (max-width: 1025px) {
	.wrapper .about .txt .word {
  font-size: 14px;
  padding-top: 15px;
  width: 100%;
	}
}

.wrapper .about .seeMoreBtn {
  position: absolute;
  left: 250px;
  top: 250px;
  width: 162px;
  height: 85px;
  display: block;
  background-image: url("../img/seeMoreBtn.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .wrapper .about .seeMoreBtn {
    position: static;
    margin-left: auto;
    float: right;
  }
}
.wrapper .about .seeMoreBtn:hover {
  background-image: url("../img/seeMoreBtnHover.svg");
  background-repeat: no-repeat;
}
.wrapper .news {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  //padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .news {
    padding-top: 0;
  }
}
.wrapper .news h2 {
  text-align: center;
  width: 100%;
  font-size: 47px;
  letter-spacing: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 45px;
  text-indent: 30px;
}
.wrapper .news h2 span {
  font-size: 31px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.wrapper .news .con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}
.wrapper .news .con .block {
  width: 320px;
  height: 400px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  margin: 0 19px;
  position: relative;
  transition: 0.5s all;
}


@media only screen and (max-width: 1023px) {
  .wrapper .news .con .block {
    margin-bottom: 40px;
  }
}
.wrapper .news .con .block .status {
  width: 100%;
  overflow: hidden;
}
.wrapper .news .con .block .status .hot {
  float: left;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #E60012;
}
.wrapper .news .con .block .status .time {
  font-size: 12px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.wrapper .news .con .block .newsImg {
  margin-top: 5px;
}
.wrapper .news .con .block .tag {
  color: #fff;
  padding: 3px 5px 3px 10px;
  position: absolute;
  letter-spacing: 5px;
  left: 0;
  top: 205px;
  font-size: 14px;
  background-color: #898989;
}
.wrapper .news .con .block .tag:hover {
	text-decoration:none;
}
.wrapper .news .con .block .tag:active {
	color:#000;
	background-color: #ffe3e8;
	text-decoration:none;
}
.wrapper .news .con .block .title {
  height: 47px;
  margin-top: 35px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}
.wrapper .news .con .block .txt {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  overflow: hidden;
  height: 45px;
  padding-top: 5px;
}
.wrapper .news .con .block .readMore {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #898989;
  border: solid #898989 1px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.wrapper .news .con .block .readMore:hover {
  background-color: #ACC0CC;
  color: #fff;
  border: 1px solid #ACC0CC;
}
.wrapper .event {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event {
    flex-wrap: wrap;
  }
}
.wrapper .event .left {
  width: 548px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .left {
    width: 100%;
  }
  .wrapper .event .left img {
    width: 100%;
  }
}
.wrapper .event .left h2 {
  font-size: 55px;
  color: #2E9DBF;
  letter-spacing: 6px;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .wrapper .event .left h2 {
    padding: 0 10px;
    font-size: 30px;
	text-align: center;
  }
}
.wrapper .event .left h2 span {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.wrapper .event .shape {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
  color: #fff;
  background-color: #92C8EA;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -39px;
  letter-spacing: 3px;
  text-indent: 3px;
  left: 510px;
}
.wrapper .event .shape:hover {
color:#000;
background-color: #ffccd6;
}


@media only screen and (max-width: 1023px) {
  .wrapper .event .shape {
    position: relative;
    left: 0;
    top: 0;
    margin: -20px auto 0 auto;
  }
}
.wrapper .event .line {
  width: 1px;
  height: 373px;
  background-color: #92C8EA;
  left: 607px;
  top: 120px;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .line {
    display: none;
  }
}
.wrapper .event .ll {
  width: 30px;
  height: 1px;
  background-color: #92C8EA;
  position: absolute;
  left: 608px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .ll {
    display: none;
  }
}
.wrapper .event .l1 {
  top: 120px;
}
.wrapper .event .l2 {
  top: 250px;
}
.wrapper .event .l3 {
  top: 370px;
}
.wrapper .event .l4 {
  top: 492px;
}
.wrapper .event #myCircle {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 502px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .wrapper .event #myCircle {
    display: none;
  }
}
.wrapper .event .right {
  width: 522px;
  //position: relative;
  z-index:1
}
.wrapper .event .right .list {
  width: 100%;
  height: 100px;
  background-color: #D9EBF4;
  margin-bottom: 27px;
}
.wrapper .event .right .list .div_l{

	padding-right:20px;
	overflow:hidden;
	float:left
}

.wrapper .event .right .list .div_l:hover {
  background-color: #f9eeff;
  border-color:#0394e5;
  border-width:3px;
  border-style:solid;
  

}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
.wrapper .event .right .list .data {
  margin-left: 20px;
  width: 50px;
  float: left;
  font-size: 50px;
  text-align: center;
  color: #1CC4A4;
  line-height: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: Playfair Display;

}

@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list .data {
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 20px;
  }
}
.wrapper .event .right .list .data span {
  color: #6CCDDD;
  font-size: 15px;
  font-family: Microsoft JhengHei;
}
.wrapper .event .right .list .data label {
  margin-bottom:0;
}
.wrapper .event .right .list .data span:first-child {
  letter-spacing: 3px;
  text-indent: 5px;
}
.wrapper .event .right .list .info {
  width: 340px;
  display: block;
  float: left;
  margin-left: 15px;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list .info {
    width: calc(100% - 70px);
    margin-left: 0;
    padding: 0 15px;
    padding-top: 20px;
  }
}
.wrapper .event .right .list .info span {
  color: #000;
  font-size: 12px;
}
.wrapper .event .right .list .info .title {
  white-space: nowrap;
  overflow: hidden;
  //font-size: 24px;
  font-size: 22px;
  color: #0070C4;
  font-weight:bold;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list .info .title {
    white-space: normal;
  }
}
.wrapper .event .right .list .info .word, .wrapper .event .right .list .info .other {
  font-size: 12px;
  color: #000;
  overflow: hidden;
  //white-space: nowrap;
  white-space:normal;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list .info .word, .wrapper .event .right .list .info .other {
    white-space: normal;
  }
}
.wrapper .event .right .list .sign {
  display: block;
  width: 76px;
  height: 70px;
  border-left: 1px solid #fff;
  //background-repeat: no-repeat;
  //background-position: center 10px;
  //background-image: url("../img/runMan.png");
  float: right;
  //margin-top: 20px;
  margin-top: 15px;
  text-align: center;
  color: #2E9DBF;
  font-size: 14px;
  line-height: 115px;
  opacity:0.5;
}
.wrapper .event .right .list .expire {
  display: block;
  width: 71px;
  height: 70px;
  border-left: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url("../img/runManExpire.png");
   background-size: 30% 40%;
  float: right;
  //margin-top: 20px;
  margin-top: 15px;
  text-align: center;
  //color: #2E9DBF;
  color: #AAA;
  font-size: 14px;
  line-height: 115px;
  opacity:0.5;
  
 
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .list .sign {
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
  }
  .wrapper .event .right .list .expire {
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
  }
.wrapper .event .right .list .div_r{
	width:71px

}  
}
.wrapper .event .right .list .div_r{
	background-image: url("../img/runMan.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin:auto;
	overflow:hidden;
	padding-bottom:15px;
	//margin-left:15px;

}


.wrapper .event .right .list .div_re{
	margin:auto;
	//margin-left:15px;
}
.wrapper .event .right .list .div_r:hover {
  background-image: url("../img/runMan_hover.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width:71px;
  //color: #EFB8DD;
  background-color: #0394E5;
  //background-size: 50%;
  //background-position: center 30px;
  //height: 10%;
  //margin-top: 0;
  //padding-top: 20px;
  //color: #f9eeff;
  //color: red;
}
/*
.wrapper .event .right .list .sign:hover {
  color: #f9eeff;
  background-image: url("../img/runMan_hover.png");
  background-size: 60%;
}
*/

.wrapper .event .right .listNull {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #9FA0A0;
}
@media only screen and (max-width: 1023px) {
  .wrapper .event .right .listNull {
    //display: none;
  }
}
.wrapper .event .right .listNull img {
  margin-right: 10px;
}

.innerPage {
  width: 100%;
  background-image: url("../img/innerBg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .innerPage {
    padding-top: 30px;
  }
}
.innerPage .innerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerPage .innerTitle .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  //margin-top: 23px;
  margin-top: 10px;
}
.innerPage .innerTitle .left div {
  width: 1px;
  background-color: #31BAFF;
  margin-right: 3px;
}
.innerPage .innerTitle .left div:first-child {
  height: 12px;
}
.innerPage .innerTitle .left div:nth-child(2) {
  height: 17px;
}
.innerPage .innerTitle .left div:last-child {
  height: 21px;
}
.innerPage .innerTitle .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.innerPage .innerTitle .middle .chTitle {
  color: #000;
  white-space: nowrap;
  text-align: center;
  font-size: 50px;
  letter-spacing:5px;
}
@media only screen and (max-width: 767px) {
  .innerPage .innerTitle .middle .chTitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .innerPage .innerTitle .middle .chTitle {
    font-size: 30px;
  }
}
.innerPage .innerTitle .middle .line {
  width: 100%;
  height: 1px;
  background-color: #31BAFF;
}
.innerPage .innerTitle .middle .enTitle {
  font-size: 26px;
  color: #000;
  white-space: nowrap;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 5px;
  text-indent: 5px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .innerPage .innerTitle .middle .enTitle {
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}
@media only screen and (max-width: 599px) {
  .innerPage .innerTitle .middle .enTitle {
    font-size: 14px;
  }
}
.innerPage .innerTitle .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .innerPage .innerTitle .left {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .innerPage .innerTitle .right {
    //margin-top: 23px;
	margin-top: 30px;
  }
}
.innerPage .innerTitle .right div {
  width: 1px;
  background-color: #31BAFF;
  margin-left: 3px;
}
.innerPage .innerTitle .right div:first-child {
  height: 21px;
}
.innerPage .innerTitle .right div:nth-child(2) {
  height: 17px;
}
.innerPage .innerTitle .right div:last-child {
  height: 12px;
}
.innerPage .main {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.innerPage .main .bread {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .innerPage .main .bread {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding-bottom: 20px;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.innerPage .main .bread li {
  font-size: 13px;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #77848C;
  height: 15px;
  line-height: 15px;
}
.innerPage .main .bread li:first-child {
  padding-left: 0;
  border: none;
}
.innerPage .main .bread li a {
  color: #77848C;
}
.innerPage .main .rightMenu {
  width: 196px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .innerPage .main .rightMenu {
    display: none;
  }
}
.innerPage .main .rightMenu li {
  display: block;
  width: 100%;
  //height: 46px;
  background-image: url("../img/rightNav.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 15px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  text-align: right;
  padding-right: 40px;
  line-height: 46px;
  letter-spacing: 2px;
  float: left;
  background-size: cover;
}
.innerPage .main .rightMenu .openSecond {
  background-image: none;
  overflow: hidden;
  height: auto;
  padding-right: 17px;
}
.innerPage .main .rightMenu .openSecond div {
  float: right;
  cursor: pointer;
  width: 160px;
  height: 33px;
  background-image: url("../img/rightNavSecond.png");
  margin-top: 10px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  line-height: 33px;
  color: #000;
}
.innerPage .main .rightMenu .openSecond div:first-child {
  margin-top: 0;
}
.innerPage .main .rightMenu .openSecond div:hover {
  color: #fff;
  background-image: url("../img/rightNavHoverSecond.png");
}
.innerPage .main section {
  //margin-top: 15px;
  width: 790px;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .innerPage .main section {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 0 15px;
    float: none;
  }
}
.innerPage .main section .pic {
  width: 100%;
}

.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;}

.innerPage .main section .title {
  color: #000;
  font-size: 42px;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 599px) {
  .innerPage .main section .title {
    font-size: 25px;
  }
}
.innerPage .main section .time {
  text-align: right;
  font-size: 18px;
  color: #007BB9;
  padding-top: 15px;
}
@media only screen and (max-width: 599px) {
  .innerPage .main section .time {
    font-size: 13px;
  }
}
.innerPage .main section .txt {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  //padding-top: 20px;
  overflow:hidden;
  font-weight:100;
}
.innerPage .main section .txt img{
  max-width:100%;
  //width:100%;
  height:100%;
}
@media only screen and (max-width: 599px) {
  .innerPage .main section .txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.innerPage .main section .share {
  padding-top: 15px;
  text-align: right;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .innerPage .main section .share {
    font-size: 16px;
  }
}
.innerPage .main section .share img {
  margin-left: 10px;
}
.innerPage .main .talkBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .innerPage .main .talkBox {
    justify-content: center;
  }
}
.innerPage .main .talkBox .talk {
  margin-right: 40px;
  margin-bottom: 30px;
  width: 365px;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
}
.innerPage .main .talkBox .talk:nth-child(2n) {
  margin-right: 0;
}
.innerPage .main .talkBox .talk:hover .newsTitle {
  color: #99D0E1;
}
.innerPage .main .talkBox .talk:hover .info {
  background-color: #83AEED;
}
.innerPage .main .talkBox .talk:hover .info .data div {
  color: #fff;
}
.innerPage .main .talkBox .talk:hover .info .tt {
  color: #fff;
}
.innerPage .main .talkBox .talk:hover .img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .innerPage .main .talkBox .talk {
    margin-right: 0;
    width: 100%;
    max-width: 790px;
  }
}
.innerPage .main .talkBox .talk .img {
  overflow: hidden;
}
.innerPage .main .talkBox .talk .img img {
  width: 100%;
  display: block;
  transition: 0.5s all;
}
.innerPage .main .talkBox .talk .newsTitle {
  height: 60px;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-weight: 500;
  padding-left: 10px;
  overflow: hidden;
  border-left: 3px solid #83AEED;
}
.innerPage .main .talkBox .talk .info {
  margin-top: 5px;
  width: 100%;
  height: 100px;
  border: 1px solid #83AEED;
  display: flex;
  justify-self: start;
  align-items: flex-start;
  padding: 10px;
}
.innerPage .main .talkBox .talk .info .data {
  width: 70px;
  padding-right: 10px;
  //margin-top: 3px;
  border-right: 1px solid #2494e0;
}
.innerPage .main .talkBox .talk .info .data div {
  text-align: center;
  color: #2494E0;
  //font-size: 20px;
  //line-height: 25px;
  font-size: 15px;
  line-height: 18px;
  transition: 0.5s all;
}
.innerPage .main .talkBox .talk .info .data div:first-child {
  //font-size: 35px;
  font-size: 45px;

}
.innerPage .main .talkBox .talk .info .data div:nth-child(2) {
  //padding-top: 5px;
  padding-top: 20px;
}
.innerPage .main .talkBox .talk .info .tt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  height: 80px;
  overflow: hidden;
  transition: 0.5s all;
  padding-left: 10px;
}









.innerPage .main .talkBox2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 400px) {
.innerPage .main .talkBox2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
    margin-left:0;
  //padding-right:550px;
}
}

.innerPage .main .talkBox2 .talk2 {
  //margin-right: 0;
  margin-bottom: 30px;
  width: 300px;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
  margin:20px;

}
.innerPage .main .talkBox2 .talk2:nth-child(2n) {
  margin-right: 0;
}
.innerPage .main .talkBox2 .talk2:hover .newsTitle {
  color: #99D0E1;
}
.innerPage .main .talkBox2 .talk2:hover .info {
  background-color: #83AEED;
}
.innerPage .main .talkBox2 .talk2:hover .info .data div {
  color: #fff;
}
.innerPage .main .talkBox2 .talk2:hover .info .tt {
  color: #fff;
}
.innerPage .main .talkBox2 .talk2:hover .img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .innerPage .main .talkBox2 .talk2 {
    margin-right: 0;
    width: 100%;
    max-width: 790px;
  }
}
.innerPage .main .talkBox2 .talk2 .img {
  overflow: hidden;
}
.innerPage .main .talkBox2 .talk2 .img img {
  width: 100%;
  display: block;
  transition: 0.5s all;
}
.innerPage .main .talkBox2 .talk2 .newsTitle {
  height: 60px;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-weight: 500;
  padding-left: 10px;
  overflow: hidden;
  border-left: 3px solid #83AEED;
}
.innerPage .main .talkBox2 .talk2 .info {
  margin-top: 5px;
  width: 100%;
  height: 100px;
  border: 1px solid #83AEED;
  display: flex;
  justify-self: start;
  align-items: flex-start;
  padding: 10px;
}
.innerPage .main .talkBox2 .talk2 .info .data {
  width: 70px;
  padding-right: 10px;
  //margin-top: 3px;
  border-right: 1px solid #2494e0;
}
.innerPage .main .talkBox2 .talk2 .info .data div {
  text-align: center;
  color: #2494E0;
  //font-size: 20px;
  //line-height: 25px;
  font-size: 15px;
  line-height: 18px;
  transition: 0.5s all;
}
.innerPage .main .talkBox2 .talk2 .info .data div:first-child {
  //font-size: 35px;
  font-size: 45px;

}
.innerPage .main .talkBox2 .talk2 .info .data div:nth-child(2) {
  //padding-top: 5px;
  padding-top: 20px;
}
.innerPage .main .talkBox2 .talk2 .info .tt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  height: 80px;
  overflow: hidden;
  transition: 0.5s all;
  padding-left: 10px;
}










.innerPage .main .talkBox2 .talkOpa {
  opacity: 0.7;
}
.innerPage .main .page {
  width: 100%;
  text-align: right;
  float: left;
}
.innerPage .main .page li {
	/*
  display: inline-block;
  color: #86C5EF;
  vertical-align: middle;
  margin-left: 3px;
  height: 30px;
  line-height: 29px;
  */
display: inline-block;
    color: #86C5EF;
    vertical-align: middle;
    margin-left: 3px;
    height: 28px;
    line-height: 27px;
}

.innerPage .main .page .num {
	/*
  font-size: 16px;
  width: 30px;
  text-align: center;
  background-color: #86C5EF;
  */
  font-size: 16px;
    width: 28px;
    text-align: center;
    background-color: #86C5EF;
    margin-top: 5px;
  
}
.innerPage .main .page .num a {
  color: #fff;
}
/*
.innerPage .main .page .num {
  font-size: 16px;
  width: 30px;
  text-align: center;
  border: 1px solid #86C5EF;
  
}
.innerPage .main .page .num a {
  color: #86C5EF;
}
*/


.innerPage .main .page .num:hover {
  background-color: #86C5EF;
}
.innerPage .main .page .num:hover a {
  color: #fff;
}
.innerPage .main .page .onePage {
  width: 15px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  //border: 1px solid #86C5EF;
}
.innerPage .main .page .onePage img {
  //width: 8px;
  height:85%;
}
/*
.innerPage .main .page .onePage:hover {
  background-color: #86C5EF;
}
*/
.innerPage .main .page .onePage:hover img {
  display: none;
}
.innerPage .main .page .onePage:hover .hover {
  display: inline;
}
.innerPage .main .page .onePage .hover {
  display: none;
}
.innerPage .main .page .toLast img {
  height: 100%;
}
.innerPage .main .page .toLast .hh {
  display: none;
}
.innerPage .main .page .toLast:hover img {
  display: none;
}
.innerPage .main .page .toLast:hover .hh {
  display: inline;
}
.publicList
{
	width:100%;
	display:block; 
	margin:0;
	//padding:20px 20px 20px 40px;  
	overflow:hidden;
	cursor: pointer;	

}

.publicLight
{
	background-size: 100% 100%;
	background-image: url('../img/public_list_1.png');
	background-repeat:no-repeat;
	color:#fff;
}
@media only screen and (max-width: 685px) {
.publicLight
{
	background-size: 100% 100%;
	background-image: url('../img/public_list_1_m.png');
	background-repeat:no-repeat;
	color:#fff;
}
}
.publicDark
{
	background-size: 100% 100%;
	background-image: url('../img/public_list_2.png');
	background-repeat:no-repeat;	
}
@media only screen and (max-width: 685px) {
.publicDark
{
	background-size: 100% 100%;
	background-image: url('../img/public_list_2_m.png');
	background-repeat:no-repeat;	
}
}
.publicList:hover
{
	background-size: 100% 100%;
	background-image: url('../img/public_list_hover.png');
	background-repeat:no-repeat;	
	padding-left:30px; 	
	
}

.publicLight .puclicTitle
{
	//margin:0;
	overflow:hidden;
	float:left;
	color:#000;
	padding:20px 20px 20px 40px;  
}
.publicLight .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#000;
	padding:20px 20px 20px 40px;  
}
@media only screen and (max-width: 685px) {
.publicLight .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#000;
	padding:10px 50px 10px 40px; 


	
}
}
@media only screen and (max-width: 440px) {
.publicLight .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#000;
	padding:10px 10px 10px 40px; 


	
}
}

.publicDark .puclicTitle
{
	//margin:0;
	overflow:hidden;
	float:left;
	color:#fff;
	padding:20px 20px 20px 40px;  
}
.publicDark .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#fff;
	padding:20px 20px 20px 40px;  
}
@media only screen and (max-width: 685px) {
.publicDark .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#fff;
	padding:10px 50px 10px 40px; 


	
}
}
@media only screen and (max-width: 440px) {
.publicDark .puclicDate
{
	//margin:0;
	//padding:0;
	overflow:hidden;
	float:right;
	color:#fff;
	padding:10px 10px 10px 40px; 


	
}
}
.publicList:hover >.puclicTitle {
	color:#fff;
}
.publicList:hover >.puclicDate {
	display:none
}

.donate_bg
{
	background-image: url('../img/donate_bg.png');
	background-size: 100% 100%;
}
.donate_ul
{
	margin:0!important;
}
.donate_ul li
{
	width:25%;
}
.donate_ul li a
{
	background-image: url('../img/donate_t.png');
	background-size: 100% 100%;
}
.donate_btn
{
	width:100%;
	margin:2px;
	font-size:20px;
    border: 1px solid #2c9dcc;
}

.donate_btn:hover
{
	background-color:#2c9dcc;
	color:#ffffff;
	border: 1px solid #2c9dcc;
}



.donate_btn_input
{
	width:100%;
	margin:2px;
	font-size:20px;
    border: 1px solid #2c9dcc;
}
.donate_btn_input:hover
{
  background-color:#2c9dcc;
  color:#ffffff;
  border: 1px solid #2c9dcc;
}

/*
.donate_btn_input .inputField:hover
{
  background-color:#2c9dcc;
  color:#ffffff;
  border: 1px solid #2c9dcc;
}

 */


.donate_text
{
	width:100%;
	margin:2px;
}
.donate_hr
{
	margin:5px 0;
}
._title
{
	//padding:0;
	font-size:26px;
	//font-size:24px;


}

.tbl_personal
{
  display:block;
}

.tbl_share
{
  display:block;
}

.tbl_company
{
  display:none;
}





@media only screen and (max-width: 420px) {
._title
{
	//padding:0;
	font-size: 22px;

}
}
.donate_chk
{
	//border-width:1px;
	//border-style:solid;
	//border-color:#c8c3c3;
	//padding:5px;
	margin:10px;
	//background-color:#fff;
	//border-radius: 4px;
	


}
.donate_chk_l
{
	border: 1px solid #c8c3c3;
	background-color:#99D0E1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;


}
.donate_chk_d
{
	color:#fff;
	text-align:right;


}
.donate_chk_r
{

	border: 1px solid #c8c3c3;
	background-color:#fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;


}
.donate_btn_next
{
	width:100%;
	margin:20px 2px;
	//padding:0;
	background-color:#00BBD6;
	color:#fff;
}
.donate_btn_next:hover
{
	background-color:#035C89
}
.donate_lbl
{
	font-size:14px;
	line-height:normal;
	margin:0;
	
	
}


.donate_radio
{
	display:none;
}
.donate_lbl_btn
{
	text-align:center;
	letter-spacing: 3px;

}


input[type="radio"]:checked+.donate_lbl_btn
{
    background-color:#2c9dcc;
    color:#ffffff;
    border: 1px solid #2c9dcc;
}



.donate_table table
{
  width: 100%;
  border-top:  1px solid #86c5ef;
  border-right:  1px solid #86c5ef;
  border-left:  1px solid #86c5ef;
  border-bottom:  1px solid #86c5ef;
  padding: 20px;
}
.donate_table td
{
    padding:10px
}
.donate_table .tr_bg_light
{
  background-color: #f3fbff;
}
.donate_table .tr_bg_dark
{
  background-color: #def1fb;
}

.donate_table table, th, td
{

}
.donate_table .text_right
{
  text-align: right;
}
.donate_table input::placeholder
{
  color: #8e8e8e;
}
.donate_table td input[type="text"]
{
  width:350px;
}

.donate_table #twzipcode_ADV select
{
  width: 200px;
  float: left;
  margin-right:20px;

}

.donate_checkword::placeholder
{
  color: #8e8e8e;
}

.btn_donate_to_step_4
{
  width:150px;
  border: 1px solid #2c6ac1;
  background-color: #2c6ac1;
  color: #ffffff;
}
.btn_donate_to_step_4:hover
{
  border: 1px solid #ffc7e0;
  background-color: #ffc7e0;
  color: #000000;
}

.btn_donate_to_step_3
{
  width:150px;
  border: 1px solid #898989;
  background-color: #ffffff;
  color: #898989;
  margin:5px;
}
.btn_donate_to_step_3:hover
{
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}

.btn_donate_to_step_ok
{
  width:200px;
  border: 1px solid #2c6ac1;
  background-color: #2c6ac1;
  color: #ffffff;
  margin:5px;
}
.btn_donate_to_step_ok:hover
{
  border: 1px solid #ffc7e0;
  background-color: #ffc7e0;
  color: #000000;
}

.flexContainer {
    display: flex;
}

.inputField {
    flex: 1;
	height:100%;
	text-align:center;
	letter-spacing: 3px; 
}
.carousel-control-prev-icon
{
	margin-right:140px;
}
.carousel-control-next-icon
{
	margin-left:140px;
}
@media only screen and (max-width: 1060px) {
.carousel-control-prev-icon
{
	margin-right:100px;
}
.carousel-control-next-icon
{
	margin-left:100px;
}
}
@media only screen and (max-width: 750px) {
.carousel-control-prev-icon
{
	margin-right:50px;
}
.carousel-control-next-icon
{
	margin-left:50px;
}
}
@media only screen and (max-width: 420px) {
.carousel-control-prev-icon
{
	margin-right:10px;
}
.carousel-control-next-icon
{
	margin-left:10px;
}
}

















.single-product{
   /* border: 1px solid #ececec;*/
}
.single-product .kt-images,
.single-product .kt-images-zoom{
    padding: 10px 0 10px 10px;
    margin-bottom: 60px;
    position: relative;
}
.single-product .kt-images .kt-thumbs,
.single-product .kt-images .kt-main-image{
    vertical-align: top;
}
.single-product .kt-images .kt-main-image{
    margin-bottom: 10px;
}
.single-product .kt-images .kt-thumbs{
    margin: 0 -5px;
}
.single-product .kt-images .item-thumb{
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 33.3333%;
}
.kt-zoom-thumbnails{
    margin-top: 10px;
}
.kt-zoom-thumbnails li{
    list-style: none;
}
.single-product .kt-images .owl-prev,
.single-product .kt-images .owl-next,
.kt-images-zoom .owl-prev,
.kt-images-zoom .owl-next{
    width: 30px;
    float: left;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 28px;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.single-product .kt-images .owl-prev,
.kt-images-zoom .owl-prev{
    left: -30px;
}
.single-product .kt-images .owl-next,
.kt-images-zoom .owl-next{
    right: -30px;
}
.single-product .kt-images .kt-thumbs:hover  .owl-prev,
.kt-images-zoom .kt-zoom-thumbnails:hover .owl-prev{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    left: 5px;
}
.single-product .kt-images .kt-thumbs:hover  .owl-next,
.kt-images-zoom .kt-zoom-thumbnails:hover .owl-next{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    right: 5px;
}
.single-product .kt-images .owl-prev:hover,
.single-product .kt-images .owl-next:hover,
.kt-images-zoom .owl-prev:hover,
.kt-images-zoom .owl-next:hover{
    background-color: #aaaaaa;
    color: #fff;
}
.no-sidebar .single-product .kt-images .kt-thumbs{
    margin: 0;
    width: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.no-sidebar .single-product .kt-images .kt-main-image{
    padding-left: 110px;
}
.no-sidebar .single-product .kt-images .item-thumb{
    padding: 0;
    margin-bottom: 11px;
    width: 100%;
    float: left;
}
.no-sidebar .single-product .kt-images .owl-prev,
.no-sidebar .single-product .kt-images .owl-next{
    width: 50%;
    height: 28px;
    position: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-sidebar .single-product .kt-images .owl-nav{
   overflow: hidden;
}
.no-sidebar .single-product .kt-images .kt-main-image{
    margin-bottom: 0;
}
.single-product .summary{
    margin-bottom: 60px;
    padding-top: 50px;
    padding-right: 30px;
    color: #888;
    font-size: 13px;
}
.single-product .summary p{
    margin: 0;
}
.single-product .summary .product_title{
    font-family: 'Microsoft JhengHei','微軟正黑體','Merriweather', serif;
    font-style: italic;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;

}
.single-product .summary .price{
    color: #333;
    font-family:'Microsoft JhengHei','微軟正黑體', 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.single-product .summary .stock{
    margin-bottom: 10px;
}
.single-product .summary .stock label{
    font-weight: normal;
    color: #444;
    margin: 0;
}
.single-product .summary .stock .fa{
    color: #9dc879;
}
.single-product .summary .rating{
    margin-bottom: 10px;
}
.single-product .summary .rating .fa{
    color: #ecc366;
}
.single-product .summary .short-descript{
    margin-bottom: 20px;
    line-height: 20px;
}
.single-product .summary label{
    color: #444;
    font-weight: normal;
    margin: 0;
}
.single-product .summary .variation_form_section{
    overflow: hidden;
}

table.variations-table {
    border-collapse: inherit;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    border: none;
}
table.variations-table tr {
    margin-bottom: 18px;
}
table.variations-table th, 
table.variations-table td{
    padding: 0;
    vertical-align: middle;
    margin-bottom: 13px;
    width: 100%;
    display: table;
    border: none;
}
table.variations-table th:last-child, 
table.variations-table td:last-child{
    margin-bottom: 0;
}
table.variations-table tr{
    margin-bottom: 5px;
    display: block;
}
table.variations-table tr:last-child{
    margin-bottom: 0;
}
table.variations-table .select-option a{
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 0;
    float: left;
    position: relative;
}
table.variations-table .select-option{
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}
table.variations-table .select-option.selected a:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
}
table.variations-table tbody{
    display: block;
    width: 100%l
}

.single-product .summary .quantity{
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single-product .summary .quantity label{
    display: block;
    margin-bottom: 10px;
}
.single-product .summary .quantity .qty {
    width: 60px;
    text-align: center;
    padding: 4px 0;
    margin-right: 23px;
    min-height: 34px;
}
.single-product .summary .single_add_to_cart_button {
    margin-right: 25px;
    float: left;
}
.single-product .summary .button.wishlist,
.single-product .summary .button.view,
.single-product .summary .button.compare,
.single-product .summary .button.magnifying,
.single-product .summary .button.mailto{
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    background-color: #aaaaaa;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.single-product .summary .share{
    display: inline-block;
}
.single-product .summary .share span{
    display: inline-block;
    height: auto;
}
.zoom,
.imagezoom{
    cursor: zoom-in;
}

.product-tabs{
    border-top:1px solid #ececec;
}
.product-tabs .nav-tab{
    padding: 10px 5px 0 5px;
    overflow: hidden;
}
.product-tabs .nav-tab li{
    list-style: none;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 5px;
}
.product-tabs .nav-tab li a{
    display: inline-block;
    background-color: #f1f1f1;
    padding: 9px 50px;
    color: #666;
}

.product-tabs .nav-tab li.active a,
.product-tabs .nav-tab li a:hover{
    background-color: #d4c6bd;
    color: #fff;
}
.product-tabs .tab-container{
    vertical-align: top;
    padding: 30px;
}
.no-sidebar .product-tabs{
    display: table;
    width: 100%;
}
.no-sidebar .product-tabs .nav-tab{
    display: table-cell;
    margin: 0;
    border-right: 1px solid #ececec;
    width: 262px;
    padding: 10px;
}
.no-sidebar .product-tabs .nav-tab li{
    display: block;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.no-sidebar .product-tabs .nav-tab li a{
    width: 100%;
}
.no-sidebar .product-tabs .tab-container{
    display: table-cell;
}
.no-sidebar .single-product .summary table.variations-table tr{
    width: 50%;
    float: left;
}

/* REVIEW */
#reviews .review-title{
    margin-bottom: 50px;
    font-size: 20px;
}
#reviews .commentlist .comment{
    list-style: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
#reviews .commentlist .comment:last-child{
    margin-bottom: 0;
    border: none;
}
#reviews .avatar{
    width: 70px;
    height: 70px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#reviews .comment-text{
    overflow: hidden;
    padding-left: 20px;
}
#reviews .comment-text .rating{
    color: #ecc366;
    font-size: 10px;
}
#review_form{
    margin-top: 50px;
}
#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea{
    width: 100%;
}
#review_form label{
    font-weight: normal;
    display: block;
}
#review_form .stars{
    margin: 0;
}
#review_form .stars a{
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding: 0 10px;
    line-height: 12px;
}
#review_form .stars a:first-child{
    padding-left: 0;
}
#review_form .stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}
#review_form .stars .star-1:before {
    content: "\f005";
}
#review_form .stars  .star-2:before {
    content: "\f005\f005";
}
#review_form .stars .star-3:before {
    content: "\f005\f005\f005";
}
#review_form .stars .star-4:before {
    content: "\f005\f005\f005\f005";
}
#review_form .stars .star-5:before {
    content: "\f005\f005\f005\f005\f005";
}
#review_form .stars a:hover,
#review_form .stars a.active{
    color: #ffcc33;
}
/* related and upsells */
.related.products,
.upsells.products{
    margin-top: 50px;
}
/* CHECKOUT */
.block-form{
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 30px;
}
.block-form p{
    margin-bottom: 30px;

}
/*.block-form p:last-child{
    margin-bottom: 0;
}*/
.block-form input[type="text"]{
    width: 100%;
}
.form-heading{
    background-color: #262626;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
table.shop_table{
    margin-bottom: 25px;
}
table.shop_table,
table.shop_table th,
table.shop_table td{
    border: none;
}
table.shop_table th,
table.shop_table td{
    border-bottom: 1px solid #ececec;
    padding: 14px 0;
}
table.shop_table th:last-child,
table.shop_table td:last-child{
    text-align: right;
}
table.cart th{
    background-color: #262626;
    color: #fff;
    font-weight: normal;
    font-family: 'Microsoft JhengHei','微軟正黑體','Montserrat';
    padding: 9px 30px;
    text-align: center;
}
table.cart td,
table.cart td:last-child,
table.cart th:last-child{
    text-align: center;
}
table.cart .product{
    text-align: left;
    vertical-align: top;
}
table.cart .product-thumb{
    float: left;
    width: 100px;
}
table.cart .product-info{
    overflow: hidden;
    padding-left: 25px;
}
table.cart .product-price,
table.cart .product-subtotal,
table.cart .order-total{
    font-family: 'Microsoft JhengHei','微軟正黑體','Montserrat';
    color: #333;
}
table.cart .order-total{
    font-size: 18px;
}
table.cart .product-info .product-name{
    margin-bottom: 0;
}
table.cart .product-info .product-name a{
    font-family: 'Microsoft JhengHei','微軟正黑體','Merriweather', serif;
    font-style: italic;
    font-size: 13px;
    color: #888;
}
table.cart .quantity .qty{
    padding: 7px 0;
    width: 60px;
    text-align: center;
}
table.cart .remove{
    color: #aaa;
}
.block-form label{
    font-weight: normal;
    color: #333;
}
.block-form .payment_methods{
    padding: 0;
    padding-bottom: 57px;
}
.block-form .payment_methods p{
    margin-bottom: 0
}
.block-form .payment_methods li{
    list-style: none;
    margin-bottom: 45px;
}
.block-form .payment_methods li .input-radio{
    float: left;
}
.block-form .payment_methods li label,
.block-form .payment_methods li .payment_box{
    padding-left: 30px;
}
.block-form .payment_methods li label{
    padding-left: 18px;
}
.block-form .block-form-footer{
    background-color: #fafafa;
    padding: 28px 68px;
}

.block-form.order-review  .form-heading{
    margin-bottom: 10px;
}
.block-form.payment  .form-heading{
    margin-bottom: 25px;
}

.activities_info
{
	margin-left: -70px; 
	background-image: url("../img/activities_info.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.activities_info:hover
{
	margin-left: -70px; 
	background-image: url("../img/activities_info_hover.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.activities_info_font
{

	color:#55c6ff;
}
.activities_info_font:hover
{

	color:#fdc6df;
}
.donate_div2
{
	padding-left:18px;
}
.donate_div3
{
	padding-right:13px;
}


@media only screen and (max-width: 420px) {
.donate_div4
{
	padding-right:13px;
}
}

.topic_tag
{
  border:1px #31BAFF solid;
  border-radius:50px;
  margin:2px;
  padding:2px 15px;
  float:left
}
.topic_tag:hover
{
  border:1px #31BAFF solid;
  border-radius:50px;
  background-color: #31BAFF;
  color: #fff;
}



