﻿.jl_banner_max {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* 1.顶部导航栏 */
.jl_navbar {
  width: 100%;
  height: 100px;/*60px*/
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 16px 0;
  box-sizing: border-box;
}
.jl_navbar .nav_bar_img {
  width: 11.5rem;/*182px*/
  height: 100%;
  float: left;
}
.jl_navbar .nav_bar_img > img{
  /*width: 105%;*/
  height: 105%; 
}
.jl_navbar .nav_bar_text {
  width: 64%;
  height: 100%;
  float: left;
  margin: 0 auto;
  padding-left: 6%;
  box-sizing: border-box;
}
.jl_navbar .nav_bar_text > ul {
  height: 100%;
  margin-bottom: 0;
}
.jl_navbar .nav_bar_text > ul > li{
  height: 100%;
  float: left;
  margin-left: 24px;
}
.jl_navbar .nav_bar_text > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #333337;
  line-height: 80px;
}
.jl_navbar .nav_bar_text > ul > li:nth-child(5) > a{
  color: #0a7ebf;
}
.jl_navbar .nav_bar_text > ul > li > a:hover {
  color: #0a7ebf;
}
.jl_navbar .nav_bar_icon {
  width: 20%;
  height: 100%;
  float: right;
  padding-left: 8%;
}
.jl_navbar .nav_bar_icon > a {
}
.jl_navbar .nav_bar_icon > a > span {
  font-size: 20px;
  margin-right: 15px;
  color: #333337;
  line-height: 70px;
}
.jl_navbar .nav_bar_button {/*顶部导航栏右边按钮*/
  width: 40px;/*40px*/
  height: 40px;/*40px*/
  margin-top: 30px;;/*30px*/
  position: absolute;
  top: 0;
  right: 5%;
  display: none;
}
.jl_navbar .nav_bar_button > img {
  width: 100%;
  height: 100%;;
}
/* #导航栏弹出菜单 */
.box_show {
  width: 100%;
  height: 0px;
  /* padding-left: 50px; */
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #fff;
  transition: all .4s;
  z-index: 200;
  /* border-bottom: 1px solid #ccc; */
  overflow: hidden;
  text-align: center;
  /* display: none; */
}
.box_show > ul {
  width: 100%;
  height: 100%;
}
.box_show > ul > li {
  width: 100%;
  height: 14.28%;
}
.box_show > ul > li:nth-child(1) {
  margin-top: 10px;
}
.box_show > ul > li > a {
  display: block;
  width: 100%;
  /* height: 40px; */
  font-size: 18px;
  color: black;
}
.box_show > ul > li > a:hover {
  color: #0a7ebf;
}
.box_show > ul > li:nth-child(5) > a {
  color: #0a7ebf;
}
/* #内容部分左右边距 */
.center_max {
  width: 100%;
  height: 100%;
}
/* 2.顶端子导航 */
.jl_subnav {
  width: 100%;
  height: 40px;
  background-color: #dedede;
}
.jl_subnav_center {
  width: 340px;
  height: 100%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  transform: translateX(30%);
  position: relative;
}
.jl_subnav_center > a {
  font-size: 14px;
  color: #848484;
}
.jl_subnav_center .a3 {
  color: #107cc2;
}
.jl_subnav_center > a:hover {
  color: #107cc2;
}
.jl_subnav_center > div {
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 15px solid #dedede;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
/* 3.面包屑 */
.jl_path {
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  padding-top: 30px;
}
.jl_path > span {
  font-size: 16px;
  color: #666666;
}
.jl_path > a {
  font-size: 16px;
  color: #1177bf;
}

.subnav_center {/* 移动端子菜单栏 */
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.subnav_center > a {
  color: #666666;
}
.subnav_center .a3 {
  color: #107cc2;
}
/* 4.地理位置 */
.box_padding {
  width: 100%;
  height: 100%;
}
.jl_position {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.jl_position .position_left,/*pc端*/
.jl_position .position_right {
  height: 280px;
  border: 1.5px solid #e7e7e7;
}
.jl_position .position_left {
  width: 33%;
  float: left;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 30px;
  background-color: #f5f6fa;
}
.jl_position .position_right {
  width: 65%;
  float: right;
}
.jl_position .position_left > h4 {
  font-size: 20px;
  font-weight: 500;
  color: black;
  margin-bottom: 50px;
}
.jl_position .position_left > p {
  font-size: 14px;
  color: black;
  line-height: 50px;
  border-bottom: 1.5px solid #e7e7e7;
}
.jl_position .position_right > img {
  width: 100%;
  height: 100%;
}
.position_min {/* 移动端 */
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 6%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 8%;
  background-color: #f5f6fa;
  border: 1.5px solid #e7e7e7;
}
.position_min > h4 { 
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.position_min > p { 
  font-size: 14px;
  color: black;
  line-height: 60px;
  border-bottom: 1.5px solid #e7e7e7;
}

/* #标题 */
.jl_title {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.jl_title > h2 {
  font-size: 28px;
  font-weight: 500;
  color: #d64242;
  margin-bottom: 70px;
}

/* 5.轮播图 */
/* PC端轮播图 */
.jl_swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.jl_swiper .swiper_main {
  width: 100%;
  max-width: 1200px;
  height: 250px;
  margin: 0 auto;
  /* border: 1px solid orange; */
  overflow: hidden;
}
.jl_swiper .swiper_main > ul {
  width: 300%;
  height: 100%;
  float: left;
  transition: all 0.8s;
}
.jl_swiper .swiper_main > ul > li {
  width: 383px;
  height: 100%;
  float: left;
  margin-right: 25px;
}
.jl_swiper .swiper_main > ul > li > img {
  width: 100%;
  height: 100%;
}
.jl_swiper .swiper_main > ul > li:nth-child(3) {
  margin-right: 0;
}
.jl_swiper .swiper_main > ul > li:nth-child(6) {
  margin-right: 0;
}
.jl_swiper .swiper_main > ul > li:nth-child(9) {
  margin-right: 0;
}


.jl_swiper .left {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.jl_swiper .left > img {
  width: 100%;
  height: 100%;
}
.jl_swiper .right {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.jl_swiper .right > img { 
  width: 100%;
  height: 100%;
}






/*2.添加新的样式*/
.f_left{
  float: left;
}
.f_right{
  float: right;
}
.m_left10{
  margin-left: 10px;
}
.m_right10{
  margin-right: 10px;
}
.m_top10{
  margin-top: 10px;
}

.jl_layout{/*移动端轮播图*/
  width: 100%;
  /*最大宽度*/
  max-width: 640px;
  /*最小宽度*/
  min-width: 320px;
  margin:0 auto;
  padding: 0 3%;
}
.jl_banner {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: none;
}
.jl_bannerImg {
  width:800%;
  height: 100%;
  position: relative;
}
.jl_bannerImg > li{
  width:12.5%;
  float: left;
}
.jl_bannerImg > li img{
  display: block;
  width: 100%;
  height: 80%;
}
.jl_bannerIndicator{
  width: 140px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.jl_bannerIndicator > li{
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #fff;
  float: left;
  margin-left:10px;
}
.jl_bannerIndicator > li:first-of-type{
  margin-left:0;
}
.jl_bannerIndicator > li.active{
  background-color: #fff;
}

/* 6.武昌校区校长 */
.jl_content1 {
  width: 100%;
  height: 230px;
  max-width: 1200px;
  margin: 0 auto;
}
.jl_content1 .main {
  width: 60%;
  height: 100%;
  border: 1.5px solid #e7e7e7;
  box-shadow: 1px 1px 10px #ccc;
}
.jl_content1 .main .main_left,
.jl_content1 .main .main_right{
  width: 50%;
  height: 100%;
}
.jl_content1 .main .main_left {
  float: left;
}
.jl_content1 .main .main_left > img {
  width: 100%;
  height: 100%;
}
.jl_content1 .main .main_right {
  float: left;
  padding-top: 4%;
  padding-left: 8%;
}
.jl_content1 .main .main_right > h2 { 
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #625a5d;
}
.jl_content1 .main .main_right > h2 > span { 
  font-size: 20px;
}
.jl_content1 .main .main_right > p { 
  font-size: 16px;
  line-height: 22px;
  color: #838486;
}
/* 7.课程顾问 */
.jl_content2 {
  width: 100%;
  height: 340px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.jl_content2 .main {
  width: 60%;
  height: 100%;
}
.jl_content2 .main .main_left{
  width: 54%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #ccc;
  padding: 0 5%;
}
.jl_content2 .main .main_left > img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.jl_content2 .main .main_left > h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #625a5d;
  margin-top: -30px;
}
.jl_content2 .main .main_left > h4 > span {
  font-size: 16px;
}

.jl_content2 .main .main_left > .p { 
    text-align: left;
  margin-top: -10px;
}
.jl_content2 .main .main_left > p {
  font-size: 16px;
  color: #625a5d;
  line-height: 24px;
  text-align: center;
}
.jl_content2 .main .main_left > a {
  display: block;
  width: 120px;
  height: 35px;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background-color: #d64242;
}


/* 8.校区老师 */
.jl_content3 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.jl_content3 ul:last-child {
  margin-top: 3%;
}
.jl_content3 > ul {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
}
.jl_content3 > ul li {
  width: 31%;
  height: 100%;
  float: left;
  margin-right: 3%;
  /* border: 1px solid green; */
}
.jl_content3 > ul li:last-child {
  margin-right: 0;
}
.jl_content3 > ul li img { 
  width: 100%;
  height: 80%;
}
.jl_content3 > ul li h3 { 
  font-size: 24px;
  margin-top: 1%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.jl_content3 > ul li h3 span { 
  font-size: 18px;
  color: #646364;
  margin-left: 10px;
}
.jl_content3 > ul li p { 
  font-size: 16px;
  color: #b0b0b0;
  margin-left: 2%;
}

/*校区老师移动端*/
.jl_content3_min {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: none;
}
.jl_content3_min ul:last-child {
  margin-top: 3%;
}
.jl_content3_min > ul {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 7%;
}
.jl_content3_min > ul li {
  width: 49%;
  height: 100%;
  float: left;
  margin-right: 2%;
  /* border: 1px solid green; */
}
.jl_content3_min > ul li:last-child {
  margin-right: 0;
}
.jl_content3_min > ul li img { 
  width: 100%;
  height: 80%;
}
.jl_content3_min > ul li h3 { 
  font-size: 20px;
  margin-top: 1%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.jl_content3_min > ul li span { 
  font-size: 16px;
  color: #646364;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 700;
}
.jl_content3_min > ul li p { 
  font-size: 14px;
  color: #b0b0b0;
  margin-left: 2%;
}





/* 9.校区教务 */
.jl_content4 {
  width: 100%;
  height:460px;
  max-width: 1200px;
  margin: 0 auto;
}
.jl_content4 .main {
  width: 60%;
  height: 100%;
}
.jl_content4 .main .main_left{
  width: 52%;
  height: 100%;
  float: left;
  padding-bottom: 8%;
  box-shadow: 2px 2px 10px #ccc;
}
.jl_content4 .main .main_left{
  margin-right: 2%;
}
.jl_content4 .main .main_left > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.jl_content4 .main .main_left .text {
  padding: 0 5%;
}
.jl_content4 .main .main_left  h3 {
  font-size: 20px;
  margin-top: 15px;
  line-height: 35px;
}
.jl_content4 .main .main_left  h4 {
  font-size: 18px;
  font-weight: 500;
  color: #646364;
}
.jl_content4 .main .main_left  .h4{
  margin-bottom: 10px;
}
.jl_content4 .main .main_left  p,
.jl_content4 .main .main_right  p {
  font-size: 16px;
  color: #9c9c9d;
  line-height: 25px;
}

/* #下划线 */
.thread_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  margin: 100px auto 50px auto;
}

/*10.电话预约 */
.jl_conclude {/*pc端电话预约*/
  width: 100%;
  height: 100px;
  background-color: #dd2222;
  text-align: center;
  padding-top: 31px;
}
.jl_conclude .conclude_main {
  width: 693px;
  height: 38px;
  margin: 0 auto;
}
.jl_conclude .conclude_main > span {
  float: left;
  font-size: 24px;
  color: #fff;
}
.jl_conclude .conclude_main > a {
  display: block;
  width: 144px;
  height: 38px;
  float: right;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
.jl_conclude .conclude_main > a > span {
 line-height: 38px;
 color: #dd2222;
}
.conclude_main_min {/*移动端电话预约*/
  display: none;
  width: 100%;
  height: 9.375rem;/*150px*/
  margin: 0 auto;
  padding: 0 10px;
  background-color: #d80001;
}
.conclude_main_min .conclude_main_min {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.75rem;/*28px*/
  box-sizing: border-box;
  background-color: #d80001;
}
.conclude_main_min .conclude_main_min > span {
  font-size: 16px;/*22px*/
  color: #fff;
}
.conclude_main_min .conclude_main_min > a {
  display: block;
  width: 11.875rem;/*190px*/
  height: 2.8125rem;/*45px*/
  margin: 0 auto;
  margin-top: 1.25rem;/*20px*/
  border-radius: .625rem;/*10px*/
  background-color: #fff;
}
.conclude_main_min .conclude_main_min > a > span {
  font-size: 20px;
  font-weight: 500;
  color: #d80001;
  line-height: 2.8125rem;/*45px*/
}
/* 11.底部页脚 */
.jl_footer {
  width: 100%;
  /* height: 220px; */
  background-color: #222233;
}
.jl_footer .footer_center {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
}
.jl_footer .footer_center .footer_center_top {
  width: 100%;
  /* height: 135px; */
  border-bottom: 1.5px solid #cbcccc;
  padding: 0 30px;
}
.jl_footer .footer_center .footer_center_top > dl {
  float: left;
  font-size: 16px;
  color: #cbcccc;
  margin-right: 14%;/*170*/
  margin-bottom: 20px;
}
.jl_footer .footer_center .footer_center_top > dl:nth-child(4) {
  margin-right: 0;
}
.jl_footer .footer_center .footer_center_top > dl > .span {
  border-top: 1.5px solid #cbcccc;
}
.jl_footer .footer_center .footer_center_top > dl > .p {
  width: 25px;
  border-top: 1.5px solid #cbcccc;
}
.footer_center .footer_center_top > dl > dt {
  margin-bottom: 8px;
}
.footer_center .footer_center_top > dl > dd {
  line-height: 25px;
  font-size: 12px;
}
.jl_footer .footer_center .footer_center_bottom {
  width: 100%;
  text-align: center;
}
.jl_footer .footer_center .footer_center_bottom > span {
  font-size: 14px;
  color: #cbcccc;
  line-height: 65px;
}