* {
	padding: 0;
	margin: 0
}

body {
	font-family: "Microsoft YaHei" !important;
	padding: 0;
	margin: 0 !important;
	overflow-x: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #7b7b7b;
}

a:hover {
	text-decoration: none !important;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

p {
	margin: 0;
}

a:focus {
	text-decoration: none !important;
}

.clearfix::after {
	clear: both;
	display: block;
	height: 0;
	content: '';
}

img {
	/* max-width:100%; */
	vertical-align: top;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}


.header {
	background-color: #0c0c0c;
	padding-bottom: 1px;
	position: fixed;
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
	height: 56px;
}

.header .logo {
	margin: 0 auto;
	padding-top: 16px;
}

.header ul {
	float: right;
}

.header ul li {
	display: inline;
	float: left;
	padding: 0;
	height: 53px;
	line-height: 56px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	overflow: initial !important;
}

.header ul li a {
	color: #f7f4f4;
	display: block;
	padding: 0 20px !important;
	font-size: 14px;
}

.header ul li a:hover {
	background: #3C9DFF;
	color: #fff;
	padding: 0 24px;
}

.header .hd.on {
	background: #3C9DFF;
	color: #fff;
}

.header .bd {
	position: absolute;
	left: 50%;
	top: 44px;
	width: 150px;
	margin-left: -50%;
	text-align: center;
	background: rgba(10, 10, 10, 0.97);
	box-shadow: rgba(204, 204, 204, .5) 1px 1px 5px 2px;
	padding: 0 0;
}

.header .bd li {
	border-top: 1px solid #d6d6d6;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
}

.header .bd li:first-of-type {
	border: none;
}

.header .bd a {
	color: #f7f4f4;
	display: block;
	padding: 0 0px !important;
	font-size: 14px;
}
@font-face { font-family: 'iconfont';  /* project id 398496 */ src: url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.eot'); src: url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.woff2') format('woff2'), url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.woff') format('woff'), url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.ttf') format('truetype'), url('//at.alicdn.com/t/font_398496_jrhdtxd2c3g.svg#iconfont') format('svg'); }
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; vertical-align: middle; }
.topSearch { width: 160px; height: 24px; line-height: 24px; float: right; margin-top: 15px; background: #333; border-radius: 4px; position: relative; padding: 0 40px 0 10px; }
.topSearch .searchText { background: none; width: 100%; height: 24px; line-height: 24px; color: #fff; border: 0;}
.topSearch .searchBtn  { width: 40px; height: 24px; text-align: center; color: #999; position: absolute; right: 0; top: 0; background: none; border: none; padding: 2px 2px;}

.asc {

	background-color: #000000;
}

.yodong {
	color: #fff;
	width: 1000px;
	margin: 0rem auto;
}

.yodong h2 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.yodong ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.yodong ul li {
	overflow: hidden;
	position: relative;
	border-radius: 1.87rem;
	width: calc((100%)/4);
	margin-right: 1.25rem;
	box-sizing: border-box;
	margin-bottom: 1.87rem;
}

.yodong ul li .donghua {
	opacity: 0.3;
	width: 100%;
	z-index: 20;
	bottom: -60%;
	height: 60%;
	position: absolute;
	background: -webkit-linear-gradient(black, blue);
	background: -o-linear-gradient(black, blue);
	background: -moz-linear-gradient(black, blue);
	background: -mos-linear-gradient(black, blue);
	background: linear-gradient(black, blue);

}

.yodong ul li img {
	width: 50%;
	display: block;
	margin: 20px auto 10px auto;
}

.yodong ul li p {
	font-size: 1.37rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.yodong ul li:hover .donghua {
	transform: translateY(-100%);
}

.hezuo {
	width: 1000px;
	margin: 1.25rem auto;
}

.hezuo h2 {
	font-size: 1.5rem;
	font-weight: bold;
}

.hezuo .ull ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.hezuo .ull ul li {
	overflow: hidden;
	width: calc((100%)/5);
}

.hezuo li img {
	width: 100%;
	transition: all 0.5s;
}

.hezuo li:hover img {
	transform: scale(0.8);
}


footer {
	background-color: #000000;
}

.footer {
	padding: 1.25rem 0;
	margin: 0rem auto;
	display: flex;
	color: #fff;
}

.footer .left {
	display: flex;
	justify-content: space-around;
	flex: 1;
}

.footer .left .jiacu {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.62rem;
}

.footer .right {
	flex: 1;
	padding: 0.62rem 0;
	display: flex;
}

.footer .right .r-le {
	flex: 1;
}

.footer .right .r-le img {
	display: block;
	margin: 0rem auto;
}

.footer .right .r-le p {
	font-size: 1.25rem;
	line-height: 1.87rem;
}

footer .sd {
	margin: 10px auto 30px auto;
	text-align: center;
	color: #7b7b7b;
}

.youqing {
	color: #fff;
}



.youqing ul {
	display: flex;
	flex-wrap: wrap;
}

.youqing ul li {
	margin: 0rem 0.62rem;
}




/* 产品列表页 */
.option-title {
	width: 100%;
	background: #fafafa;
	border-right: #dddddd 1px solid;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle !important;
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px 0;
}

.option-item {
	margin-top: 3px;
	float: left;
	margin-bottom: 5px;
}

.option-itemprpl {
	padding-right: 1px;
    padding-left: 1px;
}

.option-item a {
	padding: 5px 18px;
	border-radius: 3px;
}

.option-item .on {
	color: #f10707;
}

.option-item a:hover {
	background: #3C9DFF;
	color: #ffffff;
}

.option-item .hover {
	background: #3C9DFF;
	color: #ffffff;
}

.list-product .price {
	color: #e3101e;
	text-align: center;
	padding-top: 5px;
}

.list-product h5 {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
	height:32px;
}

.list-product a:hover h5 {
	color: #ffc020;
}

/*分页*/
.yc_page {
	margin: 10px 0;
	float:right;
}

.yc_page li {
	text-align: left;
	float: left;
	line-height: 20px
}

.yc_page li {
	padding: 4px 10px;
	margin: 2px;
	border: #eee 1px solid;
	color: #999;
	background: #FFF;
	text-decoration: none;
	text-align: left;
	float: left
}

.yc_page li a:hover {
	color: #ff8106;
}

.yc_page li:active {
	border: #999 1px solid;
	color: #666;
}

.yc_page .thisclass {
	padding: 4px 10px;
	border: #dedede 1px solid;
	background: #ff8106;
	font-weight: bold;
	color: #fff;
	margin: 2px;
	text-align: left;
	float: left
}

.yc_page .disabled {
	border: #dedede 1px solid;
	padding: 4px 10px;
	margin: 2px;
	color: #999;
	background: #ff8106;
}

.yc_page .table .tr .form .td li {
	height: 22px;
	margin: 0;
	border: 0;
}

.article-position {/* 
	
	background: rgba(105, 111, 114, .4); */
	border-bottom: 1px solid rgb(105, 111, 114);
	border-bottom: 1px solid rgba(105, 111, 114, .4);
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff
		/*url(../images/zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.product-para h4 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

.product-para p {
	height: 35px;
}

.product-para .para-name {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 15px;
	line-height: 30px;
	
}

.product-para .para-value {
	font-size: 16px;
	line-height: 30px;
}

.product-para .price {
	font-size: 24px;
	color: #e3101e;
}

.product-info-title {
	border-bottom: #fab913 2px solid;
	padding: 10px 10px 0px 10px;
	color: e3101e;
	margin-bottom: 10px;
}

.zl_telbox {
	padding-top: 20px;
}

.zl_tel {
	color: #e3101e;
	font-family: "Arial";
	font-size: 32px;
	text-align: right;
}

.zl_tel img {
	margin-top: 7px;
	margin-right: 10px;
}

.zl_zixu {
	position: relative;
}

.zl_zixu span {
	display: none;
	position: absolute;
	overflow: hidden;
	background: #fff;
	bottom: 55px;
	left: 30px;
}

.zl_zixu span img {
	padding: 8px;
	border: #ccc 1px solid;
}

.zl_zixu {
	width: 45% !important;
}

.zl_zixu img {
	width: 100%;
}

.zl_zixu a:hover span {
	display: inline;
}

.contact-banner{
    position: relative;
    overflow:hidden;
    padding:0;
    background:-webkit-linear-gradient(top,#0076d1,#5db8ff);
    background:-moz-linear-gradient(top,#0076d1,#5db8ff);
    background:-o-linear-gradient(top,#0076d1,#5db8ff);
    background:-ms-linear-gradient(top,#0076d1,#5db8ff);
}
.contact-banner .waves{
    position: absolute;
    height: 100%;
}
.contact-banner-box{
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.contact-banner-box h2{
    display: block;
    max-width: 10em;
    margin: 0px auto;
    line-height: 2em;
    border-bottom: 2px solid #fff;
    color: #f5f5f5;
}

.contact-banner-box h4{
    color: #f1f1f1;
}

.contact-banner-box .btn{
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
	background-color:#fff;
}

/* 首页新闻 */
#main{ width:100%; min-width:1200px; margin:0 auto; height:auto; overflow:hidden;   }
#main .w12{ width:1200px; margin:0 auto; height:auto; overflow:hidden;}
#main .box2{ width:100%; height:auto; overflow:hidden; margin-top:30px; /* background:#ddd; */}
/*#main .box2 h1{line-height:60px; font-size: 36px; color: #333; text-align: center;} */
#main .box2 .left{ width:575px; float:left; height:auto; overflow:hidden; margin-right:50px; background:#FFF; margin-bottom:30px;border: solid 1px #d9d9d9; }
#main .box2 .title{ width:100%; height:auto; overflow:hidden; font-size:20px; line-height:2em; padding:0 20px; border-bottom:1px #ddd solid;}
#main .box2 .title a{ float:right; font-size:14px; margin-right:40px;}
#main .box2 .tj{ width:546px; height:auto; overflow:hidden; margin:10px auto; border-bottom:1px #ddd dashed; padding-bottom:10px;}
#main .box2 .tj .icon{ width:242px; height:150px; margin-right:13px; float:left;}
#main .box2 .tj .tj-txt{ width:291px; float:left;}
#main .box2 .tj .tj-txt h3{background:url(https://static.whell.cn/mobile/css/images/index_jiahao.png) left center no-repeat; padding-left:20px; margin:0;}
#main .box2 .tj .tj-txt p{ text-indent:2em; line-height:1.8em;}
#main .box2 ul { display:block; width:95%; margin:0 auto;}
#main .box2 ul li{ display:block; width:100%; height:40px; line-height:40px; background:url(https://static.whell.cn/mobile/css/images/index_jiahao.png) left center no-repeat; padding-left:20px;}
#main .box2 ul li span{ float:right; margin-right:20px;}
#main .box2 .right{ width:575px; float:right; height:auto; overflow:hidden; background:#FFF; margin-bottom:30px;border: solid 1px #d9d9d9;}
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(https://static.whell.cn/pc/images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(https://static.whell.cn/pc/images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(https://static.whell.cn/pc/images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
/* .suspension .a-cart .i{background-position:-88px 0;} */
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(https://static.whell.cn/pc/images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(https://static.whell.cn/pc/images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(https://static.whell.cn/pc/images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:5px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(https://static.whell.cn/pc/images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
/* 新闻列表图文结构 */
.excerpt {
	border-bottom: 1px solid #F3F5F7;
	padding: 20px 20px 20px 255px;
	overflow: hidden;
	margin-bottom: -1px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.excerpt:hover {
	border-bottom: 1px solid #88D3F9;
	position: relative;
	z-index: 2;
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-transform: translate2d(0, 0px, -2px);
	transform: translate2d(0, 1px, -2px);
}
.excerpt:hover h2 a {
	color: #ee5b2e
}
.excerpt .focus {
	float: left;
	margin-left: -235px;
	width: 220px;
	overflow: hidden
}
.excerpt .thumb {
	width: 220px;
	height: 150px;
	-webkit-transition: 1s;
	transition: 1s
}
.excerpt .thumb:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.excerpt header {
	margin-bottom: 10px
}
.excerpt .cat {
	color: #fff;
	background-color: #45BCF9;
	padding: 3px 6px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 6px
}
.excerpt .cat:hover {
	opacity: 0.85;
	filter: alpha(opacity=85)
}
.excerpt .cat i {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #45BCF9;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}
.excerpt h2 {
	display: inline;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	font-weight: bold
}
.excerpt h2 a {
	color: #454545
}
.excerpt h2 a:hover {
	color: #ee5b2e
}
.excerpt time, .excerpt .pv, .excerpt .pc {
	margin-right: 20px
}
.excerpt .note {
	font-size: 12px;
	color: #999;
	word-wrap: break-word;
	line-height: 20px
}
.excerpt .meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px
}
.excerpt .meta .fa {
	margin-right: 4px
}
.excerpt .meta a {
	color: #999;
	text-decoration: underline
}
.excerpt .meta a:hover {
	color: #61B3E6
}
.excerpt-see {
	border-bottom: 2px solid #666666;
	padding: 20px;
	overflow: hidden
}
.excerpt-see h2 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
	font-weight: bold;
	margin: 0 0 15px
}
.excerpt-see h2 a {
	color: #454545
}
.excerpt-see h2 a:hover {
	color: #61B3E6
}
.excerpt-see p.note a {
	color: #ff5e52
}
.excerpt-see p.note a:hover {
	color: #61B3E6
}
.excerpt-see time, .excerpt-see .pv, .excerpt-see .pc {
	margin-right: 20px
}
.excerpt-see .meta {
	color: #999;
	margin-bottom: 15px;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F3F5F7
}
.excerpt-see .meta .fa {
	margin-right: 4px
}
.excerpt-see .meta a {
	color: #999;
	text-decoration: underline
}
.excerpt-see .meta a:hover {
	color: #61B3E6
}
.excerpt-see .article-content p {
	text-indent: 30px
}
.excerpt-see .article-content p:last-child {
	margin-bottom: 0
}
.excerpt-see .note {
	color: #666;
	margin-bottom: 0
}
.excerpt-see-index {
}
.excerpt-see-index h2 {
	font-size: 22px
}
.excerpt-see-index .meta {
	border-bottom: none;
	padding-bottom: 0
}
.excerpt-see-index .red {
	margin-left: -8px;
	color: #FF5E52
}
.article-header {
	margin-bottom: 20px;
	padding: 25px 0;
	border-bottom: 1px solid #F3F5F7;
	text-align: center
}
.article-title {
	margin-top: 0;
	font-size: 26px;
	line-height: 36px;
	color: #454545
}
.article-title a, .article-title a:hover {
	color: #555
}
.article-meta {
	font-size: 12px;
	color: #999
}
.article-meta .item {
	margin-right: 20px
}
.article-content {
	font-size: 15px;
	line-height: 25px;
	word-wrap: break-word
}
.article-content img {
	margin: 5px 0;
	max-width: 100%;
	height: auto
}
.article-content h2, .article-content h3, .article-content h4， .article-content h5 {
	padding: 10px 0;
	margin-bottom: 18px;
	color: #555;
	font-weight: bold
}
.article-content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0;
	border-bottom: 1px solid #F3F5F7
}
.article-content h3 {
	font-size: 16px
}
.article-content h4 {
	font-size: 15px
}
.article-content h5 {
	font-size: 14px
}
.article-content ul, .article-content ol {
	margin: 0 0 18px 46px
}
.article-content ul {
	list-style: disc
}
.article-content ol {
	list-style: decimal
}
.article-content li {
	margin-bottom: 6px
}
.article-content p {
	margin-bottom: 18px;
	word-wrap: break-word
}
.article-content pre {
	word-wrap: break-word
}
.article-content table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 100%;
	margin-bottom: 18px
}
.article-content table th {
	background-color: #f9f9f9;
	text-align: center
}
.article-content table td, .article-content table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
.article-content .alignnone {
	margin: 0 auto
}
.article-content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}
.article-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}
.article-content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}
.article-content .wp-caption {
	margin-bottom: 18px;
	background-color: #f6f6f6;
	padding: 10px 10px 1px;
	max-width: 100%
}
.article-content .wp-caption img {
	margin: 0 0 5px
}
.article-content .wp-caption p {
	margin-bottom: 10px;
	text-indent: 0
}
.article-content .wp-caption.alignnone {
	text-align: center
}
.article-content .wp-caption:hover .wp-caption-text {
	color: #61B3E6
}
.article-content a {
	text-decoration: underline;
	color: #61B3E6
}
.article-content a:hover {
	color: #ff6651
}
.article-content pre, .comment pre {
	margin: 20px 0;
	font: 12px/20px 'courier new';
	background: #272822;
	padding: 10px 15px;
	color: #F8F8D4;
	border: none
}
.article-content blockquote {
	margin: 30px 30px;
	padding: 15px 20px 1px;
	font-size: 16px;
	color: #999;
	border-left: 5px solid #EEE
}
.article-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}
.panel-heading li{
	margin-left:20px;
	float:left;
}
.panel-heading{
	height:42px;
}
.col-sm-10 li{
	float:left;
	margin-left:20px;
}
.bannes2 {
  clear: both;
  height: auto;
  width: 100%;
	margin-top:56px;
}
.container2{
	width: 1170px;
	margin:0 auto;
	margin-top:12px;
	padding-right: 15px;
padding-left: 15px;
}

.filter-tit {
  width: 14%;
  background: #fafafa;
  border-right: #dddddd 1px solid;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle !important;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
	float: left;
	margin-right:32px;
	margin-left:15px;
}
.filter-cen {
  margin-top: 3px;
  float: left;
  margin-bottom: 5px;
	width:80%;
}
.filter-boxs{
	height:42px;
}
.filter-cen .hover {
  background: #3C9DFF;
  color: #ffffff;
}
.filter-cen a {
  padding: 5px 18px;
  border-radius: 3px;
}
.container{
	margin-bottom:6px;
}
.row p{
	margin-bottom:16px;
}





