﻿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: 372px;
	background: url(/images/company/searchbg.png) no-repeat center;
	background-size: 100% 100%;
	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: #0195df;
}
.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 a.btn {
	width: 110px;
	height: 50px;
	text-align: center;
	display: block;
	float: left;
	background-color: #ff802b;
	color: #fff;
	font-size: 18px;
}
.searchInput a 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 14px;
	background-color: rgba(255,255,255,0.4);
	box-sizing: border-box;
	float: left;
}
.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: #0195df;
}

.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: #0195df;
	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: #0195df;
}
.companyPar ul li a:hover {
	color: #0195df;
}
.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: #0195df;
}
.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 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: #0195df;
	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: #0195df;
	color: #fff;
}
.pages a:hover {
	background-color: #0195df;
	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 */
.footer .w,.foot .w{
	margin: 0 auto;
}
.footer {
	background: #222;
	box-sizing: border-box;
}
.footer p {
	border-bottom: 1px solid #444;
	padding-bottom: 28px;
}
.footer p a {
	text-align: center;
	background: #363636;
	display: inline-block;
	width: 94px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	color: #a7a7a7;
	border: 1px solid #4a4a4a;
}
.footer p a:last-child {
	margin-right: 0;
}
.foot-left {
	float: left;
	width: 1030px;
	padding-top: 41px;
	padding-bottom: 52px;
}
.foot-left b {
	display: block;
	font-weight: normal;
	color: #787878;
	font-size: 14px;
	white-space: pre;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.foot-left b i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/Images/index/Version/2021/ghs.png') no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	background-size: contain;
}
.foot-left b a {
	color: #787878;
}
.foot-left b a:hover {
	color: #0195df
}
.foot-left ul li {
	width: 110px;
	height: 44px;
	float: left;
	margin-right: 12px;
}
.foot-right {
	width: 385px;
	float: right;
	padding-top: 30px;
}
.foot-right ul li {
	float: left;
}
.foot-right ul li .image{
	width: 146px;
	height: 146px;
	background: #fff;
	position: relative;
	border: 2px solid #4285f4;
}
.foot-right ul li b {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.foot-right ul li:first-child {
	float: left;
}
.foot-right ul li:last-child {
	float: right;
	margin-right: 24px;
}
.foot {
	background: #1a1a1a;
	height: 80px;
	line-height: 80px;
	color: #838383;
	font-size: 14px;
}
.foot b {
	display: block;
	width: 90px;
	float: left;
	color: #0195df;
	position: relative;
	text-indent: 12px;
}
.foot p a i {
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('/Images/index/Version/2021/qq-ico.png') no-repeat;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 4px;
	background-size: contain;
}
.foot b::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0195df;
	transform: translateY(-50%);
}
.foot p {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.foot p .qq-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.foot p a {
	background: #2176a0;
	color: #fff;
	display: inline-block;
	width: 95px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	margin-right: 8px;
	font-style: normal;
}
.foot p a{
	position: relative;
	cursor: pointer;
   }
   .foot p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
 
   }
   .foot p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .foot p a:hover .QQhover{
	display: inline-block;
   }
.foot p a:nth-of-type(5) {
	margin-right: 0;
}
.foot p span {
	margin-right: 10px;
}
.footer .Center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* 20210701 */
.rightAdv {
	position: fixed;
	right: 20px;
	top: 180px;
	z-index: 99999;
}
.rightAdv ul {
	width: 64px;
	background-color: #fff;
	box-shadow: 0 2px 5px #999;
	border-radius: 3px;
}
.rightAdv li {
	display: block;
	text-align: center;
	height: 66px;
	position: relative;
}
.rightAdv li a, .rightadvTop a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #00baf6;
}
.rightAdv li:first-child a{
	border-radius: 3px 3px 0 0px;
}
.rightAdv li:last-child a{
	border-radius: 0 0 3px 3px;
}
.rightAdv li:hover a {
	background-color: #ff8c34;
}
.rightadvTop a:hover{
	background-color: #ff8c34;
}
.rightAdv li a i {
	display: inline-block;
	width: 22px;
	height: 24px;
	margin: 12px 0 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.rightAdv li a b {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.rightAdv li.rightAdv_qq a i {
	width: 22px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -80px -37px;
}
.rightAdv li.rightAdv_phone a i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -118px -37px;
}
.rightAdv li.rightAdv_proposal i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -37px;
}
.rightAdv li.rightAdv_inquire i {
	width: 22px;
	height: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -226px -37px;
}
/* qq */
.qq_contactInfo {
	position: absolute;
	left: -297px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.qq_item {
	width: 210px;
	height: 224px;
	background: url(https://www.bf35.com/Images/rightAdvQQbgi.png) #fff no-repeat;
	background-size: 100% 100%;
	padding: 27px 40px 0 27px;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 3px;
}
.qq_item p {
	height: 52px;
}
.qq_item p:first-child{
	margin-bottom: 10px;
}
.qq_item i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -87px;
	margin-right: 20px;
}
.qq_item b {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.qq_item em {
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.qq_item a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 100px !important;
	border-radius: 18px!important;
	font-size: 14px;
	color: #fff;
	background-color: #f26522!important;
	margin: 10px 0 8px;
	box-shadow: 0 2px 5px #e68557;
}
.qq_item p a{
	position: relative;
	cursor: pointer;
   }
   .qq_item p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
 
   }
   .qq_item p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .qq_item p a:hover .QQhover{
	display: inline-block;
   }
.qq_item a:last-child {
	background-color: #00baf6 !important;
	margin-left: 10px;
	box-shadow: 0 2px 5px #9dd4e6;
}
.qq_item span {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
/* phone */
.phone_item{
	position: absolute;
	left: -310px;
	top: 0;
	width: 240px;
	height: 380px;
	padding: 0 25px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	display: none;
}
.phone_item p{
	height: 50px;
	position: relative;
	padding: 16px 25px 16px 90px;
}
.phone_item p {
	height: 50px;
	position: relative;
	padding: 16px 0 16px 65px;
	border-bottom: 1px dashed #e6e6e6;
}
.phone_item p i {
	position: absolute;
	left: 0;
	top: 16px;
	width: 50px;
	height: 50px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -38px -87px;
}
.phone_item b {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fe9900;
	font-weight: normal;
	margin-bottom: 10px;
}
.phone_item em {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #333;
	margin-bottom: 5px;
}
.phone_item span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
.rightAdv_qq:hover .qq_contactInfo{
	display: block;
}
.rightAdv_phone:hover .phone_item{
	display: block;
}
.rightadvTop {
	position: fixed;
	top: 460px;
	right: 31px;
	width: 42px;
	height: 42px;
	background-color: #00baf6;
	border-radius: 50%;
	box-shadow: 0 2px 5px #999;
	text-align: center;
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.rightadvTop i {
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-top: 17px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat 0 -111px;
}


@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;
	}
	.foot-left {
		width: 870px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.foot-right {
		width: 242px;
		padding-top: 24px;
	}
	.footer p {
		padding-bottom: 19px;
	}
	.foot-left b {
		height: 37px;
		line-height: 37px;
		font-size: 12px;
	}
	.footer p a {
		margin-right: 15px;
		width: 76px;
		height: 26px;
		line-height: 26px;
	}
	.foot-left ul li {
		width: 83px;
		height: 33px;
		line-height: 33px;
		margin-right: 9px;
	}
	.foot-left b i {
		width: 16px;
		height: 16px;
		margin-top: -2px;
	}
	.foot-right ul li:last-child {
		margin-right: 0;
	}
	.foot-right ul li b {
		margin-top: 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.foot-right ul li .image {
		width: 109px;
		height: 109px;
	}
	.foot {
		height: 60px;
		line-height: 60px;
		font-size: 11px;
	}
	.foot b::after {
		width: 3px;
		height: 3px;
	}
	.foot b {
		width: 65px;
		text-indent: 8px;
		display: none;
	}
	.foot p span {
		margin-right: 10px;
	}
	.foot p a i {
		width: 12px;
		margin-top: 4px;
	}
	.foot p a {
		width: 70px;
		height: 24px;
		line-height: 24px;
		margin-right: 5px;
		font-size: 11px;
	}
	.update a {
	    width: 9.5%;
		font-size: 12px;
	}
}
@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;
	}
	.foot-left {
		width: 910px;
		padding-top: 37px;
		padding-bottom: 47px;
	}
	.foot-right {
		width: 343px;
	}
	.footer p {
		padding-bottom: 24px;
	}
	.foot-left b {
		height: 43px;
		line-height: 43px;
		font-size: 12px;
	}
	.footer p a {
		margin-right: 17px;
		width: 83px;
		height: 26px;
		line-height: 26px;
	}
	.foot-left ul li {
		width: 98px;
		height: 39px;
		line-height: 39px;
		margin-right: 10px;
	}
	.foot-right ul li:last-child {
		margin-right: 28px;
	}
	.foot-right ul li b {
		margin-top: 6px;
		height: 26px;
		line-height: 26px;
	}
	.foot-right ul li .image {
		width: 128px;
		height: 128px;
	}
	.foot {
		height: 72px;
		line-height: 72px;
		font-size: 12px;
	}
	.foot b::after {
		width: 3px;
		height: 3px;
	}
	.foot b {
		width: 70px;
		text-indent: 8px;
	}
	.foot p span {
		margin-right: 12px;
	}
	.foot p a {
		width: 85px;
		height: 26px;
		line-height: 26px;
		margin-right: 5px;
		font-size: 12px;
	}
}
@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;
	}
	.foot-left {
		width: 966px;
	}
	.foot-right {
		width: 354px;
	}
	.footer p {
		padding-bottom: 26px;
	}
	.foot-left b {
		height: 46px;
		line-height: 46px;
	}
	.footer p a {
		margin-right: 19px;
		width: 88px;
		height: 28px;
		line-height: 28px;
	}
	.foot-left ul li {
		width: 103px;
		height: 41px;
		line-height: 41px;
		margin-right: 11px;
	}
	.foot-right ul li:last-child {
		margin-right: 19px;
	}
	.foot-right ul li .image {
		width: 136px;
		height: 136px;
	}
	.foot b {
		width: 80px;
	}
	.foot p span {
		margin-right: 4px;
	}
	.foot p a {
		width: 85px;
		margin-right: 4px;
		font-size: 12px;
	}
}
@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;
	 }
	 /* footer */
	 .foot-left {
		width: 650px;
		padding-top: 27px;
		padding-bottom: 35px;
	}
	.foot-right {
		width: 220px;
		padding-top: 21px;
	}
	.footer p {
		padding-bottom: 19px;
	}
	.foot-left b {
		height: auto;
		line-height: 32px;
		overflow: visible;
		font-size: 12px;
		white-space: nowrap;
	}
	.footer p a {
		margin-right: 6px;
		width: 64px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.foot-left ul li {
		width: 73px;
		height: 28px;
		line-height: 28px;
		margin-right: 8px;
	}
	.foot-left b a:last-child{
		display: block;
	}
	.foot-left b i {
		width: 16px;
		height: 16px;
		margin-top: -2px;
	}
	.foot-right ul li:last-child {
		margin-right: 0;
	}
	.foot-right ul li b {
		margin-top: 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.foot-right ul li .image {
		width: 94px;
		height: 94px;
	}
	.foot {
		height: 60px;
		line-height:28px;
		font-size: 12px;
	}
	.foot b::after {
		width: 3px;
		height: 3px;
	}
	.foot b {
		width: 53px;
		text-indent: 8px;
		display: none;
	}
	.foot p {
		text-align: center;
	}
	.foot p span {
		margin-right: 4px;
	}
	.foot p a i {
		width: 10px;
		margin-top: 4px;
		margin-right: 2px;
	}
	.foot p a {
		width: 72px;
		height: 20px;
		line-height: 20px;
		margin-right: 4px;
		font-size: 12px;
	}
	.foot p .qq-btn {
		display: block!important;
		position: static;
		transform: none!important;
	}
	.update a {
	    width: 9.5%;
		font-size: 12px;
	}
}
@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;
	}
	.foot-left {
		width: 910px;
		padding-top: 37px;
		padding-bottom: 47px;
	}
	.foot-right {
		width: 270px;
	}
	.footer p {
		padding-bottom: 24px;
	}
	.foot-left b {
		height: 43px;
		line-height: 43px;
		font-size: 12px;
	}
	.footer p a {
		margin-right: 17px;
		width: 83px;
		height: 26px;
		line-height: 26px;
	}
	.foot-left ul li {
		width: 98px;
		height: 39px;
		line-height: 39px;
		margin-right: 10px;
	}
	.foot-right ul li:last-child {
		margin-right: 10px;
	}
	.foot-right ul li b {
		margin-top: 6px;
		height: 26px;
		line-height: 26px;
	}
	.foot-right ul li .image {
		width: 110px;
		height: 110px;
	}
	.foot {
		height: 72px;
		line-height: 72px;
		font-size: 12px;
	}
	.foot b::after {
		width: 3px;
		height: 3px;
	}
	.foot b {
		display: none;
	}
	.foot p span {
		margin-right: 12px;
	}
	.foot p a i{
		width: 12px;
		margin-top: 4px;
		background-size: 100% 100%;
		height: 15px;
	}
	.foot p a {
		width: 70px;
		height: 24px;
		line-height: 24px;
		margin-right: 5px;
		font-size: 11px;
	}
	.update a {
	    width: 9.5%;
		font-size: 12px;
	}
}
@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;
	}
	.foot-left {
		width: 744px;
		padding-top: 27px;
		padding-bottom: 35px;
	}
	.foot-right {
		width: 230px;
		padding-top: 21px;
	}
	.footer p {
		padding-bottom: 19px;
	}
	.foot-left b {
		height: auto;
		line-height: 32px;
		overflow: visible;
		font-size: 12px;
		white-space: nowrap;
	}
	.footer p a {
		margin-right: 13px;
		width: 66px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.foot-left ul li {
		width: 73px;
		height: 28px;
		line-height: 28px;
		margin-right: 8px;
	}
	.foot-left b a:last-child{
		display: block;
	}
	.foot-left b i {
		width: 16px;
		height: 16px;
		margin-top: -2px;
	}
	.foot-right ul li:last-child {
		margin-right: 0;
	}
	.foot-right ul li b {
		margin-top: 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.foot-right ul li .image {
		width: 94px;
		height: 94px;
	}
	.foot {
		height: 60px;
		line-height:28px;
		font-size: 12px;
	}
	.foot b::after {
		width: 3px;
		height: 3px;
	}
	.foot b {
		width: 53px;
		text-indent: 8px;
		display: none;
	}
	.foot p {
		text-align: center;
	}
	.foot p span {
		margin-right: 4px;
	}
	.foot p a i {
		width: 10px;
		margin-top: 4px;
		margin-right: 2px;
	}
	.foot p a {
		width: 72px;
		height: 20px;
		line-height: 20px;
		margin-right: 4px;
		font-size: 12px;
	}
	.foot p .qq-btn {
		display: block!important;
		position: static;
		transform: none!important;
	}
	.update a {
	    width: 9.5%;
		font-size: 12px;
	}
}
