.info-tem {
	margin-bottom: 135px;
}

.image_show {
	border-radius:5px;
	overflow: hidden;
	margin:0px 0 30px;
	overflow: hidden;
}

.image_show img{
	min-height: 115px;
	width: 100%;
}



.home_icon{
	width: 15px;
	height: 15px;
	background: url(/assets/icon/Home.png);
	background-size: cover;
	vertical-align: text-top;
	margin-right: 5px;
}

.tab_inner {
	display: flex;
	padding: 0;
}

.tab_inner>ul {
	width: 100%;
	text-align: center;
	line-height: 35px;
	max-width: 180px;
}

.tab_inner>ul>li {
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	font-size: 16px;
}

.tab_inner>ul>li>a{
	color:#000; 
}

.tab_inner>ul>li:nth-child(1) {
	background: #2A5E9E;
	color:#ffffff;
	font-size: 18px;
}

.text_inner>p {
	text-indent: 2em;
}

.text_inner>.col-lg-6{
	padding-left: 10px;
	font-size: 15px;
}

.pre_inner p{
	color: #333;
}

.inner_show .col-md-10{
padding: 0px !important;
padding-left:40px !important; 
}

/* .pre_inner:first-of-type .text_inner>p {
    text-indent: 20px;
    margin: 30px 0;
}
 */

.pre_inner {
	line-height: 30px;
	margin-top: 25px;
}

.pre_inner h3 {
	text-align: center;
	margin: 5px 0 10px;
}

.pre_inner>p {
	text-align: right;
}

.checkman_adv>p{
display: inline-block;
margin-right: 55px;
}

.item_inner>p {
	border-bottom: #CCCCCC 1px solid;
	text-align: right;
	height: 50px;
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
	line-height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Certifications_inner {
	display: flex;
	flex-wrap: wrap;
	/* padding: 0 10px; */
}

.Certifications_inner>div {
	/* width: 250px; */
	text-align: center;
	background: #F5F5F5;
	/* margin: 0 9px; */
	margin-top: 30px;
	display: inline-block;
	width: 33.33%;
	padding: 0 20px;
	min-width: 250px;
	background-clip: content-box;
}


.Certifications_inner>div img {
	height: 145px;
	padding:10px 0;
}

/* .Certifications_inner>div:hover img{
	transform: translateX(15px);
	transition: 0.2s;
} */

.Certifications_inner>div p {
	background: #fff;
	padding-top: 10px;
	margin-top: 2px;
}

ul.checkable_inner {
	border-bottom: 1px solid #ccc;
}

.checkable_inner li:hover h4{
	color: #2A5E9E;
}

.checkable_inner li>a{
	display: flex;
	height: 85px;
	border-bottom: 1px dotted #ccc;
}

.checkable_inner li:last-child>a{
	border-bottom:none;
}

.checkable_inner li>a>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}

.checkable_inner li>a>div>p{
	color:#666;
}

.checkable_inner li:last-of-type {
	border-bottom: 0px dotted #ccc;
}

.checkable_inner li img {
	width: 40px;
	height: 40px;
	align-self: center;
	margin-right: 15px;
	font-size: 15px;
}

.contact_inner>div {
	margin: 20px 0px;
}

.contact_inner .map {
	height: 225px;
}

.contact_inner .introduction>p {
	line-height: 30px;
	font-size: 13px;
	color: #333;
}
.contact_inner .introduction>h3{
	margin:15px 0;
}
.multi{
	display: flex;
}
.multi>div{
	width: 50%;
	border:1px solid #5C5C5C;
}
.checkman h3:first-child{
	margin-bottom:42px; 

}

/* map */
.amap-simple-marker-def-style .amap-simple-marker-icon, .amap-simple-marker.amap-simple-marker-def-style{
	transform: scale(0.8) translateY(3px);
}
