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

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c33 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

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

.w1150{
	width:1150px;
	margin:0px auto;
}

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

p,li{
	overflow:hidden;
}

#header{
	position: relative;
	height: 100%;
	background: url(images/header.jpg) no-repeat center top;
	background-size: 100% 100%;
}

#header .topic{
	position: absolute;
	width: 57.4%;
	height: 55.6%;
	top: 8.3%;
	left: 20.2%;
	text-align: center;
}

#header .topic img{
	display: inline-block;
	vertical-align: bottom;
}

#header .text{
	position: absolute;
	width: 60%;
	height: 25.3%;
	top: 60.8%;
	left: 20%;
	text-align: center;
}

#header .text img{
	display: inline-block;
	vertical-align: top;
}

#footer{
	background: url(images/footer.jpg) no-repeat center top;
	height: 417px;
	padding-top: 40px;
	text-align: center;
	line-height: 24px;
	color: #4c4c4c;
}

#footer a{
	color: #4c4c4c;
}

#layout1 h2{
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	height: 60px;
	font-weight: normal;
}

#layout1 h2 a{
	color: #3790a2;
}

#layout1 p{
	line-height: 24px; 
	margin-top: 25px;
}

#layout1 p a{
	color: #3790a2;
}

#layout2 .focus{
	float: left;
	width: 640px;
	height: 400px;
	position: relative;
}

#layout2 .focus img{
	width: 100%;
	height: 100%;
}

#layout2 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background: #4d4d4d;
	filter:alpha(opacity=65);
	opacity:0.65;
	z-index: 1;
}

#layout2 .focus p{
	position: absolute;
	height: 50px;
	line-height: 50px;
	left: 18px;
	bottom: 0px;
	max-height: 530px;
	z-index: 9;
}

#layout2 .focus .arrow1,#layout2 .focus .arrow2{
	width: 50px;
	height: 76px;
	position: absolute;
	top: 137px;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 9;
}

#layout2 .focus .arrow1{
	left: 0px;
	background: url(images/ly2-arrow1.png);
}

#layout2 .focus .arrow2{
	right: 0px;
	background: url(images/ly2-arrow2.png);
}

#layout2 .focus:hover .arrow1,#layout2 .focus:hover .arrow2{
	filter: alpha(opacity=100);
	opacity: 1;
}

#layout2 .focus .num{
	position: absolute;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fff;
	right: 12px;
	bottom: 11px;
	padding: 0px 15px;
	z-index: 10;
}

#layout2 .news{
	float: right;
	width: 475px;
	margin-top: -15px;
}

#layout2 .news .hot{
	border-bottom: 1px dashed #c1bfbf;
	padding-bottom: 10px;
	margin-top: 15px;
}

#layout2 .news h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	background: url(images/ly2-point.gif) no-repeat left center;
	padding-left: 18px;
}

#layout2 .news h3 a{
	color: #4c4c4c;
}

#layout2 .news p{
	line-height: 24px;
	height: 72px;
	color: #777676;
	margin-top: 8px;
}

#layout2 .news p a{
	color: #777676;
}

#layout2 .news ul{
	margin-top: 15px;
}

#layout2 .news li{
	line-height: 32px;
	height: 32px;
	background: url(images/ly2-point.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 20px;
}

#layout2 .news li a{
	color: #4c4c4c;
}

#layout3 .main{
	margin-top: 50px;
	position: relative;
	height: 170px;
}

#layout3 .main .arrow1,#layout3 .main .arrow2{
	position: absolute;
	width: 18px;
	height: 51px;
	cursor: pointer;
	top: 50%;
	margin-top: -25px;
}

#layout3 .main .arrow1{
	left: 0px;
	background: url(images/ly3-arrow1.png);
}

#layout3 .main .arrow2{
	right: 0px;
	background: url(images/ly3-arrow2.png);
}

#layout3 .main .list{
	width: 1092px;
	margin: 0px auto;
}

#layout3 .main .list li{
	float: left;
	width: 263px;
	height: 170px;
	border-radius: 30px;
	overflow: hidden;
	margin: 0px 5px;
	position: relative;
}

#layout3 .main .list img{
	width: 100%;
	height: 100%;
}

#layout3 .main .list p{
	position: absolute;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 9;
}

#layout3 .main .list .shadow{
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0px;
	bottom: 0px;
	background: #4d4d4d;
	filter:alpha(opacity=65);
	opacity:0.65;
	z-index: 1;
}

#layout4 .list li{
	float: left;
	width: 435px;
	margin: 50px 45px 0px 45px;
	padding-left: 50px;
	position: relative;
}

#layout4 .list .tag{
	position: absolute;
	width: 37px;
	text-align: center;
	left: 0px;
	top: 5px;
	background: #3790a2;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding: 10px 0px;
}

#layout4 .list .hot{
	border-bottom: 1px dashed #dbdada;
	padding-bottom: 8px;
}

#layout4 .list .hot h3{
	font-weight: normal;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

#layout4 .list .hot h3 a{
	color: #4c4c4c;
}

#layout4 .list .hot p{
	line-height: 24px;
	height: 72px;
	margin-top: 3px;
	color: #777;
}

#layout4 .list .hot p a{
	color: #3790a2;
}

#layout4 .list .photo{
	width: 205px;
	height: 120px;
	position: relative;
	margin-top: 18px;
}

#layout4 .list .photo img{
	width: 100%;
	height: 100%;
}

#layout4 .list .photo .shadow{
	position: absolute;
	width: 100%;
	height: 22px;
	left: 0px;
	bottom: 0px;
	background: #4d4d4d;
	filter:alpha(opacity=65);
	opacity:0.65;
	z-index: 1;
}

#layout4 .list .photo p{
	position: absolute;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 9;
}

#layout4 .list .no1{
	padding: 0px;
	width: 485px;
}

#layout4 .list .no1 .title i{
	position: absolute;
	width: 3px;
	height: 24px;
	background: #3790a2;
	left: 3px;
	top: 50%;
	margin-top: -12px;
}

#layout4 .list .no1 .title{
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #3790a2;
	padding-left: 15px;
	font-weight: bold;
}

#layout4 .list .no1 .text{
	background: #3790a2;
	line-height: 28px;
	height: 168px;
	overflow: hidden;
	padding: 19px 22px;
	margin-top: 10px;
}

#layout4 .list .no1 .text p{
	text-indent: 20pt;
}

#layout5 .focus{
	width: 1100px;
	margin: 50px auto 0px auto;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 60px;
	position: relative;
}

#layout5 .focus .photo{
	height: 620px;
}

#layout5 .focus .photo img{
	width: 100%;
	height: 100%;
}

#layout5 .focus p{
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #4c4c4c;
}

#layout5 .focus p a{
	color: #4c4c4c;
}

#layout5 .focus .num{
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 60px;
	line-height: 60px;
	color: #4c4c4c;
	font-size: 16px;
}

#layout5 .focus .arrow1,#layout5 .focus .arrow2{
	position: absolute;
	width: 50px;
	height: 76px;
	cursor: pointer;
	top: 272px;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index: 999;
}

#layout5 .focus .arrow1{
	left: 0px;
	background: url(images/ly2-arrow1.png);
}

#layout5 .focus .arrow2{
	right: 0px;
	background: url(images/ly2-arrow2.png);
}

#layout5 .focus:hover .arrow1,#layout5 .focus:hover .arrow2{
	filter:alpha(opacity=100);
	opacity:1;
}

#layout6{
	padding: 0px 25px;
}

#layout6 .block{
	width: 485px;
}

#layout6 .block ul{
	margin-top: 25px;
}

#layout6 .block li{
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 15px;
	margin-top: 15px;
}

#layout6 .block li h3{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

#layout6 .block li h3 a{
	color: #4c4c4c;
}

#layout6 .block li p{
	line-height: 24px;
	height: 72px;
	margin-top: 6px;
	color: #777;
}

#layout6 .block li p a{
	color: #38b499;
}