@charset "utf-8";
.section{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-size: cover;
}
.tb{
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	max-width: 1200px;
	padding: 10px;
}
.thead{
	text-align: center;
}
.title{
	font-size: 2rem;
	font-weight: bold;
}
.miaoshu{
	font-size: 1rem;
	color:#666;
	margin-top: 10px;
}
.about_tb{
	display: grid;
	grid-template-columns: 45% auto;
	column-gap:60px;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin-top:40px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_pic{
	display: block;
	width: 100%;
}
.about_content{
	display: block;
	overflow: hidden;
}
.about_content li{
	list-style: none;
}
.about_content h3{
	font-size:1.2rem;
	padding-bottom: 10px;
	border-bottom:1px dotted #ddd;
}
.modal{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(42,68,155,0.8);
	position:static;
}
.tel_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
	row-gap:20px;
	width: auto;
	max-width: 1200px;
}
@media (max-width:767px){
	.tel_tb{
		flex-direction: column;
		justify-content: unset;
	}
}
.tel_left{
	width: 50%;
	line-height: 1.6;
	color:#fff;
}
@media (max-width:767px){
	.tel_left{width: auto;}
}
.tel_name{
	font-size:1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

a.tel_path{
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	color: #2a449b;
	font-weight: bold;
	transition: all 0.4s;
}
a.tel_path:hover{
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}
.youshi_list{
	display: grid;
	grid-template-columns: calc(33.3% - 60px/3) calc(33.3% - 60px/3) auto;
	row-gap:20px;
	column-gap:30px;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
@media (max-width:767px){
    .youshi_list{
        grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
        row-gap:10px;
	    column-gap:10px;
    }
}
@media (max-width:480px){
    .youshi_list{
        grid-template-columns:auto;
    }
}
.youshi_tb{
	display: grid;
	grid-template-columns: 80px auto;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.youshi_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.youshi_ico>i{
	width: 50px;
	height: 50px;
	background-color: #2a449b;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4rem;
}
.youshi_name{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}