@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'FontAwesome';
/*   src: url("../fonts/fontawesome-webfont.eot"); */
/*   src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}

.send a {
    background: #f3a512;
    padding: 1rem 2rem;
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.send a:hover {
    background: #ffd24c;
}

.form_end {
	color:#ffffff;
}

.form_end div {
	
  display:inline-block;
}

.red_word {
	
  width:64%;
  text-align:right;
}

.end_img {
  text-align:center;
  margin:0 0 3% auto;
}
.end_img img
{
  width:66%;
}


a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}


.test {
	  overflow:hidden!important;
		
	}

@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  /* background-color: #334a70; */
  background-color: #3d4961;
  margin: 0;
  padding: 0;
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #d61518 !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 15;
}

@media only screen and (min-width: 360px) {
	.btn-top, .btn-top:active, .btn-top:focus {
     right: 17px;
	}
	.btn-go-form {
 
     right: 17px!important;
	}
}

@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form:hover {
  color: #d61518 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #d61518;
  z-index: 999;
}


@media only screen and (min-width: 481px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 30px;
	
  }
}
.top-link .top-link-nav {
  margin: 6px 0 0 0;
  justify-content: center;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
     justify-content: flex-end; 
	
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 95%;
  padding: 0 10px;
  border-right: #fff 1px solid;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
   .edm-wrapper-default {
	width:745px!important;
   }
}
.top-link .top-link-nav a:hover {
  color: #ffde00 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

.edm-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper {
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1200px;
    padding: 35px 0 0 0;
  }
}

header {
  position: relative;
  width: 100%;
  margin: 0 auto -2px auto;
  padding: 0;
  overflow: hidden;
  height:auto;
}
header img {
  width: 100%;
}

.total-container {
  /* width: 100%; */
 
}



.b-pc {
  display: none;
}
.b-mobile{
  display: block;
  position:relative;
  width: 100%;
  margin: 0 auto 0 auto;
}


.btn-logo {
  position: absolute;
  margin: 5% 0 0 23%;
  width: 15%;
  height: 12%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}


@media only screen and (min-width: 360px) {

	.btn-top.cd-fade-out {
     right: 15px;
    }
	.btn-top, .btn-top:active, .btn-top:focus {
     right: 15px;
    }
	.btn-go-form {
      right: 15px!important;
    }
	
	.btn-logo {
    margin: 13% 0 0 30%;
    width: 45%;
    height: 13%;
	}
	.end_img img{
		width:100%;
		margin:5% auto;
	}
	.red_word {
		display:none !important;
	}
	.sec1 div.bg1 img{
		
	  display:none !important;
	 
	}
	
	.bg1-mobile {
		
	 position: absolute;
     /* left: -4%; */
	 top:90%;
	 overflow:hidden;
	}
	.bg2-mobile {	
	 position: absolute;
     right: 0%;
	 text-align:right;
     top: 93%;
	 overflow:hidden;
	}
	.bg1-mobile img{
		
	 width:60%;
	
	}
	.bg2-mobile img{
		
	 width:65%;
	
	}
	.sec1 div.bg2 img{
		
	  display:none !important;
	 
	}
	
	.sec1_mddle img {
      width: 96%;
      margin: auto 2%;
    }
	.sec1_mddle {
      position: relative!important;
      margin: -13% auto!important;
    }
	
	
	.secbox-edm-form {
   
    margin: 0% auto !important;
	}
	.sec1_text {
     position: relative!important;
	 margin: 0% 0% auto!important;
	 font-size: 112%!important;
	 margin:7% auto!important;
	}
	.sec1_tetxt1 {
     position: relative!important;
	 margin: 5% 0 37% 4%!important;
	 width:100%!important;
	 line-height:normal;
	 font-size: 140%!important;
	}
	.sec1_mddle img {
     width: 100%!important;
     margin: auto 0%!important;
    }
	.sec1_title2 img {
     width: 100%!important;
    }
	.sec1_girl {
     position: relative!important;
     text-align: center!important;
     margin: 0% auto!important;
    }
	.sec1_title2 {
     margin: 16% 0 0 2%!important;
    }
	.text212 {
     font-size: 80%!important;
    }
	.test_ckde2 {
     font-size: 60%!important;
     margin: 0 0 0 2%;
    }
	.test_ckde1 {
     font-size: 60%!important;
     padding: 20px 0px 5px 0px;
    }
	.test_ckde {
     margin: 0% auto;
     font-size: 60%!important;
     line-height: 120%;
    }
	.sec1_tetxt1 p.hfg {
     display: block!important;
	 margin: 0 0 -5% auto;
	 z-index:9;
	 position:relative;
    }
	
	.text_girl2 {
     position: absolute!important;
     padding: 0% 0% 0% 0%!important;
     margin: -39% 0 0 16%!important;
    
    }
	
	.sai {
     position: absolute;
     text-align: center;
     padding-left: 11%;
     width: 75%;
     margin: 57% 0 0 0%!important;
     z-index: 9!important;
    }
	
	.secbox-edm-list {
   
     margin: 50% 0 0% 0!important;
	
	}
	.sec1_mddle2 img {
     width: 95%!important;
     margin: auto 2.5%!important;
    }
	.sec1 div.list_bg1 img {
    width: 40%;
    display: inline-block !important;
    }
	.sec1 div.list_bg2 img {
    width: 40%;
    display: inline-block !important;
    }
	.list_bg1 {
    position: absolute !important;
    left: -6% !important;
    top: 2% !important;
    margin: 3% auto !important;
    padding-bottom: 13% !important;
	overflow:hidden;
    z-index: 1;
   }
   .list_bg2 {
   
    left: 74%!important;
   }
   .sai1 {
    position: inherit!important;
    text-align: center!important;
    /* width: 100%!important; */
    top:71%;
	right:9%;
   }
   .sai1 img {
	width: 100%!important;  
   }
   .ddas11 > div.das11 img {
    width: 100%;
    margin: 0 0 0 0%!important;
    background-color: #ffffff!important;
   }
   .das11 img {
    width: 100%;
    margin: 0 0 0 3%!important;
    background-color: #ffffff!important;
   }
   .ddas11 div {
    display: inline-flex;
    width: 340px!important;
    height: 207px!important;
    padding: 33px 0px 0px 0px!important;
   }
   .ddas11 {
    top: 6%!important;
    z-index: 9!important;
   }
   .zxc32 div.sed55 {
    width: 180px !important;
   }
   .zxc32 {
    position: absolute;
    text-align: center;
    top: -4%!important;
    left: 1%!important;
   }
   .zxc32 div {
    display: inline-block;
    width: 330px !important;
    height: 70px !important;
    padding: 0 0px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
   }
   .zxc32 div.zxc34 {
    position: absolute;
    top: 44%!important;
    left: 3%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
  }
  .zxc33 p.sss {
    font-size: 138%!important;
    margin: 20% 0 0 4%!important;
  }
  .zxc111 {
    position: absolute;
    text-align: center;
    top: 46%!important;
    left: 1%!important;
  }
  .das12 img {
    width: 100%;
    margin: 0 0 0 0%!important;
	background-color: #ffffff!important;
  }
  .zxc111 div {
    display: inline-block;
    width: 330px !important;
    height: 70px !important;
    padding: 0 1px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
  }
  .zxc111 div.zxc36 {
    position: absolute;
    top: 44%!important;
    left: 3%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
  }
  .list0 {
    font-size: 180%;
    margin: 5% 0 0 2%!important;
  }
  .list1 {
    font-size: 96%!important;
    margin: 0 0 0 1%!important;
  }
 
  .ddas13 {
    top: 34%!important;
  } 
  .ddas13 div {
    display: inline-flex;
    width: 340px!important;
    height: 207px;
    padding: 0px 42px 0px 0px;
   }
   .cvf div {
	 width:330px !important;  
   }
   
   .cvf div.zxc34 {
    position: absolute;
    top: 34%!important;
    left: 2%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
   }
   .juk img {
	margin:9% 0 0 3% !important;   
   }
   .dfg {
	top: 52%!important;
   }
   .dfg div {
    display: inline-block;
    width: 330px !important;
    height: 70px !important;
    padding: 0 1px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
  }
  .dfg div.zxc36 {
    position: absolute;
    top: 31%!important;
    left: 3%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
  }
  .ddas14 {
	  top:63% !important;
  }
  .qqw div {
	  width:330px !important;
  }
  .qqw div.zxc34 {
    position: absolute;
    top: 33%!important;
    left: 2%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
  }
  .zas p.list2 {
	font-size:135%!important;  
	margin:19% 0 0 1% !important;
  }
  .sdw p.list2 {
	font-size:138%!important;  
	margin:20% 0 0 23% !important;
  }
  .ghg p.list2 {
	font-size:138%!important;  
	margin:19% 0 0 19% !important;
  }
  .zxc33 p.sss1 {
    font-size: 138%!important;  
    margin: 19% 0 0 11%!important;  
   }
  .tyh img {
    margin: 13% 0 0 3%!important;
  }
  .aaas {
	  top:53% !important;
  }
  .aaas div {
    display: inline-block;
    width: 330px !important;
  }
  .aaas div.zxc36 {
    position: absolute;
    top: 32%!important;
    left: 3%!important;
    font-size: 112%!important;
    text-align: justify;
    line-height: normal;
   }
   .aaaw p.sss1 {
    font-size: 121%!important;
    margin: 21% 0 0 1px!important;
   }
   .edm-wrapper0 {
	   
	 height:1800px!important;  
   }
   
}

@media only screen and (min-width: 481px) {
   .b-pc {
	  display: block;
	  position:relative;
	  background: url(../images/banner.jpg)no-repeat top center;
	  background-size: 100%;
	  padding-bottom: 36%; 
  }
  .b-mobile{
	  display: none;
  }
   .edm-wrapper-default {
		
		width:690px;  
		position: relative;
		margin: 0 auto;
		padding: 0;  
  }
}

@media only screen and (min-width: 375px) { 
	.zxc32 div {
     display: inline-block;
     width: 325px !important;
	}
	.btn-top.cd-fade-out {
     right: 15px;
    }
	.btn-go-form {
      right: 15px!important;
    }
	
	.sec1 div.bg1 img{
		
	  display:none !important;
	 
	}
	.sec1 div.bg2 img{
		
	  display:none !important;
	 
	}
	.sec1_tetxt1 {
   
     font-size: 138%!important;
	}
	.sec1 div.list_bg1 img {
     display: inline-block !important;
    }
	.zxc32 div.zxc34 {
		position: absolute;
		top: 44%!important;
		left: 6%!important;
	}
	.das12 img {
      width: 100%;
      margin: 0 0 0 1%!important;
	}
	.zxc111 div.zxc36 {
		position: absolute;
		top: 44%!important;
		left: 6%!important;
	}
	.djy img {
		margin: 0 0 0 6%!important;
	}
	.cvf div.zxc34 {
     position: absolute;
     top: 34%!important;
     left: 5%!important;
    }
	.juk img {
     width: 100%;
     margin: 9% 0 0 6%!important;
    }
	.klj img {
	 margin: 0% 0 0 6%!important;	
	}
	.tyh img {
	 margin: 9% 0 0 6%!important;	
	}
	.dfg div.zxc36 {
     position: absolute;
     top: 32%!important;
     left: 5%!important;
    }
	.qqw div.zxc34 {
     position: absolute;
     top: 33%!important;
     left: 5%!important;
    }
	.aaas div.zxc36 {
     position: absolute;
     top: 32%!important;
     left: 5%!important;
    }
}


@media only screen and (min-width: 414px) {
	
	
	.btn-top.cd-fade-out {
     right: 25px;
    }
	.btn-top, .btn-top:active, .btn-top:focus {
    right: 25px;
    }
	.btn-go-form {
      right: 25px!important;
    }
	.bg2-mobile {	
	 margin: 0 0% 0 0;
     top: 97%;
	}
	
	.sec1 div.bg1 img{
		
	  display:none !important;
	 
	}
	.sec1 div.bg2 img{
		
	  display:none !important;
	 
	}
	.sec1 div.list_bg1 img {
      display: inline-block !important;
	 
    }
	.zxc32 div.zxc34 {
		position: absolute;
		top: 44%!important;
		left: 7%!important;
	}
	.zxc32 {
 
    left: 5%!important;
	}
	.zxc111 {
 
    left: 5%!important;
	}
	
	.das12 img {
      width: 100%;
      margin: 0 0 0 1%!important;
	}
	.zxc111 div.zxc36 {
		position: absolute;
		top: 44%!important;
		left: 6%!important;
	}
	.djy img {
		margin: 0 0 0 7%!important;
	}
	.cvf div.zxc34 {
     position: absolute;
     top: 34%!important;
     left: 6%!important;
    }
	.juk img {
     width: 100%;
     margin: 9% 0 0 7%!important;
    }
	.klj img {
	 margin: 0% 0 0 7%!important;	
	}
	.tyh img {
	 margin: 9% 0 0 7%!important;	
	}
	.dfg div.zxc36 {
     position: absolute;
     top: 32%!important;
     left: 6%!important;
    }
	.qqw div.zxc34 {
     position: absolute;
     top: 33%!important;
     left: 6%!important;
    }
	.aaas div.zxc36 {
     position: absolute;
     top: 32%!important;
     left: 6%!important;
    }
	
	
}


@media only screen and (min-width: 1024px) {
   .end_img img{
		width:66%;
		margin:2% auto;
	}
   .edm-wrapper-default {
		
		width:1024px!important; 
		position: relative;
		margin: 0 auto;
		padding: 0;  
  }
   .btn-top.cd-fade-out {
     right: 15px!important;
  }
  .btn-top, .btn-top:active, .btn-top:focus {
    right: 15px;
    }
  .btn-go-form {
     right: 15px!important;
  }
  .secbox-edm-form {
    width: 100%!important;
	margin: 0 0 0 0 !important;
  }
}



.total-container{
  width:100%;
  margin:0 auto;
}


.sec1 div{
  display:inline-block;
  
}

.bg1 {
 position:relative;
 left:-6%;
 bottom:0;
 margin:3% auto;
 padding-bottom:13%;
 z-index:1;
}

.bg1 img{
 width:75%;
}

.bg2 {
 position:absolute;
 right:0;
 text-align:right;
 padding-bottom:30%;
 z-index:1;
}

.bg2 img{
 width:75%;
 margin: -2% auto;
}

.sec1_mddle {
 position:absolute;
 margin:5% auto;
}

.sec1_mddle img{
 width:75%;
 margin:auto -9%;
}

.sec1_text {
 position: absolute;
 font-size: 160%;
 color: #ffffff;
 line-height: 195%;
 margin: 16% -79% auto;
 width: 100%;
}

.sec1_text p{
 text-align: center;

}

.sec1_girl{
 position: absolute;
 text-align: center;
 margin: 11% 0% 0px -70%;
}

.sec1_girl img{
 width:85%;	
 margin: 30% 0 0 -13%;
}

.sec1_title2 {	
 margin: 0% 0 0 -5%;
}

.sec1_title2 img{
 width:75%;	
}

.sec1_tetxt1 {
 position: absolute;
 margin: 14% 0 0 -46.5%;
 font-size: 180%;
 color: #ffffff;
 width: 700px;

}

.sec1_tetxt1 p {
 
 display:inline-block;	
}

.text_color1 {
	
 color:#ade15d;	
}

.text_size2 {
 margin:1% auto;	
}

.text_size3 {
 margin:1.2% auto;	
}

.text_ds {
	
 margin:0 0 0 3%;	
}

.text212 {
	
 font-size:88%;	
}

.test_ckde1{
 font-size:70%;	
 padding: 20px 0px 5px 0px; 
}

.test_ckde2{
 font-size:70%;		
 margin:0 0 0 2%;	
}

.test_ckde {
 position:relative;
 margin:0% auto;	
 font-size:70%;	
 line-height:120%;
 z-index:9;
}

.text_girl2 {
 position:absolute;
 padding: 9% 0% 0% 0%;
 margin: 0 0 0 -14%;
}

.sai{
 position:absolute;
 text-align:center;
 padding-left: 11%;
 width:75%;
 margin: 3% 0 0 0%;
 cursor: pointer;
}

.sai1 {
 position: absolute;
 text-align: center;
 padding-left: 11%;
 width: 75%;
 margin: -25% auto;
 cursor: pointer;
}

.text_color2 {
 color:#5b9fa7;	
}


@media only screen and (min-width: 1024px) {
  .sec1_title img{
    width:66%;
	margin:2% auto;
  }
  .bg2 img {
    width: 73%;
    margin: -2% auto;
  }
  .bg1-mobile {
	  
    display:none !important;
  }
  .bg2-mobile {
	  
    display:none!important;
  }
  .sec1_tetxt1 p.hfg {
    display: inline-block!important;
  }
}

@media only screen and (min-width: 1100px) {
 
  .end_img img {
     width: 52%;
     margin: 2% auto;
  } 
  .sai1 img{
    width:44%;
	
  }
  .secbox-edm-form {
  
    margin: -7% auto;
  }
   .btn-top.cd-fade-out {
     right: 5px!important;
  }
  .btn-go-form {
     right: 5px!important;
  }
  .btn-top, .btn-top:active, .btn-top:focus {
    right: 5px;
    }
}


@media only screen and (min-width: 1400px) {
 .sai{

  padding-left: 20%;
 }
 .sai1{

  padding-left: 13%;
 }
  .end_img img {
     width: 45%;
     margin: 2% auto;
  } 
}


@media only screen and (min-width: 1500px) {
	
	.bg1 {
	 position:relative;
	 left:0;
	 bottom:0;
	 margin:3% auto;
	 padding-bottom:10%;
	 z-index:1;
	}

	.bg1 img{
	
	 width:90%;
	}

	.bg2 {
	 position:absolute;
	 right:0;
	 text-align:right;
	 padding-bottom:30%;
	 z-index:1;
	}

	.bg2 img{
	 width:90%;
	 margin: -2% auto;
	}
	
	.sec1_mddle img {
     width: 88% !important;
     margin: auto -2%!important;
	}
	.sec1_text {
     position: absolute;
     font-size: 180%;
     color: #ffffff;
     line-height: 195%;
     margin: 17% -92% auto;
     width: 100%;
	}
	.sec1_girl {
     position: absolute !important;
     text-align: center!important;
     margin: 42% 0% 0px -91%!important;
	}
	.text_girl2 {
	 padding: 11% 0% 0% 0%!important;
	 margin: 0 0 0 -13%!important;
	}
	.sec1_title2 {
     margin: 0% 0 0 -1%;
	}
	.sec1_title2 img {
     width: 88%!important;
	}
	.sai img {
	 width: 75%;	
	}
	.sec1_tetxt1 {
     position: absolute;
     margin: 16% 0 0 -47.5%;
     font-size: 200%;
     color: #ffffff;
     width: 700px;
	}
	.end_img img {
     width: 55%;
     margin: 2% auto;
    }
}

@media only screen and (min-width: 1800px) {
	.bg1 {
	 position:relative;
	 left:0;
	 bottom:0;
	 margin:3% auto;
	 padding-bottom:10%;
	 z-index:1;
	}

	.bg1 img{
	 width:100%;
	}

	.bg2 {
	 position:absolute;
	 right:0;
	 text-align:right;
	 padding-bottom:30%;
	 z-index:1;
	}

	.bg2 img{
	 width:100%;
	 margin: -2% auto;
	}
	
	.sec1_mddle {
     position: absolute;
     margin: 5% 0 0 7%;
	}
	
	.sec1_mddle img {
     width: 100%;
     margin: auto -2%;
    }
	
	.sec1_text {
     position: absolute;
     font-size: 210%;
     color: #ffffff;
     line-height: 195%;
     margin: 20% -101% auto;
     width: 100%;
	}
	.sec1_girl {
     position: absolute;
     text-align: center;
     margin: 49% 0% 0px -102%;
    }
	.sec1_title2 {
     margin: 0% 0 0 6%;
	}
	.sec1_title2 img {
     width: 100%;
	}
	.sai img {
	 width: 70%;	
	}
	.sai1 img {
	 width: 52.5%;	
	}
	.sai {
     padding-left: 20%;
	}
	.sai1 {
     padding-left: 13%;
	}
	.sec1_tetxt1 {
     position: absolute;
     margin: 11% 0 0 -47.5%;
     font-size: 240%;
     color: #ffffff;
     width: 900px;
	}
	.text_girl2 {
	 padding: 7% 0% 0% 0%;
	 margin: 0 0 0 -13%;
	}
}

.secbox-edm-list {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.sec1_mddle2{
    position: absolute;
    margin: 2% auto;
}

.sec1_mddle2 img{
 width:75%;
 margin:auto 8%;
}

.ddas11 {
  position: absolute;
  text-align: center;
  top: 18%;
}

.ddas13 {
  position: absolute;
  text-align: center;
  top: 37%;
}

.ddas14 {
  position: absolute;
  text-align: center;
  top: 56%;
}

.zxc32 {
  position: absolute;
  text-align: center;
  top: -4%;
  left: -15%;
}

.zxc111 {
  position: absolute;
  text-align: center;
  top: -4%;
  left: 35%;
}

.list_bg1 img{
  width:100%;
}



.list_bg2 {
    position: relative;
    right: 0;
    left:66%;
    z-index: 1;
}

.list0 {
  font-size: 180%;
  margin: 5% 0 0 8%;
}

.list1 {
  font-size:98%;
  margin: 0 0 0 8%;  
}

.list2 {
  font-size: 160%;
  margin: 16% auto 11%;
}

.zas p.list2 {
  font-size: 160%;
  margin: 16% auto 11%;
}

.zxc32 div {
  display: inline-block; 
  width: 383px ;
  height: 70px ;
  padding:0 35px 0 0 ;
  border-radius:8px;margin: 2px; 
  flex-wrap: wrap;
  
}	


.zxc32 div.sed55 {
  width: 242px !important;
}

.zxc111 div.sed56 {
  width: 242px !important;
}

.zxc111 div {
  display: inline-block; 
  width: 383px ;
  height: 70px;
  padding:0 1px 0 0 ;
  /* border: 1px solid #FF0000;  */
  border-radius:8px;margin: 2px; 
  flex-wrap: wrap;
  
}


.zxc32 div.zxc34 {
  position: absolute;
  top: 35%;
  left: 5%;
  font-size:125%;
  text-align:justify;
  line-height:normal;
}

.zxc111 div.zxc36 {
  position: absolute;
  top: 35%;
  left: 5%;
  font-size:125%;
  text-align:justify;
  line-height:normal;
}

.zxc32 div.sed55 {
  background-color:#80cbf4;
}

.zxc111 div.sed56 {
  background-color:#f29b02;
}

.zxc32 div.swd {
    background-color: #f29b02;
}

.zxc111 div.aqs {
    background-color: #80cbf4;
}

.sed56 p.list0 {
	
 color:#ffffff;	
}

.swd p.list0 {
	
 color:#ffffff;	
}

.aqs p.list0 {
	
 color:#000000;	
}

.zxc33 p.sss {
 font-size: 160%;
 margin: 15% 0 0 5%;
}

.zxc33 p.sss1 {
 font-size: 160%;
 margin: 15% 0 0 11%;
}

.aaaw p.sss1 {
 font-size: 160%;
 margin: 13% 0 0 -3px;
}

.swd p.sss2 {
	
 color:#000000;	
}

.qqw div.swd {
	
 background-color:#80cbf4;	
}

.zxc33 {
  background:url(../images/line.png)no-repeat bottom right;
  background-size: 98%;
  color:#f2453e;
}

.ddas13 div {
  
  display: inline-flex;
  width: 416px;
  height: 250px;
  padding: 0px 42px 0px 0px;
 
}	

.ddas11 div {
  
  display: inline-flex;
  width: 416px;
  height: 250px;
  padding: 0px 42px 0px 0px;
 
}

.ddas14 div {
  
  display: inline-flex;
  width: 416px;
  height: 250px;
  padding: 0px 42px 0px 0px;
  
 }		
 
.das11 img{
  width:100%;
  margin: 0 0 0 -31%;
}	 

.das12 img{
  width:100%;
  margin: 0 0 0 -31%;
}	 




@media only screen and (width: 768px) {
	.btn-top.cd-fade-out {
	 right: 33px!important;
	}
	.btn-top, .btn-top:active, .btn-top:focus {
    right: 33px;
    }
	.btn-go-form {
	 right: 33px!important;
	}
	.btn-logo {
     margin: 6% 0 0 24%;
     width: 13%;
     height: 13%;
	}
	.end_img img{
		width:100%;
		margin: 5% 0 0 -2%;
	}
	.red_word {
		display:none !important;
	}
	.sec1 div.bg1 img{
		
	  display:none !important;
	 
	}
	.sec1 div.bg2 img{
		
	  display:none !important;
	 
	}
	.bg1-mobile img {
     width: 100%;
    }
	.bg2-mobile img {
     width: 100%;
    }
	.bg1-mobile {
		
	 position: absolute;
     left: 0%;
	 top:49%;
	}
	.bg2-mobile {	
	 position: absolute;
     right: 0%;
     margin: 0 0% 0 0;
     top: 59%;
	}
	
	
	.sec1_mddle img {
      width: 96%;
      margin: auto 2%;
    }
	.sec1_mddle {
      position: relative!important;
      margin: -13% auto!important;
    }
	
	
	.secbox-edm-form {
    width: 100%!important;
    margin: 0 0 0 0 !important;
	}
	.sec1_text {
     position: relative!important;
	 margin: 0% 0% auto!important;
	 font-size: 200%!important;
	 margin:3% auto!important;
	}
	.sec1_tetxt1 {
     position: relative!important;
	 margin: 6% 0 37% 4%!important;
	 width:100%!important;
	 line-height:normal;
	 font-size: 200%!important;
	}
	.sec1_mddle img {
     width: 92%!important;
     margin: auto 2.5%!important;
    }
	.sec1_title2 img {
     width: 94%!important;
    }
	.sec1_girl {
     position: relative!important;
     text-align: center!important;
     margin: 0% auto!important;
    }
	.sec1_title2 {
     margin: 16% 0 0 2%!important;
    }
	.text212 {
     font-size: 80%!important;
    }
	.test_ckde2 {
     font-size: 60%!important;
     margin: 0 0 0 2%;
    }
	.test_ckde1 {
     font-size: 60%!important;
     padding: 20px 0px 5px 0px;
    }
	.test_ckde {
     margin: 0% auto;
     font-size: 60%!important;
     line-height: 120%;
    }
	.sec1_tetxt1 p.hfg {
     display: block!important;
	 margin: 0 0 -5% auto;
    }
	
	.text_girl2 {
     position: absolute!important;
     padding: 0% 0% 0% 0%!important;
     margin: -39% 0 0 16%!important;
    
    }
	
	.sai {
     position: absolute;
     text-align: center;
     padding-left: 11%;
     width: 75%;
     margin: 49% 0 0 0%!important;
     z-index: 9!important;
    }
	
	.secbox-edm-list {
   
     margin: 50% 0 0% 0!important;
	
	}
	.sec1_mddle2 img {
     width: 95%!important;
     margin: auto 2.5%!important;
    }
	.sec1 div.list_bg1 img {
    width: 100%;
    display: inline-block !important;
    }
	.sec1 div.list_bg2 img {
    width: 100%;
    display: inline-block !important;
    }
	.list_bg1 {
    position: absolute !important;
    left: -6% !important;
    top: 2% !important;
    margin: 3% auto !important;
    padding-bottom: 13% !important;
    z-index: 1;
   }
   .list_bg2 {
   
    left: 74%!important;
   }
   .sai1 {
    position: inherit!important;
    text-align: center!important;
    
    width: 100%!important;
    top:52%;
	right:9%;
	
   }
   .aqs p.list1 {
    font-size: 150%;
    margin: 9% 0 0 -6%!important;
   }
   .sai1 img {
	width: 75%!important;  
   }
   .ddas11 > div.das11 img {
    width: 100%;
    margin: 0 0 0 0%!important;
    background-color: #ffffff!important;
   }
   .das11 img {
    width: 100%;
    margin: 0 0 0 3%!important;
    background-color: #ffffff!important;
   }
   .ddas11 div {
   
    display: inline-flex;
    width: 668px!important;
    height: 308px!important;
    padding: 33px 0px 0px 0px!important;
    
   }
   div.juk {
	  margin:5% 0 0 3%; 
   }
   .ddas11 {
    top: 9%!important;
    z-index: 9!important;
   }
   .zxc32 div.sed55 {
    width: 416px !important;
   }
   .zxc32 {
    position: absolute;
    text-align: center;
    top: -4%!important;
    left: 3%!important;
   }
   .zxc32 div {
    display: inline-block;
    width: 620px !important;
    height: 113px !important;
    padding: 0 0px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
   }
   .zxc32 div.zxc34 {
    position: absolute;
    top: 44%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
  }
  .zxc33 p.sss {
    font-size: 250%!important;
    margin: 14% 0 0 -13%!important;
  }
  .ghg p.list2 {
	font-size: 250%!important;
    margin: 14% 0 0 20%!important;  
  }
  .zxc33 p.sss1 {
    font-size: 250%!important;
    margin: 13% 0 0 -11%!important;
  }
  .zxc111 {
    position: absolute;
    text-align: center;
    top: 46%!important;
    left: 3%!important;
  }
  .zxc111 div.sed56 {
    width: 416px !important;
   }
  .das12 img {
    width: 100%;
    margin: 0 0 0 0%!important;
	background-color: #ffffff!important;
  }
  .zxc111 div {
    display: inline-block;
    width: 620px !important;
    height: 113px !important;
    padding: 0 1px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
  }
  .zxc111 div.zxc36 {
    position: absolute;
    top: 44%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
  }
  .list0 {
    font-size: 250%;
    margin: 5% 0 0 -42%!important;
  }
  .list1 {
    font-size: 150%!important;
    margin: 9% 0 0 -20%!important;
  }
  .sdw p.list2 {
	font-size: 250%!important;
    margin:14% 0 0 -6%!important;
  }
  .ddas13 {
    top: 36%!important;
  } 
  .ddas13 div {
    display: inline-flex;
    width: 668px!important;
    height: 308px;
    padding: 0px 42px 0px 0px;
   }
   .cvf div {
	 width:600px !important;  
   }
   .swd p.list0 {
    margin: 5% 0 0 8%!important;
    }
	.swd p.list1 {
    
    margin: 26% 0 0 -38%!important;
    }
   .cvf div.zxc34 {
    position: absolute;
    top: 40%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
   }
   .juk img {
	margin:0% 0 0 1% !important;   
   }
   .dfg {
	top: 49%!important;
   }
   .dfg div {
    display: inline-block;
    width: 600px !important;
    height: 113px !important;
    padding: 0 1px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
  }
  .dfg div.zxc36 {
    position: absolute;
    top: 37%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
  }
  .cvf {
   
    left: 3%!important;
  }
  .ddas14 {
	  top:62% !important;
  }
  .qqw div {
	  width:600px !important;
  }
  .qqw div.zxc34 {
    position: absolute;
    top: 39%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
  }
  .zas p.list2 {
	font-size:250%!important;  
	margin:14% 0 0 5% !important;
  }
  .tyh img {
    margin: 0 0 0 1%!important;
  }
  .aaas {
	  top:49% !important;
  }
  .aaas div {
    display: inline-block;
    width: 600px !important;
  }
  div.aaas p.list1 {
	margin: 9% 0 0 -3%!important;
  }
  .aaas div.zxc36 {
    position: absolute;
    top: 41%!important;
    left: 7%!important;
    font-size: 170%!important;
    text-align: justify;
    line-height: normal;
   }
   .aaaw p.sss1 {
    font-size: 250%!important;
    margin: 15% 0 0 -53px!important;
   }
   .edm-wrapper0 {
	   
	 height:2700px!important;  
   }
	.a15 p.list1 {
	  margin: 9% 0 0 -5%!important;	
	}
	div.tyh {
		margin:5% 0 0 4%;
	}
}


@media only screen and (width: 1024px) {
	 .sec1_text {
 
    font-size: 150%!important;
	 }
	.btn-logo {
     margin: 6% 0 0 24%;
     width: 13%;
     height: 13%;
	}
	.edm-wrapper0 {
    height: auto !important;
    margin: 0 0 26% 5%;
}
	.bg2 img {
    width: 53%;
	}
	
	.sec1 div.bg1 img{
	  display:initial !important;
  }
  .sec1 div.bg2 img{
	  display: initial!important;
  }
  .bg1 img {
    width: 53%;
  }
  .bg2 {
     position: absolute;
     right: 0%;
     top: 48%;
  }
  .sec1_mddle {
      position: absolute!important;
      margin: 5% 0 0 -23%!important;
      padding: 0 273px 0 0;
   }	
 .sec1_tetxt1 {
    margin: -44% 0 0 -36%!important;
    font-size: 180%!important;
    color: #ffffff;
  }
  .sec1_title2 {
     margin: -16% 0 0 39%!important;
  }
  .sec1_title2 img {
     width: 77%!important; 
	
    margin: -111% 0 0 -22%; 
	
  }
  .text_girl2 img {
	width: 90%;    
	margin: -99% 0 0 9%;
  }
  .text_girl2 {
    position: absolute!important;
    padding: 0% 0% -1% 6%!important;
    margin: 13% 0 0 -33%!important;
  }
  .sai {
    width: 75%;
    margin: 57% 0 0 14%!important;
  }
  .sai1 img {
    width: 53%!important;
  }
  .asdasd {
	height: 1043px;  
  }
  
  .sec1 div.list_bg1 img {
    width: 85%;
  }
  .list_bg1 {
    left: 0% !important;
  }
  .sec1 div.list_bg2 img {
    width: 85%;
  }
  .list_bg2 {
     position: relative;
     right: 0;
     left: 77%!important;
     z-index: 1;
  }
  .sec1_mddle2 img {
    width: 66%!important;
    margin: auto 29%!important;
    background-color: #ffffff;
  }
  .sai1 {
     position: absolute!important;
     text-align: center!important;
     padding-left: 11%!important;
     width: 75%!important;
	 left:0;
     margin: 37% 0 20% 0%!important;
  }
 
  .ddas11 {
     position: absolute;
     text-align: center;
     top: 19%!important;
     width: 100%; 
    }
	.ddas11 div {
	 
	 display: inline-flex;
	 width: 400px!important;
	 height:250px!important;
	 padding: 0px 42px 0px 0px!important;
	
	}
  .das11 img {
     width: 100%;
     margin: 0 0 0 -31%!important;
    }
	.zxc111 {
     position: absolute;
     text-align: center;
     top: -4%!important;
     left: 48%!important;
    }
	.zxc32 {
     position: absolute;
     text-align: center;
     top: -8%!important;
     left: 5%!important;
    }
	.zxc111 div.zxc36 {
     position: absolute;
     top: 31%!important;
     left: 7%!important;
     font-size: 125%!important;
     text-align: justify;
     line-height: normal;
    }
	.zxc32 div.zxc34 {
     position: absolute;
     top: 34%!important;
     left: 7%!important;
	 width: 370px !important;
	 font-size: 125%!important;
	}
	.das11 img {
     width: 100%;
     margin: 0 0 0 0%!important;
    }
	.zxc32 div {
    display: inline-block;
    width: 383px !important;
    height: 70px !important;
	}
    .zxc111 div {
    display: inline-block;
    width: 383px !important;
    height: 70px !important;
	}
	
	
	.ddas13 div {
    
     display: inline-flex;
     width: 400px!important;
     height: 250px;
     z-index: 9;
     
    }
	.ddas13 {
     top: 46%!important;
	 left:7%;
    }
	
	
	.cvf {
   
    left: -2%!important;
	top:-7% !important;
	}
	.juk img {
   
    margin: 0% 0 0 0%!important;
	background-color: #ffffff!important;
	z-index: 5;
	}
	
	.djy img {
	 	 
	 background-color: #ffffff!important;
	 z-index: 5;	
	}
	.dfg div {
    display: inline-block;
    width: 383px !important;
    height: 70px !important;
	
	}
	
	
	.ddas14 {
    position: absolute;
    text-align: center;
    top: 74%!important;
   }
   .klj img {
   
    margin: 0% 0 0 -1%!important;
	background-color: #ffffff!important;
	z-index: 5;
	
   }
	.qqw {
  
    top: -4%!important;
    left: -2%!important;
   }
   
   .tyh img {
    margin: 0 0 0 -1%!important;
   }
	.zxc111 div.sf34 {
    position: absolute;
    top: 34%!important;
    width: 383px !important;
    left:5%!important;
	}
	.aaas {
   
    left: 48%!important;
	}
	.aaaw p.sss1 {
     font-size: 155%!important;
     margin: 13% 0 0 -3px!important;
    }
	.zas p.list2 {
     font-size: 155%!important;
     margin: 14% 0 0 5% !important;
    }
	.ghg p.list2 {
     font-size: 155%;
     margin: 14% 0 0 20%;
    }
	.zxc33 p.sss1 {
     font-size: 160%;
     margin: 14% 0 0 -10%;
    }
	.end_img img {
     width: 50%;
     margin: 2% auto;
    }
	.sec1_mddle2 {
  
    z-index: 9;
	}
	
	.des55 p.list0 {
   
    margin: 5% 0 0 -30%!important;
    }
	.des55 p.list1 {
   
    margin: 9% 0 0 -4%!important;
    }
	.sed56 p.list0 {
    margin: 5% 0 0 -30%!important;
    }
	div.aaas .sed56 p.list0 {
    margin: 5% 0 0 3%!important;
    }
	.aqs p.list0 {
    margin: 5% 0 0 -42%!important;
    }
	.aqs p.list1 {
    margin: 7% 0 0 -4%!important;
    }
	.zxc111 div.a15 {
    width: 242px !important;
    }
	
	.a15 p.list1 {
	  position: absolute;
   
      margin: 2% 0 0 1%!important;
	}
	
}


@media only screen and (min-width: 1100px) {
	.btn-logo {
     margin: 6% 0 0 24%;
     width: 13%;
     height: 13%;
	}
	.sec1 div.bg1 img{
	  display:initial !important;
	}
	.sec1 div.bg2 img{
	  display: initial!important;
	  width:65%;
	}
	
	.sec1_mddle {
      position: absolute!important;
      margin: 5% auto!important;
    }
    .sec1_mddle img {
     width: 66%!important;
     margin: auto -9%!important;
    }
    .sec1_text {
     position: absolute!important;
     font-size: 160%!important;
     margin: 16% -75% auto!important;
     width: 100%;
    }
	
	.sec1_girl img {
     width: 85%!important;
     margin: 30% 0 0 -46%!important;
    }
	.bg1 {
  
     left: 0%;
	}
	.bg2 {
     position: absolute;
     right: 0%;
     text-align: right;
     padding-bottom: 30%;
     z-index: 1;
    }
	.sec1_title2 {
     margin: 0 0 0 -6%!important;
    }
	.sec1_title2 img {
     width: 77%!important;
    }
	
	.sec1_tetxt1 {
     position: absolute!important;
     margin: 11% 0 0 -48%!important;
     font-size: 200%!important;
     color: #ffffff;
     width: 700px!important;
    }
	
	.text_girl2 {
     position: absolute;
     padding: 9% 0% 0% 0%!important;
     margin: 0 0 0 -14%!important;
    }
	.sai {
     margin: 3% 0 0 0%!important;
    }
	
	.secbox-edm-list {
     margin: 12% 0 0% 0!important;
    }
	.sec1 div.list_bg1 img {
     width: 100%;
	}
	.sec1 div.list_bg2 img {
     width: 100%;
	}
	.list_bg2 {
     position: relative;
     right: 0;
     left: 85%!important;
     z-index: 1;
    }
	.sec1_mddle2 img {
     width: 75%!important;
     margin: auto 46%!important;
    }
	.edm-wrapper0 {
     height: auto !important;
	 margin: 0 0 9% 5%;
    }
	.ddas11 {
     position: absolute;
     text-align: center;
     top: 18%!important;
     width: 100%; 
    }
	.ddas11 div {
     display: inline-flex;
     width: 416px!important;
     height: 250px!important;
     padding: 0px 42px 0px 0px!important;
    }
	.das11 img {
     width: 100%;
     margin: 0 0 0 -31%!important;
    }
	.zxc111 {
     position: absolute;
     text-align: center;
     top: -4%!important;
     left: 48%!important;
    }
	.zxc32 {
     position: absolute;
     text-align: center;
     top: -8%!important;
     left: 10%!important;
    }
	.zxc111 div.zxc36 {
     position: absolute;
     top: 31%!important;
     left: 10%!important;
     font-size: 125%!important;
     text-align: justify;
     line-height: normal;
    }
	.zxc32 div.zxc34 {
     position: absolute;
     top: 34%!important;
     left: 7%!important;
	 font-size: 125%!important;
	}
	.das11 img {
     width: 100%;
     margin: 0 0 0 0%!important;
    }
	.ddas13 div {
     display: inline-flex;
     width: 416px!important;
     height: 250px;
     padding: 0px 67px 0px 0px;
    }
	.ddas13 {
     top: 42%!important;
	 left:10%;
    }
	.cvf {
     position: absolute;
     text-align: center;
     top: -8%!important;
     left: 0%!important;
    }
	.djy img {
     margin: 0 0 0 4%!important;
    }
	.juk img {
     width: 100%;
     margin: 0 auto!important;
    }
	.dfg div.zxc36 {
     position: absolute;
     top: 32%!important;
     left: 7%!important;
    }
	.ddas14 {
     position: absolute;
     text-align: center;
     top: 66%!important;
    }
	.sai1 img {
     width: 44%!important;
    }
    .secbox-edm-form {
     margin: 0% auto!important;
    }
	
	.sai1 {
     position: absolute!important;
     text-align: center!important;
     padding-left: 11%!important;
     width: 75%!important;
	 left:0;
     margin: 24% 0 20% 0%!important;
    }
	.klj img {
     margin: 0% 0 0 4%!important;
    }
	.tyh img {
     margin: 0% 0 0 0%!important;
    }
	.qqw {
     position: absolute;
     text-align: center;
     top: -8%!important;
     left: 0%!important;
    }
	.aaas div.zxc36 {
     position: absolute;
     top: 31%!important;
     left: 7%!important;
    }
	
	.aaaw p.sss1 {
     font-size: 160%!important;
    }
    .zas p.list2 {
     font-size: 160%!important;
     margin: 13% 0 0 -13% !important;
    }
	.ghg p.list2 {
     font-size: 160%!important;
     margin: 13% 0 0 -13% !important;
    }
	.swd p.list0 {
     margin: 5% 0 0 -40%!important;
    }
	.swd p.list1 {
     margin:5% 0 0 -19%!important;
    }
	
	.zxc32 div {
	  display: inline-block; 
	  width: 383px !important;
	  height: 70px !important;
	  padding:0 35px 0 0 ;
	  border-radius:8px;margin: 2px; 
	  flex-wrap: wrap;
	  
	}	
	.zxc111 div {
     display: inline-block; 
     width: 383px !important;
     height: 70px !important;
     padding:0 1px 0 0 !important;
     border-radius:8px;margin: 2px; 
     flex-wrap: wrap;  
    }
	 .a15 p.list0 {
    margin: 5% 0 0 -36%!important;
  }
  .aqs p.list0 {
    margin: 5% 0 0 -36%!important;
  }
  .aaas div.sed56 > p.list0 {
	 margin: 5% 0 0 -36%!important;  
  }
  .list1 {
  
    margin: 7px 0 0 4% !important;
  }
  .list0 {
   
    margin: 5% 0 0 -23%!important;
  }
  .sdw p.list2 {
    font-size: 155%!important;
    margin: 17% 0 0 10% !important;
  }
  .zxc33 p.sss {
    font-size: 155%!important;
    margin: 12% 0 0 -10%!important;
  }
  .zxc33 p.sss1 {
    font-size: 155%!important;
    margin: 12% 0 0 -11%!important;
  }
  .aaaw p.sss1 {
    font-size: 155%!important;
    margin: 12% 0 0 -40px!important;
  }
  .edm-wrapper-default {
		
		width:1200px!important; 
  }
}

@media only screen and (min-width: 1500px) {
    .sec1 div.bg2 img{
	  display: initial!important;
	  width:77%;
	}
	.sec1_text {
     position: absolute!important;
     font-size: 180%!important;
     color: #ffffff;
     line-height: 195%;
     margin: 21% -92% auto!important;
     width: 100%!important;
    }
	
	.sec1_title2 img {
     width: 88%!important;
    }
	
	.sec1_title2 {
     margin: 0% 0 0 -1%!important;
    }
	.sai {
     margin: 13% 0 0 0%!important;
    }
	.zxc111 div.zxc36 {
     left: 6%!important;
	 width: 485px !important;
	 font-size: 141%!important;
	}
	.ddas11 > div.das11 img {
     width: 100%;
     margin: 0 0 0 17%!important;
    }
	
	.cvf div.zxc34 {
     position: absolute;
     top: 34%!important;
     left: 5%!important;
    }
	.swd p.list0 {
     margin: 5% 0 0 6%!important;
    }
	.swd p.list1 {
     margin: 5% 0 0 7%!important;
    }
	.cvf div.zxc34 {
     width: 485px !important;
	 font-size: 141%!important;
    }
	.qqw div.zxc34 {
     width: 485px !important;
	 font-size: 141%!important;
    }
	.ghg p.list2 {
     font-size: 220%!important;
     margin: 8% 0 0 20% !important;
    }
	.sai1 {
     padding-left: 20%!important;
    }
	.sai1 img {
     width: 50%!important;
    }
	.aaas div.sed56 > p.list0 {
     margin: 5% 0 0 5%!important;
    }
	.aqs p.list0 {
      margin: 5% 0 0 4%!important;
	}
	.list_bg1 {
		position: relative;
		left: -13%;
		z-index: 1;
	}
	
	.list_bg2 {
		position: relative;
		left: 106%!important;
		z-index: 1;
	}
	.ddas11 {
     position: absolute!important;
     text-align: center;
     top: 18%!important;
     width: 100%; 
    }
	.ddas13 {
    position: absolute!important;
    text-align: center;
    top: 41%!important;
	left:0;
    width: 100%;
   }
   .ddas14 {
    position: absolute!important;
    text-align: center;
    top: 65%!important;
    width: 100%;
   }
	.das12 img {
     width: 100%;
     margin: 0 0 0 22%!important;
   }
   .ddas11 div {
    width: 537px !important;
    padding: 0px 0px 0px 0px;
   }
   .das11 img {
    width: 100%;
    margin: 0 0 0 10%!important;
   }
   .zxc32 {
    position: absolute!important;
    text-align: center;
    top: -4%!important;
    left: 7%!important;
   }
   .sdw p.list2 {
    font-size: 220%!important;
    margin: 7% auto 11%!important;
   }
   .zxc32 div.zxc34 {
    position: absolute;
    top: 32%!important;
    left: 7%!important;
    font-size: 141%!important;
    text-align: justify;
    line-height: normal;
   }
   .zxc32 div {
    display: inline-block;
    width: 485px !important;
    height: 70px !important;
    padding: 0 35px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
   }
   .list0 {
    font-size: 180%;
    margin: 5% 0 0 5%!important;
   }
   .zxc32 div.sed55 {
    text-align: left;
   }
   .zxc111 {
    position: absolute;
    text-align: center;
    top: -4%!important;
    left: 58%!important;
   }
   .zxc111 div {
    display: inline-block;
    width: 513px !important;
    height: 70px !important;
    padding: 0 1px 0 0 !important;
    border-radius: 8px;
    margin: 2px;
    flex-wrap: wrap;
   }
   .ddas13 div {
    display: inline-flex;
    width: 537px!important;
    height: 250px;
	z-index:9;
    padding: 0px 3px 0px 0px;
   }
   
   .sec1_mddle img {
    width: 88% !important;
    margin: auto -2%!important;
   }
   .sec1_mddle2 img {
    width: 88%!important;
    margin: auto 54%!important;
   }
   .list1 {
    font-size: 120%!important;
    margin: 7px 0 0 4%!important;
   }
   .zas p.list2 {
    font-size: 220%!important;
    margin: 7% auto 11%!important;
   }
   .zxc32 div.sed55 {
    width: 300px !important;
   }
   .zxc111 div.sed56 {
    width: 300px !important;
   }
   .zxc33 p.sss {
    font-size: 210%!important;
    margin: 7% 0 0 -11%!important;
   }
   .zxc33 p.sss1 {
    font-size: 210%!important;
    margin: 7% 0 0 12%!important;
   }
   .aaaw p.sss1 {
    font-size: 210%!important;
    margin: 7% 0 0 0%!important;
   }
   .a15 p.list0 {
	margin:5% 0 0 -43%!important;  
   }
}


@media only screen and (min-width: 1800px) {
   .sdw p.list2 {
    font-size: 250%!important;
    margin: 11% auto 11%!important;
   }
   .ghg p.list2 {
    font-size: 250%!important;
    margin: 11% 0 0 -4% !important;
   }
   .sec1 div.bg2 img{
	  display: initial!important;
	  width:100%;
	}
   .sec1_mddle img {
    width: 100% !important;
    margin: auto 16%!important;
   }
   
   .sec1_text {
    position: absolute!important;
    font-size: 211%!important;
    margin: 5% 14% auto!important;
   }
   .sec1_girl {
    margin: 42% 0% 0px -1%!important;
   }
   .sec1_title2 {
    margin: auto 6%!important;
   }
   .sec1_title2 img {
    width: 91%!important;
   }
   .sai {
    margin: 4% 0 0 8%!important;
   }
   
   .sec1_tetxt1 {
    position: absolute!important;
    margin: 11% 0 0 -46.5%!important;
    font-size: 242%!important;
    color: #ffffff;
    width: 900px!important;
   }
   .list_bg2 {
    position: relative;
    left: 131%!important;
   }
   
   .sec1_mddle2 img {
    width: 100%!important;
    margin: auto 68%!important;
   }
   .cvf div.zxc34 {
    width: 600px !important;
   }
   .edm-wrapper0 {
    height: auto !important;
    margin: 0 0 23% 5%;
   }
   .sai1 img {
    width: 68.6%!important;
   }
   .qqw div.zxc34 {
    width: 600px !important;
    top: 52%!important;
    left: 7%!important;
   }
   .aaas div.zxc36 {
   
    top: 52%!important;
    left: 7%!important;
   }
 
   
   .list_bg2 {
    position: relative;
    left: 88%;
    z-index: 1;
   }
   .list_bg1 {
    position: relative;
    left: -29%;
    z-index: 1;
  }
  .sec1_mddle2 img {
    width: 100%;
    margin: auto -5%;
  }
  .end_img img {
    width: 65%;
    margin: 2% auto;
  }
  .secbox-edm-form {
    margin: 0% auto !important;
  }
  .das11 img {
    width: 100%;
	margin: 0 0 0 16%!important;
  }
  .das12 img {
    width: 100%;
    margin: 0 0 0 -52%;
  }
  .ddas11 div {
    width: 668px!important;
	height: 308px!important;
    padding: 0px 36px 0px 0px;
  }
  .ddas13 div {
    width: 668px!important;
	height: 308px!important;
    padding: 55px 36px 0px 0px;
  }
  .ddas14 div {
    width: 668px!important;
	height: 308px!important;
    padding: 115px 36px 0px 0px;
  }
  .ddas11 {
    position: absolute;
    text-align: center;
    top: 23% !important;
    width: 120%;
  }
  .ddas13 {
   
    width: 120%;
	top: 49%!important;
  }
  .ddas14 {
   
    width: 120%;
	top: 75%!important;
  }
  .zxc32 {
    position: absolute;
    text-align: center;
    top: -4%;
    left: -24%;
  }
  .zxc111 div.sed56 {
    width: 400px !important;
    height: 100px !important;
  }
  .zxc32 div.sed55 {
    width: 400px !important;
	height: 100px !important;
  }
  .zxc32 div {
    height: 95px !important;
  }
  .list2 {
    font-size: 250%;
    margin: 10% auto 11%;
  }
  .zxc32 div.zxc34 {
    position: inherit;
    top: 34%;
    left: 7%;
    font-size: 185% !important;
    text-align: justify;
    line-height: normal;
  }
  .zxc32 div {
    display: inline-block;
    width: 600px !important;
  }
  .list1 {
    font-size: 160%!important;
    margin: 7px 0 0 4%!important;
  }
  .list0 {
    font-size: 250%;
    margin: 5% 0 0 11%;
  }
  .zxc32 div.ax18 {
    position: inherit;
    top: 43% !important;
    left: 7%;
    font-size: 185%;
    text-align: justify;
    line-height: normal;
  }
  .zxc32 div.zx12 {
    position: inherit;
    top: 52%;
    left: 7%;
    font-size: 185%;
    text-align: justify;
    line-height: normal;
  }
  .zas p.list2 {
    font-size: 250%!important;
    margin: 10% auto 0%!important;
  }
  .zxc111 div {
  
    height: 100px !important;
  }
  .zxc111 div {
    width: 600px !important;
  }
  .zxc111 div.zxc36 {
    position: absolute;
    top: 33%;
	left: 9%!important;
    width: 600px !important;
    font-size: 185%!important;
    text-align: justify;
    line-height: normal;
  }
  .zxc111 div.df12 {
    position: absolute;
    top: 43%!important;
    left: 5%;
    font-size: 185%;
    text-align: justify;
    line-height: normal;
  }
  .zxc111 div.sf34 {
    position: absolute;
    top: 52%;
    left: 5%;
    font-size: 185%;
    text-align: justify;
    line-height: normal;
  }
  .zxc33 p.sss {
    font-size: 250%!important;
    margin: 10% 0 0 -11%!important;
  }
  .zxc33 p.sss1 {
    font-size: 250%!important;
    margin: 10% 0 0 18% !important;
  }
  .aaaw p.sss1 {
    font-size: 250%!important;
    margin: 11% 0 0 0%!important;
  }
  .sai1 {
    position: absolute;
    text-align: center;
    padding-left: 13%;
    width: 75%!important;
    margin: 46% 0 0 15%!important;
  }
}



.edm-wrapper-s {
  position: relative;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-s {
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-s {
    width: 1200px;
    padding: 0 0 35px 0;
  }
}

.edm-wrapper-m {
  position: relative;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-m {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-m {
    width: 1200px;
    padding: 35px 0 0 0;
  }
}

.red_word {
  color: #fff;
}

.mmm {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 15%;
  width: 35%;
}
@media only screen and (min-width: 481px) {
  .mmm {
    bottom: 0;
    right: 0;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .mmm {
    bottom: 0;
    right: 0;
    width: 35%;
  }
}
.mmm img {
  width: 100%;
}

.secbox-edm-form {
  position: relative;
  width: 100%;
  background-color: #334a70;
  overflow: hidden;
  /* margin: -7% auto; */
  z-index: 1;
}

.data-write {
  background-color: #334a70;
  width: 93%;
  margin: 10px auto;
  padding: 0 10px 30px 10px;
}

hr {
  background-color: #fff;
}

.joinForm {
  background-color: #fff;
  margin: 10px auto;
}

