header {
	background-color: #000000;
}

.banner {
	width: 100%;
	margin-top: 107px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	padding-top: 105px;
}

.main .item1 {
	padding-bottom: 100px;
}

.main .item1 .container .l {
	width: 410px;
}

.main .item1 .container .l .contacts {
	width: 100%;
	box-sizing: border-box;
	padding: 0 55px;
	padding-bottom: 40px;
	background-color: #000000;
}

.main .item1 .container .l .contacts h4 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 62px;
	background-image: url(../images/contact_titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
}

.main .item1 .container .l .contacts h5 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 28px;
	margin-top: 23px;
}

.main .item1 .container .l .contacts p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.main .item1 .container .r {
	width: 660px;
}

.main .item1 .container .r .title {
	margin-top: 55px;
	background-image: url(../images/contact_titlebg1.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 55px;
}

.main .item1 .container .r .title h4 {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 65px;
	background-image: url(../images/contact_titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main #map {
	position: relative;
}

.main #map #map_main {
	height: 700px;
	width: 100%;
}

.main #map .button-group {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.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;
}