.banner{
	width:100%;
	height:910px;
	float:left;
	background-image:url('../img/banner.png');
	background-size: cover; /* 覆盖整个元素 */
    background-position: center; /* 背景图像居中 */
}

.banner_main{
	width:1680px;
	height:910px;
	margin:0 auto;
}

.banner_left_btn{
	width:80px;
	height:910px;
	float:left;
}

.banner_left_btn img{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin-top:400px;
}

.banner_right_btn{
	width:80px;
	height:910px;
	float:right;
}

.banner_right_btn img{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin-top:400px;
}

.banner_content{
	width:1520px;
	height:910px;
	float:left;
	position:relative;
}

.banner_content_top{
	width:1520px;
	height:auto;
	float:left;
	text-align:center;
	font-family:'Oriya MN-Bold';
	font-size:64px;
	font-weight:bold;
	margin-top:300px;
}

.banner_content_bottom{
	width:1520px;
	height:auto;
	line-height:55px;
	float:left;
	text-align:center;
	font-family:'Oriya MN-Regular';
	font-size:34px;
	margin-top:35px;
}

.dian_item{
	width:12px;
	height:12px;
	float:left;
	background:#000;
	margin-right:10px;
}


.news{
	width:100%;
	height:auto;
	float:left;
}


.news_main{
	width:1680px;
	height:auto;
	margin:0 auto;
}

.news_title{
	width:100%;
	height:100px;
	line-height:100px;
	float:left;
	text-align:center;
	font-size:60px;
	font-weight:bold;
	color:#000;
	margin-top:100px;
}

.news_dian{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}

.news_dian_main{
	width:220px;
	height:auto;
	margin:0 auto;
}

.news_list{
	width:100%;
	height:auto;
	float:left;
	margin-top:100px;
}

.news_list_main{
	width:1330px;
	height:auto;
	margin:0 auto;
}

.news_item{
	width:422px;
	height:auto;
	float:left;
	border:1px solid #E0E0E0;
	margin-right:29px;
	margin-bottom:60px;
}

.newsimg{
	float:left;
	display:block;
	width:422px;
	height:260px;
	overflow:hidden;
	border:1px dashed #676767;
}

.news_item_title{
	width:92%;
	height:auto;
	line-height:50px;
	float:left;
	overflow:hidden;
	font-size:24px;
	line-height:26px;
	font-weight:Bold;
	color:#000;
	padding:4%;
}

.news_item_desc{
	width:92%;
	height:80px;
	line-height:22px;
	float:left;
	overflow:hidden;
	font-size:14px;
	overflow:hidden;
	color:#000;
	padding:4%;
	padding-top:0px;
	padding-bottom:0px;
}

.newsbtn{
	width:120px;
	height:35px;
	line-height:35px;
	border:1px dashed #8E959C;
	text-align:center;
	color:#585858;
	margin-top:50px;
	font-size:16px;
	display:block;
	float:left;
	margin:4%;
}

.news_detail_title{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:40px;
	font-weight:bold;
	color:#000;
	margin-top:50px;
}

.news_time{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	color:#575757;
	margin-top:20px;
}

.news_content{
	width:100%;
	height:auto;
	line-height:35px;
	float:left;
	text-align:left;
	font-size:20px;
	color:#575757;
	margin-top:20px;
}

.news_other{
	width:100%;
	height:auto;
	float:left;
	margin-top:100px;
	margin-bottom:100px;
}

.news_other_title{
	width:100%;
	height:auto;
	float:left;
	font-size:30px;
	font-weight:Bold;
	color:#000;
	margin-bottom:50px;
}

.news_other_content{
	width:100%;
	height:auto;
	float:left;
}

.news_other_item{
	width:760px;
	height:auto;
	float:left;
	border:1px dashed #E0E0E0;
	padding:10px;
}

.news_other_img{
	width:250px;
	height:150px;
	float:left;
	display:block;
	border:1px dashed #E0E0E0;
	overflow:hidden;
}

.news_other_info{
	width:470px;
	height:auto;
	margin-left:30px;
	float:left;
}

.news_other_info_title{
	width:100%;
	height:65px;
	float:left;
	font-weight:bold;
	font-size:24px;
	overflow:hidden;
	color:#000;
}

.news_other_info_desc{
	width:100%;
	height:80px;
	float:left;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	margin-top:15px;
	color:#575757;
	line-height:24px;
}





