@charset "utf-8";

.header_box_li {
  padding-left: 0;
}

/* common */
/* .header_box_li #header::before {
  background: #264395;
  height: 1.4rem;
  display: none;
}

.header_box_li #header {
  background: #264395;
} */

.ban {
  position: relative;
  padding-top: .78rem;
}

.ban .imged {
  padding-bottom: 25%;
}

/* .ban .imged::after {
  width: 100%;
  height: 50%;
  background: url(../images/banshad.png) no-repeat;
  background-size: 100% 100%;
} */

.ban .wp {
  justify-content: space-between;
  align-items: center;
}

.ban .h3 {
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 8;
  width: 100%;
  padding-bottom: 0;
}

.ban .h3::before {
  z-index: -1;
  width: 100%;
  height: 0.76rem;
  background: #F5F8FF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}


.ban h3 {
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.5;
  font-family: sy;
  width: 3rem;
  height: .76rem;
}

.ban .ban-r {
  width: calc(100% - 3rem);
  height: 0.76rem;
  align-items: center;
  justify-content: space-between;
}

.ban h3::after {
  width: 0.65rem;
  height: 0.77rem;
  background: url(../images/lmbg.png) no-repeat;
  background-size: 100% 100%;
  left: -0.25rem;
  bottom: .2rem;
}

.ban h3::before {
  content: "";
  position: absolute;
  width: auto;
  height: 1.1rem;
  background: #264395;
  border-radius: 0 0.3rem 0 0;
  right: 0;
  left: -50vw;
  z-index: -1;
  bottom: 0;
}

.adress a,
.adress {
  font-size: 0.16rem;
  color: #626E7B;
}

.adress {
  line-height: 0.3rem;
  justify-content: flex-end;
  height: 0.5rem;
  align-items: center;
}

.adress a {
  transition: .5s;
}

.adress p {
  background: url(../images/home.png) no-repeat left center;
  background-size: 0.28rem;
  padding-left: 0.32rem;
}

.ejlm_pc {
  /* width: 100%; */
  z-index: 100;
  padding-left: .2rem;
  display: flex;
}

.ejlm_pc ul {
  align-items: center;
}

.ejlm_pc ul li {
  height: 100%;
  padding: 0 0.12rem 0 0;
  position: relative;
font-weight: bold;
}
.ejlm_pc ul li dd a{
  font-weight: bold;
}

.ejlm_pc ul li>a {
  color: #333;
  transition: 0.5s;
  font-size: .20rem;
  min-height: 0.76rem;
  display: block;
  line-height: 0.76rem;
  border-bottom: 0.03rem solid rgba(0, 0, 0, 0);
}

.ejlm_pc .sub {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  min-width: 2.2rem;
  padding: .1rem 0;
}

.ejlm_pc ul li:hover .sub {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}
.ejlm_pc ul li:hover .sub dd{
    position: relative;
}
.ejlm_pc ul li:hover .sub dd a {
    position: relative;
}
.ejlm_pc ul li:hover .sub dd a i{
    position: absolute;
    right: 0;
    top: 25%;
    background: url(../images/arrow_down.svg) center no-repeat;
    width: .2rem;
    height: .2rem;
    display: block;
    /* background: #cc0000; */
    background-size: 70%;
    transform: rotate(-90deg) translateY(-50%);
}
.ejlm_pc ul li:hover .sub dd:hover ul{ display:block}
.ejlm_pc ul li:hover .sub dd .havsub{
}
.ejlm_pc ul li:hover .sub dd ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 2rem;
    background: #fff !important;!i;!;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    display: none;
}
.ejlm_pc ul li:hover .sub dd ul li{
    padding: 0;
}
.ejlm_pc .sub a {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #333;
  display: block;
  text-align: center;
  padding-left: 0;
}

.ejlm_pc .sub a:hover {
  background: #264395;
  color: #fff;
}

.ejlm_pc ul li.active>a,
.ejlm_pc ul li:hover>a {
  color: #264395;
  font-weight: bold;
  border-bottom: 0.03rem solid #264395;
}



/* 手机内页二级导航 */
.wrap_ph {
  margin-top: 0.3rem;
  display: none;
}

.wrap_ph h2 {
  width: 100%;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #264395;
}

.wrap_ph h2::after {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/cd.svg) no-repeat right center/cover;
  left: auto;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.wrap_ph ul {
  padding: 0.1rem 0.2rem 0.2rem;
  display: none;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
  font-size: 0.18rem;
  line-height: 0.34rem;
  font-family: hel-bold;
}
.wrap_ph li h3{position:relative}
.wrap_ph li a {
  transition: 0.5s;
  display: block;
  color: #333;
}

.wrap_ph {
  display: none;
}

.wrap_ph li.active a {
  color: #264395;
}

.wrap_ph i {
  opacity: 1;
  display: inline-block;
  width: .34rem;
  height: .3rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  transition: 0.5s;
}

.wrap_ph i.on {
  transform: rotate(-90deg);
}

.wrap_ph .box {
  display: none;
  padding-left: 0.25rem;
}

.wrap_ph .box a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666 !important;
  display: block;
}

.wrap_ph .box a:hover {
  color: #264395;
}

.inner {
  padding: 0.7rem 0 .75rem;
  position: relative;

  background-size: 100%;
}

/* 学院新闻 */
.newlist li {
  margin-bottom: 0.3rem;
}

.newlist li * {
  transition: 0.5s;
}

.newlist li a {
  padding: 0.2rem;
  align-items: center;
  height: 2.05rem;
  border-radius: 0rem 0.3rem 0rem 0.3rem;
  background: #F2F5F9;
}

.newlist li a::after {
  left: 0;
  background: #fff;
  height: auto;
  bottom: 0.05rem;
  top: 0;
  box-shadow: 0px 0px 14px 0px rgba(23, 88, 190, 0.5);
  border-radius: 0px 0.3rem 0rem 0.3rem;
  opacity: 0;
  width: 100%;
}

.newlist li .scale {
  width: 2.3rem;
}

.newlist li .con {
  width: calc(100% - 3.5rem);
  padding: 0 .35rem;
}

.newlist li .date {
  width: 1.2rem;
  text-align: center;
  white-space: nowrap;
  padding-left: 0.4rem;
  border-left: 1px solid #BFD4F4;
}

.newlist li span {
  font-size: 0.3rem;
  color: #1758BE;
  display: block;
  font-weight: bold;
}

.newlist li p {
  font-size: 0.18rem;
  color: #9B9B9B;
  margin-top: 0.1rem;
}

.newlist li h3 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  padding-bottom: 0.15rem;
}

.newlist li h4 {
  font-size: 0.16rem;
  color: #888;
  line-height: .28rem;
  max-height: 0.56rem;
  margin: .2rem 0 0;
}

.newlist li h3::after {
  width: 0.38rem;
  height: 0.03rem;
  background: #1758BE;
}


@media(min-width: 1024px) {
  .newlist li a:hover::after {
    opacity: 1;
  }

  .newlist li a:hover {
    background: #1758BE;
  }

  .newlist li a:hover h3,
  .newlist li a:hover p {
    color: #3568CB;
  }

  .newlist li a:hover h3 {
    font-weight: bold;
  }
}

@media screen and (max-width: 1200px) {
  .ban {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .newlist li .scale {
    width: 2rem;
    margin-bottom: .2rem;
  }

  .newlist li .date {
    width: 1rem;
    padding-left: 0.2rem;
  }

  .newlist li .con {
    width: calc(100% - 3rem);
    padding: 0 .2rem;
  }

  .newlist li span {
    font-size: .24rem;
  }
}

@media screen and (max-width: 420px) {
  .newlist li .scale {
    width: 100%;
  }

  .newlist li .con {
    width: calc(100% - 1rem);

  }

  .newlist li a {
    height: initial;
  }
}

.page {
  margin: 0.4rem 0 0;
}

.page img {
  margin: 0 auto;
  display: block;
}

/* 通知公告 */
.tzgg ul {
  padding: 0.25rem 0.7rem;
  margin-bottom: 0.5rem;
}

.tzgg ul::after {
  box-shadow: 0px -5px 0.22rem 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  width: auto;
  left: -0.4rem;
  right: -0.4rem;
}

.tzgg li {
  width: 100%;
}

.tzgg li a {
  align-items: center;

  height: 1rem;
}

.tzgg li * {
  transition: 0.5s;
}

.tzgg li:last-child a {
  background: none;
}

.tzgg li a::after {
  height: 1px;
  background: #3568CB;
  bottom: -1px;
}

.tzgg li .date {
  width: .9rem;
}

.tzgg li .con {
  width: calc(100% - .9rem);
  padding-left: 0.3rem;
}

.tzgg li .date span {
  display: block;
  color: #264395;
  font-size: 0.28rem;
  font-family: Arial;
  line-height: 1.1;
text-align: center;
}

.tzgg li .date p {
  font-size: 0.18rem;
  color: #ccc;
  margin-top: 0.1rem;
  font-family: Arial;
text-align: center;
}

.tzgg li h3 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}

.tzgg li h4 {
  font-size: 0.14rem;
  color: #ccc;
  line-height: 0.3rem;
}




@media(min-width: 1024px) {

  .tzgg li a:hover h3,
  .tzgg li a:hover h4 {
    color: #264395;
  }

  .tzgg li a:hover::after {
    width: 100%;
  }

  .tzgg li a:hover {
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .tzgg ul {
    padding: 0.25rem 0.25rem;
    margin-bottom: 0.2rem;
  }

  .tzgg ul::after {
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .tzgg li {
    width: 100%;
    margin-bottom: 0rem;
  }

  .tzgg li a {
    height: auto;
    padding: .2rem;
  }

  .tzgg li h3 {
    margin-bottom: 0.1rem;
  }
}

/* 师资列表 */
.xrld ul {
  justify-content: space-between;
}

.xrld li {
  width: 47%;
  margin-bottom: .6rem;
}

.xrld li a {
  align-items: center;
  background: #fff;
}

.xrld li .scale {
  width: 1.7rem;
  padding: 0rem;
  border: 1px solid #C09F73;
}

.xrld li .con {
  width: calc(100% - 1.7rem);
  padding: .15rem 0 0 .3rem;
}

.xrld li h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.32rem;
  padding-left: .1rem;
  border-left: 0.04rem solid #333;
  transition: 0.5s;
}

.xrld li h4 {
  margin: .15rem 0 0.2rem;
}

.xrld li h4 span {
  display: inline-block;
  background: #264395;
  padding: 0.1rem 0.2rem;
  color: #fff;
  font-size: 0.16rem;
}

.xrld li p {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.6rem\0;
  transition: 0.5s;
}

.xrld li .imged {
  padding-bottom: 130%;
}

@media(min-width: 1024px) {
  .xrld li a:hover::after {
    height: 100%;
  }

  .xrld li a:hover h3,
  .xrld li a:hover p {
    color: #264395;
  }

  .xrld li a:hover h3 {
    border-left: 0.04rem solid #264395;
  }
}

@media screen and (max-width: 1024px) {
  .xrld li {
    width: 49%;
    margin-bottom: .3rem;
  }
}

@media screen and (max-width: 768px) {
  .xrld li {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .xrld li .scale {
    width: 1.5rem;
  }

  .xrld li .con {
    width: calc(100% - 1.5rem);
    padding: 0rem 0 0 .2rem;
  }
}


/*  内容页*/
.article .tit {
  font-size: 0.36rem;
  color: #000;
  line-height: 1.4;
  margin: 0rem 0 .3rem;
  font-weight: bold;
  text-align: center;
}

.article .conttime {
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
}

.article .conttime span {
  font-size: 0.14rem;
  color: #333;
  padding: 0 0.3rem 0 0;
}

.article .cont p {
  text-indent: 2em;
}

.cont p {
  font-size: 0.18rem !important;
  color: #666 !important;
  line-height: 0.34rem !important;
  text-align: justify;
  margin-bottom: .25rem;
}

.cont p span {
  font-size: 0.18rem !important;
  color: #666 !important;
  line-height: 0.34rem !important;
}

.cont p img,
.cont p video {
  height: auto !important;
  margin: 0 auto;
}


.new_miew {
  border-top: 1px solid #c9c9c9;
  padding: 0.2rem 0rem 0rem;
  margin-top: 0.5rem;
  /* background: #fff; */
}

.new_miew p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.05rem;
  padding-left: .15rem;
}

.new_miew p a {
  transition: 0.5s;
}

.new_miew p:hover a {
  color: #264395;
}

.new_miew p::after {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #264395;
  bottom: auto;
  top: .13rem;
}

@media(max-width: 1024px) {
  .new_miew {
    margin-top: .3rem;
  }

  .cont p {
    margin-bottom: .1rem;
  }

  .article .tit {
    font-size: .28rem;
  }
}

/* 简介页 */
.gk .cont p {
  text-indent: 2em;
  margin-bottom: .3rem;
}

.gk .fl01 {
  margin-bottom: .1rem;
  align-items: flex-start;
}

.gk .fl01 .left {
  width: 40%;
  padding: 0 0 .2rem .2rem;
}

.gk .fl01 .right {
  width: 60%;
  padding-left: .4rem;
}

.gk .fl01 .left::after {
  width: auto;
  height: auto;
  right: .2rem;
  top: .3rem;
  background: #264395;
}

.gk .fl01 .left img {
  width: 100%;
}

@media(max-width: 768px) {
  .gk .fl01 .left {
    width: 100%;
    padding: 0 0 .2rem .2rem;
  }

  .gk .fl01 .right {
    width: 100%;
    padding-left: 0rem;
    margin-top: .3rem;
  }

  .gk .cont p {
    text-indent: 2em;
    margin-bottom: .1rem;
  }
}



/* 校园风光 */
.xyfg ul {
  margin: 0 -0.09rem;
}

.xyfg li {
  width: 33.3%;
  padding: 0 0.09rem;
  margin-bottom: 0.5rem;
}

.xyfg li a {
  display: block;
  position: relative;
  z-index: 1;
}

.xyfg li h3 {
  font-size: 0.2rem;
  color: #111;
  line-height: 1.3;
  text-align: center;
  transition: 0.5s;
  padding: .2rem 0 0.28rem;
  font-weight: bold;
  border-bottom: 0.02rem solid #264395;
}

.xyfg li .scale .imged {
  padding-bottom: 70%;
}


@media(min-width: 1025px) {
  .xyfg li a:hover h3 {
    color: #264395;
  }
}

@media(max-width: 1024px) {
  .xyfg .vde {
    margin-bottom: 0.3rem;
  }

  .xyfg ul {
    margin: 0 -0.1rem;
  }

  .xyfg li {
    padding: 0 0.1rem;
    margin-bottom: 0.3rem;
  }

  .xyfg li a::after {
    left: 0;
    right: 0;
  }
}

@media(max-width: 768px) {
  .xyfg li {
    width: 50%;
  }
}

/* 通知 */
.newlist1 ul.list {
  margin-top: .1rem;
}

.newlist1 ul.list li a {
  align-items: center;
  line-height: 1.6;
  justify-content: space-between;
  padding: .25rem 0;
  border-bottom: 1px dashed #d2d2d2;
}

.newlist1 ul.list li a::after {
  width: 0;
  height: 1px;
  background: #AF201E;
}

.newlist1 ul.list h3 {
  width: calc(100% - 1.1rem);
  font-size: 0.18rem;
  color: #000;
  padding: 0 .2rem 0 0rem;
  transition: 0.5s;
  position: relative;
}

.newlist1 ul.list li span {
  width: 1.1rem;
  text-align: right;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #666;
}

/* .newlist1 ul.list li h3::after{width: 0.04rem;height: 0.04rem;background:#333;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;border-radius: 50%;} */
@media screen and (min-width: 1025px) {
  .newlist1 ul.list li a:hover h3 {
    color: #AF201E;
  }

  .newlist1 ul.list li a:hover::after {
    width: 100%;
  }

  .newlist1 ul.list li a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

/* 组织机构 */
.zzjg {
  padding: .2rem 0;
}

.zzjg ul {
  margin: 0 -0.3rem;
}

.zzjg li {
  width: 33.33%;
  margin-bottom: .4rem;
  padding: 0 0.3rem;
}

.zzjg li a {
  display: flex;
  height: 0.65rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid #ccc;
}

.zzjg li a::after {
  
}

.zzjg li h3 {
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  line-height: 1.3;
  width: calc(100% - 0.65rem);
  padding: 0 0.1rem;
  transition: 0.5s;
}

.zzjg li span {
  width: 0.65rem;
  height: 100%;
  border-left: 1px solid #ccc;

  background-size: 0.16rem 0.16rem !important;
  transition: 0.5s;
  display: block;
}

@media(min-width: 1025px) {
  .zzjg li a:hover h3 {
    color: #FFD59E;
  }

  .zzjg li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .zzjg li a:hover::after {
    width: 100%;
  }

  .zzjg li a:hover span {

    border-left: 1px solid #FFD59E;
  }
}

@media(max-width: 1024px) {
  .zzjg ul {
    margin: 0 -0.1rem;
  }

  .zzjg li {
    width: 33.33%;
    margin-bottom: .3rem;
    padding: 0 0.1rem;
  }
}

@media(max-width: 768px) {
  .zzjg li {
    width: 50%;
  }

  .zzjg li h3 {
    font-size: 0.18rem;
  }
}

@media(max-width:420px) {
  .zzjg li {
    width: 100%;
  }
}

/* 机构设置 */
.jgsz .jg-li {
  margin-bottom: 0.4rem;
  padding-left: 0.05rem;
}

.jgsz .jg-li::after {
  border-radius: 0rem 0.4rem 0rem 0.4rem;
  background: #264395;
  width: 85%;
  left: 0rem;
  top: 0rem;
  height: 1.55rem;
}

.jgsz h3 {
  width: 100%;
  height: 0.67rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
}

.jgsz h3 span {
  color: #264395;
  padding-left: 0.15rem;
  border-left: 0.05rem solid #FFC062;
}

.jgsz h3::after {
  width: 90%;
  border-radius: 0px 40px 0px 0px;
  background: #F5F8FF;
}

.jgsz ul {
  padding: 0.25rem 0;
  border: 1px solid #CEDBE8;
  background: #fff;
}

.jgsz li {
  width: 20%;
  padding: 0 0.25rem;
  margin-bottom: 0.1rem;
}

.jgsz li a {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.34rem;
  transition: 0.5s;
  display: inline-block;
  padding: 0 0rem 0 0.2rem;
  width: 100%;
}

.jgsz li a::after {
  width: 0.05rem;
  height: 0.05rem;
  background: #264395;
  border-radius: 50%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.jgsz .jg-li2 li {
  width: 33.3%;
}



@media(min-width: 1025px) {
  .jgsz li a:hover {
    color: #264395;
    font-weight: 700
  }
}

@media(max-width: 1024px) {
  .jgsz li {
    width: 25%;
    padding: 0 0.1rem;
  }
}

@media(max-width: 768px) {
  .jgsz li {
    width: 33.3%;
  }

  .jgsz .jg-li2 li {
    width: 50%;
  }

}

@media(max-width: 456px) {
  .jgsz li {
    width: 50%;
  }

  .jgsz .jg-li2 li {
    width: 100%;
  }
}




/* 翻页 */
.j_pages {
  margin: 0rem auto 0 auto;
  text-align: center;
  padding-top: .2rem;
}

.j_pages .box {
  display: inherit;
  width: 100%;
  padding: 0;
  font-size: 0;
}

.j_pages a {
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  background: #fff;
  margin: 0 0.03rem;
  color: #919191;
  font-size: 0.14rem;
  box-sizing: border-box;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0.04rem;
  border: 1px solid #dadbdd;
  margin-bottom: .15rem;
}

.j_pages a font {
  padding: 0 0.1rem
}

.j_pages .on {
  background: #264395;
  color: #fff;
}

.j_pages a:hover {
  background: #264395;
  color: #fff !important;
}

.j_pages span {
  color: #919191;
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  font-size: 0.14rem;
}

.j_pages input {
  color: #919191;
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  font-size: 0.14rem;
  background: #f6f6f6;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.6s;
}

.j_pages input[type="text"] {
  width: 0.4rem;
  padding: 0;
  text-align: center
}

.j_pages input[type="submit"]:hover {
  background: #264395;
  color: #fff
}

.j_pages .qd {
  background: #264395;
  color: #fff;
  border-radius: 0.05rem;
  height: 0.3rem;
  line-height: 0.3rem;
}

@keyframes round_animate {
  to {
    transform: rotate(1turn);
  }
}

/* 三级导航 */
.san-nav {
  width: 100%;
  background: #fff;
  margin-bottom: .3rem;
  display: none;
}

.san-nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.san-nav li {
  /* height: 0.8rem; */
  display: flex;
  align-items: flex-end;
  padding: 0 .3rem;
}

.san-nav a {
  display: inline-block;
  /* margin: 0 0.4rem; */
  font-size: 0.16rem;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  height: 0.5rem;
}

.san-nav a::after {
  height: 0.02rem;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%
}

.san-nav a.on::after {
  background: #264395;
}

.san-nav a:hover,
.san-nav a.on {
  color: #264395;
}



@media screen and (max-width: 1200px) {
  .ban .h3 {
    position: relative;
    display: none;
  }

  .wrap_ph {
    display: block;
    /* background: #e2effa; */
  }
}

@media screen and (max-width: 1024px) {

  .inner_left,
  .inner_right .lm_top .adress {
    display: none;
  }

  .inner_right {
    width: 100%;
    padding-left: 0;
  }

  .inner {
    min-height: 6rem;
    padding: .3rem 0;
  }

  .page {
    margin: .25rem 0 0;
  }

  .local {
    display: none;
  }

  .san-nav {
    display: block;
  }

  .ban .h3 h3 {
    font-size: 0.26rem;
  }

  .ban .wp {
    padding: 0.2rem 15px;
  }

  .ban .h3::after {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 420px) {

  .inner {
    min-height: 6rem;
  }

  .ban .adress {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

.pb_sys_common {
  line-height: 40px !important;
}

.cont table tr td p {
  text-indent: 0px !important;
}

.cont video {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
}