@charset "utf-8";
/************* homepage style *******************/

.circle_img {
	margin: auto;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0px 0px 5px 2px rgba(25,25,25,.15)
}

.search_box { 
	background-color:#04AEEB; 
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
}
.search_box .like {padding: 5px; color: #fff;}
.search_box .like ul {padding: 0px; margin: 0px;}
.search_box .like li {line-height: 1.5em} 
.search_list {
	padding: 0em; 
	background-color: #fff; 
	border-radius: 5px;
	box-shadow: 0px 0px 2px 0px rgba(25,25,25,.5)
}
.search_list .joblist_box {
	height: 90px; 
	padding: 1em;
}

.search_list .link { 
	border-left:1px solid #F1f1f1;
}

@media (max-width:767px) {
	.search_list .link { 
	border-left:0px solid #FFF;
	}
}
.search_list .button { 
	margin: auto; 
	text-align: center; 
	padding-top: 1.35em 
}

.recommend_title {
	color: #04AEEB;
	font-size: 1.125em;
}

.recommend_text {
	font-size: 1em;
}


/********弹出 模态框**********/
.bgimages3 {	
	height: auto;
	color: #666;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-x;
	background-size:auto 100%
}

.block {
	height: 260px;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	background-size:auto 100%
	
}
.block .height {
   display:table;
   height:100%;
   text-align: center;
}

.block .height .text {
	display: table-cell;
    vertical-align: middle;
	line-height: 1.25em;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px rgba(20,20,20,0.35);
}
@media (max-width:767px) {
	.block .margin-top1 { 
	margin:1em;
	}
}
.modal-body-img  {
	text-align: center;	
}
.modal-body-img img {
	width: 65%;
}

/********5项最服务**********/
.service5_a {display:block}
.service5_b {display:none}
@media (max-width:992px) {
	.service5_a {display:none}
	.service5_b {display:block}
	.service5_bflex {display: flex; display:-webkit-flex;margin-bottom: 2em;padding-bottom: 1em; border-bottom: 1px solid #f1f1f1}
	.service5_bicon {height: 70px; width: 70px; background-color:#bbb;border-radius: 3px; color: #fff; font-size: 30px; line-height: 75px; text-align: center;}
	.service5_content {flex:10; margin-left: 0.5em}
	.service5_content p {margin-top: -6px;}
	.service5_content h3 {margin-top: 0px; color:#333 }
}
.service5_title {font-size: 1.5em;font-weight: 500; color: #004f94}
.service5_link { height: 10px; width: 69.5%; background-color: #04aeeb;margin: auto}
.service5_bpoint { height: 28px; width: 28px; background-color: #04aeeb;border-radius: 14px; margin-top:-9px;float: left;padding-top: 9px; padding-left: 9px; }
.service5_spoint { 
	height: 10px; 
	width: 10px; 
	background-color: #fff; 
	transform: rotate(45deg);
}




