input::-webkit-input-placeholder {
  color: #999999;
  font-size: 20px;
}
/**
@keyframes circle {}
@-webkit-keyframes circle {}
**/
@media screen and (max-width: 1440px) {
  #aside {
    display: none;
  }
}
body {
  min-width: 1200px;
  font-family: MiSans;
  /* 小字体 */
}
section {
  padding: 1px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
}
#aside {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 226px;
  border-radius: 1rem;
}
#aside .closeLeft {
  display: block;
  width: 30px;
  cursor: pointer;
  margin: 20px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aside .closeLeft:hover {
  animation: rotate1 6s linear infinite alternate;
  -webkit-animation: rotate1 6s linear infinite alternate;
}
#aside .asideimg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#aside .asd {
  width: 66%;
  margin: -20px auto 0;
  padding-bottom: 10px;
  border-radius: 0 0 90px 90px;
  background: #0a367d;
  border: 3px solid #00f1ff;
  -webkit-box-shadow: 0 0 15px 1px #ccddf3;
  box-shadow: 0 0 15px 1px #ccddf3;
}
#aside .main {
  background: #ffffff;
  width: 130px;
  margin: 0 auto;
  padding-top: 16px;
  border-radius: 0 0 90px 90px;
}
#aside li {
  width: 100%;
  padding: 0 15px;
}
#aside li:first-of-type a {
  border: 0;
}
#aside li.active {
  background: #0a367d;
}
#aside li.active + li a {
  border-top: 0;
}
#aside li.active a {
  color: #fff;
  border-top: 0;
}
#aside a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  box-sizing: border-box;
  border-top: 1px dashed #0a367d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aside a + img {
  display: block;
  width: 100%;
}
#aside .top {
  color: #333333;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  padding: 7px 0 20px;
}
#aside .top:hover {
  color: #0a367d;
}
.commonBtn {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 26px;
  width: 400px;
  border-radius: 0.5rem;
  text-align: center;
  height: 66px;
  line-height: 66px;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
  -webkit-box-shadow: 0 2px 10px 1px rgba(9, 14, 24, 0.22);
  box-shadow: 0 2px 10px 1px 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: 560px;
  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;
}
.banner .ban {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  font-size: 24px;
  color: #ffffff;
}
.banner .ban .bianma {
  align-self: center;
}
.banner .logo {
  height: 35px;
}
.banner .banicon {
  height: 69px;
}
.banner .ban1 {
  display: block;
  margin: -23px auto 5px;
  height: 220px;
}
.banner .ban2 {
  display: block;
  margin: 0 auto;
  height: 126px;
}
.banner .ban3 {
  display: block;
  margin: 0 auto 16px;
  height: 63px;
}
.banner .tips {
  text-align: center;
  font-size: 18px;
  color: #9d7a3c;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 0.5rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0090fc;
  width: 50px;
}
.title {
  display: block;
  margin: 0 auto 40px;
  height: 72px;
}
.why {
  padding: 52px 0 55px;
  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: 20px 0;
  border: 1px 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: 284px;
}
.why .why_td .why_lf .whybtn {
  display: block;
  width: 260px;
  line-height: 66px;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
  margin: 64px 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 2px 15px 0 #131c2d;
  box-shadow: 0 2px 15px 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: 810px;
  border: 1px solid #ffffff;
  border-radius: 0.16rem;
  margin-left: 40px;
  overflow: hidden;
}
.why .why_tdyy {
  border-radius: 16px 16px 0 0;
  height: 60px;
  margin-bottom: 20px;
  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: space-between;
  align-items: flex-start;
}
.qk .qk_lf {
  width: 720px;
}
.qk .qk_lf .province {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.qk .qk_lf .province span {
  text-align: center;
  width: 90px;
  line-height: 46px;
  font-size: 22px;
  color: #336cca;
  cursor: pointer;
  border: 1px solid #336cca;
  border-radius: 0.08rem;
  margin: 0 12px 12px 0;
}
.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: 26px;
  color: #0c3f93;
  font-weight: 500;
  letter-spacing: 2px;
}
.qk .qk_lf .zhida img {
  margin-right: 10px;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.qk .qk_rg {
  flex: 1;
}
.qk .qk_rg .myform {
  padding-bottom: 25px;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 2px 5px 1px #ececec;
  box-shadow: 0 2px 5px 1px #ececec;
}
.qk .qk_rg .myform .hang {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  height: 67px;
}
.qk .qk_rg .myform .hang input {
  font-size: 20px;
  height: 40px;
  width: 260px;
  padding-left: 16px;
  margin-left: 10px;
  border-bottom: 1px solid #0c3f93;
}
.qk .qk_rg .myform .hang #clueProvince {
  font-size: 26px;
  font-weight: bold;
  color: #0c3f93;
  background: transparent;
}
.qk .qk_rg .myform .subtn {
  display: block;
  width: 360px;
  line-height: 56px;
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  margin: 30px auto 24px;
  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: 18px;
  color: #999999;
  margin-top: 22px;
}
.baofa {
  padding: 60px 0 55px;
  background: url("../images/baofa.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .tit {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -3px;
}
.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: 4px;
  left: -10px;
  width: 147px;
  height: 16px;
  background: url("../images/bflf.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .tit span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 147px;
  height: 16px;
  background: url("../images/bfrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item {
  position: relative;
  width: 386px;
  padding: 0 26px 12px;
  border: 1px solid #ffffff;
  background: -webkit-linear-gradient(45deg, #ffca6d, #ffffff 80%);
  background: linear-gradient(t45deg, #ffca6d, #ffffff 80%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.baofa .item:hover,
.baofa .item.active {
  transform: scale(1.05);
}
.baofa .item .titxiaobiao {
  position: relative;
  color: #00468e;
  width: 182px;
  line-height: 52px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  z-index: 1;
  margin: -26px auto 12px;
  border: 1px solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 3px 6px 1px #b8efff;
  box-shadow: 0 3px 6px 1px #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 3px 6px 1px #f2d1b6;
  box-shadow: 0 3px 6px 1px #f2d1b6;
}
.baofa .item p {
  font-size: 20px;
  color: #330400;
  line-height: 28px;
}
.baofa .item1::after,
.baofa .item2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -37px;
  width: 406px;
  height: 37px;
  background: url("../images/bfxia.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item2 {
  margin: 20px 0 0 97px;
}
.baofa .item3 {
  width: 417px;
  margin: -363px 0 170px;
}
.baofa .item3::after {
  position: absolute;
  content: '';
  left: 100%;
  bottom: 0;
  width: 41px;
  height: 100%;
  background: url("../images/bfyou.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item4 {
  margin-top: 27px;
  margin-left: auto;
}
.baofa .item4::after {
  position: absolute;
  content: '';
  left: -61px;
  bottom: 0;
  width: 61px;
  height: 100%;
  background: url("../images/bfzuo.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .item5 {
  width: 435px;
  margin: 20px auto;
}
.baofa .item5::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 31px;
  background: url("../images/bfshang.png") center center no-repeat;
  background-size: 100% 100%;
}
.baofa .bf1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 63px;
}
.baofa .bf2 {
  margin-top: 40px;
}
.what {
  padding: 52px 0 59px;
  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: 600px;
  height: 513px;
  padding: 35px 40px 0;
  border-radius: 0.1rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  background: url("../images/wtlf.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.what .wt_lf img {
  display: block;
  margin: 38px 0 0 100px;
  width: 384px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.what .wt_lf img:hover {
  transform: scale(1.05);
}
.what .wt_mid {
  height: 513px;
  z-index: 1;
}
.what .wt_rg {
  width: 616px;
  height: 455px;
  margin: 0 -8px 0 -34px;
  padding: 50px 40px 0 60px;
  background: url("../images/wtrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.what .wt_rg h5 {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  line-height: 43px;
}
.what .wt_rg h5 b {
  display: block;
  color: #0c3f93;
}
.what .wt_rg p {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 24px;
}
.what .wt_rg p span {
  color: #d80000;
  font-weight: 600;
}
.jieshao {
  padding: 60px 0;
  background: url("../images/jieshao.jpg") center center no-repeat;
}
.jieshao .titlejieshao {
  display: block;
  height: 74px;
  margin: 0 auto;
}
.jieshao .js {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 82px;
}
.jieshao .js .item {
  position: relative;
  width: 323px;
  height: 250px;
  border-radius: 0.1rem;
  background: url("../images/jsitem.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jieshao .js .item:hover {
  animation: moveY2 1s linear infinite alternate;
  -webkit-animation: moveY2 1s linear infinite alternate;
}
.jieshao .js .item .titxiaobiao {
  color: #00468e;
  width: 290px;
  line-height: 62px;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  margin: -28px auto 20px;
  border: 1px solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 3px 6px 1px #b8efff;
  box-shadow: 0 3px 6px 1px #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 3px 6px 1px #f2d1b6;
  box-shadow: 0 3px 6px 1px #f2d1b6;
}
.jieshao .js .item p {
  font-size: 20px;
  color: #333;
  margin-left: 32px;
  line-height: 30px;
}
.jieshao .js .item p b {
  font-weight: 600;
}
.jieshao .jsbtm {
  display: flex;
  align-items: center;
  padding: 14px 70px 14px 16px;
  border-radius: 0.16rem;
  font-size: 20px;
  line-height: 30px;
  margin: 47px auto 20px;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
.jieshao .jsbtm img {
  width: 277px;
  margin-right: 30px;
}
.jieshao .tips {
  font-size: 20px;
  color: #be9348;
  text-align: right;
}
.jieshao .jsbtn {
  margin: 17px auto 0;
}
.yaokao {
  padding: 57px 0 70px;
  background: url("../images/yaokao.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.yaokao .title {
  margin-bottom: 20px;
}
.yaokao .yk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yaokao .yk ul:nth-of-type(1) img {
  margin-left: -10px;
}
.yaokao .yk ul:nth-of-type(2) img {
  margin-right: -10px;
}
.yaokao .yk ul li {
  display: flex;
  align-items: center;
  margin-bottom: -14px;
}
.yaokao .yk ul li img {
  height: 140px;
}
.yaokao .yk ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 436px;
  height: 110px;
  font-size: 20px;
  line-height: 28px;
  padding: 0 44px 10px 60px;
  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 .yk ul li:hover img {
  animation: scale1 0.8s linear infinite alternate;
  -webkit-animation: scale1 0.8s linear infinite alternate;
}
.yaokao .yk ul li:hover p {
  font-weight: 600;
  transform: scale(1.02);
}
.yaokao .ykbtn {
  margin: 23px auto 0;
}
.yaokao .szyszhanwei {
  height: 57px;
}
.yaokao .teachers {
  display: block;
  width: 977px;
  margin: 16px auto 40px;
}
.byltitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  color: #000000;
  font-weight: 900;
}
.byltitle .baoyoulu {
  margin-right: 27px;
  width: 287px;
}
.byltitle .titbx {
  height: 75px;
}
.byltitle span {
  position: relative;
}
.byltitle span b {
  position: relative;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, #eacd83, #650e01 25%, #eacd83 50%, #650e01 75%, #eacd83);
  -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;
}
.byltitle span::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -4px;
  width: 147px;
  height: 16px;
  background: url("../images/pianhuang.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng {
  padding: 50px 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: 25px 0;
}
.kecheng .kc_top .item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 66px;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  width: 416px;
  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: 93px;
  margin: 0 -26px 0 17px;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.kecheng .kc_top .item:nth-of-type(2) {
  margin-left: 100px;
  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: 93px;
  margin: 0 17px 0 -34px;
}
.kecheng .kc_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kecheng .kc_btm .kclf {
  width: 688px;
  height: 365px;
  margin-top: 24px;
  z-index: 1;
  padding: 0 78px 0 35px;
  background: url("../images/kclf.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng .kc_btm .kclf .kcbiao {
  display: flex;
  align-items: center;
  margin: 25px 0 15px;
}
.kecheng .kc_btm .kclf .kcbiao span {
  width: 196px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  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 3px 6px 1px rgba(15, 74, 140, 0.8);
  box-shadow: 0 3px 6px 1px rgba(15, 74, 140, 0.8);
}
.kecheng .kc_btm .kclf .kcbiao span.colorblue {
  color: #00468e;
  border: 1px solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 3px 6px 1px rgba(15, 74, 140, 0.8);
  box-shadow: 0 3px 6px 1px rgba(15, 74, 140, 0.8);
}
.kecheng .kc_btm .kclf .kcbiao b {
  font-size: 22px;
  margin-left: 17px;
  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: 166px;
}
.kecheng .kc_btm .kclf p {
  font-size: 19px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -1px;
}
.kecheng .kc_btm .kclf p:hover {
  font-weight: 500;
}
.kecheng .kc_btm .jiaho {
  margin: 0 -103px 0 -66px;
  z-index: 1;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.kecheng .kc_btm .kcrg {
  width: 638px;
  height: 384px;
  padding: 44px 32px 0 140px;
  background: url("../images/kcrg.png") center center no-repeat;
  background-size: 100% 100%;
}
.kecheng .kc_btm .kcrg .kcrg_top {
  display: flex;
  align-items: center;
}
.kecheng .kc_btm .kcrg .kcrg_top span {
  width: 234px;
  height: 56px;
  line-height: 56px;
  display: block;
  margin-right: 16px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: #ff8912;
  background: -webkit-linear-gradient(bottom, #ffbe0e, #ff5416);
  background: linear-gradient(to bottom, #ffbe0e, #ff5416);
  -webkit-box-shadow: 0 2px 10px 1px rgba(9, 14, 24, 0.22);
  box-shadow: 0 2px 10px 1px 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: 24px;
  color: #e45b15;
}
.kecheng .kc_btm .kcrg p {
  font-size: 20px;
  color: #330400;
  line-height: 30px;
  margin-top: 20px;
}
.kecheng .kc_btm .kcrg p:hover {
  font-weight: 500;
}
.banxue {
  height: 753px;
  padding: 40px 0 50px;
  background: url("../images/banxue.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banxue .bx {
  position: relative;
  margin-top: 20px;
}
.banxue .bx .zhuan {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 469px;
  height: 468px;
  margin: 0 auto;
  z-index: 1;
  background: url("../images/zhuan.png") center center no-repeat;
  background-size: 100% 100%;
}
.banxue .bx .zhuan img {
  width: 212px;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.banxue .bx .titxiaobiao {
  color: #00468e;
  width: 262px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  background: #81f7ff;
  background: -webkit-linear-gradient(bottom, #ffffff, #03effe);
  background: linear-gradient(to bottom, #ffffff, #03effe);
  -webkit-box-shadow: 0 3px 6px 1px rgba(15, 74, 140, 0.8);
  box-shadow: 0 3px 6px 1px 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 3px 6px 1px #f2d1b6;
  box-shadow: 0 3px 6px 1px #f2d1b6;
}
.banxue .bx .item {
  position: absolute;
  width: 270px;
  z-index: 1;
}
.banxue .bx .item p {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
}
.banxue .bx .item.item1 {
  top: 27px;
  left: 35px;
}
.banxue .bx .item.item2 {
  top: 27px;
  right: 35px;
}
.banxue .bx .item.item3 {
  top: 220px;
  left: 35px;
}
.banxue .bx .item.item4 {
  top: 220px;
  right: 35px;
}
.banxue .bx .item.item5 {
  position: initial;
  width: 890px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.banxue .bx .item.item5 .titxiaobiao {
  margin: 0 20px 0 0;
}
.banxue .bx .item.item5 p {
  flex: 1;
}
.banxue .bx .zhe1 {
  position: absolute;
  top: 58px;
  left: 300px;
  width: 124px;
}
.banxue .bx .zhe2 {
  position: absolute;
  top: 58px;
  left: 758px;
  width: 141px;
}
.banxue .bx .zhe3 {
  position: absolute;
  top: 250px;
  left: 257px;
  width: 150px;
}
.banxue .bx .zhe4 {
  position: absolute;
  top: 250px;
  left: 790px;
  width: 141px;
}
.jianzhang {
  padding-top: 70px;
}
.jianzhang .tit {
  font-size: 50px;
  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: 4px;
  left: -10px;
  width: 147px;
  height: 16px;
  background: url("../images/pianhuang1.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .tit span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 147px;
  height: 16px;
  background: url("../images/pianhuang.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .jz {
  padding: 40px 0;
  border-radius: 0.15rem;
  margin: 40px auto 60px;
  -webkit-box-shadow: 0 0 15px 2px #c6e9fc;
  box-shadow: 0 0 15px 2px #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: 28px;
  height: 64px;
  background: #1766a9;
  background: -webkit-linear-gradient(right, #1e87da, #0f4578);
  background: linear-gradient(to right, #1e87da, #0f4578);
}
.jianzhang table th:nth-of-type(1) {
  width: 21%;
  border-radius: 8px 0 0 8px;
}
.jianzhang table th:nth-of-type(2) {
  width: 16%;
}
.jianzhang table th:last-of-type {
  width: 44%;
  border-radius: 0 8px 8px 0;
}
.jianzhang table td {
  padding: 27px 0;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #7bb8eb;
}
.jianzhang table td:nth-of-type(2) {
  border-left: 1px solid #7bb8eb;
  border-right: 1px solid #7bb8eb;
}
.jianzhang table .bxcolor {
  font-weight: bold;
  font-size: 24px;
  color: #c00909;
}
.jianzhang table .fw {
  text-align: left;
  padding-left: 40px;
  border-left: 1px solid #7bb8eb;
}
.jianzhang table .fw p {
  margin-top: 15px;
}
.jianzhang table .fw p span {
  width: 73%;
}
.pinpai {
  padding-top: 42px;
  height: 721px;
  background: url("../images/pinpai.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.pinpai .titpp {
  height: 70px;
}
.pinpai .pp_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 34px auto 40px;
}
.pinpai .pp_top .item {
  position: relative;
  width: 49%;
  background: #ffffff;
  border-radius: 0.16rem;
  padding: 30px 28px 26px 38px;
}
.pinpai .pp_top .item .biao {
  text-align: left;
}
.pinpai .pp_top .item .biao span {
  display: inline-block;
  line-height: 56px;
  font-size: 30px;
  border-radius: 0.5rem;
  padding: 0 30px;
  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 .biao span:hover {
  background: linear-gradient(right, #ecbb52, #fff6b8, #ecbb52, #fff6b8, #fff6b8);
  background-size: 200% 100%;
  animation: bgliner1 3s linear infinite;
  -webkit-animation: bgliner1 3s linear infinite;
}
.pinpai .pp_top .item p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 18px;
}
.pinpai .pp_top .item img {
  position: absolute;
  top: -20px;
  right: 10px;
  height: 125px;
  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: 384px;
  height: 238px;
  margin: 0 10px;
}
/*# sourceMappingURL=main.css.map */