body{
	/*background: url(../img/bg_top.jpg) repeat-x #fff;*/
}
.banner_bx{
	background: url(../img/banner.jpg) no-repeat 50% 0;
	display: block;
	height: 1100px;
}
.dl_menu dd{
	width: 373px;
	height: 108px;
	background: #999;
	margin-bottom: 7px;
	cursor: pointer;
}
.dl_menu dd.current{
	background: #2f9784;
}
.dl_menu dd span{
	padding: 15px 20px 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.mt_min{
	margin-top: -270px;
}
.bdy_lft{
	width: 739px;
}
.mt-45{
	margin-top: 45px;
}
.ml-30{
	margin-left: 30px;
}
.mr-30{
	margin-right: 30px;
}
.mt-15{
	margin-top: 15px;
}
.item_tit a{
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
}
.news_lst li{
	overflow: hidden;
	padding: 15px;
	background: #f6f6f6;
	margin-top: 20px;
	cursor: pointer;
}
.news_lst li:hover{
	background: #ededed;
}
.news_lst li .floatlft{
	margin-right: 30px;
}
.news_lst li div{
	overflow: hidden;
}
.news_lst li div h3 a{
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: normal;
}
.news_lst li div span{
	display: block;
	color: #e43b33;
	font-size: 14px;
	margin: 10px 0 0;
}
.spot_lst li{
	margin-top: 20px;
}
.spot_lst li h3 a{
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.readMore{
	text-align: right;
}
.readMore a{
	font-size: 20px;
	color: #cc0000;
}
.swiper-container-home{
	width:  739px;
	height: 454px;
}
.footer{
	margin-top: 85px;
	background: #2f9784;
	padding: 30px 0;
	text-align: center;
}
.foot_ins{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
@media (min-width:600px) {
.TopMenu_Language {
    float: right;
    width: 93px;
    padding-top: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
	}

.TopMenu_Language a{
    font-size: 25px;
    color: #fff;
    }
}
@media (max-width:600px) {
.TopMenu_Language {
    float: right;
    width: 3.5rem;
    padding-top: .4rem;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
	}

.TopMenu_Language a{
    font-size: 16px;
    color: #fff;
    }
}
	
