
/* 
    弹出样式
*/
/* 
.windowLayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 102;
    display: none;
}

.recruitPop {
    position: fixed;
    left: 0.001%;
    right: 0.001%;
    top: 54%;
    z-index: 103;
    padding: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    width: 90%;
    max-width: 850px;
    height: 90%;
    max-height: 800px;
    overflow: hidden;
    background-color: #fff;
    display: none;
}



.recruitPop .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    background: url(../images/link/guanbi.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.recruitPop .zUIpanelScrollBox,
.recruitPop .zUIpanelScrollBar{
	width:2px;
	top:4px;
	right:0;
}
.recruitPop .zUIpanelScrollBox{
	background-color: #fff;
}
.recruitPop .zUIpanelScrollBar{
	background-color: #152C6D;
}

.recruitPop .infolist li {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

li {
    list-style: none;
}

.recruitPop .infolist li p:before {
    content: '';
    width: 18px;
    height: 14px;
    background: url(../images/link/gangweimigncheng_yuan.png) no-repeat;
    position: absolute;
    top: 31%;
    left: 0px;
    margin-top: -1px;
}

.recruitPop .infolist li p {
    position: relative;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
}

.recruitPop .infolist li h1 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
    margin-left: 20px;
}

.recruitPop .item h1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: #e9e9e9 solid 1px;
}

.recruitPop .item {
    margin-top: 50px;
}

.recruitPop .item p {
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.recruitPop .deliver {
    padding-top: 60px;
    text-align: center;
}

.recruitPop .deliver .btn {
    display: inline-block;
    padding: 15px 55px;
    background-color: #152C6D;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.recruitPop .deliver .btn:hover{
	background-color: #152C6D;
	box-shadow: 0 5px 15px #152C6D;
} */

li {
    list-style: none;
}

html.overhidden body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.windowLayer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 102;
	display: none;
}
.recruitPop{
	position: fixed;
	left: 0.001%;
	right: 0.001%;
	top: 54%;
	z-index: 103;
	padding: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0 auto;
	width: 90%;
	max-width: 850px;
	height: 90%;
	max-height: 800px;
	overflow: hidden;
	background-color: #fff;
	display: none;
}
.recruitPop .close{
	position: absolute;
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    background: url(../images/link/guanbi.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.recruitPop .close:hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}
.recruitPop .box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.recruitPop .box .txt{
	padding: 50px;
}
.recruitPop .infolist{
	width: 100%;
	overflow: hidden;
}
.recruitPop .infolist li{
	float: left;
	width: 33.33%;
	padding: 0 20px;
}
.recruitPop .infolist li p{
	position: relative;
	font-size: 16px;
	height: 32px;
    line-height: 32px;
    padding-left: 20px;
}
.recruitPop .infolist li p:before{
	content: '';
    width: 18px;
    height: 14px;
    background: url(../images/link/gangweimigncheng_yuan.png) no-repeat;
    position: absolute;
    top: 35%;
    left: 0px;
    margin-top: -1px;
}
.recruitPop .infolist li h1 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
    margin-left: 20px;
}
.recruitPop .item{
	margin-top: 50px;
}
.recruitPop .item h1{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-bottom: #e9e9e9 solid 1px;
}
.recruitPop .item p{
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.recruitPop .deliver{
	padding-top: 60px;
	text-align: center;
}
.recruitPop .deliver .cbtn{
	display: inline-block;
	padding: 15px 55px;
	background-color: #152C6D;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.recruitPop .deliver .cbtn:hover{
	background-color: #152C6D;
	box-shadow: 0 5px 15px #152C6D;
}
.recruitPop .zUIpanelScrollBox,
.recruitPop .zUIpanelScrollBar{
	width:2px;
	top:4px;
	right:0;
}
.recruitPop .zUIpanelScrollBox{
	background-color: #fff;
}
.recruitPop .zUIpanelScrollBar{
	background-color: #152C6D;
}	



