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

a,a:hover{
	color:#000;
}

img{
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}

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

p,li{
	overflow:hidden;
}

.section{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#page1{ background-image:url(../images/bg1.jpg); }
#page2{ background-image:url(../images/bg2.jpg); }
#page3{ background-image:url(../images/bg2.jpg); }
#page4{ background-image:url(../images/bg2.jpg); }
#page5{ background-image:url(../images/bg2.jpg); }
#page6{ background-image:url(../images/bg2.jpg); }

.topic{
	position: absolute;
	width: 34%;
	height: 59.3%;
	top: 3.8%;
	left: 37.1%;
	background: url(../images/topic.png) no-repeat center center;
	background-size: contain;
}

.mouse{
	position: absolute;
	width: 7.6%;
	height: 6.1%;
	left: 49.6%;
	top: 69.7%;
	background: url(../images/mouse.png) no-repeat center center;
	background-size: contain;
}

.nav{
	position: absolute;
	width: 100%;
	bottom: 2.8%;
	left: 0%;
	text-align: center;
	z-index: 9;
}

.nav a{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: #fff;
	margin: 0px 14px;
	padding: 3px 15px 0px 15px;
	border-bottom: 3px solid #fff;
	height: 42px;
	line-height: 42px;
	border-radius: 1px;
}

.nav .on,.nav a:hover{
	color: #b72030;
	background: #fff;
	text-decoration: none;
}

.top{
	position: absolute;
	width: 14%;
	height: 9.5%;
	left: 43%;
	top: 1%;
	background: url(../images/top.png) no-repeat center center;
	background-size: contain;
}

#page2 .news{
	position: absolute;
	width: 62.5%;
	left: 18.75%;
	top: 16%;
	background: url(../images/p2-news.png) no-repeat 13.8% center;
	background-size: 7.9% auto;
}

#page2 .news h2{
	font-size: 40px;
	line-height: 50px;
	height: 50px;
	margin: 0px 16% 0px 24%;
}

#page2 .news h2 a:hover{
	text-decoration: none;
	color: #f94444;
}

#page2 .news p{
	line-height: 24px;
	height: 48px;
	color: #394753;
	margin: 10px 16% 0px 24%;
	font-size: 14px;
	overflow: hidden;
}

#page2 .news p a{
	color: #394753;
}

#page2 .main{
	position: absolute;
	width: 62.5%;
	left: 18.75%;
	height: 40%;
	top: 34%;
	text-align: center;
}

.title{
	position: absolute;
	width: 26.8%;
	height: 6.3%;
	left: 36.6%;
	top: 21%;
	z-index: 9;
}

.flip{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 77%;
	text-align: center;
	z-index: 9;
}

.flip a{
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 0px 13px;
	box-shadow: 0px 0px 2px #ccc;
}

.flip a:hover,.flip .current{
	background: #c00;
	color: #fff;
	text-decoration: none;
}

.list1{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 25.7%;
}

.list1 ul{
	margin-left: -42px;
}

.list1 li{
	float: left;
	width: 206px;
	background: #fff;
	border-radius: 3px;
	margin: 32px 0px 0px 42px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}

.list1 li:hover{
	background: #eee;
}

.list1 a:hover{
	text-decoration: none;
}

.list1 img{
	height: 115px;
	width: 100%;
}

.list1 h4{
	line-height: 18px;
	height: 36px;
	font-weight: normal;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 6px;
	margin-bottom: 6px;
}

.list1 p{
	border-top: 1px solid #e5e5e5;
	height: 26px;
	line-height: 26px;
	padding: 0px 5%;
}

.list2{
	position: absolute;
	width: 1200px;
	height: 470px;
	left: 50%;
	margin-left: -600px;
	top: 24.2%;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
}

.list2 ul{
	padding-top: 30px;
}

.list2 li{
	float: left;
	width: 325px;
	margin: 52px 37px 0px 37px;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
}

.list2 span{
	float: left;
	width: 105px;
	height: 42px;
	line-height: 42px;
	background: #f8df93;
	font-size: 18px;
	text-align: center;
	border: 1px solid #f9cd65;
	border-radius: 20px;
	margin-right: 6px;
	margin-top: 2px;
}

.list3{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 29%;
}

.list3 ul{
	margin-left: -42px;
}

.list3 li{
	float: left;
	width: 206px;
	margin: 0px 0px 0px 42px;
	text-align: center;
}

.list3 .photo{
	height: 349px;
	padding-top: 4px;
	background: url(../images/list3.png);
	background-size: 100% 100%;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 22px;
}

.list3 .photo img{
	display: inline-block;
	vertical-align: top;
	width: 198px;
	height: 309px;
	border-radius: 18px 18px 0px 0px;
}

.list3 h4{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
}

.list3 p{
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #d20a11;
}

@media (max-width: 1450px) {
	.nav a{ font-size: 16px; margin: 0px 10px; padding: 2px 11px 0px 11px; border-bottom-width: 2px; height: 32px; line-height: 32px; }
	#page2 .news{ padding-bottom: 18px; }
	#page2 .news h2{ font-size: 28px; line-height: 36px; height: 36px; }
	#page2 .news p{ line-height: 15px; height: 30px; margin-top: 7px; font-size: 12px; }
	.flip a{ width: 21px; height: 21px; line-height: 21px; font-size: 11px; margin: 0px 10px; }
	.list1{ width: 900px; margin-left: -450px; }
	.list1 ul{ margin-left: -32px; }
	.list1 li{ width: 154px; margin: 24px 0px 0px 32px; }
	.list1 img{ height: 86px; }
	.list1 h4{ line-height: 14px; height: 28px; font-size: 12px; margin-top: 4px; margin-bottom: 4px; }
	.list1 p{ height: 20px; line-height: 20px; font-size: 12px; }
	.list2{	width: 900px; height: 352px; margin-left: -450px; }
	.list2 ul{ padding-top: 22px; }
	.list2 li{ width: 244px; margin: 39px 28px 0px 28px; font-size: 12px; line-height: 18px; height: 36px; }
	.list2 span{ width: 78px; height: 32px; line-height: 32px; font-size: 14px; border-radius: 15px; margin-right: 4px; margin-top: 1px; }
	.list3{ width: 900px; margin-left: -450px; }
	.list3 ul{ margin-left: -32px; }
	.list3 li{ width: 154px; margin: 0px 0px 0px 32px; }
	.list3 .photo{ height: 262px; padding-top: 3px; border-radius: 16px; }
	.list3 .photo img{ width: 149px; height: 232px; border-radius: 13px 13px 0px 0px; }
	.list3 h4{ font-size: 12px; line-height: 15px; height: 15px; margin-top: 6px; }
	.list3 p{ font-size: 12px; line-height: 15px; height: 15px; }
}
@media (min-width: 1450px) and (max-width: 1610px) {
	.nav a{ font-size: 18px; margin: 0px 12px; padding: 3px 13px 0px 13px; border-bottom-width: 3px; height: 35px; line-height: 35px; }
	#page2 .news{ padding-bottom: 20px; }
	#page2 .news h2{ font-size: 33px; line-height: 42px; height: 42px; }
	#page2 .news p{ line-height: 20px; height: 40px; margin-top: 8px; font-size: 13px; }
	.flip a{ width: 23px; height: 23px; line-height: 23px; font-size: 13px; margin: 0px 11px; }
	.list1{ width: 1008px; margin-left: -504px; }
	.list1 ul{ margin-left: -35px; }
	.list1 li{ width: 173px; margin: 26px 0px 0px 35px; }
	.list1 img{ height: 97px; }
	.list1 h4{ line-height: 16px; height: 32px; font-size: 13px; margin-top: 5px; margin-bottom: 5px; }
	.list1 p{ height: 22px; line-height: 22px; font-size: 13px; }
	.list2{	width: 1008px; height: 395px; margin-left: -504px; }
	.list2 ul{ padding-top: 25px; }
	.list2 li{ width: 273px; margin: 43px 31px 0px 31px; font-size: 14px; line-height: 20px; height: 40px; }
	.list2 span{ width: 88px; height: 36px; line-height: 36px; font-size: 15px; border-radius: 16px; margin-right: 5px; margin-top: 1px; }
	.list3{ width: 1008px; margin-left: -504px; }
	.list3 ul{ margin-left: -35px; }
	.list3 li{ width: 173px; margin: 0px 0px 0px 35px; }
	.list3 .photo{ height: 293px; padding-top: 3px; border-radius: 18px; }
	.list3 .photo img{ width: 166px; height: 260px; border-radius: 15px 15px 0px 0px; }
	.list3 h4{ font-size: 12px; line-height: 16px; height: 16px; margin-top: 7px; }
	.list3 p{ font-size: 12px; line-height: 16px; height: 16px; }
}