﻿@charset "utf-8";
/* CSS Document */
/*special*/
.special{
	width: 1200px;
	height: auto;
	padding: 15px 8px;
	background: #fff;
}
.special h3{
	width: 1170px;
	height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin: 0 7px;
	float: left;
	overflow: visible;
}
.special h3 span{
	padding: 0 20px;
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	color: #2c69b3;
	border-bottom: 2px solid #2c69b3;
	float: left;
}
.special ul{
	width: 1184px;
	height: auto;
	padding: 12px 0;
}
.special ul a{
	width: 280px;
	height: 100px;
	float: left;
	margin: 12px 8px;
}
.special ul a:hover{
	box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	-ms-box-shadow: 0 0 10px #999;
	-o-box-shadow: 0 0 10px #999;
}
.page1{
	width: 1170px;
	margin: 0 7px;
	border-top: 1px dashed #dfdfdf;
}

/*special-text*/
.special-text{
	width: 1102px;
	height: auto;
	padding: 50px;
	background: #fff;
}
.special-textlist{
	width: 1100px;
	height: auto;
	overflow:hidden;
	border: 1px solid #dfdfdf;
	margin:0 auto;
	margin-bottom: 20px;
}
.special-textlist h3{
	width: 1100px;
	height: 56px;
	border-bottom: 1px solid #dfdfdf;
}
.special-textlist h3 a{
	padding: 0 25px;
	line-height: 56px;
	font-size: 16px;
	color: #2c69b3;
}
.special-textlist ul{
	width: 100%;
	height: auto;
	padding: 10px 25px;
	clear:both;
}
.special-textlist ul a{
	width: 252px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	margin-right:0px;
	color:#333333;
	float: left;
}
.special-textlist ul a:visited{
	color:#333333;
}
.special-textlist ul a i{
	width: 5px;
    height: 5px;
    margin: 18px 0 0 5px;
    background: #8698ad;
    float: left;
}
.special-textlist ul a span{
	width: auto;
    height: 40px;
    margin: 0 30px 0 10px;
    font-size: 16px;
    float: left;
}
.special-textlist ul a span:hover{
	color: #2c69b3;
}
.special-textlistls{
	width: 1200px;
	height: auto;
	background-color:#FFFFFF;
}
.special-textlistls h2{
	width: 286px;
	height: 40px;
	line-height: 40px;
	background: #2c69b3;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 30px auto 30px auto;
}
.page2{
	width: 1102px;
	border-top: 1px dashed #dfdfdf;
}