<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
    font-weight: normal;
  }
  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: inline-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;
  }
  input:hover{
    border: none;
  }
  input:focus{
    outline: none;
  }
  input:-webkit-autofill {
    background: transparent;
    transition:background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: unset;
  }
  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: #fff;
    line-height: 1.5;
  }
  .wrap {
    width:1100px;
    margin: 0 auto;
  }
  .wrapper {
    width:1200px;
    margin: 0 auto;
  }
  .pullL{
    float: left;
  }
  .pullR{
    float:right;
  }
    .mt0{
        margin-top: 0 !important;
    }
    @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);}
    }
    @keyframes jittery {

      5%,
      50% {
          transform: scale(1);
      }

      10% {
          transform: scale(0.9);
      }

      15% {
          transform: scale(1.15);
      }

      20% {
          transform: scale(1.15) rotate(-5deg);
      }

      25% {
          transform: scale(1.15) rotate(5deg);
      }

      30% {
          transform: scale(1.15) rotate(-3deg);
      }

      35% {
          transform: scale(1.15) rotate(2deg);
      }

      40% {
          transform: scale(1.15) rotate(0);
      }
  }
/*缇庡浗鐣欏鏈嶅姟 */
  .banner1 {
    width: 100%;
    height: 455px;
    box-sizing: border-box;
    padding-top:110px;
    background: url(../images/banner1.jpg) top center no-repeat;
}
.banner1 .sqery_text01 {
    width: 793px;
    height:40px;
    margin:0 auto;
    background: url(../images/ban1_text01.png) top center no-repeat;
}
.banner1 .sqery_text02 {
  width: 764px;
  height:72px;
  margin:0 auto;
  margin-top: 20px;
  background: url(../images/ban1_text02.png) top center no-repeat;
}
.banner1 .sqery_text03{
  width: 681px;
  height:40px;
  line-height: 40px;
  margin:0 auto;
  margin-top: 20px;
  background: url(../images/ban1_text03bg.png) top center no-repeat;
}
.banner1 .sqery_text03 p{
  font-size: 28px;
  color:#151e54;
}
.banner1 .sqery_text03 p span{
  font-size: 28px;
  color:#f56805;
  display: inline-block;
  margin-right: 20px;
}
/* .banner1 a{ */
.leyukuang{
    display:block;
    width: 188px;
    height: 45px;
    margin:0 auto;
    background: linear-gradient(to right, #0554fe, #3071f6);
    background: -webkit-linear-gradient(to right, #0554fe, #3071f6);
    background: -o-linear-gradient(to right, #0554fe, #3071f6);
    background: -ms-linear-gradient(to right, #0554fe, #3071f6);
    background: -moz-linear-gradient(to right, #0554fe, #3071f6);
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
    margin-top: 40px;
    -webkit-animation: jittery 3s infinite;
    animation: jittery 3s infinite;
		cursor: pointer;
}
.bglinear{
    width: 100%;
    box-sizing: border-box;
    background:#f0f4fc;
}
.section{
    box-sizing: border-box;
    padding-top: 15px;
}
.section .wrap .pubTit{
   text-align: center;
}
.section .wrap h4{
    font-size: 30px;
    font-weight: bold;
    padding-left: 26px;
    color: #1c2228;
    margin: 0 auto;
    text-align: center;
    /* background: url(../images/tit_bg01.png) top center no-repeat; */
}
.section .wrap h5{
    font-size: 20px;
    color: #6c6c6c;
    margin-top:8px;
}
/*  浠€涔堟槸alevel璇剧▼ */
.section2 .wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
  margin-top: 10px;
}
.section2 .wrap ul li{
  width: 365px;
  height: 303px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom:5px;
  text-align: center;
  position: relative;
  padding: 20px 30px;
}
.section2 .wrap ul li:nth-child(1){
   background: url(../images/sec2_bg01.png) 0 0 no-repeat;
}
.section2 .wrap ul li:nth-child(2){
  background: url(../images/sec2_bg02.png) 0 0 no-repeat;
}
.section2 .wrap ul li:nth-child(3){
  background: url(../images/sec2_bg03.png) 0 0 no-repeat;
}
.section2 .wrap ul li:nth-child(4){
  background: url(../images/sec2_bg04.png) 0 0 no-repeat;
}
.section2 .wrap ul li:nth-child(5){
  background: url(../images/sec2_bg05.png) 0 0 no-repeat;
}
.section2 .wrap ul li:nth-child(6){
  background: url(../images/sec2_bg06.png) 0 0 no-repeat;
}
.section2 .wrap ul li .tagRito{
  position: absolute;
  width: 95px;
  height: 91px;
  right: 16px;
  top: 8px;
  color:#c1c7d1;
  font-size: 35px;
  text-align: right;
  transition: all .3s;
}
.section2 .wrap ul li .tagRito span{
  display: inline-block;
  padding-right: 10px;
}
.section2 .wrap ul li:hover .tagRito{
  display:block;
  color:#fff;
  background: url(../images/ban2_iconr.png) 0 0 no-repeat;
}
.section2 .wrap ul li img{
  display: block;
  margin:0 auto;
}
.section2 ul li .topText{
    width: 100%;
    height: 75px;
    border-bottom:1px dashed #4b5b76;
}
.section2 ul li .topText h5{
  width:100%;
  text-align: left;
  color:#000000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.section2 ul li h6{
  font-size: 20px;
  color:#4b5b76;
  text-align: left;
}
.section2 ul li .botText p{
  width:100%;
  text-align: left;
  color:#4b5b76;
  font-size: 16px;
  margin-top: 9px;
}
.section2 ul li .botText a{
  display: block;
    padding: 5px 8px;
    font-size: 18px;
    color: #265ce7;
    bottom: 48px;
    left: 21px;
    position: absolute;
    transition: all .3s;
		cursor: pointer;
}
.section2 ul li .botText a:hover{
  background: #265ce7;
  color:#fff;
}
/* 鏂拌埅閬撻敠绉婣-level璇剧▼璁剧疆 */
.section3 .kecheng{
  margin-top: 10px;
  padding-bottom: 20px;
}
.section3 .kecheng .navbar_bx{
  width: 1100px;
  margin-top: 20px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;

}
.section3 .kecheng .navbar_bx .item{
  padding: 10px 18px;
  font-size: 21px;
 color: #000000;
 background:#fff;
 text-align: center;
 cursor: pointer;
 font-weight: bold;
 border-radius: 6px;
 box-sizing: border-box;
 position: relative;
  box-shadow: 0 0 20px rgba(0,116,255,0.12);
}
.section3 .kecheng .navbar_bx .active{
 color: #fff;
 background: linear-gradient(to top, #3e71ff, #5484ff);
 background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
 background: -o-linear-gradient(to top, #3e71ff, #5484ff);
 background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
 background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
 box-shadow: 0 3px 0 #1651f7;

}
.kecheng_bx {
  display: none;
}

.show {
  display: block;
}
.section3 table{
  width: 100%;
  margin-top:30px;
  margin-bottom: 15px;

}
.section3 table tr th{
  background: #265ce7;
  height: 50px;
  color:#fff;
  font-size: 20px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  box-sizing: border-box;
  font-weight:bold;
  text-align: center;
}
.section3 table tr th:nth-child(1){
  border-radius: 20px 0 0 0;
}
.section3 table tr th:nth-child(2){
  width: 300px;
}
.section3 table tr th:nth-child(4){
  border-radius:0 20px 0 0;
}
.section3 table .borR0{
  border-right:0 solid #ffffff;
	cursor: pointer;
}
.section3 table tr td.oyBor {
  border-radius: 0 0 20px 0;
}
.section3 table tr td{
  background: #d3e3f8;
  height: 40px;
  color:#000000;
  font-size: 16px;
  border-right:1px solid #bbcbf4;
  border-bottom:1px solid #bbcbf4;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  padding:8px;
  background:#fff;
}  
.section3 table tr td.font20{
  font-size: 18px;
}
.section3 table tr td.font30{
  border-bottom:0 solid #000;
}
.section3 table tr td.font30:first-child{
  border-radius:0 0 0 20px;
}
.section3 table tr:last-child td{
  border-bottom:0 solid #000;
}
.section3 .wrap p{
    text-align: center;
    color:#005baf;
    font-size: 16px;
}
.section3 table tr td.oyBor{
  border-radius:0 0 20px 0;
}
.section3 table tr td a {
  display: block;
  width: 120px;
  height: 37px;
  margin: 0 auto;
  line-height: 37px;
  text-align: center;
  border-radius: 8px;
  font-size: 17px;
  background: #fff;
  transition: all .2s;
  animation: ballon7 1s linear infinite;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to top, #3e71ff, #5484ff);
  background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
  background: -o-linear-gradient(to top, #3e71ff, #5484ff);
  background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
  background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
  box-shadow: 0 3px 0 #1651f7;
}
/* 鍏嶈垂棰嗗彇璧勬枡 */
.section4{
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  padding-top:40px;
  background: url(../images/ban4_bg.jpg) top center no-repeat;
}
.section4 .ziliao_main{
   margin-left: 63px;
}
.section4 .ziliao_main img{
  margin-left:90px;
}
.section4 .ziliao_main .yuyue_main {
  width: 815px;
  height: 60px;
  background:#fff;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section4 .ziliao_main .form-item{

  width:170px;
  height: 40px;
  border-radius: 40px;
  position:relative;
  border: 1px solid #4476FF;
  /* margin-left: 10px; */
  display: block;
  float: left;

}
.section4 .ziliao_main .yuyue_main .form-item input{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border:none;
  border-radius:0;
  background: transparent;
  text-indent: 10px;
  font-size: 16px;
  color: #555;
}

.section4 .ziliao_main .yuyue_main .form-item img{
  /* position:absolute;
  display:inline-block;
  left: 10px;
  top: 15px;
  margin-left: 0; */
}

.section4 .ziliao_main .yuyue_main .formCode{
  float: left;
  /* width: 236px; */
  border-radius: 40px;
  border: 1px solid #4476FF;
  /* margin-left: 10px; */
}

.section4 .ziliao_main .yuyue_main .formCode .codeInput

{
  width: 125px;
  text-align: center;
  height: 40px;
  background-color: transparent;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border:none;
  color: #000;
  margin-right: 10px;
  float: left;
}

.section4 .ziliao_main .yuyue_main .formCode .codetxt{

  width: 100px;

  background: #4C7DFF;

  outline: none;

  height: 40px;

  cursor: pointer;

  font-size: 16px;

  border: 1px solid #4C7DFF;;

  color: #fff;

  border-radius:0 40px 40px 0;

  float: right;

}

.section4 .ziliao_main .yuyue_main .submit{
  cursor: pointer;
  display:flex;
  width: 170px;
  height: 40px;
  box-sizing: border-box;
  padding-left:50px;
  text-align: left;
  border-radius: 60px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  float: right;
  background: linear-gradient(to right, #3e71ff, #5484ff);
  /* background: #3e71ff; */
  position: relative;
  align-items: center;
  /* margin-right: -1px; */
  
}
.section4 .ziliao_main .yuyue_main .submit span{
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-right: 10px;
  background: url(../images/lq_btn.png) top center no-repeat;
  animation: jittery 3s infinite;
}
/* 鏂拌埅閬揂-Level璇剧▼鎸囧崡 */
.section5 .wrap{
  position: relative;
}
.section5 .xinxiyl_img{
  position: relative;
  width: 439px;
  height: 414px;
  left: 50%;
  margin-left: -219px;
  top: 20px;
}
.section5 .listm ul{
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section5 .listm li{
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border:1px solid #1f50ee;
    border-radius: 20px;
    color:#000;
    font-size: 18px;
    margin-bottom: 10px;
}
.section5 .list01{
    position: absolute;
    top: 155px;
    left: 0px;
}
.section5 .list02{
    position: absolute;
    top: 155px;
    right: 0px;
}
.section5 .list02 li{
  border:1px solid #593bd9;
}
.section5 .list03{
  position: absolute;
  top: 400px;
  left: 0px;
}
.section5 .list03 li{
  border:1px solid #4dc4a4;
}
.section5 .list04{
  position: absolute;
  top: 400px;
  right: 0px;
}
.section5 .list04 li{
  border:1px solid #f54848;
}
.section5 .list04 li:last-child{
  border:none;
}
.section5 .firstTe{
  color:#fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.section5 .titfir01{
  position: absolute;
  top: 170px;
  left: 399px;
}
.section5 .titfir02{
  position: absolute;
  top: 170px;
  right: 399px;
}
.section5 .titfir03{
  position: absolute;
  bottom: 37px;
  left: 399px;
}
.section5 .titfir04{
  position: absolute;
  bottom: 37px;
  right: 399px;
}
/* 鏂拌埅閬撻敠绉婣-level甯堣祫鍥㈤槦 */
.section6{
  width: 100%;
  height: 430px;
  box-sizing: border-box;
  margin-top: 275px;
  background: url(../images/ban6_bg.jpg) top center no-repeat;
}
.section6 .wrap{
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,116,255,0.12);
  border-radius: 20px;
  margin-top: -265px;
  padding:25px 0;
}
.section6 .wrap .laoshi {
  text-align: left;
  width: 1100px;
  height: 440px;
  padding-top: 15px;
  margin-top: 10px;
}

.section6 .wrap .laoshi .title_fusjb {
font-size: 20px;
line-height: 22px;
margin-top: 15px;
text-align: center;
color: #fff;
}

.section6 .wrap .laoshi .js_list {
width: 1000px;
height: 310px;
margin: 0 auto 0;
}

.section6 .wrap .laoshi .js_list img {
float: left;
/* width: 252px; */
}

.section6 .wrap .laoshi .js_list .js_jj {
width: 710px;
float: right;
position: relative;
}

.section6 .wrap .laoshi .js_list .js_jj h6 {
margin-top: 36px;
font-size: 30px;
color: #333;
font-weight: normal;
}

.section6 .wrap .laoshi .js_list .js_jj h6 b {
font-weight: normal;
font-size: 18px;
color: #333;
margin-left: 8px;
}

.section6 .wrap .laoshi .js_list .js_jj a {
width: 202px;
height: 50px;
display: block;
position: absolute;
right: 10px;
top: 29px;
background: url(../images/js_btnbg.png) no-repeat;
  animation: scale2 3s infinite;
}

.section6 .wrap .laoshi .js_list .js_jj p {
margin-top: 8px;
font-size: 18px;
color: #333;
line-height: 37px;
}

.section6 .wrap .laoshi .js_list .js_jj p b {
  width: 106px;
  height: 38px;
  float: left;
  font-size: 22px;
  color: #0246ff;
}

.section6 .wrap .laoshi .js_list .js_jj p:last-child b {
margin-bottom: 50px;
}


.section6 .wrap .laoshi .gallery-thumbs{
  width: 1000px;
  height: 100px;
}

.section6 .wrap .laoshi .gallery-thumbs .swiper-slide {
  width: 92px;
  height: 93px;
  cursor: pointer;
}
.section6 .wrap .laoshi .gallery-thumbs .swiper-slide img {
  width: 92px;
  height: 93px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
}
.section6 .wrap .laoshi .gallery-thumbs .swiper-slide-thumb-active img{
  border: 3px solid #0246ff;
  border-radius: 50%;
}
.section6 .wrap  a {
  display: block;
  width: 202px;
  height: 50px;
  display: block;
  animation: scale2 3s infinite;
  color: #fff;
  font-size: 25px;
  margin:0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  background: linear-gradient(to top, #3e71ff, #5484ff);
  background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
  background: -o-linear-gradient(to top, #3e71ff, #5484ff);
  background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
  background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
  box-shadow: 0 3px 0 #1651f7;
}
/* 鑻卞浗澶у鐢宠A-Level鎴愮哗瑕佹眰 */
.section7{
  padding-bottom: 20px;
  margin-top: 40px;
}
.section7 .wrap{
  width: 1040px;
}
.section7 .sec7_pfm{
  width: 357px;
  height: 526px;
  box-sizing: border-box;
  position: relative;
  font-size:  20px;
  color:#fff;
  font-weight: bold;
  background: url(../images/sec6_pf.png) 0 0 no-repeat;
  margin-top: 20px;
}
.section7 .sec7_pfm div{
  width: 130px;
}
.section7 .sec7_pfm p{
  width: 80px;
}

.section7 .sec7_pfm .tit01{
  position:absolute;
  top: 20px;
  left: 35px;
}
.section7 .sec7_pfm .p1{
  position:absolute;
  top: 116px;
  left: 78px;
}
.section7 .sec7_pfm .p2{
  position:absolute;
  top: 186px;
  left: 78px;
}
.section7 .sec7_pfm .p3{
  position:absolute;
  top: 258px;
  left: 78px;
}
.section7 .sec7_pfm .p4{
  position:absolute;
  top: 334px;
  left: 78px;
}
.section7 .sec7_pfm .p5{
  position:absolute;
  top: 402px;
  left: 78px;
}
.section7 .sec7_pfm .p6{
  position:absolute;
  top: 480px;
  left: 78px;
}

.section7 .sec7_pfm .p11{
  position:absolute;
  top: 116px;
  left: 232px;
}
.section7 .sec7_pfm .p21{
  position:absolute;
  top: 186px;
  left: 232px;
}
.section7 .sec7_pfm .p31{
  position:absolute;
  top: 258px;
  left: 232px;
}
.section7 .sec7_pfm .p41{
  position:absolute;
  top: 334px;
  left: 232px;
}
.section7 .sec7_pfm .p51{
  position:absolute;
  top: 402px;
  left: 232px;
}
.section7 .sec7_pfm .p61{
  position:absolute;
  top: 480px;
  left: 232px;
}

.section7 .sec7_pfm .tit02{
  position:absolute;
  top: 20px;
  right: 0;
}
.section7 .sec7_tdm{
  width: 659px;
  height: 525px;
  box-sizing: border-box;
  position: relative;
  color:#fff;
  margin-top: 20px;
  background: url(../images/sec6_td.png) 0 0 no-repeat;
} 
.section7 .sec7_tdm div{
  width: 100px;
  font-weight: bold;
  font-size:24px;
}
.section7 .sec7_tdm div:nth-child(even){
  width: 380px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  font-size:19px;
}
.section7 .sec7_tdm .pp01{
  position:absolute;
  top: 32px;
  left: 48px;
}
.section7 .sec7_tdm .pp012{
  position: absolute;
  top: 18px;
  left: 265px;
}
.section7 .sec7_tdm .pp02{
  position:absolute;
  top: 139px;
  left: 48px;
}
.section7 .sec7_tdm .pp022{
  position: absolute;
  top: 118px;
  left: 265px;
}
.section7 .sec7_tdm .pp03{
  position:absolute;
  top: 246px;
  left: 48px;
}
.section7 .sec7_tdm .pp032{
  position: absolute;
  top: 218px;
  left: 250px;
}
.section7 .sec7_tdm .pp04{
  position:absolute;
  top: 352px;
  left: 48px;
}
.section7 .sec7_tdm .pp042{
  position: absolute;
  top: 340px;
  left: 250px;
}
.section7 .sec7_tdm .pp05{
  position:absolute;
  top: 463px;
  left: 48px;
}
.section7 .sec7_tdm .pp052{
  position: absolute;
  top: 452px;
  left: 250px;
}
.section7 .wrap a {
  display: block;
  width: 202px;
  height: 50px;
  display: block;
  animation: scale2 3s infinite;
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  background: linear-gradient(to top, #3e71ff, #5484ff);
  background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
  background: -o-linear-gradient(to top, #3e71ff, #5484ff);
  background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
  background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
  box-shadow: 0 3px 0 #1651f7;
  margin-top: 20px;
	cursor: pointer;
}
/* 鏂拌埅閬撻敠绉婣-Level瀛︿範涓績浼樺娍 */
.section8{
  padding-bottom: 20px;
}
.section8 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.section8 ul li {
  width: 250px;
  height: 249px;
  padding: 25px 9px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  background: url(../images/sec7_libg.png) 0 0 no-repeat;
  background-size: 250px 249px;
}
.section8 ul li h6{
  width: 204px;
  position:absolute;
  top: 28px;
  left: -2px;
  font-size: 20px;
  color:#fff;
  text-align: center;
}
.section8 ul li.twoline h6{
  top: 24px;
  line-height: 24px;
  font-size: 21px;
}
.section8 ul li p{
  width: 204px;
  position: absolute;
  top: 101px;
  left: 28px;
  font-size: 17px;
  color: #333333;
  text-align: left;
}
.section8 .wrap a {
  display: block;
  width: 235px;
  height: 50px;
  display: block;
  animation: scale2 3s infinite;
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  background: linear-gradient(to top, #3e71ff, #5484ff);
  background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
  background: -o-linear-gradient(to top, #3e71ff, #5484ff);
  background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
  background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
  box-shadow: 0 3px 0 #1651f7;
	cursor: pointer;
}
/* 鏂拌埅閬撻敠绉婣-level鏍囧噯鍖栨湇鍔� */
.section9{
  width: 100%;
  height: 655px;
  box-sizing: border-box;
  background: url(../images/ban9_bg.jpg) top center no-repeat;
}
.section9 .sec9_main{
  position: relative;
}
.section9 .sec9_main img {
  width: 569px;
  height: 393px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.section9 .sec9_main dl.fwmst{
  width: 280px;
  height: 90px;
}
.section9 .sec9_main dl.fwmst{
  width: 280px;
  height: 90px;
  text-align: right;
}
.section9 .sec9_main dl.fwmst dt{
   font-size: 22px;
   color:#265ce7;
   font-weight: bold;
}
.section9 .sec9_main dl.fwmst dd{
  font-size: 17px;
  color:#555555;
}
.section9 .sec9_main dl.fwmst01{
  position: absolute;
  top: -12px;
  left: 59px;
}
.section9 .sec9_main dl.fwmst02{
  position: absolute;
  top: 88px;
  left: 9px;
}
.section9 .sec9_main dl.fwmst03{
  position: absolute;
  top: 210px;
  left: -36px;
}
.section9 .sec9_main dl.fwmst04{
  position: absolute;
  top: 329px;
  left: -40px;
}
.section9 .sec9_main dl.fwmst05{
  position: absolute;
  top: -12px;
  right: 59px;
  text-align: left;
}
.section9 .sec9_main dl.fwmst06{
  position: absolute;
  top: 88px;
  right: 9px;
  text-align: left;
}
.section9 .sec9_main dl.fwmst07{
  position: absolute;
  top: 210px;
  right: -36px;
  text-align: left;
}
.section9 .sec9_main dl.fwmst08{
  position: absolute;
  top: 329px;
  right: -40px;
  text-align: left;
}
.section9 .sec9_main h6{
  font-size: 22px;
  color: #265ce7;
  position: absolute;
  top: 395px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  font-weight: bold;
}
.section9 .wrap a {
  display: block;
  width: 235px;
  height: 50px;
  display: block;
  animation: scale2 3s infinite;
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  background: linear-gradient(to top, #3e71ff, #5484ff);
  background: -webkit-linear-gradient(to top, #3e71ff, #5484ff);
  background: -o-linear-gradient(to top, #3e71ff, #5484ff);
  background: -ms-linear-gradient(to top, #3e71ff, #5484ff);
  background: -moz-linear-gradient(to top, #3e71ff, #5484ff);
  box-shadow: 0 3px 0 #1651f7;
  margin-top: 55px;
	cursor: pointer;
}
/* 鍥介檯楂樹腑鏈鐣欏 涓€绔欏紡瑙ｅ喅鏂规 */
.section10 .wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}
.section10 .wrap ul li{
  width: 340px;
  height: 216px;
  background: #f7f8fa;
  padding:15px 10px;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #efefef;
}
.section10 .wrap ul li img{
  display: block;
  margin:0 auto;
}
.section10 .wrap ul li:first-child img{
  margin-top:22px;
}
.section10 .wrap ul li dl{
  width:100%;
  text-align: center;
}
.section10 .wrap ul li dl dt{
  width:100%;
  margin:0 auto;
  font-size: 24px;
  color:#000;
  font-weight: bold;
  margin-top: 15px;
  transition: all .3;
}
.section10 .wrap ul li dl dd{
  width:100%;
  margin-top: 8px;
  box-sizing: border-box;
  padding-top: 0;
  font-size: 17px;
  color:#000;
  transition: all .3;
  line-height: 1.5;
}
/* A-Level瀹樻柟鎺堟潈鑰冪偣锛堝畼鏂规潈濞佸椤癸級 */
.section11 .cont11_main ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section11 .cont11_main ul li{
  width:360px;
  height: 235px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 20px;
  text-align: center;
}
.section11 .pubTitmar{
  margin:30px auto 20px auto;
}
.section11 .cont11_main2 img{
   width: 1100px;
   height: 525px;
   margin:0 auto;
   margin-bottom: 20px;
}
/* A-level璇剧▼璁ゅ彲搴� */
.section12 .rkd_main{
  margin-top:20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 5px rgba(34, 75, 84, 0.1);
  box-sizing: border-box;
  padding:0 60px 20px 60px;
}
.section12 .rkd_main ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section12 .rkd_main ul li {
  width: 177px;
  height: 190px;
  text-align: center;
  position: relative;
}
.section12 .rkd_main ul li img {
  margin: 25px auto 0;
}
.section12 .rkd_main ul li p{
  width: 177px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.form-privacy{
	margin-left: 300px;
}
.privacy-validate{
	margin-top: 15px;
}
.privacy-validate span{
	color: #ffffff;
}
.privacy-validate a{
	color: #ffffff;
}</pre></body></html>