@import 'normalize.css';
@import '../font/iconfont.css';
@import 'NotoSansSC.css';
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html,
body {
  min-width: 1200px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
a:active,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-group .button + .button {
  margin-left: 20px;
}
.button {
  display: block;
  width: 98px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
}
.button.nogradient {
  background: #eb6100;
}
.button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.button.blue.nogradient {
  background: #0077d9;
}
.button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.button.green.nogradient {
  background: #6eb92b;
}
.button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.button.round {
  border-radius: 20px;
}
.button.circle {
  border-radius: 50%;
}
.button.border {
  position: relative;
  color: #eb6100;
}
.button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 94px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
}
.button.border .btn-con {
  position: relative;
  z-index: 1;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.img > img {
  display: block;
  width: 100%;
  min-height: 100%;
}
img {
  display: block;
}
.channel-1 {
  background-color: #fdd000;
}
.channel-1 .text-shadow {
  /*text-shadow: 0px 2px 6px rgba(205, 147, 44, 0.7);*/
  text-shadow: 0px 2px 6px rgba(20, 20, 20, 0.4);
}
.channel-1 .box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
}
.channel-2 {
  background-color: #fd8d41;
}
.channel-2 .text-shadow {
  /*text-shadow: 0px 2px 6px rgba(231, 121, 47, 0.7);*/
  text-shadow: 0px 2px 6px rgba(20, 20, 20, 0.4);
}
.channel-2 .box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
}
.channel-3 {
  background-color: #88d544;
}
.channel-3 .text-shadow {
  /*text-shadow: 0px 2px 6px rgba(94, 181, 55, 0.7);*/
  text-shadow: 0px 2px 6px rgba(20, 20, 20, 0.4);
}
.channel-3 .box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
}
.channel-4 {
  background-color: #34c0f1;
}
.channel-4 .text-shadow {
  /*text-shadow: 0px 2px 6px rgba(42, 165, 210, 0.7);*/
  text-shadow: 0px 2px 6px rgba(20, 20, 20, 0.4);
}
.channel-4 .box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
}
.channel-5 {
  background-color: #1c7ee2;
}
.channel-5 .text-shadow {
  /*text-shadow: 0px 2px 6px rgba(26, 115, 206, 0.7);*/
  text-shadow: 0px 2px 6px rgba(20, 20, 20, 0.4);
}
.channel-5 .box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(20, 20, 20, 0.2);
}
.mb55 {
  margin-bottom: 45px;
}
.mb48 {
  margin-bottom: 38px;
}
.header {
  /*-webkit-box-shadow: 0px 10px 20px 0px rgba(137, 137, 137, 0.15);*/
  /*box-shadow: 0px 10px 20px 0px rgba(137, 137, 137, 0.15);*/
  background-color: #FEFEFE;
  position: relative;
  z-index: 9999;
  min-height: 92.8px;
}
.header .container {
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .container .flex-row {
  height: 100%;
}
.header .container .flex-row .logo {
  font-size: 0;
  width: 346px;
  height: 48px;
  margin-right: 30px;
}
.header .container .flex-row .select {
  position: relative;
  font-size: 18px;
}
.header .container .flex-row .select .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96px;
  height: 36px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
}
.header .container .flex-row .select .city .iconfont {
  font-size: 8px;
  margin-left: 6px;
}
.header .container .flex-row .select .lists {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 145px;
  margin-left: -72.5px;
  padding-top: 20px;
  display: none;
}
.header .container .flex-row .select .lists > .box-triangle {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
}
.header .container .flex-row .select .lists > .box-triangle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 7.07106781px solid transparent;
  border-bottom-color: #1584e0;
  margin-left: -7.07106781px;
  margin-top: -14.14213562px;
  left: 74.5px;
  top: 0;
}
.header .container .flex-row .select .lists > .box-triangle li {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.header .container .flex-row .select .lists > .box-triangle li a {
  color: #fff;
}
.header .container .flex-row .select .lists > .box-triangle li:hover a {
  color: rgba(255, 255, 255, 0.8);
}
.header .container .flex-row .select:hover .lists {
  display: block;
}
.header .container .flex-row .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  margin-right: -60px;
}
.header .container .flex-row .nav .nav-item {
  /* height: 116px;
  line-height: 116px; */
  padding: 1rem 0;
  position: relative;
  cursor: pointer;
  margin-right: 60px;
  color: #5A5A5A;
  /*font-family: PingFang-SC-Bold;*/
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.header .container .flex-row .nav .nav-item::after {
  content: '';
  width: 100%;
  color: #BFBFBF;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 300;
}
.header .container .flex-row .nav .nav-item:nth-child(1)::after {
  content: 'Course'
}
.header .container .flex-row .nav .nav-item:nth-child(2)::after {
  content: 'Sign up'
}
.header .container .flex-row .nav .nav-item:nth-child(3)::after {
  content: 'Campus'
}
.header .container .flex-row .nav .nav-item:nth-child(4)::after {
  content: 'About us'
}
.header .container .flex-row .nav .nav-item::before {
  content: '';
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb6100), to(#ffa800));
  background-image: linear-gradient(to right, #eb6100, #ffa800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffeb6100', endColorstr='#ffffa800', GradientType=1);
}
.header .container .flex-row .nav .nav-item:hover::before {
  width: 31px;
  height: 4px;
}
.header .container .flex-row .user {
  height: 41px;
}
.header .container .flex-row .user .button {
  display: block;
  width: 216px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
}
.header .container .flex-row .user .button.nogradient {
  background: #eb6100;
}
.header .container .flex-row .user .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.header .container .flex-row .user .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.header .container .flex-row .user .button.blue.nogradient {
  background: #0077d9;
}
.header .container .flex-row .user .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.header .container .flex-row .user .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.header .container .flex-row .user .button.green.nogradient {
  background: #6eb92b;
}
.header .container .flex-row .user .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.header .container .flex-row .user .button.round {
  border-radius: 20.5px;
}
.header .container .flex-row .user .button.circle {
  border-radius: 50%;
}
.header .container .flex-row .user .button.border {
  position: relative;
  color: #eb6100;
}
.header .container .flex-row .user .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 212px;
  height: 37px;
  background-color: #fff;
  border-radius: 18.5px;
}
.header .container .flex-row .user .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.header .container .flex-row .user .button::before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .container .flex-row .user .button .btn-con {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 34px 0 24px;
}
.header .container .flex-row .user .button .btn-con .tx {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  margin-right: 14px;
}
.header .container .flex-row .user .button .btn-con .down {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13px;
  flex: 0 0 13px;
}
.header .container .flex-row .user .button .btn-con > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  height: 41px;
  line-height: 41px;
}
.header .container .flex-row .user .button .oprate {
  position: absolute;
  width: 100%;
  height: 100px;
  line-height: 36px;
  color: #333333;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 55px;
}
.header .container .flex-row .user .button.active {
  display: block;
  width: 216px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
}
.header .container .flex-row .user .button.active.nogradient {
  background: #eb6100;
}
.header .container .flex-row .user .button.active.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.header .container .flex-row .user .button.active.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.header .container .flex-row .user .button.active.blue.nogradient {
  background: #0077d9;
}
.header .container .flex-row .user .button.active.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.header .container .flex-row .user .button.active.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.header .container .flex-row .user .button.active.green.nogradient {
  background: #6eb92b;
}
.header .container .flex-row .user .button.active.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.header .container .flex-row .user .button.active.round {
  border-radius: 100px;
}
.header .container .flex-row .user .button.active.circle {
  border-radius: 50%;
}
.header .container .flex-row .user .button.active.border {
  position: relative;
  color: #eb6100;
}
.header .container .flex-row .user .button.active.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 212px;
  height: 196px;
  background-color: #fff;
  border-radius: 98px;
}
.header .container .flex-row .user .button.active.border .btn-con {
  position: relative;
  z-index: 1;
}
.header .container .flex-row .user .button.active.border {
  border-radius: 20px;
}
.header .container .flex-row .user .button.active.border::before {
  border-radius: 18px;
}
@media (max-width: 0px /*失效替换原值1580*/) {
  .header {
    height: 92.8px;
  }
  .header .container {
    height: 116px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}
.fixed-right {
  position: fixed;
  top: 20%;
  right: 5%;
  z-index: 999999;
}
.fixed-right .questionnaire {
  margin-left: -8px;
  margin-bottom: -22px;
}
.fixed-right .phone {
  display: block;
  width: 182px;
  height: 126px;
  cursor: pointer;
}
.fixed-right .fix-channel {
  width: 143px;
  margin: -15px auto 0;
  background-color: rgba(255, 111, 1, 0.15);
  border-radius: 6px 6px 61px 61px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 15px 8px 8px 8px;
}
.fixed-right .fix-channel .ljzx {
  display: block;
  width: 152px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: #ff8e00;
  border-radius: 6px;
  margin-left: -12.5px;
}
.fixed-right .fix-channel .ljzx.nogradient {
  background: #eb6100;
}
.fixed-right .fix-channel .ljzx.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.fixed-right .fix-channel .ljzx.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.fixed-right .fix-channel .ljzx.blue.nogradient {
  background: #0077d9;
}
.fixed-right .fix-channel .ljzx.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.fixed-right .fix-channel .ljzx.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.fixed-right .fix-channel .ljzx.green.nogradient {
  background: #6eb92b;
}
.fixed-right .fix-channel .ljzx.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.fixed-right .fix-channel .ljzx.round {
  border-radius: 25.5px;
}
.fixed-right .fix-channel .ljzx.circle {
  border-radius: 50%;
}
.fixed-right .fix-channel .ljzx.border {
  position: relative;
  color: #eb6100;
}
.fixed-right .fix-channel .ljzx.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 148px;
  height: 47px;
  background-color: #fff;
  border-radius: 23.5px;
}
.fixed-right .fix-channel .ljzx.border .btn-con {
  position: relative;
  z-index: 1;
}
.fixed-right .fix-channel .channel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px 6px 61px 61px;
  padding: 20px 0 25px;
}
.fixed-right .fix-channel .channel-list .item {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.fixed-right .fix-channel .channel-list .item:hover {
  color: #319eff;
}
.fixed-right .fix-channel .channel-list .img {
  width: 53px;
  height: 12px;
  margin-top: 15px;
  cursor: pointer;
}
@media (max-width: 0px /*失效替换原值1580*/) {
  .fixed-right {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
.footer {
  padding-bottom: 100px;
  /* padding-top: 80px; */
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .container .left .footer-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .container .left .footer-channel .item {
  width: 216px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(208, 208, 208, 0.54);
  border-radius: 20px 0px 0px 0px;
  margin-right: 30px;
  color: #4199df;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 25px;
  background-color: #fff;
}
.footer .container .left .footer-channel .item .iconfont {
  margin-right: 18px;
  font-size: 30px;
}
.footer .container .left .footer-channel .item:hover {
  color: #fff;
  background-color: #4199df;
}
.footer .container .left .footer-channel-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}
.footer .container .left .footer-channel-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #616161;
  font-size: 16px;
  margin-right: 49px;
}
.footer .container .left .footer-channel-2 .item .iconfont {
  font-size: 30px;
  margin-bottom: 15px;
  color: #012733;
}
.footer .container .left .copyright {
  color: rgba(97, 97, 97, 0.5);
  font-size: 14px;
}
.footer .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .container .right .qrcode-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 150px;
  width: 340px;
}
.footer .container .right .qrcode-group .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .container .right .qrcode-group .qrcode img {
  display: block;
  width: 93px;
  height: 93px;
}
.footer .container .right .qrcode-group .qrcode > span {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #616161;
  font-family: SourceHanSansCN-Light;
}
@media (max-width: 0px /*失效替换原值1580*/) {
  .footer {
    height: 292px;
    padding-bottom: 100px;
  }
  .footer .container {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
body {
  background: url('../images/index_bg.png') no-repeat;
  background-position: center 1350px;
  background-size: 1920px 7510px;
  background-clip: border-box;
}
.wrap {
  margin-bottom: 160px;
}
.wrap .banner-wrap {
  width: 1200px;
  height: 600px;
  margin-bottom: 26px;
}
.wrap .banner-wrap .button-group {
  position: absolute;
  right: 40px;
  bottom: 90px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .banner-wrap .button-group .button {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
}
.wrap .banner-wrap .button-group .button.nogradient {
  background: #eb6100;
}
.wrap .banner-wrap .button-group .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.wrap .banner-wrap .button-group .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.wrap .banner-wrap .button-group .button.blue.nogradient {
  background: #0077d9;
}
.wrap .banner-wrap .button-group .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.wrap .banner-wrap .button-group .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.wrap .banner-wrap .button-group .button.green.nogradient {
  background: #6eb92b;
}
.wrap .banner-wrap .button-group .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.wrap .banner-wrap .button-group .button.round {
  border-radius: 29px;
}
.wrap .banner-wrap .button-group .button.circle {
  border-radius: 50%;
}
.wrap .banner-wrap .button-group .button.border {
  position: relative;
  color: #eb6100;
}
.wrap .banner-wrap .button-group .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 27px;
}
.wrap .banner-wrap .button-group .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.wrap .banner-wrap .button-group .button .iconfont {
  font-size: 18px;
}
.wrap .banner-wrap .button-group .button + .button {
  margin-top: 16px;
  margin-left: 0;
}
.wrap .banner-channel {
  width: 1200px;
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap .banner-channel .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 0;
  height: 167px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.wrap .banner-channel .item .item-con {
  font-family: "Noto Sans SC";
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap .banner-channel .item .item-con span:nth-child(2) {
  font-weight: 300;
}
.wrap .banner-channel .item .item-con .bold {
  font-size: 24px;
  margin-bottom: 8px;
}
.wrap .banner-channel .item .item-con .button {
  display: block;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: #1d96f2;
  margin-top: 20px;
}
.wrap .banner-channel .item .item-con .button.nogradient {
  background: #eb6100;
}
.wrap .banner-channel .item .item-con .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.wrap .banner-channel .item .item-con .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.wrap .banner-channel .item .item-con .button.blue.nogradient {
  background: #0077d9;
}
.wrap .banner-channel .item .item-con .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.wrap .banner-channel .item .item-con .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.wrap .banner-channel .item .item-con .button.green.nogradient {
  background: #6eb92b;
}
.wrap .banner-channel .item .item-con .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.wrap .banner-channel .item .item-con .button.round {
  border-radius: 12px;
}
.wrap .banner-channel .item .item-con .button.circle {
  border-radius: 50%;
}
.wrap .banner-channel .item .item-con .button.border {
  position: relative;
  color: #eb6100;
}
.wrap .banner-channel .item .item-con .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.wrap .banner-channel .item .item-con .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.wrap .banner-channel .item .item-con .button .iconfont {
  font-size: 12px;
}
.wrap .banner-channel .item .bg {
  /*width: 100%;*/
  /*height: 100%;*/
  width: auto;
  width: auto;
}
.wrap .channels {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.wrap .channels > .right {
  overflow: hidden;
  margin-left: 280px;
}
.wrap .channels > .left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  cursor: pointer;
}
.wrap .channels .left a > .content {
  display: block;
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap .channels .left a > .content .bold {
  font-size: 36px;
  margin-bottom: 8px;
}
.wrap .channels .left a > .content .info {
  letter-spacing: 0.5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.wrap .channels .left a > .content .button {
  display: block;
  width: 58px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  margin-top: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
}
.wrap .channels .left a > .content .button.nogradient {
  background: #eb6100;
}
.wrap .channels .left a > .content .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.wrap .channels .left a > .content .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.wrap .channels .left a > .content .button.blue.nogradient {
  background: #0077d9;
}
.wrap .channels .left a > .content .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.wrap .channels .left a > .content .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.wrap .channels .left a > .content .button.green.nogradient {
  background: #6eb92b;
}
.wrap .channels .left a > .content .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.wrap .channels .left a > .content .button.round {
  border-radius: 16px;
}
.wrap .channels .left a  > .content .button.circle {
  border-radius: 50%;
}
.wrap .channels .left a  > .content .button.border {
  position: relative;
  color: #eb6100;
}
.wrap .channels .left a  > .content .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 54px;
  height: 28px;
  background-color: #fff;
  border-radius: 14px;
}
.wrap .channels .left a  > .content .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.wrap .channels .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap .channels .right .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.wrap .channels .right .item .content {
  width: 166px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  font-size: 16px;
}
.wrap .channels .right .item .content > span {
  margin-top: 10px;
}
.wrap .channels .right .item .content .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.wrap .channels .right .item .content .icon img {
  max-width: 100%;
  max-height: 100%;
  color: #fff;
}
.wrap .channels .right .item .content:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
  color: #fff;
}
.wrap .channels .right .item .content:hover .icon img {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-filter: drop-shadow(30px 0 0 #ffffff);
          filter: drop-shadow(30px 0 0 #ffffff);
  -moz-filter: drop-shadow(30px 0 0 #ffffff);
  -ms-filter: drop-shadow(30px 0 0 #ffffff);
}
.wrap .channels .right .item .content.ms:hover .icon img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-filter: drop-shadow(30px 0 0 #ffffff);
          filter: drop-shadow(30px 0 0 #ffffff);
  -moz-filter: drop-shadow(30px 0 0 #ffffff);
  -ms-filter: drop-shadow(30px 0 0 #ffffff);
}
.wrap .channels.channels2 .right {
  margin-left: 0;
}
.wrap .channels.channels2 .right .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrap .channels.channels2 .right .item + .item {
  margin-left: 18px;
}
.wrap .channels.channels2 .right .item .content {
  width: 100%;
  height: 105px;
}
.wrap .main-channel {
  margin-top: 160px;
}
.wrap .main-channel.rmhd-container {
  margin-top: 254px;
}
.wrap .main-channel.zxkt-container {
  margin-top: 70px;
}
.wrap .main-channel.sxbd-container {
  margin-top: 130px;
}
.wrap .main-channel.ppsl-container {
  margin-top: 195px;
}
.wrap .main-channel.mjdkzk-container {
  margin-top: 170px;
}
.wrap .main-channel .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wrap .main-channel .top .title-bg-3 {
  background-image: url('../images/h_3.png');
}
.wrap .main-channel .top .title-bg-2 {
  background-image: url('../images/h_2.png');
}
.wrap .main-channel .top .title-bg-1 {
  background-image: url('../images/h_1.png');
}
.wrap .main-channel .top .top-title {
  font-size: 48px;
  color: #343434;
  margin: 0;
  padding-top: 40px;
  background-position: left top;
  background-size: 170px 10px;
  background-repeat: no-repeat;
}
.wrap .main-channel .top .top-title > p {
  font-size: 18px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  width: 620px;
  margin: 50px 0 0;
}
.wrap .main-channel .top .top-title > p .blue {
  color: #0077d9;
}
.wrap .main-channel .top .button-group .button {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
}
.wrap .main-channel .top .button-group .button.nogradient {
  background: #eb6100;
}
.wrap .main-channel .top .button-group .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.wrap .main-channel .top .button-group .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.wrap .main-channel .top .button-group .button.blue.nogradient {
  background: #0077d9;
}
.wrap .main-channel .top .button-group .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.wrap .main-channel .top .button-group .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.wrap .main-channel .top .button-group .button.green.nogradient {
  background: #6eb92b;
}
.wrap .main-channel .top .button-group .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.wrap .main-channel .top .button-group .button.round {
  border-radius: 29px;
}
.wrap .main-channel .top .button-group .button.circle {
  border-radius: 50%;
}
.wrap .main-channel .top .button-group .button.border {
  position: relative;
  color: #eb6100;
}
.wrap .main-channel .top .button-group .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 27px;
}
.wrap .main-channel .top .button-group .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.wrap .main-channel .top .button-group .button:focus {
  outline: none;
}
.wrap .footer {
  margin-top: 150px;
}
.course {
  position: relative;
  margin-top: 80px;
}
.course > .right {
  overflow: hidden;
  margin-left: 622px;
}
.course > .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 622px;
}
.course .left {
  width: 980px;
  left: -358px;
}
.course .right > .swiper-container {
  width: 598px;
  height: 810px;
}
.course .right > .swiper-container .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.course .right > .swiper-container .swiper-slide.swiper-slide-next {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.rmhd {
  margin-top: 20px;
  width: 1200px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rmhd > .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(3, 30, 45, 0.1));
}
.rmhd > .swiper-container .swiper-slide {
  height: auto;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.rmhd > .swiper-container .swiper-slide .content {
  width: 100%;
  height: 510px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(3, 30, 45, 0.1);
          box-shadow: 0px 0px 50px rgba(3, 30, 45, 0.1);
}
/*.rmhd > .swiper-container .swiper-slide:hover {*/
  /*-webkit-transform-origin: center center;*/
          /*transform-origin: center center;*/
  /*-webkit-transform: scale(1.2);*/
          /*transform: scale(1.2);*/
  /*z-index: 90;*/
/*}*/
.rmhd > .swiper-container .swiper-slide .content .img {
  width: 100%;
  height: 187px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 46px 70px;
  text-align: center;
  height: 330px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con > p {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 32px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .cutdown {
  font-size: 14px;
  color: #999;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .cutdown .time {
  display: inline-block;
  width: 22px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#6eb92b), to(#7edd2a));
  background: linear-gradient(0deg, #6eb92b, #7edd2a);
  border-radius: 5px;
  margin: 0 5px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button {
  display: block;
  width: 102px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: #fff;
  border: 1px solid #eb6100;
  color: #eb6100;
  font-size: 16px;
  line-height: 36px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.nogradient {
  background: #eb6100;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.blue.nogradient {
  background: #0077d9;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.green.nogradient {
  background: #6eb92b;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.round {
  border-radius: 19px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.circle {
  border-radius: 50%;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.border {
  position: relative;
  color: #eb6100;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 98px;
  height: 34px;
  background-color: #fff;
  border-radius: 17px;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.rmhd > .swiper-container .swiper-slide .content .rmhd-con .button.done {
  background: #EEEEEE;
  border-color: #EEEEEE;
  color: #818181;
}
.rmhd > .swiper-container .swiper-slide:nth-child(3n) {
  /*z-index: 3;*/
}
.rmhd > .swiper-container .swiper-slide:nth-child(3n+1) {
  /*z-index: 1;*/
}
.rmhd > .swiper-container .swiper-slide:nth-child(3n+2) {
  /*z-index: 2;*/
}
.rmhd > .swiper-container .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 90;
}
.rmhd > .swiper-container .swiper-slide-active-manual {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 90;
}
.rmhd > .swiper-container .swiper-slide.swiper-slide-active .content .rmhd-con .button {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff8d01), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d01, #ff6d01);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
          box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
  color: #fff;
}
.zxkt {
  margin-top: 30px;
  width: 1230px;
  height: 500px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.zxkt > .swiper-container {
  width: 100%;
  height: 100%;
}
.zxkt > .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.zxkt > .swiper-container .swiper-slide .zxkt-card {
  margin: 0 15px;
  margin-bottom: 25px;
}
.zxkt > .swiper-container .swiper-slide .zxkt-card:last-child {
  margin-right: 15px;
}
.zxkt > .swiper-container .swiper-slide .zxkt-card + .zxkt-card {
  margin-left: 10px;
}
.sxbd {
  width: 1200px;
  height: 406px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
  -webkit-box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
          box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
  background-color: #fff;
  *zoom: 1;
  margin-top: 65px;
}
.sxbd:before,
.sxbd:after {
  display: table;
  content: "";
}
.sxbd:after {
  clear: both;
}
.sxbd .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: flex-start flex-start;
      -ms-flex-pack: flex-start flex-start;
          justify-content: flex-start flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sxbd .content .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sxbd .content .left .item {
  color: #999;
  background-color: rgba(232, 239, 252, 0.9);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  cursor: pointer;
  width: 240px;
  /* height: 68px; */
  /*line-height: 68px;*/
  font-size: 22px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
}
.sxbd .content .left .item.active {
  color: #ff7701;
  background-color: #fff;
  position: relative;
}
.sxbd .content .left .item.active::after {
  content: '';
  display: block;
  width: 10px;
  /* height: 68px; */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
}
.sxbd .content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #fff;
}
.sxbd .content .right .con {
  display: none;
}
.sxbd .content .right .flex-con {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.sxbd .content .right .item {
  width: 100%;
  /* height: 68px; */
  flex: 1;
  color: #333;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 68px;
}
.sxbd .content .right .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 68px;
  line-height: 68px;
  padding-right: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sxbd .content .right .item .text .text-con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sxbd .content .right .item .text .hot_tag {
  display: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sxbd .content .right .item .time {
  color: #999;
}
.sxbd .content .right .item.hot .text .hot_tag {
  display: inline-block;
}
.sxbd .content .right .item + .item {
  border-top: 1px solid rgba(220, 221, 221, 0.6);
}
.sxbd > .button {
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
          box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
  margin-top: 40px;
  float: right;
}
.sxbd > .button.nogradient {
  background: #eb6100;
}
.sxbd > .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.sxbd > .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.sxbd > .button.blue.nogradient {
  background: #0077d9;
}
.sxbd > .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.sxbd > .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.sxbd > .button.green.nogradient {
  background: #6eb92b;
}
.sxbd > .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.sxbd > .button.round {
  border-radius: 22px;
}
.sxbd > .button.circle {
  border-radius: 50%;
}
.sxbd > .button.border {
  position: relative;
  color: #eb6100;
}
.sxbd > .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 116px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.sxbd > .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.ppsl .img {
  width: 873px;
  height: 393px;
  margin: 60px auto 0;
}
.ppsl .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 145px;
}
.ppsl .content .item {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
  -webkit-box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
          box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
  text-align: center;
  width: 227px;
  height: 267px;
  border: 1px solid rgba(194, 207, 226, 0.54);
  background-color: #fff;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.ppsl .content .item .title {
  color: #0077d9;
  font-size: 22px;
  font-weight: 700;
}
.ppsl .content .item .title > .bold {
  font-size: 72px;
  font-family: DINMittelschriftStd, Arial;
}
.ppsl .content .item .info {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding: 0 10px;
  /*font-weight: bold;*/
}
.ppsl .content .item .info > p {
  margin: 0;
}
.ppsl .content .item:nth-child(2n + 1) {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.ppsl .content .item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
}
.ppsl .content .item:hover .title {
  color: #fff;
}
.ppsl .content .item:hover .info {
  color: #fff;
}
.qwmtbd {
  margin-top: 40px;
  width: 1240px;
  height: 340px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qwmtbd > .swiper-container {
  width: 100%;
  height: 100%;
}
.qwmtbd > .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.qwmtbd > .swiper-container .swiper-slide .qwmtbd-card {
  margin: 0 20px;
}
.qwmtbd > .swiper-container .swiper-slide .qwmtbd-card:last-child {
  margin-right: 20px;
}
.mjdkzk {
  margin-top: 90px;
  width: 1200px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mjdkzk > .swiper-container {
  width: 100%;
  height: 100%;
}
.mjdkzk > .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mjdkzk > .swiper-container .swiper-slide .mjdkzk-card + .mjdkzk-card {
  margin-left: 75px;
}
.qqxshz {
  margin-top: 60px;
  width: 1200px;
  height: 741px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qqxshz > .swiper-container {
  width: 100%;
  height: 100%;
}
.qqxshz > .swiper-container .swiper-slide .content {
  width: 1200px;
  height: 741px;
  position: relative;
}
.qqxshz > .swiper-container .swiper-slide .content .img {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .text {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .name {
  font-size: 70px;
  margin: 0;
  line-height: 1.7;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .info {
  font-weight: 400;
  font-size: 30px;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button {
  display: block;
  width: 236px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.nogradient {
  background: #eb6100;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.blue.nogradient {
  background: #0077d9;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.green.nogradient {
  background: #6eb92b;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.round {
  border-radius: 35px;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.circle {
  border-radius: 50%;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.border {
  position: relative;
  color: #eb6100;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 232px;
  height: 66px;
  background-color: #fff;
  border-radius: 33px;
}
.qqxshz > .swiper-container .swiper-slide .content .qqxshz-con .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.course-card {
  width: 488px;
  height: 240px;
  background: #ffffff;
  border: 1px solid rgba(214, 216, 220, 0.54);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 5px 9px 11px rgba(253, 214, 166, 0.2);
          box-shadow: 5px 9px 11px rgba(253, 214, 166, 0.2);
  position: relative;
  margin: 0 20px 20px 0;
}
.course-card .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.course-card .info-top .tag {
  background: #ffefc2;
  border-radius: 14px 0px 0px 0px;
  color: #eb6100;
  padding: 9px;
}
.course-card .info-top .price {
  font-weight: 700;
  font-size: 30px;
  color: #ff403e;
}
.course-card .info .name {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  width: 350px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  line-height: 32px;
}
.course-card .info .time {
  font-size: 16px;
  color: #666;
}
.course-card .info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.course-card .info-footer .num {
  font-size: 14px;
  color: #b6b6b6;
}
.course-card .info-footer .num .iconfont {
  margin-right: 10px;
}
.course-card .info-footer .button {
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  color: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8e02), to(#ff6e02));
  background: linear-gradient(90deg, #ff8e02, #ff6e02);
}
.course-card .info-footer .button.nogradient {
  background: #eb6100;
}
.course-card .info-footer .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.course-card .info-footer .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.course-card .info-footer .button.blue.nogradient {
  background: #0077d9;
}
.course-card .info-footer .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.course-card .info-footer .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.course-card .info-footer .button.green.nogradient {
  background: #6eb92b;
}
.course-card .info-footer .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.course-card .info-footer .button.round {
  border-radius: 22px;
}
.course-card .info-footer .button.circle {
  border-radius: 50%;
}
.course-card .info-footer .button.border {
  position: relative;
  color: #eb6100;
}
.course-card .info-footer .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 116px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.course-card .info-footer .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.zxkt-card {
  width: 274px;
  height: 424px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
  -webkit-box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
          box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
  border: 1px solid rgba(194, 207, 226, 0.54);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.zxkt-card:hover {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.zxkt-card:nth-child(3n) .tag {
  color: #eb6100;
}
.zxkt-card:nth-child(3n + 1) .tag {
  color: #0077d9;
}
.zxkt-card:nth-child(3n + 2) .tag {
  color: #6eb92b;
}
.zxkt-card .img {
  width: 274px;
  height: 170px;
}
.zxkt-card .zxkt-con {
  position: relative;
  padding: 40px 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 254px;
}
.zxkt-card .zxkt-con > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.zxkt-card .zxkt-con .cutdown {
  width: 100%;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zxkt-card .zxkt-con .button {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa800), to(#eb6100));
  background-image: linear-gradient(to right, #ffa800, #eb6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffa800', endColorstr='#ffeb6100', GradientType=1);
  background: -webkit-gradient(linear, left top, right top, from(#ff8d02), to(#ff6d01));
  background: linear-gradient(90deg, #ff8d02, #ff6d01);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
          box-shadow: 0px 6px 15px 0px rgba(255, 188, 136, 0.64);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.zxkt-card .zxkt-con .button.nogradient {
  background: #eb6100;
}
.zxkt-card .zxkt-con .button.button-disabled {
  background: rgba(235, 97, 0, 0.15);
  color: #eb6100;
}
.zxkt-card .zxkt-con .button.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#3999ff), to(#0077d9));
  background-image: linear-gradient(to right, #3999ff, #0077d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff3999ff', endColorstr='#ff0077d9', GradientType=1);
}
.zxkt-card .zxkt-con .button.blue.nogradient {
  background: #0077d9;
}
.zxkt-card .zxkt-con .button.blue.button-disabled {
  background: rgba(0, 119, 217, 0.15);
  color: #0077d9;
}
.zxkt-card .zxkt-con .button.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#7edd2a), to(#6eb92b));
  background-image: linear-gradient(to right, #7edd2a, #6eb92b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff7edd2a', endColorstr='#ff6eb92b', GradientType=1);
}
.zxkt-card .zxkt-con .button.green.nogradient {
  background: #6eb92b;
}
.zxkt-card .zxkt-con .button.green.button-disabled {
  background: rgba(110, 185, 43, 0.15);
  color: #6eb92b;
}
.zxkt-card .zxkt-con .button.round {
  border-radius: 22px;
}
.zxkt-card .zxkt-con .button.circle {
  border-radius: 50%;
}
.zxkt-card .zxkt-con .button.border {
  position: relative;
  color: #eb6100;
}
.zxkt-card .zxkt-con .button.border::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 116px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.zxkt-card .zxkt-con .button.border .btn-con {
  position: relative;
  z-index: 1;
}
.qwmtbd-card {
  width: 572px;
  height: 307px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(116, 116, 116, 0.3);
  -webkit-box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
          box-shadow: 0px 4px 12px rgba(112, 112, 112, 0.1);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  line-height: 2;
}
.qwmtbd-card .title {
  position: relative;
}
.qwmtbd-card .title > h3 {
  overflow: hidden;
  margin-left: 165px;
}
.qwmtbd-card .title > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
}
.qwmtbd-card .title .img {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 156px;
  height: 100%;
}
.qwmtbd-card .title .img > img {
  height: auto;
  min-height: auto;
}
.qwmtbd-card .title > h3 {
  color: #1282e5;
  font-size: 24px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qwmtbd-card .img {
  width: 274px;
  height: 170px;
}
.qwmtbd-card .qwmtbd-con {
  font-size: 18px;
  color: #666666;
}
.mjdkzk-card {
  width: 350px;
  height: 550px;
}
.mjdkzk-card .img {
  width: 350px;
  height: 404px;
}
.mjdkzk-card .mjdkzk-con {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.mjdkzk-card .mjdkzk-con .name {
  color: #333;
  font-size: 24px;
  padding-bottom: 15px;
  margin: 0;
}
.mjdkzk-card .mjdkzk-con .info {
  color: #666;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 0px /*失效替换原值1580*/) {
  body {
    background-position-y: 1080px;
    background-size: 1536px 6008px;
  }
}
