@charset "UTF-8";
/* CSS Document */
a {color: inherit;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-content: space-between;
}
.mar {margin: 25px auto;}
.p {
  text-indent: 2em;
  line-height: 1.8em;
}

.banner {
  text-align: center;
  min-width: 1210px;
}
.title_main {
  font-size: 36px;
  color: #3852b6;
  text-align: center;
}


.zytb {width: 776px;}
.title_main2 {
  height: 60px;
  line-height: 60px;
  background: #2554ad;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.title_sub {
  padding: 10px 20px;
  background: #f4f4f4;
  font-size: 20px;
}
.title_sub b {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
.c-red {color: #fe000d;}
.c-grey  {color: #b4b4b4;}
.form_item {align-items: center;}
.form_item > span {
  font-size: 18px;
}
.form_item font {
  font-size: 14px;
  margin-left: 10px;
}
.form_item .bm_input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-indent: 10px;
  font-size: 18px;
  background: transparent;
}
.form_item  .bm_major {width: 400px;}
.form_item .user_stu_time {
  width: 100px;
  text-align: center;
  text-indent: 0;
}
.form_item li span {
  width: 130px;
  text-align: right;
  margin-right: 10px;
}
ul.form_item li {
  justify-content: flex-start;
  margin-bottom: 10px;
  align-items: center;
}
.bm_submit {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #2554ad;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
}

.bmlc {width: 390px;}
.bmlc_list {
  padding: 25px 0;
  border: 1px solid #ccc;
}
.bmlc_list li {
  width: 208px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}
.bmlc_list li:nth-child(odd) {
  background: #f4f4f4;
  border: 1px solid #666;
}
.bmxz {
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 2em;
}

.zxbtn {
  display: block;
  width: 326px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background: #3852b6;
  color: #fff;
  font-size: 20px;
}
/*证书*/
.zs li {
  width: 360px;
  border: 1px solid #666;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.zs li strong {
  color: #6eb5f1;
  font-size: 20px;
  line-height: 60px;
}
.zs li p {
  padding: 0 15px 20px;
  text-align: left;
}
.scrollimg {text-align: center;}
/*答疑*/
.wt-swiper {width: 1080px;}
.wt-swiper .swiper-slide {
  width: 200px !important;
  background: #eeeeed;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}
.wt-swiper .swiper-slide img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.wtbtn {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background: #b5b5b5;
  color: #fff;
  margin: 15px auto 0;
  transition: all 0.35s;
}
.wtbtn:hover {
  background: #008ceb;
	color: #fff;
}
.wt {position: relative;}
.wt-swiper-button-prev, .wt-swiper-button-next {
  background: #b5b5b5;
  border: 5px solid #b5b5b5;
  outline: none;
}






.zy_list {
  overflow: hidden;
}

.zy_list li {
  width: 291px;
  float: left;
  margin-right: 12px;
}

.zy_list li:last-child {
  margin-right: 0;
}

.zy_info {
  background: #fff;
  padding: 15px 10px;
  position: relative;
}

.zy_fm {
  display: block;
  line-height: 0;
}

.zy_bt {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.zy_bt i {
  font-style: normal;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.zy_info font {
  display: block;
  font-size: 14px;
  color: #666;
}
.pc_center {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.zy_zx {
    display: block;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #008ceb;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 14px;
}
.swiper-button-next, .swiper-button-prev{height: 38px!important;}


