﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	width: 100%;
	height: 100%;
	/* max-width: 1920px; */
	min-width: 1200px;
	background-color: #f6f6f6;
	font-size: 16px;
	line-height: 1.2;
	font-family: "microsoft yahei", '微软雅黑', arial, "microsoft sans serif";
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;


}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

em,
strong,
b,
i {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	outline: none;
}

li {
	list-style: none;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}

a {
	outline: none;
	text-decoration: none !important;
	color: #333;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

.after:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33.333333%;
}

.over {
	overflow: hidden;
}

.hide {
	display: none;
}

.show {
	display: block !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.gray {
	background-color: #f9f9f9 !important;
}

.black {
	background-color: #222 !important;
}

/* pub==>header */
.header-top{
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.header-top-box dd{
	margin-left: 14px;
}
.header-top-nav a{
	font-size: 14px;
	color: #888;
	line-height: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header-top-nav a:hover{
	color: #ffe300;
}
.header-main{
	background-color: #fff;
}
.header-left{
	height: 110px;
}
.header-logo{
	width: 138px;
	height: 58px;
	margin: 26px 0;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	/* -moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc); */
	overflow: hidden;
}
.header-logo img{
	width: 100%;
	height: 100%;
}
.header-nav{
	padding: 20px 0;
	/* margin-left: 8px; */
}
.header-nav-list{
	margin-left: 30px;
	position: relative;
}
.header-nav-list a{
	display: block;
	font-size: 16px;
	color: #393d49;
	line-height: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header-nav-list a:hover{
	color: #ffe300;
}
.header-right{
	padding: 10px 0;
}
.header-nav-list span{
	display: none;
	width: 100%;
	height: 3px;
	background-color: #ffe300;
	position: absolute;
	bottom: 0;
	left: 0;
}
.headerColor span{
	display: block;
}
.footer{
	background-color: #0f0f0e;
	height: 80px;
}
.footerText{
	font-size: 12px;
	color: #b0b0b0;
	line-height: 80px;
}

.index-mask,
.index-freebj-mask,
.index-design-mask,
.index-he-mask,
.index-quan-mask{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.index-mask-bg,
.index-freebj-bg,
.index-design-bg{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter:alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-mask-close,
.index-freebj-close,
.index-design-close,
.index-hemask-close,
.index-quanmask-close{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.index-mask-close img,
.index-freebj-close img,
.index-design-close img,
.index-hemask-close img,
.index-quanmask-close img{
	display: inline-block;
	vertical-align: middle;
}
.index-mask-main{
	/* height: 200px; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -100px;
	z-index: 3;
	background-color: #fff;
	padding: 30px 40px 20px;
	/* -moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;  
	border-radius: 14px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc); */
	overflow: hidden;
}
.index-mask-main h5{
	font-size: 25px;
	color: #0f0f0f;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.index-mask-main p{
	font-size: 14px;
	color: #838383;
	line-height: 18px;
	text-align: center;
}
.index-mask-main p font{
	/* color: #0E3EAD; */
	background-color: #ffe300;
	margin: 0 3px;
}
.index-mask-main b{
	display: block;
	font-size: 12px;
	color: #c5c5c5;
	text-align: center;
	line-height: 20px;
	margin-top: 30px;
	padding: 0 19px;
}
.index-design-main{
	padding: 30px 40px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -230px;
	z-index: 3;
	background-color: #fff;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;  
	border-radius: 14px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-design-main h5{
	font-size: 30px;
	color: #0f0f0f;
	font-weight: bold;
	line-height: 52px;
}
.index-design-main h5 b{
	font-size: 14px;
	color: #838383;
	font-weight: normal;
	margin-left: 10px;
}
.index-design-main h5 b font{
	/* color: #fcaf3d; */
	background-color: #ffe300;
	color: #0f0f0f;
	margin: 0 4px;
}
.index-design-ipt{
	margin-top: 20px;
	position: relative;
}
.index-design-ipt input{
	width: 350px;
	height: 50px;
	outline: none;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #bababa;
	line-height: 30px;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-design-btn{
	width: 350px;
	height: 60px;
	background-color: #ffe300;
	font-size: 18px;
	color: #0f0f0f;
	text-align: center;
	line-height: 60px;
	outline: none;
	border: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	cursor:pointer;
}

.index-freebj-main{
	padding: 30px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -258px;
	z-index: 3;
	background-color: #fff;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;  
	border-radius: 14px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-freebj-main h5{
	font-size: 30px;
	color: #0f0f0f;
	font-weight: bold;
	line-height: 46px;
}
.index-freebj-main p{
	font-size: 14px;
	color: #838383;
	line-height: 28px;
}
.index-freebj-main p font{
	/* color: #0E3EAD; */
	background-color: #ffe300;
	color: #0f0f0f;
	margin: 0 3px;
}
.index-freebj-ipt{
	position: relative;
	margin-top: 16px;
}
.index-freebj-ipt input{
	width: 350px;
	height: 50px;
	outline: none;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #bababa;
	line-height: 30px;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-freebj-ipt font{
	font-size: 16px;
	color: #bababa;
	line-height: 50px;
	position: absolute;
	right: 14px;
	top: 0;
}
.index-freebj-label{
	font-size: 12px;
	color: #8e8e93;
	line-height: 42px;
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
	-moz-user-select: none; 
	-webkit-user-select: none; 
}
.index-freebj-label label input{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.index-freebj-label a{
	color: #0E3EAD;
}
.index-freebj-btn{
	width: 350px;
	height: 60px;
	background-color: #ffe300;
	font-size: 18px;
	color: #0f0f0f;
	text-align: center;
	line-height: 60px;
	outline: none;
	border: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-freebj-hide{
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ddd', Direction=135, Strength=5);
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-freebj-hide ul{
	padding: 0 5px;
}
.index-freebj-hide ul li{
	margin: 5px 0;
}
.index-freebj-hide ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: center;
}
.index-freebj-hide ul .index-freebj-choose{
	background-color: #0E3EAD;
}
.index-freebj-hide ul .index-freebj-choose a{
	color: #fff;
}


.pub-nav{
	margin-top: 20px;
}
.pub-navlist{
	font-size: 16px;
	color: #393d49;
	line-height: 24px;
	margin-right: 10px;
	padding: 15px 0;
}
.pub-navlist a{
	display: block;
	font-size: 16px;
	color: #838383;
	line-height: 24px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: pointer;
}
.pub-navlist font{
	display: block;
	font-size: 16px;
	color: #838383;
	line-height: 24px;
	cursor: default;
}
.pub-navlist img{
	margin: 6px 13px;
}
.pub-navlist a:hover{
	color: #ffe300;
}


.dp-pub-paging{
	padding: 30px 0;
	margin: 30px 0 0;
	text-align: center;
}
.dp-pub-paging li{
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	font-size: 16px;
	color: #393d49;
	text-align: center;
	line-height: 46px;
	margin: 0 10px;
	background-color: #e4e4e4;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;  
	border-radius: 6px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: default;
}
.dp-pub-paging .dp_pub_choose{
	background-color: #000;
	color: #fff;
}
.dp-pub-paging li a{
	display: block;
	color: #393d49;
}
.dp-pub-paging li a:hover{
	color: #fff;
	cursor: pointer;
}
.dp-pub-paging .dp_pub_choose a{
	color: #fff;
}
.dp-pub-paging span{
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin: 0 10px;
	background-color: #cecece;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;  
	border-radius: 6px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: default;
}
.dp-pub-paging span i{
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-image: url('../image/toleft-paging.png');
	background-repeat: no-repeat;
	background-position: center;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/toleft-paging.png',sizingMethod='scale'); */
}
.dp-pub-paging .dp_pub_rightBtn i{
	background-image: url('../image/toright-paging.png');
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/toright-paging.png',sizingMethod='scale'); */
}
.dp-pub-paging span:hover{
	background-color: #0E3EAD;
	cursor: pointer;
}
.dp-pub-paging span img{
	display: inline-block;
	vertical-align: middle;
}
.dp-pub-paging font{
	display: inline-block;
	position: relative;
	padding: 0 20px;
	height: 46px;
	font-size: 16px;
	color: #393d49;
	text-align: center;
	line-height: 46px;
	margin: 0 10px;
	background-color: #e4e4e4;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;  
	border-radius: 6px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: default;
}
.dp-pub-paging font:hover{
	color: #fff;
	background-color: #000;
	cursor: pointer;
}
.dp-pub-paging li:hover{
	color: #fff;
	background-color: #000;
}
.dp-pub-paging span:hover{
	background-color: #000;
}
.pubNoList{
	text-align: center;
	line-height: 301px;
}

.pubNoSmall{
	text-align: center;
	line-height: 214px;
}
/* .pubNoSmall img{
	display: inline-block;
	vertical-align: middle;
} */
.pubNoImg{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.pubNoImg p{
	width: 100%;
	font-size: 12px;
	color: #bbb;
	text-align: center;
	line-height: 14px;
	margin-top: 16px;
	/* position: absolute;
	bottom: 0;
	left: 0; */
}
.pubNomini{
	text-align: center;
	line-height: 140px;
}