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

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #d82321 !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: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,.photo2{
	position: relative;
	overflow: hidden;
}

.photo img,.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}

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

.photo .shadow,.photo2 .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: #000;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.photo p,.photo2 p{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

.photo p a,.photo2 p a{
	color: #fff;
}

.photo p a:hover,.photo2 p a:hover{
	color: #dfdfdf !important;
}


#header{
	height: 740px;
	background: url(images/header1.jpg) no-repeat center top;
	position: relative;
	z-index: 900;
}

#header .building{
	position: absolute;
	width: 1920px;
	height: 334px;
	bottom: 0px;
	left: 50%;
	margin-left: -960px;
	background: url(images/header2.png);
	z-index: 9;
}

#header .cloud{
	position: absolute;
	width: 1920px;
	height: 355px;
	bottom: 0px;
	left: 50%;
	margin-left: -960px;
	background: url(images/header3.png) 0px bottom;
	z-index: 1;
}

/* 头图云飘Start */
@-ms-keyframes cloud{
	from{ background-position: 1920px bottom; }
	to{ }
}
@-moz-keyframes cloud{
	from{ background-position: 1920px bottom; }
	to{ }
}
@-o-keyframes cloud{
	from{ background-position: 1920px bottom; }
	to{ }
}
@-webkit-keyframes cloud{
	from{ background-position: 1920px bottom; }
	to{ }
}
@keyframes cloud{
	from{ background-position: 1920px bottom; }
	to{ }
}

#header .cloud{
	animation:'cloud' 50.0s linear 0s infinite;
	-ms-animation:cloud 50.0s linear 0s infinite;
	-moz-animation:cloud 50.0s linear 0s infinite;
	-o-animation:'cloud' 50.0s linear 0s infinite;
	-webkit-animation:'cloud' 50.0s linear 0s infinite;
}
/* 头图云飘End */


#nav{
	position: fixed;
	width: 115px;
	height: 415px;
	padding: 118px 15px 0px 16px;
	background: url(images/nav-bg.png);
	right: 0px;
	top: 50%;
	margin-top: -266px;
	text-align: center;
	z-index: 888;
}

#nav li{
	background: url(images/nav-line.png) no-repeat center top;
	height: 47px;
	line-height: 47px;
	padding-top: 1px;
	font-size: 16px;
}

#nav .btn{
	display: block;
	width: 80px;
	height: 25px;
	background: url(images/nav-btn.png);
	margin: 12px auto 0px auto;
}

@media (max-width: 1430px) {
	#nav{ display: none; }
}

@media (max-width: 1460px) {
	#nav{ right: -15px; }
}

#layout1{
	background: url(images/ly1-bg.jpg) no-repeat center bottom;
	padding-top: 50px;
	padding-bottom: 185px;
}

#layout1 .box1{
	text-align: center;
	background: url(images/ly1-headline.png) no-repeat left center;
	padding-left: 60px;
}

#layout1 .box1 h2{
	font-size: 48px;
	line-height: 60px;
	height: 60px;
}

#layout1 .box1 h2 a{
	color: #d82321;
}

#layout1 .box1 h2 a:hover{
	text-decoration: underline;
}

#layout1 .box1 p{
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	margin-top: 8px;
}

#layout1 .box1 p a{
	color: #d82321;
	margin: 0px 8px;
}

#layout1 .box1 p a:hover{
	text-decoration: underline;
}

#layout1 .box2{
	margin-top: 15px;
}

#layout1 .box2 .left{
	width: 625px;
}

#layout1 .box2 .right{
	width: 520px;
}

#layout1 .box2 .video{
	height: 300px;
	margin-top: 30px;
}

#layout1 .box2 .video .shadow{
	background: url(images/shadow1.png);
	height: 50px;
}

#layout1 .box2 .video p{
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
}

#layout1 .box2 .video .play{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(images/play1.png);
	left: 32px;
	bottom: 38px;
	border-radius: 50%;
	transition: all 0.2s;
	z-index: 10;
}

#layout1 .box2 .video .play:hover{
	box-shadow: 0px 0px 10px #dac67a;
}

#layout1 .box2 .hot{
	margin-top: 25px;
}

#layout1 .box2 .hot h3{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
}

#layout1 .box2 .hot p{
	color: #8d8d8d;
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
}

#layout1 .box2 ul{
	margin-top: 12px;
}

#layout1 .box2 li{
	height: 48px;
	line-height: 48px;
	background: url(images/list1.png) no-repeat left center;
	padding-left: 15px;
	font-size: 20px;
}

#layout1 .box3{
	position: relative;
	height: 485px;
	margin-top: 60px;
}

#layout1 .box3 li{
	position: absolute;
	display: none;
}

#layout1 .box3 .pic1{
	left: 0px;
	bottom: 20px;
	width: 683px;
	height: 385px;
	display: block;
}

#layout1 .box3 .pic3{
	left: 517px;
	bottom: 20px;
	width: 683px;
	height: 385px;
	display: block;
}

#layout1 .box3 .pic2{
	left: 170px;
	bottom: 0px;
	width: 860px;
	height: 485px;
	display: block;
	box-shadow: 0px 0px 9px #cecece;
	z-index: 50;
}

#layout1 .box3 p{
	display: none;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}

#layout1 .box3 p a{
	display: inline-block;
	vertical-align: top;
}

#layout1 .box3 p span{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-family: "Arial";
	color: #fff;
}

#layout1 .box3 p span i{
	color: #fcf699;
	font-size: 50px;
}

#layout1 .box3 .pic2 p{
	display: block;
}

#layout1 .box3 .shadow{
	height: 100%;
	background-color:rgba(0,0,0,0.4);
}

#layout1 .box3 .pic2 .shadow{
	height: 60px;
	background: url(images/ly1-shadow.png);
}

#layout1 .box3 .arrow{
	position: absolute;
	width: 48px;
	height: 85px;
	bottom: 160px;
	cursor: pointer;
	filter:alpha(opacity=80);
	opacity: 0.8;
	transition: opacity 0.2s;
	z-index: 88;
}

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

#layout1 .box3 .arrow1{
	left: 60px;
	background: url(images/ly1-arrow1.png);
}

#layout1 .box3 .arrow2{
	right: 60px;
	background: url(images/ly1-arrow2.png);
}

#layout2{
	margin-top: -105px;
}

#layout2 .topic{
	background: url(images/ly2-topic.png) no-repeat center top;
	height: 195px;
	position: relative;
	z-index: 55;
}

#layout2 .box1{
	background: #d82321;
	width: 1180px;
	padding: 10px;
	margin-top: 60px;
	position: relative;
	z-index: 44;
}

#layout2 .box1 h3{
	position: absolute;
	left: 30px;
	top: 35px;
	font-size: 24px;
	line-height: 28px;
}

#layout2 .box1 .play{
	position: absolute;
	width: 66px;
	height: 66px;
	background: url(images/play2.png);
	left: 50%;
	top: 50%;
	margin: -33px 0px 0px -33px;
	z-index: 9;
}

#layout2 .box1 .live{
	background: #000;
}

#layout2 .box2{
	background: url(images/ly2-bg1.jpg) no-repeat center top;
	margin-top: -90px;
}

#layout2 .box2 .w1200{
	height: 920px;
	padding-top: 285px;
	position: relative;
}

#layout2 .box2 .title{
	font-size: 48px;
	font-weight: bold;
}

#layout2 .box2 .title,#layout2 .box2 .title a,#layout2 .box2 .title a:hover{
	color: #f7ea27 !important;
}

#layout2 .box2 a:hover{
	text-shadow: 0px 0px 2px #f7ea27;
}

#layout2 .box2 .headline{
	margin-top: 50px;
}

#layout2 .box2 .headline h2{
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}

#layout2 .box2 .headline p{
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	margin-top: 18px;
}

#layout2 .box2 .headline p a{
	margin-right: 18px;
}

#layout2 .box2 .news{
	float: left;
	width: 510px;
}

#layout2 .box2 .news h3{
	font-size: 25px;
	font-weight: normal;
	margin-top: 55px;
}

#layout2 .box2 .news p{
	line-height: 22px;
	max-height: 44px;
	color: #f0bbbd;
	margin-top: 5px;
}

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

#layout2 .box2 .news li{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	background: url(images/list2.png) no-repeat left center;
	padding-left: 15px;
}

#layout2 .box2 .video{
	float: right;
	width: 625px;
	height: 425px;
	margin-top: 60px;
}

#layout2 .box2 .video .shadow{
	background: url(images/shadow2.png);
	height: 80px;
}

#layout2 .box2 .video p{
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
}

#layout2 .box2 .video .play{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(images/play1.png);
	left: 32px;
	bottom: 38px;
	border-radius: 50%;
	transition: all 0.2s;
	z-index: 10;
}

#layout2 .box2 .video .play:hover{
	box-shadow: 0px 0px 10px #dac67a;
}

#layout2 .title2{
	float: left;
	width: 85px;
	background: #d92322;
}

#layout2 .title2 span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	padding-top: 30px;
	width: 40px;
	margin: 0px auto;
}

#layout2 .title2 .more{
	display: block;
	width: 28px;
	height: 21px;
	background: url(images/title-more.png);
	margin: 25px auto 0px auto;
	transition: opacity 0.5s;
}

#layout2 .title2 .more:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#layout2 .box3{
	margin-top: 20px;
}

#layout2 .box3 .left{
	width: 835px;
}

#layout2 .box3 .title2{
	height: 265px;
}

#layout2 .box3 .photo{
	float: left;
	width: 325px;
	height: 265px;
	margin-left: 10px;
}

#layout2 .box3 .list1{
	float: right;
	width: 395px;
}

#layout2 .box3 .list1 li{
	line-height: 44px;
	height: 44px;
	font-size: 18px;
}

#layout2 .box3 .list1 li a{
	color: #333;
}

#layout2 .box3 .list2{
	margin-top: 23px;
}

#layout2 .box3 .list2 ul{
	margin-left: -18px;
}

#layout2 .box3 .list2 li{
	float: left;
	border: 1px solid #ef998b;
	height: 48px;
	line-height: 48px;
	border-left: 5px solid #d82321;
	width: 260px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px 18px;
	transition: background 0.2s;
}

#layout2 .box3 .list2 li a{
	display: block;
	width: 100%;
	height: 100%;
}

#layout2 .box3 .list2 li,#layout2 .box3 .list2 li a{
	color: #333;
}

#layout2 .box3 .list2 li:hover{
	background: #d82321;
	border-color: #d82321;
}

#layout2 .box3 .list2 li:hover a,#layout2 .box3 .list2 li a:hover{
	color: #fff !important;
}

#layout2 .box3 .right{
	width: 310px;
	border: 1px solid #f7a76a;
}

#layout2 .box3 .right li{
	padding: 16px 22px;
	position: relative;
}

#layout2 .box3 .right .border{
	position: absolute;
	left: 0px;
	top: 22px;
	width: 5px;
	height: 52px;
	background: #d82321;
}

#layout2 .box3 .right h3{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	font-weight: normal;
}

#layout2 .box3 .right h3 a{
	color: #333;
}

#layout2 .box3 .right p{
	line-height: 22px;
	height: 44px;
	color: #8d8d8d;
	margin-top: 6px;
}

#layout2 .box4{
	background: url(images/ly2-bg2.jpg) no-repeat center bottom;
	padding-bottom: 80px;
	margin-top: 65px;
}

#layout2 .box4 .title2{
	height: 480px;
}

#layout2 .box4 .big{
	float: left;
	width: 340px;
	height: 480px;
	margin-left: 10px;
}

#layout2 .box4 .big .shadow{
	height: 80px;
	background: url(images/shadow2.png);
}

#layout2 .box4 .big p{
	left: 20px;
	bottom: 10px;
	line-height: 22px;
	width: 300px;
	font-size: 16px;
	text-align: left;
}

#layout2 .box4 .list{
	float: right;
	width: 765px;
}

#layout2 .box4 .list ul{
	margin: -10px 0px 0px 0px;
}

#layout2 .box4 .list li{
	float: left;
	width: 372px;
	height: 235px;
	margin: 10px 0px 0px 10px;
}

#layout2 .box4 .list .shadow{
	height: 50px;
	background: url(images/shadow1.png);
}

#layout2 .box4 .list p{
	height: 44px;
	line-height: 44px;
}

#layout2 .box5{
	background: url(images/ly2-bg3.jpg) center top;
	padding: 50px 0px 70px 0px;
}

#layout2 .box5 .block{
	width: 380px;
}

#layout2 .box5 .middle{
	float: left;
	margin-left: 30px;
}

#layout2 .box5 .title{
	height: 36px;
	line-height: 36px;
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#layout2 .box5 .title,#layout2 .box5 .title a,#layout2 .box5 .title a:hover{
	color: #fcf699 !important;
}

#layout2 .box5 .title a:hover{
	text-shadow: 0px 0px 2px #fcf699;
}

#layout2 .box5 .title .line{
	position: absolute;
	height: 1px;
	width: 115px;
	top: 50%;
	background-color:rgba(252,246,153,0.2);
}

#layout2 .box5 .title .line1{
	left: 0px;
}

#layout2 .box5 .title .line2{
	right: 0px;
}

#layout2 .box5 .photo{
	margin-top: 28px;
	height: 200px;
}

#layout2 .box5 .photo p{
	height: 38px;
	line-height: 38px;
}

#layout2 .box5 .photo .shadow{
	height: 50px;
	background: url(images/ly2-shadow.png);
}

#layout2 .box5 ul{
	margin-top: 20px;
}

#layout2 .box5 li{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	background: url(images/list2.png) no-repeat left center;
	padding-left: 15px;
}

#layout2 .box5 .ad{
	margin-top: 30px;
}

#layout2 .box5 .ad .photo2{
	width: 380px;
	height: 100px;
}

#layout3{
	margin-top: 80px;
	padding-bottom: 60px;
	background: url(images/ly3-bg.jpg) no-repeat center bottom;
}

#layout3 .topic{
	background: url(images/ly3-topic.png) no-repeat center top;
	height: 135px;
}

#layout3 .box1{
	height: 399px;
	background: #f3f3f3;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 50px;
}

#layout3 .box1 ul{
	margin-left: -3px;
}

#layout3 .box1 li{
	float: left;
	width: 56px;
	margin-left: 3px;
}

#layout3 .box1 .title{
	float: left;
	width: 56px;
	height: 399px;
	background: url(images/ly3-box1-bg.png) no-repeat center top;
	cursor: pointer;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	position: relative;
}

#layout3 .box1 .title span{
	display: block;
	width: 30px;
	margin: 0px auto;
	padding-top: 75px;
}

#layout3 .box1 .title i{
	position: absolute;
	height: 26px;
	width: 26px;
	background: url(images/ly3-box1-tag2.png);
	left: 50%;
	margin-left: -13px;
	top: 37px;
}

#layout3 .box1 .open .title i{
	background: url(images/ly3-box1-tag1.png);
}

#layout3 .box1 .show{
	float: left;
	display: none;
	text-align: center;
	width: 967px;
	height: 399px;
}

#layout3 .box1 .show dd{
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 350px;
	margin: 25px 15px 0px 15px;
}

#layout3 .box1 .show .shadow{
	height: 96px;
	background: url(images/ly3-shadow.png);
}

#layout3 .box1 .show p{
	line-height: 20px;
	left: 10px;
	bottom: 12px;
	width: 240px;
	text-align: left;
	font-size: 16px;
}

#layout3 .box1 .open{
	width: 1023px;
}

#layout3 .box1 .open .show{
	display: block;
}

#layout3 .box2{
	margin-top: 65px;
}

#layout3 .box2 .tab ul{
	margin-left: -5px;
}

#layout3 .box2 .tab li{
	float: left;
	width: 236px;
	height: 51px;
	margin-left: 5px;
	background: #b79658;
	overflow: visible;
	position: relative;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
	line-height: 51px;
	font-weight: bold;
	transition: background 0.2s;
}

#layout3 .box2 .tab .current{
	background: #d82321;
}

#layout3 .box2 .tab .current i{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 13px solid #d82321;
	transition: border-top-color 0.2s;
}

#layout3 .box2 .show{
	margin-top: 45px;
}

#layout3 .box2 .photo{
	float: left;
	width: 625px;
	height: 300px;
}

#layout3 .box2 .photo p{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

#layout3 .box2 .photo .shadow{
	height: 50px;
	background: url(images/shadow1.png);
}

#layout3 .box2 .text{
	float: right;
	width: 575px;
}

#layout3 .box2 .text h3{
	height: 60px;
	line-height: 60px;
	background: #f3f3f3;
	border-radius: 0px 30px 30px 0px;
	font-size: 22px;
	color: #d82321;
	transition: background 0.2s;
}

#layout3 .box2 .text h3 a{
	display: block;
	height: 100%;
	padding: 0px 30px 0px 55px;
	color: #d82321;
}

#layout3 .box2 .text h3:hover{
	background: #d82321;
}

#layout3 .box2 .text h3:hover a{
	color: #fff !important;
}

#layout3 .box2 .text ul{
	margin: 0px 30px 0px 55px;
}

#layout3 .box2 .text li{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	background: url(images/list1.png) no-repeat left center;
	padding-left: 15px;
}

.title1{
	height: 50px;
	line-height: 50px;
	background: #d82321;
}

.title1 span{
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin-left: 30px;
}

.title1 .more{
	float: right;
	width: 28px;
	height: 21px;
	background: url(images/title-more.png);
	margin: 15px 30px 0px 0px;
	transition: opacity 0.5s;
}

.title1 .more:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

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

#layout3 .box3 .left{
	width: 625px;
}

#layout3 .box3 .right{
	width: 546px;
}

#layout3 .box3 .list{
	overflow: hidden;
	margin-top: 20px;
}

#layout3 .box3 .list .line{
	background: #ebebeb;
	height: 1px;
	margin: 10px 0px;
}

#layout3 .box3 .list li{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
}

#layout3 .box3 .list span,#layout3 .box3 .list span a{
	color: #d82321;
}

#layout3 .box3 .list a{
	color: #333;
}

#layout3 .box3 .show{
	position: relative;
	height: 380px;
	overflow: hidden;
	margin-top: 35px;
}

#layout3 .box3 .show .arrow{
	position: absolute;
	width: 71px;
	height: 99px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	filter:alpha(opacity=80);
	opacity:0.8;
	transition: opacity 0.2s;
	z-index: 9;
}

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

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

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

#layout3 .box3 .show ul{
	margin-left: -25px;
}

#layout3 .box3 .show li{
	float: left;
	width: 260px;
	height: 380px;
	margin-left: 25px;
}

#layout3 .box3 .show .shadow{
	height: 80px;
	background: url(images/shadow2.png);
}

#layout3 .box3 .show p{
	font-size: 16px;
	line-height: 24px;
	bottom: 10px;
	text-align: left;
	left: 18px;
	width: 224px;
}

#layout4 .topic{
	background: url(images/ly4-topic.png) no-repeat center top;
	height: 179px;
	position: relative;
	z-index: 9;
}

#layout4 .box1{
	background: url(images/ly2-bg3.jpg) center top;
	margin-top: -47px;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
}

#layout4 .box1 .flag{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0px;
	width: 1920px;
	height: 620px;
	background: url(images/ly4-bg.jpg) no-repeat center top;
	z-index: 1;
}

#layout4 .box1 .w1200{
	position: relative;
	z-index: 9;
}

#layout4 .box1 .title{
	float: left;
}

#layout4 .box1 .tab{
	float: right;
	width: 1085px;
}

#layout4 .box1 .tab ul{
	margin-top: -24px;
}

#layout4 .box1 .tab li{
	float: left;
	margin: 24px 0px 0px 42px;
	width: 175px;
	height: 118px;
	background: url(images/ly4-tab1.png);
	cursor: pointer;
	transition: background 0.2s;
}

#layout4 .box1 .tab table{
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 23px;
	line-height: 28px;
}

#layout4 .box1 .tab .current{
	background: url(images/ly4-tab2.png);
	font-weight: bold;
}

#layout4 .box1 .tab .current a,#layout4 .box1 .tab .current a:hover{
	color: #fff !important;
}

#layout4 .box1 .show1{
	height: 360px;
	background: #fff;
	margin-top: 45px;
}

#layout4 .box1 .show1 .list{
	float: left;
	width: 450px;
	margin: 35px 0px 0px 30px;
}

#layout4 .box1 .show1 .list li{
	height: 48px;
	line-height: 48px;
	background: url(images/list1.png) no-repeat left center;
	padding-left: 15px;
	font-size: 20px;
}

#layout4 .box1 .show1 .list .more{
	display: block;
	width: 210px;
	padding-left: 210px;
	margin: 22px auto 0px auto;
	border: 1px solid #f3bdbc;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	border-radius: 5px;
	color: #d82321;
	background: url(images/ly4-more.png) no-repeat 183px center;
	transition: background 0.2s;
	transition: border-color 0.2s;
}

#layout4 .box1 .show1 .list .more:hover{
	border-color: #d82321;
	background-color: #d82321;
	background-image: url(images/ly4-more2.png);
	color: #fff !important;
}

#layout4 .box1 .show1 .photo{
	float: right;
	width: 625px;
	height: 360px;
}

#layout4 .box1 .show1 .photo .shadow{
	height: 50px;
	background: url(images/shadow1.png);
}

#layout4 .box1 .show1 .photo p{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

#layout4 .box1 .show2{
	margin-top: 35px;
}

#layout4 .box1 .show2 ul{
	margin-left: -26px;
}

#layout4 .box1 .show2 li{
	float: left;
	width: 280px;
	height: 175px;
	margin-left: 26px;
	position: relative;
}

#layout4 .box1 .show2 table{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color:rgba(0,0,0,0.7);
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.2s;
	transform: scale(0.9,0.9);
	border-radius: 50px;
}

#layout4 .box1 .show2 table td{
	padding: 0px 25px;
}

#layout4 .box1 .show2 li:hover table{
	filter:alpha(opacity=100);
	opacity: 1;
	transform: scale(1,1);
	border-radius: 0px;
}

#layout4 .box2{
	margin-top: 70px;
	padding-bottom: 70px;
}

#layout4 .box2 .left{
	width: 730px;
}

#layout4 .box2 .right{
	width: 415px;
}

#layout4 .box2 .weibo{
	border: 1px solid #d2d2d2;
	height: 385px;
	width: 413px;
	margin-top: 35px;
}

#layout4 .box2 .focus{
	position: relative;
	height: 385px;
	margin-top: 35px;
}

#layout4 .box2 .focus li{
	position: absolute;
	display: none;
}

#layout4 .box2 .focus .pic1{
	left: 0px;
	bottom: 55px;
	width: 400px;
	height: 275px;
	display: block;
}

#layout4 .box2 .focus .pic3{
	left: 330px;
	bottom: 55px;
	width: 400px;
	height: 275px;
	display: block;
}

#layout4 .box2 .focus .pic2{
	left: 85px;
	bottom: 0px;
	width: 560px;
	height: 385px;
	display: block;
	box-shadow: 0px 0px 9px #cecece;
	z-index: 50;
}

#layout4 .box2 .focus p{
	display: none;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}

#layout4 .box2 .focus p a{
	display: inline-block;
	vertical-align: top;
}

#layout4 .box2 .focus p span{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-family: "Arial";
	color: #fff;
}

#layout4 .box2 .focus p span i{
	color: #fcf699;
	font-size: 36px;
}

#layout4 .box2 .focus .pic2 p{
	display: block;
}

#layout4 .box2 .focus .shadow{
	height: 100%;
	background-color:rgba(0,0,0,0.4);
}

#layout4 .box2 .focus .pic2 .shadow{
	height: 42px;
	background: url(images/ly4-shadow.png);
}

#layout4 .box2 .focus .arrow{
	position: absolute;
	width: 38px;
	height: 67px;
	bottom: 159px;
	cursor: pointer;
	filter:alpha(opacity=80);
	opacity: 0.8;
	transition: opacity 0.2s;
	z-index: 88;
}

#layout4 .box2 .focus .arrow:hover{
	filter:alpha(opacity=100);
	opacity: 1;
}

#layout4 .box2 .focus .arrow1{
	left: 25px;
	background: url(images/ly4-arrow1.png);
}

#layout4 .box2 .focus .arrow2{
	right: 25px;
	background: url(images/ly4-arrow2.png);
}

#footer{
	background: #d82321;
	padding: 30px 0px;
	text-align: center;
	line-height: 30px;
}