.page-contact{
	
}
.contact-infomation{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 80px;
}
.contact-left{
	padding: 35px;
	width: 45%;
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 4%);
	border-radius: 8px;
}
.contact-right{
	width: 50%;
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 4%);
	border-radius: 8px;
}
.contact-right p, .contact-right img{
	widht: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-text-item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.contact-text-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-text-item-inline{
    display: inline-block;
    width: 49%;
}
.c-icon{
	width: 27px;
	height: 27px;
	display: inline-block;
	/*margin-right: 18px;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center; 
	float: left;
    margin: 10px 18px 0 0;
}
.contact-text{
	display: inline-block;
	
}
.c-name{
	font-size: 14px;
	color: #666;
}
.c-content{
	font-size: 15px;
}
.c-main{
   font-size: 15px; 
   margin-top: 10px;
   color: #333;
}


/*在线留言*/
.contact-message{
	padding-bottom: 70px;
}
.contact-message form.message-form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-tip{
	margin-bottom: 25px;
	font-size: 15px;
}
.contact-message-item{
	width: 45%;
	margin-left: 10%;
}
.contact-message-item:nth-child(odd){
	margin-left: 0;
}
.half{
	margin-bottom: 25px;
}
.half-title{
	margin-bottom: 3px;
	font-size: 14px;
}
.half-title span{
	color: #f00;
}
.half input.inputtext{
	background: #f7f7f7;
	padding: 10px 15px;
	color: #666;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.half input.inputtextcode{
	width: 60%;
}
input.inputsubmit{
	background: #009d9e;
	width: 150px;
	height: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 16px;
	border-radius: 5px;
	margin-top: 18px;
}
input.inputsubmit:hover{
	background: #00b7b8;
}
.half .inputtextarea{
	background: #f7f7f7;
	padding: 10px 15px;
	color: #666;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	border: none;
	resize: none;
	height: 135px;
}
.half img{
	width: 130px;
	height: 43px;
	margin-left: 10px;
}


@media screen and (min-width: 901px) and (max-width: 1720px) {
	
	.contact-left{
		width: 50%;
	}
	.contact-right{
		width: 45%;
	}
	
}


@media screen and (max-width:900px) {
	
	.page-contact{
		
	}
	.contact-infomation{
		display: flex;
		justify-content: space-between;
		flex-flow: column;
		margin-top: 0px;
		padding-bottom: 40px;
	}
	.contact-left{
		padding: 15px 18px;
		width: 100%;
		box-shadow: 0 0 3px 3px rgb(0 0 0 / 4%);
		border-radius: 8px;
		margin-bottom: 25px;
	}
	.contact-right{
		width: 100%;
		box-shadow: 0 0 3px 3px rgb(0 0 0 / 4%);
		border-radius: 8px;
	}
	.contact-text-item{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eee;
		display: flex;
		align-items: center;
		justify-content: space-between;

	}
	.contact-text-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		display: block;
	}
	.contact-text-item-inline{
        display: block;
        width: 100%;
    }
	.contact-text-item-inline:first-child{
		margin-bottom: 15px;
	}
	.c-icon{
		width: 20px;
		height: 20px;
		display: inline-block;
		/*margin-right: 20px;*/
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center; 
		float: left;
        margin: 10px 18px 0 0;
	}
	.contact-text{
		display: inline-block;
		width: calc(100% - 45px);
	}
	.c-name{
		font-size: 12px;
		color: #666;
	}
	.c-content{
		font-size: 13px;
	}
	.c-main{
	    font-size: 13px;
	}
	
	
	/*在线留言*/
	.contact-message{
		padding-bottom: 40px;
	}
	.contact-tip{
		margin-bottom: 15px;
		font-size: 13px;
	}
	.contact-message-item{
		width: 100%;
		margin-left: 0;
	}
	.contact-message-item:nth-child(odd){
		margin-left: 0;
	}
	.half{
		margin-bottom: 15px;
	}
	.half-title{
		margin-bottom: 3px;
		font-size: 14px;
	}
	.half-title span{
		color: #f00;
	}
	.half input.inputtext{
		background: #f7f7f7;
		padding: 8px 10px;
		color: #666;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 13px;
		line-height: 1.5;
		width: 100%;
	}
	.half input.inputtextcode{
		width: 50%;
	}
	input.inputsubmit{
		background: #009d9e;
		width: 100px;
		height: 35px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 14px;
		border-radius: 5px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	input.inputsubmit:hover{
		background: #00b7b8;
	}
	.half .inputtextarea{
		background: #f7f7f7;
		padding: 8px 10px;
		color: #666;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 13px;
		line-height: 1.5;
		width: 100%;
		border: none;
		resize: none;
		height: 100px;
	}
	.half img{
		width: 110px;
		height: 38px;
		margin-left: 5px;
	}
	
}



