@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#333;
}

a{
	color:#333;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1025px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1025{
	width:1025px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
	font-weight:normal;
}

p{
	overflow:hidden;
}

#header{
	background:url(images/header.jpg) no-repeat center top;
}

#header .w1025{
	height:673px;
	position: relative;
}

#header .old{
	position:absolute;
	right:10px;
	top:38px;
	z-index: 900;
}

#header .old span{
	float:right;
	color:#e40b28;
	line-height:16px;
	cursor:pointer;
}

#header .old .bar{
	float:right;
	display:inline;
	margin-right:8px;
	height:16px;
	line-height:16px;
	background:#e40b28 url(images/header-old.png) no-repeat right center;
	padding:0px 8px 0px 3px;
}

#header .old .bar a{
	float:right;
	font-size:12px;
	margin:0px 5px;
	display:none;
	color: #fff;
}

#header .old .bar a:hover{
	text-decoration: none;
}

#header .old .bar .first{
	display:block;
}

#header .old:hover .bar a{
	display:block;
}


#nav{
	background:#e30b26;
}

#nav .w1025{
	height:64px;
	line-height:64px;
	text-align:center;
	font-size:22px;
}

#nav a{
	color:#fff;
	margin:0px 55px;
}

#footer{
	background:#e6e6e6;
	text-align:center;
	padding:25px 0px;
	line-height:24px;
	font-size:12px;
	color:#6a6a6a;
}

#footer a{
	color:#6a6a6a;
}

#layout3{
	background: url(images/ly3-bg.jpg) no-repeat center top;
	min-height: 425px;
	padding-top: 25px;
}

#layout3 ul{
	zoom:1;
	margin-left: -18px;
}

#layout3 li{
	float: left;
	display: inline;
	margin: 40px 0px 0px 30px;
	width: 441px;
	height: 135px;
	padding: 25px 22px 0px 22px;
	background: #eee;
}

#layout3 h3{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
}

#layout3 h3 a{
	color: #000;
}

#layout3 p{
	line-height: 28px;
	max-height: 84px;
	color: #696969;
	margin-top: 6px;
}

#layout1 .focus{
	float:left;
	width:570px;
	height:330px;
	position:relative;
	overflow:hidden;
}

#layout1 .focus img{
	width:570px;
	height:330px;
}

#layout1 .focus p{
	position:absolute;
	max-width:400px;
	left:20px;
	bottom:0px;
	height:50px;
	line-height:50px;
	font-family:"SimSun";
	z-index:9;
}

#layout1 .focus p a{
	color:#fff;
}

#layout1 .focus .shadow{
	position:absolute;
	width:100%;
	height:50px;
	left:0px;
	bottom:0px;
	filter:alpha(opacity=60);
	opacity:0.6;
	background:#000;
	z-index:1;
}

#layout1 .focus .point{
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:20;
}

#slides li{
	float:left;
	display:inline;
	width:10px;
	height:10px;
	background:#ededed;
	border-radius:50%;
	cursor:pointer;
	margin-left:10px;
}

#layout1 .focus .point .current{
	background:#ffd613;
}

#layout1 .list{
	float:right;
	width:420px;
}

#layout1 .list li{
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding-left:14px;
	background:url(images/type1.gif) no-repeat left 13px;
}

#layout1 .list li a{
	float: left;
}

#layout1 .list li span{
	float: right;
	color: #888;
	font-size: 12px;
}

#layout1 .box3 .list .more{
	text-align:right;
	font-family:"SimSun";
	font-size:12px;
	margin-top:15px;
}

#layout1 .box3 .list .more a{
	color:#666;
}



#layout2 .topic{
	text-align: center;
}

#layout2 .topic img{
	display: inline;
}

#layout2 .show{
	margin-top:30px;
	height:580px;
	position:relative;
}

#layout2 .show .cover{
	position:absolute;
	top:0px;
	width:1025px;
	height:100%;
	background:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:99;
}

#layout2 .show .cover-left{
	left:50%;
	margin-left:-1538px;
}

#layout2 .show .cover-right{
	right:50%;
	margin-right:-1537px;
}

#layout2 .show .arrow{
	position:absolute;
	top:50%;
	margin-top:-75px;
	width:60px;
	height:150px;
	cursor:pointer;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:99;
}

#layout2 .show .arrow:hover{
	filter:alpha(opacity=100);
	opacity:1;
}

#layout2 .show .arrow-left{
	background:url(images/ly2-arrow1.jpg);
	left:50%;
	margin-left:-573px;
}

#layout2 .show .arrow-right{
	background:url(images/ly2-arrow2.jpg);
	right:50%;
	margin-right:-572px;
}

#layout2 .show li{
	float:left;
	width:1025px;
	height:580px;
	overflow:hidden;
	position:relative;
}

#layout2 .show img{
	width:1025px;
	height:580px;
}

#layout2 .show .shadow{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:68px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:1;
}

#layout2 .show p{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:68px;
	line-height:68px;
	text-align:center;
	font-size:18px;
	z-index:9;
}

#layout2 .show p a{
	color:#fff;
}


#layout4 .topic{
	text-align: center;
}

#layout4 .topic img{
	display: inline;
}

#layout4 ul{
	margin-left: -32px;
}

#layout4 li{
	float:left;
	display:inline;
	width:320px;
	height:205px;
	position:relative;
	overflow:hidden;
	margin-left:32px;
	margin-top: 25px;
}

#layout4 li img{
	width:100%;
	height:100%;
}

#layout4 li .play{
	position:absolute;
	width:73px;
	height:73px;
	background:url(images/play1.png);
	left:50%;
	margin-left:-36px;
	top:52px;
}

#layout4 li .shadow{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:34px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
}

#layout4 li p{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#fff;
}


#layout5{
	background:url(images/headline.png) no-repeat;
	min-height:80px;
	padding-left:80px;
	width: 945px;
	margin: 0px auto;
	text-align:center;
}

#layout5 h1{
	font-size:40px;
	height:50px;
	line-height:50px;
}

#layout5 h1 a{
	color:#1f1f1f;
}

#layout5 p{
	height:20px;
	line-height:20px;
	margin-top:10px;
	font-family:"SimSun";
}

#layout5 p a{
	margin:0px 5px;
	color:#8d8d8d;
}



/*新加样式开始*/
#header{
	background:url(images/header1.jpg) no-repeat center top;
}
#header .w1025{
	height:688px;
}
#nav .w1025{
	width:1125px;
}
#nav a{
	margin:0px 16px;
}





#layout6{
	background:url(images/ly6-bg.gif) no-repeat center top;
}
#layout6 .w1025{
	padding-top:121px;
	height:496px;
}
#layout6 .left{
	width:508px;
	margin-top:-13px;
}
#layout6 .left .news{
	margin-bottom:5px;
}
#layout6 .left h4{
	font-size:22px;
	line-height:57px;
	height:57px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}
#layout6 .left h4 a{ color:#282828;}
#layout6 .left li{
	font-size:16px;
	line-height:36px;
	height:36px;
	background:url(images/li.png) no-repeat left center;
	padding-left:17px;
	margin-left:4px;
	overflow:hidden;
}
#layout6 .left li a{ color:#838383;}

.focus1{
	width:470px;
	height:256px;
	float:right;
	position:relative;
}
.focus1 .textbg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:39px;
	background:#000;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}
.focus1 .pic img{
	width:470px;
	height:256px;
}
.focus1 .prve,.focus1 .next{
	width:38px;
	height:76px;
	position:absolute;
	top:79px;
	display:block;
	cursor:pointer;
}
.focus1 .prve{ left:0px; background:url(images/prve.png) no-repeat;}
.focus1 .next{ right:0px; background:url(images/next.png) no-repeat;}
.focus1 p{
	position:absolute;
	left:0px;
	width:100%;
	font-size:18px;
	bottom:0px;
	line-height:39px;
	text-align:center;
	height:39px;
}
.focus1 p a{ color:#fff;}

#layout6 .list1{
	margin:34px 0px 0px -85px;
	zoom:1;
	background:url(images/ul.gif) no-repeat 85px bottom;
	padding-bottom:1px;
}
#layout6 .list1 li{
	border-top:1px dotted #b2b2b2;
	height:38px;
	line-height:38px;
	padding-left:20px;
	background:url(images/type2.gif) no-repeat 2px 14px;
	width:450px;
	float:left;
	display:inline;
	margin-left:85px;
}
#layout6 .list1 li a{
	float:left;
	max-height:360px;
}
#layout6 .list1 li span{
	float:right;
	color:#999;
}






#layout7{
	background:url(images/hjl.gif) no-repeat center top;
	padding-top:95px;
}
#layout7 .left{
	width:353px;
}
#layout7 .left img{
	width:353px;
	height:412px;
}
#layout7 .left h4{
	font-size:18px;
	margin:13px 0px 9px 0px;
}
#layout7 h4{
	font-weight:bold;
	line-height:26px;
	height:26px;
	text-align:center;
}
#layout7 h4 a{ color:#282828;}
#layout7 li{
	font-size:14px;
	line-height:32px;
	height:32px;
	background:url(images/li.png) no-repeat left center;
	padding-left:18px;
	margin-left:10px;
	overflow:hidden;
}
#layout7 li a{ color:#838383;}

#layout7 .right{
	width:672px;
}
#layout7 .news{
	width:301px;
	float:left;
	display:inline;
	margin:0px 0px 15px 35px;
}
#layout7 .news img{
	width:301px;
	height:185px;
}
#layout7 .news h4{
	font-size:16px;
	margin:11px 0px 1px 0px;
}









#layout8{
	background:url(images/zjc.gif) no-repeat center top;
	padding-top:95px;
}
#layout8 .left{
	width:450px;
}
#layout8 .text1{
	width:450px;
	height:224px;
	position:relative;
}
#layout8 .textbg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background:#000;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}
#layout8 .text1 img{
	width:450px;
	height:224px;
}
#layout8 .left p{
	position:absolute;
	left:0px;
	width:100%;
	font-size:14px;
	bottom:0px;
	text-align:center;
}
#layout8 .text1 .textbg,#layout8 .text1 p{
	height:33px;
	line-height:33px;
}
#layout8 .left p a{ color:#fff;}
#layout8 .left ul{
	margin-left:-8px;
	zoom:1;
}
#layout8 .left li{
	width:221px;
	height:131px;
	position:relative;
	float:left;
	display:inline;
	margin:8px 0px 0px 8px;
}
#layout8 .left li img{
	width:221px;
	height:131px;
}
#layout8 .left li .textbg,#layout8 .left li p{
	height:28px;
	line-height:28px;
}


#layout8 .right{
	width:531px;
}
#layout8 .right h4{
	font-size:28px;
	font-weight:bold;
	line-height:38px;
	height:38px;
	margin:1px 0px 6px 0px;
}
#layout8 .right h4 a{ color:#282828;}
#layout8 .right p{
	font-size:14px;
	color:#adadad;
	line-height:24px;
	max-height:72px;
}
#layout8 .right ul{
	margin-top:14px;
}
#layout8 .right li{
	font-size:16px;
	line-height:34px;
	height:34px;
	background:url(images/li.png) no-repeat left center;
	padding-left:21px;
	margin-left:2px;
	overflow:hidden;
}
#layout8 .right li a{ color:#606060;}






#layout9{
	background:url(images/ly9-bg.gif) no-repeat center top;
}
#layout9 .w1025{
	height:393px;
	padding-top:150px;
}
#layout9 .news1,#layout9 .news2{
	width:384px;
}
#layout9 .pic1,#layout9 .pic1 img{
	width:213px;
	height:159px;
}
#layout9 .text1{
	background:#ebf3ed;
	padding:40px 19px 0px 19px;
	width:133px;
	height:119px;
}
#layout9 .text2{
	background:#f0e8ca;
	padding:24px 12px 0px 11px;
	width:148px;
	height:135px;
}

#layout9 h5{
	font-size:16px;
	line-height:28px;
}
#layout9 h5 a{ color:#282828;}
#layout9 .text1 h5{
	max-height:84px;
}
#layout9 .text2 h5,#layout9 .text3 h5,#layout9 .text4 h5{
	max-height:56px;
}
#layout9 p{
	font-size:12px;
	color:#5d5d5d;
	line-height:21px;
	margin-top:3px;
	max-height:63px;
}

#layout9 .news3{
	width:255px;
	height:159px;
	position:relative;
}

#layout9 .textbg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background:#000;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
	height:34px;
}
#layout9 .news3 img{
	width:255px;
	height:159px;
}
#layout9 .news3 p{
	position:absolute;
	left:0px;
	width:100%;
	font-size:16px;
	bottom:0px;
	text-align:center;
	height:34px;
	line-height:34px;
}
#layout9 p a{ color:#fff;}

#layout9 .news4,#layout9 .news5{
	width:512px;
}
#layout9 .pic2,#layout9 .pic2 img{
	width:257px;
	height:159px;
}
#layout9 .text3,#layout9 .text4{
	padding:0px;
	width:197px;
	height:134px;
	padding:25px 29px 0px 29px;
}
#layout9 .text3{
	background:#fdd0d0;
}
#layout9 .text4{
	background:#e1eaf3;
}






#layout10{
	background:url(images/gdn.gif) no-repeat center top;
	padding-top:82px;
}
#layout10 .pic1{
	width:502px;
}
#layout10 .pic1 img{
	width:502px;
	height:308px;
}
#layout10 ul{
	margin-left:-21px;
	zoom:1;
}
#layout10 li{
	width:327px;
	float:left;
	display:inline;
	margin:18px 0px 0px 21px;
}
#layout10 li img{
	width:327px;
	height:223px;
}
/*新加样式结束*/