<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";*{-webkit-tap-highlight-color:transparent;vertical-align:baseline;outline:0}

body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{
  margin:0;
  padding:0
}
article,aside,figure,footer,header,hgroup,nav,section{
  display:block
}
ol,ul{
  list-style:none
}
img {
  display: block;
  max-width: 100%;
  transition: transform 0.2s ease;
}
table{
  border-collapse:collapse;
  border-spacing:0
}
textarea{
  resize:none
}
del{
  text-decoration:line-through
}
input::-ms-clear{
  display:none!important
}
button[disabled],input[disabled]{
  cursor:default
}
input{
  border:none
}
button,h1,h2,h3,h4,h5,h6,input,select{
  font-size:100%;
  font-weight:400;
  font-family:inherit
}
button{
  cursor:pointer
}
button,input,select,textarea{
  outline:0;
  border:none;
  font-size:inherit;
  font-family:inherit
}
input:-webkit-autofill{
  box-shadow:inset 0 0 0 100px #fff
}
a{
  text-decoration:none;
  color: #333;
}
a,a:focus,a:hover{
  cursor:pointer;
  color:inherit;
  text-decoration:none
}
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;
}
body,html{
  height:100%
}
html{
  box-sizing:border-box
}

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

.wrapper{
  position:relative;
  margin:0 auto;
  width:1200px
}

@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- */
.ban1{
    height: 650px;
    margin-top: 72px;
    background: url(../images/ban1.png) top center no-repeat;
    background-size: 100% 650px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 100px;
}
.ban1 .text-main{
    width: 669px;
    height: 301px;
    box-sizing: border-box;
    margin:0 auto;
    padding-top: 18px;
    padding-right: 94px;
    background: url(../images/ban1_tit.png) top center no-repeat;
}
.ban1 .text-main p{
    font-size: 52px;
    font-weight: bold;
    text-align: right;
    color:#4781e3;
}

.ban1 .list_main ul{
    width: 669px;
    height:74px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.ban1 .list_main ul li{
    width:154px;
    height:74px;
    line-height: 74px;
    box-sizing: border-box;
    margin-bottom: 12px;
    text-align: center;
    color:#e6761f;
    font-weight: bolder;
    font-size: 26px;
    margin-top: 24px;
    background: url(../images/ban1_tag.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban1 .list_main ul li:last-child{
    margin-right: 0;
}
.ban1 .list_main ul li p{
    text-align: center;
}


/* 标题 */
.title{
  background: url(../images/ban2_tit.png) no-repeat center;
  height: 192x;
  text-align: center;
  line-height: 236px;
}
.title p{
  font-weight: bold;
  font-size: 50px;
  color: #323232;
  -webkit-text-stroke:6px transparent;
  background:#fff;
  -webkit-background-clip: text;
}
.title p span{
  color: #f48627;
}
.title h4 {
  height: 30px;
  margin: -184px auto 0 auto;
  font-size: 24px;
  font-weight: normal;
  color: #5d5d5d;
  text-align: center;
}

.title2{
  background-image: url(../images/ban3_tit.png);
  height: 231px;
}
.title3{
  background-image: url(../images/ban4_tit.png);
  height: 194px;
}
.title4{
  background-image: url(../images/ban6_tit.png);
  height: 193px;
}
.title5{
  background-image: url(../images/ban7_tit.png);
  height: 232px;
}

/* 按钮 */
.btn {
    display: block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(to right, #f48627, #f59b14);
    border-radius: 40px;
    text-align: center;
    animation: scale2 2s linear infinite;
}

/* 自学难点 */
.ban2 {
  padding: 60px 0;
}
.ban2_cont{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ban2_item{
  width: 272px;
  height: 300px;
  position: relative;
  box-shadow: 0 0 10px #d1d1d1;
  border-radius: 20px;
  overflow: hidden;
}
.ban2_item img{
  display: block;
  margin: 0 auto;
}
.ban2_item h2{
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
  line-height: 60px;
  color: #5b5b5b;
  margin-bottom: 16px;
  background: -webkit-linear-gradient(to right, #ffe39e, #fff2d0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #ffe39e, #fff2d0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #ffe39e, #fff2d0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffe39e, #fff2d0); /* 标准的语法 */
}
.ban2_item p{
  line-height: 32px;
  font-size: 20px;
  color: #666666;
  width: 240px;
  margin: 13px auto 0;
  text-align: center;
}

/* 优势 */
.ban3 {
  width: 100%;
  height: 872px;
  background: url(../images/ban3.png) top center no-repeat;
  padding-top: 60px;
}
.ban3_cont{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ban3_item{
  width: 340px;
  height: 400px;
  float: left;
  margin-right: 60px;
  display: block;
}
.ban3_item:nth-child(1){
  height: 145px;
  padding-top: 255px;
  padding-left: 20px;
  background: url(../images/ban3_box01.png) top center no-repeat ;
}
.ban3_item:nth-child(2){
  padding-left: 20px;
  background: url(../images/ban3_box02.png) top center no-repeat ;
}
.ban3_item:nth-child(3){
  height: 145px;
  padding-top: 255px;
  padding-right: 20px;
  margin-right: 0;
  background: url(../images/ban3_box03.png) top center no-repeat ;
}
.ban3_item h2{
  font-size: 28px;
  font-weight: bolder;
  color: #323232;
  line-height: 68px;
  text-align: center;
}
.ban3_item p{
  font-size:18px;
  color: #323232;
  line-height: 24px;
  width: 272px;
  margin: 0 auto;
  text-align: center;
}

/* 课程体系 */
.ban4{
  padding: 60px 0;
}

.kecheng{
  width: 1200px;
  margin-top: 60px;
} 

.kecheng .navbar_bx{
   margin:0 auto;
   width: 800px;
   margin-top: 30px;
   height: 48px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }

.kecheng .navbar_bx .item{
   width: 320px;
   height: 50px;
   line-height: 50px;
   font-size: 22px;
   color: #f48627;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: 34px;
   border:1px solid #f48627;
   box-sizing: border-box;
 }

.kecheng .navbar_bx .active{
   color: #fff;
   background:#f48627;
   border:1px solid #f48627;
 }

.kecheng_bx {
    display: none;
}

.kecheng .kecheng_banxiang{
     border-top:0;
     margin-top: 20px;
 }

.kecheng .kecheng_banxiang table{
    width: 100%;
    margin:0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 20px;
 }

.kecheng .kecheng_banxiang table tr:nth-child(odd){
    background: #fafbfd;
}

.kecheng .kecheng_banxiang table tr:nth-child(even){
    background: #f5f0eb;
}

.kecheng .kecheng_banxiang table tr td{
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color:#333;
    line-height: 25px;
}

.kecheng .kecheng_banxiang table tr td.nr{
    width: 323px;
    text-align: left;
    padding-left: 50px;
}

.kecheng .kecheng_banxiang table tr td.bold{
   width: 226px;
   font-weight: bold;
}

.kecheng .kecheng_banxiang table tr.firstTr{
    height: 50px;
    color:#fff;
    font-size:20px;
    line-height: 50px;
}

.kecheng .kecheng_banxiang table tr .bor_ralef01{
    border-radius: 20px 0 0 0;
}

.kecheng .kecheng_banxiang table tr .bor_rarig01{
    border-radius:0 20px 0 0;
}

.kecheng .kecheng_banxiang table tr td.bor_ralef02{
    border-radius:0 0 0 20px;
}

.kecheng .kecheng_banxiang table tr td.bor_rarig02{
    border-radius:0 0 20px 0;
}

.kecheng .kecheng_banxiang table tr.firstTr th.shitingHot{
    position: relative; 
}

.kecheng .kecheng_banxiang table tr th.borR0{
    border-right:0 solid #ffe1e9;
}

.kecheng .kecheng_banxiang table tr td.borR0{
    border-right:0 solid #e6e6e6;
}

.kecheng .kecheng_banxiang table tr td{
    color:#333;
    font-size: 18px;
    border-right:1px solid #ffcea4;
    border-bottom:1px solid #ffcea4;
    padding:16px 5px;
}

.kecheng .kecheng_banxiang table tr td:nth-child(3){
    width: 180px;
    text-align: center;
}

.kecheng .kecheng_banxiang table tr td:nth-child(4){
    width: 180px;
}

.kecheng .kecheng_banxiang table tr:nth-child(odd){
    background:#fff7f0;
}

.kecheng .kecheng_banxiang table tr:nth-child(even){
    background:#fff;
}

.kecheng .kecheng_banxiang table tr:nth-child(1){
    background: -webkit-linear-gradient(#f59b14, #f48627);
    background: -o-linear-gradient(#f59b14, #f48627);
    background: -moz-linear-gradient(#f59b14, #f48627);
    background: linear-gradient(#f59b14, #f48627);
    border-radius: 20px 20px 0 0;
}

.kecheng .kecheng_banxiang table tr td a {
    display: block;
    width: 136px;
    height: 37px;
    margin: 0 auto;
    line-height: 37px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to right, #f48627, #f59b14);
    background: -webkit-linear-gradient(to right, #f48627, #f59b14);
    background: -o-linear-gradient(to right, #f48627, #f59b14);
    background: -ms-linear-gradient(to right, #f48627, #f59b14);
    background: -moz-linear-gradient(to right, #f48627, #f59b14);
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border:1px solid #eb6d00;
    font-weight: bold;
}

.show{
    display: block;
}


/* 表单 */
.ban5 {
  width: 100%;
  height: 220px;
  background: url(../images/ban5.png) top center no-repeat;
  position: relative;
}
.ban5 .tit p{
  text-align: center;
  padding-top:32px;
  font-weight: bold;
  font-size: 50px;
  color: #323232;
  -webkit-text-stroke:6px transparent;
  background:#fff;
  -webkit-background-clip: text;
}
.ban5 .tit p span{
  color: #f48627;
}

.two-form{
    margin-top: 24px;
}
.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{
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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{
  width: 240px;
}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  background: #ffffff;
  height: 40px;
}
.two-form .two-form-top .txo-item .tyo-getCode{position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-getCode .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 .2s;
  animation: ballon7 1s linear infinite;
  height: 45px;
  background: linear-gradient(to right, #f48627, #f59b14);
  background: -webkit-linear-gradient(to right, #f48627, #f59b14);
  background: -o-linear-gradient(to right, #f48627, #f59b14);
  background: -ms-linear-gradient(to right, #f48627, #f59b14);
  background: -moz-linear-gradient(to right, #f48627, #f59b14);
  padding: 0 60px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 20px;
  border:1px solid #eb6d00;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  font-weight: bold;
}
.two-form .two-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

/* 课程学习亮点 */
.ban6 {
  padding: 60px 0;
}

.ban6 ul{
  padding-top:60px;
  height: 632px;
}

.ban6 ul li{
  width: 560px;
  height: 276px;
  float: left;
  margin: 0 0 80px 0;
}
.ban6 ul li:nth-child(3){
  margin: 0;
}
.ban6 ul li:nth-child(4){
  margin: 0;
}
.ban6 ul li.Li1{
  background: url("../images/ban6_box01.png") center no-repeat;
  margin-right: 40px;
}
.ban6 ul li.Li2{
  background: url("../images/ban6_box02.png") center no-repeat;
  margin-left: 40px;
}
.ban6 ul li.Li3{
  background: url("../images/ban6_box03.png") center no-repeat;
  margin-right: 40px;
}
.ban6 ul li.Li4{
  background: url("../images/ban6_box04.png") center no-repeat;
  margin-left: 40px;
}

.ban6 ul li.Li1:hover{
  background: url("../images/ban6_box01c.png") center no-repeat;
}
.ban6 ul li.Li2:hover{
  background: url("../images/ban6_box02c.png") center no-repeat;
}
.ban6 ul li.Li3:hover{
  background: url("../images/ban6_box03c.png") center no-repeat;
}
.ban6 ul li.Li4:hover{
  background: url("../images/ban6_box04c.png") center no-repeat;
}


.ban6 ul li h2{
  font-size: 32px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
  padding-top: 128px;
}
.ban6 ul li:hover h2{
  color: #fff;
}
.ban6 ul li p{
  font-size: 24px;
  color: #fe982c;
  font-weight: bold;
  text-align: center;
}
.ban6 ul li span{
  font-size: 28px;
  color: #fe982c;
  font-weight: bold;
  line-height: 112px;
  text-align: center;
}
.ban6 ul li:hover p{
  color: #fff;
}
.ban6 ul li:hover span{
  color: #fff;
}

/* 好轻松考研基地 */
.ban7 {
  width: 100%;
  height: 970px;
  background: url(../images/ban7.png) top center no-repeat;
  padding-top: 60px;
}

.ban7 .base{
  display: flex;
  justify-content: space-between;
  margin-top: 124px;
  text-align: center;
}
.ban7 .base .item{
  width: 380px;
  height: 536px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 0px 0px #f58c30;
  border-radius: 24px;
}
.ban7 .base .item .icon{
  margin: 0 auto;
  margin-top: -60px;
}
.ban7 .base .item h3{
  font-size: 36px;
  margin-top:16px;
  color: #f48627;
  font-weight: bold;
}
.ban7 .base .item ul{
  width: 333px;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin: 20px auto 0;
}
.ban7 .base .item li{
  width: 152px;
  border: 3px solid white; 
  box-shadow: 0px 0px 7px 0px rgba(44,62,148,0.29);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.ban7 .base .item li:nth-child(1){
  width: 327px;
}
.ban7 .base .item li p{
  font-size: 18px;
  color: #2d2d2d;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 0 0 6px 6px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 3px 0px 0px #cccccc;
}
</pre></body></html>