﻿@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Microsoft YaHei;
	color: #666666;
	background:#fff;
	overflow-x: hidden;
}
img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#666;
	font-family:Microsoft YaHei;
}
a:hover, a:hover {
	text-decoration:none;
}
input {
	color: #777;
	outline: none;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
li, p {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
}
 @media only screen and (max-width: 1000px) {
 .hm-mes {
display: none;
}
}
.hm-mes {
	width:680px;
	margin:0 auto;
	position: relative;
	font-size:0;
}

.hm-mes>* {
	box-sizing:content-box;
}

.hm-mes>.hm-input {
	background-color: transparent;
	width: 556px;
	float:left;
	border: 3px solid #0bba85;
	border-right-color: transparent;
	height: 41px;
	line-height: 31px;
	border-radius: 100px 0 0 100px;
	text-indent: 30px;
}
.hm-mes>.hm-btn {
	line-height: 41px;
	text-align: center;
	width: 120px;
	display: block;
	border: 3px solid #0bba85;
	border-radius: 0 100px 100px 0;
	background-color: #0bba85;
	position: absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:12px;
	font-family: Microsoft YaHei;
}
.index-mengban {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1111;
	display: none;
}
.index-forms-box {
	width: 500px;
	height: 410px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -205px;
	border-radius: 6px;
}
.dialog-forms-name .index-forms-tit {
	background: #0bba85;
	height: 110px;
	position: relative;
	color: #fff;
	margin-top:-20px;
}
.dialog-forms-name .index-forms-tit h1 {
	display: block;
	padding-top: 40px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.dialog-forms-name .index-forms-tit p {
	line-height: 32px;
	font-size: 13px;
	text-align: center;
}
.dialog-forms-name .index-forms-tit .icon-closedialog {
	background-position: -113px -81px;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.sprite-icon {
	position: relative;
	display: inline-block;
	background: url(sprite-icon_4a25e57.png) no-repeat;
	_background: url(sprite-icon_4487c26.gif) no-repeat;
	background-size: 300px;
}
.dialog-forms-name .index-forms-main h3 {
	margin: 30px 0 20px;
	display: block;
	padding-left: 50px;
	font-size: 13px;
	color: #333;
	text-align: left;
}
.dialog-forms-name .index-forms-main ul {
	overflow: hidden;
	margin-top:25px;
}
.dialog-forms-name .index-forms-main ul li {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
.dialog-forms-name .index-forms-main ul li .dialog-lable {
	float: left;
	margin-right: 15px;
	padding-left: 38px;
	width: 65px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 13px;
	color: #666;
	box-sizing:content-box;
}
.dialog-lable i{ padding-right:5px;}
.dialog-forms-name .index-forms-main ul li .dialog-input {
	float: left;
	width: 320px;
	height: 40px;
	line-height: 40px;
}
.dialog-forms-name .index-forms-main ul li .dialog-input input {
	width: 300px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	text-align: left;
	font-size: 13px;
	color: #666;
	border: 1px solid #c8cad4;
	background-color: #fafafa;
}
.dialog-forms-name .index-forms-sub {
	float: left;
	font-size: 13px;
	width: 300px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0;
	border: 0;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #0bba85;
	cursor: pointer;
	margin-left:10px;
}
.dialog-forms-name .index-forms-sub:hover {
	background-color: #05986c;
}
#inputPhone {
	width: 290px;
	height: 38px;
	background: #575b60;
	color: #cccccc;
	border: 0px;
	outline: 0px;
	padding-left: 20px;
    position: absolute;
	left:0;
	top: 100px;
}
#inputName {
	width: 290px;
	height: 38px;
	background: #575b60;
	color: #cccccc;
	border: 0px;
	outline: 0px;
	padding-left: 20px;
    position: absolute;
	right:0;
	top: 100px;
}
.form-btn-group {
	position: relative;
	top: 90px;
}
.xingming {
	position: absolute !important;
	left:auto !important;
	right: 235px;
	top: 65px !important;
	color: #CCCCCC;
}
.right-box>span>a>b>img {
	max-width:100%
}
.ewmbox>img {
	width:100%
}


.fenye {width:100%;text-align:center;margin:30px 0;}
.fenye .pagelist {display:inline-block;}
.fenye .pagelist a,.fenye .pagelist span {display:inline-block;padding:0 13px;height:34px;text-align:center;line-height:34px;margin:0 3px;border-radius:5px;border:#ccc solid 1px; background:#eee;overflow:hidden;font-size:13px;color:#666;}
.fenye .pagelist a:hover {background:#0bba85;color:#fff;border:#0bba85 solid 1px;}
.fenye .pagelist span {background:#0bba85;color:#fff;border:#0bba85 solid 1px;}