﻿@charset "utf-8";
/*地区*/
.region {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #0092dd;
	margin-top: 20px;
}

.region-left {
	width: 100px;
	height: 100px;
	float: left;
	background-color: #0092dd;
	color: #fff;
}

.region-right {
	width: 1100px;
	height: 100px;
	float: left;
	font-size: 1.4em;
	position: relative;
}

.re {
	margin: 0 auto;
	width: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 1.6em;
}

.country {
	margin: 30px 0px 30px 40px;
}

#provinces {
	margin: 37px 20px 30px 20px;
	width: 150px;
	height: 24px;
}

#city {
	margin: 30px 20px 30px 20px;
	width: 150px;
	height: 24px;
}

#area {
	margin: 30px 20px 30px 20px;
	width: 150px;
	height: 24px;
}

#country {
	margin: 30px 20px 30px 20px;
	width: 150px;
	height: 24px;
}

.search1 {
	position: absolute;
	right: 30px;
	top: 33px;
	width: 100px;
	height: 30px;
	border: 0px;
	background-color: #0092dd;
	outline: none;
	color: #fff;
	border-radius: 15px;
}

.banner {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
}

.banner img {
	width: 1200px;
	height: 350px;
}

.banner p {
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
}

.p-a {
	color: #0092dd;
	margin-left: 1100px;
	text-decoration: underline;
	font-size: 1.4em;
	position: absolute;
	right: 0px;
	top: 25px;
}
/*行业*/
.industry {
	width: 1200px;
	height: 100px;
	min-height: 100px;
	height: auto !important;
	margin: 0 auto;
	border: 1px solid #0092dd;
	margin-top: 20px;
	word-wrap: break-word;
	word-break: normal;
}

.industry .country {
	font-size: 1.4em;
}

.rel {
	margin: 0 auto;
	width: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 1.6em;
}

.industry-left {
	width: 100px;
	height: 100%;
	float: left;
	background-color: #0092dd;
	color: #fff;
}

.industry-right {
	width: 1100px;
	height: 100%;
	float: left;
	position: relative;
}

#industry {
	margin: 37px 20px 30px 20px;
	width: 180px;
	height: 24px;
}

#industry1 {
	margin: 37px 20px 30px 20px;
	width: 280px;
	height: 24px;
}

.search2 {
	position: absolute;
	right: 330px;
	top: 33px;
	width: 100px;
	height: 30px;
	border: 0px;
	background-color: #0092dd;
	outline: none;
	color: #fff;
	border-radius: 15px;
}

.selectt {
	color: #0092dd;
}
/*品牌*/
.brand {
	width: 1200px;
	height: 900px;
	margin: 20px auto;
	min-height: 900px;
	height: auto !important;
	position: relative;
}

.brand p {
	height: 50px;
}

.brand p span {
	height: 50px;
	line-height: 50px;
	width: 150px;
	display: block;
	background-color: #0092dd;
	color: #fff;
	font-size: 2.0em;
	text-align: center;
}

.brand-pic {
	border: 1px solid #ccc;
	width: 1200px;
	height: 800px;
	min-height: 800px;
	height: auto !important;
}

.brand-pic ul {
	width: 1200px;
	height: 400px;
	min-height: 800px;
	height: auto !important;
	border-bottom: 1px solid #ccc;
        background-color:#E8E8E7;
}

.brand-pic ul li {
	width: 194px;
	height: 194px;
	float: left;
}

.brand-pic img {
	width: 194px;
	height: 194px;
}

.brand-pic ul img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	box-shadow: 2px 2px 2px 2px #040404;
}

.li1 {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
        border:3px solid;
}

.li2 {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}