@charset "utf-8";
/* CSS Document */

.fullSlide {
	width: 100%;
	position: relative;
	height:610px;
	overflow:hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height:610px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height:610px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom:20px;
	left: 0;
	height:22px;
	line-height: 22px;
	text-align: center;
	display:none;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 22px;
	height: 22px;
	margin:0 5px;
	background: url(../images/b_li.png) -32px 0;
	overflow: hidden;
	line-height: 22px;
	font-size:14px;
	color:#F76D00;
	text-align:center;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
	color:#fff;
}
.fullSlide .prev,.fullSlide .next{
	width:46px;
	height:90px;
	position:absolute;
	left:-50px;
	top:50%;
	margin-top:-45px;
	background:url(../images/b_lr.png) no-repeat left center;
	display:none;
}
.fullSlide .next{
	left:auto;
	right:-50px;
	background-position:right center;
}

.ic_new{
	height:40px;
	line-height:40px;
	background:url(../images/c_bg.png);
	margin-top:-48px;
	position:relative;
	z-index:999;
	color:#fff;
	padding:4px 0;
	font-size:14px;
}
.ic_new .w_1120{
	position:relative;
}
.ic_new h3{
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
}
.ic_new .kx_new{
	padding-left:85px;
	height:40px;
	overflow:hidden;
	position:relative;
}
.ic_new .kx_new #miniNewsRegion{
	width:775px;
}
.ic_new .kx_new p span{
	float:right;
}
.ic_new .kx_new p a{
	display:block;
	color:#fff;
}
.ic_new .kx_new p a:hover{
	text-decoration:underline;
}
.ic_new .kx_new .pagesize{
	width:61px;
	height:40px;
	background:url(../images/cn_ico.png) no-repeat center center;
	position:absolute;
	right:0;
	top:0;
}
.ic_new .kx_new .pagesize a{
	width:28px;
	height:40px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	left:0;
	top:0;
}
.ic_new .kx_new .pagesize a.next{
	left:auto;
	right:0;
}


.ind_c1{
	padding:50px 0;
	border-bottom:1px solid #454545;
}
.ind_ab{
	color:#464545;
	text-align:center;
	line-height:28px;
	font-size:14px;
}
.ind_ab h3{
	font-size:30px;
	line-height:50px;
}
.iab_bs{
	height:84px;
	line-height:84px;
	padding-top:32px;
	text-align:center;
}
.iab_bs li{
	width:82px;
	height:82px;
	text-align:center;
	line-height:82px;
	border:1px solid #464545;
	color:#464545;
	border-radius:50%;
	margin:0 12px;
	display:inline-block;
	font-size:30px;
	cursor:pointer;
	transition-duration: 0.6s, 0.01s;
    transition-property: transform, background-position;
    transition-timing-function: ease, ease-out;
}
.iab_bs li:hover{
	background:#dc241c;
	color:#fff;
	border-color:#dc241c;
	transform: rotate(360deg);
}

.ind_c2{
	padding:45px 0 50px;
	border-bottom:1px solid #454545;
}

.cp_list{
	overflow:hidden;
}
.cp_list .picList{
	width:100%;
	overflow:hidden;
}
.cp_list .picList ul{
	width:105%;
}
.cp_list .picList li{
	float:left;
	width:350px;
	margin-right:35px;
	display:inline;
	margin-bottom:35px;
}
.cp_list .picList li .img{
	width:350px;
	height:230px;
	overflow:hidden;
}
.cp_list .picList li .img img{
	width:350px;
	height:230px;
}
.cp_list .picList li p{
	height:50px;
	line-height:50px;
	overflow:hidden;
	background:#EDEDED;
	color:#191717;
	text-align:center;
	font-size:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.cp_list .picList li a:hover p{
	background:#BF251D;
	color:#fff;
}
.cp_list .hd{
	text-align:center;
	height:45px;
	overflow:hidden;
}
.cp_list .hd a{
	display:inline-block;
	width:54px;
	height:45px;
	background:url(../images/an_ico.png) no-repeat;
	margin:0 5px;
	cursor:pointer;
	transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
}
.cp_list .hd a.prev{
	background-position:0 0;
}
.cp_list .hd a.next{
	background-position:right 0;
}
.cp_list .hd a.m{
	width:104px;
	background-position:-62px 0;
}
.cp_list .hd a.prev:hover{
	background-position:0 -65px;
}
.cp_list .hd a.next:hover{
	background-position:right -65px;
}
.cp_list .hd a.m:hover{
	background-position:-62px -65px;
}
.ind_c3{
	padding:50px 0;
}
.i_newss{
	position:relative;
}
.i_newss .prev ,.i_newss .next{
	width:46px;
	height:46px;
	position:absolute;
	background:url(../images/s_lr.png) no-repeat 0 0;
	top:50%;
	margin-top:-54px;
	left:-78px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-999px;
}
.i_newss .next{
	background-position:right 0;
	left:auto;
	right:-78px;
}
.new_list{
	overflow:hidden;
}
.new_list ul{
	width:105%;
}
.new_list ul li{
	float:left;
	width:340px;
	margin-right:48px;
	display:inline;
}
.new_list ul li .tm{
	display:inline-block;
	border-bottom:1px solid #DADADA;
}
.new_list ul li .tm font{
	display:block;
	color:#D61B14;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	padding-bottom:3px;
}
.new_list ul li .tm span{
	color:#959393;
	font-size:20px;
	display:block;
	line-height:24px;
	padding-bottom:10px;
}
.new_list ul li h3{
	font-size:16px;
	height:38px;
	line-height:38px;
	overflow:hidden;
	padding-top:8px;
}
.new_list ul li h3 a{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#464545;
	font-weight:bold;
}
.new_list ul li p{
	color:#959393;
	font-size:14px;
	line-height:25px;
	overflow:hidden;
	padding-bottom:12px;
}
.new_list ul li a.n_m{
	color:#464545;
	font-weight:bold;
	text-transform:uppercase;
}
.new_list ul li:hover a.n_m ,.new_list ul li:hover h3 a{
	color:#D61B14;
}

