@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input,
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  resize: none;
  border: 1px solid #ccc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
del {
  text-decoration: line-through;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}
html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
body {
  max-width: 480px;
  margin: 0 auto;

}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon6{
  0%{transform: translateX(-3px);}
  50%{transform: translateX(0);}
  100%{transform: translateX(-3px);}
}
@keyframes ballon7{
  0%{transform: translateY(-3px);}
  50%{transform: translateY(0);}
  100%{transform: translateY(-3px);}
}

.block {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner {
  width: 100%;
  height: 21.2rem;
  position: relative;
  background: url(../images/banner.png) top center no-repeat;
  background-size: 100% 100%;
}

.title h4 {
  color: rgba(227, 163, 63, 0.32);
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.title h3 {
  margin: 0 auto;
  color: #1b0202;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  margin-top: -.7rem;
}

.title h3 span {
  color: #6e1a3b;
}

.title p {
    font-size: .6rem;
    line-height: .72rem;
    color: #5c5c5c;
    text-align: center;
    margin-top: .25rem;
}

.btn {
    display: block;
    width: 10.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-top: .75rem;
    color: #e3a33f;
    font-size: 0.7rem;
    font-weight: bold;
    background: #6e1a3b;
    border-radius: 1rem;
    text-align: center;
    animation: scale2 2s linear infinite;
}
.btn1 {
    display: block;
    width: 10.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-top: .75rem;
    color: #6e1a3b;
    font-size: 0.7rem;
    font-weight: bold;
    background: #e3a33f;
    border-radius: 1rem;
    text-align: center;
    animation: scale2 2s linear infinite;
}

/* 表单一 */
.block2{
  box-sizing: border-box;
  text-align: center;
  padding: 1.5rem 0 0;
}

.get-form{
  width: 92%;
  box-shadow: 0 0 8px 0 rgba(110, 26, 59, .2);
  border-radius: 0.6rem;
  padding: 1rem 1rem;
  box-sizing: border-box;
}
.get-form .get-form-top{
  display: flex;
  margin-top:.75rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.get-form .get-form-top .gft-item{
    position: relative;
    width: 100%;
    height: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    border: 0.01rem solid #101010;
    border-radius: 0.125rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.get-form .get-form-top .gft-item .gfi-img{
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}
.get-form .get-form-top .gft-item .gfi-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.get-form .get-form-top .gft-item .gfi-input{height: 100%;}
.get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;
  border: none;
  height: 100%;
}
.get-form .get-form-top .gft-item .gfi-getCode{position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;
  padding: 0.25rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.get-form .get-form-top .gft-submit{
  width: 100%;
  border-radius: 0.125rem; 
  height: auto;
}
.get-form .get-form-top .gft-submit .submit-in{
  transition: all 0.2s linear; 
  height: 2rem;
  margin-top: 0.2rem;
  background-color: #c90013;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 0.9rem;
  font-weight: bold;
}
.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 2rem;
    padding: 0.3rem;
    font-size: 0.66rem;
    border-radius: 0.1rem;
}
.get-form .get-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}

/* 什么样的学生 适合申请？ */
.block3{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: .75rem 0 1.5rem;
}
.block3 .list_shihe{
    width: 92%;
}
.block3 .list_shihe ul{
    margin-top:.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.block3 .list_shihe ul li{
    width: 17.25rem;
    height: 4.5rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    color:#2b547a;
    font-size: 0.6rem;
    -webkit-box-shadow: 0 0 8px 0 rgba(110,26,59,.2);
    box-shadow: 0 0 8px 0 rgba(110,26,59,.2);
}
.block3 .list_shihe ul li img {
    width: 8.625rem;
    height: 4.5rem;
    float: left;
    margin: 0 auto;
    box-sizing: border-box;
}
.block3 .list_shihe ul li dl{
    width: 8.625rem;
    height: 4.5rem;
    float: right;
    text-align: center;
}
.block3 .list_shihe ul li dl dt {
    color: #6e1a3b;
    font-size: .7rem;
    line-height: .7rem;
    margin-top: 1rem;
    font-weight: bold;
}

.block3 .list_shihe ul li dl dd{
    padding: 0 0.5rem;
    font-size: 0.5rem;
    color:#585858;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.4rem;
}

/* 项目优势 */
.block4 {
  width: 100%;
  height: 26.25rem;
  padding-top: .75rem;
  text-align: center;
  position: relative;
  background: url(../images/block4_pic.png) top center no-repeat;
  background-size: 100% 100%;
}
.block4 .btn {
    margin-top: .05rem;
    margin-bottom: .75rem;
}
.intro-box {
  display: flex;
  justify-content: space-between;
  margin-top: .05rem;
}
.intro-l, .intro-r {
  width: 8.375rem;
  height: 18.5rem;
}
.intro-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro-l {
  margin-right:.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block4 .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0.6rem;
  color: #fff;
  /*letter-spacing: 1px;*/
}
.block4 .item .name {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1rem;
}
.block4 .item .name span {
  position: relative;
  z-index: 10;
}
.block4 .item .name::after {
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #e3a33f;
  content: "";
}
.block4 .item .desc {
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
}
.block4 .item1 {
  height: 9rem;
  background: url("../images/block4_pic01.png") no-repeat;
  background-size: contain;
}
.block4 .item2 {
  height: 9rem;
  background: url("../images/block4_pic02.png") no-repeat;
  background-size: contain;
}
.block4 .item3 {
  height: 9rem;
  background: url("../images/block4_pic03.png") no-repeat;
  background-size: contain;
}
.block4 .item4 {
  height: 9rem;
  background: url("../images/block4_pic04.png") no-repeat;
  background-size: contain;
}

/* 预科录取要求与课程设置 */
.block5 {
  width:100%;
  height: 26.725rem;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: .75rem 0 1.5rem;
  background: url(../images/block5_pic.png) bottom no-repeat;
  background-size: 100% 100%;
}
.block5 .mingxiao {
    width: 100%;
    margin-bottom: 1rem;
}

.block5 .mingxiao .navbar_bx{
   width: 100%;
   margin-top: .75rem;
   height: 1.2rem;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }
.block5 .mingxiao .navbar_bx .item{
   width: 5.6rem;
   height: 1.5rem;
   margin:0 0.1rem;
   line-height: 1.5rem;
   font-size: 0.6rem;
   color: #6e1a3b;
   background:#fff;
   text-align: center;
   cursor: pointer;
   border-radius: 0.75rem;
   border:0.025rem solid #e3a33f;
   box-sizing: border-box;
 
 }
.block5 .mingxiao .navbar_bx .active{
   color: #6e1a3b;
   font-weight: bold;
   background:#e3a33f;
   border:1px solid #e3a33f;

 }
.qs_bx{
   display: none;
}
.qs_bx img {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.block6 .mingxiao .qs{
     border-top:0;
     margin-top: 0.5rem;
 }
.show{
    display: block;
}

/* 表单二 */
.block6{
  background: url(../images/block6_pic.png) 50% no-repeat; 
  width: 100%;
  height: 18.9rem;
  position: relative;
  background-size: 100% 100%;
}
.two-form{
    width: 88%;
    padding: 4.2rem 0 0;
    margin:0 auto;

}
.two-form .two-form-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.two-form .two-form-top .txo-item{
    position: relative;
    width: 100%;
    height: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    border: 0.01rem solid #101010;
    border-radius: 0.125rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    background-color: #fff;
}
.two-form .two-form-top .txo-item .tyo-img{
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}
.two-form .two-form-top .txo-item .tyo-img img{
  width: 100%;
  height: 100%;
  display: block;
}
.two-form .two-form-top .txo-item .tyo-input{height: 100%;}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  border: none;
  height: 100%;
}
.two-form .two-form-top .txo-item .tyo-twoCode{
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-twoCode .twoYzm{
  border: none;
  padding: 0.25rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{
  width: 100%;
  border-radius: 0.125rem; 
  height: auto;
}
.two-form .two-form-top .txo-submit .submit-in{
  transition: all 0.2s linear; 
  height: 2rem;
  margin-top: 0.2rem;
  background-color: #c90013;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 0.9rem;
  font-weight: bold;
}
.two-form .two-form-top .txo-submit .submit-in .tzo-txt{
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 2rem;
    padding: 0.3rem;
    font-size: 0.66rem;
    border-radius: 0.1rem;
}
.two-form .two-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}

/* 可选国际课程 */
.block7 {
  width:100%;
  box-sizing: border-box;
  text-align: center;
  padding: .75rem 0 1.5rem;
}
.reason-swiper {
  margin: .75rem auto 0;
  width: 17.25rem;
  height: 14rem;
  overflow: hidden;
  background: url(../images/block7_pic.png) 50% no-repeat; 
  background-size: 100% 100%;
}

.reason-list-item {
  padding: .75rem;
  color: #1e0510;
  font-size: 0.6rem;
  line-height: 0.85rem;
  text-align: justify;
}

.reason-list-item h5 {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #841f4b;
}
.reason-list-item h4 {
  text-align: center;
  font-size: 0.6rem;
  line-height: .7rem;
  color: #841f4b;
  margin-bottom:.5rem;
}

.reason-list-item h2{
  width: 3rem;
  height: .9rem;
  padding: 0 .25rem;
  line-height: .8rem;
  text-align: center;
  background: #841f4b;
  font-size: .6rem;
  color: #fff;
  border-radius: .15rem;
  margin: .5rem 0 .25rem;
}

.reason-pagination {
  width: 18.75rem;
  margin: 0 auto;
  text-align: center;
  /*bottom: 0.8rem !important;*/
}
.reason-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin-right:.1rem;
  background: #fff;
  opacity: 0.4;
}
.reason-pagination .swiper-pagination-bullet-active {
  width: 1.15rem;
  border-radius: 0.25rem;
  opacity: 1;
}

/* 福州可选择国际高中 */
.block8 {
  width:100%;
  box-sizing: border-box;
  text-align: center;
  padding: .75rem 0 1.5rem;
  background: url(../images/block8_pic.png) 50% no-repeat; 
  height: 19.075rem;
  position: relative;
  background-size: 100% 100%;
}
.block8 img {
  margin: 0 auto;
  width: 17.75rem;
  height: 13.55rem;
}
