body {
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 0;
}
a {
    text-decoration:none;
	color: #1366c0;
}
a:hover {
    text-decoration:none;
	color: #8cc63f;
}
/*============================================================
首頁
============================================================*/
.top_banner {
  position: relative;
  overflow: hidden;
}
.top_banner .bg {
  width: 100%;
  margin-top:3rem;
}
.top_banner .b1 {
  display: none;
}
.top_banner .b2 {
  display: block;
}
.ticket .b1 {
  display: none;
}
.ticket .b2 {
  display: block;
}
.top_banner .pictit img {
  max-width:50%;
  position: absolute;
  top: 7%;
  left: 30%;
  margin-top: 1.5%;
  animation: oxxo 1.6s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.top_banner .pictit1  {
  width: 45%;
  font-family: ar-fangxinshuh7b5std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17pt;
  text-align: center;
  letter-spacing:0px;
  line-height:35px;
  position: absolute;
  display:inline;
  background: rgba(255%,255%,255%,0.65);
  border-color:rgba(255%,255%,255%,0.1);
  /*box-shadow:0px 0px 20px 1px #333351; */
  border-style:solid;
  border-radius: 10px;
  color: #000000;
  top: 55%;
  left: 28%;
  margin-top: -2%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1 P{
  display:inline;
  font-size: 15pt;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================================================
表單
============================================================*/
.gift_bg {
  width: 100%;
  height: 25rem;
  background-image: url("../images/pic9_bg.png");
  padding: 35px 0 0px 0;
}
.container img {
    width: 50%;
	margin-top:0%;
    margin-left:25%;
}
.pictit2 {
    width: 80%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 11pt;
    text-align: left;
	letter-spacing:1px;
	line-height:20px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	border-radius: 10px;
	margin-top:-5rem;	
	margin-left:10%;
    color: #ffffff;
}
.pictit2 p{
    font-size: 11pt;
}
.formwp {
  height: 25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  position: relative;
}
.formwp::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}
.formwp::after {
  top: auto;
  bottom: -8px;
}
.formwp .ftable1 {
  margin-bottom: 2%;
  text-align: center;
  color: #2e3192;
  font-weight: bold;
  font-size: 1.2em;
}
.formwp .ftable2 {
  margin-bottom: 0;
  margin-top: 2%;
  text-align: center;
}
.edm_form .edm_form_addinput.small, .edm_form .edm_form_addinput.small + .form-control {
  width: 100%;
}
.edm_form .edm_form_addinput.small + .form-control {
  margin-left: 0;
}
.edm_form .custom-control a {
  color: #ffecbd;
}
.edm_form .submit_btn {
  background-color: #f8324e;
}
.edm_form .submit_btn:hover {
  background-color: #a80f24;
}
.c_red {
  color: #dc001e;
}
.att_blue {
  color: #2f70b7;
  font-weight: bolder;
  font-size: 1.2rem;
}
.atten_tit {
  color: #2f70b7;
}
#eform_object {
  height: 200px;
}
/*============================================================
用科技讓學習更有效
============================================================*/
.se_03 {
  height: 84rem;
  background-color: #fcebde;
  text-align: center;
  padding-bottom: 2rem;
}
.logo1 {
	width:15%;
    position: absolute;
	margin-top: 2.5%;
    margin-left:45%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.logo1:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.introduce1 {
    width: 80%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 15pt;
    text-align: left;
	letter-spacing:1px;
	line-height:50px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	/*box-shadow:0px 0px 20px 1px #333351; */
	border-style:solid;
	border-radius: 10px;
	margin-top:13rem;	
	margin-left:10%;
    color: #4d4d4d;
}
.introduce1 h2{
	display:inline;	
	font-style: normal;
    font-size: 15pt;
	color: #68c1dd;
}
.introduce1 P{
    font-size: 15pt;
	display:inline;
    color: #4d4d4d;
}
.p01 {
	width:22%;
    position: absolute;
	margin-top:28rem;
    margin-left:15%;
	animation: oxxo 2s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.p02 {
	width:25%;
    position: absolute;
	margin-top:30rem;
    margin-left:65%;
	animation: oxxo 2s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.readmoo {
	width:15%;
    position: absolute;
	margin-top:31rem;
    margin-left:45%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.readmoo:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.introduce2 {
    width: 80%;
    height: 25rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 15pt;
    text-align: left;
	letter-spacing:1px;
	line-height:50px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	/*box-shadow:0px 0px 20px 1px #333351; */
	border-style:solid;
	border-radius: 10px;
	margin-top:55rem;	
	margin-left:10%;
    color: #4d4d4d;
}
.introduce2 h2{
	display:inline;
	font-style: normal;
    font-size: 15pt;
	color: #87bc00;
}
.introduce2 P{
    font-size: 15pt;
	display:inline;
    color: #4d4d4d;
}
/*============================================================
注意事項
============================================================*/
.se_04 {
  height: 50rem;
  background-color: #e3eef9;
  text-align: center;
  padding-bottom: 2rem;
}
.notice {
	width:15%;
    position: absolute;
	margin-top: 3%;
    margin-left:43%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.introduce3 {
    width: 70%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 15pt;
    text-align: left;
	letter-spacing:1px;
	line-height:50px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	/*background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	box-shadow:0px 0px 20px 1px #333351;
	border-style:solid; */
	border-radius: 10px;
	margin-top:11rem;	
	margin-left:15%;
    color: #4d4d4d;
}
.introduce3 P{
	font-style: normal;
    font-size: 15pt;
    color: #4d4d4d;
}
/*============================================================
footer
============================================================*/
.edm_footer_001  {
	height:6.25rem;
	display: block;
    position: relative;
    color: #fff;
    background-color: #235784;
}
.edm_footer_001-m  {
    display: none;
}
.edm_footer_001 .svg {
	color: #fff;
	fill: #fff
}
.edm_footer_001 .icon_list > li > p {
	color: #fff;
	font-weight: bold;
    margin: .5em 0 .5em 40px;
    line-height: 1.5em;
	font-size: 21px;
}
.edm_footer_001 .icon_list > li {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width:1680px) {
.top_banner .pictit img {
  max-width:40%;
}
.top_banner .pictit1 {
  margin-top: -1.5%;
}
.se_03 {
  margin-top:-1%;
  padding-bottom: 2rem;
}
.logo1 {
    margin-left:44%;
}
.introduce1 {
	width: 90%;
	margin-left:5%;
}
.readmoo {
    margin-left:44%;
}
.introduce2 {
    width: 90%;
    height: 23rem;
	margin-left:5%;
	padding:10px 60px;
}
.se_04 {
  height: 50rem;
}
.introduce3 {
    width: 90%;
	margin-left:5%;
	margin-top:8rem;
	padding:10px 60px;
}
}
@media screen and (max-width:1440px) {
.top_banner .pictit img {
  margin-top: 3%;
}
.top_banner .pictit1 {
  width: 60%;

  font-size: 14pt;
  margin-top: -1.5%;
  left: 20%;
}
.gift_bg {
  height: 21rem;
}
#eform_object {
  height: 170px;
}
.se_03 {
  height: 81rem;
}
.introduce1 {
	width: 90%;
	margin-top:11rem;
	margin-left:5%;
}
.readmoo {
	margin-top:29rem;
}
.introduce2 {
    width: 90%;
    height: 28rem;
	margin-top:50rem;	
	margin-left:5%;
	padding:10px 80px;
}
.se_04 {
  height: 53rem;
}
.introduce3 {
    width: 90%;
	margin-left:5%;
	margin-top:8rem;
	padding:10px 80px;
}
}
@media screen and (max-width:1280px) {
.top_banner .pictit img {
  margin-top: 2%;
}
.top_banner .pictit1 {
  font-size: 14pt;
  margin-top: -1%;
}
.se_03 {
	margin-top:-3%;
    height: 78rem;
}
.introduce2 {
    width: 90%;
	margin-top:47rem;	
	padding:10px 50px;
}
.se_04 {
  height: 60rem;
}
.introduce3 {
    width: 90%;
	margin-left:5%;
	margin-top:6rem;
	padding:10px 50px;
}
}
@media screen and (max-width:1024px) {
.top_banner .pictit img {
  margin-top: 4%;
}
.top_banner .pictit1  {
  width: 80%;
  font-family: ar-fangxinshuh7b5std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14pt;
  text-align: center;
  letter-spacing:0px;
  line-height:35px;
  position: absolute;
  display:inline;
  background: rgba(255%,255%,255%,0.65);
  border-color:rgba(255%,255%,255%,0.1);
  /*box-shadow:0px 0px 20px 1px #333351; */
  border-style:solid;
  border-radius: 10px;
  color: #000000;
  top: 55%;
  left: 10%;
  margin-top: 0%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1 P{
  display:inline;
  font-size: 15pt;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.gift_bg {
  height: 25rem;
}
#eform_object {
  height: 230px;
}
.se_03 {
	margin-top:-15%;
    height: 68rem;
}
.logo1 {
	width:20%;
    margin-left:41%;
}
.introduce1 {
    font-size: 12pt;
	line-height:40px;
	padding:10px 30px;
}
.introduce1 h2{
    font-size: 12pt;
}
.introduce1 P{
    font-size: 12pt;
}
.readmoo {
	width:20%;
	margin-top:27rem;
    margin-left:41%;
}
.introduce2 {
	height: 23rem;
    font-size: 12pt;
	line-height:40px;
	margin-top:43rem;
	padding:10px 30px;
}
.introduce2 h2{
    font-size: 12pt;
}
.introduce2 P{
    font-size: 12pt;
}
.notice {
	width:20%;
    margin-left:38%;
}
.se_04 {
  height: 53rem;
}
.introduce3 {
    width: 100%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 12pt;
    text-align: left;
	letter-spacing:1px;
	line-height:50px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	/*background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	box-shadow:0px 0px 20px 1px #333351;
	border-style:solid; */
	border-radius: 10px;
	margin-top:6rem;	
	margin-left:0%;
    color: #4d4d4d;
}
.introduce3 P{
	font-style: normal;
    font-size: 12pt;
    color: #4d4d4d;
}
.edm_footer_001  {
	height:9rem;
	display: block;
    position: relative;
    color: #fff;
    background-color: #235784;
}
}
@media screen and (max-width:768px) {
/*============================================================
首頁
============================================================*/
.top_banner {
  position: relative;
  overflow: hidden;
}
.top_banner .bg {
  width: 100%;
}
.top_banner .b1 {
  display: block;
}
.top_banner .b2 {
  display: none;
}
.ticket .b1 {
  display: block;
}
.ticket .b2 {
  display: none;
}
.top_banner .pictit img {
  max-width:70%;
  position: absolute;
  top: 7%;
  left: 15%;
  margin-top: 1.5%;
  animation: oxxo 1.6s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.top_banner .pictit1 {
  width: 90%;
  font-family: ar-fangxinshuh7b5std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15pt;
  text-align: center;
  letter-spacing:0px;
  line-height:35px;
  position: absolute;
  background: rgba(255%,255%,255%,0.65);
  border-color:rgba(255%,255%,255%,0.1);
  /*box-shadow:0px 0px 20px 1px #333351; */
  border-style:solid;
  border-radius: 10px;
  color: #000000;
  top: 35%;
  left: 5%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1 P{
  font-size: 15pt;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================================================
表單
============================================================*/
.gift_bg {
  width: 100%;
  height: 25rem;
  background-image: url("../images/pic9_bg.png");
  padding: 35px 0 0px 0;
}
.container img {
    width: 70%;
	margin-top:0%;
    margin-left:15%;
}
.pictit2 {
    width: 80%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 11pt;
    text-align: left;
	letter-spacing:1px;
	line-height:20px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	border-radius: 10px;
	margin-top:-5rem;	
	margin-left:10%;
    color: #ffffff;
}
.pictit2 P{
    font-size: 11pt;
}
.formwp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  position: relative;
}
.formwp::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}
.formwp::after {
  top: auto;
  bottom: -8px;
}
.formwp .ftable1 {
  margin-bottom: 2%;
  text-align: center;
  color: #2e3192;
  font-weight: bold;
  font-size: 1.2em;
}
.formwp .ftable2 {
  margin-bottom: 0;
  margin-top: 2%;
  text-align: center;
}
.edm_form .edm_form_addinput.small, .edm_form .edm_form_addinput.small + .form-control {
  width: 100%;
}
.edm_form .edm_form_addinput.small + .form-control {
  margin-left: 0;
}
.edm_form .custom-control a {
  color: #ffecbd;
}
.edm_form .submit_btn {
  background-color: #f8324e;
}
.edm_form .submit_btn:hover {
  background-color: #a80f24;
}
.c_red {
  color: #dc001e;
}
.att_blue {
  color: #2f70b7;
  font-weight: bolder;
  font-size: 1.2rem;
}
.atten_tit {
  color: #2f70b7;
}
#eform_object {
  height: 230px;
}
/*============================================================
用科技讓學習更有效
============================================================*/
.se_03 {
  height: 82rem;
  background-color: #fcebde;
  text-align: center;
  padding-bottom: 2rem;
  margin-top:0%;
}
.logo1 {
	width:50%;
    position: absolute;
	margin-top: 12%;
    margin-left:45%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.logo1:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.introduce1 {
    width: 90%;
    height: 15rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 13pt;
    text-align: left;
	letter-spacing:1px;
	line-height:30px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	/*box-shadow:0px 0px 20px 1px #333351; */
	border-style:solid;
	border-radius: 10px;
	margin-top:18rem;	
	margin-left:5%;
    color: #4d4d4d;
}
.introduce1 h2{
    font-size: 13pt;
	display:inline;
	color: #68c1dd;
}
.introduce1 P{
    font-size: 13pt;
	display:inline;
    color: #4d4d4d;
}
.p01 {
	width:40%;
    position: absolute;
	margin-top:5%;
    margin-left:5%;
	animation: oxxo 2s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.p02 {
	width:50%;
    position: absolute;
	margin-top:35rem;
    margin-left:45%;
	animation: oxxo 2s infinite;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.readmoo {
	width:40%;
    position: absolute;
	margin-top:33rem;
    margin-left:8%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.readmoo:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.introduce2 {
    width: 90%;
    height: 26rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 13pt;
    text-align: left;
	letter-spacing:1px;
	line-height:30px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	/*box-shadow:0px 0px 20px 1px #333351; */
	border-style:solid;
	border-radius: 10px;
	margin-top:53rem;	
	margin-left:5%;
    color: #4d4d4d;
}
.introduce2 h2{
    font-size: 13pt;
	display:inline;
	color: #87bc00;
}
.introduce2 P{
    font-size: 13pt;
	display:inline;
    color: #4d4d4d;
}
/*============================================================
注意事項
============================================================*/
.se_04 {
  height: 70rem;
  background-color: #e3eef9;
  text-align: center;
  padding-bottom: 2rem;
}
.notice {
	width:50%;
    position: absolute;
	margin-top: 5%;
    margin-left:21%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.introduce3 {
    width: 100%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 12pt;
    text-align: left;
	letter-spacing:1px;
	line-height:50px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	/*background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	box-shadow:0px 0px 20px 1px #333351;
	border-style:solid; */
	border-radius: 10px;
	margin-top:9rem;	
	margin-left:0%;
    color: #4d4d4d;
}
.introduce3 P{
	font-style: normal;
    font-size: 12pt;
    color: #4d4d4d;
}
/*============================================================
footer
============================================================*/
.edm_footer_001  {
	height:11rem;
	display: block;
    position: relative;
    color: #fff;
    background-color: #235784;
}
.edm_footer_001-m  {
    display: none;
}
.edm_footer_001 .svg {
	color: #fff;
	fill: #fff
}
.edm_footer_001 .icon_list > li > p {
	color: #fff;
	font-weight: bold;
    margin: .5em 0 .5em 40px;
    line-height: 1.5em;
	font-size: 21px;
}
.edm_footer_001 .icon_list > li {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff;
}
}
@media screen and (max-width:480px) {
.top_banner .pictit img {
  max-width:65%;
  position: absolute;
  top: 10.5%;
  left: 17.5%;
  margin-top: 1.5%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1  {
  width: 90%;
  font-family: ar-fangxinshuh7b5std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12pt;
  text-align: center;
  letter-spacing:0px;
  line-height:35px;
  position: absolute;
  display:inline;
  background: rgba(255%,255%,255%,0.65);
  border-color:rgba(255%,255%,255%,0.1);
  /*box-shadow:0px 0px 20px 1px #333351; */
  border-style:solid;
  border-radius: 10px;
  color: #000000;
  top: 35%;
  left: 5%;
  margin-top: 0%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1 P{
  display:inline;
  font-size: 12pt;
}
@keyframes oxxo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.gift_bg {
  width: 100%;
  height:40rem;
  background-image: url("../images/pic9_bg.png");
  padding: 35px 0 0px 0;
}
.container img {
    width: 80%;
    margin-left:10%;
}
.pictit2 {
    width: 85%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 11pt;
    text-align: left;
	letter-spacing:1px;
	line-height:20px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	border-radius: 10px;
	margin-top:-5rem;	
	margin-left:5%;
    color: #ffffff;
}
.pictit2 P{
    font-size: 11pt;
}
.formwp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  position: relative;
}
.formwp::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}
.formwp::after {
  top: auto;
  bottom: -8px;
}
.formwp .ftable1 {
  margin-bottom: 2%;
  text-align: center;
  color: #2e3192;
  font-weight: bold;
  font-size: 1.2em;
}
.formwp .ftable2 {
  margin-bottom: 0;
  margin-top: 2%;
  text-align: center;
}
.edm_form .edm_form_addinput.small, .edm_form .edm_form_addinput.small + .form-control {
  width: 100%;
}
.edm_form .edm_form_addinput.small + .form-control {
  margin-left: 0;
}
.edm_form .custom-control a {
  color: #ffecbd;
}
.edm_form .submit_btn {
  background-color: #f8324e;
}
.edm_form .submit_btn:hover {
  background-color: #a80f24;
}
.c_red {
  color: #dc001e;
}
.att_blue {
  color: #2f70b7;
  font-weight: bolder;
  font-size: 1.2rem;
}
.atten_tit {
  color: #2f70b7;
}
#eform_object {
  height: 500px;
}
.se_03 {
  height: 72rem;
  margin-top:-80%;
}
.introduce1 {
    height: 13rem;
    font-size: 11pt;
	line-height:25px;
	margin-top:13rem;	
}
.introduce1 h2{
    font-size: 11pt;
}
.introduce1 P{
    font-size: 11pt;
}
.p02 {
	margin-top:28rem;
}
.readmoo {
	margin-top:27rem;
}

.introduce2 {
    height: 30rem;
    font-size: 11pt;
	line-height:25px;
	margin-top:40rem;	
}
.introduce2 h2{
    font-size: 11pt;
}
.introduce2 P{
    font-size: 11pt;
}
.se_04 {
  height: 65rem;
  background-color: #e3eef9;
  text-align: center;
  padding-bottom: 2rem;
}
.introduce3 {
    width: 100%;
    height: 12rem;
	position: absolute;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
    font-weight: 700;
    font-size: 12pt;
    text-align: left;
	letter-spacing:1px;
	line-height:25px;
    display:-webkit-box;
    -webkit-box-align:center;/* 垂直居中 */
    -webkit-box-pack:center;/* 水平居中 */
	/*background: rgba(255%,255%,255%,0.65);
	border-color:rgba(255%,255%,255%,0.1);
	box-shadow:0px 0px 20px 1px #333351;
	border-style:solid; */
	border-radius: 10px;
	margin-top:9rem;	
	margin-left:0%;
    color: #4d4d4d;
}
.introduce3 P{
	font-style: normal;
    font-size: 12pt;
    color: #4d4d4d;
}
.edm_footer_001  {
	height:16rem;
}
}
@media screen and (max-width:460px) {	
}
@media screen and (max-width:424px) {
.se_03 {
  height: 72rem;
  margin-top:-100%;
}
.se_04 {
  height: 75rem;
  background-color: #e3eef9;
  text-align: center;
  padding-bottom: 2rem;
}
}
@media screen and (max-width:414px) {	
}
@media screen and (max-width:384px) {
.top_banner .pictit img {
  margin-top: 3%;
}
.top_banner .pictit1  {
  width: 90%;
  font-family: ar-fangxinshuh7b5std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10pt;
  text-align: center;
  letter-spacing:0px;
  line-height:35px;
  position: absolute;
  display:inline;
  background: rgba(255%,255%,255%,0.65);
  border-color:rgba(255%,255%,255%,0.1);
  /*box-shadow:0px 0px 20px 1px #333351; */
  border-style:solid;
  border-radius: 10px;
  color: #000000;
  top: 35%;
  left: 5%;
  margin-top: 0%;
  animation: oxxo 1.6s infinite;
}
.top_banner .pictit1 P{
  display:inline;
  font-size: 10pt;
}
.pictit2 {	
	margin-left:5%;
}
.pictit2 P{	
	margin-left:5%;
}
.se_03 {
  height: 75rem;
  margin-top:-115%;
}
.introduce1 {
    height: 15rem;
	line-height:25px;
	margin-top:11rem;	
}
.introduce2 {
    height: 36rem;
	line-height:25px;
	margin-top:38rem;	
}
.se_04 {
  height: 75rem;
  background-color: #e3eef9;
  text-align: center;
  padding-bottom: 2rem;
}
.introduce3 {
    height: 12rem;
	line-height:25px;
	margin-top:5rem;	
}
.introduce3 P{
	line-height:25px;	
}
}
@media screen and (max-width:375px) {	
.edm_footer_001  {
	height:18rem;
}
}