@charset "utf-8";
/* CSS Document */

*
   {
	margin: 0;
	padding: 0;
	list-style:none;
	font-weight:normal;
    }
a img
    {
	border:0px solid #dcdddd;
	}
body 
    {
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#000;
	font-size:12px;
font-style:normal;
	}
i 
    {
font-style:normal;
}
a 
    {
	color:#36B;
	text-decoration:none;
         font-size:12px;
         outline: medium none;
	}
a:hover
    {
	color:#c00000;
	text-decoration:underline;
	}
.logo
{
	float:left;
	width:244px;}
.uls
{
	font-size:10px;
	line-height:100px;

	float:right;}
.uls a 
{
	font-size:12px;
padding:0px 20px;
font-weight:bold;
color:#878787;}
.uls a:hover
{
color:#c00000;
text-decoration:none;}
#section1
{
	padding-top:50px;
	background:#fff;
	width:100%;}
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff; clear:both;}
#rotate{height:1000px;width:100%;position:relative;margin:10px auto;}
#rotate a{position:absolute;top:0px;left:0px;color:#fff;font-weight:bold;padding:3px 6px;font-size:24px;}
#rotate a:hover{border:1px solid #eee;border-radius:5px;}
	.s2 dl dt img{
			display:none;
		}
		
		#section2 .intro{
			left: -130%;
			position:relative;
		}
	.s2
	{
		width:975px;
		margin:0 auto;}
.s2 dl
{
background:url(../img/j.jpg) no-repeat;
height:385px;
width:996px;
}
	.s2 dl dt
	{
	
		width:500px;
		float:left;}
	.s2 dl dd
	{
		margin-top:10px;
		font-size:16px;
		color:#c00000;
		width:300px;
		text-align:left;
		float:left;
		margin-left:40px;
		position:relative;
		 left:600%;
	}
	.s2 dl dd a{
	font-size:16px;
	color:#000;}
	#section2
	{
		background:#fff;
		width:100%;}
	#section3
	{
		background:#f9f9f9;
		width:100%;}
	#sec
	{
		width:1000px;

		height:auto;
		margin:0 auto;
		padding-left:10px;
		/*background:url(../img/gdt.jpg) no-repeat 0px 85px;*/}
	#sec h1
		{
			color:#c51313;
			padding-top:0px;
			 font-family: Times New Roman;

			font-size:72px;}
	#section4{
		background:url(../img/colorback2.jpg) repeat-x center top;
		height:700px;
width:100%;
		background-size:cover;}
	#section5
	{
	width:100%;
		background:#790000;}
	#section1 p
	{
		padding-top:0px;
		margin-bottom:30px;
		}
	#section4 h1
	{
		color:#e3630e;
		font-size:72px;    font-family: Times New Roman;

		margin-top:30px;}
	#section4 h2
	{
		color:#fff;
		margin-bottom:15px;
		font-size:24px;}
	#section4 p a
	{
		padding:0px 10px;}
		#section5 p a
		{
		padding:0px 20px;
			color:#fff;
			font-size:14px;}
		#section5 p
		{
			font-size:12px;
			margin-bottom:20px;
		
			padding-top:0px;
			 font-family: Times New Roman;

			}
		
		
	#sec h2
		{
			margin-bottom:53px;
			color:#c51313;
			font-size:24px;}
		#section2 p span
		{
		cursor:pointer;
			position:absolute;}
			
				#header, #footer{
		position:fixed;
		height: 89px;
		display:block;
		width: 100%;
		background:#fff;
		z-index:9999;
		text-align:center;
	
	}
#section2 h1
{
font-size:24px;
margin-bottom:20px;
color:#ff4a00;
	padding-top:89px;}
#section2 h1 span
{
 font-family: Times New Roman;

font-size:72px;
display:block;}
	#header{
		top:0px;
	}
	#section1 p
	{
	color:#ff9000;
	font-size:24px;
	}
#section1 p span
{
font-size:72px;
 font-family: Times New Roman;
display:block;}



#animateTest {

	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
#animateTest1 a img {

	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}


@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-ms-transform: scale(1.05);
	}
	
	70% {
		-ms-transform: scale(.9);
	}
	
	100% {
		-ms-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}



@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
	0%, 100% {-ms-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

#section3 h3
{
	width:100%;
	height:24px;
	position:relative;
	top:-100%;
	
	background:url(../img/wave.png) repeat-x 0px 0px;}
.j
{
	width:535px;
	height:340px;
	position:absolute;
	left:50%;
	overflow:hidden;}
.com
{
	background:url(../img/computer.jpg) no-repeat top center;
	width:998px;
	margin:0 auto;
	height:450px;	}
.flor
{
	 left: 10px;
    position: absolute;
   /* top: 123px;*/
		top: -120%;
	}
.cam
{
	  position: absolute;
    right: 86px;
   /* top: 216px;*/
	 top: -120%;
	 }
	.gz
{
	  position: absolute;
    right: 0px;
		top: -120%;
    /*top: 16px;*/}

.num1 a{ line-height:52px;}
.a{color:#daf0ab;}
.g{color:#e68100;}
.c{color:#46a810;}
.d{color:#5b8500;}
.w{color:#fff;}
.e{color:#428400;}
.f{color:#5b8500;}
.h{color:#4b9700;}
.i{color:#46a810;}
.a1{font-size:37px;}
.a2{font-size:30px; float:right;}
.a3{font-size:26px;width:100%; text-align:center; display:block;}
.a4{font-size:26px; float:left;}
.a5{font-size:24px; float:right;}
.a6{width:100%;font-size:39px; float:left; text-align:center;}
.a7{font-size:24px; float:left;}
.a8{font-size:39px; float:left;}
.a9{font-size:24px; float:right;}
.a10{font-size:24px;margin-left:120px; display:block;width:100%:}
.a11{font-size:39px;}
.a12{font-size:24px;}

.block95 {
    height: 87px;
    width: 100%;
}

.jz
{


	margin-bottom:50px;}
.tu h1
{
	text-align:center;
	font-size:32px;
	font-weight:bold;	color:#363948;
	}
.tu h2
{
	text-align:center;
	font-size:30px;
	margin-bottom:40px;
	color:#363948;}
.tu dl 
{
	float:left;
	 margin-left: 18px;
    margin-right: 28px;
	width:150px;}
.tu dl dd
{
	text-align:center;}
.juzhong
{
	padding-bottom:25px;
	border-bottom:1px solid #18171c;
	height:168px;

	width:790px;
	margin:0 auto;
		margin-bottom:45px;}
.tu dl dd span
{
	font-size:20px;
	color:#fe0000;}
.up
{
	clear:both;
	text-align:center;
	height:42px;
	overflow:hidden;}
.lxwm
{
	width:760px;
	margin:0 auto;}
.lxwm p
{
	font-size:16px;
	color:#363948;
	line-height:29px;
	margin-bottom:40px;}
.lxwm p span
{
	display:block;
	color:#790000;
	font-weight:bold;}
.lxwms
{
	width:760px;
	margin:0 auto;
	font-size:16px;
	background:url(../img/map.gif) no-repeat right top;
	height:338px;
	color:#363948;
	line-height:29px;}
	.anlib p
{
	font-size:16px;
	color:#595959;
	line-height:29px;
	padding-bottom:15px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:20px;}
	
.anlib
{
	width:760px;
	margin:0 auto;}
	.anlib p span
	{
		display:block;
		font-size:20px;
		}
		
		
.news
{
	width:785px;
	position:relative;
	border:1px solid #e8e8e8;
	
	margin:0 auto;
margin-bottom:30px;
	padding:30px;}
	.pin{width:225px;position:absolute;left:0;top:0;margin-top:30px;background:#eeeeee;margin-left:8px;display:inline;float:left; margin-left:30px;}
.boxs{padding:5px 5px;border:0px solid #ccc;}
.boxs a img{width:214px;display:block;height:auto}
.boxs dl{width:214px;margin:0 auto}
.boxs dl dt{margin-bottom:10px}
.boxs dl dd{font-size:14px;line-height:20px; margin-bottom:5px;}
.boxs dl dd span
{
	color:#a0a0a0;
	font-size:12px;
	line-height:25px;
	display:block;
	float:left;}
.boxs dl dd a
{
	 float: right;
    left: 4px;
    position: relative;
    top: 5px;}
.boxs dl dd a img
{
	width:auto;}
.shh
{
	width:685px;
	margin:0 auto;}
.shh h1
{
	color: #363948;
    font-size: 32px;
    font-weight: bold;
		padding:25px 0px;
    text-align: center;}
.shh h2 
{
	color:#00a2ff;
	font-size:25px;
	line-height:68px;
	background:url(../img/wei.jpg) no-repeat;
	height:55px;
	margin-bottom:15px;
	padding-left:73px;}
.shh h3
{
	margin-bottom:10px;
	font-size:20px;}
.shh p
{
	font-size:16px;
	margin-bottom:23px;
	line-height:25px;
	color:#878787;}
.ssh {
    margin: 0 auto;
    width: 685px;
}
.tong
{
	height:754px;
	background:#e2e2e2;
	margin-bottom:25px;
	}
.ssh h1
{
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:32px;
	color:#515151;
	font-weight:bold;}
.ssh p
{
	line-height:28px;
	color:#363948;
	font-size:20px;
	text-indent:2em;
	margin-bottom:10px;}
.ssh h2
{
	font-size:20px;
	color:#00a2ff;
	margin-bottom:30px;}
.ssh dl
{
	height:78px;
	margin-bottom:30px;
	margin-left:55px;}
.ssh dl dt
{
	width:79px;
	float:left;}
.ssh dl dd
{
	width:425px;
	float:left;
	margin-left:10px;
	color:#878787;
	font-size:16px;
	height:78px;
	line-height:78px;}
.xxcl
{
	margin: 0 auto;
    width: 685px;}
.xxcl h1
{
	 color: #515151;
    font-size: 32px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    text-align: center;}
.xxcl p
{
	color:#363948;
	font-size:20px;
	line-height:28px;
	text-indent:2em;
	margin-bottom:15px;}

.xxcl h2 {
    color: #00a2ff;
    font-size: 20px;
    margin-bottom: 30px;
}
.xxcl dl
{
	margin-bottom:40px;
	width:227px;
	text-align:center;
	float:left;}
.xxcl dl dd
{
	color:#878787;
	font-size:16px;}
	
.navs
{
	margin:0 auto;
	width:887px;
	height:164px;
	margin-bottom:55px;
	background:#fff;}
.nei
{
	position:relative;
	top:-130px;}
.navs dl
{
	width:80px;
	float:left;}
.navs dl dt
{
	background:#a2d92c;
	width:80px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:80px;
	border-bottom:1px dashed #fff;
	height:80px;}
.navs dl dd
{
	text-align:center;
	line-height:80px;
	font-size:20px;
	color:#fff;
	background:#a2d92c;
	width:80px;
	height:80px;}
.navs h1
{
	width:805px;
	text-align:center;
	color:#363948;
	font-size:32px;
	font-weight:bold;
	padding-top:35px;
	line-height:42px;}
.nei
{
	width:887px;
	margin:0 auto;}
.nei p
{
	font-size:16px;
	color:#363948;
	line-height:40px;
	background:url(../img/da.jpg) no-repeat 0px 10px;
	padding-left:15px;}
.cont
{
	width:887px;
	margin:0 auto;
	position:relative;
	top:-100px;
	padding-top:25px;
	border-top:1px solid #c5c5c5;}
.cont p
{
	font-size:16px;
	margin-bottom:50px;
	color:#363948;
	line-height:40px;}
.gsjs
{
	width:770px;
	margin:0 auto;}
.gsjs h1.qywh
{
	color:#5f96b8;
	font-size:32px;
	font-weight:bold;
	background:url(../img/gsbj.jpg) no-repeat 197px -11px;
	padding-top:15px;
	height:115px;
	text-align:center;
	}
.gsjs h1.qywh span
{
	display:block;
	font-size:30px;
	
	color:#363948;
	}
.gsjs h2
{
	font-size:26px;
	line-height:38px;
	text-align:center;
	color:#363948;}
.gsjs h2 span
{
	display:block;}
.gsjs p
{
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	line-height:38px;}
.gsjs h1.gshj{
	color:#b88659;
	background:url(../img/gshj.jpg) no-repeat 193px -7px ;}

.gsjs h1.ygdy
{
	color:#6fa16d;
	background:url(../img/jsa.jpg) no-repeat 187px -11px;}
.wxfx
{
	width:700px;
	margin:0 auto;}
.wxfx h1
{
	color:#4479a0;
	font-size:32px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;}
.wxfx h1 span
{
	font-size:30px;
	font-weight:normal;
	}
.wxfx p
{
	font-size:16px;
	color:#353738;
	line-height:25px;}
.wxfx dl.fir dt
{
	float:left;}
.wxfx dl.fir dd
{
	padding-top:60px;
	line-height:29px;
	color:#00a2ff;
	font-size:20px;}
.wxfx dl.sec
{
	clear:both;}
.wxfx dl.sec dt
{
	font-size:16px;
	line-height:25px;
	float:left;
	color:#878787;
	width:340px;}
.wxfx dl.sec dd
{
	font-size:16px;
	line-height:25px;
		color:#878787;
	float:right;}
.wxfx dl.sec dt span
{
	display:block;
	font-size:20px;
	color:#00a2ff;
	margin-bottom:15px;}
	
.wxfx dl.sec dd span
{
	display:block;
	font-size:20px;
	color:#00a2ff;
	margin-bottom:15px;}
	
.tl
{
	height:745px;
	margin-bottom:30px;
	width:100%;
	background:#fa4949;
	clear:both;}
.ttl
{
	width:670px;
	margin:0 auto;}
.ttl h1
{
	font-size:26px;
	font-weight:bold;
	color:#ffe167;
	text-align:center;
	height:100px;
	line-height:100px;}
.ttl p
{
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
	line-height:25px;}
	
.ttl h2
{
	color:#ffe167;
	font-size:20px;
	font-weight:bold;}
.bian
{
	width:700px;
	border-bottom:2px solid #868788;
	height:610px;
	margin:0 auto;
	margin-bottom:20px;}

.bian h1 {
    color: #b93624;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.bian h1 span {
    font-size: 30px;
    font-weight: normal;
}
.bian p
{
	margin-bottom:30px;
	line-height:25px;
	color:#353738;
	font-size:16px;}
.bian h2
{
	font-size:16px;
	line-height:25px;
	margin-bottom:30px;
	color:#ba3524;}
.bian h2 span
{
	font-size:20px;
	font-weight:bold;
	display:block;}
.bian dl dt
{
	text-align:center;
	}
.bian  dl dd
{
	text-align:center;
	color:#353738;
	line-height:21px;
	font-size:12px;}
.bian dl dd span
{
	color:#ba3524;
	font-weight:bold;
	display:block;
	height:30px;
	line-height:30px;
	font-size:20px;
	margin-bottom:20px;}
.bian dl
{
	width:232px;
	margin-bottom:15px;
	display:inline;
	float:left;}
.bian dl dt
{
	margin-bottom:10px;}
	
.fou
{
	width:700px;
	border-bottom:2px solid #868788;
	margin:0 auto;
	margin-bottom:30px;}
	

.fou h2 {
    color: #ba3524;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.fou h2 span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.fou p {
    color: #353738;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.yulun
{
	height:520px;
	background:#fa4949;
	margin-bottom:20px;}
.yuluns
{
	width:700px;
	margin:0 auto;}
.yuluns h1
{
	color:#363948;
	text-align:center;
	line-height:42px;
	padding-top:15px;
	font-size:30px;}
.yuluns h1 span
{
	font-size:32px;
	padding:10px 0px;
	font-weight:bold;
	display:block;}
.yuluns dl
{
	height:120px;}
.yuluns dl dt
{
	width:85px;
	float:left;}
.yuluns dl dd
{
	width:530px;
	float:left;
	color:#363948;
	font-size:20px;
	margin-left:20px;}
.yuluns dl dd span
{
	color:#fff;
	font-size:16px;
	padding-top:10px;
	line-height:25px;
	display:block;}
.szgg
{
	width:700px;
	height:620px;
	border-bottom:2px solid #77aeb9;
	
	margin:0 auto;
	margin-bottom:15px;}
.szgg h1
{
	line-height:44px;
	color:#265258;
	margin-bottom:15px;
	font-size:32px;
	font-weight:bold;
	text-align:center;}
.szgg h1 span
{
	display:block;
}
.szgg dl
{
	width:228px;
	float:left;}
.szgg dl dd span
{
	font-size:20px;
	font-weight:bold;
	}
.szgg dl dt
{
	width:150px;
	text-align:center;}
.szgg dl dd
{
	width:182px;
	font-size:16px;
	line-height:23px;}
.fds
{
	width:700px;
	margin:0 auto;}
.fds h1
{
	font-size:20px;
	color:#265258;}
		
.jz img.js{
	


    position: absolute;
    top: 30%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-ms-keyframes tada {
	0% {-ms-transform: scale(1);}	
	10%, 20% {-ms-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-ms-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-ms-transform: scale(1.1) rotate(-3deg);}
	100% {-ms-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-ms-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;

	animation-name: fadeInDownBig;
}


.bjje
{
height:542px;
margin-bottom:80px;
background:url(http://www.ad-focus.cn/img/dise.jpg) repeat-x;}


#section2 .fp-tableCell
{
	width:100%;
	
	

	
	background:url(../img/wave.png) repeat-x bottom;}
	
	
#section2 
{
height:704px;
width:100%;
background-position:top center;
background-repeat:no-repeat;
}

.banner_index{height:280px;position: relative;overflow:hidden;width: 907px;margin:30px auto;}
.banner_index .btn,.banner_pro .bBtn{position: absolute;top:235px;width: 56px;height: 78px;display: block;z-index: 3;}
.banner_index .banner_wrap{position: absolute;left:0px;top: 0px; z-index: 2;}
.banner_index .banner_wrap li{width:907px;float: left;}
.indexBanner_num{width:1000px;margin: 0 auto;padding:10px 0;text-align: center;} 
.anlis
{
position:relative;
overflow:hidden;}
.anli1
{
left:0;
top:88px;
width:460px;
height:255px;
border:2px solid #ccc;
position:absolute;}
.anli2
{
right:0;
width:460px;
height:255px;
border:2px solid #ccc;
top:88px;
position:absolute;}
.anli3
{
width:460px;
height:295px;
left:260px;
z-index:999;
border:2px solid #ccc;
top:60px;
position:absolute;}
.anlis a
{
text-indent:-9999px;}
.anlis p
{
width:335px;
margin:0 auto;
font-size:30px;
color:#2e2e2e;
padding-top:400px;
text-align:center;}
.anlis a b.pre
{
display:block;
position:absolute;
width:35px;
bottom: 56px;
   
    height: 55px;
    left: 258px;
background:url(http://www.ad-focus.cn//img/aleft.png) no-repeat;}
.anlis a b.next
{
display:block;
bottom: 56px;
    right:258px;
width:35px;
position:absolute;
height:55px;
background:url(http://www.ad-focus.cn/img/aright.png) no-repeat;}
.lxwm p.xians a
{
display:block;
color:#fff;
background:#f00;}

.pagesd
{
clear:both;
width:900px;
margin:0 auto;
padding-top:20px;
height:50px;}
.pagesd span a
{
font-size:14px;

color:#5e5e5e;}