
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
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,
textarea {
  font: inherit;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  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;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 1280px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.cus {
  cursor: pointer;
}
.bgw {
  background: #fff !important;
}
/*banner*/
.header {
  border-bottom: dotted 1px #aaaaaa;
  height: 143px;
}
.header .content {
  height: 100%;
}
.logo {
  width: 277px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.searchImg {
  margin-right: 15px;
}
.nav li {
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 80px;
  position: relative;
}
.nav li::after {
  width: 65px;
  height: 3px;
  background: #1525c8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.searchBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 116px;
  width: 100%;
  align-items: center;
  align-content: center;
  opacity: 0;
}
.searchBoxContent {
  height: 116px;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.searchBox input {
  width: 400px;
  height: 60px;
  margin: 0 20px;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  font-size: 18px;
}
.banner_con {
  left: 0;
  right: 0;
  top: 25%;
  z-index: 6;
}
.banner_txt1 {
  display: none;
}
.banner_txt2 {
  margin: 3% 0 5%;
  display: none;
}
.banner_btn {
  width: 192px;
  height: 55px;
  border: solid 1px #fff;
  border-radius: 10px;
  display: block;
  color: #fff;
  line-height: 53px;
  font-size: 24px;
  position: relative;
  display: none;
  overflow: hidden;
}
.banner_btn img {
  margin-left: 15px;
}
.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 .swiper-slide-active .banner_txt1,
.banner .swiper-slide-active .banner_txt2,
.banner .swiper-slide-active .banner_btn {
  display: block;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #9b8bac;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #1724bf;
  width: 44px;
  height: 17px;
  border-radius: 7px;
}
.plan_box {
  padding: 80px 0 ;
}
.tit {
  font-size: 38px;
  color: #b9b9b9;
}
.tit b {
  margin: 0 20px;
}
.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: 22px;
}
.tit_tips span {
  color: #b1b1b3;
  margin: 0 20px;
}
.tit_en {
  color: #969494;
  font-size: 22px;
  font-weight: lighter;
}
.plan_pic {
  margin: 45px 0 0;
}
.plan_list {
  cursor: pointer;
}
.plan_list h2 {
  font-size: 28px;
}
.plan_list h2 img {
  vertical-align: bottom;
  transition: all 0.6s;
}
.plan_list p {
  color: #797878;
  font-size: 18px;
}
.plan_list:hover h2 img {
  transform: rotate(30deg);
}
.plan1 {
  top: 75px;
  left: 90px;
  animation-name: fadeInLeft;
}
.plan2 {
  right: 90px;
  top: 75px;
  animation-name: fadeInRight;
}
.plan3 {
  top: 310px;
  left: 90px;
  animation-name: fadeInLeft;
}
.plan4 {
  right: 90px;
  top: 310px;
  animation-name: fadeInRight;
}
.bg1 {
  background: url(../image/bg1.jpg) no-repeat center top;
  padding: 55px 0 0;
  height: 595px;
}
.baoming_tit {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.baoming_tips {
  width: 196px;
  height: 55px;
  border-radius: 26px;
  color: #0017a1;
  font-size: 40px;
  background: #fff;
  display: inline-block;
  line-height: 55px;
  vertical-align: middle;
  margin-left: 15px;
}
.baoming {
  width: 1200px;
  margin: 50px auto 0;
  background: #fff;
  border: solid 9px #2e4bf0;
  border-radius: 10px;
  padding: 40px 40px 35px;
}
.bm_list {
  width: 250px;
  height: 60px;
  border: solid 1px #999999;
  border-radius: 10px;
  padding: 0 10px;
}
.bm_user {
  width: 200px;
  height: 58px;
  padding: 0 10px;
  border: none;
}
.bm_btn {
  width: 200px;
  height: 57px;
  border-radius: 28px;
  background: #001bbd;
  line-height: 57px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 40px auto 0;
  display: block;
  border: none;
  cursor: pointer;
}
.bm_btn:hover {
  animation-name: swing;
}
.exam_box {
  padding: 60px 0 65px;
}
.exam_con {
  border: solid 1px #e3f0ff;
  margin: 50px 0 0;
}
.exam_tit {
  background: #001bbd;
  line-height: 60px;
  font-size: 18px;
}
.exam_tit span {
  color: #fff;
}
.exam_con span {
  border-right: solid 1px #e3f0ff;
  display: inline-block;
  text-align: center;
}
.exam_con span:last-child {
  border-right: none;
}
.width1 {
  width: 173px;
}
.width2 {
  width: 297px;
}
.width3 {
  width: 390px;
}
.width4 {
  width: 418px;
}
.exam_list {
  height: 450px;
}
.exam_list li {
  color: #666;
  line-height: 50px;
}
.exam_list li span {
  color: #666;
}
.exam_list li:nth-child(even) {
  background: #e3f0ff;
}
.more {
  width: 150px;
  height: 43px;
  border: solid 1px #e6e6e6;
  border-radius: 21px;
  background: #f4f4f4;
  margin: 48px auto 0;
  display: block;
  line-height: 41px;
  transition: all 0.6s;
}
.more:hover {
  background: #001bbd;
  color: #fff;
}
.classes_list {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.classes_list > li {
  width: 20%;
  border-right: solid 1px #6b6b6b;
  color: #fff;
  position: relative;
}
.classes_list > li:hover .classes_list_detail {
  transform: scale(1, 1);
}
.classes_list_con {
  padding: 45% 0 0;
}
.classes_list_con h3 {
  font-size: 28px;
  font-weight: lighter;
  margin: 25% 0 0;
}
.classes_list_con h2 {
  font-size: 30px;
}
.classes_list_con span {
  width: 1px;
  height: 37px;
  background: #f9f9f9;
  display: block;
  margin: 5% auto 0;
}
.classes_list_detail {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.6s;
  transform: scale(0, 1);
}
.classes_list_detail > img {
  height: 100%;
}
.classes_list_detail_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 0 10%;
}
.classes_list_detail_tit {
  padding: 45% 0 0;
}
.classes_list_detail_tit h3 {
  font-size: 28px;
  margin-bottom: 8%;
}
.classes_list_detail_tit p {
  font-size: 20px;
}
.classes_list_detail_txt {
  margin: 15% 0;
}
.classes_list_detail_txt p {
  background: url(../image/c6.png) no-repeat left 10px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 2.2;
}
.classes_list_detail_txt p b {
  font-size: 18px;
  margin-right: 30px;
}
.classes_list_detail_num li {
  margin-right: 35px;
}
.classes_list_detail_num li h3 {
  font-size: 17px;
}
.classes_list_detail_num li p b {
  font-size: 38px;
}
.teacher_box {
  padding: 70px 0 80px;
}
.teacher {
  margin: 70px 0 0;
}
.teacher .swiper-button-next,
.teacher .swiper-button-prev {
  top: 720px;
  width: 21px;
  height: 45px;
  margin: 0;
}
.teacher .swiper-button-next {
  background: url(../image/nar3.png);
  right: 15px;
}
.teacher .swiper-button-prev {
  background: url(../image/nar2.png);
  left: 15px;
}
.teacher_pic {
  width: 468px;
  height: 563px;
  z-index: 0;
}
.teacher_pic img {
  width: 100%;
  height: 100%;
}
.teacher_pic::before {
  width: 356px;
  height: 20px;
  background: #1525c8;
  display: block;
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.teacher_con {
  width: 760px;
  padding: 20px 0 0;
}
.teacher_con h3 {
  color: #1525c8;
  font-size: 24px;
}
.teacher_con > p {
  color: #666;
  margin: 20px 0;
}
.teacher_txt {
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.teacher_link {
  margin: 25px 0 35px;
}
.teacher_link a {
  border: solid 1px #1525c8;
  display: inline-block;
  line-height: 40px;
  width: 133px;
  height: 42px;
  text-align: center;
}
.teacher_link a.link1 {
  background: #1525c8;
  color: #fff;
}
.teacher_list_worker li {
  width: 238px;
  height: 270px;
  margin-right: 20px;
  overflow: hidden;
}
.teacher_list_worker li:nth-child(3n+3) {
  margin-right: 0;
}
.teacher_list_worker li img {
  width: 100%;
  height: 100%;
}
.teacher_list_pic {
  width: 241px;
  padding: 12px 0 0;
}
.teacher_list_pic img {
  width: 241px;
  height: 304px;
}
.teacher_list_pic::before {
  width: 190px;
  height: 12px;
  background: #1525c8;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
}
.teacher_list_pic p {
  width: 100%;
  height: 50px;
  background: rgba(21, 37, 200, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: none;
}
.teacher_list {
  margin: 35px 0 0;
}
.teacher_list .swiper-slide-thumb-active .teacher_list_pic p {
  display: block;
}
.deer {
  width: 523px;
  top: -140px;
  right: 78px;
}
.why_bg {
  background: url(../image/bg2.jpg) no-repeat center top;
  height: 860px;
}
.why_box {
  width: 880px;
  color: #fff;
  padding: 78px 0 0;
}
.why_tit h2 {
  font-size: 100px;
  font-family: Arial;
  opacity: 0.2;
  text-transform: uppercase;
  line-height: 1;
}
.why_tit h4 {
  font-size: 38px;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.why_tit p {
  position: absolute;
  right: 130px;
  top: 80px;
  font-size: 30px;
  text-transform: uppercase;
}
.why_tit p span {
  font-size: 14px;
  font-weight: lighter;
}
.why_list {
  margin: 60px 0 0;
}
.why_list li {
  width: 345px;
  margin-right: 90px;
  margin-bottom: 35px;
}
.why_list li h3 {
  font-size: 16px;
  line-height: 44px;
  margin: 10px 0 0;
}
.why_list li h3 b {
  font-size: 22px;
  margin-right: 5px;
}
.why_list li p {
  font-size: 15px;
  line-height: 26px;
}
.worker_box {
  padding: 70px 0 50px;
}
.worker_tit {
  margin: 40px 0 0;
}
.worker_tit li {
  width: 33.333%;
  text-align: center;
  font-size: 20px;
  background: #666666;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
  cursor: pointer;
}
.worker_tit li.current {
  background: #1525c8;
}
.worker_tit li:hover {
  background: #1525c8;
}
.work_pic_box {
  height: 346px;
  margin: 55px 0 100px;
}
.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 15px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.work_pic .bd ul li img {
  width: 297px;
  height: 346px;
  display: block;
}
.worker_class {
  justify-content: center;
}
.worker_class li {
  margin: 0 30px;
  text-align: center;
  transition: all 0.6s;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.worker_class li h3 {
  color: #4f4e4e;
  font-size: 20px;
  margin: 15px 0 0;
}
.worker_class li p {
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.worker_class li:hover {
  transform: translateY(-20px);
}
.worker_class li:nth-child(2) {
  animation-name: fadeInDown;
}
.news_box {
  padding: 55px 0 0;
}
.news_bg {
  margin: 60px 0 0;
  height: 751px;
  padding: 64px 0 0;
  background: url(../image/bg3.jpg) no-repeat center top;
}
.news {
  width: 1153px;
  margin: 0 auto;
}
.video {
  width: 458px;
  height: 286px;
  border-radius: 30px 0 0 0;
}
.video video {
  width: 100%;
  height: 100%;
}
.news_con {
  width: 640px;
  color: #fff;
}
.news_con h2 {
  font-size: 20px;
}
.news_con p {
  font-size: 14px;
  font-family: Aria;
  margin: 20px 0;
}
.news_con_more img {
  display: block;
}
.news_con_more:hover img {
  animation-name: tada;
}
.news_txt {
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news_list {
  margin: 56px 0 0;
}
.news_list li {
  width: 362px;
  height: 124px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 20px 20px 0;
  margin: 0 30px 30px 0;
  transition: all 0.6s;
}
.news_list li:nth-child(3n+3) {
  margin-right: 0;
}
.news_list li:hover {
  transform: translateY(-15px);
}
.news_list_tit {
  border-bottom: solid 1px #d9d9d9;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.news_more img {
  margin-left: 10px;
}
.environment_box {
  padding: 65px 0 45px;
}
.environment_tit {
  margin: 35px 0 2px ;
}
.environment_tit li {
  width: 320px;
  height: 102px;
  background: #666666;
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  cursor: pointer;

  border-right: solid 1px #fff;
}
.environment_tit li:last-child{
  border-right:none
}
.environment_tit li p {
  font-size: 18px;
  color: #fff;
  margin: 8px 0 0;
}
.environment_tit li span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #1525c8;
  font-size: 18px;
  font-weight: bold;
  padding-right: 4px;
  display: none;
}
.environment_tit li span::after {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
.environment_tit li.current {
  background: #1525c8;
}
.environment_tit li.current span {
  display: block;
}
.environment_list {
  display: none;
}
.environment_list img {
  width: 100%;
  height: 550px;
}
.environment_list .swiper-pagination {
  position: static;
  margin: 20px 0 0;
}
.environment_list .swiper-pagination-bullet-active {
  background: #fed130;
}
.environment_list .swiper-button-prev,
.environment_list .swiper-button-next {
  width: 48px;
  height: 78px;
  margin-top: -39px;
}
.environment_list .swiper-button-prev {
  background: url(../image/nar5.jpg) no-repeat;
}
.environment_list .swiper-button-next {
  background: url(../image/nar6.jpg) no-repeat;
}
.environment_list:first-child {
  display: block;
}
.footer_bg {
  background: #25282c;
  padding: 54px 0 35px;
  color: #fff;
}
.footer_logo {
  width: 309px;
  height: 96px;
}
.footer_logo img {
  width: 100%;
  height: 100%;
}
.footer {
  width: 425px;
}
.footer_contact {
  margin: 25px 0 0;
}
.footer_contact li {
  margin-bottom: 15px;
}
.footer_contact li img {
  margin-right: 15px;
}
.footer_nav {
  width: 675px;
}
.footer_nav li {
  width: 20%;
  text-align: center;
  border-left: dashed 1px #9a9b9c;
}
.footer_nav li h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 13px;
}
.footer_nav li p {
  font-size: 14px;
  line-height: 30px;
}
.footer_nav li p a {
  display: block;
}
.footer_code > img {
  width: 135px;
  height: 135px;
}
.footer_code p {
  margin: 10px 0 0;
  font-size: 14px;
}
.footer_code p img {
  margin-right: 10px;
}
.copyright {
  background: #121212;
  padding: 15px 0;
  color: #fff;
}
.online {
  width: 176px;
  height: 640px;
  background: #0118a1;
  border-radius: 12px;
  padding: 17px 16px 0;
  position: fixed;
  top: 15%;
  right: 70px;
  z-index: 999;
}
.online_tit {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  padding: 12px 0 0;
}
.online_list {
  margin: 20px 0 0;
}
.online_list li {
  width: 145px;
  height: 37px;
  background: #fff;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.online_close {
  width: 36px;
  right: -20px;
  top: -20px;
}
.m_banner_con {
  width: 100%;
  top: 38%;
  left: 0;
  color: #fefefe;
}
.m_banner_con h2 {
  font-size: 38px;
  position: relative;
  line-height: 90px;
  text-transform: uppercase;
}
.m_banner_con h2::after {
  width: 40px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: "";
  display: block;
}
.m_banner_con h3 {
  margin: 15px 0 0;
  font-size: 22px;
}
.type {
  font-size: 0;
  margin: 40px 0;
}
.type a {
  border: solid 1px #2534cc;
  line-height: 41px;
  width: 132px;
  font-size: 16px;
  display: inline-block;
  margin-left: -1px;
}
.type a.active {
  background: #1525c8;
  color: #fff;
}
.type a:hover {
  background: #1525c8;
  color: #fff;
}
.m_bm_bg {
  background: #f7f7f7;
  padding: 45px 0 60px;
}
.m_bm_tit {
  color: #000;
  font-size: 18px;
  padding: 0 0 25px;
}
.m_bm_tit::after {
  width: 14px;
  height: 2px;
  background: #333333;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
}
.m_bm_txt {
  color: #9b9d9b;
  line-height: 32px;
  margin: 12px 0 0;
}
.offline_box {
  background: #fff;
  border: solid 2px #ececec;
  margin: 50px 0 0;
}
.offline_list {
  width: 450px;
  border-right: solid 1px #ececec;
  padding-left: 25px;
}
.offline_list li {
  border-bottom: solid 1px #eeeeee;
  padding: 15px 50px 15px 0;
}
.offline_list li:last-child {
  border: none;
}
.offline_list_con h3 {
  margin-bottom: 10px;
}
.offline_list_con p {
  color: #878787;
  font-size: 14px;
}
.offline_list_con p img {
  margin-right: 10px;
}
.offline_list_code {
  width: 75px;
}
.offline_list_code img {
  width: 75px;
  height: 75px;
}
.offline_con {
  width: 825px;
}
.offline_txt {
  padding: 25px;
  line-height: 2;
  height: 295px;
}
.map {
  width: 100%;
  height: 311px ;
}
.m_bm_list {
  justify-content: center;
  margin: 55px 0 0;
}
.m_bm_list li {
  width: 320px;
  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(../image/nar7.png) no-repeat;
  display: block;
  margin: 0 auto;
}
.m_bm_list li.selected span {
  background: url(../image/nar8.png) no-repeat;
}
.process-slide {
  margin-top: 50px;
}
.process-slide .process-b {
  width: 600px;
  height: 320px;
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}
.process-slide .process-b img {
  width: 92px;
}
.process-slide .process-b .ptt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin: 20px 0 15px;
}
.process-slide .process-b .pstt {
  font-size: 14px;
  line-height: 23px;
  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: 1280px;
  margin: 80px 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: 30px;
  line-height: 45px;
  font-weight: bold;
}
.process-chooser .col .cstt {
  font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.process-chooser .col.active {
  border-bottom: 2px #000 solid;
}
.process-chooser .col.active .process_num {
  color: #0014a2;
}
.qaa {
  margin: 60px auto 0;
  width: 1040px;
}
.qaa .qa1 {
  text-align: left;
}
.qaa .qa1 .qq {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  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: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  /*text-align: right;*/
  /*padding-right: 10px;*/
  /*font-weight: bold;*/
  /*color: #000;*/
  background-image: url("../image/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);
}
.nav-name > a {
  color: #ffffff;
}
.nav-name:hover > a {
  color: #fed130;
}
.qaa .qa1 .aa {
  display: block;
  padding-left: 36px;
  font-size: 15px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding-bottom: 20px;
}
.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;
}
.m_bm_list_box {
  display: none;
}
.m_bm_list_box:first-child {
  display: block;
}
.m_bm_con {
  display: none;
}
.m_bm_con:first-child {
  display: block;
}
.join_bg {
  background: #f7f7f7;
  padding: 45px 0 0;
}
.m_about {
  padding: 100px 60px 0;
}
.m_about_con {
  width: 532px;
}
.m_about_con h3 {
  font-size: 28px;
  position: relative;
  line-height: 58px;
  padding-bottom: 10px;
}
.m_about_con h3::after {
  width: 14px;
  height: 2px;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.m_about_con p {
  font-size: 18px;
  line-height: 33px;
  padding: 12px 0 18px;
  position: relative;
}
.m_about_con p::after {
  width: 14px;
  height: 2px;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.m_about_txt {
  color: #8c8c8c;
  line-height: 34px;
  margin: 38px 0 0;
}
.m_message {
  padding: 35px 0 75px;
}
.m_mes_form {
  width: 395px;
  margin: 40px auto 0;
}
.m_mes_user {
  width: 100%;
  height: 46px;
  border: solid 1px #e4e4e4;
  border-radius: 23px;
  padding: 0 24px;
  margin-bottom: 24px;
}
.m_mes_btn {
  width: 100%;
  height: 46px;
  background: #000000;
  line-height: 46px;
  border-radius: 23px;
  border: none;
  color: #fff;
}
.achievement_box {
  padding: 60px 60px 110px;
}
.m_achievement {
  padding-bottom: 40px ;
}
.main {
  padding: 30px 0 60px;
}
.m_news_tit p {
  color: #757e88;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1.2;
}
.m_news_tit h3 b {
  color: #838383;
  font-size: 36px;
  vertical-align: middle;
  margin: 0 20px;
}
.m_news_tit h3 b span {
  color: #0014a2;
}
.m_teacher {
  margin: 40px 0 0;
}
.m_teacher li {
  width: 370px;
  height: 560px;
  border-radius: 12px;
  position: relative;
  margin: 0 85px 70px 0;
  animation-name: fadeInUp;
}
.m_teacher li > img {
  width: 100%;
  height: 100%;
}
.m_teacher li:hover .m_teacher_bg {
  opacity: 1;
}
.m_teacher li:nth-child(3n+3) {
  margin-right: 0;
}
.m_teacher_tit_box {
  width: 100%;
  bottom: 20px;
  left: 0;
  padding: 0 25px;
}
.m_teacher_tit {
  color: #fff;
}
.m_teacher_bg {
  width: 100%;
  /*background: #0014a2;*/
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 50px 0;
  display: block;
  color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.m_teacher_bg_txt {
  line-height: 42px;
  margin: 45px 0 0;
  height: 294px;
  overflow: hidden;
}
.pagination li {
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #e8ebef;
  padding: 0 20px;
  margin: 0 5px;
  color: #909ba7;
}
.pagination li.active {
  background: #1525c8;
  color: #fff;
}
.main_bg {
  background: #f7f7f7;
}
.m_classes li {
  width: 290px;
  margin: 0 40px 40px 0;
  animation-name: fadeInUp;
}
.m_classes li:nth-child(4n+4) {
  margin-right: 0;
}
.m_classes_con {
  background: #fff;
  height: 210px;
  padding: 35px 32px 0;
}
.m_classes_tit {
  height: 81px;
  overflow: hidden;
  margin-bottom: 25px;
}
.m_news_tit {
  height: 54px;
}
.m_news_tit_tips {
  margin: 15px 0 35px;
}
.m_video {
  padding: 50px 0;
}
.m_video li {
  width: 410px;
  margin: 0 25px 25px 0;
}
.m_video li:nth-child(3n+3) {
  margin-right: 0;
}
.m_video_con {
  background: #fff;
  padding: 20px 20px 0;
  height: 95px;
}
.m_video_pic img {
  width: 100%;
  height: 230px;
}
.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(../image/video.png) no-repeat center center;
}
.sub_type a {
  margin: 0 30px;
  color: #888;
  line-height: 34px;
  display: inline-block;
}
.sub_type a.on {
  border-bottom: solid 1px #0014a2;
}
.sub_type a:hover {
  border-bottom: solid 1px #0014a2;
}
.m_worker {
  margin: 50px 0;
}
.m_worker li {
  width: 310px;
  height: 352px;
  margin: 0 13px 10px 0;
  animation-name: fadeInUp;
}
.m_worker li:nth-child(4n+4) {
  margin-right: 0;
}
.m_worker li img {
  width: 100%;
  height: 100%;
}
.login_bg {
  background: url(../image/login_bg.jpg) no-repeat center top;
  height: 566px;
}
.login_box {
  width: 400px;
  background: #fff;
  padding: 24px 40px 30px;
  margin-right: 75px;
  margin-top: 120px;
}
.login_tit {
  font-size: 20px;
}
.login_form {
  padding: 20px 0 10px;
}
.form_list {
  width: 100%;
  border: solid 1px #ededed;
  border-radius: 2px;
  height: 40px;
  padding: 0 10px;
  margin: 10px 0 0;
}
.form_list img {
  width: 17px;
  margin-right: 12px;
}
.form_user {
  width: 270px;
  border: none;
  border-left: solid 1px #ededed;
  padding-left: 10px;
}
.form_btn {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #1225a9;
  border-radius: 3px;
  border: none;
  color: #fff;
}
.xx_tit {
  font-size: 20px;
  line-height: 1.5;
  padding: 30px 0 0;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.xx {
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  min-height: 500px;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
}
.nextpage a {
  color: #333;
}
.baoming-form {
  margin: 40px auto 0;
}
.form-control {
  position: relative;
  margin: 20px 0;
}
.form-control input {
  -webkit-appearance: none;
  width: 290px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 25px;
  border: none;
  outline: none;
}
.form-control input:focus,
.form-control input.checked {
  border: none;
  outline: none;
  background-color: #FED130;
}
.form-control select {
  -webkit-appearance: none;
  width: 290px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 25px;
  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: #FED130;
  color: #000;
}
.form-control .selector {
  width: 290px;
  margin: 0 auto;
}
.form-control .selector .col {
  width: 145px;
  float: left;
  background-color: #fff;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.form-control .selector .col:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: 1px #eee solid;
}
.form-control .selector .col:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.form-control .selector .col.checked {
  background-color: #FED130;
}
.form-control .btn-submit {
  width: 290px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  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;
}
.form-control.filter .split {
  width: 290px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px #ddd solid;
}
.hide {
  display: none !important;
}
