/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#f3f3f3;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#006d46;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { color: #006d46; border:#006d46 1px solid;}
.pages a:hover {  color: #006d46; border:#006d46 1px solid; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #222222;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}

.i_title1{ position:relative;}
.i_title1:after{content: "";width:200px; height: 1px;background: #c9caca; position: absolute; left: 50%; bottom:0; margin-left:-100px;}
.i_title1 .title1{ line-height:30px; text-align:center; font-size:20px; color:#006d46;}
.i_title1 .title1 .ico{ position:relative; top:-2px; margin:0 5px; height:14px;}
.i_title1 .title2{ line-height:25px; text-align:center; font-size:14px; color:#c9caca; padding-bottom:10px; text-transform:uppercase;}


.i_d11_box1{ width:100%;}
.i_d11_title{ border-bottom:#006d46 2px solid; height:38px; position:relative; border-bottom-left-radius: 10px;}
.i_d11_title .title{ position:absolute; left:0; top:0; width:100px; height:40px; line-height:40px; text-align:center; background:#006d46; font-size:16px; color:#ffffff; border-radius:10px;}
.i_d11_title .more{ position:absolute; right:0; top:0; height:40px; line-height:40px; font-size:14px; color:#006d46;}
.i_d11_title .more a{ color:#006d46;}

.i_d11_box1_l{ box-sizing:border-box; padding-left:130px; position:relative;}
.i_d11_box1_l_img{ position:absolute; left:0; top:0px; width:120px; height:80px; object-fit: cover;}
.i_d11_box1_l .title{ font-size:16px; color:#484848; line-height:30px; height:30px; border-bottom:#000 1px solid;}
.i_d11_box1_l .title a{ color:#484848;}
.i_d11_box1_l .txt1{ font-size:14px; color:#898989; line-height:25px; height:50px; overflow:hidden;}
.i_d11_box1_l .txt2{ text-align:right; font-size:16px; color:#006d46; line-height:25px; display:none;}
.i_d11_box1_r{  box-sizing:border-box;}
.i_d11_box1_r li{ position:relative; height:30px; padding:5px 100px 5px 0; font-size:14px; color:#898989;}
.i_d11_box1_r li a{ color:#898989;}
.i_d11_box1_r li .rq{ position:absolute; right:0; top:5px; font-size:14px; color:#006d46;}

.i_d11_box2{}
.i_d11_box2_list{}
.i_d11_box2_list li{ position:relative; height:30px; padding:5px 100px 5px 0; font-size:14px; color:#898989;}
.i_d11_box2_list li a{ color:#898989;}
.i_d11_box2_list li .rq{ position:absolute; right:0; top:5px; font-size:14px; color:#006d46;}


.i_d1_img1 img{ display:block; width:100%;}


.i_d1_list li{ float:left; width:48%; margin-left:4%;}
.i_d1_list li:nth-child(3n+1){ margin-left:0;}
.i_d1_list li .ico{ height:40px; line-height:40px;}
.i_d1_list li .ico img{ height:40px; vertical-align:middle;}
.i_d1_list li .title{ font-size:16px; color:#006d46; font-weight:bold; line-height:30px; margin-top:10px; margin-bottom:5px;}
.i_d1_list li .txt{ font-size:14px; color:#898989; line-height:25px; text-align: justify;}
.i_d1_list li:hover img{transform: rotateY(360deg)}

a.i_d1_more{ display:block; width:170px; height:44px; margin:0 auto;}
a.i_d1_more .i_d1_more_l{ float:left; width:32px; height:32px; margin-top:4px; background:#029189; border-radius:50%; text-align:center; line-height:32px;}
a.i_d1_more .i_d1_more_l img{ width:12px; vertical-align:middle;}
a.i_d1_more .i_d1_more_r{ float:right; width:120px; height:40px; background:#006d46; border-radius:20px; text-align:center; line-height:40px; font-size:14px; color:#ffffff; text-transform:uppercase; position:relative; overflow:hidden;}
a.i_d1_more .i_d1_more_r:before {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%)
}
a.i_d1_more .i_d1_more_r:hover:before {
	-webkit-animation: wave .75s;
	animation: wave .75s;
	z-index: 1
}
@-webkit-keyframes wave {
0% {
background:rgba(0,0,0,.25);
transform:translateX(-50%) translateY(-50%) scale(0)
}
to {
	background: transparent;
	transform: translateX(-50%) translateY(-50%) scale(1)
}
}
@keyframes wave {
0% {
background:rgba(0,0,0,.25);
transform:translateX(-50%) translateY(-50%) scale(0)
}
to {
	background: transparent;
	transform: translateX(-50%) translateY(-50%) scale(1)
}
}

.i_d2_c_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; position:relative;}
.i_d2_c_list li:nth-child(2n+1){ margin-left:0;}
.i_d2_c_list li:nth-child(1),
.i_d2_c_list li:nth-child(2){ margin-top:0;}
.i_d2_c_list li .img {
  position: relative;
  padding: 79.55% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.i_d2_c_list li .mb_txt{ position:absolute; left:0; bottom:0; width:100%; height:60px; background:rgba(0,0,0,0.4); transition:all 0.3s;}
.i_d2_c_list li .mb_txt .txt{ position:absolute; left:0; top:50%; margin-top:-25px; width:100%;}
.i_d2_c_list li .mb_txt .txt1{ line-height:25px; text-align:center; font-size:16px; color:#ffffff; font-weight:bold; transition:all 0.3s;}
.i_d2_c_list li .mb_txt .txt2{ line-height:25px; text-align:center; font-size:12px; color:#ffffff; text-transform:uppercase;}
/*.i_d2_c_list li:hover .mb_txt{ height:100%;}*/
.i_d2_b_bg{ background:url(../images/i_d2_bg.jpg) center no-repeat; height:43px;}



.i_d3_c{ position:relative;}
.i_d3_c_list li .txt{ background:#f3f3f3; padding:5px 10px;}
.i_d3_c_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; transition:all 0.3s;}
.i_d3_c_list li .txt .txt1 span{ font-size:14px; color:#898989; margin-left:10px;}
.i_d3_c_list li .txt .txt2{ font-size:12px; color:#898989; line-height:25px; height:50px; overflow:hidden;}
.i_d3_c_list li:hover .txt .txt1{ color:#006d46;}

.i_d3_c_list li .img {
  position: relative;
  padding: 54.61% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}

.i_d3_c_prev{ float:right; margin-right:10px; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_l_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d3_c_prev:hover{ border:#006d46 1px solid; color:#006d46;}
.i_d3_c_next{ float:right; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_r_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d3_c_next:hover{ border:#006d46 1px solid; color:#006d46;}


.i_d4{ background:#f3f3f3;}
.i_d4_c{ position:relative;}
.i_d4_c_list li{ height:9.3rem !important;}
.i_d4_img1{ width:100%; height:2.9rem;}
.i_d4_img1 img{ width:100%; height:2.9rem; object-fit: cover;}
.i_d4_img2{ float:left; width:48%; height:2.9rem; margin-left:4%; margin-top:0.3rem;}
.i_d4_img2 img{ width:100%; height:2.9rem; object-fit: cover;}
.i_d4_img2:nth-child(4n+2){ margin-left:0;}
.i_d4_img2:nth-child(4n+4){ margin-left:0;}

.i_d4_c_prev{ float:right; margin-right:10px; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_l_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d4_c_prev:hover{ border:#006d46 1px solid; color:#006d46;}
.i_d4_c_next{ float:right; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_r_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d4_c_next:hover{ border:#006d46 1px solid; color:#006d46;}



.i_d5_c{ position:relative;}
.i_d5_c_list li{}
.i_d5_c_list li .img {
  position: relative;
  padding: 33% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.i_d5_c_list li .txt1{ font-size:14px; color:#333333; line-height:30px; padding-top:5px; transition:all 0.3s;}
.i_d5_c_list li .txt2{ font-size:14px; color:#898989; line-height:30px; position:relative;}
.i_d5_c_list li .txt2:after{content: ""; width:100%; height: 1px;background: #c9caca; position: absolute; left: 0; top:50%;}
.i_d5_c_list li .txt2 span{ position:relative; background:#fff; padding-right:5px; z-index:2;}
.i_d5_c_list li:hover .txt1{ color:#006d46;}
.i_d5_c_list li:hover .fd img{transform: scale(1.05)}

.i_d5_c_prev{ float:right; margin-right:10px; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_l_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d5_c_prev:hover{ border:#006d46 1px solid; color:#006d46;}
.i_d5_c_next{ float:right; width:40px; height:40px; border:#cfcfcf 1px solid; border-radius:50%; background:url(../images/i_r_ico.png) center no-repeat; background-size:auto 16px; line-height:40px; text-align:center; cursor:pointer; transition:all 0.3s;}
.i_d5_c_next:hover{ border:#006d46 1px solid; color:#006d46;}

.footer1{ background:#f3f3f3; padding:40px 0;}

.footer1_title1{ font-size:16px; color:#333333; line-height:30px; text-align:center;}
.footer1_ewm{ text-align:center;}
.footer1_ewm .footer_ewm_img{ width:40%; margin-top:10px;}
.footer1_ewm_list{ width:80%; margin:0 auto;}
.footer1_ewm_list li{ float:left; width:48%; margin-left:4%;}
.footer1_ewm_list li:nth-child(2n+1){ margin-left:0;}
.footer1_ewm_list li .footer_ewm_img{ width:100%; margin-top:10px;}

.footer1_ms{ padding:0 20px; margin-top:20px;}
.footer1_ms_inp{ display:block; width:100%; height:46px; line-height:46px; padding:0 15px; border:0; box-sizing:border-box; outline:none; margin-top:14px; font-size:14px;}
.footer1_ms_bt{ display:block; width:100%; height:46px; line-height:46px; border:0; box-sizing:border-box; outline:none; margin-top:14px; background:#006d46; font-size:14px; color:#fff; cursor:pointer;}


.footer2{ background:#c9caca; padding:15px 0;}
.footer2 .footer2_txt{ font-size:14px; color:#333333; line-height:25px; position:relative; text-align:center;}
.footer2 .footer2_txt a{ color:#333333;}
.footer2 .footer2_txt2{font-size:14px; color:#333333; line-height:25px; text-align:center;}



.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#fff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#666666; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#006d46;}


/*学校概况*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}
.n_nr{ margin-top:-60px;}

.ab_title1{ position:relative;}
.ab_title1:after{content: "";width:32px; height: 1px;background: #006d46; position: absolute; left: 50%; bottom:0; margin-left:-16px;}
.ab_title1 .title1{ line-height:30px; text-align:center; font-size:20px; color:#006d46;}
.ab_title1 .title2{ line-height:25px; text-align:center; font-size:14px; color:#c9caca; padding-bottom:10px; text-transform:uppercase;}


.ab_d1_l{}
.ab_d1_img1 {
	width:100%;
  /*position: relative;
  padding: 20.68% 0;
  overflow:hidden;*/
}
.ab_d1_img1 img {
  width: 100%;
  /*height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;*/
}
.ab_d1_l_txt{ font-size:14px; color:#898989; line-height:25px; margin-top:30px;}
.ab_d1_l_txt *{ line-height:25px;}


.ab_d1_r{}
.ab_d1_img2 img { display:block; width:100%;}


.ab_d2{ background:#f3f3f3;}
.ab_d2 .ab_d2_img{}
.ab_d2 .ab_d2_img img{ display:block; width:100%;}

.ab_d2_list1{ padding-top:20px;}
.ab_d2_list1 li{ float:left; width:48%; margin-left:4%;}
.ab_d2_list1 li:nth-child(3n+1){ margin-left:0;}
.ab_d2_list1 li .ico{ line-height:50px; text-align:center;}
.ab_d2_list1 li .ico img{ height:40px; vertical-align:middle;}
.ab_d2_list1 li .title{ font-size:16px; color:#898989; font-weight:bold; line-height:40px; text-align:center;}
.ab_d2_list1 li .txt{ font-size:14px; color:#898989; line-height:25px; text-align:center; text-align: justify;}


.ab_d3_list{ margin-top:-80px;}
.ab_d3_list li{ float:left; width:48%; margin-left:4%; box-sizing:border-box; border:#898989 1px solid; height:100px; background:#f3f3f3; position:relative; margin-top:20px; padding:10px 10px;}
.ab_d3_list li:nth-child(2n+1){ margin-left:0;}
.ab_d3_list li .txt{ padding-left:10px; position:relative;}
.ab_d3_list li .txt:after{content: "";width:2px; height: 50px; background: #006d46; position: absolute; left: 0; top:50%; margin-top:-25px;}
.ab_d3_list li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px;}
.ab_d3_list li .txt .txt2{ font-size:14px; color:#898989; line-height:25px; min-height:50px;}


.ab_d4_img{ display:block; width:100%;}
.ab_d4_c{}
.ab_d4_nav li{ float:left; width:32%; height:40px; background:#f3f3f3; font-size:14px; color:#898989; text-align:center; line-height:40px; margin-left:2%; margin-bottom:20px; transition:all 0.3s; cursor:pointer; box-sizing:border-box;}
.ab_d4_nav li:nth-child(3n+1){ margin-left:0;}
.ab_d4_nav li.on{ background:#e3f4ee; color:#006d46;}
.ab_d4_txt li{ font-size:14px; color:#898989; line-height:25px; text-align: justify;}
.ab_d4_txt li *{ color:#898989; line-height:25px;}


.ab_d5_c{}
.ab_d5_nav li{ float:left; width:32%; height:40px; background:#f3f3f3; font-size:14px; color:#898989; text-align:center; line-height:40px; margin-left:2%; margin-bottom:20px; transition:all 0.3s; cursor:pointer; box-sizing:border-box;}
.ab_d5_nav li:nth-child(3n+1){ margin-left:0;}
.ab_d5_nav li.on{ background:#e3f4ee; color:#006d46;}
.ab_d5_txt li{ font-size:14px; color:#898989; line-height:25px; text-align: justify;}
.ab_d5_txt li *{ color:#898989; line-height:25px;}



.ab_d5_container{ width:100%;}
.ab_d5_container .swiper-pagination{ text-align:right; padding-right:20px; box-sizing:border-box;}
.ab_d5_pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#ffffff; border-radius:50%; opacity:1;}
.ab_d5_pagination .swiper-pagination-bullet-active{ background:#006d46;}
.ab_d5_list li .img {
  position: relative;
  padding: 42.2% 0;
  overflow:hidden;
}
.ab_d5_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}


/*管理机构*/
.gljg_l{}
.gljg_r{}
.gljg_box{ background:#fff; box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);}
.gljg_box .title{ background:#29948c; height:50px; line-height:50px; padding-left:20px; font-size:18px; color:#fff;}
.gljg_box_list{ padding:10px 20px;}
.gljg_box_list li{ float:left; width:50%; font-size:14px; color:#898989; line-height:30px; margin-top:10px;}
.gljg_box_list li:nth-child(1),
.gljg_box_list li:nth-child(2){ margin-top:0;}
.gljg_box_list li a{ color:#898989; transition:all 0.3s;}
.gljg_box_list li a .ico{ position:relative; top:2px; display:inline-block; width:15px; height:16px; margin-right:5px; background:url(../images/gljg_box_list_ico.png) center no-repeat; background-size:12px auto; transition:all 0.3s;}
.gljg_box_list li a:hover{ color:#006d46;}
.gljg_box_list li a:hover .ico{ background:url(../images/gljg_box_list_ico_on.png) center no-repeat; background-size:12px auto;}


/*管理机构详情*/
.n_weizhi{ line-height:30px; font-size:14px; color:#c9caca;}
.n_weizhi a{ color:#c9caca;}
.n_weizhi .n_weizhi_ico{ position:relative; top:-2px; margin-right:3px; vertical-align:middle;}

.gljg_i_title{ font-size:20px; color:#898989; line-height:40px; position:relative; padding-bottom:10px;}
.gljg_i_title:after{content: "";width:32px; height: 1px; background: #006d46; position: absolute; left: 0; bottom:0;}
.gljg_i_title span{ font-size:16px; color:#898989; margin-left:10px;}
.gljg_i_l{ font-size:14px; color:#898989; line-height:25px;}
.gljg_i_l *{ color:#898989; line-height:25px;}
.gljg_i_img{ display:block; width:100%;}


/*教学管理*/
.jxgl_d1_list{ background:#f3f3f3; padding:0 15px; box-sizing:border-box;}
.jxgl_d1_list li{ border-top:#e6e6e6 1px solid;}
.jxgl_d1_list li:nth-child(1){ border-top:0;}
.jxgl_d1_list li .title{ display:inline-block; height:40px; line-height:40px; font-size:14px; color:#898989; position:relative; cursor:pointer;}
.jxgl_d1_list li .txt{ display:inline-block;}
.jxgl_d1_list li .txt .txt1{ display:inline-block; font-size:14px; color:#898989; line-height:40px; height:40px; cursor:pointer; margin-right:5px;}
.jxgl_d1_list li.on .title .ico{ background:url(../images/jxgl_d1_ico2.png) center no-repeat;}
.jxgl_d1_on{ color:#006d46 !important;}

.jxgl_d1_r{ position:relative;}
.jxgl_d1_r .jxgl_d1_img{ position:relative; z-index:0; display:block; width:100%; height:250px; object-fit: cover;}
.jxgl_d1_r .mb{ position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.4); z-index:1;}
.jxgl_d1_r .txt{ position:absolute; left:0; bottom:0; z-index:2; width:100%; box-sizing:border-box; padding:0 15px 15px 15px; font-size:14px; color:#ffffff; line-height:30px;}

.jxgl_d2_img{ position:relative;}
.jxgl_d2_img .img{ display:block; width:100%; height:4.59rem; object-fit: cover; position:relative; z-index:0;}
.jxgl_d2_img .txt{ position:absolute; left:0; bottom:0; width:100%; height:40px; line-height:40px; padding:0 20px; box-sizing:border-box; background:rgba(0,0,0,0.6); font-size:14px; color:#ffffff;}
.jxgl_d2_r{ margin-top:20px;}


.jxgl_d2_container{ width:100%; padding-bottom:50px;}
.jxgl_d2_container .swiper-pagination{ text-align:left; box-sizing:border-box;}
.jxgl_d2_pagination .swiper-pagination-bullet{ width:30px; height:30px; line-height:30px; text-align:center; border:#999999 1px solid; background-color:transparent; border-radius:0; margin-left:0 !important; margin-right:10px !important; opacity:1;}
.jxgl_d2_pagination .swiper-pagination-bullet-active{ border:#006d46 1px solid; color:#006d46;}
.jxgl_d2_list li .img {
  position: relative;
  padding: 42.2% 0;
  overflow:hidden;
}
.jxgl_d2_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}

.jxgl_d2_li{ height:30px; line-height:30px; padding-bottom:10px; border-bottom:#f3f3f3 1px dashed; margin-bottom:10px; position:relative; padding-right:90px;}
.jxgl_d2_li a{ height:30px; line-height:30px; padding-left:18px; transition:all 0.3s;}
.jxgl_d2_li a:after{content: "";width:8px; height: 10px; position: absolute; left: 0; top:10px; background:url(../images/jxgl_d2_li_ico.png) center no-repeat; transition:all 0.3s;}
.jxgl_d2_li .rq{ position:absolute; right:0; top:0; line-height:30px; text-align:right;}
.jxgl_d2_li a:hover:after{ background:url(../images/jxgl_d2_li_ico_on.png) center no-repeat;}

.bg1{ background:#f3f3f3;}



/*教学管理*/
.news_i_title1{ font-size:20px; color:#898989; line-height:30px; text-align:center; padding-top:20px;}
.news_i_title2{ font-size:14px; color:#898989; line-height:30px; text-align:center; padding-top:10px; padding-bottom:15px; margin-bottom:15px; border-bottom:#f3f3f3 1px solid;}

.news_i_more_list{ border-top:#cccccc 1px solid; padding-top:15px;}
.news_i_more_list li{ font-size:14px; color:#898989; line-height:30px;}
.news_i_more_list li a{  color:#898989;}


/*人才招聘*/
.rczp_l{}


/*师资力量*/
.n_nav_list a{ float:left; width:32%; display:block; height:40px; background:#f3f3f3; font-size:14px; color:#898989; text-align:center; line-height:40px; margin-left:2%; margin-bottom:10px; transition:all 0.3s; cursor:pointer; box-sizing:border-box;}
.n_nav_list a:nth-child(3n+1){ margin-left:0;}
.n_nav_list a.on{ background:#e3f4ee; color:#006d46;}

.szll_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.szll_list li:nth-child(2n+1){ margin-left:0;}
.szll_list li .box{ position:relative; top:0; transition:all 0.3s;}
.szll_list li:nth-child(4n+1){ margin-left:0;}
.szll_list li:nth-child(1),
.szll_list li:nth-child(2){ margin-top:0;}
.szll_list li .txt{ background:#f3f3f3; padding:10px;}
.szll_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; transition:all 0.3s;}
.szll_list li .txt .txt1 span{ font-size:14px; color:#898989; margin-left:10px;}
.szll_list li .txt .txt2{ font-size:12px; color:#898989; line-height:25px; height:50px; overflow:hidden;}
.szll_list li:hover .txt .txt1{ color:#006d46;}
.szll_list li:hover .box{top: -10px; box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);}

.szll_list li .img {
  position: relative;
  padding: 61.61% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.szll_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}


/*新闻列表页*/
.news_list li{ margin-top:20px; position:relative; padding-left:130px; /*padding-right:10px;*/ background:#f3f3f3;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img{ position:absolute; left:0; top:0; width:120px; height:100px; overflow:hidden;}
.news_list li .img img{ width:100%; height:100px; object-fit: cover;}
.news_list li .txt{ width:100%; height:100px;}
.news_list li .txt .txt1{ width:100%; height:25px; font-size:14px; color:#898989; line-height:25px; font-weight:bold; height:25px; padding-top:8px; overflow:hidden;}
.news_list li .txt .txt1 a{ color:#898989;}
.news_list li .txt .txt2{ width:100%; font-size:14px; color:#898989; line-height:20px; line-height:20px; height:40px; overflow:hidden; padding-top:2px;}
.news_list li .txt .txt3{ width:100%; font-size:12px; color:#898989; line-height:20px; height:20px; padding-top:2px;}


/*图片列表页*/
.pic_list li{ float:left; width:48%; margin-left:4%; margin-top:10px; position:relative; top:0; transition:all 0.3s;}
.pic_list li:nth-child(2n+1){ margin-left:0;}
.pic_list li:nth-child(1),
.pic_list li:nth-child(2){ margin-top:0;}
.pic_list li .txt{ font-size:14px; color:#898989; line-height:40px; text-align:center; transition:all 0.3s;}
.pic_list li:hover .txt{ color:#006d46;}
.pic_list li:hover .img{ box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);}

.pic_list li .img {
  position: relative;
  padding: 42.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  transition:all 0.3s;
}
.pic_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}


/*招生制度*/

.zszd_d1_container{ width:100%;}

.zszd_d1_li{ height:30px; line-height:30px; padding-bottom:10px; border-bottom:#f3f3f3 1px dashed; margin-bottom:10px; position:relative; padding-right:90px;}
.zszd_d1_li a{ height:30px; line-height:30px; padding-left:18px; transition:all 0.3s;}
.zszd_d1_li a:after{content: "";width:8px; height: 10px; position: absolute; left: 0; top:10px; background:url(../images/jxgl_d2_li_ico.png) center no-repeat; transition:all 0.3s;}
.zszd_d1_li .rq{ position:absolute; right:0; top:0; line-height:30px; text-align:right;}
.zszd_d1_li a:hover:after{ background:url(../images/jxgl_d2_li_ico_on.png) center no-repeat;}


/*招生简介*/
.zsjj_l{}
.zsjj_r{}
.zsjj_content table{ margin-bottom:20px;}
.zsjj_content table td{ background:#f3f3f3; padding:5px 10px; font-size:14px; color:#898989; line-height:35px; border:#fff 5px solid;}
.zsjj_content table td.no{ width:30px; text-align:center;}
.zsjj_content table td.title{ font-size:16px; background:#29948c; color:#fff;}
