﻿	/*section1  start*/
#section1{
	background:#1a3848 url(../images/bg2.jpg) no-repeat center top;
	background-size: 100%;
	min-height: 650px;
	width: 100%;
	max-height:650px;
}
#section2{
	background:#F3F3F3;
	min-height: 650px;
	width: 100%;
	max-height:650px;
}
.box{
	/*z-index: 999;*/
	height: 100%;
	margin:0 auto;
	overflow: hidden;
	width: 80%;
	display: table;
}
.middlebox{
	vertical-align: middle;
	overflow: hidden;
	height: auto;
	width:800px;
	margin:0px auto;
	margin-top:50px;
}


.headbox{
	width: 100%;
	display: block;
	margin:0 auto;
	overflow: hidden;
}
/*@-moz-document url-prefix(){
	.brother{
		margin-top:60px; 
	}
}*/
.headbox .phone{
	float: left;
	width: 21%;
}
.phone img{
	width: 100%;
}
.headbox .intro{
	color: #fff;
}
.intro img{
	width: 100%;
}
.headbox .intro h2{
	font-size: 4em;
	line-height: 50px;
	margin-top: 20px;
        font-weight:normal;
}
.headbox .intro h3{
	width: 100%;
	font-size: 2.7em;
	line-height: 40px;
	margin-top: 15px;
}
.headbox .intro h4{
	margin-top: 15px;
	font-size: 1.4em;
	line-height: 40px;
}
.headbox .intro h4 .big_font{
	font-size: 1.5em;
}
.downbtns{
	margin-top: 30px;
	text-align: center;
	position:absolute;
	
}
.headbox .intro .downbtns a.downbtn{
	width: 120px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	background: url(../../../public/images/down_load.png) no-repeat center;
	background-size: 100%;
	margin-right: 10px;
	float: left;

}

.headbox .intro .downbtns a.downbtn:hover{
	background: url(../../../public/images/down_hover.png) no-repeat center;
	background-size: 100%;
}
.headbox .intro .downbtns a img{
	width: 12.5%;
	margin: 7%;
	display: inline-block;
	vertical-align: middle;
	float: left;

}
.headbox .intro .downbtns a span{
	float: left;
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-left: 8px;
}
.home h2 { padding-top:80px; font-size:36px; line-height:48px; color:#000000;}

.home p { padding-top:10px; font-size:18px; line-height:30px; color:#555555; }



.home_01 { height:800px; background:#f3f3f3 url(../images/pic_home_01.jpg) no-repeat center; text-align:center;

	-webkit-animation:fadein 2s ;

	-moz-animation:fadein 2s;

	animation:fadein 2s;

}

@-webkit-keyframes fadein{

	0%	{background-image:url(../images/pic_home_01_0.png); background-position: center -35px;}

	100%{background-image:url(../images/pic_home_01.jpg); background-position: center center;}

}

@-moz-keyframes fadein{

	0%	{background-image:url(../images/pic_home_01_0.png); background-position: center -35px;}

	100%{background-image:url(../images/pic_home_01.jpg); background-position: center center;}

}

@keyframes fadein{

	0%	{background-image:url(../images/pic_home_01_0.png); background-position: center -35px;}

	100%{background-image:url(../images/pic_home_01.jpg); background-position: center center;}

}

.home_01 h1 { padding-top:50px; font-size:60px; line-height:72px; color:#1eb9ee;}

.home_01 p { padding-top:10px; font-size:30px;}

.home_01 a { display:inline-block; margin-top:50px; margin-bottom:350px; padding-right:40px; background:url(../images/ico_video.png) no-repeat right center; font-size:18px; color:#1eb9ee; }

.home_01 a:hover { color:#61ccf1;}
.price_1{ margin-bottom:10px; font-size:20px; color:#1eb9ef;}



.home_02 { height:800px; background:url(../images/pic_home_02.jpg) no-repeat center; text-align:center; color:#000000;}

.home_02 .t_primary { margin-top:50px; font-size:24px; color:#1eb9ee;}

.home_02 .t_primary strong { font-size:60px; font-weight:normal;}





.home_03 { height:800px; background:#edf2f4 url(../images/pic_home_03.jpg) no-repeat center; text-align:center;}

.home_03 h2 { padding-top:290px; padding-left:520px; padding-right:20px;}

.home_03 p { padding-left:520px; padding-right:20px;}





.home_04 { height:920px; background:url(../images/pic_home_04.jpg) no-repeat center bottom; text-align:center;}

.home_04 ul { margin-top:125px; margin-right:-20px; width:1000px;}

.home_04 ul li { float:left; margin-right:20px; width:230px; text-align:center;}

.home_04 ul li i { display:inline-block; width:230px; height:230px; background:url(../images/pic_home_04.png) no-repeat;}

.home_04 ul li i.pic_home_04_01 { background-position: 0 0;}

.home_04 ul li i.pic_home_04_02 { background-position: -250px 0;}

.home_04 ul li i.pic_home_04_03 { background-position: -500px 0;}

.home_04 ul li i.pic_home_04_04 { background-position: -750px 0;}





.home_05 { height:800px; background:#edf2f4 url(../images/pic_home_05.jpg) no-repeat center bottom; text-align:center;}

.home_05 h2 { padding-top:230px; padding-left:480px;}

.home_05 p { padding-left:480px;}

.home_05 .wrapper { position:relative;}

.animation_wave { position:absolute; left:160px; top:190px; background:url(../images/home_pic_wave_6.png) no-repeat; background-repeat:no-repeat; width:445px; height:445px;

	-webkit-animation:wave 2s linear infinite;

	-moz-animation:wave 2s linear infinite;

	animation:wave 2s linear infinite;

}

@-webkit-keyframes wave{

	0%	{background:url(../images/home_pic_wave_1.png) no-repeat center}

	20%	{background:url(../images/home_pic_wave_2.png) no-repeat center}

	40%	{background:url(../images/home_pic_wave_3.png) no-repeat center}

	60%	{background:url(../images/home_pic_wave_4.png) no-repeat center}

	80%	{background:url(../images/home_pic_wave_5.png) no-repeat center}

	100%{background:url(../images/home_pic_wave_6.png) no-repeat center}

}

@-moz-keyframes wave{

	0%	{background:url(../images/home_pic_wave_1.png) no-repeat center}

	20%	{background:url(../images/home_pic_wave_2.png) no-repeat center}

	40%	{background:url(../images/home_pic_wave_3.png) no-repeat center}

	60%	{background:url(../images/home_pic_wave_4.png) no-repeat center}

	80%	{background:url(../images/home_pic_wave_5.png) no-repeat center}

	100%{background:url(../images/home_pic_wave_6.png) no-repeat center}

}

@keyframes wave{

	0%	{background:url(../images/home_pic_wave_1.png) no-repeat center}

	20%	{background:url(../images/home_pic_wave_2.png) no-repeat center}

	40%	{background:url(../images/home_pic_wave_3.png) no-repeat center}

	60%	{background:url(../images/home_pic_wave_4.png) no-repeat center}

	80%	{background:url(../images/home_pic_wave_5.png) no-repeat center}

	100%{background:url(../images/home_pic_wave_6.png) no-repeat center}

}



.home_06 { height:940px; text-align:center;}

.home_06 img.pic { margin-top:46px;}

.home_06 ul {  position:relative; left:10px;top: 0px; width:980px; margin:0px auto;margin-top:40px;
}

.home_06 ul li { float:left; margin-right:20px; margin-bottom:20px; width:120px;}

.home_06 ul li span { display:block; padding-top:10px; text-align:center; color:#555555;}



.home_07 { height:800px; background:#edf2f4 url(../images/pic_home_07.jpg) no-repeat center bottom; text-align:center;}



.home_08 { height:920px; background:url(../images/pic_home_08.jpg) no-repeat center bottom; text-align:center;}



.home_09 { height:480px; text-align:center;}

.home_09 h2 { margin-bottom:20px; padding-top:160px; color:#1eb9ee;}