<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .txt_banner {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .txt_banner .title h5 {
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 134px;
    background-image: url('../images/contact_banner_icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    font-weight: 500;
    float: left;
}

.banner .txt_banner .title span {
    display: inline-block;
    font-family: 'pingfangs';
    font-size: 54px;
    font-weight: 100;
    line-height: 134px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 2px;
}

.banner .txt_banner .title:after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    width: 45px;
    height: 5px;
    background-color: #FFFFFF;
    left: 0px;
    bottom: 0px;
}

.banner .txt_banner p {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 50px;
    width: 650px;
    padding-top: 52px;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 70px;
}

.main ul.contact_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	background-color: #0075c5;
	background-image: url(../images/contact_list_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main ul.contact_list li {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

.main ul.contact_list li:nth-of-type(1) {
	background-image: url(../images/contact_i1.png);
}

.main ul.contact_list li:nth-of-type(2) {
	background-image: url(../images/contact_i2.png);
}

.main ul.contact_list li:nth-of-type(3) {
	background-image: url(../images/contact_i3.png);
}

.main #map {
	position: relative;
}

.main #map #map_main {
	height: 700px;
	width: 100%;
}

.main #map .button-group {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.main #map .button-group input {
	height: 28px;
    line-height: 28px;
    background-color: #0D9BF2;
    color: #FFF;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}

.main #map .amap-marker-label {
    border: 1px solid #dddddd;
}

.main #map .info {
    padding: 15px;
}

.main #map .info h5 {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    color: #333333;
}

.main #map .info p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

@media screen and (max-width: 550px ) {
	
	.main {
		padding-bottom: 80px;
	}
	
	.main h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main ul.contact_list {
		flex-flow: row wrap;
	}
	
	.main ul.contact_list li {
		width: 100%;
		background-position: left 10px center;
		line-height: 60px;
		font-size: 18px;
		border-bottom: 1px dashed #FFFFFF;
	}
	
	.main #map #map_main {
		height: 350px;
	}
	
}</pre></body></html>