﻿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;
	margin: 0 auto;
}
/* header */
.iframe {
	height: 36px;
}
.header {
	height: 36px;
	line-height: 36px;
	background-color: #fff;
}
.header .w{overflow: hidden;}
.header a {
	font-size: 12px;
	color: #666;
}
.header a.login {
	color: #0096e0;
}
.header a:hover{
    color: #f60;
}
.header p {
	float: left;
	height: 36px;
	font-size: 0;
}
.header p a {
	margin-right: 20px;
}
.header p a:last-child{
    margin-right: 0;
}
.header span {
	float: right;
	height: 36px;
	padding-right: 91px;
	font-size: 0;
}
.header span a {
	padding: 0 8px;
	border-right: 1px solid #e6e6e6;
}
/* headerTop */
.headerTop.w {
	position: relative;
}
.headerTop p {
	position: absolute;
	top: -29px;
	right: 0;
}
.headerTop p a {
	display: inline-block;
	width: 84px;
	height: 22px;
	line-height: 22px;
	background-color: #0096e0;
	border-radius: 2px;
	color: #fff;
	text-align: center;
}
.headerTop p img {
	display: none;
	position: absolute;
	bottom: -120px;
	right: 0;
	width: 112px;
	height: 112px;
	max-height: none;
	max-width: none;
}
.headerTop p:hover img{
    display: block;
}
.searchBox {
	height: 400px;
	background: url(/images/company/searchbg.png) no-repeat top center;
	font-family: "Microsoft Yahei";
}
.searchBox .logo {
	text-align: center;
	padding-top: 40px;
}
.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: 45px 30px 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: #0096e0;
}
.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: #bababa;
	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: 56px;
	height: 56px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	padding: 6px 12px;
	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;
}
.companyImgList li {
	width: 20%;
	height: 160px;
	background-color: #fff;
	float: left;
	text-align: center;
	margin: 40px 0;
	position: relative;
}
.companyImgList li table {
	width: 100%;
	height: 118px;
	table-layout: fixed;
}
.companyImgList li table img {
	max-height: 80px;
}
.companyImgList li p a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 0 40px;
	background-position-y: center;
}
.companyImgList li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	width: 1px;
	height: 100px;
	background-color: #eee;
}
.companyImgList li:last-of-type::after {
	display: none;
}
.companyImgList li:hover {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
	z-index: 9;
}
.companyImgList li:hover::after {
	display: none;
}
.companyImgList li:hover p a {
	color: #0096e0;
	background: url(/images/company/textbg.png) no-repeat;
	background-position-y: center;
	background-size: 100% auto;
}

.companyPar {
	margin: 0 auto;
	background-color: #fff;
}
.companyPar dl {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	margin: 0 27px;
	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: 1330px;
	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: #0096e0;
	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: #0096e0;
}
.companyPar ul li a:hover {
	color: #0096e0;
}
.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;
	position: relative;
}
.companyList ul li::after {
	content: "";
	position: absolute;
	height: 1px;
	left: 27px;
	right: 27px;
	bottom: 0;
	background-color: #e6e6e6;
}
.companyList ul li:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.companyList ul li:hover::after {
	display: none;
}
.companyTop {
	height: 156px;
}
.companyTop .image {
	width: 235px;
	height: 100%;
	float: left;
	margin-right: 25px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.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: #0096e0;
}
.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 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: #0096e0;
	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: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: middle;
	border-radius: 4px;
	margin-right: 5px;
}
.pages a.on {
	background-color: #0096e0;
	color: #fff;
	border-color: #0096e0;
}
.pages a:hover {
	background-color: #0096e0;
	border-color: #0096e0;
	color: #fff;
}
.pages a.ft {
	background: url(/images/company/pages.png) no-repeat 15px 14px;
}
.pages a.prev {
	padding: 0;
	background: url(/images/company/pages.png) no-repeat -33px 14px;
}
.pages a.lt {
	padding: 0;
	background: url(/images/company/pages.png) no-repeat -320px 14px;
}
.pages a.next {
	margin-right: 15px;
	background: url(/images/company/pages.png) no-repeat -367px 14px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 16px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.pages button {
	width: 64px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 0;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: #0096e0;
	color: #fff;
	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;
}
/* rightNav */
.rightNav {
	position: fixed;
	right: 10px;
	top: 110px;
	z-index: 9999;
}

.rightNavItem {
	width: 40px;
	position: relative;
}

.rightNavItem a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	margin: 5px 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.rightNavItem a.weixin {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat 8px -60px;
}

.jcTong,.weixinItem,.qqItem {
	z-index: 99999;
}

.rightNavItem a.app {
	background: #fff url("https://www.afzhan.com/images/product/app.png") no-repeat center;
	background-size: 30px;
}

.rightNavItem a.compare {
	background: #fff url("https://www.afzhan.com/images/product/compare2.png") no-repeat center;
}

.rightNavItem a.qq {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -38px -60px;
}

.rightNavItem a.home {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -91px -60px;
}

.rightNavItem a.suggest {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -144px -60px;
}

.rightNavItem p.toTop {
	display: none;
}

.rightNavItem p.toTop a {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -197px -60px;
}

.rightNavItem a.weixin:hover {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat 8px -98px;
}

.rightNavItem a.app:hover {
	background: #fff url("https://www.afzhan.com/images/product/apphover.png") no-repeat center;
	background-size: 30px;
}

.rightNavItem a.qq:hover {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -38px -98px;
}

.rightNavItem a.home:hover {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -91px -98px;
}

.rightNavItem a.suggest:hover {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -144px -98px;
}

.rightNavItem p.toTop:hover a {
	background: #fff url("https://www.afzhan.com/images/product/productList.png") no-repeat -197px -97px;
}

.appItem {
	position: absolute;
	right: 55px;
	padding: 14px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	width: 140px;
	top: 5px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}

.appItem:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 13px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}

.appItem img {
	margin-top: 10px;
}

.appItem b {
	color: red;
}

.weixinItem {
	top: 59px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 112px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.gizle {top: 0;}
.searchBox .logo img{
	height: 72px;
}

@media only screen and (min-width: 1160px) and (max-width: 1366px) {
	.w {
		width: 1090px;
	}
	.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;
	}
	.companyPar dl dt {
		width: 85px;
	}
	.companyPar dl dd {
		width: 1160px;
	}
	.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;
	}
	.companyPar dl dt {
		width: 95px;
	}
	.companyPar dl dd {
		width: 1250px;
	}
	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 table {
		height: 93px;
	}
	.companyPar dl dt {
		width: 80px;
	}
	.companyPar dl dd {
		width: 745px;
	}
	.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;
		margin: 0;
	}
	.companyList ul li::after {
		left: 15px;
		right: 15px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w {
		width: 1200px;
	}
	.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 table {
		height: 110px;
	}
	.companyPar dl dt {
		width: 80px;
	}
	.companyPar dl dd {
		width: 865px;
	}
	.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;
	}
}
