input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,  .btn:active:focus,  .btn.active:focus,  .btn.focus,  .btn:active.focus,  .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,  .btn:focus,  .btn.focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,  .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,  .btn[disabled],  pre {
	line-height: 12px;
	background-color: #EFEFEF;
	border: 1px dashed #585858;
	color: #4E9BB3;
	padding: 10px;
}
.mm {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.close {
	float: right;
	font-size: 19px;
	font-weight:normal;
	color: #fff;
	outline:none;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
button.close {
	padding: 0;
	cursor: pointer;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/close.jpg) no-repeat center center;
	position:relative;
	z-index:9999;
}
button.close span{
	margin-top:-3px;
	width:101%;
	text-indent:-999999em;
	float:left;
	 text-align:center;
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}
.modal-content1 {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
}
.modal-header .close {
	margin-top: 0px;
    margin-right: 0px;
}
.modal-title {
	margin: 0;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	margin-top:3%;
	color:#fff;
	line-height: 1.42857143
}
.modal-header p{
	margin: 0 10%;
	width:80%;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	margin-top:2%;
	line-height:22px;
	color:#fff;
}
.modal-body-map {
	position: relative;
	padding: 15px;
	margin-left:0px;
	margin-top:59px;
}
.modal-body-map div#map{
	width:100%;height:362px; margin:0; padding:0; border:#ccc solid 1px;font-size:12px
}
.modal-body {
	position: relative;
	padding: 15px;
	margin-left:35px;
	margin-top:0px;
}
.modal-body dl{
	margin:0;
	margin-top:3%;
}
.modal-body dl dt{
	margin:0;
	width:337px;
	float:right;
	overflow:hidden;
	margin-right:75px;
}
.modal-body dl dt label{
	float:left;
	width:52px;
	margin-right:15px;
}
.modal-body dl dt label img{
	width:100%;
	display:block;
}
.modal-body dl dt h1{
	width:80%;
	float:left;
	text-align:left;
	font-size:19px;
	color:#333333;
	margin-top:0%;
}
.modal-body dl dt span{
	width:80%;
	float:left;
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:normal;
	margin-top:2%;
}
.modal-body dl dt img{
	width:100%;
	display:block;
}

.modal-body dl dd{
	margin:0;
	width:337px;
	float:right;
	overflow:hidden;
	margin-right:75px;
}
.modal-body dl dd h1{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#333333;
	margin-top:3.2%;
}
.modal-body dl dd h2{
	width:100%;
	text-align:left;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin-top:13%;
}
.modal-body dl dd ul{
	width:100%;
	text-align:left;
	font-size:14px;
	color:#999999;
	font-weight:normal;
	margin-top:7%;
}
.modal-body dl dd ul li{
	width:100%;
	text-align:left;
	font-size:14px;
	color:#999999;
	float:left;
	border-bottom:1px solid #eeeeee;
	padding:0 0;
	margin-top:15px;
}
.modal-body dl dd ul li span{
	float:left;
	width:100%;
	font-size:16px;
	color:#333333;
}
.modal-body dl dd ul li label input{
	float:left;
	border:0;
	height:40px;
	line-height:40px;
	width:100%;
	font-size:13px;
	background:none;
	color:#999999;
	outline:none;
	margin-left:0;
}
.modal-body dl dd ul li label input::-webkit-input-placeholder{
color:#999999;
font-size:13px;
}
.modal-body dl dd ul li p{
	width:100%;
	float:left;
	text-align:left;
	font-size:13px;
	color:#666666;
}
.modal-body dl dd ul li p a{
	color:#166cbd;
}
.modal-body dl dd ul li p button{
	width: 122px;
	height: 35px;
	outline:none;
	cursor:pointer;
	border-radius: 20px;
	background: #166cbd;
	border:0;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	float: left;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	margin-top:13px;
}
.modal-body1 {
	position: relative;
	padding: 15px;
	margin-left:35px;
	margin-top:0px;
}
.modal-body1 dl{
	margin:0;
	margin-top:3%;
}
.modal-body1 dl dt{
	margin:0;
	width:337px;
	float:right;
	overflow:hidden;
	margin-right:75px;
}
.modal-body1 dl dt label{
	float:left;
	width:52px;
	margin-right:15px;
}
.modal-body1 dl dt label img{
	width:100%;
	display:block;
}
.modal-body1 dl dt h1{
	width:80%;
	float:left;
	text-align:left;
	font-size:19px;
	color:#333333;
	margin-top:0%;
}
.modal-body1 dl dt span{
	width:80%;
	float:left;
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:normal;
	margin-top:2%;
}
.modal-body1 dl dt img{
	width:100%;
	display:block;
}

.modal-body1 dl dd{
	margin:0;
	width:337px;
	float:right;
	overflow:hidden;
	margin-right:75px;
}
.modal-body1 dl dd h1{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#333333;
	margin-top:3.2%;
}
.modal-body1 dl dd h2{
	width:100%;
	text-align:left;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin-top:13%;
}
.modal-body1 dl dd ul{
	width:100%;
	text-align:left;
	font-size:14px;
	color:#999999;
	font-weight:normal;
	margin-top:7%;
}
.modal-body1 dl dd ul li{
	width:100%;
	text-align:left;
	font-size:14px;
	color:#999999;
	float:left;
	border-bottom:1px solid #eeeeee;
	padding:0 0;
	margin-top:15px;
}
.modal-body1 dl dd ul li span{
	float:left;
	width:100%;
	font-size:16px;
	color:#333333;
}

.modal-body1 dl dd ul li label input{
	float:left;
	border:0;
	height:40px;
	line-height:40px;
	width:100%;
	font-size:13px;
	background:none;
	color:#999999;
	outline:none;
	margin-left:0;
}
.modal-body1 dl dd ul li label input::-webkit-input-placeholder{
color:#999999;
font-size:13px;
}
.modal-body1 dl dd ul li p{
	width:100%;
	float:left;
	text-align:left;
	font-size:13px;
	color:#666666;
}
.modal-body1 dl dd ul li p a{
	color:#166cbd;
}
.modal-body1 dl dd ul li p button{
	width: 122px;
	height: 35px;
	outline:none;
	cursor:pointer;
	border-radius: 20px;
	background: #166cbd;
	border:0;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	float: left;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	margin-top:13px;
}
.modal-body1 dl dd ul li b{
	float:right;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	background:#166cbd;
	border-radius:4px;
	margin-top:5px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	cursor:pointer;
	-webkit-transition-duration: .5s;
}
.modal-footer {
	padding: 15px;
	text-align: right;
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.submission{
	padding:8px 25px;
	background:#00b7ee;
	font-size:14px;
	color:#fff;
	margin-top:15px;
	display:inline-block;
	text-align:center;
	border-radius:4px;
	margin-bottom:10px;
}
.submission:hover{
	padding:8px 25px;
	background:#00b7ee;
	font-size:14px;
	color:#fff;
	margin-top:15px;
	display:inline-block;
	text-align:center;
	border-radius:4px;
	margin-bottom:10px;
}
@media (min-width:768px) {
.modal-dialog {
	width: 515px;
	margin: 140px auto
}
.modal-content {
	background:url(../images/loginbg.jpg) no-repeat top left #fff;
	background-size:100% auto;
	height:505px;

}
.modal-content1 {
	background:url(../images/loginbg.jpg) no-repeat top left #fff;
	background-size:100% auto;
	height:975px;

}
.modal-sm {
	width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
