.nav{
	width:100%;
}
.navsever{
	width: 100%;
	background: #fff;
	height:5rem;
}
.navTopRight{
	font-size: 0.8rem;
	color: #FFFFFF;
	float: right;
	height: 1.7rem;
	line-height: 1.7rem;
}
.navTopRight span{
	font-size: 1rem;
}
.navTopRight li{
	display: inline-block;
	padding: 0 10px;
}
.navseverLeft{
	width: 30%;
	text-align: center;
}
.navseverLeft img{
	height: 3.6rem;
	width: auto;
	margin-top: 0.7rem;
}
.navseverRight{
	width: 70%;
}
.gupiao{
	color: #4BB2A1;
	height: 5rem;
	line-height: 5rem;
	font-size: 0.8rem;
	text-align: center;
	float: left;
	margin-left: 3rem;
}
.gupiao div{
	display: inline-block;
	
}
.twoNavLeft{
	line-height: 3.2rem;
    font-size: 0.75rem;
    width: 70%;
}
.twoNav{
	 border-bottom: 1px solid #ddd;
    height: 3.2rem;
}
.gupiao div:nth-child(1){
	padding-right: 10px;
}
.navseverRight li{
	color: #333;
	text-align: center;
	width:4.3REM;
	font-size: 0.8rem;
	display:block;
	float: left;
	height: 5rem;
	line-height: 5rem;
	cursor: pointer;
	position: relative;
}
.navseverLeft,.navseverRight{
	float: left;
}
.navseverRight li:nth-child(6){
	color: #fff;
	background: #4BB2A1;
}
.navseverRight li:hover {
   color: #fff;
}
.navseverRight li:hover p{
    height: 100%;
}
.navseverRight li:hover span{
	color: #fff;
}
.navseverRight span{
	display: block;
	position: relative;
	z-index: 99;
}
.navseverRight p
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    transition: all 0.2s;
    background:  #4BB2A1;
}
.navseverRight p{
	color: #fff;
}
.navs{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 60px;
	overflow: hidden;
	width: 15rem;
	display: none;
}
.navseverRight .navss{
	width: 5rem !important;
	float: left;
	z-index: 1;
	background: #4C4A4F;
	width: 100%;
	margin-top:-60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0.7rem;
	transition: all 0.2s;
}
.navseverRight li:hover .navs{
	display: block;
}
.navseverRight li:hover .navss{
	margin-top: 0;
}
.navss:hover{
	color: #4BB2A1;
}
/*轮播*/
.banner img{
	transform: scale(1);
	animation: banner 10s alternate infinite;
}
@keyframes banner{
	from{transform: scale(1);}
	to{transform: scale(1.2);}
}
.sousuo{
	width: 100%;
	background: #4BB2A1;
	height:40px;
	padding: 10px 0;
}
.sousuoBox{
	width: 60rem;
	height: 20px;
	margin: 0 auto;
}
.classOne{
	display: inline-block;
	margin-left: 1rem;
}
.catu img{
	display: block;
}
.classOne span{
	display: none;
}
.classOne>p{
	width: 7rem;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 0.75rem;
	cursor: pointer;
	color: #666;
	transition: background-color 0.3s;
}
.classOne p:hover{
	background: #ddd;
}
.classOne{
	position: relative;
}
.classOne div{
	display: none;
	z-index: 99;
	position: absolute;
	width: calc(100% - 2px);
	background: #fff;
	border: 1px solid #4BB2A1;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 0.75rem;
	line-height: 30px;
}
.meis{
	display: none;
	color: #666666;
	font-size: 0.8rem;
	text-align: center;
	padding: 20px 0;
}
.classOne div p{
	cursor: pointer;
}
/*主要内容*/
main{
	padding-bottom: 50px;
	min-height: 500px;
}
.mainTitle{
	padding: 20px 0;
	text-align: center;
}
.Box{
	width: 60rem;
	margin: 0 auto;
}
.mainLists{
	background: #F4F4F4;
	cursor: pointer;
	margin-top: 5px;
}
.mainListsLeft,.mainListsRight{
	float: left;
	width: 50%;
	height: 17rem;
}
.mainListsRightBox{
	width: 25rem;
	margin: 0 auto;
}
.mainListsRightBox{
	font-size: 0.75rem;
	color: #666;
}
.mainListsRightBox p{
	line-height: 1.5rem;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.mainListsRightBox P:nth-child(2){
	margin-top: 10px;
}
.mainListsRightBox .mainListsRightBoxTitle{
	font-size: 0.8rem;
	color: #4BB2A1;
	border-bottom:2px solid #4BB2A1;
	display: inline-block;
	margin-top: 3rem;
}
.mainFot{
    height: 60px;
    line-height: 60px;
    background: #4BB2A1;
    color: #FFFFFF;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    width: 60rem;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: bold;
}
.mainListsLeft{
	height:17rem;
	background: no-repeat center;
	background-size: cover;
}
.mainTitle p:nth-child(1){
	font-size: 1rem;
	color: #4BB2A1;
}
.mainTitle p:nth-child(2){
	font-size: 0.75rem;
	color: #999;
}
.mainTitle .imgtitlesr{
	font-size: 1rem;
	color: #4BB2A1;
	font-weight: bold;
}
.mainTitle .imgtitleen{
	font-size: 1rem;
	color: #999;
}
.mins img{
	display: block;
	width: 100%;
}
.mins a:nth-child(1) li{
	margin-left: 0;
}
.mins li{
	float: left;
	width: calc(94% / 4);
	background: #E6E6E6;
	margin-left: 2%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.mins li:hover .filers{
	opacity: 0;
}
.mins li:hover .fler img{
	transform:scale(1.1)
}
.fler{
}
.flersx{
	border: 2px solid #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	margin-top: 9px;
	margin-left: 9px;
	top: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
}
.flersx div{
	float: left;
}
.flersxLeft{
	width: 30%;
	padding:15% 0;
	margin-top: 10%;
	border-right: 1px solid #fff;
	text-align: center;
	
}
.flersxRight{
	width: 60%;
	padding: 12px;
	font-size: 0.8rem;
}
.flersxRight p{
	line-height: 25px;
	letter-spacing:2px
}
.fler img{
	transform: scale(1);
	transition-property: transform;
	transition-duration: 1s;
}
.filers{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #E6E6E6;
	width: 100%;
	opacity: 1;
	text-align: center;
	transition: opacity 1s;
}
.filers p:nth-child(1){
	font-size: 1.4rem;
	color: #333;
	margin-top: 25%;
}
.filers p:nth-child(2){
	font-size: 0.8rem;
	color: #666;
	margin-top: 15%;
}
.mins{
	overflow: hidden;
}
/*底部*/
footer{
	padding: 30px 0;
	background: #4BB2A1;
}
.footbox{
	width: 60rem;
	margin: 0 auto;
}
.footLeft,.footRight{
	float: left;
	width: 50%;
}
.footLeft{
	color: #fff;
}
.footLeftIns{
	width: 20rem;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
}
.footwei{
	font-weight: bold;
	font-size: 2rem;
}
.footLeft>p{
	font-size:1rem;
	padding: 20px 0;
}
.footRight{
	float: right;
	width: 20rem;
}
.fooyr1{
	width: 6rem;
	text-align: center;
	float: right;
	margin-right: 3rem;
	color: #FFFFFF;
	font-size: 0.7rem;
	margin-top: 30px;
}
.fooyr1 p{
	margin-top: 20px;
}
.fooys{
	color: #FFFFFF;
	text-align: center;
	font-size: 0.65rem;
	width: 100%;
	padding: 50px 0;
	padding-bottom: 0;
}
/*搜索*/
