* {
  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;
  font-family: Microsoft YaHei, arial, sans-serif;
  font-size: 14px;
  color: #4c4c4c;
}
html {
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  width: 100%;
  min-width: 360px;
  background: #fff;
}
.public-title {
  width: 570px;
  height: 52px;
  background: url(../images/interview-title.png) no-repeat;
  margin: 0 auto;
  background-size: 100%;
}
.main {
  width: 1100px;
  margin: 0 auto;
}
.public-btn {
  width: 210px;
  height: 58px;
  display: block;
  margin: 50px auto 0;
  background: url(../images/mianshi-btn.png) no-repeat;
  background-size: 100%;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  transition: 0.5s;
}
.public-btn:hover {
  transform: translateY(-5px);
}
.pc-top {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.pc-top .t-middle {
  width: 1100px;
  height: 60px;
  margin: 0 auto;
}
.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(../images/navicon.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;
}
#full .section {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: 120% 100%;
}
#full .section .list {
  width: 100%;
  padding-top: 70px;
}
#full .section .one .main .banner {
  padding-top: 10%;
}
#full .section .one .main .banner .icon1 {
  width: 40%;
}
#full .section .one .main .banner .icon2 {
  width: 60%;
  margin-top: 60px;
}
#full .section .two .main .gift {
  padding: 30px 0;
  border: 2px solid #2376eb;
  background: white;
  text-align: center;
}
#full .section .two .main .gift .g-title {
  width: 727.04px;
  height: 167.04px;
  background: url(../images/g-title.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#full .section .two .main .gift .bank {
  display: inline-block;
  padding-top: 30px;
}
#full .section .two .main .gift .bank li {
  font-size: 22px;
}
#full .section .two .main .gift .bank li + li {
  margin-left: 70px;
}
#full .section .two .main .gift .gift-con {
  width: 516px;
  height: 306.4px;
  background: url(../images/gift-con1.png) no-repeat;
  margin: 30px auto 0;
  background-size: 100%;
  display: block;
}
#full .section .three .main .public-title {
  padding-bottom: 120px;
}
#full .section .three .main .people {
  padding: 0 20px;
}
#full .section .three .main .people .people-title {
  display: none;
}
#full .section .three .main .people .p-item {
  margin-bottom: 10px;
}
#full .section .three .main .people .p-item .p-title {
  font-size: 22px;
  color: #6088f1;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
#full .section .three .main .people .p-item .p-title span {
  width: 16px;
  height: 16px;
  background: rgba(79, 140, 252, 0.7);
  position: absolute;
  border-radius: 3px;
  left: -8px;
  top: 8px;
  z-index: 0;
}
#full .section .three .main .people .p-item .p-con {
  line-height: 26px;
}
#full .section .four .main .public-title {
  width: 593px;
  height: 56px;
  background: url(../images/cailiao-title.png) no-repeat;
}
#full .section .four .main .c-info {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}
#full .section .four .main .cailiao-list {
  width: 56%;
  margin-top: 60px;
}
#full .section .four .main .cailiao-list .cailiao-item {
  height: 110px;
  background: white;
  margin-bottom: 20px;
  padding-left: 120px;
  padding-top: 60px;
  box-shadow: 0 15px 30px #cfdefe;
  position: relative;
}
#full .section .four .main .cailiao-list .cailiao-item .icon-num {
  width: 115px;
  height: 81px;
  background: url(../images/num1.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#full .section .four .main .cailiao-list .cailiao-item .num2 {
  background: url(../images/num2.png) no-repeat;
}
#full .section .four .main .cailiao-list .cailiao-item .num3 {
  background: url(../images/num3.png) no-repeat;
}
#full .section .five .main .public-title {
  width: 588px;
  height: 56px;
  background: url(../images/mianshi-title.png) no-repeat;
}
#full .section .five .main .mianshi-list {
  margin-top: 40px;
}
#full .section .five .main .mianshi-list .mianshi-item {
  width: 500px;
  height: 500px;
  padding: 40px;
  background: white;
  box-shadow: 0 15px 30px #cfdefe;
  position: relative;
}
#full .section .five .main .mianshi-list .mianshi-item .title {
  font-size: 26px;
  color: #6088f1;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}
#full .section .five .main .mianshi-list .mianshi-item .con {
  font-size: 16px;
  line-height: 28px;
  padding-top: 50px;
}
#full .section .five .main .mianshi-list .mianshi-item .con span {
  background: #a7bfff;
}
#full .section .five .main .mianshi-list .mianshi-item .yinhao {
  width: 119px;
  height: 94px;
  background: url(../images/yinhao1.png) no-repeat;
  position: absolute;
  left: 24px;
  bottom: -34px;
}
#full .section .five .main .mianshi-list .mianshi-item .yinhao2 {
  background: url(../images/yinhao2.png) no-repeat;
  left: auto;
  right: 24px;
  top: -34px;
}
#full .section .five .main .mianshi-list .item1 .yinhao2 {
  display: none;
}
#full .section .five .main .mianshi-list .item2 .yinhao1 {
  display: none;
}
#full .section .six .main .public-title {
  width: 595px;
  height: 56px;
  background: url(../images/tip-title.png) no-repeat;
}
#full .section .six .main .mianshi-list .mianshi-item {
  height: 400px;
  padding: 40px 50px;
}
#full .section .six .main .mianshi-list .mianshi-item .title {
  padding-top: 0px;
}
#full .section .six .main .mianshi-list .mianshi-item .tip-con {
  margin-top: 20px;
}
#full .section .six .main .mianshi-list .mianshi-item .tip-con .tip-subtitle {
  font-size: 20px;
  color: #6088f1;
  position: relative;
}
#full .section .six .main .mianshi-list .mianshi-item .tip-con .tip-subtitle span {
  width: 30px;
  height: 30px;
  background: url(../images/tip-icon1.png) no-repeat;
  position: absolute;
  left: -40px;
  top: 0px;
  background-size: 100%;
}
#full .section .six .main .mianshi-list .mianshi-item .tip-con .tip-subtitle .icon2 {
  background: url(../images/tip-icon2.png) no-repeat;
  background-size: 100%;
}
#full .section .six .main .mianshi-list .mianshi-item .tip-con .tip-info {
  padding-top: 15px;
  line-height: 28px;
}
#full .section .fp-controlArrow.fp-prev {
  left: 8%;
}
#full .section .fp-controlArrow.fp-next {
  right: 8%;
}
#full .section .seven .main .public-title {
  width: 567px;
  height: 56px;
  background: url(../images/topic-title.png) no-repeat;
}
#full .section .seven .main .topic .topic-con {
  height: 430px;
  background: white;
  padding: 20px 40px;
  margin-top: 40px;
  border-radius: 10px;
}
#full .section .seven .main .topic .topic-con .t-subtitle {
  color: #6088F1;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 15px;
}
#full .section .seven .main .topic .topic-con .question .title {
  font-size: 20px;
  color: #6088f1;
  padding-top: 15px;
}
#full .section .seven .main .topic .topic-con .question .info {
  padding-top: 15px;
  line-height: 24px;
}
#full .section .seven .main .topic .topic-con .question .info span {
  color: #6088F1;
  display: block;
}
#full .section .eight .main .public-title {
  width: 591px;
  height: 56px;
  background: url(../images/course-title.png) no-repeat;
}
#full .section .eight .main .table-warp {
  background: white;
  padding: 30px 0;
  border-radius: 10px;
  margin-top: 40px;
}
#full .section .eight .main .table-warp table tr {
  text-align: center;
}
#full .section .eight .main .table-warp table tr th {
  background: #6088f1;
  padding: 10px;
  color: white;
}
#full .section .eight .main .table-warp table tr td {
  background: #ecf1ff;
  padding: 10px;
  border-top: 2px solid white;
}
#full .section .eight .main .table-warp table tr td select {
  margin-top: 5px;
  color: white;
  border-radius: 2px;
  background: #6088f1;
}
#full .section .eight .main .table-warp table tr td select option {
  background: white;
}
#full .section .eight .main .table-warp table tr td .zixun {
  height: 20px;
  padding: 0 10px;
  background: #6088f1;
  display: inline-block;
  font-size: 14px;
  color: white;
  border-radius: 2px;
  line-height: 20px;
}
#full .section .eight .main .table-warp table tr th + th {
  border-left: 2px solid white;
}
#full .section .eight .main .table-warp table tr td + td {
  border-left: 2px solid white;
}
#full .section .eight .main .table-warp table tr:nth-child(2n+1) td {
  background: #dbe4fe;
}
#full .section .nine .main .public-title {
  width: 588px;
  height: 52px;
  background: url(../images/reason-title.png) no-repeat;
}
#full .section .nine .main .reason-con {
  margin-top: 120px;
}
#full .section .nine .main .reason-con .reason-item {
  width: 310px;
  height: 280px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 15px 30px #cfdefe;
  position: relative;
  padding: 0 54px;
  transition: 0.5s;
}
#full .section .nine .main .reason-con .reason-item .reason-icon {
  width: 125px;
  height: 125px;
  background: url(../images/reason-icon1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  top: -62px;
}
#full .section .nine .main .reason-con .reason-item .reason-title {
  font-size: 26px;
  color: #6088f1;
  text-align: center;
  padding-top: 110px;
  transition: 0.5s;
}
#full .section .nine .main .reason-con .reason-item .reason-text {
  text-align: center;
  padding-top: 30px;
  transition: 0.5s;
}
#full .section .nine .main .reason-con .reason-item .reason-icon2 {
  background: url(../images/reason-icon2.png) no-repeat;
  background-size: 100%;
}
#full .section .nine .main .reason-con .reason-item .reason-icon3 {
  background: url(../images/reason-icon3.png) no-repeat;
  background-size: 100%;
}
#full .section .nine .main .reason-con .reason-item:hover {
  transform: translateY(-5px);
}
#full .section .nine .main .reason-con .reason-item:hover .reason-title {
  transform: translateY(-2px);
}
#full .section .nine .main .reason-con .reason-item:hover .reason-text {
  transform: translateY(2px);
}
#full .section .nine .main .reason-con .reason-item + .reason-item {
  margin-left: 85px;
}
#full .section .ten .main {
  width: 910px;
  margin: 0 auto;
}
#full .section .ten .main .public-title {
  width: 695px;
  height: 56px;
  background: url(../images/qq-title.png) no-repeat;
  padding-bottom: 30px;
}
#full .section .ten .main .sub-title {
  padding-top: 20px;
  transition: 0.5s;
  text-align: center;
}
#full .section .ten .main .sub-title a {
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 6px;
  padding-left: 0px;
  color: white;
}
#full .section .ten .main .sub-title a i {
  width: 17px;
  height: 19px;
  display: block;
  float: left;
  margin-right: 5px;
  background: url(../images/qq.png) no-repeat;
}
#full .section .ten .main .sub-title:hover {
  transform: translateY(-5px);
}
#full .section .ten .main .qqlist {
  width: 930px;
  margin-top: 40px;
}
#full .section .ten .main .qqlist li {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 117px;
  height: 53px;
  position: relative;
}
#full .section .ten .main .qqlist li .item {
  margin: 100px auto;
  cursor: pointer;
  background: white;
}
#full .section .ten .main .qqlist li .item .z {
  width: 117px;
  height: 53px;
  background: white;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 1s;
  color: white;
  padding-left: 12px;
}
#full .section .ten .main .qqlist li .item .z .qqicon {
  padding-left: 10px;
  font-size: 14px;
  color: #4a95fa;
}
#full .section .ten .main .qqlist li .item .z .qqicon i {
  width: 13px;
  height: 15px;
  display: block;
  float: left;
  background: url(../images/qq2.png) no-repeat;
}
#full .section .ten .main .qqlist li .item .z p {
  color: #4a95fa;
}
#full .section .ten .main .qqlist li .item .z {
  z-index: 2;
  transform: rotateY(0deg);
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}
#full .section .ten .main .qqlist li .item .f {
  background: white;
  color: #4a95fa;
  font-size: 18px;
  text-align: center;
  line-height: 53px;
  transform: rotateY(180deg);
  padding: 0;
}
#full .section .ten .main .qqlist li .item:hover .z {
  transform: rotateY(180deg);
}
#full .section .ten .main .qqlist li .item:hover .f {
  transform: rotateY(0deg);
}
#full .section .elevent .main {
  text-align: center;
}
#full .section .elevent .main .app-warp {
  display: inline-block;
}
#full .section .elevent .main .app-warp .appimg {
  width: 431px;
  height: 569px;
  background: url(../images/appimg.png) no-repeat;
  background-size: 100%;
  display: block;
}
#full .section .elevent .main .app-warp .app-info {
  text-align: left;
}
#full .section .elevent .main .app-warp .app-info .title {
  width: 494px;
  height: 119px;
  background: url(../images/apptitlebg.png) no-repeat;
  background-size: 100%;
  margin-left: -10px;
  margin-top: 100px;
  font-size: 50px;
  color: white;
  text-align: center;
  line-height: 119px;
}
#full .section .elevent .main .app-warp .app-info .con {
  font-size: 26px;
  color: white;
  line-height: 46px;
  padding: 60px 0 0 100px;
}
#full .section1 {
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: 100% 100%;
}
#full .section2 {
  background: url(../images/bg4.jpg) center no-repeat;
  background-size: 100% 100%;
}
#full .section3 {
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: 130% 100%;
}
#full .section4 {
  background: url(../images/bg5.jpg) center no-repeat;
  background-size: 120% 100%;
}
#full .section10 {
  background: url(../images/addqqbg.jpg) center no-repeat;
  background-size: 120% 100%;
}
#full .section11 {
  background: url(../images/appbg.jpg) center no-repeat;
  background-size: 120% 100%;
}
#fp-nav.fp-right {
  right: 5px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #fff;
/*?????????????????????*/ }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
/*??????????????????????*/ }
.addqq {
  height: 588px;
  overflow: hidden;
}
.addqq .main {
  width: 910px;
  padding-bottom: 70px;
  margin: 50px auto 0;
}
.addqq .main .add-title {
  font-size: 24px;
  color: white;
  text-align: center;
}
.addqq .main .sub-title {
  padding-top: 20px;
  transition: 0.5s;
  text-align: center;
}
.addqq .main .sub-title a {
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 6px;
  padding-left: 0px;
  color: white;
}
.addqq .main .sub-title a i {
  width: 17px;
  height: 19px;
  display: block;
  float: left;
  margin-right: 5px;
  background: url(../images/qq.png) no-repeat;
}
.addqq .main .sub-title:hover {
  transform: translateY(-5px);
}
.addqq .main .qqlist {
  width: 930px;
  margin-top: 40px;
}
.addqq .main .qqlist li {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 117px;
  height: 53px;
  position: relative;
}
.addqq .main .qqlist li .item {
  margin: 100px auto;
  cursor: pointer;
  background: white;
}
.addqq .main .qqlist li .item .z {
  width: 117px;
  height: 53px;
  background: #ffece7;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 1s;
  color: white;
  padding-left: 12px;
}
.addqq .main .qqlist li .item .z .qqicon {
  padding-left: 10px;
  font-size: 14px;
  color: #f45426;
}
.addqq .main .qqlist li .item .z .qqicon i {
  width: 13px;
  height: 15px;
  display: block;
  float: left;
  background: url(../images/qq2.png) no-repeat;
}
.addqq .main .qqlist li .item .z p {
  color: #f45426;
}
.addqq .main .qqlist li .item .z {
  z-index: 2;
  transform: rotateY(0deg);
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}
.addqq .main .qqlist li .item .f {
  background: #ffece7;
  color: #f45426;
  font-size: 18px;
  text-align: center;
  line-height: 53px;
  transform: rotateY(180deg);
  padding: 0;
}
.addqq .main .qqlist li .item:hover .z {
  transform: rotateY(180deg);
}
.addqq .main .qqlist li .item:hover .f {
  transform: rotateY(0deg);
}
.slide {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -150px;
}
.slide #myMenu .active {
  background: white;
}
.slide #myMenu .active a {
  color: #1f73e9;
}
.slide #myMenu li {
  background: #52aef7;
  width: 100px;
  height: 30px;
  border-bottom: 1px solid #99d2ff;
  text-align: center;
  line-height: 30px;
}
.slide #myMenu li a {
  color: white;
}
.slide #myMenu li:hover {
  background: white;
}
.slide #myMenu li:hover a {
  color: #1f73e9;
}
.slide .close {
  cursor: pointer;
  width: 31px;
  height: 32px;
  display: block;
  background: url(../images/close.png) no-repeat;
  margin: 20px auto 0;
}
.open {
  z-index: 9997;
  width: 28px;
  height: 110px;
  background: #6088f1;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -50px;
}
/*# sourceMappingURL=style.css.map */
