@import "init.css";
@import "header-footer.css";
@import "banner.css";
.contact-panel{
	padding: 50px 0;
}

.contact-base-panel .row{
	display: flex;
	flex-direction: row;
}
.contact-base-panel .row .col-address{
	width: 750px;
}
.contact-base-panel .row .col-feedback{
	flex: 1;
}

.contact-base-panel .tips{
	line-height: 70px;
	border-bottom: 1px solid #e4e4e4;
	color: #262626;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
}

.contact-base-panel .row .col-address >ul{
	display: flex;
	flex-direction: row;
}
.contact-base-panel .row .col-address .img{
	margin-right: 32px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    padding-top: 0px;
}
.contact-base-panel .row .col-address .img img{
	width: 122px;
	height: 122px;
}
.contact-base-panel .row .col-address  dl{
	display: flex;
	flex-direction: row;
	line-height: 22px;
	margin-bottom: 18px;
	color: #727272;
	font-size: 16px;
}
.contact-base-panel .row .col-address  dl dt{
	
}
.contact-base-panel .row .col-address  dl dd{
	flex: 1;
}
.feedback-form{
	color: #727272;
	font-size: 16px;
}
.feedback-form .input{
	border: 0px;
	background: #FFF;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	margin-right: 10px;
	width: 140px;
	color: #727272;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
}
.feedback-form .input.width-full{
	width: 100%;
}
.feedback-form td{
	padding-bottom: 10px;
}
.feedback-form td .input:last-child{
	padding-right: 0px;
}
.feedback-form .textarea{
	height: 180px;
}
.feedback-form .btn-submit{
	display: inline-block;
	width: 128px;
	height: 42px;
	line-height: 42px;
	background: #e0ad54;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	margin: 10px auto;
	border-width:0;
	cursor:pointer
}

.contact-map-panel{
	
	padding-bottom: 100px;
}
.contact-map-panel .contact-panel-main{
	height: 422px;
}
.contact-map-panel .contact-panel-main .img{
	width: 100%;
	height: 422px;
	object-fit: cover;
}

