@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "PingFangSC-Regular, sans-serif";
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	font: normal 1.2em/1.6 Tahoma, Arial, Roboto, "Droid Sans",
		"Helvetica Neue", "Droid Sans Fallback", sans-serif;
	overflow: auto;
	background-color: #f5f5f5 !important;
}

@media screen and (min-width:320px) and (max-width:375px) {
	html {
		font-size: 11px;
	}
	.main-info div{
	   font-size: 12px;
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px;
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px;
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px;
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px;
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px;
	}
}

header {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    padding: 0 10px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #f5f5f5;
    position: fixed;
    top: 0;
    z-index: 20;
}

header a.pull-left{
	margin-top:4%;
}

header p{
	margin-bottom: 0;
}
.main{
	 margin-top: 44px;
	 height: 100%;
	 position: relative;
	 width: 100%;
}

header a.pull-right{
	font-size: 14px;
	color: #fa8406;
}

section{
	background-color:#fff;
	padding:3%;
	margin-bottom: 5px;
}
section a{
	color: #444;
}
section .col-sm-3{
	padding:0;
}
section .col-sm-9{
	padding:0;
	padding-left: 3%;
}
section h4{
	font-size: 16px;
	margin-top: 0 !important;
}
section p{
	font-size: 12px;
	color: #888;
}
section span.mrdz{
	display:inline-block;
	width:35%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}
.sec{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lobby_category{
	z-index:100;
	width:90%;
	position:fixed;
	height:100%;
	right: -91%;
	top:0;
	background-color:#fff;
	overflow-y:auto;
	box-shadow:0px 2px 2px 1px rgba(24,23,24,.1);
}
.lobby_cate_con {
	padding:8px 6px 2px 8px;
	border-bottom: 1px #e8e8e8 solid;
}

.lobby_cate_con label{
	font-weight:400;
	margin-bottom:0;
}

.lobby_cate_con h5 {
	font-size: 14px;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}

.lobby_cate_con ul {
	margin-bottom: 0;
	padding-left: 15px;
}

.lobby_cate_con ul li {
	padding: 0;
	margin-bottom:7px;
}
.lobby_a{
	background-color: #fa8406;
	color: #fff !important;
}
.lobby_cate_con ul li a {
	color: #333;
	display: inline-block;
	font-size: 12px;
	padding: 2px 8px;
	border: 1px #e8e8e8 solid;
	border-radius: 25px;
	margin-right: 5px;
	margin-bottom:5px;
}
.lobby_cate_con ul li a:focus{
	text-decoration:none;
}

.list05,.list06{
	border:0;
}
.lobby_cate_con select{
	width:34%;
	height: 30px;
	margin-right: 2%;
}
.lobby_cate_con span.pull-left{
	display: inline-block;
	line-height: 30px;
}
.lobby_a_active{
	background:#fe9014;
	color:#fff !important;
	}
.lobby_btn_group{
	width:100%;
	margin-top: 3%;
	position:absolute;
	bottom:0;
	right:0; 
}
.lobby_btn_group input[type=button]:first-child{
	width:49.5%;
	line-height:25px;
	background-color:#ddd;
	color:#333;
	border-radius:0;
	margin-right:-4px;
	outline:none;
	border:none;
}

.lobby_a{
    background-color: #fa8406;
    color: #fff !important;
}
.lobby_btn_group input[type=button]:nth-child(2){
	width:49.5%;
	line-height:25px;
	background-color:#fe9014;
	color:#fff;
	border-radius:0;
	outline:none;
	border:none;
}


/*企业详情*/
.section_top{
	margin-bottom: 5px;
}
.section_top h4{
	margin: 0;
	height:80px;
	background: url(../img/conpanyBg.png) no-repeat center;
	background-size: 200%;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
}
.section_top p{
	margin:0;
	height: 45px;
	line-height: 45px;
	background: #fff;
	color: #888;
	font-size: 12px;
}
.section_top .col-sm-6{
	padding: 0;
}
.con1{
	background: url(../img/com01.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 10%;
	color: #777;
	line-height: 25px;
}
.con2{
	background: url(../img/com02.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 10%;
	color: #777;
	line-height: 25px;
}
.con3{
	background: url(../img/com03.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 10%;
	color: #777;
	line-height: 25px;
}
.con4{
	background: url(../img/com04.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 10%;
	color: #777;
	line-height: 25px;
}
.con5{
	background: url(../img/com05.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 5%;
	color: #777;
	line-height: 25px;
}
.con6{
	background: url(../img/com06.png) no-repeat left center;
	padding-left: 7%!important;
	padding-right: 0 !important;
	background-size: 5%;
	color: #777;
	line-height: 25px;
}
section h4{
	font-size: 16px !important;
}
section h4.pull-left{
	font-size: 16px !important;
	width:85%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}
.main-info p{
	text-indent: 2em;
	line-height: 22px;
}
.floor4 h4{
	background: url(../img/com08.png) no-repeat left center;
	padding-left:10%;
	background-size:8%;
}
.floor5 h4{
	background: url(../img/intro.png) no-repeat left center;
	padding-left:10%;
	background-size:7%;
	line-height: 28px;
}

/*scroll*/
::-webkit-scrollbar{
	width: 2px; 
	height: 2px; 
	}
::-webkit-scrollbar-track{ 
	background: #fefefe;
	}
::-webkit-scrollbar-thumb{
	background: #ddd;
	border-radius:10px;
	}