@charset "UTF-8";
.cssAll {
  font-family: "微軟正黑體";
  font-weight: 300;
}

*{
	font-family: "微軟正黑體";
}
body {
  background-color: #E6E7ED;
}

.title {
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  font-size: 25px;
}
.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  font-size: 25px;
}
.content-SubTitle {
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  font-size: 25px;
}
.content-title::after,
.content-SubTitle::after {
  content: "";
  width: 6%;
  height: 6px;
  margin: 5px auto 0 auto;
  background: #4e0075;
  background: -moz-linear-gradient(top, #4e0075 22%, #960078 100%);
  background: -webkit-linear-gradient(top, #4e0075 22%,#960078 100%);
  background: linear-gradient(to bottom, #4e0075 22%,#960078 100%);
  display: block;
}
@media screen and (max-width:991px) {
  .content-title {
    font-size: 22px;
    padding: 15px 0;
    background-color: #def2fc;
  }
  .content-title::after,
  .content-SubTitle::after {
    content: "";
    width: 20%;
    height: 6px;
    margin: 5px auto 0 auto;
    background: #4e0075;
    background: -moz-linear-gradient(top, #4e0075 22%, #960078 100%);
    background: -webkit-linear-gradient(top, #4e0075 22%,#960078 100%);
    background: linear-gradient(to bottom, #4e0075 22%,#960078 100%);
    display: block;
  }
}
/* .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: linear-gradient(to bottom, #5B86E5, #36D1DC);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 5px;
} */

.pcChildrenNodeimg{
	/*position: absolute;*/
	z-index: 99;
}

.phoneChildrenNodeimg{
	position: absolute;	
}
@media screen and (max-width:766px) {
	.pcChildrenNodeimg{
		position: absolute;
	    z-index: -1;
	}
	
	.phoneChildrenNodeimg{
		position: inherit;
		z-index: 99;	
	}

}
.breadCrumb {
   background-color: rgba(255, 197, 0);
}
.breadCrumb ol.breadcrumb li.now a {
    color: white;
}
button.owl-dot.active {
    display: inline-block;
}
