*{
	margin:0;
	padding:0;
	font-family: "微软雅黑";
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.cont1{
	width:100%;
	height:888px;
	position:relative;
	margin-bottom: 82px;
}
.cont1-1{
	width:436px;
	height:576px;
	// border:solid 1px red;
	position:absolute;
	left:390px;
	top:239px;
	z-index: 999;
}
.cont1-1-1{
	width:436px;
	height:503px;
	background:#2fced9;
	border-radius: 30px;
	overflow: hidden;

}
.cont1-1-1 p:nth-child(1){
	margin-left: 33px;
	margin-top: 30px;
}
.cont1-1-1 p:nth-child(2){
	font-size: 25px;
	height:25px;
	color:#fff;
	margin-left: 33px;
	margin-top: 30px;
}
.cont1-1-1 p:nth-child(3){
	font-size: 20px;
	height:20px;
	color:#fff;
	margin-left: 33px;
	margin-top: 17px;
}
.cont1-1-1 p:nth-child(4){
	font-size: 25px;
	height:25px;
	color:#fff;
	margin-left: 33px;
	margin-top: 17px;
}
.cont1-1-1 p:nth-child(5){
	margin-left: 33px;
	margin-top: 17px;
}
.cont1-1-2{
	width:436px;
	height:64px;
	background:#8987c6;
	border-radius: 50px;
	margin-top: 9px;
}
.cont1-1-2 a{
	display:block;
	width:436px;
	height:64px;
    text-align: center;
    vertical-align:middle; 
    line-height: 64px;
    font-size: 25px;
    color:#fff;
}
.cont1-1-2 a img{
	vertical-align:middle; 
	margin-right: 5px;
}
.cont3{
	width:1100px;
	height:365px;
	margin:0 auto;
	background:url(../images/gjbx1.png) bottom center no-repeat;
}
.cont3-1{
	width:1100px;
	height:340px;
}
.cont3-1 li{
	width:220px;
	height:340px;
	float:left;
	position: relative;
	cursor: pointer;
}
.cont3-1 li a{
	display:block;
	width:220px;
	height:54px;
	background:url(../images/gjbx2.png) top center no-repeat;
	font-size: 26px;
	color:#fff;
	line-height: 54px;
	text-align: center;	
	position:absolute;
	left:0;
	bottom:22px;
}
.cont3-1 li:hover a{
	position:absolute;
	left:0;
	bottom:162px;
	transition:all 1s; 

}

.nav{

	width:100%;
	height:68px;
	background:url(../images/gjbx3.png) top center no-repeat;
	position:fixed;
	top:0;
	left:0;
}
.nav-1{
	width:1100px;
	height:68px;
	margin:0 auto;
}
.nav-1 ul{
	margin-left: 165px;
}
.nav-1 li{
	height:68px;
	float:left;
	margin-right: 70px;
	line-height: 68px;
	font-size: 18px;
	color:#2acad6;

}
.nav-1 li a{
	font-size: 18px;
	color:#2acad6;
}
#active{
	color:#a8a9aa;
}