

.banner {
	position: relative;
}
.banner .slides li {
	position: relative;
	overflow: hidden;
	height:100%;
}
.banner img {
	width: 100%;
	display: block;
	height:100%;
}
.banner-s img {
	position: relative;
	/*left: 50%;
	width: 1600px;
	width:auto;
	min-width:100%;
	margin-left: -800px;*/
	width: 100%;
	min-width:100%;
	height:100%;
}
.banner .para, .banner .text,.banner .para, .banner .pp {
	position: absolute;
	position:relative;
	top: 0;
	left: 0;
	margin-left: 0;
}
.banner .text { 
	top: 20%;
	left: 50%;
	width: auto;
	height: auto;
	margin-left: -500px;
	color:#fff;
	font-family:'微软雅黑';
	font-family: "Microsoft YaHei";
}
.banner .text dt{
	font-size:32px;
	height:46px;
	font-weight: bold;
	margin-top:32px;
	color:#19475F;
}
.banner .text dd.tit{
	height:38px;
	font-size: 14px;
	text-indent:2px;
	color:#19475F;
	font-size:32px;
	font-weight: bold;
	margin-left:93px;
}
.banner .text dd.data{
	font-family: '微软雅黑';
	font-family: "Microsoft YaHei";
	font-size:10px;
	text-indent:2px;
	color:#19475F;
	
}
.banner .text dd.btn{
	margin-top:12px;
}
.banner .text dd.btn a{display: block;height:28px;line-height:28px;width:80px;background:#ff6e00;text-align: center;
	font-size:12px;
	color:#fff;
	font-family:'微软雅黑';
	font-family: "Microsoft YaHei";
}



.banner .flex-prev,
.banner .flex-next {
	position: absolute;
	top:50%;
	width: 77px;
	height: 118px;
	margin-top: -110px;
	text-indent: -100em;
	overflow: hidden;
}
.banner .flex-prev {
	left: 0;
	background: url(../images/arrow-left.png) no-repeat center center;
	left:-67px;
	transition: right 0.6s ease 0.6s, left 0.6s ease 0.6s;
}
.banner .flex-prev:hover {
	left: 0;
	background: url(../images/arrow-left.png) no-repeat center center;
	left:0px;
	transition: right 0.6s ease 0s, left 0.6s ease 0s;
}
.banner .flex-next {
	right: 0;
	background: url(../images/arrow-right.png) no-repeat center center;
	right:-67px;
	transition: right 0.6s ease 0.6s, left 0.6s ease 0.6s;
}
.banner .flex-next:hover{
	right: 0;
	background: url(../images/arrow-right.png) no-repeat center center;
	right:0px;
	transition: right 0.6s ease 0s, left 0.6s ease 0s;
}
.banner .flex-control-nav {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-top: 135px;
	margin-left: -500px;
	display:none;
}
.banner .flex-control-nav li {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}
.banner .flex-control-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	background: url(../images/index-btn2.png) no-repeat;
}
.banner .flex-control-nav li .flex-active {
	background: url(../images/index-btn1.png) no-repeat;
}


.index-content {
	position: relative;
	overflow: hidden;
}

.newsslide {
	position: absolute;
	top: 29%;
	left: 50%;
	width: 520px;
	height: 103px;
	margin-top: 145px;
	margin-left: -500px;
	z-index: 1000;
	font-family: '微软雅黑';
	font-family: "Microsoft YaHei";
}
.newsslide h2{
	color:#fff;
	font-size: 12px;
	height:22px;
	background: url(../images/index-png.png) repeat-x left bottom;
}


.newsslide li a{
	display: block;
	height:35px;
	overflow: hidden;
	line-height:26px;
	color:#f1f1f1;
	font-size:14px;
	width: 520px;
	background: url(../images/index-png.png) repeat-x left bottom;
	background:none;
	overflow: hidden;/*注意不要写在最后了*/     
	white-space: nowrap;     
	-o-text-overflow: ellipsis;     
	text-overflow: ellipsis; 
	color:#fff;
}
.liaojiegongduo{
    background: none repeat scroll 0 0 #ff6e00;
    color: #fff;
    display: block;
    font-family: "微软雅黑";
	font-family: "Microsoft YaHei";
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 80px;
}
.newsslide .flex-prev,
.newsslide .flex-next{
	position: absolute;
	left: 0;
	top: 196px;
	width: 26px;
	height: 16px;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/news-btn.png) no-repeat;
	background:none;
}
.newsslide .flex-next {
	left: 27px;
	background-position: -27px 0;
}
.newsslide .flex-direction-nav a:hover{
	background-image:url(../images/news-btn2.png);
	background-image:none;	
	display:none;
}

.module {
	position:fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 98px;
	background: url(../images/index-icon.png) repeat-x 0 0;/*2.11 add style*/
}
.module .center {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 98px;
	margin-left: -350px;
	overflow: hidden;
}
.module .index-center{
	background: none;
}
.kwicks {
	width: 1000px;
	height: 98px;
}
.kwicks .kwick {
	float: left;
	width: 140px;
	height: 98px;
	border-right: 1px solid transparent;
	background: url(../images/y-bg4.png) no-repeat right center;/*2.11 add style*/
	overflow: hidden;
}
.kwicks .kwick div {
	width: 535px;
	height: 98px;
	/*background:url(../images/index-icon.png) repeat-x;*/
}
.kwicks .first {
	width: 320px;
}
.kwicks .last {
	border-right: 0;
}
.kwicks .icon {
	float: left;
	width: 140px;
	height: 98px;
	background-repeat: no-repeat;
	background-position: center center;
}
.kwicks .icon00{
	background-image: url(../images/icon04.png);
}
.kwicks .icon01 {
	background-image: url(../images/icon05.png);
}
.kwicks .icon02 {
	background-image: url(../images/z-1.png);
}
.kwicks .icon03 {
	background-image: url(../images/icon03.png);
}
.kwicks .icon04 {
	background-image: url(../images/z-2.png);
}
.kwicks img {
	float: left;
}
.kwicks .first .icon {
	background-color: #ff6e00;
}
.module .left {
	position: absolute;
	left: 0;
	right: 50%;
	margin-right: 500px;
	background:url(../images/index-icon.png) repeat-x;
	height: 98px;
}
.module .right {
	position: absolute;
	right: 0;
	left: 50%;
	margin-left: 500px;
	background:url(../images/index-icon.png) repeat-x;
	height: 98px;
}
.f1{
	margin-top:8px;
}
.kwicks .kwick div.kwick-nr{width:373px;height:98px;float:left;}
.kwick-nr p{height:98px;width:180px;overflow: hidden;float: left;height:930px;}
.kwick-nr h3{color:#f1f1f1;padding-top:28px;line-height:24px;margin-left:24px;width:170px;float:left;font-size:12px;font-family: '微软雅黑';font-family: "Microsoft YaHei";}
.index-content {
  overflow: hidden;
  position: relative;

}
	/*.header_main_1{
		background:url(../images/index_2_03.png) no-repeat center top;
	}
	.header_main_2{
		background:url(../images/brand_jiedu_03.png) no-repeat center top;
	}
	.header_main_3{
		background:url(../images/brand_anquan_03.png) no-repeat center top;
	}
	.header_main_4{
		background:url(../images/foot_anquan_03.png) no-repeat center top;
	}
	.header_main_5{
		background:url(../images/news_main_03.png) no-repeat center top;
	}
	.header_main_6{
		background:url(../images/hudong_main_03.png) no-repeat center top;
	}
	.header_main_7{
		background:url(../images/server_03.png) no-repeat center top;
	}
	*/
	
	.header_main_1{
		background:url(../images/index_2_04.png) no-repeat center top;
	}
	.header_main_2{
		background:url(../images/brand_jiedu_04.png) no-repeat center top;
	}
	.header_main_3{
		background:url(../images/news_main_04.png) no-repeat center top;
	}
	.header_main_4{
		background:url(../images/brand_anquan_04.png) no-repeat center top;
	}
	.header_main_5{
		background:url(../images/foot_anquan_04.png) no-repeat center top;
	}
	.header_main_6{
		background:url(../images/hudong_main_04.png) no-repeat center top;
	}
	.header_main_7{
		background:url(../images/server_04.png) no-repeat 16px top;
	}
	
	
	.header_main_1:hover{
		background:url(../images/index_2_04.png) no-repeat center top;
	}
	.header_main_2:hover{
		background:url(../images/brand_jiedu_04.png) no-repeat center top;
	}
	.header_main_3:hover{
		background:url(../images/news_main_04.png) no-repeat center top;
	}
	.header_main_4:hover{
		background:url(../images/brand_anquan_04.png) no-repeat center top;
	}
	.header_main_5:hover{
		background:url(../images/foot_anquan_04.png) no-repeat center top;
	}
	.header_main_6:hover{
		background:url(../images/hudong_main_04.png) no-repeat center top;
	}
	.header_main_7:hover{
		background:url(../images/server_04.png) no-repeat 16px top;
	}