#header > .container{
	width: 1200px;
}

.current_active > a{
    border-bottom: 2px solid #AC2126;
}


.has-cat-mega{

}
.classitem{
    margin-left:15px;
}
.firstclass{
    font-size:1.2em;
    font-weight: 700;
}
.secondclass{
    display:inline-block;
    margin-left:30px;
    width: 168px;
}

.cat_classitem{
    margin-left:15px;
}
.cat_firstclass{
    font-size:1.1em;
    font-weight: 700;
    border-bottom: 2px solid #AC2126;
}
.cat_secondclass{
    margin-left:10px;
    font-size:1.0em;
    font-weight: 600;
    border-bottom: 2px solid #AC2126;
}
.cat_thirdclass{
    margin-left:10px;
}

.cat-mega-menu.cat-mega-style1 {
    width: 700px;
}

.main-nav .main-nav4 ul > li {
    background: #fff none repeat scroll 0 0;
}

.main-menu-style-cn{
    font-size:16px;
}
.main-menu-style-en{
    font-size:0.5em;
}
.classify-link{
	cursor: pointer;
}
.cat_classitem.classify-link:hover{
	color:#AC2126;
}

.root1200 .wrap{
	overflow: initial;
}
.root1200 .decorative-painting-item{
	padding:4px!important;
	border: 1px solid #ddd;
	background-color: #fff;
}

#list-page{
    min-height: 370px;
    margin-bottom: 30px;
}

#list-page .cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{
	bottom:0;
}

#list-page .cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap{
    bottom: -80px;
}

.box-shadow{ 
	border-color:#ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=5);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 0px 5px #cccccc;/*firefox*/ 
	-webkit-box-shadow:0px 0px 5px #cccccc;/*webkit*/ 
	box-shadow:0px 0px 5px #cccccc;/*opera或ie9*/ 
} 
.box-shadow:hover{
	border-color: #FF9B00;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
._box-shadow:hover{
	border-color: #FF9B00;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#FF9B00', Direction=135, Strength=5);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 0px 5px #FF9B00;/*firefox*/ 
	-webkit-box-shadow:0px 0px 5px #FF9B00;/*webkit*/ 
	box-shadow:0px 0px 5px #FF9B00;/*opera或ie9*/ 
	
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
.cbp-l-grid-projects-title{
	margin-top: 5px;
}

#_list-page{
	background:url('../images/bg-01.png');
}

.no-data-box{
	text-align: center;margin-bottom: 20px;padding-top:20px;
}
.no-data-box .no-data-img{
	width: 390px;
	height: 172px;
}
.no-data-box .no-data-tip{
	font-size:22px;
	color:#ccc;
	padding-top:5px;
}