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

a{
	color:#333;
}

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%;
}

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

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

.photo2:hover img{
	transform: scale(1.02,1.02);
}

.topic1{
	text-align: center;
}

.topic1 img{
	display: inline-block;
	vertical-align: top;
}

.mt100{
	margin-top: 100px;
}

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

#footer{
	line-height: 26px;
	padding: 37px 0px 30px 0px;
	font-size: 14px;
	text-align: center;
	background: #e34043;
	position: relative;
}

#footer .line1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 7px;
	background: #ffc12c;
}

#footer .line2{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 7px;
	background: #ffe270;
}

#layout1{
	margin-top: 80px;
}

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

#layout1 .headline h2{
	font-size: 44px;
	height: 50px;
	line-height: 50px;
}

#layout1 .headline h2 a{
	color: #db1b1e;
}

#layout1 .headline p{
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
}

#layout1 .headline p a{
	margin: 0px 5px;
}

#layout1 .focus{
	float: left;
	width: 710px;
	height: 400px;
	margin-top: 40px;
}

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

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

#layout1 .focus .arrow1,#layout1 .focus .arrow2{
	position: absolute;
	top: 50%;
	width: 52px;
	height: 83px;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9;
}

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

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

#layout1 .text{
	float: right;
	margin-top: 10px;
	width: 455px;
}

#layout1 .text h3{
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin-top: 30px;
}

#layout1 .text ul{
	margin-top: 11px;
}

#layout1 .text li{
	background: url("images/ly1-list.png") no-repeat left center;
	padding-left: 25px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}

#layout2{
	overflow: visible;
	position: relative;
}

#layout2 .bg{
	position: absolute;
	width: 100%;
	height: 799px;
	left: 0px;
	top: 293px;
	background: url("images/ly2-bg.jpg") no-repeat center top;
	z-index: -1;
}

#layout2 .box{
	margin-top: 40px;
}

#layout2 .tab{
	float: left;
	width: 243px;
	height: 505px;
	background: url("images/ly2-tab.jpg");
	overflow: hidden;
	position: relative;
}

#layout2 .tab .arrow1,#layout2 .tab .arrow2{
	position: absolute;
	width: 55px;
	height: 26px;
	left: 94px;
	cursor: pointer;
}

#layout2 .tab .arrow1{
	top: 0px;
	background: url("images/ly2-arrow1.png");
}

#layout2 .tab .arrow2{
	bottom: 0px;
	background: url("images/ly2-arrow2.png");
}

#layout2 .tab .list{
	position: absolute;
	right: 0px;
	width: 218px;
	height: 364px;
	top: 70px;
}

#layout2 .tab .list li{
	height: 47px;
	line-height: 47px;
	padding: 22px 5px 22px 18px;
	background: url("images/ly2-tab1.png") no-repeat right center;
	font-size: 24px;
	font-weight: bold;
}

#layout2 .tab .list .active{
	background-image: url("images/ly2-tab2.png");
}

#layout2 .tab .list li a{
	display: block;
	height: 47px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#layout2 .show{
	float: right;
	width: 957px;
	height: 505px;
	overflow: hidden;
}

#layout2 .show .photo2{
	float: left;
	width: 675px;
	height: 505px;
}

#layout2 .show .text{
	float: right;
	border: 1px solid #f3a246;
	border-left: none;
	width: 241px;
	height: 453px;
	overflow: hidden;
	padding: 25px 20px;
}

#layout2 .show .text h3{
	font-size: 24px;
	line-height: 36px;
}

#layout2 .show .text h3 a{
	color: #e34043;
}

#layout2 .show .text p{
	line-height: 40px;
	margin-top: 20px;
}

#layout2 .show .text p a{
	color: #e34043;
}

#layout3 .box{
	margin-top: 40px;
}

#layout3 .box ul{
	margin: -45px 0px 0px -80px;
}

#layout3 .box li{
	float: left;
	width: 560px;
	margin: 45px 0px 0px 80px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
}

#layout3 .box .color1{ border-bottom-color: #e54643; }
#layout3 .box .color2{ border-bottom-color: #f57d43; }
#layout3 .box .color3{ border-bottom-color: #f5a343; }
#layout3 .box .color4{ border-bottom-color: #f5d143; }

#layout3 .box li .photo2{
	height: 310px;
}

#layout3 .box li .text{
	border: 1px solid #e1e1e1;
	border-top: none;
	padding: 40px 50px;
}

#layout3 .box li .text h3{
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	text-align: center;
}

#layout3 .box li .text p{
	line-height: 30px;
	height: 90px;
	margin-top: 20px;
}

#layout3 .box li .text p a{
	color: #ffbb03;
}

#layout4{
	background: #fff4e0;
	padding: 60px 0px;
}

#layout4 .box{
	margin-top: 40px;
}

#layout4 .box ul{
	margin: -60px 0px 0px -40px;
}

#layout4 .box li{
	float: left;
	width: 580px;
	height: 210px;
	margin: 60px 0px 0px 40px;
}

#layout4 .box .photo2{
	float: left;
	width: 320px;
	height: 210px;
}

#layout4 .box .text{
	float: right;
	width: 230px;
	margin-top: 20px;
}

#layout4 .box .text h3{
	font-size: 24px;
	line-height: 32px;
	height: 64px;
}

#layout4 .box .text h3 a{
	color: #e44343;
}

#layout4 .box .text p{
	line-height: 28px;
	height: 84px;
	margin-top: 15px;
}

#layout5 .photo2{
	float: left;
	margin-top: 40px;
	width: 600px;
	height: 405px;
}

#layout5 .photo2 .play{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("images/ly5-play.png");
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
}

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

#layout5 .photo2 p{
	position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
	font-weight: bold;
    z-index: 9;
}

#layout5 .list{
	float: right;
	width: 560px;
	margin-top: 40px;
}

#layout5 .list .color1{ background: #cf4949 url("images/ly5-tag1.png") no-repeat right top; }
#layout5 .list .color2{ background: #e06636 url("images/ly5-tag2.png") no-repeat right top; }
#layout5 .list .color3{ background: #ffa51f url("images/ly5-tag3.png") no-repeat right top; }

#layout5 .list ul{
	margin-top: -6px;
}

#layout5 .list li{
	margin-top: 6px;
	height: 106px;
	padding: 25px 40px 0px 40px;
}

#layout5 .list h3{
	font-size: 18px;
	line-height: 22px;
	height: 22px;
}

#layout5 .list p{
	line-height: 24px;
	height: 48px;
	margin-top: 15px;
}

#layout6 .box{
	margin-top: 40px;
}

#layout6 .box ul{
	margin-left: -45px;
}

#layout6 .box li{
	float: left;
	width: 370px;
	height: 500px;
	margin-left: 45px;
}

#layout6 .box table{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 22.5%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	transition: height 0.2s;
}

#layout6 .box table td{
	padding: 0px 40px;
}

#layout6 .box table span{
	display: none;
	width: 150px;
	height: 0px;
	margin-top: 0px;
	overflow: hidden;
	transition: all 0.2s;
}

#layout6 .box table span img{
	width: 100%;
	height: 100%;
}

#layout6 .box table h3{
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	color: #fff;
}

#layout6 .box li:hover table{
	height: 100%;
}

#layout6 .box li:hover span{
	display: inline-block;
	vertical-align: top;
	height: 150px;
	margin-top: 30px;
}

#layout7 .box{
	margin-top: 40px;
}

#layout7 .box ul{
	margin: -12px 0px 0px -60px;
}

#layout7 .box li{
	float: left;
	width: 465px;
	height: 105px;
	margin: 12px 0px 0px 60px;
	padding: 20px 20px 0px 75px;
	background: #f8f8f8;
	border: 5px solid #efefef;
	position: relative;
	overflow: visible;
}

#layout7 .box .num{
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -32px;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	line-height: 65px;
	text-align: center;
	background: #e03637;
	color: #fff;
	font-size: 40px;
	font-family: "Arial";
	font-weight: bold;
}

#layout7 .box h3{
	font-size: 20px;
	line-height: 24px;
	height: 24px;
}

#layout7 .box p{
	line-height: 24px;
	height: 48px;
	color: #707070;
	margin-top: 12px;
}