header{
	border-top:7px solid #65c6e1;
}
header .topBar{
	padding: 15px 0 25px;
}
#topshow2{
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-attachment:fixed;
}
#topshow2 h3{
	text-align: center;
	padding: 150px 10px 250px;
}
#topshow2:after{
	position:absolute;
	content:'';
	display:block;
	background-image:url(/images/02/pro/headwater.png);
	background-repeat:repeat-x;
	background-size:auto;
	top:0;
	z-index:1;
	width:100%;
	height:18px;
}
#topshow2:before{
	position:absolute;
	content:'';
	display:block;
	background-image:url(/images/02/pro/bg-top.png);
	background-repeat:repeat-x;
	background-size:auto;
	bottom:0;
	z-index:1;
	width:100%;
	height:118px;
}
.animation-box img{
	position:absolute;
    z-index: 2;
	animation-name:flow;animation-iteration-count:infinite;animation-direction:alternate;animation-duration:1s;
}
#topshow2 .bannericon01{
	top: 0;
    right: 15%;
	animation-duration: 1.5s;
}
#topshow2 .bannericon02{
	top: 15%;
    left: 17%;
}
#topshow2 .bannericon03{
	left: 12%;
    bottom: 1%;
	animation-duration: 1.5s;
	z-index: 3;
}
#topshow2 .bannericon04{
	right: 25%;
    bottom: 0;
	animation-duration: 1.8s;
    z-index: 3;
}
#topshow2 .bannericon05{
    bottom: 0;
    left: 25%;	
	animation-name: bob;
}
#topshow2 .bannericon06{
	bottom: 30%;
	animation-duration: 1.9s;
}
#topshow2 .bannericon07{
	right: 3%;
    top: 30%;
	animation-duration: 2.5s;
}
#topshow2 .bannericon08{
    top: 13%;
    left: 17%;
    z-index: 1;	
	animation-duration: 2s;
}
#topshow2 .bannericon09{
	bottom: 10%;
    left: 7%;
    zoom: 0.7;
	animation-duration: 2.3s;
}
#topshow2 .bannericon10{
	right: 20%;
	animation-duration: 2.5s;
    bottom: 12%;
}
#topshow2 .bannericon11{
	right: 5%;
    top: 45%;
	animation-duration: 1.5s;
}
#topshow2 .bannericon12{
	right: 0;
    top: 20%;
    zoom: 0.7;
	animation-duration: 2s;
}
#content{
	background-image: url(/images/02/pro/file-bg.png),url(/images/02/pro/bg-bottom.png),url(/images/02/pro/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0,50% 100%,50% 50%;
    padding: 50px 0 250px;
	position:relative;
}
aside{
	margin:30px 0;
}
aside ul{
	text-align:center;
	overflow: visible;
}
aside ul li{
	display:inline-block;
	position:relative;
}
aside ul li a{
    position: relative;
	display:inline-block;
    color: #fff;
    font-size: 16px;
	z-index:3;
}
aside >ul{
	display:none;
}
.sub-to{
    display: inline-block;
    background: #63c698;
    color: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid #4aa57b;
    font-size: 15px;
    cursor: pointer;
}
@media screen and (min-width: 1280px){
	aside ul li{
		margin: 0 10px;
	}
	aside ul li a{
		background-image:url(/images/02/pro/list-nav-bg01.png),url(/images/02/pro/list-nav-bg02.png);
		background-position:0 0,100% 0;
		background-repeat:no-repeat;
		height:44px;
		line-height: 44px;
		padding: 0 20px;
		min-width: 60px;
	}
	aside ul li:hover a{
		background-image:url(/images/02/pro/list-nav-hover-bg01.png),url(/images/02/pro/list-nav-hover-bg02.png);
	}
	aside ul li:after{
		z-index: 2;
		content: '';
		background: #65c6e1;
		display: block;
		width: calc(100% - 30px);
		height: 36px;
		position: absolute;
		top: 4px;
		left: 15px;
	}
	aside ul li:before{
		z-index: 1;
		content: '';
		width: 104px;
		height: 90px;
		background-image: url(/images/02/pro/list-nav-hover.png),url(/images/02/pro/list-nav-hover-fish.png);
		background-repeat: no-repeat;
		background-position: 50% 0%,50% 150%;
		position: absolute;
		bottom: -10%;
		opacity:0;
		left: calc(50% - 52px);
		transition:all linear 0.3s;
	}
	aside ul li:hover:after{
		background: #ffe53e;
	}
	aside ul li:hover:before{
		bottom: 0;
		opacity:1;
		background-position: 50% 50%,50% 50%;
	}
	aside ul li:hover a{
		color:#333;
	}
	.sub-to{
		display:none;
	}
	aside >ul{
		display:block !important;
	}
}
.toplink{
	overflow:hidden;
}
.toplink h2{
	float:left;
	color:#4e5152;
}
.toplink h2 b{
	display: inline-block;
    line-height: 100%;
    font-size: 22px;
    vertical-align: middle;
}
.toplink h2 b:first-letter{
	color:#e96269;
}
.toplink h2 img{
	margin-right:10px;
}
.toplink .waylink{
	float:right;
}
.toplink .waylink ol{
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:right;
}
.toplink .waylink li{
	display:inline-block;
	font-size:12px;
	position:relative;
	padding-left:10px;
}
.toplink .waylink li:after{
	content: '/';
    color: #c6c6c6;
    position: absolute;
    top: 2px;
    left: 2px;
    line-height: 100%;
}
.toplink .waylink li:first-child:after{
	display:none;
}
.toplink .waylink li em,
.toplink .waylink ol li a{
	font-style:normal;
	color:#65c6e1;
}
.toplink .waylink li em{
	color:#f8ad54;
}
#wrap{
	box-shadow: 0 0 15px #f2f2f2;
    margin: 30px 15px;
    padding: 30px;
    overflow: hidden;
    line-height: 150%;
}
#content .bannericon01{
	right: 1%;
    top: 40%;
	animation-duration: 2s;
}
#content .bannericon02{
    bottom: 20%;
	left: 4%;
	animation-duration: 2.5s;
}
#content-all{
    position: relative;
    z-index: 5;	
}
#community{
	margin:50px 0;
}
#community li{
	float:left;
	line-height:0;
	margin:5px 5px 5px 0;
}
#community li.fbb{
	float:none;
}
@media screen and (max-width: 1440px) {
	#topshow2 h3{
		padding: 120px 10px 200px;	
	}
	.animation-box img{
		zoom: 0.7;
	}
	#content .bannericon02{
	    left: 2%;	
		max-width: 10%;
	}
	#content .bannericon01{
		max-width: 10%;	
	}
}
@media screen and (max-width: 1280px) {
	#topshow2{
		background-attachment:inherit;
	}
	#topshow2:after,
	#topshow2 .bannericon12{
		display:none;
	}
	#topshow2 h3 img{
		width: 30%;	
	}
	#content{
	    padding: 0px 0 250px;	
	}
	#topshow2 h3{
	    padding: 120px 10px 150px;	
	}
	#topshow2 .bannericon04{
	    right: 5%;	
	}
	aside ul{
		text-align:left;
	}
	aside ul li{
	    margin: 6px 6px 6px 0;	
	}
	aside ul li a{
		color: #0e465e;
		line-height: 110%;
		text-align: left;
		background: #9fddf7;
		font-size: 15px;
		padding: 7px 15px;
		border-radius: 5px;
		border: 1px solid #72b8d5;
	}
	header{
		border:0;
	}
	header .topBar{
	    padding: 10px 0;	
	}
}
@media screen and (max-width: 768px) {
	.toplink .waylink,
	.toplink h2{
		float:none;
	}
	.toplink .waylink{
		border-top: 1px solid #e2f8ff;
		margin-top: 8px;
		padding-top: 1px;		
	}
	.toplink .waylink li{
		font-size:10pt;
	}
	#topshow2 h3 img{
	    width: 40%;	
	}
	#topshow2 .bannericon10,
	#topshow2 .bannericon09,
	#topshow2 .bannericon11{
		display:none;
	}
	#topshow2:before{
		background-size: auto 100%;
		height: 60px;
		background-position: 50% 100%;		
	}
	#topshow2 .bannericon08{
		left: 5%;
		zoom: 0.5;
	}
	#topshow2 .bannericon02{
		left: 12%;
	}
	#topshow2 h3{
	    padding: 100px 10px 120px;	
	}
}
@media screen and (max-width: 640px) {
	#topshow2 h3 img{
	    width:55%;	
	}
	#topshow2 .bannericon03{
	    left: 1%;	
	}
	aside{
		margin: 0 0 10px;
		text-align: right;		
	}
}
@media screen and (max-width: 480px) {
	#topshow2 h3{
	    padding: 70px 10px 80px;	
	}
	.animation-box img{
		zoom:0.5;
	}
	#topshow2 .bannericon08{
		zoom: 0.3;
	}
	aside ul li{
		display:block;
		margin: 6px 0;
	}
	aside ul li a{
		display:block;
	}
	.toplink h2 b{
	    font-size: 20px;	
	}
	.toplink h2 img{
		width: 25px;	
	}
	.sub-to{
		font-size:12px;
		padding: 5px 15px;
	}
	#wrap{
		padding: 20px 0;	
		box-shadow: none;
		margin: 0;	
	}
	.toplink .waylink li,
	.toplink .waylink li:after{
	    font-size: 6pt;	
	}
	.toplink .waylink li:after{
		top:4px;
	}
	#content{
		padding: 0px 0 150px;
		background-size: auto,300%,auto;		
	}
	#topshow2:before{
	    height: 30px;	
	}
}
