input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.28rem;
}
body {
  min-width: 7.5rem;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 7.2rem;
  margin: 0 auto;
  padding: 0.01rem 0;
  box-sizing: border-box;
}
#aside {
  display: none;
}
.commonBtn {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 0.3rem;
  width: 4rem;
  border-radius: 0.5rem;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
  cursor: pointer;
  border: 0.01rem solid #ffffff;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
  -webkit-box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(9, 14, 24, 0.22);
  box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(9, 14, 24, 0.22);
}
.commonBtn:hover {
  background: #ff8912;
  background: -webkit-linear-gradient(right, #ff5416, #ffbe0e);
  background: linear-gradient(to right, #ff5416, #ffbe0e);
}
.banner {
  height: 5rem;
  overflow: hidden;
  position: relative;
}
.banner .slide1 {
  background: url("../images/banner.png") center center no-repeat;
}
.banner .slide2 {
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: 172% 100%;
}
.banner .ban {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.28rem;
  font-size: 0.24rem;
  color: #ffffff;
}
.banner .ban .bianma {
  align-self: center;
}
.banner .logo {
  height: 0.35rem;
}
.banner .banicon {
  height: 0.5rem;
}
.banner .ban1 {
  display: block;
  margin: 0 auto 0.1rem;
  height: 1.6rem;
}
.banner .ban2 {
  display: block;
  margin: 0 auto;
  height: 1.35rem;
}
.banner .ban3 {
  display: block;
  margin: -0.2rem auto 0.2rem;
  height: 0.46rem;
}
.banner .tips {
  text-align: center;
  font-size: 0.21rem;
  color: #9d7a3c;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 0.5rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0090fc;
  width: 0.5rem;
}
.title {
  display: block;
  margin: 0 auto 0.4rem;
  height: 0.6rem;
}
.why {
  padding: 0.68rem 0 0.55rem;
  background: url("../images/why.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.why .why_td {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4rem 0;
  border: 0.01rem solid #ffffff;
  border-radius: 0.16rem;
  background: url("../images/why_tuidong.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.why .why_td .why_lf .why_lfimg {
  width: 4rem;
}
.why .why_td .why_lf .whybtn {
  display: block;
  width: 2.6rem;
  line-height: 0.66rem;
  font-size: 0.26rem;
  color: #ffffff;
  letter-spacing: 0.02rem;
  cursor: pointer;
  text-align: center;
  margin: 0.64rem auto 0;
  border-radius: 0.5rem;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
  -webkit-box-shadow: 0 0.02rem 0.15rem 0 #131c2d;
  box-shadow: 0 0.02rem 0.15rem 0 #131c2d;
}
.why .why_td .why_lf .whybtn:hover {
  background: #ff8912;
  background: -webkit-linear-gradient(right, #ff5416, #ffbe0e);
  background: linear-gradient(to right, #ff5416, #ffbe0e);
}
.why .why_td .why_rg {
  width: 90%;
  border: 0.01rem solid #ffffff;
  border-radius: 0.16rem;
  margin-left: 0;
  overflow: hidden;
}
.why .why_tdyy {
  border-radius: 0.16rem 0.16rem 0 0;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  background: rgba(148, 183, 220, 0.455);
  background: -webkit-linear-gradient(bottom, rgba(148, 183, 220, 0.91), rgba(148, 183, 220, 0));
  background: linear-gradient(to bottom, rgba(148, 183, 220, 0.91), rgba(148, 183, 220, 0));
}
.qk {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.qk .qk_lf {
  width: 7.2rem;
}
.qk .qk_lf .province {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.qk .qk_lf .province span {
  text-align: center;
  width: 1.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #336cca;
  cursor: pointer;
  border: 0.01rem solid #336cca;
  border-radius: 0.08rem;
  margin: 0.05rem;
}
.qk .qk_lf .province span.active {
  border: 0;
  color: #ffffff;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5316);
  background: linear-gradient(to bottom, #ffbe0e, #ff5316);
}
.qk .qk_lf .zhida {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #0c3f93;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.qk .qk_lf .zhida img {
  margin-right: 0.1rem;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.qk .qk_rg {
  flex: none;
  width: 96%;
}
.qk .qk_rg .myform {
  padding: 0.4rem 0;
  background: #fff;
  margin-top: 0.4rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.02rem 0.05rem 0.01rem #ececec;
  box-shadow: 0 0.02rem 0.05rem 0.01rem #ececec;
}
.qk .qk_rg .myform .hang {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 0.34rem;
  height: 0.7rem;
}
.qk .qk_rg .myform .hang input {
  font-size: 0.32rem;
  height: 0.5rem;
  width: 3.6rem;
  padding-left: 0.2rem;
  margin-left: 0.12rem;
  border-bottom: 0.01rem solid #0c3f93;
}
.qk .qk_rg .myform .hang #clueProvince {
  font-size: 0.32rem;
  font-weight: bold;
  color: #0c3f93;
  background: transparent;
}
.qk .qk_rg .myform .subtn {
  display: block;
  width: 3.6rem;
  line-height: 0.76rem;
  font-size: 0.34rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  margin: 0.3rem auto 0.24rem;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
}
.qk .qk_rg .myform .subtn:hover {
  background: #ff8912;
  background: -webkit-linear-gradient(right, #ff5416, #ffbe0e);
  background: linear-gradient(to right, #ff5416, #ffbe0e);
}
.qk .qk_rg .myform .xieyi a {
  color: #666;
}
.qk .qk_rg .tips {
  text-align: center;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.22rem;
}
.baofa {
  padding: 0.6rem 0 0.55rem;
  background: url("../images/baofa.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .tit {
  font-size: 0.5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.03rem;
  width: 84%;
  margin: 0 auto;
  line-height: 0.67rem;
}
.baofa .tit b {
  position: relative;
  z-index: 2;
  font-weight: bolder;
  background: linear-gradient(45deg, #ffee91 0%, #fff 40%, #fff 60%, #ffee91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.baofa .tit small {
  font-weight: normal;
}
.baofa .tit span {
  position: relative;
}
.baofa .tit span::before {
  content: '';
  position: absolute;
  top: 0.04rem;
  left: -0.1rem;
  width: 1.47rem;
  height: 0.16rem;
  background: url("../images/bflf.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .tit span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.1rem;
  width: 1.47rem;
  height: 0.16rem;
  background: url("../images/bfrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item {
  position: relative;
  width: 47%;
  padding: 0 0.23rem 0.3rem;
  border: 0.01rem solid #ffffff;
  background: -webkit-linear-gradient(45deg, #ffca6d, #ffffff 80%);
  background: linear-gradient(t45deg, #ffca6d, #ffffff 80%);
}
.baofa .item .titxiaobiao {
  color: #00468e;
  width: 1.82rem;
  line-height: 0.52rem;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  margin: -0.26rem auto 0.12rem;
  border: 0.01rem solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem #b8efff;
  box-shadow: 0 0.03rem 0.06rem 0.01rem #b8efff;
}
.baofa .item .titxiaobiao.colorgray {
  color: #961500;
  background: -webkit-linear-gradient(45deg, #ffca6d, #ffffff 80%);
  background: linear-gradient(t45deg, #ffca6d, #ffffff 80%);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
  box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
}
.baofa .item p {
  font-size: 0.26rem;
  color: #330400;
  line-height: 0.36rem;
}
.baofa .item1::after,
.baofa .item2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.37rem;
  width: 106%;
  height: 0.37rem;
  background: url("../images/bfxia.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item2 {
  margin: 0;
}
.baofa .item3 {
  width: 47%;
  margin: 0;
}
.baofa .item3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.37rem;
  width: 106%;
  height: 0.37rem;
  background: url("../images/bfxia.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item4 {
  margin-top: 0;
  margin-left: 0;
  order: 1;
}
.baofa .item4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.37rem;
  width: 106%;
  height: 0.37rem;
  background: url("../images/bfxia.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item5 {
  width: 97%;
  order: 2;
  margin: 0.8rem auto 0;
}
.baofa .item5::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0.31rem;
  background: url("../images/bfshang.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .bf1 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0.63rem;
}
.baofa .bf2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.what {
  padding: 0.52rem 0 0.59rem;
  background: url("../images/whatbg.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.what .wt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.what .wt_lf {
  width: 7rem;
  height: 5.13rem;
  padding: 0.35rem 0.4rem 0;
  border-radius: 0.1rem;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  z-index: 1;
  background: url("../images/wtlf.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.what .wt_lf img {
  display: block;
  margin: 0.38rem 0 0 1.7rem;
  width: 3.84rem;
}
.what .wt_mid {
  display: none;
}
.what .wt_rg {
  width: 7rem;
  height: 4.5rem;
  margin: 0.4rem auto 0;
  border-radius: 0.1rem;
  padding: 0.5rem 0.4rem 0 0.6rem;
  background: url("../images/wtrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.what .wt_rg h5 {
  font-size: 0.32rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.43rem;
}
.what .wt_rg h5 b {
  display: block;
  color: #0c3f93;
}
.what .wt_rg p {
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.36rem;
  margin-top: 0.24rem;
}
.what .wt_rg p span {
  color: #d80000;
  font-weight: 600;
}
.jieshao {
  padding: 0.6rem 0;
  background: url("../images/jieshao.jpg") center center no-repeat;
  background-size: cover;
}
.jieshao .titlejieshao {
  display: block;
  height: 0.66rem;
  margin: 0 auto;
}
.jieshao .js {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.82rem;
}
.jieshao .js .item {
  position: relative;
  width: 49%;
  height: 3rem;
  border-radius: 0.1rem;
  background: url("../images/jsitem.png") center center no-repeat;
  background-size: 100% 100%;
}
.jieshao .js .item .titxiaobiao {
  color: #00468e;
  width: 2.9rem;
  line-height: 0.62rem;
  font-size: 0.26rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  margin: -0.28rem auto 0.2rem;
  border: 0.01rem solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem #b8efff;
  box-shadow: 0 0.03rem 0.06rem 0.01rem #b8efff;
}
.jieshao .js .item .titxiaobiao.colorgray {
  color: #961500;
  background: -webkit-linear-gradient(45deg, #ffca6d, #ffffff 80%);
  background: linear-gradient(t45deg, #ffca6d, #ffffff 80%);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
  box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
}
.jieshao .js .item p {
  font-size: 0.24rem;
  color: #333;
  margin-left: 0.2rem;
  line-height: 0.36rem;
}
.jieshao .js .item p b {
  font-weight: 600;
}
.jieshao .jsbtm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.25rem 0.5rem;
  border-radius: 0.16rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin: 0.2rem auto 0.2rem;
  border: 0.02rem solid #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.jieshao .jsbtm img {
  width: 3rem;
  margin: 0 0 0.25rem 0;
}
.jieshao .tips {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: right;
}
.jieshao .jsbtn {
  margin: 0.25rem auto 0;
}
.yaokao {
  padding: 0.57rem 0 0.7rem;
  background: url("../images/yaokao.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.yaokao .title {
  margin-bottom: 0.2rem;
}
.yaokao .yk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yaokao .yk ul:nth-of-type(1) img {
  margin-left: -0.1rem;
}
.yaokao .yk ul:nth-of-type(2) img {
  margin-right: -0.1rem;
}
.yaokao .yk ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.yaokao .yk ul li img {
  height: 1.6rem;
}
.yaokao .yk ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.36rem;
  height: 1.4rem;
  font-size: 0.26rem;
  line-height: 0.34rem;
  padding: 0 0.44rem 0.1rem 0.6rem;
  font-weight: 300;
  color: #ffffff;
  background: url("../images/ykp1.png") center center no-repeat;
  background-size: 100% 100%;
}
.yaokao .yk ul li p.ykp2 {
  color: #601c00;
  background-image: url("../images/ykp2.png");
}
.yaokao .yk ul li p.ykp3 {
  background-image: url("../images/ykp3.png");
}
.yaokao .yk ul li p.ykp4 {
  color: #601c00;
  background-image: url("../images/ykp4.png");
}
.yaokao .ykbtn {
  margin: 0.23rem auto 0;
}
.yaokao .szyszhanwei {
  height: 0.57rem;
}
.yaokao .teachers {
  display: block;
  width: 100%;
  margin: 0.16rem auto 0.4rem;
}
.byltitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.4rem;
  color: #000000;
  font-weight: 900;
  margin-bottom: 0.34rem;
}
.byltitle .baoyoulu {
  width: 2.2rem;
  margin: 0 auto 0.2rem 0.2rem;
}
.byltitle .titbx {
  height: 0.75rem;
}
.byltitle span {
  position: relative;
}
.byltitle span b {
  position: relative;
  z-index: 2;
}
.byltitle span::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -0.04rem;
  width: 1.47rem;
  height: 0.16rem;
  background: url("../images/pianhuang.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng {
  padding: 0.5rem 0;
  background: url("../images/kecheng.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng .kc_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0;
}
.kecheng .kc_top .item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 0.66rem;
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: bold;
  width: 3rem;
  background: -webkit-linear-gradient(right, rgba(21, 94, 158, 0), #155e9e 60%);
  background: linear-gradient(to right, rgba(21, 94, 158, 0), #155e9e 60%);
}
.kecheng .kc_top .item img {
  height: 0.93rem;
  margin: 0 -0.26rem 0 0.17rem;
}
.kecheng .kc_top .item:nth-of-type(2) {
  margin-left: 0.8rem;
  justify-content: flex-start;
  background: -webkit-linear-gradient(right, #ff6415 40%, rgba(21, 94, 158, 0));
  background: linear-gradient(to right, #ff6415 40%, rgba(21, 94, 158, 0));
}
.kecheng .kc_top .item:nth-of-type(2) img {
  height: 0.93rem;
  margin: 0 0.17rem 0 -0.34rem;
}
.kecheng .kc_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.kecheng .kc_btm .kclf {
  width: 6.88rem;
  height: auto;
  margin-top: 0.24rem;
  z-index: 1;
  padding: 0 0.78rem 0.35rem 0.35rem;
  background: url("../images/kclf.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng .kc_btm .kclf .kcbiao {
  display: flex;
  align-items: center;
  margin: 0.25rem 0 0.15rem;
}
.kecheng .kc_btm .kclf .kcbiao span {
  width: 1.96rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  color: #961500;
  background: #ffe5b6;
  background: -webkit-linear-gradient(bottom, #ffffff, #ffca6d);
  background: linear-gradient(to bottom, #ffffff, #ffca6d);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
}
.kecheng .kc_btm .kclf .kcbiao span.colorblue {
  color: #00468e;
  border: 0.01rem solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
}
.kecheng .kc_btm .kclf .kcbiao b {
  font-size: 0.26rem;
  margin-left: 0.17rem;
  background: linear-gradient(135deg, #ffd99e 45%, #ffffff 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kecheng .kc_btm .kclf .kcbiao b.colorqing {
  background: linear-gradient(135deg, #96f8ff 45%, #ffffff 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kecheng .kc_btm .kclf .kcbiao img {
  width: 1.2rem;
}
.kecheng .kc_btm .kclf p {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.36rem;
  font-weight: 300;
  letter-spacing: -0.01rem;
}
.kecheng .kc_btm .jiaho {
  margin: 0.2rem auto 0;
  z-index: 1;
}
.kecheng .kc_btm .kcrg {
  width: 6.38rem;
  height: 3.4rem;
  padding: 0.44rem 0.32rem 0 0.8rem;
  background: url("../images/kcrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng .kc_btm .kcrg .kcrg_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kecheng .kc_btm .kcrg .kcrg_top span {
  width: 2.34rem;
  height: 0.56rem;
  line-height: 0.56rem;
  display: block;
  margin-right: 0.16rem;
  color: #ffffff;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  border: 0.01rem solid #ffffff;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
  -webkit-box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(9, 14, 24, 0.22);
  box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(9, 14, 24, 0.22);
}
.kecheng .kc_btm .kcrg .kcrg_top span:hover {
  background: #ff8912;
  background: -webkit-linear-gradient(right, #ff5416, #ffbe0e);
  background: linear-gradient(to right, #ff5416, #ffbe0e);
}
.kecheng .kc_btm .kcrg .kcrg_top b {
  font-size: 0.26rem;
  color: #e45b15;
}
.kecheng .kc_btm .kcrg p {
  font-size: 0.26rem;
  color: #330400;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.banxue {
  height: auto;
  padding: 0.4rem 0 0.5rem;
  background: url("../images/banxue.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banxue .bx {
  position: relative;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.banxue .bx .zhuan {
  display: none;
}
.banxue .bx .titxiaobiao {
  color: #00468e;
  width: 2.62rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.3rem;
  margin: 0 auto 0.2rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  border: 0.01rem solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(15, 74, 140, 0.8);
}
.banxue .bx .titxiaobiao.colorgray {
  color: #961500;
  background: -webkit-linear-gradient(45deg, #ffca6d, #ffffff 80%);
  background: linear-gradient(t45deg, #ffca6d, #ffffff 80%);
  -webkit-box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
  box-shadow: 0 0.03rem 0.06rem 0.01rem #f2d1b6;
}
.banxue .bx .item {
  position: initial;
  width: 45%;
  z-index: 1;
  margin-bottom: 0.3rem;
}
.banxue .bx .item p {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.36rem;
  font-weight: 300;
}
.banxue .bx .item.item1 {
  top: 0.27rem;
  left: 0.35rem;
}
.banxue .bx .item.item2 {
  top: 0.27rem;
  right: 0.35rem;
}
.banxue .bx .item.item3 {
  top: 2.2rem;
  left: 0.35rem;
}
.banxue .bx .item.item4 {
  top: 2.2rem;
  right: 0.35rem;
}
.banxue .bx .item.item5 {
  position: initial;
  width: 8.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.banxue .bx .item.item5 .titxiaobiao {
  margin: 0.2rem auto;
}
.banxue .bx .item.item5 p {
  flex: inherit;
  width: 80%;
}
.banxue .bx .zhe1,
.banxue .bx .zhe2,
.banxue .bx .zhe3,
.banxue .bx .zhe4 {
  display: none;
}
.jianzhang {
  padding-top: 0.7rem;
}
.jianzhang .tit {
  font-size: 0.5rem;
  font-weight: 900;
  text-align: center;
}
.jianzhang .tit b {
  position: relative;
  z-index: 2;
  font-weight: bolder;
}
.jianzhang .tit span {
  position: relative;
}
.jianzhang .tit span::before {
  content: '';
  position: absolute;
  top: 0.04rem;
  left: -0.1rem;
  width: 1.47rem;
  height: 0.16rem;
  background: url("../images/pianhuang1.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .tit span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.1rem;
  width: 1.47rem;
  height: 0.16rem;
  background: url("../images/pianhuang.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .jz {
  padding: 0.4rem 0;
  border-radius: 0.15rem;
  margin: 0.4rem auto 0.6rem;
  -webkit-box-shadow: 0 0 0.15rem 0.02rem #c6e9fc;
  box-shadow: 0 0 0.15rem 0.02rem #c6e9fc;
}
.jianzhang table {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.jianzhang table tr:nth-of-type(1) {
  border-radius: 0.08rem;
  color: #ffffff;
  font-size: 0.28rem;
  height: 0.64rem;
  background: #1766a9;
  background: -webkit-linear-gradient(right, #1e87da, #0f4578);
  background: linear-gradient(to right, #1e87da, #0f4578);
}
.jianzhang table th:nth-of-type(1) {
  width: 13%;
  border-radius: 0.08rem 0 0 0.08rem;
}
.jianzhang table th:nth-of-type(2) {
  width: 20%;
}
.jianzhang table th:last-of-type {
  width: 47%;
  border-radius: 0 0.08rem 0.08rem 0;
}
.jianzhang table td {
  padding: 0.27rem 0;
  font-size: 0.2rem;
  line-height: 0.28rem;
  border-bottom: 0.01rem solid #7bb8eb;
}
.jianzhang table td:nth-of-type(2) {
  border-left: 0.01rem solid #7bb8eb;
  border-right: 0.01rem solid #7bb8eb;
}
.jianzhang table .bxcolor {
  font-weight: bold;
  font-size: 0.24rem;
  color: #c00909;
}
.jianzhang table .fw {
  text-align: left;
  padding-left: 0.2rem;
  border-left: 0.01rem solid #7bb8eb;
}
.jianzhang table .fw p {
  margin-top: 0.15rem;
}
.jianzhang table .fw p span {
  width: 73%;
}
.pinpai {
  padding: 0.42rem 0;
  height: auto;
  background: url("../images/pinpai.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.pinpai .titpp {
  height: 0.6rem;
}
.pinpai .pp_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.34rem auto 0.4rem;
}
.pinpai .pp_top .item {
  position: relative;
  width: 80%;
  background: #ffffff;
  border-radius: 0.16rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.28rem 0.26rem 0.38rem;
}
.pinpai .pp_top .item .biao {
  text-align: center;
}
.pinpai .pp_top .item .biao span {
  display: inline-block;
  line-height: 0.56rem;
  font-size: 0.3rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0 0.3rem;
  color: #961500;
  font-weight: bold;
  background: -webkit-linear-gradient(right, #ecbb52, #fff6b8 45%, #fff6b8 55%, #ecbb52);
  background: linear-gradient(to right, #ecbb52, #fff6b8 45%, #fff6b8 55%, #ecbb52);
}
.pinpai .pp_top .item p {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-top: 0.18rem;
}
.pinpai .pp_top .item img {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  height: 1rem;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.pinpai .pp_btm {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinpai .pp_btm img {
  width: 3.84rem;
  height: 2.38rem;
  margin: 0 0.1rem;
}
/*# sourceMappingURL=main-m.css.map */