@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author Siyuan! <2039750417@qq.com>
 * @version v10.2.5
 */
/* 组件函数 */
.layui-layer-title {
  height: 0 !important;
  line-height: 0 !important;
  border-bottom: none !important;
  background-color: #fff !important;
}
a:hover {
  cursor: pointer;
}
.color-zt {
  color: #ff460f;
}
.bg-zt {
  background: #ff460f !important;
  border: 1px solid #ff460f !important;
  color: #ffffff !important;
}
.wp {
  width: 1650px;
  max-width: 95%;
  margin: 0 auto;
}
.wp-bt {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}
.wp-xs {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
a.imgzoom img {
  transition: all 0.3s ease 0s;
}
a.imgzoom:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.transall {
  transition: all 0.3s ease 0s;
}
.transall-scale {
  transition: all 0.3s ease 0s;
}
.transall-scale:hover {
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.sheader {
  background: #004aba;
  position: relative;
}
.sheader .smenu {
  margin-top: 15px;
}
.sheader .navbar-head {
  padding: 12px 0px;
}
.sheader .navbar-body .nav {
  margin-right: 80px;
  color: #ffffff;
}
.sheader .navbar-body .nav li {
  padding: 44px 15px;
  position: relative;
}
.sheader .navbar-body .nav li a {
  color: #ffffff;
}
.sheader .ssear {
  margin-top: 45px;
}
.sheader .ssear .button-sear {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 8px 0px;
  background: #ff5726;
  border-radius: 50%;
  color: #fff;
  position: relative;
  border: 1px solid #ff5726;
}
.sheader .ssear .button-sear:hover {
  background: #ff5726;
  color: #ffffff;
  cursor: pointer;
}
.sheader .snavbar-form {
  width: 251px;
  position: absolute;
  right: -35px;
  top: 45px;
  opacity: 0;
  visibility: hidden;
}
.sheader .snavbar-form .ssear {
  height: auto;
  border: none;
  margin-top: 0px;
  padding: 8px;
}
.sheader .snavbar-form.action {
  opacity: 1;
  visibility: visible;
  right: -16px;
}
.sheader .navbar-form input {
  height: 32px;
}
.sheader .navbar-body .nav li.cur,
.sheader .navbar-body .nav li:hover {
  background: #0546a7;
}
.sbannerxin .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 0.2;
  outline: none !important;
}
.sbannerxin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #113151;
  opacity: 1;
}
.sbannerxin .swiper-button-next:after {
  background: url(../images/next.png) no-repeat center;
}
.sbannerxin .swiper-button-prev:after {
  background: url(../images/prev.png) no-repeat center;
}
.sbannerxin img {
  max-width: 100%;
}
.sbannerxin .swiper-button-next,
.sbannerxin .swiper-button-prev,
.sbannerxin .swiper-button-next:after,
.sbannerxin .swiper-button-prev:after {
  font-size: 0px;
  width: 60px;
  height: 143px;
  margin-top: -70px;
}
.main-about {
  height: 735px;
  position: relative;
}
.main-about .container .text-con {
  padding-top: 130px;
}
.main-about .container .text-con .title {
  font-size: 50px;
  font-weight: bold;
}
.main-about .container .text-con .bor {
  border: 2px solid #ff460f;
  margin: 20px 0px;
  width: 80px;
}
.main-about .container .text-con .ent {
  font-size: 18px;
  color: #e8e8e8;
}
.main-about .container .text-con .desc {
  font-size: 16px;
  color: #e8e8e8;
}
.main-about .container .text-con .button {
  padding: 8px 28px;
}
.main-about .container img {
  max-width: 100%;
}
.flx-ty {
  position: fixed;
  z-index: 9999999;
  top: 30%;
  right: 50px;
  width: 100px;
  height: 240px;
  background-size: 100% auto !important;
  display: flex;
}
.flx-ty a {
  flex: 1;
  display: block;
}
.bg-back1 {
  padding: 80px 0 0 0;
  background: url(../images/3.jpg) no-repeat center;
}
.bg-back1 .title {
  font-size: 50px;
  font-weight: bold;
  color: #000000;
}
.bg-back1 .subtitle {
  color: #333333;
}
.bg-back1 .zygrip {
  height: 643px;
  margin-top: 48px;
}
.bg-back1 .zygrip .item {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.bg-back1 .zygrip .item .img {
  width: 100%;
  height: 100%;
}
.bg-back1 .zygrip .item .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: #ff580a;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.bg-back1 .zygrip .item:hover .con {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.bg-back1 .zygrip .item:nth-child(2) {
  width: 35%;
  height: 50%;
}
.bg-back1 .zygrip .item:nth-child(3) {
  width: 25%;
  height: 50%;
}
.bg-back1 .zygrip .item:nth-child(4) {
  width: 25%;
  height: 50%;
}
.bg-back1 .zygrip .item:nth-child(5) {
  width: 35%;
  height: 50%;
}
.bg-back2 {
  padding: 118px 0 118px 0;
  background: url(../images/4.jpg) no-repeat center;
}
.bg-back2 .title {
  font-size: 50px;
  font-weight: bold;
}
.bg-back2 .kcgrip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.bg-back2 .kcgrip .item {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.bg-back2 .kcgrip .item .img {
  margin-right: 20px;
}
.bg-back2 .kcgrip .item .con {
  padding-right: 10%;
}
.bg-back2 .kcgrip .item .dd1 {
  font-size: 24px;
  color: #ff580a;
}
.steacher {
  position: relative;
  overflow: hidden;
}
.steacher .title {
  padding-top: 20px;
  display: flex;
  align-items: center;
  z-index: -1;
}
.steacher .title .name {
  font-size: 50px;
  color: #ff580a;
}
.steacher .title .img {
  width: 50%;
  margin-left: 40px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.steacher .title .img img {
  max-width: 100%;
}
.steacher .title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -100px;
  right: -60px;
  border-radius: 50%;
  border: 1px solid #ff460f;
}
.steacher .title .more .icon {
  width: 111px;
  height: 18px;
  background: url(../images/6.png) no-repeat center;
  position: relative;
}
.steacher .szjsgrip {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.steacher .szjsgrip .item {
  width: 30%;
  margin: 0 1%;
  background: #f7f9fd;
  position: relative;
}
.steacher .szjsgrip .item .img {
  margin-right: 60px;
  text-align: center;
}
.steacher .szjsgrip .item .img img {
  max-width: 100%;
}
.steacher .szjsgrip .item .name {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
}
.steacher .szjsgrip .item .desc {
  color: #333333;
}
.steacher .szjsgrip .item:nth-child(1) .img img {
  margin-top: -40px;
}
.steacher .szjsgrip .item:nth-child(2) .img img {
  margin-top: -60px;
}
.steacher .szjsgrip .item:nth-child(3) .img img {
  margin-top: -40px;
}
.sfooter {
  position: relative;
  overflow: hidden;
  background: #004aba;
  padding-bottom: 100px;
}
.sfooter .navmenu {
  padding: 40px 0px;
  border-bottom: 1px solid #80a5dd;
}
.sfooter .navmenu .wp {
  display: flex;
  justify-content: space-between;
}
.sfooter .navmenu .name {
  font-size: 50px;
}
.sfooter .navmenu .footmenu {
  display: flex;
  align-items: center;
  margin-left: 20%;
  position: relative;
  z-index: 99;
}
.sfooter .navmenu .footmenu .icon {
  margin-left: 30px;
  font-size: 30px;
  cursor: pointer;
}
.sfooter .navmenu .contact {
  display: flex;
  align-items: center;
}
.sfooter .navmenu .contact .icon {
  margin-left: 30px;
}
.sfooter .foocon {
  padding-top: 100px;
  padding-bottom: 300px;
  display: flex;
}
.sfooter .foocon .dd1 .dd {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}
.sfooter .foocon .foot-form {
  width: 600px;
  max-width: 100%;
  margin-left: 15%;
  z-index: 1;
  position: relative;
}
.sfooter .foocon .foot-form .tr {
  display: flex;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
.sfooter .foocon .foot-form .tr .td {
  margin: 0 10px;
  display: flex;
  border-bottom: 1px solid #80a5dd;
  padding-bottom: 10px;
}
.sfooter .foocon .foot-form .tr .td .name {
  width: 32px;
  line-height: 34px;
}
.sfooter .foocon .foot-form .tr .td .inp {
  flex: 1;
  margin-left: 20px;
}
.sfooter .foocon .foot-form .tr .td .inp .input {
  background: none;
  border: none;
  color: #ffffff;
}
.sfooter .foocon .foot-form .text-tr .td {
  margin: 0 10px;
}
.sfooter .foocon .foot-form .text-tr .td .name {
  font-size: 16px;
  color: #fff;
}
.sfooter .foocon .foot-form .text-tr .td .input {
  margin-top: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #80a5dd;
  color: #ffffff;
  resize: none;
}
.sfooter .foocon .foot-form .text-tr .td .button {
  padding: 7px 40px;
}
.sfooter .foocon .fxbottom {
  width: 40%;
  height: 80%;
  background: #ff460f;
  border-radius: 1000px 0px 0px 0px;
  padding-bottom: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.sfooter .foocon .fxbottom .fxblock {
  width: 200px;
  position: absolute;
  right: 10%;
  bottom: 160px;
}
.sfooter .foocon .fxbottom .fxblock .icon {
  margin-bottom: 15px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.sfooter .foocon .fxbottom .foo-terr {
  position: absolute;
  right: 10%;
  bottom: 100px;
  width: auto;
}
.sfooter .foocon .ecaba {
  position: absolute;
  left: 5%;
  bottom: 100px;
}
.sfooter .foocon .ecaba img {
  max-width: 100%;
}
.arptitle {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.arptitle .titname {
  font-size: 50px;
  font-weight: bold;
  color: #ff460f;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.arabout {
  background: url(../images/14.jpg) no-repeat center / cover;
}
.arabout .main-about {
  padding-top: 130px;
  height: auto;
}
.arabout .main-about .container .text-con {
  padding-top: 0;
  padding-right: 40px;
}
.arabout .contrback {
  margin-left: 10%;
  background: #ff460f;
  padding-top: 40px;
  margin-top: -40px;
}
.arabout .contrback .desc {
  opacity: 0.8;
}
.arabout .huanjing .title {
  margin-top: 60px;
}
.arabout .huanjing .grip {
  margin-top: 60px;
  padding-right: 20%;
  position: relative;
}
.arabout .huanjing .grip .item {
  height: 422px;
  position: relative;
}
.arabout .huanjing .grip .item .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.arabout .huanjing .grip .item .img {
  height: 360px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.arabout .huanjing .grip .item:nth-child(2n) .con {
  top: auto;
  bottom: 0;
}
.arabout .huanjing .grip .item:nth-child(2n) .img {
  top: 0;
  bottom: auto;
}
.arabout .huanjing .grip .swiper-container {
  z-index: 2;
}
.arabout .huanjing .grip .swiper-button-prev {
  display: none;
}
.arabout .huanjing .grip .swiper-button-next {
  left: 75%;
  right: auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #ff460f;
  top: 25%;
  z-index: 1;
}
.arabout .huanjing .grip .swiper-button-next:after {
  width: 57px;
  height: 22px;
  content: "";
  background: url(../images/17.png);
}
.araddress {
  padding-top: 100px;
}
.araddress .contact {
  padding: 40px 0 160px 0;
}
.arkecheng {
  background: url(../images/20.jpg) no-repeat center / cover;
  padding-bottom: 110px;
}
.arkecheng .grip {
  margin-top: 190px;
}
.arkecheng .grip .title {
  margin-top: 100px;
}
.arkecheng .grip .title .bor {
  width: 30%;
}
.arkecheng .grip .title .sub {
  font-size: 150px;
  font-family: 'mnfqt';
  color: #ff460f;
}
.arkecheng .grip .swiper-pagination {
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.arkecheng .grip .swiper-pagination .swiper-pagination-current {
  font-size: 50px;
  color: #ff460f;
}
.arkecheng .grip .swiper-container {
  padding-bottom: 100px;
}
.arkecheng .grip .item {
  position: relative;
}
.arkecheng .grip .item .img {
  width: 100%;
  height: 500px;
}
.arkecheng .grip .item .con {
  width: 40%;
  position: absolute;
  left: 10%;
  bottom: -15%;
  background: #ff460f;
  height: auto;
}
.arhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.arhead .name {
  font-size: 50px;
}
.arhead .footmenu {
  display: flex;
  align-items: center;
  margin-left: 20%;
}
.arhead .footmenu .icon {
  margin-left: 30px;
  font-size: 30px;
  cursor: pointer;
}
.arhead .contact {
  display: flex;
  align-items: center;
}
.arhead .contact .icon {
  margin-left: 30px;
}
.arfooter {
  background: #ff460f;
  padding: 30px 0;
}
.arfooter .wp {
  display: flex;
  justify-content: space-between;
}
#menu {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 41px;
  width: 100%;
  z-index: 99999;
}
#menu li {
  width: 25%;
  height: 25%;
  transition: all 0.3s ease 0s;
  margin: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
#menu li:hover {
  background-color: rgba(255, 255, 255, 0.123);
  animation: mymove 2s infinite;
  /*Safari 和 Chrome:*/
  -webkit-animation: mymove 2s infinite;
}
#menu a {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'mnfqt';
}
#menu .menu-exit {
  position: fixed;
  z-index: 99;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  padding: 100px 20px;
}
#menu.shows {
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: auto;
  right: 0px;
  background: rgba(0, 0, 0, 0.899);
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.678)), color-stop(100%, rgba(0, 0, 0, 0.988)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.89) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
  transform: rotate(15deg);
}
#menu.shows li {
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}
#menu.shows .bubble {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #1e2438;
  color: #1e2438;
  box-shadow: 10em 0 0 0.01em, 20em 0 0 0.01em, 30em 0 0 0.01em, 40em 0 0 0.01em, 12em 0 0 0.01em, 17em 0 0 0.01em, 25em 0 0 0.01em, 37em 0 0 0.01em, -10em 0 0 0.01em, -20em 0 0 0.01em, -30em 0 0 0.01em, -40em 0 0 0.01em, -12em 0 0 0.01em, -17em 0 0 0.01em, -25em 0 0 0.01em, -37em 0 0 0.01em, 10em -0.1em 0 0.01em, 20em -0.2em 0 0.01em, 30em -0.3em 0 0.01em, 40em -0.1em 0 0.01em, 17em -0.3em 0 0.01em, 17em -0.2em 0 0.01em, 25em -0.1em 0 0.01em, 37em -0.2em 0 0.01em, -11em -0.5em 0 0.01em, -20em -0.3em 0 0.01em, -30em -0.2em 0 0.01em, -40em -0.1em 0 0.01em, -15em -0.2em 0 0.01em, -17em -0.3em 0 0.01em, -25em -0.4em 0 0.01em, -37em -0.2em 0 0.01em, -11em 0 0 0.01em, 10.6em 0 0 0.01em, 12.5em 0 0 0.01em, 13.6em 0 0 0.01em, -5em 0 0 0.01em, -6em 0 0 0.01em, -7.4em 0 0 0.01em, -9.2em 0 0 0.01em, 5em 0 0 0.01em, 6em 0 0 0.01em, 7.4em 0 0 0.01em, 9.2em 0 0 0.01em, 1em 0 0 0.01em, 2em 0.1em 0 0.01em, 4em 0.2em 0 0.01em, 3.2em 0.5em 0 0.01em, -1em 0.5em 0 0.01em, -2em 0.3em 0 0.01em, -4em 0.1em 0 0.01em, -3.2em 0.2em 0 0.01em;
  border-radius: 50%;
}
#menu.shows.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
  transform: rotate(0deg);
}
#menu.shows.active .bubble {
  animation: 2s bubble-up infinite;
}
@keyframes bubble-up {
  100% {
    box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
    bottom: 200px;
    opacity: 0;
  }
}
@keyframes mymove {
  from {
    background-color: rgba(255, 70, 15, 0.123);
  }
  to {
    background-color: #ff460f;
  }
}
/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
  from {
    background-color: rgba(255, 255, 255, 0.123);
  }
  to {
    background-color: #4598cc;
  }
}
.arfaculty {
  background: url(../images/23.jpg) no-repeat center / cover;
  padding-bottom: 40px;
}
.arfaculty .grip .item {
  padding: 300px 0 100px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.arfaculty .grip .item .img {
  width: 690px;
  height: 690px;
  border-radius: 50%;
  background: #ff460f;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.arfaculty .grip .item .img .zhicheng {
  position: absolute;
  top: 100px;
  right: -10px;
  font-size: 36px;
}
.arfaculty .grip .item .title {
  position: absolute;
  top: 300px;
  left: 0px;
  font-size: 36px;
  color: #ff460f;
}
.arfaculty .grip .item .subtitle {
  position: absolute;
  top: 350px;
  left: 0px;
  font-size: 100px;
  font-family: 'mnfqt';
  margin-top: 30px;
}
.arfaculty .grip .item .bor {
  position: absolute;
  top: 500px;
  left: 0px;
  border-top: 1px solid #ff460f;
  width: 200px;
}
.arfaculty .grip .item .desc {
  width: 500px;
  max-width: 80%;
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.arfaculty .grip .swiper-button-prev {
  display: none;
}
.arfaculty .grip .swiper-button-next {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #ff460f;
  top: 45%;
  z-index: 999;
}
.arfaculty .grip .swiper-button-next:after {
  width: 130px;
  height: 27px;
  content: "";
  background: url(../images/24.png);
}
.arfaculty .grip .swiper-pagination {
  color: #fff;
  text-align: left;
  font-size: 20px;
  bottom: 200px;
}
.arfaculty .grip .swiper-pagination .swiper-pagination-current {
  font-size: 50px;
  color: #ff460f;
}
.arfaculty .xypj {
  margin-top: 100px;
}
.arfaculty .xypj .title .dd1 {
  font-size: 48px;
  color: #ff460f;
  font-weight: bold;
  font-family: 'mnfqt';
}
.arfaculty .xypj .xylist .swiper-container {
  padding: 100px 0;
}
.arfaculty .xypj .xylist .item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.arfaculty .xypj .xylist .item:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: #004aba;
  border-radius: 50%;
}
.arfaculty .xypj .xylist .item .img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.arfaculty .xypj .xylist .item .name {
  font-size: 22px;
  font-weight: bold;
  color: #ff460f;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  font-family: 'mnfqt';
}
.arfaculty .xypj .xylist .item .desc .padding {
  padding: 10px 20px;
}
.arfaculty .xypj .xylist .item .desc .t {
  color: #004aba;
  font-size: 30px;
  line-height: 1;
}
.arfaculty .xypj .xylist .item .desc .txts {
  padding: 10px 20px;
}
.arfaculty .xypj .xylist .item:nth-child(2n) {
  margin-top: 80px;
}
.arfaculty .xypj .xylist .item:nth-child(3n) {
  margin-top: 20px;
}
.arfaculty .xypj .xylist .item:nth-child(4n) {
  margin-top: 40px;
}
.arfaculty .xypj .xylist .item:nth-child(5n) {
  margin-top: 60px;
}
.arjcsp {
  background: url(../images/26.jpg) no-repeat center / cover;
}
.arjcsp .grip {
  padding-top: 200px;
  height: 906px;
}
.arjcsp .grip .video {
  background: #000;
  height: 100%;
  width: 100%;
}
.arjcsp .grip .xl12 {
  height: 100%;
}
.arjcsp .grip .nametxt {
  padding: 20px;
  background: #ff460f;
  position: absolute;
  bottom: 0px;
  right: -60px;
  min-width: 120px;
}
.arjcsp .grip .nametxt #txt {
  padding-right: 60px;
}
.arjcsp .grip .nametxt .swiper-pagination {
  color: #fff;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  padding-right: 10px;
}
.arjcsp .grip .nametxt .swiper-pagination .swiper-pagination-current {
  font-size: 50px;
  color: #fff;
}
.arjcsp .grip .zpzs {
  padding-left: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
}
.arjcsp .grip .zpzs .title {
  width: 100%;
}
.arjcsp .grip .zpzs .title .dd1 {
  font-size: 48px;
  font-family: 'mnfqt';
  color: #ff460f;
}
.arjcsp .grip .zpzs .desctxt {
  width: 100%;
  padding-right: 20%;
}
.arjcsp .grip .zpzs .item {
  cursor: pointer;
}
.arjcsp .grip .zpzs .item .img {
  width: 100%;
  height: 254px;
}
.arjcsp .grip .zpzs .item .img .back {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.567);
}
.arjcsp .grip .zpzs .item .img .back iframe {
  width: 100%;
  height: 100%;
}
.arjcsp .grip .zpzs .item .img .back .data-video {
  display: none;
}
.arjcsp .grip .zpzs .item .img .back:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/27.png) no-repeat center;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}
.arjcsp .grip .zpzs .item.cur .img .back {
  background: none;
}
.arcontact {
  min-height: 100vh;
  background: url(../images/28.jpg) no-repeat center / cover;
}
.olt-title {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
}
.olt-title .dd1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: 360px;
}
.olt-title .dd1 em {
  font-size: 30px;
}
.olt-title .dd2 {
  width: calc(100% - 400px);
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/31.png) no-repeat left;
  margin-top: 5px;
}
.olt-swiper {
  background: #002baa;
  margin-top: 45px;
  position: relative;
  padding: 0px 110px;
}
.olt-swiper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  height: 168px;
}
.olt-swiper .item:hover {
  background: rgba(255, 70, 15, 0.3);
}
.olt-swiper .item.cur {
  background: #ff460f;
}
.olt-swiper .item .dd2 {
  margin: 10px 0;
  font-size: 24px;
}
.olt-swiper .swiper-button-next:after,
.olt-swiper .swiper-button-prev:after {
  content: '';
}
.olt-swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: url(../images/32.png) no-repeat center !important;
  margin-top: -35px;
  right: 20px;
}
.olt-swiper .swiper-button-prev {
  width: 70px;
  height: 70px;
  background: url(../images/33.png) no-repeat center !important;
  margin-top: -35px;
  left: 20px;
}
.olt-couresGrid {
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}
.olt-couresGrid .navol-cata {
  width: 190px;
}
.navol-cata > .item {
  margin-bottom: 30px;
}
.navol-cata > .item .la-select {
  display: none;
}
.navol-cata > .item.cur .la-select {
  display: block;
}
.navol-cata .la i {
  display: block;
  width: 14px;
  height: 11px;
  background: url(/app/static/images/xia.png) no-repeat center / cover;
}
.navol-cata .la.cur {
  background: #ff460f;
  color: #ffffff;
  border: 2px solid #ff460f;
}
.navol-cata a {
  display: block;
  text-align: center;
  border: 2px solid #fff;
  padding: 10px 0;
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}
.navol-cata a:hover {
  background: rgba(255, 70, 15, 0.3);
}
.navol-cata a.cur {
  color: #ff460f;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.navol-cata.list {
  padding-bottom: 80px;
}
.navol-cata.list .item {
  margin: 0 15px;
  padding: 6px 54px;
  font-size: 20px;
}
.margin-large-top-xl {
  margin-top: 55px;
}
.gridTable {
  width: calc(100% - 250px);
  overflow-y: auto;
}
.gridTable .tables {
  width: 900px;
}
.gridTable.wid-sub {
  width: 100%;
}
.gridTable.wid-sub .tables {
  width: 1200px;
}
.gridTable .tr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.gridTable .tr.trtop {
  background: none;
  margin-bottom: 0px;
}
.gridTable .tr.trtop .td {
  padding: 0 0 35px 0;
}
.gridTable .tr {
  background: #002baa;
}
.gridTable .tr > .td {
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 16.66%;
}
.gridTable .tr > .td span {
  color: #ff460f;
}
.gridTable .tr > .td.img img {
  margin-left: 20px;
  height: 80px;
  width: 120px;
  object-fit: cover;
}
.gridTable .tr > .td .btn {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  display: block;
  text-align: center;
  line-height: 40px;
  background: #ff460f;
  color: #fff;
}
.only-grid {
  padding-bottom: 130px;
  margin-top: 70px;
}
.only-grid .item {
  width: calc(50% - 10px);
  height: 320px;
  position: relative;
}
.only-grid .item:nth-child(3n) .text-con {
  font-size: 26px;
}
.only-grid .item .text-con {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #000000;
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transition: all 0.3s ease 0s;
}
.only-grid .item:hover .text-con {
  opacity: 1;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.only-grid .cleft {
  width: calc(100% - 390px);
}
.only-grid .cleft .item:nth-child(1),
.only-grid .cleft .item:nth-child(2) {
  margin-bottom: 20px;
}
.only-grid .cright {
  margin-left: 20px;
  background: url(/app/static/images/dave-love.png) no-repeat center / cover;
}
.only-grid .cright.item {
  height: 660px;
}
.only-grid .cright a {
  display: block;
  width: 100%;
  height: 100%;
}
.only-grid .cright .button {
  padding: 8px 36px;
  border-radius: 30px;
}
.button-big {
  padding: 8px 50px;
}
.logopage {
  padding-top: 30%;
  padding-bottom: 10%;
  width: 330px;
  height: 100%;
}
.logopage label {
  margin-right: 20px;
  width: 45px;
  text-align: justify;
  vertical-align: top;
}
.logopage label::after {
  display: inline-block;
  width: 100%;
  content: '';
  height: 0;
}
.logopage .input:focus {
  border: 1px solid #002baa !important;
}
.logonav > div {
  cursor: pointer;
}
.logonav .cur {
  border-bottom: 3px solid #ff460f;
  color: #ff460f;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.grid.ring-col-3 > div {
  width: 33.33333%;
}
.grid.ring-col-2 > div {
  width: 50%;
}
.grid.img-list .img {
  width: 100%;
  height: 220px;
}
.img-block .video-img {
  height: 350px;
}
.img-block .video-img .icon {
  width: 90px;
  height: 90px;
  background: url(../images/36.png) no-repeat center;
  background-size: contain;
}
.zu-pay-back {
  width: 190px;
  height: 300px;
  background: url(/app/static/images/dave-love-1.png) no-repeat center / cover;
}
.text-block-desc > div {
  background: #002baa;
}
.text-block-desc > div:nth-child(1) {
  border-right: 1px solid #3355bb;
}
.avatar-block .img {
  width: 135px;
  height: 170px;
}
.text-block-bg {
  background: #ff460f;
}
.text-price em {
  font-size: 30px;
}
.text-large-xl {
  font-size: 36px;
}
.bg-blue {
  background: #002baa !important;
  border: 1px solid #002baa !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.basis-xs {
  flex-basis: 20%;
}
.basis-sm {
  flex-basis: 40%;
}
.basis-df {
  flex-basis: 50%;
}
.basis-lg {
  flex-basis: 60%;
}
.basis-xl {
  flex-basis: 80%;
}
.flex-sub {
  flex: 1;
}
.flex-twice {
  flex: 2;
}
.flex-treble {
  flex: 3;
}
.flex-direction {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: flex-center;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.align-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.padding-large-xl {
  padding: 50px;
}
.layer-itemcontent.about {
  width: 60% !important;
}
.bg-orange {
  background: #ff460f;
  border: 1px solid #ff460f;
  color: #fff;
}
.bg-orange:hover {
  background: #ff460f !important;
}
.condetails .title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 30px 20px 10px 20px;
}
.payhod {
  /*width: 700px;*/
  max-width: 100%;
  margin: 0px auto;
  padding-top: 88px;
  padding-bottom: 220px;
}
.payhod .item {
  margin-bottom: 40px;
}
.payhod .item .title {
  width: 150px;
  font-size: 26px;
}
.payhod .item label {
  font-size: 18px;
  margin-left: 20px;
}
.payhod .item label.duo {
  margin-left: 60px;
}
.input-check {
  line-height: 2;
}
.input-check > label {
  display: block;
  position: relative;
}
.input-check > label > input[type="radio"],
.input-check > label > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  appearance: none;
  outline: 0;
  width: 0;
  height: 0;
}
.input-check > label > input[type="radio"] + i,
.input-check > label > input[type="checkbox"] + i {
  position: relative;
  top: 0.15rem;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 100%;
  margin-right: 10px;
}
.input-check > label > input[type="checkbox"] + i {
  border-radius: 0.125rem;
}
.input-check > label > input:checked + i {
  background-color: #ff460f;
  box-shadow: 0px 0px 12px 5px #ff460f;
  border-color: transparent;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.input-check > label > input:checked + i::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 2px;
  left: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.input-check > input[disabled] + i {
  opacity: 0.5;
}
@media (max-width: 700px) {
  .grid.ring-col-3 > div{
    width: 50%;
  }
  .hyphone {
    display: block;
  }
  .gridTable.wid-sub .tables {
    width: 100%;
  }
  .user_box {
    background-color: white;
    width: 100%;
    height: 300px;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 10%;
  }
  .user_box_a {
    display: flex;
    height: 10%;
    margin-bottom: 5%;
  }
  .user_box_b {
    width: 30%;
    text-align: right;
    font-size: 18px;
  }
  .user_box_c {
    width: 50%;
    border: 1px solid #d2d2d2;
  }
  .user_box_c {
    width: 50%;
    text-align: center;
  }
  .user_box_h1 {
    text-align: center;
    padding-top: 25px;
    color: #002baa;
  }
  .user_box_cont {
    padding-top: 5px;
    width: 80%;
  }
  .user_box_up {
    width: 20%;
    margin: auto;
    padding-top: 5px;
  }
}
@media (min-width: 1600px) {
  .yc_two{
    display: none;
  }
  .yc_twos{
    display: block;
  }
  .user_box {
    background-color: white;
    width: 30%;
    height: 370px;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 10%;
  }
  .user_box_a {
    display: flex;
    height: 10%;
    margin-bottom: 5%;
  }
  .user_box_b {
    width: 30%;
    text-align: right;
    font-size: 18px;
  }
  .user_box_c {
    width: 50%;
    border: 1px solid #d2d2d2;
  }
  .user_box_c {
    width: 50%;
    text-align: center;
  }
  .user_box_h1 {
    text-align: center;
    padding-top: 25px;
    color: #002baa;
  }
  .user_box_cont {
    padding-top: 5px;
    width: 80%;
  }
  .user_box_up {
    width: 20%;
    margin: auto;
    padding-top: 5px;
  }
  .la-select a {
    width: 80%;
    margin: auto;
  }
  .only-grid .item .text-con {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(0, 0);
    -moz-transform-origin: center center;
    -moz-transform: scale(0, 0);
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  .sheader .navbar-body .nav li {
    padding: 44px 6px;
  }
}
@media (max-width: 1400px) {
  .sfooter .foocon {
    padding-bottom: 100px;
  }
  .sfooter .foocon .ecaba {
    display: none;
  }
  .sfooter .navmenu .footmenu {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .arfaculty .grip .item {
    padding: 300px 0 60px 0;
  }
  .arfaculty .xypj {
    margin-top: 60px;
  }
  .arfaculty .xypj .xylist .swiper-container {
    padding: 60px 0;
  }
  .arkecheng {
    padding-bottom: 40px;
  }
  .arkecheng .grip {
    margin-top: 40px;
  }
  .arkecheng .grip .title {
    margin-top: 20px;
  }
  .arkecheng .grip .item .con {
    width: 80%;
  }
  #menu.shows li {
    width: 31.33%;
    margin: 5px 1%;
  }
  #menu.shows li a {
    padding: 10px 0;
  }
  .arabout .contrback {
    padding-top: 0px;
    margin-top: 20px;
  }
  .main-about {
    height: auto;
    padding-bottom: 20px;
  }
  .main-about .container .text-con {
    padding-top: 60px;
  }
  .main-about .container .flx-ty {
    right: 20px;
  }
  .main-about .container img {
    display: none;
  }
  .sheader .ssear {
    display: none;
  }
  .sheader .navbar-body .nav {
    margin-right: 10px;
  }
  .sheader .navbar-body .nav li {
    padding: 30px 0;
  }
  .bg-back1 {
    padding: 30px 0;
  }
  .bg-back1 .subtitle {
    padding: 0 30px;
  }
}

@media (max-width: 760px) {
  .zu-pay-back {
    width: 100%;
    height: auto;
    background: url(/app/static/images/dave-love-2.png) no-repeat center / cover;
  }
  .yc_two{
    display: block;
  }
  .yc_twos{
    display: none;
  }
  .olt-swiper .item{
    height:auto;
  }
  .gridTable .tr > .td {
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .gridTable .tables{
    width: 100%;
  }
  .er-select a{
    width: 20% !important;
    border: 1px solid #fff;
  }
  .olt-couresGrid{
    overflow-x: visible !important;
  }
  .gridTablegrzx .tr > .td{
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .gridTablegrzx .tr {
    display: flex;
    justify-content:flex-start !important;
    align-items: center;
    margin-bottom: 10px;
  }
  .gridTable .tr {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .yc_one{
    display: none;
  }
  .swiper-slide{
    flex-shrink:0;
    width:100% !important;
    height:100%;
    position:relative;
    transition-property:transform
  }
  .arjcsp .grip {
    padding-top: 60px;
    height: auto;
  }
  .arjcsp .grip .zpzs {
    padding: 20px 0 20px 10%;
  }
  .arjcsp .grip .zpzs .desctxt {
    padding-bottom: 20px;
  }
  .arjcsp .grip .xl12 {
    height: auto;
  }
  .arjcsp .grip .nametxt {
    right: 0;
  }
  .arkecheng .grip .item .con {
    left: 20%;
  }
  .arkecheng .grip .title .sub {
    font-size: 60px;
  }
  .layer-itemcontent {
    width: 100% !important;
  }
  .arfaculty .grip .item {
    padding: 200px 0 100px 0;
  }
  .arfaculty .grip .item .img .zhicheng {
    font-size: 20px;
    right: 0;
  }
  .arfaculty .grip .item .subtitle {
    font-size: 30px;
  }
  .arfaculty .grip .item .desc {
    right: 0;
    bottom: 0;
  }
  .arabout .huanjing .grip {
    padding-right: 0px;
  }
  .arabout .main-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .araddress {
    padding-top: 20px;
  }
  .araddress .contact {
    padding: 40px 0 60px 0;
  }
  .arptitle {
    display: block;
    padding-top: 40px;
  }
  .sheader {
    padding: 0px;
  }
  .sheader .navbar {
    position: relative;
  }
  .sheader .navbar-head {
    padding: 10px 0px;
  }
  .sheader .navbar-head img {
    height: 55px;
  }
  .sheader .ssear {
    margin-top: 20px;
  }
  .sheader .ssear .snavbar-form {
    border-top: none;
    width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
  .sheader .navbar-body {
    z-index: 99;
    background: #004aba;
    width: 256px;
    position: absolute;
    top: 80px;
    right: 0px;
    border-radius: 5px;
    box-shadow: -5px 9px 5px rgba(0, 0, 0, 0.123);
  }
  .sheader .navbar-body .nav {
    width: 100%;
  }
  .sheader .navbar-body .nav li {
    padding: 10px 0px 10px 0px;
  }
  .sheader .navbar-body .nav li a:hover {
    background: none;
  }
  .main-about {
    padding-bottom: 100px;
    height: auto;
  }
  .main-about .container .text-con .title {
    font-size: 30px;
  }
  .bg-back1 .zygrip {
    height: 400px;
  }
  .bg-back1 .zygrip .item .con .dd1 {
    font-size: 16px;
  }
  .bg-back1 .zygrip .item .con .dd2 {
    height: 65px;
    overflow: hidden;
  }
  .steacher .title .img img {
    display: none;
  }
  .steacher .title .more {
    height: auto;
    width: auto;
    padding: 10px;
    top: auto;
    right: 10px;
  }
  .steacher .title .name {
    font-size: 30px;
  }
  .steacher .szjsgrip {
    display: block;
  }
  .steacher .szjsgrip .item {
    width: 98%;
  }
  .steacher .szjsgrip .item .name {
    font-size: 18px;
  }
  .steacher .szjsgrip .item:nth-child(2) .img img {
    margin-top: 0;
  }
  .steacher .szjsgrip .item:nth-child(3) .img img {
    margin-top: 0;
  }
  .sfooter .navmenu {
    padding: 20px 0;
  }
  .sfooter .navmenu .contact,
  .sfooter .navmenu .footmenu {
    display: none;
  }
  .sfooter .navmenu .name {
    font-size: 24px;
  }
  .sfooter .foocon {
    display: block;
    padding-top: 30px;
  }
  .sfooter .foocon .fxbottom {
    background: none;
    width: 100%;
    padding-bottom: 0;
  }
  .sfooter .foocon .foot-form {
    width: auto;
    margin-left: 0;
  }
  .sfooter .foocon .foot-form .tr {
    display: block;
  }
  .sfooter .foocon .foot-form .tr .td {
    margin: 0 0 10px 0;
  }
  .sfooter .foocon .foot-form .text-tr .td {
    margin: 0;
  }
  .bg-back1 {
    padding: 30px 0;
  }
  .bg-back1 .subtitle {
    padding: 0 30px;
  }
  .bg-back1 .zygrip {
    height: 200px;
  }
  .bg-back1 .zygrip .item .con {
    display: none;
  }
  .bg-back2 {
    padding: 30px 0;
  }
  .bg-back2 .kcgrip {
    margin-top: 40px;
  }
  .bg-back2 .kcgrip .item {
    width: 100%;
  }
  .bg-back2 .kcgrip .item .dd2 {
    height: 96px;
    overflow: hidden;
  }
  .only-grid,
  .olt-couresGrid {
    display: block;
  }
  .only-grid .cleft,
  .olt-couresGrid .cleft,
  .only-grid .navol-cata,
  .olt-couresGrid .navol-cata {
    width: 100%;
  }
  .only-grid .cright.item,
  .olt-couresGrid .cright.item {
    height: 600px;
  }
  .only-grid .cright,
  .olt-couresGrid .cright,
  .only-grid .gridTable,
  .olt-couresGrid .gridTable {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .navol-cata {
    display: flex;
    flex-wrap: wrap;
  }
  .navol-cata a {
    margin: 5px 0.5%;
    width: 32.33%;
  }
  .navol-cata.list .item {
    margin: 5px 0.5%;
    padding: 6px 10px;
  }
  .grid.img-list .img {
    height: 180px;
  }
  .grid.ring-col-2 > div {
    width: 100%;
  }
  .olt-title {
    display: block;
  }
  .olt-title .dd1 {
    width: 100%;
    text-align: left;
  }
  .olt-title .dd2 {
    width: 100%;
  }
  #pdis {
    display: none;
  }
  .grid.sm\:ring-col-2 > div {
    width: 50%;
  }
  .navol-cata a {
    font-size: 14px;
  }
  .only-grid .item {
    height: 180px;
  }
  .olt-couresGrid {
    display: block;
    overflow-x: auto;
  }
  .navol-cata.lamodel {
    display: block;
  }
  .navol-cata.lamodel > .item .la-select {
    display: flex;
  }
}
/*# sourceMappingURL=default.css.map */