@charset "UTF-8";
/* CSS Document */


/*.container {
	margin: auto;
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 60px;
}*/
.title {
	background: #39ABF1;
	height: 120px;
	position: relative;
	width: 100%;
	font-size: 26px;
}
.title .inner1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.title h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.com-title1 h3 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 3px dotted #39ABF1;
}

.access {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}
.access > :nth-child(1) {
	width: 35%;
}
.access > :nth-child(2) {
	width: 60%;
}
.access .body1 p {
	font-size: 18px;
	font-weight: 700;
}
.access .com-table1 {
	width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
	margin-top: 10px;
}
.access .com-table1 th {
	background: #eff7fc;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font-weight: 500;
	padding: 10px 10px;
	vertical-align: top;
	width: 26%;
}
.access .com-table1 td {
	background: #fff;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font-weight: 500;
	padding: 11px 11px 11px 24px;
	vertical-align: top;
}

@media only screen and (max-width: 1200px) {
	
	/*.container {
		padding: 0 15px;
		width: auto !important;
	}*/
	
}

@media screen and (max-width: 767px) {
	
	/*.main {
		padding-top: 60px;
	}*/
	
	.title h2 {
		font-size: 24px;
	}
	.com-title1 h3 {
		font-size: 20px;
	}
	.access {
		display: block;
		margin-top: 50px;
	}
	.access > :nth-child(1) {
		padding: 0;
		width: 100%;
	}
	.access > :nth-child(2) {
		margin-top: 20px;
		width: 100%;
	}
	.access .body1 p {
		font-size: 16px;
	}
	.access .com-table1 th {
		padding: 10px 5px;
		font-size: 13px;
		}
	.access .com-table1 td {
		padding: 10px 8px;
		font-size: 15px;
	}


}
