.infoContainer {
	width: 100%;
	overflow: hidden auto;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/contactus/banner.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.imgBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .25);
}

.imgText {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.u358_ulBox {
	width: 100%;
	height: .7rem;
	background: rgba(232, 236, 235, 1);
	display: flex;
	align-items: center;
}

.u358_ul {
	width: 12rem;
	margin: auto;
	display: flex;
	align-content: center;
	padding: 0;
}

.u358_ul li {
	font-size: .18rem;
	color: #666;
	font-weight: 400;
	margin: 0 .4rem 0 0;
	position: relative;
	cursor: pointer;
}

.u358_ul li a {
	color: #666;
}

.u358_ul li:nth-last-of-type(1) {
	margin: 0;
}

.u358_ul li span {
	width: .36rem;
	height: .04rem;
	border-radius: .04rem;
	display: none;
	background: rgb(3, 83, 63);
	position: absolute;
	bottom: -.24rem;
	left: 50%;
	margin-left: -.18rem;
}

.u358_ul li:hover,
.u358_ul li.active {
	color: rgb(3, 83, 63);
}

.u358_ul li.active span {
	display: block;
}

.content {
	display: flex;
	padding: .2rem 0;
	background-color: #fff;
	width: 12rem;
	margin: auto;
	flex-direction: column;
}

.content .titleline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .titleline .text {
	width: auto;
	font-size: 0.34rem;
	font-weight: bold;
	color: #1b1d1c;
}

.titleText {
	font-size: .24rem !important;
	letter-spacing: 2px;
	margin: .15rem 0 .1rem;
}

.publicationTime {
	font-size: .14rem;
	color: #A3A9A8;
	letter-spacing: 2px;
	padding: 0 0 .2rem;
	border-bottom: 1px solid #A3A9A8;
}

.content .titleline .img {
	width: 0.48rem;
	height: 0.48rem;
	cursor: pointer;
}

.content .contbox {
	width: 12rem;
	display: flex;
	flex-direction: row;
	margin-top: 0.35rem;
	justify-content: space-between;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	position: relative;
}

.content .contbox .img {
	width: 12rem;
	height: auto;
}

.content .contbox .contpart {
	width: 3.8rem;
	height: 3.6rem;
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 100;
	background: #fff;
	top: 1.2rem;
	right: 0.6rem;
	padding: 0.35rem;
	box-sizing: border-box;
}

.content .contbox .contpart .logo {
	width: 2.46rem;
	height: auto;
}

.content .contbox .contpart .tit {
	width: 100%;
	text-align: left;
	font-size: 0.25rem;
	color: #303133;
	margin: 0.2rem 0;
}

.content .contbox .contpart .textline {
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
	flex-direction: row;
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem;
}

.content .contbox .contpart .textline .icon {
	width: 0.22rem;
	height: 0.22rem;
	margin-top: 0.02rem;
}

.content .contbox .contpart .textline .text {
	width: auto;
	flex: 1;
	padding-left: 0.1rem;
	box-sizing: border-box;
	font-size: 0.16rem;
	color: #6C6C6C;
}

.content .contbox .contpart .textline:last-child {
	border-bottom: none;
}

.mobilecontpart {
	display: none;
}