@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;
}

.bottomLine dl dt, .bottomLine dl dd{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.overFlow-Center {
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .overFlow-Center {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .overFlow-Center {
    width: 100%;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .overFlow-Center {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .flexBox {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .flexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .flexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}

.nav-fixed nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.nav-fixed, .show::before {
  -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;
}

.darkPink {
  color: #ea1675;
}



.darkOrange {
  color: #ea5413;
}



.lightGreen {
  color: #b5d220;
}

.pink {
  color: #ff3f7e;
}

.cyan {
  color: #1fb0b5;
}

.purple {
  color: #6902ab;
}

.blue {
  color: #0166b4;
}

.skyBlue {
  color: #0d6fb8;
}

.darkBlue {
  color: #172e5e;
}

.lightBlue {
  color: #2ea7e0;
}

.darkYellow {
  color: #ac8703;
}

.brown {
  color: #6a3906;
}

.lightBrown {
  color: #d58947;
}

img {
	width:100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
  font-weight: 100;
  margin: 0;
  padding: 0;
}

font {
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
}

.overFlow-Center {
  text-align: center;
}

.clearBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
  overflow: hidden;
}
.divine-2-box .divine-left {
  float: none;
}
@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;
  }
}

.top-link .top-link-nav, .top-link .top-link-nav a, .vbanner-extend ul, .secbox-1 .title, .secbox-2 .title, .secbox-3 .title, .secbox-3 .class-box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-course, header, .videoBox, .secbox-3 section, .secbox-3 section main, .secbox-3 a {
  -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-course, .btn-course:hover, .secbox-3 section:nth-of-type(1) a:hover, .secbox-3 section:nth-of-type(2) a: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;
}
.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 53px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
background-color: rgb(200,29,29);
  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: 5;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 53px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 75px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 20px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color:rgb(200,29,29) !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}
.btn-course {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 75%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: rgb(200,29,29);
  font-weight:normal;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .btn-course {
    bottom: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 85%;
    padding: 5px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-course {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 95%;
    padding: 9px 0 20px 0;
  }
}
.btn-course:hover {
  color: rgb(200,29,29) !important;
  background-color: #fff;
   font-weight:bold;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: rgb(200,29,29);
  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;
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 100%;
  padding: 0 4px;
}
.top-link .top-link-nav dt{
	display:none;
}
@media only screen and (min-width: 481px) {
	.top-link .top-link-nav {
  margin: 6px 0 0 0;
  justify-content: flex-end;
}
  .top-link .top-link-nav a {
    font-size: 100%;
	padding: 0 10px;
  }
  .top-link .top-link-nav dt{
	display:block;
	}
}
@media only screen and (min-width: 768px) {
	.top-link .top-link-nav {
  margin: 6px 0 0 0;
  justify-content: flex-end;
}
  .top-link .top-link-nav a {
    font-size: 110%;
	padding: 0 10px;
  }
   .top-link .top-link-nav dt{
	display:block;
	}
}
@media only screen and (min-width: 1100px) {
	.top-link .top-link-nav {
  margin: 6px 0 0 0;
  justify-content: flex-end;
}
	 .top-link .top-link-nav a {
    font-size: 110%;
	padding: 0 10px;
  }
   .top-link .top-link-nav dt{
	display:block;
	}
}
.top-link .top-link-nav a:hover {
  color: #000 !important;
}
.top-link .top-link-nav a:not(:last-of-type) {
  border-right: #fff 1px solid;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 0;
}
@media only screen and (min-width: 481px) {
	.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}
}
@media only screen and (min-width: 768px) {
	.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}
}
@media only screen and (min-width: 1100px) {
	.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}
}
.edm-wrapper-default {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-default {
    width: 1100px;
  }
}
.edm-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
}

.edm-wrapper-T0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-T0 {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-T0 {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-T0 {
    width: 1200px;
    padding: 0 0 30px 0;
  }
}

.edm-wrapper-B0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-B0 {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-B0 {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-B0 {
    width: 1200px;
    padding: 30px 0 0 0;
  }
}

.edm-wrapper-TB0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-TB0 {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-TB0 {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-TB0 {
    width: 1200px;
    padding: 0;
  }
}

.flexBox {
  justify-content: space-between;
  align-items: top;
  overflow: hidden;
}

.gray-divine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #cfcfcf;
  overflow: hidden;
}

.gray-dashDivine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border-bottom: #cfcfcf 1px dashed;
  overflow: hidden;
}

.gray-dotDivine {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  border-bottom: #999999 1px dotted;
  overflow: hidden;
}

.blue-divine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #9ed7f6;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .blue-divine {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .blue-divine {
    width: 90%;
    margin: 0 auto;
  }
}

.blue {
  color: #2f6cbe;
}

.bottomLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -moz-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -webkit-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -o-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  overflow: hidden;
}
.bottomLine dl {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1170px) {
  .bottomLine dl {
    width: 1100px;
  }
}
.bottomLine dl dt {
  display: table-cell;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}
@media only screen and (min-width: 481px) {
  .bottomLine dl dt {
    width: 7%;
    padding: 5px 15px;
  }
}
.bottomLine dl dt img {
  width: 100%;
}
.bottomLine dl dd {
  display: table-cell;
  color: #fff;
  font-size: 120%;
  line-height: 1.4rem;
  text-align: left;
  vertical-align: middle;
  background-color: #5fbae4;
  padding: 3px 15px 3px 15px;
}
@media only screen and (min-width: 769px) {
  .bottomLine dl dd {
    font-size: 200%;
    line-height: 1.8rem;
    padding: 5px 20px 5px 55px;
  }
}
@media only screen and (min-width: 481px) {
  .bottomLine dl dd::before {
    content: "";
  }
}
@media only screen and (min-width: 769px) {
  .bottomLine dl dd::before {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-left: 33px solid #025d95;
    border-bottom: 33px solid #025d95;
  }
}

.nav-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: rgba(105, 60, 6, 0.95);
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 10;
}
.nav-fixed nav {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .nav-fixed nav {
    width: 90%;
    justify-content: space-between;
    padding: 10px 0;
  }
}
.nav-fixed nav a {
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  margin: 0 0 4px 0;
  padding: 10px 5px;
  font-family: "cwTeXKai", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
}
.nav-fixed nav a:hover {
  color: #ffff00;
}

.show {
  top: 0;
  opacity: 1 !important;
}

header {
  position: relative;
  width: 100%;
  margin: 13.5px auto -2px auto; /*20190701 Linda*/
  padding: 0;
  overflow: hidden;
}
header img {
  width: 100%;
}
header .btn-logo-daso {
  display: block;
  position: absolute;
      top: 10.5%;
    left: 3%;
    width: 34%;
    height: 12%;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  header .btn-logo-daso {
     top: 5%;
    left: 21%;
    width: 12%;
    height: 11%;
  }
}


.b-pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  .b-pc {
    display: block;
  }
}

.b-mobile {
  display: block;
}
@media only screen and (min-width: 481px) {
  .b-mobile {
    display: none;
  }
}

.total-container {
  width: 100%;
  overflow: hidden;
}

.secbox-1 img ,.secbox-2 img,.secbox-3 img,.secbox-4 img,.secbox-5 img,.secbox-6 img ,.secbox-7 img{
  width: 100%;
}

.secbox-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(90deg, #649233 50%,#7ca242 100%);
background: -moz-linear-gradient(90deg, #649233 50%, #7ca242 100%);
background: -webkit-linear-gradient(90deg, #649233 50%, #7ca242 100%);
background: -o-linear-gradient(90deg, #649233 50%, #7ca242 100%);
}

.red{
	color:rgb(195,13,35);
	display: contents;
}

.s1box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:95%;
	margin:18% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(72,104,37,0.9);
}

.s1title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	font-size: 105%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s1dotl{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s1dotr{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s1text{
	    padding: 14% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 100%;
}
.s1img{
	padding: 0 4% 12% 4%;
}
.big{
	font-size:140%;
}

.s12bg,.s23bg,.s34bg,.s45bg,.s56bg,.s67bg{
	margin:-1px auto;
}
@media only screen and (min-width: 481px) {
	.secbox-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(90deg, #649233 50%,#85AD46 100%);
background: -moz-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -webkit-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -o-linear-gradient(90deg, #649233 50%, #85AD46 100%);
}
	.s1box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:85%;
	margin:12% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(72,104,37,0.9);
}

.s1title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 110%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s1dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s1dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s1text{
	padding: 13% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 105%;
}
.s1img{
	padding: 0 10% 12% 10%;
}
.big{
	font-size:140%;
}
}
@media only screen and (min-width: 768px) {
	.secbox-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(90deg, #649233 50%,#85AD46 100%);
background: -moz-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -webkit-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -o-linear-gradient(90deg, #649233 50%, #85AD46 100%);
}
	.s1box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:560px;
	margin:12% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(72,104,37,0.9);
}

.s1title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 145%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s1dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s1dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s1text{
	padding: 13% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 115%;
}
.s1img{
	padding: 0 10% 12% 10%;
}
.big{
	font-size:140%;
}
}
@media only screen and (min-width: 1100px) {
	.secbox-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(90deg, #649233 50%,#85AD46 100%);
background: -moz-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -webkit-linear-gradient(90deg, #649233 50%, #85AD46 100%);
background: -o-linear-gradient(90deg, #649233 50%, #85AD46 100%);
}
	.s1box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:660px;
	margin:8% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(72,104,37,0.9);
}

.s1title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 160%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s1dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s1dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #85ad46;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s1text{
	padding: 13% 10% 10% 11%;
	line-height:1.2em;
	letter-spacing:.1em;
	font-size:116%;
}
.s1img{
	padding: 0 10% 12% 10%;
}
.big{
	font-size:140%;
}
}

.secbox-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
   background:#8AC04D;
}
.s2box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:95%;
	margin:18% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
}

.s2title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	font-size: 105%;
    color: #fff;
    top: -6.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s2dotl{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s2dotr{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s2text{
	    padding: 14% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 100%;
}

@media only screen and (min-width: 481px) {
	.s2box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:85%;
	margin:6% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
}

.s2title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 110%;
    color: #fff;
    top: -8%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s2dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s2dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s2text{
	padding: 13% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 105%;
}
}
@media only screen and (min-width: 768px) {
	.s2box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:560px;
	margin: 10% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
}

.s2title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 145%;
    color: #fff;
    top: -10.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s2dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s2dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s2text{
	padding: 13% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 115%;
}
}
@media only screen and (min-width: 1100px) {
	.s2box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:660px;
	margin:4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
}

.s2title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 160%;
    color: #fff;
    top: -8%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s2dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    left: 10px;
}
.s2dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8AC04D;
    position: absolute;
    top: 10px;
    right: 10px;
}
.s2text{
	padding: 13% 10% 10% 10%;
	line-height:1.2em;
	letter-spacing:.1em;
	font-size:116%;
}
}

.s2box2{
	width:95%;
	display:flex;
	 justify-content:space-between;
	flex-wrap:wrap;
	margin:0% auto 5% auto;
}
.s2sbox{
	width:47%;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
	    margin-top: 5%;
}
.s2box2img{
	padding: 12% 8%;
}
.s2box2text{
	font-size:100%;
	padding: 0% 10% 30% 10%;
		line-height: 1.4em;
}
.s2imgph{
	display:block;
		cursor:pointer;
		margin: 5% auto;
		width: 98%;
	}
.s2img{
	display:none;
		cursor:pointer;
		margin: 5% auto;
		width: 98%;
	}
@media only screen and (min-width: 481px) {
	.s2box2{
	width:80%;
	display:flex;
	 justify-content:space-between;
	flex-wrap:wrap;
	margin:0% auto 5% auto;
}
.s2sbox{
	width:47%;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
	    margin-top: 5%;
}
.s2box2img{
	padding: 12% 8%;
}
.s2box2text{
	font-size:110%;
	padding: 0% 10% 30% 10%;
		line-height: 1.4em;
}
.s2imgph{
	display:none;
		cursor:pointer;
		margin: 5% auto;
		width: 98%;
	}
.s2img{
	display:block;
		margin: 5% auto;
		width: 90%;
	}
}
@media only screen and (min-width: 768px) {
	.s2box2{
	width:680px;
	display:flex;
	 justify-content:space-between;
	flex-wrap:wrap;
	margin:0% auto 5% auto;
}
.s2sbox{
	width:160px;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
	margin-top: 0;
}
.s2box2img{
	padding: 12% 8%;
}
.s2box2text{
	font-size:105%;
	padding: 0% 10% 30% 10%;
		line-height: 1.4em;
}
.s2imgph{
	display:none;
		cursor:pointer;
		margin: 5% auto;
		width: 98%;
	}
.s2img{
	display:block;
		margin: 5% auto;
		width: 650px;
	}
}
@media only screen and (min-width: 1100px) {
	.s2box2{
	width:800px;
	display:flex;
	 justify-content:space-between;
	flex-wrap:wrap;
	margin:0% auto 5% auto;
}
.s2sbox{
	width:180px;
	border-radius:10px;
	box-shadow:7px 10px rgba(97,136,55,0.9);
	margin-top: 0;
}
.s2box2img{
	padding: 12% 8%;
}
.s2box2text{
	font-size:110%;
	padding: 0% 10% 30% 10%;
		line-height: 1.4em;
}
.s2imgph{
	display:none;
		cursor:pointer;
		margin: 5% auto;
		width: 98%;
	}
.s2img{
	display:block;
		margin: 5% auto;
		width: 750px;
	}
}

.secbox-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background:rgb(194,200,105);
}
.s3box1{
	position:relative;
	display: flex;
	flex-wrap:wrap-reverse;
    justify-content: center;
	width:95%;
	margin: 18% auto 10% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3hol{
	    position: absolute;
    left: 25%;
    top: -6%;
    width: 3.5%;
}
.s3hor{
	    position: absolute;
    left: 74%;
    top: -6%;
    width: 3.5%;
}
.s3box2{
	position:relative;
	display: flex;
	flex-wrap:wrap-reverse;
    justify-content: center;
	width:95%;
	margin:-5% auto 9% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3p3{
	position:absolute;
	bottom:2%;
	right:2%;
	width: 16%;
}
.s3title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 120%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
        padding: 6% 10%;
}
.s3dotl{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(194,200,105);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s3dotr{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background:rgb(194,200,105);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s3text{
	    display: flex;
    align-items: center;
	     padding: 26% 0% 10% 0%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 100%;
    width: 80%;
}
.s3img{
    padding: 2% 8% 14% 8%;
}
@media only screen and (min-width: 481px) {
	.s3box1{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:85%;
	margin: 10% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3hol{
	    position: absolute;
    left: 25%;
    top: -8%;
    width: 2.5%;
}
.s3hor{
	    position: absolute;
    left: 74%;
    top: -8%;
    width: 2.5%;
}
.s3box2{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:85%;
	margin:-2% auto 8% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3p3{
	position:absolute;
	bottom:2%;
	right:2%;
	width: 16%;
}
.s3title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 130%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 5%;
}
.s3dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(194,200,105);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s3dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(194,200,105);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s3text{
	    display: flex;
    align-items: center;
	     padding: 0 4% 0 6%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 100%;
    width: 61%;
}
.s3img{
    padding: 20% 0% 14% 4%;
}
}
@media only screen and (min-width: 768px) {
	.s3box1{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:560px;
	margin: 10% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3hol{
	    position: absolute;
    left: 25%;
    top: -10%;
    width: 2.5%;
}
.s3hor{
	    position: absolute;
    left: 74%;
    top: -10%;
    width: 2.5%;
}
.s3box2{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:560px;
	margin:-2% auto 8% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3p3{
	position:absolute;
	bottom:2%;
	right:2%;
	width: 16%;
}
.s3title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 140%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 5%;
}
.s3dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(194,200,105);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s3dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(194,200,105);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s3text{
	    display: flex;
    align-items: center;
	     padding: 0 7% 0 6%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 105%;
    width: 61%;
}
.s3img{
    padding: 20% 0% 14% 6%;
}
}
@media only screen and (min-width: 1100px) {
	.s3box1{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:660px;
	margin:4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3hol{
	    position: absolute;
    left: 25%;
    top: -10%;
    width: 2.5%;
}
.s3hor{
	    position: absolute;
    left: 74%;
    top: -10%;
    width: 2.5%;
}
.s3box2{
	position:relative;
	display: flex;
	flex-wrap:nowrap;
    justify-content: center;
	width:660px;
	margin:-2.5% auto 8% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(137,141,75,.9);
}
.s3p3{
	position:absolute;
	bottom:2%;
	right:2%;
	width: 16%;
}
.s3title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 132%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 5%;
}
.s3dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(194,200,105);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s3dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(194,200,105);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s3text{
	    display: flex;
    align-items: center;
	     padding: 0 8% 0 8%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 116%;
    width: 50%;
}
.s3img{
    padding: 14% 0% 14% 8%;
}
}

.secbox-4 {
     position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: rgb(247,215,119);
}
/*20190628 Linda start*/
.secbox-4 .s4tb2, .secbox-4 .s4tb3, .secbox-4 .s4tb4 {
	display: none;
}
/*20190628 Linda end*/
.s4ph{
	display:none;
}
.s4box{
		text-align: center;
		margin-bottom: 6%;
	}
.s4nav{
	    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 74%;
}
.s4nav div{
	cursor:pointer;
	margin-top:0;
	    padding: 2% 5% 2% 5%;
    color: #fff;
    font-size: 105%;
    border: #fff 2px solid;
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
	height:1em;
	white-space:nowrap;
}
.s4nav .choose{
	    padding: 3% 5% 3% 5%;
    margin-top: -2%;
}
.s4nav div:hover{
	padding: 3% 5% 3% 5%;
	margin-top:-2%;
}
.s4white{
	width: 95%;
	margin: 0 auto 10% auto;
	background:#fff;
	border-radius:10px;
	box-shadow: 7px 10px rgba(174,152,84,.9);
}
.tsured{
	font-size:130%;
	color:rgb(195,13,35);
	font-weight:bold;
}
.tbtitle{
	padding: 6% 0 1% 5%;
    font-size: 115%;
    font-weight: bold;
}
.s4tbup{
	width:90%;
	margin:0 auto;
}
.s4tbup td{
	 border: 1.5px #000 solid;
	 font-size:100%;
}
.s4tbup tr:first-child td{
	 text-align:center;
}
.s4tbup td:first-child{
	 text-align:center;
}

.s4tbdown{
	width:90%;
	margin:0 auto;
}
.s4tbdown td{
	 border: 1.5px #000 solid;
	 font-size:100%;
	  text-align:center;
	      padding: 9px;
}
.s4tbdown tr:first-child td,.s4tbdown tr:nth-child(2) td{
}

.s4arrow{
	margin: 4% auto 1% auto;
    width: 3%;
}
.s4enm{
	    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
}
.s4en{
	display:none;
}
.s4tb1,.s4tb2,.s4tb3,.s4tb4{
		padding-bottom:6%;
	}
	.s4box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:95%;
	margin:10% auto 6% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(174,152,84,.9);
}

.s4title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	font-size: 105%;
    color: #fff;
    top: -6.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s4dotl{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s4dotr{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s4text{
	    padding: 20% 10% 8% 10%;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-size: 100%;
	text-align:center;
	color:rgb(64,33,15);
}
@media only screen and (min-width: 481px) {
	.s4box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:85%;
	margin:6% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(174,152,84,.9);
}

.s4title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 110%;
    color: #fff;
    top: -8%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s4dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s4dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s4text{
	padding: 13% 10% 8% 10%;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 105%;
	text-align:center;
	color:rgb(64,33,15);
}

	.s4ph{
	display:contents;
}
.s4box{
		text-align: center;
		margin-bottom: 5%;
	}
	.s4nav{
	    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.s4nav div{
	cursor:pointer;
	margin-top:0;
	    padding: 2% 3% 2% 3%;
    color: #fff;
    font-size: 110%;
    border: #fff 2px solid;
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
	height:1em;
	white-space:nowrap;
}
.s4nav .choose{
	    padding: 3% 3% 3% 3%;
    margin-top: -2%;
}
.s4nav div:hover{
	padding: 3% 3% 3% 3%;
	margin-top:-2%;
}
.s4white{
	width: 85%;
	margin: 0 auto 6% auto;
	background:#fff;
	border-radius:10px;
	box-shadow: 7px 10px rgba(174,152,84,.9);
}
.tbtitle{
	padding: 6% 0 1% 5%;
    font-size: 120%;
    font-weight: bold;
}
.s4tbup{
	width:90%;
	margin:0 auto;
}
.s4tbup td{
	 border: 1.5px #000 solid;
	 font-size:105%;
}
.s4tbup tr:first-child td{
	 text-align:center;
}
.s4tbup td:first-child{
	 text-align:center;
}

.s4tbdown{
	width:90%;
	margin:0 auto;
}
.s4tbdown td{
	 border: 1.5px #000 solid;
	 font-size:105%;
	  text-align:center;
}
.s4tbdown tr:first-child td,.s4tbdown tr:nth-child(2) td{
}

.s4arrow{
	margin: 4% auto 1% auto;
    width: 3%;
}
.s4enm{
	display:none;
}
.s4en{
	    display: block;
    width: 101%;
    margin: 0 auto 0 -1%;
}
}
@media only screen and (min-width: 768px) {
	.s4box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:560px;
	margin: 10% auto 4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(174,152,84,.9);
}

.s4title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 145%;
    color: #fff;
    top: -10.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s4dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s4dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(247,215,119);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s4text{
	padding: 13% 0 8% 0;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 115%;
	text-align:center;
	color:rgb(64,33,15);
}

	.s4ph{
	display:contents;
}
.s4box{
		text-align: center;
		margin-bottom: 3%;
	}
	.s4nav{
	    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 500px;
}
.s4nav div{
	cursor:pointer;
	margin-top:0;
	    padding: 2% 4% 2% 4%;
    color: #fff;
    font-size: 115%;
    border: #fff 2px solid;
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
	height:1em;
}
.s4nav .choose{
	    padding: 3% 4% 3% 4%;
    margin-top: -2%;
}
.s4nav div:hover{
	padding: 3% 4% 3% 4%;
	margin-top:-2%;
}
.s4white{
	width: 560px;
	margin: 0 auto 6% auto;
	background:#fff;
	border-radius:10px;
	box-shadow: 7px 10px rgba(174,152,84,.9);
}
.tbtitle{
	padding: 6% 0 1% 5%;
    font-size: 130%;
    font-weight: bold;
}
.s4tbup{
	width:90%;
	margin:0 auto;
}
.s4tbup td{
	 border: 1.5px #000 solid;
	 font-size:110%;
}
.s4tbup tr:first-child td{
	 text-align:center;
}
.s4tbup td:first-child{
	 text-align:center;
}

.s4tbdown{
	width:90%;
	margin:0 auto;
}
.s4tbdown td{
	 border: 1.5px #000 solid;
	 font-size:110%;
	  text-align:center;
}
.s4tbdown tr:first-child td,.s4tbdown tr:nth-child(2) td{
}

.s4arrow{
	margin: 4% auto 1% auto;
    width: 3%;
}
.s4enm{
	display:none;
}
.s4en{
	    display: block;
    width: 101%;
    margin: 0 auto 0 -1%;
}
}
@media only screen and (min-width: 1100px) {
	.s4box1{
	position:relative;
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
	width:660px;
	margin:4% auto;
	background:#fff;
	border-radius:10px;
	box-shadow:7px 10px rgba(174,152,84,.9);
}

.s4title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 160%;
    color: #fff;
    top: -14%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s4dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s4dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(247,215,119);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s4text{
	    padding: 13% 0 10% 0%;
	line-height:1.5em;
	letter-spacing:.1em;
	font-size:116%;
	text-align:center;
	color:rgb(64,33,15);
}

	.s4ph{
	display:contents;
}
	.s4box{
		text-align: center;
		margin-bottom: 2%;
	}
	.s4nav{
	    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 620px;
}
.s4nav div{
	cursor:pointer;
	margin-top:0;
	padding: 2% 6% 2% 6%;
    color: #fff;
    font-size: 120%;
    border: #fff 2px solid;
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
	height:1em;
}
.s4nav .choose{
	padding: 3% 6% 3% 6%;
	margin-top:-2%;
}
.s4nav div:hover{
	padding: 3% 6% 3% 6%;
	margin-top:-2%;
}
.s4white{
	width: 660px;
	margin: 0 auto 6% auto;
	background:#fff;
	border-radius:10px;
	box-shadow: 7px 10px rgba(174,152,84,.9);
}
.tbtitle{
	padding: 6% 0 1% 5%;
    font-size: 140%;
    font-weight: bold;
}
.s4tbup{
	width:90%;
	margin:0 auto;
}
.s4tbup td{
	 border: 1.5px #000 solid;
	 font-size:115%;
}
.s4tbup tr:first-child td{
	 text-align:center;
}
.s4tbup td:first-child{
	 text-align:center;
}

.s4tbdown{
	width:90%;
	margin:0 auto;
}
.s4tbdown td{
	 border: 1.5px #000 solid;
	 font-size:115%;
	  text-align:center;
}
.s4tbdown tr:first-child td,.s4tbdown tr:nth-child(2) td{
}

.s4arrow{
	margin: 4% auto 1% auto;
    width: 3%;
}
.s4enm{
	display:none;
}
.s4en{
	    display: block;
    width: 101%;
    margin: 0 auto 0 -1%;
}
}
.secbox-5 {
     position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background:rgb(251,244,211);
}
.s5box{
	position:relative;
	display: flex;
	justify-content:center;
	width:95%;
	margin: 12% auto 0 auto;
	background:rgb(246,246,246);
	border-radius:10px;
	box-shadow:7px 10px rgba(177,172,150,0.9);
}

.s5title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	font-size: 105%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s5dotl{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s5dotr{
	width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s5l{
	display:none;
	padding-top: 20%;
    width: 30%;
}
.s5img{
	    padding: 0 0 20% 20%;
}
.s5r{
	    padding-top: 12%;
		    padding-bottom: 6%;
        width: 96%;
}
.s5rt{
	position:relative;
    padding: 8%;
	font-size: 110%;
    line-height: 1.2em;
}
.s5ltl{
	position:absolute;
	    top: 6%;
    left: 3%;
    width: 4%;
}
.s5rbl{
	position:absolute;
	bottom:6%;
	right:3%;
	width:4%;
}
.s5rb{
        padding: 5% 0 5% 2%;
    background: #fff;
    border-left: rgb(62,105,165) 5px solid;
    font-size: 82%;
    line-height: 1.5em;
}
.s5blue{
	color:rgb(62,105,165);
}
@media only screen and (min-width: 481px) {
.s5box{
	position:relative;
	display: flex;
	justify-content:center;
	width:85%;
	margin: 12% auto 0 auto;
	background:rgb(246,246,246);
	border-radius:10px;
	box-shadow:7px 10px rgba(177,172,150,0.9);
}

.s5title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 110%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s5dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s5dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s5l{
	display:none;
	padding-top: 20%;
    width: 30%;
}
.s5img{
	    padding: 0 0 20% 20%;
}
.s5r{
	    padding-top: 12%;
		    padding-bottom: 6%;
        width: 90%;
}
.s5rt{
	position:relative;
    padding: 8%;
	font-size: 110%;
    line-height: 1.2em;
}
.s5ltl{
	position:absolute;
	    top: 12%;
    left: 3%;
    width: 4%;
}
.s5rbl{
	position:absolute;
	bottom:12%;
	right:3%;
	width:4%;
}
.s5rb{
    padding: 5% 0 5% 5%;
    background: #fff;
    border-left: rgb(62,105,165) 5px solid;
    font-size: 90%;
    line-height: 1.5em;
}
}
@media only screen and (min-width: 768px) {
	.s5box{
	position:relative;
	display: flex;
	justify-content:center;
	width:560px;
	margin:12% auto 6% auto;
	background:rgb(246,246,246);
	border-radius:10px;
	box-shadow:7px 10px rgba(177,172,150,0.9);
}

.s5title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 145%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s5dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(251,244,211);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s5dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgb(251,244,211);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s5l{
	display:block;
	padding-top: 20%;
    width: 30%;
}
.s5img{
	    padding: 0 0 20% 20%;
}
.s5r{
	    padding-top: 12%;
		    padding-bottom: 6%;
        width: 78%;
}
.s5rt{
	position:relative;
    padding: 8% 10% 8% 8%;
	font-size: 110%;
    line-height: 1.2em;
}
.s5ltl{
	position:absolute;
	    top: 12%;
    left: 3%;
    width: 4%;
}
.s5rbl{
	position:absolute;
	bottom:12%;
	right:8%;
	width:4%;
}
.s5rb{
    padding: 5% 0 5% 5%;
    background: #fff;
    border-left: rgb(62,105,165) 5px solid;
    font-size: 90%;
    line-height: 1.5em;
	    margin-right: 5%;
}
}
@media only screen and (min-width: 1100px) {
	.s5box{
	position:relative;
	display: flex;
	justify-content:center;
	width:660px;
	margin:8% auto 4% auto;
	background:rgb(246,246,246);
	border-radius:10px;
	box-shadow:7px 10px rgba(177,172,150,0.9);
}

.s5title{
	position:absolute;
	background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
	background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
	    font-size: 160%;
    color: #fff;
    top: -5.5%;
    border-radius: 10px;
    padding: 3% 8%;
}
.s5dotl{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    left: 10px;
}
.s5dotr{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(251,244,211);
    position: absolute;
    top: 10px;
    right: 10px;
}
.s5l{
	display:block;
	    padding-top: 12%;
		    padding-bottom: 0;
    width: 35%;
}
.s5img{
	    padding: 0 0 20% 16%;
}
.s5r{
	    padding-top: 12%;
    width: 65%;
}
.s5rt{
	position:relative;
    padding: 8% 10% 8% 4%;
	font-size: 120%;
    line-height: 1.2em;
}
.s5ltl{
	position:absolute;
	    top: 12%;
    left: 0;
    width: 4%;
}
.s5rbl{
	position:absolute;
	bottom:12%;
	right:8%;
	width:4%;
}
.s5rb{
    padding: 5% 0 5% 5%;
    background: #fff;
    border-left: rgb(62,105,165) 5px solid;
    font-size: 96%;
    line-height: 1.5em;
	    margin-right: 5%;
}
}

.s5img2m{
		display:block;
	}
	.s5img2{
		display:none;
	}
@media only screen and (min-width: 481px) {
	.s5img2m{
	display:none;
	}
	.s5img2{
			display:block;
		width: 98%;
		margin: 8% auto 10% auto;
	}
}
@media only screen and (min-width: 768px) {
	.s5img2m{
		display:none;
	}
	.s5img2{
		display:block;
		width: 700px;
		margin: 0 auto 10% auto;
	}
}
@media only screen and (min-width: 1100px) {
	.s5img2m{
		display:none;
	}
	.s5img2{
		display:block;
		width: 750px;
		margin: 0 auto 5% auto;
	}
}
.secbox-6 {
     position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background:rgb(245,183,153);
}
.yellow{
	color:rgb(255,255,0);
}
	.tsu{
		font-weight:bold;
	}
	
	.titlebox{
		position:relative;
		background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
			font-size: 105%;
		color: #fff;
		    border-radius: 10px;
		padding: 2% 4%;
		margin: 10% auto 0% auto;
		text-align: center;
		width: 90%;
		line-height:1.2em;
	}
	.s6dotl{
		width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	
	.s6dotr{
		width: 8px;
		height: 8px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.s6box{
		position:relative;
		display: block;
		width: 92%;
		margin: 15% auto 25% auto;
	}
	
	.s6l,.s6r{
		width:100%;
	}
	.s6r{
		padding-top:0;
	}
	.s6main{
		position:relative;
		background:#fff;
		font-size:110%;
		padding:8% 8% 40% 8%;
		    margin-bottom: 5%;
		line-height:1.2em;
		border-radius:10px;
		box-shadow: 7px 10px rgba(173,129,109,0.9);
	}
	.readmore, .less{ /*20190628 Linda*/
		cursor:pointer;
		color:rgb(106,57,6);
		text-decoration: underline;
		position: absolute;
		right: 12%;
		bottom: 6%;
		font-size: 90%;
	}
	.sname{
		    font-size: 120%;
    line-height: 1.5em;
	font-weight:bold;
	}
	.s6box hr{
		margin: 5% 0 0 0;
	}
	.school{
		    display: -webkit-box;
    margin-top: -1.1em;
    padding-left: 2.75em;
	margin-bottom: -7%;
	}
	.s6lt{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.s6rb{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.s6tman{
		position: absolute;
		top: -1%;
		right: 0%;
		width: 30%;
		z-index: 1;
	}
	.s6bman{
		position: absolute;
		top: 96%;
		left: 30%;
		width: 45%;
		z-index: 1;
		display:none;
	}
	.s6bmanph{
		position: absolute;
		bottom: 0;
		left: 13%;
		width: 23%;
		z-index: 1;
	}
	.s6text{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
@media only screen and (min-width: 481px) {
	
	.titlebox{
		position:relative;
		background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
			font-size: 110%;
		color: #fff;
		    border-radius: 10px;
		padding: 2% 4%;
		margin: 6% auto;
		text-align: center;
		width: 90%;
	}
	.s6dotl{
		width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	
	.s6dotr{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.s6box{
		position:relative;
		display: flex;
		justify-content:space-between;
		width: 90%;
		margin: 0 auto 24% auto;
	}
	.s6l,.s6r{
		width:49%;
	}
	.s6r{
		padding-top:26%;
	}
	.s6main{
		position:relative;
		background:#fff;
		font-size:106%;
		padding:8% 8% 35% 8%;
		    margin-bottom: 5%;
		line-height:1.2em;
		border-radius:10px;
		box-shadow: 7px 10px rgba(173,129,109,0.9);
	}
		.readmore{
		cursor:pointer;
		position: absolute;
		right: 12%;
		bottom: 6%;
		font-size: 90%;
	}
	.sname{
		    font-size: 120%;
    line-height: 1.5em;
	font-weight:bold;
	}
	.s6box hr{
		margin: 5% 0 0 0;
	}
	.school{
		    display: -webkit-box;
    margin-top: -1.1em;
    padding-left: 2.75em;
	margin-bottom: -7%;
	}
	.s6lt{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.s6rb{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.s6tman{
		    position: absolute;
		top: 1.5%;
		right: 0%;
		width: 26%;
	}
	.s6bman{
	      position: absolute;
		top: 96%;
		left: 30%;
		width: 45%;
		z-index: 1;
		display:block;
	}
	.s6bmanph{
		 display:none;
	}
}
@media only screen and (min-width: 768px) {
	
	.titlebox{
		position:relative;
		background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
			font-size: 145%;
		color: #fff;
		    border-radius: 10px;
		padding: 2% 0%;
		margin: 6% auto;
		text-align: center;
		width: 34em;
	}
	.s6dotl{
		width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	
	.s6dotr{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	.s6box{
		position:relative;
		display: flex;
		justify-content:space-between;
		width: 730px;
		margin: 0 auto 12% auto;
	}
	.s6l,.s6r{
		width:49%;
	}
	.s6r{
		padding-top:26%;
	}
	.s6main{
		position:relative;
		background:#fff;
		font-size:106%;
		padding:5% 5% 35% 5%;
		    margin-bottom: 5%;
		line-height:1.2em;
		border-radius:10px;
		box-shadow: 7px 10px rgba(173,129,109,0.9);
	}
	.readmore{
		cursor:pointer;
		position: absolute;
		right: 10%;
		bottom: 7%;
		font-size: 90%;
	}
	.sname{
		    font-size: 120%;
    line-height: 1.5em;
	font-weight:bold;
	}
	.s6box hr{
		margin: 5% 0 0 0;
	}
	.school{
		      display: -webkit-box;
    margin-top: -1.1em;
    padding-left: 2.75em;
    margin-bottom: -7%;
	}
	.s6lt{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.s6rb{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.s6tman{
		position: absolute;
		top: 2.5%;
		right: 0%;
		width: 26%;
	}
	.s6bman{
	     position: absolute;
    top: 94%;
    left: 30%;
    width: 45%;
    z-index: 1;
	display:block;
	}
	.s6bmanph{
		 display:none;
	}
}
@media only screen and (min-width: 1100px){
	.titlebox{
		position:relative;
		background: linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -moz-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -webkit-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%); 
		background: -o-linear-gradient(90deg, rgba(39, 77, 137, 1) 50%, rgba(62, 105, 164, 1) 0%);
			font-size: 160%;
		color: #fff;
		    border-radius: 10px;
		padding: 2% 0%;
		margin: 4% auto;
		text-align: center;
		width: 35em;
	}
	.s6dotl{
		width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	
	.s6dotr{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	.s6box{
		position:relative;
		display: flex;
		justify-content:space-between;
		width: 900px;
		margin: 0 auto 8% auto;
	}
	.s6l,.s6r{
		width:48%;
	}
	.s6r{
		padding-top:26%;
	}
	.s6main{
		position:relative;
		background:#fff;
		font-size:120%;
		padding:6% 6% 40% 6%;
		    margin-bottom: 8%;
		line-height:1.2em;
		border-radius:10px;
		box-shadow: 7px 10px rgba(173,129,109,0.9);
	}
	.readmore{
		cursor:pointer;
		position: absolute;
		right: 10%;
		bottom: 6%;
		font-size: 90%;
	}
	.sname{
		    font-size: 120%;
    line-height: 1.5em;
	font-weight:bold;
	}
	.s6box hr{
		margin: 5% 0 0 0;
	}
	.school{
		       display: -webkit-box;
    margin-top: -1.1em;
    padding-left: 2.75em;
    margin-bottom: -7%;
	}
	.s6lt{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(245,183,153);
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.s6rb{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: rgb(245,183,153);
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.s6tman{
		position: absolute;
		top: 2.5%;
		right: 0%;
		width: 26%;
	}
	.s6bman{
	   position: absolute;
    top: 94%;
    left: 30%;
    width: 45%;
    z-index: 1;
	display:block;
	}
	.s6bmanph{
		 display:none;
	}
}
.secbox-7 {
     position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background:rgb(232,103,116);
}
.s7box{
	display:flex;
	 justify-content:center;
	margin:8% auto 10% auto;
	color:#fff;
}
.s7box .s7name{
	width:20%;
	padding:0 2%;
}
.s7l{
	display:none;
}
.s7br{
	display:contents;
}
.s7r{
	    letter-spacing: 0em;
    width: auto;
    font-size: 109%;
	padding-left: 0;
    text-align: center;
}
@media only screen and (min-width: 481px) {
	.s7box{
	display:flex;
	 justify-content:center;
	margin:10% auto;
	color:#fff;
}
.s7box .s7name{
	width:20%;
	padding:0 2%;
}
.s7l{
	display:block;
	width:15%;
}
.s7br{
	display:none;
}
.s7r{
	    letter-spacing: .2em;
    width: 24em;
    font-size: 100%;
    padding-left: 2%;
	text-align:left;
}
}
@media only screen and (min-width: 768px) {
	.s7box{
	display:flex;
	 justify-content:center;
	margin:7% auto;
	color:#fff;
}
.s7box .s7name{
	width:20%;
	padding:0 2%;
}
.s7l{
	display:block;
	width:auto;
}
.s7br{
	display:none;
}
.s7r{
	    letter-spacing: .2em;
    width: 24em;
    font-size: 110%;
    padding-left: 2%;
	text-align:left;
}
}
@media only screen and (min-width: 1100px) {
	.s7box{
	display:flex;
	 justify-content:center;
	margin:5% auto;
	color:#fff;
}
.s7box .s7name{
	width:20%;
	padding:0 2%;
}
.s7l{
	display:block;
	width:auto;
}
.s7br{
	display:none;
}
.s7r{
	letter-spacing:.2em;
	width: 24em;
	font-size:120%;
	padding-left: 2%;
	text-align:left;
}
.form-write .content-write{
	background-color: #ffffff;
	width: 1140px;
	margin: 10px auto;
	padding: 0 10px 30px 10px;
}
}


