#top{
	width:100%;
	left:0;
	top:0;
	z-index:4;
	background-color:inherit;
	position:fixed;
}
a{
	text-decoration:none;
}
.con{
	width:85%;
	margin:0 auto;
}
/*一级*/
.con ul li{
	float:left;
	list-style:none;
	height:50px;
	position:relative;
	margin-left:2%;
}
.con ul li img{
	margin:10px 0;
}
.con ul li a.go{
	display:inline-block;	
	height:50px;
	line-height:50px;
	font-size:0.7rem;
	border-top:3px solid transparent;
}
.con ul li a.go:hover{
	border-top:3px solid rgb(36,218,84);
}
/*二级*/
.tmenu{
	display:none;
	width:160px;
	padding:10px 5px;
	background-color:white;
	opacity: 0.9;
	position:absolute;
	top:50px;
	left:0;
}
.tmenu a.two_go{
	display:block;
	font-size:0.6rem;
	color:black;
	border-bottom:1px solid inherit;
	padding:5px;
}
.tmenu a.two_go:hover{
	color:rgb(36,218,84);
	/*border-bottom:1px solid rgb(36,218,84);*/
}
/*------news-------*/
.center{
	width:100%;
	height:80px;
	line-height:80px;
	margin:0 auto;
	position:relative;
}
.center .left,.right{
	width:30%;
	position:absolute;
	border:1px solid #cfcfcf;
	top:50px;
}
.center .c_con{
	width:30%;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	color:#333;
	font-size:1.33rem;
}
.center .left{	
	left:6%;
}
.center .right{
	right:6%;
}

.main_two .news{
	width:90%;
	padding-top:50px;
	margin:0 auto 50px;
}
.main_two .news_data{
	text-align:center;
	width: 33%;
	float:left;
}
.main_two .news_data img{
	width:90%;
	transition: all 1s; 
}
.main_two .news_data p{
	margin-top:20px;
	color:rgb(191,191,191);
}
.main_two .news_data:hover p{
	color:black;
}
.main_two .news_data:hover img{
	box-shadow: darkgrey 0px 0px 30px 5px;
	transform: scale(1.1);
}

/*---------轮播---------*/
.carousel-content{
	position: relative;
	display: inline-block;
	width:100%;
	margin-top: 100px;
	overflow:hidden;
}
.carousel{
	width: 100%;
	height:42vw;
	position: relative;
	overflow: hidden;
}
.carousel li{
	float: left;
	position: absolute;
	display: none;
}
.carousel li,.carousel li img{
	width: 100%;
	height: 100%;
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li{
	float: left;
    width: 15px;
    height: 3px;
    line-height: 50px;
    text-align: center;
    /*border-radius: 30px;*/
    /*background-color: rgba(0,0,0,0.2);*/
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    border:1px solid rgba(0,0,0,0.2);
}

.img-index li:hover{
	background-color: rgba(0,0,0,0.6);
}

.main_two{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.ceu:hover{
	transform: scale(1.1);
	box-shadow: darkgrey 0px 0px 30px 5px;
}