/**
@keyframes circle {}
@-webkit-keyframes circle {}
**/
@media screen and (min-width: 800px) and (max-width: 1140px) {
  body {
    zoom: 0.8;
  }
}
body {
  min-width: 1200px;
}
section {
  padding: 1px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
}
.banner .swiperban {
  height: 580px;
  overflow: hidden;
}
.banner .logo {
  display: block;
  height: 30px;
}
.banner .slide1 {
  background: url("../images/banner1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide1 .ban1top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 37px 0 16px;
}
.banner .slide1 .ban1top span {
  font-size: 20px;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 10px 26px;
  background: rgba(219, 35, 29, 0.625);
  background: -webkit-linear-gradient(right, rgba(219, 35, 29, 0.25), #db231d);
  background: -o-linear-gradient(left, rgba(219, 35, 29, 0.25), #db231d);
  background: -moz-linear-gradient(left, rgba(219, 35, 29, 0.25), #db231d);
  background: linear-gradient(to right, rgba(219, 35, 29, 0.25), #db231d);
}
.banner .slide1 .banteacher {
  display: block;
  width: 99%;
}
.banner .slide1 .ban1a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -135px auto 25px;
}
.banner .slide1 .ban1a .ban1 {
  display: block;
  height: 100px;
}
.banner .slide1 .ban1a .banhuo {
  width: 113px;
  margin-right: -113px;
  margin-bottom: -10px;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.banner .slide1 .ban1_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .slide1 .ban1_btm span {
  font-size: 20px;
  color: #922200;
  text-align: center;
  border-radius: 0.5rem;
  line-height: 40px;
  width: 170px;
  font-weight: bold;
  margin: 0 25px 28px;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.banner .slide1 .tips {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.banner .slide2 {
  background: url("../images/banner2.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide2 .logo {
  margin: 40px 0 53px;
}
.banner .slide2 .ban2 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 2px;
}
.banner .slide2 .ban2a {
  display: block;
  height: 167px;
  margin: 40px auto 0;
}
.banner .slide2 .ban2b {
  width: 670px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 47px;
  font-size: 28px;
  color: #80fbff;
  letter-spacing: 2px;
  font-weight: bold;
  background: url("../images/ban2b.png") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide2 .ban2btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .slide2 .ban2btm span {
  font-size: 24px;
  color: #922200;
  text-align: center;
  border-radius: 0.5rem;
  line-height: 50px;
  width: 140px;
  font-weight: bold;
  margin: 0 40px;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #3e3a39;
  font-weight: bold;
  letter-spacing: 2px;
  width: 800px;
  margin: 65px auto 14px;
}
.title span {
  color: #d00000;
  margin-right: 20px;
}
.title i {
  width: 12px;
  height: 12px;
  background: #d00000;
}
.title i:nth-of-type(1) {
  margin-right: auto;
}
.title i:nth-of-type(2) {
  margin-left: auto;
}
.titlebtm {
  display: block;
  height: 9px;
  margin: 0 auto;
}
.baohuo {
  background: #efefef;
}
.baohuo .bh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.baohuo .bh .flip-container {
  perspective: 1000px;
}
.baohuo .bh .flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.baohuo .bh .flipper {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.baohuo .bh .front,
.baohuo .bh .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.baohuo .bh .front {
  z-index: 2;
}
.baohuo .bh .back {
  transform: rotateY(180deg);
}
.baohuo .bh .front,
.baohuo .bh .back {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.baohuo .bh .bh_item {
  width: 285px;
  height: 498px;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  font-weight: bold;
}
.baohuo .bh .bh_item .front {
  padding-top: 70px;
  text-align: center;
}
.baohuo .bh .bh_item .back {
  font-size: 16px;
  color: #221815;
  line-height: 28px;
  padding: 67px 30px 0;
}
.baohuo .bh .bh_item img {
  display: block;
  margin: 15px auto;
  width: 213px;
}
.baohuo .bh .bh_item:nth-of-type(2),
.baohuo .bh .bh_item:nth-of-type(3) {
  height: 449px;
}
.baohuo .bh .bh_item:nth-of-type(2) .front,
.baohuo .bh .bh_item:nth-of-type(3) .front {
  padding-top: 46px;
}
.baohuo .bh .bh_item:nth-of-type(2) .back,
.baohuo .bh .bh_item:nth-of-type(3) .back {
  padding: 36px 30px 0;
}
.baohuo .bh .bh_item:nth-of-type(1) .front {
  background: url("../images/bh1a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(1) .back {
  background: url("../images/bh1.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(2) .front {
  color: #922200;
  background: url("../images/bh2a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(2) .back {
  background: url("../images/bh2.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(3) .front {
  background: url("../images/bh3a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(3) .back {
  background: url("../images/bh3.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(4) .front {
  color: #922200;
  background: url("../images/bh4a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(4) .back {
  background: url("../images/bh4.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bktime {
  position: relative;
  z-index: 1;
  display: block;
  width: 540px;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0.1rem;
  margin: -70px auto 77px;
  background: #e71414;
  background: -webkit-linear-gradient(bottom, #ff2727, #ce0101);
  background: -o-linear-gradient(top, #ff2727, #ce0101);
  background: -moz-linear-gradient(top, #ff2727, #ce0101);
  background: linear-gradient(to bottom, #ff2727, #ce0101);
}
.baohuo .bktime b {
  background-image: -webkit-linear-gradient(left, #fff, #ffb06c 25%, #fff 50%, #ffb06c 75%, #fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  animation: bgliner2 2s linear infinite;
  -webkit-animation: bgliner2 2s linear infinite;
}
.baohuo .bktime:hover {
  background: linear-gradient(-45deg, #ec6464, #dc973e, #d20425, #ff5f5f, #ec6464);
  background-size: 200% 100%;
  animation: bgliner1 6s linear infinite;
  -webkit-animation: bgliner1 6s linear infinite;
}
.menkan .mk {
  padding: 20px 0 40px;
  border-radius: 0.1rem;
  margin: 40px auto 65px;
  background: url("../images/mk.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.menkan .mk .mk_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-radius: 0.1rem;
  background: #fff7ee;
  overflow: hidden;
}
.menkan .mk .mk_top .mk_lf {
  padding-top: 50px;
  height: 440px;
  width: 210px;
  box-sizing: border-box;
  margin-right: 20px;
  border-radius: 0 0 10px 10px;
  background: #ffce9e;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf68);
  background: -o-linear-gradient(top, #ffecd4, #ffaf68);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf68);
  background: linear-gradient(to bottom, #ffecd4, #ffaf68);
  -webkit-box-shadow: 0 2px 15px 1px #f1b598;
  box-shadow: 0 2px 15px 1px #f1b598;
}
.menkan .mk .mk_top .mk_lf h6 {
  text-align: center;
  font-size: 30px;
  color: #d00000;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 26px 60px;
  border-bottom: 2px dashed #c57b5a;
}
.menkan .mk .mk_top .mk_lf ul li {
  width: 160px;
  line-height: 56px;
  margin: 0 auto 26px;
  border-radius: 0.06rem;
  color: #922200;
  background: #ffe6c8;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}
.menkan .mk .mk_top .mk_lf ul li.active {
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #fe2726, #ce0001);
  background: -o-linear-gradient(top, #fe2726, #ce0001);
  background: -moz-linear-gradient(top, #fe2726, #ce0001);
  background: linear-gradient(to bottom, #fe2726, #ce0001);
}
.menkan .mk .mk_top .mk_rg h6 {
  text-align: center;
  font-size: 24px;
  color: #221815;
  margin-bottom: 20px;
}
.menkan .mk .mk_top .mk_rg h6 b {
  color: #d00000;
  font-size: 30px;
}
.menkan .mk .mk_top .mk_rg .mk_main {
  display: none;
  width: 850px;
  height: 340px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 42px 45px 0;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0 15px 2px #f6e9db;
  box-shadow: 0 0 15px 2px #f6e9db;
}
.menkan .mk .mk_top .mk_rg .mk_main.active {
  display: block;
}
.menkan .mk .mk_top .mk_rg .mk_main p {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #221815;
  line-height: 28px;
  margin-bottom: 35px;
}
.menkan .mk .mk_top .mk_rg .mk_main p i {
  border-radius: 0.5rem;
  width: 6px;
  height: 6px;
  margin: 6px 8px 0 0;
  border: 4px solid #d00000;
}
.menkan .mk .mk_top .mk_rg .mk_main p span {
  flex: 1;
}
.menkan .mk .myform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menkan .mk .myform h6 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 37px 0 27px;
  width: 100%;
}
.menkan .mk .myform .hang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #3e3a39;
  margin: 0 17px 20px;
}
.menkan .mk .myform .hang span {
  width: 90px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  background: #fff6ed;
}
.menkan .mk .myform .hang input {
  flex: 1;
  height: 100%;
  background: #ffffff;
  font-size: 20px;
  color: #000;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
}
.menkan .mk .myform .hang.hanglong span {
  width: 40%;
}
.menkan .mk .myform .hang.hanglong input {
  width: 60%;
}
.menkan .mk .myform .subtn {
  line-height: 60px;
  width: 350px;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 17px 20px;
  cursor: pointer;
  font-size: 28px;
  color: #922200;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd3, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd3, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd3, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd3, #ffaf6a);
}
.menkan .mk .myform .subtn:hover {
  background: #ffce9f;
  background: -webkit-linear-gradient(right, #ffaf6a, #ffecd3);
  background: -o-linear-gradient(left, #ffaf6a, #ffecd3);
  background: -moz-linear-gradient(left, #ffaf6a, #ffecd3);
  background: linear-gradient(to right, #ffaf6a, #ffecd3);
}
.haoke {
  padding-bottom: 60px;
  background: url("../images/haoke.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.haoke .title {
  color: #ffffff;
}
.haoke .title span {
  color: #ffdcb9;
}
.haoke .title i {
  background: #ffffff;
}
.haoke .hk_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 1140px;
  margin: 40px auto 0;
  border-radius: 20px 20px 0 0;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.haoke .hk_top span {
  width: 356px;
  text-align: center;
  font-size: 24px;
  color: #922200;
  cursor: pointer;
}
.haoke .hk_top span:nth-of-type(2) {
  border-left: 2px solid #922200;
  border-right: 2px solid #922200;
}
.haoke .hk_top span.active {
  font-weight: bold;
  font-size: 30px;
  color: #d00000;
}
.haoke .hk_btm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff7ee;
  padding: 20px 0;
  border-radius: 0.1rem;
}
.haoke .hk_btm #ssplay {
  width: 710px;
}
.haoke .hk_btm #ssplay.zanwu {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bolder;
  background-size: 100% 100%;
}
.haoke .hk_btm .hkBtm {
  padding-top: 15px;
  width: 440px;
  height: 400px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}
.haoke .hk_btm .hkBtm .slide_item {
  display: none;
}
.haoke .hk_btm .hkBtm .slide_item.active {
  display: block;
}
.haoke .hk_btm .hkBtm .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #333333;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 16px;
}
.haoke .hk_btm .hkBtm .tabs span {
  width: 48%;
  cursor: pointer;
  background: #ffffff;
}
.haoke .hk_btm .hkBtm .tabs span.active {
  background: #fff7ee;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting {
  display: none;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting.active {
  display: block;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting ul {
  font-size: 16px;
  padding-left: 35px;
  color: #333333;
  height: 246px;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting i {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 6px;
  background: url("../images/sanjiao.png") center center no-repeat;
  background-size: 100% 100%;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7px 0 10px 26px;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p.suoding {
  color: #999999;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p small {
  width: 64%;
  line-height: 22px;
  font-size: 15px;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 18px 0 auto;
  width: 92px;
  height: 22px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0.5rem;
  background: #e54639;
  background: -webkit-linear-gradient(right, #d92c2c, #f05f45);
  background: -o-linear-gradient(left, #d92c2c, #f05f45);
  background: -moz-linear-gradient(left, #d92c2c, #f05f45);
  background: linear-gradient(to right, #d92c2c, #f05f45);
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.active {
  color: #46000c;
  background: #eccbb4;
  background: -webkit-linear-gradient(right, #ead2c2, #edc4a6);
  background: -o-linear-gradient(left, #ead2c2, #edc4a6);
  background: -moz-linear-gradient(left, #ead2c2, #edc4a6);
  background: linear-gradient(to right, #ead2c2, #edc4a6);
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.active::after {
  content: '';
  width: 0.16rem;
  height: 1rem;
  background: url(../images/playing.gif) no-repeat center / 100%;
  display: inline-block;
  margin-left: 0.04rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.suo {
  background: #efefef url("../images/suo.png") center center no-repeat;
  background-size: 12px;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.suo:active {
  background-color: #112038;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao {
  height: 246px;
  padding-left: 50px;
  display: none;
  box-sizing: border-box;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao.active {
  display: block;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #333333;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5:after {
  position: absolute;
  content: '';
  width: 116px;
  height: 2px;
  background: #fe7c04;
  margin-bottom: -50px;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 i {
  margin: 0 35px 0 0;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 img {
  width: 40px;
  margin-right: 15px;
  border-radius: 0.5rem;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 span {
  border-radius: 0.5rem;
  padding: 6px 10px;
  margin-right: 14px;
  font-size: 16px;
  color: #0c44c5;
  border: 1px solid #0c44c5;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao p {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 35px 46px 0 0;
}
.haoke .hk_btm .hkBtm .slide_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.haoke .hk_btm .hkBtm .slide_btm a {
  display: block;
  width: 47%;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #ffffff;
  margin: 0 1%;
  background: #aaabab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.haoke .hk_btm .hkBtm .slide_btm a:last-of-type {
  background: #e44438;
  background: -webkit-linear-gradient(right, #d82a2b, #f05e45);
  background: -o-linear-gradient(left, #d82a2b, #f05e45);
  background: -moz-linear-gradient(left, #d82a2b, #f05e45);
  background: linear-gradient(to right, #d82a2b, #f05e45);
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.73);
}
.mask .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 233px;
  height: 201px;
  background: url("../images/popbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.mask .popup .closeMask {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 34px;
  cursor: pointer;
}
.mask .popup p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 20px 15px 130px;
}
.mask .popup p b {
  color: #f54343;
}
.mask .popup a {
  width: 1.6rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 0.01rem solid #fff000;
  border-radius: 0.2rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #fff;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: -0.22rem auto 0;
  background: #fe7c04;
  background: -webkit-linear-gradient(right, #fe7c04, #feac01);
  background: -o-linear-gradient(right, #fe7c04, #feac01);
  background: -moz-linear-gradient(right, #fe7c04, #feac01);
  background: linear-gradient(to right, #fe7c04, #feac01);
}
.xueliankao {
  padding-bottom: 60px;
}
.xueliankao h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: #d00000;
  font-weight: bold;
  margin-bottom: 20px;
}
.xueliankao h5 span {
  color: #922200;
  width: 160px;
  line-height: 50px;
  margin-right: 15px;
  background: url("../images/h5bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #fff7ee;
  margin: 32px auto 30px;
}
.xueliankao .first .first_top {
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.xueliankao .first .first_top .bgred {
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .bgbrown {
  background: #ffaf6a;
}
.xueliankao .first .first_top .bgyellow {
  background: #ffd4a7;
}
.xueliankao .first .first_top li {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xueliankao .first .first_top li b {
  font-size: 48px;
  color: #922200;
  font-weight: normal;
  margin-right: 30px;
}
.xueliankao .first .first_top li span {
  display: none;
  width: 420px;
  line-height: 46px;
  border: 1px solid #ffaf69;
  border-radius: 0.5rem;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.xueliankao .first .first_top .first_top1 {
  width: 158px;
  box-sizing: border-box;
  background: #ffaf6a;
}
.xueliankao .first .first_top .first_top1.active {
  width: 620px;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top1.active span {
  display: block;
}
.xueliankao .first .first_top .first_top1.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 60px;
}
.xueliankao .first .first_top .first_top2 {
  position: relative;
  width: 140px;
  background: #ffaf6a;
}
.xueliankao .first .first_top .first_top2::after {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  width: 30px;
  height: 100%;
  background: url("../images/brownbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first .first_top .first_top2.active {
  width: 632px;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top2.active span {
  display: block;
}
.xueliankao .first .first_top .first_top2.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 60px;
}
.xueliankao .first .first_top .first_top2.active::after {
  background-image: url(../images/redbg.png);
}
.xueliankao .first .first_top .first_top2.bei {
  background: #ffd4a7;
}
.xueliankao .first .first_top .first_top2.bei::after {
  background-image: url(../images/yellowbg.png);
}
.xueliankao .first .first_top .first_top3 {
  position: relative;
  flex: 1;
  background: #ffd4a7;
}
.xueliankao .first .first_top .first_top3::after {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  width: 30px;
  height: 100%;
  background: url("../images/yellowbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first .first_top .first_top3.active {
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top3.active span {
  display: block;
}
.xueliankao .first .first_top .first_top3.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 60px;
}
.xueliankao .first .first_top .first_top3.active::after {
  background-image: url(../images/redbg.png);
}
.xueliankao .first .first_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 10px 0 #f6e8d9;
  box-shadow: 0 2px 10px 0 #f6e8d9;
}
.xueliankao .first .first_btm .item {
  width: 350px;
  margin-right: 37px;
}
.xueliankao .first .first_btm .item .list {
  display: none;
}
.xueliankao .first .first_btm .item .list.active {
  display: block;
}
.xueliankao .first .first_btm .item img {
  display: block;
  width: 100%;
}
.xueliankao .first .first_btm .item p {
  font-size: 18px;
  line-height: 28px;
  color: #221815;
  margin: 25px 30px 0;
}
.xueliankao .first .first_btm #firstplay {
  width: 712px;
}
.xueliankao .second {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #fff7ee;
}
.xueliankao .second .second_btm {
  padding: 20px 30px 30px;
  border-radius: 0.1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #f6e8d9;
  box-shadow: 0 2px 10px 0 #f6e8d9;
}
.xueliankao .second .second_btm h6 {
  font-size: 24px;
  color: #221815;
  line-height: 60px;
}
.xueliankao .second .second_btm .second_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(1) {
  width: 330px;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(2) {
  width: 367px;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(3) {
  width: 373px;
}
.xueliankao .second .second_btm .second_main .item img {
  display: block;
  width: 100%;
}
.xueliankao .second .second_btm .second_main .item p {
  font-size: 18px;
  color: #221815;
  line-height: 28px;
  margin: 18px 38px 0;
}
.guoxian {
  background: url("../images/guoxian.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.guoxian .gx {
  position: relative;
  margin-top: 30px;
  height: 590px;
  background: url("../images/gx.png") center top no-repeat;
  background-size: 449px;
}
.guoxian .gx .gx_item {
  position: absolute;
  width: 300px;
  box-sizing: border-box;
  padding: 24px 60px 22px 20px;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.guoxian .gx .gx_item:nth-of-type(1) {
  top: 65px;
  left: 164px;
}
.guoxian .gx .gx_item:nth-of-type(2) {
  top: 0;
  left: 780px;
}
.guoxian .gx .gx_item:nth-of-type(3) {
  top: 340px;
  left: 67px;
}
.guoxian .gx .gx_item:nth-of-type(4) {
  top: 292px;
  left: 866px;
}
.guoxian .gx .gx_item h6 {
  width: 210px;
  line-height: 40px;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  background: #e71716;
  background: -webkit-linear-gradient(right, #ce0606, #ff2726);
  background: -o-linear-gradient(left, #ce0606, #ff2726);
  background: -moz-linear-gradient(left, #ce0606, #ff2726);
  background: linear-gradient(to right, #ce0606, #ff2726);
}
.guoxian .gx .gx_item p {
  font-size: 18px;
  color: #221815;
  line-height: 28px;
  margin-top: 10px;
}
.jinglian {
  height: 730px;
  background: url("../images/jinglian.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jinglian .title {
  color: #ffffff;
}
.jinglian .title span {
  color: #ffdcb9;
}
.jinglian .title i {
  background: #ffffff;
}
.jinglian .jl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.jinglian .jl .jl_lf,
.jinglian .jl .jl_rg {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  width: 224px;
  height: 145px;
  margin-top: 160px;
  text-align: center;
  box-sizing: border-box;
}
.jinglian .jl .jl_lf {
  padding-left: 45px;
  margin-right: 50px;
  background: url("../images/jllf.png") center center no-repeat;
  background-size: 100% 100%;
  animation: moveX1 1s linear infinite alternate;
  -webkit-animation: moveX1 1s linear infinite alternate;
}
.jinglian .jl .jl_rg {
  padding-right: 45px;
  margin-left: 50px;
  background: url("../images/jlrg.png") center center no-repeat;
  background-size: 100% 100%;
  animation: moveX1 1s linear infinite alternate-reverse;
  -webkit-animation: moveX1 1s linear infinite alternate-reverse;
}
.jinglian .jl .jl_mid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}
.jinglian .jl .jl_mid .jl_item {
  position: relative;
  width: 198px;
  height: 260px;
  border-radius: 0.2rem;
  transform: rotateZ(10deg);
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffaf6a, #ffecd3);
  background: -o-linear-gradient(top, #ffaf6a, #ffecd3);
  background: -moz-linear-gradient(top, #ffaf6a, #ffecd3);
  background: linear-gradient(to bottom, #ffaf6a, #ffecd3);
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(odd) {
  margin-top: 60px;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) {
  background: #8d211e;
  background: -webkit-linear-gradient(bottom, #6c0202, #ae3f39);
  background: -o-linear-gradient(top, #6c0202, #ae3f39);
  background: -moz-linear-gradient(top, #6c0202, #ae3f39);
  background: linear-gradient(to bottom, #6c0202, #ae3f39);
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) h6 {
  color: #ffdcb9;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) p {
  color: #ffffff;
}
.jinglian .jl .jl_mid .jl_item h6 {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #922200;
  font-weight: bold;
  margin: 66px 0 44px;
}
.jinglian .jl .jl_mid .jl_item h6::after {
  position: absolute;
  content: '';
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background: #ffffff;
}
.jinglian .jl .jl_mid .jl_item p {
  text-align: center;
  font-size: 18px;
  color: #2e0b00;
  line-height: 28px;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(1) {
  z-index: 4;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(2) {
  z-index: 3;
  margin: 0 -20px;
  -webkit-box-shadow: 2px 4px 15px 0 #ec9446;
  box-shadow: 2px 4px 15px 0 #ec9446;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(3) {
  z-index: 2;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(4) {
  z-index: 1;
  margin-left: -20px;
}
.jiuye .jy {
  display: block;
  margin: 18px auto 60px;
}
.jidi {
  height: 780px;
  background: url("../images/jidi.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jidi .jidiyd {
  display: none;
}
.jidi .jd {
  width: 1180px;
  background: #ffffff;
  border-radius: 0.1rem;
  margin-top: 30px;
  padding: 28px 26px 5px;
}
.jidi .jd img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jidi .jd img:hover {
  transform: scale(1.03);
}
.jidi .jd_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jidi .jd_top .jd_top2 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jidi .jd_top .jd_top2 img {
  margin: 0 0 12px 11px;
}
.jidi .jd_top .jd_top2 img:nth-of-type(3),
.jidi .jd_top .jd_top2 img:nth-of-type(4) {
  height: 148px;
}
.jidi .jd_top .jd_top2 img:nth-of-type(1),
.jidi .jd_top .jd_top2 img:nth-of-type(3) {
  width: 269px;
}
.jidi .jd_top .jd_top2 img:nth-of-type(1),
.jidi .jd_top .jd_top2 img:nth-of-type(2) {
  height: 151px;
}
.jidi .jd_top .jd_top2 img:nth-of-type(2),
.jidi .jd_top .jd_top2 img:nth-of-type(4) {
  width: 284px;
}
.jidi .jd_btm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jidi .jd_btm img {
  height: 167px;
}
.jidi .jd_tips {
  text-align: right;
  font-size: 18px;
  color: #3e3a39;
  margin: 12px 0 20px;
}
.koubei .koubeiyd {
  display: none;
}
.koubei .kb {
  padding: 10px;
  background: #ffdcb9;
  margin-top: 20px;
}
.koubei .kb_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  background: #ffffff;
  padding: 25px 25px 5px;
}
.koubei img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.koubei img:hover {
  transform: scale(1.03);
}
.koubei .kb_lf {
  width: 498px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.koubei .kb_lf img:nth-of-type(-n+3) {
  margin-bottom: 10px;
}
.koubei .kbrgimg {
  width: 624px;
}
.koubei .kb_tips {
  text-align: right;
  width: 100%;
  font-size: 18px;
  color: #3e3a39;
  margin: 12px 0 20px;
}
.zhengshu .zs {
  padding: 10px;
  background: #ffdcb9;
  margin-top: 20px;
}
.zhengshu img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zhengshu img:hover {
  transform: scale(1.03);
}
.zhengshu .zs_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  background: #ffffff;
  padding: 25px 25px 5px;
}
.zhengshu .zs_lf {
  width: 314px;
}
.zhengshu .zs_rg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 799px;
}
.zhengshu .zs_rg img:nth-of-type(1) {
  width: 100%;
}
.zhengshu .zs_rg img:nth-of-type(2) {
  width: 35.91989987%;
}
.zhengshu .zs_rg img:nth-of-type(3) {
  width: 62.077597%;
}
.zhengshu .zs_tips {
  text-align: right;
  width: 100%;
  font-size: 18px;
  color: #3e3a39;
  margin: 12px 0 20px;
}
.jianzhang {
  padding-bottom: 50px;
}
.jianzhang .jz_top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  overflow: hidden;
  margin-top: 30px;
}
.jianzhang .jz_top.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 200;
  margin-top: 0;
  justify-content: flex-start;
  transform: translateX(-50%);
}
.jianzhang .jz_top span {
  box-sizing: border-box;
  border-right: 1px solid #ffd1a3;
  background: #e71514;
  background: -webkit-linear-gradient(bottom, #ff2727, #cf0201);
  background: -o-linear-gradient(top, #ff2727, #cf0201);
  background: -moz-linear-gradient(top, #ff2727, #cf0201);
  background: linear-gradient(to bottom, #ff2727, #cf0201);
}
.jianzhang .jz_top span:nth-of-type(1) {
  width: 7.8%;
  border-top-left-radius: 10px;
}
.jianzhang .jz_top span:nth-of-type(2) {
  width: 6%;
}
.jianzhang .jz_top span:nth-of-type(3) {
  width: 21%;
}
.jianzhang .jz_top span:nth-of-type(4) {
  width: 17%;
}
.jianzhang .jz_top span:nth-of-type(5) {
  width: 36.1%;
}
.jianzhang .jz_top span:nth-of-type(6) {
  width: 0;
  flex: 1;
  border-right: 0;
  border-top-right-radius: 10px;
}
.jianzhang .jz {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 360px;
  font-size: 16px;
  color: #221815;
  line-height: 26px;
  background: #fff;
  border: 1px solid #ffd1a3;
  border-radius: 10px;
  overflow: hidden;
}
.jianzhang .jz:nth-of-type(odd) {
  background: #fff7ee;
}
.jianzhang .banxing {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 7.7%;
  font-size: 22px;
  color: #d00000;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #ffd1a3;
}
.jianzhang p {
  display: flex;
  align-items: center;
  height: 50%;
  box-sizing: border-box;
  border: 1px solid #ffd1a3;
  border-top: 0;
  border-left: 0;
  padding-left: 16px;
}
.jianzhang p:last-of-type {
  border-bottom: 0;
}
.jianzhang a {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 0.5rem;
  background: #ea1716;
}
.jianzhang .kemu {
  height: 100%;
  width: 6%;
}
.jianzhang .kemu p {
  justify-content: center;
  padding: 0;
}
.jianzhang .mokuai {
  width: 21%;
  height: 100%;
}
.jianzhang .ziliaos {
  width: 17%;
  height: 100%;
}
.jianzhang .fuwu {
  display: flex;
  align-items: center;
  width: 36.2%;
  height: 100%;
  padding-left: 16px;
  border-right: 1px solid #ffd1a3;
}
.jianzhang .price {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.jianzhang .gaoji p {
  height: 50%;
}
.jianzhang .tips {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.celan {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  z-index: 5;
}
.celan .aside0 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 133px;
  font-size: 22px;
  color: #922200;
  line-height: 28px;
  font-weight: bold;
  padding-top: 12px;
  text-align: center;
  background: url("../images/aside0.png") center center no-repeat;
  background-size: 100% 100%;
}
.celan .aside0 img {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 32px;
  cursor: pointer;
}
.celan .aside0 img:hover {
  animation: rotate1 1s linear infinite alternate;
  -webkit-animation: rotate1 1s linear infinite alternate;
}
.celan .aside1 {
  width: 150px;
  padding: 0 2px 2px;
  margin: -46px auto 0;
  border-radius: 0 0 100px 100px;
  background: #fcc899;
  background: -webkit-linear-gradient(bottom, #f9a25b, #ffedd7);
  background: -o-linear-gradient(top, #f9a25b, #ffedd7);
  background: -moz-linear-gradient(top, #f9a25b, #ffedd7);
  background: linear-gradient(to bottom, #f9a25b, #ffedd7);
}
.celan .aside2 {
  border-radius: 0 0 100px 100px;
  background: #d00000;
  padding-top: 30px;
  overflow: hidden;
}
.celan .aside2 a {
  display: block;
  width: 120px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto 7px;
  background: url("../images/aside2a.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.celan .aside2 a:hover {
  color: #922200;
  background-image: url(../images/aside2b.png);
}
.celan .aside2 a.active {
  color: #922200;
  background-image: url(../images/aside2b.png);
}
.celan .aside2 .asidetop {
  display: block;
  cursor: pointer;
  margin: 14px auto 24px;
}
/*# sourceMappingURL=main.css.map */