/**!
 * 辽宁省沈抚新区电子交易平台
 * author: wuzhou;
 * date:2019-04-01
 */
 
.ewb-banner-pr {
	position: relative;
}

/* banner */

.ewb-banner {
	position: relative;
}

.ewb-banner-img {
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.ewb-banner-tt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -31px;
	height: 62px;
}

.ewb-banner-link {
	display: inline-block;
	padding-left: 26px;
	vertical-align: top;
	color: #fff;
	background: url("../images/banner_line.jpg") left center no-repeat;
}

.ewb-banner-sp1 {
	display: block;
	line-height: 40px;
	font-size: 34px;
}

.ewb-banner-sp2 {
	display: block;
	line-height: 22px;
	font-size: 16px;
	text-transform: uppercase;
}

/* location */

.ewb-location {
	margin-top: 11px;
	line-height: 36px;
	color: #666;
	text-indent: 15px;
	background: url("../images/location_icon.png") left 11px no-repeat;
}

.ewb-location a {
	padding: 0 15px;
	color: #666;
}

.ewb-location span {
	padding: 0 15px;
}

/* left */

.ewb-left {
	margin-top: 10px;
}

.ewb-left-item {
	margin-top: 10px;
	height: 51px;
	line-height: 51px;
}

.ewb-left-item:first-child {
	margin-top: 0;
}

.ewb-left-item a {
	display: block;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #38c3d0;
	background-color: #e6f2f4;
}

.ewb-left-item.current a,
.ewb-left-item a:hover {
	color: #fff;
	background: url("../images/item_arrow.png") right center no-repeat #38c3d0;
}

/* right */
.ewb-mt30 {
	margin-top: 30px;
}

.ewb-right {
	margin-top: 10px;
	padding-bottom: 10px;
	min-height: 646px;
	border: 1px solid #cde2e5;
}


/* 留言表单 */
.ewb-customer-title {
	position: relative;
	margin: 28px 44px 0;
	padding: 10px 10px 10px 84px;
	line-height: 30px;
	border-radius: 25px;
	color: #1e8690;
	background-color: #e6f2f4;
}


.ewb-customer-ico {
	position: absolute;
	left: 24px;
	bottom: 0;
	width: 45px;
	height: 58px;
	background: url("../images/customer_img.png") center no-repeat;
}

.ewb-form-wrap {
	width: 467px;
	margin: 7px auto 0;
}

.ewb-form-list {
	position: relative;
	min-height: 36px;
	line-height: 36px;
	margin-top: 24px;
}

.ewb-form-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	text-align: right;
}

.ewb-input-wrap {
	position: relative;
	margin: 0 19px 0 88px;
}

.ewb-input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	border: 1px solid #d2d2d2;
}

.ewb-form-list .input-placeholder {
	position: absolute;
	top: 0;
	left: 11px;
	height: 36px;
	line-height: 36px;
	color: #999;
	z-index: 0;
	cursor: text;
}

.ewb-textarea {
	display: block;
	color: #999;
	line-height: 24px;
	height: 90px;
}

.ewb-input-short {
	float:left;
	width: 165px;
	margin-right: 0;
}

.ewb-vcode {
	margin-left: 10px; 
	width:100px;
	height:40px;
}

.ewb-vcode img {
	vertical-align: top;
}

.ewb-form-btns {
	width: 360px;
	margin: 30px  auto 0;
}

.ewb-form-btn {
	display: block;
	width: 165px;
	height: 36px;
	color: #fff;
	border-radius: 18px;
	cursor: pointer;
	background-color: #38c3d0;
}

 .ewb-btn-reset {
	 background-color: #57a8e0;
 }

 .ewb-input.error {
	 border-color:#f00;
 }
 label.error {
	position: absolute;
	left:0;
	color:#f00;
	bottom:-28px;
	padding-left: 19px;
	white-space: nowrap;
	background: url("../images/error.png") left center no-repeat;
 }

 .ewb-form-btn:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
 }
/* 中等屏幕以下 */
@media (max-width: 1199px) {
	.ewb-customer-title {
		margin: 28px 10px 0;
	}
}
 
/* 手机端 */

@media (max-width: 767px) {

	/* banner */
	.ewb-banner-link {
		padding-left: 0;
		background: none;
	}

	.ewb-banner-sp1 {
		font-size: 20px;
	}

	.ewb-banner-sp2 {
		font-size: 12px;
	}

	/* right */
	.ewb-form-wrap {
		width: auto;
		margin: 7px 10px 0;
	}
	.ewb-input-wrap {
		position: relative;
		margin: 0 0 0 88px;
	}
}


/* 超小手机端 */

@media (max-width: 480px) {
	/* right */
	.ewb-form-wrap {
		width: auto;
		margin: 7px 10px 0 0;
	}
	.ewb-input-short {
		width: 86px;
	}

	.ewb-form-btns {
		width: auto;
		margin-left: 10px;
	}
	.ewb-form-btn {
		width: 45%;
	}
}