<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerBox{
	height: 240px;
	text-align: center;
	line-height: 240px;
	background: url(../image/contactUs/banner.png) no-repeat;
	background-position:center center;
}
.mapBox{
	height: 740px;
	position: relative;
	background: #F9F9F9;
}
.mapBoxNote{
	position: absolute;
	top: 62px;
	left: 60%;
	width: 340px;
	height: 614px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 6px 10px 17px 3px rgba(29, 42, 54, 0.12);
}
.mapBoxNoteItem{
	padding-bottom: 16px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 16px;
	cursor: pointer;
}
.mapBoxNoteItem:last-child{
	border-bottom: 0px;
}
.mapBoxNoteItemTitle{

}
.mapBoxNoteItemNote{
	margin-top: 14px;
	margin-bottom: 10px;
}
.mapBoxNoteItemNoteText{
	width: 321px;
}
.mapBoxNoteItemNoteLocal{
	width: 13px;
	height: 14px;
	background: url(../image/contactUs/local.png);
	margin-right: 6px;
	margin-top: 2px;
}
.mapBoxNoteItemNoteLocalSel{
	background: url(../image/contactUs/localSel.png);
}
.mapBoxNoteItemNum{
	color: rgba(0, 0, 0, 0.8);
	align-items: center;
}
.mapBoxNoteItemNumPhone{
	width: 15px;
	height: 14px;
	margin-right: 6px;
	background: url(../image/contactUs/phone.png);
}
.mapBoxNoteItemNumPhoneSel{
	background: url(../image/contactUs/phoneSel.png);
}
.mapBoxNoteItemSel{
	color: rgba(90, 164, 81, 1);
}

.conBox{
	padding-top: 100px;
	padding-bottom: 100px;
	background: #F9F9F9;
}
.conBoxTitle{
	text-align: center;
	margin-bottom: 60px;
}
.conBoxInput{
	width: 928px;
	margin: 0 auto;
}
.conBoxItem{
	margin-bottom: 29px;
}
.conBoxItemKey{
	width: 96px;
	margin-top: 14px;
}
.conBoxItemKey span{
	color: #C53A2C;
}
.conBoxItemValue1{
	width: 800px;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
	border: 1px solid #E8E8E8;
}
.conBoxItemValue2{
	width: 800px;
	height: 70px;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #E8E8E8;
}
.conBoxItemValue3 {
    width: 425px;
}

.conBoxItemValue3Add {
    width: 201px;
    height: 115px;
    border: 1px dashed #E8E8E8;
    border-radius: 8px;
	background: #fff;
	position: relative;
}

.conBoxItemValue3Add img {
    margin: 33px auto 8px;
}

.conBoxItemValue3AddText {
    text-align: center;
    color: rgba(41, 41, 41, 0.5);
}
.conBoxInputBtn{
	width: 830px;
	height: 50px;
	color: #5AA451;
	border: 1px solid #5AA451;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	margin-left: 96px;
	margin-top: 39px;
}
.conBoxInputBtn:hover{
	cursor: pointer;
	color: #fff;
	background: #5AA451;
}
</pre></body></html>