*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	
	-moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
	
	border: medium none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size:15px;
	color:#333;
}

em {
	font-style: normal;
}

ul,ol {
	list-style: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
}

/*浮动 清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}
.cf {
	zoom: 1;
}
/*显示 隐藏*/
.hide {
	display: none;
}
.block {
	display: block;
}

/* 背景色 */
.gray{
	background-color: #f6f6f6;
}
.white{
	background-color: #FFF;
}

/*  -----主体  开始----- */

@media screen and (max-width:1100px) {
  body{
    width: 1100px !important;
  }
}
.ifr{
	width: 1100px;
	margin: 0px auto;
	display: block;
}
.main{
	width: 100%;
	background-color: #FFFFFF;
}
.banner{
	width: 100%;
	height: 520px;
	background: url(banner.png) no-repeat top center;
	background-size: 1920px 520px;
	margin-bottom: 70px;
}
.sec{
	width: 100%;
	margin: 40px 0px;
}

.section2{
	background-color: #F8FAFD;
	padding: 60px 0px;
}

.title_box{
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
	text-align: center;
}
.section1 .title_text{
	background: url(num1.png) no-repeat center;
	background-size: 200px 80px;
}
.section2 .title_text{
	background: url(num2.png) no-repeat center;
	background-size: 200px 80px;
}
.section3 .title_text{
	background: url(num3.png) no-repeat center;
	background-size: 200px 80px;
}
.section4 .title_text{
	background: url(num4.png) no-repeat center;
	background-size: 200px 80px;
}
.section5 .title_text{
	background: url(num5.png) no-repeat center;
	background-size: 200px 80px;
}
.section6 .title_text{
	background: url(num6.png) no-repeat center;
	background-size: 200px 80px;
}

.title_text{
	display: inline-block;
	min-width: 160px;
	max-width: 240px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	position: relative;
}
.title_text::before{
	content: "";
	position: absolute;
	top: 40px;
	left: -250px;
	width: 220px;
	height: 4px;
	background: url(left.png) no-repeat;
	background-size: 220px 4px;
}
.title_text::after{
	content: "";
	position: absolute;
	top: 40px;
	right: -250px;
	width: 220px;
	height: 4px;
	background: url(right.png) no-repeat;
	background-size: 220px 4px;
}

.sub_title{
	width: 1100px;
	height: 46px;
	padding-left: 20px;
	margin: 0px auto;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #333333;
}
.sub_title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 30px;
	background-color: #0168D1;
}


/* 就业创业融合 */
.jyzpfw_container{
    width: 1100px;
	height: 340px;
    margin: 0px auto;
	margin-bottom: 60px;
}

/* 社会保障服务融合 */
.shbzfw_container{
	width: 1100px;
	height: 800px;
	margin: 0px auto;
	margin-bottom: 60px;
}

/* 办事服务 融合 */
.bsfw_container {
    width: 1100px;
    margin: 0px auto;
    margin-bottom: 60px;
}

/* 热门服务融合 */
.rmfw_container{
	width: 1100px;
	margin: 0px auto;
}

.yjs {
    width: 1060px;
    height: 130px;
    margin: 0px auto;
    margin-top: 20px;
    background: url(jycy.png) no-repeat;
    background-size: 1060px 130px;
    cursor: pointer;
}