.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: 242px;
    
}

.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;
}
.header_right ul li a.active,.header_right ul li a:hover {
	font-size: 16px;
	color: #49A261;
}
.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: -290px;
}
.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: -280px;
	
}
.banner_right ol{
	text-align: left;
}
.banner_right ol img{
	width: 256px;
	height: 24px;
}
.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;
}

.banner{
  text-align: center;
      max-width: 1960px;
      margin: 0 auto 0;
}
.banner img{
  width: 100%;
}

.banner .swiper-pagination-bullets{
      bottom: 26px;
    left: -6px;
    width: 100%;
}
.banner li{ height: auto;}
.banner li{background-size: 100%;}
.banner li a{ display: block; width: 100%; height: auto}
.banner .swiper-pagination-bullet{ opacity: 1; background: rgba(0,0,0,0.4); border-radius: 4px; transition: all .2s linear}
.banner .swiper-pagination-bullet-active{ width: 16px; background: #fff}

.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{
	width: 1200px;
	margin: 60px auto 0;
	height: 478px;
}
.page02{
	height: 815px;
	background: #F5F6F7;
	padding-top: 1px;
	margin:80px auto 0;
}
.page02_cont{
	width: 1200px;
	margin: 40px auto 0;
}
.page02_cont .box{

}
.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;
}
.page08{
  width: 1200px;
  margin: 50px auto 0;

}
.page8_cot{
  margin-top: 30px;
}
.page08 .law li{
width: 116px;
height: 48px;
background:#49a26129;
border-radius: 12px;
float: left;
margin-left: 19px;
margin-top: 20px;
  cursor: pointer;
}
.page08 .law li p{
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #49A261;
text-align: center;
line-height: 48px;
}
.page08 .law li:nth-child(1),.page08 .law li:nth-child(10),.page08 .law li:nth-child(19){
  margin-left:0px;
}
.page08 .law .law_time.active{
background:#49A261;
}
.page08 .law .law_time.active p{
  color: #fff;
}
.page08 .law_cont{
  display: none;

}
.page08 .law_cont.show{
  display: block;
    background: #fff;
border-radius: 12px;
position: relative;
float: right;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}
.page08 .law_cont{
width: 1130px;
height: 380px;
background: #FFFFFF;
box-shadow: 0px 12px 26px 0px rgba(56, 68, 139, 0.2);
border-radius: 12px;
margin-top: 40px;
position: relative;
transition: all .4s;
-webkit-transition: all .4s;

-moz-transition: all .4s;

}
.page08 .law_cont .law_cont_a{
    float: right;
    z-index: 5;
    width: 538px;
}
.page08 .law_cont{
  display: none;

}
.page08 .swiper-pagination-bullet{
      opacity: 1;
}
.page08 .swiper-pagination-bullet-active{
  background: #fff;
}
.law_cont .mySwiper10{
  float: left;
  width: 600px !important;
height: 320px !important;
position: relative;


border-radius: 12px !important;
}
.law_cont .swiper-slide img{
 width: 600px !important;
height: 300px !important; 
position: absolute;
left: -70px;
    top: 40px;
border-radius: 12px 0 0 12px;
}
.swiper-notification {
	display: none !important;
}
.page08 .law_cont div.show{
  display: inline-block;
  position: relative;
 
  float: left;
      width:589px;
    height: 320px;
      animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}

.page08 .law_cont .law_cont_a li{
    width: 114px;
    height:40px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    margin-left: 30px;

}

.page08 .law_cont .law_cont_a p{
  line-height: 40px;
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #1E1E1E;
}

.page08 .law_cont .active p {
  border-bottom: 2px solid #49A261;
  color: #49A261;
}


.page08 .law_cont  .active p {
  color: #49A261;
}


.page08 .law_cont div h2{
    position: absolute;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 24px;
    float: left;
    margin-top: 25px;
    margin-left: 209px;
    width: 419px;
    bottom: 160px;
    left: 438px;
}
.page08 .law_cont div h2:after{
  width:20px;
height: 20px;
content: '';
position: absolute;
    left: -25px;
    top: 4px;


background: url(../images/page08_adr.png)no-repeat center;
background-size: 100%;
}
.page08 .law_cont div h3{
    position: relative;
  font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
 position: absolute;
color:#1E1E1E;
line-height: 24px;
    bottom: 100px;
        width: 500px;
    left: 438px;
float: left;
margin-top: 14px;
margin-left:209px;
}
.page08 .law_cont div h3:after{
    width: 20px;
height: 20px;
content: '';
position: absolute;
    left: -25px;
    top: 4px;


background: url(../images/page08_tel.png)no-repeat center;
background-size: 100%;
}

.page08 .law_cont div h4{
    position: relative;
  font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
 position: absolute;
color: #fff;
line-height: 24px;
    bottom: 43px;
        width: 500px;
    left: 438px;
float: left;
margin-top: 14px;
margin-left:209px;
}
.page08 .law_cont div h4:after{
    width:20px;
height: 20px;
content: '';
position: absolute;
    left: -25px;
    top: 5px;
background: url(../images/page08_web.png)no-repeat center;
background-size: 100%;
}
.page08 .law_cont div img{
  cursor: pointer;
}

.page08 .law_cont div h5{
	float: left;
	    position: absolute;
	    height: 36px;
	    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: 36px;
	    font-weight: 500;
	    margin: 0 auto 0;
	    padding-left: 80px;
	    float: left;
	    width: 112px;
	    font-size: 18px;
	    display: inline-block;
		cursor: pointer;
	    color: #FFFFFF;
	    margin-left: 15px;
	      bottom: 32px;
	left: 607px;
	
}
.page08 .law_cont div h5 span{
	display: inline-block;
	    background: url(../../images/page02_7.png) no-repeat center;
	    background-size: 100%;
	    width: 24px;
	    height: 24px;
		position: absolute;
		    left: 47px;
		    top: 7px;
}
.page08 .swiper-notification{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.page08 .swiper-pagination-bullet-active {
    background: #fff;
}
.page08 .swiper-pagination-bullet{
      opacity: 0.2;
	  
}
.page08 .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}
.page08 .swiper-pagination-bullets{
	    left: -70px;
		bottom: -8px;

}
.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: 264px;
	height: 145px;
	margin-left: 80px;
}
.footer_right{
	float: left;
	
}
.footer_right ul{
	float: left;
	margin-left: 120px;
}
.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;
}