.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main {
	width: 100%;
	padding-bottom: 100px;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 88px;
	align-items: center;
}

.navigation_tab {
	width: 700px;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.navigation_tab p a span {
	color: #000000;
}

.navigation_tab p a span.selected {
	color: #000000;
}

.show {
	margin-top: 5px;
	height: 5px;
	background-color: #204f80;
	width: 100%;
	display: block;
}

.vanish {
	display: none;
}

.footer {
	color: white;
	background-color: #204f80;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.banner {
	width: 100%;
}

.center{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 60px 0px;
}

.titleimg{
	display: flex;
	align-items: center;
	margin-bottom: 60PX;
}
.titleimg span{
	margin-right: 20px;
}

.titlex span{
	margin-right: 15px;
}

.titleimg span:nth-child(1){
	font-size: 30px;
	color: #204f80;
	font-weight: bold;
}

.titleimg span:nth-child(2){
	font-size: 17px;
	color: #c5c4c2;
}

.font{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 40px;
}

.title1{
	font-size: 18px;
	color: #204f80;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.titleimgf{
	display: flex;
	justify-content: space-between;
}

.logo{
	width: 24%;
}


.titlebg{
	background: url(../images/titlebg.png) no-repeat;
	width: 1062px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 50px;
}

.jz{
	text-align: center;
}

.lianbg{
	width: 567px;
	height: 456px;
	background: url(../images/lianbg.png) no-repeat;
	padding: 130px 0px 0px 40px ;
}

.lianbg p{
	font-size: 21px;
	line-height: 36px;
}
.lianbg p span{
	color: #1c40a9;
}

.yin{
	visibility: hidden;
}

.lianbg2{
	background: url(../images/lianbg2.png) no-repeat;
	width: 469px;
	height: 468px;
	padding: 186px 50px 0px;
}
.er{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.er span{
	font-size: 18px;
}

.er img{
	width: 167px;
	height: 167px;
	margin-bottom: 10px;
}
.lianbg2 > p{
	font-size: 28px;
	font-weight: bold;
	color: #1c40a9;
	text-align: center;
	margin-top: 20px;
}
.btnbg{
	width: 493px;
	height: 84px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/imgbg1.png) no-repeat;
	text-align: center;
	margin-top: 30PX;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 5px;
	line-height: 32px;
}

.xfont{
	color: #204f80;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
}

/**/
table{
	width:100%;
}
th{
	color: #FFFFFF;
	background-color: #204f80;
	font-size: 20px;
	font-weight: bold;
	/*box-sizing: border-box;*/
	border-right: 2px solid #FFFFFF;
	padding: 15px 0px;
}

tr th:nth-child(3){
	border-right: 2px solid #204f80;
}
tr th:nth-child(1){
	border-left: 2px solid #204f80;
}

tr{
	border-left: 2px solid #CCCCCC;
}
td{
	text-align: center;
	font-size: 18px;
	padding: 15px 0px;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	box-sizing: border-box;
}
table tr:nth-child(1){
	border-right: none;
}
/*
tr th:nth-child(3){
	border-right: none;
}*/
/*tr td:nth-child(3){
	border-right: none;
}*/


.boflex{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.boflex span{
	color: #204f80;
	font-size: 28px;
	letter-spacing: 5px;
}
































