@import "base.css";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: vertical;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 12rem;
  margin: 0 auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

body,
button,
input,
select,
textarea {
  font-family: 'MiSans', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}

.none {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
  width: 100%;
  clear: both;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}

.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 800px) {
  body {
    background: #ffbc7b;
  }
}

.wrap {
  width: 12rem;
  margin: auto;
  text-align: center;
  position: relative;
}

.banner-box {
  width: 100%;
  clear: both;
  height: 6rem;
  box-sizing: border-box;
}

.banner-box .swiperban {
  height: 6rem;
  overflow: hidden;
}

.banner-box .swiperban .banbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.banner-box .swiperban .banbox .txt {
  margin-top: 1.69rem;
  margin-left: 0;
  width: 5.34rem;
}

.banner-box .swiperban .banbox .pic {
  margin-top: 0.86rem;
  margin-right: 0.15rem;
  width: 6.37rem;
}

.banner-box .swiperban .banbox .pic img {
  animation: banImgMove 1s infinite alternate ease-in-out;
}

.banner-box .swiperban .banbox .tit {
  width: 8.94rem;
  display: block;
  margin: -1.15rem auto 0;
}

.banner-box .swiperban .banbox .teach {
  display: block;
  margin: 0.9rem auto 0;
  width: 10.81rem;
}

.banner-box .swiperban .banbox img {
  width: 100%;
  display: block;
}

@keyframes banImgMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.banner-box .swiperban .ban_project {
  width: 4.4rem;
  height: 0.518rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0 0 0.15rem 0.15rem;
  border: solid 0.02rem #fff;
  border-top: none;
  background: #ffdf97;
  background: -webkit-linear-gradient(left, #ffc261, #fffccd);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffc261, #fffccd);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffc261, #fffccd);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffc261, #fffccd);
  /* 标准的语法 */
  font-size: 0.28rem;
  font-family: 'MiSans', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-box .swiperban .ban_project span {
  display: block;
  background: linear-gradient(to right, #660900 0%, #a11002 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}

.banner-box .swiperban .banPic01 {
  background: url("../images/banner01.jpg") no-repeat center top;
}

.banner-box .swiperban .banPic02 {
  background: url("../images/banner02.jpg") no-repeat center top;
}

.banner-box .logo {
  width: 2rem;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.banner-box .logo img {
  width: 100%;
  display: inline-block;
}

.sections {
  width: 100%;
  clear: both;
}

.secTit {
  font-family: 'MiSans', sans-serif;
  line-height: 1.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.secTit h2 {
  font-size: 0.3rem;
  color: #333;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.secTit h2 img {
  width: 1.23rem;
  display: block;
  margin-right: 0.26rem;
  margin-left: -0.82rem;
}

.secTit h2 b {
  font-size: 0.48rem;
  font-weight: 700;
  background: linear-gradient(to right, #c0370c 0%, #670400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.secTit h2 span {
  font-size: 0.48rem;
  font-weight: 700;
  background: linear-gradient(to right, #ff7226 0%, #de3900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.secTit h2 i {
  width: 0.21rem;
  height: 0.26rem;
  display: block;
  background: url("../images/sec-tit-icon01.png") no-repeat center / 100%;
  margin: auto 0.18rem;
}

.secTit h2 i.icon02 {
  transform: rotate(180deg);
  margin: 0 0.18rem 0 -0.1rem;
}

.secTit h2.type2 {
  color: #fff;
}

.secTit h2.type2 b {
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.secTit h2.type2 span {
  background: linear-gradient(to right, #fff 0%, #fccf87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.secMain {
  width: 100%;
  clear: both;
}

.sec01 {
  height: 6.82rem;
  background: #fff url("../images/s1-bg.jpg") no-repeat center top;
}

.sec01 .s1-title {
  padding-top: 0.12rem;
  margin-bottom: 0.06rem;
}

.sec01 .s1-main {
  width: 100%;
  clear: both;
  margin-top: 0.26rem;
  position: relative;
}

.sec01 .s1-main>img {
  width: 11.32rem;
  display: block;
  margin: auto;
}

.sec01 .s1-main .txt {
  position: absolute;
  height: 0.66rem;
  display: block;
}

.sec01 .s1-main .txt img {
  height: 0.66rem;
}

.sec01 .s1-main .txt span {
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-weight: 600;
  color: #fff;
}

.sec01 .s1-main .txt.txt1 {
  top: 1.34rem;
  left: 3.14rem;
}

.sec01 .s1-main .txt.txt1 .k01 {
  position: absolute;
  left: -2.45rem;
  top: -0.84rem;
  width: 2.3rem;
  height: 1.27rem;
  background: url("../images/s1-k01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt1 .k01 span {
  margin-top: 0.2rem;
}

.sec01 .s1-main .txt.txt2 {
  top: 2.4rem;
  left: 2.64rem;
}

.sec01 .s1-main .txt.txt2 .k01 {
  position: absolute;
  left: -2.45rem;
  top: 0.06rem;
  width: 2.3rem;
  height: 1.27rem;
  background: url("../images/s1-k01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt2 .k01 span {
  margin-top: 0.2rem;
}

.sec01 .s1-main .txt.txt3 {
  top: 3.21rem;
  left: 3.52rem;
}

.sec01 .s1-main .txt.txt3 .k01 {
  position: absolute;
  left: -1.02rem;
  top: 0.39rem;
  width: 2.3rem;
  height: 1.27rem;
  background: url("../images/s1-k03.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt3 .k01 span {
  margin-top: 0.35rem;
}

.sec01 .s1-main .txt.txt4 {
  top: 3.39rem;
  right: 4.54rem;
}

.sec01 .s1-main .txt.txt4 .k01 {
  position: absolute;
  left: -0.14rem;
  top: 0.39rem;
  width: 3.08rem;
  height: 1.56rem;
  background: url("../images/s1-k04.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt4 .k01 span {
  margin-top: 0.35rem;
}

.sec01 .s1-main .txt.txt5 {
  top: 2.8rem;
  right: 2.45rem;
}

.sec01 .s1-main .txt.txt5 .k01 {
  position: absolute;
  left: 1.1rem;
  top: 0.78rem;
  width: 2.3rem;
  height: 1.27rem;
  background: url("../images/s1-k05.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt5 .k01 span {
  margin-top: 0.35rem;
}

.sec01 .s1-main .txt.txt6 {
  top: 1.69rem;
  right: 2.33rem;
}

.sec01 .s1-main .txt.txt6 .k01 {
  position: absolute;
  left: 0.59rem;
  top: -1.17rem;
  width: 2.5rem;
  height: 1.27rem;
  background: url("../images/s1-k06.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec01 .s1-main .txt.txt6 .k01 span {
  margin-top: 0.18rem;
}

.sec01 .s1-main .txt.on img {
  height: 0.67rem;
}

.sec01 .s1-main .txt.on .type1 {
  background: url("../images/s1-k02.png") no-repeat center top / 100%;
}

.sec01 .s1-main .txt.on .type2 {
  background: url("../images/s1-k03-2.png") no-repeat center top / 100%;
}

.sec01 .s1-main .txt.on .type3 {
  background: url("../images/s1-k04-2.png") no-repeat center top / 100%;
}

.sec01 .s1-main .txt.on .type4 {
  background: url("../images/s1-k05-2.png") no-repeat center top / 100%;
}

.sec01 .s1-main .txt.on .type5 {
  background: url("../images/s1-k06-2.png") no-repeat center top / 100%;
}

.sec02 {
  height: 8.28rem;
  background: #FFF url(../images/s2-bg01.jpg) no-repeat center bottom -.55rem;
}

.sec02 .s2-title {
  margin-bottom: 0.11rem;
}

.sec02 .s2-main {
  width: 100%;
  clear: both;
  margin-top: -0.34rem;
}

.sec02 .s2-main .teachPic {
  width: 100%;
  clear: both;
}

.sec02 .s2-main .teachPic img {
  width: 11.87rem;
  display: block;
  margin: auto;
  margin-top: 0.35rem;
}

.sec02 .s2-main .s2-teachbox {
  width: 100%;
  clear: both;
  position: relative;
}

.sec02 .s2-main .s2-teachbox .teachShow {
  width: 100%;
  clear: both;
  height: 3.67rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec02 .s2-main .s2-teachbox .teachShow .swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 3.67rem;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide.swiper-slide-thumb-active div {
  width: 1rem;
  height: 1rem;
  background: #e83334;
  background: -webkit-linear-gradient(#d91d1d, #f6494a);
  background: -moz-linear-gradient(#d91d1d, #f6494a);
  background: -o-linear-gradient(#d91d1d, #f6494a);
  background: linear-gradient(#d91d1d, #f6494a);
  box-shadow: 0 0.12rem 0.16rem rgba(243, 121, 121, 0.56);
}

.sec02 .s2-main .s2-teachbox .teachShow .pic {
  width: 3.3rem;
  height: 3.67rem;
  margin-left: 1.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sec02 .s2-main .s2-teachbox .teachShow .pic img {
  width: 100%;
  max-height: 3.67rem;
  display: block;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt {
  width: 5.6rem;
  display: block;
  margin-left: 0.36rem;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .name {
  background: url("../images/s2-line01.png") no-repeat bottom left / auto 0.02rem;
  padding-bottom: 0.17rem;
  margin-bottom: 0.16rem;
  margin-top: 0.42rem;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .name h4 {
  height: 0.38rem;
  clear: both;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .name h4 b {
  font-size: 0.38rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  background: linear-gradient(to right, #c0370c 0%, #670400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .name h4 span {
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #fff;
  background: rgba(216, 31, 31, 0.5);
  background: -webkit-linear-gradient(left, #d81f1f, rgba(216, 31, 31, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d81f1f, rgba(216, 31, 31, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d81f1f, rgba(216, 31, 31, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d81f1f, rgba(216, 31, 31, 0));
  /* 标准的语法 */
  display: block;
  padding: 0 0.55rem 0 0.15rem;
  margin-left: 0.26rem;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .name p {
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  line-height: 1;
  color: #951f06;
  white-space: nowrap;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .intro {
  width: 100%;
  clear: both;
  height: 1rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: left;
  color: #333;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .btn {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sec02 .s2-main .s2-teachbox .teachShow .txt .btn a {
  width: 1.49rem;
  height: 0.45rem;
  display: block;
  background: url("../images/s2-btn01.png") no-repeat center / 100%;
  border-radius: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #4d2d03;
  box-shadow: 0 0.08rem 0.06rem rgba(237, 140, 15, 0.26);
}

.sec02 .s2-main .s2-teachbox .smPic {
  width: 100%;
  clear: both;
  margin-top: -3.59rem;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper {
  width: 1.2rem;
  height: 3.6rem;
}

.sec02 .s2-main .s2-teachbox .smPic .sw_btn {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  background: url("../images/s2-icon01.png") no-repeat center / 100%;
  cursor: pointer;
}

.sec02 .s2-main .s2-teachbox .smPic .sw_btn.btn_next {
  transform: rotate(180deg);
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide {
  width: 1rem;
  height: 1rem;
  display: block;
  text-align: center;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide>div {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: auto;
  overflow: hidden;
  border: solid 0.01rem #fff;
  border-radius: 50%;
  background: #f1c9a0;
  background: -webkit-linear-gradient(#e3a96d, #ffe9d2);
  background: -moz-linear-gradient(#e3a96d, #ffe9d2);
  background: -o-linear-gradient(#e3a96d, #ffe9d2);
  background: linear-gradient(#e3a96d, #ffe9d2);
  cursor: pointer;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide>div img {
  width: 1.06rem;
  display: block;
  margin: 0.1rem 0 0 .06rem;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide:nth-child(1) div img {
  margin: 0.1rem 0 0 -.1rem;
}
.sec02 .s2-main .s2-teachbox .smPic .swiper-slide:nth-child(3) div img {
  margin: 0.1rem 0 0 -.08rem;
}

.sec02 .s2-main .s2-teachbox .smPic .swiper-slide.on>div {
  width: 1rem;
  height: 1rem;
  background: #e83334;
  background: -webkit-linear-gradient(#d91d1d, #f6494a);
  background: -moz-linear-gradient(#d91d1d, #f6494a);
  background: -o-linear-gradient(#d91d1d, #f6494a);
  background: linear-gradient(#d91d1d, #f6494a);
  box-shadow: 0 0.12rem 0.16rem rgba(243, 121, 121, 0.56);
}

.sec02 .s2-main .s2-teachbox .sub {
  width: 0.38rem;
  height: auto;
  background: #d81f1f;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.27rem;
  color: #fff;
  padding: 0 0.05rem;
  position: absolute;
  top: 0.12rem;
  right: 0.22rem;
  z-index: 99999;
}

.sec02 .s2-main .s2-teachbox .sub span {
  margin-left: -0.05rem;
  padding: 0.15rem 0.05rem;
  display: block;
  width: 100%;
  cursor: pointer;
}

.sec02 .s2-main .s2-teachbox .sub span.on {
  background: #fff0a3;
  background: -webkit-linear-gradient(#fff, #fee047);
  background: -moz-linear-gradient(#fff, #fee047);
  background: -o-linear-gradient(#fff, #fee047);
  background: linear-gradient(#fff, #fee047);
  border-radius: 0.5rem;
  border: solid 0.01rem #fff;
  color: #333;
  margin-top: -0.03rem;
  margin-bottom: -0.01rem;
}

.mySwiper .swiper-wrapper.swCenter {
  justify-content: center;
}

.sec02 .smPic .swiper {
  margin-right: 0;
}


.swCenter .sec03 {
  height: 5.76rem;
}

.sec03 .s3-title {
  margin-bottom: 0.17rem;
}

.sec03 .s3-main {
  width: 100%;
  background: #fff;
  background: linear-gradient(64deg, #fff, #eff6ff, #fff);
  border-radius: 0.2rem;
}

.sec03 .s3-main .top {
  width: 100%;
  clear: both;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.sec03 .s3-main .top .no {
  width: 0.68rem;
  height: 1.08rem;
  display: block;
  float: left;
  margin-left: 0.08rem;
  background: url("../images/s3-img01.png") no-repeat center / 100%;
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec03 .s3-main .top .no i {
  margin-top: 0.15rem;
}

.sec03 .s3-main .top .txt {
  font-size: 0.27rem;
  margin-top: 0.25rem;
  margin-left: 0.15rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #333;
}

.sec03 .s3-main .top .txt b {
  font-weight: bold;
  color: #440c89;
  font-size: 0.34rem;
  font-family: 'AlimamaShuHeiTi';
}

.sec03 .s3-main .top .txt span {
  display: block;
  font-size: 0.27rem;
  font-weight: 400;
}

.sec03 .s3-main .cont {
  width: 100%;
  clear: both;
  margin-top: -0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec03 .s3-main .cont .s3-left {
  width: 4.35rem;
  display: block;
}

.sec03 .s3-main .cont .s3-left img {
  width: 100%;
}

.sec03 .s3-main .cont .s3-med {
  margin-left: 0.43rem;
  display: block;
  margin-top: 0.24rem;
  width: 3.6rem;
}

.sec03 .s3-main .cont .s3-med ul {
  clear: both;
  width: 100%;
}

.sec03 .s3-main .cont .s3-med ul li {
  font-size: 0.22rem;
  line-height: 0.46rem;
  clear: both;
  text-align: left;
  border-radius: 0.5rem;
  margin-bottom: 0.23rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sec03 .s3-main .cont .s3-med ul li i {
  font-size: 0.26rem;
  font-weight: bold;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
}

.sec03 .s3-main .cont .s3-med ul li span {
  display: inline-block;
}

.sec03 .s3-main .cont .s3-med ul li::before {
  content: '';
  width: 2.2rem;
  height: 0.09rem;
  display: block;
  position: absolute;
  top: 0.24rem;
  right: 3.7rem;
  background: url("../images/s3-line01.png") no-repeat center right / auto 100%;
}

.sec03 .s3-main .cont .s3-med ul li.star1 {
  background: rgba(221, 233, 252, 0.5);
  background: -webkit-linear-gradient(left, #dde9fc, rgba(221, 233, 252, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dde9fc, rgba(221, 233, 252, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dde9fc, rgba(221, 233, 252, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dde9fc, rgba(221, 233, 252, 0));
  /* 标准的语法 */
}

.sec03 .s3-main .cont .s3-med ul li.star1 i {
  color: #2c47ed;
}

.sec03 .s3-main .cont .s3-med ul li.star1::before {
  width: 1.34rem;
}

.sec03 .s3-main .cont .s3-med ul li.star2 {
  background: rgba(219, 240, 253, 0.5);
  background: -webkit-linear-gradient(left, #dbf0fd, rgba(219, 240, 253, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dbf0fd, rgba(219, 240, 253, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dbf0fd, rgba(219, 240, 253, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dbf0fd, rgba(219, 240, 253, 0));
  /* 标准的语法 */
}

.sec03 .s3-main .cont .s3-med ul li.star2 i {
  color: #4e80f8;
}

.sec03 .s3-main .cont .s3-med ul li.star2::before {
  width: 1.66rem;
}

.sec03 .s3-main .cont .s3-med ul li.star3 {
  background: rgba(238, 229, 255, 0.5);
  background: -webkit-linear-gradient(left, #eee5ff, rgba(238, 229, 255, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #eee5ff, rgba(238, 229, 255, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #eee5ff, rgba(238, 229, 255, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #eee5ff, rgba(238, 229, 255, 0));
  /* 标准的语法 */
}

.sec03 .s3-main .cont .s3-med ul li.star3 i {
  color: #935ffa;
}

.sec03 .s3-main .cont .s3-med ul li.star3::before {
  width: 1.94rem;
}

.sec03 .s3-main .cont .s3-med ul li.star4 {
  background: rgba(252, 222, 238, 0.5);
  background: -webkit-linear-gradient(left, #fcdeee, rgba(252, 222, 238, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fcdeee, rgba(252, 222, 238, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fcdeee, rgba(252, 222, 238, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fcdeee, rgba(252, 222, 238, 0));
  /* 标准的语法 */
}

.sec03 .s3-main .cont .s3-med ul li.star4 i {
  color: #f23a98;
}

.sec03 .s3-main .cont .s3-right {
  width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec03 .s3-main .cont .s3-right span {
  width: 2.62rem;
  height: 0.5rem;
  position: relative;
  z-index: 1;
  border: solid 0.02rem #fff;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.16rem auto;
}

.sec03 .s3-main .cont .s3-right span img {
  width: 0.32rem;
  display: block;
  margin-left: 0.1rem;
  animation: s3Move 1s infinite alternate ease-in-out;
}

@keyframes s3Move {
  0% {
    transform: translateY(-3px);
    opacity: 1;
  }

  100% {
    transform: translateY(3px);
    opacity: .5;
  }
}

.sec03 .s3-main .cont .s3-right span.btm1 {
  margin-top: 0.37rem;
  background: #2490f9;
  background: -webkit-linear-gradient(left, #1674fa, #31abf8);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1674fa, #31abf8);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1674fa, #31abf8);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1674fa, #31abf8);
  /* 标准的语法 */
  box-shadow: 0 0.05rem 0.2rem rgba(28, 112, 253, 0.52);
}

.sec03 .s3-main .cont .s3-right span.btm2 {
  background: #ce2444;
  background: -webkit-linear-gradient(left, #b60c28, #e63b5f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #b60c28, #e63b5f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #b60c28, #e63b5f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b60c28, #e63b5f);
  /* 标准的语法 */
  box-shadow: 0 0.05rem 0.2rem rgba(186, 17, 46, 0.52);
}

.sec03 .s3-main .cont .s3-right span.btm3 {
  background: #663eff;
  background: -webkit-linear-gradient(left, #6217ff, #6964fe);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #6217ff, #6964fe);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #6217ff, #6964fe);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #6217ff, #6964fe);
  /* 标准的语法 */
  box-shadow: 0 0.05rem 0.2rem rgba(160, 116, 252, 0.52);
}

.sec04 {
  height: 9.78rem;
  margin-top: 0.6rem;
}

.sec04 .s4-title {
  margin-bottom: 0.21rem;
}

.sec04 .s4-main {
  width: 100%;
  clear: both;
}

.sec04 .s4-main .part {
  width: 100%;
  border-radius: 0.2rem;
}

.sec04 .s4-main .part.part1 {
  height: 4.2rem;
  background: url(https://www.youlu.com/zt1/shgzs/2026zsjz/images/s4-k01.png) no-repeat center top;
  margin-bottom: 0.1rem;
}

.sec04 .s4-main .part.part2 {
  height: 3.7rem;
  background: #fff;
  background: linear-gradient(45deg, #fff, #eeeff8, #fff);
}

.sec04 .s4-main .part .top {
  width: 100%;
  clear: both;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.sec04 .s4-main .part .top .no {
  width: 0.86rem;
  height: 1.02rem;
  display: block;
  float: left;
  margin-left: -0.1rem;
  margin-top: -0.03rem;
  background: url("../images/s4-img01.png") no-repeat center / 100%;
  font-size: 0.42rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec04 .s4-main .part .top .no i {
  margin-top: 0.15rem;
}

.sec04 .s4-main .part .top .txt {
  font-size: 0.36rem;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
  line-height: 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333;
  font-family: 'AlimamaShuHeiTi';
  font-weight: bold;
  color: #431095;
}

.sec04 .s4-main .part .top .txt span.type1 {
  color: #d9242c;
  margin-left: 0.14rem;
}

.sec04 .s4-main .part .top .txt span.type2 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.3rem;
}

.sec04 .s4-main .part .top .txt img {
  width: 0.93rem;
  display: block;
  margin-left: 0.15rem;
  animation: s4Move 1s infinite alternate ease-in-out;
}

@keyframes s4Move {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.sec04 .s4-main .part .cont {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec04 .s4-main .part .cont img {
  width: 7.68rem;
  display: block;
  margin-top: 0.22rem;
}

.sec04 .s4-main .part .cont .videobox {
  width: 4rem;
  height: auto;
  display: block;
  margin-top: -0.18rem;
  margin-right: .19rem;
}

.sec04 .s4-main .part .cont .videobox h3 {
  width: 100%;
  height: 0.58rem;
  background: url("../images/s4-img03.png") no-repeat center top / auto 100%;
  font-family: "AlimamaShuHeiTi";
  font-size: 0.24rem;
  line-height: 0.58rem;
  color: #df3b01;
  font-weight: bold;
}

.sec04 .s4-main .part .cont .videobox .video-box {
  width: 100%;
  height: auto;
  border: solid 0.03rem #333;
  border-radius: 0.1rem;
  box-sizing: border-box;
}

.sec04 .s4-main .part .cont2 {
  width: 100%;
  clear: both;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sec04 .s4-main .part .cont2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec04 .s4-main .part .cont2 .item img {
  width: 0.93rem;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.08rem #4310954d;
}

.sec04 .s4-main .part .cont2 .item3 img {
  box-shadow: 0 0.05rem 0.08rem #f9681f36;
}

.sec04 .s4-main .part .cont2 .item2 img {
  box-shadow: 0 0.05rem 0.08rem #f9681f36;
}

.sec04 .s4-main .part .cont2 .item .txt span {
  width: 1.6rem;
  height: 0.4rem;
  display: block;
  border-radius: 0 0.1rem 0 0.1rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
  font-weight: bold;
}

.sec04 .s4-main .part .cont2 .item .txt p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: left;
  clear: both;
}

.sec04 .s4-main .part .cont2 .item .txt p.alignRight {
  text-align: right;
}

.sec04 .s4-main .part .cont2 .item.item1 {
  margin-left: 1.08rem;
  text-align: left;
}

.sec04 .s4-main .part .cont2 .item.item1 .txt {
  margin-left: 0.2rem;
}

.sec04 .s4-main .part .cont2 .item.item1 span {
  float: right;
}

.sec04 .s4-main .part .cont2 .item.item2 {
  margin-right: 1.44rem;
  text-align: right;
}

.sec04 .s4-main .part .cont2 .item.item2 .txt {
  margin-right: 0.2rem;
}

.sec04 .s4-main .part .cont2 .item.item2 span {
  float: right;
}

.sec04 .s4-main .part .cont2 .item.item3 {
  text-align: left;
  margin-left: 1.08rem;
}

.sec04 .s4-main .part .cont2 .item.item3 .txt {
  margin-left: 0.18rem;
}

.sec04 .s4-main .part .cont2 .item.item3 span {
  float: left;
}

.sec04 .s4-main .part .cont2 .item.item4 {
  text-align: right;
  margin-right: 1.44rem;
}

.sec04 .s4-main .part .cont2 .item.item4 .txt {
  margin-right: 0.2rem;
}

.sec04 .s4-main .part .cont2 .item.item4 span {
  width: 1.28rem;
  float: right;
}

.sec04 .s4-main .part .cont2>img {
  width: 3.26rem;
  display: block;
  clear: both;
  margin: auto;
  margin-top: -1.12rem;
  margin-bottom: -1.12rem;
  animation: moveY2 0.8s linear infinite alternate;
  -o-animation: moveY2 0.8s linear infinite alternate;
  -moz-animation: moveY2 0.8s linear infinite alternate;
  -webkit-animation: moveY2 0.8s linear infinite alternate;
}

.sec05 {
  clear: both;
  margin-top: .38rem;
}

.sec05 .s5-title {
  margin-bottom: 0.12rem;
}

.sec05 .s5-main {
  width: 100%;
  border: solid 0.01rem #fff;
  background: #f3f3f3;
  border-radius: 0.2rem;
  margin-bottom: 0.07rem;
}

.sec05 .s5-main .item {
  width: 100%;
  clear: both;
}

.sec05 .s5-main .item .top {
  width: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sec05 .s5-main .item .top img.tit {
  height: 0.55rem;
  display: block;
}

.sec05 .s5-main .item .top img.num {
  height: 0.49rem;
  display: block;
}

.sec05 .s5-main .item .top i {
  border-top: dashed 0.03rem #333;
  width: 2.03rem;
  display: block;
}

.sec05 .s5-main .item .partbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.2rem;
}

.part01 {
  width: 4.43rem;
  height: 2.11rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.part01 img {
  width: 1.66rem;
  height: 1.66rem;
  position: absolute;
  top: -0.06rem;
  left: 1.19rem;
  animation: s11ImgMove 1s infinite alternate ease-in-out;
}

.part01 h3 {
  width: 1.12rem;
  height: 0.29rem;
  line-height: 0.29rem;
  border-radius: .15rem;
  font-size: .18rem;
  color: #982e11;
  font-weight: 600;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 1%, #ffe8c2);
}

.part01 ul li {
  width: 1.97rem;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: .2rem;
  color: #fff;
  border-radius: .17rem;
  text-align: right;
  padding-right: 0.18rem;
  box-sizing: border-box;
  margin-bottom: 0.13rem;
  position: relative;
}

.partbox-l {
  margin-right: 1rem;
}

.partbox-l ul li:nth-child(1) {
  right: 0.2rem;
  position: relative;
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #ff8135);
}

.partbox-l ul li:nth-child(2) {
  right: 0.1rem;
  position: relative;
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #d43e02);
}

.partbox-l ul li:nth-child(3) {
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #ff8135);
}

.partbox-r ul li:nth-child(1) {
  right: 0.2rem;
  position: relative;
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #a242da);
}

.partbox-r ul li:nth-child(2) {
  right: 0.1rem;
  position: relative;
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #0084e1);
}

.partbox-r ul li:nth-child(3) {
  background: #ffffff;
  background: linear-gradient(to right, #a242da00 1%, #a242da);
}

.partbox-l-list {
  margin-top: 0.4rem;
}

.partbox-l-bt {
  margin-left: 0.24rem;
  margin-top: 0.56rem;
  margin-right: 1rem;
}

.part01 p {
  font-size: .24rem;
  font-weight: 700;
  margin-top: 0.05rem;
  background: linear-gradient(to bottom, #fefefc 40%, #fff0bc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partbox-l {
  background: url(../images/s5_t_bg1.png) no-repeat center / 100%;
}

.partbox-r {
  background: url(../images/s5_t_bg2.png) no-repeat center / 100%;
}


.sec05 .s5-main .item.item1 {
  margin-top: 0.34rem;
  margin-bottom: 0.4rem;
}

.sec05 .s5-main .item.item2 .top i {
  width: 2.9rem;
  border-top: dashed 0.03rem #e63b5f;
}

.sec05 .s5-main .s5-svip {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec05 .s5-main .s5-svip .left {
  width: 3.44rem;
  margin-top: 0.75rem;
}

.sec05 .s5-main .s5-svip .left img {
  width: 100%;
  display: block;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}

.sec05 .s5-main .s5-svip .right {
  margin-top: 0.98rem;
  margin-left: 0.2rem;
  width: 7.39rem;
  position: relative;
}

.sec05 .s5-main .s5-svip .right img.stat {
  width: 100%;
  display: block;
}

.sec05 .s5-main .s5-svip .right img.line {
  position: absolute;
  bottom: -0.67rem;
  left: -0.56rem;
  width: 6.79rem;
  display: block;
  z-index: 99;
}

.sec05 .s5-main .s5-svip .right img.redUp {
  position: absolute;
  top: -1.06rem;
  left: 0.37rem;
  width: 5.85rem;
  display: block;
}

.sec05 .s5-main .s5-svip .badge {
  width: 8.02rem;
  height: 0.99rem;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(#fff, rgba(255, 255, 255, 0));
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  border-radius: 0.1rem;
  margin-top: 0.06rem;
  margin-bottom: 0.44rem;
}

.sec05 .s5-main .s5-svip .badge .kuang {
  width: 7.56rem;
  height: 0.99rem;
  margin: 0.17rem auto 0;
  background: #993d02;
  background: -webkit-linear-gradient(left, #da5d04, #571d00);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #da5d04, #571d00);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #da5d04, #571d00);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #da5d04, #571d00);
  /* 标准的语法 */
  box-shadow: 0 0.17rem 0.43rem rgba(156, 156, 156, 0.73);
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec05 .s5-main .s5-svip .badge .kuang .emblem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0.28rem;
}

.sec05 .s5-main .s5-svip .badge .kuang .emblem img {
  width: 0.55rem;
}

.sec05 .s5-main .s5-svip .badge .kuang .emblem span {
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-left: 0.19rem;
}

.sec05 .s5-main .s5-svip .badge .kuang .emblem span b {
  font-size: 0.24rem;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(to right, #fff 0%, #f0d973 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 0.07rem;
  display: block;
}

.sec06 {
  background: url("../images/s6-bg.jpg") no-repeat center top;
  padding-top: 0.19rem;
}

.sec06 .s6-title {
  margin-bottom: 0.17rem;
}

.sec06 .s6-main {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: 'MiSans';
  margin-bottom: 0.62rem;
}

.sec06 .s6-main .left {
  width: 6rem;
}

.sec06 .s6-main .left .cont {
  background: rgba(255, 249, 229, 0.5);
  background: -webkit-linear-gradient(rgba(238, 241, 245, 0), #fff9e5);
  background: -moz-linear-gradient(rgba(238, 241, 245, 0), #fff9e5);
  background: -o-linear-gradient(rgba(238, 241, 245, 0), #fff9e5);
  background: linear-gradient(rgba(238, 241, 245, 0), #fff9e5);
  height: 3.83rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec06 .s6-main .left .cont img {
  width: 5.745rem;
  display: block;
}

.sec06 .s6-main .left .btm {
  width: 100%;
  height: 0.54rem;
  background: #ff8b28;
  background: -webkit-linear-gradient(left, #ffa432, #ff721d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffa432, #ff721d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffa432, #ff721d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffa432, #ff721d);
  /* 标准的语法 */
  border-radius: 0 0 0.15rem 0.15rem;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.54rem;
  color: #fff;
}

.sec06 .s6-main .left .btm b {
  font-size: 0.29rem;
  font-weight: 600;
}

.sec06 .s6-main .right {
  width: 6rem;
}

.sec06 .s6-main .right .top {
  width: 100%;
  height: 0.54rem;
  background: #ea5919;
  background: -webkit-linear-gradient(left, #ff742f, #d43e02);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff742f, #d43e02);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff742f, #d43e02);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff742f, #d43e02);
  /* 标准的语法 */
  border-radius: 0.15rem 0.15rem 0 0;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.54rem;
  color: #fff;
}

.sec06 .s6-main .right .top b {
  font-size: 0.29rem;
  font-weight: 600;
}

.sec06 .s6-main .right .cont {
  background: rgba(255, 232, 221, 0.5);
  background: -webkit-linear-gradient(#ffe8dd, rgba(238, 241, 245, 0));
  background: -moz-linear-gradient(#ffe8dd, rgba(238, 241, 245, 0));
  background: -o-linear-gradient(#ffe8dd, rgba(238, 241, 245, 0));
  background: linear-gradient(#ffe8dd, rgba(238, 241, 245, 0));
  height: 3.83rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sec06 .s6-main .right .cont .video-box {
  width: 3.6rem;
  border: solid 0.03rem #333;
  border-radius: 0.15rem;
  margin-top: 0.34rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}

.sec06 .s6-main .right .cont .tag {
  width: 100%;
  clear: both;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec06 .s6-main .right .cont .tag span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.17rem;
  width: 2.03rem;
  height: 0.47rem;
  border-radius: 0.5rem;
  margin: 0 0.1rem;
  box-sizing: border-box;
}

.sec06 .s6-main .right .cont .tag span img {
  height: 0.26rem;
  display: block;
  margin-left: 0.2rem;
  margin-right: 0.1rem;
}

.sec06 .s6-main .right .cont .tag span.t1 {
  border: solid 0.01rem #d1dbf9;
  background: #e8edfc;
  background: -webkit-linear-gradient(left, #d1dbf9, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d1dbf9, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d1dbf9, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d1dbf9, #fff);
  /* 标准的语法 */
}

.sec06 .s6-main .right .cont .tag span.t2 {
  border: solid 0.01rem #fc6371;
  background: #fd4261;
  background: -webkit-linear-gradient(left, #fe2051, #fc6371);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fe2051, #fc6371);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fe2051, #fc6371);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fe2051, #fc6371);
  /* 标准的语法 */
  color: #fff;
}

.sec06 .s6-main .right .cont .tag span.t3 {
  border: solid 0.01rem #fed621;
  background: #ffb819;
  background: -webkit-linear-gradient(left, #ff9a10, #fed621);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff9a10, #fed621);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff9a10, #fed621);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff9a10, #fed621);
  /* 标准的语法 */
  margin-top: -0.05rem;
}

.sec07 {
  clear: both;
}

.sec07 .s7-title {
  margin-bottom: -0.38rem;
}

.sec07 .s7-main {
  height: 4.61rem;
  margin-bottom: -0.11rem;
  background: url("../images/s7-img01.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec07 .s7-main .part {
  width: 2.11rem;
  height: 0.65rem;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'MiSans', sans-serif;
}

.sec07 .s7-main .part span {
  width: 1rem;
  height: 0.42rem;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #fff;
  margin-left: -0.51rem;
  margin-right: 0.08rem;
}

.sec07 .s7-main .part p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  white-space: nowrap;
  text-align: left;
}

.sec07 .s7-main .part.part1 span {
  background: #ec3a3a;
  background: -webkit-linear-gradient(left, #ff5959, #d81b1b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff5959, #d81b1b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff5959, #d81b1b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff5959, #d81b1b);
  /* 标准的语法 */
}

.sec07 .s7-main .part.part2 {
  margin: auto 0.89rem;
}

.sec07 .s7-main .part.part2 span {
  background: #ffa256;
  background: -webkit-linear-gradient(left, #ffc276, #ff8135);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffc276, #ff8135);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffc276, #ff8135);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffc276, #ff8135);
  /* 标准的语法 */
}

.sec07 .s7-main .part.part3 span {
  background: #ea5919;
  background: -webkit-linear-gradient(left, #ff742f, #d43e02);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff742f, #d43e02);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff742f, #d43e02);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff742f, #d43e02);
  /* 标准的语法 */
}

.sec08 {
  clear: both;
}

.sec08 .s8-title {
  margin-bottom: 0.17rem;
}

.sec08 .s8-main {
  width: 100%;
  clear: both;
  margin-bottom: 0.3rem;
}

.sec08 .s8-main .sub {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec08 .s8-main .sub .item {
  width: 2.48rem;
  margin-top: 0.15rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0.6rem;
  background: #fff4e1;
  background: -webkit-linear-gradient(left, #fff, #ffe8c2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffe8c2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffe8c2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffe8c2);
  /* 标准的语法 */
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #982e11;
}

.sec08 .s8-main .sub .item span {
  flex: 1;
  margin-left: -.18rem;
}

.sec08 .s8-main .sub .item img {
  margin-top: -0.15rem;
  margin-left: -0.2rem;
  animation: s4Move 1s infinite alternate ease-in-out;
}

.sec08 .s8-main .sub .item.item2 {
  margin: 0.15rem 0.94rem 0;
}

.sec08 .s8-main .jz_top {
  position: relative;
  padding: 0.2rem 0.27rem;
  margin: 0.1rem auto .08rem;
  text-align: left;
  padding: 0.2rem 0.27rem .03rem .27rem;
}

.sec08 .s8-main .jz_top h6 {
  width: 0.92rem;
  line-height: 0.3rem;
  text-align: center;
  background: #b34800;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  color: #ffffff;
  border-radius: 0.05rem 0.05rem 0 0.05rem;
}

.sec08 .s8-main .jz_top p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #000;
  width: 86%;
}

.sec08 .s8-main .jz_top .jz_toprg {
  position: absolute;
  top: 0.54rem;
  right: 0.5rem;
  width: 1.4rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #0c2345;
  border: 1px solid #485a74;
  cursor: pointer;
  text-align: center;
  border-radius: 0.5rem;
}

.sec08 .s8-main .jz_top .jz_toprg:hover,
.sec08 .s8-main .jz_top .jz_toprg.on {
  color: #ffffff;
  background: #2f64cd;
  border-color: #2f64cd;
}

.sec08 .s8-main .hengban {
  width: 100%;
  clear: both;
  border-radius: 0.1rem;
  padding-bottom: 0.15rem;
  background: #eef2f8;
  box-sizing: border-box;
}

.sec08 .s8-main .hengban .leimu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: bold;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
  border-top: 0.03rem solid #2f64cd;
  border-bottom: 0.03rem solid #2f64cd;
}

.sec08 .s8-main .hengban .leimu.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 1200px;
}

.sec08 .s8-main .hengban .leimu span {
  height: 0.54rem;
  line-height: 0.54rem;
  border-right: 0.01rem solid #ffffff;
  background: #2f64cd;
  letter-spacing: 2px;
}

.sec08 .s8-main .hengban .leimu span:nth-of-type(1) {
  width: 7%;
}

.sec08 .s8-main .hengban .leimu span:nth-of-type(2) {
  width: 20.22%;
}

.sec08 .s8-main .hengban .leimu span:nth-of-type(3) {
  width: 18.9%;
}

.sec08 .s8-main .hengban .leimu span:nth-of-type(4) {
  width: 39%;
}

.sec08 .s8-main .hengban .leimu span:nth-of-type(5) {
  flex: 1;
  border-right: 0;
}

.sec08 .s8-main .hengban .banxing {
  display: flex;
  align-items: center;
  border-radius: 0.12rem;
  font-size: 0.15rem;
  color: #333;
  line-height: 0.24rem;
  margin: 0.1rem 0.14rem 0;
  border: 1px solid #d4dde8;
  background: #ffffff;
}

.sec08 .s8-main .hengban .banxing.banxing1 {
  height: 3.28rem;
}

.sec08 .s8-main .hengban .banxing.banxing4 {
  height: 3.6rem;
}

.sec08 .s8-main .hengban .banxing>div {
  box-sizing: border-box;
  text-align: left;
}

.sec08 .s8-main .hengban .banxing>div .red {
  color: #f00;
}

.sec08 .s8-main .hengban .banxing.red {
  border: 3px solid #fca550;
}

.sec08 .s8-main .hengban .banxing.red .banx {
  position: relative;
  background: url("../images/banxing2banx.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.sec08 .s8-main .hengban .banxing.red .banx::after {
  position: absolute;
  top: -28px;
  left: -25px;
  content: '';
  width: 71px;
  height: 69px;
  background: url("../images/sell1.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -o-animation: scale1 1s linear infinite alternate;
  -moz-animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}

.sec08 .s8-main .hengban .banxing .banx {
  width: 5.8%;
  height: 100%;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  font-weight: bold;
  line-height: 31px;
  border-radius: 10px 0 0 10px;
  background: #2c57ad;
  background: -webkit-linear-gradient(#2e65cc, #29488e);
  background: -moz-linear-gradient(#2e65cc, #29488e);
  background: -o-linear-gradient(#2e65cc, #29488e);
  background: linear-gradient(#2e65cc, #29488e);
}

.sec08 .s8-main .hengban .banxing .mokuai {
  width: 21%;
  height: 100%;
  padding-left: 28px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.sec08 .s8-main .hengban .banxing .mokuai p {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}

.sec08 .s8-main .hengban .banxing .mokuai p b {
  font-weight: 600;
  color: #000;
}

.sec08 .s8-main .hengban .banxing .ptziliao {
  width: 19.5%;
  height: 100%;
  padding-left: 28px;
  border-left: 1px solid #d4dde8;
  border-right: 1px solid #d4dde8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec08 .s8-main .hengban .banxing .ptziliao b {
  font-weight: 600;
  display: block;
  color: #000;
}

.sec08 .s8-main .hengban .banxing .bjfuwu {
  width: 40%;
  height: 100%;
  padding-left: 0.28rem;
  border-right: 1px solid #d4dde8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec08 .s8-main .hengban .banxing .bjfuwu b {
  font-weight: 600;
  display: block;
  color: #000;
}

.sec08 .s8-main .hengban .banxing .jiage {
  flex: 1;
  text-align: center;
}

.sec08 .s8-main .hengban .banxing .jiage a {
  display: block;
  width: 1.2rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #333;
  margin: 0.15rem auto 0;
  border-radius: 0.06rem;
  background: #ffb957;
  /* background: #007eaf; */
  background: linear-gradient(-45deg, #ff9a57 50%, #ff9a57 60%, #ffcd71 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
  animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes s8Shan {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/* 竖版 */
.sec08 .jz_top .jz_toprg {
  position: absolute;
  top: 54px;
  right: 50px;
  width: 140px;
  font-size: 18px;
  line-height: 32px;
  color: #0c2345;
  cursor: pointer;
  text-align: center;
  border: 1px solid #485a74;
  border-radius: 0.5rem;
}

.sec08 .jz_top .jz_toprg.active {
  color: #ffffff;
  background: #2f64cd;
  border-color: #2f64cd;
}



.sec08 .tabCont.shuban {
  display: none;
}

.sec08 .tabCont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec08 .tabCont.show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec08 .tabCont .banxing {
  width: 32%;
}

.sec08 .tabCont .banxing h2 {
  height: .86rem;
  line-height: .86rem;
  text-align: center;
  color: #ffffff;
  font-size: .34rem;
  letter-spacing: .03rem;
  font-weight: bold;
  border-radius: .1rem .1rem 0 0;
  background: #2c55ad;
  background: -webkit-linear-gradient(left, #2f64cd, #29468d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #2f64cd, #29468d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #2f64cd, #29468d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #2f64cd, #29468d);
  /* 鏍囧噯鐨勮娉� */
}

.sec08 .tabCont .banxing h2.fixed {
  position: fixed !important;
  top: 0;
  z-index: 1;
  width: 3.84rem;
}

.sec08 .tabCont .banxing.banxing2 h2 {
  position: relative;
  background: url("../images/banxing2h2.png") center center no-repeat;
  background-size: 100% 100%;
}

.sec08 .tabCont .banxing.banxing2 h2::after {
  position: absolute;
  top: -0.18rem;
  right: -0.2rem;
  content: '';
  width: .7rem;
  height: .72rem;
  background: url("../images/sell.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}

.sec08 .tabCont .banxing.banxing3 h2 {
  position: relative;
}

.sec08 .tabCont .banxing.banxing3 h2::after {
  position: absolute;
  top: -0.18rem;
  right: -0.2rem;
  content: '';
  width: .7rem;
  height: .72rem;
  background: url("../images/huo.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}

.sec08 .tabCont .banxing.banxing4 h2 {
  position: relative;
  background: url("../images/banxing4h2.png") center center no-repeat;
  background-size: 100% 100%;
}

.sec08 .tabCont .banxing.banxing4 h2::after {
  position: absolute;
  top: -0.18rem;
  right: -0.2rem;
  content: '';
  width: .7rem;
  height: .72rem;
  background: url("../images/sell.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}

.sec08 .tabCont .banxing .renqun {
  height: 1.8rem;
  background: #eef2f8;
  padding: .2rem 0 0 .26rem;
  font-size: .17rem;
  margin-bottom: .13rem;
  color: #112038;
  /* letter-spacing: .02rem; */
  text-shadow: 0 0 0 #112038;
}

.sec08 .tabCont .banxing .renqun span {
  display: flex;
  align-items: center;
  height: .3rem;
}

.sec08 .tabCont .banxing .renqun img {
  width: .2rem;
  margin-right: .06rem;
}

.sec08 .tabCont .banxing .renqun.shiyiflag {
  position: relative;
}

.sec08 .tabCont .banxing .renqun.shiyiflag::before {
  content: '适宜人群';
  width: .36rem;
  padding: .23rem .1rem;
  position: absolute;
  top: 0;
  left: -0.36rem;
  text-align: center;
  line-height: .2rem;
  color: #ffedc8;
  font-weight: bold;
  border-radius: .1rem 0 0 .1rem;
  box-sizing: border-box;
  border: .01rem solid #ffe8a4;
  background: #be975f;
  background: -webkit-linear-gradient(#e4c292, #986c2b);
  background: -moz-linear-gradient(#e4c292, #986c2b);
  background: -o-linear-gradient(#e4c292, #986c2b);
  background: linear-gradient(#e4c292, #986c2b);
}

.sec08 .tabCont .banxing .bx_btm {
  border-radius: .1rem;
  overflow: hidden;
  border: .01rem solid #d3ddee;
  background: #fafbfd;
  margin-bottom: .2rem;
}

.sec08 .tabCont .banxing .bx_btm .mokuai {
  height: 2.1rem;
}

.sec08 .tabCont .banxing .bx_btm .peiziliao {
  height: 2.7rem;
}

.sec08 .tabCont .banxing .bx_btm .peiziliao img {
  width: .14rem;
}

.sec08 .tabCont .banxing .bx_btm .fuwu {
  height: 3.9rem;
}

.sec08 .tabCont .banxing .bx_btm .fuwu img {
  width: .16rem;
}

.sec08 .tabCont .banxing .bx_btm .jiage {
  height: 2.24rem;
}

.sec08 .tabCont .banxing .bx_btm .jiage img {
  width: .19rem;
}

.sec08 .tabCont .banxing .bx_btm .jiage .price {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: .16rem;
  height: 86%;
  line-height: .22rem;
  margin-top: -0.12rem;
  color: #333333;
  margin-left: 1.25rem;
}

.sec08 .tabCont .banxing .bx_btm .jiage .price .zhanwei {
  width: 100%;
}

.sec08 .tabCont .banxing .bx_btm .jiage .price a {
  display: block;
  clear: both;
  width: 1.2rem;
  text-align: center;
  line-height: .32rem;
  font-size: .16rem;
  color: #000000;
  margin-top: .15rem;
  border-radius: 0.06rem;
  background: #e2c090;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec08 .tabCont .banxing .bx_btm .xiaobiaoti {
  height: .3rem;
  background: #d3ddee;
  margin-bottom: .12rem;
}

.sec08 .tabCont .banxing .bx_btm .xiaobiaoti span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 46%;
  letter-spacing: .02rem;
  color: #ffffff;
  font-weight: bold;
  font-size: .16rem;
  margin: 0 auto;
  border-radius: .1rem 0 .1rem 0;
  background: #3f70cf;
}

.sec08 .tabCont .banxing .bx_btm .xiaobiaoti img {
  width: .17rem;
  margin-right: .08rem;
}

.sec08 .tabCont .banxing .bx_btm .xiangxi {
  font-size: .15rem;
  line-height: .2rem;
  color: #000000;
  padding: 0 0.25rem;
  text-align: left;
}

.sec08 .tabCont .banxing .bx_btm .xiangxi i {
  color: #7693da;
}

.sec08 .tabCont .banxing .bx_btm .xiangxi span {
  color: #f32a17;
}

.sec08 .tabCont .banxing .bx_btm .xiangxi b {
  display: block;
  margin-top: .07rem;
  letter-spacing: .01rem;
  text-shadow: 0 0 0 #000;
}

/* sec09 */
.sec09 {
  height: 9.34rem;
  background: url("../images/s9-bg.jpg") no-repeat center top;
}

.sec09 .s9-title {
  margin-top: 0.1rem;
}

.sec09 .s9-main {
  width: 100%;
  clear: both;
}

.sec09 .s9-main .part {
  width: 100%;
  clear: both;
}

.sec09 .s9-main .part.part1 {
  margin-bottom: 0.17rem;
}

.sec09 .s9-main .part .part_tit {
  clear: both;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
}

.sec09 .s9-main .part .part_tit.type1 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sec09 .s9-main .part .part_tit.type1::before {
  content: '';
  width: 9.64rem;
  height: 0.6rem;
  display: block;
  background: rgba(255, 65, 65, 0.5);
  background: -webkit-linear-gradient(left, #ff4141, rgba(255, 65, 65, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff4141, rgba(255, 65, 65, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff4141, rgba(255, 65, 65, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff4141, rgba(255, 65, 65, 0));
  /* 标准的语法 */
  position: absolute;
  left: 2.35rem;
  top: 0;
}

.sec09 .s9-main .part .part_tit.type1 span {
  margin-right: 0.14rem;
}

.sec09 .s9-main .part .part_tit span {
  width: 2.88rem;
  height: 0.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff4e1;
  background: -webkit-linear-gradient(left, #fff, #ffe8c2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffe8c2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffe8c2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffe8c2);
  /* 标准的语法 */
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #982e11;
  font-weight: bold;
}

.sec09 .s9-main .part .part_tit span img {
  width: 0.61rem;
  display: block;
  margin-left: -0.2rem;
  margin-top: -0.06rem;
  margin-right: 0.17rem;
}

.sec09 .s9-main .part .part_tit p {
  position: relative;
  z-index: 2;
}

.sec09 .s9-main .part .cont {
  width: 100%;
  clear: both;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sec09 .s9-main .part .cont .left {
  width: 2.99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sec09 .s9-main .part .cont .left img {
  width: 100%;
  display: block;
  border-radius: 0.1rem;
  margin: 0 auto 0.08rem;
}

.sec09 .s9-main .part .cont .right {
  width: 2.99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sec09 .s9-main .part .cont .right img {
  width: 100%;
  display: block;
  border-radius: 0.1rem;
  margin: 0 auto 0.08rem;
}

.sec09 .s9-main .part .cont .med {
  width: 6rem;
  height: 4.62rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}

.sec09 .s9-main .part .cont .med img {
  margin-top: 0.88rem;
  width: 2.62rem;
  display: block;
  animation: s11ImgMove 1s infinite alternate ease-in-out;
}

.sec09 .s9-main .part .cont .med .item {
  display: block;
  position: absolute;
}

.sec09 .s9-main .part .cont .med .item span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.34rem;
  width: 1.33rem;
  border-radius: 0.5rem;
  background: rgba(255, 114, 0, 0.5);
  background: -webkit-linear-gradient(left, #ff7200, rgba(255, 114, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff7200, rgba(255, 114, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff7200, rgba(255, 114, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff7200, rgba(255, 114, 0, 0));
  /* 标准的语法 */
  text-align: left;
  margin-bottom: 0.05rem;
}

.sec09 .s9-main .part .cont .med .item p {
  clear: both;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #fff;
}

.sec09 .s9-main .part .cont .med .item:nth-child(-n+3) p {
  text-align: right;
  margin-right: 0.15rem;
}

.sec09 .s9-main .part .cont .med .item:nth-child(n+4) span {
  padding-left: 0.15rem;
  float: left;
}

.sec09 .s9-main .part .cont .med .item:nth-child(n+4) p {
  text-align: left;
  margin-left: 0.1rem;
}

.sec09 .s9-main .part .cont .med .item.item1 span,
.sec09 .s9-main .part .cont .med .item.item3 span {
  background: rgba(255, 114, 0, 0.5);
  background: -webkit-linear-gradient(left, rgba(255, 114, 0, 0), #ff7200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(255, 114, 0, 0), #ff7200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 114, 0, 0), #ff7200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(255, 114, 0, 0), #ff7200);
  /* 标准的语法 */
  text-align: right;
  float: right;
  padding-right: 0.16rem;
  box-sizing: border-box;
}

.sec09 .s9-main .part .cont .med .item.item1 {
  top: 0.3rem;
  left: 0.35rem;
}

.sec09 .s9-main .part .cont .med .item.item2 {
  top: 1.6rem;
  left: 0.45rem;
}

.sec09 .s9-main .part .cont .med .item.item2 span {
  padding-right: 0.16rem;
  background: rgba(255, 47, 47, 0.5);
  background: -webkit-linear-gradient(left, rgba(255, 47, 47, 0), #ff2f2f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(255, 47, 47, 0), #ff2f2f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 47, 47, 0), #ff2f2f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(255, 47, 47, 0), #ff2f2f);
  /* 标准的语法 */
}

.sec09 .s9-main .part .cont .med .item.item3 {
  top: 3rem;
  left: 0.15rem;
}

.sec09 .s9-main .part .cont .med .item.item4 {
  top: 0.77rem;
  right: 0.2rem;
}

.sec09 .s9-main .part .cont .med .item.item5 {
  top: 2.06rem;
  right: 0;
}

.sec09 .s9-main .part .cont .med .item.item5 span {
  background: rgba(255, 47, 47, 0.5);
  background: -webkit-linear-gradient(left, #ff2f2f, rgba(255, 47, 47, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2f2f, rgba(255, 47, 47, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2f2f, rgba(255, 47, 47, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2f2f, rgba(255, 47, 47, 0));
  /* 标准的语法 */
}

.sec09 .s9-main .part .cont .med .item.item6 {
  top: 3.6rem;
  right: 0.74rem;
}

.sec09 .s9-main .part .cont2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: url(../images/s9-img08.png) no-repeat left -80px top -63px;
  background-size: 5rem;
}

.sec09 .s9-main .part .cont2 img.ip {
  width: 5.59rem;
  display: block;
  margin-top: -0.9rem;
  margin-left: -1.07rem;
}

.sec09 .s9-main .part .cont2 img.pc {
  width: 7.89rem;
  display: block;
  margin-top: -0.86rem;
  margin-right: -0.2rem;
  margin-left: -0.6rem;
}

.cont2 {
  display: flex;
}

.cont2-r {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -0.8rem;
}

.cont2-r img {
  width: 4.52rem;
  margin: 0 -1.6rem 0 -1.5rem;
  position: relative;
  z-index: 9;
}

.cont2-r-l p:nth-child(1) {
  width: 2.82rem;
  height: 0.34rem;
  border-radius: .17rem;
  font-size: .22rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding-left: 0.18rem;
  margin-bottom: 0.24rem;
  margin-top: 1.02rem;
  background: #f12323;
  background: linear-gradient(to right, #f12323, #f1232300);
}

.cont2-r-l p:nth-child(2) {
  width: 2.82rem;
  height: 0.34rem;
  border-radius: .17rem;
  font-size: .22rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding-left: 0.18rem;
  margin-left: 0.2rem;
  background: #ff7104;
  background: linear-gradient(to right, #ff7104, #f1232300);
}

.cont2-r-r p:nth-child(1) {
  width: 2.82rem;
  height: 0.34rem;
  border-radius: .17rem;
  font-size: .22rem;
  color: #fff;
  font-weight: 600;
  text-align: right;
  padding-right: 0.26rem;
  right: 0.3rem;
  margin-bottom: 0.24rem;
  position: relative;
  margin-top: 1.13rem;
  background: #ffca66;
  background: linear-gradient(to right, #f1232300, #ffca66);
}

.cont2-r-r p:nth-child(2) {
  width: 2.82rem;
  height: 0.34rem;
  border-radius: .17rem;
  font-size: .22rem;
  color: #fff;
  font-weight: 600;
  text-align: right;
  padding-right: 0.26rem;
  background: #f0201f;
  background: linear-gradient(to right, #f1232300, #f0201f);
}



.sec10 {
  clear: both;
}

.sec10 .s10-title {
  margin-top: 0.25rem;
}

.sec10 .s10-main {
  width: 100%;
  clear: both;
}

.sec10 .s10-main .part {
  width: 100%;
  clear: both;
}

.sec10 .s10-main .part .tit {
  width: 11.82rem;
  height: 0.4rem;
  display: block;
  margin-left: 0.18rem;
  border-radius: 0.5rem;
  background: #fff4e1;
  background: -webkit-linear-gradient(left, #ffe8c2, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffe8c2, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffe8c2, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffe8c2, #fff);
  /* 标准的语法 */
  font-size: 0.16rem;
  color: #be8a36;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sec10 .s10-main .part .tit b {
  font-size: 0.24rem;
  font-weight: bold;
  color: #982e11;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.sec10 .s10-main .part .tit b img {
  display: block;
  margin-top: -0.1rem;
  margin-left: -0.2rem;
}

.sec10 .s10-main .part .tit span {
  margin-right: 1.65rem;
}

.sec10 .s10-main .part .cont {
  width: 100%;
  margin: 0.06rem auto 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec10 .s10-main .part .cont .pep_prev {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  background: url("../images/s10-icon01.png") no-repeat center / 100%;
  margin-right: 0.25rem;
  cursor: pointer;
}

.sec10 .s10-main .part .cont .pep_next {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  background: url("../images/s10-icon01.png") no-repeat center / 100%;
  margin-left: 0.25rem;
  transform: rotate(180deg);
  cursor: pointer;
}

.sec10 .s10-main .part .cont .swiper {
  width: 9.6rem;
  height: 3.71rem;
  margin: 0 0.2rem;
}

.sec10 .s10-main .part .cont .swiper .swiper-slide {
  display: flex;
}

.sec10 .s10-main .part .cont .swiper .swiper-slide img {
  width: 3.02rem;
  display: block;
}

.sec10 .s10-main .part .pdfbox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.18rem;
}

.sec10 .s10-main .part .pdfbox img {
  width: 1.48rem;
  display: block;
  margin: 0 0.11rem;
  transition: all .5s;
}

.sec10 .s10-main .part .pdfbox img:hover {
  transform: scale(1.1);
}

.sec10 .s10-main .part .pdfbox::after {
  content: '';
  width: 100%;
  height: 1.1rem;
  display: block;
  background: url("../images/s10-stat01.png") no-repeat center top;
}

.sec11 {
  height: 5.51rem;
  background: url("../images/s11-bg.jpg") no-repeat center top;
}

.sec11 .s11-title {
  margin-top: 0.15rem;
  margin-bottom: 0.17rem;
}

.sec11 .s11-main {
  width: 100%;
  clear: both;
}

.sec11 .s11-main .part {
  width: 100%;
  clear: both;
}

.sec11 .s11-main .part.part1 {
  background: #b42600;
  height: 3.48rem;
  border: solid 0.01rem #fb3e3e;
  border-radius: 0.3rem;
  margin-bottom: 0.38rem;
}

.sec11 .s11-main .part.part1 .tit {
  margin-top: -0.2rem;
}

.sec11 .s11-main .part .tit {
  width: 3.38rem;
  height: 0.6rem;
  clear: both;
  background: #fff4e1;
  background: -webkit-linear-gradient(left, #fff, #ffe8c2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffe8c2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffe8c2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffe8c2);
  /* 标准的语法 */
  border-radius: 0.3rem 0.3rem 0.3rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.26rem;
  font-weight: bold;
  color: #982e11;
  position: relative;
  z-index: 2;
}

.sec11 .s11-main .part .tit img {
  height: 0.3rem;
  display: block;
  margin-left: 0.23rem;
  margin-right: 0.15rem;
}

.sec11 .s11-main .part .cont {
  width: 100%;
  clear: both;
  margin-top: 0.22rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sec11 .s11-main .part .cont ul {
  width: 6.9rem;
  display: block;
  margin-left: 0.1rem;
  clear: both;
  position: relative;
}

.sec11 .s11-main .part .cont ul::before {
  content: '';
  width: 2.14rem;
  height: 2.58rem;
  display: block;
  background: url("../images/s11-line01.png") no-repeat center / 100%;
  position: absolute;
  top: -0.4rem;
  left: 0.16rem;
}

.sec11 .s11-main .part .cont ul li {
  width: 100%;
  clear: both;
  height: 0.78rem;
  border-radius: 0.1rem;
  margin-bottom: 0.13rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.sec11 .s11-main .part .cont ul li span {
  width: 1.67rem;
  height: 0.46rem;
  display: block;
  color: #FFF;
  font-size: 0.2rem;
  font-weight: bold;
  border-radius: 0.5rem;
  margin-left: 0.41rem;
  margin-right: 0.15rem;
}

.sec11 .s11-main .part .cont ul li span em {
  font-size: 0.3rem;
}

.sec11 .s11-main .part .cont ul li p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #fff;
  text-align: left;
}

.sec11 .s11-main .part .cont ul li:nth-child(1) {
  background: rgba(255, 167, 65, 0.5);
  background: -webkit-linear-gradient(left, rgba(255, 167, 65, 0), #ffa741);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(255, 167, 65, 0), #ffa741);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 167, 65, 0), #ffa741);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(255, 167, 65, 0), #ffa741);
  /* 标准的语法 */
}

.sec11 .s11-main .part .cont ul li:nth-child(1) span {
  background: #ea5919;
  background: -webkit-linear-gradient(left, #d43e02, #ff742f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d43e02, #ff742f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d43e02, #ff742f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d43e02, #ff742f);
  /* 标准的语法 */
  border: solid 0.01rem #ffdfbe;
}

.sec11 .s11-main .part .cont ul li:nth-child(2) {
  background: rgba(233, 64, 49, 0.5);
  background: -webkit-linear-gradient(left, rgba(233, 64, 49, 0), #e94031);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(233, 64, 49, 0), #e94031);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(233, 64, 49, 0), #e94031);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(233, 64, 49, 0), #e94031);
  /* 标准的语法 */
  margin-left: 0.88rem;
}

.sec11 .s11-main .part .cont ul li:nth-child(2) span {
  background: #e52c1b;
  background: -webkit-linear-gradient(left, #e94032, #e01704);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e94032, #e01704);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e94032, #e01704);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e94032, #e01704);
  /* 标准的语法 */
  border: solid 0.01rem #fe7e73;
}

.sec11 .s11-main .part .cont ul li:nth-child(3) {
  background: rgba(253, 113, 44, 0.5);
  background: -webkit-linear-gradient(left, rgba(253, 113, 44, 0), #fd712c);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(253, 113, 44, 0), #fd712c);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(253, 113, 44, 0), #fd712c);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(253, 113, 44, 0), #fd712c);
  /* 标准的语法 */
  margin-left: 1.98rem;
}

.sec11 .s11-main .part .cont ul li:nth-child(3) span {
  background: #e95919;
  background: -webkit-linear-gradient(left, #d43e03, #fe732f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d43e03, #fe732f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d43e03, #fe732f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d43e03, #fe732f);
  /* 标准的语法 */
  border: solid 0.01rem #fea87f;
}

.sec11 .s11-main .part .cont img {
  margin-top: -0.61rem;
  display: block;
  width: 3.15rem;
  animation: s11ImgMove 1s infinite alternate ease-in-out;
}

.sec11 .s11-main .part .cont2 {
  width: 100%;
  clear: both;
  height: 5rem;
  background: url("../images/s11-img01.png") no-repeat center bottom;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.sec11 .s11-main .part .cont2 .gg_list {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec11 .s11-main .part .cont2 .gg_list p {
  color: #ffffff;
  font-size: .16rem;
  line-height: .22rem;
  letter-spacing: .015rem;
}

.sec11 .s11-main .part .cont2 .gg_list b {
  color: #fff;
  font-size: .18rem;
  line-height: .22rem;
  font-weight: 600;
  position: relative;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1,
.sec11 .s11-main .part .cont2 .gg_list.gg_list2,
.sec11 .s11-main .part .cont2 .gg_list.gg_list3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1 p,
.sec11 .s11-main .part .cont2 .gg_list.gg_list2 p,
.sec11 .s11-main .part .cont2 .gg_list.gg_list3 p {
  text-align: right;
  margin-right: .14rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1 b,
.sec11 .s11-main .part .cont2 .gg_list.gg_list2 b,
.sec11 .s11-main .part .cont2 .gg_list.gg_list3 b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .96rem;
  height: 1.02rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1 {
  top: 2.78rem;
  left: 1.29rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1 b {
  background: url("../images/s11-img03.png") right center no-repeat;
  background-size: 100% 100%;
  color: #470202;
  font-weight: bold;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list2 {
  top: 1.64rem;
  left: 1.25rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list2 b {
  background: url("../images/s11-img04.png") right center no-repeat;
  background-size: 100% 100%;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list3 {
  top: .57rem;
  left: 1.8rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list3 b {
  background: url("../images/s11-img05.png") right center no-repeat;
  background-size: 100% 100%;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list4 {
  top: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list4 p {
  text-align: center;
  width: 100%;
  clear: both;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list4 b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: .08rem auto 0;
  width: .88rem;
  height: 1.02rem;
  background: url("../images/s11-img03.png") right center no-repeat;
  background-size: 100% 100%;
  color: #470202;
  margin-top: .1rem;
}

.sec11 .s11-main .part .cont2 .gg_list b::before {
  content: '';
  width: .12rem;
  height: .12rem;
  background: #eed0a6;
  border-radius: .5rem;
  position: absolute;
  top: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list3 b::before {
  background: #f87947;
  left: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list2 b::before {
  background: #e73627;
  left: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list1 b::before {
  background: #ffbd77;
  left: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5 b::before {
  background: #fbc9c2;
  right: -0.08rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list6 b::before {
  background: #eed0a6;
  right: -0.08rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list7 b::before {
  background: #f87947;
  right: -0.08rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5,
.sec11 .s11-main .part .cont2 .gg_list.gg_list6,
.sec11 .s11-main .part .cont2 .gg_list.gg_list7 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5 p,
.sec11 .s11-main .part .cont2 .gg_list.gg_list6 p,
.sec11 .s11-main .part .cont2 .gg_list.gg_list7 p {
  margin-left: .14rem;
  text-align: left;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5 b,
.sec11 .s11-main .part .cont2 .gg_list.gg_list6 b,
.sec11 .s11-main .part .cont2 .gg_list.gg_list7 b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .96rem;
  height: 1.02rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5 {
  top: .56rem;
  left: 8.06rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list5 b {
  background: url("../images/s11-img04.png") right center no-repeat;
  background-size: 100% 100%;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list6 {
  top: 1.7rem;
  left: 8.55rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list6 b {
  color: #fff;
  background: url("../images/s11-img05.png") right center no-repeat;
  background-size: 100% 100%;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list7 {
  top: 2.86rem;
  left: 8.06rem;
}

.sec11 .s11-main .part .cont2 .gg_list.gg_list7 b {
  color: #4b310d;
  background: url("../images/s11-img03.png") right center no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
}

.sec11 .s11-main .part .cont2 .gg_mid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 3.76rem;
  height: 2.29rem;
  margin: 1.36rem auto 0;
  background: url("../images/s11-img02.png") center center no-repeat;
  background-size: 100% 100%;
}

.sec11 .s11-main .part .cont2 .gg_mid .item {
  width: 1.1rem;
}

.sec11 .s11-main .part .cont2 .gg_mid .item:nth-of-type(2) {
  flex: 1;
}

.sec11 .s11-main .part .cont2 .gg_mid .item:nth-of-type(2) img {
  margin: .35rem auto .18rem;
}

.sec11 .s11-main .part .cont2 .gg_mid .item:nth-of-type(2) h6 {
  width: .8rem;
  line-height: .32rem;
  font-size: .24rem;
  margin: 0 auto .12rem;
}

.sec11 .s11-main .part .cont2 .gg_mid .item:nth-of-type(2) p {
  font-size: .22rem;
}

.sec11 .s11-main .part .cont2 .gg_mid img {
  display: block;
  width: .62rem;
  margin: .62rem auto .1rem;
}

.sec11 .s11-main .part .cont2 .gg_mid h6 {
  color: #b34800;
  font-weight: bold;
  width: .66rem;
  line-height: .28rem;
  margin: 0 auto .08rem;
  border-radius: .5rem;
  font-size: .2rem;
  text-align: center;
  background: #f9cdae;
  background: -webkit-linear-gradient(left, #fff, #ffe8c2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffe8c2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffe8c2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffe8c2);
  /* 标准的语法 */
}

.sec11 .s11-main .part .cont2 .gg_mid p {
  text-align: center;
  font-size: .18rem;
  color: #ffffff;
  letter-spacing: .02rem;
  font-weight: 500;
}

.indexBtn span {
  font-size: 20px;
  color: blue;
}

/*侧边悬停*/
.lfNav {
  position: fixed;
  width: 188px;
  height: auto;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9;
}

.lfNav .close {
  position: absolute;
  top: -40px;
  right: -10px;
  height: 35px;
  width: 35px;
}

.lfNav .close img {
  width: 100%;
  display: block;
}

.lfNav .topPic {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  z-index: 3;
}

.lfNav .topPic img {
  width: 100%;
  display: block;
}

.lfNav .navBox {
  width: 173px;
  height: auto;
  background: #e9a96b;
  background: linear-gradient(90deg, #e9a96b, #fffadd, #ffcc8a);
  border-radius: 0.15rem;
  display: flex;
  margin-top: -0.2rem;
  margin-left: 0.08rem;
}

.lfNav .navBox .kuang {
  width: 162px;
  margin: 4px 5px;
  border-radius: 0.15rem;
  border: solid 1px #fff;
  box-sizing: border-box;
  background: #ffeac2;
  background: linear-gradient(#ffeac2, #fff);
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0.1rem 0 0.24rem;
}

.lfNav .navBox .kuang a {
  width: 1.6rem;
  border-bottom: dashed 1px #a37a66;
  line-height: 0.39rem;
  text-align: center;
  font-size: 16px;
  color: #56110b;
}

.lfNav .navBox .kuang a:last-child {
  border-bottom: 0;
}

.lfNav .navBox .kuang a:hover {
  color: #ff1905;
}

.left_top {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin-left: 62px;
  margin-top: -30px;
  position: relative;
  z-index: 3;
}

@-webkit-keyframes scaleDraw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.15);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.15);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes s11ImgMove {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */