/* 展示内容 */

.contact-us-container {
	display: flex;
	align-items: center;
	margin: 85px 0;
}

.contact-us-img-box {
	/* margin-right: 80px; */
	text-align: center;
}

.contact-us-img-box img {
	width: 550px;
	height: calc(364 * 550px / 600);
}

.contact-us-title {
	height: 72px;
	font-size: 50rem;
	font-family: PingFangSC-Medium;
	line-height: 72px;
	color: #333333;
	opacity: 1;
	margin: 20px 0 15px 0;
	position: relative;
	left: -3px;
}

.contact-us-english {
	height: 37px;
	font-size: 28rem;
	font-family: PingFangSC-Medium;
	line-height: 37px;
	color: #333333;
	opacity: 0.7;
	margin-bottom: 60px;
}

.contact-us-item {
	height: 32px;
	font-size: 24rem;
	font-family: PingFangSC-Regular;
	line-height: 32px;
	color: #333333;
	opacity: 1;
	margin-bottom: 20px;
}

.contact-us-item img {
	width: 22px;
	margin-right: 10px;
}




.contact-us-show {
	overflow: hidden;
	height: 275px;
}

.contact-us-show-box {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.4);
}

.contact-us-show-box>div:first-child {
	font-size: 50rem;
	font-family: AlibabaPuHuiTi-Bold;
	line-height: 65px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 26px;
}

.contact-us-show-box>div:nth-child(2) {
	height: 43px;
	font-size: 30rem;
	font-family: PingFangSC-Medium;
	line-height: 43px;
	color: #FFFFFF;
	opacity: 1;
}

.contact-us-show-box>div:nth-child(3) {
	width: 96px;
	border-bottom: solid 6px #ffffff;
	margin-top: 23px;
	transition: 0.3s;
}

.contact-us-show:hover .contact-us-show-box>div:nth-child(3) {
	width: 186px;
	transition: 0.3s;
}

.contact-company-box {
	height: 230px;
	/* display: flex; */
	/* align-items: center; */
	margin-top: 125px;
}

.contact-company-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-company-name img {
	width: 53px;
}

.contact-company-name>div:first-child {
	border-bottom: 1px solid #05607E;
	/* opacity: 1; */
	height: 100px;
	display: flex;
	align-items: center;
	transition: 0.3s;
}


.contact-company-name>div:first-child div {
	width: 130px;
	font-size: 22rem;
	font-family: PingFangSC-Medium;
	line-height: 32px;
	color: #333333;
	opacity: 1;
	padding-right: 20px;
}

.contact-company-name>div:nth-child(2) img {
	width: 330px;
	height: calc(226px * 330 / 349);
}

.contact-company-detail {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contact-company-detail>div:first-child {
	width: 100%;
	height: 32px;
	font-size: 24rem;
	font-family: PingFangSC-Medium;
	line-height: 32px;
	color: #333333;
	opacity: 1;
}

.contact-company-phone {
	display: flex;
	margin: 20px 0;
	height: 27px;
	font-size: 20rem;
	font-family: PingFangSC-Regular;
	line-height: 27px;
	color: #666666;
	opacity: 1;

}

.contact-company-phone>div:first-child {
	padding-right: 35px;
}

.contact-company-detail>div:nth-child(3) {
	height: 27px;
	font-size: 20rem;
	font-family: PingFangSC-Regular;
	color: #666666;
	opacity: 1;
}



@media (max-width: 1200px) {
	.contact-us-container {
		margin: 60px 0;
	}

	.contact-us-img-box img {
		width: 450px;
		height: calc(364px * 450 / 600);
	}

	.contact-us-english {
		height: 37px;
		font-size: 28rem;
		font-family: PingFangSC-Medium;
		line-height: 37px;
		color: #333333;
		opacity: 0.7;
		margin-bottom: 25px;
	}

	.contact-us-show {
		overflow: hidden;
		height: 220px;
	}

	.contact-us-show-box>div:nth-child(2) {
		height: 43px;
		font-size: 25rem;
		font-family: PingFangSC-Medium;
		line-height: 43px;
		color: #FFFFFF;
		opacity: 1;
	}

	.contact-us-show-box>div:first-child {
		font-size: 50rem;
		font-family: AlibabaPuHuiTi-Bold;
		line-height: 78px;
		color: #FFFFFF;
		opacity: 1;
		margin-bottom: 26px;
	}

	.contact-company-name>div:nth-child(2) img {
		width: 260px;
		height: calc(226px * 260 / 349);
	}

	.contact-company-box {
		height: 170px;
		/* display: flex; */
		/* align-items: center; */
		margin-top: 125px;
	}

	.contact-company-name>div:first-child div {
		width: 115px;
		font-size: 22rem;
		font-family: PingFangSC-Medium;
		line-height: 32px;
		color: #333333;
		opacity: 1;
		padding-right: 20px;
	}
}

@media (max-width: 992px) {
	.contact-us-img-box img {
		width: 100%;
		height: calc(364px *390 / 600);
	}

	.contact-us-container {
		margin: 70px 0;
	}

	.contact-us-container {
		display: block;
		margin: 100px 0;
	}

	.contact-company-box {
		height: 170px;
		margin-top: 80px;
	}

	.contact-us-title {
		height: 50px;
		font-size: 40rem;
		font-family: PingFangSC-Medium;
		line-height: 50px;
		color: #333333;
		opacity: 1;
		margin: 5px 0 15px 0;
		position: relative;
		left: -3px;
	}

	.contact-us-english {
		height: 37px;
		font-size: 23rem;
		font-family: PingFangSC-Medium;
		line-height: 37px;
		color: #333333;
		opacity: 0.7;
		margin-bottom: 15px;
	}

	.contact-us-item {
		height: 32px;
		font-size: 21rem;
		font-family: PingFangSC-Regular;
		line-height: 32px;
		color: #333333;
		opacity: 1;
		margin-bottom: 10px;
	}

	.contact-company-phone {
		display: block;
		margin: 20px 0;
		height: 40px;
		font-size: 20rem;
		font-family: PingFangSC-Regular;
		line-height: 27px;
		color: #666666;
		opacity: 1;
	}

	.contact-us-show {
		overflow: hidden;
		height: 200px;
	}

	.contact-us-show-box>div:first-child {
		font-size: 40rem;
		font-family: AlibabaPuHuiTi-Bold;
		line-height: 78px;
		color: #FFFFFF;
		opacity: 1;
		margin-bottom: 10px;
	}
}


@media (max-width: 750px) {
	.contact-us-img-box img {
		width: 100%;
		height: calc(364 * (100vw - 60px) / 600);
	}

	.contact-us-show-box>div:nth-child(2) {
		height: 43px;
		font-size: 22rem;
		font-family: PingFangSC-Medium;
		line-height: 43px;
		color: #FFFFFF;
		opacity: 1;
	}

	.contact-us-title {
		height: 52px;
		font-size: 35rem;
		font-family: PingFangSC-Medium;
		line-height: 60px;
		color: #333333;
		opacity: 1;
		margin: 0;
		position: relative;
		left: 0px;
	}
	
	.contact-us-item {
	    height: 32px;
	    font-size: 21rem;
	    font-family: PingFangSC-Regular;
	    line-height: 32px;
	    color: #333333;
	    opacity: 1;
	    margin-bottom: 10px;
	    position: relative;
	    left: 1.25px;
	}

	.contact-us-english {
		height: 30px;
		font-size: 23rem;
		font-family: PingFangSC-Medium;
		line-height: 37px;
		color: #333333;
		opacity: 0.7;
		margin-bottom: 15px;
	}

	.contact-us-container {
		margin: 45px 0;
		margin-bottom: 25px;
	}

	.contact-us-content-box {
		margin-top: 20px;
	}

	.contact-us-show-box>div:first-child {
		font-size: 35rem;
		font-family: AlibabaPuHuiTi-Bold;
		line-height: 50px;
		color: #FFFFFF;
		opacity: 1;
		margin-bottom: 0;
	}

	.contact-us-show {
		overflow: hidden;
		height: 160px;
	}

	.contact-company-detail {
		height: 100%;
		display: block;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.contact-company-phone {
		display: block;
		margin: 15px 0;
		height: 40px;
		font-size: 20rem;
		font-family: PingFangSC-Regular;
		line-height: 27px;
		color: #666666;
		opacity: 1;
	}

	.contact-company-box {
		height: 170px;
		margin-top: 35px;
	}

	.contact-company-name>div:nth-child(2) img {
		width: 100%;
		height: calc(226 * (100vw - 30px) / 349);
		margin-top: 30px;
	}

	.contact-company-name {
		display: block;
		align-items: center;
		justify-content: space-between;
	}

	.contact-company-name>div:first-child {
		border-bottom: 1px solid #05607E;
		height: 80px;
		display: flex;
		align-items: center;
		transition: 0.3s;
		justify-content: center;
		width: 60%;
		margin: 0 auto;
	}

	.contact-company-name>div:first-child div {
		width: 125px;
		font-size: 28rem;
		font-family: PingFangSC-Medium;
		line-height: 32px;
		color: #333333;
		opacity: 1;
		padding-right: 20px;
	}
}
