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

a{
	color:#000;
}

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

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

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

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

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

.w1200{
	width:1200px;
	margin:0px auto;
}

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

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo:hover img{
	transform: scale(1.05,1.05);
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
}

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

#header .w1200{
	height: 591px;
	position: relative;
}

#header .topic{
	position: absolute;
	width: 779px;
	height: 241px;
	background: url("images/header-topic.png");
	left: 208px;
	top: 132px;
}

#header .text{
	position: absolute;
	width: 358px;
	height: 19px;
	background: url("images/header-text.png");
	left: 420px;
	top: 425px;
}

@-ms-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform: scale(0,0); }
	to{ }
}
@-moz-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform: scale(0,0); }
	to{ }
}
@-o-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform: scale(0,0); }
	to{ }
}
@-webkit-keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform: scale(0,0); }
	to{ }
}
@keyframes topic{
	from{ filter:alpha(opacity=0); opacity:0; transform: scale(0,0); }
	to{ }
}

#header .topic{
	animation:'topic' 1.2s ease-in-out 0s forwards;
	-ms-animation:topic 1.2s ease-in-out 0s forwards;
	-moz-animation:topic 1.2s ease-in-out 0s forwards;
	-o-animation:'topic' 1.2s ease-in-out 0s forwards;
	-webkit-animation:'topic' 1.2s ease-in-out 0s forwards;
}

@-ms-keyframes text{
	from{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	58.3%{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	to{ }
}
@-moz-keyframes text{
	from{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	58.3%{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	to{ }
}
@-o-keyframes text{
	from{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	58.3%{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	to{ }
}
@-webkit-keyframes text{
	from{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	58.3%{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	to{ }
}
@keyframes text{
	from{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	58.3%{ filter:alpha(opacity=0); opacity:0; top: 455px; }
	to{ }
}

#header .text{
	animation:'text' 1.2s ease-in-out 0s forwards;
	-ms-animation:text 1.2s ease-in-out 0s forwards;
	-moz-animation:text 1.2s ease-in-out 0s forwards;
	-o-animation:'text' 1.2s ease-in-out 0s forwards;
	-webkit-animation:'text' 1.2s ease-in-out 0s forwards;
}

#nav{
	background: #d41010;
}

#nav .w1200{
	height: 90px;
}

#nav .logo{
	float: left;
	margin-top: 28px;
}

#nav .links{
	float: left;
	margin-top: 15px;
	background: url("images/nav-line.png") no-repeat left center;
	padding: 0px 50px;
}

#nav .links p{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

#nav .links.col-left{
	padding-left: 0px;
	background: none;
}

#nav .links.col-right{
	padding-right: 0px;
}

#layout1{
	margin-top: 80px;
}

#layout1 .headline{
	background: url("images/ly1-headline.png") no-repeat left center;
	padding-left: 77px;
	text-align: center;
	min-height: 51px;
}

#layout1 .headline h2{
	height: 51px;
	line-height: 51px;
	font-size: 40px;
}

#layout1 .photo2{
	float: left;
	width: 700px;
	height: 440px;
	margin-top: 65px;
}

#layout1 .photo2 .shadow{
	position: absolute;
	width: 100%;
	height: 89px;
	background: url("images/ly1-shadow.png");
	left: 0px;
	bottom: 0px;
}

#layout1 .photo2 p{
	position: absolute;
	left: 25px;
	bottom: 0px;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	max-width: 550px;
	z-index: 9;
}

#layout1 .photo2 .arrow1,#layout1 .photo2 .arrow2{
	position: absolute;
	width: 66px;
	height: 66px;
	cursor: pointer;
	top: 165px;
}

#layout1 .photo2 .arrow1:hover,#layout1 .photo2 .arrow2:hover{
	opacity:0.9;
}

#layout1 .photo2 .arrow1{
	left: 0px;
	background: url("images/ly1-arrow1.png");
}

#layout1 .photo2 .arrow2{
	right: 0px;
	background: url("images/ly1-arrow2.png");
}

#layout1 .photo2 .point{
	position: absolute;
	right: 15px;
	bottom: 25px;
	height: 8px;
}

#layout1 .photo2 .point span{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 8px;
	background: #fff;
}

#layout1 .photo2 .point .on{
	width: 24px;
}

#layout1 .news{
	float: right;
	width: 465px;
	margin-top: 65px;
}

#layout1 .news .title{
	height: 36px;
	line-height: 36px;
}

#layout1 .news .title span{
	float: left;
	font-size: 30px;
	color: #d41010;
	font-weight: bold;
}

#layout1 .news .title .more{
	float: right;
	width: 35px;
	height: 8px;
	background: url("images/title-more.png");
	margin-top: 14px;
}

#layout1 .news .title .more:hover{
	opacity: 0.8;
}

#layout1 .news .main{
	overflow: hidden;
	margin-top: 3px;
}

#layout1 .news .main .box{
	margin-top: -16px;
}

#layout1 .news .main ul{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #f0f0f0;
}

#layout1 .news .main li{
	font-size: 18px;
	line-height: 36px;
	height: 36px;
}

#layout2{
	margin-top: 80px;
	background: url("images/ly2-bg.jpg") no-repeat center top;
}

#layout2 .w1200{
	height: 490px;
}

#layout2 .topic{
	padding-top: 45px;
	text-align: center;
	margin-bottom: 50px;
}

#layout2 .topic img{
	display: inline-block;
	vertical-align: top;
}

#layout2 .list{
	float: left;
	border: 1px solid rgba(255,255,255,0.3);
	width: 478px;
	padding: 20px;
}

#layout2 .list li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	padding-left: 24px;
}

#layout2 .list li i{
	position: absolute;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -3px;
}

#layout2 .photo{
	float: right;
	width: 320px;
	height: 240px;
	margin-left: 20px;
}

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

#layout2 .photo .shadow{
	position: absolute;
	width: 100%;
	height: 70px;
	background: url("images/ly2-shadow.png");
	left: 0px;
	bottom: 0px;
}

#layout3 .title{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #dcdcdc;
}

#layout3 .title span{
	float: left;
	border-bottom: 2px solid #cc0000;
	font-size: 30px;
	font-weight: bold;
	color: #d41010;
}

#layout3 .title .more{
	float: right;
	width: 35px;
	height: 8px;
	background: url("images/title-more.png");
	margin-top: 21px;
}

#layout3 .title .more:hover{
	opacity: 0.8;
}

#layout3 .block{
	width: 575px;
	margin-top: 60px;
}

#layout3 .hot h3{
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 22px;
	margin-top: 28px;
}

#layout3 .hot .photo{
	float: left;
	width: 255px;
	height: 190px;
}

#layout3 .hot p{
	float: right;
	width: 280px;
	font-size: 16px;
	line-height: 30px;
	height: 150px;
	margin-top: 20px;
	margin-right: 10px;
	color: #333;
}

#layout3 .hot p a{
	color: #d41010;
}

#layout3 ul{
	margin-top: 25px;
}

#layout3 li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 18px;
	position: relative;
}

#layout3 li a{
	color: #333;
}

#layout3 li i{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -4px;
	background: #d41010;
}

#layout3 .block2{
	margin-top: 60px;
}

#layout3 .block2 .hot{
	float: left;
	width: 575px;
}

#layout3 .block2 ul{
	float: right;
	width: 575px;
	margin-top: 30px;
}

#layout4{
	margin-top: 80px;
}

#layout4 .topic{
	float: left;
	width: 94px;
	height: 158px;
}

#layout4 .box{
	float: right;
	width: 1060px;
	height: 110px;
	padding: 32px 0px 32px 0px;
	border: 1px solid #eee;
	border-radius: 3px;
}

#layout4 .date{
	float: left;
	width: 145px;
	height: 88px;
	padding-top: 22px;
	border-right: 1px solid #ededed;
	text-align: center;
	color: #d41010;
}

#layout4 .date span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}

#layout4 .date label{
	display: block;
	font-size: 24px;
	line-height: 30px;
}

#layout4 .main{
	float: right;
	width: 830px;
	margin-right: 45px;
}

#layout4 .main .photo{
	float: left;
	width: 185px;
	height: 110px;
}

#layout4 .main .text{
	float: right;
	width: 610px;
	margin-top: 5px;
}

#layout4 .main h3{
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}

#layout4 .main h3 a{
	color: #d41010;
}

#layout4 .main p{
	line-height: 28px;
	height: 56px;
	margin-top: 15px;
}

#layout4 .main p a{
	color: #d41010;
}

#layout4 .tab{
	margin-top: 40px;
	position: relative;
	height: 80px;
	overflow: hidden;
}

#layout4 .tab .arrow1,#layout4 .tab .arrow2{
	position: absolute;
	width: 30px;
	height: 52px;
	cursor: pointer;
	bottom: 0px;
}

#layout4 .tab .arrow1:hover,#layout4 .tab .arrow2:hover{
	opacity: 0.8;
}

#layout4 .tab .arrow1{
	left: 0px;
	background: url("images/ly4-arrow1.png");
}

#layout4 .tab .arrow2{
	right: 0px;
	background: url("images/ly4-arrow2.png");
}

#layout4 .tab .line{
	position: absolute;
	left: 40px;
	bottom: 20px;
	width: 1120px;
	height: 1px;
	background: #d41010;
}

#layout4 .tab .list{
	width: 1080px;
	margin: 0px auto;
}

#layout4 .tab .list li{
	float: left;
	width: 135px;
	text-align: center;
	position: relative;
	z-index: 9;
}

#layout4 .tab .list span{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	color: #666;
	cursor: pointer;
	display: block;
}

#layout4 .tab .list .on span{
	font-weight: bold;
	color: #e11b1b;
	font-size: 18px;
}

#layout4 .tab .list i{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #e11b1b;
	margin-top: 32px;
	cursor: pointer;
}

#layout5{
	margin-top: 80px;
}

#layout5 .topic{
	line-height: 40px;
	font-size: 36px;
	color: #d41010;
	text-align: center;
	font-weight: bold;
}

#layout5 .box{
	background: #d41010;
	margin-top: 25px;
}

#layout5 .main{
	float: left;
	width: 860px;
	background: #e11b1b;
}

#layout5 .main .text{
	float: left;
	width: 270px;
	height: 400px;
	margin-left: 27px;
}

#layout5 .main .text table{
	width: 100%;
	height: 100%;
}

#layout5 .main .text h3{
	font-size: 24px;
	line-height: 36px;
	padding-left: 15px;
	border-left: 4px solid #efcf8a;
}

#layout5 .main .text p{
	line-height: 30px;
	font-size: 16px;
	border-top: 1px solid #e74949;
	padding-top: 10px;
	margin-top: 35px;
}

#layout5 .main .photo{
	float: right;
	height: 400px;
	width: 535px;
}

#layout5 .tab{
	float: right;
	width: 340px;
	height: 400px;
	overflow: hidden;
	background: #fff;
}

#layout5 .tab table{
	height: 100%;
	widows: 100%;
}

#layout5 .tab table td{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0px 25px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

#layout5 .tab table td a{
	color: #333;
}

#layout5 .tab table .on{
	background: #e11b1b;
	color: #fff;
}

#layout5 .tab table .on a,#layout5 .tab table .on a:hover{
	color: #fff !important;
}

#layout6{
	margin-top: 80px;
}

#layout6 .left,#layout6 .right{
	width: 400px;
	margin-top: -23px;
}

#layout6 .photo2{
	margin-top: 23px;
	height: 260px;
}

#layout6 .photo2:hover .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color:rgba(212,16,16,0.6);
}

#layout6 .photo2 table{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	color: #fff;
	text-align: center;
	z-index: 9;
}

#layout6 .photo2:hover table{
	opacity: 1;
}

#layout6 .photo2 table td{
	padding: 0px 55px;
}

#layout6 .photo2 p{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

#layout6 .photo2 .line{
	height: 1px;
	background: #fff;
	margin: 25px 10px 0px 10px;
}


#layout6 .middle{
	float: left;
	margin-left: 25px;
	width: 350px;
	height: 543px;
	position: relative;
}

#layout6 .middle .topic{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#layout6 .middle h3{
	font-size: 24px;
	line-height: 36px;
	max-height: 72px;
}

#layout6 .middle p{
	line-height: 30px;
	max-height: 90px;
	font-size: 16px;
	margin-top: 8px;
	color: #666;
}

#layout6 .middle p a{
	color: #d41010;
}

#layout6 .middle li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	padding-left: 15px;
}

#layout6 .middle li a{
	color: #333;
}

#layout6 .middle li i{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -3px;
	background: #d41010;
}

#layout6 .middle .line{
	height: 1px;
	background: #eee;
	margin: 20px 0px 15px 0px;
}

#footer{
	background: #d41010;
	line-height: 24px;
	padding: 30px 0px;
	margin-top: 80px;
	text-align: center;
}