@charset "utf-8";
/*品牌分类CSS*/
#ibrand {
	padding:50px 0;
	background:url(images/ipro_bg.jpg) no-repeat fixed center;
	background-size:100% auto;
}
.ibrand {
	width:1200px;
	margin:0 auto;
}
.ibrand h2 {
	color:#fff;
	text-shadow:1px 2px 2px rgba(0, 0, 0, 0.8);
}
.ibrand h2 i {
	color:#fff;
}
.ibrand ul {
	margin:10px 0 0;
}
.ibrand li {
	float:left;
	width:16.666%;
	padding:10px;
	box-sizing:border-box;
}
.ibrand dl {
	position:relative;
	padding:10px;
	text-align:center;
-o-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
-ms-transition:all .3s;
transition:all .3s;
	cursor:pointer;
	background:#fff;
	border-radius:100%;
	box-shadow:0 0 5px #333;
}
.ibrand dl a {
	display:block;
	overflow:hidden;
}
.ibrand dt img {
	width:100%;
-o-transition:all .35s;
-moz-transition:all .35s;
-webkit-transition:all .35s;
-ms-transition:all .35s;
transition:all .35s;
	border-radius:100%;
}

.xh{border-radius:1%!important;}
.idl2{border-radius:1%!important;}
.ibrand li:hover dt img {
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	-ms-filter:grayscale(1);
	-o-filter: grayscale(1);
	filter:grayscale(1);
	filter:gray;
	-webkit-filter:gray;
	-ms-filter:gray;
	-o-filter:gray;
	-webkit-transform:translateZ(0);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-o-transition:all .35s;
-moz-transition:all .35s;
-webkit-transition:all .35s;
-ms-transition:all .35s;
transition:all .35s;
	transform:rotatey(360deg);
	-o-transform:rotatey(360deg);
	-ms-transform:rotatey(360deg);
	-webkit-transform:rotatey(360deg);
	-moz-transform:rotatey(360deg);
}
.ibrand dd {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	background:#212B5A;
	line-height:48px;
	font-size:22px;
	margin:-24px 0 0;
	content: '';
	-webkit-transform:translate3d(0, 80px, 0);
	transform: translate3d(0, 80px, 0);
	opacity:0;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-o-transition:opacity 0.35s, -o-transform 0.35s;
	-ms-transition:opacity 0.35s, -ms-transform 0.35s;
	-moz-transition:opacity 0.35s, -moz-transform 0.35s;
}
.ibrand dl:hover dd {
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	color:#fff;
-o-transition:all .35s;
-moz-transition:all .35s;
-webkit-transition:all .35s;
-ms-transition:all .35s;
transition:all .35s;
}
.float_clear {
	clear:both;
}
.h35 {
	height:35px;
}

/**关于我们**/
#iabout {
    padding: 10px 0;
    position: relative;
    box-shadow: 0 0 10px #C8C8C8;
    z-index: 2;
}
#index h2 {
    position: relative;
    height: auto;
    background: #e0134e;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: #fff;
    box-shadow: 0 0 5px #333;
    width: 300px;
    margin: 0 auto;
    border-radius: 22px;
}
#index h2 i {
    display: block;
    line-height: 78px;
    text-align: center;
    font-size: 60px;
    color: #fff;
}
#index h2 span {
    display: block;
    line-height: 40px;
    font-size: 30px;
}
#index h2 em {
    display: block;
    line-height: 39px;
    font-size: 30px;
    text-transform: uppercase;
}
.iabout {
    margin: 30px auto 0;
    width: 1200px;
}
.table { border-collapse:collapse; width:100%; text-transform:uppercase; text-align:center; vertical-align:middle; }
.table td { padding:10px; border:1px solid #ccc; font-size:16px; }
.table .title { font-size:18px; }
.table .small { width:100px; }
.table .big { width:260px; }
.txtr{text-align: right;}