﻿

/* line 1, ../scss/component/common/content_wrapper.scss */
.content_wrapper {
	width: auto;
	margin: 0 50px;
}


/* line 1, ../scss/component/header/header.scss */
.header, .header--works, .header--about, .news .header--news {
	position: relative;
	height: 98px;
	padding-top: 100px;
	z-index: 1;
}


/* line 10, ../scss/component/header/header.scss */
.header__title {
	height: 32px;
}
/* line 13, ../scss/component/header/header.scss */
.header__title a {
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear;
	-webkit-transition-delay: 0s;
	transition: opacity 0.3s linear 0s;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 32px;
	color: #514639;
	font-family: "宋体";
	font-size: 34px;
	line-height: 30px;
	text-align:center;
	cursor: context-menu;
}
/* line 24, ../scss/component/common/mixin.scss */
/*.header__title a:hover {
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	opacity: 0.5;
}*/








/* Main wrap */
#wrap {
 color:#000;
 margin:0 auto;
 width:100%;
 text-align: center;
 /*margin-top:100px;*/
}


/* footer */

#footer{
 position: relative;
}

#footer_inner_wrap{
 margin: 20px auto;
 padding-top: 40px;
}

#footer_inner h3{
	line-height: 1.4; 
	margin-bottom: 1em;
}

#footer h2{
 text-align: center;
}


#footer_inner div.footer_list{
 margin: 20px 15px;
display:inline-block;
vertical-align: top;
}

#footer_inner .footer_list_img{
 width: 405px;
 height: 238px;
 overflow: hidden;
 background:url(../images/phtotbg.png) no-repeat;
 padding: 6px 2px 1px 2px;
}

#footer_inner .footer_list_img a{
	display: block;
}


#footer_inner .footer_list_txt{
 padding: 5px 0 5px 0;
 line-height: 1.5em;
 border: 1px solid #dbdbdb;
 margin-top: 5px;
}

#footer_inner .footer_list_txt h3{
 padding: 10px 0 0 0;
 font-size: 15px;
}

#footer_copyarea{
 background: #fff;
 padding: 40px 0 60px 40px;
 margin-top: 80px;
}

#footer_copyarea_inner{
 margin: 0 auto;
 text-align: left;
}

#worksButton{
	position: fixed;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

#worksButton a:hover img{
	background: #fff;
}





.selectBox {
display: inline-block;
margin: 0 auto;
min-width: 1005px;
text-align: left;
margin-bottom:30px;
}

.selectBox dl {
background: #f5f5f5;
display: block;
height: 40px;
font-size: 0;
width: 100%;
}

.selectBox dt {
font-family: "宋体";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: 700;
background: #322213;
border-top: 1px solid #5f5750;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-size: 13px;
margin-top: -1px;
height: 40px;
line-height: 1;
margin-right: 14px;
padding-top: 14px;
text-align: center;
vertical-align: middle;
width: 160px;
}

.selectBox dd {
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 1;
margin-right: 10px;
text-align: center;
vertical-align: middle;
min-width: 68px;
}

.selectBox dd label {
background: #fff;
border: 1px solid #fff;
box-sizing: border-box;
display: block;
cursor: pointer;
height: 27px;
line-height: 1;
min-width: 2em;
padding: 7px 7px 0;
position: relative;
vertical-align: top;
}

.selectBox dd label.select {
border: 1px solid #d4ad71;
color: #d4ad71;
cursor: auto;
}

.selectBox dd input {
opacity: 0;
filter: alpha(opacity=0);
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
box-sizing: border-box;
border: 0;
font-size: 0;
margin: 0;
height: 0;
padding: 0;
position: absolute;
width: 0;
}

.selectBox dd label:hover {
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
background: #ffffff;
color: #d4ad71;
}



.scJbCUl {
margin-bottom: 8px;
}

li.scCaseList a {
height: auto!important;
}

.scJbCUl ul a {
display: inline-block;
}

.scJbCUl ul li {
width: 60px;
height: 24px;
line-height: 24px;
background: #eeeeee;
margin-bottom: 0px!important;
text-align: center;
color: #666666;
font-size: 12px;
font-family: Microsoft YaHei;
margin-right: 5px;
float: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}




/*头部筛选*/


h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd {
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}


/*img{ border:none;}*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.layout {
 /*max-width:1180px; _width:1180px;*/
	width: 1180px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	position: relative
}


/*产品条件筛选公共部分 UI*/
.style-list {
	width: 878px;
 /*height:162px; */
	border: 1px solid #dbdbdb;
}

.style-list .slist-1 {
	position: relative;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed#dbdbdb;
	width: 100%;
}

.style-list .slist-1 ul li {
	float: left;
	padding: 0 8px;
	cursor: pointer;
	height: 24px;
	line-height: 22px;
	position: relative;
	top: 12px;
	margin-left: 15px;
}

.style-list .slist-1 ul li.title {
	padding: 0 5px !important;
}

.style-list .slist-1 ul {
	position: relative;
}

.style-list .slist-1 ul li:hover {
	background: #f5f5f5;
	color: #d4ad71;
}

.style-list .slist-1 ul li.touch {
	background: #f6efe9;
	color: #d4ad71;
}

.style-list .slist-1 ul li.icon {
	width: 23px;
	height: 22px;
	margin-left: 13px;
	position: relative;
	top: 10px;
}

.style-list .slist-1 ul li.title {
	width: 85px!important;
	height: 22px!important;
	display: inline-block;
	color: #666;
	font-weight: bold;
}

.style-list .slist-1 ul li.icon:hover {
	background: #fff;
}

.style-list .slist-1 ul li.title:hover {
	color: #666;
	font-weight: bold;
	background: #fff;
}

.style-list .noborder {
	border-bottom: none;
}

.style-list .nb2 a {
	color: #999999;
}

.style-list .nb2 ul li {
	padding: 0 5px;
}



/*案例改版页面修改*/
.inside-contanier-r-wrap .apl-yy {
	font-weight: bold;
}

.scAlCRight {
	width: 240px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}

.scAlCRight h2 {
	text-align: center;
	line-height: 30px;
	color: #dd4d1b;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
}

.scAlCRight h3 {
	text-align: center;
	line-height: 30px;
	color: #dd4d1b;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 14px;
}
/*.scJbBm .inside-contanier-r-wrap .apl-ul input{
	margin-left: -10px;
}
.scJbBm .inside-contanier-r-wrap .apl-ul input.w-auto{
	margin-left: 0px;
}*/ 
.inside-contanier-r-wrap .apl-ul li .modify-input {
	left: 0px!important;
}

.inside-contanier-r-wrap .apl-ul {
	width: 236px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

.inside-contanier-r-wrap .apl-ul input {
	float: left;
	margin: 0px;
	padding: 0px;
}

.header-step-box {
	display: none;
}



/*案例改版头部*/
.scAlCTop{
	overflow: hidden;
	float: left;
	position: relative;
	width: 1180px;
}
.style-list{
	width: 1180px;
}
.scAlCTop .style-list{
	width: 1180px;
}
.noborder ul li.scAlCYsR{
	width: 60px;
	height: 20px;
}
.tiaojian .des-l-s{
	float: right;
	right:0px;
}
.photo-wraper .photo-1ist ul li .photob a{
	width: 276px;
	height: 207px;
}
#picList .photob img{
	width: 276px;
	height: 207px!important;
}
.scAlCMain .inside-contanier-r-wrap{
	margin-top:40px;
}
/*改版局部空间部分*/

.photo-wraper .photo-1ist ul li .photob .floor ul li.collect{
	float: right!important;
	margin-left:200px;	
}
/*案例图集详情页面非原创部分*/
.scAlDetailF{
	width: 1180px;
	height: auto;
	margin:0 auto;
}
.scAlDetailFL{
	width: 880px;
	height: auto;
	float: left;
}
.scAlDetailFR{
	width: 280px;
	height: auto;
	float: right;
}
.scAlDetailFLTop{
	width:878px;
	height: 200px;
	padding-top: 30px;
	border:1px solid #dbdbdb;
	position: relative;
}
img.scAlYcbz{
	position: absolute;
	top:0px;
	right: 0px;
}
.scAlDetailFLTop h1,.scAlDetailFLTop h2{
	width: 100%;
	line-height: 24px;
	text-align: center;
	color:#fa4c06;
	font-size: 24px;
	font-family: Microsoft YaHei;
}

.scAlDetailGy{
	width: 700px;
	height: 24px;
	line-height: 24px;
	margin:0 auto;
	margin-top:20px;
	text-align: center;
}
.scAlDetailGy ul li{
	/*float: left;*/
	margin-right: 24px;
	line-height: 24px;
	color:#666666;
	font-size: 16px;
	font-family: Microsoft YaHei;
	display: inline;
	clear:both;
}
.scAlDetailGy ul li.scXgtDetailSx{
	padding-top:5px;
	width: 125px;
}
.scAlDetailGy ul li.scXgtDetailSx span{
}
.scAlDetailGy ul li span{
	color:#333333;
	/*
	font-weight: bold;*/
}
.scAlDetailGy ul li i{
	width: 60px;
	height: 20px;
	display: inline-block;
	background:#13b5b1;
	vertical-align: middle;
}
.scAlDetailDd{
	width: 100%;
	height: 60px;
	margin-top:40px;
	border-top:1px dotted #ccc;
}
.scAlDetailDd span{
	width: 60px;
	height: 60px;
	line-height: 25px;
	float: left;
	display: block;
	background: #959595;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.scAlDetailDd span i{
	display: block;
	width: 60px;
	height: 5px;
}
.scAlDetailDd p{
	width: 800px;
	height: 50px;
	line-height: 25px;
	margin-top:5px;
	float: left;
	margin-left: 10px;
	color:3666666;
	font-size: 12px;
	font-family: Microsoft YaHei;
	overflow: hidden;
}
.scAlDetailFLC{
	width: 878px;
	height: auto;
	border:1px solid #dbdbdb;
	margin-top:20px;
}
.scAlDetailFLCM{
	width:840px;
	height: auto;
	margin:0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
.scAlDetailFLCM img{
	max-width: 840px;
	height: auto;
	margin-bottom: 20px;
}
.scAlDetailSjln{
	width: 840px;
	height: 60px;
	border-bottom: 1px dotted #ccc;
}
.scAlDetailZcsm{
	border-bottom: none;
}
.scAlDetailSjln span{
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background: #cc9966;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.scAlDetailZcsm span{
	background: #cccccc;
}
.scAlDetailSjln span i{
	width: 60px;
	height: 5px;
	display: block;
}
.scAlDetailSjln p{
	width: 770px;
	height: 50px;
	line-height: 25px;
	margin-top:5px;
	float: left;
	margin-left: 10px;
	color:3666666;
	font-size: 12px;
	font-family: Microsoft YaHei;
	overflow: hidden;
}
.scAlDetailFoot{
	width: 878px;
	height: 80px;
	border:1px solid #dbdbdb;
	margin-top:20px;
}
.scAlDetailBq{
	width: 550px;
	height: 36px;
	line-height: 36px;
	float: left;
	margin-top:20px;
	text-indent: 20px;
	color:#666666;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
.scAlDetailFx{
	width: 310px;
	height: 36px;
	line-height: 36px;
	float: right;
	margin-top:20px;
}
.scAlDetailFxStar{
	width: 85px;
	height: 36px;
	line-height: 36px;
	float: left;
	vertical-align: middle;
	color:#666666;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
.scAlDetailFxStar img{
	vertical-align: middle;
	margin-right: 5px;
}
.scAlDetailFxCj{
	width: 295px;
	height: 36px;
	line-height: 36px;
	color:#666666;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
.scAlDetailFxCj span{
	float: left;
}
.bdshare-button-style0-16{
	float: right;
	margin-top: 5px;
}
.scAlDetailMore{
	width: 880px;
	height: auto;
	margin-top:30px;
}
.scAlDetailMore h2{
	width: 232px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	color:#f52200;
	margin:0 auto;
	font-family: Microsoft YaHei;
}
.scAlDetailMore b{
	float: left;
}
.scAlDetailMore h2 span{
	width: 60px;
	height: 21px; 
	display: block;
	color:#ffffff;
	background: url(images/moreBg.png) no-repeat center top;
	font-size: 12px;
	line-height: 21px;
	font-family: 宋体;
	float: left;
	margin-left: 20px;
	margin-top:5px;
}
.scAlDetailMore ul{
	width: 100%;
	height: auto;
	margin-top:40px;
	text-align: left;
}
.scAlDetailMore ul li{
	width: 280px;
	height: 247px;
	float: left;
	margin-right: 19px;
	text-align: left;
}
.scAlDetailMore ul li img{
	width: 280px;
	height: 210px;
}
.scAlDetailMore ul li span{
	width: 280px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-align: center;
	color:#333333;
	font-size: 14px;
	font-family: Microsoft YaHei;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scAlDetailMore ul li:hover span{
	color:#fa4c06;
}
.scAlDetailMore ul li.scNone{
	margin-right: 0px;
}
.scAlDetailAlfx{
	width: 278px;
	height: auto;
	border:1px solid #dbdbdb;
}
.scAlDetailAlfxM{
	width: 240px;
	height: auto;
	margin:0 auto;
	margin-top:10px;
	margin-bottom: 10px;
}
.scAlDetailAlfxTop{
	width: 240px;
	height: 120px;
}
.scAlDetailAlfxTop img{
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 100px;
}
.scAlDetailAlfxTopR{
	width: 120px;
	height: 120px;
	float: left;
}
.scAlDetailAlfxTopR h2{
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top:30px;
	color: #f52200;
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-indent: 10px;
}
.scAlDetailAlfxTopR span{
	display: block;
	width: 120px;
	/*height: 24px;*/
	line-height: 24px;
	text-indent: 10px;
	margin-top:15px;
	text-align: left;
	text-indent: 20px;
}
.scAlDetailAlfxM .inside-contanier-r-wrap{
	width: 240px!important;
	margin-top:20px;
	border:none!important;
	margin-left: 30px!important;
}
.scAlDetailAlfxM .inside-contanier-r-wrap .apl-ul{
	padding: 0px;
}
.scAlDetailZp{
	width: 280px;
	height: auto;
	margin-top:20px;
}
.scAlDetailZpTit{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #cc9966;
}
.scAlDetailZpTit span{
	float: left;
	height: 36px;
	line-height: 36px;
	display: block;
	color:#fffefe;
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-indent: 10px;
}
.scAlDetailZpTit a{
	float: right;
	height: 36px;
	line-height: 36px;
	display: block;
	color:#fffefe;
	font-size: 12px;
	font-family: Microsoft YaHei;
	margin-right: 10px;
}
.scAlDetailZpCon{
	width: 278px;
	height: auto;
	border:1px solid #dbdbdb;
}
.scAlDetailZpConM{
	width: 255px;
	height: auto;
	margin: 0 auto;
}
.scAlDetailZpConM ul{
	margin-top:10px;
}
.scAlDetailZpConM ul li{
	width: 255px;
	height: 90px;
	margin-bottom: 10px;
}
.scAlDetailZpConM ul li img{
	width: 120px;
	height: 90px;
	float: left;
}
.scAlDetailZpConMR{
	width: 130px;
	height: 90px;
	overflow: hidden;
	float: right;
}
.scAlDetailZpConMR h3{
	width: 100%;
	line-height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color:#333333;
}
.scAlDetailZpConMR p{
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color:#666666;
	margin-top:5px;
}
.scAlDetailGg{
	width: 100%;
	height: auto;
	clear: both;
}
.scAlDetailGg ul li{
	width: 100%;
	height: 158px;
	overflow: hidden;
	margin-top:20px;
}
.scAlDetailGg ul li img{
	width: 100%;
	height: 158px;
}
.scAlDetailRmbq{
	width: 278px;
	height: auto;
	border:1px solid #dbdbdb;
	margin-top:20px;
	clear: both;
}
.scAlDetailRmbqTit{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	text-indent: 20px;
	color:#666666;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}
.scAlDetailRmbqCon{
	width: 268px;
	height: auto;
	margin:0 auto;
}
.scAlDetailRmbqCon ul{
	margin-top: 5px;
	margin-bottom: 10px;
}
.scAlDetailRmbqCon ul li{
		width: 128px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
	background: #eeeeee;
	color:#666666;
	font-size: 12px;
	font-family: Microsoft YaHei;
	margin-top:10px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.scAlDetailAlfxM .inside-contanier-r-wrap{
	border:none;
}
.scAlCRight{
	width: 280px;
	height: auto;
	float: right;
}
/*局部详情页面*/
.scJbDetail{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.scJbDetailL{
	width:880px;
	height: auto;
	float: left;
	position: relative;
}
.scJbColor span{
	color:#fa4c06;
}
.scJbBm{
	width: 280px;
	height: 378px;
}
.scJbXgtp{
	width: 280px;
	height: auto;
	margin-top:20px;
	margin-bottom: 10px;
}
.scJbXgtpTop{
	width: 280px;
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
	background: #cc9966;
	color:#fffefe;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
.scJbXgtpCon{
	width: 280px;
	height: auto;
	margin-top:10px;
}
.scJbXgtpCon ul li{
	float: left;
	width: 135px;
	height: 123px;
	margin-bottom: 10px;
}
.scJbXgtpCon ul li img{
	width: 135px;
	height: 102px;
}
.scJbDetailFocus{
	margin-bottom: 20px;
	clear:both;
}
.scAlCTopLeft{
	width: 960px;
	line-height: 20px;
	float: left; 
	height: 40px;
	overflow: hidden;
}
.scAlCTopLeftD{
	width: 960px;
	line-height: 20px;
	float: left; 
	height: auto;
	overflow: visible;
	padding-bottom: 20px;
}
.style-list .slist-1 .scAlCTopLeftD li{
	padding-bottom: 28px;
	/*width: 95px;*/
}
.scAlCTopRight{
	width: 80px;
	height: 20px;
	line-height: 20px;
	float: right;
	position: relative;
	top:12px;
	background: url(../images/index1.png) no-repeat 28px 8px;
	cursor: pointer;
}
.scAlCTopRight:hover{
	background: url(../images/index3.png) no-repeat 28px 8px;
	cursor: pointer;
}
.scAlCTopRightD{
	width: 80px;
	line-height: 20px;
	float: right;
	position: relative;
	top:12px;
	background: url(../images/index2.png) no-repeat 28px 8px;
	cursor: pointer;
}
.scAlCTopRightD:hover{
	background: url(../images/index4.png) no-repeat 28px 8px;
	cursor: pointer;
}
.infomation-xq,.infomation-xq-p,.infomation-xq-p a{ width:276px !important;}
.infomation-xq{ height:50px;}
  .infomation-xq b{ padding:0px 3px;  height:24px;float:left; display:block; font-size:12px !important; color:#888888; text-align:center; font-weight:normal; overflow:hidden}
  .infomation-xq-sp1{ width:110px;}
  .infomation-xq-sp2{ width:76px;}
  .infomation-xq-sp3{ width:45px;}
  .infomation-xq-sp4{ width:45px;}
  .infomation-xq-p, .infomation-xq-p a { height:26px !important; line-height:26px !important; overflow:hidden; text-align:center !important; font-size:14px; margin-left:0px !important;}
  .infomationn{ height:100px !important; padding-top:6px !important;}
.scAlCTop1{ position:relative}
.scAlCTopList{ position:absolute; top:72px; left:-28px; height:126px; width:28px; }
.scAlCTopList a{ width:28px; height:60px; padding:10px 0px; background:#DDDDDD ; color:#333; float:left; display:block; margin-bottom:3px; text-align:center; font-size:14px; border-radius:4px; }
.scAlCTopList-a{ background:#fe4c06 !important; color:#ffffff !important}
.scJbXgtpCon-span{ width:123px; height:18px; display:block; text-align:center; overflow:hidden;}
.no-color{ color:#666666}
.no-color:hover{color:#666666}

.gonglue-table{ width:880px; height:auto; margin-top:20px;}
table{border-collapse:collapse;}
.gonglue-tc-title{ width:876px;_ width:859px; height:40px; line-height:40px; padding-left:15px;border:#e5e5e5 solid 1px; background:#f5f5f5; color:#fa4c06; font-size:16px; text-align:left}
.xgt-pic{ width:880px; margin:0 auto; /*padding-top:8px;*/ overflow:hidden; }
.xgt-pic-left-05{position:relative; margin-right:20px; margin-top:15px; width:280px; height:210px;}
.xgt-pic a{ font-size:18px;}
.xgt-pic-left-05 span{ text-align:center; line-height:81px; height:81px; position:absolute;}
.xgt-pic-left-05 span{ background:url(../images/xgt-bai-08.png); left:0px; bottom:0px; width:280px !important;  color:#ffffff;height:32px !important; line-height:32px !important; font-size:14px; }
.xgt-pic-left-05 span:hover,.xgt-pic-left-05:hover span{background:url(../images/xgt-org-08.png); color:#ffffff; }
/*最新文章*/
.scZxCcWz{ margin-bottom:10px;}
.scZxCcWz{
	width: 278px;
	height: 350px;
	border:1px solid #dbdbdb;
	float: right;
}
.scZxCcWz h2{
	width: 100%;
	height: 36px;
	background: #cc9966;
	text-indent: 15px;
	color: #ffffff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	line-height: 36px;
	text-align: left;
}
.scZxCcWz ul{
	width: 260px;
	height: 304px;
	overflow: hidden;
	padding-top: 5px;
	margin:0 auto;
	text-align: left;
}
.scZxCcWz ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
}
.scZxCcWz ul li{
	font-family: Microsoft YaHei;
	color:#666666;
	font-size:12px;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*.scZxCcWz ul li a{
	font-family: Microsoft YaHei;
	color:#666666;
	font-size:12px;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}*/
.scZxCcWz ul li a:hover{
	color:#fa4c06;
}


.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*头部筛选  end*/

.recommend-line,.get-more-line {
	position: relative;
	padding: 20px 0;
	text-align: center
}

.get-more-line {
	border-radius: 2px
}

.recommend-line:before,.recommend-line:after,.get-more-line:before,.get-more-line:after {
	display: block;
	position: absolute;
	top: 28px;
	width: 44%;
	content: "";
	border-top: 1px solid #ededed
}

.recommend-line:before,.get-more-line:before {
	left: 0
}

.recommend-line:after,.get-more-line:after {
	right: 0
}

.get-more-line:before,.get-more-line:after {
	width: 22%;
	top: 38px
}

.recommend-line>a,.get-more-line>a {
	display: inline-block;
	font-size: 16px;
	color: #999
}

.get-more-line>a {
	padding: 10px;
	width: 49%;
	background-color: #f7f7f7
}

.recommend-line>a:hover {
	text-decoration: none
}

.get-more-line>a:hover,.get-more-line>a:active {
	text-decoration: none;
	background-color: #f2f2f2;
	cursor: pointer
}

.get-more-line.disabled>a:hover,.get-more-line.disabled>a:active {
	cursor: default
}




@media (max-width:1300px){
	.crumb{
		margin:10px;
	}
	.scAlCTop{
		width:100%;
	}
	.layout{
		width:100%;
	}
	.scAlCTop .style-list{
		padding:10px;
		width:100%;
		text-align:left;
	}
	.style-list .slist-1 ul{
		overflow:hidden;
	}
	.scAlCTopLeft{
		width:100%;
		margin:5px 0;
		height:auto;
	}
	.scAlCTopLeft  a{
		display:block;
		width:20%;
		height:24px;
		line-height:24px;overflow:hidden;
		float:left;
	}
	.style-list .slist-1 ul li{
		top:0;
		margin-left:0;
	}
	.style-list .slist-1 ul li.icon{
		top:0;
		width:39px;
		margin-top:10px;
		margin-left:0;

	}
	.style-list .slist-1 ul li.title {
		margin-top:10px;
		margin-left:5px;
		top:0;
	}
	.scAlCTopRight{
		float:left;
	}
	.scAlCTopRight{
		top:0;
		background: url(../images/index1.png) no-repeat 28px 50%;
	}
	.scAlCTopRight:hover{
		background: url(../images/index1.png) no-repeat 28px 50%;
	}
	.scAlCTopRight.scAlCTopRightD:hover{
		background: url(../images/index1.png) no-repeat 28px 50% !important;
	}
	.style-list .slist-1 {
		height:auto;
		line-height:auto;
	}
	.style-list .slist-1{
		margin-left:0;
		height:auto;
		line-height:auto;
	}

	


	.content_wrapper{
		margin:0 10px;
	}
	#wrap{
		margin-top:10px;
	}
	#footer_inner_wrap{
		margin:10px auto 0;
		padding-top:0;
	}
	#footer_inner .footer_list_img{
		width:100%;
		height:auto;
		background:none;
	}
	#footer_inner div.footer_list{
		width:33.3%;
		float:left;
		margin:0;
		padding:0 5px;
		margin-top:10px;
	}
	#footer_inner div.footer_lis:first-child{

	}

	.footer_list_img img{
		width:100%;
	}
}

@media (max-width: 740px){
	.scAlCTopLeft  a{
		display:block;
		width:25%;
		height:24px;
		line-height:24px;overflow:hidden;
		float:left;
	}

	#wrap{
		margin-top:10px;
	}
	#footer_inner_wrap{
		padding-top:0;
		margin-top:0;
	}
	.content_wrapper{
		width:100%;
		margin:0 auto;		
	}
	#footer_inner div.footer_list{
			margin:0 10px;
	}
	.footer_list_img{
		width:100%!important;

	}
	#footer_inner .footer_list_img{
		padding:0;
		height:auto;
		background:none;

	}
	#footer_inner .footer_list_img img{
		width:100%;
		vertical-align:top;
		margin-top:5px;
	}	
	.scJbCUl{
		padding:0 10px;
	}
	.scJbCUl ul a{
		display:inline-block;
		height:24px;
	}
	#footer_inner .footer_list_txt{
		margin-top:0;
	}

	#footer{
		width:100%;
		margin:0!important;
		background:none;

	}
	.get-more-line{
		padding:10px 0;
	}
	.recommend-line>a, .get-more-line>a{
		font-size:12px;
	}
	#footer_content{
		max-width:100%;
	}
	#footer_left{
		display:none;
	}
	
	#footer_center{
		max-width:100%;
		min-width:100%;
		/*padding: 40px 0!important;*/
		height:auto;
	}
	#socials{
		margin-top:20px;
		overflow:hidden;
		display:none;
	}
		
	#selectedItems{
		padding:0 5px;
		overflow:hidden;
	}
	#footer_inner div.footer_list{
		width:100%;
		margin:0;
	}
}


@media (max-width: 1024px) and (min-width:800px){
	#footer_left table td._1 {
	    display: block;
	    margin-bottom: 10px;
	    float: left;
	    width: 90px;
	    height: 126px;
	    margin-top: 80px;
	}
	#footer_right{
		width:33%;
		right:10px;
		/*display:none;*/
	}
	#footer_left{
		top:10px;
		left:0;
		/*display:none;*/
	}
	#footer_right table{
		top:10px;
	}
	#footer_left .banquan {
    	bottom:50px;
    }
	.credits {
	   	bottom:74px;
	    width: 100%;
	    text-align: left;
	    left:0;
	    padding:0;
	}
} 

@media (max-width:799px) and (min-width:741px){
	#footer{
		height:auto;
		padding:20px;
		box-sizing: border-box;
		margin:0!important;
        margin-bottom:15px!important;
	}
	#footer_center{
		width:100%;
		margin:0 auto;
		max-width:100%;

	}
	#footer_content{
		height:auto;
	}

	#footer_left table td._1 {
	    display: block;
	    margin-bottom: 10px;
	    float: left;
	    width: 90px;
	    height: 126px;
	    margin-top: 80px;
	}
	#footer_right{
		width:33%;
		right:10px;
		display:none;
	
	}
	#footer_left{
		top:20px;
		left:0;
		display:none;
		
	}
	#footer_right table{
		top:10px;
	}
	#footer_left .banquan {
    	bottom:50px;
    	left:10;
    }
	.credits {
	   	bottom:74px;
	    width: 100%;
	    text-align: left;
	    left:0;
	    padding:0;
	}
	
}
