body {
	margin: 0;
	padding: 0;
	font: 14px/30px "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	background: #ffffff;
	color: #343434;
	overflow-x: hidden;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img {
	vertical-align: top;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #343434;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
}
.p_0em {
	text-indent: 0em !important;
}
/*--------统一顶部导航-------*/
.wrapper_Html {
	width: 1200px;
	margin: 0 auto;
}
.siderbar_submit a {
	color: #fff;
}
.listMenu {
	width: 1200px;
	height: 12px;
	padding: 20px 0;
	margin: 0 auto;
}
.listMenu li {
	padding: 0 23px;
	width: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	font: 13px/13px "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}
.listMenu li.first {
	padding-left: 16px;
}
.listMenu li.last {
	border-right: none;
	padding-right: 0;
}
.listMenu a:hover {
	text-decoration: underline;
}
.wrapper_adv {
	height: 90px;
	position: relative;
	width: 100%;
}
/*--------LOGO 相信品牌的力量-------*/

.logo {
	height: 47px;
	padding: 15px 0;
}
.logo h1 {
	font: bold 30px/47px "Microsoft Yahei";
	float: left;
}
.logo i {
	font: bold 30px/47px "Microsoft Yahei";
	padding: 0 20px 0 15px;
	float: left;
}
.logo a {
	color: #00a2ea;
}
/*-------- 导航条 -------*/
.nav {
	height: 48px;
	width: 100%;
	background: #00a2ea;
}
.nav li {
	width: auto;
	height: 48px;
	border-right: 1px solid #0084bf;
	padding: 0 46px;
	float: left;
	font: 18px/48px "Microsoft Yahei";
	color: #fff;
}
.nav li:hover {
	background: #0084bf;
}
.nav .first {
	background: #0084bf;
}
.nav a {
	color: #fff;
	cursor: pointer;
}
.nav .first a {
	background: url(../images/homeIcon.png) no-repeat center left #0084bf;
	padding-left: 25px;
}
.nav li.last {
	border: none;
	background: #f19f00;
	width: 200px;
	padding: 0;
	text-align: center;
}
.nav li.last a {
	font: 20px/48px "Microsoft Yahei";
	letter-spacing: 3px;
	font-weight: bold;
}
.path a:hover, .recommend a:hover, .hotBrand a:hover, .nav li.last a:hover {
	text-decoration: underline;
}
/*----------------------------------------------- 品牌库首页 ------------------------------------------------*/

/*-------- 首屏焦点图开始 -------*/
#main_promo {
	height: 400px;
	width: 838px;
	margin-left: -420px;
	position: relative;
	top: 0;
	left: 50%;
	overflow: hidden;
	z-index: 0;
	border: 1px solid #eee;
}
#main_promo img {
	width: 100%;
}
.promoWD {
	width: 840px;
	height: 400px;
	position: relative;
	background: silver;
	float: left;
	margin-top: 20px;
}
.slide {
	display: block;
	float: left;
	width: 840px;
}
#dots {
	height: 13px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#dots li {
	width: 23px;
	height: 13px;
	float: left;
}
#dots li a {
	width: 10px;
	display: block;
	height: 10px;
	background-color: #fff;
	border-radius: 5px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 5px; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 5px; /* Webkit浏览器的私有属性 */
}
#dots li.act a {
	background-color: #00a2ea;
}
/*-------- 首屏焦点图结束 -------*/
/*-----------选项卡-----------*/
.hotRight {
	width: 340px;
	height: 400px;
	margin: 20px 0 0 18px;
	float: right;
	border: 1px solid #eee;
	font-family: '微软雅黑';
	background: #f7f7f7;
}
.hotTitle {
	height: 50px;
	border-bottom: 1px dotted silver;
}
.hotTitle h3 {
	font: 18px/50px "Microsoft Yahei";
	color: #292929;
	float: left;
	padding-left: 20px;
}
.hotTitle a {
	float: right;
	padding-right: 20px;
	font: 13px/55px "Microsoft Yahei";
	color: #292929;
}
.hotRight ul {
	padding: 20px 0 20px 20px;
}
.hotRight ul li {
	margin-bottom: 15px;
	cursor: pointer;
}
@keyframes buzz-out {
 0% {
 transform: translateX(10px);
}
 100% {
 transform: translateX(-10px);
}
}
@-webkit-keyframes buzz-out {
 0% {
 -webkit-transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(-10px);
}
}
.hotRight li:hover, .busyList li:hover, .newsList li:hover {
	animation-name: buzz-out;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	-webkit-animation-name: buzz-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: buzz-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
}
.newsList li.frist:hover {
	animation-name: none;
}
.newsList li.frist img {
	width: 140px;
	height: auto;
}
.hotRight ul img {
	width: 100px;
	padding: 6px;
	border: 1px solid #eee;
	background: #fff;
	float: left;
}
.hotDetail {
	width: 165px;
	float: left;
	margin-left: 15px;
}
.hotDetail h4 a {
	color: #00a2ea;
	font: 15px/24px "Microsoft Yahei";
	letter-spacing: 1px;
}
.hotDetail h4 a:hover {
	text-decoration: underline;
}
.hotDetail p {
	color: #5d5d5d;
	font: 12px/18px "Microsoft Yahei";
	height: 36px;
	overflow: hidden;
	margin-top: 5px;
}
/*-------- 路径 -------*/
.path {
	font: 14px/13px "Microsoft Yahei";
	height: 13px;
	padding-left: 25px;
	margin: 20px 0;
	background: url(../images/ioc-path.png) no-repeat center left;
}
/*-------- 快速搜索 -------*/
.searchQuickly h4 {
	font: 22px/44px "Microsoft Yahei";
	margin: 10px 0;
}
.searchArea {
	padding: 10px 20px 30px 20px;
	;
	width: 1160px;
	height: auto;
	border: 1px solid #eee;
}
.searchArea li {
	margin: 25px 0;
	border-bottom: 1px solid #eee;
	font: 14px/23px "微软雅黑";
}
.searchArea p {
	float: left;
	background: url(../images/categoryIcon.png) no-repeat center left;
	height: 25px;
	width: 90px;
	border-right: 1px #eee solid;
	padding-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.searchArea li a {
	text-align: center;
	width: 65px;
	height: 25px;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
}
.searchArea li a:hover, .searchArea a.first {
	background: #00a2ea;
	color: #fff;
}
.searchArea .buyer p {
	background: url(../images/buyerIcon.png) no-repeat center left;
}
.buyer p a{
	width:80px !important;
	}
.searchArea .location {
	height: auto;
	padding-bottom: 10px;
}
.searchArea .cooperation p {
	background: url(../images/busiIcon.png) no-repeat center left;
}
.searchArea .investment p {
	background: url(../images/investIcon.png) no-repeat center left;
}
.searchArea #cityBtn a {
	width: 65px;
}
.searchArea .location p {
	background: url(../images/locIcon.png) no-repeat center left;
}
.searchArea .lei-h {
	height: 25px;
	overflow: hidden;
	width: 930px;
}
.searchArea .lei-h2 {
	height: auto;
	padding-bottom: 10px;
	width: 930px;
}
.searchArea p.more {
	float: right;
	cursor: pointer;
	width: 70px;
	height: 22px;
	background: #fff;
	border: 1px solid #007edc;
	color: #007edc;
	font: 13px/22px "Microsoft Yahei";
	border-radius: 4px;
	text-align: center;
	padding: 0;
	margin-right: 5px;
}
.productsWitdh {
	height: auto;
	float: left;
}
.productsWitdh2 {
	height: auto;
	float: left;
	padding-bottom: 30px;
}
/*-------- 搜索框 -------*/
.keySearch {
	padding: 10px 0;
 *padding-top:0;
}
.searchText {
	width: 500px;
	height: 36px;
	border: 1px solid #d2d2d2;
	padding: 0;
	float: left;
	border-right: 0;
	padding-left: 10px;
	line-height: 34px;
}
.btnSearch {
	padding-left: 20px;
	float: left;
	width: 110px;
	height: 36px;
	background: url(../images/search.png) no-repeat left center #00a2ea;
	border: none;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	font: 16px/30px "Microsoft Yahei";
	color: #fff;
}
.hot-city {
	font: 14px/38px "微软雅黑";
	float: left;
	margin-left: 30px;
}
.hot-city strong {
	color: #da251d;
}
.hot-city a {
	color: #484848;
	padding-left: 15px;
}
/*-----------童装品牌-----------*/
.childContent {
	width: 100%;
	height: 660px;
	padding-top: 30px;
}
.childNav {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #4b4b4b;
	margin-bottom: 30px;
}
.childNav img {
	padding-bottom: 15px;
	float: left;
}
.childNav a {
	width: auto;
	padding: 0px 10px 2px 10px;
	background: #00a2ea;
	float: right;
	margin-top: 10px;
	line-height: 24px;
	color: #fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
}
/*----------推荐品牌-----------*/
.recBrand {
	width: 272px;
	height: auto;
	background: url(../images/brandBg1.jpg) no-repeat top;
	padding: 90px 0 20px 0;
	text-align: center;
	float: left;
}
.recBottom {
	width: 272px;
	height: 21px;
	text-align: center;
	background: url(../images/brandBg2.jpg) no-repeat bottom;
}
.recBrand img {
	width: 270px;
	height: 420px;
	border: 1px solid #eee;
}
.recBrand h5 {
	font: 16px/30px "Microsoft Yahei";
	margin: 10px 0 5px 0;
}
.recBrand a:hover, .brandRight a:hover {
	text-decoration: underline;
	color: #00a2ea;
}
/*----------最新品牌-----------*/
.brandCenter {
	width: 550px;
	height: 579px;
	float: left;
	background: #f5f5f5;
	margin-left: 15px;
}
.brandCenter .hd ul {
	height: 35px;
	background: #fff;
}
.brandCenterNav li {
	width: auto;
	height: 35px;
	float: left;
	padding: 0 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font: 18px/35px "Microsoft Yahei";
	text-align: center;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid #eee;
}
.brandCenterNav li.on {
	background: #00a2ea;
	color: #fff;
}
.brandCenterBrand {
	width: 100%;
	margin: 18px 15px;
}
.brandCenterBrand li {
	width: 160px;
	height: 117px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	position: relative;
	float: left;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	margin: 0 12px 12px 0;
}
.brandCenterBrand li .pic {
	width: 123px;
	height: 75px;
	margin: 20px auto;
	overflow: hidden;
}
.brandCenterBrand li a {
	width: 123px;
	height: 75px;
	display: table-cell;
 *display:inline;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}
.brandCenterBrand li img {
	max-width: 123px;
 *width:123px;
	padding: 0;
	margin: 0;
}
.brandCenterBrand .text {
	position: absolute;
	width: 143px;
	height: 20px;
	bottom: 0;
	left: 0;
	background: #00a2ea;
	-pie-background: #00a2ea;
	;/*IE6-8*/
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c800a2ea;, endColorstr=#c800a2ea); /*IE6-8*/
	color: #fff;
	padding: 5px 15px 5px 15px;
	font: 13px/22px "Microsoft Yahei";
	display: none;
	text-align: center;
}
.brandCenterBrand li:hover .text {
	display: block;
}
.brandCenterBrand li a {
	cursor: pointer;
}
.brandCenterBrand .text p {
	width: 133px;
	height: 30px;
	word-break: break-all;
	overflow: hidden;
	color: #fff;
}
.brandCenterBrand .text p.last {
	margin-bottom: 7px;
}
.brandCenterBrand .text span {
	color: #fcff01;
}
/*
.brandCenterBrand .text a {
	width: auto;
	height: 16px;
	padding:1px 40px;
	background: #fff;
	color: #00a2ea;
	text-align: center;
	font: 13px/16px "Microsoft Yahei";
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	cursor: pointer;
}
*/
.brandCenterBrand .text a:hover {
	background: #fcff01;
	color: #00a2ea;
}
/*----------推荐商机-----------*/
.brandRight {
	width: 345px;
	height: 570px;
	float: right;
	border: 1px solid #eee;
	border-top: 6px solid #e5e5e5;
}
.brandRight h3 {
	border-left: 6px solid #00a2ea;
	height: 23px;
	margin: 25px 0 0 20px;
	padding-left: 10px;
	font: 22px/20px "Microsoft Yahei";
	float: left;
}
.brandRight a {
	margin-top: 20px;
	padding-right: 20px;
}
.brandRight ul {
	border-top: 1px dotted silver;
	width: 300px;
	margin: 10px 0 0 17px;
	padding: 5px 10px 0 4px;
}
.busyList ul li {
	border-bottom: 1px solid #eee;
	background: url(../images/circleIcon.png) no-repeat center left;
	padding-left: 6px;
	width: 100%;
}
.brandRight ul li h5 {
	width: 295px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brandRight ul li a {
	font: 14px/38px "Microsoft Yahei";
	height: 38px;
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}
/*----------最新资讯-----------*/
.newsList {
	width: 100%;
	height: auto;
}
.newsList h3 {
	background: url(../images/line.jpg) no-repeat center;
	height: auto;
	width: 97%;
	margin: 25px 0 0 0;
	text-align: center;
	border: none;
}
.newsList h3 a {
	margin: 0;
	padding: 0;
}
.newsList h3 a:hover {
	text-decoration: none;
}
.newsList ul {
	padding: 10px 0 0 5px;
	border: none;
	width: 87%;
}
.brandRight .newsList li {
	border: none;
	height: 28px;
	margin-left: 5px;
}
.newsList li.frist {
	text-decoration: none;
	margin-left: 0;
	height: 160px;
 *height:150px;
}
.newsList li.frist a{
	width: 140px;
	height: 160px;
	overflow: hidden;
	float: left;
	padding-right: 0px;
    position:relative;
}
.frist_show div,.brandRight .newsList a.right div {
    position:absolute;
    width:100%;
    height:25px;
    bottom:0;
    left:0;
    z-index:9;
    background:#000;
    opacity:0.8;
    text-align:center;
}
.frist_show div p ,.brandRight .newsList a.right div p  {
    width:90%;
    z-index:9;
    background:#000;
    opacity:0.8;
    color:#fff;
    text-align:center;
    line-height:25px;
    margin:0 auto;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newsList li h5 {
	line-height: 28px;
}

.newsList a {
	line-height: 24px;
}
.brandRight .newsList a.right {
	float: right;
}
/*----------品牌新款-----------*/
.newArrival {
	width: 100%;
	height: 400px;
	margin: 30px 0 20px 0;
	overflow: hidden;
}
.arrivalTitle {
	height: 50px;
	background: url(../images/newArrival.png) no-repeat top center;
}
.arrivalTitle a {
	width: auto;
	padding: 0px 10px 2px 10px;
	background: #00a2ea;
	float: right;
	margin-top: 17px;
	line-height: 24px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.newPro {
	width: 1200px;
	height: 320px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
}
#prev-01, #next-01 {
	position: absolute;
	width: 32px;
	height: 66px;
	z-index: 3;
	top: 140px;
	opacity: 0.8;
	cursor: pointer;
}
#prev-01 {
	background: url(../images/left.png) no-repeat;
	left: 0;
}
#next-01 {
	background: url(../images/right.png) no-repeat;
	right: 0;
}
#prev-01:hover, #next-01:hover {
	opacity: 1;
}
.newProList {
	margin-top: 20px;
}
.newProList li {
	width: 225px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 18px;
}
.newProList li.last {
	float: right;
	margin-right: 0;
}
.newProList li .pic {
	width: 223px;
	height: 297px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.newProList li a {
	width: 223px;
	height: 297px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.newProList li img {
	width: 223px;
	z-index: 1;
}
.newProList li img:hover {
	opacity: 0.9
}
.newProList .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 225px;
	height: 30px;
	z-index: 2;
	background: #eee;
	-pie-background: #eee;/*IE6-8*/
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8eeeeee, endColorstr=#c8eeeeee); /*IE6-8*/
	text-align: center;
}
.newProList .text a {
	height: 30px;
	line-height: 30px;
}
.newProList .text h5 {
	font: 13px/30px "Microsoft Yahei";
}
.newProList .text h5 a {
	color: #00a2ea;
}
.banner01 img {
	width: 240px;
	height: 80px;
	border: 1px solid #dddddc;
}
.banner01 li {
	width: 242px;
	height: 82px;
	padding: 5px 10px 5px 0px;
	float: left
}
.banner01 li.last {
	padding-right: 0px;
	float: right
}
/*-------------------------------品牌列表页--------------------------------*/
/*-------- 左侧 -------*/
.contentLeft {
	width: 72%;
	_width: 864px;
	height: auto;
	float: left;
	margin-right: 3%;
}
/*-------- 右侧 -------*/
.contentRight {
	width: 25%;
	height: auto;
	float: right;
}
/*-------- 左侧列表 -------*/
.brandList li {
	width: 100%;
	height: auto;
	padding: 30px 0;
	border-bottom: 1px dotted #cdcdcd;
}
.contentLeft .brandList li.first {
	margin-top: 10px;
}
.brandList li.last {
	border: none;
}
.brandList .pic {
	width: 145px;
	height: 90px;
	padding: 15px 20px;
	float: left;
	overflow: hidden;
	border: 1px solid #eee;
}
.brandList .pic a {
	width: 145px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.brandList .pic img {
	max-width: 145px;
	max-height: 90px;
}
.brandContent {
	width: 640px;
	float: left;
	margin-left: 30px;
}
.brandContent h1 {
	font: 22px/40px "Microsoft Yahei";
	float: left;
	width: auto;
	max-width: 65%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brandContent a.leaveMsg {
	width: auto;
	background: #00a2ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 20px 2px 20px;
	line-height: 20px;
	color: #fff;
	float: right;
	margin-top: 10px;
}
.brandContent a.leaveMsg img {
	padding: 5px 6px 0 0;
}
.brandContent span {
	float: left;
	margin-left: 20px;
	line-height: 48px;
	color: #888;
    display:none;
}
.brandContent p {
	font: 13px/24px "Microsoft Yahei";
	color: #888;
}
.bInformation a {
	color: #00a2ea;
}
.brandContent a:hover {
	text-decoration: underline;
}
.bInformation {
	height: 70px;
	overflow: hidden;
}
/*-------- 右侧内容——推荐商机 -------*/
.recommend, .newProduct, .hotBrand, .childNews {
	height: auto;
	margin: 40px 0 0 5px;
}
.recommend h4, .newProduct h4, .hotBrand h4, .childNews h4 {
	font: 22px/25px "Microsoft Yahei";
	height: 25px;
	border-left: 6px solid #00a2ea;
	padding-left: 5px;
	float: left;
}
.recommend ul {
	margin: 10px 0 0 0;
}
.recommend a:hover, .newProduct a:hover, .hotBrand a:hover {
	text-decoration: underline;
}
.recommend ul li {
	border-bottom: 1px solid #eee;
	height: 40px;
	padding-left: 15px;
	background: url(../images/circle.png) left center no-repeat;
}
.recommend ul li h5 {
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brandRight ul li a {
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}
.recommend span {
	color: #00a2ea;
	font-weight: bold;
}
.newTitle {
	height: 40px;
	border-bottom: 1px dotted #d9d9d9;
}
.newProduct {
	margin-top: 30px;
}
.newProduct ul {
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.newProduct li {
	width: 140px;
	margin: 10px 0 5px 0;
	float: left;
	text-align: center;
}
.newProduct li.right {
	float: right;
	width: 140px;
	padding: 0;
}
.newProduct .pic {
	width: 140px;
	height: 176px;
	overflow: hidden;
	border: 1px solid #eee;
}
.newProduct .pic a {
	display: table-cell;
	vertical-align: middle;
	height: 178px;
}
.newProduct img {
	width: 140px;
}
.newProduct li p {
	text-align: center;
}
.brandNews .pic {
	width: 140px;
	height: 160px;
}
.brandNews .pic a {
	height: 160px;
}
.newProduct .brandNews h5 {
	font: 13px/20px "Microsoft Yahei";
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}
/*-------- 热门品牌 -------*/
.hotBrand ul {
	margin-top: 10px;
	padding: 0;
}
.hotBrand li {
	width: 140px;
	float: left;
	height: 90px;
	padding: 10px 0 10px 0;
	text-align: center;
}
.hotBrand li img {
	width: 115px;
	padding: 10px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.hotBrand li.right {
	float: right;
}
.hotBrand h5, .newProduct h5 {
	font: 14px/26px "Microsoft Yahei";
	width: 140px;
	overflow: hidden;
	height: 24px;
}
/*-------- 分页 -------*/
.page {
	width: 100%;
	text-align: center;
	font: 14px/28px "Microsoft Yahei";
	margin: 10px 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.page a {
	font: 15px/45px "Microsoft Yahei";
	padding: 12px 20px;
	border: 1px solid #e8e8e8;
	margin-right: 10px;
	color: #464646;
}
.page a.show {
	color: #fff;
	border: 1px solid #00a2ea;
	background: #00a2ea;
}
.page .active {
	color: #fff;
	border: 1px solid #00a2ea;
	background: #00a2ea;
}
.page a:hover {
	background: #00a2ea;
	color: #fff;
	border: 1px solid #00a2ea;
}
/*----------------------------------------------- 商机三级页 ------------------------------------------------*/

/*-------- 左侧内容 -------*/
.busyTitle {
	text-align: left;
	color: #2c2b2b;
	height: 48px;
	padding: 10px 0;
	background: #f7f7f7;
	width: 100%;
	max-width: 1200px;
	z-index: 999;
	border: 1px solid #eeeeee;
}
.busyTitle h2 {
	font: 24px/48px "Microsoft Yahei";
	width: auto;
	float: left;
	height: 48px;
	padding-left: 25px;
}
.busyTitle a {
	margin: 3px 25px 0 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #00a2ea;
	color: #fff;
	float: right;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	text-decoration: none;
	text-align: center;
	font: 22px/40px "Microsoft Yahei";
}
.contentLeft table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.contentLeft .busyInf tr {
	height: 65px;
	font: 15px/20px "Microsoft Yahei";
}
.contentLeft tr strong {
	color: #00a2ea;
	font-size: 15px;
}
.contentLeft .busyInf td {
	padding-left: 24px;
	border-bottom: 1px solid #eeeeee;
}
.joinItr {
	width: 100%;
	height: auto;
	padding: 30px 20px 0 20px;
	text-align: center;
}
.joinItr p {
	padding-bottom: 20px;
	width: 96%;
	text-align: left;
}
.joinItr img {
	margin-right: 40px;
	padding: 0 0 20px 0;
}
/*-------- 右侧内容 -------*/
.brandInf {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.brandLogo {
	margin: 30px auto 15px auto;
	text-align: center;
	width: 300px;
	border-bottom: 1px dotted #d9d9d9;
}
.brandLogo h2 {
	font: 18px/40px "Microsoft Yahei";
	padding-bottom: 10px;
}
.brandTitle {
	height: 25px;
	padding: 0px 15px 0 5px;
	border-left: 6px solid #00a2ea;
	margin: 10px 15px 10px 30px;
}
.brandTitle span {
	color: #00a2ea;
	margin-right: 5px;
}
.brandTitle h3 {
	font: 16px/25px "Microsoft Yahei";
	height: 16px;
	font-weight: bold;
}
.newTitle a {
	width: auto;
	height: 18px;
	padding: 2px 10px;
	float: right;
	border: 1px solid #00a2ea;
	line-height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
}
.brandTitle a, .newTitle a {
	color: #00a2ea;
}
.companyInf {
	height: 140px;
	padding: 0 25px 60px 30px;
	overflow: hidden;
}
.companyInf p {
	font: 13px/28px "Microsoft Yahei";
	text-indent: 2em;
}
.companyInf a {
	color: #00a2ea;
	text-decoration: underline;
}
/*********************　　三级页css　　*********************/
/*********　　三级页css　　*********/
.borderColor {
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/*左侧*/
.showLeft {
	width: 280px;
	float: left;
}
/*左侧*/
.showRight {
	width: 880px;
	float: right;
}
/* logo 品牌信息 */
.showLeft .brandInf {
	width: 85%;
	height: auto;
	padding: 0 20px 25px 20px;
	background: url(../images/bg.jpg) repeat;
}
.brandInf .brandLogo {
	width: 238px;
	height: 105px;
	background: #fff;
	margin: 25px 0 5px 0;
	text-align: center;
}
.brandInf .brandLogo a {
	width: 238px;
	height: 105px;
	display: table-cell;
	vertical-align: middle;
}
.brandInf .brandLogo img {
	width: auto;
	max-width: 238px;
	overflow: hidden;
	max-height: 100px;
}
.brandInf p {
	word-break: break-all;
	word-wrap: break-word;
	width: 186px;    /*品牌库左侧公司名对齐*/
    text-indent: -5.7em;
    margin-left: 66px;
}
.brandInf a.leaveMsgBtn {
	width: 40%;
	padding: 0 30%;
	background: url(../images/like.png) no-repeat #00a2ea;
	background-position: 70px 10px;
	color: #fff;
	height: 30px;
	display: block;
	text-align: right;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font: 16px/30px "Microsoft Yahei";
	letter-spacing: 1px;
	margin-top: 10px;
}
.brandInf a.leaveMsgBtn:hover {
	background: url(../images/like.png) no-repeat #00b1ff;
	background-position: 70px 10px;
}
/*公司简介*/
.showLeft .companyInf, .showLeft .tradeMsg, .moreBrand {
	width: 85%;
	height: auto;
	padding: 25px 20px 25px 20px;
	margin-top: 20px;
	overflow: hidden;
}
.showLeft .companyInf h2, .tradeMsg h2, .moreBrand h2, .brandDiv h2 {
	height: 20px;
	padding-left: 10px;
	font: 18px/20px "Microsoft Yahei";
	border-left: 5px solid #00a2ea;
	color: #00a2ea;
}
.showLeft .companyInf p {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px silver dashed;
	height: auto;
	overflow: hidden;
	text-indent: 0em;
}
/*招商信息*/
.showLeft .tradeMsg {
	height: auto;
}
.trandTitle a {
	font: 13px/18px "Microsoft Yahei";
}
.trandTitle {
	border-bottom: 1px silver dashed;
	height: 40px;
	margin-bottom:15px;
}
.trandTitle h2 {
	width: 800px;
}
.trandTitle h2 font {
	float: left;
}
.trandTitle h2 span {
	float: right;
	font-size: 14px;
	color: #f83e24;
	padding-right: 10px;
}
.tradeMsg ul, .moreBrand ul {
	margin-top: 10px;
}
.tradeMsg ul li {
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px #eee solid;
	font: 14px/40px "Microsoft Yahei";
}
.tradeMsg ul li a:hover {
	text-decoration: underline;
	color: #00a2ea;
}
.tradeMsg ul li.last {
	border: none;
}
/*看了该品牌的人还看了*/
.moreBrand {
	height: 340px;
	*height: 360px;/*ie7*/
	background: #f7f7f7;
}
.moreBrand ul {
	border-top: 1px silver dashed;
	padding-top: 20px;
}
.moreBrand ul li {
	width: 110px;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.moreBrand ul li .pic {
	width: 110px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}
.moreBrand ul li .pic a {
	width: 108px;
	height: 58px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
}
.moreBrand ul li img {
	max-width: 98px;
	background: #fff;
}
/*右侧css*/
/*右侧导航*/
.brandNav {
	width: 100%;
}
.brandNav li {
	float: left;
	width: 91px;
	margin-right: 7.5px;
	text-align: center;
}
.brandNav li.last {
	float: right;
	margin-right: 0;
}
.brandNav li a {
 width:;
	display: block;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 16px/30px "Microsoft Yahei";
}
.brandNav li a:hover, .brandNav a.on {
	background: #00a2ea;
	color: #fff;
}
/*品牌简介*/
.brandDiv {
	margin-top: 20px;
	height: auto;
	width: 800px;
	padding: 25px 40px;
}
.brandDiv p {
	margin-top: 10px;  
	/*text-indent: 2em;*/ /*品牌简介首行缩进字数*/
}
.brandDiv p strong{
	margin-left:7px;
	}
.brandDiv p a{
	line-height: 0;
}
.brandDiv p a {
	color: #00a2ea;/*float:right;*/
	
}
.brandDiv p a {
	/*display:block !important;*/
	height: 40px !important;
	overflow: hidden !important;
}
.brandDiv .trandTitle a {
	color: #00a2ea;
	margin-left: 8px;
}
/*产品展示*/
.productDiv, .storeDiv {
	background: #f7f7f7;
	height: auto;
	padding-bottom: 20px;
}
.productDiv ul, .storeDiv ul {
	margin-top: 25px;
}
.productDiv li {
	float: left;
	width: 260px;
	/*height: 430px;*/
	margin-right: 10px;
	text-align: center;
}
.productDiv li div {
	/*height: 390px;*/
    height: 344px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.productDiv li a {
	height: 30px;
	overflow: hidden;
	display: block;
}
.productDiv li div a {    
    /*height: 390px;*/
    width: 260px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.productDiv .last, .storeDiv li.last {
	float: right;
	margin-right: 0;
}
/*店铺形象*/
.storeDiv {
	height: auto;
}
.storeDiv li {
	float: left;
	width: 390px;
	height: 290px;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
}
.storeDiv li div {
	height: 260px;
	overflow: hidden;
	display: block;
}
.storeDiv li img {
	width: 390px;
}
/*品牌新闻*/
.brandNewsList {
	height: auto;
	padding-bottom: 20px;
}
.brandNewsList ul {
	margin-top: 10px;
}
.brandNewsList li {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	height: 160px;
}
.brandNewsList a.pic {
	width: 140px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.brandNewsList a.pic img {
	width: 140px;
}
.brandNewsList li div {
	width: 630px;
	padding-top: 10px;
	float: right;
	overflow: hidden;
}
.brandNewsList li .nullPic {
	width: 100%;
}
.brandNewsList h5 a {
	font: 18px/40px "Microsoft Yahei";
	color: #00a2ea;
}
.brandNewsList p {
	font: 13px/26px "Microsoft Yahei";
	color: #787878;
	margin-top: 10px;
}
.brandNewsList div a.more {
	color: #00a2ea;
}
.brandNewsList a:hover {
	text-decoration: underline;
}
.brandNewsList li.last {
	border: none;
}
.msg-box h2 {
	border: none;
	padding: 0;
}
/*招商信息css*/
ul.trandMesList {
	padding-left: 20px;
}
.trandMesList li {
	border-bottom: 1px dotted #cecdcd;
	padding: 15px 0;
	list-style-type: disc;
}
.trandMesList h5 {
	font: 16px/30px "Microsoft Yahei";
	color: #000;
	float: left;
	width: 535px;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.trandMesList span {
	float: right;
	font: 13px/30px "Microsoft Yahei";
	color: #8f8f8f;
}
/*-------- 分页 -------*/
.page {
	width: 100%;
	text-align: center;
	font: 14px/28px "Microsoft Yahei";
	margin: 40px 0 15px 0;
}
.page a {
	font: 15px/45px "Microsoft Yahei";
	padding: 10px 18px;
	border: 1px solid #eee;
	margin-right: 10px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f7f7f7;
}
.page a.show {
	background: #00a2ea;
	color: #fff;
	border: 1px solid #00a2ea;
}
.page a:hover {
	background: #00a2ea;
	color: #fff;
	border: 1px solid #00a2ea;
}
/*-------- 招商信息三级页 -------*/
.trandMessShow {
	width: 100%;
	margin-top: 20px;
}
.trandMessShow h3 {
	text-align: center;
	padding: 20px 0 10px 0;
	font: 26px/34px "Microsoft Yahei";
}
.trandMessShow h3 span {
	color: #00a2ea;
}
.trandMessShow i {
	width: 100%;
	text-align: center;
	display: block;
	font: 14px/30px "Microsoft Yahei";
	color: #8d8d8d;
}
.trandMessShow i span {
	/*margin-left: 20px;*/
}
.showContent {
	padding-top: 25px;
}
.showContent img {
	margin: 10px 0;
}
.showContent p {
	margin: 0;
}
.trandMessShow p {
	text-indent: 0em;
}
.trandMessShow .pic {
	text-align: center;
}
/*-------- 加盟细则 -------*/
.brandDiv table.joinMsg {
	border: 1px solid #eee;
	width: 100%;
	height: 120px;
	margin: 35px 0 20px 0;
	border-collapse: collapse;
	border-spacing: 10px 50px;
	font: 15px/40px "Microsoft Yahei";
}
.brandDiv table.joinMsg tr td {
	border: 1px solid #eee;
	padding-left: 50px;
}
.brandDiv table.joinMsg span {
	color: #00a2ea;
}
.brandDiv .joinDetail p, .txt-h2 p {
	padding: 0;
	margin: 0;
	text-indent: 0;
}
.trColor {
	background: #f7f7f7;
}
.brandDiv .joinDetail {
	max-height: 425px;
	overflow: hidden;
	font: 13px/30px "Microsoft Yahei";
}
.txt-h2 {
	height: 100%;
	font: 13px/30px "Microsoft Yahei";
}
#read-all {
	width: 261px;
	height: 42px;
	margin: 15px auto 30px auto;
	font: bold 20px/42px "Microsoft Yahei";
	text-align: center;
	cursor: pointer;
	color: #00a2ea;
	width: 100%;
	height: 42px;
	border: 1px solid #00a2ea;
	border-radius: 30px;
	background: url(../images/ioc-read.png) no-repeat;
	background-position: 58% 50% !important;
}
#read-all {
	background-position: 58% 50% !important;
}
/*联系方式css*/
.contact-mian {
	color: #434343;
	font: 14px/35px "Microsoft Yahei";
	padding-bottom: 20px;
}
/*新闻列表页*/
.brandDiv .newsMsgList li {
	padding: 30px 0;
}
.brandDiv .newsMsgList {
	height: auto;
	padding-bottom: 10px;
}
.brandDiv .page {
	margin: 0;
	margin-top: 30px;
}
/*新闻三级页css*/

.newsMsgShow h3 img {
	padding-left: 10px;
	padding-top: 8px;
	margin: 0;
}
.newsMsgShow .summary {
	background: url(../images/bg.jpg) repeat;
	height: auto;
	width: 740px;
	border: 1px #eee solid;
	padding: 0 20px 20px 30px;
	margin: 20px 0;
}
.newsMsgShow .summary p {
	text-indent: 0em;
	font: 13px/30px "Microsoft Yahei";
}
.newsMsgShow .summary span {
	color: #00a2ea;
}
.newsMsgShow img {
	margin: 20px 0 10px 0;
}
.newsMsgShow .showContent {
	font: 15px/30px "Microsoft Yahei";
}
.newsMsgShow .copyRight {
	padding: 20px 0;
	font: 15px/30px "Microsoft Yahei";
	border-bottom: 1px solid #eee;
}
.newsMsgShow p {
	text-indent: 0;
}
.copyRight a {
	color: #00a2ea;
	text-decoration: underline;
	float: left;
	width: auto;
}
.copyRight p {
	color: #777777;
	text-align: center;
	width: auto;
	padding: 0;
	margin: 0;
}
.newsMsgShow .moreNews {
	margin-top: 20px;
}
.newsMsgShow .moreNews p {
	font: 15px/30px "Microsoft Yahei";
	text-indent: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.newsMsgShow .moreNews a {
	color: #00a2ea;
}
.newsMsgShow .moreNews a:hover {
	text-decoration: underline;
}
.newsMsgShow .moreNews span {
	color: #bbbbbb;
	margin-left: 80px;
	font-weight: normal;
	font: 13px/30px "Microsoft Yahei";
}
/*产品展示css*/
.allProducts {
	widht: 100%;
	height: auto;
}
.allProducts dl.seasonClass {
	float: left;
	width: 850px;
	margin-top: 20px;
}
.allProducts .seasonClass dt {
	width: auto;
	height: 60px;
	float: left;
}
.allProducts .seasonClass dd a {
	float: left;
	width: 75px;
	margin: 0 2px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 13px/24px "Microsoft Yahei";
	margin-top: 5px;
}
.allProducts .seasonClass a:hover, .seasonClass a.on {
	background: #00a2ea;
	color: #fff;
}
.allProducts ul {
	height: auto;
	margin-bottom: 30px;
}
.allProducts li {
	width: 192px;
	/*height: 310px;*/
    height: 295px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-top: 25px;
	text-align: center;
	position: relative;
}
.allProducts li div {
	width: 192px;
	/*height: 285px;*/
    height: 255px;
	overflow: hidden;
}
.allProducts li a {
	/*height: 285px;*/
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #eee;
}
.allProducts li.last {
	float: right;
	margin-right: 0;
}
.allProducts img {
	width: 190px;
	height: auto;
	vertical-align: middle;
}
.allProducts img:hover {
	opacity: 0.8;
}
.allProducts li p a {
	padding: 0;
	margin: 0;
	font: 13px/40px "Microsoft Yahei";
	text-indent: 0em;
	width: auto;
	height: 30px;
	display: block;
	background: #00a2ea;
	opacity: 0.8;
	color: #fff;
	position: absolute;
	bottom: 0;
	border: 0;
	width: 180px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #eee;
	border-top: none;
}
.allProducts li p a:hover {
	text-decoration: underline;
}
/*产品展示css*/
.products-mian {
	width: 808px;
	position: relative;
	margin-top: 35px;
}
.products-mian .big-pic {
	max-width: 690px;
	text-align: center;
	margin: 0 auto
}
.products-mian .big-pic img {
	max-width: 600px;
}
.products-mian .big-pic p {
	font: 14px/40px "Microsoft Yahei";
	margin: 0;
	padding: 0;
}
.prev, .next {
	width: 47px;
	height: 85px;
	position: absolute;
	top: 42.5%;
}
.prev {
	background: url(../images/show-left.png) no-repeat right;
	left: 0;
}
.prev:hover {
	background: url(../images/show-left-hover.png) no-repeat  right;
}
.next {
	background: url(../images/show-right.png) no-repeat left;
	right: 0;
}
.next:hover {
	background: url(../images/show-right-hover.png) no-repeat left;
}
table.productDetail {
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-collapse: collapse;
}
table.productDetail tr {
	height: auto;
	line-height: 40px;
}
table.productDetail td.frist {
	background: #f2fafe;
	width: 110px;
}
table.productDetail td {
	border: 1px solid #eee;
	padding: 0 5px;
}
/*产品展示更多*/
.moreProducts {
	width: 100%;
	height: 320px;
	margin-top: 30px;
}
.moreProducts li {
	width: 190px;
	height: 340px;
	overflow: hidden;
	float: left;
	margin-right: 13px;
}
.moreProducts li p {
    font:14px/30px "微软雅黑";
    height:60px;
    overflow:hidden;
    }
.moreProducts li a {
	width: 190px;
	height: 250px;
	overflow: hidden;
}
.moreProducts li img {
	width: 190px;
}
.moreProducts li.last {
	float: right;
	margin-right: 0;
}
.moreProducts li img:hover {
	opacity: 0.8;
}
.moreProducts li p, .allStores li p {
	margin: 0;
	padding: 0;
	text-indent: 0em;
	text-align: center;
}
/*店铺形象css*/
.allStores {
	width: 100%;
	height: auto;
}
.allStores li {
	width: 260px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.allStores li a {
	width: 260px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}
.allStores li.last {
	float: right;
	margin-right: 0;
}
.allStores li div {
	width: 260px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #eee;
}
.allStores li div a {
	width: 260px;
	height: 180px;
	vertical-align: middle;
	display: table-cell;
}
.allStores li a img {
	text-align: center;
	width: 260px;
}
.allStores li a p a {
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.allStores li p a:hover {
	text-decoration: underline;
}
.moreStores {
	height: 220px;
}
.moreStores li {
	width: 260px;
	float: left;
	margin-right: 10px;
}
.moreStores li a img {
	width: 260px;
}
#msgnew .trandTitle h2 {
	color: #00a2ea;
	border-left-color: #00a2ea;
	font: 20px/20px "Microsoft Yahei";
	font-weight: bold;
}
/*广告*/
.img_tips {
	width: 24px;
	height: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0px;
	background: url("http://css.china-ef.com/images/2016/icon-ad.png") no-repeat;
}
