html, body {
  height: 100%;
  width: 100%;
  touch-action: none;
}

.background_container {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.background_container .background {
  width: 100%;
  height: 50%;
}

.header {
  height: 120px;
  width: 100%;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.header .logo {
  width: 150px;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.header .menu {
  width: 100%;
  margin-top: 10px;
  display: none;
}
.header .menu .menu_li {
  flex: 1;
  display: inline-block;
  width: 16%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  box-sizing: border-box;
}
.header .menu .menu_li .menu_li_img {
  width: 140%;
  opacity: 0;
  transform: rotateZ(-180deg);
  margin-left: -10px;
  transition: all 0.5s ease-in-out;
}
.header .menu .menu_li .menu_li_img_active {
  opacity: 1 !important;
  transform: rotateZ(0deg) !important;
}
.header .menu .menu_li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
}

.container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.container .swiper-slide {
  font-size: 20px;
  color: aqua;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.container .swiper-slide .slide_content_split {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  height: 50%;
  position: relative;
}
.container .swiper-slide .slide_content_split .content_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .swiper-slide .slide_content_split .content_box .index_2 {
  width: 130%;
  margin: 250px 0 -50px -55px;
}
.container .swiper-slide .slide_content_split .content_box .title_222 {
  width: 95%;
}
.container .swiper-slide .slide_content {
  padding-top: 150px;
  box-sizing: border-box;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
}
.container .swiper-slide .slide_content .slide_box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.container .swiper-slide .slide_content .silde_title {
  position: relative;
}
.container .swiper-slide .slide_content .silde_title .first_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 12px #50b0ee;
}
.container .swiper-slide .slide_content .silde_title .second_title {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow: 0px 0px 12px #50b0ee;
}
.container .swiper-slide .slide_content .silde_title .img {
  width: 30px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 2s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.container .swiper-slide .slide_content .silde_title .slogan {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(0, -50%);
}
.container .swiper-slide .slide_content .slide_info_box .silde_table1 {
  margin-top: 30px;
  position: relative;
  background-image: url("../../images/project1/1-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 360px;
  height: 290px;
  margin: 0 auto;
}
.container .swiper-slide .slide_content .slide_info_box .silde_table1 .table_title {
  font-size: 18px;
  color: #fff;
  width: 80px;
  position: absolute;
  top: 35px;
  left: 100px;
}
.container .swiper-slide .slide_content .slide_info_box .silde_table1 .table_text {
  width: 250px;
  position: absolute;
  top: 90px;
  left: 90px;
}
.container .swiper-slide .slide_content .slide_info_box .silde_table1 .table_text .table_f {
  width: 20px;
  height: 23px;
  color: #fff;
  float: left;
}
.container .swiper-slide .slide_content .slide_info_box .silde_table1 .table_text div {
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin-top: 23px;
  padding-left: 35px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_table2 {
  background-image: url("../../images/project1/QLM2.png");
  width: 360px;
  height: 520px;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
.container .swiper-slide .slide_content .slide_info_box .slide_table2 img {
  width: 205px;
  position: absolute;
  top: 80px;
  left: 90px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top {
  width: 360px;
  margin: 0 auto;
  margin-top: 10px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .li {
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .li img {
  width: 40px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .li div {
  color: #fff;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .li div .small_text {
  font-size: 14px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .li div .big_text {
  font-size: 18px;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .slide_table3 {
  background-image: url("../../images/project1/XCFL4.png");
  width: 360px;
  height: 550px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.container .swiper-slide .slide_content .slide_info_box .slide_con_top .slide_table3 img {
  width: 170px;
  position: absolute;
  left: 90px;
  top: 100px;
}

.slide_info_card {
  width: 360px;
  margin: 0 auto;
  vertical-align: top;
}
.slide_info_card .card {
  width: 100%;
  height: 180px;
  background-image: url("../../images/project1/PYJZ1.png");
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background-size: 100% 100%;
}
.slide_info_card .card .card_icon {
  margin-bottom: 5px;
  margin-top: 30px;
  margin-left: -20px;
  width: 35px;
}
.slide_info_card .card p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
}
.slide_info_card .card_text {
  font-size: 14px;
  color: #fff;
  padding: 0 35px 0 15px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.slide_table_5 {
  width: 360px;
  margin: 0 auto;
  height: 500px;
  background: url("../../images/project1/YPYQ1.png") no-repeat;
  text-align: center;
  background-size: 100%;
  position: relative;
}
.slide_table_5 .slide_table_box_1 {
  position: absolute;
  text-align: left;
  width: 200px;
  left: 50px;
  top: 50px;
}
.slide_table_5 .slide_table_box_2 {
  position: absolute;
  text-align: left;
  width: 260px;
  left: 70px;
  top: 340px;
}
.slide_table_5 .table_box_title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.slide_table_5 .table_box_text {
  margin-top: 20px;
}
.slide_table_5 .table_box_text .text_line {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.process_box {
  width: 900px;
  margin: 0 auto;
}
.process_box .swiper_btn_group {
  text-align: center;
  margin-top: -10px;
}
.process_box .swiper_btn_group .page_info {
  text-align: right;
}
.process_box .swiper_btn_group .page_info span {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  margin-right: 5px;
}
.process_box .swiper_btn_group .page_info .mark_dark {
  opacity: 1;
}
.process_box .swiper_btn_group .my_swiper-button {
  width: 50px;
  height: 50px;
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  outline: none;
  transition: all 0.5s;
  cursor: pointer;
}

.min_cards {
  display: inline-block;
  width: 360px;
  height: 100px;
  vertical-align: top;
  margin-top: 40px;
}
.min_cards .min_cards_bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../../images/project1/PYJZ1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.min_cards .min_cards_bg .school_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 18px;
}
.min_cards .min_cards_bg .school_rmk {
  font-size: 14px;
  margin-bottom: 10px;
}
.min_cards .min_cards_bg .school_address {
  font-size: 14px;
  margin-bottom: 5px;
}
.min_cards .min_cards_bg .schhol_date {
  font-size: 14px;
}

.img_sl {
  width: 150px;
  padding-top: 30px;
  overflow: hidden;
  padding-left: 15px;
  margin: 0 auto;
}

.slide_info_img {
  width: 100%;
}

.lg_box {
  margin-top: 20px !important;
}

.QA_box, .job_box {
  width: 360px;
  margin: 0 auto;
  margin-top: 30px;
}
.QA_box .QA_bar, .job_box .QA_bar {
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.QA_box .QA_bar .QA_menu2, .job_box .QA_bar .QA_menu2 {
  display: inline-block !important;
  width: 85% !important;
}
.QA_box .QA_bar .QA_menu, .job_box .QA_bar .QA_menu {
  width: 100%;
  display: block;
  text-align: center;
}
.QA_box .QA_bar .QA_menu .QA_menu_btn, .QA_box .QA_bar .QA_menu .job_menu_btn, .job_box .QA_bar .QA_menu .QA_menu_btn, .job_box .QA_bar .QA_menu .job_menu_btn {
  padding: 5px 0px;
  margin: 0 5px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
.QA_box .QA_bar .QA_menu .QA_menu_btn_active, .job_box .QA_bar .QA_menu .QA_menu_btn_active {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0px 0px 12px #50b1ee;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 1px 0.5px 0px #50b1ee;
}
.QA_box .QA_swiper, .QA_box .job_swiper, .job_box .QA_swiper, .job_box .job_swiper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.QA_box .QA_swiper .job_slide, .QA_box .QA_swiper .QA_slide, .QA_box .job_swiper .job_slide, .QA_box .job_swiper .QA_slide, .job_box .QA_swiper .job_slide, .job_box .QA_swiper .QA_slide, .job_box .job_swiper .job_slide, .job_box .job_swiper .QA_slide {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.QA_box table, .job_box table {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 390px;
  box-sizing: border-box;
  text-align: center;
}
.QA_box table th, .job_box table th {
  min-width: 100px;
  height: 30px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  max-height: 30px;
  text-align: center;
  text-shadow: 0px 0px 12px #50b0ee;
}
.QA_box table th span, .job_box table th span {
  display: inline-block;
  font-size: 14px;
}
.QA_box table th:nth-child(1) span, .job_box table th:nth-child(1) span {
  width: 120px;
}
.QA_box table th:nth-child(2), .job_box table th:nth-child(2) {
  border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.QA_box table td, .job_box table td {
  min-height: 50px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.QA_box table td span, .job_box table td span {
  display: inline-block;
  font-size: 13px;
  padding: 10px;
}
.QA_box table td a, .job_box table td a {
  font-size: 12px;
  color: #fff;
}
.QA_box table td:nth-child(2), .job_box table td:nth-child(2) {
  border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.QA_box table td:last-child, .job_box table td:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.QA_box .QA_min_swiper, .QA_box .job_min_swiper, .job_box .QA_min_swiper, .job_box .job_min_swiper {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.QA_box .QA_min_swiper .min_swiper_group, .QA_box .job_min_swiper .min_swiper_group, .job_box .QA_min_swiper .min_swiper_group, .job_box .job_min_swiper .min_swiper_group {
  width: 100%;
  text-align: right;
}
.QA_box .QA_min_swiper .min_swiper_group2, .QA_box .job_min_swiper .min_swiper_group2, .job_box .QA_min_swiper .min_swiper_group2, .job_box .job_min_swiper .min_swiper_group2 {
  text-align: center;
  margin-top: 20px;
}
.QA_box .QA_min_swiper .QA_min_slide, .QA_box .job_min_swiper .QA_min_slide, .job_box .QA_min_swiper .QA_min_slide, .job_box .job_min_swiper .QA_min_slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.qa_group {
  margin-bottom: 20px;
  text-align: left;
}
.qa_group img {
  vertical-align: middle;
  margin-right: 20px;
  float: left;
  width: 20px;
}
.qa_group .qa_q {
  vertical-align: middle;
  color: #fff;
  min-height: 25px;
}
.qa_group .qa_q p {
  display: block;
  font-size: 13px;
  color: #fff;
  padding-left: 40px;
}
.qa_group .qa_a {
  vertical-align: middle;
  min-height: 25px;
  margin-bottom: 20px;
}
.qa_group .qa_a p {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 40px;
}

.my_swiper-button {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  outline: none;
  transition: all 0.5s;
  cursor: pointer;
}
.my_swiper-button img {
  width: 40%;
  margin-top: 6px;
}

.slide_left {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.slide_left .slide_pan img {
  width: 150px;
}

.lun {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80% !important;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 10s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  -webkit-animation-duration: 2s !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.footer {
  position: fixed;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.footer span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.flag {
  width: 80px;
}

.ts_box {
  float: right;
  text-align: right;
  padding: 10px 10px 0 0;
}

.op_group {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}
.op_group .op_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 20px;
  color: #50B1EE;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 8px 4px #50b1ee;
}

.ts {
  color: #fff;
  font-size: 12px;
  display: none;
}

.speech_button_left {
  display: inline;
  position: absolute;
  top: 50%;
  right: 80%;
  z-index: 5;
  opacity: 0.5;
}

.speech_button_right {
  display: inline;
  position: absolute;
  top: 50%;
  left: 80%;
  z-index: 5;
}

.speech_box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.speech_box .speech_picture {
  width: 179px;
  height: 260px;
  margin-bottom: 50px;
  position: relative;
  left: 27%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.speech_box .speech_picture .picture_img {
  width: 179px;
  height: 260px;
  margin-top: 20px;
  margin-left: -20px;
}
.speech_box .speech_content {
  display: inline-block;
  width: 95%;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.speech_box .speech_content .content_line1 {
  width: 100%;
  height: 2%;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.speech_box .speech_content .content_line2 {
  width: 100%;
  height: 4%;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.speech_box .speech_content .content_line3 {
  width: 100%;
  height: 94%;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: Noto Sans CJK SC;
  text-align: left;
  overflow: hidden;
}
.speech_box .speech_content .content_line3 .text_line {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.4);
}
.speech_box .speech_content .content_line3 .text_title {
  margin-top: 20px;
  margin-left: 23px;
  font-size: 16px;
  color: #ffffff;
}
.speech_box .speech_content .content_line3 .text_content {
  margin-top: 20px;
  margin-left: 23px;
  margin-right: 23px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

/*# sourceMappingURL=project1.css.map */
