﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

li {
	list-style: 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;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

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;
}

html,
body {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}

b,
i {
	font-style: normal;
	font-weight: normal;
}

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 {
	text-decoration: none;
	outline: none;
}

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;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


/*================================================================================================*/


/*========================================公用header头==========================================*/

.header{
	background-color: #fff;
}

.header .container {
	height: 110px;
}

.logo {
	float: left;
	width: 237px;
	height: 47px;
	margin: 31px 0;
}

.logo img {
	width: 100%;
	height: 100%;
}

.load {
	position: relative;
	display: block;
	float: left;
	height: 26px;
	padding: 0 14px;
	margin: 42px 0 42px 16px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	box-sizing: border-box;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	cursor: pointer;
}

.load img {
	width: 12px;
	height: 14px;
	margin: 6px 0;
	float: left;
}

.load p {
	font-size: 14px;
	color: #0f0f0e;
	line-height: 24px;
	margin-left: 6px;
	float: left;
}

.nav {
	float: right;
}

.nav ul {
	overflow: hidden;
}

.nav ul li {
	position: relative;
	float: left;
	margin-left: 56px;
}

.ie7 .nav ul li.navlist1{
	width: 32px;
}

.ie7 .nav ul li.navlist2{
	width: 80px;
}

.ie7 .nav ul li.navlist3{
	width: 96px;
}

.ie7 .nav ul li.navlist4{
	width: 64px;
}

.nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	font-size: 16px;
	color: #0F0F0E;
	line-height: 90px;
	margin-top:20px;
}

.nav ul li a span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffe300;
	position: absolute;
	top: 66px;
	left: 0;
	display: none;
	z-index: 99;
}

.nav ul li a img {
	width: 16px;
	height: 9px;
	position: absolute;
	top: 24px;
	right: 0;
}

.nav ul li.navchoose a span {
	display: block;
}

.nav ul li a:hover>span {
	display: block;
}
.nav ul li a:hover {
	color: #ffe300;
}


/*========================================公用header头==========================================*/


/*========================================index页开始==========================================*/

.banner {
	height: 658px;
	position: relative;
	overflow: hidden;
}

.banner .stylelist{
	display: block;
	width: 63px;
	height: 131px;
	position: absolute;
	right: 290px;
	top: 0;
	z-index: 99;
}

.banner .container {
	height: 658px;
	width: 1700px;
	overflow: hidden;
}

.banner .swiper-slide img {
	width: 100%;
	height: 658px;
}

.banner .arrow-left {
	background: url(../image/arrowleft.png) no-repeat center;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -45px;
	width: 47px;
	height: 90px;
	z-index: 99;
}

.banner .arrow-right {
	background: url(../image/arrowright.png) no-repeat center;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -45px;
	width: 47px;
	height: 90px;
	z-index: 99;
}

.banner .arrow-right:hover{
	background-color: #606060;
}

.banner .arrow-left:hover{
	background-color: #606060;
}

.transit .container {
	position: relative;
	width: 1400px;
	height: 168px;
	background-color: #fff;
	padding: 32px 100px 0;
	top: -84px;
	box-shadow: 0 0 10px #ccc;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	z-index: 99;
}

.ie7 .transit .container {
	width: 1200px;
}

.transit h3 {
	overflow: hidden;
}

.transit h3 b {
	float: left;
	position: relative;
	padding-right: 25px;
	font-size: 30px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 30px;
	z-index: 2;
}

.transit h3 b span {
	display: block;
	width: 100%;
	height: 16px;
	background-color: #FFE300;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.transit h3 p {
	float: left;
	margin-left: 16px;
	font-size: 12px;
	color: #0F0F0E;
	line-height: 14px;
	margin-top: 16px;
}

.transit h3 p font {
	color: #d81e06;
}

.transit ul {
	margin-top: 24px;
}

.transit ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
}

.ie7 .transit ul li {
	margin-right: 25px;
}

.transit ul li label {
	display: block;
	float: left;
	width: 66px;
	font-size: 14px;
	color: #818181;
	line-height: 35px;
}

.transit ul li input {
	background-color: #f1f1f1;
	border: none;
	outline: none;
	height: 35px;
	font-size: 14px;
	color: #0F0F0E;
	line-height: 35px;
	padding: 0 12px;
}

.transit ul li input.transitshort {
	width: 130px;
}

.ie7 .transit ul li input.transitshort {
	width: 106px;
}

.transit ul li input.transitmid {
	width: 210px;
}

.ie7 .transit ul li input.transitmid {
	width: 186px;
}

.transit ul li input.transitlong {
	width: 250px;
}

.ie7 .transit ul li input.transitlong {
	width: 226px;
}

.transit ul li input.transitlast {
	width: 136px;
	background-color: #ffe300;
}

.ie7 .transit ul li input.transitlast {
	width: 112px;
	background-color: #ffe300;
}

.transit ul li font {
	display: block;
	font-size: 14px;
	color: #0F0F0E;
	line-height: 35px;
	position: absolute;
	right: 10px;
	top: 0;
}

.transit ul li img {
	width: 11px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}

.transit ul li .doormodel {
	width: 250px;
	position: absolute;
	right: 0;
	top: 35px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	display: none;
}

.ie7 .transit ul li .doormodel {
	width: 226px;
}

.transit ul li .doormodel dl {
	float: left;
	width: 19%;
   margin-left: 1%;
}

.transit ul li .doormodel dl dd {
	position: relative;
	display: block;
	height: 30px;
	font-size: 14px;
	color: #0F0F0E;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.transit ul li .doormodel dl dd.modelcolor {
	background-color: #ffe300;
	color: #fff;
	/* -moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px; */
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.hljtitle {
	position: relative;
	width: 440px;
	margin: 0 auto;
	z-index: 3;
}

.hljtitle h5 {
	font-size: 30px;
	color: #0f0f0e;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}

.hljtitle span {
	display: block;
	width: 565px;
	height: 5px;
	background-color: #ffe300;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.hljstylebox {
	margin-top: 60px;
	padding-bottom: 88px;
}

.hljstylebox ul {
	overflow: hidden;
}

.hljstylebox ul li {
	float: left;
	overflow: hidden;
}

.hljstylebox ul li.hljstylebig {
	width: 590px;
	height: 590px;
}

.hljstylebox ul li.hljstylemid {
	width: 590px;
	height: 240px;
	margin-left: 20px;
}

.hljstylebox ul li.hljstylesml {
	width: 285px;
	height: 330px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.hljstylebox ul li a {
	position: relative;
	display: block;
	z-index: 3;
}

.hljstylebox ul li a .hljstylepic .hljstylebg {
	width: 100%;
	height: 100%;
}

.hljstylebox ul li.hljstylebig a .hljstyletext {
	height: 98px;
	padding: 0 25px;
	width: 590px;
	position: absolute;
	bottom: -98px;
	left: 0;
	z-index: 5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ie7 .hljstylebox ul li.hljstylebig a .hljstyletext {
	width: 540px;
}

.hljstylebox ul li.hljstylebig a .hljstyletext span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: -1;
}

.hljstylebox ul li.hljstylebig a .hljstyletext h5 {
	font-size: 30px;
	color: #fff;
	line-height: 98px;
}

.hljstylebox ul li.hljstylebig a .hljstyletext h5 b {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
}

.hljstylebox ul li.hljstylebig a .hljstyletext h5 b em {
	font-size: 16px;
	color: #fff;
	margin: 0 10px;
}

.hljstylebox ul li.hljstylebig:hover> a .hljstyletext{
	bottom: 0;
}

.hljstylebox ul li.hljstylesml a .hljstyletext {
	height: 64px;
	padding: 0 16px;
	width: 285px;
	position: absolute;
	bottom: -64px;
	left: 0;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ie7 .hljstylebox ul li.hljstylesml a .hljstyletext {
	width: 253px;
}

.hljstylebox ul li.hljstylesml a .hljstyletext span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: -1;
}

.hljstylebox ul li.hljstylesml a .hljstyletext p {
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	float: left;
}

.hljstylebox ul li.hljstylesml a .hljstyletext font {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	float: right;
}

.hljstylebox ul li.hljstylesml:hover> a .hljstyletext{
	bottom: 0;
}

.hljstylebox ul li.hljstylemid a .hljstylemask {
	width: 590px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hljstylebox ul li.hljstylemid a .hljstylemask span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: -1;
}

.hljstylebox ul li.hljstylemid a .hljstylemask h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -55px;
	overflow: hidden;
}

.hljstylebox ul li.hljstylemid a .hljstylemask h6 em {
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	float: left;
}

.hljstylebox ul li.hljstylemid a .hljstylemask h6 img {
	width: 23px;
	height: 22px;
	float: left;
	margin-left: 6px;
}

.hljbgcolor {
	background-color: #fafafa;
	padding: 90px 0;
}

.hljstyleprice {
	padding: 60px 0 30px;
}

.hljstyleprice dd {
	width: 400px;
	height: 476px;
	float: left;
}

.hljstyleprice dd .hljpricebox {
	width: 400px;
	height: 476px;
	padding-top: 86px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.ie7 .hljstyleprice dd .hljpricebox {
	height: 390px;
}

.hljstyleprice dd .hljpricebox .hljpricepic {
	height: 72px;
}

.hljstyleprice dd .hljpricebox .hljpricepic img {
	height: 100%;
	margin: 0 auto;
	display: none;
}

.hljstyleprice dd .hljpricebox .hljpricepic img.hljprice01 {
	display: block;
}

.hljstyleprice dd .hljpricebox h5 {
	font-size: 26px;
	color: #818181;
	text-align: center;
	line-height: 70px;
	margin-top: 14px;
}

.hljstyleprice dd .hljpricebox span {
	display: block;
	width: 60px;
	height: 6px;
	background-color: #818181;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	margin: 0 auto;
}

.hljstyleprice dd .hljpricebox .hljpricetext {
	margin-top: 45px;
}

.hljstyleprice dd .hljpricebox .hljpricetext p {
	font-size: 16px;
	color: #818181;
	text-align: center;
	line-height: 28px;
}

.hljstyleprice dd:hover>.hljpricebox {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #ffe300 !important;
	z-index: 5;
}

.hljstyleprice dd:hover>.hljpricebox .hljpricepic img.hljprice01 {
	display: none;
}

.hljstyleprice dd:hover>.hljpricebox .hljpricepic img.hljprice1 {
	display: block;
}

.hljstyleprice dd:hover>.hljpricebox h5 {
	color: #0f0f0e;
}

.hljstyleprice dd:hover>.hljpricebox span {
	background-color: #0f0f0e;
}

.hljstyleprice dd:hover>.hljpricebox .hljpricetext p {
	color: #0f0f0e;
}

.hljbgcolor2 {
	background-color: #fff;
	padding-top: 90px;
	height: 676px;
}

.ie7 .hljbgcolor2 {
	height: 586px;
}

.hljcompany {
	margin-top: 56px;
	position: relative;
	padding-bottom: 100px;
	z-index: 9;
}

.myloopt {
	width: 1200px;
	height: 396px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
}

.hljcompany .swiper-slide {
	width: 300px;
	height: 396px;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

.hljcompany .swiper-slide a {
	display: block;
	height: 396px;
	padding-top: 38px;
	background-color: #fff;
}

.ie7 .hljcompany .swiper-slide a {
	height: 358px;
}

.hljcompany .swiper-slide a span {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	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://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);*/
}

.hljcompany .swiper-slide a span img {
	width: 100%;
	height: 100%;
}

.hljcompany .swiper-slide a h5 {
	font-size: 18px;
	color: #747474;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 24px;
	margin-bottom: 15px;
}

.hljcompany .swiper-slide a p {
	text-align: center;
	margin-bottom: 15px;
}

.hljcompany .swiper-slide a p .hljload {
	display: inline-block;
	width: 11px;
	height: 14px;
	vertical-align: middle;
}

.hljcompany .swiper-slide a p font {
	font-size: 12px;
	color: #414141;
	line-height: 14px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 7px;
}

.hljcompany .swiper-slide a p em {
	font-size: 12px;
	color: #535353;
	margin: 0 8px;
}

.hljcompany .swiper-slide a p .star {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}

.hljcompany .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 50px;
	width: 100%;
	z-index: 9;
}

.hljcompany .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 17px;
	height: 4px;
	border-radius: 2px;
	background-color: #313131;
	margin: 0 3px;
	cursor: pointer;
}

.hljcompany .pagination .swiper-active-switch {
	background-color: #ffe300;
}

.hljcompany .swiper-slide a:hover{
	background-color: #f6f6f6;
}

.hljcompany .swiper-slide a:hover>h5{
	color: #0f0f0e;
}

.hljbgcolor3 {
	background-color: #fafafa;
	padding: 80px 0;
}

.hljdecorate{
	margin-top: 55px;
}

.hljdecorate ul{
	overflow: hidden;
}

.hljdecorate ul li{
	position: relative;
	float: left;
	width: 400px;
	height: 180px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
	text-align: center;
	line-height: 180px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: default;
}

.ie7 .hljdecorate ul li{
	width: 399px;
}

.hljdecorate ul li.hljnoright{
	border-right: none;
}

.hljdecorate ul li.hljnobtm{
	border-bottom: none;
}

.hljdecorate ul li .hljdecorate-list{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.ie7 .hljdecorate ul li .hljdecorate-list{
	display: inline;
	margin-top: 60px;
}

.hljdecorate ul li .hljdecorate-list img{
	float: left;
}

.hljdecorate ul li .hljdecorate-list .hljdecoratext{
	float: left;
	margin-left: 20px;
}

.hljdecorate ul li .hljdecorate-list .hljdecoratext p{
	font-size: 18px;
	color: #5b5b5b;
	line-height: 30px;
	text-align: left;
}

.hljdecorate ul li .hljdecorate-list .hljdecoratext h6{
	font-size: 18px;
	color: #5b5b5b;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}

.hljdecorate ul li:hover{
	background-color: #ffe300;
}

.footer{
	height: 80px;
	background-color: #0f0f0e;
}

.footer .container{
	overflow: hidden;
}

.footer p,
.footer b{
	font-size: 12px;
	color: #b0b0b0;
	line-height: 80px;
	float: right;
}
.footer b a{
    font-size: 12px;
    color: #b0b0b0;
    line-height: 80px;
    margin-left:10px;
}
.footer p{
	float: left;
}

.resultwrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,.8);
	-pie-background: rgba(0,0,0,.8);
    behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.result{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 564px;
	height: 540px;
	margin-left: -282px;
	margin-top: -270px;
	padding: 36px 56px;
	background-color: #fff;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	overflow: hidden;
}
.result dl dd del{
	margin-left:10px;
	font-size:14px
}
.ie7 .result{
	width: 452px;
	height: 468px;
}

.result .closebtn{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 26px;
	top: 26px;
}

.result h3{
	overflow: hidden;
}

.result h3 p{
	position: relative;
	float: left;
	padding-right: 32px;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
	z-index: 5;
}

.result h3 p span{
	display: block;
	width: 100%;
	height: 20px;
	background-color: #ffe300;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.result h3 b{
	display: block;
	float: left;
	margin-left: 24px;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin-top: 14px;
}

.result h3 b font{
	font-size: 14px;
	color: #FFE300;
	font-family: arial;
	font-style: italic;
	margin: 0 4px;
}

.result h2{
	margin-top: 50px;
	padding-bottom: 10px;
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: 30px;
}

.result h2 em{
	display: inline-block;
	background-color: #ffe300;
	padding: 0 6px;
	margin: 0 14px;
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}

.result dl{
	overflow: hidden;
}

.result dl dd{
	position: relative;
	float: left;
	height: 50px;
	width: 213px;
	margin-right: 25px;
	margin-top: 16px;
	background-color: #f6f6f6;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	font-size: 14px;
	color: #434343;
	text-align: center;
	line-height: 50px;
}

.ie8 .result dl dd{
	width: 205px;
}

.result dl dd font{
	font-size: 24px;
	color: #000;
	margin: 0 10px;
}

.result dl dd.resultnone{
	margin-right: 0;
}

.result ol{
	margin-top: 24px;
	overflow: hidden;
}

.result ol li{
	float: left;
	margin: 0 20px;
	overflow: hidden;
}

.result ol li img{
	width: 14px;
	height: 14px;
	float: left;
	margin: 17px 0;
}

.result ol li p{
	font-size: 14px;
	color: #1296db;
	line-height: 48px;
	margin-left: 5px;
	float: left;
	white-space: nowrap;
}

.resultnow h4{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 48px;
}

.resultnow h4 img{
	width: 6px;
	height: 6px;
	float: left;
	margin: 21px 0;
}

.resultnow h4 p{
	font-size: 14px;
	color: #999;
	line-height: 48px;
	margin-left: 6px;
	float: left;
}

.resultnow .bd{
	padding: 0 30px;
	height: 90px;
}

.resultnow .bd li{
	display: block;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.resultnow .bd li font{
	display: block;
	float: left;
	width: 70px;
	text-align: left;
}

.resultnow .bd li em{
	display: block;
	float: left;
	width: 66px;
	text-align: right;
}

.resultnow .bd li span{
	display: block;
	float: left;
	width: 140px;
	text-align: right;
}

.resultnow .bd li i{
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}


.noscroll{
	position: fixed;
	overflow: hidden;
}

.choosecity-wrap{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	-pie-background: rgba(0,0,0,.8);
    behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.choosecity-box{
	width: 1200px;
	height: 634px;
	padding: 70px 60px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -317px;
	background-color: #fff;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.choosecity-box .closebtn{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	top: 20px;
}

.choosecity-search{
	position: relative;
	height: 36px;
	padding: 0 24px;
}

.choosecity-search p{
	display: block;
	float: left;
	width: 164px;
	border-right: 1px solid #898989;
	box-sizing: border-box;
	overflow: hidden;
}

.choosecity-search p font{
	display: block;
	float: left;
	font-size: 16px;
	color: #898989;
	line-height: 36px;
}

.choosecity-search p a{
	display: block;
	float: left;
	margin-left: 12px;
	padding: 0 12px;
	height: 36px;
	font-size: 22px;
	color: #000;
	line-height: 36px;
	background-color: #ffe300;
}

.choosecity-search b{
	display: block;
	float: left;
	height: 36px;
	margin-left: 20px;
}

.choosecity-search b font{
	display: block;
	float: left;
	font-size: 14px;
	color: #898989;
	line-height: 36px;
}

.choosecity-search b select{
	position: relative;
	display: block;
	float: left;
	width: 145px;
	height: 28px;
	margin-right: 12px;
	margin-top: 4px;
	outline: none;
	border: 1px solid #898989;
	box-sizing: border-box;
	font-size: 14px;
	color: #898989;
	line-height: 36px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.choosecity-search b button{
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin: 4px 0;
	outline: none;
	border: none;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 28px;
	background-color: #ffe300;
}

.choosecity-search .searchbox{
	overflow: hidden;
	margin-left: 45px;
	float: left;
}

.choosecity-search .searchbox input{
	display: block;
	float: left;
	width: 145px;
	height: 28px;
	margin: 4px 0;
	outline: none;
	border: 1px solid #898989;
	font-size: 14px;
	color: #898989;
	line-height: 28px;
	padding: 0 10px;
}

.ie7 .choosecity-search .searchbox input{
	width: 125px;
}

.choosecity-search .searchbox a{
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin: 4px 0 0 20px;
	background-color: #ffe300;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 28px;
}

.choosecity-hot{
	padding: 20px 24px;
	overflow: hidden;
}

.choosecity-hot p{
	float: left;
	height: 30px;
	font-size: 14px;
	color: #787878;
	line-height: 30px;
}

.choosecity-hot ul{
	float: left;
	height: 30px;
	overflow: hidden;
}

.choosecity-hot ul li{
	float: left;
	margin-right: 6px;
}

.choosecity-hot ul li a{
	display: block;
	padding: 0 8px;
	font-size: 14px;
	color: #787878;
	line-height: 30px;
}

.choosecity-hot ul li a:hover{
	color: #333;
}

.choosecity-py{
	background-color: #f6f6f6;
	height: 46px;
	padding: 0 24px;
}

.choosecity-py p{
	float: left;
	font-size: 14px;
	color: #787878;
	line-height: 46px;
}

.choosecity-py ul{
	float: right;
	height: 46px;
	overflow: hidden;
}

.choosecity-py ul li{
	float: left;
	width: 32px;
	margin-right: 6px;
}

.choosecity-py ul li a{
	display: block;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #7f8080;
}

.choosecity-py ul li.pycolor a{
	background-color: #ffe300;
	color: #000;
}

.choosecity-list{
	padding-top: 32px;
	height: 350px;
	overflow-y: scroll;
}

.ie7 .choosecity-list{
	height: 318px;
}

.choosecity-list .choosecity-now{
	overflow: hidden;
	margin-bottom: 20px;
}

.choosecity-list .choosecity-now span{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background-color: #ccc;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}

.choosecity-list .nowcolor span{
	background-color: #ffe300;
	color: #333;
}

.choosecity-list .choosecity-now ul{
	float: left;
	overflow: hidden;
	width: 1000px;
}

.choosecity-list .choosecity-now ul li{
	float: left;
	margin: 0 11px;
}

.choosecity-list .choosecity-now ul li a{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 28px;
}



/*========================================index页结束==========================================*/



/*========================================效果图页开始==========================================*/

.rending-wrap{
	border-top: 2px solid #f6f6f6;
}

.rending-nav{
	padding-top: 5px;
}

.rending-now{
	padding: 20px 0;
}

.rending-now ul{
	overflow: hidden;
	padding-left: 10px;
}

.rending-now ul li{
	float: left;
	font-size: 14px;
	color: #232323;
	line-height: 40px;
	margin-right: 7px;
}

.rending-now ul li img{
	width: 6px;
	height: 6px;
	margin: 17px 0;
}

.rending-now ul li a{
	font-size: 14px;
	color: #232323;
	line-height: 40px;
}

.rending-navbar{
	padding-left: 10px;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	overflow: hidden;
}

.rending-navbar p{
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	float: left;
	margin: 12px 0;
}

.rending-navbar ul{
	float: left;
	overflow: hidden;
	max-width: 1148px;
}

.rending-navbar ul li{
	position: relative;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding: 0 6px;
	margin: 12px 0 12px 10px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.rending-navbar ul li.rending-color{
	background-color: #ffe300;
}

.rending-navbar ul li:hover{
	background-color: #ffe300;
}

.rending-box{
	padding-top: 28px;
	padding-bottom: 100px;
}

.rending-title{
	border-bottom: 1px solid #dfdfdf;
	height: 38px;
	box-sizing: border-box;
	overflow: hidden;
} 

.rending-title p{
	float: left;
	padding: 0 12px;
	background-color: #ffe300;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	margin: 8px 0;
}

.rending-title b{
	float: left;
	margin: 8px 0 8px 22px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
}

.rending-text{
	padding: 18px 10px;
}

.rending-text p{
	font-size: 12px;
	color: #818181;
	line-height: 22px;
}

.rending-water{
	padding-top: 10px;
}

#div1{
	position: relative;
	margin: 0 auto;
}

.box{
	width: 285px;
	border: 1px solid #fff;
}

.box a{
	display: block;
	width: 100%;
	position: relative;
}

.box a img{
	width: 285px;
}

.box a .watertext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(../image/waterbg.png) repeat-x bottom;
	display: none;
}

.box a .watertext .waterleft{
	float: left;
	padding-left: 20px;
	margin-top: 5px;
}

.box a .watertext  p{
	padding-left: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.box a .watertext .waterleft dl{
	overflow: hidden;
}

.box a .watertext .waterleft dl dd{
	position: relative;
	float: left;
	margin-right: 4px;
	padding: 0 8px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	border: 1px solid #ffe300;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.box a .watertext .wateright{
	float: right;
	width: 50px;
	height: 20px;
	margin-right: 20px;
	/* background: url(../images/heart.png) no-repeat center; */
}
.box a .watertext .wateright img{
	margin-top:8px;
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 5px;
}
.box a .watertext .wateright span{
	float: right;
	width:30px;
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
}



.box a:hover>.watertext{
	display: block;
}

#waterfall-loading{
	display: none;
}

.pages{
	width: 534px;
	margin: 80px auto 0;
	overflow: hidden;
}

.pages .page-first,
.pages .page-last{
	display: block;
	float: left;
	width: 60px;
	height: 45px;
	background-color: #ccc;
	font-size: 14px;
	color: #0F0F0E;
	text-align: center;
	line-height: 45px;
	margin: 0 9px;
}

.pages ul{
	float: left;
	height: 45px;
	width: 378px;
	overflow: hidden;
	vertical-align: middle;
}

.pages ul li{
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background-color: #ccc;
	margin: 0 9px;
}

.pages ul li a{
	display: block;
	width: 45px;
	height: 45px;
	font-size: 14px;
	color: #0F0F0E;
	text-align: center;
	line-height: 45px;
}

.pages ul li.pagecolor{
	background-color: #ffe300;
}

.pages ul li:hover{
	background-color: #ffe300;
}
/*========================================效果图页介绍==========================================*/



/*========================================关于我们页开始==========================================*/

.aboutbanner{
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 447px;
	overflow: hidden;
}

.aboutbanner img{
	width: 1920px;
	height: 447px;
	max-width: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.aboutitle{
	background-color: #fff;
	padding-top: 14px;
}

.aboutitle ul{
	overflow: hidden;
}

.aboutitle ul li{
	float: left;
	font-size: 14px;
	color: #232323;
	line-height: 72px;
	margin-right: 8px;
}

.aboutitle ul li img{
	width: 6px;
	height: 6px;
	margin: 33px 0 33px 8px;
}

.aboutitle ul li a{
	font-size: 14px;
	color: #232323;
	line-height: 72px;
}

.aboutitle h3{
	font-size: 30px;
	color: #1b1d1d;
	line-height: 76px;
	padding-left: 45px;
}

.aboutmain{
	background-color: #f6f6f6;
	padding: 25px 0 45px;
}

.aboutmain .container{
	position: relative;
}

.aboutmain .container img{
	width: 482px;
	height: 299px;
	position: absolute;
	right: 45px;
	top: -60px;
}

.aboutmain .aboutext{
	width: 600px;
	padding-left: 45px;
}

.ie7 .aboutmain .aboutext{
	width: 555px;
}

.aboutmain .aboutext p{
	font-size: 16px;
	color: #1B1D1D;
	line-height: 38px;
	margin-bottom: 30px;
}

.aboutmain .aboutext h6{
	font-size: 16px;
	color: #797979;
	font-family: arial;
	letter-spacing: 45px;
	padding-top: 30px;
}

.aboutmain .aboutext h3{
	font-size: 30px;
	color: #1b1d1d;
	line-height: 76px;
}

.aboutmain .aboutext dl dd{
	font-size: 16px;
	color: #1B1D1D;
	line-height: 40px;
}

/*========================================关于我们页结束==========================================*/




/*========================================公司排名页开始==========================================*/

.companywrap{
	border-top: 2px solid #f6f6f6;
	padding-top: 8px;
	padding-bottom: 70px;
}

.company-subnav{
	overflow: hidden;
}

.company-subnav li{
	float: left;
	font-size: 14px;
    color: #232323;
    line-height: 72px;
    margin-right: 8px;
}

.company-subnav li img{
	width: 6px;
    height: 6px;
    margin: 33px 0 33px 8px;
}

.company-subnav li a{
	font-size: 14px;
    color: #232323;
    line-height: 72px;
}

.company-choose{
	padding: 0 10px;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 25px;
}

.company-choose p{
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 44px;
}

.company-choose ul{
	float: left;
	overflow: hidden;
	max-width: 1134px;
}

.company-choose ul li{
	float: left;
	margin: 12px 0 12px 10px;
}

.company-choose ul li a{
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding: 0 10px;
}

.company-chooselist{
	position: relative;
	background-color: #f6f6f6;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius:  5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	overflow: hidden;
	margin-bottom: 25px;
}

.company-chooselist p{
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.company-chooselist ul{
	overflow: hidden;
	float: left;
	margin: 5px 0 5px 12px;5
}

.company-chooselist ul li{
	position: relative;
	float: left;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	background-color: #ffe300;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius:  2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}
.company-choose ul li.rending-color{
	background-color: #ffe300;
}
.company-choose ul li:hover{
	background-color: #ffe300;
}
.company-chooselist ul li b{
	font-size: 12px;
	color: #333;
	line-height: 20px;
	float: left;
}

.company-chooselist ul li img{
	width: 10px;
	height: 10px;
	margin: 5px 0 5px 10px;
	float: left;
}


.company-sort{
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.company-sort ul{
	overflow: hidden;
	padding: 8px 0;
}

.company-sort ul li{
	float: left;
	margin-right: 12px;
}

.company-sort ul li a{
	position: relative;
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding: 0 10px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius:  2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.company-sort ul li.sortchoose{
	background-color: #ffe300;
}

.company-box ul{
	overflow: hidden;
}

.company-list{
	background-color: #f6f6f6;
	padding: 0 40px 34px;
	margin-top: 45px;
}

.company-top{
	padding: 24px 0;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
}

.company-top .company-logo{
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	background-color: #fff;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;
	border-radius: 50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	overflow: hidden;
}

.company-top .company-name{
	float: left;
	margin-left: 30px;
}

.company-top .company-name h5{
	overflow: hidden;
}

.company-top .company-name h5 font{
	display: block;
	float: left;
	font-size: 20px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 48px;
	margin-right: 30px;
}

.company-top .company-name h5 img{
	float: left;
	height: 21px;
	width: auto;
	margin: 14px 10px 13px 0;
}

.company-top .company-name dl{
	overflow: hidden;
}

.company-top .company-name dl dd{
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.company-top .company-name dl dd span{
	display: block;
	overflow: hidden;
	margin: 4px 0;
}

.company-top .company-name dl dd span img{
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
}

.company-top .company-name dl dd font{
	display: block;
	float: left;
	font-size: 14px;
	color: #525252;
	line-height: 20px;
	white-space: nowrap;
}

.company-top .company-name dl dd i{
	float: left;
}

.company-top .company-name dl dd i img{
	width: 17px;
	height: 11px;
	margin: 5px 6px 4px 0;
}

.company-top .company-load{
	overflow: hidden;
}

.company-top .company-load img{
	width: 12px;
	height: 14px;
	float: left;
	margin: 14px 10px 14px 0;
}

.company-top .company-load font{
	font-size: 14px;
	color: #0F0F0E;
	line-height: 42px;
	float: left;
}

.company-top .company-btn{
	float: right;
	overflow: hidden;
	margin: 35px 0;
}

.company-top .company-btn a{
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-left: 22px;
	cursor: pointer;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.company-top .company-btn a.btn1{
	background-color: #ffe300;
	color: #000;
}

.company-top .company-btn a.btn2{
	background-color: #000;
	color: #ffe300;
}

.company-mid{
	padding: 30px 10px;
	overflow: hidden;
}

.company-mid span{
	position: relative;
	display: block;
	float: left;
	width: 85px;
	height: 26px;
	background-color: #000;
	font-size: 12px;
	color: #FFE300;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.company-mid p{
	width: 990px;
	height: 66px;
	font-size: 12px;
	color: #2c2c2c;
	line-height: 22px;
	float: left;
	margin-left: 22px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	overflow: hidden;
	cursor: pointer;
}

.company-mid b{
	display: block;
	font-size: 12px;
	color: #e30000;
	line-height: 22px;
	text-align: right;
	float: right;
	cursor: pointer;
}

.company-mid b.company2{
	display: none;
}

.company-btm{
	background-color: #fff;
	height: 58px;
	padding: 0 24px;
	overflow: hidden;
}

.company-btm span{
	display: block;
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 58px;
}

.company-btm .company-last{
	float: left;
	width: 960px;
	margin-left: 22px;
	overflow: hidden;
	cursor: default;
}

.company-btm .company-last i{
	display: block;
	float: left;
	overflow: hidden;
}

.company-btm .company-last i img{
	width: 30px;
	height: 30px;
	margin: 14px 10px 14px 0;
	position: relative;
	float: left;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.company-btm .company-last i em{
	font-size: 12px;
	color: #0F0F0E;
	line-height: 58px;
	white-space: nowrap;
	float: left;
}

.company-btm .company-last p{
	float: left;
	width: 836px;
	font-size: 12px;
	color: #606060;
	line-height: 58px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.contactwrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-pie-background: rgba(0,0,0,.8);
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	z-index: 999;
	display: none;
}

.contactbox{
	width: 420px;
	height: 306px;
	background-color: #fff;
	padding-top: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -210px;
}

.ie7 .contactbox{
	height: 270px;
}

.contactbox h3{
	position: relative;
	font-size: 25px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.contactbox h3 span{
	font-size: 25px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 30px;
	background-color: #ffe300;
}

.contactbox p{
	font-size: 14px;
	color: #5d5d5b;
	line-height: 44px;
	text-align: center;
}

.contactbox p font{
	color: #0f0f0e;
}

.contactbox .contact-ipt{
	width: 300px;
	height: 44px;
	margin: 17px auto 0;
}

.contactbox input{
	display: block;
	width: 300px;
	height: 44px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #494949;
	text-align: center;
	line-height: 44px;
}

.contactbox button{
	display: block;
	width: 300px;
	height: 44px;
	border: none;
	outline: none;
	background-color: #FFE300;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	position: relative;
	cursor: pointer;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-webkit-border-radius: 5px;
	-ms-border-radius:5px;  
	border-radius:5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.contactbox b{
	display: block;
	font-size: 12px;
	color: #c7c6c6;
	line-height: 42px;
	text-align: center;
}

.contactbox .closebtn{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.lookforwrap{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	-pie-background: rgba(0,0,0,.8);
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	z-index: 999;
	display: none;
}

.lookforbox{
	width: 700px;
	height: 456px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	/*margin-left: -350px;*/
	margin-left: -200px;
	margin-top: -228px;
	padding: 46px 53px;
	overflow: hidden;
}

.ie7 .lookforbox{
	width: 594px;
	height: 364px;
}

.lookforbox .lookforleft{
	float: left;
	width: 261px;
	height: 363px;
}

.lookforbox .lookforleft img{
	width: 100%;
	height: 100%;
}

.lookforbox .lookforight{
	float: right;
	width: 300px;
}

.lookforbox .lookforight h3{
	font-size: 25px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 32px;
	padding-left: 4px;
}

.lookforbox .lookforight h3 span{
	font-size: 25px;
	color: #0F0F0E;
	font-weight: bold;
	line-height: 32px;
	background-color: #ffe300;
}

.lookforbox .lookforight p{
	font-size: 14px;
	color: #5D5D5B;
	padding-left: 4px;
	line-height: 30px;
}

.lookforbox .lookforight p font{
	color: #0f0f0e;
}

.lookforbox .lookforight .lookfoript{
	position: relative;
	margin-top: 14px;
}

.lookforbox .lookforight .lookfoript input{
	display: block;
	width: 300px;
	height: 44px;
	outline: none;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	font-size: 14px;
	color: #494949;
	line-height: 44px;
	padding: 0 18px;
}

.ie7 .lookforbox .lookforight .lookfoript input{
	width: 264px;
}

.lookforbox .lookforight .lookfoript label{
	font-size: 14px;
	color: #494949;
	line-height: 44px;
	position: absolute;
	right: 15px;
	top: 0;
}

.lookforbox .lookforight .lookfor-choose{
	overflow: hidden;
}

.lookforbox .lookforight .lookfor-choose label{
	display: block;
	float: left;
	width: 33.3333%;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 54px;
}

.lookforbox .lookforight .lookfor-choose label input{
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.lookforbox .lookforight button{
	position: relative;
	display: block;
	width: 300px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #ffe300;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-webkit-border-radius: 5px;
	-ms-border-radius:5px;  
	border-radius:5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.lookforbox .lookforight b{
	display: block;
	font-size: 12px;
	color: #C7C6C6;
	line-height: 16px;
	margin-top: 15px;
}

.lookforbox .closebtn{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
/*========================================公司排名页结束==========================================*/



/*========================================风格测试页开始==========================================*/

.styleban{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 657px;
	position: relative;
	overflow: hidden;
}

.styleban img{
	width: 1920px;
	height: 657px;
	max-width: none;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}




.style-testsbox{
	height: 682px;
	padding-top: 100px;
	/*background: url(../images/styletests-bg.jpg) repeat-x center;*/
}

.style-testswrap{
	position: relative;
	height: 600px;
	padding-top: 100px;
	background-color: #fff;
	/*border: 7px solid #eaeaea;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;  
	border-radius: 50px;
	box-sizing: border-box;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);*/
}

.ie7 .style-testswrap{
	height: 500px;
}

.style-testswrap .style-testslist{
	display: none;
}

.style-testswrap .listshow{
	display: block;
}

/*.style-testswrap .style-title{
	text-align: center;
	margin-top: -33px;
}

.style-testswrap .style-title p{
	position: relative;
	display: inline-block;
	height: 66px;
	padding-bottom: 6px;
	font-size: 30px;
	color: #322d19;
	line-height: 60px;
	font-weight: 700;
	padding: 0 40px;
	background-color: #d5b212;
	z-index: 9;
	-moz-border-radius: 33px;
	-o-border-radius: 33px;
	-webkit-border-radius: 33px;
	-ms-border-radius: 33px;  
	border-radius:33px;
	box-sizing: border-box;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.ie7 .style-testswrap .style-title p{
	max-width: 680px;
}

.style-testswrap .style-title p i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: -1;
	background-color: #ffe011;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;  
	border-radius:30px;
	box-sizing: border-box;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.style-testswrap .style-title p img{
	position: absolute;
	left: -30px;
	top: 0;
}*/

.style-testswrap .style-pages{
	padding: 0 96px;
	overflow: hidden;
}

.style-testswrap .style-pages p{
	text-align: center;
	font-size: 26px;
	color: #787672;
	line-height: 70px;
	overflow: hidden;
}

.style-testswrap .style-pages p span{
	display: inline-block;
	font-size: 36px;
	color: #fff;
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background: url(../image/stylebg2.png) no-repeat center;
	line-height: 48px;
}

.style-testswrap .style-pages p b{
	display: inline-block;
	font-size: 26px;
	color: #787672;
	line-height: 70px;
	margin-left: 6px;
}


.style-testswrap .style-pages font{
	display: block;
	font-size: 23px;
	color: #333;
	line-height: 23px;
	text-align: center;
}
/*.style-testswrap .style-pages p i{
	display: inline-block;
	margin-left: 15px;
}

.style-testswrap .style-pages p i img{
	display: inline-block;
}*/

.style-testswrap ul{
	overflow: hidden;
}

.style-testswrap ul li{
	float: left;
}

.style-testswrap .style-pic{
	padding: 0 96px;
	margin-top: 30px;
}

.style-testswrap .style-pic li{
	width: 176px;
	height: 161px;
	margin-left: 96px; 
	text-align: center;
}

.style-testswrap .style-pic li span{
	display: inline-block;
	height: 100%;
	line-height: 161px;
}

.style-testswrap .style-pic li span img{
	display: inline-block;
	vertical-align: middle;
}

.style-testswrap dl{
	overflow: hidden;
}

.style-testswrap dl dd{
	float: left;
}

.style-testswrap .style-text{
	padding: 0 96px;
}

.style-testswrap .style-text dd{
	float: left;
	width: 176px;
	text-align: center;
	line-height: 120px;
	margin-left: 96px;
}

.style-testswrap .style-text dd span{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../image/style-circle.png) no-repeat center;
	margin-bottom: -10px;
	position: relative;
}

.ie7 .style-testswrap .style-text dd span{
	margin: 0;
	top: 6px;
}

.style-testswrap .style-text dd span img{
	width: 26px;
	height: 26px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.style-testswrap .style-text dd b{
	display: inline-block;
	font-size: 26px;
	color: #322d19;
	margin-left: 10px;
	vertical-align: middle;
}

.style-testswrap .style-btn{
	padding: 0 96px;
	text-align: center;
}

.style-testswrap .style-btn span{
	display: inline-block;
	width: 187px;
	height: 63px;
	background: url(../image/style-next.png) no-repeat center;
	font-size: 28px;
	color: #ff6611;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.style-testswrap .style-btn .prev{
	background: url(../image/style-prev.png) no-repeat center;
	color: #fff;
	margin-right: 74px
}

.style-testswrap .style-age{
	padding: 0 230px;
}

.style-testswrap .style-age dd{
	width: 242px;
	margin-left: 0;
}

.style-testswrap .style-people{
	padding: 0 230px;
	margin-top: 40px;
}

.style-testswrap .style-people li{
	width: 363px;
	height: 170px;
	text-align: center;
}

.style-testswrap .style-people li span{
	display: block;
	height: 120px;
	line-height: 120px;
	text-align: center;
}

.style-testswrap .style-people li span img{
	display: inline-block;
	vertical-align: middle;
}

.style-testswrap .style-people li .style-gender{
	display: inline-block;
	line-height: 50px;
	/*margin-left: 25px;*/
	text-align: center;
}

.style-testswrap .style-people li .style-gender i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../image/style-circle.png) no-repeat center;
	margin-bottom: -10px;
	position: relative;
}

.style-testswrap .style-people li .style-gender i img{
	width: 26px;
	height: 26px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.style-testswrap .style-people li .style-gender b{
	display: inline-block;
	font-size: 26px;
	color: #322d19;
	margin-left: 10px;
	vertical-align: middle;
}

.ie7 .style-testswrap .style-people li .style-gender i{
	top: 8px;
}

.style-testswrap .style-where{
	padding: 0 84px;
	margin-top: 50px;
}

.style-testswrap .style-where li{
	width: 174px;
	height: 154px;
	margin-left: 112px;
}

.style-testswrap .style-where li span{
	display: block;
	position: relative;
	width: 174px;
	height: 154px;
	/*border: 1px solid #fff;*/
	overflow: hidden;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;  
	border-radius: 10px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.style-testswrap .style-where li span img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;  
	border-radius: 10px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.style-testswrap .style-place{
	padding: 0 84px;
}

.style-testswrap .style-place dd{
	width: 146px;
	margin-left: 144px;
}

.style-testswrap .style-animal{
	padding: 0 58px;
	margin-top: 60px;
}

.style-testswrap .style-animal li{
	width: 123px;
	height: 123px;
	margin-left: 66px;
}

.style-testswrap .style-animal li span{
	display: block;
	position: relative;
	width: 123px;
	height: 123px;
	border: 1px solid #fff;
	overflow: hidden;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc)
}

.style-testswrap .style-animal li span img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.style-testswrap .style-last{
	padding: 0 58px;
}

.style-testswrap .style-last dd{
	width: 123px;
	margin-left: 66px;
}



.style-testswrap ul .style-none{
	margin-left: 0;
}

.style-testswrap dl .style-none{
	margin-left: 0
}

.style-form{
	width: 440px;
	margin: 0 auto;
}

.style-ipt{
	position: relative;
	height: 56px;
	margin-top: 26px;
}

.style-ipt input{
	position: relative;
	width: 440px;
	height: 56px;
	outline: none;
	border: none;
	font-size: 20px;
	color: #0e0e0e;
	line-height: 56px;
	padding: 0 20px;
	background-color: #ffe73e;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;  
	border-radius: 8px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}
.style-ipt select{
	position: relative;
	width: 200px;
	height: 56px;
	outline: none;
	border: none;
	font-size: 20px;
	color: #0e0e0e;
	line-height: 56px;
	padding: 0 20px;
	background-color: #ffe73e;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;  
	border-radius: 8px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	background: url("../image/select.png") no-repeat 90% center;
	background-color: #ffe73e;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ie7 .style-ipt input{
	width: 400px;
}

.style-ipt label{
	font-size: 20px;
	color: #0e0e0e;
	line-height: 56px;
	position: absolute;
	right: 16px;
	top: 0;
}

.style-ipt .style-iptbox{
	width: 200px;
}

.style-ipt .style-iptbox input{
	width: 200px;
}

.ie7 .style-ipt .style-iptbox input{
	width: 160px;
}

.style-ipt .ipt-btn{
	width: 50%;
}

.style-ipt .ipt-btn input{
	width: 148px;
	display: block;
	margin: 0 auto;
}

.style-ipt .ipt-btn input.ipt-color{
	background-color: #dbdbdb;
}

/*========================================风格测试页结束==========================================*/


/*========================================免费设计页开始==========================================*/

.freewrap{
	padding-top: 25px;
}

.freetitle{
	overflow: hidden;
}

.freetitle h3{
	float: left;
	line-height: 148px;
}

.freetitle h3 img{
	float: left;
	width: 18px;
	height: 18px;
	margin: 65px 0;
}

.freetitle h3 font{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 148px;
	margin-left: 18px;
}

.freetitle b{
	float: right;
	font-size: 12px;
	font-family: arial;
	color: #797979;
	line-height: 30px;
	letter-spacing: 20px;
	margin-top: 70px;
	text-align: right;
	text-transform: uppercase;
}

.freetitle b span{
	display: inline-block;
	background-color: #e2edff;;
	padding-left: 10px;
	height: 30px;
}

.service{
	padding-bottom: 115px;
}

.service ul{
	padding-top: 25px;
	overflow: hidden;
}

.service ul li{
	float: left;
	width: 300px;
	height: 300px;
	padding-top: 68px;
	position: relative;
	background-color: #fafafa;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ie7 .service ul li{
	height: 232px;
}

.service ul li span{
	display: block;
	width: 69px;
	height: 70px;
	margin: 0 auto;
}

.service ul li span img{
	margin: 0 auto;
	display: none;
}

.service ul li span img.free1{
	display: block;
}

.service ul li p{
	font-size: 16px;
	color: #818181;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.service ul li b{
	display: block;
	font-size: 16px;
	color: #818181;
	line-height: 40px;
	text-align: center;
}

.service ul li i{
	width: 34px;
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 34px;
	display: none;
}

.service ul li:hover{
	background-color: #7fb0ff;
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
}

.service ul li:hover>span .free1{
	display: none;
}

.service ul li:hover>span .free2{
	display: block;
}

.service ul li:hover>p{
	color: #000;
}

.service ul li:hover>b{
	color: #000;
}

.service ul li:hover>i{
	display: block;
}

.savewrap{
	padding-top: 25px;
	padding-bottom: 154px;
}

.savewrap ul{
	overflow: hidden;
	padding: 0 56px;
}

.savewrap ul li{
	float: left;
	width: 314px;
	height: 314px;
	margin-right: 72px;
}

.savewrap ul li img{
	width: 100%;
	height: 100%;
}

.pkwrap{
	position: relative;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;  
	border-radius: 35px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.pkwrap .pkleft{
	width: 45%;
	float: left;
	height: 70px;
	background-color: #ffe73e;
	font-size: 25px;
	font-weight: bold;
	color: #131313;
	line-height: 70px;
	text-align: center;
}

.pkwrap .pkmid{
	height: 70px;
	width: 10%;
	float: left;
	background-color: #f6f6f6;
	font-family: arial;
	font-size: 60px;
	color: #797979;
	text-align: center;
	line-height: 70px;
}

.pkwrap .pkright{
	width: 45%;
	float: left;
	height: 70px;
	background-color: #ddd;
	font-size: 25px;
	font-weight: bold;
	color: #5c5c5c;
	line-height: 70px;
	text-align: center;
}

.pkbox{
	width: 950px;
	padding: 36px 0 50px;
	margin: 0 auto;
	background-color: #f6f6f6;
}

.pkbox li{
	height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

.pkbox li .pkboxl{
	width: 40%;
	float: left;
	overflow: hidden;
}

.pkbox li .pkboxl img{
	width: 24px;
	height: 24px;
	float: right;
	margin: 18px 0;
}

.pkbox li .pkboxl p{
	float: right;
	font-size: 16px;
	color: #797979;
	line-height: 60px;
	margin-right: 18px;
}

.pkbox li .pkboxm{
	width: 20%;
	float: left;
	font-size: 16px;
	color: #797979;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
}

.pkbox li .pkboxr{
	width: 40%;
	float: left;
	overflow: hidden;
}

.pkbox li .pkboxr img{
	width: 24px;
	height: 24px;
	float: left;
	margin: 18px 0;
}

.pkbox li .pkboxr p{
	float: left;
	font-size: 16px;
	color: #797979;
	line-height: 60px;
	margin-left: 18px;
}

.freecase{
	overflow: hidden;
}

.caseleft{
	float: left;
	width: 812px;
}

.caseleft ul{
	overflow: hidden;
}

.caseleft ul li{
	position: relative;
	float: left;
	width: 376px;
	height: 290px;
	margin-right: 30px;
	margin-bottom: 28px;
}

.caseleft ul li a{
	display: block;
}

.caseleft ul li a img{
	width: 376px;
	height: 290px;
}

.caseleft ul li a p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: rgba(0,0,0,.4);
	-pie-background: rgba(0,0,0,.4);
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.caseleft ul li a p font{
	font-size: 14px;
	color: #fff;
    padding: 0 10px;
}

.caseleft ul li:hover>a p font{
	background-color: #7fb0ff;
	color: #1b1d1d;
}

.caseright{
	float: right;
	width: 368px;
	height: 611px;
	padding: 210px 40px 0;
	background: url(../image/casebg.jpg) no-repeat center;
}

.ie7 .caseright{
	height: 401px;
	width: 288px;
}

.caseright h5{
	overflow: hidden;
	line-height: 48px;
	text-align: center;
}

.caseright h5 font{
	display: inline-block;
	font-size: 14px;
	color: #0e5a7c;
	margin: 0 10px;
}

.caseright h5 span{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 36px;
	background-color: #ffda36;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #0e5a7c;
	margin: 0 2px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.caseform{
	overflow: hidden;
}

.casebox{
	margin-top: 20px;
	position: relative;
}

.casebox input{
	width: 288px;
	height: 40px;
	outline: none;
	border: none;
	background-color: #fff;
	padding: 0 25px;
	font-size: 14px;
	color: #303030;
	line-height: 40px;
}

.ie7 .casebox input{
	width: 258px;
}

.casebox img{
	width: 11px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}

.casesub{
	padding-bottom: 20px;
	position: relative;
}

.casebtn{
	display: block;
	width: 288px;
	height: 40px;
	background-color: #ffe73e;
	font-size: 14px;
	color: #0e5a7b;
	text-align: center;
	line-height: 40px;
	margin-top: 38px;
}

.casesub img{
	width: 44px;
	height: 37px;
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 999;
}

.caseright p{
	font-size: 12px;
	color: #0E5A7B;
	line-height: 22px;
	text-align: center;
}

.freelast{
	height: 150px;
	background-color: #ffe300;
}

.freelast ul{
	padding: 52px 0;
	overflow: hidden;
}

.freelast ul li{
	float: left;
	width: 200px;
	overflow: hidden;
	cursor: default;
}

.freelast ul li span{
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	line-height: 46px;
}

.freelast ul li span img{
	display: inline-block;
	vertical-align: middle;
	line-height: 46px;
}

.freelast ul li span img.lookone{
	display: none;
}

.freelast ul li .freetext{
	float: left;
	margin-left: 10px;
}

.freelast ul li .freetext p{
	font-size: 12px;
	color: #5b5b5b;
	line-height: 20px;
}

.freelast ul li .freetext b{
	display: block;
	font-size: 18px;
	color: #5b5b5b;
	line-height: 24px;
	font-weight: bold;
}

.freelast ul li:hover>span img{
	display: none;
}

.freelast ul li:hover>span .lookone{
	display: inline-block;
}

.freelast ul li:hover>.freetext p{
	color: #0f0f0e;
}

.freelast ul li:hover>.freetext b{
	color: #0f0f0e;
}
/*========================================免费设计页结束==========================================*/



/*========================================在线报价页开始==========================================*/

.bjbanner{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 663px;
	position: relative;
	z-index: 2;
	background: url(https://bj.haolej.com/Public/hlj2018/images/baojia.jpg) no-repeat center;
}

.bjbanner .container{
	padding-top: 210px;
}

.bjfrom{
	width: 1200px;
	height: 400px;
	padding: 0 80px;
	background: url(../image/bjipt.png) no-repeat center;
	position: relative;
	/*overflow: hidden;*/
}

.ie7 .bjfrom{
	width: 1040px;
}

.bjleft{
	float: left;
	width: 410px;
}

.bjleft h3{
	position: relative;
	font-size: 28px;
	color: #121212;
	line-height: 114px;
	height: 114px;
	z-index: 2;
}

.bjleft h3 span{
	display: block;
	width: 224px;
	height: 30px;
	background-color: #fffbce;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	z-index: -1;
}

.bjleft .bjbox{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 35px;
}

.bjleft .bjbox label{
	display: block;
	width: 80px;
	height: 35px;
	float: left;
	font-size: 13px;
	line-height: 35px;
	color: #121212;
	text-align: left;
}

.bjleft .bjbox select{
	display: block;
	position: relative;
	float: left;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 145px;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	font-size: 14px;
	color: #2C2C2C;
	background-color: #fff;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.ie7 .bjleft .bjbox select{
	height: 33px;
	line-height: 33px;
}

.bjleft .bjbox em{
	display: block;
	float: left;
	font-size: 13px;
	color: #f3d800;
	line-height: 35px;
	margin: 0 7px;
}

.bjleft .bjbox input{
	display: block;
	position: relative;
	float: left;
	width: 306px;
	height: 35px;
	outline: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 14px;
	color: #2C2C2C;
	line-height: 35px;
	padding: 0 18px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.ie7 .bjleft .bjbox input{
	width: 270px;
	height: 33px;
	line-height: 33px;
}

.bjleft .bjbox font{
	font-size: 14px;
	color: #2C2C2C;
	line-height: 35px;
	position: absolute;
	left: 360px;
	top: 0;
}

.bjleft .bjbox img{
	width: 8px;
	height: 6px;
	position: absolute;
	left: 370px;
	top: 50%;
	margin-top: -3px;
}

.bjleft .bjbox .bjhide{
	position: absolute;
	left: 80px;
	top: 35px;
	width: 306px;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	display: none;
}

.ie7 .bjleft .bjbox .bjhide{
	width: 286px;
}

.bjleft .bjbox .bjhide ul{
	float: left;
	width: 19%;
    margin-left: 1%;
}

.bjleft .bjbox .bjhide ul li{
	font-size: 14px;
	color: #2C2C2C;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.bjleft .bjbox .bjhide ul li.bjcolor{
	background-color: #5b81bd;
	color: #fff;
}

.bjleft .bjbox .bjhide ul li:hover{
	background-color: #5b81bd;
	color: #fff;
}

.bjleft .bjbox p{
	float: left;
	font-size: 13px;
	color: #9f9f9f;
	line-height: 35px;
	overflow: hidden;
}

.bjright{
	width: 380px;
	float: right;
}

.bjright h3{
	font-size: 28px;
	color: #121212;
	line-height: 114px;
}

.bjright h3 em{
	display: inline-block;
	width: 115px;
	height: 32px;
	text-align: center;
	background-color: #fffbce;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 8px;
	/*margin: 0 10px;*/
}

.bjright .bjdetail{
	position: relative;
	width: 334px;
	height: 218px;
	padding: 15px 12px;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.ie7 .bjright .bjdetail{
	width: 310px;
	height: 188px;
}

.bjright .bjdetail li{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	height: 46px;
}

.bjright .bjdetail li p{
	float: left;
	width: 98px;
	height: 46px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	line-height: 46px;
	text-align: center;
}

.bjright .bjdetail li b{
	display: block;
	float: left;
	width: 210px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 46px;
}

.bjright .bjdetail li b font{
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
.bjdetail del{
	margin-left:10px;
	font-size:14px
}
.bjright h6{
	font-size: 14px;
	color: #666;
	padding-left: 13px;
	line-height: 35px;
	text-align: left;
	margin-top: 6px;
}

.bjright h6 font{
	color: #041b65;
	margin: 0 6px;
}

.bjmid{
	width: 126px;
	height: 306px;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	top: 60px;
	background-color: #fff;
}

.bjmid .bjline{
	display: block;
	width: 0;
	height: 100%;
	border-right: 1px solid #ccc;
	position: absolute;
	left: 50%;
	top: 0;
}

.bjmid .bjcitle{
	width: 126px;
	height: 126px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -63px;
	background-color: #fff;
	-ms-border-radius:50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.bjmid .bjcitle .bjnow{
	position: relative;
	display: block;
	width: 94px;
	height: 94px;
	margin: 16px;
	background-color: #5b81bd;
	overflow: hidden;
	-ms-border-radius:50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
	z-index: 20;
}

.bjmid .bjcitle .bjnow font{
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	display: block;
	width: 36px;
	height: 40px;
	margin: 27px 29px;
}


.bjmid .bjcitle span{
	width: 126px;
    height: 126px;
    background: #5b81bd;
    z-index: 12;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

@keyframes scale-three2{
	0%{    
		transform: scale(1);
    	opacity: .8;
    	}
	100%{
		transform: scale(1.3);
    	opacity: 0;
	}
}
.bjmid .bjcitle img{
	display: none;
	margin-top: 12px;
}
.ielt10 .bjmid .bjcitle a{
	display: none;
}

.ielt10 .bjmid .bjcitle span{
	display: none;
}

.ielt10 .bjmid .bjcitle img{
	display: block;
}
.bjtranst{
	height: 69px;
	background-color: #fff;
}

.bjtranst .bjname{
	float: left;
	height: 17px;
	margin: 21px 0;
	overflow: hidden;
}

.bjtranst .bjname li{
	float: left;
	margin-left: 80px;
	overflow: hidden;
}

.bjtranst .bjname li img{
	height: 17px;
	width: auto;
	max-width: none;
	float: left;
}

.bjtranst .bjname li p{
	font-size: 14px;
	color: #1a3376;
	line-height: 17px;
	float: left;
	margin-left: 16px;
}

.bjscroll{
	float: right;
	margin-right: 80px;
	overflow: hidden;
	margin: 21px 0;
}

.bjscroll p{
	float: left;
	font-size: 14px;
	color: #1a3376;
	line-height: 17px;
}

.bjscroll .bd{
	float: left;
	height: 17px;
	overflow: hidden;
	margin-left: 16px;
}

.bjscroll ul li{
	overflow: hidden;
	font-size: 14px;
	color: #4c6aa1;
	line-height: 17px;
	margin-right: 40px;
}

.bjscroll ul li span{
	float: left;
	width: 70px;
}

.bjscroll ul li font{
	float: left;
	width: 54px;
}

.bjscroll ul li em{
	float: left;
	width: 108px;
}

.bjscroll ul li b{
	float: left;
	width: 70px;
}

.bjmain1{
	height: 590px;
	background: url(../image/bjmain1.png) no-repeat center;
}

.bjmain2 .container{
	height: 550px;
	background: url(https://bj.haolej.com/Public/hlj2018/images/bjmain2.png) no-repeat center;
	overflow: hidden;
}

.bjmain3{
	height: 590px;
	background: url(https://bj.haolej.com/Public/hlj2018/images/bjmain3.png) no-repeat center;
}

.bjmain4 .container{
	height: 635px;
	background: url(https://bj.haolej.com/Public/hlj2018/images/bjmain4.png) no-repeat center;
	overflow: hidden;
}
/*========================================在线报价页结束==========================================*/




/*========================================风格测试结果页开始==========================================*/

.style-detail{
	background: url(../image/detailbg2.jpg) no-repeat center;
}

.style-detail .container{
	background: url(https://bj.haolej.com/Public/hlj2018/images/detailbg.jpg) no-repeat center;
	height: 593px;
}

.style-detail .detail-text{
	padding-top: 60px;
	padding-left: 50px;
	width: 520px;
}

.ie7 .style-detail .detail-text{
	width: 470px;
}

.style-detail .detail-text b{
	display: block;
	font-size: 20px;
	color: #0e0509;
	line-height: 82px;
}

.style-detail .detail-text h3{
	font-size: 40px;
	color: #0E0509;
	font-weight: bold;
	line-height: 48px;
}

.style-detail .detail-text h3 font{
	display: inline-block;
	line-height: 48px;
	padding: 0 10px;
	background-color: #ffe73e;
}

.style-detail .detail-text h6{
	font-size: 16px;
	color: #6f6f6f;
	font-family: arial;
	letter-spacing: 15px;
	font-style: italic;
	line-height: 56px;
	text-transform: uppercase;
}

.style-detail .detail-text span{
	position: relative;
	display: block;
	width: 34px;
	height: 4px;
	background-color: #0E0509;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.style-detail .detail-text p{
	margin-top: 25px;
	font-size: 16px;
	color: #6F6F6F;
	line-height: 30px;
}

.style-detail .detail-text p font{
	color: #232323;
}

.detail-more{
	padding-bottom: 88px;
}

.detail-more h3{
	padding: 0 20px;
	overflow: hidden;
	height: 97px;
}

.detail-more h3 img{
	width: 11px;
	height: 11px;
	float: left;
	margin: 43px 0;
}

.detail-more h3 p{
	float: left;
	font-size: 20px;
	color: #040404;
	font-weight: bold;
	line-height: 97px;
	margin-left: 10px;
}

.detail-more ul{
	overflow: hidden;
}

.detail-more ul li{
	position: relative;
	float: left;
	width: 360px;
	height: 327px;
	margin: 0 20px 40px;
	overflow: hidden;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.detail-more ul li img{
	width: 360px;
	height: 327px;
}

.detail-more ul li .detailbox{
	width: 360px;
	height: 64px;
	position: absolute;
	bottom: -64px;
	left: 0;
	z-index: 9;
	padding: 0 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ie7 .detail-more ul li .detailbox{
	width: 320px;
}

.detail-more ul li .detailbox span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: -1;
}

.detail-more ul li .detailbox p{
	float: left;
	font-size: 16px;
    color: #fff;
    line-height: 64px;
}

.detail-more ul li .detailbox b{
	float: right;
	font-size: 16px;
    color: #fff;
    line-height: 64px;
}

.detail-more ul li:hover>a .detailbox{
	bottom: 0;
}

.detail-more .detailbtn{
	position: relative;
	display: block;
	width: 246px;
	height: 62px;
	margin: 0 auto;
	background-color: #ffe73e;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 62px;
	-ms-border-radius: 31px;
	-moz-border-radius: 31px;
	-o-border-radius: 31px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

/*========================================风格测试结果页结束==========================================*/



/*========================================效果图详情页开始==========================================*/
.bigpic{
			position: relative;
			width: 100%;
			background-color: #000;
			text-align: center;
		}

		.bigpic .cursorleft{
			position: absolute;
			left: 0;
			top: 0;
			width: 50%;
			height: 100%;
			z-index: 9999;
			cursor: url(https://bj.haolej.com/Public/hlj2018/images/cursorleft.cur),pointer;
		}
		
		.bigpic .cursorright{
			position: absolute;
			right: 0;
			top: 0;
			width: 50%;
			height: 100%;
			z-index: 9999;
			cursor: url(https://bj.haolej.com/Public/hlj2018/images/cursoright.cur),pointer;
		}
		
		.bigpic .picbox{
			position: relative;
			height: 100%;
			max-width: 80% !important;
			padding: 20px 0;
			margin: 0 auto;
		}
		
		.ie7 .bigpic .picbox{
			height: 90%;
		}
		
		.bigpic .picbox .pic1{
			width: auto;
			height: 100%;
			max-width: 100%;
			max-height: 750px;
			margin: 0 auto;
		}
		
		.bigbox{
			width:100%;
			overflow: hidden;
		}
		
		.bigbox .bigscroll{
			position: relative;
		    float: right;
		    width: 300px;
		    overflow-y: scroll;
		    overflow-x: hidden;
		    background-color: #fff;
		    padding: 0 20px;
		}
		
		.ie7 .bigbox .bigscroll{
			width: 260px;
		}
		
		.bigtitle {
			padding-bottom: 40px;
			overflow-y: ;
		}
		
		.bigtitle h3{
			font-size: 18px;
			color: #000;
			line-height: 80px;
			font-weight: bold;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		
		.bigtitle .bigshare{
			overflow: hidden;
		}
		
		.bigeyes{
			float: left;
			width: 110px;
			height: 23px;
			background-color: #ffe300;
			overflow: hidden;
		}
		
		.bigeyes img{
			float: left;
			width: 16px;
			height: 10px;
			margin: 6px 8px;
		}
		
		.bigeyes p{
			float: left;
			font-size: 14px;
			color: #000;
			line-height: 23px;
		}
		
		.bigshare ul{
			float: right;
			overflow: hidden;
		}
		
		.bigshare ul li{
			float: left;
			font-size: 14px;
			color: #686868;
			line-height: 23px;
		}
		
		.bigshare ul li img{
			width: 23px;
			height: 23px;
		}
		
		.bignow{
			position: relative;
			/*margin-top: 40px;*/
			background: #ffe300;
			height: 570px;
			padding: 0 10px;
			overflow: hidden;
			-ms-border-radius: 8px;
			-moz-border-radius: 8px;
			-o-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		.ie8 .bignow{
			behavior: none;
		}
		
		.detail-title{
			padding-top: 30px;
		}
		
		.detail-title h3{
			font-size: 20px;
			color: #000;
			font-style: italic;
			font-weight: bold;
			line-height: 36px;
			white-space: nowrap;
			text-align: center;
		}
		
		.detail-title p{
			overflow: hidden;
			font-size: 18px;
			color: #000;
			line-height: 56px;
			font-style: italic;
		}
		
		.detail-title p span{
			position: relative;
			display: block;
			float: left;
			width: 7px;
			height: 7px;
			background-color: #000;
			-moz-border-radius: 50%;
			-o-border-radius:50%;
			-webkit-border-radius: 50%;
			-ms-border-radius:50%;  
			border-radius:50%;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
			margin-top:25px;
			margin-right: 6px;
		}
		
		.detail-screen{
			position: relative;
			/*float: right;*/
			width: 100%;
			height: 62px;
			border: 4px solid #484848;
			background-color: #d2d3b4;
			box-sizing: border-box;
			overflow: hidden;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-webkit-border-radius: 10px;
			-ms-border-radius: 10px;  
			border-radius: 10px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		.detail-screen:before{
			content: '\0020';
			display: block;
			height: 0;
			overflow: hidden;
		}
		.detail-screen:after{
			clear: both;
			content: '\0020';
			display: block;
			height: 0;
			overflow: hidden;
		}
		
		.detail-screen div{
			float: right;
		    width: 17px;
		    height: 54px;
		    margin: 0 4px;
		}
		
		.detail-screen div img{
			width: 100%;
			margin: 10px 0;
			width: 17px;
			height: 34px;
		}
		
		
		.detail-ipt{
			position: relative;
			height: 40px;
			margin-top: 18px;
			/*overflow: hidden;*/
		}
		
		.detail-ipt select{
			position: relative;
			display: block;
			float: left;
			width: 100px;
			height: 40px;
			border: none;
			outline: none;
			font-size: 14px;
			color: #060606;
			line-height: 40px;
			padding: 0 10px;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-webkit-border-radius: 10px;
			-ms-border-radius: 10px;  
			border-radius: 10px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
			background: url("../image/select.png") no-repeat 90% center;
			background-color: #fff;
		    -webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
		
		.detail-ipt input{
			position: relative;
			display: block;
			width: 220px;
			height: 40px;
			border: none;
			outline: none;
			font-size: 14px;
			color: #060606;
			line-height: 40px;
			padding: 0 10px;
			background-color: #fff;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-webkit-border-radius: 10px;
			-ms-border-radius: 10px;  
			border-radius: 10px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		.ie7 .detail-ipt input{
			width: 200px;
		}
		
		.detail-ipt label{
			font-size: 14px;
			color: #060606;
			line-height: 40px;
			position: absolute;
			right: 10px;
			top: 0;
		}
		
		.detail-ipt button{
			position: relative;
			display: block;
			width: 220px;
			height: 40px;
			border: none;
			outline: none;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			background-color: #060606;
			line-height: 40px;
			text-align: center;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-webkit-border-radius: 10px;
			-ms-border-radius: 10px;  
			border-radius: 10px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		.detail-ipt2 select{
			width: 67px;
			margin-right: 10px;
		}
		
		.detail-tips{
			margin-top: 46px;
			overflow: hidden;
		}
		
		.detail-tips h3{
			background-color: #dfdfdf;
			font-size: 16px;
			color: #282828;
			font-weight: bold;
			text-align: center;
			line-height: 36px;
		}
		
		.detail-tips ul{
			overflow: hidden;
			width: 243px;
			padding: 25px 0;
			margin: 0 auto;
		}
		
		.detail-tips ul li{
			position: relative;
			float: left;
			width: 69px;
			height: 25px;
			margin: 6px;
			overflow: hidden;
			-moz-border-radius: 25px;
			-o-border-radius: 25px;
			-webkit-border-radius: 25px;
			-ms-border-radius: 25px;  
			border-radius: 25px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		.detail-tips ul li a{
			position: relative;
			display: block;
			background-color: #f6f6f6;
			font-size: 14px;
			color: #1B1D1D;
			text-align: center;
			line-height: 25px;
			-moz-border-radius: 25px;
			-o-border-radius: 25px;
			-webkit-border-radius: 25px;
			-ms-border-radius: 25px;  
			border-radius: 25px;
			behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
		}
		
		
		.bigmain{
			float: left;
			position: relative;
		}
		
		
		.bigmain .smallbox{
			position: relative;
			width: 100%;
			background-color: #383838;
			padding: 20px 60px;
			overflow: hidden;
			height: 102px;
		}
		
		.ie7 .bigmain .smallbox{
			height: 62px;
		}
		
		.bigmain .smallbox ul{
			overflow: hidden;
			width: 99999px;
			position: absolute;
			top: 20px;
			left: 60px;
		}
		
		.bigmain .smallbox ul li{
			position: relative;
			float: left;
			margin-right: 20px;
			border: 1px solid #fff;
			box-sizing: content-box;
		}
		
		.bigmain .smallbox ul li img{
			width: 60px;
			height: 60px;
		}
		
		.bigmain .smallbox ul li.active{
			border: 1px solid #ebd205;
		}
		.smallbox .arrow-left {
		  background: url(../image/arrowleft.png) no-repeat center;
		  position: absolute;
		  left: 0;
		  top: 20px;
		  width: 40px;
		  height: 62px;
		   background-color: #383838; 
		  z-index: 99999 !important;
		}
		.smallbox .arrow-right {
		  background: url(../image/arrowright.png) no-repeat center;
		  position: absolute;
		  right: 0;
		  top: 20px;
		  width: 40px;
		  height: 62px;
		   background-color: #383838; 
		  z-index: 99999 !important;
		}
/*========================================效果图详情页结束==========================================*/

.onlinewrap{
	width: 120px;
	height: 280px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -140px;
	background: rgba(0,0,0,.2);
	-pie-background: rgba(0,0,0,.2);
	z-index: 99;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;  
	border-radius: 8px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.onlinewrap ul{
	padding: 0 10px;
}

.onlinewrap ul li{
	height: 40px;
	padding-top: 15px;
	cursor: pointer;
}

.ie7 .onlinewrap ul li{
	height: 25px;
}

.onlinewrap ul li .onlinebox1{
	position: relative;
}

.onlinewrap ul li .onlinebox1 img{
	width: 36px;
	height: 34px;
	position: absolute;
	left: 6px;
	bottom: 0;
	z-index: 2;
}

.onlinewrap ul li .onlinebox1 img.online-1{
	width: 12px;
	height: 12px;
	left: 18px;
	bottom: auto;
	top: 7px;
}

.onlinewrap ul li .onlinebox1 img.online-2{
	width: 15px;
	height: 14px;
	left: 16px;
	bottom: auto;
	top: 6px;
}

.onlinewrap ul li .onlinebox1 img.online-3{
	width: 17px;
	height: 15px;
	left: 14px;
	bottom: auto;
	top: 5px;
}

.onlinewrap ul li .onlinebox1 p{
	position: relative;
	display: block;
	height: 25px;
	font-size: 12px;
	color: #fb8800;
	line-height: 25px;
	padding-left: 44px;
	background-color: #fff;
	z-index: 1;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;  
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.onlinewrap ul li .onlinebox2{
	display: none;
}

.onlinewrap ul li .onlinebox2 img{
	width: 65px;
	height: 63px;
	margin: 0 auto;
}

.onlinewrap ul li .onlinebox2 .onlinetext p{
	position: relative;
	display: block;
	height: 25px;
	font-size: 14px;
	color: #fa8800;
	text-align: center;
	line-height: 25px;
	background-color: #fff;
	z-index: 1;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;  
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.onlinewrap ul .onlinelist{
	height: 103px;
}

.ie7 .onlinewrap ul .onlinelist{
	height: 88px;
}

.onlinewrap ul .onlinelist .onlinebox3{
	display: none;
}

.onlinewrap ul .onlinelist .onlinebox2{
	display: block;
}

.onlineshow{
	position: absolute;
	right: -312px;
	top: 0;
	background-color: #fff;
	width: 312px;
	height: 356px;
	border: 1px solid #ededed;
	z-index: -1;
}

.online-service{
	width: 312px;
	height: 356px;
	display: none;
}

.online-service .onlinetitle{
	overflow: hidden;
	background-color: #fb8800;
	padding: 0 8px;
	height: 30px;
}

.online-service .onlinetitle p{
	float: left;
	overflow: hidden;
}

.online-service .onlinetitle p img{
	width: 14px;
	height: 14px;
	float: left;
	margin: 8px 0;
}

.online-service .onlinetitle p font{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	margin-left: 8px;
}

.online-service .onlinetitle dl{
	float: right;
	overflow: hidden;
}

.online-service .onlinetitle dl dd{
	float: left;
	margin: 8px;
}

.online-service .onlinetitle dl dd img{
	width: 12px;
	height: 12px;
}

.online-service .onlinemain{
	padding: 15px 15px 30px;
	border-bottom: 1px solid #e8e8e8;
}

.online-service .onlinemain .onlinetop{
	overflow: hidden;
}

.online-service .onlinemain .onlinetop img{
	width: 108px;
	height: 99px;
	float: left;
}

.online-service .onlinemain .onlinetop .onlineworld{
	float: left;
	width: 150px;
	margin-left: 16px;
}

.online-service .onlinemain .onlinetop .onlineworld h5{
	font-size: 16px;
	color: #1B1D1D;
	font-weight: bold;
	line-height: 22px;
}

.online-service .onlinemain .onlinetop .onlineworld p{
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.online-service .onlinemain .onlinemid{
	overflow: hidden;
	margin-top: 20px;
}

.online-service .onlinemain .onlinemid img{
	width: 45px;
	height: 45px;
	margin: 0 4px;
	float: left;
}

.online-service .onlinemain .onlinemid .onlinetime{
	float: left;
	width: 220px;
}

.onlinetime .online-contact{
	position: relative;
	padding: 6px 8px;
	background-color: #e5e5e5;
	font-size: 12px;
	color: #393939;
	line-height: 20px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	border-radius: 5px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.online-service .onlinemain .onlinetime .online-contact img{
	width: 5px;
	height: 7px;
	position: absolute;
	left: -5px;
	top: 15px;
	margin: 0;
	float: none;
}

.onlinetime p{
	font-size: 11px;
	font-family: arial;
	line-height: 22px;
	color: #d7d7d7;
}


.online-tips{
	height: 28px;
	padding-left: 16px;
}

.online-tips dl{
	overflow: hidden;
	padding: 7px 0;
}


.online-tips dl dd{
	float: left;
	margin-right: 8px;
}

.online-tips dl dd img{
	height: 14px;
	width: auto;
	max-width: none;
}


.online-area{
	position: relative;
	padding: 0 16px;
}

.online-area textarea{
	display: block;
	width: 100%;
	height: 56px;
	outline: none;
	border: none;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
	resize: none;
}

.online-area  button{
	width: 60px;
	height: 20px;
	background-color: #fb8800;
	border: none;
	outline: none;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 16px;
	bottom: 16px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;  
	border-radius: 10px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.onlineadd2 li .online-ma{
	width: 127px;
	height: 127px;
	border: 1px solid #ccc;
	position: absolute;
	right: 200px;
	top: 50%;
	margin-top: -63px;
	display: none;
}

.onlineadd2 li .online-ma .ma{
	width: 100%;
	height: 100%;
}

.onlineadd2 li .online-ma .tor{
	width: 10px;
	height: 13px;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -6px;
}



/*====================404======================*/

.hlj404{
	height: 1000px;
	background: url(../image/404bg.png) no-repeat  bottom;
	
}

.hlj404 .container{
	padding-top: 100px;
}

.hlj404 img{
	width: 420px;
	margin: 0 auto;
}

.hlj404 h3{
	font-size: 30px;
	text-align: center;
	line-height: 68px;
	color: #747474;
}

.hlj404 p{
	font-size: 25px;
	color: #747474;
	line-height: 44px;
	text-align: center;
	margin-top: 85px;
}

.hlj404 b{
	display: block;
	font-size: 25px;
	color: #747474;
	line-height: 44px;
	text-align: center;
}

.hlj404 b a{
	display: inline-block;
	width: 110px;
	height: 34px;
	font-size: 25px;
	color: #1B1D1D;
	text-align: center;
	background-color: #ffe300;
	line-height: 34px;
}

.hlj404 ul{
	text-align: center;
	overflow: hidden;
	margin-top: 70px;
}

.hlj404 ul li{
	display: inline-block;
	width: 200px;
	height: 52px;
	background-color: #fff5a2;
	position: relative;
	margin: 0 25px;
	overflow: hidden;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;  
	border-radius: 25px;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.hlj404 ul li a{
	display: block;
	font-size: 25px;
	color: #000;
	text-align: center;
	line-height: 52px;
}
/*城市选择 start*/
#PoPy{
	z-index: 99999999999999 !important;
	position: absolute !important;
}
._citys {
    width: 285px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
    background-color: #fff;
    z-index: 99999999 !important;
}

._citys span {
    color: #666;
    height: 15px;
    width: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid #ffe300;
    cursor: pointer;
}

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #ffe300;
    padding: 0;
    margin: 0;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color: #ffe300;
    color: #333 !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    width: 83px;
    height: 25px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #333;
    background-color: #ffe300;
}
/*城市选择 end*/

.no_msg {
    width: 100%;
    margin-top: 25px;
    display: block;
    height: 250px;
    margin-bottom: 50px;
}
.no_msg dl {
    margin: 0 auto;
    width: 535px;
    height: 80px;
    padding-top: 50px;
}
.no_msg dl dt {
    float: left;
    width: 78px;
    height: 78px;
    background: url(../image/zc_ico3.jpg) no-repeat;
    margin-top: 20px;
    margin-right: 30px;
}
.no_msg dl dd h1 {
    padding-top: 45px;
    font-size: 24px;
    font-weight: normal;
    color: #9d9d9d;
}

.layui-layer{
	background: none;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.over{
	overflow: hidden;
}
.show{
	display: block !important;
}
.n_headerTop{
	background-color: #fafafa;
}
.n_headerLoad{
	padding: 12px 0;
}
.n_headerLoad img{
	width: 12px;
	height: 16px;
}
.n_headerLoad p{
	font-size: 12px;
	color: #393d49;
	line-height: 16px;
	margin: 0 8px;
}
.n_headerchoose{
	font-size: 12px;
	color: #ffe300;
	line-height: 16px;
}
.n_headerchoose font{
	color: #0f0f0f;
}
.n_headerNext li{
	margin: 14px 0;
	/* border-left:1px solid #ddd */
}
.n_headerNext li a{
	display:block;
	font-size: 12px;
	color: #838383;
	line-height:12px;
	margin: 0 30px;
	cursor: pointer;
}
.n_headerNext li p{
	font-size: 12px;
	color: #838383;
	line-height:12px;
	margin-left: 16px;
}
.n_headerNext li a:hover{
	background-color: #ffe300;
}
.n_pubMask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.n_pubMaskBg{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.n_pubMaskMain{
	width: 900px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	z-index: 3;
	background-color: #fff;
	overflow: hidden;
}
.n_pubMaskLeft{
	width: 450px;
	height: 600px;
	position: relative;
}
.n_pubMaskLeft .n_maskImg{
	width: 100%;
	height: 100%;
}
.n_pubMaskRight{
	width: 450px;
	height: 600px;
}
.n_maskF{
	padding: 50px 44px;
}
.n_maskF_title h3{
	font-size: 30px;
	color: #0f0f0f;
	line-height: 46px;
	font-weight: bold;
}
.n_maskF_title p{
	font-size: 16px;
	color: #838383;
	line-height: 16px;
	padding: 9px 0;
}
.n_maskF_title p font{
	margin-left: 6px;
	background-color: #ffe300;
	color: #0f0f0f;
	cursor: pointer;
}
.form_input_group {
    width: 100%;
    height: 50px;
    display: block;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    border: 1px solid #eeeeee;
    border-radius: 5px;
	padding: 0 15px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    /* overflow: hidden; */
    behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}
.form_input_group input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: 2;
    font-size: 15px;
    border: 0px;
    outline: none;
    color: #999999;
}
.form_slider {
	width: 362px;
	height: 52px;
	line-height: 52px;
	padding-left: 70px;
    margin-top: 20px;
	display: block;
	position: relative;
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow: hidden;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}

.form_slider_bar {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 1px;
	position: absolute;
	display: block;
	background-color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow: hidden;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);

}
.form_slider_bar i {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/login_slidericon.png);
}

.form_slider_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	display: block;
	width: 0px;
	color: #FFFFFF;
	height: 100%;
	background-color: #14E1CD;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	/* overflow: hidden; */
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);

}

.form_slider span {
	color: #666666;
	font-size: 14px;
}
.form_button{
	width: 100%;
	height: 60px;
	margin-top: 58px;
}
.form_button a{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #ffe300;
	color: #0f0f0f;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow: hidden;
	behavior: url(https://bj.haolej.com/Public/hlj2018/css/css/PIE.htc);
}
.form_text{
	color: black;
	font-size: 14px;
	margin-top: 22px;
	text-align: right;
}
.n_maskS{
	padding: 25px 44px;
}
.n_maskS_title h3{
	font-size: 30px;
	color: #0f0f0f;
	line-height: 50px;
	font-weight: bold;
}
.n_maskS_title p{
	font-size: 16px;
	color: #838383;
	line-height: 16px;
	padding: 5px 0;
}
.n_maskS_title p font{
	margin-left: 6px;
	background-color: #ffe300;
	color: #0f0f0f;
	font-weight: bold;
}
.n_pubMaskBack{
	position: absolute;
	top: 25px;
	left: 30px;
	height: 50px;
	cursor: pointer;
}
.n_pubMaskBack img{
	margin: 17px 10px 17px 0;
}
.n_pubMaskBack  p{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.index-bjxy label {
    font-size: 12px;
    color: #8e8e93;
    line-height: 32px;
}
.index-bjxy a {
    font-size: 12px;
    line-height: 32px;
    color: #0E3EAD;
}
.n_maskS .form_input_group{
	margin-top: 15px;
}
.n_pubMaskClose{
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 16px;
	right: 16px;
}
/*登陆*/
.nc_scale {
    height: 55px !important;
    margin-top: 20px;
    line-height: 55px !important;
}
.nc-container .nc_scale span {
    /*! height: 55px !important; */
    /*! line-height: 55px !important; */
}
.nc-container .nc_scale .scale_text {
    line-height: 55px !important;
    font-size: 15px !important;
}
.nc-container .nc_scale .btn_ok {
    line-height: 55px !important;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper {
    width: 100% !important;
}
.nc-container.tb-login .errloading, .nc-container .errloading {
    width: 100% !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 15px !important;
    padding: 0px 12px !important;
}
.nc-container .nc_scale span {
  height: 55px !important;
  line-height: 55px !important;
}
.nc-container{
	margin-top: 20px;
}


.form_input_yzm {
    width: 100px;
    font-size: 16px;
    color: #f8b857;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    padding: 17px 0;
}
.form_input_yzm span {
    display: block;
    border-left: 1px solid #eee;
}
.show{
	display: block !important;
}
.hide {
    display: none !important;
}