.hide {
  display: none;
}

p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}
.clear{
	clear: both;
}
img{max-width:100%;}
.header{
	width: 100%;
	height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;        
  background: #fff; 
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-placeholder {
  display: none;
  height: 60px;
}
.header.fixed + .header-placeholder {
  display: block;
}
.header_top{
	width: 1200px;
	margin: 0 auto ;
	align-items: center;
	display: flex;
	justify-content: space-between;
	    height: 60px;
}
.header_top .header_left img{
	width: 147px;
    
}

.header_top .header_right ul{
    display: flex;
}
.header_top .header_right ul li{
	margin-left: 70px;
	height: 60px;
	line-height: 60px;
}
.header_top .header_right ul li a{
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
	position: relative;
}
.header_right ul li a.active,.header_right ul li a:hover {
	font-size: 16px;
	color: #49A261;
}
.header_right ul li a.active:after,.header_right ul li a:hover:after{
    position: absolute;
    bottom: -12px;
    width: 76px;
	margin-left: -38px;
    left: 50%;
    height: 3px;
    content: '';
    background: #49A261;
    border-radius: 20px;
}
.header_right li[class^="dropdown"] > ul > li a:hover:After {
display: none;

}

.banner{
 position: relative;
  width: 100%;
  height: 600px;
  background: url('../images/bg33.png') no-repeat center center;
  background-size: cover; 
  display: flex;
  justify-content: center; 
  align-items: center;
}
.banner img{
  width: 100%;
}
.banner_cont{
	width: 1200px;
	position: relative;
	margin: 0 auto ;
}

.banner .swiper-pagination-bullets{
      bottom: 26px;
    left: -6px;
    width: 100%;
}
.banner_left{
	float: left;
	position: absolute;
	    bottom: -301px;
	    left: 60px;
}
.banner_center{
float: left;
    position: absolute;
    bottom: -264px;
    text-align: left;
    margin-left: 302px;
}
.banner_center h3{
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
    position: relative;
	padding-top: 10px;
	line-height: 30px;
}
.banner_center h3:nth-child(1):after{
	position: absolute;
	left: -10px;
	    top: 14px;
    background: url(../images/banneradr.png) no-repeat center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: '';
}
.banner_center h3:nth-child(2):after{
	position: absolute;
	left: -10px;
	    top: 14px;
    background: url(../images/bannertel.png) no-repeat center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: '';
	
}
.banner_right{
	position: absolute;
	float: left;
	width: 611px;
	right: 0px;
	    bottom: -258px;
	
}
.banner_right ol{
	text-align: left;
}
.banner_right ol img{
	width: 160px;
	height: 22px;
}
.banner_right p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 20px;
	text-align: left;
}
.header_right li{
	position: relative;
}

.header_right li[class^="dropdown"] > ul {
  display: none;
  position: absolute;
  top: 60px;
  left: -43px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  min-width: 160px;
  z-index: 1000;
}

.header_right li[class^="dropdown"]:hover > ul {
  display: block;
}

.header_right li[class^="dropdown"] > ul > li {
  list-style: none;
  margin: 0 auto 0;
  height: 36px;
}


.header_right li[class^="dropdown"] > ul > li + li {
  margin-top: 8px;
}


.header_right li[class^="dropdown"] > ul > li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}


.header_right li[class^="dropdown"] > ul > li a:hover {
  background: rgba(0,0,0,0.05);
  border-radius: 8px;
}


.tab_vr{
	height: 60px;
}
.tab_vr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.tab_cont{
	width: 1200px;
	margin: 0 auto 0;
	
}
.tab_cont ul li{
	float: left;
	margin-right: 60px;
	height: 60px;
	position: relative;
}
.tab_cont ul li a{
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 60px;
}
.tab_vr .tab_cont ul li.active:after {
 position: absolute;
 bottom:0;
 left: 50%;
 content: '';
 width: 40px;
 background:#49A261;
 height: 3px;
margin-left: -20px;
border-radius: 10px;
}
.tab_vr .tab_cont ul li.active a {
  color: #49A261;
}

.tit h3{
	font-weight: bold;
	font-size: 40px;
	color: #49A261;
	margin-top: 70px;
	line-height: 40px;
	text-align: center;
}
.tit p{
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #B3B3B3;
	line-height: 40px;
	margin-top: 5px;
	letter-spacing: 4px;
	text-transform:uppercase
}
.page01{
	margin: 80px auto 0;
}
.page01 .tit1 h3{
	color:rgba(73, 162, 97, 1);
	font-size: 28px;
	font-weight: bold;

	text-align: center;
	position: relative;
	
}
.page01 .tit1 {
	border-bottom: 2px solid rgba(73, 162, 97, 1);
	width: 1200px;
	margin: 60px auto 0;
	padding-bottom: 40px;
}
.page01 img{
	width: 1400px;
	margin: 60px auto 0;
	text-align: center;
	    display: block;
}
.page01 .page01_2{
text-align: center;
	margin: 40px auto 0;
}
.page01 .page01_2 p{
	font-size: 24px;
	
	text-align: center;
	color: rgba(0, 0, 0, 1);
	line-height: 42px;
}
.page01 .page01_2 p span{
	color:rgba(73, 162, 97, 1);
}
.page02{
	width: 1200px;
	margin: 60px auto 0;
}
.page02 .page02_cot1{
	margin: 60px auto 0;
	width: 1200px;
	height: 160px;
	margin: 60px auto 0;
	position: relative;
	background: rgba(73, 162, 97, 1);
	border-radius: 8px;
	padding-top: 1px;
	
}
.page02 .page02_cot1:after{
	position: absolute;
	background: url(../images/page01_2.png) no-repeat center;
	background-size: 100%;
	width: 500px;
	height: 331px;
	content: '';
	left: 0;
	bottom: -57px;
}
.page02 .page02_cot1 h3{
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 550px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 32px;
}
.page02 .page02_cot1 p{
		margin-left: 550px;
		font-size: 16px;
		color: #fff;
		width: 627px;
		line-height: 28px;
}
.page02_cot2 ul li{
	float: left;
	width: 330px;
	height: 75px;
	border-radius: 16px;
	background: rgba(73, 162, 97, 1);
	margin-left: 105px;
	margin-top: 60px;
	position: relative;
}
.page02_cot2 ul li:After{
	width: 30px;
	height: 3px;
	border-radius: 6px;
	content: '';
	position: absolute;
	right: 30px;
	top: 36px;
	background: #fff;
}
.page02_cot2 ul li:nth-child(1),.page02_cot2 ul li:nth-child(4){
	margin-left: 0;
}

.page02_cot2 ul li h3{
font-size: 24px;
	font-weight: 400;
	font-style: bold;
	color: #fff;
	line-height: 75px;
	margin-left: 40px;
}
.page03{
	height: 1050px;
	background: url(../images/page03_bg.png) no-repeat center;
	margin: 60px auto 0;
	padding-top: 1px;
}
.page03 .page03_cont{
	width: 1200px;
	margin: 0px auto 0;
}

.page03 ul li{
	width: 191px;
	height: 253px;
	background: #49a26121;
	border-radius: 16px 16px 16px 16px;
	float: left;
	position: relative;
	z-index: 2;
	margin-left: 10px;
	margin-top: 25px;
	overflow: hidden;
	cursor: pointer;
}
.page03 ul li:nth-child(1),.page03 ul li:nth-child(7){
	margin-left: 0;
}
.page03 ul li:nth-child(13){
	margin-left: 100px;
}
.page03 ul li img{
	height: 190px;
	z-index: -1;
	text-align: center;
	margin: 24px auto 0;
	display: block;
}
.page03 ul li .page03_cot{
	width: 191px;
	height: 63px;
    background: #49A261;
    border-radius: 16px 0px 16px 16px;
    position: absolute;
    bottom: 0;
	padding-top: 1px;
}
.page03 ul li ol{
	    position: absolute;
	    bottom: 0;
	    transition: all .3s linear;
	    height: 0;
		width: 191px;
	    background: #49A261;
	    border-radius: 16px 16px 16px 16px;
	    font-size: 16px;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 23px;
	    text-align: justify;
		
}
.page03 ul li:hover ol{
  height:253px;
   background: #49A261;
  transition: all .3s linear;
  
}
.page03 ul li h3{
	font-size: 20px;
	color: #FFFFFF;
	text-align: justified;
	font-style: normal;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 10px;
	line-height: 42px;
}
.page03 ul li h3 i{
	font-style: normal;
    text-align: center;
	font-size: 16px;
}
.page03 ul li span{
	height: 22px;
	border-radius: 8px 8px 8px 8px;
	border:1px solid #ffffff66;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	margin-left: 10px;
    padding: 0 5px;
    margin-top: 20px;
    display: inline-block;
	position: absolute;
	    right: 6px;
	    top: 1px;
   
}
.page03 ul li p{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	width: 166px;
	margin: 5px auto 0;
	text-align: justify;
	line-height: 19px;
	padding-left: 10px;
	position: relative;
}
.page03 ul li p:after{
	position: absolute;
	left: 0;
    top: 3px;
    width: 7px;
    height: 11px;
	background: url(../images/page03_18.png) no-repeat center;
	background-size: 100%;
	content: '';
}
.page03 ul li p:After{
	position: absolute;
	
}
.page03 ul li ol h3{
	margin-top: 20px;
	line-height: 20px;
}
.page03 ul li ol span{
	margin-top: 16px;
}
.page03 ul li ol div{
	height: 166px;
}
.page03 ul li ol p{
    line-height: 17px;
    margin-top:6px;
}
.page03 ul li ol h5{
    position: relative;
    padding-left: 22px;
    height: 30px;
    background: linear-gradient(176deg, #54C655 0%, #49A261 100%), #49A261;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 30px;
    font-weight: 500;
    margin: 0 auto 0;
    padding-left: 44px;
    float: left;
    width:96px;
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    margin-left: 25px;
}
.page03 ul li ol h5:After{
	position: absolute;
     left: 15px;
     top: 4px;
	content: '';
	background: url(../images/page03_19.png) no-repeat center;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.marquee-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
	  width: 1200px;
	  margin: 50px auto 60px;
    }
    .marquee {
      position: relative;
      overflow: hidden;
      background: #fff;
      
      border-radius: 8px;
      height: 70px;
      mask-image:
        linear-gradient(to right,
          transparent 0,
          black 10%,
          black 90%,
          transparent 100%);
      -webkit-mask-image:
        linear-gradient(to right,
          transparent 0,
          black 10%,
          black 90%,
          transparent 100%);
    }
    
    .track {
      display: flex;
      animation: marquee var(--duration,20s) linear infinite var(--delay,0s);
    }
    
    .item {
      display: flex;
      flex-shrink: 0;
      margin: 0 10px;
     width: 426px;
	 position: relative;
     height: 74px;
     background: rgba(73,162,97,0.1);
     border-radius: 16px 16px 16px 16px;
      overflow: hidden;
      box-sizing: border-box;
    }
    .item::after{
		width: 34px;
		height: 31px;
		content: '';
		position: absolute;
		left: 47%;
		margin-left: 0px;
		background: url(../images/page08_1.png) no-repeat center;
		background-size: 100%;
		    top: 21px;
	}
	
     .item h2{
		 position: absolute;
		 top: 0;
		 left: 0;
		 background: #49A261;
		 border-radius: 16px 0px 16px 0px;
		 width: 148px;
		 height: 20px;
		 font-weight: 600;
		 font-size: 12px;
		 text-align: center;
		 line-height: 20px;
		 color: #FFFFFF;
	 }
    .item_left,
    .item_right {
      flex: 1;
      padding: 10px 0px;
      text-align:left;
	  margin-top: 15px;
    }
    .item_left h3,
    .item_right h3 {
      margin: 0;
      line-height: 1.2;
      font-size: 14px;
      color: #333;
    }
.item_left h3{
	text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #1E1E1E;
	line-height:20px;
	margin-left: 10px;
	width: 230px;
}
 .item_right h3 {
	 font-size: 14px;
	color: #1E1E1E;
	line-height:20px;
		margin-left: 10px;
	font-weight: 600;
 }
 .item_right h3 span{
font-weight: 600;
font-size: 14px;
	 color: #24893F;
display: inline-block;
 }
.item_left p , .item_right p{
	float: left;
    margin-left: 10px;
	font-weight: 400;
	font-size: 12px;
	color: #757575;
}
.contact-form{
	margin-top: 50px;
}
.form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 500px;
  margin: 10px auto 10px;
}
.form-label {
  width: 100px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 10px;
  color: #333;
  line-height: 36px;
  font-size: 16px;
}
.required {
  color: #e54;
  margin-right: 2px;
}
.form-field {
  flex: 1;
  position: relative;
}
.form-field input,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 36px;
  outline: none;
}
.form-field textarea {
  padding: 10px;
  line-height: 1.5;
  resize: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #ccc;
}
.error-msg {
  color: #e54;
  font-size: 12px;
  margin-top: 4px;
  min-height: 18px;
}
.textarea-field .char-count {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 12px;
  color: #999;
}
.textarea-field .char-count .current {
  color: #333;
}

.form-actions {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.btn {
  display: inline-block;
  min-width: 120px;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 10px;
}
.btn-submit {
  background: #5ba66e;
  color: #fff;
}
.btn-reset {
  background: #d7f6de;
  color: #5ba66e;
}

.law_cont,
.environ {
  display: none;
}

.law_cont.show,
.environ.show {
  display: block;
}

.law_time.active,
.campus_tab.active {
  font-weight: bold;
}

.footer{
	height: 355px;
	background: #2C2C2C;
	padding-top:1px ;
}

.footer .footer_cont{
	width: 1200px;
	margin: 40px auto 0;
}

.footer_top{
	height: 195px;
	margin-top: 50px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
.footer_left{
	float: left;
	width: 344px;
	height: 145px;

}
.footer_left img{
	width:172px;
	height: 160px;
	margin-left: 100px;
}
.footer_right{
	float: left;
	
}
.footer_right ul{
	float: left;
	margin-left: 160px;
}
.footer_right ul li h3{
	font-weight: 500;
	font-size: 16px;
	color: #49A261;
}

.footer_right ul li:nth-child(2){
	margin-top: 16px;
}
.footer_right ul li a{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}
.footer_bottom{
	width: 650px;
	margin: 36px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.footer_bottom_left p{
	line-height: 26px;
}
.footer_bottom_left p a{
	font-weight: 400;
	font-size: 12px;
	color: #B3B3B3;
}
.footer_bottom_left{
		display: inline-block;
		width: 400px;
}
.footer_bottom_right{
	display: inline-block;
	    width: 184px;
}
.footer_bottom_right img {
    width: 184px;
    height: 47px;
}