﻿.wrap_header img{
	display: block;
	width: 100%;
}
.wrap_header .banner_box {
	width:100%;
	height: 563px;
	background: url(/skin/new_goldSwan/images/zhaoshang/banner.jpg) no-repeat center;
}
.zhichi {
	width: 100%;
	background: #ECECEC;
}
.zhichi img {
	display: block;
}
.zhichiImg{
	width: 1000px;
	margin: 0 auto;
}
.map{
	width: 1000px;
	margin: 0 auto;
}
.contact{
	width: 100%;
}
.contact img{
	width: 100%;
	vertical-align: top;
}
.wrap_header .form{
	padding: 20px 0;
	width: 600px;
	margin: 0 auto;
}
.wrap_header .form input[type=text]{
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	padding-left: 15px;
	margin-right: 30px;
}
.wrap_header .form input[type=submit]{
	width: 150px;
	height: 37px;
	line-height: 37px;
	font-size: 17px;
	color: white;
	background: #2A95D0;
	font-weight: bold;
	border: none;
}
#iframe{
	background: rgba(1, 1, 1, 0.44);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top: 0;
	display: none;
}
#iframe form{
	position: absolute;
	background: white;
	width: 250px;
	height: 250px;
	z-index: 111;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
}
#iframe form li{
	list-style: none;
	padding-left: 40px;
	padding-top: 20px;
}
#iframe form li input{
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
}
#iframe form li p{
	margin-bottom: 6px;
}
#iframe form li .btn{
	width: 120px;
	height: 30px;
	line-height: 26px;
	font-size: 17px;
	padding-left: 0px;
	margin-left: 20px;
	color: white;
	background: #2A95D0;
	border: none;
	text-align: center;
	border-color: #2A95D0;
}
.tip{
	position: absolute;
    font-size: 30px;
    font-weight: bold;
        right: 0px;
    padding: 3px 10px;
    top: -25px;
    cursor: pointer;
}
