<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #f2f2f2 !important;
  padding-top:50px !important;
  padding-bottom: 80px !important;
}
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);}
}
/* 头图 */
.content100 {
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.banner1 {
    height:12rem;
    background: url(../images/banner1w.jpg) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 6rem;
}
.banner1 .second_tit{
    width: 14rem;
    height: 1.4rem;
    margin:0 auto;
    line-height: 1.4rem;
    border-radius: 1rem;
    background: #fff;
    color: #fb710c;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
}
.banner1 .ul_toplist{
     width: 13rem;
     margin:0 auto;
     margin-top: 0.8rem;
}
.banner1 .ul_toplist ul{
    width: 13rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.banner1 .ul_toplist ul li{
    width: 5.75rem;
    height: 1.175rem;
    line-height: 1.175rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    background: rgba(255,102,0,.5);
    border-radius: 1rem;
    border:0.05rem solid #f5c8a8;
    margin-bottom: 0.3rem;
}
/* ACT是什么？ */
.banner2 .banner2m{
    margin-top: 0.5rem;
    height:6.45rem;
    background: url(../images/ban2_bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding:0.7rem 0.8rem 0;
}
.banner2 .banner2m p:nth-child(1){
    font-size:0.6rem;
    width: 4rem;
    margin:0 auto;
    position: relative;
    z-index:1;
}
.banner2 .banner2m p:nth-child(1)::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 0.2rem;
    left: 50%;
    bottom: 0.2rem;
    margin-left: -1.8rem;
    background: rgba(251,113,11,.5);
    border-radius: 0.25rem;
    z-index:-1;
}
.banner2 .banner2m p:nth-child(2){
    color: #333;
    font-size: 0.55rem;
    width:100%;
    line-height: 0.75rem;
    text-align: left;
    line-height: 0.8rem;
    margin-top: 0.2rem;
 
}
.content100 h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto 0.5rem auto;
    height: 1rem;
    line-height: 1rem;
    font-size:0.8rem;
    font-weight: bold;
    color: #333;
    position: relative;
}
.content100 h3.title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    left: 50%;
    bottom: 0rem;
    margin-left: -2.5rem;
    background: rgba(251,113,11,.5);
    border-radius: 0.25rem;
}
.content100 h5.tith5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.375rem auto 0.375rem auto;
    font-size:0.6rem;
    color: #333;
    font-weight: normal;
}
.content100 a.public_btn {
    display: block;
    width:5.6rem;
    height: 1.3rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3rem;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ffae69, #ff640c);
    font-size: 0.7rem;
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 0 0.125rem rgba(0,0,0,.1);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0.125rem solid #fff;
}
.cont2_main .con2_text3{
    width: 100%;
    height: 2rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.6rem;
    color: #fff;
    background: linear-gradient(to right, transparent, #fb710b,transparent);
}

.kecheng .navbar_bx{
   
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .kecheng .navbar_bx .item{
    width:4.875rem;
    height:1.125rem;
    line-height: 1.125rem;
    float: left;
    margin: 0 0 0.5rem 0.1rem;
    font-size: 0.6rem;
    color: #ff6600;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/sec2_titi01.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 0.8rem;

  }
  .kecheng .navbar_bx .active{
    color: #ffffff;
    background: url(../images/sec2_titi02.png) top center no-repeat;
    background-size: 100% 100%;
  }
  .cont2_main .kecheng_banxiang table{
    width:98%;
    margin:0 auto;
    background:#ffffff;
    box-shadow: 0px 5px 5px rgba(151, 151, 151, 0.2);
    border-radius: 0.5rem;
 }
 .cont2_main .kecheng_banxiang table tr:first-child td:first-child{
    border-radius: 0.5rem 0 0 0.5rem;
 }
 .cont2_main .kecheng_banxiang table tr td{
    height: 1.4rem;
    text-align: center;
    font-size: 0.6rem;
    color:#333;
    padding:0.25rem 0.125rem;
    box-sizing: border-box;
    border-bottom:1px solid #dcdcdc;
}
.cont2_main .kecheng_banxiang table tr td.wid200{
    width:2.8rem;
    color:#f9710d;
    background:#fff2eb;
    font-size: 0.7rem;
    border-right:1px solid #dcdcdc;
    font-weight: bold;
    border-bottom:0 solid #dcdcdc;
}
.cont2_main .kecheng_banxiang table tr td.wid50{
    width:1rem;
    padding:0.5rem;
    border-right:1px solid #dcdcdc;
}
.cont2_main .kecheng_banxiang table tr td.alignLe{
    text-align: left;
    box-sizing: border-box;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-right: 0;
  
} 
.cont2_main .kecheng_banxiang table tr td p{
    margin: 0;
}
.cont2_main .kecheng_banxiang table tr td.borbnone{
    border-bottom:0 solid #dcdcdc;
}
/*基础不同 预约表单 */
.cont3_main{
    width: 17.475rem;
    height: 7.225rem;
    background: url(../images/sec3_bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5rem 1.125rem;
}
.cont3_main .sec2_form{
    width: 10rem;
    float: right;
    margin-right: 1.2rem;
    margin-top: 2rem;
    position: relative;
 }
 .cont3_main .sec2_form h4{
     color:#fff;
     font-size:0.675rem;
     text-shadow: 0 0.075rem 0.125rem #0454d7;
     text-align: left;
 }
 .cont3_main .sec2_form .form-container{
    width: 100%;
    margin-top: 0.8rem;
 }
 .cont3_main .sec2_form .form-item{
     width:5.675rem;
     height:1.05rem;
     border-radius:0.125rem;
     margin-top:0.425rem;
     position: relative;
     border:none;
     background: url(../images/formjc_bg.png) 0 0 no-repeat;
     background-size: 100% 100%;
 }
 .cont3_main .sec2_form .form-item:nth-child(1):before{
     display: block;
     position:absolute;
     width: 0.4rem;
     height: 0.5rem;
     content:'';
     left: 0.2rem;
     top: 0.25rem;
     z-index:2;
     background: url(../images/name_icon01.png) 0 0 no-repeat;
     background-size: 100% 100%;
 }
 .cont3_main .sec2_form .form-item:nth-child(2):before{
     display: block;
     position:absolute;
     width: 0.425rem;
     height: 0.4rem;
     content:'';
     left: 0.2rem;
     top: 0.325rem;
     z-index:2;
     background: url(../images/tel_icon01.png) 0 0 no-repeat;
     background-size: 100% 100%;
 }
 .cont3_main .sec2_form .form-item input{
     border:none;
     width: 4.75rem;
     height: 1rem !important;
     line-height: 0.925rem !important;
     margin-left: 0.3rem !important;
     border:none;
     background: transparent;
 }
 .cont3_main .sec2_form #submitLQ{
     position: absolute;
     right: 0;
     top: -0.2rem;
     display: inline-block;
     width: 3.35rem;
     height:3.35rem;
     margin-top: 0.625rem;
     text-align: center;
     animation: scale2 3s infinite;
     background: url(../images/sec3_btn.png) 0 0 no-repeat;
     background-size:100% 100%;
     color: #fff;
     font-size: 0.7rem;
     line-height: 1rem;
     cursor: pointer;
     box-sizing: border-box;
     padding: 0.575rem 0.75rem;
     font-weight: bold;
 }
 /* ACT师资团队 */
 .cont4_main{
    width:100%;
    height: 21.5rem;
    background: url(../images/sec4_bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: left;
    margin-top:0.75rem;
    padding: 0.5rem 0.5rem;
}
/* 教师轮播 */
.cont4_main h3.title{
     margin: 0;
}
.cont4_main h5.tith5{
    margin-bottom: 0;
}
.cont4_main .jiaoshi  {
    width: 100%;
    padding-bottom: .85rem;
  }
  
  .cont4_main .jiaoshi  .mySwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide img {
    width: 4.825rem;
    height: 6.2rem;
    display: block;
    margin:0 auto;
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right {
    padding: 0 .6rem;
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right h6 {
    font-size: .75rem;
    color: #f6590e;
    text-align: left;
    line-height: .8rem;
    padding-left: 0.5rem;
  }
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right h6 span{
    font-weight:normal;
    margin-left: 0.5rem;
  }
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right h5 {
    width: 8.35rem;
    height: .85rem;
    display: flex;
    font-weight: normal;
    font-size: .5rem;
    color: #fff;
    border-radius: .4rem;
    margin: .25rem auto 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #0051a5, #d1e0ef);
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right p {
    font-size: .55rem;
    color: #333;
    line-height: .75rem;
    margin-top: .3rem;
  }
  
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right p b {
    width:2.6rem;
    height: 0.8rem;
    margin-right: .5rem;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: normal;
    font-size: .5rem;
    color: #f46212;
    border-radius: .75rem 0 .75rem 0;
    border: 1px solid #f46212;
  }
 
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right p:last-child b {
      margin-bottom: 3rem;
  }
  .cont4_main .jiaoshi  .mySwiper .swiper-slide .ls_right p.mb13 b {
    margin-bottom:1rem;
}
.cont4_main .jiaoshi  .ls_icon {
    width: 5.85rem;
    height: 1.5rem;
    display: block;
    margin: .75rem auto 0;
}
.cont4_main .jiaoshi  .ls_icon img {
    width: 5.85rem;
    height: 1.5rem;
}
.cont4_main .cent_btn{
    background: linear-gradient(to bottom, #fd6b34, #fbc950);
}
/* 教师小图 */
.cont4_main .jiaoshi .navbar_bx{
    width: 16rem;
    height: 2.75rem;
    margin:0 auto;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
  }
  .cont4_main .jiaoshi .navbar_bx ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .cont4_main .jiaoshi .navbar_bx ul li{
   width:2.75rem;
   height:2.75rem;
   box-sizing: border-box;
   text-align: center;
   position: relative;
  }
  .cont4_main .jiaoshi .navbar_bx ul li:last-child{
    margin-right: 0;
  }
  .cont4_main .jiaoshi .navbar_bx ul li.cur::before {
    position: absolute;
    content: '';
    width:2.75rem;
    height:2.75rem;
    border:0.1rem solid #e33a20;
    border-radius: 50%;
    left: -0.075rem;
    top: -0.075rem;
}
  .cont4_main .jiaoshi .navbar_bx ul li img{
    width:2.75rem;
    height:2.75rem;
    margin:0 auto;
  } 
/* 新航道ACT 完美服务体系 */
.cont5_main{
    background: linear-gradient(to bottom, #ffffff, #ffe8cc);
    box-sizing: border-box;
    text-align: center;
    padding-top: 1px;
    padding-bottom:1rem;
}
.cont5_main ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.cont5_main ul li{
    width:50%;
    height:8rem;
    margin-bottom: 0.9rem;
} 
.cont5_main ul li .sec2_img{
    width:4.775rem;
    height:4.275rem;
    margin:0 auto;
}
.cont5_main ul li .sec2_img img{
    width:4.775rem;
    height:4.275rem;
}
.cont5_main ul li .sec2_text{
    text-align: center;
}
.cont5_main ul li .sec2_text p{
    font-size:0.8rem;
    color:#ff6b24;
    position: relative;
    z-index:1;
    font-weight: bold;
}
.cont5_main ul li .sec2_text p span{
    display: inline-block;
    margin-right: 0.3rem;
    font-size:0.9rem;
}
.cont5_main ul li .sec2_text p:after{
    position: absolute;
    content: '';
    width: 1rem;
    height: 0.125rem;
    background-color: #ffdca4;
    bottom: 0.2rem;
    left: 50%;
    margin-left: -1.9rem;
    z-index: -1;
}
.cont5_main ul li .sec2_text dl dd{
    font-size:0.55rem;
    color:#737475;
    text-align:left;
    padding-left: 1.8rem;
}
.cont5_main ul li .sec2_text dl dd span{ 
  display: inline-block;
  padding-left: 0.35rem;
}
/* 新航道师资团队精心打造教材教辅 */
.cont6_main .book_bg{
  width: 100%;
  margin-top: 0.5rem;
}
.cont6_main .book_bg img{
  width: 100%;
  height:auto;
}
/* ACT考试内容 */
.cont7_main {
  height: 20rem;
  background: linear-gradient(to bottom, #ffffff, #ffe8cc);
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 1rem;
  position: relative;
}
.cont7_main .con7ma_img{
  width: 16.575rem;
  height:8.225rem;
  margin:0 auto;
  margin-top: 0.75rem;
}
.cont7_main .cen_tagtext{
  position: absolute;
  top: 7.5rem;
  left: 8.3rem;
  font-size: 0.5rem;
  color: #ff6b03;
  font-weight: bold;
  text-align: center;
}
.cont7_main .jzghtag1{
  font-size: 0.55rem;
  color: #fff;
}
.cont7_main .jzghtag2{
  font-size: 0.5rem;
  color: #033333;
}
.cont7_main .zghtag11{
  position: absolute;
  top: 3.9rem;
  left: 10.5rem;
}
.cont7_main .zghtag12{
  position: absolute;
  top: 3.6rem;
  right: 0.95rem;
}
.cont7_main .zghtag21{
  position: absolute;
  top: 6.5rem;
  left: 1.3rem;
}
.cont7_main .zghtag22{
  position: absolute;
  top: 7.7rem;
  left: 1.3rem;
}
.cont7_main .zghtag31{
  position: absolute;
  top: 11rem;
  left: 2.5rem;
}
.cont7_main .zghtag32{
  position: absolute;
  top: 12.2rem;
  left: 2.5rem;
}
.cont7_main .zghtag41{
  position: absolute;
  top: 10.8rem;
  left: 12.8rem;
}
.cont7_main .zghtag42{
  position: absolute;
  top: 12.2rem;
  left: 12.5rem;
}
.cont7_main .zghtag51{
  position: absolute;
  top: 6.4rem;
  left: 14.2rem;
}
.cont7_main .zghtag52{
  position: absolute;
  top: 7.7rem;
  left: 14rem;
}
.cont7_main .kssjtit{
  top:2.075rem;
}
.content100 h3.kssjtit::before{
  background: transparent;
}
.cont7_main .kssj_main{
  position: absolute;
  width:17.2rem;
  height: 3.2rem;
  background: url(../images/cont7_bg02.png) top center no-repeat;
  background-size:100% 100%;
  margin-top: 1.5rem;
}
.cont7_main .kssj_main .tagsj{
  font-size: 0.6rem;
  color:#333;
  text-align: center;
}
.cont7_main .kssj_main .tagsj01{
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
}
.cont7_main .kssj_main .tagsj02{
  position: absolute;
  top: 1.5rem;
  left: 5rem;
}
.cont7_main .kssj_main .tagsj03{
  position: absolute;
  top: 1.5rem;
  left: 9.3rem;
}
.cont7_main .kssj_main .tagsj04{
  position: absolute;
  top: 1.5rem;
  right:0.6rem;
}
/* ACT&amp;SAT对比 */
.cont8_main .duibi_left{
  width: 8rem;
  height:16.5rem;
  border-radius: 0.8rem;
  background: #fff;
  margin-top: 0.75rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 0.55rem;
  color: #333333;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  float: left;
}
.cont8_main .duibi_rig{
  width: 9.5rem;
  height:17rem;
  border-radius: 0.8rem;
  background: linear-gradient(to bottom, #ff7e4b, #ffb84c);
  margin-top:0.5rem;
  box-sizing: border-box;
  padding: 1.8rem 1rem;
  font-size: 0.55rem;
  color: #fff;
  line-height: 1.5;
  margin-left: -0.5rem;
  float: left;
}
/* 分数段要求 */
.cont9_main{
  position: relative;
  width: 17.525rem;
  height:28.65rem;
  background: url(../images/fsdb.jpg) top center no-repeat; 
  background: url(../images/fsdb2.png) top center no-repeat; 
  background-size: 100% 100%;
} 
.cont9_main .public_btn2{
  display: block;
  width: 6.55rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
  transition: all .2s;
  animation: ballon7 1s linear infinite;
  background: linear-gradient(to bottom, #ffae69, #ff640c);
  font-size: 0.7rem;
  color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.125rem rgba(0,0,0,.1);
  border: 0.125rem solid #fff;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  margin-left: -2.775rem;
  
}
</pre></body></html>