.headerbg {
  background: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}

.banner {
  position: relative;
}
/* .bannerTxt {
  position: absolute;
  left: 5%;
  top: 55%;
}
.bannerTxt h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #131313;
}
.bannerTxt h4::after {
  position: absolute;
  content: '';
  display: inline-block;;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #131313;
}
.bannerTxt h5 {
  font-size: 16px;
  color: #131313;
} */


/* about */

.headTxt {
  font-size: 18px;
  color: #131313;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.about_sec1Img {
  margin-bottom: 15px;
}
.about_sec1Img img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.about_sec1 p {
  font-size: 14px;
  line-height: 20px;
  color: #131313;
  padding: 0 15px;
  text-align: justify;
}


.about_sec2 {
  width: 100%;
  background-color: #f5f5f5;
}
.sec_swiperBox {
  overflow: hidden;
  padding-top: 50px;
  margin: 0 auto;
  width: 95%;
}
.about_sec2Swiper {
  position: relative;
}
.about_sec2SwiperImg {
  border-radius: 6px;
  overflow: hidden;
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}
.sec_swiper .swiper-slide {
  z-index: 1;
}
.sec_swiper .swiper-slide-prev,.about_sec2Swiper .swiper-slide-next {
  z-index: 3;
}
.sec_swiper .swiper-slide-active {
  z-index: 5;
}
.sec_swiper .about_sec2SwiperImg {
  transform: scale(1);
  width: 100%;
  position: relative;
  left: 0;
  transform-origin: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.swiper-slide-active .about_sec2SwiperImg {
  transform: scale(1.25);
  transform-origin: bottom;
}
.sec_swiperBox ul {
  position: relative;
  margin-top: 20px;
}
.sec_swiperBox ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #131313;
  font-size: 16px;
  display: none;
  font-weight: bold;
}
.sec_swiperBox ul li:nth-of-type(1) {
  display: block;
}
.sec2Pagination {
  text-align: center;
  margin-top: 20px;
}
.sec2Pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.about_sec2 .sec_swiperBox ul li p {
  font-size: 15px;
  font-weight: normal;
}
.about_sec2 .sec_swiperBox ul li p:first-child {
  margin-top: 10px;
}


.about_sec3 {
  padding-bottom: 0;
}
.about_sec3Cont2 {
  margin-top: 5px;
}
.about_sec3Cont1_l {
  width: 50%;
  float: left;
  height: 270px;
  margin-right: 5px;
}
.about_sec3Cont1_lT {
  height: 50%;
  margin-bottom: 5px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec3Cont1_lB {
  height: calc(50% - 5px);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec3Cont1_r {
  width: calc(50% - 5px);
  height: 270px;
  float: left;
  position: relative;
}
.about_sec3Cont2 .list {
  float: left;
  width: 33.333%;
  height: 160px;
  margin-right: 5px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.about_sec3Cont2 .list:nth-of-type(n + 2) {
  width: calc(33.333% - 5px);
}
.about_sec3Cont2 .list:last-child {
  margin-right: 0;
}
.about_sec3 span {
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(19,19,19,0.3);
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  line-height: 25px;
}


.about_sec4 {
  padding-bottom: 0;
}
.about_sec4 span {
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(19,19,19,0.3);
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  line-height: 25px;

  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}
.about_sec4Cont1 {
  margin-bottom: 5px;
}
.about_sec4Cont1_l {
  width: 50%;
  float: left;
  position: relative;
  margin-right: 5px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec4Cont1_r {
  width: calc(50% - 5px);
  float: left;
  position: relative;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec4Cont2 {
  position: relative;
  margin-bottom: 5px;
  height: 150px;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec4Cont3 .list {
  float: left;
  width: 33.333%;
  height: 160px;
  margin-right: 5px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.about_sec4Cont3 .list:nth-of-type(n + 2) {
  width: calc(33.333% - 5px);
}
.about_sec4Cont3 .list:last-child {
  margin-right: 0;
}



.about_sec5 ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  color: #131313;
}
.about_sec5 ul li:nth-last-of-type(n + 4) {
  margin-bottom: 20px;
}
.about_sec5 ul li div {
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -moz-box-shadow: 0px 3px 30px 0px rgba(19, 19, 19, 0.1);
  -webkit-box-shadow: 0px 3px 30px 0px rgba(19, 19, 19, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(19, 19, 19, 0.1);
}
.about_sec5 ul li img {
  width: 35px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.about_sec6 {
  width: 100%;
  background-color: #f5f5f5;
}
.about_sec6 ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about_sec6 ul li {
  width: 23%;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
}
.about_sec6 ul li:nth-last-of-type(n + 5) {
  margin-bottom: 20px;
}
.about_sec6 ul li img {
  width: 90%;
}

/* about */


/* train */

.train_sec1Cont_l {
  float: left;
  border-radius: 6px;
  overflow: hidden;
  width: 49%;
  margin-right: 2%;
}
.train_sec1Cont_r {
  float: left;
  border-radius: 6px;
  overflow: hidden;
  width: 49%;
}
.train_sec1ContImg img {
  width: 100%;
  margin-bottom: 10px;
}
.train_sec1 {
  padding-top: 30px;
}
.train_sec1 p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #131313;
}
.train_sec1 a {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #131313;
  color: #fff;
  font-size: 15px;
  display: block;
}


.train_sec2 {
  width: 100%;
}


.train_sec3 {
  width: 100%;
  background-color: #fff;
  padding-bottom: 0;
}
.train_sec3 .sec_swiperBox ul li p {
  font-size: 15px;
  font-weight: normal;
}
.train_sec3 .sec_swiperBox ul li p:first-child {
  margin-top: 10px;
}


.train_sec4 {
  padding-bottom: 0;
}


.train_sec5 {
  padding-bottom: 0;
}
.train_sec5Swiper {
  overflow: hidden;
}
.train_sec5Cont {
  padding: 25px 5px 20px;
  background-color: #f6f6f6;
  border-radius: 6px;
}
.train_sec5Img {
  text-align: center;
}
.train_sec5Img img {
  width: 35px;
  margin-bottom: 15px;
}
.train_sec5Cont h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 15px;
}
.train_sec5Cont p {
  font-size: 14px;
  opacity: 0.5;
  line-height: 20px;
}
.train_sec5SwiperPagination {
  text-align: center;
  margin-top: 20px;
}
.train_sec5SwiperPagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* train */


/* exam */

.exam_sec1 {
  /* padding-bottom: 0; */
  background-color: #f5f5f5;
  width: 100%;
  padding: 40px 2.5% 50px;
}
.exam_sec1 .move {
  margin-top: 20px;
}
.exam_sec1Swiper {
  overflow: hidden;
}
.exam_sec1Img {
  margin-bottom: 15px;
}
.exam_sec1Img img {
  width: 100%;
}
.exam_sec1SwiperBox h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131313;
    text-align: center;
}
.exam_sec1SwiperBox p {
  font-size: 14px;
  line-height: 20px;
  color: #131313;
	text-align: justify;
  padding: 0 15px;
}
.exam_sec1SwiperPagination {
  text-align: center;
  margin-top: 20px;
}


.exam_sec2 {
  background-color: #fff;
}
.exam_sec2SwiperBox ul li p {
  font-weight: normal;
  font-size: 14px;
}
.exam_sec2SwiperBox ul li p:first-child {
  margin-top: 15px;
}
.listBox {
  margin-bottom: 15px;
  overflow: hidden;
}
.exam_sec4 {
  padding-bottom: 0;
}
.exam_sec4 .listBox:last-of-type {
  margin-bottom: 0;
}
.exam_sec4 .list {
  width: 33.33%;
  float: left;
  padding: 0 3%;
}
.exam_sec4 .list h5 {
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
  color: #131313;
  margin-bottom: 5px;
  font-weight: bold;
}
.exam_sec4 .list h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #131313;
}
.exam_sec4 .list p {
  font-size: 14px;
  line-height: 28px;
  color: #131313;
}

.exam_sec5 {
  padding-bottom: 0;
}

.exam_sec6Img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.exam_sec6Img img {
  width: 100%;
}
.exam_sec6 p {
  font-size: 14px;
  color: #131313;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: justify;
  padding: 0 15px;
}

/* exam */



/* brokerage */

.brokerage_sec1 {
  padding-bottom: 0;
}
.brokerage_sec1Cont {
  margin-top: 20px;
}
.brokerage_sec1_l ,.brokerage_sec1_r {
  width: 50%;
  float: left;
}
.brokerage_sec1_l {
  border-right: 1px solid #131313;
}
.brokerage_sec1_l div,.brokerage_sec1_r div {
  margin: 0 auto;
  text-align: left;
  color: #131313;
  font-size: 16px;
  line-height: 28px;
}
.brokerage_sec1_l div {
  width: 130px;
}
.brokerage_sec1_r div {
  width: 110px;
}
.brokerage_sec1Cont i {
  margin-right: 5px;
}
.brokerage_sec1_l div span,.brokerage_sec1_r div span {
  font-weight: normal;
}


.brokerage_sec2 {
  padding-bottom: 0;
}


.brokerage_sec3Swiper {
  overflow: hidden;
}
.brokerage_sec3Swiper p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #131313;
  margin: 15px 0 20px;
}
.brokerage_sec3Pagination {
  text-align: center;
}

/* brokerage */



/* news */

.news_sec1 {
  padding-bottom: 0;
  display: block;
}
.news_sec1Img {
  overflow: hidden;
  border-radius: 6px;
}
.news_sec1Img img {
  width: 100%;
}
.news_sec1 h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  margin-bottom: 20px;
  color: #131313;
}


.news_sec2 {
  padding: 30px 0 30px
}
.news_sec2Head {
  font-size: 16px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 20px;
}
.news_sec2 .list {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news_sec2 .list_l {
  float: left;
  width: 67%;
  margin-right: 3%;
}
.news_sec2 .list_l h5 {
  display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 22px;
   height: 44px;
   color: #131313;
   font-size: 14px;
   font-weight: bold;
}
.news_sec2 .list_l p {
  margin-top: 15px;
  color: #131313;
  font-size: 12px;
}
.news_sec2 .list_r {
  float: left;
  width: 30%;
}
.news_sec2Move {
  overflow: hidden;
}
.news_sec2Move a {
  float: right;
  color: #dea44e;
  font-size: 14px;
}

/* news */


/* newsDetails */

.newsDetails {
  padding-top: 20px;
}
.newsDetailsHead {
  font-size: 18px;
  color: #131313;
  padding-bottom: 15px;
  border-bottom: 1px solid #131313;
}
.newsDetailsHead p {
  font-size: 13px;
  margin-top: 10px;
  opacity: 0.6;
}
.newsDetailsHead i {
  margin-right: 5px;
}
.newsDetailsCont {
  padding-bottom: 15px;
  border-bottom: 1px solid #131313;
}
.newsDetailsCont p {
  font-size: 15px;
  color: #131313;
  line-height: 20px;
}
.newsDetailsCont img {
  width: 100%;
  margin-top: 15px;
}

/* newsDetails */


.course {
  width: 100% !important;
  margin: 52px auto 0 !important;
  padding-top: 30px !important;
  /* padding: 30px 0; */
}
.course1 {
  width: 95%;
  border-radius: 6px;
  overflow: hidden;
  margin: 0px auto;
}
.course2 {
  width: 100%;
}
.course .move {
  width: 95% !important;
  margin: 10px auto 0;
  display: block !important;
}
.course2 .list {
  padding: 15px 2.5%;
  border-bottom: 5px solid #f5f5f5;
  color: #131313;
}
.course2 .list h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.course2 .list h4 span {
  font-size: 14px;
  font-weight: normal;
}
.course2 .list p {
  font-size: 14px;
  line-height: 20px;
}
.course2 .list:last-child {
  border-bottom: none;
}
.course2 .noBorder {
  border: none;
  padding-bottom: 0;
}
