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

a{
	color:#000;
	/*transition:all 0.2s;*/
}

a:hover{
	color:#c41a1a !important;
}

.fw{
	color:#fff;
}

.fw a{
	color:#fff;
}

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

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


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

p,li{
	overflow:hidden;
}


.section {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	background-size:cover;
}


.pagebox{
	width:100%;
	height:100%;
	position:relative;
}

#page1{ background-image:url(images/page1.jpg);background-position:center top; }
#page2{ background-image:url(images/page2.jpg);background-position:center top; }
#page3{ background-image:url(images/page3.jpg);background-position:center top; }
#page4{ background-image:url(images/page4.jpg);background-position:center top; }
#page5{ background-image:url(images/page5.jpg);background-position:center top; }






.mouse-down{
	position:absolute;
	left:50%;
	width:146px;
	margin-left:-73px;
	bottom:3%;
}





.abs{
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
	-webkit-transform-style: preserve-3d;
	transform-origin: center center;
	display: block;
	opacity: 0;
}

.topic1{
	width: 36.15%;
	height:40.21%;
	left: 21.61%;
	top: 9.58%;
	background:url(images/topic1.png) no-repeat;
	background-size:100% 100%;
}

.topic2{
	width: 34.9%;
	height:5.1%;
	left: 21.46%;
	top: 51.04%;
	background:url(images/topic2.png) no-repeat;
	background-size:100% 100%;
}

.topic3{
	width: 33.65%;
	height:14.48%;
	left: 21.77%;
	top: 62.29%;
	background:url(images/topic3.png) no-repeat;
	background-size:100% 100%;
}


.logo{
	width: 9.11%;
	height:3.85%;
	left: 20.57%;
	top: 6.35%;
	background:url(images/logo.png) no-repeat;
	background-size:100% 100%;
}

@-ms-keyframes topic1{
	from{ transform:scale(1.8,1.8); }
	to{ opacity:1; }
}
@-moz-keyframes topic1{
	from{ transform:scale(1.8,1.8); }
	to{ opacity:1; }
}
@-o-keyframes topic1{
	from{ transform:scale(1.8,1.8); }
	to{ opacity:1; }
}
@-webkit-keyframes topic1{
	from{ transform:scale(1.8,1.8); }
	to{ opacity:1; }
}
@keyframes topic1{
	from{ transform:scale(1.8,1.8); }
	to{ opacity:1; }
}

.topic1{
	animation:'topic1' 0.6s ease-in-out 0.3s forwards;
	-ms-animation:topic1 0.6s ease-in-out 0.3s forwards;
	-moz-animation:topic1 0.6s ease-in-out 0.3s forwards;
	-o-animation:'topic1' 0.6s ease-in-out 0.3s forwards;
	-webkit-animation:'topic1' 0.6s ease-in-out 0.3s forwards;
}



@-ms-keyframes topic2{
	from{ left:11.46%;}
	to{ opacity:1; }
}
@-moz-keyframes topic2{
	from{ left:11.46%;}
	to{ opacity:1; }
}
@-o-keyframes topic2{
	from{ left:11.46%;}
	to{ opacity:1; }
}
@-webkit-keyframes topic2{
	from{ left:11.46%;}
	to{ opacity:1; }
}
@keyframes topic2{
	from{ left:11.46%;}
	to{ opacity:1; }
}
.topic2{
	animation:'topic2' 0.6s ease-in-out 1s forwards;
	-ms-animation:topic2 0.6s ease-in-out 1s forwards;
	-moz-animation:topic2 0.6s ease-in-out 1s forwards;
	-o-animation:'topic2' 0.6s ease-in-out 1s forwards;
	-webkit-animation:'topic2' 0.6s ease-in-out 1s forwards;
}


@-ms-keyframes topic3{
	from{ left:41.77%;}
	to{ opacity:1; }
}
@-moz-keyframes topic3{
	from{ left:41.77%;}
	to{ opacity:1; }
}
@-o-keyframes topic3{
	from{ left:41.77%;}
	to{ opacity:1; }
}
@-webkit-keyframes topic3{
	from{ left:41.77%;}
	to{ opacity:1; }
}
@keyframes topic3{
	from{ left:41.77%;}
	to{ opacity:1; }
}
.topic3{
	animation:'topic3' 0.6s ease-in-out 1s forwards;
	-ms-animation:topic3 0.6s ease-in-out 1s forwards;
	-moz-animation:topic3 0.6s ease-in-out 1s forwards;
	-o-animation:'topic3' 0.6s ease-in-out 1s forwards;
	-webkit-animation:'topic3' 0.6s ease-in-out 1s forwards;
}

@-ms-keyframes logo{
	from{}
	to{ opacity:1; }
}
@-moz-keyframes logo{
	from{}
	to{ opacity:1; }
}
@-o-keyframes logo{
	from{}
	to{ opacity:1; }
}
@-webkit-keyframes logo{
	from{}
	to{ opacity:1; }
}
@keyframes logo{
	from{}
	to{ opacity:1; }
}
.logo{
	animation:'logo' 0.6s ease-in-out 1.7s forwards;
	-ms-animation:logo 0.6s ease-in-out 1.7s forwards;
	-moz-animation:logo 0.6s ease-in-out 1.7s forwards;
	-o-animation:'logo' 0.6s ease-in-out 1.7s forwards;
	-webkit-animation:'logo' 0.6s ease-in-out 1.7s forwards;
}








.nav{
	width:12.14%;
	height:79.9%;
	position:absolute;
	top:10.52%;
	left:2.66%;
	background:url(images/nav.png) no-repeat;
	background-size:cover;
}
.nav .logo{
	width:59.23%;
	height:10.69%;
	position:absolute;
	top:8.34%;
	left:28.76%;
	background:url(images/logo.gif) no-repeat;
	background-size:100%;

}
.nav p a{
	width:41.2%;
	height:3.39%;
	position:absolute;
	left:44.21%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.nav p .a1{
	top:20.99%;
	background-image:url(images/a1.gif);
}
.nav p .a2{
	top:30.38%;
	background-image:url(images/a2.gif);
}
.nav p .a3{
	top:39.77%;
	background-image:url(images/a3.gif);
}
.nav p .a4{
	top:49.15%;
	background-image:url(images/a4.gif);
}
.nav p .a5{
	top:58.54%;
	background-image:url(images/a5.gif);
}
.nav p .a2.active{background-image:url(images/a2-a.gif);}
.nav p .a3.active{background-image:url(images/a3-a.gif);}
.nav p .a4.active{background-image:url(images/a4-a.gif);}
.nav p .a5.active{background-image:url(images/a5-a.gif);}





#page2 .hot{
	width:52.6%;
	position:absolute;
	top:14.68%;
	left:21.65%;
}
#page2 .hot h5{
	font-size:47px;
	line-height:64px;
	height:64px;
	text-align:center;
}
#page2 .hot h5 a{ color:#e83738;}
#page2 .hot p{
	font-size:18px;
	color:#4e3e3e;
	line-height:40px;
	max-height:80px;
	margin-top:3%;
}



#page2 .text1{
	width:54.9%;
	height:45.375%;
	position:absolute;
	top:36.77%;
	left:20.89%;
	background:url(images/text1.png) no-repeat;
	background-size:cover;
}
#page2 .text1 h5{
	font-size:48px;
	color:#e83838;
	width:46px;
	line-height:52px;
	float:left;
	margin:7.1% 0 0 3.42%;
}
#page2 .text1 p{
	width:79.4%;
	float:right;
	margin:6.6% 8.13% 0 0;
	font-size:24.5px;
	color:#4e2b2b;
	line-height:40px;
	text-indent:2em;
	font-family:"SimHei";
	max-height:320px;
}







.text2{
	width:62.81%;
	position:absolute;
	top:0;
	height:100%;
	left:18.8%;
}
#page3 .title1{
	width:46.93%;
	margin:8.22% 0 2% 21.72%;
}

.text2 ul{
	height:62.5%;
}
.text2 li{
	width:24.28%;
	height:44.5%;
	background:#fff;
	float:left;
	display:inline;
	margin:2.7% 0.72% 0 0;
	font-size:16px;
	position:relative;
	font-family:"SimHei";
}
.text2 li .pic{
	width:100%;
	height:59.93%;
}
.text2 li h5{
	font-size:17px;
	font-weight:normal;
	margin-left:5.13%;
	line-height:58px;
	height:58px;
}
.text2 li p{
	border-top:1px dashed #888;
	line-height:38px;
	height:38px;
	position:absolute;
	left:1%;
	bottom:0;
	width:89.7%;
	padding-left:8.3%;
}
.switch{
	width:100%;
	text-align:center;
	height:38px;
	margin-top:4.8%;
}
.switch span{
	cursor:pointer;
    display:inline-block;
	vertical-align:middle;
    font-size:24px;
    height:38px;
    line-height:38px;
    margin:0 25px;
    overflow:hidden;
    width:38px;
	border-radius:20px;
	background:#f2e2b7;
}
.switch span.current{
	background:#e83838;
	color:#f2e2b7;
}






#page4 .text3{
	width:64.38%;
	position:absolute;
	top:8.22%;
	left:23.7%;
	height:100%;
}
#page4 .title2{
	width:46.93%;
	margin:0 0 4.17% 20.95%;
}
.text3 .news{
	height:68.96%;
	position:relative;
}
.text3 .news ul{
	width:100%;
	height:100%;
}
.text3 li{
	width:32%;
	height:49.85%;
	float:left;
	display:inline;
	margin-right:1.31%;
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-family:"SimHei";
}
.text3 li .pic{
	width:100%;
	height:68.88%;
	border-radius:35px;
	background-color:rgba(255,255,255,0.5);
	overflow:hidden;
	margin-bottom:3.2%;
}
.text3 li .pic img{
	width:84.37%;
	height:90.79%;
	margin:2.52% 0 0 7.815%;
}
.text3 li p{
	line-height:30px;
	height:30px;
}
.text3 .prve,.text3 .next{
	width:51px;
	height:51px;
	position:absolute;
	cursor:pointer;
	right:3%;
}
.text3 .prve{
	background:url(images/prve.png) no-repeat;
	background-size:100%;
	top:-14%;
}
.text3 .next{
	background:url(images/next.png) no-repeat;
	background-size:100%;
	bottom:-3%;
}




#page5 .text2{
	left:24.43%;
}
#page5 .title3{
	width:53.98%;
	margin:8.22% 0 2% 22.64%;
}





@media(max-width:1600px){
	#page2 .text1 h5{ font-size:42px; line-height:46px;}
	#page2 .text1 p{ font-size:22px; line-height:34px; max-height:272px;}
	#page2 .hot h5{ font-size:38px;}
	#page2 .hot p{ font-size:16px; line-height:34px; max-height:68px; margin-top:2%;}
	.text2 li h5{ line-height:44px; height:44px; font-size:15px;}
	.text2 li p{ font-size:14px;}
	

}
@media(max-width:1440px){
	.nav{ background-size:100% 100%;}
	.nav p a{ background-size:contain;}
	#page2 .hot h5{ font-size:34px;}
	.text2 li p{ font-size:13px;}
	
	
}




.active .nav{
	animation:'nav' 1.4s ease-in-out 0s normal;
	-ms-animation:nav 1.4s ease-in-out 0s normal;
	-moz-animation:nav 1.4s ease-in-out 0s normal;
	-o-animation:'nav' 1.4s ease-in-out 0s normal;
	-webkit-animation:'nav' 1.4s ease-in-out 0s normal;
}
@-ms-keyframes nav{
	from{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	to{}
}

@-moz-keyframes nav{
	from{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	to{}
}

@-o-keyframes nav{
	from{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	to{}
}

@-webkit-keyframes nav{
	from{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	to{}
}

@keyframes nav{
	from{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:-2%;filter:alpha(opacity=0); opacity:0; }
	to{}
}




.active .hot,.active .text1,.active .text2,.active .text3{
	animation:'text' 1.4s ease-in-out 0s normal;
	-ms-animation:text 1.4s ease-in-out 0s normal;
	-moz-animation:text 1.4s ease-in-out 0s normal;
	-o-animation:'text' 1.4s ease-in-out 0s normal;
	-webkit-animation:'text' 1.4s ease-in-out 0s normal;
}
@-ms-keyframes text{
	from{ left:40%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:40%;filter:alpha(opacity=0); opacity:0; }
	to{}
}
@-moz-keyframes text{
	from{ left:40%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:40%;filter:alpha(opacity=0); opacity:0; }
	to{}
}
@-o-keyframes text{
	from{ left:40%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:40%;filter:alpha(opacity=0); opacity:0; }
	to{}
}
@-webkit-keyframes text{
	from{ left:40%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:40%;filter:alpha(opacity=0); opacity:0; }
	to{}
}
@keyframes text{
	from{ left:40%;filter:alpha(opacity=0); opacity:0; }
	40%{ left:40%;filter:alpha(opacity=0); opacity:0; }
	to{}
}





















