/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #333;
  background: #fff;
  font: 16px/1.5 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;overflow-x:hidden
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #333;
}
input {
  outline: none;
}
a:hover {
  color: #265bab;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #b71918;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
.w760 {
  width: 760px;
}
.w410 {
  width: 410px;
}
/*全局样式 end*/
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  background: url(../images/header-bg.jpg) no-repeat center 0;
  background-size:auto 138px;
}
.header .head {
  padding: 34px 0;
}
.head_fr_box h2 {
  margin-top: 15px;
}
.search_box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 50px;
}
.search_box .search-text {
  height: 40px;
  margin-top: 6px;
  width: 0;
  background: none;
  color: #fff;
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease;
}
.search_box input::placeholder {
  color: #fff;
}
.search_box .search-icon {
  height: 24px;
  width: 24px;
  padding: 14px;
  cursor: pointer;
  border: none;
}
.nav {
  background: #ffffff;
}
.nav a {
  color: #fff;
}
.nav ul li.nLi {
  float: left;
  position: relative;
}
.nav ul li.nLi h3 a {
  padding: 0 32px 0 68px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #444444;
  font-weight: normal;
  display: block;
  text-align: center;
  position: relative;
}
.nav ul li.nLi h3 a::after {
  content: "";
  position: absolute;
  left: 0;
  height: 24px;
  border-left: #dddddd 1px dotted;
  top: 50%;
  margin-top: -12px;
}
.nav ul li.on h3 a {
  background: #3987d6;
  color: #fff;
  transition: all 0.3s ease;
}
.nav ul li:nth-of-type(1) h3 a {
  background: url(../images/icon_23.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(1) h3 a {
  background: #3987d6 url(../images/icon_23_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(2) h3 a {
  background: url(../images/icon_25.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(2) h3 a {
  background: #3987d6 url(../images/icon_25_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(3) h3 a {
  background: url(../images/icon_15.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(3) h3 a {
  background: #3987d6 url(../images/icon_15_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(4) h3 a {
  background: url(../images/icon_28.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(4) h3 a {
  background: #3987d6 url(../images/icon_28_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(5) h3 a {
  background: url(../images/icon_30.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(5) h3 a {
  background: #3987d6 url(../images/icon_30_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(6) h3 a {
  background: url(../images/icon_18.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(6) h3 a {
  background: #3987d6 url(../images/icon_18_w.png) no-repeat 32px center;
}
.nav ul li:nth-of-type(7) h3 a {
  background: url(../images/icon_20.png) no-repeat 32px center;
}
.nav ul li.on:nth-of-type(7) h3 a {
  background: #3987d6 url(../images/icon_20_w.png) no-repeat 32px center;
}
.sub {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  background: #3987d6;
  padding: 10px 0;
  text-align: center;
  min-width: 100%;
  z-index: 2;
}
.sub li dd{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%}
.sub li a {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding: 5px 10px;
  transition: all 0.5s;white-space: nowrap;
}
.sub li dd a{text-align:left}
/* banner */
.banner,.banner .swiper-container,.banner .tempWrap{overflow:visible !important}

.banner {
      height:530px;
}
.banner .swiper-slide a {
  display: block;
  height: 100%;
  background-size: cover !important;
  background-position:50%
}
.banner .swiper-pagination {
  bottom: 20px !important;
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination-bullet,
.banner .hd li {
  opacity: 1;
  background: rgba(0,0,0,.3);
  width: 36px;
  height: 4px;
  margin: 0 15px !important;
  border-radius: 3px;
  display: inline-block;
}
.banner .swiper-pagination-bullet-active,
.banner .hd li.on {
  background: #e2a334;
}

.bar-prev,.bar-next{position:absolute;top:0;width:38px;height:100%;z-index: 5;opacity: .6;-webkit-transition:.3s all ease-in;-moz-transition:.3s all ease-in;-ms-transition:.3s all ease-in;transition:.3s all ease-in;outline:none}
.bar-prev{left:0;background:url(../images/bar_prev.png) 50% no-repeat}
.bar-next{right:0;background:url(../images/bar_next.png) 50% no-repeat}
.bar-prev:hover,.bar-next:hover{opacity:1}

/*
.banner .bar-prev,.banner .bar-next{position: absolute;top: 0;bottom: 0;width:1200px;background: #000;filter: alpha(Opacity=70);opacity: .6;z-index:999;cursor:pointer;outline:none;}
.banner .bar-prev{left: -50%;margin-left:-600px}
.banner .bar-next{left: 50%;margin-left:600px}*/

/* 新闻特写 */
.page1 {
  margin-top: 50px;
  padding-bottom: 80px;
}
.nitice_box {
  position: relative;
  background: url(../images/logo-n.png) no-repeat right bottom;
}
.nitice_box::after {
  content: '';
  width: 166px;
  height: 383px;
  background: url(../images/1986.png) no-repeat center;
  position: absolute;
  left: -180px;
  bottom: -15px;
}
.nitice_box .content_title_box h3 {
  float: left;
  font-size: 28px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  background: url(../images/title-h3.png) no-repeat left center, url(../images/title-h3.png) no-repeat right center;
}
.nitice_box .content_title_box a {
  line-height: 50px;
  color: #999;
}
.nitice_banner {
  width: 480px;
  height: 350px;
  position: relative;
  padding-top: 10px !important;
}
.nitice_banner:after {
  content: '';
  width: 90%;
  height: 10px;
  background: #c89946;
  position: absolute;
  top: 0;
  left: 5%;
}
.nitice_banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.nitice_banner p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: rgba(0, 0, 0, 0.6);
}
.nitice_banner p a {
  color: #fff;
  padding:0 15px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.nitice_banner .swiper-pagination {
  width: 12px !important;
  right: 20px !important;
  left: auto !important;
  top: 30px !important;
}
.nitice_banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #868683;
  opacity: 1;
  display: block;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.nitice_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #4192d1;
}
/* 内容 */
.nitice_list {
  margin-top: 10px;
  width: 330px;
  margin-left: 20px;
  border-top: #dddddd 1px solid;
}
.nitice_list ul li {
  border-bottom: #dddddd 1px solid;
  padding: 15px 0 18px;
}
.nitice_list ul li h4 {
  margin-bottom: 10px;
}
.nitice_list ul li h4 a {
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nitice_list ul li p a {
  font-size: 14px;
  line-height:1.8;
  height: 49px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nitice_list li .date_box {
  width: 14%;
  background: #ebebeb;
  text-align: center;
}
.nitice_list li .date_box .date {
  font-size: 16px;
  line-height: 28px;
  color: #d80b06;
  font-weight: bold;
}
.nitice_list li .date_box .year_mon {
  line-height: 25px;
  background: #d80b06;
  color: #fff;
  font-size: 12px;
}
.nitice_list li .text {
  width: 80%;
  float: right;
  margin-top: 5px;
}
.nitice_list li .text a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.brief_box {
  width: 340px;
  margin-top: 10px;
}
.brief_box ul li:first-child {
  margin-top: 0;
}
.brief_box ul li {
  position: relative;
  height: 36px;
  line-height: 36px;
  margin-top: 16px;
}
.brief_box ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.brief_box ul li p {
  padding: 0 65px 0 15px;
}
.brief_box ul li p a {
  display: block;
  font-size: 15px;
  color: #333333;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brief_box ul li span {
  position: absolute;
  font-size: 14px;
  line-height: 36px;
  right: 0;
  top: 0;
  color: #999999;
}
.page2 {
  background: #f5f5f5;
  padding: 50px 0 80px;
}
.page2 .content_title_box {
  margin-bottom: 20px;border-bottom:3px solid #2159ac
}
.page2 .content_title_box h3 {
  float: left;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  font-weight: normal
}
.page2 .content_title_box h3 span {
  color: #999999;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}
.page2 .content_title_box h3 span:after {
  content: '/';
  position: absolute;
  left: 0;
}
.page2 .content_title_box a {
  line-height: 40px;
  color: #999999;
}
.fraction_box {
  width: 38%;
}
.fraction_box ul li {
  height: 42px;
  line-height: 42px;
  background: #fff url(../images/icon_53.png) no-repeat left center;
  margin-top: 17px;
}
.fraction_box ul li .date {
  float: left;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  height: 42px;
  line-height: 50px;
    font-family: Times New Roman;
}
.fraction_box ul li .date .day {
  font-size: 18px;
  padding-right: 14px;
  margin-right: 5px;
  position: relative;
  line-height: 42px;
}
.fraction_box ul li .date .day:after {
  content: '/';
  position: absolute;
  right: 0;
  color: #2379ba;
  font-weight: normal;
}
.fraction_box ul li p {
  margin-left: 134px;
  margin-right: 20px;
}
.fraction_box ul li p a {
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan_box {
  width: 28%;
  margin-left: 2%;
}
.plan_box ul li {
  margin-top: 11px;
}
.plan_box ul li p {
  padding-left: 25px;
}
.plan_box ul li:after {
    width: 17px;
    height: 20px;
    background: url(../images/icon_57.png) no-repeat left center;
    margin-top: -10px;
    background-size: 14px;
}
.plan_box ul .first {
  height: 100px;
  border-bottom: #dddddd 1px solid;
}
.plan_box ul .first h4 a {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: #265bab;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan_box ul .first p {
  padding: 0;
  margin-top: 10px;
}
.plan_box ul .first p a {
  color: #999999;
  line-height: 22px;
  height: 44px;
  white-space: initial;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.plan_box ul .first:after {
  display: none;
}
/*.s-banner.swiper-container .swiper-wrapper{-webkit-transition-timing-function: linear;-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear}*/

.s-banner .bd{height:96px}
.s-banner .swiper-slide {
  width: auto;
  float: left;
  text-align: center;
}

.s-banner .swiper-slide a{display:block}


.s-banner .swiper-slide img {
  max-width:100%;
  height: 57px;
  display: block;
  margin: 0 auto;
}
.s-banner .swiper-slide p {
  margin-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-banner-box {
  position: relative;padding:70px 0;
}
.s-banner-box .swiper-slide {
  //margin-right: 14px;
}
.s-banner-box .swiper-button-prev,
.s-banner-box .swiper-button-next {
  width: 55px;
  height: 50px;
  background: url(../images/icon_64.png) no-repeat center;
  left: -75px;
  margin-top: -45px;
}
.s-banner-box .swiper-button-next {
  background: url(../images/icon_67.png) no-repeat center;
  left: auto;
  right: -75px;
}
/* 快速连接 */
.link_box {
  background: #f5f5f5;
  padding: 36px 0;
}
.link_box .link-logo {
  width: 25%;
  height: 90px;
  text-align: center;
  border-right: #c4c4c4 1px dashed;
  box-sizing: border-box;
}
.link_box .link-logo img {
  height: 86px;
  display: block;
  margin: 2px auto 0;
}
.link_box .links {
  width: 52%;
  text-align: center;
}
.link_box .links ul {
  display: inline-block;
  margin: 0 25px;
}
.link_box .links ul li {
  margin-bottom: 5px;
  text-align: left;
}
.link_box .code {
  width: 23%;
  border-left: #c4c4c4 1px dashed;
  box-sizing: border-box;
}
.link_box .code img {
  height: 90px;
  display: block;
  margin: 2px auto 0;
}
/* footer */
.footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  color: #b4d1ed;
  font-size: 14px;
  line-height:24px;
  padding: 8px 0;
}
.footer a{color: #b4d1ed;}
.footer .pic {
  margin-top: 3px;
  margin-right: 20px;
}
.pull-right {
  display: none;
}
.phone {
  display: none;
}
.banner .tempWrap {
  height: 100%;
}
/* 内容页 */
.page_box {
  margin-top: 50px;
  margin-bottom: 50px;
    min-height: 450px;
}
.content_box {
  color: #333;
}
.local {
  width: 100%;
  height: 40px;
  background: url(../images/line.jpg) left center no-repeat;
}
.lmmc {
  color: #333333;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: left;
  margin-left: 80px;
  padding: 0px 20px;
  background: #ffffff;
}
.dqwz {
  display: block;
  float: right;
  line-height: 30px;
  font-size: 14px;
}
.dqwz a,
.dqwz span {
  color: #666666;
  padding: 0px 10px;
  font-size: 12px;
  vertical-align: middle;
}
.content_box2 * {
  max-width: 100%;
  line-height: 2;
}
.content_box2 img{max-width:90%;height:auto;}
.page_title_box {
  width: 285px;
  background: #f6f6f6;
}
.page_title_box h3 {
  height: 90px;
  line-height: 90px;
  text-indent: 35px;
  background: #265bab url(../images/logo-n.png) no-repeat right bottom;
  background-size: auto 100%;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.page_title_box li a {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: #e7e7e7 1px solid;
  text-indent: 35px;
  color: #666;
  display: block;
}
.page_title_box li.on a {
  background: #fff;
  color: #3987d6;
  border-left: #e19448 2px solid;
}
.page_content_box {
  margin-left: 330px;
}
.page_box .list_ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: #d9d9d9 1px dashed;
}
.page_box .list_ul li p {
  margin-right: 315px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_box .list_ul li a {
  position: relative;
  padding-left: 15px;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_box .list_ul li a::after {
  content: "•";
  position: absolute;
  left: 0;
}
.page_box .list_ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #999;
}
/* 表单 */
.admission_box {
  padding: 30px;
  color: #666;
  line-height: 2;
  font-size: 12px;
}
.admission_box .ftitle {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px dotted #eee;
}
.admission_box .from {
  margin-bottom: 40px;
}
.admission_box .from .text,
.admission_box .from .inpd {
  border: 1px solid #ddd;
  width: 400px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  display: block;
}
.admission_box .from .btn {
  display: block;
  margin: 15px auto 0 auto;
  background: #b71918;
  border: 0;
  height: 44px;
  line-height: 44px;
  width: 400px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
.admission_box .from .inpd {
  -webkit-appearance: none;
  background: url(../images/hSerchSj.jpg) no-repeat right center #fff;
  font-size: 16px;
}
.list_images_box ul li {
  width: 32%;
  margin-left: 2%;
  padding-bottom: 20px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.list_images_box ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.list_images_box ul li img {
  width: 100%;
  height: 215px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.list_images_box ul li:hover img {
  transform: scale(1.2);
}
.list_images_box ul li p {
  padding: 10px;
  background: #F2F2F2;
}
.list_images_box ul li p a {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 招生计划查询2 */
.item_com_box .item_box {
  display: none;
}
.item_header .item {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
.item_header .item select {
  width: 80px;
  border: #ccc 1px solid;
  height: 26px;
  line-height: 26px;
  -webkit-appearance: none;
  background: url(../images/hSerchSj.jpg) no-repeat right center #fff;
  text-indent: 5px;
}
.table_box {
  margin-top: 30px;
}
.table_box table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  font-size: 14px;
}
.table_box th {
  background: #dfe5f1 !important;
  font-weight: normal;
}
.table_box th,
.table_box td {
  padding: 8px 5px !important;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.table_box tr:nth-child(2n+1) td {
  background: #f7f9fd;
}
.tab_box {
  margin: 30px 0;
  background: #eee;
}
.tab_box a {
  float: left;
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 5px 20px;
}
.tab_box a.cur {
  background: #3987d6;
  color: #fff;
}
.nitice_banner a {
  display: block;
  height: 100%;
}
.pull-left {
  display: none;
  width: 55px;
  height: 55px;
  background: url(../images/caidan.png) center center no-repeat;
}
.footer .erweima img {
  left: -15px;
}
.footer .erweima:hover img {
  display: block;
  transition: all 0.3s;
}
div {
  outline: none;
}
.banner2 {
  border-top: #ddd 1px solid;
}
.banner2 img {
  width: 100%;
}
.plan_box ul li p {
  padding-right: 55px;
}
.plan_box ul li p a {
  font-size: 16px;
}
.ognzt_list li {
  float: left;
  margin-bottom: 15px;
  width: 32%;
  margin-left: 2%;
}
.ognzt_list li a {
  display: block;
  padding: 16px 16px 16px 50px;
  color: #333;
  position: relative;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.ognzt_list li a:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -16px;
  width: 17px;
  height: 32px;
  background: url(../images/icon_57.png) 50% no-repeat;
  background-size: 14px;
}
li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .page_title_box li:hover a {
    background: #fff;
    color: #3987d6;
    border-left: #e19448 2px solid;
  }
  .sub li a:hover {
    background: #0c6cce;
  }
  .admissions_box li a:hover {
    color: #3987d6;
  }
  .list_images_box ul li:hover .mask {
    top: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .list_images_box ul li .mask a:hover {
    opacity: 0.5;
  }
  .tab_box a:hover {
    background: #3987d6;
    color: #fff;
  }
  .search_box:hover .search-text {
    width: 120px;
    padding-left: 15px;
  }
  .nitice_list ul li h4 a:hover,
  .nitice_list ul li p a:hover,
  .brief_box ul li p a:hover,
  .page_box .list_ul li a:hover,
  .nitice_box .content_title_box a:hover,
  .page2 .content_title_box a:hover {
    color: #3987d6;
  }
  .ognzt_list li a:hover {
    color: #3987d6;
    border-color: #3987d6;
    transform: translateY(-5px);
  }
}
@media (max-width: 1340px) {
.page_box .list_ul li p{margin-right: 200px}
  .w1200 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
  .s-banner-box {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .s-banner-box .p_r {
    position: unset;
  }
  .s-banner-box .swiper-button-next {
    right: 10px;
  }
  .s-banner-box .swiper-button-prev {
    left: 10px;
  }

  .banner2 .w1200{padding:0 !important}

  .banner{width:100%;height:auto}
  .banner .swiper-slide a{padding-top:32%}
  .banner .bar-prev,.banner .bar-next{width: 24px;background-size:100%}

  .banner,.banner .swiper-container{overflow:auto !important}

  //.banner{width:80%;height:auto}
  //.banner .bar-prev,.banner .bar-next{width:15%;margin-left:0}
  //.banner .bar-prev{left:-15%}
  //.banner .bar-next{left:initial;right:-15%}
  //.banner .swiper-slide a{padding-top:30%}
}
@media (max-width: 1199px) {
  .nav ul li.nLi {
    width: 110px;
  }
  .admissions_box li {
    margin-left: 8px;
  }
  .page3 .image_fr .text .more {
    margin-top: 10px;
  }
  .list_images_box ul li img {
    height: 155px;
  }
  .w1200 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }

.header {
  background-size:cover;background-position:right 50%
}

  .s-banner-box .w1200{padding:0 3% !important}
  .nitice_banner {
    width: 40%;
  }
  .nitice_list {
    width: calc(30% - 20px);
  }
  .brief_box {
    width: calc(30% - 15px);
  }
  .page2 .brief_box {
    width: 100%;
  }
  /* .nav, */
  .head_fr_box {
    display: none;
  }
  .bgDiv {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0px;
  }
  .nav {
    height: 100vh;
    overflow-y: scroll;
    width: 40%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: -60%;
    margin-top: 0px;
    background: #265bab;
  }
  .nav .time,
  .nav ul li.nLi h3 a::after {
    display: none;
  }
  .nav ul li.nLi,
  .nav ul {
    float: none;
    text-align: left;
    width: 100%;
  }
  .nav ul li.nLi h3 a {
    text-align: left;
    text-indent: 30%;
    color: #fff;
  }
  .nav ul li.nLi .sub {
    padding: 0;
  }
  .nav ul li.nLi .sub a {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  }
  .nav ul {
    padding-top: 25px;
  }
  .nav ul li.nLi h3 {
    position: relative;
  }
  .nav h3 em {
    width: 30px;
    height: 56px;
    text-align: center;
    font-style: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 28px;
    color: #eeeeee;
    transition: transform 0.3s;
    padding: 0px;
  }
  .nav h3 em::after {
    content: "›";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    transition: all 0.3s;
    font-weight: normal;
  }
  .sub {
    position: inherit;
    top: 0;
    background: #666;
  }
  .nav .on h3 em {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .header .head {
    padding: 15px 0;
  }
  .logo,
  .logo img {
    height: 55px;
  }
  .logo h2 img {
    height: 35px;
  }
  .pull-right {
    float: right;
    width: 55px;
    height: 55px;
    background: url(../images/caidan.png) center center no-repeat;
    display: block;
  }
  .pull-left {
    float: left;
    display: block;
  }
  .pull-right {
    background: url(../images/search.png) center center no-repeat;
  }
  .logo {
    float: none;
    display: inline-block;
  }
  .header .head {
    text-align: center;
  }
  .header .head {
    position: relative;
  }
  .head_fr_box {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .head_fr_box h2 {
    display: none;
  }
  .search_box {
    margin-top: auto;
    margin-left: auto;
    width: 100%;
  }
  .search_box input {
    height: 30px;
  }
  .search_box .search-text {
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  .search_box .search-icon {
    padding: 9px;
  }
}
@media (max-width: 1023px) {
  .admissions_box ul {
    display: block;
  }
  .admissions_box li,
  .admissions_box li.title {
    margin: 5px;
    width: 15%;
  }
  .admissions_box {
    padding: 15px 0;
  }
  .admissions_box li.title {
    background-size: cover;
  }
  .admissions_box li.title2 {
    clear: both;
  }
  .nitice_box,
  .brief_box,
  .fraction_box,
  .plan_box,
  .qa_box {
    width: 100%;
  }
  .fraction_box,
  .plan_box,
  .qa_box {
    margin-left: auto;
    margin-top: 25px;
  }
  .page2 {
    background-size: auto 100%;
  }
  .page3 .image_fl {
    display: none;
  }
  .page3 .image_fr {
    width: 100%;
  }
  .page_content_box {
    margin-left: auto;
  }
  .page_title_box {
    display: none;
  }
  .page_box {
    margin-bottom: 50px;
min-height: 500px;
  }
  .list_images_box ul li img {
    height: 208px;
  }
  .nitice_banner {
    width: 400px;
  }
  .nitice_list {
    width: calc(100% - 420px);
  }
  .plan_box {
    width: calc(50% - 10px);
  }
  .page1,
  .page2,
  .s-banner {
    padding: 30px 0 !important;
    margin-top: 0 !important;
  }
  .link_box .links ul {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .table_box {
    overflow-x: scroll;
  }
  .table_box table {
    min-width: 678px;
  }
  .nitice_list,
  .nitice_banner {
    width: 100%;
  }
  .admissions_box li,
  .admissions_box li.title {
    width: 32%;
    margin: 0 0.5%;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .nitice_list {
    margin-top: 25px;
    margin-left: 0;
  }
  .plan_box {
    width: 100%;
  }
  .s-banner-box {
    padding: 0 8% !important;
  }
  .s-banner .swiper-slide {
    max-width:100%;
    width: calc(100vw - 90px);
    overflow: hidden;
  }
  .s-banner-box .swiper-button-prev,
  .s-banner-box .swiper-button-next {
    width: 25px;
    background-size: 100% auto;
  }
  .link_box .links,
  .link_box .link-logo,
  .link_box .code {
    border: 0;
    width: 100%;
  }
  .link_box .links ul,
  .link_box .link-logo ul,
  .link_box .code ul {
    margin-left: 15px;
    margin-right: 15px;
  }
  .link_box .links {
    margin: 15px 0;
  }
  .footer .w1200 > div {
    width: 100%;
    text-align: center;
  }
  .footer span {
    display: inline-block;
  }
  .footer .pic {
    width: 100%;
    margin: 15px 0;
  }
  .footer .pic + .fr {
    width: 100%;
  }
  .page2 {
    margin-top: 15px;
  }
  .page3 {
    margin: 15px auto 25px;
  }
  .page3 .image_fr .fl {
    width: 100%;
  }
  .page3 .image_fr .image,
  .page3 .image_fr .image img {
    height: auto;
  }
  .page3 .image_fr .image a {
    display: block;
  }
  .logo {
    height: 30px;
    width: auto;
  }
  .logo,
  .logo img {
    height: 27px;
  }
  .logo h2 img {
    height: 20px;
  }
  .pull-right {
    height: 30px;
    width: 30px;
  }
  .banner .swiper-pagination-bullet,
  .banner .hd li {
    width: 12px;
    height: 3px;
    margin: 0 5px !important;
  }
  .nitice_box .content_title_box h3 {
    font-size: 20px;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .footer .w1244 {
    padding: 25px 0 20px;
    background: url(../images/bg_05.jpg) no-repeat 280px center;
  }
  .lmmc {
    font-size: 18px;
    margin-left: 20px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #265bab;
    position: relative;
    z-index: 1;
  }
  .dqwz {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 10px;
    background: #ddd;
  }
  .local {
    background: none;
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative;
  }
  .local::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    top: 20px;
  }
  .page_box {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .nav {
    width: 60%;
    left: -60%;
  }
  .nav ul {
    padding-top: 10px;
  }
  .nav ul li.nLi h3 a {
    text-indent: 0;
    padding-left: 40px;
    background-position: 5px center !important;
    background-size: 20px auto !important;
    font-size: 14px;
  }
  .nav ul li.nLi .sub a {
    font-size: 13px;
  }
  .page_box .list_ul li p {
    margin-right: 80px;
  }
  .admission_box {
    padding: 25px 0;
  }
  .admission_box .ftitle {
    padding: 10px 0;
  }
  .admission_box .from .text,
  .admission_box .from .btn,
  .admission_box .from .inpd {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  .list_images_box ul li {
    width: 100%;
    margin-left: 0;
  }
  .list_images_box ul li img {
    width: 100%;
    height: auto;
  }
  .tab_box {
    margin: 15px 0;
  }
  .tab_box a {
    width: 50%;
    padding: 0;
  }
  .pull-left {
    height: 30px;
    width: 30px;
  }
  .head_fr_box {
    top: 60px;
  }
  .nitice_banner {
    height: auto
  }

  .nitice_banner .swiper-slide{padding-top:66.5%}
  .nitice_banner .swiper-slide img{position:absolute;top:0;left:0;}

  .ognzt_list li {
    width: 100%;
    margin-left: 0;
  }


  .banner2 .w1200 img{position:relative;left:50%;margin-left:-75%;width:150%;max-width:initial}
}


@media (max-width:540px){
.s-banner-box .swiper-slide{margin-right:0;padding:0 3%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.s-banner-box .w1200{padding:0 !important}
}








/* 三级菜单 */
.sub li {
  position: relative;
}
.sub li dl {
  position: absolute;
  left: 100%;
  top: 0;
  background: #0c6cce;
  display: none;
}
@media (min-width: 1200px) {
  .sub li dd a:hover {
    background: #3987d6;
  }
  .sub li:hover {
    background: #0c6cce;
  }
  .sub li:hover dl {
    display: block;
  }
}
@media (max-width: 1199px) {
  .sub li em {
    width: 30px;
    height: 51px;
    text-align: center;
    font-style: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 25.5px;
    color: #eeeeee;
    transition: transform 0.3s;
    padding: 0px;
  }
  .sub li em:after {
    content: "›";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    transition: all 0.3s;
    font-weight: normal;
  }
  .sub li dl {
    position: relative;
    left: 0;
    width: 100%;
  }
  .sub .on em {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
}