@charset "utf-8";

/*公共样式*/
html,
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
img,
input,
button,
td,
tr,
th {
  margin: 0;
  padding: 0;
  clear: inherit;
}

ul,
ol,
li,
i {
  list-style: none;
  font-style: normal;
}

/*a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
}*/
a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

body {
  font-size: 18px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  margin: 0 auto;
  text-align: center;
}

html>body {
  min-width: 1200px;
}

/* -返回顶部- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;}
#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}

.clear {
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.clear {
  zoom: 1
}

.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
@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);}
}
.center {
  width: 1200px;
  margin: 0 auto;
  text-align: justify;
}

.no-left {
  margin-left: 0 !important;
}

.no-right {
  margin-right: 0 !important;
}

.fl {
  float: left;
  margin-left: 0 !important;
}

.fr {
  float: right;
  margin-right: 0 !important;
}


/*标题*/
.titles {
  padding-top: 20px;
}

.titles h2 {
  width: 1200px;
  height: 42px;
  font-size: 40px;
  line-height: 42px;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #f55e1a;
}

.titles h2 i {
  display: inline-block;
  width: 40px;
  height: 48px;
  background: url(../images/title1-l.png) center top no-repeat;
  vertical-align: middle;
  margin: 0 -10px;
}

.titles h2 .l2 {
  background: url(../images/title1-r.png) center top no-repeat;
}

.titles h2 span {}

.titles p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}

.titles p i {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #555;
  vertical-align: middle;
  margin: 0 15px;
}

.title2 {
  padding-top: 15px;
}

.title2 h2 {
  width: 1200px;
  height: 48px;
  font-size: 32px;
  line-height: 60px;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #333;
}

.titles h2 i {
  display: inline-block;
  width: 40px;
  height: 48px;
  background: url(../images/title1-l.png) center top no-repeat;
  vertical-align: middle;
  margin: 0 -10px;
}

.titles h2 .l2 {
  background: url(../images/title1-r.png) center top no-repeat;
}

/*按钮*/
.buttons {
  width: 240px;
  height: 48px;
  margin: 40px auto 0;
}

.buttons a {
  width: 240px;
  height: 54px;
  line-height: 54px;
  background: #f55e1a;
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  box-shadow: 0 0 3px 4px #ffe8e0;
  animation: ballon7 1s linear infinite;
}

.button2 {
  width: 700px;
}

.button2 a {
  margin: 0 50px;
  float: left;
}

.buttons a:hover {
  transition: .2s ease all;
  transform: translateY(-10px);
}

/*banner*/
.banner {
  width: 100%;
  height: 520px;
  background: url(../images/banner.jpg) center center no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-z {
  width: 1200px;
  height: 460px;
  background: url(../images/banner-z.png) center 100px no-repeat;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

/*快速查询*/
.banner-btn {
  width: 1010px;
  height: 100px;
  position: relative;
  margin: -42px auto 0;
  z-index: 2;
  background: url(../images/banner-btn.png) center center no-repeat;
}


.banner-btn:hover {
  color: #ff4f19;
  transition: .2s ease all;
  transform: translateY(-10px);
}

.banner-btn a b {
  font-size: 24px;
  padding: 0 30px;
  float: left;
  color: #fff;
  line-height: 90px;
}

.banner-btn a span {
  font-size: 20px;
  padding: 0 30px;
  float: left;
  line-height: 90px;
  text-align: left;
}

/*工具模块*/
.page01 {
  width: 1200px;
  height: 280px;
  margin: 40px auto 20px;
  position: relative;
}

.page01 ul li{
  width: 290px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(199, 112, 255, 0.5);
  border-radius: 12px;
  float: left;
  margin: 0px 5px 20px 5px;
  cursor: pointer;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;

}
.page01 ul li:hover{
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page01 ul li:nth-child(1),.page01 ul li:nth-child(5){
   margin-left: 0;
}
.page01 ul li:nth-child(4),.page01 ul li:nth-child(8){
   margin-right: 0;
}
.page01 ul li img{
  float: left;
  width: 73px;
  height: 73px;
  margin-left: 48px;
  margin-top: 23px;

}
.page01 ul li p{
font-size: 24px;
font-weight: 400;
color: #666666;
margin-left: 14px;
float: left;
line-height: 120px;
}
.page01 ul li p:hover{
  color: #A75BFF;
}

/*2025考研，985/211院校专业不会选？*/
.content1 {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.con1 {
  width: 1200px;
  height: 425px;
  background: url("../images/floor1-1.png") center bottom no-repeat;
  margin: 40px auto 0;
}

/**/
.left1 {
  width: 720px;
  height: 420px;
  float: left;
  margin: 0 auto;
  position: relative;
}

.left1 h4 {
  width: 210px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  top: 10px;
}

.left1 ul {
  width: 720px;
  height: 420px;
  margin: 0 auto;
}

.left1 li {
  width: 150px;
  height: 190px;
  float: left;
  margin: 12px 8px 0px;
}

.left1 li h5 {
  height: 64px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 1px;
}

.left1 li p {
  height: 70px;
  line-height: 30px;
  margin: 0 auto;
}

.left1 li a {
  width: 240px;
  height: 40px;
  padding: 4px 10px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #fa7364;
  color: #fa7364;
  border-radius: 30px;
  font-size: 20px;
  margin: 0 auto;
  animation: scale2 2s linear infinite;
}

.left1 li a:hover {
  background: #fa7364;
  color: #fff;
}

.left1 li.li1-1 {
  margin-left: 205px;
}

.left1 li.li1-4 {
  margin-left: 40px;
}

.left1 li.li1-3 p {
  line-height: 60px;
}

/**/
.right1 {
  width: 480px;
  height: 350px;
  float: left;
  margin: 50px auto 0;
  position: relative;
}

.right1 h4 {
  width: 210px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  top: 00px;
}

.right1 ul {
  width: 450px;
  height: 420px;
  margin: 75px auto 0 30px;
}

.right1 li {
  width: 124px;
  height: 40px;
  float: left;
  margin: 18px 8px 0px;
}

.right1 li a {
  width: 122px;
  height: 36px;
  padding: 4px 10px;
  line-height: 36px;
  background: none;
  border: 1px solid #53cacf;
  color: #333;
  border-radius: 30px;
  font-size: 20px;
}

.right1 li a:hover {
  background: #53cacf;
  color: #fff;
}

/* 常见问题 */
.bottom1 {
  width: 1180px;
  height: 110px;
  background: url("../images/floor1-4.png") center top no-repeat;
  margin: 50px auto 0;
  position: relative;
  padding: 10px 0;
}

.bottom1 h4 {
  width: 150px;
  height: 72px;
  line-height: 36px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  float: left;
  padding: 15px 0;
}

.bottom1 ul {
  width: 982px;
  height: 120px;
  float: left;
  margin: 5px auto 0 20px;
}

.bottom1 li {
  width: 245px;
  height: 50px;
  float: left;
  margin: 0px;
}

.bottom1 li a {
  width: 220px;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 20px;
  text-align: left;
}

.bottom1 li a:hover {
  color: #f55e1a;
}

/*基础差抢先学，考点多轮学练，逐步冲高分*/
.content2 {
  width: 100%;
  height: 900px;
  padding-top:20px;
  background: url("../images/bg2.jpg") center bottom no-repeat;
}

.con2 {
  width: 1200px;
  height: 425px;
  background: url("../images/floor2-1.png") center top no-repeat;
  margin: 30px auto 0;
  overflow: hidden;
}

.p2-1 {
  width: 40px;
  height: 200px;
  margin: 0 auto;
  float: left;
  padding: 65px 0;
}

.p2-1 b {
  display: block;
  width: 62px;
  height: 80px;
  margin: 0 auto;
}


.con2 ul {
  width: 1130px;
  height: 425px;
  margin: 0 auto 0px;
  float: right;
}

.con2 li {
  width: 250px;
  margin: 0 16px;
  padding: 12px 0;
  float: left;
}

.con2 li span {
  display: block;
  height: 102px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.con2 li h4 {
  width: 210px;
  height: 100px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
}

.con2 li b {
  display: block;
  height: 45px;
  line-height: 42px;
  color: #333;
}

.con2 li p {
  height: 140px;
  line-height: 48px;
  margin: 0 auto;
}

/* 表单 */
.bottom2 {
  width: 1180px;
  height: 210px;
  margin: 80px auto 0;
  position: relative;
}

.bottom2 h4 {
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
}

.bottom2 h4 b{
  color: #ff5500;
}

.two-form{
   padding: 30px 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: 272px;
}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  outline: none;
  width: 272px;
  border-radius: 6px;
  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;
  outline: 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: linear-gradient(to right,#ea942a,#f06739);
  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;
}

/*20余年专注考研辅导，考入985/211学员众多*/
.content3 {
  width: 100%;
  padding: 40px 0 60px;
  background: #ebf9fa;
}

/**/
.con3 {
  width: 1200px;
  height: 300px;
  margin: 30px auto 0;
  overflow: hidden;
}

.con3 li {
  width: 272px;
  height: 300px;
  float: left;
  margin: 0 13px;
  position: relative;
  letter-spacing: 1px;
}

.con3 li h4 {
  width: 120px;
  height: 50px;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 150px;
  left: 0;
}

.con3 li p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 215px;
}

.con3 .li3-1 {
  background: url("../images/floor3-1.png") center center no-repeat;
}

.con3 .li3-2 {
  background: url("../images/floor3-2.png") center center no-repeat;
}

.con3 .li3-3 {
  background: url("../images/floor3-3.png") center center no-repeat;
}

.con3 .li3-4 {
  background: url("../images/floor3-4.png") center center no-repeat;
}

/**/
.bottom3 {
  width: 1180px;
  height: 350px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 3px 4px #e8f7f7;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
}

.bottom3 ul {
  width: 1180px;
  height: 230px;
  margin: 30px auto 0;
  overflow: hidden;
}

.bottom3 li {
  width: 212px;
  height: 226px;
  float: left;
  margin: 0 12px;
  position: relative;
  letter-spacing: 1px;
}

.bottom3 li h4 {
  height: 45px;
  line-height: 45px;
  color: #333;
  font-size: 20px;
  padding-top: 75px;
}

.bottom3 li p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.bottom3 li a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  padding:4px 10px;
  background: #f55e1a;
  color: #fff;
  margin: 30px auto 0;
  border-radius: 6px;
  box-shadow: 0 0 2px 2px #ead4d1;
}

.bottom3 li a:hover {
  background: #53cacf;
  box-shadow: 0 0 3px 4px #e8f7f7;
}

/**/
.bottom3 .li3-5 {
  background: url("../images/floor3-5.png") center center no-repeat;
}

.bottom3 .li3-6 {
  background: url("../images/floor3-6.png") center center no-repeat;
}

.bottom3 .li3-7 {
  background: url("../images/floor3-7.png") center center no-repeat;
}

.bottom3 .li3-8 {
  background: url("../images/floor3-8.png") center center no-repeat;
}

.bottom3 .li3-9 {
  background: url("../images/floor3-9.png") center center no-repeat;
}


/*线上、线下课程，满足你的任何课程需求*/
.content4 {
  width: 100%;
  background: #fff;
  padding: 40px 0 30px;
}

.con4 {
  width: 1180px;
  height: 700px;
  margin: 30px auto 0;
}

.con4 p {
  width: 1030px;
  height: 48px;
  float: right;
  margin-right: 2px;
}

.con4 p b {
  display: block;
  width: 332px;
  height: 48px;
  line-height: 48px;
  background: #53cacf;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  border-top-left-radius: 10px;
  float: left;
  margin-right: 2px;
}


.course{
  width: 1200px;
  border: #dcf9fb 1px solid;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 30px auto;
  text-align: center;
  background:#fff;
   
}
.course table{
  width: 100%;
border-collapse:collapse;
}
.course tr td{
  font-size: 16px;
  padding: 15px 10px ;
  line-height:25px;
  border: 1px solid #dcf9fb;
}

.course table tr:nth-child(1) td{
  color: #036b42;
  font-size: 20px;
  padding: 20px 10px ;
  font-weight: bolder;
}
.course table tr td:nth-child(1){
  font-weight: bolder;
  font-size: 19px;
  text-align: center;
}
.course table tr td:nth-child(6){
  line-height: 32px;
  text-align: left;
  text-align: justify;
}
.course table tr:nth-child(1) td:nth-child(6){
  text-align: center;
}


.zixun{
  width: 140px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right,#f06739,#ea942a);
  display: flex;
  justify-content: center; align-items: center;
  border-radius: 100px;
font-weight:bolder;
}
.zixun:hover{
  background: #f56845;
  cursor: pointer;
}



/*20余年专注考研辅导，考入985/211学员众多*/
.content5 {
  width: 100%;
  padding:40px 0 60px;
}

.content5 .buttons a {
  padding: 8px 30px;
}
/**/
.con5 {
  width: 1200px;
  height: 460px;
  margin: 30px auto 0;
  overflow: hidden;
}

.con5 li {
  width: 400px;
  height: 455px;
  background: url("../images/floor5-2.png") center center no-repeat;
  float: left;
  margin: 0 7px;
  position: relative;
  letter-spacing: 1px;
}

.con5 li h4 {
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  padding-right: 80px;
}

.con5 li p {
  font-size: 18px;
  height: 93px;
  line-height: 30px;
}

.con5 li b {
  display: block;
  height: 48px;
  line-height: 50px;
}

.con5 li span {
  display: block;
  font-size: 17px;
  line-height: 30px;
}

.con5 .li5-1 {
  width: 355px;
  height: 268px;
  background: url("../images/floor5-1.png") center center no-repeat;
  margin-top: 186px;
}

/*舒适环境中，吃、住、学一站式*/
.content6 {
  width: 100%;
  padding:40px 0 60px;
  background: #ebf9fa;
}

.con6-detail {
  width: 1200px;
  height: 460px;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
}

.con6-ul {
  width: 1200px !important;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.con6-ul li {
  width: 1200px;
  height: 450px;
  float: left;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  position: relative;
}

.con6-ul li img {
  position: absolute;
}

.con6-btn {
  position: absolute;
  top: 210px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 4;
  display: none;
}

.prebtn6 {
  left: 0px;
  background: url("../images/floor6-l.png") center center no-repeat;
}

.nextbtn6 {
  right: 0px;
  background: url("../images/floor6-r.png") center center no-repeat;
}

.con6-detail:hover .con6-btn {
  display: block;
  width: 40px;
  height: 40px;
}

/**/
.img6-1 p {
  width: 420px;
  height: 180px;
  position: absolute;
  padding-top: 2px;
}

.img6-1 p span {
  display: block;
  font-size: 17px;
  text-align: left;
  line-height: 32px;
  margin-bottom: 10px;
}

.img6-1 p span b {
  display: inline-block;
  text-align: center;
  background: #53cacf;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 72px;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
}

/**/
.img6-1-1 {
  left: 0px;
  top: 0px;
}

.img6-1-2 {
  left: 450px;
  top: 0px;
}

.img6-1-3 {
  left: 830px;
  top: 0px;
}

.img6-1-4 {
  left: 0px;
  top: 200px;
}

.img6-1-5 {
  left: 450px;
  top: 230px;
}

.img6-1-6 {
  left: 830px;
  top: 260px;
}

/**/
.img6-2 p {
  width: 510px;
  height: 167px;
  background: url("../images/floor6-8.png") center center no-repeat;
  position: absolute;
  padding-top: 18px;
}

.img6-2 p span {
  display: block;
  text-align: left;
  line-height: 45px;
  padding-left: 40px;
}

.img6-2 p span.span5-2 {
  padding-left: 70px;
}

.img6-2 p span.span5-3 {
  padding-left: 100px;
}

/**/
.img6-2-1 {
  left: 0px;
  top: 0px;
}

.img6-2-2 {
  left: 360px;
  top: 0px;
}

.img6-2-3 {
  left: 890px;
  top: 0px;
}

.img6-2-4 {
  left: 0px;
  top: 270px;
}

.img6-2-5 {
  left: 360px;
  top: 190px;
}

.img6-2-6 {
  left: 890px;
  top: 240px;
}

