/*******公共样式*******/
.links p {
  margin: 0.2rem;
  font-size: 0.15rem;
}
body {
  background-color: #f7f7f7;
}
.floor .f-title {
  margin-bottom: 0.2rem;
}
.floor .f-title h3 {
  color: #323232;
  font-size: 0.4rem;
}
.floor .f-title h3 span {
  display: inline-block;
  width: 16%;
  padding: 0.04rem;
  border-top: 1px solid #bfbfbf;
  margin: 0 0.4rem;
}
.floor .f-title p {
  color: #7a7a7a;
  font-size: 0.17rem;
}
.floor .f-title .knowMore {
  display: block;
  text-align: right;
  color: #333;
  font-size: 16px;
}
.floor .f-title .knowMore:hover {
  color: #ff9145;
}
.content #bannerItem {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 0.05rem 0.2rem #ececec;
}
.content #bannerItem .col-xs-6 {
  padding: 0.4rem 0;
}
.content #bannerItem .col-xs-6 div {
  border-right: 1px solid #ededed;
}
.content #bannerItem .col-xs-6 div i {
  display: block;
  font-size: 1rem;
  color: #ff8a56;
}
.content #bannerItem .col-xs-6 h3 {
  margin-bottom: 0.1rem;
  color: #ff8a56;
}
.content #bannerItem .col-xs-6 p {
  font-size: 0.16rem;
  color: #ff8a56;
}
.content #bannerItem .col-xs-6:nth-child(4) div {
  border-right: none;
}
.content #f2 .f-title {
  margin: 0.2rem auto 0.3rem;
}
.content #f2 .f-content {
  margin-top: 30px;
}
.content #f2 .f-content .ques {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  border-radius: 6px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s ease;
  /* Opera */
}
.content #f2 .f-content .ques img {
  width: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.content #f2 .f-content .ques .txtbox {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  height: 66px;
  position: absolute;
  padding-top: 6px;
  bottom: 0;
  left: 0;
  background-color: rgba(64, 54, 54, 0.7);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s ease;
  /* Opera */
}
.content #f2 .f-content .ques .txtbox .tit {
  display: block;
}
.content #f2 .f-content .ques .txtbox .desc {
  display: block;
  font-size: 12px;
  line-height: 26px;
}
.content #f2 .f-content .ques .txtbox .advisory {
  display: none;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  margin: 0 20px;
  margin-top: 0.1rem;
  border: solid 1px #fff;
  color: #fff;
}
.content #f2 .f-content .ques:hover {
  color: #fff;
}
.content #f2 .f-content .ques:hover .tit,
.content #f2 .f-content .ques:hover .desc {
  display: none;
}
.content #f2 .f-content .ques:hover .advisory {
  display: inline-block;
}
.content #f2 .f-content .ques:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.content .qgproblems .item {
  text-align: center;
  padding-top: 0.6rem;
}
.content .qgproblems .item .orange {
  color: orange;
}
.content .qgproblems .item .itemHead {
  margin-bottom: 0.2rem;
}
.content .qgproblems .item .itemHead h3 {
  color: #323232;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.content .qgproblems .item .itemHead h3 span {
  display: inline-block;
  width: 16%;
  padding: 0.04rem;
  border-top: 1px solid #bfbfbf;
  margin: 0 0.4rem;
}
.content .qgproblems .item .itemHead p {
  color: #7a7a7a;
  font-size: 0.17rem;
  margin-bottom: 0.1rem;
}
.content .qgproblems .item .itemContent {
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.content .qgproblems .item .itemContent a {
  background-color: #fff;
  display: block;
  margin-top: 0.2rem;
}
.content .qgproblems .item .itemContent a .rightfont {
  width: 100%;
  height: 1.2rem;
  text-align: center;
}
.content .qgproblems .item .itemContent a .rightfont h5 {
  font-size: 0.22rem;
  height: 0.6rem;
  line-height: 0.4rem;
  padding-top: 0.2rem;
  color: #ff8a56;
  font-weight: 700;
}
.content .qgproblems .item .itemContent a .rightfont p {
  color: #676767;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.14rem;
  padding-bottom: 0.1rem;
}
.content .qgproblems .item .itemContent a:hover {
  background-color: #ff8a56;
  color: #fff;
}
.content .qgproblems .item .itemContent a:hover .lefticon i {
  color: #fff;
}
.content .qgproblems .item .itemContent a:hover .rightfont p,
.content .qgproblems .item .itemContent a:hover .rightfont h5 {
  color: #fff;
}
.content .qgproblems .item .itemContent1 {
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.content .qgproblems .item .itemContent1 .con {
  display: block;
  margin-top: 0.2rem;
}
.content .qgproblems .item .itemContent1 .con .lefticon {
  width: 30%;
  height: 1.2rem;
  float: left;
}
.content .qgproblems .item .itemContent1 .con .lefticon i {
  color: #ff8a56;
  font-size: 0.46rem;
  line-height: 1.2rem;
}
.content .qgproblems .item .itemContent1 .con .rightfont {
  width: 70%;
  height: 1.4rem;
  float: left;
  text-align: left;
}
.content .qgproblems .item .itemContent1 .con .rightfont h5 {
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.content .qgproblems .item .itemContent1 .con .rightfont .info {
  height: 0.6rem;
}
.content .qgproblems .item .itemContent1 .con .rightfont .info p {
  color: #676767;
  line-height: 0.2rem;
  font-size: 0.14rem;
  display: inline-block;
}
.content .qgproblems .item .itemContent1 .con .rightfont .advisory {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: block;
  margin: 0 20px;
  margin-top: 0.1rem;
  border: solid 1px #ff8a56;
  color: #ff8a56;
}
.content .qgproblems .item .itemContent1 .con:hover .rightfont .advisory {
  background-color: #ff8a56;
  color: #fff;
}
.content #f6 {
  margin-top: 0.5rem;
}
.content #f6 .f-title {
  margin-bottom: 0.2rem;
}
.content #f6 .f-title p {
  color: #323232;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
.content #f6 .detailContain {
  padding: 0 45px 0 30px;
}
.content #f6 .detailContain i,
.content #f6 .detailContain em {
  font-style: normal;
}
.content #f6 .detailContain .expertContain {
  float: left;
}
.content #f6 .detailContain .expertContain ul {
  height: 424px;
  position: relative;
  margin-bottom: 20px;
}
.content #f6 .detailContain .expertContain ul li {
  height: 424px;
  position: absolute;
  left: 0;
  top: 0;
}
.content #f6 .detailContain .expertContain ul li span {
  float: left;
  width: 360px;
}
.content #f6 .detailContain .expertContain ul li span .b1 {
  font-size: 18px;
  color: #666;
  background: url(../images/t8.gif) no-repeat bottom;
  line-height: 150%;
  padding-bottom: 15px;
}
.content #f6 .detailContain .expertContain ul li span .b1 i {
  color: #333;
  font-size: 28px;
  border-bottom: 2px solid #fe9944;
  margin-right: 30px;
}
.content #f6 .detailContain .expertContain ul li span .b2 {
  font-size: 16px;
  line-height: 30px;
  color: #444;
  padding-bottom: 30px;
}
.content #f6 .detailContain .expertContain ul li span .b2 b {
  color: #fe9944;
}
.content #f6 .detailContain .expertContain ul li span .b3 {
  line-height: 28px;
  color: #666;
  height: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.content #f6 .detailContain .expertContain ul li span .b3 em {
  font-size: 16px;
  color: #fe9944;
}
.content #f6 .detailContain .expertContain ul li span .b4 {
  text-align: center;
  width: 100%;
  margin-top: 0.1rem;
}
.content #f6 .detailContain .expertContain ul li span .b4 a {
  width: 100px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  border-radius: 25px;
  border: solid 1px #fe9944;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #fe9944;
  display: inline-block;
  margin: 0 20px;
}
.content #f6 .detailContain .expertContain ul li span .b4 .on {
  border: solid 1px #fe9944;
  background: #fff;
  color: #fe9944;
}
.content #f6 .detailContain .expertContain ul li img {
  margin-left: 20px;
  float: left;
  width: 400px;
  height: 400px;
}
.content #f6 .detailContain .comments {
  float: right;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  height: 580px;
  padding: 15px;
}
.content #f6 .detailContain .comments h6 {
  font-size: 20px;
  line-height: 100%;
  color: #333;
  font-weight: 400;
  padding-left: 0;
  padding-bottom: 15px;
}
.content #f6 .detailContain .comments .r-box {
  width: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.content #f6 .detailContain .comments .r-box li {
  overflow: hidden;
  width: auto;
  height: auto;
  padding-bottom: 15px;
}
.content #f6 .detailContain .comments .r-box li i {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 22px;
  display: block;
}
.content #f6 .detailContain .comments .r-box li span {
  background: url(../img/t9.gif) no-repeat;
  background-size: 245px 55px;
  width: 255px;
  height: 60px;
  display: block;
  font-size: 12px;
  color: #8a8a8a;
  padding: 12px 10px 0 10px;
}
.content #f6 .detailContain .comments .r-box li span b {
  font-size: 12px;
  color: #8a8a8a;
  display: block;
}
.content #f6 .detailContain .comments .r-box li span em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 235px;
  display: block;
}
.content #f6 .detailContain .comments .r-gd {
  width: auto;
  height: auto;
  overflow: hidden;
  float: right;
}
.content #f6 .detailContain .comments .r-gd a {
  font-size: 14px;
  line-height: 150%;
  color: #fe9944;
}
.content #f6 .detailContain:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content #f6 .sw1 {
  width: 800px;
  height: 180px;
  padding-left: 20px;
  overflow: hidden;
}
.content #f6 .sw1 .swiper-container {
  width: 700px;
  height: 180px;
  position: relative;
  left: 0.5rem;
  bottom: 0;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.content #f6 .sw1 .swiper-container .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.content #f6 .sw1 .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 150px;
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
}
.content #f6 .sw1 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 144px;
  height: 134px;
}
.content #f6 .sw1 .swiper-container .swiper-wrapper .swiper-slide span {
  margin-top: 10px;
  width: 144px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.content #f6 .sw1 .swiper-button-next,
.content #f6 .sw1 .swiper-button-prev {
  width: 4%;
  background-image: none;
  color: #ff9145;
  display: block;
  font-size: 0.4rem;
}
.fuwuliucheng {
  margin-top: 0.5rem;
  background-color: #fff;
}
.fuwuliucheng .fwlc {
  background-color: #fff;
}
.fuwuliucheng .fwlc .imgbox1 {
  padding: 0.5rem 0.1rem 0.5rem 0.1rem;
}
.fuwuliucheng .fwlc .imgbox1 img {
  width: 100%;
}
.fuwuliucheng .fwlc .imgbox2 {
  padding: 0 0.3rem 0.5rem 0.3rem;
  margin-bottom: 0.3rem;
}
.fuwuliucheng .fwlc .imgbox2 img {
  width: 100%;
}
.fuwuliucheng .fwlc .imgbox2 button {
  height: 0.4rem;
  font-size: 16px;
  width: 1.5rem;
  border-radius: 15px;
  background-color: #ff4545;
}
.fuwuliucheng .fwlc .imgbox2 button:hover,
.fuwuliucheng .fwlc .imgbox2 button:hover {
  background-color: #e63e3e;
}
.loststar {
  margin-top: 0.5rem;
}
.loststar .f-title {
  margin-bottom: 0.2rem;
}
.loststar .f-title p {
  color: #323232;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.loststar .star-items {
  width: 100%;
}
.loststar .star-items .star-item {
  display: inline-block;
  width: 470px;
  float: left;
  margin-left: 100px;
  height: 150px;
  background-color: #fff;
  border-radius: 150px;
  margin-bottom: 0.8rem;
}
.loststar .star-items .star-item .star-left {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #eee;
  float: left;
}
.loststar .star-items .star-item .star-left01 {
  background: url('../img/yiyu/111.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.loststar .star-items .star-item .star-left02 {
  background: url('../img/yiyu/121.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.loststar .star-items .star-item .star-left03 {
  background: url('../img/yiyu/131.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.loststar .star-items .star-item .star-left04 {
  background: url('../img/yiyu/141.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.loststar .star-items .star-item .star-right {
  float: left;
  width: 220px;
  font-size: 16px;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
}
.loststar .star-items .star-item .star-right h5 {
  font-size: 18px;
  padding-bottom: 0.1rem;
  font-weight: 700;
}
.loststar .yiyuImg {
  width: 100%;
}
.loststar .yiyuImg img {
  width: 100%;
}
.testHealth {
  margin-top: 0.5rem;
}
.testHealth .testHealthBg {
  background-color: #fff;
}
.testHealth .title {
  padding: 48px 0 38px;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.testHealth .title .info {
  margin-left: 10px;
  margin-right: 10px;
}
.testHealth ol {
  list-style: inherit;
  padding-left: 0.7rem;
  padding-right: 0.5rem;
}
.testHealth ol li {
  border-bottom: 1px dotted #dad7d7;
  height: 30px;
  font-size: 16px;
  margin-top: 0.1rem;
}
.testHealth ol li span {
  width: 60%;
  display: inline-block;
}
.testHealth ol li label {
  color: #cecece;
  margin-right: 60px;
}
.testHealth ol li:last-child {
  border-bottom: 0 dotted #dad7d7;
}
.testHealth .userInfo {
  padding-top: 0.15rem;
}
.testHealth .userInfo:after {
  display: block;
  clear: both;
  content: "";
}
.testHealth .userInfo .form-group input,
.testHealth .userInfo .form-group select {
  margin-bottom: 0.05rem;
}
.testHealth .userInfo div {
  padding-left: 0;
}
.testHealth .userInfo .userInfoBtn button {
  margin: 0 10px 0 0;
}
.testHealth .userTitle {
  padding-left: 0.7rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.testHealth .userTitle .tit {
  background-color: #ff8a56;
  color: #fff;
}
.succussStory {
  padding-bottom: 0.5rem;
}
.succussStory .succussStoryBg {
  background-color: #fff;
}
.succussStory .story {
  position: relative;
}
.succussStory .story .title {
  padding: 48px 0 38px;
  line-height: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.succussStory .story .title .info {
  margin-left: 10px;
  margin-right: 10px;
}
.succussStory .story .title .line {
  display: inline-block;
  width: 16px;
  height: 2px;
  vertical-align: middle;
  background-color: #000;
}
.succussStory .story .storyContent {
  position: relative;
  border: 1px solid #d7d7d7;
  box-shadow: 0 3px 12px #ececec;
}
.succussStory .story .storyContent .item .teacher {
  width: 256px;
  padding: 10px 10px;
  font-size: 16px;
  background-color: #f3f3f3;
  cursor: pointer;
}
.succussStory .story .storyContent .item .teacher .name {
  line-height: 26px;
}
.succussStory .story .storyContent .item .teacher .des {
  font-size: 14px;
  color: #858585;
}
.succussStory .story .storyContent .item .teacher.active {
  background-color: #fff;
}
.succussStory .story .storyContent .item .detail {
  display: none;
  position: absolute;
  top: 0;
  left: 258px;
  z-index: 2;
  width: 570px;
  padding: 20px;
}
.succussStory .story .storyContent .item .detail .tit {
  font-size: 24px;
  line-height: 42px;
}
.succussStory .story .storyContent .item .detail .tit .location {
  font-size: 18px;
}
.succussStory .story .storyContent .item .detail .des {
  font-size: 20px;
  color: #797a7c;
  line-height: 42px;
}
.succussStory .story .storyContent .item .detail .ctn {
  font-size: 14px;
  margin-top: 18px;
  line-height: 28px;
  height: 270px;
  overflow-y: auto;
  color: #797a7c;
}
.succussStory .story .storyContent .item .detail .ctn p {
  text-indent: 2em;
}
.succussStory .story .storyContent .item .detail .link {
  display: inline-block;
  margin-top: 15px;
  color: orange;
  font-size: 16px;
}
.succussStory .story .storyContent .item .teacher.active + .detail {
  display: block;
}
.succussStory .story .gd {
  position: absolute;
  right: 1px;
  top: 115px;
  background-color: #f8f8f8;
  width: 3rem;
  height: 4.5rem;
  padding: 0.2rem;
}
.succussStory .story .gd #news-container {
  width: 300px;
  overflow: hidden;
}
.succussStory .story .gd #news-container ul {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 0px;
}
.succussStory .story .gd #news-container ul li p {
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.succussStory .story .gd #news-container ul li .block1 {
  display: inline-block;
  zoom: 1;
  width: 56px;
}
.succussStory .story .gd #news-container ul li .block2 {
  display: inline-block;
  zoom: 1;
  width: 100px;
  color: #f84d6a;
}
.content5 {
  background-color: #fff;
  padding-bottom: 0.5rem;
}
.content5 .f-title {
  margin-bottom: 0.5rem;
}
.content5 .f-title h3 {
  line-height: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.content5 .aboutUs .aboutLeft {
  padding: 0.5rem;
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
}
.content5 .aboutUs .aboutRight {
  width: 100%;
}
.content5 .aboutUs .aboutRight img {
  width: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.content5 .aboutUs .aboutRight:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.awardContainer {
  background-color: #fff;
  margin-top: 0.2rem;
}
.awardContainer .f-title .h3 {
  color: #323232;
  font-size: 0.28rem;
}
.awardContainer .f-title p {
  color: #7a7a7a;
  font-size: 0.17rem;
}
.awardContainer .swiper-container {
  margin-top: 0.4rem;
}
.awardContainer .problemItem {
  width: 100%;
  margin: 0.1rem;
  float: left;
  margin-top: 30px;
}
.awardContainer .problemItem img {
  width: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  margin-bottom: 0.2rem;
}
.awardContainer .problemItem strong {
  margin-top: 0.1rem;
  font-size: 0.16rem;
}
.awardContainer .problemItem:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.content6 {
  background-color: #fff;
}
.content6 .partner {
  margin: 3rem 0;
}
.content6 .f-title {
  margin-bottom: 0.5rem;
}
.content6 .f-title h3 {
  line-height: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.content6 .f-title p {
  color: #7a7a7a;
  font-size: 0.17rem;
}
.content6 .partner001 {
  width: 100%;
  margin-bottom: 50px;
}
.content6 .partner001 ul li {
  background-color: #fff;
  height: 170px;
  width: 232px;
  text-align: center;
  margin: -1px 0 0 -1px;
  display: inline-block;
  float: left;
  border: 1px solid #d3d3d3;
  position: relative;
  transition: all 0.5s ease;
}
.content6 .partner001 ul li .logoBox {
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 232px;
  height: 170px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
.content6 .partner001 ul li .logoBox img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
  transition: all 0.5s ease;
}
.content6 .partner001 ul li .logoBox strong {
  display: none;
}
.content6 .partner001 ul li:hover {
  border: none;
}
.content6 .partner001 ul li:hover .logoBox {
  left: -20px;
  top: -20px;
  z-index: 999;
  width: 272px;
  height: 210px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  border: 1px solid #FA8236;
}
.content6 .partner001 ul li:hover .logoBox strong {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FA8236;
  display: block;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1200px) {
  #f1 .col-xs-6 {
    padding: 2em 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .content #banner {
    cursor: pointer;
    position: relative;
  }
  .content #banner img {
    max-height: 4rem;
    border-radius: 0;
  }
  .content #banner .wanhui {
    position: absolute;
    bottom: 0.2rem;
    left: 2.5rem;
  }
  .content #banner .wanhui p {
    text-align: center;
    color: #ff6565;
    font-size: 0.2rem;
    width: 100%;
    padding: 0.05rem 0.15rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #FF6565;
    border-radius: 8px;
    margin-bottom: 0.1rem;
    line-height: 0.33rem;
  }
  .content #banner .wanhui p #num {
    font-size: 0.3rem;
    padding: 0 0.1rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .content #banner .wanhui .yynow {
    background-color: #FF6565;
    width: 180px;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .content #banner .lijigoutong {
    position: absolute;
    z-index: 9;
    bottom: 0.2rem;
    right: 1rem;
    display: block;
    background-color: #FF6565;
    width: 250px;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .content .cont01 {
    /*轮播图end*/
  }
  .content .cont01 .sw1 {
    padding: 0 75px;
  }
  .content .cont01 .sw1 .swiper-container {
    z-index: 10;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide {
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
    background-color: #fff;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .imgbox {
    display: block;
    width: 100%;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .imgbox img {
    width: 100%;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox {
    text-align: center;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox .txt01 {
    font-size: 20px;
    padding-top: 10px;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox .txt02 {
    font-size: 16px;
    padding-top: 0px;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 a {
    background-color: #fe9944;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 20px;
  }
  .content .cont01 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 a:hover {
    background-color: #fb9138;
  }
  .content .cont01 .swiper-button-next {
    right: 0;
  }
  .content .cont01 .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  #header {
    margin-bottom: 0.4rem;
  }
  .floor .f-title {
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .floor .f-title h3 {
    color: #323232;
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
  }
  .floor .f-title h3 span {
    margin: 0;
    padding: 0.02rem;
    width: 30%;
  }
  .floor .f-title p {
    font-size: 0.11rem;
  }
  #bannerItem .col-xs-6 {
    padding: 0.1rem 0;
  }
  #bannerItem .col-xs-6 div i {
    font-size: 0.4rem;
  }
  #bannerItem .col-xs-6 h3 {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
  }
  #bannerItem .col-xs-6 p {
    font-size: 0.12rem;
  }
  .content {
    margin-top: 0;
  }
  .content .qgproblems .item {
    text-align: center;
    padding-top: 0.2rem;
  }
  .content .qgproblems .item .orange {
    color: orange;
  }
  .content .qgproblems .item .itemHead {
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .content .qgproblems .item .itemHead h3 {
    color: #323232;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .content .qgproblems .item .itemHead h3 span {
    margin: 0;
    padding: 0.02rem;
    width: 10%;
  }
  .content .qgproblems .item .itemHead p {
    font-size: 0.11rem;
    margin-bottom: 0;
  }
  .content .qgproblems .item .itemContent {
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
  }
  .content .qgproblems .item .itemContent a {
    background-color: #fff;
    display: block;
    margin-top: 0.1rem;
  }
  .content .qgproblems .item .itemContent a .rightfont {
    width: 100%;
    height: 1rem;
    text-align: center;
  }
  .content .qgproblems .item .itemContent a .rightfont h5 {
    font-size: 0.14rem;
    height: 0.3rem;
    line-height: 0.2rem;
    padding-top: 0.1rem;
  }
  .content .qgproblems .item .itemContent a .rightfont p {
    color: #676767;
    height: 0.3rem;
    line-height: 0.16rem;
    font-size: 0.12rem;
    padding-bottom: 0.1rem;
    display: inline-block;
  }
  .content #f6 {
    /*轮播图start*/
    width: 80%;
    margin-left: 10%;
    margin-top: 0.3rem;
  }
  .content #f6 .col-sm-12 {
    padding: 0;
  }
  .content #f6 .f-title {
    margin-bottom: 0.1rem;
  }
  .content #f6 .f-title p {
    color: #323232;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    font-weight: 700;
  }
  .content #f6 .sw1 .swiper-container {
    z-index: 10;
    padding-bottom: 0;
    width: 100%;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 2px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .imgbox {
    display: block;
    width: 100%;
    max-height: 109px;
    overflow: hidden;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .imgbox img {
    width: 100%;
    max-height: 109px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .imgbox .jiaobiao01 {
    width: 46px;
    height: 41px;
    background: url("../../newPublic/img/mavin/rt02.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .imgbox .jiaobiao02 {
    width: 46px;
    height: 41px;
    background: url("../../newPublic/img/mavin/rt01.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox {
    text-align: center;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox .txt01 {
    font-size: 14px;
    padding-top: 11px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox .txt02 {
    font-size: 12px;
    padding-top: 0px;
    height: 36px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 a {
    background-color: #fe9944;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
  }
  .content #f6 .sw1 .swiper-container .swiper-slide .yuyuebox .txt03 a:hover {
    background-color: #fb9138;
  }
  .content .fuwuliucheng {
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
  .content .fuwuliucheng .fwlc {
    background-color: #fff;
  }
  .content .fuwuliucheng .fwlc .imgbox1 {
    padding: 0.2rem 0 0.2rem 0;
  }
  .content .fuwuliucheng .fwlc .imgbox1 img {
    width: 100%;
  }
  .content .fuwuliucheng .fwlc .imgbox2 {
    padding: 0 0 0.1rem 0;
    margin-bottom: 0.1rem;
  }
  .content .fuwuliucheng .fwlc .imgbox2 img {
    width: 100%;
  }
  .content .fuwuliucheng .fwlc .imgbox2 button {
    margin-top: 0.2rem;
    height: 0.34rem;
    font-size: 14px;
    width: 1rem;
    border-radius: 10px;
  }
  .content .loststar {
    margin-top: 0.5rem;
  }
  .content .loststar .f-title {
    margin-bottom: 0.2rem;
  }
  .content .loststar .f-title p {
    color: #323232;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    font-weight: 700;
  }
  .content .loststar .star-items {
    width: 100%;
  }
  .content .loststar .star-items .star-item {
    display: inline-block;
    width: 50%;
    float: left;
    margin-left: 0;
    height: 150px;
    background-color: #f6f6f6;
    border-radius: 150px;
    margin-bottom: 0.8rem;
    text-align: center;
    position: relative;
  }
  .content .loststar .star-items .star-item .star-left {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #eee;
    position: relative;
    left: 50%;
    margin-left: -50px;
  }
  .content .loststar .star-items .star-item .star-left01 {
    background: url('../img/yiyu/111.jpg') no-repeat center center;
    background-size: 100% 100%;
  }
  .content .loststar .star-items .star-item .star-left02 {
    background: url('../img/yiyu/121.jpg') no-repeat center center;
    background-size: 100% 100%;
  }
  .content .loststar .star-items .star-item .star-left03 {
    background: url('../img/yiyu/131.jpg') no-repeat center center;
    background-size: 100% 100%;
  }
  .content .loststar .star-items .star-item .star-left04 {
    background: url('../img/yiyu/141.jpg') no-repeat center center;
    background-size: 100% 100%;
  }
  .content .loststar .star-items .star-item .star-right {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0;
    text-align: center;
    padding-top: 0.1rem;
  }
  .content .loststar .star-items .star-item .star-right h5 {
    font-size: 16px;
    padding-bottom: 0.1rem;
    font-weight: 700;
  }
  .content .loststar .yiyuImg {
    width: 100%;
  }
  .content .loststar .yiyuImg img {
    width: 100%;
  }
  .content .testHealth {
    background-color: #fff;
  }
  .content .testHealth .title {
    padding: 0;
    padding-bottom: 0.1rem;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .content .testHealth .title .info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content .testHealth ol {
    list-style: inherit;
    padding: 0;
    padding-left: 0.2rem;
  }
  .content .testHealth ol li {
    border-bottom: 1px dotted #dad7d7;
    height: 45px;
    font-size: 12px;
    margin-top: 0.1rem;
  }
  .content .testHealth ol li span {
    width: 100%;
    display: block;
  }
  .content .testHealth ol li label {
    color: #cecece;
    margin-right: 10px;
  }
  .content .testHealth button {
    margin-top: 0.2rem;
    height: 0.34rem;
    font-size: 16px;
    width: 1rem;
    border-radius: 15px;
    margin-bottom: 0.3rem;
  }
  .content .succussStory {
    background-color: #fff;
    padding-bottom: 0.2rem;
  }
  .content .succussStory .story .title {
    padding: 20px 0 20px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  .content .succussStory .story .title .info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content .succussStory .story .title .line {
    display: inline-block;
    width: 16px;
    height: 2px;
    vertical-align: middle;
    background-color: #000;
  }
  .content .succussStory .story .storyContent {
    position: relative;
    border: 1px solid #d7d7d7;
    box-shadow: 0 3px 12px #ececec;
  }
  .content .succussStory .story .storyContent .item .teacher {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f3f3f3;
    cursor: pointer;
  }
  .content .succussStory .story .storyContent .item .teacher .name {
    line-height: 20px;
  }
  .content .succussStory .story .storyContent .item .teacher .des {
    font-size: 12px;
    color: #858585;
  }
  .content .succussStory .story .storyContent .item .teacher.active {
    background-color: #fff;
  }
  .content .succussStory .story .storyContent .item .detail {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 10px 20px;
  }
  .content .succussStory .story .storyContent .item .detail .tit {
    font-size: 14px;
    line-height: 20px;
  }
  .content .succussStory .story .storyContent .item .detail .tit .location {
    font-size: 14px;
  }
  .content .succussStory .story .storyContent .item .detail .des {
    font-size: 12px;
    color: #797a7c;
    line-height: 26px;
  }
  .content .succussStory .story .storyContent .item .detail .ctn {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    height: 1.8rem;
    overflow-y: auto;
    color: #797a7c;
  }
  .content .succussStory .story .storyContent .item .detail .ctn p {
    text-indent: 2em;
  }
  .content .succussStory .story .storyContent .item .detail .link {
    display: inline-block;
    margin-top: 10px;
    color: orange;
    font-size: 14px;
  }
  .content .succussStory .story .storyContent .item .teacher.active + .detail {
    display: block;
  }
  .content .content5 {
    background-color: #fff;
    padding-bottom: 0.2rem;
  }
  .content .content5 .f-title {
    margin-bottom: 0.1rem;
  }
  .content .content5 .f-title h3 {
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  .content .content5 .aboutUs .aboutLeft {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 0.2rem;
  }
  .content .content5 .aboutUs .aboutRight {
    width: 100%;
  }
  .content .content5 .aboutUs .aboutRight img {
    width: 100%;
  }
  .content .content6 .f-title {
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .content .content6 .f-title h3 {
    color: #323232;
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
  }
  .content .content6 .f-title h3 span {
    margin: 0;
    padding: 0.02rem;
    width: 30%;
  }
  .content .content6 .f-title p {
    font-size: 0.11rem;
  }
  .content .content6 .partner {
    margin: 1rem 0;
  }
  .content .content6 .partner001 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .content .content6 .partner001 ul {
    margin-left: 5px;
  }
  .content .content6 .partner001 ul li {
    background-color: #fff;
    height: 75px;
    width: 20%;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: inline-block;
    float: left;
    border: 1px solid #d3d3d3;
    position: relative;
    transition: all 0.5s ease;
  }
  .content .content6 .partner001 ul li .logoBox {
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 75px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
  }
  .content .content6 .partner001 ul li .logoBox img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
  }
  .content .content6 .partner001 ul li .logoBox strong {
    display: none;
  }
  .content .content6 .partner001 ul li:hover {
    background-color: #fff;
    height: 75px;
    width: 20%;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: inline-block;
    float: left;
    border: 1px solid #d3d3d3;
    position: relative;
    transition: all 0.5s ease;
  }
  .content .content6 .partner001 ul li:hover .logoBox {
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 75px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    border: none;
  }
  .content .content6 .partner001 ul li:hover .logoBox img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
  }
  .content .content6 .partner001 ul li:hover .logoBox strong {
    display: none;
  }
  .content6 .f-title {
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .content6 .f-title h3 {
    color: #323232;
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
  }
  .content6 .f-title h3 span {
    margin: 0;
    padding: 0.02rem;
    width: 30%;
  }
  .content6 .f-title p {
    font-size: 0.11rem;
  }
  .content6 .partner {
    margin: 1rem 0;
  }
  .content6 .partner001 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .content6 .partner001 ul {
    margin-left: 5px;
  }
  .content6 .partner001 ul li {
    background-color: #fff;
    height: 75px;
    width: 20%;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: inline-block;
    float: left;
    border: 1px solid #d3d3d3;
    position: relative;
    transition: all 0.5s ease;
  }
  .content6 .partner001 ul li .logoBox {
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 75px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
  }
  .content6 .partner001 ul li .logoBox img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
  }
  .content6 .partner001 ul li .logoBox strong {
    display: none;
  }
  .content6 .partner001 ul li:hover {
    background-color: #fff;
    height: 75px;
    width: 20%;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: inline-block;
    float: left;
    border: 1px solid #d3d3d3;
    position: relative;
    transition: all 0.5s ease;
  }
  .content6 .partner001 ul li:hover .logoBox {
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 75px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    border: none;
  }
  .content6 .partner001 ul li:hover .logoBox img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
  }
  .content6 .partner001 ul li:hover .logoBox strong {
    display: none;
  }
}
