* {
  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: 16px;
  color: #4c4c4c;
}
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;
}
.main {
  width: 1100px;
  margin: 0 auto;
}
.public-title {
  font-size: 36px;
  color: black;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}
a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
  transform: translateY(-5px);
}
.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(../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;
}
.banner {
  height: 656px;
  background: url(../images/banner.jpg) center no-repeat;
}
.banner .main a {
  background: url(../images/banner-con.png) no-repeat;
  width: 100%;
  height: 656px;
  display: block;
}
.banner .main a:hover {
  transform: translateY(0);
}
.profile-warp {
  margin-top: 60px;
}
.profile-warp .main .profile {
  margin: 0 auto;
  width: 90%;
}
.profile-warp .main .profile .left-logo {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/banklogo.png) center no-repeat;
  width: 16%;
}
.profile-warp .main .profile .right-text {
  line-height: 27px;
  color: #4c4c4c;
  width: 84%;
  padding-left: 1%;
  font-size: 18px;
  line-height: 36px;
}
.profile-warp .main .profile .right-text span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #ce2520;
}
.process-warp .main .process-con {
  width: 100%;
  height: auto;
  padding: 20px 80px;
  margin-top: 45px;
}
.process-warp .main .process-con .list {
  display: block;
  margin: 0 auto;
}
.process-warp .main .process-con .list .item {
  width: 12.5%;
}
.process-warp .main .process-con .list .item span {
  font-size: 22px;
  color: white;
  text-align: center;
  background: #fcc33b;
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  padding-top: 26px;
  font-weight: bold;
  margin: 0  auto;
}
.process-warp .main .process-con .list .item2 span {
  background: #ff7768;
}
.process-warp .main .process-con .list .item3 span {
  background: #3ca5fa;
}
.process-warp .main .process-con .list .item4 span {
  background: #3addb2;
  padding-top: 0;
  line-height: 116px;
}
.process-warp .main .process-con .list .item5 span {
  background: #739bff;
  padding-top: 0;
  line-height: 116px;
}
.process-warp .main .process-con .list .item6 span {
  background: #9b73ff;
}
.process-warp .main .process-con .list .item-icon {
  width: 5%;
  height: 116px;
}
.process-warp .main .process-con .list .item-icon span {
  width: 17px;
  height: 25px;
  display: block;
  margin: 36px auto 0;
  background: url(../images/p1.png) no-repeat;
}
.process-warp .main .process-con .list .item-icon2 span {
  background: url(../images/p2.png) no-repeat;
}
.process-warp .main .process-con .list .item-icon3 span {
  background: url(../images/p3.png) no-repeat;
}
.process-warp .main .process-con .list .item-icon4 span {
  background: url(../images/p4.png) no-repeat;
}
.process-warp .main .process-con .list .item-icon5 span {
  background: url(../images/p5.png) no-repeat;
}
.yuyue-warp {
  margin-top: 40px;
}
.yuyue-warp .main {
  height: 599px;
  background: url(../images/yuyuebg.png) no-repeat;
}
.yuyue-warp .main .public-title {
  padding-top: 70px;
  color: white;
}
.yuyue-warp .main .yuyue {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}
.yuyue-warp .main .yuyue form {
  width: 100%;
}
.yuyue-warp .main .yuyue form dl {
  width: 100%;
  margin-bottom: 20px;
}
.yuyue-warp .main .yuyue form dl dt {
  width: 15%;
  text-align: right;
  font-size: 24px;
  color: white;
  line-height: 50px;
}
.yuyue-warp .main .yuyue form dl dd {
  width: 85%;
  padding-left: 16px;
}
.yuyue-warp .main .yuyue form dl dd .yuyue-info {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 5px;
  padding-left: 10px;
}
.yuyue-warp .main .yuyue form dl dd .text-code {
  width: 70%;
}
.yuyue-warp .main .yuyue form dl dd .sendcode {
  width: 28%;
  height: 50px;
  background: white;
  display: inline-block;
  margin: 0;
  float: right ;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.yuyue-warp .main .yuyue form .yuyue-btn {
  width: 258px;
  height: 50px;
  background: #fdcb01;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #0749b6;
  display: block;
  margin: 50px auto 0;
}
.quote-warp .quote-info {
  background: url(../images/bg1.png) bottom center no-repeat;
}
.quote-warp .quote-info .main .quote-con {
  width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0px 30px #e3e3e3;
  padding: 40px 80px;
  margin-top: 40px;
}
.quote-warp .quote-info .main .quote-con p {
  margin-bottom: 10px;
  line-height: 30px;
}
.quote-warp .quote-info .main .quote-con p .dot {
  width: 18px;
  height: 18px;
  background: url(../images/dotbg.png) no-repeat;
  display: block;
  margin-top: 6px;
}
.quote-warp .quote-info .main .quote-con p .section {
  display: block;
  width: 95%;
  padding-left: 8px;
  font-size: 16px;
}
.quote-warp .q-public {
  background: #eeeeee;
}
.quote-warp .q-public .main .q-public-title {
  padding-top: 46px;
  padding-bottom: 30px;
  position: relative;
}
.quote-warp .q-public .main .q-public-title .num {
  width: 73px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: white;
  background: url(../images/numbg.png) no-repeat;
}
.quote-warp .q-public .main .q-public-title .title {
  font-size: 24px;
  color: #3c9efa;
  font-weight: bold;
  line-height: 30px;
  padding-left: 10px;
}
.quote-warp .q-public .main .q-public-title .line {
  width: 2px;
  height: 100%;
  background: #3ca5fa;
  position: absolute;
  left: 15px;
  top: 0;
}
.quote-warp .q-public .main .q-table table tr th {
  background: #3CA5FA;
  color: white;
  padding: 13px 10px;
  font-size: 18px;
}
.quote-warp .q-public .main .q-table table tr td {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background: white;
}
.quote-warp .q-public .main .contion-con {
  position: relative;
}
.quote-warp .q-public .main .contion-con .circle {
  width: 28px;
  height: 223px;
  background: url(../images/loop.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -14px;
}
.quote-warp .q-public .main .contion-con .con {
  background: white;
  width: 49.8%;
  height: 258px;
  border-radius: 10px;
  box-shadow: 0 4px 0 #dcdada;
  padding: 40px;
}
.quote-warp .q-public .main .contion-con .con .conditiontitle {
  font-size: 24px;
  font-weight: bold;
}
.quote-warp .q-public .main .contion-con .con p {
  line-height: 28px;
  padding-top: 10px;
}
.quote-warp .q-public .main .contion-con .con p span {
  font-size: 16px;
  color: #ce2520;
  font-weight: bold;
}
.quote-warp .q-number {
  background-image: url(../images/bg2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.quote-warp .q-zhuanye {
  padding-bottom: 70px;
  background-image: url(../images/bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.recurit-warp .main .recurit-list {
  width: 100%;
  margin-top: 50px;
}
.recurit-warp .main .recurit-list .recurit-item {
  width: 33.333%;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con {
  width: 90%;
  margin: 50px auto 0;
  height: 276px;
  background: #ff7768;
  box-shadow: 0 10px 30px #d7d7d7;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .icon {
  width: 116px;
  height: 116px;
  background: #ffeeec url(../images/shijian.png) no-repeat;
  border: 2px solid #ff7768;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -58px;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .icon2 {
  background: #fff2e6 url(../images/bishi.png) no-repeat;
  border: 2px solid #ff983c;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .icon3 {
  background: #e2f2ff url(../images/mianshi.png) no-repeat;
  border: 2px solid #3ca5fa;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .re-title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 72px;
  color: white;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .re-tip {
  font-size: 18px;
  color: #595959;
  padding-top: 5px;
  color: white;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .re-btn {
  width: 190px;
  height: 40px;
  background: white;
  display: block;
  border-radius: 50px;
  color: #ff7768;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 0;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .re-btn2 {
  color: #ff983c;
}
.recurit-warp .main .recurit-list .recurit-item .recurit-con .re-btn3 {
  color: #3c84fa;
}
.offer-warp {
  overflow: hidden;
}
.offer-warp .main .offer-con {
  background: #ff7445;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 40px;
}
.offer-warp .main .offer-con .offer-price {
  width: 1043px;
  height: 335px;
  background: url(../images/price.png) no-repeat;
  margin: 50px auto 0;
  border-radius: 20px;
}
.offer-warp .main .offer-con a {
  width: 267px;
  height: 60px;
  background: #fcb10f;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  display: block;
  margin: 40px auto 50px;
  border-radius: 100px;
  box-shadow: 0 10px 30px #fb693a;
}
.bishi-course-warp .main {
  text-align: center;
}
.bishi-course-warp .main .subtitle {
  display: inline-block;
  padding-top: 5px;
}
.bishi-course-warp .main .subtitle .text {
  font-size: 24px;
  color: #3c84fa;
  padding-top: 5px;
  padding: 0 8px;
}
.bishi-course-warp .main .subtitle .left,
.bishi-course-warp .main .subtitle .right {
  width: 60px;
  height: 1px;
  background: #3c84fa;
  margin-top: 16px;
}
.bishi-course-warp .main a:hover {
  transform: translateY(0);
}
.bishi-course-warp .main .bishi-tab {
  width: 100%;
  margin-top: 40px;
}
.bishi-course-warp .main .bishi-tab .tab-list .list-item {
  width: 49.8%;
  text-align: center;
}
.bishi-course-warp .main .bishi-tab .tab-list .list-item span {
  font-size: 18px;
  color: #333333;
  display: block;
  cursor: pointer;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #3c84fa;
  color: white;
  position: relative;
}
.bishi-course-warp .main .bishi-tab .tab-list .list-item span i {
  width: 0;
  height: 0;
  border-top: 10px solid #3c84fa;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  display: none;
}
.bishi-course-warp .main .bishi-tab .tab-list .list-item .cur i {
  display: block;
}
.bishi-course-warp .main .bishi-con {
  display: none;
  box-shadow: 0 10px 30px #ebebeb;
  padding: 30px;
  border-radius: 0 0 20px 20px;
}
.bishi-course-warp .main .bishi-con .feature .fea-title {
  font-size: 22px;
  color: #3c84fa;
  padding-top: 30px;
  text-align: left;
}
.bishi-course-warp .main .bishi-con .feature .fea-con {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  padding-top: 10px;
  text-align: left;
}
.bishi-course-warp .main .bishi-con .table {
  margin-top: 30px;
}
.bishi-course-warp .main .bishi-con .table tr th {
  background: #3c84fa;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.bishi-course-warp .main .bishi-con .table tr th + th {
  border-left: 2px solid white;
}
.bishi-course-warp .main .bishi-con .table tr td {
  text-align: center;
  background: #f0f0f0;
  padding: 5px;
  font-size: 16px;
  border-top: 2px solid white;
  line-height: 30px;
}
.bishi-course-warp .main .bishi-con .table tr td .table-btn {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 30px;
  background: #3c84fa;
  color: white;
  border-radius: 5px;
  line-height: 30px;
}
.bishi-course-warp .main .bishi-con .table tr td .selec {
  margin-bottom: 8px;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/arrowdown2.png) no-repeat scroll right center #3c84fa;
}
.bishi-course-warp .main .bishi-con .table tr td .selec option {
  background: white;
  text-align: center;
}
.bishi-course-warp .main .bishi-con .table tr td .selec::-ms-expand {
  display: none;
}
.bishi-course-warp .main .bishi-con .table tr td + td {
  border-left: 2px solid white;
}
.bishi-course-warp .main .bishi-con .tableinfo .tabletitle {
  width: 100%;
  height: 40px;
  background: #ecf1ff;
  color: #3078f1;
  line-height: 40px;
  font-size: 20px;
  padding-left: 30px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bishi-course-warp .main .bishi-con .tableinfo .tabletitle span {
  float: right;
  padding-right: 30px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: 10px;
  background: url(../images/arrow.png) no-repeat;
}
.bishi-course-warp .main .bishi-con .tableinfo .tabletitle .down {
  transform: rotate(90deg);
  margin-top: 20px;
  margin-right: 20px;
}
.bishi-course-warp .main .bishi-con .tableinfo .tableimg {
  display: none;
}
.system-warp {
  height: 682px;
  background: url(../images/systembg.jpg) center no-repeat;
  margin-top: 60px;
}
.system-warp .main .system-con {
  height: 450px;
  background: url(../images/system-main.jpg) no-repeat;
  margin-top: 50px;
}
.view-warp {
  margin-top: 60px;
  display: none;
}
.view-warp .main .viewbg {
  background: url(../images/viewbg.png) no-repeat;
  width: 1100px;
  height: 192px;
  position: relative;
}
.view-warp .main .viewbg .play {
  width: 106px;
  height: 106px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  left: 823px;
  top: 38px;
}
.view-warp .main .viewbg .play span {
  width: 120px;
  height: 120px;
  opacity: 0.3;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -7px;
  border-radius: 50%;
  animation: circle 1.5s ease-out infinite;
  -webkit-animation: circle 1.5s ease-out infinite;
}
@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1.05);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.15);
    opacity: 0.0;
  }
}
.baodian .main .baodian-con .baodian-list {
  margin-top: 60px ;
}
.baodian .main .baodian-con .baodian-list .baodian-item {
  width: 341px;
  height: 378px;
  box-shadow: 0 5px 10px #e3e3e3;
  background: #f9f9f9;
}
.baodian .main .baodian-con .baodian-list .baodian-item a {
  width: 341px;
  height: 378px;
  display: block;
  background: url(../images/baodianbook1.png) no-repeat;
}
.baodian .main .baodian-con .baodian-list .baodian-item a img {
  width: 100%;
  height: 100%;
}
.baodian .main .baodian-con .baodian-list .baodian-item2 a {
  background: url(../images/baodianbook2.png) no-repeat;
}
.baodian .main .baodian-con .baodian-list .baodian-item3 a {
  background: url(../images/baodianbook3.png) no-repeat;
}
.baodian .main .baodian-con .baodian-list .baodian-item + .baodian-item {
  margin-left: 36px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #3c84fa;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233c84fa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233c84fa'%2F%3E%3C%2Fsvg%3E");
}
.teacher-warp {
  height: 691px;
  margin-top: 60px;
  background: url(../images/teacherbg.jpg) center no-repeat;
}
.teacher-warp .main .public-title {
  padding-top: 0;
}
.teacher-warp .main .teacher-info {
  width: 1008px;
  height: 323px;
  background: white;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 70px;
  box-shadow: 0 0px 30px #bdd6ff;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con {
  width: 100%;
  height: 323px;
  overflow: hidden;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con .img {
  width: 26%;
  height: 100%;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con .tea-profile {
  width: 70%;
  height: 100%;
  padding-top: 40px;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con .tea-profile .title {
  font-size: 24px;
  color: #3c84fa;
  font-weight: bold;
  padding-bottom: 20px;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con .tea-profile .title span {
  font-size: 16px;
  color: #737373;
  padding-left: 5px;
}
.teacher-warp .main .teacher-info .swiper-slide .t-con .tea-profile .tea-text {
  line-height: 28px;
  color: #737373;
  border-top: 1px solid #3c84fa;
  padding-top: 20px;
}
.teacher-warp .main .joinqq a {
  width: 751px;
  height: 187px;
  display: block;
  background: url(../images/joinqq.png) no-repeat;
  margin: 30px auto 0;
}
.teacher-warp .main .joinqq a:hover {
  transform: translateY(0);
}
.service-warp .main .service-list {
  width: 100%;
  margin-top: 50px;
}
.service-warp .main .service-list .service-item {
  width: 20%;
}
.service-warp .main .service-list .service-item .service-con {
  width: 90%;
  height: 258px;
  background: #f7b519;
  border-radius: 20px;
  text-align: center;
  padding: 0 20px;
}
.service-warp .main .service-list .service-item .service-con .title {
  font-size: 18px;
  color: white;
  font-weight: bold;
  padding-top: 50px;
}
.service-warp .main .service-list .service-item .service-con .line {
  width: 50px;
  height: 4px;
  background: white;
  display: block;
  margin: 20px auto;
}
.service-warp .main .service-list .service-item .service-con .text {
  font-size: 16px;
  color: white;
  line-height: 28px;
}
.service-warp .main .service-list .service-item .service-con2 {
  background: #ff7768;
}
.service-warp .main .service-list .service-item .service-con3 {
  background: #3ca5fa;
}
.service-warp .main .service-list .service-item .service-con4 {
  background: #0fd5a1;
}
.service-warp .main .service-list .service-item .service-con5 {
  background: #739bff;
}
.qq-group {
  margin-bottom: 80px;
}
.qq-group .main {
  overflow: hidden;
}
.qq-group .main .qq-title {
  font-size: 36px;
  text-align: center;
  color: #000;
  padding-top: 70px;
  font-weight: bold;
}
.qq-group .main .qqlist {
  width: 1120px;
  margin-top: 50px;
  position: relative;
}
.qq-group .main .qqlist .lis {
  float: left;
  width: 118px;
  height: 62px;
  background: #ffb01b;
  font-size: 22px;
  color: white;
  margin-right: 20px;
  text-align: center;
  line-height: 62px;
  margin-bottom: 18px;
  border-radius: 8px;
  cursor: pointer;
}
.qq-group .main .qqlist .lis:hover {
  background: #f6ca00;
}
.qq-group .main .qqlist .add-cur {
  background: #f6ca00;
}
.qq-group .main .qqlist .address {
  clear: both;
  margin-bottom: 18px;
  background: #f6ca00;
  width: 100%;
  height: 150px;
  display: none;
  overflow: hidden;
}
.qq-group .main .qqlist .address ul li {
  padding: 20px;
}
.qq-group .main .qqlist .address ul li .a-left p,
.qq-group .main .qqlist .address ul li .a-left a {
  line-height: 30px;
  font-size: 18px;
}
.qq-group .main .qqlist .address ul li .a-left a {
  border-bottom: 1px solid #333 ;
}
.qq-group .main .qqlist .address ul li .a-right {
  margin-left: 20px;
}
.qq-group .main .qqlist .address ul li .a-right img {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin-left: 20px;
}
.footer {
  background: #ff983c;
  clear: both;
}
.footer .copy-middle {
  margin: 0 auto;
  width: 1100px;
  background: #ff983c;
  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;
}
.slide {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -220px;
  width: 150px;
  z-index: 9997;
}
.slide ul {
  width: 150px;
  margin: 10px auto 0;
  background: white;
}
.slide ul .s-list {
  margin-bottom: 1px;
}
.slide ul .s-list a {
  display: block;
  color: #4C4C4C;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  height: 50px;
  background: #ffdc00;
}
.slide ul .s-list:hover a {
  transform: translateY(0);
  color: black;
  font-weight: bold;
}
.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: #ffdc00;
  color: black;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -50px;
}
.leftslide {
  position: fixed;
  top: 50%;
  right: auto;
  left: 0;
  width: 141px;
  height: 368px;
  z-index: 9997;
  background: url(../images/leftslide.png) no-repeat;
  margin-top: -130px;
}
.leftslide .leftclose {
  cursor: pointer;
  width: 31px;
  height: 32px;
  position: absolute;
  background: url(../images/leftclose.png) no-repeat;
  right: 0;
  top: -10px;
}
.leftslide .scon {
  padding-top: 140px;
}
.leftslide .scon ul .left-item {
  text-align: center;
  padding-top: 11px;
  color: white;
  cursor: pointer;
  transition: 0.5s;
}
.leftslide .scon ul .left-item:hover {
  transform: translateY(-2px);
  color: #481d10;
}
.leftopen {
  z-index: 9997;
  width: 28px;
  height: 110px;
  background: #ff8959;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 7px;
  position: fixed;
  left: -28px;
  top: 50%;
  margin-top: -50px;
}
.footerbar-warp {
  display: none;
}
