﻿body{
	background-color: #f5f5f5;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
	width: 1500px;
}
.iframe{
	height: 35px;
    width: 100%;
    overflow: hidden;
}
#header {
	width: 100%;
	height: 36px;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.header {
	height: 36px;
	margin: 0 auto;
}
.header ul {
	float: left;
}
.header li {
	float: left;
	font: normal 12px/36px "\5b8b\4f53","Tahoma";
	color: #666;
	margin-right: 10px;
}
.header li a {
	color: #666;
	padding: 0 5px;
}
.header p {
	line-height: 36px;
	float: right;
	color: #dfdfdf;
	margin-right: -4px;
}
.header p a {
	display: inline-block;
	color: #666;
	padding: 0 4px;
}
.header p a.mobile {
	padding-left: 22px;
	background: url(/images/company/company2015.png) no-repeat -62px -22px;
	color: #5b7648;
}
.header li a:hover, .header p a:hover {
	color: #f60;
}
.searchBox {
	height: 370px;
	background: url(/images/company/searchbg.png) no-repeat top center #0ab17a;
	font-family: "Microsoft Yahei";
}
.searchBox .logo {
	text-align: center;
	padding-top: 35px;
}
.searchCondition {
	text-align: center;
}
.searchCondition a {
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 16px;
	color: #fff;
	margin: 35px 35px 0;
	position: relative;
	display: inline-block;
}
.searchCondition a i {
	margin-right: 5px;
}
.searchCondition a img {
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	display: none;
}
.searchCondition a.focus {
	background-color: #fff;
	color: #04ac73;
}
.searchCondition a.focus img {
	display: block;
}
.searchInput {
	width: 880px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 25px;
	border-radius: 4px;
	overflow: hidden;
}
.searchInput input {
	font-size: 16px;
	color: #999;
	border: 0;
	width: 770px;
	height: 49px;
	line-height: 49px;
	text-indent: 20px;
	font-family: "Microsoft YaHei";
	float: left;
}
.searchInput input.focus {
	color: #333;
}
.searchInput button,.searchInput .btn {
	width: 110px;
	height: 50px;
	text-align: center;
	display: block;
	float: left;
	background-color: #ff802b;
	color: #fff;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}
.searchInput button i,.searchInput .btn i {
	margin-right: 5px;
	font-size: 19px;
}
.brandList {
	width: 880px;
	margin: 0 auto;
}
.brandList .brands {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	padding: 9px 13px;
	background-color: rgba(255,255,255,0.4);
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.brandList .list {
	width: 760px;
	float: left;
	margin-left: 20px;
	line-height: 30px;
}
.brandList .list a {
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
}
.brandList .list a:hover {
	text-decoration: underline;
}
.main {
	background-color: #f5f5f5;
	font-family: "Microsoft YaHei";
	padding-bottom: 40px;
}
.companyImgList {
	margin: 0 auto;
	padding: 40px 0;
}
.companyImgList li {
	width: 299px;
	height: 200px;
	background-color: #fff;
	float: left;
	margin-right: 1px;
	text-align: center;
	margin-bottom: 1px;
}
.companyImgList li table {
	width: 100%;
	height: 160px;
}
.companyImgList li p a {
	font-size: 16px;
	color: #333;
}
.companyImgList li:hover p a {
	color: #04ac73;
}

.companyPar {
	margin: 0 auto;
	background-color: #fff;
}
.companyPar dl {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	margin: 0 20px;
	box-sizing: border-box;
}
.companyPar dl dt {
	width: 112px;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.companyPar dl dd {
	width: 1348px;
	float: right;
	font-size: 14px;
	position: relative;
	padding: 10px 0;
}
.companyPar dl dd.oneLine ul.area {
	height: 100%;
}
.companyPar dl dd.oneLine ul.industry {
	height: 100%;
}
.all {
	float: left;
	line-height: 40px;
	width: 70px;
}
.all a {
	color: #04ac73;
	font-weight: bold;
}
ul.industry, ul.area, ul.model {
	width: 1225px;
	float: left;
	height: 40px;
	overflow: hidden;
}
ul.industry li , ul.area li , ul.model li {
	float: left;
	line-height: 40px;
	white-space: nowrap;
	margin-right: 40px;
}
ul.industry li a , ul.area li a , ul.model li a{
	color: #666;
	line-height: 18px;
	display: inline-block;
}
ul.industry li a.actived, ul.area li a.actived, ul.model li a.actived {
	color: #04ac73;
}
.companyPar ul li a:hover {
	color: #04ac73;
}
.more {
	width: 39px;
	float: right;
	position: absolute;
	right: 0;
	top: 21px;
}
.more a {
	color: #666;
	font-size: 14px;
}
.more a i {
	margin-top: -2px;
	display: block;
	float: right;
}

.companyList {
	margin-top: 25px;
	margin: 25px auto 0;
	background-color: #fff;
}
.companyList ul li {
	margin: 0 30px;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.companyTop {
	height: 156px;
}
.companyTop .image {
	width: 235px;
	height: 100%;
	float: left;
	margin-right: 30px;
}
.companyTop .image div {
	height: 0;
	overflow: hidden;
	padding-bottom: 66%;
	position:relative;
}
.companyTop .image img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.companyTop span a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	height: 50px;
	display: inline-block;
	position: relative;
	max-width: 820px;
	overflow: hidden;
}
.companyTop span a:hover {
	color: #04ac73;
}
.companyTop span i {
	font-style: normal;
	font-size: 14px;
	width: 50px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	margin-left: 7px;
	margin-top: 10px;
}
.companyTop span i.toplevel {
	color: #d919ff;
	background-color: #fbeefe;
}
.companyTop span i.level1 {
	color: #33b70d;
	background-color: #e6f6eb;
}
.companyTop span i.level2 {
	color: #ff4444;
	background-color: #ffeded;
}
.companyTop span i.level3 {
	color: #ff8400;
	background-color: #ffeee3;
}
.companyTop span i.level5 {
	color: #990bff;
	background-color: #fbeefe;
}
.companyTop span i.yanbao{
	width: auto;
}
.companyTop p {
	height: 48px;
	overflow: hidden;
	margin-bottom: 25px;
	color: #666;
	line-height: 26px;
	font-size: 14px;
}
.companyTop b {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	height: 20px;
	display: block;
	overflow: hidden;
}
.companyBottom {
	font-size: 14px;
	color: #999;
	margin-top: 18px;
	height: 20px;
	overflow: hidden;
}
.companyBottom b {
	color: #04ac73;
	font-weight: normal;
	margin: 0 20px;
}

.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 50px 0;
	text-align: center;
	color: #999;
}
.pages a {
	width: 43px;
	height: 43px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/43px "Microsoft YaHei";
	color: #999;
	vertical-align: middle;
	border-radius: 4px;
	margin-right: 5px;
}
.pages a.on {
	background-color: #04ac73;
	color: #fff;
}
.pages a:hover {
	background-color: #04ac73;
	color: #fff;
}
.pages a.ft {
	background: url(/images/company/companyList.png) no-repeat -53px -527px;
}
.pages a.prev {
	padding: 0;
	background: url(/images/company/pages.png) no-repeat 16px 15px;
}
.pages a.lt {
	padding: 0;
	background: url(/images/company/pages.png) no-repeat -449px 15px;
}
.pages a.next {
	margin-right: 15px;
	background: url(/images/company/companyList.png) no-repeat 17px -527px;
}
.pages input {
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 16px/43px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.pages button {
	width: 70px;
	height: 44px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font: normal 16px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	color: #333;
	margin-left: 10px;
}
.bottom {
	font-family: "Microsoft YaHei";
	padding-bottom: 20px;
}

/*service*/
.service{ width: 1200px;height:94px; margin:24px auto 0;}
.service dl{ width: 299px;height:94px; float:left; padding-left:22px; border-left:1px solid #f2f2f2;}
.service dt{width: 100%; height:48px; float:left; font:normal 16px/48px "Microsoft Yahei","\5b8b\4f53"; color:#565656; text-indent:48px; background:url(/images/company/serviceIcon.jpg) no-repeat;}
.service dd{ width:210px; height:46px; float:left; line-height:23px;}
.service dd a{ color:#999; padding-right:14px;}
.service dd a:hover{ color:#f60; text-decoration:underline;}
.service .s4,.service .s4 dt{ width:210px;}
.service .s2 dt{ background-position:0 -48px;}
.service .s3 dt{ background-position:0 -96px;}
.service .s4 dt{ background-position:0 -144px;}

#footer{
	padding: 20px 0;
	background: #282828;
	text-align: center;
}
.footMenu{
	color: #868686;
	font-size: 14px;
	line-height: 30px;
}
.footMenu a{
	color: #bababa;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.copyright{
	font-size: 12px;
	line-height: 30px;
	margin-top: 5px;
	color: #868686;
}
#footer p{
	font-size: 12px;
	line-height: 30px;
	color: #868686;
}
.publicbox {
	width: 100%;
	background-color: #fff;
}
.lostpro {
	width: 450px;
	background: url(../../../../images/lostpro.jpg) no-repeat;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 165px;
}
.lostpro span {
	font: 22px/44px "Microsoft Yahei";
	color: #333;
}
.lostproab {
	font: 12px/30px "\5b8b\4f53";
	color: #767676;
}
.lostproab a {
	background: url(../../../../images/caigouSearch.png) no-repeat -145px -35px;
	padding-left: 12px;
}
@media only screen and (min-width: 1160px) and (max-width: 1366px) {
	.w {
		width: 1090px;
	}
	.companyImgList li {
		width: 217px;
		height: 150px;
	}
	.companyImgList li table {
		height: 110px;
	}
	.companyPar dl dt {
		width: 80px;
	}
	.companyPar dl dd {
		width: 970px;
	}
	.all {
		width: 50px;
	}
	ul.industry, ul.area, ul.model {
		width: 875px;
	}
	ul.industry li, ul.area li, ul.model li {
		margin-right: 25px;
	}
	.companyBottom b {
		margin: 0 16px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w {
		width: 1300px;
	}
	.companyImgList li {
		width: 259px;
		height: 180px;
	}
	.companyImgList li table {
		height: 140px;
	}
	.companyPar dl dt {
		width: 85px;
	}
	.companyPar dl dd {
		width: 1175px;
	}
	.all {
		width: 50px;
	}
	ul.industry, ul.area, ul.model {
		width: 1080px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w {
		width: 1400px;
	}
	.companyImgList li {
		width: 279px;
		height: 190px;
	}
	.companyImgList li table {
		height: 150px;
	}
	.companyPar dl dt {
		width: 95px;
	}
	.companyPar dl dd {
		width: 1265px;
	}
	ul.industry, ul.area, ul.model {
		width: 1140px;
	}
}
@media only screen and (min-width: 1730px) and (max-width: 1920px) {}
@media screen and (min-width: 1921px) {}
@media screen and (max-width: 1152px) {
	.w {
		width: 880px;
	}
	.companyImgList li {
		width: 175px;
		height: 125px;
	}
	.companyImgList li table {
		height: 93px;
	}
	.companyPar dl dt {
		width: 80px;
	}
	.companyPar dl dd {
		width: 760px;
	}
	.all {
		width: 50px;
	}
	ul.industry, ul.area, ul.model {
		width: 670px;
	}
	ul.industry li, ul.area li, ul.model li {
		margin-right: 25px;
	}
	.companyBottom b {
		margin: 0 0px;
	}
	.companyTop span a {
		font-size: 18px;
	}
	 .companyTop p , .companyBottom , .companyTop b {
		 font-size: 12px;
	 }
	 .companyList ul li {
		 padding: 15px 0;
		 margin: 0 15px;
	 }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w {
		width: 1200px;
	}
	.companyImgList li {
		width: 239px;
		height: 150px;
	}
	.companyImgList li table {
		height: 110px;
	}
	.companyPar dl dd {
		width: 1048px;
	}
	ul.industry, ul.area, ul.model {
		width: 925px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.w {
		width: 1000px;
	}
	.companyImgList li {
		width: 199px;
		height: 150px;
	}
	.companyImgList li table {
		height: 110px;
	}
	.companyPar dl dt {
		width: 80px;
	}
	.companyPar dl dd {
		width: 880px;
	}
	.all {
		width: 50px;
	}
	ul.industry, ul.area, ul.model {
		width: 790px;
	}
	ul.industry li, ul.area li, ul.model li {
		margin-right: 25px;
	}
	.companyBottom b {
		margin: 0 5px;
	}
}
