@charset "utf-8";
.m8b27-header {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/header_bg.png") 0% 0% / 100% 100% no-repeat;
  padding: 25px 0px;
  position: fixed;
  z-index: 10;
  transition: all .3s;
}

.m8b27-header::after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(rgb(1, 143, 230), rgba(255, 255, 255, 0));
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all .3s;
}

.m8b27-header_box {
  display: flex;
  justify-content: space-between;
}

.m8b27-logo {
  width: 821px;
}

.m8b27-logo a {
  display: block;
}

.m8b27-h_R {
  display: flex;
  align-items: center;
}

.m8b27-logo img {}

.m8b27-top_link {
  margin-right: 20px;
}

.m8b27-top_link ul {}

.m8b27-top_link ul li {
  transition: 0.3s;
  position: relative;
  padding-left: 26px;
  line-height: 24px;
  border-right: 1px solid white;
  padding-right: 20px;
}

.m8b27-top_link ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background: url("https://www.kautilyacollegeedu.com/images/top_icon.png") 0% 0% / 100% 100% no-repeat;
}

.m8b27-top_link ul li:hover {
  transform: translateY(-4px);
}

.m8b27-top_link ul li a {
  font-size: 14px;
  color: white;
}

.m8b27-search {
  position: relative;
}

.m8b27-ipt {
  width: 220px;
  height: 40px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.51);
  font-size: 16px;
  color: white;
  padding-left: 15px;
}

.btn {
  width: 23px;
  height: 22px;
  background: url("https://www.kautilyacollegeedu.com/images/search_btn.png") center center / 100% 100% no-repeat;
  position: absolute;
  right: 11px;
  top: 22%;
}

.m8b27-search_box {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: rgba(34, 36, 38, 0.69);
}

.m8b27-search_con {
  margin: auto;
}

.m8b27-ipt {
  width: 500px;
  height: 39px;
  outline: none;
  padding-left: 10px;
}

.btn {
  width: 39px;
  height: 39px;
  margin-left: 8px;
  position: relative;
  background: url("https://www.kautilyacollegeedu.com/images/seach_btn.png") center center / 51% no-repeat rgb(0, 104, 183);
  vertical-align: top;
}

.m8b27-search_btn {
  position: absolute;
  right: -53px;
  width: 18px;
  height: 18px;
  background: url("https://www.kautilyacollegeedu.com/images/seach_btn.png");
  top: 59px;
  cursor: pointer;
  z-index: 102;
}

.m8b27-search_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 10000;
  background-color: rgba(34, 36, 38, 0.95);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.m8b27-search_box.active {
  height: 100vh;
}

.m8b27-search_con {
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s 0.2s;
}

.m8b27-search_box.active .m8b27-search_con {
  opacity: 1;
  transform: translateY(0px);
}

.m8b27-search_show {
  width: 35px;
  height: 35px;
  background: url("https://www.kautilyacollegeedu.com/images/search_show.png") center center / 100% 100% no-repeat;
  cursor: pointer;
}

.m8b27-close {
  color: white;
  position: absolute;
  right: 22%;
  font-size: 60px;
  width: 65px;
  height: 65px;
  top: 30%;
}

.m8b27-close img {
  width: 100%;
}

.m8b27-dh_bx {}

.nav {
  height: 35px;
  line-height: 35px;
  transition: 0.3s;
  width: 100%;
}

.nav>ul {
  margin: 0px auto;
  font-size: 0px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11111;
}

.nav ul>li {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  width: 100%;
  z-index: 2147483647;
  padding: 0 10px;
}

a:hover {
  text-decoration: none;
}

.nav ul li>a {
  font-size: 20px;
  display: block;
  position: relative;
  z-index: 11111111;
  color: white;
}

.nav ul li.on .m8b27-subNav {
  display: block;
}

.m8b27-subNav li {
  float: left;
  width: 100% !important;
  height: 45px !important;
}

.m8b27-subNav li a {
  line-height: 38px;
}

.nav ul li.on .m8b27-subNav {
  display: block;
}

.m8b27-subNav {
  position: absolute;
  z-index: 2147483647;
  visibility: hidden;
  transition: 0.3s;
  top: 65px;
  min-width: 100%;
  left: 0rem;
  opacity: 0;
  padding-top: 10px;
}

.nav .m8b27-subNav li a {
  font-size: 18px;
  color: black;
  text-shadow: none;
  width: 100%;
}

.nav .m8b27-subNav li:hover {
  color: white;
  width: 100%;
  background-color: rgb(1, 143, 230);
}

.nav-item:hover .m8b27-subNav {
  visibility: visible;
  opacity: 1;
  top: 35px;
  background-color: white;
}

.nav-item .m8b27-subNav li:hover a {
  z-index: 1111111111;
  color: white;
  font-weight: bold;
}

.m8b27-banner {
  width: 100%;
  overflow: hidden;
}

.m8b27-banner_swiper {
  position: relative;
  overflow: hidden;
}

.m8b27-banner img {
  width: 100%;
  object-fit: cover;
  display: none;
}

.m8b27-banner .m8b27-banner_next img {
  display: block;
  width: 79%;
  height: 30px;
  margin-top: 25px;
  margin-left: 7px;
}

.m8b27-banner .m8b27-banner_prev img {
  display: block;
  width: 79%;
  height: 30px;
  margin-top: 25px;
  margin-left: 8px;
}

.m8b27-banner_next,
.m8b27-banner_prev {
  width: 80px;
  height: 80px;
  top: 50%;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 100%;
}

.m8b27-banner_next {
  right: 18%;
}

.m8b27-banner_prev {
  left: 18%;
}

.m8b27-banner_pagination {
  position: absolute;
  z-index: 111;
  display: flex;
  align-items: center;
  height: 22px;
  justify-content: center;
  width: 100%;
  bottom: 21px;
}

.m8b27-banner_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: white;
  margin: 0px 10px !important;
}

.m8b27-banner_swiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.14);
  outline: white solid 1px;
}

.m8b27-banner a {
  transform: scale(1.2);
  transition: 5s linear;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.m8b27-banner .swiper-slide-active {
  position: relative;
  z-index: 500 !important;
}

.m8b27-banner .swiper-slide-active a {
  transform: scale(1);
  display: block;
}

.m8b27-banner .swiper-slide-active a img {
  display: block;
}

.m8b27-section_tit {
  width: 100%;
  margin-top: 50px;
}

.m8b27-section_tit a {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.m8b27-section_tit a p {
  font-size: 34px;
  color: rgb(51, 51, 51);
  position: relative;
  font-family: fzdbsjw;
}

.m8b27-section_tit a p::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  left: 0px;
  bottom: -15px;
  background: url("https://www.kautilyacollegeedu.com/images/section_icon.png") 0% 0% / 100% 100% no-repeat;
}

.m8b27-section_tit a span {
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}

.m8b27-section_tit a span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url("https://www.kautilyacollegeedu.com/images/more_icon.png") center center / 100% 100% no-repeat;
  right: 0px;
  bottom: 4px;
}

.m8b27-section01 {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/s01_bg.png") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.m8b27-s01_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.m8b27-s01_tempel_box {
  width: 750px;
  overflow: hidden;
  position: relative;
}

.m8b27-s01_prev,
.m8b27-s01_next {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.m8b27-s01_tempel_box a {}

.m8b27-s01_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.m8b27-s01_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m8b27-s01_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 20px;
  background-color: #498ccfa8;
}

.m8b27-s01_info p {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.m8b27-s01_info span {
  font-size: 14px;
  color: white;
  position: relative;
  margin-top: 7px;
  display: block;
  padding-left: 10px;
}

.m8b27-s01_info span:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f8b551;
  left: 0;
  bottom: 7px;
}

.m8b27-s01_prev {
  background: url("https://www.kautilyacollegeedu.com/images/s01_prev.png") no-repeat center;
  background-size: 100% 100%;
  right: 40px;
}

.m8b27-s01_next {
  background: url("https://www.kautilyacollegeedu.com/images/s01_next.png") no-repeat center;
  background-size: 100% 100%;
  right: 0;
}

.m8b27-s01_templeList {
  width: 620px;
  height: 500px;
}

.m8b27-s01_templeList .swiper-slide {
  height: 83px !important;
  border-bottom: 1px solid #eeeeee;
}

.m8b27-s01_templeList .swiper-slide::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #e5e5e5;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.m8b27-s01_templeList .swiper-slide-thumb-active::after {
  width: 100%;
  background-color: #1890ff;
}

.m8b27-s01_templeList .swiper-slide-thumb-active {
  border: none;
}

.m8b27-s01_temList {
  display: flex;
  align-items: end;
  margin-top: 17px;
}

.m8b27-s01_temList p {
  font-size: 18px;
  color: #1890ff;
}

.m8b27-s01_temList span {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  color: #1890ff;
}

.m8b27-s01_listinfo {
  font-size: 18px;
  margin-top: 5px;
}

.m8b27-section02 {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/s02_bg.png") center center / 100% 100% no-repeat;
  padding-top: 25px;
  overflow: hidden;
}

.m8b27-center .m8b27-section_tit a {
  justify-content: center;
  position: relative;
}

.m8b27-center .m8b27-section_tit span {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.m8b27-s02_swiper {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 60px;
}

.m8b27-s02_swiper a {
  display: block;
  /* width: 330px; */
  /* height: 150px; */
  padding: 20px;
  background-color: white;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
  position: relative;
}

.m8b27-s02_swiper a:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 150px;
  background-color: #facd89;
  right: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
}

.m8b27-s02_swiper a:hover:before {
  right: -15px;
  top: -15px;
  transition: all .5s;
  opacity: 1;
}
.m8b27-s02_swiper a:hover{
  background: url("https://www.kautilyacollegeedu.com/images/s02_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.m8b27-s02_swiper a:hover .m8b27-s02_infotit,.m8b27-s02_swiper a:hover .m8b27-s02_time p,.m8b27-s02_swiper a:hover span{
  color: white;
}
.m8b27-s02_swiper a:hover::after{
  background-color: white;
}
.m8b27-s02_swiper a:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #facd89;
  left: 20px;
  top: 0;
}

.m8b27-s02_infotit {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  height: 83px;
}

.m8b27-s02_time {
  display: flex;
  align-items: end;
}

.m8b27-s02_time p {
  font-size: 18px;
  color: #1890ff;
}

.m8b27-s02_time span {
  font-size: 14px;
  color: #1890ff;
  margin-left: 10px;
  display: block;
  margin-top: 15px;
}
.m8b27-s02_pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.m8b27-s02_pagination:after{
  position:absolute;
  content:"";
  width: 750px;
  height: 3px;
  background: url("https://www.kautilyacollegeedu.com/images/s02_icon4.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.m8b27-s02_pagination .swiper-pagination-bullet{
  width: 24px;
  height: 24px;
  background: url("https://www.kautilyacollegeedu.com/images/s02_icon3.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  margin: 0 60px;
}
.m8b27-s02_pagination .swiper-pagination-bullet-active{
width: 45px;
height: 45px;
background: url("https://www.kautilyacollegeedu.com/images/s02_icon2.png") no-repeat center;
background-size: 100% 100%;
}
.m8b27-section03 {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/s03_bg.png") center center / 100% 100% no-repeat;
  padding-top: 50px;
  overflow: hidden;
}

.m8b27-s03_swiper {
  padding: 0px 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.m8b27-s03_templBox .swiper-wrapper {
}

.m8b27-s03_templBox {
  overflow: hidden;
  margin: 0px 200px;
}

.m8b27-s03_templBox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m8b27-s03_img {
  width: 350px;
  height: 234px;
}

.m8b27-s03_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m8b27-s03_info {
  width: 61%;
}

.m8b27-s03_info p {
  font-size: 20px;
  font-weight: bold;
}

.m8b27-s03_info span {
  font-size: 14px;
  color: rgb(64, 64, 64);
  display: block;
  text-indent: 2em;
  margin-top: 9px;
  line-height: 1.6;
}

.m8b27-s03_prev,
.m8b27-s03_next {
  width: 20px;
  height: 34px;
  position: absolute;
  top: 100px;
  z-index: 10;
}

.m8b27-s03_prev {
  background: url("https://www.kautilyacollegeedu.com/images/s03_prev.png") center center / 100% 100% no-repeat;
  left: 85px;
}

.m8b27-s03_next {
  background: url("https://www.kautilyacollegeedu.com/images/s03_next.png") center center / 100% 100% no-repeat;
  right: 85px;
}

.m8b27-s03_templList {
  margin-top: 45px;
  overflow: hidden;
}

.m8b27-s03_temList {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  padding-top: 5px;
}

.m8b27-s03_zs {
  width: 140px;
  height: 140px;
  border: 1px dashed rgb(105, 159, 223);
  border-radius: 100%;
  position: relative;
}

.m8b27-s03_zs::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border: 1px dashed rgb(50, 124, 212);
  border-radius: 100%;
  right: 29px;
  top: 29px;
}

.m8b27-s03_zs::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(50, 124, 212);
  border-radius: 100%;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  transform-origin: 50% 75px;
}

@keyframes spin-around {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.m8b27-s03list_img {
  width: 65px;
  height: 77px;
  position: absolute;
  right: -6px;
  top: 34px;
  z-index: 1;
}

.m8b27-s03list_img::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: rgb(245, 215, 169);
  border-radius: 100%;
  left: 15px;
  z-index: -1;
  top: 0;
}

.m8b27-s03list_img img {}

.m8b27-s03_templList p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.m8b27-s03_templList .swiper-slide-thumb-active .m8b27-s03_zs::after {
  animation: 10s linear 0s infinite normal none running spin-around;
}

.m8b27-s03_templList .swiper-slide-thumb-active .m8b27-s03list_img::after {
  background-color: rgb(198 223 251);
}

.m8b27-section04 {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/s04_bg.png") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  padding-top: 45px;
}

.m8b27-s04_swiper {
  margin-top: 55px;
}

.m8b27-s04_swiper a {
  display: block;
  width: 240px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

.m8b27-s04_swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.m8b27-s04_swiper a:hover img {
  transform: scale(1.1);
}

.m8b27-s04_info {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding-bottom: 10px;
}

.m8b27-s04_info::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105px;
  background: url("https://www.kautilyacollegeedu.com/images/s04_icon.png") no-repeat center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.m8b27-s04_info p {
  font-size: 18px;
  color: white;
  text-align: right;
  padding: 0 15px;
}

.m8b27-s04_info span {
  font-size: 13px;
  display: block;
  color: white;
  text-align: right;
  padding: 0 15px;
  margin-top: 5px;
}

.m8b27-s04_prev,
.m8b27-s04_next {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.m8b27-s04_next {
  background: url("https://www.kautilyacollegeedu.com/images/s04_next.png") no-repeat center;
  background-size: 100% 100%;
}

.m8b27-s04_prev {
  background: url("https://www.kautilyacollegeedu.com/images/s04_prev.png") no-repeat center;
  background-size: 100% 100%;
}

.m8b27-s04_pagination {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #327cd4;
}

.m8b27-s04_sBox {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.m8b27-s04_pagination .m8b27-current {

  font-size: 24px;

  color: #327cd4;

  margin-right: 5px;
}

.m8b27-s04_pagination .m8b27-total {
  font-size: 19px;
  color: #327cd4;
  margin-left: 5px;
}

.m8b27-section05 {
  width: 100%;
  background-size: 100% 100%;
  padding-top: 45px;
  background-color: #f8fbff;
}

.m8b27-s05_box {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.m8b27-s05_list {
  width: 680px;
  overflow: hidden;
}

.m8b27-s05_list p {
  font-size: 18px;
  position: relative;
  width: 100%;
}

.m8b27-s05_list p::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 10px;
  background: url("https://www.kautilyacollegeedu.com/images/s01_icon.png") no-repeat;
  right: 0px;
  top: 36%;
}

.m8b27-s05_list span {
  font-size: 16px;
  display: none;
  line-height: 1.6;
  margin-top: 5px;
  width: 84%;
}

.m8b27-s05_temple {
  width: 680px;
  overflow: hidden;
}

.m8b27-s05_temple a {
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
}

.m8b27-s05_temple img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m8b27-s05_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 117px;
  background: url("https://www.kautilyacollegeedu.com/images/s05_icon.png") no-repeat center;
  background-size: 100% 100%;
  padding-left: 20px;
}

.m8b27-s05_listBox {
  padding: 23px 15px;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.m8b27-s05_list .swiper-slide {
  height: 100% !important;
}

.m8b27-s05_list .swiper-slide-thumb-active span {
  display: block;
}

.m8b27-s05_list .swiper-slide-thumb-active p {
  font-weight: bold;
  color: #327cd4;

}

.m8b27-s05_list .swiper-slide-thumb-active .m8b27-s05_listBox {
  background-color: white;
  border-bottom: 1px solid #327cd4;
}

.m8b27-s05_list .swiper-slide-thumb-active p::after {

  transform: rotate(269deg);
}

.m8b27-s05_time {
  display: flex;
  margin-top: 51px;
  align-items: end;
  position: relative;
}

.m8b27-s05_time:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  background: url("https://www.kautilyacollegeedu.com/images/s05_icon2.png") no-repeat center;
  background-size: 100% 100%;
  left: 120px;
  top: 14px;
}

.m8b27-s05_time p {
  font-size: 22px;
  color: white;
}

.m8b27-s05_time span {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}

.m8b27-s05_tit {
  margin-top: 2px;
  font-size: 18px;
  color: white;
}


.m8b27-footer {
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/f_bg.png") center center / 100% 100% no-repeat;
  overflow: hidden;
}

.m8b27-f_box {
  display: flex;
  justify-content: space-between;
  padding: 48px 0px;
}

.m8b27-f_boxL {
  width: 770px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m8b27-f_info {
  display: flex;
  width: 515px;
  justify-content: space-between;
  margin-top: 40px;
}

.m8b27-f_infoBox {}

.m8b27-f_infoBox span {
  font-size: 16px;
  color: white;
  display: block;
}

.m8b27-f_infoBox p {
  font-size: 18px;
  color: white;
  margin-top: 5px;
  font-weight: bold;
}

.m8b27-f_boxR {
  display: flex;
  flex-wrap: wrap;
  width: 210px;
  align-items: stretch;
  border: 1px solid white;
  background-color: #ffffff6b;
  position: relative;
}

.m8b27-f_icon {
  width: 260px;
}

.m8b27-f_icon ul {
  display: flex;
  justify-content: space-between;
}

.m8b27-f_bq {
  font-size: 14px;
  color: white;
  margin-top: 86px;
}


.m8b27-f_boxR p {
  height: 35px;
  width: 100%;
  font-size: 16px;
  color: white;
  line-height: 35px;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  margin: 0;
}


.m8b27-f_boxR p::after {
  position: absolute;
  content: "∨";
  right: 15px;
  top: 50%;


  transform-origin: center center;

  transform: translateY(-50%) rotate(180deg);
  width: 14px;
  height: auto;
  line-height: 1;
  text-align: center;

  transition: transform 0.3s ease;
  display: inline-block;
}


.m8b27-f_boxR ul {
  position: absolute;
  top: 35px;
  border: 1px solid white;
  background-color: #999999;
  width: 101%;
  border-top: none;
  left: -1px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
}

.m8b27-f_boxR.active ul {
  max-height: 200px;
  opacity: 1;
  overflow-y: auto;
}


.m8b27-f_boxR.active p::after {
  transform: translateY(-50%);
}


.m8b27-f_boxR ul li {
  line-height: 26px;
  margin-top: 5px;
}

.m8b27-f_boxR ul li a {
  font-size: 14px;
  color: white;
  padding-left: 11px;
  display: block;
  text-decoration: none;
}

.m8b27-f_boxR ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.m8b27-f_boxR2 {
  display: flex;
  justify-content: space-between;
  width: 580px;
  align-items: center;
}

.m8b27-f_box02_info {}

.m8b27-f_box02_info p {
  font-size: 18px;
  color: white;
  font-weight: bold;
}

.m8b27-f_box02_info span {
  display: block;
  font-size: 16px;
  color: white;
  margin-top: 11px;
}

.m8b27-f_box02_info span i {
  font-style: normal;
}

.m8b27-f_box02_info span i:last-child {
  margin-left: 24px;
}

.m8b27-f_box2_evm {}

.m8b27-f_box2_evm img {
  width: 99px;
  height: 99px;
}

.m8b27-f_box2_evm p {
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

.m8b27-bq {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: white;
  background-color: #4d4d4d;
}

.m8b27-f_box02_info span:last-child i:last-child {
  margin-left: 57px;
}
.m8b27-section06{
  width: 100%;
  background: url("https://www.kautilyacollegeedu.com/images/s06_bg.png") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
.m8b27-s06_box{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.m8b27-s06_boxL{
    width: 640px;
}
.m8b27-s06_swiper{}
.m8b27-s06_swiper a{}
.m8b27-s06_swiper a .m8b27-s06_img{
    width: 640px;
    height: 404px;
    overflow: hidden;
    position: relative;
}
.m8b27-s06_swiper a .m8b27-s06_img:after{
      content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}
.m8b27-s06_swiper a:hover .m8b27-s06_img:after{
  left: 150%;
    transition: 0.6s ease-in-out;
}
.m8b27-s06_swiper a:hover .m8b27-s06_img img{
  transform:scale(1.1);
}
.m8b27-s06_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  transition:all .5s;
}
.m8b27-s06_swiper a p{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}
.m8b27-s06_swiper a span{
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
}
.m8b27-s06_boxR{
    width: 740px;
}
.m8b27-s06_boxR ul{}
.m8b27-s06_boxR ul li{
padding: 20px;
position: relative;
}
.m8b27-s06_boxR ul li::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  background: url("https://www.kautilyacollegeedu.com/images/s06_icon.png") no-repeat center;
  background-size: 100% 100%;
  left: 25px;
  bottom: 23px;
}
.m8b27-s06_boxR ul li:hover::before{
  background: url("https://www.kautilyacollegeedu.com/images/s06_icon2.png") no-repeat center;
  background-size: 100% 100%;
}
.m8b27-s06_boxR ul li:hover{
  background-color: #1890ff;
}
.m8b27-s06_boxR ul li:hover p{
  color: white;
}
.m8b27-s06_boxR ul li:hover span{
  color: white;
}
.m8b27-s06_boxR ul li a{
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}
.m8b27-s06_boxR ul li a p{
    font-size: 18px;
}
.m8b27-s06_boxR ul li a span{
    font-size: 16px;
}
.m8b27-scrolled::after{
    background-color: rgb(1, 143, 230);
}
.m8b27-scrolled{
    padding: 10px 0px;
}
:root{--ms-accent:#1a5f7a;--ms-radius:7px;--ms-line:1.80;--ms-gap:14px;}
