@charset "utf-8";
/* CSS Document */

/* Body内布局 */
#htmlbody{
	display: flex;
	justify-content: center;
}

/* 总体显示区域 */
#wholediv{
	left: 0px;
	right: 0px;
	margin: auto;
	width: 1280px;
	height: 800px;
	background-color: white;
}

/* 网站备案文本 */
#onrecord{
	left: 0%;
	top: 113%;
	width: 100%;
	height: 4%;
	font: 16px "微软雅黑";
	text-align: center;
	justify-content: center;
}

/* 对各个显示大区分块 */
#divarea1{
	left: 0%;
	top: 0%;
	width: 100%;
	height: 40%;
}
/* 各个大区的共同属性 */
.divareas{
	position: absolute;
	margin: 0%;
	padding: 0%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 100%;
	line-height: 24px;
	font: 24px "微软雅黑";
	text-align: left;
}

/* 区域1分小块 */
#divarea1_logo{
	left: 0%;
	top: 0%;
	width: 24%;
	height: 32%;
	background-image: url("../images/Style6_0001.png");
}
#divarea1_texts{
	left: 30%;
	top: 0%;
	width: 60%;
	height: 32%;
}
/* 区域1又有四个文字块 */
#divarea1_texts_1{
	left: 0%;
	top: 20%;
	width: 20%;
	height: 60%;
	text-align: center;
}
#divarea1_texts_2{
	left: 25%;
	top: 20%;
	width: 20%;
	height: 60%;
	text-align: center;
}
#divarea1_texts_3{
	left: 50%;
	top: 20%;
	width: 20%;
	height: 60%;
	text-align: center;
}
#divarea1_texts_4{
	left: 75%;
	top: 20%;
	width: 20%;
	height: 60%;
	text-align: center;
}

/* 头部的网页链接图片 */
.top_pichref{
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

/* 扫描二维码下载APP */
#div_qrcode{
	left: 90%;
	top: 1%;
	width: 6.25%;
	height: 10%;
	line-height: 24px;
	font: 24px "微软雅黑";
	color: #000000;
	background-image: url("../images/QRCodeB.png");
	text-align: left;
}
#div_qrdesc{
	left: 35%;
	top: 33%;
	width: 50%;
	height: 5%;
	line-height: 24px;
	font: 24px "微软雅黑";
	color: #000000;
	text-align: left;
}

#divarea1_textback{
	left: 65%;
	top: 0%;
	width: 12.5%;
	height: 26.5%;
	background-image: url("../images/uppertextback.png");
}
#divarea1_mainpic{
	left: 0%;
	top: 32%;
	width: 100%;
	height: 50%;
	background-image: url("../images/mainpic11.jpg");
}

/* 区域2分小块 */
#divarea2{
	left: 0%;
	top: 36%;
	width: 100%;
	height: 60%;
}
#divarea2_backpic{
	left: 0%;
	top: 35%;
	width: 100%;
	height: 100%;
	background-image: url("../images/back1.jpg");
}

/* 招聘文字 */
#textmain1{
	left: 10%;
	top: 13%;
	width: 35%;
	height: 35%;
	font: 14px "微软雅黑";
}
#textmain2{
	left: 55%;
	top: 13%;
	width: 35%;
	height: 35%;
	font: 14px "微软雅黑";
}
#textmain3{
	left: 10%;
	top: 55%;
	width: 35%;
	height: 35%;
	font: 14px "微软雅黑";
}
#textmain4{
	left: 55%;
	top: 55%;
	width: 35%;
	height: 35%;
	font: 14px "微软雅黑";
}
#textmain5{
	left: 10%;
	top: 102%;
	width: 70%;
	height: 5%;
	font: 14px "微软雅黑";
}
