.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{
  text-align: center;
      max-width: 1960px;
      margin: 0 auto 0;
}
.banner img{
  width: 100%;
}

.banner .swiper-pagination-bullets{
      bottom: 26px;
    left: -6px;
    width: 100%;
}
.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;
}

.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}

.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;
}

.page01{
	height: 968px;
	background: rgba(73,162,97,0.1);
	padding-top: 1px;
}
.page01 .page01_cont1{
	width: 1200px;
	margin: 0 auto ;
}
.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_cont2{
	width: 1200px;
	height: 220px;
	margin-top:60px;
	background: #fff;
	position: relative;
	padding-top: 1px;
	z-index: 2;
	border-radius: 10px;
}

.page01_cont2:before{
		position: absolute;
	width: 143px;
	height: 151px;
	left: 0;
	top: 0;
		z-index: 0;
	content: '';
	background: url(../images/page01_4.png) no-repeat center;
	background-size: 100%;
}
.page01_cont2 h4{
	margin-top: 30px;
	line-height: 30px;
	margin-left: 42px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
		display: inline-block;
	position: relative;
}
.page01_cont2 h4:After{
	width: 4px;
	height: 22px;
	background: #49A261;
	position: absolute;
	left: -14px;
	content: '';
	top: 4px;
	border-radius: 40px;
}
.page01_cont2 p{
	margin-left: 42px;
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	text-align: justified;
	width: 400px;
	margin-top: 20px;
	float: left;
	    z-index: 5;
	    position: relative;
}
.page01_cont2 p span{
color: #49A261;
font-weight: bold;
}
.page01_cont2 img{
	width: 195px;
	height: 96px;
	display: inline-block;
	margin-left: 30px;
}
.page01_cont2_box{
	background: #Fff;
	border-radius: 10px;
	position: relative;
}
.page01_cont2 .page01_bg{
	left: -137px;;
}
.page01_cont3{
	width: 1200px;
	height:350px;
	margin-top:80px;
	background: #fff;
	position: relative;
	padding-top: 1px;
	z-index: 2;
	border-radius: 10px;
}
.page01_cont3 h4{
margin-top: 30px;
	line-height: 30px;
	margin-left: 32px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
		display: inline-block;
	position: relative;
	
}
.page01_cont3 h4:After{
	width: 4px;
	height: 22px;
	background: #49A261;
	position: absolute;
	left: -14px;
	content: '';
	top: 4px;
	border-radius: 40px;
}

.page01_cont3:before{
		position: absolute;
	width: 156px;
	height: 156px;
	right: 0;
	top: -28px;
	    z-index: 1;
	content: '';
	background: url(../images/page01_9.png) no-repeat center;
	background-size: 100%;
}
.page01_cont3_box{
	margin-left: 320px;
	position: relative;
	background: #fff;
}
.page01_cont3_box img{
	height: 132px;
}

.page01_cont3 p{
	margin-left: 32px;
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	text-align: justified;
	width: 820px;
	margin-top: 20px;
	
}
.page01_cont3 p span{
color: #49A261;
font-weight: bold;
}
.page01_cont3 img{
	margin-left: 40px;
	margin-top: 40px;
}
.page01_cot3b img{
	width: 288px;
	height: 248px;
	margin-left: 0;
}
 .page01_cont3 .page01_cot3c img{
	margin-top: 0;
}
.page01_cot3b .swiper-pagination-bullet{
		background: #fff;
		opacity: 0.3;
}
.page01_cot3b .swiper-pagination-bullet-active{
	background: #fff;
			opacity: 1;
}
.page01_cot3b{
	position: absolute;
	right: -15px;
	top: -14px;
	width: 288px;
	height: 248px;
	overflow: hidden;
}
.page01_cot3b{
		cursor: pointer;
		transition: all 0.6s;
}
.page01_cot3b:hover{
                transform: scale(1.1);
				box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.05);
 }
 
 .page01_cot3c{
position: absolute;
    left: -325px;
    top: -17px;
    width: 288px;
    height: 376px;
    overflow: hidden;
 }
 .page01_cot3c img{
 width: 288px;
 height: 378px;
 	margin-left: 0;
 }
   .page01_cot3c{
			
			cursor: pointer;
			transition: all 0.6s;}	
  .page01_cot3c:hover{
                transform: scale(1.1);
				box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.05);
            }
	.page01_cont3_box img{
			
			cursor: pointer;
			transition: all 0.6s;}		
.page01_cont3_box_img:hover{
                transform: scale(1.1);
				box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.05);
            }
}
.page01_cot3c .swiper-pagination-bullet{
		background: #fff;
		opacity: 0.3;
}
.page01_cot3c .swiper-pagination-bullet-active{
	background: #fff;
			opacity: 1;
}
.page02{
	width: 1200px;
	margin: 0 auto ;
}
.page02 ul li{
	float: left;
	    cursor: pointer;
	    transition: all 0.6s;

}
.page02 ul li:hover{
                transform: scale(1.1);
            }
.page02_cont2 ul li:nth-child(1){
	width: 350px;
}
.page02_cont2 ul li:nth-child(2){
	width: 482px;
}
.page02_cont2 ul li:nth-child(3){
	width: 400px;
}
.page02_cont2,.page02_cont3{
	position: relative;
	margin-top: 54px;
}
.page02 ul li:nth-child(3){
	float: right;
}
.page02 ul li:nth-child(2){
	position: absolute;
	left: 326px;
	top: -10px;
	z-index: 5;
}
 .page02 .page02_cont3 ul li:nth-child(1){
	 width: 400px;
 }
 .page02 .page02_cont3 ul li:nth-child(2){
 	 width: 432px;
 }
 .page02 .page02_cont3 ul li:nth-child(3){
 	 width: 411px;
 }
 .page02 .page02_cont3 ul li:nth-child(2){
	position: absolute;
	left: 367px;
}

 .page02 .page02_cont3 ul li:nth-child(3){
	 background: url(../images/page02_5.png) no-repeat center;
	 background-size: 100%;
	 width: 411px;
	 height: 250px;
	 
 }
  .page02 .page02_cont3 ul li:nth-child(3) p{
 font-weight: 400;
 font-size: 14px;
 color: #1E1E1E;
 line-height: 30px;
 letter-spacing: 1px;
 width: 276px;
 margin-left: 50px;
 margin-top: 30px;
 text-align: left;}
.page03{
	height: 782px;
	background: url(../images/page03_bg.png) no-repeat center;
    padding-top: 1px;
	margin-top: 80px;
}
.page03_cont2{
	position: relative;
}
.page03_cont1{
	width: 1200px;
	margin: 70px auto 0;
}
.page03_cont3{
	margin-top:60px;
	position: relative;
	padding-top: 10px;
}
.page03_cont3:after{
	position: absolute;
	width: 1200px;
	height: 2px;
	
	background: #D4D4D4;
	border-radius: 0px 0px 0px 0px;
    content: '';
	top: 10px;
	left: 0;

}
.page03_cot{

	margin-top: 70px;

}
.page03_cot:after{
	position: absolute;
	    top: -74px;
	width: 9px;
	height: 9px;
	background: #D4D4D4;
	border-radius: 50%;
	content: '';
	left: 50%;
	margin-left: -4px;
}
.page03_cot .inner{
	width: 288px !important;
	height: 400px;
	border-radius: 10px;
	position: relative;
	padding-top: 1px;
    background: #Fff;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	cursor: pointer;}
.page03_cot .inner:hover{
	      transform: translate(0, -10px);
	  -webkit-transform: translate(0, -10px);
	  -ms-transform: translate(0, -10px);
	  -moz-transform: translate(0, -10px);
}
.page03_cot:hover:after{
	   top: -80px;
	background: url(../images/page03_1.png) no-repeat center;
	background-size: 100%;
	width: 22px;
	height: 22px;
}
.page03 .page03_cont3 .page03_cot1 .inner:hover{
	background: url(../images/page03_2.png) no-repeat center;
    background-size: 100%;
 }
.page03 .page03_cont3 .page03_cot2 .inner:hover{
	background: url(../images/page03_3.png) no-repeat center;
    background-size: 100%;
 }
 .page03 .page03_cont3 .page03_cot3 .inner:hover{
 	background: url(../images/page03_4.png) no-repeat center;
     background-size: 100%;
  }
  .page03 .page03_cont3 .page03_cot4 .inner:hover{
  	background: url(../images/page03_5.png) no-repeat center;
      background-size: 100%;
   }
.page03 .page03_cont3 .page03_cot5 .inner:hover{
	background: url(../images/page03_6.png) no-repeat center;
    background-size: 100%;
 }
 .page03 .page03_cont3 .page03_cot6 .inner:hover{
 	background: url(../images/page03_7.png) no-repeat center;
     background-size: 100%;
  }
  .page03 .page03_cont3 .page03_cot7 .inner:hover{
  	background: url(../images/page03_8.png) no-repeat center;
      background-size: 100%;
   }
.page03 .page03_cont3 .page03_cot:hover h3,.page03 .page03_cont3 .page03_cot:hover h4,.page03 .page03_cont3 .page03_cot:hover p,.page03 .page03_cont3 .page03_cot:hover p span{
	color: #fff !important;
}
.page03_cot h3{
	font-weight: bold;
	font-size: 40px;
	color: #49A261;
	line-height: 44px;
	margin-left: 24px;
	margin-top: 20px;
	
}

.page03_cot h4{
	font-weight: bold;
	font-size: 20px;
	color: #1E1E1E;
	line-height: 20px;
	margin-left: 24px;
	margin-top: 8px;
	
}
.page03_cot p{
	font-weight: 400;
	font-size: 14px;
	color: #757575;
	width: 240px;
	margin-left: 24px;
	margin-top: 14px;
}
.page03_cot p span{
	color: #49A261;
}
.page03 .swiper-button-next{
	width: 56px;
	height: 56px;
	right: -79px;
	left: auto;
	top: 280px;
	background: url(../images/next_right1.png) no-repeat center;
	background-size: 100%;
	
}
.page03 .swiper-button-next:hover{

	background: url(../images/next_right.png) no-repeat center;
	background-size: 100%;
	
}
.page03 .swiper-button-prev{
	width: 56px;
	height: 56px;
	left: -79px;
	top: 280px;
	background:url(../images/next_left.png) no-repeat center;
	background-size: 100%;
}
.page03 .swiper-button-prev:hover{

	background:url(../images/next_left1.png) no-repeat center;
	background-size: 100%;
}
#myVideo{
	border-radius: 14px;
}
.page04{
	margin-top: 0px;
	background: url(../images/page04.jpg) no-repeat center;
	height: 924px;
	padding-top: 1px;
}
.page04_cont1{
	width: 1200px;
	margin: 60px auto 0;
}
.page04_cont1 .page04_cont2{
	width: 1200px;
	height: 290px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-top: 50px;
}
.page04_left{
	display: inline-block;
	width: 552px;
}
.page04_right{
	width: 600px;
	display: inline-block;
	position: relative;
}
.page04_right:after{
    width: 1px;
    height: 211px;
    background: #D9D9D9;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    content: '';
    left: -16px;
    top: 33px;
}
.page04_right img{
	display: block;
}
.page04_tit{
font-weight: 600;
font-size: 24px;
color: #1E1E1E;
margin-left: 32px;
line-height: 24px;
margin-top: 46px;
}
.page04 ul li{
	margin-top: 40px;
	margin-left: 32px;
	float: left;
	margin-right: 8px;
}
.page04 ul li p{
	font-weight: 500;
	font-size: 16px;
	color: #1E1E1E;
	text-align: center;
	line-height: 26px;
	margin-top: 10px;
}
.page04 ul li p span{
	font-size: 14px;
}
.flip-card {
  
  width: 80px;
  height: 80px;

}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;  
  transition: transform 0.6s ease; 
 cursor: pointer;
    transform-origin: center center;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  backface-visibility: hidden;   
}
.flip-card-back {
  transform: rotateY(-180deg);
}
.page05{
	background: url(../images/page05_bg.png) no-repeat center;
	height: 759px;
	padding-top: 1px;
	
}
.page05_cont{
	width: 1199px;
	padding-right: 1px;
	height: 600px;
	background: #FFFFFF;
	box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.1);
	border-radius: 16px 16px 16px 16px;
	margin: 80px auto 0;
}
.page05_cont_left{
	float: left;
	width: 388px;
}
.page05 h3{
	font-weight: 600;
	font-size: 40px;
	color: #49A261;
	line-height: 52px;
	margin-left: 50px;
	margin-top: 70px;
	position: relative;
}
.page05 h3:after{
	position: absolute;
	top: -25px;
	left: 0;
	background: url(../images/page05_1.png) no-repeat center;
	background-size: 100%;
	width: 268px;
	height: 12px;
	content: '';
}
.page05 h4{
	font-weight: 300;
	font-size: 20px;
	color: #49A261;
	letter-spacing: 4px;
	margin-left: 52px;
	line-height: 32px;
	margin-top: 6px;
}
.page05 p{
	width: 270px;
	margin-left: 52px;
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 28px;
}
.page05 img{
	margin-top: 50px;
	margin-right: 50px;
}
.page05_cont_right{
	display: inline-block;
	width: 760px;
	margin-right: 40px;
}
.page06_cont1{
	margin: 60px auto 0;
	width: 1200px;
}
.page06_cont2{
	margin-top: 60px;
}
.page07{
	height: 759px;
	background: url(../images/paeg07_bg.png) center center;
	padding-top: 1px;
	margin: 80px auto 0;
	    background-size: cover;
	    display: flex
	;
	    justify-content: center;
	    align-items: center;
}
.page07 .tit h3{
	margin-top: 0;
}
.page07_cont1{
	width: 1200px;
	margin: 0px auto 0;
}
.page07_cont1 ul li{
	cursor: pointer;
	transition: all 0.6s;
	
}
.page07_cont1 ul li:hover{
                transform: scale(1.1);
				box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.05);
            }
.page07_cont2 ul li{
	float: left;
	width: 373px;
	height: 214px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-left: 40px;
	margin-top: 50px;

} 
.page07_cont3 ul li{
	float: left;
	width: 580px;
	height: 192px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-left: 40px;
	margin-top: 50px;

} 
.page07 ul li img{
	margin-top: 32px;
	margin-left: 32px;
}
.page07_cont2 ul li:nth-child(1),.page07_cont3 ul li:nth-child(1){
	margin-left: 0;
}
.page07 ul li img{
	height: 40px;
}

.page07_cont2 ul li p{
	width: 309px;
}
.page07 ul li h3{
		margin-left: 32px;
		font-weight: 600;
		font-size: 24px;
		color: #1E1E1E;
		margin-top: 16px;
}
.page07 ul li p{
	font-weight: 400;
	font-size: 16px;
	color: #757575;
	margin-left: 32px;
	margin-top: 16px;
}
.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;
	margin: 80px auto 0;
	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;
}