@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus {
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
}
input,
textarea,
select {
  font: inherit;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.mid {
  vertical-align: middle;
}
.mar_t10 {
  margin-top: 0.2rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.bor_b {
  border-bottom: solid 1px #e0e0e0;
}
.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}
.f40 {
  font-size: 0.4rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.bgg {
  background: #f4f4f4;
}
.bgw {
  background: #fff;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.wrap_box {
  color: #333;
  font-size: 0.24rem;
  background: #fff;
}
.content {
  padding: 0 0.24rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.blue {
  color: #1525c8;
}
/*header*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.menu_btn {
  width: 0.41rem;
  left: 0.24rem;
  top: 0.3rem;
}
.tel_btn {
  width: 0.39rem;
  right: 0.24rem;
  top: 0.3rem;
}
.nav_list_box {
  width: 100%;
  background: #f2f3fa;
  position: fixed;
  top: 0.99rem;
  z-index: 100;
  display: none;
}
.nav_ul {
  float: left;
  width: 2.5rem;
  background: #0014a2;
  height: 100vh;
}
.nav_ul li {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.22rem;
  position: relative;
  color: #fff;
}
.nav_ul li.hover {
  background: #fff;
  color: #333;
}
.nav_ul li span {
  position: absolute;
  width: 0.04rem;
  height: 0.7rem;
  left: 0;
  top: 0;
}

.nav_ul li.hover span {
  position: absolute;
  width: 0.04rem;
  height: 0.7rem;
  left: 0;
  top: 0;
  border-radius: 25%;
  background: #0014a2;
}
.nav_content_box {
  width: 4.6rem;
  float: right;
}
.nav_con {
  display: none;
}
.nav_con h2 {
  font-size: 0.24rem;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}
.nav_con h2 span {
  display: block;
  float: left;
  width: 0.04rem;
  height: 0.22rem;
  background: #0014a2;
  margin-right: 0.3em;
  margin-top: 0.08rem;
}
.nav_con li {
  float: left;
  font-size: 0.24rem;
  width: 2.266667rem;
  text-align: center;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
.nav_con a{
  color: #333333;
}
.banner_con {
  width: 7.02rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1.1rem;
  z-index: 6;
}
.banner_txt1 {
  display: none;
}
.banner_txt2 {
  margin: 3% 0 5%;
  display: none;
}
.banner_btn {
  width: 1.8rem;
  height: 0.5rem;
  border: solid 1px #fff;
  border-radius: 0.1rem;
  display: block;
  color: #fff;
  line-height: 0.46rem;
  font-size: 0.16rem;
  position: relative;
  display: none;
  overflow: hidden;
}
.banner_btn img {
  width: 0.11rem;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.banner_btn::before {
  content: "";
  width: 0;
  height: 100%;
  background: #d0111b;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.banner_btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
.banner_btn:hover,
.banner_btn.active {
  color: #fff;
  border-color: #d0111b;
  transition-delay: 0.1s;
}
.banner_btn:hover::before,
.banner_btn.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.banner {
  margin: 0.99rem 0 0;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #1825c1;
  width: 0.44rem;
  height: 0.17rem;
  border-radius: 0.07rem;
}
.banner .swiper-slide-active .banner_txt1,
.banner .swiper-slide-active .banner_txt2,
.banner .swiper-slide-active .banner_btn {
  display: block;
}
/*index*/
.nav_list {
  background: #f4f4f4;
  border-radius: 0.16rem;
  padding: 0.3rem 0.3rem 0;
}
.nav_list li {
  width: 1.08rem;
  text-align: center;
  margin-right: 0.66rem;
}
.nav_list li:nth-child(4n+4) {
  margin-right: 0;
}
.nav_list li img {
  width: 1.08rem;
  height: 1.08rem;
}
.nav_list li p {
  font-size: 0.22rem;
  line-height: 0.72rem;
  margin-bottom: 0.1rem;
}
.video {
  width: 100%;
  height: 4.32rem;
  border-radius: 0.1rem;
}
.plan_box {
  padding: 0.2rem 0.5rem 0;
  background: #f4f4f4;
  border-radius: 0.16rem;
}
.tit {
  font-size: 0.38rem;
  color: #b9b9b9;
}
.tit span {
  background-image: linear-gradient(135deg, red, blue);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tit em {
  color: #1525c8;
}
.tit_tips {
  font-size: 0.22rem;
  margin: 0.1rem 0;
}
.tit_tips span {
  color: #b1b1b3;
  margin: 0 0.2rem;
}
.tit_en {
  color: #969494;
  font-size: 0.22rem;
  font-weight: lighter;
}
.plan_list li {
  padding-bottom: 0.2rem;
  animation-name: fadeInUp;
}
.plan_list li h2 img {
  width: 0.82rem;
  margin-right: 0.2rem;
}
.plan_list li h2 span {
  background: #1525c8;
  color: #fff;
  font-size: 0.24rem;
  padding: 0 0.15rem;
}
.plan_list li p {
  color: #797878;
  font-size: 0.22rem;
}
.bg1 {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.5rem 0 0.6rem;
}
.baoming_tit {
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.baoming_tips img {
  width: 1.32rem;
  height: 0.76rem;
}
.baoming_tips strong {
  width: 1.96rem;
  height: 0.55rem;
  border-radius: 0.26rem;
  color: #0017a1;
  font-size: 0.4rem;
  background: #fff;
  display: inline-block;
  line-height: 0.55rem;
  vertical-align: middle;
  margin-left: 0.15rem;
}
.baoming {
  margin: 0.5rem auto 0;
  background: #fff;
  border: solid 0.1rem #2e4bf0;
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.35rem;
}
.bm_list {
  width: 3rem;
  height: 0.6rem;
  border: solid 1px #999999;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  margin-bottom: 0.35rem;
}
.bm_list img {
  width: 0.24rem;
}
.bm_user {
  width: 2.4rem;
  height: 0.56rem;
  padding: 0 0.1rem;
  border: none;
}
.bm_btn {
  width: 2rem;
  height: 0.57rem;
  border-radius: 0.28rem;
  background: #001bbd;
  line-height: 0.57rem;
  font-size: 0.22rem;
  color: #fff;
  margin: 0 auto;
  display: block;
  border: none;
  cursor: pointer;
}
.bm_btn:hover {
  animation-name: swing;
}
.exam_con {
  border: solid 1px #e3f0ff;
  margin: 0.4rem 0;
}
.exam_tit {
  background: #001bbd;
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.exam_tit span {
  color: #fff;
}
.exam_con {
  border: solid 1px #ebebeb;
}
.exam_con span {
  border-right: solid 1px #e3f0ff;
  display: inline-block;
  text-align: center;
}
.exam_con span:last-child {
  border-right: none;
}
.width2 {
  width: 1.15rem;
}
.width3 {
  width: 3.3rem;
}
.width4 {
  width: 2.53rem;
}
.exam_list {
  height: 5.2rem;
}
.exam_list li {
  color: #666;
  line-height: 0.52rem;
}
.exam_list li span {
  color: #666;
}
.exam_list li:nth-child(even) {
  background: #e3f0ff;
}
.more {
  width: 1.7rem;
  height: 0.48rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.2rem;
  background: #f4f4f4;
  display: block;
  line-height: 0.48rem;
  transition: all 0.6s;
  margin: 0 auto;
  color: #666;
  font-size: 0.2rem;
}
.bg2 {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.3rem 0 0.5rem;
}
.grade {
  padding-bottom: 0.2rem;
}
.grade li {
  background: #fff;
  border: solid 1px #e9e9e9;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  margin: 0.3rem 0 0;
  animation-name: fadeInUp;
}
.grade_pic {
  width: 1.24rem;
}
.grade_tit_box {
  padding: 0.2rem 0;
}
.grade_tit h2 {
  font-size: 0.28rem;
}
.grade_tit p {
  font-size: 0.24rem;
}
.grade_con {
  color: #787878;
  width: 4.35rem;
}
.grade_btn {
  width: 1.4rem;
  height: 0.5rem;
  background: #e3f0ff;
  border-radius: 0.05rem;
  line-height: 0.5rem;
  color: #366eaf;
  font-size: 0.2rem;
}
.grade_link {
  width: 5.53rem;
  height: 0.74rem;
  border-radius: 0.1rem;
  line-height: 0.74rem;
  margin: 0.2rem auto 0;
  justify-content: center;
}
.grade_link img {
  width: 0.32rem;
  margin-right: 0.2rem;
}
.grade_link1 {
  background: #001bbd;
  border-radius: 0.1rem;
  color: #fff;
}
.grade_link2 {
  background: #fff;
  border-radius: 0.1rem;
  border: solid 1px #001bbd;
  color: #001bbd;
}
.teacher_list_pic {
  width: 3.34rem;
  padding: 0.15rem 0 0;
}
.teacher_list_pic img {
  width: 3.34rem;
  height: 4.42rem;
}
.teacher_list_pic::before {
  width: 2.7rem;
  height: 0.15rem;
  background: #1525c8;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
}
.teacher_list_con {
  width: 100%;
  left: 0;
  top: 35%;
  color: #fff;
  padding: 0 0.3rem;
  font-size: 0.22rem;
  line-height: 0.44rem;
  display: none;
}
.teacher_list_con h3 {
  font-size: 0.26rem;
}
.teacher_list_worker li {
  width: 2.2rem;
  margin-right: 0.2rem;
}
.teacher_list_worker li:nth-child(3n+3) {
  margin-right: 0;
}
.teacher_list_worker li img {
  height: 2.72rem;
}
.teacher_list li {
  width: 3.34rem;
}
.teacher_list li img {
  height: 4.42rem;
}
.teacher_list li:hover .teacher_list_con {
  display: block;
}
.teacher_list .swiper-slide-thumb-active .teacher_list_con {
  display: block;
}
.why_bg {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 9.54rem;
  padding: 0.55rem 0 0;
}
.why_tit {
  color: #fff;
}
.why_tit h2 {
  font-size: 1rem;
  font-family: Arial;
  opacity: 0.2;
  text-transform: uppercase;
  line-height: 1;
}
.why_tit h4 {
  font-size: 0.38rem;
  top: 0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.why_tit p {
  position: absolute;
  right: 0.3rem;
  top: 0.8rem;
  font-size: 0.3rem;
  text-transform: uppercase;
}
.why_tit p span {
  font-size: 0.14rem;
  font-weight: lighter;
}
.why_list {
  margin: 0.55rem 0 0;
}
.why_list li {
  width: 3.38rem;
  height: 2.04rem;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem 0.25rem 0;
  margin-bottom: 0.25rem;
}
.why_list li h4 {
  font-size: 0.24rem;
  color: #041ebe;
}
.why_list li h4 img {
  width: 0.45rem;
  margin-right: 0.2rem;
}
.why_list_txt {
  color: #686767;
  line-height: 0.38rem;
  height: 0.76rem;
  overflow: hidden;
  margin: 0.2rem 0 0;
  font-size: 0.22rem;
}
.worker_tit {
  margin: 0.3rem 0 0;
}
.worker_tit li {
  width: 33.333%;
  text-align: center;
  background: #666666;
  color: #fff;
  line-height: 0.8rem;
  cursor: pointer;
}
.worker_tit li.current {
  background: #1525c8;
}
.work_pic_box {
  height: 4.12rem;
  margin: 0.6rem 0;
}
.work_pic {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.work_pic .bd ul {
  overflow: hidden;
  zoom: 1;
}
.work_pic .bd ul li {
  margin: 0 0.17rem;
  float: left;
  overflow: hidden;
  text-align: center;
}
.work_pic .bd ul li img {
  width: 3.32rem;
  height: 4.12rem;
  display: block;
}
.worker_class li {
  margin: 0 0.18rem;
  text-align: center;
  transition: all 0.6s;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.worker_class li img {
  width: 1rem;
}
.worker_class li h3 {
  color: #4f4e4e;
  font-size: 0.22rem;
  margin: 0.1rem 0 0;
}
.worker_class li p {
  font-size: 0.2rem;
  color: #999;
}
.worker_class li:hover {
  transform: translateY(-20px);
}
.worker_class li:nth-child(2) {
  animation-name: fadeInDown;
}
.news_bg {
  background: #f4f4f4;
  padding: 0.3rem 0;
}
.news_list li {
  width: 3.4rem;
  height: 4.5rem;
  background: #fff;
}
.news_list_pic {
  height: 2.1rem;
}
.news_list_pic img {
  height: 100%;
}
.news_list_con {
  padding: 0.25rem 0.25rem 0;
}
.news_list_tit {
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
}
.news_list_tips {
  font-size: 0.22rem;
}
.environment_box {
  margin: 0.4rem 0;
}
.environment_tit {
  margin: 0.4rem 0 0.03rem;
}
.environment_tit li {
  width: 25%;
  height: 0.8rem;
  background: #666666;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 0.8rem;
  border-right: solid 1px #fff;
}
.environment_tit li:last-child{
  border-right:none
}
.environment_tit li.current {
  background: #1525c8;
}
.environment_tit li.current span {
  display: block;
}
.environment_list {
  display: none;
}
.environment_list img {
  width: 100%;
  height: 3.3rem;
}
.environment_list .swiper-pagination {
  position: static;
  margin: 0.2rem 0 0;
}
.environment_list .swiper-pagination-bullet-active {
  background: #fed130;
}
.environment_list .swiper-button-prev,
.environment_list .swiper-button-next {
  width: 0.34rem;
  height: 0.55rem;
  margin-top: -0.28rem;
}
.environment_list .swiper-button-prev {
  background: url(../images/nar5.jpg) no-repeat;
  background-size: 100%;
}
.environment_list .swiper-button-next {
  background: url(../images/nar6.jpg) no-repeat;
  background-size: 100%;
}
.environment_list:first-child {
  display: block;
}
/*footer*/
.contact {
  background: #454545;
  padding: 0.3rem 0 1.8rem;
}
.footer_logo img {
  width: 3.09rem;
  height: .96rem;
}
.footer_contact {
  margin: 0.6rem 0 0;
  color: #fff;
  font-size: 0.22rem;
}
.footer_contact li {
  margin-bottom: 0.1rem;
}
.footer_contact li img {
  width: 0.29rem;
  margin-right: 0.2rem;
}
.contact_code {
  width: 1.2rem;
  height: 1.2rem;
  right: 0.35rem;
  top: 1.1rem;
}
.copyright {
  font-size: 0.12rem;
  color: #fff;
  margin: 0.3rem 0 0;
}
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1525c8;
  height: 1rem;
  color: #fff;
  padding: 0.15rem 0 0;
  z-index: 99;
}
.footer_list {
  width: 40%;
}
.footer_list li {
  width: 50%;
  text-align: center;
}
.footer_list li img {
  width: 0.42rem;
}
.footer_list li p {
  font-size: 0.22rem;
}
.footer_tel {
  width: 1.4rem;
  height: 1.4rem;
  border: solid 1px #5764f0;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.02rem;
  background: #2e3ee1;
  padding: 0.3rem 0 0;
}
.footer_tel img {
  width: 0.46rem;
}
.footer_tel p {
  font-size: 0.24rem;
  margin: 0.05rem 0 0;
}
/*main*/
.m_banner_con {
  width: 100%;
  top: 30%;
  left: 0;
  color: #fefefe;
}
.m_banner_con h2 {
  font-size: 0.38rem;
  position: relative;
  line-height: 0.9rem;
  text-transform: uppercase;
}
.m_banner_con h2::after {
  width: 0.4rem;
  height: 0.02rem;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: "";
  display: block;
}
.m_banner_con h3 {
  margin: 0.15rem 0 0;
  font-size: 0.26rem;
}
.m_banner_con p {
  font-size: 0.2rem;
}
.m_bm_bg {
  background: #f7f7f7;
}
.path {
  line-height: 0.8rem;
  font-size: 0.22rem;
}
.type {
  font-size: 0;
  margin: 0.15rem 0 0;
}
.type a {
  border: solid 1px #2534cc;
  line-height: 0.48rem;
  width: 1.32rem;
  font-size: 0.2rem;
  display: inline-block;
  margin-left: -1px;
}
.type a.active {
  background: #1525c8;
  color: #fff;
}
.type a:hover {
  background: #1525c8;
  color: #fff;
}
.m_type2 {
  margin: 0.4rem 0;
}
.m_bm_tit {
  color: #000;
  font-size: 0.22rem;
  padding: 0.3rem 0 0;
  line-height: 0.8rem;
}
.m_bm_tit::after {
  width: 0.14rem;
  height: 0.02rem;
  background: #333333;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
}
.m_bm_txt {
  color: #9b9d9b;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin: 12px 0 0;
}
.baoming-form {
  margin: 0.4rem auto 0;
}
.form-control {
  position: relative;
  margin: 0.2rem 0;
}
.form-control input {
  -webkit-appearance: none;
  width: 5rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #fff;
  font-size: 0.22rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  border: none;
  outline: none;
}
.form-control input:focus,
.form-control input.checked {
  border: none;
  outline: none;
  background-color: #1525c8;
  color: #fff;
}
.form-control input:focus::-webkit-input-placeholder,
.form-control input.checked::-webkit-input-placeholder {
  color: #fff;
}
.form-control select {
  -webkit-appearance: none;
  width: 5rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #fff;
  font-size: 0.22rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
}
.form-control select:focus,
.form-control select.checked {
  border: none;
  outline: none;
  background-color: #1525c8;
  color: #fff;
}
.form-control .selector {
  width: 5rem;
  margin: 0 auto;
}
.form-control .selector .col {
  width: 50%;
  float: left;
  background-color: #fff;
  height: 0.8rem;
  font-size: 0.22rem;
  line-height: 0.8rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.form-control .selector .col:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-right: 1px #eee solid;
}
.form-control .selector .col:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.form-control .selector .col.checked {
  background-color: #1525c8;
  color: #fff;
}
.form-control .btn-submit {
  width: 5rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #000;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.8rem;
  border: none;
}
.select-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: calc(50% - 185px);
  margin-top: 20px;
}
.form-control .icon-adown {
  position: absolute;
  left: calc(50% + 110px);
  top: 17px;
  height: 16px;
  width: 0.2rem;
}
.form-control.filter .split {
  width: 290px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px #ddd solid;
}
.hide {
  display: none !important;
}
.offline_box {
  background: #fff;
  border: solid 1px #ececec;
  margin: 0.3rem 0 0;
  padding: 0 0.24rem 0.5rem;
}
.offline_list li {
  border-bottom: solid 1px #eeeeee;
  padding: 0.25rem 0;
}
.offline_list_con h3 {
  font-size: 0.22rem;
  line-height: 2;
}
.offline_list_con p {
  color: #878787;
  font-size: 0.2rem;
}
.offline_list_con p img {
  width: 0.19rem;
  margin-right: 0.1rem;
}
.offline_list_code {
  width: 1.1rem;
}
.offline_list_code img {
  width: 1.1rem;
  height: 1.1rem;
}
.offline_txt {
  line-height: 2;
  padding: 0.3rem 0;
  font-size: 0.2rem;
}
.map {
  width: 100%;
  height: 3.1rem;
}
.map img {
  height: 100%;
}
.m_bm_list {
  justify-content: center;
  padding: 0.5rem 0;
}
.m_bm_list li {
  width: 50%;
  border-right: solid 1px #dddddd;
  text-align: center;
  cursor: pointer;
}
.m_bm_list li:last-child {
  border-right: none;
}
.m_bm_list li p {
  color: #9b9d9b;
  margin: 10px 0 15px;
}
.m_bm_list li span {
  width: 20px;
  height: 20px;
  background: url(../images/nar7.png) no-repeat;
  display: block;
  margin: 0 auto;
}
.m_bm_list li.selected span {
  background: url(../images/nar8.png) no-repeat;
}
.m_bm_list li img {
  width: 1.13rem;
}
.m_bm_list_box {
  display: none;
}
.m_bm_list_box:first-child {
  display: block;
}
.m_bm_con {
  display: none;
  padding-bottom: 0.6rem;
}
.m_bm_con:first-child {
  display: block;
}
.process-slide {
  margin-top: 0.4rem;
}
.process-slide .process-b {
  width: 6.55rem;
  height: 3.75rem;
  padding: 0.35rem 0 0;
  background-color: #fff;
  text-align: center;
}
.process-slide .process-b img {
  width: 0.92rem;
}
.process-slide .process-b .ptt {
  font-size: 0.22rem;
  line-height: 0.48rem;
  font-weight: bold;
  margin: 0.15rem 0 0;
}
.process-slide .process-b .pstt {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #acacac;
}
.process-slide .process-b.swiper-slide-active {
  background-color: #0014a2;
  color: #fff;
}
.process-slide .process-b.swiper-slide-active .pstt {
  color: rgba(255, 255, 255, 0.6);
}
.process-chooser {
  width: 100%;
  margin: 0.4rem auto 0;
}
.process-chooser .col {
  width: 16.66666667%;
  float: left;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  text-align: center;
}
.process-chooser .col .ctt {
  font-size: 0.3rem;
  font-weight: bold;
}
.process-chooser .col .cstt {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0.25rem;
}
.process-chooser .col.active {
  border-bottom: 2px #000 solid;
}
.process-chooser .col.active .process_num {
  color: #0014a2;
}
.qaa {
  margin: 0.4rem auto 0;
}
.qaa .qa1 {
  text-align: left;
}
.qaa .qa1 .qq {
  position: relative;
  font-size: 0.24rem;
  cursor: pointer;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.qaa .qa1 .qq .seq {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background-repeat: no-repeat;
  background-size: 0.32rem 0.32rem;
  background-position: center;
  margin-right: 0.1rem;
  /*text-align: right;*/
  /*padding-right: 10px;*/
  /*font-weight: bold;*/
  /*color: #000;*/
  background-image: url("../images/wenhao.png");
}
.qaa .qa1 .qq:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  -webkit-text-stroke: 1px #F7F7F7;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.3);
}
.qaa .qa1 .aa {
  display: block;
  padding-left: 0.36rem;
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 0.1rem 0;
}
.qaa .qa1.active {
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
}
.qaa .qa1.active .qq {
  font-weight: bold;
  color: #000;
}
.qaa .qa1.active .qq:after {
  content: "\f067";
  color: #000;
}
.qaa .qa1.active .aa {
  display: block;
}
.jian1 {
  padding: 0.2rem 0 0.4rem;
}
.jian1_txt {
  line-height: 0.38rem;
  margin: 0.2rem 0.4rem 0.35rem;
}
.jian1_tit {
  font-size: 0.24rem;
  color: #fff;
  height: 0.74rem;
  background: #1525c8;
  border-radius: 0.37rem;
  line-height: 0.74rem;
  width: 4.44rem;
  margin: 0 auto;
}
.wen {
  width: 0.98rem;
  right: 0;
  bottom: -0.22rem;
}
.jian2_tit {
  padding: 0.4rem 0 0.3rem;
}
.jian2_list {
  background: #303030;
  padding: 0.5rem 0.5rem 0.35rem;
}
.jian2_list li {
  background: #fff;
  height: 1.28rem;
  margin-bottom: 0.15rem;
}
.jian2_list_pic {
  width: 1.94rem;
  height: 0.98rem;
  margin-left: -0.13rem;
  margin-right: 0.2rem;
}
.jian2_list_pic img {
  width: 100%;
  height: 100%;
}
.jian2_list_con {
  width: 4.2rem;
}
.jian3_bg {
  background: #f7f7f7;
}
.jian3_tit {
  background: url(../images/jian3.jpg) no-repeat;
  height: 1.39rem;
  background-size: 100%;
  color: #fff;
  padding: 0.3rem 0 0;
}
.jian3_tit h2 {
  font-size: 0.3rem;
}
.jian3_type {
  background: linear-gradient(#5765ea, #1625c8);
  height: 1.14rem;
  padding: 0.15rem 0.14rem 0;
}
.jian3_type li {
  width: 1.67rem;
  height: 0.74rem;
  background: #fff;
  line-height: 0.74rem;
  text-align: center;
  margin: 0 0.01rem;
  color: #3e4cdc;
  font-weight: bold;
}
.jian3_type li.current {
  height: 0.84rem;
  background: #eb8f0b;
  border-radius: 0 0 0.2rem 0.2rem;
  color: #fff;
}
.jian3_list_box {
  background: url(../images/jian4.png) no-repeat;
  background-size: 100% 100%;
  height: 5.83rem;
  padding: 0.4rem 0.4rem 0;
}
.jian3_list {
  display: none;
}
.jian3_list:first-child {
  display: block;
}
.jian3_list li {
  width: 3.24rem;
  height: 0.77rem;
  border-radius: 0.16rem;
  background: #fff;
  text-align: center;
  line-height: 0.77rem;
  margin-bottom: 0.2rem;
}
.jian3_btn {
  width: 4.44rem;
  height: 0.74rem;
  background: #eb8f0b;
  color: #fff;
  border-radius: 0.37rem;
  line-height: 0.74rem;
  margin: 0.3rem auto 0;
}
.jian4_tit {
  padding: 0.45rem 0;
}
.jian4_tit h2 {
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.jian4_tit p {
  font-size: 0.2rem;
}
.jian4_list {
  padding-bottom: 0.35rem;
}
.jian4_list li {
  width: 1.62rem;
  margin: 0 0.18rem 0.15rem 0;
  text-align: center;
}
.jian4_list li img {
  height: 1.34rem;
}
.jian4_list li:nth-child(4n+4) {
  margin-right: 0;
}
.jian4_list li p {
  line-height: 0.58rem;
  background: #fff;
}
.jian_btn {
  background: #1525c8;
  color: #fff;
  line-height: 0.74rem;
  border-radius: 0.37rem;
}
.jian_btn img {
  width: 0.32rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.jian_btn1 {
  width: 3.8rem;
}
.jian_btn2 {
  width: 3.05rem;
}
.jian5_list li {
  width: 2.18rem;
  margin: 0 0.22rem 0.2rem 0;
}
.jian5_list li:nth-child(3n+3) {
  margin-right: 0;
}
.jian5_list li img {
  height: 2.09rem;
}
.jian5_list li p {
  height: 0.73rem;
  background: #fff;
  margin: 0.13rem 0 0;
  padding: 0.18rem 0.18rem 0;
  position: relative;
  line-height: 0.46rem;
}
.jian5_list li p::after {
  width: 0.2rem;
  height: 0.03rem;
  background: #1525c8;
  top: 0.18rem;
  left: 0.18rem;
  position: absolute;
  content: "";
  display: block;
}
.jian5_bg {
  background: url(../images/jian5_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 0.55rem;
}
.jian5_tit {
  color: #fff;
  padding: 0.5rem 0 0.4rem;
}
.jian6_list li img {
  height: 4.03rem;
}
.jian_btn3 {
  background: #eb8f0b;
}
.jian7_bg {
  background: url(../images/jian6_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.4rem;
}
.jian8_tit {
  background: url(../images/jian8.jpg) no-repeat;
  height: 1.34rem;
  color: #fff;
  padding: 0.2rem 0 0;
}
.jian8_tit h2 {
  font-size: 0.3rem;
}
.jian8_tit p {
  text-transform: uppercase;
}
.environment_small li {
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.02rem solid #fff;
}
.environment_small li p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.environment_small li.swiper-slide-thumb-active {
  border: 0.02rem solid #001bbd;
}
.m_about_con {
  padding: 0.3rem 0.25rem 0.5rem;
}
.m_about_con h3 {
  font-size: 0.28rem;
  position: relative;
  line-height: 0.58rem;
  padding-bottom: 0.1rem;
}
.m_about_con h3::after {
  width: 0.14rem;
  height: 0.02rem;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.m_about_con p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding: 0.2rem 0;
  position: relative;
}
.m_about_con p::after {
  width: 0.14rem;
  height: 0.02rem;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.m_about_txt {
  color: #8c8c8c;
  line-height: 0.4rem;
  margin: 0.4rem 0 0;
  font-size: 0.18rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.m_message {
  padding: 0.25rem 0 0.5rem;
}
.m_mes_form {
  width: 3.2rem;
  margin: 0.4rem auto 0;
}
.m_mes_user {
  width: 100%;
  height: 0.56rem;
  border: solid 1px #e4e4e4;
  border-radius: 0.28rem;
  padding: 0 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
}
.m_mes_btn {
  width: 100%;
  height: 0.56rem;
  background: #000000;
  line-height: 0.56rem;
  border-radius: 0.28rem;
  border: none;
  color: #fff;
  font-size: 0.18rem;
}
.m_teacher_list1 li {
  background: #fff;
  padding: 0.2rem 0.3rem 0.3rem;
  border-radius: 0.05rem;
  border: solid 1px #e9e9e9;
  color: #1525c8;
  margin-bottom: 0.25rem;
}
.m_teacher_list1 li h2 {
  font-size: 0.28rem;
  border-bottom: solid 1px #8a92e3;
  padding-bottom: 0.2rem;
}
.m_teacher_list1 li h2 img {
  width: 0.74rem;
  margin-right: 0.2rem;
}
.m_teacher_tit {
  padding: 0.3rem 0 0.4rem;
  color: #1525c8;
}
.m_teacher_tit h2 {
  font-size: 0.36rem;
}
.m_teacher_list2 {
  padding-bottom: 0.2rem;
}
.m_teacher_list2 li {
  margin-bottom: 0.4rem;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 0.56rem;
  display: inline-block;
  text-align: center;
  background: #e8ebef;
  padding: 0 0.3rem;
  margin: 0 0.03rem;
  color: #909ba7;
}
.pagination li.active {
  background: #1525c8;
  color: #fff;
}
.main {
  padding-bottom: 0.5rem;
}
.news_search {
  width: 2.53rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #e7e7e8;
  margin: 0.2rem 0 0;
}
.news_search_txt {
  width: 100%;
  height: 0.5rem;
  background: url(../images/ss1.png) no-repeat 0.2rem center;
  background-size: 0.26rem 0.25rem;
  padding: 0 0.2rem 0 0.55rem;
  border: none;
}
.m_classes {
  padding-bottom: 0.3rem;
}
.m_classes li {
  width: 3.4rem;
  height: 4.5rem;
  margin: 0 0 0.2rem 0;
  animation-name: fadeInUp;
}
.m_classes li img {
  height: 2.1rem;
}
.m_classes_con {
  background: #fff;
  height: 2.4rem;
  padding: 0.25rem 0.2rem 0;
}
.m_classes_tit {
  height: 81px;
  overflow: hidden;
  margin-bottom: 25px;
}
.m_news_tit_tips {
  margin: 0.1rem 0;
}
.m_video {
  padding-bottom: 0.3rem;
}
.m_video li {
  width: 3.4rem;
  margin: 0 0 0.25rem 0;
}
.m_video_con {
  background: #fff;
  padding: 0.35rem 0.2rem 0;
  height: 2rem;
}
.m_video_pic img {
  width: 100%;
  height: 2.1rem;
}
.m_video_pic::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0.5) url(../images/video.png) no-repeat center center;
  background-size: 0.49rem;
}
.sub_type a {
  margin: 0 0.4rem;
  color: #888;
  line-height: 0.34rem;
  display: inline-block;
}
.sub_type a.on {
  border-bottom: solid 1px #0014a2;
}
.sub_type a:hover {
  border-bottom: solid 1px #0014a2;
}
.m_worker li {
  width: 3.34rem;
  height: 4.1rem;
  margin: 0 0 0.35rem 0;
  animation-name: fadeInUp;
}
.m_worker li img {
  width: 100%;
  height: 100%;
}
.login_bg {
  background: url(../images/login_bg.jpg) no-repeat center top;
  height: 566px;
}
.login_box {
  width: 4rem;
  background: #fff;
  padding: 0.24rem 0.4rem 0.2rem;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.login_tit {
  font-size: 0.2rem;
}
.login_form {
  padding: 0.25rem 0 0.1rem;
}
.form_list {
  width: 100%;
  border: solid 1px #ededed;
  border-radius: 0.02rem;
  height: 0.54rem;
  padding: 0 0.1rem;
  margin: 0.1rem 0 0;
}
.form_list img {
  width: 0.17rem;
  margin-right: 0.12rem;
}
.form_user {
  width: 2.7rem;
  border: none;
  border-left: solid 1px #ededed;
  padding-left: 0.1rem;
  font-size: 0.2rem;
}
.form_btn {
  margin-top: 0.1rem;
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #1225a9;
  border-radius: 0.03rem;
  border: none;
  color: #fff;
  font-size: 0.18rem;
}
.xx_tit {
  font-size: 0.3rem;
  padding: 5% 0 2%;
}
.xx_time {
  opacity: 0.8;
}
.xx_txt {
  font-size: 0.26rem;
  margin: 5% 0;
}
.pagenext {
  padding-bottom: 5%;
}
.pagenext a {
  display: block;
}
