.main,
.banner,
.banner>img {
	width: 100%;
}

.main {
	padding-bottom: 100px;
}

.banner {
	position: relative;
}

.navigation {
	width: 1200px;
	margin: 0 auto;
	/*position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);*/
	height: 66px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation_tab {
	width: 700px;
	display: flex;
	justify-content: space-around;
}

.navigation_tab p {
	padding: 10px 20px;
	border-radius: 10px;
}

.navigation_tab p a {
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.footer {
	color: white;
	background-color: #052676;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.dao {
	width: 100%;
	height: 66px;
	position: absolute;
	top: 0px;
	background: url(../images/daobg.png) no-repeat;
}

.conter {
	width: 1000px;
	margin: 0 auto;
}

.title {
	margin-top: 100px;
}

.title p {
	text-align: center;
}

.title p:nth-child(1) {
	font-size: 28px;
	color: #e1e3ea;
	letter-spacing: 3px;
}

.title p:nth-child(2) {
	font-size: 30px;
	color: #052676;
	font-weight: bold;
	margin-top: -13px;
}

.title p span {
	background-color: #FFFFFF;
	letter-spacing: 5px;
}

.font {
	font-size: 16px;
	line-height: 24px;
	text-indent: 2em;
	color: #052676;
}

.list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px 142px;
}

.list div {
	margin-top: 20px;
}

.list p {
	font-size: 24px;
	font-weight: bold;
	color: #2e2c54;
	text-align: center;
	margin-top: 20px;
}

.listm {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.list_tab {
	background: url(../images/tab.png) no-repeat;
	width: 118px;
	height: 218px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
}

.list_tab p {
	text-align: center;
	cursor: pointer;
	padding: 10px 0px;
}

.list_tab p.show {
	border-bottom: 1px solid #7688b4;
}

.list_lie {
	width: 870px;
}

table {
	width: 100%;
}

table tr {
	border-bottom: 1px solid #7688b4;
}

table tr:nth-child(1) {
	background-color: #052676;
	border-bottom: none;
}

th {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px;
}

td {
	font-size: 16px;
	color: #2e2c54;
	padding: 10px 0px;
	text-align: center;
}

table a {
	display: block;
	width: 85px;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background: url(../images/url.png) no-repeat;
}

.table {
	width: 100%;
}

.table .tr {
	border-bottom: 1px solid #7688b4;
}

.table .tr:nth-child(1) {
	background-color: #052676;
	border-bottom: none;
}

.th {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px;
}

.td {
	font-size: 16px;
	color: #2e2c54;
	padding: 10px 0px;
	text-align: center;
}

.table .a {
	display: block;
	width: 85px;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background: url(../images/url.png) no-repeat;
}

.mtable {
	width: 100%;
}

.table_th {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px;
	background-color: #052676;
	border-bottom: none;
}

.table_th span {
	display: inline-block;
}

.table_th span:nth-child(1) {
	width: 420px;
	text-align: left;
	padding-left: 40px;
}

.table_th span:nth-child(2) {
	width: 183px;
	text-align: center;
}

.table_th span:nth-child(3) {
	width: 216px;
	text-align: center;
}

.table_td{
	    border-bottom: 1px solid #7688b4;
}

.table_td span {
	display: inline-block;
	padding: 10px 0px;
	
}

.table_td span:nth-child(1) {
	width: 420px;
	text-align: left;
	padding-left: 40px;
}

.table_td span:nth-child(2) {
	width: 183px;
	text-align: center;
}

.table_td span:nth-child(3) {
	width: 216px;
	text-align: center;
}

.table_td a {
	display: inline-block;
	width: 85px;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	cursor:pointer;
	background: url(../images/url.png) no-repeat;
}

.xiang{
	display: none;
	min-height: 200px;
	padding: 30px;
	font-size: 16px;
	line-height: 34px;
}
.zhong {
	text-align: center;
}

.mt {
	margin-top: 30px;
}