<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;
}
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
}
a,a:focus,a:hover{
  cursor:pointer;
  color:inherit;
  text-decoration:none
}

/* -返回顶部- */
#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- */
.banner{
  min-width:1100px;
  margin-top: 72px;
  background:url(../images/banner.png) 50% no-repeat
}
.banner,.banner .wrapper{
  height:560px
}
/* 表单一 */
.get-form{
  position:absolute;
  bottom:-86px;
  padding:20px 70px 0 48px;
  width:1200px;
  height:172px;
  background-color:hsla(0,0%,100%,.96);
  border-radius:15px;
  box-shadow:0 0 10px rgba(0,0,0,.3);
  overflow:hidden;
  box-sizing:border-box
}
.get-form img{
  margin: 0 auto;
}
.form-title {
  padding: 10px 0;
}
.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{
  width: 240px;
}
.get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;
  background: #ffffff;
  height: 40px;
}
.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 60px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.get-form .get-form-bottom{display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

/* 标题 */
.title_head{
  flex-direction:column;
  justify-content:center;
  margin-bottom:60px;
}

.title_head,.title_head .title{
  display:flex;
  align-items:center;
}

.title_head .title{
  font-size: 28px;
  margin-bottom:20px;
  color: #333;
}

.title_head .title:before{
  content:"";
  margin-right:20px;
  width:40px;
  height:20px;
  background:url(../images/title_l.png) no-repeat;
}
.title_head .title:after{
  content:"";
  margin-left:20px;
  width:40px;
  height:20px;
  background:url(../images/title_r.png) no-repeat;
}

.title_head .subtit{
  display:flex;
  align-items:center;
  height:72px;
  line-height:72px;
  font-size:40px;
  font-weight: bold;
  color:#fff;
  text-align:center;
}

.title_head .subtit span{
  padding:0 24px;
}

.title_head .subtit span:first-child{
  background-color:#d75600;
}

.title_head .subtit span:last-child{
  background-color:#008062;

}

/* 按钮 */
.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, #ff0000, #ff7800);
    border-radius: 40px;
    text-align: center;
    animation: scale2 2s linear infinite;
}

/* 四大痛点 */
.tongdian{
  width:100%;
  padding:140px 0 80px;
}
.tongdian_wrap{
  display:flex;
  justify-content:center;
}
.tongdian_item{
  margin-right:20px;
  width:285px;
  height:272px;
  background-color:#f5f9fb;
  border-radius:12px;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow:0 0 16px 0 rgba(76,67,203,.36);
}
.tongdian_item:last-child {
  margin-right:0;
}
.tongdian_tit{
  position:relative;
  display:flex;
  align-items:center;
  text-align: center;
  justify-content: center;
  height:100px;
  font-size:24px;
  font-weight: bold;
  line-height:36px;
  color:#fff;
  background-color:#73655c;
}
.tongdian_tit:after{
  content:"Q";
  position:absolute;
  right:15px;
  bottom:12px;
  font-size:46px;
  color:hsla(0,0%,100%,.3)
}

.tongdian_txt{
  padding: 24px 20px 0 20px;
  font-size:20px;
  line-height:36px;
  color:#212121;
  justify-content: center;
  text-align:justify;
}

/* 备考时间规划建议 */
.shijian{
  padding: 80px 0;
  background-color: #fff3eb;
}

.shijian_wrap{
  display:flex;
  justify-content:center;
  margin:0 auto;
  width:1200px;
  height:334px;
  background:url(../images/block3_pic.png) 50% no-repeat;
}

.shijian_item{
  margin:0 17px;
  padding-top:98px;
  width:186px;
  text-align:center;
}

.shijian_item:first-child{
  margin: 0 17px 0 10px;
}

.shijian_item:last-child{
  margin: 0 10px 0 17px;
}

.shijian_tit{
  margin-bottom:16px;
  font-size:24px;
  font-weight: bold;
  line-height:32px;
  color:#d75600;
}

.shijian_txt{
  font-size:20px;
  line-height:28px;
  color:#474747;
}

/* 课程体系 */
.course{
  padding: 80px 0;
}

.course .title_head p{
  font-size:22px;
  line-height:24px;
  margin-top:16px;
  color:#5c5c5c
}

.kecheng{
    width: 1200px;
} 

.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: #ff6600;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: 34px;
   border:1px solid #ff6600;
   box-sizing: border-box;
 }

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

.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: #ebeef6;
}

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

.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 #ffdbc3;
    border-bottom:1px solid #ffdbc3;
    padding:16px 5px;
}

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

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

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

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

.kecheng .kecheng_banxiang table tr:nth-child(1){
    background:#ff6600;
    border-radius: 20px 20px 0 0;
}

.kecheng .kecheng_banxiang table tr td:first-child{
    width: 240px;
    color:#333;
    align-items:center;
    text-align: center;
    font-weight: bold;
}

.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 bottom, #ff7800, #ff0000);
    background: -webkit-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -o-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -ms-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -moz-linear-gradient(to bottom, #ff7800, #ff0000);
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border:1px solid #cc0000;
    font-weight: bold;
}

.show{
    display: block;
}

.ban4_pubtn{
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ff9800, #f16c2e);
    border-radius: 80px;
    animation: ballon7 1s linear infinite;
    margin-top: 20px;
    transition: all .3s;
}

.ban4_pubtn:hover{
    background: linear-gradient(to right, #f16c2e, #ff9800);
}

/* 考研留学项目 */
.project{
  padding:80px 0;
  background-color: #fff3eb;
}

.project_wrap{
  display:flex;
  justify-content:space-between;
  margin:-20px auto 0;
  padding:0 48px;
  width:1200px;
  height:616px;
  color:#fff;
  box-sizing:border-box;
  background:url(../images/block5_pic.png) no-repeat
}

.project_item{
  padding-top:66px;
  width:506px;
  text-align:center
}

.project_tit{
  font-size:28px
}

.project_txt{
  font-size:16px;
  text-align:justify;
  letter-spacing:-1px
}

.project_txt1{
  margin-top:30px;
  font-size:18px;
  line-height:32px;
  text-align:center
}

.project_txt2{
  margin-top:112px;
  text-align: center;
}

.project_txt3{
  margin-top:25px;
  text-align: center;
}

.project_txt4{
  width:500px;
  font-size:20px;
  margin-top:40px;
  text-align: center;
}

/* 自主研发图书 */
.books{
  padding:80px 0 0;

}

.books_nav{
  display:flex;
  justify-content:space-between;
  margin:auto;
  padding-bottom:24px;
  width:1200px;
  font-size:28px;
  color:#0e1010;
  border-bottom:3px solid #9a9a9a;
  border-radius: 3px;
}

.books_nav .active {
	 position: relative;
	 color: #d75600;
  font-weight: bold;
}

.books_nav span{
  position:relative;
  cursor:pointer
}

.books_nav span.active:before{
  bottom:-27px;
  width:240px;
  height:3px;
  border-radius: 3px;
  background-color:#d75600;
}

.books_nav span.active:after,.books_nav span.active:before{
  content:"";
  position:absolute;
  left:50%;
  transform:translate(-50%)
}

.books_nav span.active:after{
  bottom:-24px;
  width:0;
  height:0;
  border:12px solid transparent;
  border-bottom:18px solid #d75600;
}

.books_list{
  margin:30px auto 0;
  width:1200px;
  height:352px;
  overflow:hidden
}

.books_list img{
  margin:0 auto;
  display:none
}

.books_list .active{
  display:block
}

/* 8大教学服务 */
.service{
  width:100%;
  height:1139px;
  padding-top:160px;
  background:url(../images/block7_pic.png) 50% no-repeat;
  box-sizing:border-box;
  text-align:center
}

.lefrig_wwtext dl{
    position: absolute;
    text-align: left;
}
.lefrig_wwtext dl dt{
    color:#d75600;
    font-size:24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.lefrig_wwtext dl dd{
    color:#343434;
    font-size:20px;
    line-height: 28px;
}
.lefrig_wwtext dl.firstDl{
    top: 175px;
    left: 0px;
}
.lefrig_wwtext dl.secondDl{
    top: 320px;
    left: 0px;
}
.lefrig_wwtext dl.thirdDl{
    top: 460px;
    left: 0px;
}
.lefrig_wwtext dl.foreDl{
    top: 604px;
    left: 0px;
}

.lefrig_yytext dl{
    position: absolute;
    text-align: right;
}
.lefrig_yytext dl dt{
    color:#d75600;
    font-size:24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.lefrig_yytext dl dd{
    color:#343434;
    font-size:20px;
    line-height: 28px;
}
.lefrig_yytext dl.firstDl{
    top: 175px;
    right: 0px;
}
.lefrig_yytext dl.secondDl{
    top: 320px;
    right: 0px;
}
.lefrig_yytext dl.thirdDl{
    top: 460px;
    right: 0px;
}
.lefrig_yytext dl.foreDl{
    top: 604px;
    right: 0px;
}

/* 校区环境 */
.campus{
  padding-bottom:80px;
  text-align:center
}

.campus_img{
  margin:0 auto;
  width:1200px;
  height:490px;
  background:url(../images/block8_pic.png) no-repeat
}

/* 表单二 */
.block9{
  background: url(../images/block9_pic.png) 50% no-repeat; 
  width: 100%;
  height: 201px;
  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{
  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 0.2s linear; 
  height: 45px;
  background-color: #c90013;
  padding: 0 60px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.two-form .two-form-bottom{display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}


</pre></body></html>