.wapper {
  padding: 0 100px;
}
.header {
  height: 110px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 12;
}
.header .header_content {
  height: 100%;
  position: relative;
}
.header .header_content .search_box {
  display: none;
  position: absolute;
  left: 0;
  top: 110px;
  background-color: rgba(238, 242, 238, 0.6);
  height: 100px;
  width: 100%;
  padding: 25px 0;
  z-index: 13;
}
.header .header_content .search_box .main_con {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 10px;
}
.header .header_content .search_box .main_con .input {
  width: 90%;
  display: block;
  line-height: 1;
  font-size: 18px;
  background-color: transparent;
}
.header .header_content .search_box .main_con .submit_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(/statics/project/images/icon_search.png) no-repeat center center;
}
.header .header_content .head_left {
  display: block;
  float: left;
  height: 60px;
  margin-top: 25px;
}
.header .header_content .head_left img {
  display: block;
  height: 100%;
}
.header .header_content .head_right {
  float: right;
  height: 100%;
}
.header .header_content .head_right ul {
  height: 100%;
  position: relative;
}
.header .header_content .head_right li {
  float: left;
  height: 100%;
}
.header .header_content .head_right li .menu_a {
  line-height: 110px;
  font-size: 22px;
  padding: 0 45px;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.header .header_content .head_right li .menu_a::before {
  content: '';
  background: url(/statics/project/images/icon_nav_active.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 0;
  transition: all 0.3s;
}
.header .header_content .head_right li .search_a {
  height: 100%;
  width: 50px;
  display: block;
  background: url(/statics/project/images/icon_search.png) no-repeat center center;
}
.header .header_content .head_right li .second_box {
  display: none;
  position: absolute;
  top: 110px;
  right: -100px;
  background-color: rgba(238, 242, 238, 0.6);
  height: 57px;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1;
}
.header .header_content .head_right li .second_box a {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}
.header .header_content .head_right li .second_box a:first-child {
  color: #000000;
  border-right: 1px solid #9C9D9C;
}
.header .header_content .head_right li.on .menu_a {
  color: #C7000A;
}
.header .header_content .head_right li.on .menu_a::before {
  height: 6px;
}
.header .header_content .head_right li:hover .menu_a {
  color: #C7000A;
}
.header .header_content .head_right li:hover .menu_a::before {
  height: 6px;
}
.header .header_content .head_right li:hover .second_box {
  display: block;
}
.header .header_content .head_right li:hover .search_a {
  background: url(/statics/project/images/icon_search_h.png) no-repeat center center;
}
.footer.index_foot{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.banner {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 110px);
}
.banner .bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/statics/project/images/banner.jpg) no-repeat;
  background-size: 100%  100%;
}
.banner .banner_top {
  position: absolute;
  top: 100px;
  left: 16%;
}
.banner .banner_bottom {
  position: absolute;
  bottom: 35%;
  padding: 0 50px;
  width: 100%;
}
.banner .banner_bottom div {
  float: left;
  width: 25%;
  padding: 0 50px;
  text-align: center;
}
.banner .banner_bottom div a{
	position: relative;
	display: block;
}
.banner .banner_bottom div img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: all .3s;
}
.banner .banner_bottom div img.default_img {
  opacity: 1;
}
.banner .banner_bottom div img.active_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
  position: relative;
  z-index: 11;
  margin-top: -130px;
  background: url(/statics/project/images/index_footer.png) no-repeat;
  background-position: 100% 100%;
  height: 200px;
}
.footer .foot_content {
  padding: 120px 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  width: 100%;
}
.footer .foot_content .foot_left {
  color: #999999;
  font-size: 16px;
  margin-left: -10px;
}
.footer .foot_content .foot_left a {
  color: #999999;
  padding: 0 10px;
}
.footer .foot_content .foot_right {
  font-size: 16px;
  color: #666666;
  /*max-width: 50%;*/
}
.footer .foot_content .foot_right p{
	font-size: 12px;
	line-height: 20px;
	display: none;
}
.footer .foot_content .foot_right span {
  color: #999999;
  font-size: 14px;
  display: block;
  /*margin-top: 10px;*/
}
.header_mb {
  display: none;
  z-index: 999999;
  background-color: #FEFEFE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.menu_top {
  padding: 0 10px 0 15px;
  height: 54px;
}
.menu_top .logo {
  height: 36px;
  display: block;
  margin-top: 9px;
  float: left;
  box-sizing: border-box;
}
.menu_top .logo img {
  height: 100%;
}
.menu_top .menu-btn {
  float: right;
  width: 54px;
  height: 54px;
  z-index: 9999;
  position: relative;
}
.menu-btn span {
  width: 32px;
  height: 3px;
  position: absolute;
  left: 14px;
  top: 19px;
  background-color: #353535;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.menu-btn span:nth-child(2) {
  top: 29px;
  background-color: #353535;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.menu-btn span:nth-child(3) {
  top: 39px;
}
.menu-btn.active span:nth-child(1) {
  height: 2px;
  top: 29px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.menu-btn.active span:nth-child(3) {
  height: 2px;
  top: 29px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -50%;
  z-index: 100;
  width: 50%;
  background: url(/statics/project/images/nav_mb.jpg) no-repeat 100% 100%;
  transition: all 0.3s;
}
.menu .con {
  margin-top: 80px;
}
.menu .nav_list .item {
  margin: 0 20px;
  border-bottom: 1px solid #E6E6E6;
}
.menu .nav_list .item .nav_blcok {
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-weight: bold;
  padding: 20px 0;
}
.menu .nav_list .item .nav_blcok .bl {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0;
  background: url(/statics/project/images/icon_down.png) no-repeat center center;
  background-size: 10px 6px;
}
.menu .nav_list .item .second_nav {
  background-color: #FBFBFB;
  padding: 0 20px;
  display: none;
}
.menu .nav_list .item .second_nav .second_href {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 42px;
  border-bottom: 1px solid #E6E6E6;
}
.menu .nav_list .item .second_nav .second_href:last-child {
  border-bottom: 0;
}
.menu .nav_list .item.on {
  margin: 0;
}
.menu .nav_list .item.on .nav_blcok {
  border-bottom: 1px solid #E6E6E6;
}
.menu .nav_list .item.on .nav_blcok .bl {
  background: url(/statics/project/images/icon_up.png) no-repeat center center;
  background-size: 10px 6px;
  right: 20px;
}
.menu .nav_list .item.on .second_nav {
  display: block;
}
.menu.active {
  right: 0;
}
.innerpage {
  margin-top: 0;
  background-color: #F9F9F9;
}
.bread {
  height: 70px;
  background: url(/statics/project/images/bg_inpage.jpg) no-repeat 100% 100%;
  background-position: 100% 100%;
  background-size: 100% 100%;
}
.bread .bread_content .bread_left {
  float: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}
.bread .bread_content .bread_left .go_index {
  margin-right: 5px;
}
.bread .bread_content .bread_left .icon_fg {
  margin: 0 10px;
}
.bread .bread_content .bread_left a {
  color: #666666;
}
.bread .bread_content .bread_left span {
  color: #C7000A;
}
.bread .bread_content .bread_right {
  float: right;
  font-size: 16px;
}
.bread .bread_content .bread_right .ol {
  float: left;
  line-height: 68px;
  margin: 0 25px;
  color: #4D4D4D;
}
.bread .bread_content .bread_right .ol.on {
  color: #C7000A;
  border-bottom: 2px solid #C7000A;
}
.bgcolor {
  background: -webkit-linear-gradient(top, #ffffff 0%, #F9F9F9 100%);
}
.school_page {
  padding-top: 70px;
  padding-bottom: 80px;
}
.school_page .title {
  color: #C7000A;
  /* display: inline-block; */
  font-size: 42px;
  line-height: 1;
  padding-bottom: 14px;
  border-bottom: 1px solid #C7000A;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.school_page p {
  font-size: 20px;
  line-height: 1.7;
  color: #595959;
  padding: 10px 0;
}
.school_page .spe_p{
	text-align: right;
}
.school_page img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}
.school_page .img {
  padding: 20px 0;
}
.school_page .img img {
  width: 48% !important;
  display: block;
  height: auto;
  padding: 0;
  height: auto !important;
}
.school_page .img img:first-child {
  float: left;
}
.school_page .img img:last-child {
  float: right;
}
.principle_page {
  padding-top: 70px;
  padding-bottom: 60px;
}
.principle_page .principle_content {
  background-color: #F7F7F7;
}
.principle_page .principle_content .wapper {
  display: flex;
  align-items: center;
}
.principle_page .principle_content .wapper .inbox{
	width: 100%;
	position: relative;
	padding: 40px 0 40px 392px;
}
.principle_page .principle_content .wapper .people_box {
  width: 322px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.principle_page .principle_content .wapper .people_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.principle_page .principle_content .wapper .word_box {
  /* margin-left: 70px; */
}
.principle_page .principle_content .wapper .word_box .title {
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.principle_page .principle_content .wapper .word_box .text {
  color: #595959;
  font-size: 20px;
  line-height: 1.8;
}
.principle_page .principle_content .wapper .word_box .text p,
.principle_page .principle_content .wapper .word_box .text span{
	font-size: 20px !important;
}
.principle_page .principle_content .wapper .word_box .text p {
  padding: 4px 0;
}
.student_page {
  padding-top: 70px;
  padding-bottom: 80px;
}
.student_page .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.student_page .title::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -18px;
  width: 36px;
  height: 1px;
  background-color: #000000;
}
.student_page .student_list {
  border-bottom: 1px solid #E6E6E6;
}
.student_page .student_list .item {
  border-top: 1px solid #E6E6E6;
  padding: 50px 0;
}
.student_page .student_list .item .inbox {
  display: block;
  position: relative;
  padding-left: 400px;
  min-height: 230px;
}
.student_page .student_list .item .inbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 230px;
  overflow: hidden;
}
.student_page .student_list .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.student_page .student_list .item .inbox .word .tt {
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
.student_page .student_list .item .inbox .word .p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
}
.student_page .student_list .item .inbox .word .more {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  width: 158px;
  height: 40px;
  line-height: 40px;
  background-position: 80px center;
  border-radius: 20px;
  background: #F2F2F2;
  transition: all 0.3s;
}
.student_page .student_list .item .inbox .word .more .icon {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  width: 39px;
  height: 7px;
  background: url(/statics/project/images/icon_more.png) no-repeat;
}
.student_page .student_list.recruit_box .item .inbox {
  padding-left: 280px;
}
.student_page .student_list.recruit_box .item .inbox .time {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 280px;
  color: #4D4D4D;
}
.student_page .student_list.recruit_box .item .inbox .time h3 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1;
  font-size: 76px;
}
.student_page .student_list.recruit_box .item .inbox .time p {
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
}
.consult_content {
  background-color: #F7F7F7;
  border: 1px solid #F2F2F2;
  border-radius: 15px;
  padding: 50px;
  font-size: 18px;
  line-height: 1.8;
  color: #4D4D4D;
}
.consult_content .word{
	font-size: 16px;
}
.consult_content .tit {
  font-weight: bold;
  font-size: 26px;
}
.consult_content .p {
  margin-bottom: 6px;
}
.consult_content .p a {
  color: #C7000A;
}
.consult_content .txt {
  text-align: right;
  font-size: 24px;
}
.consult_content .line {
  height: 1px;
  background-color: #CCCCCC;
  opacity: 0.7;
  margin: 50px 0;
}
.consult_content .bg_tt {
  /* background-color: #ebebeb; */
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  color: #C7000A;
  font-size: 38px;
  font-weight: bold;
}
.consult_content .img {
  margin-top: 35px;
}
.consult_content .img img {
  display: block;
  width: 100%;
}
.consult_content .pdf_box {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
}
.consult_content .pdf_box .pdf_left {
  float: left;
  display: flex;
  align-items: center;
}
.consult_content .pdf_box .pdf_left img {
  margin-right: 20px;
}
.consult_content .pdf_box .pdf_left .text {
  line-height: 1;
  color: #666666;
  font-size: 14px;
}
.consult_content .pdf_box .pdf_left .text h3 {
  color: #C7000A;
  margin-bottom: 10px;
  font-size: 20px;
}
.consult_content .pdf_box .pdf_left .text span {
  margin-right: 20px;
}
.consult_content .pdf_box .pdf_right {
  float: right;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
}
.consult_content .pdf_box .pdf_right a {
  display: inline-block;
  margin-left: 10px;
  color: #C7000A;
}
.consult_content .pdf_box .pdf_right a img {
  margin-left: 4px;
  margin-bottom: 2px;
}
.page {
  text-align: center;
  margin-top: 60px;
}
.page .a_page {
  width: 70px;
  height: 70px;
  background: #F2F2F2;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  margin: 0 4px;
  transition: all 0.3s;
}
.page .a_page.on {
  color: #FFFFFF;
  background: #C7000A;
}
.contact_content {
  height: 375px;
  padding: 0 !important;
}
.contact_content .address_box {
  float: left;
  width: 35%;
  padding: 0 48px;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact_content .map_box {
  float: right;
  width: 65%;
  height: 100%;
}
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.my-map .icon {
  background: url(http://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.myinfowindow {
  width: 240px;
  min-height: 50px;
}
.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.website_box {
  border-top: 1px solid #CCCCCC;
}
.website_box .item {
  float: left;
  width: 50%;
  padding: 35px 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.website_box .item .span {
  color: #C7000A;
  font-size: 22px;
  font-weight: bold;
  margin-right: 100px;
}
.website_box .item .span i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C7000A;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.website_box .item .a_link {
  font-size: 16px;
}
.website_box .item .a_link a {
  color: #4D4D4D;
  margin-right: 50px;
}
.website_box .item:last-child {
  width: 100%;
}
.search_tit {
  padding: 10px 0 30px;
  overflow: hidden;
  line-height: 48px;
}
.search_tit .search_tit_left {
  font-size: 16px;
  color: #515151;
  float: left;
}
.search_tit .Gardenschool_tit_right {
  float: right;
}
.search_tit .Gardenschool_tit_right .m-so-hlg {
  height: 46px;
  line-height: 44px;
  position: relative;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.search_tit .Gardenschool_tit_right .inline_block {
  display: inline-block;
  vertical-align: middle;
}
.search_tit .Gardenschool_tit_right .inp {
  height: 100%;
  padding-left: 20px;
  width: 360px;
  font-size: 16px;
  color: #174264;
}
.search_tit .Gardenschool_tit_right .m-so-hlg_but {
  float: right;
  width: 70px;
  height: 100%;
  background: #f0f0f0;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.search_tit .Gardenschool_tit_right .m-so-hlg_but > img {
  vertical-align: middle;
}
.ul-link2-hlg li {
  padding: 26px 0 24px;
  border-bottom: 1px solid #9ca5ab;
}
.ul-link2-hlg li h2 a {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 8px;
  transition: all 0.4s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}
.ul-link2-hlg li p.desc {
  font-size: 16px;
  color: #515151;
  line-height: 30px;
  margin-bottom: 6px;
  max-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.ul-link2-hlg li span.date {
  font-size: 16px;
  color: #174264;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#pages{
  margin-top: 30px;
  text-align: center;

  /*height: 210px;*/
  /*line-height: 210px;*/
  /*text-align: center;*/
  /*font-size: 0;*/
  /*border-top: 1px solid #E6E6E6;*/
}
#pages>a,#pages>span{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #F2F2F2;
  border-radius: 50%;
  text-align: center;
  margin: 0 4px;
  transition: all 0.3s;
  color: #323232;
  outline: none;
  cursor: pointer;
}
#pages>span{
}
#pages>a:hover,#pages>span{
  color: #FFFFFF;
  background: #C7000A;
}