/**
@keyframes circle {}
@-webkit-keyframes circle {}
**/
@media screen and (min-width: 800px) and (max-width: 1400px) {
  body {
    zoom: 0.8;
  }
}
body {
  min-width: 1100px;
  font-family: "SiYuanHei";
  /* 思源黑体 */
}
section {
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
#aside {
  position: fixed;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: 70px;
  width: 150px;
  padding-bottom: 10px;
  border-radius: 0 0 100px 100px;
  background: #745bc6;
  background: -webkit-linear-gradient(bottom, #4f3aa3, #987be8);
  background: -o-linear-gradient(top, #4f3aa3, #987be8);
  background: -moz-linear-gradient(top, #4f3aa3, #987be8);
  background: linear-gradient(to bottom, #4f3aa3, #987be8);
}
#aside .closeLeft {
  position: absolute;
  top: -115px;
  right: -41px;
  width: 40px;
  cursor: pointer;
  -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: -100px 0 -18px -22px;
  width: 200px;
}
#aside a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  width: 75%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aside a.active,
#aside a:hover {
  color: #ffd97b;
}
#aside a + img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
#aside .asideewm {
  display: block;
  margin: 15px auto 0;
}
#aside .top {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
#aside .top:hover {
  color: #ffd97b;
}
.banner {
  position: relative;
  height: 600px;
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banner .pot {
  position: relative;
}
.banner .star {
  position: absolute;
  width: 752px;
  animation: scale2 1s linear infinite alternate;
  -webkit-animation: scale2 1s linear infinite alternate;
}
.banner .star1 {
  top: 0;
  left: 177px;
}
.banner .star2 {
  top: 0;
  right: 230px;
}
.banner .pian1 {
  position: absolute;
  width: 138px;
  top: 285px;
  left: 138px;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.banner .pian2 {
  position: absolute;
  width: 138px;
  top: 33px;
  left: 356px;
  animation: moveY1 1.2s linear infinite alternate;
  -webkit-animation: moveY1 1.2s linear infinite alternate;
}
.banner .pian3 {
  position: absolute;
  width: 138px;
  top: 160px;
  right: 130px;
  animation: moveY3 1.1s linear infinite alternate;
  -webkit-animation: moveY3 1.1s linear infinite alternate;
}
.banner .logo {
  display: block;
  width: 261px;
  margin-bottom: 60px;
}
.banner .ban {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 74px;
}
.banner .ban .ban1 {
  width: 583px;
}
.banner .ban .ban2 {
  width: 388px;
  height: 293px;
  font-size: 28px;
  color: #ff5200;
  margin-left: 40px;
  padding: 75px 0 0 30px;
  font-weight: bolder;
  background: url("../images/ban2.png") center center no-repeat;
  background-size: 100% 100%;
}
.daohang {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #210e3d;
}
.daohang a {
  width: 12.5%;
  background: #ffffff;
  box-sizing: border-box;
}
.daohang a.active {
  font-weight: 900;
  color: #4d32b1;
  line-height: 47px;
  border-top: 3px solid #4d32b1;
  background: #ece0f9;
  background: -webkit-linear-gradient(bottom, #dacefd, #fef2f4);
  background: -o-linear-gradient(top, #dacefd, #fef2f4);
  background: -moz-linear-gradient(top, #dacefd, #fef2f4);
  background: linear-gradient(to bottom, #dacefd, #fef2f4);
}
.daohang.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.zhitongche {
  height: 4.78rem;
  background: url(../images/zhitongche.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.zhitongche .ztc {
  padding-top: 30px;
  border-radius: 0.2rem;
  background: #6e56c0;
  background: -webkit-linear-gradient(bottom, #4f3aa3, #8c71dc);
  background: -o-linear-gradient(top, #4f3aa3, #8c71dc);
  background: -moz-linear-gradient(top, #4f3aa3, #8c71dc);
  background: linear-gradient(to bottom, #4f3aa3, #8c71dc);
}
.zhitongche .ztc h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: bolder;
  padding-left: 33px;
}
.zhitongche .ztc h3 {
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #ffeabc;
  padding: 0 26px 0 33px;
  margin-bottom: 20px;
}
.zhitongche .ztc h3 img {
  width: 52%;
  margin: 35px 0 0 10px;
}
.zhitongche .ztc h3 span {
  text-align: center;
  font-size: 24px;
  color: #fff4cd;
  line-height: 50px;
  width: 274px;
  border: 1px solid #fff4cd;
  border-radius: 0.5rem;
}
.zhitongche .ztc .duan {
  margin: 0 16px;
  height: 10px;
  background: #ffd7c4;
  border-radius: 50px 50px 0 0;
}
.zhitongche .sec01-main {
  height: 2.9rem;
  padding-top: 44px;
  background: url("../images/ztc.png") center center no-repeat;
  background-size: 100% 100%;
}
.zhitongche .s1-list {
  background: url(../images/s1_line2.png) no-repeat top 0.47rem center / 9.92rem;
}
.zhitongche .s1-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zhitongche .s1-list01 {
  margin-left: 0.66rem;
  margin-bottom: 0.36rem;
}
.zhitongche .s1-list02 {
  margin-left: 1.3rem;
}
.zhitongche .s1-list ul li {
  width: 3.5rem;
  font-size: 0.26rem;
  color: #000033;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.zhitongche .s1-list ul li::before {
  content: '';
  width: 0.37rem;
  height: 0.28rem;
  background: url(../images/s1_dh.png) no-repeat center / 100%;
  margin-right: 0.12rem;
}
.zhitongche .ztc_btn {
  width: 4.44rem;
  line-height: 0.68rem;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.5rem;
  border: 0.01rem solid #ffffff;
  display: block;
  text-align: center;
  margin: 36px auto 0;
  transition: all 0.5s;
  box-shadow: 0 0.04rem 0.1rem #ef8eba;
  background: -webkit-linear-gradient(bottom, #990d30, #f0430f);
  background: linear-gradient(to bottom, #990d30, #f0430f);
}
.zhitongche .ztc_btn:hover {
  transform: scale(1.1);
}
.saoma {
  padding: 35px 0;
  background: url("../images/saoma.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.saoma h3 {
  text-align: center;
  margin: 15px auto 18px;
  text-shadow: 2px 3px 3px #663be1;
}
.saoma h3 span {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  line-height: 60px;
  border-radius: 0.5rem;
  padding: 0 50px;
  background: url("../images/saomah3.png") center center no-repeat;
  background-size: 100% 100%;
}
.saoma .sm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.saoma .sm .tiyan img {
  width: 281px;
}
.saoma .sm .tiyan a {
  display: block;
  width: 240px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
  margin: 35px auto 0;
  letter-spacing: 3px;
  border-radius: 0.5rem;
  font-weight: bolder;
  border: 1px solid #ffffff;
  box-shadow: 0 0.04rem 0.1rem rgba(226, 32, 103, 0.6);
  background: -webkit-linear-gradient(bottom, #990d30, #f0430e);
  background: linear-gradient(to bottom, #990d30, #f0430e);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.saoma .sm .sm_rg {
  border-radius: 0.15rem;
  width: 73%;
  padding-bottom: 27px;
  background: #f2ebfd;
  background: -webkit-linear-gradient(right, #fff, #e5d7fb);
  background: -o-linear-gradient(left, #fff, #e5d7fb);
  background: -moz-linear-gradient(left, #fff, #e5d7fb);
  background: linear-gradient(to right, #fff, #e5d7fb);
}
.saoma .sm .sm_rg .sm_rgbtm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.saoma .sm .smline {
  width: 2px;
  margin: 13px 24px 0;
}
.saoma .sm .item {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.saoma .sm .item img {
  display: block;
  margin: 0 auto 12px;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.title .tit1,
.title .tit2 {
  height: 38px;
}
.title .num {
  height: 45px;
  margin-right: 30px;
}
.title span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 90px;
  margin: 0 20px 0 30px;
  font-size: 50px;
  color: #ffffff;
  font-weight: bolder;
  border-radius: 0.5rem;
  background: rgba(143, 103, 255, 0.5);
  background: -webkit-linear-gradient(right, rgba(152, 124, 232, 0), #8f67ff);
  background: -o-linear-gradient(left, rgba(152, 124, 232, 0), #8f67ff);
  background: -moz-linear-gradient(left, rgba(152, 124, 232, 0), #8f67ff);
  background: linear-gradient(to right, rgba(152, 124, 232, 0), #8f67ff);
}
.qiangshizb {
  padding-top: 83px;
  height: 934px;
  background: url("../images/qiangshizb.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.qiangshizb .qszb {
  height: 690px;
  border-radius: 0.2rem;
  padding: 22px 22px 30px;
  background: url("../images/qszb.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.qiangshizb .qszb .qb {
  border-radius: 0.1rem;
  padding-bottom: 30px;
  background: #ffffff;
  background: #fbe5f9;
  background: -webkit-linear-gradient(bottom, #fff3f3, #f6d7fe);
  background: -o-linear-gradient(top, #fff3f3, #f6d7fe);
  background: -moz-linear-gradient(top, #fff3f3, #f6d7fe);
  background: linear-gradient(to bottom, #fff3f3, #f6d7fe);
}
.qiangshizb .qszb .qb h3 {
  width: 78%;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  line-height: 74px;
  margin: 0 auto 18px;
  background: url("../images/qbh3.png") center center no-repeat;
  background-size: 100% 100%;
}
.qiangshizb .qszb .qb h3 span {
  background: linear-gradient(to right, #fff 0%, #f4cb7c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qiangshizb table {
  width: 93%;
  margin: 0 auto;
}
.qiangshizb table tr {
  background: #ffffff;
}
.qiangshizb table tr:nth-of-type(1) {
  background: url("../images/tr1bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.qiangshizb table tr:nth-of-type(2),
.qiangshizb table tr:last-of-type {
  background: #f2ebfd;
  background: -webkit-linear-gradient(right, #fff, #e5d7fb);
  background: -o-linear-gradient(left, #fff, #e5d7fb);
  background: -moz-linear-gradient(left, #fff, #e5d7fb);
  background: linear-gradient(to right, #fff, #e5d7fb);
}
.qiangshizb table tr:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.qiangshizb table tr:nth-of-type(3),
.qiangshizb table tr:nth-of-type(5) {
  background: #eee5ff;
}
.qiangshizb table th {
  height: 66px;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #b8a5ff;
  border-left: 1px solid #b8a5ff;
}
.qiangshizb table th:nth-of-type(1) {
  width: 16%;
  border-left: 0;
}
.qiangshizb table th:nth-of-type(2) {
  width: 32%;
}
.qiangshizb table th:nth-of-type(3) {
  width: 28%;
}
.qiangshizb table td {
  height: 90px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}
.qiangshizb table td small {
  font-size: 18px;
}
.qiangshizb table td i {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 18px;
}
.qiangshizb table td:nth-of-type(3) {
  border-right: 1px solid #b8a5ff;
  border-left: 1px solid #b8a5ff;
}
.qiangshizb table td:last-of-type {
  border-right: 1px solid #ffffff;
}
.qiangshizb table .first {
  color: #7429ba;
  font-size: 22px;
  border-right: 1px solid #b8a5ff;
  border-left: 1px solid #ffffff;
}
.qiangshizb table a {
  display: block;
  color: #ffffff;
  margin: 0 auto;
  width: 138px;
  line-height: 40px;
  font-weight: bolder;
  letter-spacing: 2px;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  background: #7e7e7e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qiangshizb table a.s3Btn {
  background: #6c48b2;
  background: -webkit-linear-gradient(bottom, #43167e, #9579e5);
  background: -o-linear-gradient(top, #43167e, #9579e5);
  background: -moz-linear-gradient(top, #43167e, #9579e5);
  background: linear-gradient(to bottom, #43167e, #9579e5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(146, 105, 222, 0.6);
  box-shadow: 0 2px 5px 0 rgba(146, 105, 222, 0.6);
}
.qiangshizb table a.s3Btn:hover {
  transform: scale(1.04);
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.48);
  display: none;
}
.mask .popup {
  width: 4rem;
  z-index: 9;
  border-radius: 0.2rem;
  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%);
}
.mask .popup .close {
  display: block;
  width: 0.5rem;
  position: absolute;
  top: -0.65rem;
  right: 0;
}
.mask .popup h3 {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  letter-spacing: 0.01rem;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 0.2rem 0.2rem 0 0;
  background: #6c48b2;
  background: -webkit-linear-gradient(bottom, #43167e, #9579e5);
  background: -o-linear-gradient(top, #43167e, #9579e5);
  background: -moz-linear-gradient(top, #43167e, #9579e5);
  background: linear-gradient(to bottom, #43167e, #9579e5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(146, 105, 222, 0.6);
  box-shadow: 0 2px 5px 0 rgba(146, 105, 222, 0.6);
}
.mask .popup-m {
  width: 100%;
  margin: 0 auto;
  padding: 0.4rem 0 0.6rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0 0 0.22rem 0.22rem;
  background: #fff;
  box-shadow: inset 0 0 0.4rem #b8d9ff;
}
.mask .popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: -0.25rem auto 0.1rem;
  font-size: 0.24rem;
  color: #666666;
}
.mask .popup-img {
  width: 2.4rem;
}
.mask .popBtn {
  width: 2.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 0.01rem solid #fff;
  border-radius: 0.33rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.02rem 0.02rem #e94040;
  display: block;
  text-align: center;
  margin: -0.36rem auto 0;
  background: #ff8484;
  background: -webkit-linear-gradient(bottom, #ff8484, #ea4848);
  background: -o-linear-gradient(bottom, #ff8484, #ea4848);
  background: -moz-linear-gradient(bottom, #ff8484, #ea4848);
  background: linear-gradient(to bottom, #ff8484, #ea4848);
}
.liankao {
  padding: 20px 0;
  background: url("../images/liankaobg.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.liankao .lk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liankao .lk img {
  height: 83px;
}
.liankao .lk span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 2px;
  background: url("../images/lkcircle.png") center center no-repeat;
  background-size: 100% 100%;
}
.liankao .lk span:nth-of-type(2) {
  background-image: url("../images/lkcircle1.png");
}
.liankao .lk span:hover {
  animation: rotate1 8s linear infinite alternate;
  -webkit-animation: rotate1 8s linear infinite alternate;
}
.liankao .lk span:hover b {
  animation: rotate1 8s linear infinite alternate-reverse;
  -webkit-animation: rotate1 8s linear infinite alternate-reverse;
}
.liankao .lk a {
  display: block;
  width: 240px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: bolder;
  border: 1px solid #ffffff;
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.beiduofen {
  padding: 70px 0 10px;
  background: url("../images/beiduofen.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.beiduofen .bdf {
  padding: 22px 0 50px;
  border-radius: 0.2rem;
  background: url("../images/bdf.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.beiduofen .bdf .bdf_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 34px;
  width: 96%;
  margin: 0 auto;
  border-radius: 0.1rem;
  border: 1px solid #ffffff;
  background: url("../images/bdf_top.png") center center no-repeat;
  background-size: 100% 100%;
}
.beiduofen .bdf .bdf_top .time {
  width: 324px;
  height: 263px;
  margin: 0 -36px -6px -35px;
  background: url("../images/bdftop.png") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
}
.beiduofen .bdf .bdf_top .time b {
  display: block;
  font-size: 30px;
  margin: 33px 0 12px;
}
.beiduofen .bdf .bdf_top .time span {
  display: block;
  margin: 0 auto 7px;
  font-size: 18px;
  width: 78px;
  line-height: 25px;
  border-top: 1px solid #f2956e;
  border-bottom: 1px solid #f2956e;
}
.beiduofen .bdf .bdf_top .time i {
  font-size: 22px;
  font-weight: bolder;
}
.beiduofen .bdf .bdf_top .item {
  width: 200px;
  padding: 0 16px 0 18px;
}
.beiduofen .bdf .bdf_top .item img {
  display: block;
  height: 41px;
  margin-top: 25px;
}
.beiduofen .bdf .bdf_top .item h6 {
  font-size: 22px;
  color: #ef4307;
  font-weight: bolder;
  margin: 18px 0 15px;
}
.beiduofen .bdf .bdf_top .item p {
  font-size: 18px;
  color: #211815;
  line-height: 28px;
}
.beiduofen .bdf .bdf_top .bdfline {
  height: 190px;
  width: 1px;
}
.beiduofen .bdf .bdf_top .canyu {
  width: 160px;
  padding: 15px 0 20px;
  margin-left: 24px;
  border-radius: 0.1rem;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  background: url("../images/lanjianheng.jpg") center center repeat;
  background-size: 100% 100%;
}
.beiduofen .bdf .bdf_top .canyu img {
  display: block;
  width: 85%;
  border-radius: 0.1rem;
  border: 2px solid #ffffff;
  margin: 0 auto 12px;
}
.beiduofen .bdf .bdf_top .zanwekaishi {
  width: 188px;
  height: 240px;
  padding-top: 160px;
  background: url("../images/bj_tips.png") center 20px no-repeat;
  background-size: 100%;
  font-size: 22px;
  text-align: center;
  color: #6e01d3;
  font-weight: bolder;
}
.beiduofen .bdf .bdf_tips {
  text-align: center;
  font-size: 14px;
  margin-top: -40px;
  color: #333333;
}
.jiyikoujue {
  background-image: url(../images/jiyikoujue.jpg);
}
.jiyikoujue .bdf .bdf_top {
  background-image: url(../images/bdf_top2.jpg);
}
.dalibao {
  padding: 70px 0 10px;
  background: url("../images/dalibao.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.dalibao .dlb {
  padding: 22px 0 24px;
  border-radius: 0.2rem;
  background: url("../images/dlb.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.dalibao .dlb .dlb_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 34px 0 28px;
  width: 96%;
  margin: 0 auto;
  border-radius: 0.1rem;
  border: 1px solid #ffffff;
  background: url("../images/dlb_top.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.dalibao .dlb .dlb_top .item {
  position: relative;
  width: 310px;
  height: 399px;
  margin: 0 15px;
  text-align: center;
  background: url("../images/dlbicon1.png") center center no-repeat;
  background-size: 100% 100%;
}
.dalibao .dlb .dlb_top .item span {
  position: absolute;
  top: 38px;
  right: -20px;
  width: 100px;
  line-height: 44px;
  font-weight: bolder;
  border-radius: 0.5rem;
  font-size: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  background: -webkit-linear-gradient(right, #b59bfa, #9772ff, #b59bfa);
  background: linear-gradient(to right, #b59bfa, #9772ff, #b59bfa);
}
.dalibao .dlb .dlb_top .item:nth-of-type(even) span {
  background: -webkit-linear-gradient(right, #ff9576, #ed420f, #ff9576);
  background: linear-gradient(to right, #ff9576, #ed420f, #ff9576);
}
.dalibao .dlb .dlb_top .item p {
  font-size: 20px;
  line-height: 30px;
  margin: 95px 0 185px;
  color: #211815;
}
.dalibao .dlb .dlb_top .item b {
  color: #ffffff;
  font-size: 30px;
}
.dalibao .dlb .dlb_top .item:nth-of-type(2) {
  background-image: url("../images/dlbicon2.png");
}
.dalibao .dlb .dlb_top .item:nth-of-type(3) {
  background-image: url("../images/dlbicon3.png");
}
.dalibao .dlb .dlb_top .item:nth-of-type(4) {
  background-image: url("../images/dlbicon4.png");
}
.dalibao .dlb .dlb_top .item:nth-of-type(5) {
  background-image: url("../images/dlbicon5.png");
}
.dalibao .dlb .dlb_top .bj_tips {
  font-size: 24px;
  color: #333333;
  font-weight: bolder;
  background: url("../images/bj_tips.png") center center no-repeat;
  background-size: 242px;
}
.dalibao .dlb .dlb_top .bj_tips b {
  display: block;
  font-size: 24px;
  color: #7429ba;
  margin: 230px 0 12px;
}
.dalibao .dlb .dlb_top .bj_tips a {
  display: block;
  width: 260px;
  text-align: center;
  line-height: 60px;
  margin: 22px auto 0;
  letter-spacing: 3px;
  font-size: 30px;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: bolder;
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.jingxuan {
  padding: 70px 0 10px;
  background: url("../images/jingxuan.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jingxuan .jx {
  padding: 22px 0 24px;
  border-radius: 0.2rem;
  background: url("../images/dlb.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jingxuan .jx .jx_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  padding: 25px 0 10px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 0.1rem;
  background: url("../images/jxtop.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jingxuan .jx .jx_top .jx1 {
  position: relative;
  width: 70%;
  margin-right: 65px;
}
.jingxuan .jx .jx_top .jx1 .lianshi {
  position: relative;
  width: 282px;
  margin: 0 0 0 200px;
  z-index: 1;
  animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.jingxuan .jx .jx_top .jx1 span {
  position: absolute;
  font-size: 30px;
  line-height: 36px;
  padding: 17px 0;
  text-align: center;
  font-weight: bolder;
}
.jingxuan .jx .jx_top .jx1 .ja {
  top: 46px;
  left: 0;
  width: 290px;
  color: #ffffff;
  background: linear-gradient(to right, rgba(252, 77, 25, 0), #ef2525, rgba(252, 77, 25, 0));
}
.jingxuan .jx .jx_top .jx1 .jb {
  top: 46px;
  left: 412px;
  width: 300px;
  color: #7429ba;
  background: linear-gradient(to right, rgba(255, 237, 176, 0), #dbbdff, rgba(255, 237, 176, 0));
}
.jingxuan .jx .jx_top .jx1 .jc {
  top: 190px;
  left: 0;
  width: 300px;
  color: #7429ba;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #dbbdff, rgba(255, 255, 255, 0));
}
.jingxuan .jx .jx_top .jx1 .jd {
  top: 206px;
  right: 0;
  width: 300px;
  color: #ffffff;
  background: linear-gradient(to right, rgba(252, 77, 25, 0), #ef2525, rgba(252, 77, 25, 0));
}
.jingxuan .jx .jx_top .jx2 {
  width: 160px;
}
.jingxuan .jx .jx_top .jx2 .jx2_top {
  width: 160px;
  border: 1px solid #ffffff;
  border-radius: 0.1rem;
  background: url("../images/lanjianheng.jpg") center center repeat;
  background-size: 100% 100%;
  padding: 15px 0 20px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}
.jingxuan .jx .jx_top .jx2 .jx2_top img {
  display: block;
  width: 85%;
  border-radius: 0.1rem;
  margin: 0 auto 12px;
}
.jingxuan .jx .jx_top .jx2 .jxbtn {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #ffffff;
  margin: 25px auto 0;
  border-radius: 0.5rem;
  font-weight: bolder;
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.daka {
  padding: 70px 0 20px;
  background: url("../images/daka.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.daka .teachers {
  display: block;
  margin: 0 auto;
  width: 1132px;
}
.daka .dk1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.daka .dk1 .item {
  position: relative;
  width: 540px;
  height: 630px;
  background: url("../images/biaofen.png") center center no-repeat;
  background-size: 100% 100%;
}
.daka .dk1 .item:nth-of-type(2) {
  background-image: url(../images/duokui.png);
}
.daka .dk1 .year {
  width: 200px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #602c16;
  margin: 24px 0 210px 36px;
  border-radius: 0.06rem;
  background: #f7cc90;
  background: -webkit-linear-gradient(right, #ffe4b6, #efb369);
  background: -o-linear-gradient(left, #ffe4b6, #efb369);
  background: -moz-linear-gradient(left, #ffe4b6, #efb369);
  background: linear-gradient(to right, #ffe4b6, #efb369);
}
.daka .dk1 .xingjiabi {
  position: absolute;
  top: 40px;
  right: 26px;
  width: 117px;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.daka .dk1 .tuijian {
  position: absolute;
  top: 40px;
  right: 26px;
  width: 94px;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.daka .dk1 .shihe {
  width: 80%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
}
.daka .dk1 .shihe h6 {
  display: flex;
  align-items: center;
  height: 46px;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
  color: #ffffff;
  background: #735bc5;
  background: -webkit-linear-gradient(bottom, #4f3aa3, #977be7);
  background: -o-linear-gradient(top, #4f3aa3, #977be7);
  background: -moz-linear-gradient(top, #4f3aa3, #977be7);
  background: linear-gradient(to bottom, #4f3aa3, #977be7);
}
.daka .dk1 .shihe h6.two {
  background: #a65fdb;
  background: -webkit-linear-gradient(bottom, #7e32c4, #cd8cf2);
  background: -o-linear-gradient(top, #7e32c4, #cd8cf2);
  background: -moz-linear-gradient(top, #7e32c4, #cd8cf2);
  background: linear-gradient(to bottom, #7e32c4, #cd8cf2);
}
.daka .dk1 .shihe h6 i {
  width: 2px;
  height: 22px;
  background: #bf91e9;
  margin: 0 13px;
}
.daka .dk1 .shihe h6 .user {
  width: 20px;
  margin-left: 19px;
}
.daka .dk1 .shihe h6 .shihedian {
  width: 246px;
  margin-left: 13px;
}
.daka .dk1 .shihe .sh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.daka .dk1 .shihe .sh span {
  line-height: 32px;
  font-size: 18px;
  color: #43167e;
  background: #f5eeff;
  border-radius: 0.08rem;
  padding: 0 9px;
  margin: 0 5px;
}
.daka .dk1 .xiangqingbtn {
  display: block;
  width: 260px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  margin: 18px auto 20px;
  letter-spacing: 3px;
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: bolder;
  border: 1px solid #ffffff;
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.daka .dk1 .quan {
  display: flex;
  align-items: center;
  width: 443px;
  height: 118px;
  margin: 0 auto;
  color: #602c16;
  font-size: 18px;
  font-weight: bolder;
  background: url("../images/quan.png") center center no-repeat;
  background-size: 100% 100%;
}
.daka .dk1 .quan .zhekou {
  height: 52px;
  margin: 0 40px 0 130px;
}
.daka .dk1 .quan .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 15px;
}
.daka .dk1 .quan .price img {
  height: 42px;
}
.daka .dk1 .tips {
  text-align: center;
  font-size: 14px;
  color: #fef6e5;
}
.jixunying {
  background: url("../images/daka2.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jixunying .jxy {
  position: relative;
  padding-bottom: 33px;
  border-radius: 0.2rem;
  border: 1px solid #efede9;
  background: url("../images/jixunyingbg.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jixunying .jxy .koubei {
  position: absolute;
  top: 47px;
  right: 87px;
  width: 94px;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.jixunying .jxy .jixunyingtit {
  display: block;
  height: 83px;
  margin: 42px auto 45px;
}
.jixunying .jxy .jxy_btm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jixunying .jxy .jxy_btm .jxy_lf .js {
  width: 510px;
  border-radius: 0.1rem;
  border: 1px solid #ffffff;
  background: url("../images/jxylf.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jixunying .jxy .jxy_btm .jxy_lf .xiangqingbtn {
  display: block;
  width: 260px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  margin: 18px auto 20px;
  letter-spacing: 3px;
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: bolder;
  border: 1px solid #ffffff;
  background: #c4281f;
  background: -webkit-linear-gradient(bottom, #980d30, #f0430e);
  background: -o-linear-gradient(top, #980d30, #f0430e);
  background: -moz-linear-gradient(top, #980d30, #f0430e);
  background: linear-gradient(to bottom, #980d30, #f0430e);
  -webkit-box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
  box-shadow: 0 2px 5px 0 rgba(226, 32, 103, 0.6);
}
.jixunying .jxy .jxy_btm .jxy_lf .jstit {
  display: block;
  width: 405px;
  margin: 20px auto 8px;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe {
  width: 84%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe h6 {
  display: flex;
  align-items: center;
  height: 46px;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
  color: #ffffff;
  background: #f85f08;
  background: -webkit-linear-gradient(bottom, #f1440e, #ff7a01);
  background: -o-linear-gradient(top, #f1440e, #ff7a01);
  background: -moz-linear-gradient(top, #f1440e, #ff7a01);
  background: linear-gradient(to bottom, #f1440e, #ff7a01);
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe h6 i {
  width: 2px;
  height: 22px;
  background: #ee9b8b;
  margin: 0 13px;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe h6 .user {
  width: 20px;
  margin-left: 19px;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe h6 .shihedian {
  width: 246px;
  margin-left: 13px;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe .sh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.jixunying .jxy .jxy_btm .jxy_lf .shihe .sh span {
  line-height: 32px;
  font-size: 18px;
  color: #430d18;
  background: #ffe8ec;
  border-radius: 0.08rem;
  padding: 0 9px;
  margin: 0 5px;
}
.jixunying .jxy .jxy_btm .jxy_lf .quan {
  display: flex;
  align-items: center;
  width: 443px;
  height: 118px;
  margin: 18px auto 0;
  color: #602c16;
  font-size: 18px;
  font-weight: bolder;
  background: url("../images/quan.png") center center no-repeat;
  background-size: 100% 100%;
}
.jixunying .jxy .jxy_btm .jxy_lf .quan .zhekou {
  height: 52px;
  margin: 0 30px 0 130px;
}
.jixunying .jxy .jxy_btm .jxy_lf .quan .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 15px;
}
.jixunying .jxy .jxy_btm .jxy_lf .quan .price img {
  height: 40px;
}
.jixunying .jxy .jxy_btm .jxy_lf .tips {
  text-align: center;
  font-size: 14px;
  color: #fef6e5;
}
.jixunying .jxy .jxy_btm .lunbo {
  position: relative;
  width: 482px;
  margin-left: 18px;
  overflow-x: hidden;
}
.jixunying .jxy .jxy_btm .lunbo .swiper-slide img {
  border-radius: 0.1rem;
}
.jixunying .jxy .jxy_btm .lunbo .swipernext,
.jixunying .jxy .jxy_btm .lunbo .swiperprev {
  position: absolute;
  width: 52px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jixunying .jxy .jxy_btm .lunbo .swipernext:hover,
.jixunying .jxy .jxy_btm .lunbo .swiperprev:hover {
  opacity: 1;
}
.jixunying .jxy .jxy_btm .lunbo .swipernext {
  right: 18px;
}
.jixunying .jxy .jxy_btm .lunbo .swiperprev {
  left: 18px;
}
.jixunying .jxy .jxy_btm .lunbo .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.jixunying .jxy .jxy_btm .lunbo .swiper-pagination-bullets span {
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
}
.jixunying .jxy .jxy_btm .lunbo .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
}
.jixunying .jxy .jxy_btm .lunbo .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 2px #fa7959 inset;
  box-shadow: 0 0 0 2px #fa7959 inset;
}
.zhuli {
  height: 626px;
  padding: 70px 0;
  background: url("../images/zhuli.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.zhuli .zl {
  padding: 22px 0;
  border-radius: 0.2rem;
  background: url("../images/dlb.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.zhuli .zl .zl_mian {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 25px 0 10px;
  border: 1px solid #ffffff;
  border-radius: 0.1rem;
  background: url("../images/jxtop.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.zhuli .zl .zl_mian .item {
  width: 210px;
  border-radius: 0.1rem;
  padding-bottom: 22px;
  margin: 0 13px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background: #745bc6;
  background: -webkit-linear-gradient(bottom, #503aa3, #987ce8);
  background: -o-linear-gradient(top, #503aa3, #987ce8);
  background: -moz-linear-gradient(top, #503aa3, #987ce8);
  background: linear-gradient(to bottom, #503aa3, #987ce8);
}
.zhuli .zl .zl_mian .item img {
  display: block;
  margin: 14px auto;
  width: 81%;
  border-radius: 0.1rem;
}
.zhuli .zl .zl_mian .item b {
  display: block;
  font-size: 20px;
}
/*# sourceMappingURL=main.css.map */