@font-face {
	font-family: 'Source';
	src: url('../font/SourceHanSansCN-Medium.otf');
}

@font-face {
	font-family: 'Source Han Sans CN';
	src: url('../font/SourceHanSansCN-Regular.otf');
}

/* 引入字体文件 */

* {
	padding: 0;
	margin: 0;
	font-family: 'Source Han Sans CN';
	font-size: 0;
	-webkit-tap-highlight-color: transparent;
}

h1 {
	font-family: 'Source';
}

:root {
	font-size: calc(100vw / 1080 * 100);
	scroll-behavior: smooth;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.j-c {
	justify-content: center;
}

.j-s-a {
	justify-content: space-around;
}

.j-s-b {
	justify-content: space-between;
}

.a-c {
	align-items: center;
}

.j-w {
	flex-wrap: wrap;
}




/* 头部 */
header {
	box-sizing: border-box;
	padding: 0.15rem 0.3rem;
}

header .img1 {
	width: 5.61rem;
}

header .img2 {
	width: 0.4rem;
}

/* banner图区块样式 */
.banner {
	width: 100%;
}

.banner>img {
	width: 100%;
}

.banner>.title {
	width: 100%;
	padding: 0.3rem;
	box-sizing: border-box;
	color: #999999;
	border-bottom: 2px solid #e9e9e9;
	font-size: 0.35rem;
	font-family: 'Source';
}

/* 返回顶部 */
.p2 {
	margin-top: 0.6rem;
}

.p2>img {
	width: 1rem;
	padding-right: 0.4rem;
}

.p2>span {
	font-size: 0.45rem;
	color: #666666;
}

/* 底部样式 */
.footer1 {
	background: url(../images/slices/06.png) no-repeat;
	background-size: 100% 100%;
	padding: .4rem .9rem;
}

.wx {
	color: white;
	text-align: center;
	margin-bottom: .6rem;
}

.wx>div:first-of-type {
	margin-left: calc(2.6rem - .9rem);
	margin-right: 1.5rem;
}

.wx p {
	margin-bottom: .22rem;
}

.wx img {
	height: 2rem;
	width: 2rem;
}

.footer1 .site {
	color: white;
}

.footer2 {
	z-index: 111;
	background: linear-gradient(130deg, #746CFF 0%, #B8B4FF 100%);
	font-size: .4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 .4rem;
	color: white;
	width: 100%;
	box-sizing: border-box;
	position: sticky;
	bottom: 0;
	font-family: 'Source';
}

.footer2 a {
	background: url(../images/slices/15.png) no-repeat;
	background-size: 100% 100%;
	color: white;
	padding: .25rem .85rem;
}

.footer3 {
	height: 1rem;
	line-height: 1rem;
	background: #333333;
	color: white;
	font-size: .28rem;
	text-align: center;
}

.a1 {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	margin-bottom: 0.2rem;
}

.a1>img {
	width: 100%;
}

.a2 {
	font-size: 0.3rem;
	color: #666;
}

/* 侧边栏 */
.sidebar {
	width: 100%;
	position: absolute;
	top: 1rem;
	height: calc(100vh - 1rem);
	box-sizing: border-box;
	display: none;
	z-index: 9999;
	overflow: hidden;
}

.sidebar_left {
	float: left;
	width: calc(100% - 5rem);
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.sidebar_right {
	float: left;
	height: 100%;
	overflow-y: auto;
	width: 5rem;
	background-color: #fff;
}

.sidebar_head {
	background: linear-gradient(130deg, #746cff 0%, #b8b4ff 100%);
	height: 1rem;
	line-height: 1rem;
	padding-left: 0.55rem;
	box-sizing: border-box;
}

.sidebar_head>h1 {
	font-size: 0.33rem;
	color: #fff;
}

.sidebar_uls {
	margin: 0 0.15rem;
	box-sizing: border-box;
	width: 100%;
}

.sidebar_uls>li {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1rem;
	color: #333;
	font-weight: 400;
	display: flex;
	box-sizing: border-box;
	padding: 0 20px;
}

.sidebar_uls>li>* {
	font-size: 12px;
}

.sidebar_uls>li>img {
	width: 0.4rem;
}

.sidebar_uls>li:nth-child(4),
.sidebar_uls>li:nth-of-type(6) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.sidebar_uls>li:last-of-type {
	border: 0;
}

.sidebar_p {
	display: none;
}

.sidebar_p>p,
.sidebar_p>p>a {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1rem;
	color: #333;
	font-weight: 400;
	padding-left: 0.75rem;
	font-size: 0.33rem;
	box-sizing: border-box;
}

.sidebar_p>p>a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}


.sidebar_uls>li>p,
.sidebar_uls>li>a {
	font-size: 0.33rem;
	padding-left: 0.4rem;
	color: black;
}

.sidebar_footer {
	margin-top: 0.3rem;
	padding: 0 0.3rem;
	color: #333;
}

.sidebar_footer>h1 {
	display: flex;
	align-items: center;
}

.sidebar_footer>h1>.span1 {
	font-size: 0.5rem;
}

.sidebar_footer>h1>.span2 {
	margin-right: 0.2rem;
	height: 0.5rem;
	background: #746cff;
	width: 0.07rem;
}

.sidebar_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sidebar_img>a {
	width: 50%;
	text-align: center;
	margin-top: 0.35rem;
	color: #333;
}

.sidebar_img>a>img {
	width: 0.8rem;
}

.sidebar_img>a>p {
	padding-top: 0.15rem;
	font-size: 0.28rem;
}

/* 内容标题样式 */
.titles {
	text-align: center;
	margin-bottom: 0.4rem;
}

.titles>h1 {
	font-size: 0.45rem;
	color: #333;
}

.titles>span {
	width: 1.1rem;
	display: block;
	height: 0.07rem;
	margin: 0 auto;
	background-color: #746cff;
}

/* partnerSchool 样式 */

/* article内容区块样式 */
.partnerSchool>article {
	padding: 0.6rem 0.54rem 0.52rem 0.54rem;
}

.partnerSchool>article>.imgs {
	width: 6.55rem;
	margin: 0 auto;
}

.partnerSchool>article>.imgs {
	width: 9.15rem;
	margin: 0 auto;
}

.partnerSchool>article>.imgs>img {
	width: 100%;
}

.partnerSchool>article>.imgs2>img {
	width: 100%;
}

.partnerSchool>article>.min_title {
	margin: 0.43rem auto;
	text-align: center;
}

.partnerSchool>article>.min_title>img {
	width: 0.3rem;
}

.partnerSchool>article>.min_title>span {
	font-size: 0.35rem;
	padding: 0 0.23rem;
	color: #333333;
	font-family: 'Source';
}

.partnerSchool>article>.p1 {
	text-align: center;
	font-size: 0.31rem;
	color: #999999;
	margin-bottom: 1.33rem;
}

.partnerSchool>article>.p1:last-child {
	margin: 0;
}

/* 展示内容区块 */
.partnerSchool>.exhibition {
	padding: 0.6rem 0 0.45rem 0;
	background-color: #f5f6ff;
	text-align: center;
}

.partnerSchool>.exhibition>.medal {
	padding: 0.4rem 0;
	width: 100%;
	height: 4.55rem;
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
}

.partnerSchool>.exhibition>.medal>img {
	position: absolute;
	transition: all .5s;
}

.medal_img1 {
	left: -2.76rem;
	top: 50%;
	width: 4.36rem;
	transform: translateY(-50%) translateZ(-200px);
}

.medal_img3 {
	right: -2.76rem;
	top: 50%;
	width: 4.36rem;
	transform: translateY(-50%) translateZ(-200px);
}

.medal_img2 {
	padding: 0 0.42rem;
	width: 6.8rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* teaching样式 */

/* article部分 */
.teaching>article {
	padding: 0.8rem 0.4rem 0 0.4rem;
}

.teaching>article>.uls {
	width: 100%;
}

.teaching .uls>li {
	height: 3.65rem;
	border-radius: 0.15rem;
	margin-bottom: 0.4rem;
	padding: 0 0.4rem;
	box-sizing: border-box;
	position: relative;
}

.teaching .uls>li>div {
	width: 2.9rem;
}

.teaching .uls>li>div>img {
	padding-right: 0.55rem;
}

.teaching .uls .lis>h1 {
	font-size: 0.4rem;
	color: #fff;
}

.teaching .uls .lis>p {
	width: 4.65rem;
	font-size: 0.28rem;
	color: rgba(255, 255, 255, .9);
	padding-top: 0.4rem;
}

.teaching .uls .tips {
	height: 1.2rem;
	position: absolute;
	right: 0.6rem;
	top: 0;
	width: 1.01rem;
}

.uls>li:first-child>.tips {
	background: url(../images/teaching/31.png);
	background-size: cover;
}

.uls>li:nth-child(2)>.tips {
	background: url(../images/teaching/32.png);
	background-size: cover;
}

.uls>li:last-child>.tips {
	background: url(../images/teaching/33.png);
	background-size: cover;
}

.teaching .uls>li:first-child {
	background: linear-gradient(to right, #b3afff 0%, #7871ff 100%);
}

.teaching .uls>li:nth-child(2) {
	background: linear-gradient(to right, #ffdda4 0%, #ffb614 100%);
}

.teaching .uls>li:last-child {
	background: linear-gradient(to right, #ff8384 0%, #f1585c 100%);
}

/* 指南模块 guild */
.teaching>.guild {
	background-color: #f5f6ff;
	overflow: hidden;
	padding: 0.55rem 0.4rem;
	padding-bottom: 0;
}

.guild_left,
.guild_right {
	width: 50%;
}

.guild_uls {
	margin-top: 1.6rem;
}

.content1>h1 {
	font-size: 0.4rem;
	color: #746cff;
}

.content1>h1>img {
	vertical-align: middle;
	margin-bottom: 0.1rem;
	padding: 0 0.12rem;
	width: 0.3rem;
}

.content1 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.content1>.con_img {
	position: absolute;
}

.content1 h1 {
	text-align: right;
}

.content1>p {
	padding-top: 0.25rem;
	color: #666;
	font-size: 0.28rem;
}

.guild_uls .content2>div {
	width: 100%;
	position: relative;
}

.content2:nth-child(1) {
	height: 3.65rem;
}

.content2:nth-child(2) {
	height: 4.32rem;
}

.content2:nth-child(3) {
	height: 5.05rem;
}

.content2:nth-child(4) {
	height: 4.9rem;
}

.content2:nth-child(5) {
	height: 4.3rem;
}

.content2:nth-child(6) {
	height: 5.1rem;
}

.content2:nth-child(7) {
	height: 3.63rem;
}

.content2:nth-child(8) {
	height: 4.65rem;
}

.content2:nth-child(9) {
	height: 4.14rem;
}

.content2:nth-child(1) {
	height: 3.65rem;
}

.content2:last-child {
	height: 4.45rem;
}

.guild_uls>.guild_right {
	height: calc(100% - 4.45rem);
	border-left: 5px dotted #948eff;
}

.content1:nth-child(odd) {
	padding-right: 1rem;
}

.content1:nth-child(even) {
	padding-left: 1rem;
}

/* 指南一 */
.content1:nth-child(1)>.con_img {
	width: 0.9rem;
	right: -0.70rem;
	top: -0.1rem;
}

.content1:nth-child(1)>.con_img>img:nth-child(1) {
	width: 0.56rem;
	;
}

.content1:nth-child(1)>.con_img>img:nth-child(2) {
	width: 0.19rem;
	;
}

.content1:nth-child(1) {
	padding-bottom: 1.5rem;
}

.content2:nth-child(1)>div>img {
	width: 2.52rem;
	position: absolute;
	top: -1.05rem;
	left: 1.6rem;
}

/* 指南2 */

.content1:nth-of-type(even)>h1 {
	text-align: left;
}

.content1:nth-child(2) {
	padding: 1.05rem 0 0.7rem 1rem;
}

.content1:nth-child(2)>.con_img {
	left: -0.73rem;
	top: 0.77rem;
	width: 1.04rem;
}

.content1:nth-child(2)>.con_img>img:nth-child(1) {
	width: 0.19rem;
	;
}

.content1:nth-child(2)>.con_img>img:nth-child(2) {
	width: 0.7rem;
	;
}

.content2:nth-child(2) {
	height: 4.32rem;
}

.content2:nth-child(2)>div>img {
	width: 2.53rem;
	position: absolute;
	left: 0.8rem;
}

/* 指南三 */
.content1:nth-child(3) {
	padding-top: 1.3rem;
	padding-bottom: 2rem;
}

.content1:nth-child(3)>.con_img {
	width: 1.04rem;
	top: 1.28rem;
	right: -0.73rem;
}

.content1:nth-child(3)>.con_img>img {
	width: 100%;
}

.content2:nth-child(3)>div>img {
	width: 3.16rem;
	position: absolute;
	left: 1.2rem;
}

/* 指南四 */
.content1:nth-child(4) {
	padding-top: 0.95rem;
	padding-bottom: 2.2rem;
}

.content1:nth-child(4)>.con_img {
	left: -0.70rem;
	top: 0.79rem;
	width: 0.9rem;
}

.content2:nth-child(4)>div>img {
	width: 3.64rem;
}

.content1:nth-child(4)>.con_img>img {
	width: 100%;
}

.guild_uls>li:nth-child(4)>.content2>div>img {
	width: 3.64rem;
	position: absolute;
	left: 0.3rem;
}

/* 指南五 */
.content1:nth-child(5) {
	padding-top: 0.75rem;
	padding-bottom: 1.8rem;
}

.content1:nth-child(5)>.con_img {
	right: -0.70rem;
	top: 0.73rem;
	width: 0.94rem;
}

.content1:nth-child(5)>.con_img>img {
	width: 100%;
}

.content2:nth-child(5)>div>img {
	width: 2.81rem;
	position: absolute;
	left: 1rem;
}

/* 指南6 */

.content1:nth-child(6) {
	padding-top: 1.15rem;
	padding-bottom: 2.2rem;
}

.content1:nth-child(6)>.con_img {
	left: -0.73rem;
	top: 0.85rem;
	width: 1.04rem;
}

.content1:nth-child(6)>.con_img>img {
	width: 100%;
}

.content2:nth-child(6) {
	height: 5.5rem;
}

.content2:nth-child(6)>div>img {
	width: 2.81rem;
	position: absolute;
	left: 0.70rem;
}

/* 指南七 */
.content1:nth-child(7) {
	padding-top: 0.7rem;
	padding-bottom: 1.2rem;
}

.content1:nth-child(7)>.con_img {
	width: 0.94rem;
	right: -0.70rem;
	top: 0.60rem;
}

.content1:nth-child(7)>.con_img>img {
	width: 100%;
}

.content2:nth-child(7)>div>img {
	width: 3.57rem;
	position: absolute;
	left: 0.9rem;
}

/* 指南8 */
.content1:nth-child(8) {
	padding-top: 1.2rem;
	padding-bottom: 1.7rem;
}

.content1:nth-child(8)>.con_img {
	left: -0.70rem;
	top: 0.8rem;
	width: 0.94rem;
}

.content1:nth-child(8)>.con_img>img {
	width: 100%;
}

.content2:nth-child(8) {
	height: 5rem;
}

.content2:nth-child(8)>div>img {
	width: 3.11rem;
	position: absolute;
	left: 0.8rem;
}

/* 指南9 */
.content1:nth-child(9)>.con_img {
	right: -0.70rem;
	top: 1.2rem;
}

.content1:nth-child(9) {
	padding-top: 1.1rem;
	padding-bottom: 1.3rem;
}

.content1>.con_img {
	width: 0.95rem;
}

.content1:nth-child(9)>.con_img>img {
	width: 100%;
}

.content2:nth-child(9)>div>img {
	width: 2.61rem;
	position: absolute;
	left: 1.2rem;
}

/* 指南10 */
.last_content {
	width: 100%;
}

.contents1>h1 {
	color: #746cff;
	font-size: 0.4rem;
	padding-bottom: 0.35rem;
}

.contents1>h1>img {
	padding-right: 0.1rem;
	width: 0.3rem;
}

.contents1>p {
	color: #666;
	font-size: 0.28rem;
}

.last_content>.contents1 {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-bottom: 0.6rem;
}

.last_content>.contents2 {
	width: 50%;
}

.last_content>.contents1>.con_img {
	left: -0.65rem;
	top: -0.05rem;
	width: 0.94rem;
	position: absolute;
}

.last_content>.contents1>.con_img>img {
	width: 100%;
}

.last_content>.contents2>div>img {
	width: 2.80rem;
	margin-left: 0.75rem;
	margin-top: -1.4rem;
}

/* 学员作品区块 */
.teaching>.example>.works {
	padding: 0.6rem 0.35rem 0 0.35rem;
}

.example>.works>.works_img {
	width: 100%;
	overflow: hidden;
}

.works_img>.works_image>img:nth-child(1) {
	width: 8.4rem;
}

.works_img>.works_image>img:nth-child(2) {
	width: 10.5rem;
}



.relation>div:nth-child(1) {
	width: 2.55rem;
	height: 0.85rem;
	margin: 0.6rem auto;
	background-color: #feb101;
	font-size: 0.35rem;
	color: #fff;
	text-align: center;
	line-height: 0.85rem;
	border-radius: 0.1rem;
}

.relation>p {
	text-align: center;
	padding-bottom: 0.2rem;
}

/* jobSecuity样式 */
.jobSecurity>article {
	padding: 0.4rem 0.35rem 0 0.35rem;
	box-sizing: border-box;
}

.jobSecurity>article img {
	width: 2.18rem;
}

.jobSecurity .uls>li {
	box-shadow: 0 2px 12px #f3f2ff;
	border-radius: 0.08rem;
	padding: 0.6rem 0.7rem 0.9rem 0.6rem;
	box-sizing: border-box;
	margin-top: 0.6rem;
}

.jobSecurity .uls>li>img {
	width: 1.5rem;
}

.jobSecurity .uls .lis>h1 {
	font-size: 0.38rem;
}

.jobSecurity>article>.uls .lis>p {
	font-size: 0.25rem;
	color: #999;
	padding-top: 0.2rem;
}

.article_footer>p {
	text-align: center;
	font-size: 0.35rem;
	padding: 0.45rem 0;
	font-family: 'Source';
}

.jobSecurity>.content {
	padding: 0.38rem;
	padding-top: 1rem;
	background-color: #f5f6ff;
	overflow: hidden;
}

.jobSecurity .text>div {
	width: 0.53rem;
	padding-right: 0.1rem;
}

.jobSecurity .text>div>img {
	width: 100%;
}

.jobSecurity .text>p {
	font-size: 0.38rem;
	color: #746cff;
	font-family: 'Source';
}

.jobSecurity>.content>.images {
	padding: 0.4rem 0 0.7rem 0;
}

.jobSecurity>.content>.images>img {
	width: 2.2rem;
	height: 1.5rem;
}

.jobSecurity>.content>.agreement {
	padding: 0.6rem 0 0.8rem 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 6.5rem;
}

.jobSecurity .agreement>img {
	position: absolute;
	transition: all .5s;
}

.ag_img1 {
	width: 3.61rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ag_img2 {
	width: 4.59rem;
	left: 50%;
	transform: translateX(-50%);
	top: 0.6rem;
	z-index: 1;
}

.ag_img3 {
	width: 3.61rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jobSecurity .collage {
	width: 100%;
	padding-top: 0.4rem;
}

.jobSecurity .collage>li {
	padding: 0.3rem;
	background: #fff;
	margin-right: .4rem;
	border-radius: 0.1rem;
	width: 8rem;
	flex-shrink: 0;
	box-sizing: border-box;
}

.jobSecurity .collage>li>img {
	width: 100%;
}

.jobSecurity .collage>li>h1 {
	color: #c68f46;
	padding-top: 0.4rem;
	font-weight: 400;
	font-size: 0.37rem;
}

.jobSecurity .collage>li>.collage_p2 {
	font-size: 0.3rem;
	color: #444;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jobSecurity .collage_p>span {
	font-size: 0.3rem;
	color: #444;
	padding-right: 0.15rem;
}

.grid {
	padding: 0.6rem 0.35rem 0.4rem 0.35rem;
}

.grid table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
}

.grid th {
	font-size: .38rem;
	background-color: #6580f6;
	color: white;
	font-weight: 100;
	height: 1.2rem;
	width: 25%;
}

.grid td {
	font-size: .28rem;
	color: #666666;
	text-align: center;
	height: .8rem;
}

.odd td {
	background: #ddeafc;
}

/* contactUs页面样式 */
.contactUs>article {
	padding: 0.6rem 0.4rem;
	padding-bottom: 0;
}

.contactUs .titles>img {
	width: 0.52rem;
	padding-right: 0.15rem;
	vertical-align: middle;
}

.contactUs .min_title {
	margin-top: 1.2rem;
	margin-bottom: 0.65rem;
}

.contactUs .min_title>img {
	width: 1.85rem;
	padding-right: 0.2rem;
}

.contactUs .min_title>div>h1 {
	font-size: 0.55rem;
	color: #d4d4d4;
}

.contactUs .min_title>div>p {
	font-size: 0.35rem;
	color: #333;
	font-family: 'Source';
}

.contactUs>article>.p1 {
	color: #666;
	font-size: 0.3rem;
	width: 100%;
}

.contactUs>article .p1>.span1 {
	font-size: 0.3rem;
	color: #ff6200;
}

.contactUs>article .p1>.span2 {
	font-size: 0.3rem;
	color: #000;
}

.contactUs .forms {
	margin: 0.7rem 0.35rem 0.6rem 0.35rem;
}

.contactUs .forms>li {
	margin-bottom: 0.3rem;
	padding: 0.25rem;
	background-color: #fcfdff;
	border: 1px solid #999;
	border-radius: 0.05rem;
}

.contactUs .forms>li>div {
	height: 0.5rem;
	border-right: 1px solid #999;
}

.contactUs .forms>li>div>img {
	width: 0.36rem;
	padding-right: 0.25rem;
}

.contactUs .forms input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b8b8b8;
}

.contactUs .forms>li>input {
	margin-left: 0.2rem;
	height: 0.5rem;
	border: 0;
	outline: none;
	flex: auto;
	font-size: 0.3rem;
	background-color: #fcfdff;
}

.contactUs>article>.btn {
	width: 5rem;
	height: 1rem;
	background-color: #4792f6;
	color: #fff;
	font-size: 0.4rem;
	margin: 0 auto;
	border-radius: 0.4rem;
	line-height: 1rem;
	text-align: center;
}

.contactUs>article .ptwo>img {
	width: 0.3rem;
	padding-right: 0.1rem;
}

.contactUs>article .ptwo>span {
	color: #666;
	font-size: 0.3rem;
}

.contactUs>article .codes {
	margin-top: 0.65rem;
}

.contactUs>article .codes>div {
	width: 50%;
	text-align: center;
}

.contactUs>article .codes>div>img {
	width: 4.55rem;
}

.contactUs>article .codes>div>h1 {
	color: #666;
	font-size: 0.48rem;
	padding-bottom: 0.6rem;
}

.contactUs>article>.pthree {
	color: #666;
	font-size: 0.3rem;
	width: 100%;
	text-align: center;
}

.contactUs>article .max_image>img {
	width: 100%;
	margin-top: 0.6rem;
}

.contactUs .maps {
	background-color: #f8f8f8;
	padding: 0.5rem 0.25rem 0.25rem 0.4rem;
}

.contactUs .maps>.address {
	margin-top: 0.55rem;
	width: 100%;
	background-color: #fff;
	padding: 0.4rem;
	box-sizing: border-box;
}

.contactUs .maps>.address>img {
	width: 4.8rem;
}

.contactUs .maps>.address>.address_right>div {
	overflow: hidden;
}

.contactUs .maps>.address>.address_right>div>img {
	width: 0.36rem;
	margin-right: 0.12rem;
	float: left;
	padding-top: 0.08rem;
	vertical-align: middle;
}

.contactUs .maps>.address>.address_right>div {
	margin-bottom: 0.3rem;
}

.contactUs .maps>.address>.address_right>div>p {
	font-size: 0.35rem;
	color: #666;
	float: left;
}

.job-list-table tr:nth-child(odd) {
	background: #ddeafc;
}
