<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

body {
  font-size: 18px;
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑";
  margin: 0 auto;
  text-align: center;
}

html&gt;body {
  min-width: 1200px;
}

.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: 48px;
  font-size: 32px;
  line-height: 60px;
  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: 30px 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);
}


/*顶部跳转*/
.head1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -420px;
}

/*下拉*/
.select {
  width: 72px;
  height: 40px;
  float: left;
  line-height: 40px;
  position: relative;
  padding: 20px 0;
  margin-left: 22px;
  text-align: left;
  /*background: url(../image/select.png) no-repeat 45px 40px;}
.select:hover{background:url(../image/select2.png) no-repeat 45px 40px;*/
}

.select p a {
  color: #fff;
}

.select ol {
  width: 100%;
  display: none;
  position: absolute;
  top: 80px;
  left: -10px;
  z-index: 999;
  background: #333;
}

.select:hover ol {
  display: block;
}

.select li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin: 6px 0;
  text-align: center;
}

.select li a {
  display: block;
  height: 28px;
  color: #fff;
}

.select li a:hover {
  color: #fff175;
}

/*顶部*/
.header {
  display: block;
  width: 100%;
  /*position:fixed;top:0;left:0px;*/
  background: #333;
  z-index: 990;
  /*box-shadow:2px 2px 1px #666;*/
  font-size: 18px;
}

.container {
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  height: 80px;
}

/*logo*/
.container h1 {
  float: left;
  margin-top: 18px;
  width: 177px;
  height: 43px;
}

/*导航*/
.nav-bar {
  display: block;
  float: right;
  height: 40px;
  margin: 20px 0px 20px auto;
}

.nav-bar li {
  display: block;
  float: left;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.nav-bar li a {
  position: relative;
  display: block;
  margin: 0 1px;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  padding: 6px 20px 6px 10px;
  text-align: left;
}

.nav-bar li a:hover {
  color: #fff175;
}

.nav-bar li.current a {
  color: #fff175;
}

.nav-bar li.select1 a.list1 {
  background: url(../images/list2.png) no-repeat 105px 15px;
}

.nav-bar .select1 .list1:hover {
  background: url(../images/list1.png) no-repeat 105px 15px;
}

.nav-bar li.select1 a.list2 {
  background: url(../images/list2.png) no-repeat 90px 15px;
}

.nav-bar .select1 .list2:hover {
  background: url(../images/list1.png) no-repeat 90px 15px;
}

/**/
.selects {
  width: 130px;
  position: relative;
  z-index: 88;
}

.selects p {
  display: none;
  width: 130px;
  background: #333;
  z-index: 999;
  padding: 25px 0 15px;
  margin: 0 auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: .8;
}

.selects:hover p {
  display: block;
}

.selects p a {
  width: 100%;
  line-height: 36px;
  background: none;
  color: #fff;
  margin: 6px auto;
  padding: 0;
  text-align: center;
}

.selects p a:hover {
  background: none;
  color: #f4cd03;
}

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

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

.banner-btn {
  width: 1010px;
  height: 100px;
  position: relative;
  margin: 20px auto 0;
}

.banner-btn a {
  width: 1010px;
  height: 100px;
  background: url(../images/banner-btn.png) center center no-repeat;
}

.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;
}

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

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

.con1 {
  width: 1200px;
  height: 425px;
  background: url("../images/floor1-1.png") center bottom no-repeat;
  margin: 30px 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: 120px;
  height: 36px;
  line-height: 36px;
  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;
  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 35px;
}

.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: 920px;
  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: 30px auto 0;
  position: relative;
}

.bottom2 h4 {
  height: 72px;
  line-height: 36px;
  margin: 0 auto;
  color: #53cacf;
  font-size: 28px;
  letter-spacing: 1px;
}

.bottom2 h4 b {
  color: #f55e1a;
  font-size: 28px;
  font-style: italic;
}

.bottom2 ul {
  width: 1200px;
  height: 140px;
  float: left;
  margin: 5px auto;
}

.bottom2 li {
  width: 276px;
  height: 54px;
  background: url("../images/floor2-4.png") center top no-repeat;
  float: left;
  margin: 0px 12px 25px;
}

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

.bottom2 li a span {
  display: inline-block;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 18px 0 26px;
  font-size: 20px;
}

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



/*20余年专注考研辅导，考入985/211学员众多*/
.content3 {
  width: 100%;
  height: 810px;
  background: #fff;
}

/**/
.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;
}

.bottom3 li a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #f55e1a;
  color: #fff;
  margin: 15px 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%;
  height: auto;
  background: #ebf9fa;
  padding-bottom: 5px;
}

.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;
}

/**/
/* .table4 {
  width: 1120px;
  height: 650px;
  background: #fff;
  margin: 0px auto 0;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px 4px #dcf9fb;
}

.table4 td {
  border: 1px solid #dcf9fb;
  line-height: 28px;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
  padding-left: 30px;
}

.table4 .fir3 {}

.table4 .fir4 td b {
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  color: #f55e1a;
}

.table4 .th1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 0px;
}

.table4 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;
  text-align: center;
  animation: scale2 3s linear infinite;
}

.table4 a:hover {
  background: #53cacf;
  box-shadow: 0 0 3px 4px #ebf9fa;
  text-align: center;
}

.table4 p {
  width: 820px;
  margin: 0px auto 0;
}

.table4 p span {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 45px;
  float: left;
  margin-right: 15px;
  text-align: left;
  padding-left: 40px;
}

.table4 p span.p4-1 {
  background: url("../images/floor4-1.png") center bottom no-repeat;
}

.table4 p span.p4-2 {
  background: url("../images/floor4-2.png") center bottom no-repeat;
}

.table4 p span.p4-3 {
  background: url("../images/floor4-3.png") center bottom no-repeat;
}

.table4 p span.p4-4 {
  background: url("../images/floor4-4.png") center bottom no-repeat;
} */


.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;
  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){
  text-align: left;
}
.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%;
  height: 680px;
  background: url("../images/bg5.png") center center no-repeat;
}

/**/
.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%;
  height: 680px;
  background: #ebf9fa;
}

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

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

.con6-ul li {
  width: 1180px;
  height: 450px;
  float: left;
  margin: 0 auto;
  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;
}




/*返回顶部*/
#gotoTop {
  /*display:none;*/
  position: fixed;
  top: 80%;
  right: 20px;
  cursor: pointer;
  padding: 5px 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #4480f3;
  background: #4480f3;
  color: #fff;
  z-index: 9999;
  font-size: 16px;
  border-radius: 40px;
  line-height: 18px;
}

/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop {
  _position: absolute;
  _top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
}

/*鼠标进入的反馈效果*/
#gotoTop.hover {
  background: #4480f3;
  color: #fff;
  text-decoration: none;
}



/*表单1*/
.pop1 {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background: url("../images/pop1.png") center center no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  /*display:none;*/
  z-index: 9998;
}

.pop1 .form1 {
  width: 750px;
  height: 40px;
  padding: 16px 0 0 450px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

.pop1 .form1 input {
  width: 168px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  border: none;
  color: #333;
  border-radius: 8px;
  margin-right: 30px;
}

.pop1 .form1 .submit1 {
  width: 180px;
  background: #ff5a47;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/*.popup .close2{width:32px;height:32px;position:absolute;top:9px;right:9px;cursor:pointer;}*/
.pop1 p {
  width: 750px;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  margin: 0 auto;
  padding-left: 240px;
}

.pop1 .form1 input::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

/*表单2*/
.pop2 {
  width: 480px;
  height: 200px;
  background: #e6e6e6;
  position: fixed;
  top: 28%;
  left: 50%;
  margin: 0 auto 0 -225px;
  z-index: 999999;
  overflow: visible;
  display: none;
}

.pop2 p {
  width: 450px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  text-align: left;
  padding-top: 20px;
}

.pop2 .close2 {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) center center no-repeat;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

.pop2 .form2 {
  width: 400px;
  height: 90px;
  padding: 10px 0;
  margin: 0 auto;
  line-height: 40px;
  font-size: 20px;
}

.pop2 .form2 input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: none;
  color: #666;
  font-size: 16px;
  border-radius: 8px;
  margin: 8px auto;
}

.pop2 .form2 .submit2 {
  background: #3098ff;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/*地址部分*/
.add1 {
  width: 100%;
  margin: 0 auto 150px;
}

.add1 .content15 ul .con15-li {
  background: #53cacf;
}

.add1 .content15 .con15 {
  border-top: 4px solid #53cacf;
}

/*底部*/
.foot {
  clear: both;
  width: 100%;
  height: 50px;
  padding: 30px 0;
  font: normal 14px/25px "微软雅黑";
  color: #333;
  text-align: center;
}

.foot a {
  display: inline-block;
}

.foot a:hover {
  color: #ff4f19;
}

/* 右侧弹窗 */
.sidebar {
  width: 138px;
  height: 471px;
  background: url("../images/online.png") center center no-repeat;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99999999;
}

.sidebar a {
  width: 138px;
  height: 471px;
}

/*内容*/

/*文都教育考研——考研培训*/
.content10 {
  width: 100%;
  height: 610px;
  background: #53cad0;
}

.con10 {
  width: 1160px;
  margin: 40px auto 0;
}

.xq {
  width: 100%;
  height: auto;
  background: #3660d9;
  padding: 40px 0;
}

.xq-con {
  width: 1120px;
  margin: 0 auto;
}

.xq-con img {
  width: 592px;
  float: left;
}

.xq-r {
  width: 470px;
  float: left;
}

.xq-r h6 {
  font-size: 26px;
  color: #fcef00;
  margin-bottom: 15px
}

.xq-title {
  float: left;
  font-size: 18px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #53cad0;
}

.xq-div {
  margin-bottom: 10px;
  clear: both;
  height: 32px;
}

.xq-div a {
  float: left;
  line-height: 30px;
  margin-left: 12px;
  color: #fff;
}

.xq-div .xq-mar {
  display: inline-block;
  margin-left: 100px
}

.xq-btn {
  margin-top: 20px;
  clear: both;
  margin-top: 10px;
}

.xq-btn1 {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  background: #fdfc17;
  color: #222;
}

.xq-btn2 {
  display: block;
  width: 108px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  background: #fc5363;
  color: #fff;
}

/*底部*/
.foot {
  clear: both;
  width: 100%;
  height: 50px;
  padding: 30px 0;
  font: normal 14px/25px "微软雅黑";
  color: #333;
  text-align: center;
}

.foot a:hover {
  color: #53cacf;
}

/* 新加 */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.footer_common .footer_common_xia p a {
  display: inline-block;
}

.footer_common .footer_com_center p.er {
  text-align: left;
}
/*工具模块*/
.page01 {
  width: 1200px;
  height: 200px;
  margin: 28px auto;
  position: relative;
}

.page01 ul li{
  width: 284px;
  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 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;
}
.footer_nav{
  text-align: left !important;
}</pre></body></html>