@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: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pc-hide{
  display: none !important;
}
.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;
}
.wrap {
  width: 12rem;
  margin: auto;
  text-align: center;
  position: relative;
}

/* 鼠标跟随 */
.stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
} 

/* banner */
.banner-box {
  width: 100%;
  height: 6.89rem;
  box-sizing: border-box;
  background: url(../images/ban_bg.jpg) no-repeat top center;
}
.banner-box .wrap{
  height: 100%; text-align: center;
}
.ban-sTit{
   text-align: center; margin-top: .64rem;
}
.ban-tit{
  margin-left: 2.32rem; text-align: left; margin-top: -0.53rem;
}
.ban-time{
  text-align: left; margin-top: -0.46rem;
}
.ban-yh1{
  position: absolute; top: 1.02rem; left: 2.06rem; animation: yanhua 1.2s infinite forwards linear;
}
.ban-yh2{
  position: absolute; right: 2.14rem; top: .7rem; animation: yanhua 1.2s infinite forwards linear;
}
.ban-ma{
  position: absolute; right: .48rem; bottom: .42rem;
  animation: 
    horse-move 1s step-end infinite; /* 无限循环（若需要单次则删除 infinite） */
}
.ban-dl{
  position: absolute; left: 0; top: -0.28rem; transform-origin: 50% 0%;
  animation: swing1 2s ease-in-out alternate infinite;
}
.ban-dl2{
  position: absolute; right: 0; top: -0.28rem; transform: scaleX(-1); transform-origin: 50% 0%;
  animation: swing1 2s ease-in-out alternate infinite;
}
.ban-yh-box{
  position: absolute; bottom: .19rem; left: 1.58rem;
}
.ban-yh3{
  position: absolute; top: -0.53rem; left: .24rem;
}


/* 标题 */
.secTit {
  line-height: 1; margin-left: -0.28rem; margin-bottom: .32rem;
}

/* sec01 */
.secMain {
  width: 100%;
}
.sec01 {
  height: 8.88rem; background: url(../images/s1_bg.jpg) no-repeat center top;
}
.sec01 .wrap{
  top: -0.57rem;
}
.s1-main{
  position: relative; padding-top: .16rem; padding-top: .16rem;
}
.s1-img {
   position: absolute; left: 0; top: 0;
}
.playzn{
  width: 11.72rem; border-radius: .5rem; margin: 0 auto; overflow: hidden; 
}



/* sec02 */
.sec02{
  height: 8.81rem; background: url(../images/s2_bg.jpg) no-repeat bottom center;
}
.s2-main{
  background: url(../images/s2_mbg.png) no-repeat top center / 100%; height: 6.99rem; font-family: "SiYuanSong"; text-align: left; margin-top: -0.05rem; padding: .9rem .98rem 0 1.06rem; box-sizing: border-box; font-size: .19rem; line-height: .34rem;
}
.s2-title{
  margin-bottom: 0;
}
.s2-main .redColor{
  color: #e00d00;
}
.s2-main .Heavy{
  font-weight: 900;
}
.s2-main .Bold{
  font-weight: 700;
}
.s2-main .redColor2{
  color: #b22200;
}
.s2-main p{
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center center;
  color: #2c3e50;
  cursor: default;
}

.s2-main .s2-i01{
  width: .2rem; height: .18rem; background: url(../images/s2_i01.png) no-repeat center / 100%; position: absolute; left: .12rem;
  top: .09rem;
}
.s2-main .s2-i02{
  width: .19rem; height: .19rem; background: url(../images/s2_i02.png) no-repeat center / 100%; position: absolute; left: .13rem;
  top: .09rem;
}
.s2-main .s2-i03{
  width: .21rem; height: .21rem; background: url(../images/s2_i03.png) no-repeat center / 100%; position: absolute; left: .13rem;
  top: .07rem;
}
.char-item{
  transition: all .5s; display: inline-block;
}
.char-item:hover{
  transform: scale(1.5);
}
.s2-main p.textIndent span:nth-child(1){
  padding-left: 2em;
}
.s2-main p.textIndent2{
  text-indent: 2em;
}
.sec02 p.p01 > span:nth-child(n+5):nth-child(-n+40){
  color: #e00d00;
}

/* sec03 */
.sec03{
  background: url(../images/s3_bg.jpg) no-repeat top center; height: 7.06rem;
}
.s3-main{
  background: url(../images/s3_mbg.png) no-repeat top center / 100%; height: 4.32rem;
}
.s3-main ul{
  display: flex; justify-content: center; flex-wrap: wrap; padding-top: .54rem;
}
.s3-main ul li{
  width: 2.43rem; height: 3.2rem; background: url(../images/s3_lbg.png) no-repeat center / 100%; margin: 0 .15rem;
}
.s3-main ul li h3{
  font-size: .3rem; color: #fff; font-weight: bold; line-height: 1; padding-top: .58rem; margin-bottom: .2rem;
}
.s3-main ul li div.cert-link-group{
  width: 2rem; height: 1.46rem; background: rgb(225 52 18 / 90%); border-radius: .1rem; margin: 0 auto; padding-top: .2rem; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; box-sizing: border-box;
}
.s3-main ul li div.cert-link-group a{
  width: .62rem; font-size: .19rem; color: #fefefe; line-height: 1; margin-bottom: .22rem; border-right: .01rem solid #fff; box-sizing: border-box;
}
.s3-main ul li div.cert-link-group p{
  font-size: .16rem; color: #fff; line-height: .24rem; margin-top: -0.28rem;
}
.s3-main ul li div.cert-link-group a:nth-child(3n){
  border-right: none;
}
.s3-main ul li div.cert-link-group a:hover{
  color: #fff669;
}
.s3-main ul li div.cert-link-group a.nobr{
  border: none; width: auto; text-align: left; margin-top: -0.4rem; margin-left: -0.3rem;
}
#getCourse:hover a{
  color: #fff669;
}

/* sec04 */
.sec04{
  background: url(../images/s4_bg.jpg) no-repeat top center; height: 13.53rem;
}
.s4-main{
  height: 10.64rem; background: url(../images/s4_mbg.png) no-repeat top center / 100%; padding-top: .4rem; box-sizing: border-box; position: relative; z-index: 9;
}
.s4-main h3{
  font-size: .3rem; color: #340700; font-weight: bold; background: url(../images/s4_bt_bg.png) no-repeat center / 3.5rem; margin-bottom: .2rem; line-height: 1;
}
.s4-item2{
  position: relative;
}
.s4-ip{
  width: 1.65rem;
  position: absolute;
  bottom: 1.42rem;
  right: 1.2rem;
  z-index: 99;
  animation: moveY1 1s infinite alternate ease-in-out;
}
.s4-main .expand-box{
  margin-bottom: .3rem;
}
.s4-main .expand-box ul{
  display: flex; justify-content: flex-start; flex-wrap: wrap; margin-left: .64rem;
}
.s4-main .expand-box ul li{
  width: 2.06rem; height: .52rem; line-height: .52rem; background: #ffe7e3; border-radius: .06rem; font-size: .2rem; color: #be0e00; margin-right: .1rem; margin-bottom: .1rem; cursor: pointer;
}
.s4-main .expand-box ul li.on{
  color: #fff; font-weight: 600;
  background: #ff7725;
  background: -webkit-linear-gradient(bottom, #ff7725, #e10b03);
  background: -o-linear-gradient(bottom, #ff7725, #e10b03);
  background: -moz-linear-gradient(bottom, #ff7725, #e10b03);
  background: linear-gradient(to bottom, #ff7725, #e10b03);
}
.s4-main .signCont{
  display: flex; flex-wrap: wrap; margin-left: .64rem;
}
.s4-main .signCont .sign{
  width: 2.53rem; height: 1.46rem; background: url(../images/s4_t_lbg.png) no-repeat center / 100%; margin-right: .2rem; margin-bottom: .16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4-main .signCont .sign time{
  font-size: .26rem; color: #fff; font-weight: 600; padding-top: .26rem; margin-bottom: .18rem; line-height: 1;
}
.s4-main .signCont .sign a{
  width: 1.67rem; height: .48rem; line-height: .48rem; background: url(../images/s4_btn_bg.png) no-repeat center / 100%; display: block; font-size: .2rem; color: #fff; font-weight: bold;
}
.s4-main .signCont .sign.gray a{
  background: url(../images/s4_btn_bg2.png) no-repeat center / 100%;
}
.s4-item2 h3{
  margin-top: .22rem;
}
.s4-item2 ul{
  display: flex; justify-content: center;
}
.s4-item2 ul li{
  width: 3.44rem; height: 1.46rem; background: url(../images/s4_b_lbg.png) no-repeat center / 100%; margin: 0 .1rem; position: relative; text-align: left; cursor: pointer;
}
.s4-item2 ul li div{
  width: 2.3rem; text-align: center;
}
.s4-item2 ul li img{
  position: absolute; right: .06rem; top: 50%; transform: translateY(-50%);
}
.s4-item2 ul li:nth-child(3) img{
  right: .2rem;
}
.s4-item2 ul li h4{
  font-size: .28rem; color: #e10c04; font-weight: 900; font-family: "SiYuanSong"; padding-top: .25rem; line-height: 1; margin-bottom: .12rem;
}
.s4-item2 ul li p{
  width: 1.81rem; height: .48rem; line-height: .48rem; background: url(../images/s4_lbg2.png) no-repeat center / 100%; font-size: .2rem; color: #fff; text-align: center; margin: 0 auto;
}
.s4-item2 ul li:nth-child(2) p{
  width: 1.81rem; height: .61rem; line-height: .22rem; font-size: .18rem; background: url(../images/s4_lbg3.png) no-repeat center / 100%; padding-top: .08rem; box-sizing: border-box;
}
.s4-yh{
  width: 2.26rem; position: absolute; right: -0.87rem; top: 1.61rem; animation: scale2 1s infinite alternate ease-in-out;
}

/* sec05 */
.sec05{
  background: url(../images/s5_bg.jpg) no-repeat top center; height: 9.82rem;
}
.s5-main{
  height: 6.86rem; background: url(../images/s5_mbg.png) no-repeat top center / 100%; padding-top: .62rem; box-sizing: border-box;
}
.s5-t{
  border-top: .03rem solid #facb73; width: 11.72rem;
  margin: 0 auto;
}
.s5-t ul{
  display: flex; justify-content: center; flex-wrap: wrap;
}
.s5-t ul li{
  width: 1.72rem; margin: 0 .26rem; margin-top: -0.14rem; text-align: center;
}
.s5-t ul li i{
  width: .26rem; height: .26rem; background: url(../images/s5_jt.png) no-repeat center / 100%; display: block; margin: 0 auto; position: relative; z-index: 9;
}
.s5-t ul li div{
  width: 100%; height: 3.4rem; background: url(../images/s5_lbg.png) no-repeat center / 100%; margin-top: -0.14rem;transform-origin: 50% 0%;
  animation: swing1 2s ease-in-out alternate infinite;
}
.s5-t ul li div span{
  font-size: .2rem; color: #fff; font-weight: 600; display: block; line-height: 1; padding-top: .65rem; margin-bottom: .1rem;
}

.s5-t ul li div a{
  width: 1.12rem; height: .42rem; line-height: .38rem; display: block; border: .02rem solid #ffffff; border-radius: .2rem; font-size: .18rem; color: #ea2b0d; box-sizing: border-box; margin: .06rem auto 0;
  background: #ffe7a0;
  background: -webkit-linear-gradient(bottom, #ffe7a0, #ffd564);
  background: -o-linear-gradient(bottom, #ffe7a0, #ffd564);
  background: -moz-linear-gradient(bottom, #ffe7a0, #ffd564);
  background: linear-gradient(to bottom, #ffe7a0, #ffd564);
}
.s5-b{
  width: 10.62rem; background: #002473; border: .01rem solid #6884f9; margin: 0 auto; border-radius: .2rem; margin-top: .16rem;
}
.s5-b ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: .15rem 0 .23rem;
}
.s5-b ul li{
  width: 20%;
  display: flex;
  align-items: center;
  font-size: .18rem;
  color: #fff;
  margin: 0;
  flex-direction: column;
  position: relative;
}
.s5-b ul li::after{
  content: ''; width: .01rem; height: 1.58rem; display: block; position: absolute; right: 0; top: .18rem;
  background: #6884f9;
  background: -webkit-linear-gradient(bottom, #6885f900, #6884f9, #6885f900);
  background: -o-linear-gradient(bottom, #6885f900, #6884f9, #6885f900);
  background: -moz-linear-gradient(bottom, #6885f900, #6884f9, #6885f900);
  background: linear-gradient(to bottom,  #6885f900, #6884f9, #6885f900);
}
.s5-b ul li:last-child::after{
  display: none;
}
.s5-b ul li span{
  width: 1.04rem; height: .38rem; line-height: .38rem; border-radius: .2rem; font-size: .2rem; color: #fff; margin-bottom: 0.1rem; font-weight: bold; margin-top: -.22rem;
  background: #fd873e;
  background: -webkit-linear-gradient(bottom, #fd873e, #f31007);
  background: -o-linear-gradient(bottom, #fd873e, #f31007);
  background: -moz-linear-gradient(bottom, #fd873e, #f31007);
  background: linear-gradient(to bottom, #fd873e, #f31007);
}

/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}
.popup {
  width: 5rem;
  z-index: 9;
  border-radius: .3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.popup .close {
  display: block;
  width: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}
.popup .close img{
  width: 100%;
}

.popup h3 {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  font-size: .32rem;
  letter-spacing: .01rem;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  background: #ff7725;
  background: -webkit-linear-gradient(bottom, #ff7725, #e10b03);
  background: -o-linear-gradient(bottom, #ff7725, #e10b03);
  background: -moz-linear-gradient(bottom, #ff7725, #e10b03);
  background: linear-gradient(to bottom, #ff7725, #e10b03);
}
.popup h3 span{
  width: 100%; display: block;
}
.popup h3 span img{
  padding-top: .18rem;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .35rem .4rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff url(../images/tc_bg.png) no-repeat center;
  border-radius:0 0 .22rem .22rem;
  border-top: none;
}
.popup-p {
  text-align: center;
  line-height: 0.3rem;
  margin: 0 auto;
  margin-bottom: .04rem;
  font-size: .2rem;
  color: #333333;
  text-align: center;
}
.popup-m img{
  width: 1.65rem;
  margin-bottom: .05rem;
  margin-top: 0.15rem;
}
.popup-img {
  width: 2rem;
  margin-bottom: .03rem;
}
.popup-img2{
  width: .66rem;
  display: block;
  animation: moveRightUp alternate .8s ease infinite;
  position: absolute;
  bottom: 1.14rem;
  left: .79rem;
}
#ewmPop .popup-img2{
  width: 0.8rem;
}
.popBtn {
  width: 3.23rem;
  height: .89rem;
  line-height: .71rem;
  font-size: .22rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  border-radius: .5rem;
  text-align: center;
  background: url(../images/popBtn_bg.png) no-repeat center / 100% 100%;
  cursor: pointer;
}
.popBtn2{
  width: 2.43rem; height: 0.82rem; line-height: 0.67rem;
}
#pubPop .popup-img{
  width: 1.65rem;
  margin: .1rem 0;
  max-width: 2.8rem;
}
#pubPop .popup-img3{
  width: 1.88rem; margin-left: .2rem;
}
#pubPop .popup-img4{
  width: 1.11rem;
}
#pubPop .popup-img5{
  width: 2.8rem;
}
#pubPop .popup-m span{
  color: #d20d00; display: block; font-size: .22rem;
}

/* 问题弹窗 */
#ansbox .popup{
  width: 9rem;
}
#ansbox .popup-m{
  padding: .5rem .7rem;
}
#ansbox .options{
  margin-bottom: .2rem;
}
#ansbox .queInfo{
  text-align: left;
}
#ansbox .queInfo h4{
  font-size: .18rem; color: #000000; font-weight: bold; margin-bottom: .05rem;
}
#ansbox .options span{
  font-size: .16rem; color: #000000; display: block; line-height: .4rem; display: flex; align-items: center; cursor: pointer;
}
#ansbox .options span::before{
  content: ''; width: .22rem; height: .22rem; background: url(../images/nocheck.png) no-repeat center / 100%; display: block; margin-right: .16rem;
}
#ansbox .options span.on::before{
  background: url(../images/checked.png) no-repeat center / 100%;
}
.error{
  color: #f00 !important;
}

/* 收货地址 */
/* #addressPage{display: block;} */
#addressPage .popup{
  width: 5.7rem; padding-bottom: .2rem;
}
#addressPage .popup-m{
  padding: 0; text-align: left;
}
.addressbox{
	width: 100%; padding: .15rem 0;
}
.addressbox h5{
	width: 100%; font-size: .18rem; line-height: .26rem; text-align: center;
}
.addressbox ul{
	width:100%; display: inline-block; margin: .1rem auto 0;
}
.addressbox ul li{
	width: 100%; clear: both;
}
.addressbox ul li.address{
	margin-left: .23rem; margin-top: .1rem;
}
.addressbox ul li.user,.addressbox ul li.phone{
	width: 100%;height: .71rem;
	font-size: .18rem; line-height: .71rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.addressbox ul li label{ margin-left: .2rem; margin-right: .1rem; display: block;}
.addressbox ul li label em{color: #ff4706;}
.addressbox ul li.address label{color: #333333; font-size: .18rem; margin-left: 0;}

.addressbox ul li input{
	border: none; height: .45rem; width: 3.92rem; border: .01rem solid #e8e8e8; border-radius: .02rem;
	background: #f6f6f6; padding-left: .1rem; box-sizing: border-box;
	display: block;
	font-size: .2rem;
}
.addressbox ul li.address input{
	width: 84.5%;padding: 0 .1rem; display: block;
	border: solid .01rem #e1e1e1;
  background: #f6f6f6;
	border-radius: .02rem;
	line-height: .52rem; height: .52rem;
	margin-top: .05rem;
}
.addressbox ul li.region{
	display: flex;
	justify-content: flex-start;
	align-items: center;
  margin-left: .13rem;
}
.addressbox ul li.region .form-group{
	width: 1.55rem; margin: 0 .1rem;
}
.addressbox ul li.region .form-group select{
	width: 100%;
	border: solid .01rem #e1e1e1;height: .51rem; line-height: .51rem; padding-left: .05rem;
	border-radius: .02rem;
	font-size: .2rem;
	background: #f6f6f6;
}
.addressbox ul li.region .form-group span{
	font-size: .18rem;
}
.addressbox ul li.region .form-group em{font-size: .26rem;color: #ff4706;}
.addressbox p{
	font-size:.18rem; line-height: .36rem;
	width: 76%; margin: 0 12% 0;
	text-align: center;
	color: #fc3c2f;
}

#addressPage .close a{
  width: 100%; display: block;
}
#addressPage .close a img{
  margin-top: 0 !important;
}

/* 确认地址 */
/* #surePage{display: block;} */
/* #surePage .popup{
  width: 4.6rem;
} */
#surePage .popup-m{
  text-align: left;
}
.sureTxt{width: 100%;margin: 0 auto;}
.sureTxt ul li{font-size: .18rem; line-height: .4rem; margin: 0 .4rem;}
.sureTxt ul li span{float: left;}
.sureTxt ul li p{font-weight: bold;
	font-size: .18rem; line-height: .4rem; min-height: .4rem;
}
.sureP{
  font-size: .16rem; line-height: .26rem; text-align: center; color: #ca001a;
}
#surePage .tipSure{
  margin-top: .2rem; display: flex; justify-content: center;
}
#surePage .tipSure a{
  width: 1.78rem; height: .57rem; line-height: .56rem; background: url(../images/s4_btn_bg4.png) no-repeat center / 100%; margin: 0 .1rem;
}
#surePage .tipSure .btn02{
  background: url(../images/s4_btn_bg3.png) no-repeat center / 100%;
}

/* 物流 */
/* #logisInfoPage{display: block;} */
.logistInfo{
	width: 4rem; clear: both; float: left; margin: .65rem 1rem .3rem;
}
.logistInfo ul{
	width: 100%; clear: both;
}
.logistInfo ul li{
	width: 100%; font-size: .28rem; line-height: .4rem; font-weight: 500;
	white-space: nowrap;
}
.logistInfo ul li span{color: #fc3c2f; font-weight: bold;}
.logistInfo p{
	width:100%;clear: both; text-align: center; margin-top: .1rem;
	font-size: .24rem; color: #999;
}
.logistInfo img{
	width: 1.95rem; display: block; margin: .2rem auto 0;
}


/*侧边悬停*/
.lfNav {
  position: fixed;
  width: 317px;
  height: 510px;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 999;
  background: url(../images/fixedNavBg.png) no-repeat center / 100%;
}
.lfNav .close {
  position: absolute;
  top: -34px;
  right: 43px;
  height: 35px;
  width: 35px;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
.lfNav .navBox {
  width: 178px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 103px;
  margin-left: 69px;
}
.lfNav .navBox a {
  width: 100%;
  border-bottom: solid 1px #f1bfa2;
  line-height: 0.54rem;
  text-align: center;
  font-size: 18px;
  color: #330400;
  font-family: "SiYuanSong";
  font-weight: 600;
}
.lfNav .navBox a:last-child {
  border-bottom: none;
}
.lfNav .navBox a:hover {
  color: #c00d00; background: #fff; font-weight: 900; border-bottom: 1px solid #fff;
}
.left_top {
  width: 100%;
  height: 76px;
  display: block;
  float: left;
  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 */