/*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;
    display: block;
}

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;
}
.clearfix{
    clear: both;
}
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:#fff;
    overflow-x:hidden;
}

/* -返回顶部- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;}
#back-top span {width:54px; height:54px; background:url(https://fz.xhd.cn/topic/include/img/icon.png) no-repeat; display:block;}
#back-top a{outline:none}

.pullL{
    float:left;
}
.pullR{
    float:right;
}

.wrapper {
    width: 1080px;
    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 ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
  @keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 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);}
}

.banner {
  width: 100%;
  height:520px;
  background-color: #ccc;
  position: relative;
  background: url(../images/banner.png) top center no-repeat;
}

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

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

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

.title p {
    font-size: 24px;
    line-height: 24px;
    color: #5c5c5c;
    text-align: center;
    margin-top: 10px;
}

.btn {
    display: block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #e3a33f;
    font-size: 28px;
    font-weight: bold;
    background: #6e1a3b;
    border-radius: 40px;
    text-align: center;
    animation: scale2 2s linear infinite;
}

.btn1 {
    display: block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #6e1a3b;
    font-size: 28px;
    font-weight: bold;
    background: #e3a33f;
    border-radius: 40px;
    text-align: center;
    animation: scale2 2s linear infinite;
}

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

.get-form{margin-top: 40px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 6px;
}
.get-form .get-form-top{display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 8px;
}
.get-form .get-form-top .gft-item{position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  margin-right: 10px;
}
.get-form .get-form-top .gft-item .gfi-img{margin-left: 8px; margin-right: 5px;}
.get-form .get-form-top .gft-item .gfi-img img{}
.get-form .get-form-top .gft-item .gfi-input{}
.get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;
  background: #ffffff;
  height: 40px;
  width: 160px;
}
.get-form .get-form-top .gft-item .gfi-getCode{position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;
  padding: 6px 15px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.get-form .get-form-top .gft-submit{height: auto;}
.get-form .get-form-top .gft-submit .submit-in{transition: all 0.2s linear; 
  height: 45px;
  background-color: #c90013;
  padding: 0 45px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
}
.get-form .get-form-bottom{display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

/* 什么样的学生适合申请? */
.block3{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 60px;
}
.block3 .list_shihe{
  margin-top:30px;
  width: 1080px;
}
.block3 .list_shihe ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.block3 .list_shihe ul li{
    width: 320px;
    height: 305px;
    box-sizing: border-box;
    border-radius: 20px;
    color:#2b547a;
    font-size: 20px;
    -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: 320px;
    height: 180px;
    margin: 0 auto;
    box-sizing: border-box;
}
.block3 .list_shihe ul li dl dt {
    color: #6e1a3b;
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
    font-weight: bold;
}
.block3 .list_shihe ul li dl dd{
    padding: 0 18px;
    font-size: 20px;
    color:#585858;
    text-align: center;
    line-height: 24px;
    margin-top: 12px;
}

/* 项目优势 */
.block4 {
  width: 100%;
  height: 678px;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  position: relative;
  background: url(../images/block4_pic.png) top center no-repeat;
}
.block4 .wrapper {
    width: 1080px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.block4 .list {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block4 .list .item {
  width: 180px;
  height: 352px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
  transition: width 0.2s ease;
}
.block4 .list .item.active {
  width: 480px;
}
.block4 .list .item.active .txt {
  transform: translateY(0);
  height: auto;
}
.block4 .list .item1 {
  background: url("../images/block4_pic01.png") no-repeat center;
}
.block4 .list .item2 {
  background: url("../images/block4_pic02.png") no-repeat center;
}
.block4 .list .item3 {
  background: url("../images/block4_pic03.png") no-repeat center;
}
.block4 .list .item4 {
  background: url("../images/block4_pic04.png") no-repeat center;
}
.block4 .list .item .content {
  margin: 20px 40px;
  overflow: hidden;
}
.block4 .list .item .txt {
  transition: transform 0.2s ease;
  transform: translateY(270px);
  height: 300px;
}
.block4 .list .item .txt .t1 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.block4 .list .item .txt .t1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 12px;
  background: #e3a33f;
  z-index: -1;
}
.block4 .list .item .txt .t2 {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  text-align: justify;
}

/* 预科录取要求与课程设置 */
.block5 {
  width:100%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0 60px;
  background: url(../images/block5_pic.png) bottom no-repeat;
}
.block5 .mingxiao {
    width: 1080px;
    margin-bottom: 40px;
}
.block5 .mingxiao .navbar_bx{
   width: 1080px;
   margin-top: 20px;
   height: 48px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }
.block5 .mingxiao .navbar_bx .item{
   width: 320px;
   height: 50px;
   line-height: 50px;
   font-size: 22px;
   color: #6e1a3b;
   background:#fff;
   text-align: center;
   cursor: pointer;
   border-radius: 34px;
   border:1px 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;
}
.block5 .mingxiao .qs{
     border-top:0;
 }
.block5 .content{
     width:1080px;
     margin: 0 auto;
 }
.show{
    display: block;
}

/* 表单二 */
.block6{
  background: url(../images/block6_pic.png) 50% no-repeat; 
  width: 100%;
  height: 200px;
  position: relative;
}
.two-form{
    padding: 100px 0 0;
}
.two-form .two-form-top{display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 8px;
}
.two-form .two-form-top .txo-item{position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  margin-right: 10px;
}
.two-form .two-form-top .txo-item .tyo-img{margin-left: 8px; margin-right: 5px;}
.two-form .two-form-top .txo-item .tyo-img img{}
.two-form .two-form-top .txo-item .tyo-input{}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{border: none;
  background: #ffffff;
  height: 40px;
  width: 160px;
}
.two-form .two-form-top .txo-item .tyo-twoCode{position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-twoCode .twoYzm{border: none;
  padding: 6px 15px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{height: auto;}
.two-form .two-form-top .txo-submit .submit-in{transition: all 0.2s linear; 
  height: 45px;
  background-color: #c90013;
  padding: 0 45px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
}
.two-form .two-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

/* 可选国际课程 */
.block7 {
  width:100%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0 60px;
}
.block7 .content{
     width:1080px;
     margin: 0 auto;
 }
.luqu {
  padding-top: 30px;
}

.luqu .nav_bx {
  width: 300px;
  float: left;
}

.luqu .nav_bx .item {
  width: 298.52px;
  height: 70.52px;
  position: relative;
  cursor: pointer;
  line-height: 72px;
  font-size: 24px;
  color: #6e1a3b;
  background:#fff;
  text-align: center;
  border:1px solid #e3a33f;
}
.luqu .nav_bx .item:nth-child(2){
  margin-top:-1px;
}
.luqu .nav_bx .item:nth-child(3){
  margin-top:-1px;
}
.luqu .nav_bx .item:nth-child(4){
  margin-top:-1px;
}
.luqu .nav_bx .item:nth-child(5){
  margin-top:-1px;
}
.luqu .nav_bx .item:nth-child(6){
  margin-top:-1px;
}
.luqu .nav_bx .item:nth-child(7){
  margin-top:-1px;
}

.luqu .nav_bx .active {
   color: #e3a33f;
   font-weight: bold;
   background:#841f4b;
   display: block;
}

.luqu .nav_bx .item:last-child {
  margin-bottom: 0;
}

.luqu .lq {
  width: 780px;
  height: 498px;
  float: right;
  background: url("../images/block7_pic01.png") no-repeat center;
  position: relative;
}

.luqu .lq .lq_bx {
  padding-top: 24px;
  text-align: left;
}

.luqu .lq .lq_bx h6 {
  padding: 0 60px;
  font-size: 24px;
  color: #841f4b;
  line-height: 24px;
  margin-bottom:30px;
}
.luqu .lq .lq_bx h5{
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background: #841f4b;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0 10px 60px;
}
.luqu .lq .lq_bx p {
  padding: 0 60px;
  font-size: 20px;
  color: #1e0510;
  text-align: justify;
  line-height: 28px;
}

.luqu .lq .lq_bx a {
    width: 420px;
    height: 60px;
    display: block;
    border-radius: 30px;
    font-size: 28px;
    font-weight: bold;
    background: #e3a33f;
    color: #6e1a3b;
    text-align: center;
    line-height: 54px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -195px;
    animation: scale2 2s linear infinite;
    box-shadow: 0 1px 8px 2px rgba(181, 99, 2, 0.4);
}
.lq_bx{
   display: none;
}
.show{
    display: block;
}

/*校区环境*/
.block8 {
  width:100%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0 60px;
  background: url(../images/block8_pic.png) bottom no-repeat;
}
.block8 img {
  margin: 0 auto;
  width: 1080px;
  height: 487px;
}

