﻿body {
	background-color: #eee;
}


.tab-item {
	display: none;
}

.show {
	display: block;
}


.new-list {
	height: 245px;
	display: flex;
	margin-bottom: 20px;
}

.new-list .new-left {
	width: 340px;
	height: 245px;
	overflow: hidden;
}

.new-list:hover .new-left>img {
	transform: scale(1.3);
	transition: 1s;
}

.new-list:hover .new-right-top {
	border-bottom: 1px solid #4b4e94 !important;
}

.new-list .new-left img {
	width: 100%;
	height: 100%;
	transition: 1s;
	object-fit: contain;
}

.new-list .new-right {
	padding-top: 45px;
	padding-left: 50px;
	padding-right: 25px;
	position: relative;
	color: #383838;
	width: calc(100% - 340px);
}

.times {
	font-family: "宋体";
	font-size: 18px;
}

.new-list .new-right:hover {
	background-color: #2c2f81;
	color: #fff;
	cursor: pointer;
}

.new-list .new-right .new-right-top {
	border-bottom: 1px solid #d2d2d2;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 13px;
	display: flex;
	justify-content: space-between;
	font-family: "microsoft yahei";
}

.new-list .new-right .new-right-top .p1 {
	font-size: 18px;
	font-weight: 600;
	font-family: "宋体";
}

.new-list .new-right .mid {
	font-size: 16px;
	font-family: "宋体";
	width: 80%;
	line-height: 26px;
	margin-top: 15px;

}

.new-list .new-right .more {
	position: absolute;
	left: 50px;
	bottom: 30px;
	font-size: 14px;
	font-family: "宋体";

}


.m-page {
	display: none;
}

/* A */
.new-list-wrap {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-list-wrap .title {
	font-size: 24px;
	font-family: "宋体";
	margin-bottom: 35px;
}

.identical-wrap {
	display: flex;
	padding: 40px 50px 75px 40px;
}

.identical {
	width: 50%;
	height: 260px;
}

.identical-contact {
	font-size: 18px;
	padding-right: 10px;
}

.identical-contact li {
	margin-bottom: 15px;
	display: flex;
	line-height: 25px;

}

.identical-contact li span {
	display: block;
	white-space: nowrap;
	margin-left: 10px;
	font-family: "宋体";
}

.identical-contact li .p1 {
	font-family: "宋体";
}

.identical-contact li .custom-icon-xinfeng {
	font-size: 22px;
}

.identical-contact li .iconfont {
	margin-right: 5px;
}

.identical-contact li .custom-icon-dingwei {
	font-size: 26px;
	display: block;
}

.identical-contact li .custom-icon-Postcodeyoubian {
	font-size: 28px;
	display: block;
}

#containerId {
	height: 100%
}

.form-wrap {
	width: 100%;
	height: 695px;
	border: 1px solid #e5e5e5;
	margin-bottom: 95px;
	box-sizing: border-box;
	padding: 50px 40px;
}

.form-wrap .title {
	color: #353535;
	font-size: 28px;
	font-family: "宋体";
	margin-bottom: 15px;
}

.form-wrap .tips {
	color: #353535;
	font-size: 18px;
	font-family: "宋体";
	font-weight: 600;
}

.form-box {
	width: 100%;
	margin-top: 40px;
}

.form-box .form-box-inner {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.form-box .form-box-inner .form-box-inner-input {
	width: 49%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 18px;
	border: 1px solid #e2e2e2;
}

.form-box .form-box-inner .form-box-inner-input.form-box-inner-textarea {
	width: 100%;
	padding-top: 20px;
	height: 240px;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
}

.form-box .form-box-inner .form-box-inner-input::placeholder {
	color: #383838;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
}

.form-btn {
	background-color: #2c2f81;
	width: 180px;
	height: 60px;
	margin-top: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
	cursor: pointer;
}

/* B */
.contact-bg {
	background-image: url(../image/contact-us-bg.png);
	background-size: 100% 100%;
}

.recruit-item {
	width: 515px;
	height: 210px;
	background-color: #fff;
	border-top: 3px solid #2c2f81;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 60px;
	position: relative;
	box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.22);
}

.recruit-item .title {
	font-size: 22px;
	font-weight: 600;
	color: #2c2f81;
	margin-bottom: 20px;
	font-family: "宋体";
}

.recruit-item .tips {
	font-size: 16px;
	font-family: "宋体";
	color: #404040;
	margin-bottom: 15px;
}

.recruit-item .more {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 75px;
	height: 30px;
	background-color: #2c2f81;
	font-size: 16px;
	font-family: "microsoft yahei";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 30px;

}
