﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	min-height: 900px;
	margin:0 auto;
	font-size:14px;	
	font-family:"Microsoft Yahei";
	background:#fff url("../images/top.jpg") no-repeat top center;
	text-align:justify;	
	color:#666;
	position: relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#dd0b17;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height: 400px;
	position: relative;	
}
.header .logo{
	display: block;
	width: 1122px;
	height:auto;
	position: absolute;
	left: 50%;
	margin-left:-561px;
	top:90px;
}
/*header 结束*/

.footer{
	height:75px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url("../images/footerbg.png") no-repeat bottom center;
	line-height: 32px;
	font-size:16px;
	color:#fff;
	padding-top:155px;
	text-align: center;
}

/*公用CSS 结束*/

/*hm 首页*/

.hm_top{
	width: 1160px;
	margin:0 auto;
}
.hm_top .title{
	height: 140px;
	line-height: 122px;
	text-align: center;
	font-size:45px;
	color:#0052a6;
}
.hmn_slider{
	float: left;
	width: 610px;
	height: 406px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.hmn_slider li{
	width: 610px;
	height: 406px;
	position: relative;
	overflow: hidden;
	float:left;
}
.hmn_slider li a{
	display: block;
	width: 610px;
	height: 406px;
	position: relative;
	overflow: hidden;
}
.hmn_slider li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmn_slider .c_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top:-15px;
	z-index: 20;
}
.hmn_slider .pre{
	left:5px;
	background:url("../images/hn_pre.png") no-repeat center center;
}
.hmn_slider .next{
	right:5px;
	background:url("../images/hn_next.png") no-repeat center center;
}

.hm_news{
	width: 530px;
	float: right;
}
.hm_news .head{
	height: 48px;
	line-height:48px;
	border-bottom:2px solid #b69866;
	background:url("../images/hm_title.png") no-repeat left center;
	font-size:30px;
	color:#fff;
	padding-left:30px;
    position:relative;
    display:block;
}
.hm_news .head strong{
	font-size:35px;
	padding-right:7px;
}

.hm_news dl{
	border-bottom:1px solid #ccc;
	padding:22px 0 14px 0;
}
.hm_news dt{
	line-height: 30px;
	font-size:20px;
	padding-bottom:5px;
}
.hm_news .name{
	color:#333;
}
.hm_news .name:hover{
	color:#dd0b17;
}
.hm_news dd{
	line-height: 22px;
	font-size:14px;
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}
.hm_news ul{
	padding-top:12px;
}
.hm_news li{
	height: 34px;
	line-height: 34px;
	font-size:16px;
}
.hm_news li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hm_ads{
	width: 1200px;
	height: 120px;
	margin:25px auto 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.hm_ads li{
	width: 1200px;
	height: 120px;
	float: left;
}
.hm_ads li img{
	display: block;
	width: 1200px;
	height: 120px;
}

.hm_stu{
	width: 1140px;
	height: 414px;
	margin:30px auto;
	background:url("../images/hmstubg.jpg") no-repeat top center;
	padding:48px 30px 0 30px;
}

.hms_slider{
	float: left;
	width: 568px;
	height: 362px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.hms_slider li{
	width: 568px;
	height: 362px;
	position: relative;
	overflow: hidden;
	float:left;
}
.hms_slider li a{
	display: block;
	width: 568px;
	height: 362px;
	position: relative;
	overflow: hidden;
}
.hms_slider li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hms_slider .c_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top:-15px;
	z-index: 20;
}
.hms_slider .pre{
	left:5px;
	background:url("../images/hn_pre.png") no-repeat center center;
}
.hms_slider .next{
	right:5px;
	background:url("../images/hn_next.png") no-repeat center center;
}

.hms_right{
	width: 530px;
	float: right;
}
.hms_right .head{
	height: 48px;
	line-height:48px;
	border-bottom:2px solid #b69866;
	background:url("../images/hm_title.png") no-repeat left center;
	font-size:30px;
	color:#fff;
	padding-left:30px;
    position:relative;
}
.hms_right .head strong{
	font-size:35px;
	padding-right:7px;
}
.hms_right ul{
	padding-top:28px;
}
.hms_right li{
	height: 32px;
	line-height: 32px;
	padding-left:20px;
	font-size:15px;
	background:url("../images/hms_li.png") no-repeat left center;
}
.hms_right li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hm_vdo{
	padding-bottom:194px;
	background:#f0eeeb;
}
.hm_vdo .head{
	height: 102px;
	padding-top:32px;
    position:relative;
}
.hm_vdo .tit{
	height: 54px;
	line-height:54px;	
	background:url("../images/hm_title2.png") no-repeat left center;
	font-size:30px;
	color:#fff;
	padding-left:30px;
}
.hm_vdo .tit strong{
	font-size:35px;
	padding-right:7px;
}
.hm_vdo .item{
	display: block;
	position: relative;
	overflow: hidden;
}
.hm_vdo .item .nm{
	color:#fff;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_vdo .big{
	display: block;
	width: 792px;
	height: 452px;
	float: left;
}
.hm_vdo .item img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hm_vdo .big .name{
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:url("../images/bbg50.png");
	text-align: center;
	font-size:18px;	
}
.hm_vdo .big .play{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 20;
	left: 22px;
	bottom: 66px;
	background:url("../images/hmv_play.png") no-repeat center center;
}
.hm_vdo .small{
	width: 400px;
	height: 224px;
	margin-bottom:4px;
}
.hm_vdo .small .name{
	height: 35px;
	line-height: 35px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:url("../images/bbg50.png");
	text-align: center;
	font-size:16px;	
}
.hm_vdo .small .play{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
	background:url("../images/hmv_play.png") no-repeat center center;
}

/*hm 首页*/

/*news 新闻*/

.news_wp{
	width: 1100px;
	margin:0 auto;
	padding:50px 50px 240px 50px;
}
.news_wp .head{
	height: 48px;
	line-height:48px;
	border-bottom:2px solid #b69866;
	background:url("../images/hm_title.png") no-repeat left center;
	font-size:30px;
	color:#fff;
	padding-left:30px;
}
.news_wp .head strong{
	font-size:35px;
	padding-right:7px;
}

.news_item{
	border-bottom:1px solid #ccc;
	padding:18px 0 25px 0;
}
.news_item .name{
	height: 34px;
	line-height: 34px;
	font-size:20px;
}
.news_item .name a{
	color:#333;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_item .name a:hover{
	color:#dd0b17;
}
.news_item .date{
	height: 24px;
	line-height: 24px;
	margin-bottom:6px;
	color:#666;
}
.news_item .tip{
	line-height: 22px;
	font-size:15px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.news_more{
	display: block;
	width: 180px;
	height: 48px;
	margin:50px auto 0 auto;
	background:#ec211a;
	border-radius:24px;
	text-align: center;
	line-height: 48px;
	font-size:18px;
	color:#fff !important;
}

/*news 新闻*/

/*view 详情*/

.vi_head{
	padding-bottom:24px;
	margin-bottom:25px;
	background:url("../images/vi_head.png") repeat-x left bottom;
	text-align: center;
}
.vi_head .t1{
	height: 54px;
	line-height: 54px;
	font-size:32px;
	color:#3f3f3f;
}
.vi_head .date{
	height: 40px;
	line-height: 40px;
	color:#999;
}
.vi_cnt{
	line-height: 36px;
	font-size:18px;
	color:#000;
}
.vi_cnt p{
	text-indent:2em;
}
.vi_cnt img{
	display: block;
	max-width:100%;
	margin:10px auto;
}

/*view 详情*/

.more{
	color:#000;
	font-size:14px;
	padding-left:300px;
	padding-bottom:10px;
    position:absolute;
    right:5px;
}