<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	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%;
}

#phone-header,#phone-footer{
	display: none;
}

#footer{
	font-size: 14px;
	line-height: 30px;
	padding: 40px 0px;
	text-align: center;
	background: #f3585f;
}

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

#layout1 .hot{
	text-align:center;
	margin-top: 50px;
}

#layout1 .hot h2{
	font-size:45px;
	line-height:55px;
	height:55px;
}

#layout1 .hot p{
	line-height:20px;
	height:20px;
	margin-top: 15px;
	font-size: 14px;
	color:#666;
}

#layout1 .hot p a{
	color:#666;
	margin:0px 5px;
}

#layout1 .focus{
	position: relative;
    overflow: hidden;
	width:100%;
	height:645px;
	margin-top: 70px;
}

#layout1 .focus p{
	position: absolute;
	left: 90px;
	bottom: 0px;
	line-height: 68px;
	height: 68px;
	font-size: 18px;
	text-align:center;
	width:1000px;
}

#layout1 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 68px;
	left: 0px;
	bottom: 0px;
	background: #000;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#layout1 .focus .prve,#layout1 .focus .next{
	width:17px;
	height:32px;
	position:absolute;
	cursor:pointer;
	bottom:18px;
}

#layout1 .focus .prve{
	background:url(images/ly1-prve.png) no-repeat;
	background-size:100%;
	left:33px;
}

#layout1 .focus .next{
	background:url(images/ly1-next.png) no-repeat;
	background-size:100%;
	right:33px;
}

#layout1 .text{
	margin-top: 60px;
	position: relative;
}

#layout1 .text .line{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	width: 1px;
	border-left: 1px dashed #b7babc;
}

#layout1 .text .news{
	width:550px;
}

#layout1 .text .news h5{
	font-size:20px;
	line-height:22px;
	height:22px;
}

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

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

#layout1 .text .news li a{ color:#333;}

.topic{
	text-align: center;
}

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

#layout2,
#layout3,
#layout4,
#layout5,
#layout6{
	margin-top: 90px;
}

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

#layout2 .media .focus{
	float: left;
	width: 755px;
	height: 435px;
}

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

#layout2 .media .focus p{
	position: absolute;
	left: 25px;
	max-width: 580px;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	z-index: 9;
} 

#layout2 .media .focus .point{
	position: absolute;
	right: 22px;
	bottom: 19px;
	z-index: 10;
}

#layout2 .media .focus .point span{
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	border: 2px solid #fff;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

#layout2 .media .focus .point .current{
	background: #fff;
}

#layout2 .media .right{
	width: 425px;
	margin-top: -19px;
}

#layout2 .media .right .small{
	height: 208px;
	margin-top: 19px;
}

#layout2 .media .right table{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	left: 0px;
	top: 0px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.2s;
}

#layout2 .media .right table td{
	padding: 0px 15px;
}

#layout2 .media .right .photo:hover table{
	opacity: 1;
}

#layout2 .news{
	background: #ff5e66;
	margin-top: 20px;
	padding: 40px 25px;
}

#layout2 .news .list{
	overflow: hidden;
}

#layout2 .news ul{
	margin-left: -100px;
	margin-top: -51px;
}

#layout2 .news li{
	float: left;
	width: 525px;
	padding-left: 100px;
	border-top: 1px solid #ffa5a9;
	padding-top: 25px;
	margin-top: 25px;
}

#layout2 .news h3{
	font-size: 22px;
	line-height: 26px;
	height: 26px;
}

#layout2 .news p{
	line-height: 30px;
	height: 60px;
	margin-top: 10px;
}

#layout3 .box{
	background: url("images/ly3-bg.jpg") no-repeat top;
	padding-top: 70px;
	padding-bottom: 30px;
	margin-top: 50px;
}

#layout3 .left{ width:580px;}

#layout3 .left .pic1{
	width:580px;
	height:290px;
	position:relative;
}

#layout3 .left .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

#layout3 .pic1 .shadow{
	height:66px;
	background:url(images/ly3-shadow1.png) repeat-x;
	background-size:100% 100%;
}

#layout3 .left li .shadow{
	height:54px;
	background:url(images/ly3-shadow2.png) repeat-x;
	background-size:100% 100%;
}

#layout3 .left p{
	position:absolute;
	left:0px;
	bottom:0px;
	line-height:40px;
	height:40px;
	font-size:16px;
	width:100%;
	text-align:center;
}

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

#layout3 .left li{
	width:280px;
	height:155px;
	float:left;
	display:inline;
	margin:18px 0px 0px 20px;
	position:relative;
}

#layout3 .left li img{
	width:100%;
	height:100%;
}

#layout3 .right{ 
	width:575px; 
	margin-top:-40px;
}

#layout3 .right li{
	border-bottom: 1px dashed #bbb;
	padding:37px 0px 38px 0px;
}

#layout3 .right li:last-child{ border-bottom:none;}

#layout3 .right li h5{
	font-size: 24px;
	line-height:32px;
	height:32px;
	margin-bottom:14px;
}

#layout3 .right li p{
	font-size:16px;
	line-height:30px;
	height:60px;
}

#layout4 .text{
    height: 670px;
    position: relative;
	margin-top: 50px;
}

#layout4 .text .photo{
	position:absolute;
	width:396px;
	height:220px;
}

#layout4 .text .photo1,#layout4 .text .photo4{ top:0px;}
#layout4 .text .photo1,#layout4 .text .photo2{ left:0px;}
#layout4 .text .photo4,#layout4 .text .photo6,#layout4 .text .photo5{ right:0;}
#layout4 .text .photo2,#layout4 .text .photo3,#layout4 .text .photo6{ bottom:0px;}
#layout4 .text .photo5{ top:226px;}
#layout4 .text .photo3{ left:402px;}
#layout4 .text .photo1{
	width:798px;
	height:446px;
}

#layout4 .text .photo .pic{
	width:100%;
	height:100%;
}

#layout4 .text .photo a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}

#layout4 .text .photo1 .pic{
	width:520px;
	height:100%;
	float:left;
}

#layout4 .text .news1{
	width:226px;
	height:337px;
	float:right;
	background:url(images/ly4-text.jpg);
	background-size:auto 100%;
	padding:109px 26px 0px 26px;
}

#layout4 .text .textbg{
	width:100%;left:0;
	background:url(images/ly4-text2.jpg);
	background-size:auto 100%;
	opacity: 0.9;
	height:100%;
    position: absolute;
    bottom: 0;
}

#layout4 .text .news1 h5{
	font-size:24px;
	line-height:60px;
	height:60px;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

#layout4 .text .news1 p{
	line-height:24px;
	max-height:168px;
	margin-top:14px;
	font-size: 14px;
}
#layout4 .text .photo .p1{
	width:52%;
	position:absolute;
	top:34%;
	left:25%;
	font-size:18px;
	line-height:30px;
	max-height:120px;
	z-index: 9;
	color: #fff !important;
}

#layout4 .text .photo .p1,#layout4 .text .photo .textbg{ display:none;}
#layout4 .text .photo:hover .p1,#layout4 .text .photo:hover .textbg{ display:block;}

#layout5 .box{
	padding: 70px 0px;
	margin-top: 50px;
	background: url("images/ly5-bg.jpg");
}

#layout5 .box ul{
	margin-left: -13px;
}

#layout5 .box li{
	float: left;
	width: 290px;
	height: 475px;
	margin-left: 13px;
}

#layout5 .box li table{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("images/ly4-text2.jpg");
	background-size: auto 100%;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	opacity: 0;
}

#layout5 .box li table td{
	padding: 0px 15px;
}

#layout5 .box li:hover table{
	opacity: 0.9;
}

#layout6{
	padding-bottom: 70px;
}

#layout6 ul{
	margin:10px 0px 0px -50px;
}
#layout6 li{
	width:575px;
	float:left;
	margin:40px 0px 0px 50px;
}
#layout6 .tit span{
	width:70px;
	float:left;
	height:65px;
	background:url(images/ly6-num.gif) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	font-size:60px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:50px;
}
#layout6 .tit h5{
	width:487px;
	line-height:50px;
	height:50px;
	background:#f2f2f2;
	float:left;
	font-size:24px;
	padding-left:18px;
}
#layout6 li p{
	font-size:18px;
	line-height:26px;
	height:52px;
	margin:15px 0px 0px 0px;
}</pre></body></html>