* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
#clear {
  clear: both;
  width: 0;
  height: 0;
  display: block;
}
body {
  min-width: 360px;
  background: white;
}
.left {
  float: left;
}
.right {
  float: right;
}
.title-warp {
  width: 100%;
  height: 140px;
  background: #f9684b;
}
.title-warp .title-middle {
  width: 1100px;
  height: 140px;
  margin: 0 auto;
  background: #f9684b;
  overflow: hidden;
}
.title-warp .title-middle .title {
  width: 439px;
  height: 45px;
  display: block;
  margin: 45px auto 0;
  background: url(imgsensetitle.png) no-repeat;
}
.pc-top {
  background: white;
}
.pc-top .t-middle {
  width: 1100px;
  height: 60px;
  margin: 0 auto;
  background: white;
}
.pc-top .t-middle .logo {
  float: left;
  width: 203px;
  height: 25px;
  display: block;
  margin-top: 15px;
}
.pc-top .t-middle .navlist {
  float: right;
}
.pc-top .t-middle .navlist .list {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.pc-top .t-middle .navlist .list a {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #262626;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list a:hover {
  color: #e11e3c;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list + .list {
  border-left: 1px solid #737373;
}
.phone-top {
  display: none;
  position: relative;
}
.phone-top .top-nav {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.phone-top .top-nav .logo {
  width: 203px;
  height: 25px;
  display: block;
  float: left;
  padding-left: 15px;
  margin-top: 15px;
}
.phone-top .top-nav .navicon {
  width: 26px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  background: url(imgnavicon.png) no-repeat;
}
.phone-top .top-nav .trangle {
  transition: 0.5s;
  transform: rotate(90deg);
}
.phone-top .sublist {
  display: none;
  width: 100%;
  height: 100%;
  background: #e11e3c;
  position: fixed;
  padding-top: 60px;
  z-index: 9998;
}
.phone-top .sublist .list {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.phone-top .sublist .list a {
  font-size: 16px;
  color: white;
}
.phone-top .sublist .list + .list {
  border-top: 1px solid #e03d54;
}
.banner {
  height: 580px;
  background: url(imgbanner.jpg) center no-repeat;
}
.banner .banner-middle {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  background: url(imgbanner-middle.jpg) center no-repeat;
}
.phone-banner {
  display: none;
  padding-top: 60px;
}
.phone-banner .img {
  display: block;
  height: auto;
  max-width: 100%;
}
.sense-warp {
  width: 100%;
}
.sense-warp .sense-con {
  background: #fff2e7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sense-warp .sense-con .con-middle {
  background: #fff2e7;
  width: 1100px;
  margin: 0 auto;
}
.sense-warp .sense-con .con-middle .tab {
  width: 1100px;
  text-align: center;
}
.sense-warp .sense-con .con-middle .tab .list {
  display: inline-block;
}
.sense-warp .sense-con .con-middle .tab .list li span {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #1dcd9f;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  float: left;
  transition: 0.5s;
}
.sense-warp .sense-con .con-middle .tab .list li .cur {
  background: #f9684b;
}
.sense-warp .sense-con .con-middle .tab .list li:hover span {
  background: #f9684b;
}
.sense-warp .sense-con .con-middle .tab-con {
  display: none;
  width: 960px;
  height: 514px;
  border: 2px solid #7f2d00;
  margin: 0 auto;
  margin-top: 40px;
}
.sense-warp .sense-con .con-middle .tab-con .img {
  display: block;
  height: auto;
  max-width: 100%;
}
.sense-warp .sense-con .con-middle .tab-con .speak,
.sense-warp .sense-con .con-middle .tab-con .data {
  margin: 0 auto;
}
.sense-warp .sense-con .con-middle .tab-con p {
  font-size: 18px;
  line-height: 36px;
  padding-left: 60px;
  padding-top: 50px;
}
.interview-warp .title-warp {
  background: #00a6ed;
}
.interview-warp .title-warp .title-middle {
  background: #00a6ed;
}
.interview-warp .title-warp .title-middle .title {
  width: 575px;
  background: url(imginterview.png) no-repeat;
}
.interview-warp .interview-con {
  padding-bottom: 70px;
  padding-top: 70px;
  background: #e0efff;
}
.interview-warp .interview-con .inter-middle {
  width: 1100px;
  background: #e0efff;
  margin: 0 auto;
}
.interview-warp .interview-con .inter-middle .main {
  width: 940px;
  margin: 0 auto;
}
.interview-warp .interview-con .inter-middle .main .i-list li {
  width: 192px;
  height: 51px;
  background: #ededed;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  float: left;
  transition: 0.5s;
  cursor: pointer;
}
.interview-warp .interview-con .inter-middle .main .i-list .hover {
  width: 230px;
  height: 61px;
  background: #00A6ED;
  color: white;
  font-size: 24px;
  line-height: 61px;
}
.interview-warp .interview-con .inter-middle .main .i-list .deafult {
  margin-top: 10px;
}
.interview-warp .interview-con .inter-middle .main .main-con {
  display: none;
  width: 940px;
  height: 443px;
  background: white;
  border: 1px solid #00A6ED;
  margin: 0 auto;
}
.interview-warp .interview-con .inter-middle .main .main-con .pic {
  padding-top: 5%;
  padding-left: 7%;
}
.interview-warp .interview-con .inter-middle .main .main-con .pic img {
  display: block;
  height: auto;
  max-width: 100%;
}
.interview-warp .interview-con .inter-middle .main .main-con .section {
  padding: 10% 6% 10% 3%;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.interview-warp .interview-con .inter-middle .main .main-con .section span {
  font-size: 18px;
  font-weight: bold;
}
.display-warp .title-warp {
  background: #1dcd9f;
}
.display-warp .title-warp .title-middle {
  background: #1dcd9f;
}
.display-warp .title-warp .title-middle .title {
  width: 389px;
  background: url(imgdisplay-title.png) no-repeat;
}
.display-warp .dispaly-con {
  width: 100%;
  background: #ebfffa;
  padding-top: 70px;
  padding-bottom: 70px;
}
.display-warp .dispaly-con .dis-main {
  width: 950px;
  margin: 0 auto;
}
.display-warp .dispaly-con .dis-main .l-con {
  margin-top: 100px;
  width: 30px;
  height: auto;
  text-align: center;
  background: #F9684B;
  font-size: 22px;
  padding: 15px;
  padding-right: 35px;
  color: white;
  line-height: 24px;
}
.display-warp .dispaly-con .dis-main .r-con {
  padding-left: 100px;
}
.display-warp .dispaly-con .dis-main .r-con .question {
  height: auto;
  background: #ffe42f;
  border-radius: 20px;
  position: relative;
  padding-bottom: 30px;
}
.display-warp .dispaly-con .dis-main .r-con .question .text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-top: 10px;
  padding-left: 30px;
  height: 130px;
  overflow: hidden;
  transition: 0.5s;
}
.display-warp .dispaly-con .dis-main .r-con .question .text1 {
  transition: 0.5s;
  height: auto;
  overflow: visible;
}
.display-warp .dispaly-con .dis-main .r-con .question .tangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ffe42f;
  position: absolute;
  top: 60px;
  left: -15px;
}
.display-warp .dispaly-con .dis-main .r-con .question .wenhao {
  width: 104px;
  height: 104px;
  display: block;
  background: url(imgwenhao.jpg) no-repeat;
  position: absolute;
  left: -130px;
  top: 30px;
}
.display-warp .dispaly-con .dis-main .r-con .question .line {
  width: 132px;
  height: 50px;
  display: block;
  background: url(imgline.jpg) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.display-warp .dispaly-con .dis-main .r-con .question .slide {
  font-size: 14px;
  color: white;
  text-decoration: underline;
  float: right;
  margin-right: 48px;
  cursor: pointer;
  transition: 0.5s;
}
.display-warp .dispaly-con .dis-main .r-con .question .slide .up {
  display: none;
}
.display-warp .dispaly-con .dis-main .r-con .question .slide:hover {
  color: #333;
}
.display-warp .dispaly-con .dis-main .r-con .answer {
  margin-top: 50px;
  border-radius: 0;
  background: #61c1be;
  box-shadow: 5px 5px #10908b;
  height: auto;
  padding-bottom: 40px;
}
.display-warp .dispaly-con .dis-main .r-con .answer .text {
  width: 98%;
  height: 102px;
}
.display-warp .dispaly-con .dis-main .r-con .answer .text1 {
  height: auto;
  overflow: visible;
}
.display-warp .dispaly-con .dis-main .r-con .answer .slide {
  display: block;
  padding-top: 10px;
}
.display-warp .dispaly-con .dis-main .two-con {
  padding-top: 70px;
}
.display-warp .dispaly-con .dis-main .two-con .question .two-text {
  height: 60px;
  line-height: 60px;
}
.display-warp .dispaly-con .dis-main .two-con .question .tangle {
  top: 30px;
}
.display-warp .dispaly-con .dis-main .two-con .question .wenhao {
  top: 10px;
}
.display-warp .dispaly-con .dis-main .tip {
  width: 705px;
  height: 32px;
  display: block;
  margin: 40px 0 0 260px;
  background: url(imgtip.png) no-repeat;
}
.course-warp .title-warp {
  background: #f9ab6f;
}
.course-warp .title-warp .title-middle {
  background: #f9ab6f;
}
.course-warp .title-warp .title-middle .title {
  width: 389px;
  background: url(imgcourse-title.png) no-repeat;
}
.course-warp .course-con {
  width: 100%;
  background: #fff5ee;
  padding-top: 70px;
  padding-bottom: 70px;
}
.course-warp .course-con .course-main {
  width: 950px;
  margin: 0 auto;
}
.course-warp .course-con .course-main .course-tab {
  width: 90%;
  height: 330px;
  background: white;
  border: 1px solid #f9ab6f;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.course-warp .course-con .course-main .course-tab .hot {
  width: 188px;
  height: 55px;
  display: block;
  position: absolute;
  left: -7.5%;
  top: 10%;
  background: url(imghot.png) no-repeat;
  font-size: 14px;
  color: white;
  line-height: 18px;
  text-align: center;
  padding-top: 12px;
}
.course-warp .course-con .course-main .course-tab .ctitle {
  width: 145px;
  height: 24px;
  display: inline-block;
  background: url(imgctitle1.png) no-repeat;
  margin-top: 110px;
}
.course-warp .course-con .course-main .course-tab .c-name {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.course-warp .course-con .course-main .course-tab .c-text {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.course-warp .course-con .course-main .course-tab .buybtn {
  width: 125px;
  height: 43px;
  background: #f87962;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 43px;
  margin: 0 auto;
  margin-top: 30px;
  transition: 0.5s;
}
.course-warp .course-con .course-main .course-tab .buybtn:hover {
  background: #ee451f;
  transform: translateY(-5px);
}
.course-warp .course-con .course-main .two .ctitle {
  background-image: url(imgctitle2.png);
}
.course-warp .course-con .course-main .three .ctitle {
  background-image: url(imgctitle3.png);
}
.join-warp .title-warp {
  background: #6c9692;
}
.join-warp .title-warp .title-middle {
  background: #6c9692;
}
.join-warp .title-warp .title-middle .title {
  width: 537px;
  background: url(imgjoin-title.png) no-repeat;
}
.join-warp .join-con {
  width: 100%;
  background: #ecf8f7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.join-warp .join-con .join-main {
  width: 950px;
  margin: 0 auto;
}
.join-warp .join-con .join-main .erweima {
  text-align: center;
}
.join-warp .join-con .join-main .erweima img {
  margin: 0 auto;
}
.join-warp .join-con .join-main .erweima p {
  font-size: 20px;
  color: #333333;
  padding-top: 20px;
}
.footer {
  background: #fbc73a;
  border-top: 1px solid white;
}
.footer .copy-middle {
  border-top: 1px solid white;
  background: #fbc73a;
  overflow: hidden;
}
.footer .copy-middle .footer-list {
  width: 770px;
  margin: 40px auto 0;
}
.footer .copy-middle .footer-list li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  height: 16px;
  line-height: 16px;
}
.footer .copy-middle .footer-list li a {
  transition: 0.5s;
  color: white;
  padding-left: 6px;
}
.footer .copy-middle .footer-list li + li {
  border-left: 1px solid white;
}
.footer .copy-middle .footer-list li:hover a {
  transition: 0.5s;
  color: #625037;
}
.footer .copy-middle p {
  color: white;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.r-slide {
  width: 140px;
  position: fixed;
  top: 50%;
  right: 0;
}
.r-slide .qqside {
  width: 140px;
  height: 50px;
  background: #f87962;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  display: block;
  color: white;
}
.r-slide .line {
  width: 78px;
  height: 12px;
  display: block;
  border-left: 2px solid white;
  border-right: 2px solid white;
  margin: 0 auto;
}
.r-slide .chart {
  width: 140px;
  height: 200px;
  background: #f87962;
  border: 1px solid white;
}
.r-slide .chart .text {
  width: 100%;
  display: block;
  font-size: 14px;
  color: white;
  text-align: center;
  padding-top: 25px;
}
.r-slide .chart img {
  width: 90px;
  height: 90px;
  margin: 10px auto 0;
}
/*# sourceMappingURL=style.css.map */
