.margin_l {
	margin-left: 30px;
}

.margin_r {
	margin-right: 30px;
}

.banner {
	width: 100%;
	height: 360px;
	padding-top: 50px;
	text-align: center;

	line-height: 36px;
	color: #fff;
	background-color: #ffa500;
}

.banner>h1 {
	vertical-align: middle;
	/* Vertical-align:middle; */
	font-size: 35px;
	margin-top: 66px;
	font-family: 微软雅黑, "microsoft yahei";
}

.title {
	font-size: 26px;
}

.geli {
	font-size: 30px;
	line-height: 20px !important;
}

.fixed {
	position: fixed;
}

.inmation {
	margin-top: -52px;
	height: 180px;
	background-color: rgba(0, 0, 0, 0);
	/* padding: 5px; */
	padding-left: 0;

}

.inmation_box {
	position: relative;
	height: 180px;
	background-color: #fff;
	/* padding: 50px; */
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	color: #777;
}

.inmation_left {
	height: 100%;
	/* background-color: yellow; */
	float: left;
	border-right: 0px solid rgba(0, 0, 0, 1);
}

.inmation_right {
	height: 180px;
	/* line-height: 20px; */
	/* background-color: blue; */
	float: right;
	text-align: center;
	padding: 36px;
}

.in_qq {
	padding-right: 50px;
	/* White-space: nowrap; */
}

.in_qq::before {
	content: "\e993";
	font-family: "icomoon";
	font-size: 54px;
	color: orange;
}

.in_email::before {
	content: "\e959";
	font-family: "icomoon";
	font-size: 54px;
	color: orange;
}

.inmation_table_tr {
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei";
	/* margin: 15px!important; */
}

.in_ta_tr_left {

	height: 100px;
	transform: translateY(36%);
}

.in_ta_tr_right {
	height: 100px;
	transform: translateY(36%);
}

.text_align_left {
	text-align: left !important;
}

.text_align_right {
	text-align: right !important;
}

.inmation_table_tr>span>i {
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei";
	margin-bottom: 15px;
	White-space: nowrap;
}

.inmation_table_tr>span>i::before {
	content: ".";
	font-family: "icomoon";
	color: #ccc;
	font-size: 16px;
	/* line-height: 20px; */
	margin-right: 5px;
}

/* 自我介绍模块 */
.self-assessment {
	position: relative;
	text-align: center;
	height: 550px;

}

.self-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 340px;
	/* background-color: pink; */
}

.self_txt {
	text-align: left;
}

.self_txt>h5 {
	font-size: 24px;
	font-family: "微软雅黑", "microsoft yahei";
	color: #777;
}

.self_txt>.geli {
	color: orange;
	font-size: 70px;
	font-weight: 50;
}

.self_txt>.self_assessment_txt {
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei";
	color: #777;
	/* line-height: 30px; */
}

.self_img {
	overflow: hidden;
}

.self_img>img {
	height: 328px;
	object-fit: cover;
}

.list_title_head {
	text-align: center;
}

/* 技能掌握模块开始 */
.skills {
	position: relative;
	width: 100%;
	height: 416px;
	text-align: center;
}

.title {
	margin-top: calc(100% - 96%);
	/* color: #666; */
	letter-spacing: 3px;
}

.third {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 46px;
	height: 2px;
	background-color: orange;
}

.slogan {
	margin-top: 24px;

	letter-spacing: 3px;
	font-size: 20px;
}

.skills_infor {
	position: absolute;
	left: 50%;
	margin-top: 5%;
	transform: translateX(-50%);
	text-align: center;
}

.tool {
	width: 127px;
	height: 128px;
	/* background-color: black; */
	float: left;
	text-align: center;
}

.tool p {
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all .5s;
}

.tool p:hover {
	transform: scale(0.9, 0.9);
}

.one::before {
	content: "";
	display: block;
	transform: translateX(90%);
	width: 127px;
	height: 128px;
	background: url(spirit.png) no-repeat -720px -25px;
	margin-bottom: 10px;
	border-radius: 25px;
}

.two::before {
	content: "";
	display: block;
	transform: translateX(90%);
	width: 127px;
	height: 128px;
	background: url(spirit.png) no-repeat -201px -25px;
	margin-bottom: 10px;
	border-radius: 25px;
}

.three::before {
	content: "";
	/* position:absolute;
	left:50%; */
	transform: translateX(90%);
	display: block;
	width: 127px;
	height: 128px;
	background: url(spirit.png) no-repeat -28px -25px;
	margin-bottom: 10px;
	border-radius: 25px;
}

.four::before {
	content: "";
	display: block;
	transform: translateX(90%);
	width: 127px;
	height: 128px;
	background: url(spirit.png) no-repeat -547px -25px;
	margin-bottom: 10px;
	border-radius: 25px;
}

.tool .num {
	letter-spacing: 1px;
}

.animate_to_big {
	animation: from_big 1s;
}

@keyframes from_big {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.1, 1.1);
	}
}




/* 技能掌握模块结束 */

/* 个人荣誉模块开始 */
.honour {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 884px;
	background: #000;
	margin-top: 51px;
}

.swiper-slide {
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.swiper-slide .title {
	font-size: 41px;
	color: #000;
	font-weight: 500;
}

.swiper-slide .subtitle {
	font-size: 21px;
}

.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

.sw_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 个人荣誉模块结束 */