#sub-banner{
    text-align: right;
    padding: 80px 0;
    margin-top: 73px;
    background-size: 100% auto;
    background-position: 50%;
}
#content{
	margin:50px 0;
}
#content .topnav{
	overflow:hidden;
}
#content .topnav .rightside{
	float:right;
	overflow:hidden;
}
#content .topnav .title{
	float:left;
}
#content .topnav .title h2{
}
#content .topnav .title h2 img,
.otherTit img{
    vertical-align: baseline;
}

#content .topnav .title h2 b,
.otherTit b{
	color:#6967b5;
	font-size:19px;
	display:inline-block;
	background-image:url(/images/32/pro-about-title.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top: 87px;
	margin-left: 10px;
	font-weight: normal;
	min-width: 60px;
}
#content .topnav .rightside .waylink strong{
	color:#414141;
}
#content .topnav .rightside .waylink{
	padding-right:10px;
}
#content .topnav .rightside .waylink a,
#content .topnav .rightside .waylink{
	font-size:14px;
	color:#b6b6b6;
	text-align: right;
}
#content .topnav .rightside #side-nav{
	margin-top: 40px;
}
#content .topnav .rightside #side-nav ul{
	text-align: right;
}
#content .topnav .rightside #side-nav li{
	display: inline-block;
    background-repeat: no-repeat;
    text-align: center;
    margin-right: 10px;
	position:relative;
	margin-bottom: 10px;
}
#content .topnav .rightside #side-nav li:hover a{
	color:#fff;
    border: 1px solid #53519a;
}
#content .topnav .rightside #side-nav ul li a{
	display:block;
	color:#53519a;
	font-size:14px;
    margin: 0;
    font-size: 13px;
    padding: 5px 14px;
    border: 1px solid #53519a;
    position: relative;
	border-radius: 3px;
}
#content .topnav .rightside #side-nav ul li.action a,
#content .topnav .rightside #side-nav ul li:hover a{
	background: #53519a;
    color: #fff;
}
#content .topnav .rightside #side-nav ul li.action a:after,
#content .topnav .rightside #side-nav ul li:hover a:after{
	content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #53519a transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7.5px;
}
#content .content-wrap{
    margin-top: 30px;
	color:#000;
}
#content .content-wrap article::selection,
#content .content-wrap div::selection{
	background:#5eb2b1;
	color:#fff;
}
#content .content-wrap img{
	height:auto !important;
}
#bottom-service{
	background-image:url(/images/32/pro-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-attachment:fixed;
	color:#fff;
	padding:70px 0;
}
.content-main #community{
	margin:20px 0;
}
.content-main #community li{
	float:left;
	line-height:0;
}
#pagenav{
}
#pagenav p{
	border: 1px solid #afaee4;
    padding: 5px 10px;
    border-radius: 5px;
}
#pagenav p a{
	margin-left: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #bottom-service {
		background-attachment:none;
		background-position:50% 50%;
    }
}

#bottom-service .lefttitle{
	float:left;
	width:22%;
	font-size:35px;
	line-height: 110%;
	text-align: right;
}
#bottom-service .lefttitle h3{
	text-align: right;
	margin-top: 10px;
}
#bottom-service .lefttitle p{
	text-align: right;
}
#bottom-service .serviceicon{
	float:right;
	width:75%;
}
#bottom-service .serviceicon li{
	text-align:center;
	display:inline-block;
	margin-right:-4px;
	width:25%;
	padding: 10px 0;
}
#bottom-service .serviceicon li p{
	text-align:center;
	font-size:18px;
	margin-top: 15px;
}
@media screen and (max-width: 1280px) {
	#bottom-service .lefttitle,
	#bottom-service .serviceicon{
		width:100%;
	}
	#bottom-service .lefttitle,
	#bottom-service .lefttitle h3,
	#bottom-service .lefttitle p{
		text-align:center;
		font-size: 28px;
	}
	#bottom-service .lefttitle{
		margin-bottom:50px;
	}
	#sub-banner img{
		max-width:40%;
	}
}
@media screen and (max-width: 980px) {
	#content .topnav .title,
	#content .topnav .rightside{
	    float: none;	
		margin-bottom: 10px;
	}
	#content .topnav .title h2,
	.otherTit{
		text-align:center;
	}
	#content .topnav .rightside #side-nav{
		margin-top:10px;
	}
	#content .topnav .title h2 img{
	    height: 55px;
		vertical-align: bottom;	
	}
	#sub-banner img{
		max-width:50%;
	}
}
@media screen and (max-width: 640px) {
	#content .topnav .rightside #side-nav ul{
		text-align:center;
	}
	#content .topnav .title h2 img,
	#content .content-wrap .otherTit img{
	    height: 40px !important;
		vertical-align: baseline;
	}
	#content .topnav .title h2 b,
	.otherTit b{
		font-size: 16px;	
	}
	#bottom-service .serviceicon li{
		width:50%;
		margin-bottom:30px;
	}
	#bottom-service .serviceicon li:nth-child(3),
	#bottom-service .serviceicon li:nth-child(4){
		margin-bottom:0;
	}
	#sub-banner{
		padding: 60px 0;
		background-size: cover;	
	}
	#sub-banner img{
		max-width:60%;
	}
	#bottom-service{
	    background-position: 50% 100%;	
	}
	#pagenav .page-prev,
	#pagenav .page-next{
		float: none;
		border: none;
		border-bottom: 1px solid #afaee4;
		border-radius: 0;
		padding: 10px;
		margin: 0;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #bottom-service {
		background-position:50% 100%;
    }
}

@media screen and (max-width: 480px) {
	#sub-banner{
	    text-align: center;	
	}
	#sub-banner img{
		max-width:80%;
	}
	#content .topnav .title h2 b,
	.otherTit b{
	    display: block;
		background-position: 50% 0;	
		margin-left: 0;
	}
	#content .topnav .title h2 img,
	.otherTit img{
		display:none;
	}
}