.clear{
	clear: both;
}

.intro{
	width: 100%;
	background-color: white;
}

.introline{
	height: 42px;
}

.introtitle{
	width: 100%;
	height: 100px;
	background-color: #486685;
	font-size: 36px;
	text-align: center;
	padding-top: 50px;
	color: white;
}

.introimgholder{
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.introimg{
	width: 600px;
	height: 400px;
	float: left;
}

.introimg:nth-child(even){
	margin-left: 40px;
}

.introimg:nth-child(n+3){
	margin-top: 20px;
}

.introcontent{
	width: 1240px;
	height: 240px;
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.introcontent_title{
	width: 100%;
	text-align: center;
	color: #35577a;
	font-size: 24px;
	padding-top: 25px;
}

.introcontent_content{
	width: 1180px;
	height: 120px;
	line-height: 24px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
}

.footer{
	margin-top: 0px;
}

.service{
	width: 100%;
	background-color: #f2f2f2;
}

.servicemain{
	width: 1240px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.servicemain_title{
	background: url(../images/titlearrow.png) no-repeat;
	font-size: 24px;
	color: white;
	padding-left: 25px;
	padding-top: 20px;
	height: 52px;
}

.silder-box {
    width: 1060px;
	height: 410px;
	margin-left: auto;
	margin-right: auto;
}

.slidebox_item{
	width: 930px;
}

.slidebox_item_img{
	float: left;
}

.slidebox_item_content{
	float: left;
	margin-left: 30px;
	width: 295px;
}

.slidebox_item_content_title{
	margin-top: 15px;
	font-size: 18px;
	color: #35577a;
	line-height: 24px;
	height: 48px;
}

.slidebox_item_content_detail{
	margin-top: 20px;
	width: 290px;
	height: 256px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}

.slidebox_item_apply{
	background-color: #1dd2af;
	width: 300px;
	height: 55px;
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
}

.slidebox_item_apply.dfds{
	background-color: #1dd2af;
	width: 300px;
	height: 45px;
	padding-top: 15px;
	font-size: 24px;
	text-align: center;
}



.slidebox_item_apply a{
	color: white;
	text-decoration: none;
}

#menu{
	width: 200px;
	height: auto;
	position: fixed;
	bottom: 50px;
	right: 15px;
	margin-top: -135px;
	z-index: 9999;
}
#menu ul{
	display: block;
	list-style: none;
}
#menu ul li a{
	margin-top: 2px;
	width: 140px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	background-color: #c7c7c7;
	color: white;
	float: left;
	text-decoration: none;
	font-size: 18px;
}
.before{
	margin-top: 29px;
	border: 20px solid transparent;
	border-right: 20px solid #4b78a6;
	width: 0;
	height: 0;
	float: left;
	visibility: hidden;
}
#menu ul li:hover a, #menu ul li.hover a{
	background-color: #4b78a6;
}
#menu ul li:hover .before,#menu ul li.hover .before{
	visibility: visible;
}
#menu ul li a.wwww{line-height:150%;font-size:14px;padding:15px 0px;height:auto;}