/* 幻灯片 */
	.liaison-banner{
		width: 100%;
	}
	
	.liaison-banner img{
		width: 100%;
		height: 100%;
	}
	
	.liaison-banner .mobile-image{
		display: none;
	}
	
	.liaison-banner .computer-image{
		display: block;
	}
	
/* 内容 */
	.liaison-wrapper{
		width: 100%;
		padding: 5.255% 0% 6.832%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.liaison-wrapper .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper{
		width: 100%;
		display: grid;
		margin-top: 5.715%;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item{
		padding: 6.429%;
		border-radius: 5px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .images{
		width: 24.590%;
		margin: 0% auto;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .images img{
		width: 100%;
		height: 100%;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content{
		width: 100%;
		margin-top: 7.377%;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p{
		width: 100%;
		line-height: 1;
		text-align: center;
		font-family: "SourceHanSansCN-Normal";
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:first-child{
		font-size: 16px;
		color: rgba(130, 130, 130, 1);
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:last-child{
		font-size: 18px;
		margin-top: 6.148%;
		color: rgba(230, 0, 18, 1);
	}
	
	.liaison-wrapper .below-wrapper{
		width: 100%;
		padding-top: 13.572%;
	}
	
	.liaison-wrapper .below-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper{
		margin-top: 4.286%;
		padding: 2.143% 1.786% 2.858%;
		background-color: rgba( 255, 255, 255, 1);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		width: 100%;
		display: grid;
		grid-gap: 35px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper .item input{
		outline: none;
		width: 95.313%;
		font-size: 16px;
		line-height: 45px;
		border-radius: 5px;
		border-style: none;
		padding-left: 4.688%;
		color: rgba( 120, 119, 119, 1);
		background-color: rgba( 238, 238, 238, 1);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper{
		width: 100%;
		margin-top: 2.500%;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper textarea{
		resize: none;
		height: 110px;
		outline: none;
		width: 97.143%;
		font-size: 16px;
		padding: 1.429%;
		border-style: none;
		color: rgba( 120, 119, 119, 1);
		background-color: rgba( 238, 238, 238, 1);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper{
		width: 14.286%;
		margin: 2.858% auto 0%;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button{
		width: 100%;
		outline: none;
		font-size: 16px;
		line-height: 50px;
		border-style: none;
		border-radius: 5px;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(230, 0, 18, 1);
	}
	
	/* 联系方式-悬停 */
	.liaison-wrapper .upper-wrapper .content-wrapper .item.current-hover-item{
		background-color: rgba(255, 255, 255, 1);
	}
	
	/* 投资者留言-按钮-悬停 */
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button.current-hover-item{
		color: rgba(128, 128, 128, 1);
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid rgba(128, 128, 128, 1);
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	
/* 内容 */
	.liaison-wrapper .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:first-child{
		font-size: 15px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:last-child{
		font-size: 17px;
	}
	
	.liaison-wrapper .below-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		grid-gap: 30px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper .item input{
		font-size: 15px;
		line-height: 40px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper textarea{
		height: 100px;
		font-size: 15px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button{
		font-size: 15px;
		line-height: 45px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	
/* 内容 */
	.liaison-wrapper .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:first-child{
		font-size: 14px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:last-child{
		font-size: 16px;
	}
	
	.liaison-wrapper .below-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		grid-gap: 25px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper .item input{
		font-size: 14px;
		line-height: 35px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper textarea{
		height: 90px;
		font-size: 14px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button{
		font-size: 14px;
		line-height: 40px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	
/* 内容 */
	.liaison-wrapper .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:first-child{
		font-size: 13px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:last-child{
		font-size: 15px;
	}
	
	.liaison-wrapper .below-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		grid-gap: 20px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper .item input{
		font-size: 13px;
		line-height: 30px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper textarea{
		height: 80px;
		font-size: 13px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button{
		font-size: 13px;
		line-height: 35px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.liaison-banner .mobile-image{
		display: block;
	}
	
	.liaison-banner .computer-image{
		display: none;
	}
	
/* 内容 */
	.liaison-wrapper .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item{
		padding: 6.536%;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content{
		margin-top: 6.016%;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:first-child{
		font-size: 12px;
	}
	
	.liaison-wrapper .upper-wrapper .content-wrapper .item .content p:last-child{
		font-size: 14px;
		margin-top: 4.512%;
	}
	
	.liaison-wrapper .below-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper .item input{
		font-size: 12px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper textarea{
		height: 70px;
		font-size: 12px;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper{
		width: 18.354%;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper .button{
		font-size: 12px;
		line-height: 30px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	
/* 内容 */
	.liaison-wrapper .upper-wrapper .content-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .input-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .textarea-wrapper{
		margin-top: 4.067%;
	}
	
	.liaison-wrapper .below-wrapper .content-wrapper .button-wrapper{
		width: 21.690%;
		margin-top: 4.067%;
	}
}