@font-face {
  font-family: 'sourch';
  src: url("../font/SourceHanSansCN-Normal.otf");
}

html, body {
  font-family: 'sourch';
  overflow-y: hidden !important;
  height: 100%;
  min-width: 1640px;
}

#app {
  height: 100%;
}
.footer{
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.footer p{
  margin-bottom: 5px;
}
.footer a{
  color: #7A7B96;
  text-decoration: none;
}
.wrap-box {
  height: 100%;
  border: 1px solid red;
  overflow-y: auto !important;
}

.page {
  background: url("../img/bg.jpg") no-repeat;
  background-attachment: fixed;
  min-width: 1640px;
}

.page .header-logo {
  position: fixed;
  z-index: 10000;
  width: 1640px;
  height: 81px;
  display: flex;
  justify-content: space-between;
  padding-top: 53px;
  left: 50%;
  margin-left: -820px;
}

.page .header-logo .logo-left {
  width: 105.4px;
  height: 65.4px;
  margin-bottom: 16px;
  margin-left: 20px;
}

.page .header-logo .logo-left img {
  width: 100%;
}

.page .header-logo .logo-right img:nth-child(2) {
  margin-bottom: 2px;
  margin-left: -20px;
}

.page .bg-wrap {
  width: 100%;
}

.page .bg-wrap .content {
  width: 1640px;
  margin: 0 auto;
}

.page .service .pad-con {
  padding-left: 73px;
  padding-right: 61px;
}

.page .service .service-header {
  display: flex;
  justify-content: space-between;
  padding-top: 81px;
}

.page .service .service-header h1 {
  margin-top: 24px;
}

.page .service .service-header .left-title h3 {
  font-size: 20px;
  color: #00a0e9;
  line-height: 29px;
  margin-bottom: 12px;
}

.page .service .service-header .left-title h3 span {
  font-size: 10px;
  vertical-align: super;
}

.page .service .service-header .left-title p {
  font-size: 14px;
  color: #7a7b96;
  line-height: 29px;
}

.page .service .service-header .el-carousel__item img {
  width: 100%;
  height: 100%;
}

.page .service .service-header .el-carousel__indicators .is-active .el-carousel__button {
  background-color: #0fa5ea;
  width: 19px;
  border-radius: 3px;
}

.page .service .service-header .el-carousel__indicators .el-carousel__button {
  border: 1px solid #00a0e9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.page .service .service-body {
  margin-top: 19px;
}

.page .service .service-body .img-content {
  display: flex;
  align-content: center;
  margin-top: 18px;
}

.page .service .service-body .img-content > div {
  width: 354px;
  height: 193px;
  background-size: 100% 100%;
  margin-right: 28px;
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.page .service .service-body .img-content > div h1 {
  font-size: 20px;
  font-weight: 500;
  color: #26298d;
  line-height: 29px;
}

.page .service .service-body .img-content > div p {
  font-size: 14px;
  color: #7a7b96;
  line-height: 29px;
}

.page .service .service-body .img-content .bg-1 {
  background: url("../img/ser-1.png") no-repeat;
}

.page .service .service-body .img-content .bg-2 {
  background: url("../img/ser-2.png") no-repeat;
}

.page .service .service-body .img-content .bg-3 {
  background: url("../img/ser-3.png") no-repeat;
}

.page .service .service-body .img-content .bg-4 {
  background: url("../img/ser-4.png") no-repeat;
}

.page .service .service-body .img-content .bg-1:hover {
  background: url("../img/ser-1-hover.png") no-repeat;
}

.page .service .service-body .img-content .bg-2:hover {
  background: url("../img/ser-2-hover.png") no-repeat;
}

.page .service .service-body .img-content .bg-3:hover {
  background: url("../img/ser-3-hover.png") no-repeat;
}

.page .service .service-body .img-content .bg-4:hover {
  background: url("../img/ser-4-hover.png") no-repeat;
}

.page .service .service-footer .partner {
  margin-top: 15px;
  display: flex;
  padding-left: 28px;
}

.page .service .service-footer .partner ul {
  margin-left: 78px;
  margin-top: 15px;
}

.page .service .service-footer .partner ul li {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #00a0e9;
  margin-right: 5px;
}

.page .service .nav {
  font-size: 20px;
  color: #00a0e9;
  line-height: 29px;
}

.page .service .nav span {
  font-size: 10px;
  vertical-align: super;
}

.page .service .ma-t24 {
  margin-top: 24px;
}

.page .inherit-body, .page .knowledge-body {
  padding-left: 113px;
  padding-right: 48px;
  padding-top: 200px;
}

.page .inherit .inherit-body, .page .inherit .knowledge-body, .page .knowledge .inherit-body, .page .knowledge .knowledge-body {
  display: flex;
  justify-content: space-between;
}

.page .inherit .inherit-body h1, .page .inherit .knowledge-body h1, .page .knowledge .inherit-body h1, .page .knowledge .knowledge-body h1 {
  font-size: 50px;
  color: #393DBA;
  font-weight: 700;
  margin-top: 87px;
  margin-bottom: 16px;
  position: relative;
}

.page .inherit .inherit-body h1 span, .page .inherit .knowledge-body h1 span, .page .knowledge .inherit-body h1 span, .page .knowledge .knowledge-body h1 span {
  position: relative;
  z-index: 100;
}

.page .inherit .inherit-body h1 img, .page .inherit .knowledge-body h1 img, .page .knowledge .inherit-body h1 img, .page .knowledge .knowledge-body h1 img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.page .inherit .inherit-body .des-name, .page .inherit .knowledge-body .des-name, .page .knowledge .inherit-body .des-name, .page .knowledge .knowledge-body .des-name {
  font-size: 24px;
  color: #7A7B96;
  line-height: 29px;
}

.page .inherit .inherit-body .des-content, .page .inherit .knowledge-body .des-content, .page .knowledge .inherit-body .des-content, .page .knowledge .knowledge-body .des-content {
  margin-top: 74px;
}

.page .inherit .inherit-body .des-content::before, .page .inherit .knowledge-body .des-content::before, .page .knowledge .inherit-body .des-content::before, .page .knowledge .knowledge-body .des-content::before {
  content: '';
  display: block;
  width: 107px;
  height: 6px;
  background: #5AC5EF;
  margin-bottom: 31px;
}

.page .inherit .inherit-body .des-content p, .page .inherit .knowledge-body .des-content p, .page .knowledge .inherit-body .des-content p, .page .knowledge .knowledge-body .des-content p {
  font-size: 16px;
  color: #7A7B96;
  line-height: 38px;
}

.page .inherit .inherit-body .des-content p span, .page .inherit .knowledge-body .des-content p span, .page .knowledge .inherit-body .des-content p span, .page .knowledge .knowledge-body .des-content p span {
  color: #00a0e9;
}

.page .inherit .inherit-body .video-wrap, .page .inherit .knowledge-body .video-wrap, .page .knowledge .inherit-body .video-wrap, .page .knowledge .knowledge-body .video-wrap {
  background: url("../img/inherit-video.png") no-repeat;
  width: 806px;
  height: 434px;
  position: relative;
}

.page .inherit .inherit-body .video-wrap img, .page .inherit .knowledge-body .video-wrap img, .page .knowledge .inherit-body .video-wrap img, .page .knowledge .knowledge-body .video-wrap img {
  position: absolute;
  left: 43px;
  z-index: 1000000;
}

.page .inherit .inherit-body .video-wrap .video, .page .inherit .knowledge-body .video-wrap .video, .page .knowledge .inherit-body .video-wrap .video, .page .knowledge .knowledge-body .video-wrap .video {
  width: 556px !important;
  height: 316px !important;
  position: absolute;
  left: 126px;
  top: 58px;
}

.page .inherit .inherit-body .video-wrap img, .page .knowledge .inherit-body .video-wrap img {
  top: 8px;
}

.page .inherit .knowledge-body .video-wrap img, .page .knowledge .knowledge-body .video-wrap img {
  left: 40px;
  bottom: 100px;
}

.page .know .know-body, .page .know .teacher-body, .page .teacher .know-body, .page .teacher .teacher-body {
  display: flex;
  justify-content: space-between;
  padding-top: 221px;
}

.page .know .know-body h1, .page .know .teacher-body h1, .page .teacher .know-body h1, .page .teacher .teacher-body h1 {
  font-size: 50px;
  color: #393DBA;
  font-weight: 700;
  margin-top: 87px;
  margin-bottom: 16px;
  position: relative;
}

.page .know .know-body h1 span, .page .know .teacher-body h1 span, .page .teacher .know-body h1 span, .page .teacher .teacher-body h1 span {
  position: relative;
  z-index: 100;
}

.page .know .know-body h1 img, .page .know .teacher-body h1 img, .page .teacher .know-body h1 img, .page .teacher .teacher-body h1 img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.page .know .know-body .des-name, .page .know .teacher-body .des-name, .page .teacher .know-body .des-name, .page .teacher .teacher-body .des-name {
  margin-top: 27px;
  font-size: 24px;
  color: #7A7B96;
  line-height: 29px;
}

.page .know .know-body .des-content, .page .know .teacher-body .des-content, .page .teacher .know-body .des-content, .page .teacher .teacher-body .des-content {
  margin-top: 74px;
}

.page .know .know-body .des-content::before, .page .know .teacher-body .des-content::before, .page .teacher .know-body .des-content::before, .page .teacher .teacher-body .des-content::before {
  content: '';
  display: block;
  width: 107px;
  height: 6px;
  background: #5AC5EF;
  margin-bottom: 31px;
}

.page .know .know-body .des-content p, .page .know .teacher-body .des-content p, .page .teacher .know-body .des-content p, .page .teacher .teacher-body .des-content p {
  font-size: 16px;
  color: #7A7B96;
  line-height: 38px;
}

.page .know .know-body .des-content p span, .page .know .teacher-body .des-content p span, .page .teacher .know-body .des-content p span, .page .teacher .teacher-body .des-content p span {
  color: #00a0e9;
}

.page .know .know-body, .page .teacher .know-body {
  padding-top: 200px;
}

.page .know .know-body h1, .page .teacher .know-body h1 {
  margin-top: 87px;
}

.page .know .know-body .video-wrap, .page .teacher .know-body .video-wrap {
  background: url("../img/know-video.png") no-repeat;
  width: 849px;
  height: 490px;
  position: relative;
}

.page .know .know-body .video-wrap img, .page .teacher .know-body .video-wrap img {
  position: absolute;
  right: 48px;
  top: 38px;
  z-index: 100000;
}

.page .know .know-body .video-wrap .video, .page .teacher .know-body .video-wrap .video {
  width: 553px !important;
  height: 312px !important;
  position: absolute;
  left: 129px;
  top: 84px;
}

.page .know .teacher-body, .page .teacher .teacher-body {
  padding-top: 200px;
}

.page .know .teacher-body h1, .page .teacher .teacher-body h1 {
  margin-top: 29px;
}

.page .know .teacher-body .video-wrap, .page .teacher .teacher-body .video-wrap {
  background: url("../img/teacher-video.png") no-repeat;
  width: 804px;
  height: 406px;
  position: relative;
}

.page .know .teacher-body .video-wrap img, .page .teacher .teacher-body .video-wrap img {
  position: absolute;
  right: -25px;
  bottom: 10px;
  z-index: 100000;
}

.page .know .teacher-body .video-wrap .video, .page .teacher .teacher-body .video-wrap .video {
  width: 553px !important;
  height: 312px !important;
  position: absolute;
  left: 118px;
  top: 32px;
}

.page .framework {
  padding-top: 155px;
}

.page .framework .framework-body {
  padding-left: 68px;
}

.page .framework .framework-body .title {
  font-size: 50px;
  font-weight: 500;
  color: #393DBA;
}

.page .framework .framework-body img {
  padding-left: 58px;
  margin-top: 50px;
}

.page .xgplayer-start {
  margin: -35px auto auto -35px;
}

.page .xgplayer-start {
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  background: none;
  overflow: hidden;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  margin: -55px auto auto -35px;
  cursor: pointer;
}

.szpx-page #fullpage .section .bg-wrap, .zyjy-page #fullpage .section .bg-wrap, .crjy-page #fullpage .section .bg-wrap {
  width: 100%;
}

.szpx-page #fullpage .section .bg-wrap .content, .zyjy-page #fullpage .section .bg-wrap .content, .crjy-page #fullpage .section .bg-wrap .content {
  width: 100%;
  margin: 0 auto;
}

.szpx-page .inherit-body, .zyjy-page .inherit-body, .crjy-page .inherit-body {
  padding-left: 205px;
  padding-right: 0px;
  padding-top: 168px;
}

.szpx-page .inherit-body .text-wrap, .zyjy-page .inherit-body .text-wrap, .crjy-page .inherit-body .text-wrap {
  width: 691px;
}

.szpx-page .inherit-body .text-wrap h1, .zyjy-page .inherit-body .text-wrap h1, .crjy-page .inherit-body .text-wrap h1 {
  margin-top: 163px;
  margin-bottom: 0px;
}

.szpx-page .inherit-body .text-wrap .left-title h3, .zyjy-page .inherit-body .text-wrap .left-title h3, .crjy-page .inherit-body .text-wrap .left-title h3 {
  font-size: 20px;
  color: #00a0e9;
  line-height: 29px;
  margin-bottom: 12px;
}

.szpx-page .inherit-body .text-wrap .left-title h3 span, .zyjy-page .inherit-body .text-wrap .left-title h3 span, .crjy-page .inherit-body .text-wrap .left-title h3 span {
  font-size: 10px;
  vertical-align: super;
}

.szpx-page .inherit-body .text-wrap .left-title p, .zyjy-page .inherit-body .text-wrap .left-title p, .crjy-page .inherit-body .text-wrap .left-title p {
  font-size: 14px;
  color: #7a7b96;
  line-height: 29px;
}

.szpx-page .inherit-body .text-wrap .left-title p.two, .zyjy-page .inherit-body .text-wrap .left-title p.two, .crjy-page .inherit-body .text-wrap .left-title p.two {
  margin-top: 39px;
}

.szpx-page .inherit-body .text-wrap ul, .zyjy-page .inherit-body .text-wrap ul, .crjy-page .inherit-body .text-wrap ul {
  margin-top: 126px;
}

.szpx-page .inherit-body .text-wrap ul li, .zyjy-page .inherit-body .text-wrap ul li, .crjy-page .inherit-body .text-wrap ul li {
  font-size: 14px;
  color: #00A0E9;
  line-height: 29px;
}

.szpx-page .inherit-body .text-wrap ul li::before, .zyjy-page .inherit-body .text-wrap ul li::before, .crjy-page .inherit-body .text-wrap ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00A0E9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 2px;
}

.szpx-page .inherit-body .video-wrap, .zyjy-page .inherit-body .video-wrap, .crjy-page .inherit-body .video-wrap {
  background: url("../img/szpx-inherit-video.png") no-repeat !important;
  width: 997px !important;
  height: 758px !important;
}

.zyjy-page .inherit-body .left-img {
  background: url("../img/zyjy-left-img.png") no-repeat !important;
  width: 352px !important;
  height: 222px !important;
  margin-top: 20px;
}

.zyjy-page .inherit-body .video-wrap {
  background: url("../img/zyjy-inherit-video.png") no-repeat !important;
  width: 966px !important;
  height: 683px !important;
}

.zyjy-page .inherit-bottom {
  width: 1640px;
  padding-left: 73px;
  margin: 0 auto;
  box-sizing: border-box;
}

.zyjy-page .inherit-bottom h3 {
  font-size: 20px;
  color: #00A0E9;
  line-height: 29px;
}

.zyjy-page .inherit-bottom h3::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00A0E9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 5px;
}

.zyjy-page .inherit-bottom div {
  background: url("../img/zyjy-user.png") no-repeat;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: right;
  color: #00A0E9;
  font-size: 25px;
}

.jxjy-page .inherit-body {
  padding-top: 168px;
}

.jxjy-page .inherit-body .text-wrap {
  width: 1027px;
}

.jxjy-page .inherit-body .text-wrap h1 {
  margin-top: 163px;
  margin-bottom: 0px;
}

.jxjy-page .inherit-body .text-wrap .left-title h3 {
  font-size: 20px;
  color: #00a0e9;
  line-height: 29px;
  margin-bottom: 12px;
}

.jxjy-page .inherit-body .text-wrap .left-title h3 span {
  font-size: 10px;
  vertical-align: super;
}

.jxjy-page .inherit-body .text-wrap .left-title p {
  font-size: 14px;
  color: #7a7b96;
  line-height: 29px;
}

.jxjy-page .inherit-body .video-wrap {
  background: none !important;
  width: 400px !important;
  height: 175px !important;
}

.jxjy-page .inherit-body .video-wrap ul {
  margin-top: 50px;
}

.jxjy-page .inherit-body .video-wrap ul li {
  font-size: 14px;
  color: #00A0E9;
  line-height: 44px;
}

.jxjy-page .inherit-body .video-wrap ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00A0E9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 2px;
}

.jxjy-page .inherit-bottom {
  background: url("../img/jxjy-user.png") no-repeat;
  width: 1500px;
  height: 578px;
  box-sizing: border-box;
  margin: 86px 48px 0 113px;
  z-index: 1;
  position: relative;
}

.crjy-page .inherit-body .text-wrap ul {
  margin-top: 20px;
}

.crjy-page .inherit-body .text-wrap ul li {
  width: 145px;
  font-size: 14px;
  color: #00A0E9;
  line-height: 29px;
  display: inline-block;
}

.crjy-page .inherit-body .text-wrap ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00A0E9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 2px;
}

.crjy-page .inherit-body .text-wrap ul li:last-child::before {
  content: '';
  width: 0px;
  height: 0px;
  margin: 0px;
}

.crjy-page .inherit-body .text-wrap .left-text {
  font-size: 16px;
  color: #7A7B96;
  line-height: 29px;
  padding: 63px 0 28px 0;
  background: url("../img/01.png") no-repeat 0px 50px !important;
}

.crjy-page .inherit-body .text-wrap .left-img {
  background: url("../img/crjy-left-img.png") no-repeat !important;
  width: 576px !important;
  height: 273px !important;
}

.crjy-page .inherit-body .video-wrap {
  background: url("../img/crjy-inherit-video.png") no-repeat !important;
  width: 935px !important;
  height: 685px !important;
  margin-top: 80px;
  position: relative;
}

.crjy-page .inherit-body .video-wrap h3 {
  height: 100px;
  font-size: 16px;
  color: #7A7B96;
  line-height: 135px;
  position: absolute;
  top: -70px;
  background: url("../img/02.png") no-repeat !important;
}
