/* e74c3c */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
}

.clear {
    clear: both;
}

a,
a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e94c3d;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}




.wapper {
    width: 100%;
    height: auto;
	position: relative;
}


/* 顶部 */
.wapTop {
    background: #fafafa;
	border-bottom:1px solid #edecec;
}

.top {
    width: 1270px;
    height: 60px;
    padding: 11px 0;
    margin: 0 auto;	
}

.top .logo {
    height: 60px;
    width: auto;
    float: left;
    display: block;
}

.top .logo img {
    height: 60px;
    width: auto;
}

.top .nav {
    float: left;
    padding-top: 20px;
}

.top .nav ul {
    float: left;
    margin-left: 30px;
}

.top .nav ul li {
   
    float: left;
    height: 50px;
    padding: 0 26px;
    line-height: 26px;
    text-align: center;
    /* position: relative; */
}

.top .nav ul li a,
.top .nav ul li a:link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.top .nav ul li a:hover {
    color: #e94c3d;
}

.top .nav ul li a.active {
    color: #e94c3d;
}

/* 二级菜单 修改 */
.top .nav ul li ul {
    position: absolute;
    top: 83px;
	right:0 ;
    width: 100%;
    display: none;
    background: #fafafa;
    padding: 20px 0;
	z-index: 5000;
	box-shadow:0px  12px 8px -12px rgba(0,0,0,0.5);
	text-align:center;
}
.drop-box{
	width:1000px;
	margin:0 auto;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top .nav ul li.hover>a {
    color: #e94c3d;
}

.top .nav ul li ul li {
    width: auto;
    padding: 0 35px;
    height: 30px;
    text-align: center;
	display:inline-block;
	border-right:1px dashed #ccc;
}

.top .nav ul li ul li a,
.top .nav ul li ul li a:link {
    color: #555;
    font-size: 16px;
}

.top .nav ul li ul li a:hover {
    color: #e94c3d;
    font-size: 16px;
}
.top .nav ul li ul li img {
	width:auto;
	height:20px;
	margin-right:6px;
	vertical-align:middle;
}
.top .nav ul li ul li span{
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
.top .nav ul li ul li:last-child{
	border:none!important;
}

.top .nav ul li a.bj {
    color: #fff;
    background: #e94c3d;
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    border-radius: 13px;
}

.top .searchBox {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
}

.top .searchBox .sbtn {
    width: 40px;
    height: 40px;
    margin-top: 13px;
    cursor: pointer;
    background: url(../images/sbtn.jpg) center center no-repeat;
}

.top .searchBox .sBox {
    position: absolute;
    left: -860px;
    height: 57px;
    width: 660px;
    top: 0;
    display: none;
    padding: 14px 0 0 200px;
    background: #fafafa;
}

.top .searchBox .sBox input {
    border: 1px solid #e94c3d;
    width: 400px;
    height: 36px;
    float: left;
    text-indent: 10px;
    font-size: 14px;
}

.top .searchBox .sBox button {
    border: 0;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    background: #e94c3d;
    color: #fff;
    float: left;
    cursor: pointer;
}

.top .tel {
    float: right;
    background: url(../images/tel1.jpg) left center no-repeat;
    padding-left: 50px;
    margin-left: 20px;
}

.top .tel .telTit {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.top .tel .telCon {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #e94c3d;
}

/* banner */


.bannerNew {
  z-index: 1;
  width: 100%;
  height: 700px;
}

.bannerNew li {
  position: relative;
}

.bannerNew li img {
  width: 1920px;
  height: 700px;
  left: 50%;
  margin-left: -960px;
  position: absolute;
}

.bannerNew .tb-arrow {
width:90%;left:5%;margin-left:0!important;
}
.bannerNew .tb-arrow a {
	opacity:0;
	background:rgba(0,0,0,0.3);
	padding:10px;
	border-radius:5px;
}
.bannerNew:hover .tb-arrow a{
	opacity:0.5;
}
.bannerNew .tb-arrow a:hover {
	opacity:1;
}

.bannerNew .tb-btn a{width: 20px;height: 20px;line-height: 20px;margin: 0 10px;background: #000;color: #fff;text-align: center;-webkit-transition: background .3s;transition: background .3s;}
.bannerNew .tb-btn a.active{background: #ccc;}



.banner {
    width: 100%;
    max-width: 1920px;
    height: 700px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.banner_img{width:100%;height:700px;position:absolute;left:0;top:0}
.banner_img:hover{width:100%;height:700px;position:absolute;left:0;top:0}
.banner_img li{width:100%;height:700px;display:inline-block;background-position:center;background-repeat:no-repeat;float:left;list-style:none}
.banner_img li a{display:block;width:100%;height:100%;}
.banner_list{height:50px;top:450px;position:relative;margin:0 auto;z-index:1}
.banner_list span{display:block;cursor:pointer;width:14px;height:14px;border-radius:50%;border:3px solid #555;float:left;margin:0 5px}
.banner_list .spcss{border:3px solid #c00}
.banner_left{position:absolute;height:90px;width:60px;top:50%;left:-60px;background-color:rgba(73,72,62,.6);margin-top:-45px;text-align:center;transition:all .5s;z-index:2}
.banner_left:hover{background-color:rgba(73,72,62,.9)}
.banner_right{position:absolute;height:90px;width:60px;top:50%;right:-60px;background-color:rgba(73,72,62,.6);margin-top:-45px;text-align:center;transition:all .5s;z-index:2}
.banner_right:hover{background-color:rgba(73,72,62,.9)}
.banner_left img{margin-top:22px}
.banner_right img{margin-top:22px}



#flash {
    position: relative;
}

#flash #play {
    width: 100%;
    height: 500px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#flash #play li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#flash #play li a {
    display: block;
    width: 100%;
    height: 100%;
}


#button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
    text-align: center;
}

#button li {
    margin: 0 5px;
    display: inline-block;
}

#button li div {
    width: 16px;
    height: 16px;
    background: #DDDDDD;
    border-radius: 8px;
    cursor: pointer;
}

#prev {
    cursor: pointer;
    opacity: 0.6;
    width: 38px;
    height: 66px;
    background: url(../img/preImg.png) center center no-repeat rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 222px;
    left: 10px;
    z-index: 1000;
    border-radius: 4px;
}

#next {
    cursor: pointer;
    opacity: 0.6;
    width: 38px;
    height: 66px;
    background: url(../img/nexImg.png) center center no-repeat rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 222px;
    right: 10px;
    z-index: 1000;
    border-radius: 4px;
}

#prev:hover {
    opacity: 1;
    background: url(../img/preImg.png) center center no-repeat rgba(0, 0, 0, 0.3);
}

#next:hover {
    opacity: 1;
    background: url(../img/nexImg.png) center center no-repeat rgba(0, 0, 0, 0.3);
}

/* 报价一 */
.bj1Bg {
    background: #e5e5e5;
}

.bj1 {
    width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.bj1 .des {
    width: 1270px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
	text-align:center;
	padding:20px;
}

.bj1 .des span {
    padding: 0 5px;
    color: #e94c3d;
}

.bj1 .form {
    width: 1270px;
    float: right;
    font-size: 14px;
}

.bj1 input {
    width: 210px;
    border: 1px solid #ccc;
    text-indent: 10px;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    float: left;
}
.bj1 select {
    width: 210px;
    border: 1px solid #ccc;
    text-indent: 10px;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    float: left;
}


.bj1 button {
    width: 120px;
    height: 32px;
    float: left;
    background: #e94c3d;
    color: #fff;
    border: 0;
    cursor: pointer;
}

/* 首页标题 */
.indexTitle {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.indexTitle h1 {
    font-size: 36px;
    line-height: 40px;
}

.indexTitle p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    color: #aaa;
}

.indexTitle .logoLine {
    margin-top: 10px;
}


.indexTitle .logoLine .logo {
    width: 18px;
    height: 20px;
    vertical-align: middle;
}

.indexTitle .logoLine::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 80px;
    background: #ccc;
    vertical-align: middle;
}

.indexTitle .logoLine::after {
    display: inline-block;
    content: '';
    height: 1px;
    width: 80px;
    background: #ccc;
    vertical-align: middle;
}

/* 五大理由 */
.resonBg {
    background: #f7f7f7;
}

.reson {
    width: 1290px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.reson a {
    width: 190px;
    height: auto;
    display: block;
    margin: 0 12px;
    float: left;
    background: #fff;
    text-decoration: none;
    text-align: center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.reson a .icon1 {
    margin-top: 20px;
}

.reson a .icon2 {
    display: none;
}

.reson a h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.reson a p {
    font-size: 12px;
    color: #aaa;
    line-height: 30px;
    padding-bottom: 10px;
}

.reson a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
}

/* 首页视频 */
.indexVideo {
    width: 1270px;
    margin: 0 auto;
    height: 238px;
    padding-top: 20px;
}

.indexVideo .left {
    width: 340px;
    height: 238px;
    float: left;
}

.indexVideo .right {
    width: 930px;
    height: 238px;
    float: right;
}

.indexVideo .right video {
    width: 100%;
    height: 100%;
}

/* 环保方案 */
.faBox {
    width: 1270px;
    margin: 0 auto;
	margin-bottom:20px;
	
}

.faBox .faOut {
    width: 920px;
    height: 234px;
    float: left;
    position: relative;
    margin-right: 15px;
	margin-bottom:5px;
}

.faBox .faOut.big {
    width: 920px;
}

.faBox .faOut1 {
clear:both;
    width: 920px;
    height: 234px;
    float: left;
    position: relative;
    margin-right: 15px;
	margin-bottom:5px;
}
.faBox .faOut1.big1 {
    width: 920px;

	
}
.faBox .faItem {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    float: left;
    position: absolute;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}


.faBox .faItem img {
    width: 100%;
    height: 100%;
}

.faBox .faItem .des {
    height: 250px;
    padding: 40px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}


.faBox .faItem:hover {
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.faBox .faItem:hover .des {
    background: url(../images/faBg.png) bottom left no-repeat;
}

.faBox .faItem .des .fk {
    width: 18px;
    height: 10px;
    background: #e94c3d;
}

.faBox .faItem:hover .des .fk {
    background: none;
}

.faBox .faItem .des h1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.faBox .faItem:hover .des h1 {
    color: #000;
}

.faBox .faItem .des h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.faBox .faItem:hover .des h2 {
    color: #333;
}

.faBox .faItem .des p {
    font-size: 12px;
    color: #b9b9b9;
    line-height: 26px;
}

.faBox .faItem:hover .des p {
    color: #b9b9b9;
}

.faBox .faItem .des button {
    color: #e94c3d;
    border: 1px solid #e94c3d;
    font-size: 14px;
    width: 140px;
    height: 30px;
    line-height: 26px;
    background: none;
    margin-top: 10px;
    cursor: pointer;
}

.faBox .faItem:hover .des button {
    color: #fff;
    border: 1px solid #e94c3d;
    background: #e94c3d;
}

.bj2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    width: 323px;
    height: 474px;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}

.bj2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bj2 h1 {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 30px 0;

}
.bj2 h3 {
	width: 100%; height: 60px; background: #373737; color: #fff; font-size: 16px; border-radius: 5px; text-align: center; line-height: 60px; margin-bottom: 20px;

}


.bj2 h1::after {
    display: inline-block;
    content: '';
    height: 3px;
    width: 46px;
    background: #e94c3d;
    position: absolute;
    top: 70px;
    left: 136px;

}

.bj2 .form {
    padding-top: 20px;
    text-align: center;
    width: 291px;
    float: left;
}

.bj2 .form label {
    width: 80px;
    font-size: 14px;
    line-height: 30px;
    float: left;
    display: block;
}

.bj2 .form input {
    height: 30px;
    width: 250px;
    border: 1px solid #ccc;
    text-indent: 10px;
    float: center;
}
.bj2 .form select {
    height: 36px;
    width: 282px;
    border: 1px solid #ccc;
    text-indent: 10px;
    float: center;
}

.bj2 .form button {
    color: #fff;
    border: 0;
    font-size: 16px;
    width: 180px;
    height: 54px;
    line-height: 30px;
    background: #e94c3d;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

/* 案例 */
.caseBg {
    /* background: url(../img/caseBg.jpg) bottom center no-repeat #fbfbfb; */
    overflow: hidden;
}

.case {
    width: 1270px;
    margin: 0 auto;
}

.caseBg .indexTitle {
    /* background: url(../images/caseBgTop.jpg) top center repeat-x; */
}

.case .caseNav {
    width: 1270px;
    text-align: center;
    color: #999;
}

.case .caseNav a,
.case .caseNav a:link {
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
}

.case .caseNav a:hover {
    color: #e94c3d;
}

.case .caseBox {
    width: 1290px;
    padding-top: 30px;
    overflow: hidden;
}

.case .caseList {
    width: 970px;
    overflow: hidden;
    float: left;
    height: 464px;
}

.case .caseList li {
    width: 300px;
    height: 220px;
    float: left;
    margin-right: 23.3px;
    margin-bottom: 23.3px;
}

.case .caseList li.big {
    width: 300px;
    height: 464px;
    float: right;
}

.case .caseList li a,
.case .vrCase a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.case .caseList li a img,
.case .vrCase a img {
    width: 300px;
    height: 220px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -110px;
    position: absolute;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.vrCase .vrBz {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    z-index: 999;
    font-size: 14px;
    color: #fff;
}

.vrCase .vrIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.vrCase .vrIcon img {
    width: 100%;
    height: 100%;
}

.case .vrCase a img {
    height: 464px;
    margin-top: -232px;
}

.case .caseList li a:hover img {
    width: 330px;
    height: 240px;
    margin-left: -165px;
    margin-top: -120px;
}

.case .caseList li.big a img {
    height: 464px;
    margin-top: -232px;
    position: absolute;
}

.case .caseList li.big a:hover img {
    width: 330px;
    height: 500px;
    margin-left: -165px;
    margin-top: -250px;
}

.case .caseList li a h1,
.case .vrCase a h1 {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    height: 30px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    left: 10%;
    line-height: 30px;
    text-align: center;
    z-index: 999;
}


.case .vrCase {
    width: 300px;
    float: left;
    height: 464px;
}



.case .vrCase a:hover img.da {
    width: 330px;
    height: 500px;
    margin-left: -165px;
    margin-top: -250px;
}

.caseSpace {
    width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.caseSpace a {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-decoration: none;
    color: #999;
    overflow: hidden;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.caseSpace a i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto 0 auto;
    background: url(../images/kongjian.png);
}

.caseSpace a p {
    width: 80px;
    height: 30px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.caseSpace a:hover {
    background: #e94c3d;
}

.caseSpace a:hover i {
    margin-top: -45px;
    height: 100px;
}

.caseSpace a:hover p {
    color: #fff;
    background: none;
}

.moreBtn {
    width: 180px;
    height: 40px;
    font-size: 18px;
    color: #fff !important;
    background: #e94c3d;
    border: 0;
    border-radius: 2px;
    display: block;
    margin: 20px auto 40px auto;
    cursor: pointer;
	line-height: 40px;
    text-align: center;
}
.moreBtn:hover{
	 color: #fff;
}
/* 首页case样式修改 */

.case .caseList li.indexCase{
    width: 320px;
    height: 230px;
    float: left;
    margin-right: 3.3px;
    margin-bottom: 3.3px;
}
.case .caseList li.indexCase a img{
    width: 320px;
    height: 230px;
    margin-left: -160px;
    margin-top: -115px;
}
.case .caseList li.indexCase a:hover img {
    width: 350px;
    height: 260px;
    margin-left: -175px;
    margin-top: -130px;
}

/* 热装楼盘 */

.hotCon {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.hotCon .hotItem {
    width: 25%;
    height: 210px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.hotCon .hotItem a {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.hotCon .hotItem a h1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.hotCon .hotItem a h2 {
    display: block;
    padding: 20px 10px 20px 10px;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(138, 118, 97, 0.6);
    color: #fff;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    /* Firefox */
    -webkit-transition: all 0.1s;
    /* Safari 和 Chrome */
    -o-transition: all 0.1s;
    /* Opera */
    z-index: 3;
}

.hotCon .hotItem a h2 p.hotJb1 {
    font-size: 13px;
    line-height: 14px;
}

.hotCon .hotItem a h2 p.hotJb2 {
    font-size: 13px;
    line-height: 24px;
}

.hotCon .hotItem a h2 p.hotJb2 .num {
    font-size: 20px;
}

.hotCon .hotItem a .zoomCon {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 3;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    /* Firefox */
    -webkit-transition: all 0.7s;
    /* Safari 和 Chrome */
    -o-transition: all 0.7s;
    /* Opera */
    transform: scale(0);
    -ms-transform: scale(0);
    /* IE 9 */
    -moz-transform: scale(0);
    /* Firefox */
    -webkit-transform: scale(0);
    /* Safari 和 Chrome */
    -o-transform: scale(0);
    text-align: left;
}

.hotCon .hotItem a .zoomCon h3 {
    height: 40px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.hotCon .hotItem a .zoomCon p {
    line-height: 30px;
    font-size: 14px;
}

.hotCon .hotItem a img {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    /* Opera */
}

.hotCon .hotItem a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
}

.hotCon .hotItem a:hover h1 {
    bottom: -40px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    /* Firefox */
    -webkit-transition: all 0.1s;
    /* Safari 和 Chrome */
    -o-transition: all 0.1s;
    /* Opera */
}

.hotCon .hotItem a:hover h2 {
    right: -100px;
    top: -100px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    /* Firefox */
    -webkit-transition: all 0.1s;
    /* Safari 和 Chrome */
    -o-transition: all 0.1s;
    /* Opera */
}

.hotCon .hotItem a:hover .zoomCon {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -moz-transform: scale(1);
    /* Firefox */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -o-transform: scale(1);
}

.hotCon .hotItem a:hover {
    background: #000;
}

/* 报价三 */
.bj3Bg {
    background: #eee;
}

.bj3 {
    height: 100px;
    width: 1270px;
    margin: 0 auto;
}

.bj3 .des {
    width: 300px;
    height: 100px;
    float: left;
}


.bj3 .form {
    width: 900px;
    float: right;
    font-size: 14px;
    padding-top: 36px;
}

.bj3 input {
    width: 170px;
    border: 1px solid #ccc;
    text-indent: 10px;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    float: left;
    border-radius: 3px;
}

.bj3 button {
    width: 120px;
    height: 32px;
    float: left;
    background: #e94c3d;
    color: #fff;
    border: 0;
    cursor: pointer;
}

/* news */


.news {
    width: 1270px;
    text-align: center;
    color: #999;
    margin: 0 auto;
}

.news .newsNav {
    width: 1270px;
    text-align: center;
    color: #999;
}

.news .newsNav a,
.news .newsNav a:link {
    color: #999;
    text-decoration: none;
    padding: 0 15px;
}

.news .newsNav a:hover {
    color: #e94c3d;
    text-decoration: none;
    padding: 0 15px;
}

.news .newsBox {
    border-top: 1px solid #ccc;
    padding: 30px 0 30px 0;
    margin-top: 30px;
}

.news .newsBox .newsLeft {
    width: 610px;
    height: 445px;
    float: left;
    display: block;
}

.news .newsBox .newsLeft:hover .picBig img {
    width: 630px;
    height: 325px;
    margin-left: -10px;
    margin-top: -5px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.news .newsBox .newsLeft .picBig {
    width: 610px;
    height: 315px;
    overflow: hidden;
}

.news .newsBox .newsLeft .picBig img {
    width: 610px;
    height: 315px;
}

.news .newsBox .newsLeft h1 {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    text-align: left;
    padding-top: 10px;
}

.news .newsBox .newsLeft h2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
}

.news .newsBox .newsLeft p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: left;
    padding-top: 10px;
}

.news .newsBox .newsRiht {
    float: right;
    width: 610px;
    height: 445px;
}

.news .newsBox .newsRiht .newsItem {
    float: left;
    width: 610px;
    height: 95px;
    margin-bottom: 20px;
}

.news .newsBox .newsRiht .newsItem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.news .newsBox .newsRiht .newsItem:hover .newsTime {
    background: #e94c3d;
}

.news .newsBox .newsRiht .newsItem .newsTime {
    float: left;
    width: 85px;
    height: 95px;
    background: #c0b8ac;
}

.news .newsBox .newsRiht .newsItem .newsTime h1 {
    height: 40px;
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
}

.news .newsBox .newsRiht .newsItem .newsTime h2 {
    height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
}

.news .newsBox .newsRiht .newsItem .newsCon {
    float: left;
    width: 500px;
    padding-left: 20px;
    text-align: left;
}

.news .newsBox .newsRiht .newsItem .newsCon h1 {
    font-size: 18px;
    color: #222;
    line-height: 40px;
}

.news .newsBox .newsRiht .newsItem .newsCon p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

/* 友情链接 */
.linkBox {
    border-top: 1px solid #ccc;
}

.link {
    width: 1270px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.link .linkBt {
    width: 70px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.link .links {
    width: 1200px;
    float: right;
}

.link .links .linkItem {
    width: 150px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
}

.link .links a,
.link .links a:link {
    color: #666;
    text-decoration: none;
}

.link .links a:hover {
    color: #e94c3d;
}

/* footer */
.footerBg {
    background: #333;
}

.footer {
    width: 100%;
	border-top: 1px solid #6d6d6d;
    padding: 10px 0;
    margin: 0 auto;
}

.foot {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}

.foot .maps {
    float: left;
    width: 164px;
}

.foot .maps li {
    line-height: 30px;
	text-align:center;
}

.foot .maps li h1 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}
.foot .maps li a,
.foot .maps li a:link {
   
    font-size: 14px;
    color: #666;
}

.foot .maps li a:hover {
    color: #fff;
}

.foot .wxwb {
    padding-top: 30px;
    float: right;
    width: 150px;
    height: 160px;
    text-align: center;
}

.foot .wxwb p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.copyright {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #6d6d6d;
    font-size: 14px;
}

/* 设计师 */
.sjs {
    width: 1270px;
    height: auto;
    margin: 0 auto;
}

.sjsShow {
    width: 1270px;
    position: relative;
}

.sjsBox {
    width: 1100px;
    height: 480px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.sjsBox .sjss {
    height: 480px;
    position: absolute;
}

.prevSjs {
    position: absolute;
    left: 0;
    top: 200px;
    width: 45px;
    height: 45px;
    background: #6d6d6d;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.prevSjs:hover {
    background: #e94c3d;
    color: #fff;
}

.nextSjs {
    position: absolute;
    right: 0;
    top: 200px;
    width: 45px;
    height: 45px;
    background: #6d6d6d;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.nextSjs:hover {
    background: #e94c3d;
    color: #fff;
}

.sjsBox .sjss {
    position: relative;
    left: 0;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.sjsBox .sjss li {
    width: 245px;
    height: 480px;
    float: left;
    margin: 0 15px;
}


.sjsBox .sjss li .sjspic {
    width: 245px;
    height: 352px;
    overflow: hidden;
    position: relative;
    display: block;
}

.sjsBox .sjss li .sjspic img {
    width: 245px;
    height: 352px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.sjsBox .sjss li .sjspic:hover img {
    width: 265px;
    height: 382px;
    margin-left: -10px;
    margin-top: -15px;
}

.sjsBox .sjss li .sjspic h1 {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

.sjsBox .sjss li h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-top: 10px;
	font-weight:bold;
}

.sjsBox .sjss li h3 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.sjssearch {
    width: 1100px;
    margin: 0 auto;
}

.sjssearch select {
    padding: 10px;
    font-weight: bold;
}

.sjsscroll {
    width: 1100px;
    height: 120px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

.sjsscroll .scrollBox {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 0;

}

#sBox1,
#sBox2,
#sBox3,
#sBox4 {
    display: inline;
    font-size: 0;
}

#demo a {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 81px;
}

#demo a img {
    width: 57px;
    height: 81px;
    opacity: 0.5;
}


#demo a:hover img {
    width: 77px;
    height: 107px;
    position: absolute;
    left: -10px;
    top: -13px;
    opacity: 1;
    z-index: 99;
}

/* 内页 */
/*cate*/
.bannerCate {
    width: 100%;
    height: 365px;
    position: relative;
    display: block;
    overflow: hidden;
}

.bannerCate img {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    /* Opera */
    width: 1920px;
    height: 365px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -184px;
}

/*.bannerCate:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
 
    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -o-transform: scale(1.2);
}*/

/*面包屑*/
.breadNav {
    width: 1270px;
    height: auto;
    padding: 15px 0 0 0;
    margin: 0 auto;
    font-size: 14px;
}

/*筛选*/
.shaixuan {
    width: 1270px;
    height: auto;
    padding: 0;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-bottom: 0;
    font-size: 14px;
}

.shaixuan .sxx {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 10px 0 5px 0;
}

.shaixuan .sxx .sxName {
    width: 100px;
    line-height: 24px;
    float: left;
    text-align: right;
}

.shaixuan .sxx .sxxs {
    width: 1165px;
    line-height: 24px;
    float: left;
}

.shaixuan .sxx .sxxs a {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #444;
    text-align: center;
    padding: 0 6px;
    border-radius: 2px;
    margin: 0 14px 5px 0;
}

.shaixuan .sxx .sxxs a.all {
    width: auto;
    margin-left: 10px;
}

.shaixuan .sxx .sxxs a:hover {
    color: #e94c3d;
}

.shaixuan .sxx .sxxs a.focus {
    background: #e94c3d;
    color: #fff;
}

.shaixuan .sxx .sxxs a i {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/check.jpg);
    right: 0;
    bottom: 0;
}

.shaixuan .sxx .sxxs div {
    width: 1035px;
    float: left;
    padding-left: 7px;
}

.shaixuan2 {
    width: 1280px;
    height: auto;
    padding: 25px 0 15px 0;
    margin: 0 auto;
    font-size: 14px;
}

.shaixuan2 .sxx {
    overflow: hidden;
}

.shaixuan2 .sxx .sxName {
    width: 100px;
    line-height: 30px;
    float: left;
}

.shaixuan2 .sxx .sxxs {
    width: 1175px;
    line-height: 30px;
    float: left;
}

.shaixuan2 .sxx .sxxs a {
    position: relative;
    float: left;
    display: inline-block;
    width: 135px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    color: #444;
    text-align: center;
    margin: 0 10px 10px 0;
}

.shaixuan2 .sxx .sxxs a.all {
    width: 87px;
    margin-left: 10px;
}

.shaixuan2 .sxx .sxxs a:hover {
    color: #e94c3d;
    border: 1px solid #e94c3d;
}

.shaixuan2 .sxx .sxxs a.focus {
    background: #e94c3d;
    border: 1px solid #e94c3d;
    color: #fff;
}

.shaixuan2 .sxx .sxxs a i {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/check.jpg);
    right: 0;
    bottom: 0;
}

.shaixuan2 .sxx .sxxs div {
    width: 1045px;
    float: left;
    padding-left: 20px;
}

/*搜索*/
.searchDiv {
    width: 1230px;
    height: auto;
    margin: 0 auto 20px auto;
    background: #eee;
    padding: 20px;
    overflow: hidden;
    line-height: 30px;
}

.searchDiv span {
    float: left;
}

.paixu {
    float: left;
}


.paixu a {
    margin: 0 10px;
}

.paixu a i {
    display: none;
}

.paixu a.normal i.fa-sort {
    display: inline-block;
}

.paixu a.up,
.paixu a.down {
    color: #e94c3d;
}

.paixu a.up i.fa-sort-up {
    display: inline-block;
    color: #e94c3d;
}

.paixu a.down i.fa-sort-down {
    display: inline-block;
    color: #e94c3d;
}

.searchDiv .ss {
    float: left;
}

.searchDiv .ss {
    width: 790px;
    height: auto;
    overflow: hidden;
}

.searchDiv .ss input {
    width: 300px;
    height: 30px;
    border: 1px solid #e94c3d;
    text-indent: 20px;
    float: left;
    box-sizing: border-box;
}

.searchDiv .ss button {
    width: 100px;
    height: 30px;
    background: #e94c3d;
    color: #fff;
    float: left;
    border: 0;
}

/*list*/
.listBox {
    width: 1294px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    left: 12px;
}

.listBox .caseItem {
    margin-right: 23.3px;
    margin-bottom: 23.3px;
    width: 300px;
    height: 292px;
    float: left;
    overflow: hidden;
}

.listBox .caseItem a.pic {
    width: 300px;
    height: 220px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    background: #000;
}

.listBox .caseItem a.pic img {
    width: 300px;
    height: 220px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    /* Opera */
}

.listBox .caseItem a.pic:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    opacity: 0.7;
}

.listBox .caseItem .titcon {
    width: 278px;
    height: 50px;
    float: left;
    padding: 10px;
    color: #000;
    border: 1px solid #eee;
}

.listBox .caseItem .titcon h3 {
    line-height: 26px;
    font-size: 16px;
	height:26px;
	overflow:hidden;
}

.listBox .caseItem .titcon h4 {
    line-height: 24px;
    font-size: 12px;
}

.listBox .caseItem .titcon h4 span {
    display: inline-block;
    width: 28%;
	float:left;
}

.listBox .caseItem .titcon h4 span:first-child {
    width: 40%;
}

.listBox .caseItem .titcon h4 span i {
    font-style: normal;
    color: #666;
}

/* vr */
.listBox .caseItem.vr {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 400px;
    height: 572px;
    float: left;
    overflow: hidden;
}

.listBox .caseItem.vr a.pic {
    width: 400px;
    height: 500px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    background: #000;
}

.listBox .caseItem.vr a.pic img {
    width: 400px;
    height: 500px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    /* Opera */
}


.listBox .caseItem.vr .titcon {
    width: 378px;
    height: 50px;
    float: left;
    padding: 10px;
    color: #000;
    border: 1px solid #eee;
}

/* 设计师 */

.listBox .sjsItem {
    margin-right: 23.3px;
    margin-bottom: 23.3px;
    width: 300px;
    height: 526px;
    float: left;
  
}

.listBox .sjsItem a.pic {
    width: 300px;
    height: 430px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    background: #000;
}

.listBox .sjsItem a.pic img {
    width: 300px;
    height: 430px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    /* Opera */
}

.listBox .sjsItem a.pic:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    opacity: 0.7;
}

.listBox .sjsItem .titcon {
    width: 278px;
    height: 74px;
    float: left;
    padding: 10px;
    color: #000;
    border: 1px solid #eee;
}

.listBox .sjsItem .titcon h3 {
    line-height: 26px;
    font-size: 16px;
	font-weight:bold;
}

.listBox .sjsItem .titcon h4 {
    line-height: 24px;
    font-size: 14px;
}

.listBox .sjsItem .titcon h4 span {
    display: inline-block;
    padding-right: 20px;
}


.listBox .sjsItem .titcon h4 span i {
    font-style: normal;
    color: #666;
}

/*分页*/
.pages {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

.pages a,
.pages a:link {
    margin: 0 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #666;
    background: #fff;
    border: 1px solid #eee;
}

.pages a:hover {
    color: #333;
    background: #f1f1f1;
}

.pages a.focus {
    background: #e94c3d;
    color: #fff;
}

.pages a.a1 {
    width: auto;
    padding: 0 10px;
}

.pages span {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
    background: #e94c3d;
    border: 1px solid #e94c3d;
    color: #fff;
}

/* .case内容 */
.conBox {
    width: 1290px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    left: 60px;
	
}

.cLeft {
    width: 1197px;
    float: center;
    padding-top: 20px;
	min-height:900px;
}


.cTitle {
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.cTitle2 {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding-top: 20px;
}

.cTitle2 span {
    padding: 0 15px;
    color: #444;
}

.cTitle2 span b {
    font-weight: normal;
    color: #999;
}

.cDes {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top: 20px;
}

.cDes .desItem {
    width: 25%;
    height: 60px;
    padding: 20px 0;
    text-align: center;
    float: left;
}

.cDes .desItem h1 {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #444;
}

.cDes .desItem p {
    height: 20px;
    line-height: 20px;
    color: #999;
}

.cDes .jdt {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.cLinian {
    background: #eee;
    width: 100%;
    padding: 20px;
    height: auto;
    min-height: 180px;
    box-sizing: border-box;
}

.cLinian img {
    float: left;
    width: 240px;
    height: 140px;
    margin-right: 20px;
}

.cLinian h1 {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    line-height: 30px;
}

.cLinian p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

/*.cRight {
    width: 360px;
    float: right;
    padding: 20px 20px 0 20px;
}

.cRight .sjsInfo {
    width: 360px;
    float: left;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cRight .sjsInfo:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cRight .sjsInfo h1 {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    padding-top: 15px;
}
*/
.sjsInfoBox {
    padding: 15px;
    height: auto;
    overflow: hidden;
}

.sjsInfoBox .imgBox {
    width: 140px;
    float: left;
}

.sjsInfoBox .imgBox img {
    width: 120px;
}

.sjsInfoBox .sjscz {
    float: left;
    width: 180px;
    color: #444;
}

.sjsInfoBox .sjscz span {
    color: #999;
}

.sjsInfoBox h2 {
    font-size: 12px;
    line-height: 22px;
}

.sjsInfoBox h3 {
    margin-top: 15px;
}

.sjsInfoBox h3 a {
    height: 32px;
    width: 130px;
    line-height: 32px;
    color: #fff;
    background: #e94c3d;
    text-align: center;
    display: inline-block;
}



.bjRight {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    width: 360px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 15px 15px 25px 15px;
}

.bjRight:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bjRight h1 {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 15px 0;
}

.bjRight h1::after {
    display: inline-block;
    content: '';
    height: 3px;
    width: 46px;
    background: #e94c3d;
    position: absolute;
    top: 50px;
    left: 168px;

}

.bjRight .form {
    padding-top: 20px;
    text-align: center;
}

.bjRight .form input {
    height: 30px;
    width: 300px;
    border: 1px solid #ccc;
    text-indent: 10px;
}

.bjRight .form button {
    color: #fff;
    border: 0;
    font-size: 16px;
    width: 180px;
    height: 34px;
    line-height: 30px;
    background: #e94c3d;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.newDan {
    width: 360px;
    float: left;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newDan:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.newDan img {
    width: 360px;
    vertical-align: middle;
}

.page2 {
    width: 100%;
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
    background: #eee;
}

.page2 a,
.page2 a:link {
    color: #444;
}

.page2 a:hover {
    color: #e94c3d;
}

.page2 a.prevItem {
    float: left;
}

.page2 a.nextItem {
    float: right;
}

.longBt {
    width: 1270px;
    height: 20px;
    line-height: 40px;
    margin: 0 auto;
    line-height: 20px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.longBt a,
.longBt a:link {
    float: right;
    font-size: 16px;
    color: #333;
}

.longBt a:hover {
    color: #e94c3d;
}

.longBt h1 {
    font-size: 20px;
    border-left: 5px solid #e94c3d;
    text-indent: 10px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.shortBt {
    width: 100%;
    height: 20px;
    line-height: 40px;
    margin: 0 auto;
    line-height: 20px;
    padding: 20px 0;
}

.shortBt a,
.shortBt a:link {
    float: right;
    font-size: 16px;
    color: #333;
}

.shortBt a:hover {
    color: #e94c3d;
}

.shortBt h1 {
    font-size: 20px;
    border-left: 5px solid #e94c3d;
    text-indent: 10px;
    height: 20px;
    line-height: 20px;
    float: left;
}

/*滚动固定*/
.tabs {
    margin-top: 20px;
    width: 880px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabCon.mt {
    padding-top: 30px;
}

.rightFixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 255px;
}

.botFixed {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 245px;
}

.leftFixed {
    position: fixed;
    top: 0;
    left: 52.9%;
    margin-left: -635px;
    z-index: 999;
}

.leftFixed::before {
    position: absolute;
    top: -21px;
    height: 20px;
    width: 880px;
    background: #fff;
    content: '';
    display: inline-block;
    left: -1px;
}

.botFixed2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -635px;
}

.sjssBox {
    width: 100%;
    box-sizing: border-box;
    background: #f9f9f9;
    overflow: hidden;
}

.sjssBox .sjsPicBox {
    width: 300px;
    height: 430px;
    float: left;
}

.sjssBox .sjsPicBox img {
    width: 300px;
    height: 430px;
}

.sjssBox .sjsInf {
    width: 540px;
    float: right;
    padding-right: 20px;
}

.sjssBox .sjsInf h1 {
    font-size: 16px;
    color: #999;
    line-height: 40px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.sjssBox .sjsInf h1 span {
    font-size: 22px;
    color: #333;
}

.sjssBox .sjsInf p {
    padding: 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #777;
}

.sjssBox .sjsInf a {
    margin-top: 20px;
    height: 32px;
    width: 130px;
    line-height: 32px;
    color: #fff;
    background: #e94c3d;
    text-align: center;
    display: inline-block;
}

/* 设计师相关案例 */
.aboutCase {
    width: 100%;
    overflow: hidden;
}

.aboutCase .aboutItem {
    float: left;
    width: 1200px;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
	height:300px;
}

.aboutCase .aboutItem .aipic {
    width: 200px;
    height: 200px;
    float: left;
}

.aboutCase .aboutItem .aipic img {
    width: 380px;
    height: 257px;
    border-radius: 5px;
}

.aboutCase .aboutItem .aides {
    width: 800px;
    float: right;
}

.aboutCase .aboutItem .aides h1 {
    height: 40px;
    padding-top: 5px;
    line-height: 40px;
    font-size: 18px;
	margin-left:15px;
}

.aboutCase .aboutItem .aides h2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	margin-left:15px;
}

.aboutCase .aboutItem .aides .imgs {
    width: 800px;
}

.aboutCase .aboutItem .aides .imgs a {
    width: 240px;
    height: 169px;
    margin-right: 10px;
	margin-left:15px;
    float: left;
    display: block;
}

.aboutCase .aboutItem .aides .imgs a img {
    width: 240px;
    height: 167px;
}

/* 金牌工长 */
.listShu {
    width: 880px;
}

.listShu .gzItem {
    width: 880px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
    height: 255px;
    margin-bottom: 20px;
}

.listShu .gzItem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShu .gzItem .gzLeft {
    float: left;
    width: 300px;
    height: 215px;
}

.listShu .gzItem .gzLeft .pic {
    width: 125px;
    float: left;
    height: 215px;
    margin-right: 20px;
}

.listShu .gzItem .gzLeft .pic img {
    float: left;
    height: 180px;
    width: 125px;
    margin-top: 10px;
}

.listShu .gzItem .gzLeft .titcon {
    width: 150px;
    float: left;
}

.listShu .gzItem .gzLeft .titcon h3 {
    font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
}

.listShu .gzItem .gzLeft .titcon h4 {
    font-size: 14px;
    line-height: 30px;
    color: #777;
}


.listShu .gzItem .gzLeft .titcon a {
    font-size: 14px;
    background: #e94c3d;
    color: #fff;
    display: block;
    width: 100px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.listShu .gzItem .gzRight {
    float: right;
    width: 538px;
    height: 215px;
}

.listShu .gzItem .gzRight a {
    width: 250px;
    height: 215px;
    display: block;
    margin-left: 19px;
    float: left;
}

.listShu .gzItem .gzRight a img {
    width: 250px;
    height: 215px;
}

/* 在施工地 */
.listShu .gdItem {
    width: 1197px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
    height: 405px;
    margin-bottom: 20px;
}

.listShu .gdItem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShu .gdItem .gdLeft {
    float: left;
    width: 320px;
    height: 225px;
}

.listShu .gdItem .gdLeft .pic {
    width: 300px;
    height: 225px;
    display: block;
}

.listShu .gdItem .gdLeft .pic img {
    width: 481px;
    height: 340px;
}

.listShu .gdItem .gdLeft .titcon {
    width: 150px;
    float: left;
}

.listShu .gdItem .gdLeft .titcon h3 {
    font-size: 26px;
    line-height: 40px;
    padding-top: 10px;
}

.listShu .gdItem .gdLeft .titcon h4 {
    font-size: 14px;
    line-height: 30px;
    color: #777;
}


.listShu .gdItem .gdLeft .titcon a {
    font-size: 14px;
    background: #e94c3d;
    color: #fff;
    display: block;
    width: 100px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.listShu .gdItem .gdRight {
    float: right;
    width: 628px;
    height: 225px;
}

.listShu .gdItem .gdRight h3 {
    font-size: 26px;
    line-height: 40px;
    padding: 15px 0;
}

.listShu .gdItem .gdRight h4 {
    font-size: 16px;
    line-height: 30px;
    color: #777;
    height: 30px;
}

.listShu .gdItem .gdRight h4 span {
    padding-right: 35px;
}
.listShu .gdItem .gdRight h3  i {
    font-style: normal;
}

.listShu .gdItem .gdRight h4 span i {
    font-style: normal;
}

.listShu .gdItem .gdRight h5 {
    padding-top: 30px;
    margin-left: -7%;
}

.jdt span {
    width: 18%;
    display: inline-block;
    text-align: center;
    color: #999;
    position: relative;
}

.jdt span i {
    font-size: 20px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.jdt span i.fa-circle {
    display: none;
}

.jdt span i.fa-check-circle-o {
    display: none;
}

.jdt span.done,
.jdt span.ing {
    color: #e94c3d;
}

.jdt span.done i.fa-circle {
    display: none;
}

.jdt span.done i.fa-circle-o {
    display: none;
}

.jdt span.done i.fa-check-circle-o {
    display: inline-block;
}

.jdt span.ing i.fa-circle {
    display: inline-block;
}

.jdt span.ing i.fa-circle-o {
    display: none;
}

.jdt span.ing i.fa-check-circle-o {
    display: none;
}


.jdt span::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 50%;
    z-index: 9;
}

.jdt span::before {
    background: #999;
}

.jdt span.done::before,
.jdt span.ing::before {
    background: #e94c3d;
}

.jdt span:first-child::before {
    display: none;
}



/*添加的*/


.listShu1 .gdItem1 {
    width: 1197px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
    height: 495px;
    margin-bottom: 20px;
}

.listShu1 .gdItem1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShu1 .gdItem1 .gdLeft1 {
    float: left;
    width: 627px;
    height: 455px;
}

.listShu1 .gdItem1 .gdLeft1 .pic {
    width: 635px;
    height: 427px;
    display: block;
}

.listShu1 .gdItem1 .gdLeft1 .pic img {
    width: 635px;
    height: 427px;
}

.listShu1 .gdItem1 .gdLeft1 .titcon {
    width: 150px;
    float: left;
}

.listShu1 .gdItem1 .gdLeft1 .titcon h3 {
    font-size: 26px;
    line-height: 40px;
    padding-top: 10px;
}

.listShu1 .gdItem1 .gdLeft1 .titcon h4 {
    font-size: 14px;
    line-height: 30px;
    color: #777;
}


.listShu1 .gdItem1 .gdLeft1 .titcon a {
    font-size: 14px;
    background: #e94c3d;
    color: #fff;
    display: block;
    width: 100px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.listShu1 .gdItem1 .gdRight1 {
    float: right;
    width: 468px;
    height: 225px;
}

.listShu1 .gdItem1 .gdRight1 h3 {
    font-size: 26px;
    line-height: 40px;
    padding: 15px 0;

}

.listShu1 .gdItem1 .gdRight1 h4 {
    font-size: 16px;
    line-height: 30px;
    color: #777;
    height: 30px;
}
.listShu1 .gdItem1 .gdRight1 p{ font-size:18px; line-height:50px;}
.listShu1 .gdItem1 .gdRight1 p span{ color:#01524b; font-size:20px; font-weight:bold; line-height:50px;}

.listShu1 .gdItem1 .gdRight1  #searchText{
     border-radius:10px 10px 10px 10px;
    padding: 5px 9px;
    height: 25px;
     width: 150px;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1); 
	 border:none;
	 background-color:#f0f3f3;
     font: normal 13px 'trebuchet MS', arial, helvetica;
     margin-top: 5px;
 }
 
 .listShu1 .gdItem1 .gdRight1 .yuyue{ width:100px; color:#FFFFFF; font-size:16px; padding:10px 35px;border-radius:20px 20px 20px 20px; margin-top:30px; text-align:center; background:#01524b;}
 
.listShu1 .gdItem1 .gdRight1 h4 span {
    padding-right: 35px;
}
.listShu1 .gdItem1 .gdRight1 h3  i {
    font-style: normal;
}

.listShu1 .gdItem1 .gdRight1 h4 span i {
    font-style: normal;
}

.listShu1 .gdItem1 .gdRight1 h5 {
    padding-top: 30px;
    margin-left: -7%;
}

.jdt span {
    width: 18%;
    display: inline-block;
    text-align: center;
    color: #999;
    position: relative;
}

.jdt span i {
    font-size: 20px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.jdt span i.fa-circle {
    display: none;
}

.jdt span i.fa-check-circle-o {
    display: none;
}

.jdt span.done,
.jdt span.ing {
    color: #e94c3d;
}

.jdt span.done i.fa-circle {
    display: none;
}

.jdt span.done i.fa-circle-o {
    display: none;
}

.jdt span.done i.fa-check-circle-o {
    display: inline-block;
}

.jdt span.ing i.fa-circle {
    display: inline-block;
}

.jdt span.ing i.fa-circle-o {
    display: none;
}

.jdt span.ing i.fa-check-circle-o {
    display: none;
}


.jdt span::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 50%;
    z-index: 9;
}

.jdt span::before {
    background: #999;
}

.jdt span.done::before,
.jdt span.ing::before {
    background: #e94c3d;
}

.jdt span:first-child::before {
    display: none;
}



/* 热装楼盘 */

.sjssBox .hotPicBox {
    width: 450px;
    height: 337.5px;
    float: left;
    border-radius: 0 5px 5px 0;
}

.sjssBox .hotPicBox img {
    width: 450px;
    height: 337.5px;
    border-radius: 5px 0 0 5px;
}

.sjssBox .hotInf {
    width: 380px;
    float: right;
    padding-right: 20px;
}

.sjssBox .hotInf h1 {
    font-size: 16px;
    color: #999;
    line-height: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.sjssBox .hotInf h1 span {
    font-size: 22px;
    color: #333;
}

.sjssBox .hotInf p {
    padding: 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #777;
}

.sjssBox .hotInf a {
    margin-top: 20px;
    height: 32px;
    width: 130px;
    line-height: 32px;
    color: #fff;
    background: #e94c3d;
    text-align: center;
    display: inline-block;
}

/* 工长show */

.sjssBox .gzPicBox {
    width: 200px;
    height: 270px;
    float: left;
}

.sjssBox .gzPicBox img {
    width: 200px;
    height: 270px;
}

.sjssBox .gzInf {
    width: 640px;
    float: right;
    padding-right: 20px;
}

.sjssBox .gzInf h1 {
    font-size: 16px;
    color: #999;
    line-height: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.sjssBox .gzInf h1 span {
    font-size: 22px;
    color: #333;
}

.sjssBox .gzInf p {
    padding: 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #777;
}

.sjssBox .gzInf a {
    margin-top: 20px;
    height: 32px;
    width: 130px;
    line-height: 32px;
    color: #fff;
    background: #e94c3d;
    text-align: center;
    display: inline-block;
}

/* 家装知识 */
.erNavs {
    width: 1197px;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #fff;
}

.erNavs a {
    display: block;
    height: 38px;
    width: 120px;
    font-size: 18px;
    float: left;
    line-height: 38px;
    text-align: center;
    margin-top: -1px;
}

.erNavs a.focus {
    border-bottom: 2px solid #e94c3d;
    color: #e94c3d;
}

.listShu .newsItem {
    width: 880px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
    height: 205px;
    margin-bottom: 20px;
}

.listShu .newsItem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShu .newsItem .newsLeft {
    float: left;
    width: 220px;
    height: 175px;
}

.listShu .newsItem .newsLeft .pic {
    width: 220px;
    height: 175px;
    display: block;
}

.listShu .newsItem .newsLeft .pic img {
    width: 220px;
    height: 175px;
}

.listShu .newsItem .newsLeft .titcon {
    width: 150px;
    float: left;
}

.listShu .newsItem .newsLeft .titcon h3 {
    font-size: 26px;
    line-height: 40px;
    padding-top: 10px;
}

.listShu .newsItem .newsLeft .titcon h4 {
    font-size: 14px;
    line-height: 30px;
    color: #777;
}


.listShu .newsItem .newsLeft .titcon a {
    font-size: 14px;
    background: #e94c3d;
    color: #fff;
    display: block;
    width: 100px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.listShu .newsItem .newsRight {
    float: right;
    width: 610px;
    height: 225px;
}

.listShu .newsItem .newsRight h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

.listShu .newsItem .newsRight p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    height: 40px;
	overflow:hidden;
}

.listShu .newsItem .newsRight p a {
    color: #777;
}

.listShu .newsItem .newsRight p a:hover {
    color: #e94c3d;
}

.listShu .newsItem .newsRight h4 {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    height: 30px;
}

.listShu .newsItem .newsRight h4 span {
    padding-right: 35px;
}

.listShu .newsItem .newsRight h4 span i {
    font-style: normal;
}

/* 普通文章 */
.lrCon {
    width: 1290px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.leftCon {
    width: 240px;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}

.leftCon h1 {
    width: 240px;
    float: left;
    background: #e94c3d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.leftCon a {
    width: 240px;
    float: left;
    height: 55px;
    border-bottom: 1px solid #eee;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
}

.leftCon a.focus {
    color: #e94c3d;
    font-weight: bold;
}

.rightCon {
    width: 1000px;
    float: right;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.rightCon h1 {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.conconcon {
    margin-top: 20px;
}

.conconcon img {
    max-width: 960px;
}

.listlist {
    width: 960px;
    margin-bottom: 30px;
    overflow: hidden;
}

.listlist .listlistItem {
    width: 300px;
    height: 260px;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.listlist .listlistItem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listlist .listlistItem a.pic {
    display: block;
    width: 100%;
    height: 200px;
}

.listlist .listlistItem a.pic img {
    width: 100%;
    height: 200px;
}

.listlist .listlistItem h1 {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    text-align: left;
    text-indent: 10px;
	overflow:hidden;
}

.listlist .listlistItem h2 {
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #777;
    text-indent: 10px;
}

/* 图库 */
.tkBox {
    width: 1290px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}

.tkBoxLeft {
    width: 800px;
    float: left;
    margin-left: 10px;
}

.tkPicBox {
    width: 800px;
    float: left;
	padding-left:50px;
    height:530px;
    position: relative;
}

.tkPicBox img {
    width: 800px;
    height: 530px;
	text-align:center;
}

.tkPicBox a {
    width: 460px;
    height: 675px;
    position: absolute;
}

.tkPicBox a.prevTk {
    left: 0;
    top: 0;
    cursor: url('../images/left.cur'), pointer;
}

.tkPicBox a.nextTk {
    right: 0;
    top: 0;
    cursor: url('../images/right.cur'), pointer;
}

.tkSjsInfo {
    float: left;
    margin-top: 30px;
}

.tkSjsPic {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 3px solid #ccc;
    border-radius: 50%;
}

.tkSjsPic img {
    width: 150px;
    height: auto;
    margin-top: -20px;
}

.tkSjsDes {
    width: 570px;
    height: 160px;
    float: left;
    padding-left: 30px;
}

.tkSjsDes h1 {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 26px;
}

.tkSjsDes h2 {
    font-size: 16px;
    margin-top: 5px;
    color: #777;
    height: 30px;
    line-height: 30px;
}

.tkSjsInfo .showCase {
    background: #e94c3d;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    width: 160px;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 60px;
    border-radius: 5px;
}

.tkBoxRight {
    width: 323px;
    float: right;
    margin-right: 10px;
}

.tkBoxRight .cateBox {
    width: 283px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
}

.tkBoxRight .cateBox:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.tkBoxRight .cateBox h1 {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.tkBoxRight .cateBox p {
    font-size: 14px;
    line-height: 30px;
}

.tkBoxRight .cateBox p a:link {
    white-space: nowrap;
    margin-right: 10px;
    color: #444;

}

.tkBoxRight .cateBox p a:hover {
    color: #e94c3d;
}

/* 底部文章推荐 */
.tjnews {
    left: 0;
    padding-bottom: 30px;
    width: 1270px;
}

.newsTjItem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}

.newsTjItem span {
    float: right;
}

.newsTjItem i {
    font-style: normal;
    color: #e94c3d;
    margin-right: 10px;
}

.newsTjItem:nth-child(2n+1) {
    padding-right: 80px;
}

.newsTjItem:nth-child(2n) {
    padding-left: 80px;
}

.by h1::after {
    display: none;
}

.by h1 span {
    color: #e94c3d;
}

.by h2 {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.yylist {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    width: 360px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 15px 15px 25px 15px;
    margin-top: 20px;
}

.yylist:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.yylist h1 {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 15px 0;
}

.yylist h2 {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-bottom: 20px;
}

.yylist h2 span {
    border-bottom: 1px solid #e94c3d;
    color: #e94c3d;
}

.yylist .list {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.yylist .list span {
    float: right;
}

.zzc {
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.bjTc {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTc .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTc .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTc .bjTcinner h1 {
    padding-top: 50px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTc .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTc .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTc .bjTcinner .closeBj {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.bjTcSjs {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTcSjs .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTcSjs .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTcSjs .bjTcinner h1 {
    padding-top: 30px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTcSjs .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTcSjs .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTcSjs .bjTcinner .closeSjs {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cCon{padding:30px 20px;line-height:26px!important;}
.cCon *{max-width:100%!important;}
.cCon p{margin:10px 0;}
.cCon img{max-width:100%!important;margin:10px 0!important;}
.listNewsTj{padding:0;height:24px;overflow:hidden;margin:7px 0;}
.listNewsTj i{color:#e94c3d;font-style:normal;padding-right:10px;}

/* 故事 */

.listShu .newsItem.story {
    width: 880px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
    height: 350px;
    margin-bottom: 20px;
}

.listShu .newsItem.story:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShu .newsItem.story .newsLeft {
    float: left;
    width: 435px;
    height: 320px;
}

.listShu .newsItem.story .newsLeft .pic {
    width: 435px;
    height: 320px;
    display: block;
}

.listShu .newsItem.story .newsLeft .pic img {
    width: 435px;
    height: 320px;
}
.listShu .newsItem.story .newsRight {
    width: 390px;
}

.listShu .newsItem.story .newsRight p{
	height:200px;
}


.dbbj{background:rgba(0,0,0,0.8);position:fixed;bottom:0;left:0;right:0;height:120px;z-index:99999;}
.dbbj .dbbjbox{width:1000px;margin:0 auto;position:relative;}
.dbbj .dbbjbox img{float:left;}
.dbbj form{width:710px;float:right;}
.dbbj form .inps{width:550px;float:left;}
.dbbj form .inps input{width:260px;float:left;height:30px;border:0;line-height:30px;margin:20px 10px 0 0;text-indent:15px;}
.dbbj form button{width:150px;float:right;background:#e94c3d;color:#fff;font-size:18px;border:0;height:80px;line-height:80px;margin-top:20px;border-radius:6px;}
.dbbj .close{position:absolute;right:-55px;top:10px;width:20px;height:20px;cursor:pointer;line-height:20px;color:#333;background:#fff;border-radius:4px;text-align:center;}

/* 墅装瞬间 二级页分类*/
.momentBg{
	background-color:#fff;
}
.moment {
    width: 1290px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    overflow: hidden;
}
.moment a {
    width: 190px;
    height: auto;
    display: block;
    margin: 0 12px;
    float: left;
    text-decoration: none;
    text-align: center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
	border-radius:5%;
}
.moment .active h2{
	border-radius:5%;
	font-size:21px;
	font-weight:600;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.moment .category {
	width: 190px;
	height:106px;
	display:block;
	position:relative;
}
.moment .category img {
	width: 190px;
	height:auto;	
}
.moment a h2 {
	width: 190px;
	height:106px;
    font-size: 18px;
	letter-spacing:0.1em;
    color: #fff;
    line-height: 106px;
	position:absolute;
	top:0;	
}
.moment a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
}
