/*重置*/
* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-size: 14px;
	color: #2e2e2e;
	font-family: PingFang SC, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, \\5B8B\4F53, simsun, sans-serif;
}

a,
i,
em,
b,
strong,
small,
p,
ul,
li,
dl,
dd,
dt,
div,
input,
button,
textarea {
	font-family: PingFang SC, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, \\5B8B\4F53, simsun, sans-serif;
}

ul {
	list-style: none;
}

span,
input,
button,
textarea,video {
	outline: none;
}

i,
em,
small {
	font-style: normal;
}

a {
	color: #2e2e2e;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

ul,
dl {
	list-style: none;
}

img {
	border: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

input:-ms-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

@font-face {
	font-family: 'dinot-bold';
	src: url('../font/dinot-bold.eot');
	src: url('../font/dinot-bold.eot?#iefix') format('embedded-opentype'), url('../font/dinot-bold.woff') format('woff'), url('../font/dinot-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* html,
* html body

/* 修正IE6振动bug */
	{
	background-image: url(about:blank);
	/*用浏览器空白页面作为背景*/
	background-attachment: fixed;
	/* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}


.headerTopWrap {
	width: 100%;
	padding: 12px 0 10px 0;
	background-color: #303035;
	color: #9b9b9b;
	min-width: 1200px;
}

.headerTopWrap a {
	color: #9b9b9b;
	font-size: 12px;
	padding: 0 8px;
}

.cityLink {
	color: #9b9b9b;
	font-size: 12px
}

.cityLink .item {
	float: left;
}

.cityLink .item:nth-child(1) {
	padding-right: 20px;
}

.loginLink .item {
	float: left;
}

.loginLink .item:nth-child(1) {
	padding-right: 20px;
}


/* 头部统一导航 */
.headerWrap {
	background: #fff;
}

.headerWrap .header {
	padding: 8px 0;
}

.headerWrap .header .headerNav {
	height: 53px;
	line-height: 53px;
	padding-left: 15px;
}

.headerWrap .header .headerNav .item {
	float: left;
	font-size: 16px;
}

.headerWrap .header .headerNav .item a {
	padding: 0 10px;
}

.headerWrap .header .headerNav .item a:hover {
	color: #f2304a;
}

.headerWrap .header .headerRight .item {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
}

.headerWrap .header .headerRight .item .hit {
	display: flex;
	cursor: pointer;
	font-size: 16px;
	align-items: center;
}

.headerWrap .header .headerRight .item .hit .ico {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 100%;
	background: #1C8FFF;
}

.headerWrap .header .headerRight .item .hit .txt {
	padding-left: 10px;
}

.headerWrap .header .headerRight .item:nth-child(1) .hit .ico {
	background: #32bba4;
}

.headerWrap .header .headerRight .item:nth-child(2) .hit .ico {
	background: #07b906;
}

.headerWrap .header .headerRight .item:nth-child(3) .hit .ico {
	background: #303f9f;
}

.headerWrap .header .headerRight .item .img {
	display: none;
	position: absolute;
	background: #fff;
	padding: 5px;
	top: 40px;
	left: 0px;
	z-index: 100;
	background: url(http://www.fc0633.com/moban/img/gongzhonghaoerweima.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.pingfen .pn_right {
	float: right;
	padding-top: 15px;
}

.pingfen .pn_right span {
	display: inline-block;
	padding: 0 25px;
	font-size: 14px;
	border: #FF5C6A solid 1px;
	color: #FF5C6A;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}

.headerWrap .header .headerRight .item .img img {
	width: 120px;
	height: 120px;
}

.headerWrap .header .headerRight .item:hover .img {
	display: block;
}

.seacherWrap {
	background: #f4f4f4;
	padding: 15px 0;
	font-size: 12px;
	color: #999;
	width: 100%;
	min-width: 1200px;
}

.seacherBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.seacherWrap a {
	color: #999;
	padding: 0 8px;
}

.seacherWrap .seacher {
	position: relative;
}

.seacherWrap .seacher .seacherForm {
	display: flex;
	align-items: center;
}

.seacherWrap .seacher .seacherForm .input {
	width: 460px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.seacherWrap .seacher .seacherForm .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #f2304a;
	border: none;
	cursor: pointer;
}
.fabu{
	border: none;
	cursor: pointer;
	color: #fff;
	height: 40px;
	width: 120px;
	line-height: 40px;
	background: linear-gradient(294deg, #ffa857, #ff5b6a);
	border-radius: 20px;
	box-sizing: border-box;
	margin-left: 20px;
	padding: 0 15px;
}
.seacherWrap .seacher .seacherForm .btn span {
	padding-left: 15px;
}

.fabu span{
	padding-left: 10px;
	color:#fff
}
.fabu i{
	
	color:#fff
}


.seacherWrap .seacher .autocompleter-layer {
	transition: all 0.3s linear;
	background: #fff;
	border: #ddd solid 1px;
	position: absolute;
	z-index: 9999;
	width: 100%;
	display: none;
}

.seacherWrap .autocompleter-layer .title {
	font-weight: 700;
	background: #eee;
	padding: 0 20px;
	line-height: 35px;
}

.seacherWrap .autocompleter-layer .lists li {}

.seacherWrap .autocompleter-layer .lists li a {
	display: block;
	min-height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 14px;
}

.seacherWrap .autocompleter-layer .lists li a:hover {
	background: #f7f7f7;
}

.seacherWrap .autocompleter-layer .lists li a .hs-name {
	display: inline-block;
	max-width: 35%;
	padding-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.seacherWrap .autocompleter-layer .lists li a .hs-area {
	padding-right: 5px;
	max-width: 50%;
	color: #a6a6a6;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/*统一footer*/
.footer_wrap {
	padding-top: 30px;
	/* z-index: 10000001; */
	position: relative;
	background: #fff;
}

.footer_wrap .link_box {
	
}

.footer_wrap .link_box .link_t {
	border-bottom: 1px solid #e6e6e6;
}

.footer_wrap .link_box .link_t li {
	float: left;
	line-height: 42px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 0 25px;
}

.footer_wrap .link_box .link_t li.cur {
	color: #1c8fff;
}

.footer_wrap .link_box .link_t li.cur::before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 100;
	background: #1c8fff scroll 2px;
}

.footer_wrap .link_box .link_c {
	padding: 25px 0;
}

.footer_wrap .link_box .link_c li {
	float: left;
	margin-right: 15px;
	line-height: 42px;
}

.footer_wrap .copyrights_wrap {
	background: #1b242b;
	color: #999;
}

.footer_wrap .copyrights_wrap a {
	color: #999;
}

.footer_wrap .copyrights_wrap .bottom_link {
	height: 60px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_wrap .copyrights_wrap .bottom_link .logo_b {
	padding-top: 10px;
}

.footer_wrap .copyrights_wrap .bottom_link .logo_b img {
	height: 32px;
}

.footer_wrap .copyrights_wrap .bottom_link .fr_link li {
	float: left;
	line-height: 60px;
	padding-left: 30px;
	font-size: 16px
}

.footer-info {
	height: 135px;
	padding: 24px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-info dl {
	margin-top: 12px;
}

.footer-info dt {
	height: 46px;
}

.footer-info dt i {
	width: 46px;
	height: 46px;
}

.footer-info dd {
	color: #999;
	font-size: 14px;
	line-height: 26px;
}

.footer-info .f-iphone {
	margin-right: 96px;
	overflow: hidden;
}

.footer-info .f-iphone dt,
.footer-info .f-iphone dd {
	float: left;
}

.footer-info .f-iphone dd {
	line-height: 46px;
	margin-left: 14px;
}

.f-iphone .icon-phone {
	display: block;
	background: url(../img/com-icon.png) no-repeat;
	background-position: 0 0;
}

.f-iphone .kf-num {
	color: #fbc700;
	font-size: 24px;
}

.footer-code {
	position: absolute;
	right: 0;
	top: 40px;
}

.footer-code .code {
	float: left;
}

.footer-code .code img {
	width: 90px;
	height: 90px;
}

.footer-code .code .wz {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 8px;
	border: 1px solid #283036;
	border-radius: 15px;
	padding: 3px 0;
}

.footer-code .code2 {
	margin-left: 70px;
}

.footer-cr {
	line-height: 29px;
	color: #797979;
	padding: 15px 0;
	position: relative;
}

.footer_wrap .footer-cr .lianmen {
	position: absolute;
	right: 0;
	top: 15px;
	line-height: 48px;
	height: 48px;
}

.footer_wrap .footer-cr .lianmen img {
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
	width: auto;
}
