@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#000;font-weight: 400;}


a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #541b86;text-decoration: none;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s;margin: 0;padding: 0;max-width:100%;}
.cont{width: 1560px;margin: 0 auto;max-width: 90%;}

/*banner*/
.in-banner{width: 100%;overflow: hidden;height:calc(100vh - 100px);position: relative;margin-top: 100px;}
.in-banner .mySwiper{width: 100%;height: 100%;}
.in-banner .mySwiper .swiper-slide{width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.in-banner .mySwiper a{display: block;width: 100%;height: 100%;}
.in-banner .mySwiper .swiper-button-next,.in-banner .mySwiper .swiper-button-prev{border-radius:50%;border:1px solid #fff;width:50px;height:50px;text-align:center;line-height:50px;}
.in-banner .mySwiper .swiper-button-next{right:3vw;}
.in-banner .mySwiper .swiper-button-prev{left:3vw;}
.in-banner .mySwiper .swiper-button-prev:after,.in-banner .mySwiper .swiper-button-next:after{color:#fff;font-size:18px;}
.banner-box{height: 100%;display: flex;justify-content: left;align-items: center;width: 1560px;margin: 0 auto;max-width: 90%;}
.banner-box .text{}
.banner-box .text h2{font-size: 48px;font-weight:bold;color: #fff;margin: 0 0 60px;}
.banner-box .text p{font-size: 16px;color: #fff;line-height: 30px;width: 580px;}
.banner-btn{width: 100%;height: 36px;text-align: center;position: absolute;bottom:5vw;left: 0;z-index: 9;}
.banner-btn img{
  cursor: pointer;
  width: auto;
  height: 36px;
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  margin: 0 auto;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/*banner-end*/

/*index*/
.in-title{text-align: center;padding:90px 0 70px;}
.in-title h2{font-size:48px;color: #000;margin: 0 0 20px;font-weight: bold;}
.in-title span{display: block;width: 40px;height: 4px;background: #541b86;border-radius: 30px;margin: 0 auto;}

.in-kecheng .mySwiper3{width: 1560px;margin: 0 auto;max-width: 90%;background: #fcfcfc;border-radius: 50px;overflow: hidden;}
.kecheng-btn{display: flex;justify-content: center;align-items: center;width: 100%;padding:25px 0;transition: all 0.5s;border-radius: 50px;overflow:hidden;cursor: pointer;}
.kecheng-btn figure{width: 22px;margin-right: 10px;}
.kecheng-btn figure img{width: 100%;}
.kecheng-btn h3{margin: 0;font-size: 18px;transition: all 0.5s;}
.kecheng-btn:hover,.swiper-slide-thumb-active .kecheng-btn{background: #541b86;color: #fff;}
.kecheng-btn:hover h3,.swiper-slide-thumb-active .kecheng-btn h3{color: #fff;}
.kecheng-btn:hover figure img,.swiper-slide-thumb-active .kecheng-btn figure img{filter: brightness(0) invert(1);}
.in-kecheng{width: 1800px;margin: 0 auto;max-width: 90%;}
.in-kecheng .mySwiper2{margin-top: 50px;padding-bottom:30px;padding-top:30px;}
.in-kecheng .mySwiper2 .kecheng-box{width: 100%;position: relative;height:610px;}
.in-kecheng .mySwiper2 .kecheng-img{width: 54%;position: absolute;bottom: 0;left: 0;z-index: 9;height:100%;}
.in-kecheng .mySwiper2 .kecheng-img img{width: 100%;height: 100%;object-fit: cover;}
.in-kecheng .mySwiper2 .kecheng-text{border-radius:10px 300px 300px 10px;background: #fff;box-shadow: 0 0 30px rgba(84,27,134,0.1);width:57%;bottom: 0px;right: 4vw;position: absolute;height: 98%;display: flex;justify-content: right;align-items: center;overflow: hidden;}
.in-kecheng .mySwiper2 .kecheng-text figure{bottom: 0;right: 0;position: absolute;}
.kecheng-cont{width: 62%;padding-right: 3vw;}
.kecheng-cont h3{margin: 0;font-size: 24px;}
.kecheng-cont span{display: block;background: #541b86;height: 4px;width:30px;margin:20px 0 35px;border-radius: 30px;}
.kecheng-cont p{font-size: 16px;color: #666;line-height: 30px;text-align: justify;}
.kecheng-cont a{width: 160px;height: 50px;background: #541b86;text-align: center;color: #fff;font-size: 16px;line-height: 50px;border: 1px solid #541b86;border-radius: 30px;display: block;margin-top: 60px;}
.kecheng-cont a:hover{background: #fff;color: #541b86;}
.in-kecheng .mySwiper2 .swiper-button-next,.in-kecheng .mySwiper2 .swiper-button-prev{display:none;}
.in-kecheng .mySwiper2 .swiper-pagination{display:none;}

.fuwu-bj{width: 100%;margin-top: 80px;background: url(../images/index_13.png) no-repeat center;padding-bottom: 120px;}
.fuwu-box{width: 100%;position: relative;height: 460px;}
.fuwu-box .fuwu-arrow{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width:100%;height:327px;}
.fuwu-box .fuwu-arrow img{width: 100%;}
.fuwu-box ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 9;
    position: absolute;
    top: 39px;
    width: 90%;
}
.fuwu-box ul .fuwu-li{width:240px;background: url(../images/index_25.png) no-repeat bottom;height: 176px;}
.fuwu-box ul .fuwu-li h3{width: 100%;height: 80px;display: flex;justify-content: center;align-items: center;font-size: 24px;font-weight: bold;border-radius:50px;background: #fff;color: #541b86;box-shadow: 0 0 30px rgba(84, 27, 134, 0.1);transition: all 0.5s;}
.fuwu-box ul .li1{background: url(../images/index_24.png) no-repeat bottom;}
.fuwu-box ul .li1 h3{background: #f08200;color: #fff;}
.fuwu-box ul .fuwu-li .fuwu-div{width: 100%;text-align: center;padding-top: 15px;}
.fuwu-box ul .fuwu-li .fuwu-div p{font-size: 16px;color: #541b86;line-height: 25px;padding: 0 15px;}
.fuwu-box ul.ul2{top: auto;bottom:-32px;justify-content: right;}
.fuwu-box ul.ul2 .fuwu-li{margin-left: 4vw;}
.fuwu-box ul .fuwu-li h3:hover{background: #f08200;color: #fff;}

.faculty{}
.faculty .mySwiper4{}
.faculty .mySwiper4 .swiper-pagination{display: none;}
.faculty .mySwiper4 .swiper-slide{position: relative;overflow: hidden;}
.faculty .mySwiper4 .swiper-slide a{display: block;width: 100%;border-radius: 10px;overflow: hidden;position: relative;}
.faculty .mySwiper4 .swiper-slide a figure{width: 100%;overflow: hidden;height: 500px;}
.faculty .mySwiper4 .swiper-slide a figure img{width: 100%;height: 100%;object-fit: cover;}
.faculty .mySwiper4 .swiper-slide a:hover figure img{transform: scale(1.05);}
.faculty-text{width:70%;position: absolute;left: 0;bottom: 0;padding: 0 2vw 3vw;z-index: 2;}
.faculty-text h3{font-size: 24px;color: #fff;font-weight: bold;margin: 0;}
.faculty-text span{display: block;width: 40px;height: 4px;background: #fff;border-radius: 30px;margin: 20px 0;}
.faculty-text p{font-size: 16px;color: #fff;line-height:25px;overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.faculty .mySwiper4 .swiper-slide a::after{content: "";position: absolute;bottom:0;left: 0;width: 100%;  height:200px;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.faculty .mySwiper4 .swiper-slide a:hover::after{background: linear-gradient(to top, rgba(84, 27, 134, 1), transparent);}

.in-news{width: 100%;background: #fbfbfb;margin-top: 80px;padding-bottom: 80px;}
.in-news .mySwiper5{}
.in-news .mySwiper5 .swiper-pagination{display: none;}
.in-news .mySwiper5 .swiper-slide a{display: block;width: 100%;background: #fff;border-radius: 10px;overflow: hidden;}
.in-news .mySwiper5 .swiper-slide a figure{width: 100%;height: auto;border-radius: 10px;overflow: hidden;height: 285px;display: flex;justify-content: center;align-items: center;}
.in-news .mySwiper5 .swiper-slide a figure img{width: 100%;height: 100%;object-fit: cover;}
.in-news-text{padding: 20px 20px 50px;text-align: left;}
.in-news-text time{font-size: 16px;color: #666;}
.in-news-text h3{font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 20px 0;}
.in-news-text p{font-size: 16px;color: #666;line-height: 28px;overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.in-news .mySwiper5 .swiper-slide a:hover figure img{transform: scale(1.05);}
.in-news-a a{
  display: block;
  margin: 50px auto 0;
  width: 160px;
  height: 50px;
  background: #541b86;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #541b86;
  border-radius: 30px;
}
.in-news-a a:hover{background: #fff;color: #541b86;}

.in-message{width: 100%;background: #202020;padding: 90px 0 0;}
.in-message .title{}
.in-message .title h2{font-size: 36px;font-weight: bold;color: #fff;margin: 0;}
.in-message .title p{font-size: 24px;color: #fff;margin: 25px 0;}
.in-message .title a{color: #fff;}
.in-message .title a:hover{color: #541b86;}
.in-message-box{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 80px;}

.in-message-l{width: 35%; color: #333;}
.in-message-l .title h3{font-size: 24px;color: #fff;}
.in-message-l .title p{font-size: 18px;margin: 20px 0; color: #fff;}
.in-message-form{}
.in-message-form form{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.in-message-form .form-item{width: 48%;margin:5px 0;overflow: hidden;}
.in-message-form .form-item input,.in-message-form .form-item select{width: 100%;background: #fff;border-radius: 30px;height: 55px;border:none;font-size: 16px;color: #666;text-indent: 1em;}
.in-message-form .form-item-select{background: #fff;border-radius: 30px;}
.in-message-form .form-item select{
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-indent: 0;
}
.in-message-form .form-phone{width: 100%;display:flex;justify-content:space-between;align-items:center;position: relative;}
.in-message-form .form-phone input{width:100%;}
.in-message-form .form-sms-code{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-message-form .form-sms-code input{width:calc(100% - 160px);}
.in-message-form .form-sms-code .btn-get-sms{width:130px;height:55px;border-radius:55px;background:#541b86;text-align:center;color:#fff;line-height:55px;cursor:pointer;display:block;}
/* 新增：倒计时禁用样式 */
.in-message-form .form-phone .btn-get-sms.disabled{background: #b3a2c4;cursor: not-allowed;}
.in-message-form .form-cap{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-message-form .form-cap input{width: calc(100% - 160px);line-height: 55px;}
.in-message-form .form-cap .cap-img{width: 130px;padding-right: 5px;}
#canvas{display: inline-block;border-radius:30px;cursor: pointer;width: 100%;height: 55px;background: #ffffff;}
.in-message-form .form-button{width: 100%;margin-bottom: 0;}
.in-message-form .form-button button{background: #541b86;text-align: center;color: #fff;font-size:20px;line-height: 55px;border: 1px solid #541b86;border-radius: 30px;display: block;width: 100%;transition: all 0.5s;cursor: pointer;}
.in-message-form .form-button button:hover{background: #fff;color: #541b86;}
.error-tip{
    position: absolute;
    color: #f56c6c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    top: 14px;
    text-indent: 1em;
    right: 15px;
}

.in-message-r{width:60%;border-radius: 10px;padding: 10px 5px;background: #fff;display: flex;justify-content: space-between;align-items: center;}
.in-message-img,.in-message-lx{width:50%;}
.in-message-img{display: flex;justify-content: space-between;align-items: center;}
.in-message-img .img-1{width: 45%;padding: 0 10px;position:relative;height:350px;display:flex;align-items:center;overflow:hidden;border-radius:10px;background-size: 100% 100%;}
.in-message-text{height:200px;}
.in-message-text h3{font-size: 30px;color: #f08200;font-weight: bold;margin: 0;margin-bottom:25px;}
.in-message-text p{font-size:18px;font-weight:bold;color:#fff;}
.in-message-text span{color:#fff;font-size:16px;margin-top:10px;display:block;}
.in-message-img .img-1 figure{width: 100%;border-radius: 10px;overflow: hidden;height: 350px;}
.in-message-img .img-1 figure img{width: 100%;height: 100%;object-fit: cover;}
.in-message-img .img-1:hover figure img{transform: scale(1.05);}
.in-message-lx{background-repeat: no-repeat;height: 350px;background-size: cover;background-position: center right;border-radius: 10px;overflow: hidden;display: flex;align-items: center;margin-left: 7px;}
.in-message-content{padding-left: 50px;}
.in-message-content h3{font-size: 30px;color: #f08200;font-weight: bold;margin: 0;}
.in-message-content .text{margin-top: 25px;color: #fff;}
.in-message-content .text h4{font-size: 18px;font-weight: bold;margin: 0 0 10px;}
.in-message-content .text a{color: #fff;font-size: 16px;}
.in-message-content .text a:hover{color: #f08200;}
.in-message .cont{border-bottom: 1px solid #666;padding-bottom:90px;}

/*footer*/
.footer{background:#202020;padding-top:90px;padding-bottom:90px;}
.foot-ul{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-ul li{}
.foot-ul li h3{font-size: 18px;color: #fff;font-weight: bold;margin: 0 0 25px;}
.foot-ul li a{color: #fff;display: block;font-size: 14px;line-height: 30px;}
.foot-ul li a:hover{color: #f08200;}
.foot-ewm-div{display: flex;justify-content: right;align-items: flex-start;}
.foot-ewm-div .foot-ewm{margin-left: 20px;text-align: center;}
.foot-ewm-div .foot-ewm:nth-child(1){margin-left: 0;}
.foot-ewm-div .foot-ewm figure{width: 80px;}
.foot-ewm-div .foot-ewm figure img{width:100%;border-radius: 5px;height: 80px;}
.foot-ewm-div .foot-ewm figure:hover img{transform: scale(1.5);}
.foot-ewm-div .foot-ewm p{font-size: 16px;color: #fff;margin-top: 10px;}

.foot-bottom{border-bottom: 1px solid #666;border-top: 1px solid #666;margin-top: 80px;padding: 25px 0;display: flex;justify-content: space-between;align-items: center;}
.foot-bottom-r{width: 330px;border-left: 1px solid #666;text-align: center;padding: 35px 0;}
.foot-bottom-r img{width: auto;height: 50px;margin:0 auto;}
.foot-bottom-l{text-align: left;}
.foot-bottom-l p{font-size: 14px;color: #fff;margin-right:40px;}
.foot-bottom-p{display: flex;justify-content: left;margin-bottom: 20px;}
.foot-bottom-p a{color: #fff;}
.foot-bottom-p:last-child{margin-bottom: 0;}
.foot-bottom-p a:hover{color: #f08200;}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
}
.license-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.close-btn:hover {
  background: #541b86;color: #fff;
}

/*内页*/
/*banner*/
.ny-banner{width: 100%;height:500px;margin-top: 100px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.ny-banner-text{width: 100%;height: 100%;display: flex;justify-content: left;align-items: center;}
.ny-banner-text .h2 h2{font-size: 48px;font-weight: bold;color: #fff;}
.ny-banner-text .h2 span{display: block;width: 40px;height: 4px;background: #fff;border-radius: 30px;margin: 20px 0 30px;}
.ny-banner-text .text p{font-size: 16px;color: #fff;padding-left: 30px;background: url(../images/news_02.png) no-repeat left 3px;margin-top: 20px;}

/*新闻*/
.news-ul{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;margin: 80px 0;}
.news-ul li{}
.news-ul li a{width: 100%;height: 320px;border-radius: 10px;overflow: hidden;position: relative;display: block;}
.news-ul li figure{width: 100%;height: 100%;overflow: hidden;}
.news-ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.news-ul li .title{width: 100%;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.news-ul li .title h3{font-size: 30px;color: #fff;font-weight: bold;}
.news-ul li:hover figure img{transform: scale(1.05);}
.news-list{}
.news-list li{border-radius: 10px;overflow: hidden;background: #f5f6fa;padding: 40px 35px;}
.news-list li:nth-child(2n){background: #fff;}
.news-list li a{display: flex;justify-content: space-between;align-items: center;line-height: 30px;}
.news-list li a h3{font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 100px);}
.news-list li a time{font-size: 16px;color: #541b86;display: block;width: 100px;text-align: right;}

/*新闻详情*/
.news-title{width:1250px;max-width: 100%;}
.news-title h3{font-size: 36px;font-weight: bold;line-height: 55px;margin-top:110px;}
.news-title span{width: 40px;height: 4px;background: #541b86;border-radius: 30px;margin: 20px 0;display: block;}
.news-share{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #f0f0f0;padding-bottom: 40px;}
.news-share time{font-size: 16px;color: #541b86;}
.news-share .share{width: 125px;display: flex;justify-content: right;align-items: center;font-size: 16px;}
.news-share .share .social-share .icon-wechat{background: #3fd700;width: 40px;height: 40px;border-radius:15px;line-height: 40px;}
.news-share .share .social-share .icon-weibo{}
.news-share .share .social-share .icon-wechat:before{color: #fff;font-size: 25px;}
.news-share .share .social-share .icon-wechat:hover:before{color: #3fd700;}
.news-share .share .social-share .icon-wechat:hover{background: #fff;border: 1px solid #3fd700;}
.news-intr{width: 100%;background: #fafafa;border-radius: 10px;margin: 40px 0;}
.news-intr p{font-size: 16px;text-align: justify;color: #666;line-height: 30px;padding:40px;}
.news-box p{font-size: 16px;text-align: justify;color: #666;line-height: 30px;}
.news-box img{max-width: 100%;border-radius: 10px;}
.news-pagin{width: 100%;border-top: 1px solid #f0f0f0;margin-top: 50px;padding-top:30px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;color: #666;}
.news-pagin a{color: #666;}
.news-pagin div{width: 45%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-pagin div span{}
.news-pagin .news-pagin-next{text-align: right;}
.news-pagin a:hover{color: #541b86;}
.news-btn a{display: block;width: 135px;height: 50px;border-radius: 30px;background: #541b86;border: 1px solid #541b86;text-align: center;color: #fff;font-size: 16px;line-height: 50px;margin: 50px auto 80px;}
.news-btn a:hover{background: #fff;color: #541b86;}
.news-cont img{max-width: 100%;}

/*分页*/
.page-bar{display: flex;justify-content: center;align-items: center;margin: 80px 0;}
.page-bar span a{display: inline-block;border: 1px solid #999;text-align: center;height: 32px;width: 32px;line-height: 32px;color: #999;font-size: 16px;margin: 0 5px;border-radius:5px;}
.page-bar .pre a,.page-bar .next a{width: 90px;}
.page-bar span a:hover,.page-bar span a.active{background: #541b86;color: #fff;border: 1px solid #541b86;}

/*业务*/
.ny-banner-yw .ny-banner-text .text{width: 600px;max-width: 100%;}
.ny-banner-yw .ny-banner-text .text p{background: none;padding: 0;line-height: 30px;}

.ny-title{text-align: center;padding: 80px 0 60px;}
.ny-title h3{font-size: 36px;font-weight: bold;margin: 0 0 20px;}
.ny-title span{display: block;margin: 0 auto;width: 40px;height: 4px;background: #541b86;border-radius: 30px;}
.ny-title p{margin-top:15px;font-size:16px;}
.personality{display: flex;justify-content: space-between;align-items: center;border-radius: 10px;overflow: hidden;background: #fff;box-shadow: 0 0 50px rgba(84, 27, 134, 0.05);position: relative;}
.personality figure{width: 50%;height:550px;overflow: hidden;}
.personality figure img{width: 100%;height: 100%;object-fit: cover;}
.personality figure:hover img{transform: scale(1.03);}
.personality-r{width: 43%;padding: 0 50px;}
.personality-img{position: absolute;bottom: 0;right: 30px;z-index: -1;}
.personality-r .ny-title{text-align: left;padding: 0 0 40px;}
.personality-r .ny-title h3{font-size: 24px;transition: all 0.5s;}
.personality-r .ny-title span{margin: 0;}
.personality-r:hover .ny-title h3{color: #541b86;}
.personality-r .text p{font-size: 16px;color: #666;line-height: 30px;text-align: justify;}
.full-time{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;}
.full-time li a{display: block;width: 100%;height: 320px;border-radius: 10px;overflow: hidden;position: relative;}
.full-time li a figure{width: 100%;height: 100%;}
.full-time li a figure img{width: 100%;height: 100%;object-fit: cover;}
.full-time li a .full-time-div{position: absolute;width: 100%;left: 0;bottom: 25px;}
.full-time li a .full-time-div h3{font-size: 24px;color: #fff;font-weight: bold;padding: 0 30px 20px;}
.full-time li a .full-time-div p{color: #fff;padding: 0 30px;font-size: 16px;text-align: justify;line-height: 25px;height: 65px;}
.full-time li a:hover figure img{transform: scale(1.03);}
.art-bj{width: 100%;background: #f8f8f8;margin-top: 80px;padding-bottom: 80px;}
.art-ul{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;}
.art-ul li{background: #fff;}
.art-ul li a{display: block;border-radius: 10px;overflow: hidden;padding-bottom: 70px;transition: all 0.5s;}
.art-ul li a:hover{transform: translateY(-5px);}
.art-ul li a .art-num{width: 100%;height: 135px;position: relative;}
.art-ul li a .art-num h3{position: absolute;bottom: 25px;left: 30px;color: #fff;font-size: 24px;font-weight: bold;}
.art-ul li a .art-num figure{position: absolute;top: 0;right: 30px;}
.art-ul li:nth-child(1) .art-num,.art-ul li:nth-child(1) .art-text span{background: #541b86;}
.art-ul li:nth-child(2) .art-num,.art-ul li:nth-child(2) .art-text span{background: #f08200;}
.art-ul li:nth-child(3) .art-num,.art-ul li:nth-child(3) .art-text span{background: #97c629;}
.art-ul li:nth-child(4) .art-num,.art-ul li:nth-child(4) .art-text span{background: #eec31f;}
.art-text{padding: 0 15px 0 30px;}
.art-text h4{font-size: 18px;margin: 40px 0 20px;color: #000;}
.art-text span{display: block;width:30px;height: 4px;border-radius: 30px;margin-bottom: 30px;}
.art-text p{font-size: 16px;color: #666;line-height: 25px;text-align: justify;}
.exam-ul{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;}
.exam-ul li a{position: relative;width: 100%;height: 180px;border-radius: 10px;overflow: hidden;display:block;box-shadow: 0 0 30px rgba(84, 27, 134, 0.05);}
.exam-ul li figure{width: 100%;height: 100%;}
.exam-ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.exam-ul li .exam-div{position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);}
.exam-ul li .exam-div h3{font-size: 24px;font-weight: bold;color: #fff;margin: 0;}
.exam-ul li .exam-div span{display: block;width:30px;height: 4px;border-radius: 30px;margin:20px auto;background: #fff;}
.exam-ul li .exam-div p{font-size: 16px;color: #fff;padding: 0 4vw;line-height: 25px;height: 45px;}
.exam-ul li:hover figure img{transform: scale(1.05);}
.module-ul{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;margin:60px 0 80px;}
.module-ul li{border-radius: 10px;overflow: hidden;display:block;box-shadow: 0 0 30px rgba(84, 27, 134, 0.05);background: #fff;padding: 0 30px 40px;}
.module-ul li a{}
.module-ul li .ny-title{padding: 40px 0 35px;text-align: left;}
.module-ul li .ny-title h3{font-size: 18px;font-weight: 400;margin-bottom: 20px;}
.module-ul li .ny-title span{margin: 0 0;width: 30px;}
.module-ul li .text p{font-size: 16px;color: #666;}
.module-ul li a:hover{transform: translateY(-5px);}
.explore-bj{width: 100%;background: #f8f8f8;padding-bottom: 80px;}
.content-box{width: 100%;display: flex;justify-content: space-between;align-items: center;border-radius: 10px;overflow: hidden;box-shadow: 0 0 20px rgba(84, 27, 134, 0.05);position: relative;}
.content-box .content-img{position: absolute;right: 30px;bottom: 0px;z-index: -1;}
.content-box figure{width: 50%;overflow: hidden;height: 670px;}
.content-box figure img{width: 100%;height: 100%;object-fit: cover;}
.content-box figure:hover img{transform: scale(1.03);}
.content-text{width: 43%;padding: 0 50px;}
.content-text .ny-title{text-align: left;padding: 0 0 40px;}
.content-text .ny-title h3{font-size: 24px;}
.content-text .ny-title span{margin: 0;}
.content-text .ny-title p{font-style: italic;font-size: 20px;color: #541b86;margin-top: 20px;font-weight: bold;}
.content-text .text p{text-align: justify;font-size: 16px;color: #666;line-height: 25px;}
.content-text .text b{color: #000;}
.content-text .advantage{margin-top:30px;}
.content-text .advantage p{font-size: 16px;color: #000;background: url(../images/yw_24.png) no-repeat left 3px;padding-left: 25px;margin-top: 15px;}
.content-text .summary{margin-top: 30px;}
.content-text .summary p{font-size: 18px;font-weight: bold;color: #541b86;text-align: justify;line-height: 30px;}
.volunteer .content-box figure{order: 2;height: 550px;}
.volunteer .content-box .content-img{position: absolute;left:40%;bottom: 0px;z-index: -1;right: auto;transform: translateX(-40%);}
.core-box .ny-title{text-align: left;padding: 60px 0;}
.core-box .ny-title h3{font-size: 24px;}
.core-box .ny-title span{width: 30px;margin: 0;}
.core-ul{display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 30px;}
.core-ul li a{width: 100%;display: block;height: 160px;border-radius: 10px;overflow: hidden;position: relative;}
.core-ul li figure{width: 100%;height: 100%;}
.core-ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.core-ul li:hover figure img{transform: scale(1.03);}
.core-ul li p{width: 93%;text-align: center;position: absolute;top: 50%;transform: translateY(-50%);font-size: 20px;font-weight: bold;color: #fff;left: 0;padding: 0 10px;}
.core-ul2{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;margin: 60px 0 80px;}
.core-ul2 li a{display: block;width: 100%;border-radius: 10px;box-shadow: 0 0 30px rgba(84, 27, 134, 0.05);
text-align: center;padding:45px 0;}
.core-ul2 li a figure{width: 70px;margin: 0 auto;background: #fff;height: 70px;border-radius: 50%;overflow: hidden;}
.core-ul2 li a figure img{width: 100%;}
.core-ul2 li a span{display: block;width: 30px;height: 4px;border-radius: 30px;background: #541b86;margin: 20px auto;}
.core-ul2 li a h3{font-size: 18px;}
.core-ul2 li a:hover{transform: translateY(-5px);}

/*联系我们*/
.contact-lxfs{display: flex;justify-content: space-between;align-items: stretch;margin: 100px 0;}
.contact-lxfs .contact-l,.contact-lxfs .contact-r{width: 48%;display: flex;flex-direction: column;}
.contact-lxfs .contact .ny-title{text-align: left;padding: 50px 0 30px;}
.contact-lxfs .contact .ny-title h3{font-size: 30px;font-weight: 400;}
.contact-lxfs .contact .ny-title span{margin: 0;width: 30px;}
.contact-lxfs .contact-1{border-radius: 10px;background: #fafafa;padding: 0 3vw 40px;}
.contact-lxfs .contact-1 ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.contact-lxfs .contact-hot ul li{width:100%;}
.contact-lxfs .contact-1 ul li{display: flex;justify-content: left;align-items: flex-start;margin-bottom: 30px;}
.contact-lxfs .contact-1 ul li span{display: block;width: 17px;margin-right: 10px;margin-top: 4px;}
.contact-lxfs .contact-1 ul li span img{width: 100%;}
.contact-lxfs .contact-1 ul li a{font-size: 16px;}
.contact-lxfs .contact-2{margin-top: 25px;padding-bottom:0px;}
.contact-lxfs .contact-2 ul li{width: 100%;}
.contact-lxfs .contact-box{display:flex;justify-content:space-between;align-items:self-start;padding:50px 0;}
.contact-lxfs .contact-list{display:block;padding:15px 0;}
.contact-lxfs .contact-list .ny-title{text-align: left;padding: 0px 0 30px;} 
.contact-lxfs .contact-list .ny-title span{margin: 0;width: 30px;}
.contact-lxfs .contact-list ul{display:block;}
.contact-lxfs .contact-list:nth-child(1){border-right:1px solid #eee;padding-right:2vw;}

.contact-lxfs .contact-2 .contact-ul ul li:last-child{margin-bottom:0px;}
.contact-lxfs .contact-2 .contact-ul .ul1{border-right: 1px solid #eee;padding-right: 2vw;}
.contact-lxfs .contact-r{border-radius: 10px;overflow: hidden;background: url(../images/contact_05.jpg) no-repeat center;background-size: cover;}
.contact-lxfs .contact-r .contact-1{background: none;padding-bottom: 10px;}
.contact-form{padding:0px 4vw;}
.contact-form .in-message-l{width: 100%;}
.contact-form .in-message-l form .form-sms-code{width:100%;}
.contact-form .in-message-form .form-sms-code .btn-get-sms{height: 45px;line-height: 45px;margin-left:10px;border-radius:10px;}
.contact-form .in-message-l form .form-sms-code input{width: calc(100% - 215px);text-indent:0px;}
.contact-form .in-message-l .form-button{justify-content: right;width:100%;}
.contact-form .in-message-l .form-button button{width:160px;height:45px;line-height:45px;}
.contact-form .error-tip {top: auto;right: 7px;bottom: 15px;}

.contact-form h3{border-top: 1px solid #e8e8e8;font-size: 24px;font-weight: bold;color: #541b86;padding-top: 40px;}
.contact-form form{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.contact-form form .form-item{width: 48%;display: flex;justify-content: space-between;margin-bottom: 20px;}
.contact-form form .form-item label{font-size: 16px;color: #000;line-height: 45px;width: 75px;}
.contact-form form .form-item input{width: calc(100% - 75px);border-radius: 10px;background: #fff;height: 45px;line-height: 45px;font-size: 14px;color: #666;border: none;padding: 0 10px;text-indent: 0px;}
.contact-form form .form-item-message{width: 100%;}
.contact-form form .form-item-message textarea{width: calc(100% - 55px);border-radius: 10px;background: #fff;height: 85px;line-height: 45px;font-size: 14px;color: #666;border: none;padding: 0 10px;font-family: "微软雅黑";}
.contact-form form .form-item-submit{width: 100%;}
.contact-form form .form-item-submit button{display: block;width: 140px;height: 50px;background: #541b86;text-align: center;color: #fff;font-size: 16px;border: none;border-radius: 30px;margin:15px auto;}
.campus-bj{width: 100%;background: url(../images/contact_06.jpg) no-repeat center;background-size: cover;display: flex;justify-content: space-between;align-items: center;padding: 60px 0 30px;}
.campus-l{width: 38%;position: relative;padding-left: 4vw;}
.campus-l figure img{width: 100%;}
.campus-l .img2{display:none;}
.campus-btn-item{position: absolute;text-align: center;}
.campus-btn-item p{font-size: 16px;margin-bottom: 5px;}
.campus-btn-item span{}
.campus-btn-item span:before,
.campus-btn-item span:after {
    background-color: rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: rangeScale 3s linear infinite;
    opacity: 0;
    z-index: 2;
    border: 1px solid #541b86;
    left: 29%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -26px;
}

.campus-btn-item span{
    width: 8px;
    height: 8px;
    position: relative;
    z-index: 3;
    background: #541b86;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    display: block;
    margin: 0 auto;
}
@keyframes rangeScale {
    from {
        opacity: 1;
        transform: scale(0.1);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
.campus-btn-1{right: 24.2%;top: 29.7%;}
.campus-btn-2{right: 20.3%;top: 49.2%;}
.campus-btn-3{right: 13%;top: 56.1%;display: flex;justify-content: right;align-items: center;}
.campus-btn-3 p{margin-left: 5px;}
.campus-btn-4{right: 20.4%;top: 58.6%;display: flex;justify-content: right;align-items: center;}
.campus-btn-4 p{margin-right: 5px;}
.campus-btn-5{right: 29%;bottom: 18.2%;}
.campus-r{width: 50%;padding-right: 4vw;}
.campus-r .ny-title{text-align: left;padding: 0 0 40px;}
.campus-r .ny-title h3{font-size: 30px;font-weight: 400;color: #541b86;}
.campus-r .ny-title span{margin: 0;width: 30px;}
/*.campus-ul{display: grid;grid-template-columns: repeat(4,1fr);grid-gap:20px;}*/
.campus-ul li{border-bottom: 1px solid #541b86;text-align: center;font-size: 18px;padding:10px 0;color: #541b86;transition: all 0.5s;display: inline;}
.campus-filter form{width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 50px;}
.campus-filter form .form-group{
  width: 44%;
  padding: 0 15px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.campus-filter form .form-group select{width: 100%;background: #fff;border-radius: 30px;padding: 0 15px;line-height: 50px;border: none;height: 50px;font-size: 18px;}
.campus-filter form .form-submit{width: 100%;text-align: right;}
.campus-filter form .form-submit button{
  display: inline-block;
  width: 140px;
  height: 50px;
  background: #541b86;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.filter-result{display: flex;justify-content: space-between;align-items: flex-start;margin: 80px 0;}
.filter-result .result-l{width: 50%;}
.filter-result .result-l img{width: 100%;}
.filter-result .result-r{width: 46%;}
.result-title h3{font-size: 30px;font-weight: bold;color: #541b86;}
.result-r ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 30px;}
.result-r ul li .ny-title{text-align: left;padding: 60px 0 20px;}
.result-r ul li .ny-title h3{font-size: 18px;color: #541b86;font-weight: 400;}
.result-r ul li .ny-title span{width: 30px;margin: 0;}
.result-r ul li p{font-size: 16px;}
.no-data{text-align: center;font-size: 18px;color: #666;}

/*关于我们*/
.about-jj{margin: 0 auto;width: 1300px;max-width: 100%;padding-top: 100px;display: flex;justify-content: space-between;align-items: self-start;}
.about-jj-l{width: 280px;overflow: hidden;}
.about-jj-l img{width: 100%;}
.about-jj-r{width: 60%;}
.about-jj-r .ny-title{text-align: left;padding: 20px 0 40px;}
.about-jj-r .ny-title span{margin: 0;}
.about-jj-r .about-text{}
.about-jj-r .about-text p{text-align: justify;font-size: 16px;color: #666;line-height:30px;}

.about-education{width:100%;background:#f5f6fa;padding-bottom: 80px;}
.education-ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.education-ul li.li1{width: 49%;margin-bottom: 30px;}
.education-ul li.li2{width: 32%;}
.education-ul li:nth-child(2) .education-div{background: linear-gradient(to top, rgba(240, 130, 0, 1), transparent);}
.education-ul li:nth-child(4) .education-div{background: linear-gradient(to top, rgba(255, 178, 13, 1), transparent);}
.education-ul li:nth-child(5) .education-div{background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);}
.education-ul li a{display: block;width: 100%;position: relative;height: 345px;overflow: hidden;border-radius: 10px;}
.education-ul li figure{width: 100%;height: 100%;overflow: hidden;}
.education-ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.education-ul li:hover figure img{transform: scale(1.05);}
.education-div{width: 100%;background: linear-gradient(to top, rgba(84, 27, 134, 1), transparent);position: absolute;left: 0;bottom: 0;padding: 50px 0;}
.education-div h3{font-size: 24px;color: #fff;padding: 0 40px 20px;}
.education-div p{padding: 0 40px;font-size: 16px;color: #fff;}

.course-pc{position:relative;background: #235975;}
.course-pc .ny-title h3{color: #fff;}
.course-pc .ny-title span{background: #fff;}
.course-img2{width:100%;}
.course-img2 img{width: 100%;}
.course{width: 100%;background: url(../images/about_08.jpg) no-repeat center;background-size: cover;display:none;}
.course .ny-title h3{color: #fff;}
.course .ny-title span{background: #fff;}
.course-cont{width: 100%;height: 740px;overflow-x: auto;position: relative;overflow-y: hidden;scrollbar-width: thin;scrollbar-color: #999 #f0f0f0;}
.course-cont::-webkit-scrollbar {height: 6px;}
.course-cont::-webkit-scrollbar-thumb {background: #999;border-radius: 4px;}
.course-cont::-webkit-scrollbar-track {background: #f0f0f0;}
.course-img{position: absolute;width: 100%;left: 0;bottom: 0;height: 456px;}
.course-img img{width: 100%;height:100%;}
.course-cont ul{width: 1800px;overflow: hidden;position: relative;height: 100%;margin: 0 auto;z-index: 5;}
.course-cont ul li{position: absolute;width: 243px;display: flex;justify-content: space-between;align-items: flex-start;color: #fff;padding-left:20px;height: 170px;}
.course-cont ul li h3{font-size: 24px;width: 70px;line-height: 35px;}
.course-cont ul li .text{width: calc(100% - 70px);}
.course-cont ul li .text p{font-size: 16px;color: #fff;line-height: 30px;text-align: justify;}
.course-cont ul li span{background: #fff;border-radius: 50%;width: 10px;height: 10px;position: absolute;bottom: 0;left: 0;}
.course-cont ul li::after{width: 3px;background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);position: absolute;height: 97%;content: "";left: 4px;top: 9px;}
.course-cont ul li:nth-child(1){left:0;height:390px;bottom:37%;width:350px;}
.course-cont ul li:nth-child(2){left:3%;height:300px;bottom:38%;width:330px;}
.course-cont ul li:nth-child(3){left: 6%;height: 140px;bottom: 38%;}
.course-cont ul li:nth-child(4){left: 10%;bottom: 19%;align-items: end;}
.course-cont ul li:nth-child(5){left: 22%;bottom:36%;}
.course-cont ul li:nth-child(6){left: 26%;bottom: 14%;align-items: end;width: 190px;}
.course-cont ul li:nth-child(7){left: 36%;bottom: 20%;align-items: end;}
.course-cont ul li:nth-child(8){left: 40%;bottom: 45%;height:400px;width: 450px;}
.course-cont ul li:nth-child(9){left: 43%;bottom: 48%;height:270px;width: 380px;}
.course-cont ul li:nth-child(10){left: 47%;bottom: 54%;height:140px;width: 300px;}
.course-cont ul li:nth-child(11){left: 54%;bottom: 11%;height:260px;width: 250px;align-items: end;}
.course-cont ul li:nth-child(11)::after{background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);height: 73%;}
.course-cont ul li:nth-child(12){left: 57%;bottom: 42%;height:95px;}
.course-cont ul li:nth-child(13){left: 70%;bottom: 10%;height:230px;width: 270px;align-items: end;}
.course-cont ul li:nth-child(13)::after{background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);height: 69%;}
.course-cont ul li:nth-child(14){left: 72%;bottom: 36%;height: 400px;width: 450px;}
.course-cont ul li:nth-child(15){left: 77%;bottom: 33%;height: 320px;width: 377px;}
.course-cont ul li:nth-child(16){left: 82%;bottom: 29%;height: 250px;width: 290px;}
.course-cont ul li:nth-child(17){right: 0;bottom: 7%;height: 200px;width: 260px;align-items: end;}
.course-cont ul li:nth-child(17) h3{margin-bottom: 116px}
.course-cont ul li:nth-child(17)::after{background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);height: 34%;}
.course-cont ul li:nth-child(4) h3,.course-cont ul li:nth-child(6) h3,.course-cont ul li:nth-child(7) h3,.course-cont ul li:nth-child(11) h3,.course-cont ul li:nth-child(13) h3{margin-bottom: 54px;}
.course-cont ul li:nth-child(4)::after,.course-cont ul li:nth-child(6)::after,.course-cont ul li:nth-child(7)::after{background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);height: 59%;}
.course-cont ul li:nth-child(4) span,.course-cont ul li:nth-child(7) span,.course-cont ul li:nth-child(6) span,.course-cont ul li:nth-child(7) span,.course-cont ul li:nth-child(11) span,.course-cont ul li:nth-child(13) span,.course-cont ul li:nth-child(17) span{top: 0;bottom: auto;}

.send{width: 100%;background: #fbfbfb;padding-bottom: 80px;}
.send-box{width: 1000px;max-width: 100%;padding: 70px 70px 0;background: #fff;border-radius: 10px;box-shadow: 0 0 30px rgba(84, 27, 134, 0.05);margin: 0 auto;}
.send-box .text{width: 100%;text-align: justify;padding-bottom: 85px;position: relative;z-index: 10;}
.send-box .text p{font-size: 16px;text-align: justify;line-height:35px;}
.send-box .img{position: absolute;width: 179px;height: 334px;bottom: 0;right: 5px;}

.comment{margin-bottom: 120px;}
.comment #certify {position: relative;width: 100%;}
.comment #certify .swiper-container {width: 1400px;margin: 0 auto;padding: 15px 0;}
.comment #certify .swiper-slide {width: 243px;overflow: hidden;border-radius: 8px;box-shadow:0 0 15px rgba(0, 0, 0, 0.1);}
.comment #certify .swiper-slide figure{}
.comment #certify .swiper-slide figure{}
.comment #certify .swiper-slide figure img{width: 100%;filter: brightness(0.6);}
.comment #certify .swiper-slide-active figure img{filter: brightness(1)}
.comment #certify .swiper-pagination {display: none;}
.comment #certify .swiper-button-prev,.comment #certify .swiper-button-next{width: 60px;height: 60px;background-color: #541b86;text-align: center;border-radius: 50%;top: 50%;}
.comment #certify .swiper-button-prev{background-image: url(../images/about_12.png);background-repeat: no-repeat;background-position: center;left: 0px;background-size: 14px auto;}
.comment #certify .swiper-button-next{background-image: url(../images/about_13.png);background-repeat: no-repeat;background-position: center;right: 0px;background-size: 14px auto;}

.wap-foot{width:100%;display:none;background:#541b86;position: fixed;bottom: 0;left: 0;height: 60px;}
.wap-foot ul{display:flex;justify-content:space-between;align-items:center;height:100%;}
.wap-foot ul li{width:50%;border-right: 1px solid #ffffff6b;}
.wap-foot ul li a{display:flex;height:100%;justify-content:center;align-items:center;}
.wap-foot ul li a figure{width: 26px;margin-right: 20px;margin-top: 4px;}
.wap-foot ul li a figure img{width:100%;}
.wap-foot ul li a p{color:#fff;font-size:18px;font-weight:bold;}


/*弹窗*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup-content {
    position: relative;
    width: 550px;
    height: 480px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.popup-content .btn-group {
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
.popup-content .btn {
    border-radius: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 170px;
    height: 50px;
    line-height: 50px;
}
.popup-content .btn-primary {
    background: linear-gradient(#f4b469 20%, #f0870a 80%);
    color: #fff;
    box-shadow: 0px 7px 15px rgba(240, 136, 13, 0.3);
    transition: all 0.5s;
}
.popup-content .btn-primary:hover{}
.popup-content .btn-secondary {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}
.popup-content .btn-secondary:hover{background:#f0870a;color:#fff;}
.popup-content .hotline {
    font-size: 20px;
    color: #ff7a00;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.right-box{position:fixed;right:20px;top:55%;transform:translateY(-55%);z-index: 999;width:160px;}
.right-box .right-tel{width:160px;margin-bottom:20px;}
.right-box .right-tel img{width:100%;}
.right-box ul{width:80px;background:#fff;box-shadow: 0px 0px 20px rgba(84, 27, 134, 0.1);text-align:center;padding:0 15px;border-radius:10px;margin:0 auto;}
.right-box ul li{border-bottom:1px solid #eee;padding:10px 0;}
.right-box ul li img{width:30px;margin: 0 auto;}
.right-box ul li p{font-size:14px;transition:all 0.5s;margin-top:10px;}
.right-box ul li:hover p{color#541b86;}

/*新增生涯规划*/
.sygh-1{background:#f8f8f8;margin-top:80px;width:100%;border-radius:10px;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-end;padding:50px 0;}
.sygh-1 figure{width:50%;}
.sygh-1 figure img{width:100%;height:auto;}
.sygh-1 .sygh-r{width:50%;padding:0 30px;}
.sygh-1 .sygh-r .ny-title{text-align:left;padding:0 0 30px;}
.sygh-1 .sygh-r .ny-title span{margin:0;}
.sygh-1 .sygh-r .text{}
.sygh-1 .sygh-r .text p{font-size:16px;color:#666;line-height:30px;}
.sygh-1 .sygh-r .advantage{margin:30px 0 20px;}
.sygh-1 .sygh-r .advantage p{font-size: 16px;color: #000;background: url(../images/news_02.png) no-repeat left 3px;padding-left: 30px;margin-top: 15px;}
.sygh-1 .sygh-r .summary p{font-size:16px;color:#666;line-height:30px;}
.tansuo-bj{width: 100%;background: #f8f8f8;margin-top:80px;padding-bottom:80px;}
.tansuo-bj ul{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 20px;}
.tansuo-bj ul li{border-radius:10px;background:#fff;overflow:hidden;}
.tansuo-bj ul li .tansuo-title{text-align:center;padding:30px 0;}
.tansuo-bj ul li .tansuo-title h4{font-size:24px;color:#eb6a62;font-weight:bold;}
.tansuo-bj ul li .tansuo-title span{display:block;width:30px;height:4px;background:#eb6a62;border-radius:30px;margin:15px auto 0;}
.tansuo-bj ul li figure{width:100%;overflow:hidden;}
.tansuo-bj ul li figure img{width:100%;}
.tansuo-bj ul li figure:hover img{transform:scale(1.05);}
.tansuo-bj ul li:nth-child(2) .tansuo-title h4{color:#e87850;}
.tansuo-bj ul li:nth-child(2) .tansuo-title span{background:#e87850;}
.tansuo-bj ul li:nth-child(3) .tansuo-title h4{color:#648667;}
.tansuo-bj ul li:nth-child(3) .tansuo-title span{background:#648667;}
.tansuo-bj ul li:nth-child(4) .tansuo-title h4{color:#095c66;}
.tansuo-bj ul li:nth-child(4) .tansuo-title span{background:#095c66;}
.course-js{background:#f8f8f8;border-radius:15px 15px 0 0;overflow:hidden;margin-bottom:80px;}
.course-js .course-text{width:100%;}
.course-js .course-text ul{width:100%;background:#541b86;display:flex;justify-content:space-between;align-items:center;}
.course-js .course-text ul li{border-right:1px solid #fff;font-size:20px;color:#fff;font-weight:bold;text-align:center;padding:15px 0;}
.course-js .course-text ul li:nth-child(1){width:16%;}
.course-js .course-text ul li:nth-child(2){width:30%;}
.course-js .course-text ul li:nth-child(3){width:14%;}
.course-js .course-text ul li:nth-child(4){width:40%;border-right:none;}
.course-js table{width:100%;font-size:16px;line-height:30px;}
.course-js table td{border:1px solid #fff;}
.course-js table .course-category{width:16%;text-align: center;font-size:18px;font-weight:bold;}
.course-js table .course-name{width:30%;text-align:center;}
.course-js table .course-hours{width:14%;text-align:center;}
.course-js table .course-content{padding:30px 15px;color:#666;}

/*历程*/
#about{width:100%;}
#about .container1 .course {background: none;position: relative; display: block;}
#about .container1 .course .ny-title {padding:0px 0 60px;}
#about .container1 .course .bg {width: 100%;}
#about .container1 .course .font60 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
#about .container1 .course .content_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .container1 .course .content_box .content {
  height: 80%;
  width: 1560px;
  margin: auto;
  max-width: 90%;
}
#about .container1 .course .content_box .content .list{overflow-y: scroll;height: 34vw;scrollbar-width: none;-ms-overflow-style: none;}
#about .container1 .course .content_box .content .list::-webkit-scrollbar {display: none;}
#about .container1 .course .main-timeline {position: relative;}
#about .container1 .course .main-timeline::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  margin: 0 0 0 -1px;
  position: absolute;
  top: 0;
  left: 50%;
}
#about .container1 .course .main-timeline .timeline {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#about .container1 .course .main-timeline .timeline::after {
  content: "";
  display: block;
  clear: both;
}
#about .container1 .course .main-timeline .timeline:nth-child(even) .date span {
  transform: rotateY(180deg);
}
#about .container1 .course .main-timeline .timeline:nth-child(even) .month img {
  position: relative;
  left: 1px;
}
#about .container1 .course .main-timeline .timeline:nth-child(even) .description-div img {
  right: 49px;
}
#about .container1 .course .main-timeline .timeline:nth-child(even) .title {
  text-align: right;
  padding-right: 33px;
}
#about .container1 .course .main-timeline .timeline:nth-child(odd) .month img {
  position: relative;
  left: 3px;
}
#about .container1 .course .main-timeline .timeline:nth-child(odd) .description-div img {
  left: 49px;
}
#about .container1 .course .main-timeline .timeline:nth-child(2n+2) .timeline-content {
  float: left;
}
#about .container1 .course .main-timeline .timeline-content {
  width: 47%;
  float: right;
  border-radius: 6px;
}
#about .container1 .course .main-timeline .timeline-content .description-div {
  position: relative;
  padding-top: 9px;
}
#about .container1 .course .main-timeline .date {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 0 0 -36px;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
#about .container1 .course .main-timeline .date span {
  display: block;
  text-align: center;
  margin-top: -2px;
}
#about .container1 .course .main-timeline .day,
#about .container1 .course .main-timeline .yser {
  font-size: 10px;
}
#about .container1 .course .main-timeline .month {
  font-size: 18px;
}
#about .container1 .course .main-timeline .month img {
  vertical-align: top;
}
#about .container1 .course .main-timeline .title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
#about .container1 .course .main-timeline .title::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: -5px;
  transform: rotate(-45deg);
}
#about .container1 .course .main-timeline .description {
  padding: 15px 27px;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}
#about .container1 .course .main-timeline .description-div img {
  position: absolute;
  top: 0;
}
#about .mbimg{display:none;}
#about .ny-title .titlemb{display:none;}

@media (min-width: 1500px){
}

@media (min-width: 1950px){
    
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
  .course-img{width: 1800px;}
  
  .course-cont ul li:nth-child(17) {right: 10px;}
}

@media screen and (max-width:1700px){
   
}

@media screen and (max-width:1600px){
    .campus-btn-1{top: 29.5%;}
    .campus-btn-2{right: 20.5%;top: 49.1%;}
    .campus-btn-3{right: 12.8%;top: 56%;}
    .campus-btn-4{top: 59%;}
    .campus-btn-5{bottom: 17.2%;}
    .contact-lxfs .contact-list:nth-child(1){padding-right: 1vw;}
}

@media screen and (max-width:1550px){
    .contact-lxfs .contact-1{padding: 0 2vw 40px;}
}

@media screen and (max-width:1500px){
    .in-kecheng .mySwiper2 .kecheng-box{height: 29vw;}
    .in-kecheng .mySwiper2 .kecheng-img {width: 50%;}
    .in-kecheng .mySwiper2 .kecheng-text{width: 66%;}
    .in-kecheng .mySwiper2 .kecheng-text figure{width: 200px;}
    .in-kecheng .mySwiper2 .kecheng-text figure img{width:100%;}
    .faculty-text h3 {font-size: 22px;}
    .faculty-text span{height: 3px;margin: 15px 0;}
    .in-title h2 {font-size: 40px;}
    .faculty-text {width: 81%;}
    
    .ny-banner-text .h2 h2 {font-size: 40px;}
    .ny-title h3 {font-size: 32px;}
    .course-cont ul li:nth-child(1){bottom: 36%;}
    .course-cont ul li:nth-child(2){bottom: 37%;}
    .course-cont ul li:nth-child(4){bottom: 17%;}
    .course-cont ul li:nth-child(9){bottom: 47%;}
    .course-cont ul li:nth-child(12){bottom: 41%;}
    .course-cont ul li:nth-child(13){bottom: 8%;}
    .course-cont ul li:nth-child(14){bottom: 35%;}
    .course-cont ul li:nth-child(16){bottom: 31%;}
    .course-cont ul li:nth-child(17){bottom: 5%;}
    .campus-btn-item span {width: 6px;height: 6px;}
    .campus-btn-1 {right: 24%;top: 29%;}
    .campus-btn-2 {right: 20.3%;top: 49%;}
    .campus-btn-3 {right: 12.5%;}
    .campus-btn-4 {right: 20.6%;}
    .campus-btn-5 {right: 28.5%;bottom: 17.3%;}
    .contact-lxfs .contact-1{padding: 0 4vw 60px;}
    .contact-lxfs .contact-box{flex-wrap:wrap;}
    .contact-lxfs .contact-list{width:100%;}
    .contact-lxfs .contact-list:nth-child(1){padding-right:0px;border-right:none;border-bottom:1px solid #eee;}
 
}

@media screen and (max-width:1450px){
    .comment #certify .swiper-container{width:90%;}
    .ny-banner {height: 400px;}
    .campus-btn-2 {top: 48.5%;}
    .campus-btn-3 {right: 12%;}
    .campus-btn-4 {top: 58.6%;}
}

@media screen and (max-width:1400px){
    .banner-box .text h2 {font-size: 40px;margin: 0 0 40px;}
    .foot-bottom-p{flex-wrap:wrap;}
    .foot-bottom-l p{margin-bottom:10px;}
    .in-message-content {padding-left: 25px;}
    
    .ny-title h3 {font-size: 30px;}
    .course-cont ul li .text p {font-size: 14px;line-height: 23px;}
    .course-cont ul li h3 {font-size: 20px;width: 60px;line-height: 27px;}
    .course-cont ul li .text {width: calc(100% - 60px);}
    .comment #certify .swiper-button-prev,.comment #certify .swiper-button-next{width:35px;height:35px;}
    .comment #certify .swiper-button-prev,.comment #certify .swiper-button-next{background-size: 8px auto;}
    .course-cont ul li::after{top: 7px;}
    .course-cont ul li:nth-child(4) h3,.course-cont ul li:nth-child(6) h3,.course-cont ul li:nth-child(7) h3,.course-cont ul li:nth-child(11) h3,.course-cont ul li:nth-child(13) h3{margin-bottom: 42px;}
    .course-cont ul li:nth-child(4)::after,.course-cont ul li:nth-child(6)::after,.course-cont ul li:nth-child(7)::after{height: 68%;}
    .course-cont ul li:nth-child(11)::after {height: 79%;}
    .course-cont ul li:nth-child(13)::after {height: 76%;}
    .course-cont ul li:nth-child(17){height: 130px;bottom: 15%;}
    .course-cont ul li:nth-child(17) h3 {margin-bottom: 66px;}
    .course-cont ul li:nth-child(17)::after {height: 39%;}
    .contact-lxfs{margin: 50px 0;}
    .contact-lxfs .contact-l, .contact-lxfs .contact-r {width: 49%;}
    .contact-lxfs .contact-1{padding: 0 20px 50px;}
    .contact-lxfs .contact-2{padding:0px 20px;}
    .contact-lxfs .contact-box{padding:30px 0;}
    .contact-lxfs .contact .ny-title {padding: 40px 0 30px;}
    .contact-lxfs .contact .ny-title h3 {font-size: 24px;}
    .contact-form{padding: 0 20px;}
    
    .sygh-1{align-items: center;}
    .tansuo-bj ul li .tansuo-title h4 {font-size: 20px;}

}

@media screen and (max-width:1360px){
    .campus-btn-1 {right: 23.6%;top: 28%;}
    .campus-btn-2 {right: 20%;top: 48%;}
    .campus-btn-3 {top: 55.5%;}
  
	
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
    .in-banner {height: calc(100vh - 60px);margin-top: 60px;}
    .in-title h2 {font-size: 30px;margin-bottom:15px;}
    .in-title span{width: 35px;height: 3px;}
    .kecheng-btn{padding: 20px 0;}
    .kecheng-cont p {font-size: 14px;line-height: 22px;}
    .in-kecheng .mySwiper2 .kecheng-box{height:auto;border-radius: 60px 60px 0 0;box-shadow: 0 0 10px rgba(84, 27, 134, 0.1);display: flex;
        flex-wrap: wrap;overflow:hidden;margin: 0 auto;width: 98%;}
    .in-kecheng .mySwiper2 .kecheng-text {width: 100%;position: initial;height: auto;border-radius: 0;box-shadow: none;margin: 0 auto;padding: 30px 0;}
    .in-kecheng .mySwiper2 .kecheng-img {width: 100%;height: auto;position: initial;order: 2;}
    .kecheng-cont h3 {font-size: 20px;}
    .kecheng-cont a {width: 130px;height: 40px;font-size: 14px;line-height: 40px;margin-top: 30px;position:relative;z-index:9;}
    .kecheng-cont {width: 90%;padding-right: 3vw;padding: 0 5%;margin: 0 auto;}
    .in-kecheng .mySwiper2 .kecheng-img img{height:auto;width:100%;}
    .in-title {padding: 50px 0 50px;}
    .faculty .mySwiper4 .swiper-pagination{display:block;}
    .faculty .mySwiper4 {padding-bottom: 60px;}
    .faculty .mySwiper4 .swiper-pagination .swiper-pagination-bullet-active{background:#541b86;}
    .in-news{margin-top: 30px;padding-bottom: 50px;}
    .in-news-a a{width: 130px;height: 40px;font-size: 14px;line-height: 40px;margin: 20px auto 0;}
    .faculty-text {width: 90%;}
    .foot-bottom-r{display:none;}
    .foot-bottom-l{width:100%;}
    .foot-ul li{display:none;}
    .foot-ul li:last-child{display:block;}
    .in-news .mySwiper5 {padding-bottom: 50px;}
    .in-news .mySwiper5 .swiper-pagination{display:block;}
    .in-news .mySwiper5 .swiper-pagination .swiper-pagination-bullet-active{background:#541b86;}
    .kecheng-cont span {height: 3px;width: 30px;margin: 15px 0 25px;}
    .in-kecheng .mySwiper2 .kecheng-text figure{display:none;}
    .foot-bottom-l p{margin-right: 0px;}
    .in-message-form .form-sms-code input {width: calc(100% - 110px);}

    .ny-banner {height: 300px;margin-top: 60px;}
    .ny-banner-text .h2 h2 {font-size: 24px;}
    .ny-banner-text .h2 span {width: 35px;height: 2px;margin: 15px 0 20px;}
    .ny-banner-text .text p {font-size: 14px;line-height: 20px;}
    .about-jj-l {width: 240px;}
    .ny-title h3 {font-size: 24px;margin: 0 0 15px;}
    .ny-title span{width: 35px;height: 2px;}
    .about-jj-r .about-text p {font-size: 14px;line-height: 25px;}
    .education-div h3 {font-size: 20px;padding: 0 20px 15px;}
    .education-div p {padding: 0 20px;font-size: 14px;}
    .send-box {max-width: 93%;padding: 30px 30px 0;}
    .comment #certify .swiper-button-prev, .comment #certify .swiper-button-next{display:none;}
    .comment #certify .swiper-container{width:100%;}
    .comment #certify .swiper-pagination{display:block;text-align:center;width:100%;}
    .comment #certify .swiper-pagination .swiper-pagination-bullet{margin:0 3px;}
    .comment #certify .swiper-pagination .swiper-pagination-bullet-active{background:#541b86;}
    .send{padding-bottom: 60px;}
    .ny-title {text-align: center;padding: 60px 0;}
    .comment {margin-bottom: 80px;}
    .personality,.content-box{flex-wrap:wrap;}
    .personality figure,.content-box figure{width:100%;height:auto;}
    .personality-r,.content-text{width:100%;padding: 30px;}
    .personality-r .ny-title h3 {font-size: 20px;}
    .personality-r .ny-title{padding: 0 0 30px;}
    .personality-r .text p {font-size: 14px;line-height: 25px;}
    .art-ul {grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}
    .art-text {padding: 0 15px;}
    .art-ul li a .art-num h3{left: 15px;font-size: 20px;}
    .art-ul li a .art-num{height: 110px;}
    .art-text h4 {margin: 25px 0 15px;}
    .art-text span{height: 3px;margin-bottom: 20px;}
    .art-ul li a{padding-bottom: 40px;}
    .module-ul {grid-template-columns: repeat(2, 1fr);grid-gap: 20px;margin: 50px 0;}
    .exam-ul li .exam-div h3 {font-size: 20px;}
    .exam-ul{grid-gap: 20px;}
    .exam-ul li .exam-div span{height: 3px;}
    .exam-ul li .exam-div p {font-size: 14px;padding: 0 15px;line-height: 20px;}
    .content-text .ny-title h3 {font-size: 20px;}
    .content-text .text p{font-size: 14px;}
    .content-text .advantage p {font-size: 14px;}
    .content-text .summary p {font-size: 16px;}
    .core-ul,.core-ul2{grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}
    .core-ul2 {margin: 50px 0;}
    .personality-img img{width:100%;}
    .personality-img{width: 150px;}
    .volunteer .content-box figure{height:auto;order: inherit;}
    .news-title h3 {font-size: 24px;line-height: 45px;margin-top: 60px;}
    .contact-lxfs,.campus-bj,.filter-result{flex-wrap:wrap;}
    .contact-lxfs .contact-l, .contact-lxfs .contact-r,.filter-result .result-l,.filter-result .result-r{width:100%;margin-bottom:30px;}
    .campus-l,.campus-r{width:100%;padding:0 20px;}
    .campus-btn-1 {right: 29%;top: 32%;}
    .campus-btn-2 {right: 25%;top: 52%;}
    .campus-btn-3 {top: 57%;right: 19%;}
    .campus-btn-4 {top: 60%;right: 24.6%;}
    .campus-btn-5 {right: 34%;bottom: 18%;}
    .campus-r .ny-title h3 {font-size: 24px;}
    .filter-result .result-l{order: 2;}
    .result-title h3 {font-size: 24px;}
    .result-r ul li .ny-title{padding: 40px 0 20px;}
    .filter-result{margin: 50px 0;}
    .in-kecheng .mySwiper2 .swiper-button-next,.in-kecheng .mySwiper2 .swiper-button-prev{display:none;}
    .in-kecheng .mySwiper2 .swiper-button-next:after,.in-kecheng .mySwiper2 .swiper-button-prev:after{font-size:25px;color: #541b86;}
    .in-kecheng .mySwiper2 .swiper-button-next{right:0px;}
    .in-kecheng{max-width: 95%;}
    .in-kecheng .mySwiper2{padding-bottom:30px;margin-top: 30px;}
    .in-kecheng .mySwiper2 .swiper-pagination{display:block;bottom:0px;}
    .in-kecheng .mySwiper2 .swiper-pagination-bullet-active{background:#541b86;}
    .popup-overlay{display:none !important;}
    .right-box{display:none;}
    .in-message-box{margin-top: 50px;flex-wrap: wrap;}
    .in-message-l{width:100%;}
    .in-message-r{width:100%;margin-top:30px;}
    .in-message-img .img-1 {width: 44.5%;}
    .contact-form .in-message-form .form-item input{text-indent: 0em;}
    .in-message-form .form-sms-code .btn-get-sms {width: 100px;}
    .contact-form .in-message-l form .form-sms-code input {width: calc(100% - 190px);}
    .course-pc{display:none;}
    .course{display:block;}
    
    .sygh-1{flex-wrap:wrap;margin-top: 40px;}
    .sygh-1 figure{width:100%;}
    .sygh-1 .sygh-r{width:100%;margin-top:40px;}
    .tansuo-bj{margin-top: 40px;padding-bottom: 40px;}
    .tansuo-bj ul{grid-template-columns: repeat(2, 1fr);}
    .course-js .course-text ul li{font-size: 18px;}
    .course-js table {font-size: 14px;line-height: 25px;}
    .course-js table .course-category{font-size: 16px;}
    
    #about .pcimg{display:none;}
    #about .mbimg{display:block;}
    #about .container1 .course .content_box .content .list{height: 73vw;}
    #about .container1 .course .font60 {font-size: 30px;}
    #about .container1 .course .content_box .content {width: 92%;height: 90%;}
    #about .container1 .course .content_box .content .list {max-height: 90%;}
    #about .container1 .course .main-timeline {padding-bottom: 15px;}
    #about .container1 .course .main-timeline::before {left: 8px;}
    #about .container1 .course .main-timeline .date {left: 0;margin: 0;}
    #about .container1 .course .main-timeline .date span {text-align: left;}
    #about .container1 .course .main-timeline .timeline .title {font-size: 20px;}
    #about .container1 .course .main-timeline .timeline .timeline-content {width: calc(100% - 30px);margin-left: 25px;}
    #about .container1 .course .main-timeline .timeline:nth-child(2n+2) .timeline-content {float: none;}
    #about .container1 .course .main-timeline .timeline:nth-child(even) .title {text-align: left;}
    #about .container1 .course .main-timeline .timeline:nth-child(even) .date span {transform: none;}
    #about .container1 .course .main-timeline .description {padding: 15px 14px;font-size: 14px;line-height: 20px;}
    #about .ny-title .titlemb{display:block;}
    #about .ny-title .titlepc{display:none;}

}

@media screen and (max-width:910px){
    .campus-btn-1 {top: 31%;}
    .campus-btn-2 {right: 24%;}
}

@media screen and (max-width:780px){
    .in-banner{height: 550px;}
    .banner-box .text h2 {font-size: 30px;margin: 0 0 20px;}
    .banner-box .text p {font-size: 14px;line-height: 25px;width: 70%;}
    .footer {padding-top: 50px;padding-bottom: 50px;margin-bottom: 60px;}
    .foot-bottom-p{margin-bottom: 5px;}
    .in-message{padding: 50px 0 0;}
    .in-message .title h2 {font-size: 30px;}
    .in-message .title p {font-size: 16px;line-height: 30px;margin: 15px 0;}
    .in-message-content h3 {font-size: 26px;}
    .in-message-content .text h4 {font-size: 16px;}
    .in-message-content .text a{font-size: 14px;}
    .in-message .cont{padding-bottom: 50px;}
    .foot-bottom{margin-top: 50px;}
    .in-message-form .form-button button{font-size: 16px;line-height: 50px;}
    .in-message-form .form-item input,.in-message-form .form-item select{font-size: 14px;height: 50px;}
    #canvas{height: 50px;}
    .in-message-l .title h3 {font-size: 20px;}
    .in-kecheng .mySwiper2 .kecheng-box{border-radius: 30px 30px 0 0;}

    .about-jj-l{display:none;}
    .about-jj-r{width:100%;}
    .about-jj{padding:40px 0;}
    .ny-title{padding: 40px 0;}
    .education-ul li.li1 {width: 100%;margin-bottom: 20px;}
    .education-ul li a{height: 280px;}
    .education-ul li.li2 {margin-bottom: 20px;width: 100%;}
    .about-education{padding-bottom: 40px;}
    .send-box .text{padding-bottom: 40px;}
    .comment #certify .swiper-slide {width: 180px;}
    .send-box {max-width: 90%;padding: 30px 20px 0;}
    .send-box .img img{width:100%;}
    .foot-ewm-div .foot-ewm p {font-size: 14px;}
    .module-ul li{background:#fff;border-radius: 10px;padding: 0 15px 25px;}
    .news-ul {grid-template-columns: repeat(1, 1fr);grid-gap: 15px;margin: 40px 0;}
    .news-ul li a{height: 220px;}
    .news-ul li .title h3 {font-size: 24px;}
    .news-list li{padding: 20px 15px;}
    .news-list li a h3 {font-size: 16px;}
    .news-list li a time {font-size: 14px;}
    .page-bar span a{font-size: 14px;margin: 0 2px;}
    .page-bar .pre a, .page-bar .next a {width: 65px;}
    .page-bar .pre a{margin-right:6px;}
    .page-bar .next a{margin-left:6px;}
    .news-title h3 {font-size: 18px;line-height: 35px;margin-top: 40px;}
    .news-intr p {font-size: 14px;line-height: 25px;padding: 20px;}
    .news-box p {font-size: 14px;line-height: 25px;}
    .news-pagin{flex-wrap:wrap;font-size: 14px;}
    .news-pagin div{width:100%;}
    .news-pagin .news-pagin-next {text-align: left;margin-top: 15px;}
    .news-btn a {height: 45px;font-size: 14px;line-height: 45px;margin: 40px auto;}
    .campus-l .img1{display:none;}
    .campus-l .img2{display:block;}
    .campus-btn{display:none;}
    .campus-ul li{font-size: 16px;}
    .campus-filter form .form-group select{padding: 0 0px;font-size: 16px;}
    .campus-filter form{margin-top: 25px;}
    .wap-foot{display:block;z-index: 99;}
    .kecheng-cont h3 {font-size: 18px;}
    .in-kecheng .mySwiper2 .kecheng-text{padding-top: 20px;}
    .in-message-r{flex-wrap:wrap;}
    .in-message-img, .in-message-lx{width:100%;}
    .in-message-lx{margin-left:0px;margin-top:10px;}
    .in-message-text h3{font-size:26px;padding:0 10px;}
    .in-message-text p{font-size:16px;padding:0 10px;}
    .in-message-img .img-1 {width: 49%;background-size: 100% auto;padding: 0;}
    .in-message-text span{font-size: 14px;padding:0 10px;}
    .in-message-content {padding-left: 10px;}
    
    .course-js .course-text ul li {font-size: 16px;}
    .course-box{width:100%;overflow-x: auto;}
    .course-js{width: 1000px;}
    #about .container1 .course .content_box .content .list {height: 63vw;}
}

@media screen and (max-width:640px){
    .faculty-text h3 {font-size: 18px;}
    .faculty-text span{width:34px;}
    .faculty-text p {font-size: 14px;}
    .faculty-text{padding: 0 15px 30px;}
    .faculty .mySwiper4 .swiper-slide a figure{height: 430px;}
    .in-news-text h3 {font-size: 18px;margin: 15px 0;}
    .in-news-text p {font-size: 14px;line-height: 25px;}
    .exam-ul{grid-template-columns: repeat(1, 1fr);}
    .exam-ul li .exam-div p{height:auto;}
    .personality-r, .content-text {width: 100%;padding: 30px 15px;}
    .campus-ul {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
    .campus-filter form .form-group select{line-height: 45px;height: 45px;font-size: 14px;}
    .campus-filter form .form-submit button{height: 45px;font-size: 16px;margin-top: 15px;}
    .contact-form form .form-item {width: 100%;flex-wrap:wrap;margin-bottom: 5px;}
    .contact-form {padding: 0 20px 30px;}
    .campus-filter form .form-group {width: 92%;margin-bottom: 15px;}
    .contact-form form .form-item label{font-size:14px;width: 100%;}
    .contact-form form .form-item input,.contact-form form .form-item-message textarea{width: 100%;}
    .contact-form .in-message-l .form-button{justify-content:center;}
    .contact-form .in-message-l .form-button button {width: 120px;}
    .contact-form .in-message-l form .form-sms-code input {width: calc(100% - 137px);}
    .contact-form h3{font-size: 20px;padding-top: 20px;}
    .contact-form form{margin-top: 30px;}
    .contact-lxfs .contact-r .contact-1{padding-bottom: 0px;}
    .contact-lxfs .contact .ny-title h3 {font-size: 20px;margin: 0 0 10px;}
    .contact-lxfs .contact-1 ul li{margin-bottom: 20px;}
    .contact-lxfs .contact-1 {padding: 0 20px 30px;}
    .contact-lxfs .contact .ny-title {padding: 30px 0 30px;}
    .contact-lxfs .contact-r{margin-bottom:0px;}
    .kecheng-btn {padding: 10px 0;}
    .kecheng-btn h3{font-size: 16px;}
    .in-kecheng .mySwiper2 {margin-top: 0px;padding-top: 20px;}
    .in-kecheng .mySwiper2 .kecheng-text{padding: 15px 0px 10px;}
    .in-kecheng .mySwiper2 .kecheng-box {border-radius: 20px 20px 0 0;}
    .kecheng-cont span{margin: 15px 0;}
    .kecheng-cont {width: 93%;padding: 0 2%;position:relative;z-index:99;}
    .kecheng-cont a {width: 120px;margin-top: 15px;}
    .in-kecheng .mySwiper2 .kecheng-img{margin-top: -40px;}
    .news-cont img{max-width: 100% !important;height:auto !important;}

  
}

@media screen and (max-width:510px){
    .in-news .mySwiper5 .swiper-slide a figure{height: 230px;}
    .in-message-lx{width:100%;}
    .in-message-r{padding:8px;}
    .core-ul{grid-template-columns: repeat(1, 1fr);}
    .core-ul li p{width: 96%;font-size: 18px;}
    .art-text p{line-height: 22px;font-size: 14px;}
    .in-message-img .img-1{height: 290px;}
    
    .tansuo-bj ul {grid-template-columns: repeat(1, 1fr);}
    #about .container1 .course .content_box .content .list {height: 80vw;}

}

@media screen and (max-width:480px){
   .in-message .title h2 {font-size: 26px;}
   .foot-ewm-div{flex-wrap: wrap;justify-content: space-between;width: 100%;}
   .foot-ewm-div .foot-ewm {margin-left: 0;width:70px;margin-bottom:10px;}
   .foot-ewm-div .foot-ewm figure{width:100%;}
   .foot-ewm-div .foot-ewm figure img{width: 100%;height:70px;}
   .foot-ul li:last-child {width: 100%;}
   .foot-bottom{margin-top: 40px;}
   .in-message-form .form-item {width: 100%;}
    .in-message-form .form-cap input {width: calc(100% - 140px);line-height: 45px;}
   #canvas,.in-message-form .form-item input,.in-message-form .form-item select{height: 45px;}
   .in-message-form .form-item select {width: 94%;}
   .in-message-form .form-button button{line-height: 45px;}
   .core-ul,.core-ul2,.module-ul{grid-gap: 15px;}
   .module-ul li .ny-title {padding: 25px 0 25px;}
   .module-ul li .ny-title h3{margin-bottom: 15px;}
   .module-ul li .text p {font-size: 14px;}
   .news-share{flex-wrap:wrap;}
   .news-share .share{width:100%;justify-content: left;margin-top: 20px;}
   .news-share .share .social-share .icon-wechat {width: 30px;height: 30px;border-radius: 5px;line-height: 30px;}
   .news-share .share .social-share .icon-wechat:before {font-size: 20px;}
   .wap-foot ul li a p{font-size:16px;}
   .in-message-img .img-1 {height: 180px;width: 100%;margin-bottom:10px;background-size: cover;background-position: center;}
   .in-message-text {height: auto;}
   .in-message-text h3 {font-size: 20px;margin-bottom: 20px;}
   .in-message-content h3{font-size: 20px;}
   .error-tip{top: 8px;}
   .in-message-img{flex-wrap:wrap;}
   .in-message-lx{margin-top:0px;}
}

@media screen and (max-width:380px){
    .in-banner {height: 480px;}
    .banner-box .text p{width: 95%;}
    .banner-box .text h2 {font-size: 22px;}
    .in-news .mySwiper5 .swiper-slide a figure {height: 160px;}
    .comment #certify .swiper-slide {width:200px;}
    .send-box {padding: 30px 15px 0;}
    .art-ul {grid-template-columns: repeat(1, 1fr);}
    .module-ul {grid-template-columns: repeat(1, 1fr);}
    .core-ul2 li a span {height: 3px;margin: 15px auto;}
    .core-ul2 li a h3 {font-size: 16px;}
    .core-ul2 li a figure{width: 60px;height: 60px;}
    .core-ul2 li a{padding: 20px 0;}
    
}