html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;

}
#wrap{
	background: url("../img/0.jfif") no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	padding: 0;
	margin:0;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
	color: rgb(69, 62, 62);
}
a:link{
	text-decoration: none;
}
/*....自己的样式....*/
/* header样式 */
.header{
	line-height: 50px;
}
nav{ overflow: hidden;
 }
.header .nav{
	padding-top: 0px;
	height:50px;
	line-height: 50px;
	/* background:  #CCCCCC; */
}

ul li{
  float: right;
  margin-right: 30px;
  /* margin-top: -10px; */
  color:white;
}
ul li>a{
	font-weight: bolder;
	color: rgba(25, 36, 32, 0.737);
	font-size: 19px;
}


.logo {
	float: left;
	margin-left: 10px;
}
.logo a{
     font-size: 30px;
     color: #111111;
     font-weight: 700;
     letter-spacing: 4px;
}

.banner{
	height: 500px;
}
.banner .inner{
	color: rgb(32, 29, 29);
	text-align:center;
	margin:0 auto;
	max-width: 300px;
	position: relative;
	top: 50px;
	padding: 5px;
}
 .line {
	width: 65%;
	background: #fff;
	height: 4px;
	margin:0 auto;
    margin-bottom: 10px;

}
.banner .inner p{
	color: white;
	line-height: 34px;
	font-size:18px;
	letter-spacing: 1px;
}
.inner h1{
   font-size: 30px;
   margin-bottom: 10px;
   color: white;
}


.banner .inner .more{
	margin-top: 70px;
	margin-bottom: 10px;
}
.banner .inner .more a{
	color: white;
	font-weight: bolder;
	text-decoration: none;
}
.banner .inner .more a:hover{
	color: aqua;
}
.content{
	opacity: .8;
}
.banner .inner button{
	padding: 10px 20px;
	border-radius: 10px;
	border:none;
	outline: none;
	color: #fff;
	cursor: pointer; 
}
.part_one{
	text-align: center;
	/* color: #fff; */
	background: rgba(67,178,165,1);
	padding-top: 65px;
	/* opacity: 0.95; */
}
.wraper{
	max-width: 1080px;
	margin: 0 auto;
}
.wraper h1{
	padding: 15px 0;
	font-size: 27px;
}
.wraper .line{
	width: 50%;
	background: darkgrey;
	height: 2px;
	margin-top:30px;
    
 }
 .wraper .first_tittle {
 	padding-bottom: 10px;
 }
 .wraper p{
    padding: 15px 0;
    font-size: 18px;
    letter-spacing: 1px;
 }
 .icon {
 	margin: 30px auto;
 	margin-bottom: 0;
 	padding-bottom: 30px;
 }
 .icon .item{
 	border:2px solid green;
 	display: inline-block;
 	height: 80px;
 	width: 80px;
 	margin-right: 50px;
 	transform: rotate(45deg);
 }
 .icon .item img{
 	width: 57px;
 	height: 50px;
    margin-top:15px;
    transform: rotate(315deg);
 }
 .first{
 	padding:0px;
 	margin:0px;
 }
 .first_left{
 	width: 41%;
 	border: none;
 }
 .first_left img{
 	width: 100%;
 	border-radius: 100px;
 }
 .first>div{
      float: left;
 }
 .clear_fix:after{
 	content: "";
 	display: block;
 	clear: both;
 } 
 .first_text{
 	position: relative;
 	top: 68px;
 	left: 50px;
 	width: 55%;
 	color:black ;
 }
.first_text h2{
	font-size: 20px;
	/* margin-bottom: 10px; */

}
.part_two{
 	background: url('../img/2.png');
 	
 }
 .first_text .first_title{
 	margin-top: 10px;
 	font-size: 20px;
 }
 .first:nth-child(even){
 	background: rgba(255,255,255,);
 }
 .part_three {
 	background:url('../img/1.png');
 	
 	color:white;

 	}
.three_wrap .three_text{
	
 	padding-top:65px; 
 	
}
.three_wrap{
	margin:0 auto;
 	width: 60%;
}
.three_text h2{
	margin-bottom: 20px;
	text-align: center;
}
.card{
	min-height: 300px;
	width: 50%;
	padding: 50px;
	float: left;
	max-width: 461px;
	box-sizing:border-box;
	margin-top:20px;
}
.card h2{
	text-align: center;
}
.card:nth-child(1){
	background: rgba(0,0,0,0.5);
}
.card:nth-child(2){
	background: rgba(0,0,0,0.1);
}
.card:nth-child(3){
	background: rgba(0,0,0,0.15);
}
.card:nth-child(4){
	background: rgba(0,0,0,0.2);
}
.card:nth-child(5){
	background: rgba(0,0,0,0.25);
}
.card:nth-child(6){
	background: rgba(0,0,0,0.3);
}
.footer{
	background: #333;
	min-height: 200px;
	text-align: center;
	color: #fff;
}
.share_group {
	display: block;

	
	
	padding:45px;
}
.share_group li{
	/* display: inline-block; */
	padding: 10px;
}
.active{
	position: relative;
}
.active span{
	position: absolute;
	height: 4px;
	background: #fff;
	bottom: 7px;
	left: 0;
	width: 100%;
}
/* .mask{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	background:rgba(0,0,0,0.1);
} */
/* 右侧划出栏 */
.silder{
	/* display:block; */
	background: #333;
	position: fixed;
	top: 60px;
	right:240px;
	bottom: 0;
	width: 200px;
	height: 66px;
	border-radius: 10px;
}
.silder ul li{
	text-align: center;
	width: 200px;
	padding-top:10px;
	margin-right: 0;
	height:66px ;
}
.silder ul li a:hover{
	color: aqua; 
}
.silder ul li a{
	color: white;
}
.dib{
	width:100%;
	height:100%;
	position: absolute;
	top: 50px;
	background: url("../img/3.png")
}

.dip{
	font-size: 30px;
	color: black;
	text-align: center;
	font-size: 隶书;
}
#xianshi{
	background-color: aqua;
	color: black;
}
/* 时间 */
.time span:nth-child(2)::before{
	content: ':';
	padding-right: 10px;
}
.time span:nth-child(3)::before{
	content: ':';
	padding-right: 10px;
}

