@charset "utf-8";




/*选择城市*/

#chooseCityTpl{display: none;}

.choose-city-warp{width: 500px; height: 380px;  padding: 10px; background-color: rgba(0,0,0,0.5); border-radius: 5px; z-index: 19930204;}

.choose-city{background: url(../images2/icon.png); background-size: cover; width: 100%; height: 100%; padding: 15px;}

.choose-city-title{width: 100%; height: 40px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-end; align-items:flex-end;  }

.choose-city-title h3{font-size: 20px; color: #373737;}

.choose-city-title ul{display: flex; display: -webkit-flex; display: -ms-flex;}

.choose-city-title ul li{font-size: 15px; color: #373737; margin: 0 5px;}

.choose-city-title ul li:hover{color: #00ae67;}

.choose-city-list{width: 100%; height: auto; display: -webkit-flex; display: -ms-flex; -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap; padding: 10px 0;}

.choose-city-list li{width: 50%; height: 35px; line-height: 35px; }

.choose-city-list li{font-size: 15px; }

.choose-city-list li span{color: #666; margin-right: 10px;}

.choose-city-list li a{margin: 0 5px; color: #373737;}

.choose-city-list li a:hover{color: #00ae67;}



/*弹窗报价*/

.layui-layer-bgNone{background: none !important;border-radius: 6px !important;} 



/*swiper*/

.swiper-container{width: 100%; height: 100%;}

.swiper-slide a{display: block; width: 100%; height: 100%;}




#bjDy{background-color:rgba(0,0,0,0.5);width:440px;height:535px;display: flex;border-radius: 5px}

#bjDy div{position: relative;width:420px;display:block;margin:0 auto;background-color:#fff;height:515px;margin-top: 10px;background-image: url(../images2/navbg.jpg_shj-aliyun-nsy);display: flex;flex-direction:column;align-items:center;}

#bjDy div h3{color: #373737;font-size: 20px;font-weight: normal;text-align: center;margin-top: 39px}

#bjDy div h3 span{color: #f33420;font-size: 30px}

#bjDy div input{width: 360px;height: 52px;display: flex;border: 1px solid #d6d7d4;border-radius: 3px;font-size: 18px;margin-top:20px;padding-left: 15px}

#bjDy div a{display: flex;width: 360px;height: 52px;background-color: #00ae66;border-radius: 3px;font-size: 16px;text-align: center;text-decoration: none;align-items:center;justify-content:center;margin-top: 26px;color: #fff}

#bjDy div p{font-size: 12px;color: #686868;margin-left: -50px;margin-top: 15px;position: relative;}

#bjDy div img{position: absolute;bottom:171px;right: 32px;width:94px;height:48px;cursor: pointer;}

#bjDy div p i{position: absolute;display: flex;width: 5px;height: 4px;background-image: url(../images2/img31.jpg_shj-aliyun-nsy);top: 7px;left:-10px}

/*index-banner*/

.index-banner{width: 100%; height: 650px; overflow: hidden; background: #000; position: relative;}

.index-banner .swiper-container {width: 100%; height: 650px;}

.index-swiper-banner{width: 70px; height: 80px; overflow: hidden; z-index: 2; background: none;}

.index-swiper-banner,.index-swiper-banner>*{transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.index-swiper-banner div{width: 235px; height: 80px; float: left;}

.index-swiper-banner div:first-child{width: 70px; background: #000 url(../images2/icon.png_shj-aliyun-nsy) no-repeat; background-position:  15px -953px; position: absolute; top: 0; left: 0; z-index: 2;}

.index-swiper-banner .btn-hover{background: #fff url(../images2/icon.png_shj-aliyun-nsy) !important; background-position:  50px -953px !important;}

.index-swiper-banner div:last-child{width: 235px; height: 80px; position: absolute; top: 0; left: -70px;  opacity: 0; z-index: 1;}

.index-swiper-banner div:last-child *{width: 100%; height: 80px; float: left;}

.index-swiper-banner div:last-child span{background: #fff; text-align: center; line-height: 80px; font-size: 14px; padding: 0 15px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; display: block;}

.index-banner .swiper-button-prev{ left:0; }	

.index-banner .swiper-button-next{ right:0; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

.index-banner .swiper-button-next div:last-child{transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

.index-banner .swiper-slide{background-size: auto 100%; background-position: center center; background-repeat: no-repeat;}	

.index-banner .swiper-pagination-bullet{width: 30px; height: 4px; background: #fff; border-radius: 0;}

.index-banner .banner-info{position: absolute; bottom: 50px; left: calc(50% - 390px); background: rgba(0,0,0,.4); z-index: 3; padding: 10px 20px 15px;}

.index-banner .banner-info h5{color: #fff; margin-bottom: 5px;}

.index-banner .banner-info h5 i{vertical-align: initial;font-size: 18px;margin-right: 5px}

.index-banner .banner-info input{height: 40px; border: none; margin-right: 20px; width: 180px;border-radius: 3px}

.index-banner .banner-info input:last-child{margin-right: 0;}

.index-banner .banner-info .info{text-indent: 10px;}

.index-banner .banner-info .info:nth-child(2){width: 340px;}

.index-banner .banner-info input[type='button']{background: #00ae66; color: #fff; vertical-align: bottom; cursor: pointer;}



/*标题*/

.indexTitle {

	text-align:center;

	padding:60px 0 35px

}

.indexTitle .title {

	font-size:32px;

	color:#333

}

.indexTitle .subTitle {

	font-size:14px;

	color:#666;

	margin-top:10px

}

.indexTitle .title_white{

	font-size:32px;

	color:#fff

}

.indexTitle .subTitle_white{

	font-size:14px;

	color:#fff;

	margin-top:10px

}

.indexTitle .line {

	margin-top:15px

}

.indexTitle .line:before {

	display:inline-block;

	content:'';

	height:1px;

	width:80px;

	background:#ccc;

	vertical-align:middle

}

.indexTitle .line:after {

	display:inline-block;

	content:'';

	height:1px;

	width:80px;

	background:#ccc;

	vertical-align:middle

}

.indexTitle .line .dot {

	display:inline-block;

	width:40px;

	height:1px;

	position:relative;

	vertical-align:middle

}

.indexTitle .line .dot:after {

	content:'';

	width:8px;

	height:8px;

	background:#c79e68;

	display:inline-block;

	border-radius:50%;

	position:relative;

	top:-9px

}

.indexTitle .tag {

	margin-top:25px

}

.indexTitle .tag a {

	color:#999

}

.indexTitle .tag a:hover {

	color:#e74c3c

}

.indexTitle .tag i {

	color:#999;

	padding:0 20px

}



.youshi{min-height: 210px;background:#fff url(../images2/youshi_bg.jpg) no-repeat bottom;}

.youshi .big{width: 315px;background: url(../images2/img3.jpg)no-repeat right;text-align: center;margin-top: 36px; float:left;}

.youshi .big .img{height:40px; text-align:center}

.youshi .big .img img{width: auto !important;height: auto;}

.youshi .big .font{font-size: 16px;color: #333;margin-top: 15px;text-align:center}

.youshi .big .brief{font-size: 13px;color: #898989;line-height: 22px;height: 50px;overflow: hidden;text-align:center; padding:6px 15px 0 15px;}



/*明星产品*/

.product-container{width: 100%; height: auto; background: url(../images2/productbg.jpg) center center;padding-bottom:70px;display: flex;display: -webkit-flex;flex-direction: column;}

.product-five-box{display: flex;display: -webkit-flex;flex-direction: row;justify-content: space-between;padding-bottom: 40px;}

.product-five-box a{width: 140px;height: 176px;border:1px solid #dedede;display: flex;display: -webkit-flex;justify-content: center;flex-direction: column;color: #2a2a2a;background-repeat: no-repeat;background-position: left;margin-top: 60px;transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

/*.product-five-box a p:nth-child(1){font-size: 18px;margin-left: 70px;}

.product-five-box a p:nth-child(2){font-size: 12px;margin-top: 3px;margin-left: 70px;}*/

.product-five-box .five-box-one{background-image: url(../images2/lf_normal.png_shj-aliyun-nsy);}

.product-five-box .five-box-two{background-image: url(../images2/sj_normal.png_shj-aliyun-nsy);}

.product-five-box .five-box-three{background-image: url(../images2/bj_normal.png_shj-aliyun-nsy);}

.product-five-box .five-box-four{background-image: url(../images2/cggd_normal.png_shj-aliyun-nsy);}

.product-five-box .five-box-five{background-image: url(../images2/addr_normal.png_shj-aliyun-nsy);}

.product-five-box .five-box-one:hover{background-image: url(../images2/lf_active.png_shj-aliyun-nsy);-moz-box-shadow:0px 0px 10px #eeb875; -webkit-box-shadow:0px 0px 10px #eeb875; box-shadow:0px 0px 10px #eeb875;margin-top: 50px;}

.product-five-box .five-box-two:hover{background-image: url(../images2/sj_active.png_shj-aliyun-nsy);-moz-box-shadow:0px 0px 10px #eeb875; -webkit-box-shadow:0px 0px 10px #eeb875; box-shadow:0px 0px 10px #eeb875;margin-top: 50px;}

.product-five-box .five-box-three:hover{background-image: url(../images2/bj_active.png_shj-aliyun-nsy);-moz-box-shadow:0px 0px 10px #eeb875; -webkit-box-shadow:0px 0px 10px #eeb875; box-shadow:0px 0px 10px #eeb875;margin-top: 50px;}

.product-five-box .five-box-four:hover{background-image: url(../images2/cggd_active.png_shj-aliyun-nsy);-moz-box-shadow:0px 0px 10px #eeb875; -webkit-box-shadow:0px 0px 10px #eeb875; box-shadow:0px 0px 10px #eeb875;margin-top: 50px;}

.product-five-box .five-box-five:hover{background-image: url(../images2/addr_active.png_shj-aliyun-nsy);-moz-box-shadow:0px 0px 10px #eeb875; -webkit-box-shadow:0px 0px 10px #eeb875; box-shadow:0px 0px 10px #eeb875;margin-top: 50px;}

.product-center{width: 1260px; margin: 0 auto;}

.subhead{text-align: center; color: #393939; padding: 30px 0;}

.subhead h2{font-size: 34px; line-height: 50px;}

.product-content{width: 1260px; height: 450px; margin: 0 auto; display: flex; -webkit-justify-content:space-between; justify-content:space-between;}

.product{width: 922px; height: 450px; display: flex; display: -webkit-flex; display: -ms-flex;}

.product ul{}

.product ul li{background: #fff; font-size: 16px; color: #393939; text-align: center; width: 60px; height: 50%; display: flex; display: -webkit-flex; display: -ms-flex; align-items: center; -webkit-align-items: center; -webkit-justify-content:center; justify-content:center; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; cursor: pointer;}

.product ul li.active{background: #c79e68; color: #fff; }

.product ul li div{width: 30px;}

.product ul li div i{background: url(../images2/icon.png_shj-aliyun-nsy); margin-bottom: 15px;}

.product ul li:nth-child(1) div i{background-position: 0 -43px; width: 26px; height: 18px;}

.product ul li:nth-child(2) div i{background-position: 0 -67px; width: 22px; height: 23px;}

.product-nivo{width: 922px; height: 450px;}

.product-nivo img{width: 922px; height: 450px;}

.quote{width: 320px; height: 450px; background: #fff; padding: 20px;}

.quote-title{width: 100%; height: 60px; background: #373737; color: #fff; font-size: 16px; border-radius: 5px; text-align: center; line-height: 60px; margin-bottom: 20px;}

.quote-type{width: 100%; height: 54px; display: flex; display: -webkit-flex; display: -ms-flex;}

.quote-type li{border: 1px solid #eee; border-radius: 5px; width: 50%; height: 100%; text-align: center; line-height: 50px; font-size: 14px; cursor: pointer;}

.quote-type li.active{background: #00ae66; color: #fff; border-color: #00ae66;}

.quote-type li i{background: url(../images2/icon.png_shj-aliyun-nsy); margin-right: 10px; cursor: pointer;}

.quote-type li:nth-child(1) i{background-position: 0 -155px; width: 26px; height: 26px;}

.quote-type li:nth-child(2) i{background-position: 0 -188px; width: 30px; height: 32px;}

.quote-input{width: 100%; height: auto;}

.quote-input select,.quote-input input{width: 100%; height: 47px; border: 1px solid #eee; border-radius: 5px; text-indent: 14px; font-size: 14px; margin-top: 12px; outline: none; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.quote-input select:focus,.quote-input input:focus{border-color: #c79e68 !important;}

.quote-input .area-input{position: relative;}

.quote-input .area-input i{position: absolute; top: 25px; right: 20px; color: #adadad;}

.quote-input .quote-btn{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; margin: 8px 0 16px;}

.quote-input .quote-btn input,.quote-input .quote-btn a:nth-child(1){color: #fff; text-indent: 0; cursor: pointer;}

.quote-input .quote-btn a:nth-child(1){height: 47px;border: 1px solid #eee;font-size: 14px;margin-top: 12px;border-radius: 5px;text-align: center;line-height: 47px}

.quote-input .quote-btn input:nth-child(1),.quote-input .quote-btn a:nth-child(1){background: #c79e68;}

.quote-input .quote-btn input:nth-child(2){background: #c79e68;}

.quote-input h6{color: #686868; }



/*精品案例*/

.index-case-container{width: 100%; height: auto; background: #fff;}

.index-case-center{width: 1260px; margin: 0 auto;}

.index-case-center .index-case-nav{width: 100%; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:center; justify-content:center; margin-top:10px;}

.index-case-center .index-case-nav a{padding: 0 16px; font-size: 14px; color: #9fa19f; }

.index-case-center .index-case-nav span{font-size: 16px; color: #9fa19f; line-height: 22px;}

.index-case-content{width: 100%; height: 640px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-content: space-between; align-content: space-between; -webkit-flex-wrap:wrap;

	flex-wrap:wrap; margin:0 0 70px 0;}

.index-case-content .item{width: 400px; height: 312px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; background: #f7f7f7;}

.index-case-content .item .imageWrap{width: 100%; height: 260px; background-size: cover; background-position: center;}

.index-case-content .item .textWrap{width: 100%; height: 52px; padding: 0 20px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between;}

.index-case-content .item .textWrap span{font-size: 16px; line-height: 52px; color:#333;}

.index-case-content .item .textWrap font{ fint-size:14px; line-height:52px; color:#666;}

.index-case-content .item:hover{box-shadow: 0 0 30px #d2d0d0; background: #c79e68; }

.index-case-content .item:hover .textWrap span{color: #fff;}

.index-case-content .item:hover .textWrap font{color: #fff;}

.index-case-space{width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between;}

.index-case-space .item{width: 84px; height: 84px; position: relative;}

.index-case-space .item img{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.index-case-space .item img.hover{z-index: 2; opacity: 0;  transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s; -o-transition: opacity .5s;}

.index-case-space .item img.hover:hover{opacity: 1;}



/*选择优势*/

.index-choose-container{width: 100%; height: auto; background: url(../images2/choose_bg.jpg); padding-bottom:70px;}

.index-choose-center{width: 1260px; margin: 0 auto; display:flex;justify-content:center;}

.choose_adv_l{ width:372px;text-align:right; padding-right:12px;}

.choose_adv_l .mt25{ margin-top:25px;}

.choose_adv_tit{ font-size:20px; font-weight:bold; color:#333333; padding-bottom:12px;}

.choose_adv_l_mt{ margin-top:75px;}

.choose_adv_tit_jj{ font-size:14px; color:#555; line-height:22px;}

.choose_adv_m{ width:516px; text-align:center}

.choose_adv_m img{ width:auto;}

.choose_adv_r{width:372px; text-align:left; padding-left:10px;}

.choose_adv_r .mt25{ margin-top:25px;}



.jpal-show-container{width: 100%;background-color: #fff}

.jpal-show-container input{display: inline-block;border:0;background: none;}

.jpal-show-container .jpal-banner{ position: relative;justify-content:center;align-items: center;width: 100%;height: 580px;background-image: url(../images2/img1.jpg_shj-aliyun-nsy);background-repeat: no-repeat;background-size: cover;display:-webkit-flex;display:flex;background-position: center;}

.jpal-show-container .jpal-banner .jpal-banner-show{z-index: 20;width: 716px;height: 340px;background-color: rgba(255,255,255,0.8);display:-webkit-flex;display:flex;-webkit-flex-flow:column wrap-reverse;flex-flow:column wrap-reverse;text-align: center;justify-content:center;align-items: center;}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-title{font-family: 宋体;font-size: 70px;color: #212121;font-weight: bold;}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-title span{color: #f5354b}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-one{font-family: 宋体;font-size: 26px;color: #191919;font-weight: bold;margin-top: 13px}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-two{font-family: 宋体;font-size: 30px;color: #191919;font-weight: bold;margin-top: 7px}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-three{width: 325px;height: 12px;background: url(../images2/img13.png_shj-aliyun-nsy) no-repeat;margin-top: 11px}

.jpal-show-container .jpal-banner .jpal-banner-show a{width: 187px;height: 40px;border-radius: 10px;background-color: #298769;color: #fff;font-size: 16px;line-height: 40px;text-align: center;margin-top: 23px}

.jpal-show-container .jpal-banner .jpal-banner-show a:hover{background-color: #227258}

.jpal-show-container .jpal-designer{width: 100%;height: 616px;-webkit-flex-flow:row wrap;flex-flow:row wrap;display:-webkit-flex;display:flex;}

.jpal-show-container .jpal-designer .jpal-designer-left{width: 45.3%;height: 616px;background-color: #c79e68;position: relative;}

.jpal-show-container .jpal-designer .jpal-designer-right{width: 54.7%;height: 616px;background: url(../images2/showdesignerbg.jpg_shj-aliyun-nsy) no-repeat;background-size: cover;}

.jpal-show-container .jpal-designer .jpal-designer-left div{width:480px;height: 425px;position: absolute;top: 70px;right: 50px;background: url(../images2/img2.jpg_shj-aliyun-nsy) no-repeat;background-size: cover; }

.jpal-show-container .jpal-designer .jpal-designer-left p{font-size: 16px;color: #fff;position: absolute;bottom: 80px;left: 65%;transform: translate(-50%); }

.jpal-designer-right .des-head-left{width: 647px; height: 162px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;margin-top: 70px;margin-left: 40px}

.jpal-designer-right .des-head-left .des-show-headimg{width: 105px; height: 162px; border: 4px solid #c79e68; background-position: center center; background-size: cover;background-image: url(../images2/20171105040823672.png);}

.jpal-designer-right .des-head-left .des-show-info{width: 516px; height: 190px; position: relative;}

.jpal-designer-right .des-head-left .des-show-info h2{font-size: 36px; font-weight: bold; color: #c79e68;}

.jpal-designer-right .des-head-left .des-show-info h3{display: flex; display: -webkit-flex; display: -ms-flex; font-size: 28px; color: #c79e68;}

.jpal-designer-right .des-head-left .des-show-info h3 span{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; margin-left: 10px;}

.jpal-designer-right .des-head-left .des-show-info h3 span i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 2px;}

.jpal-designer-right .des-head-left .des-show-info>h5{margin-bottom: 10px;margin-top: 7px}

.jpal-designer-right .des-head-left .des-show-info p{line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; border-top: 1px solid #000; padding: 13px 0; width: 430px;}

.jpal-designer-right .des-head-left .des-show-info>div{position: absolute; top: 13px; right: 0; width: 260px; height: auto; }

.jpal-designer-right .des-head-left .des-show-info>div h5{text-align: right; margin-right: 30px;}

.jpal-designer-right .des-head-left .des-show-info>div h5 span{color: #c79e68; font-size: 20px; }

.jpal-designer-right .des-head-left .des-show-info>div h5 span:last-child{margin-left: 20px;}

.jpal-designer-right .des-head-left .des-show-info>div div{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; width: 100%; }

.jpal-designer-right .des-head-left .des-show-info>div div a{border: none; border-radius: 18px; width: 120px; height: 36px; background: #f3860f; display: block; text-align: center; line-height: 36px; color: #fff; font-size: 14px; margin-top: 6px;}

.jpal-designer-right .des-head-left .des-show-info>div div a:last-child{background: #3d3d3d;}

.jpal-design-info{width: 647px;height: auto;margin-left: 42px}

.jpal-design-info h4{font-size: 16px;color: #2c2c2c;font-weight: bold;margin-top: 32px;margin-bottom: 7px}

.jpal-design-info p{font-size: 14px;color: #2c2c2c;line-height: 24px}

.jpal-content{width: 1240px;margin:0 auto;}

.jpal-content .jpal-block-title{height: 57px;justify-content:center;justify-content:center;display: flex;width: 100%}

.jpal-content .jpal-block-title img{width: auto;height: 57px;text-align: center; }

.jpal-content .jpal-block-cover{width: 100%;background-image: url(../images2/img4.jpg_shj-aliyun-nsy);background-repeat: no-repeat;background-size: cover;height: 600px;margin-top: 31px}

.jpal-content .jpal-block-intro{width: 100%;height: 170px;border-radius: 8px;border: 1px solid #e5e5e5;background: url(../images2/img14.jpg_shj-aliyun-nsy) no-repeat;background-size: center;background-position: center;overflow: hidden;margin-top: 16px}

.jpal-block-intro-title{height: 27px;background-image: url(../images2/img15.jpg_shj-aliyun-nsy);background-position: center;background-repeat: no-repeat;margin-top: 30px;margin-bottom: 26px}

.jpal-block-intro-des{font-size: 16px;color: #000;line-height: 24px;padding: 0 130px;text-indent: 1em}

.jpal-block{margin-top: 57px}

.jpal-block-intro-title-two{background-image: url(../images2/img16.jpg_shj-aliyun-nsy);}

.jpal-block-intro-title-three{background-image: url(../images2/img17.jpg_shj-aliyun-nsy);}

.jpal-block-intro-title-four{background-image: url(../images2/img18.jpg_shj-aliyun-nsy);}

.jpal-block-intro-title-five{background-image: url(../images2/img19.jpg_shj-aliyun-nsy);}

.jpal-tag{width: 100%;height: 9px;margin-top: 80px;display: flex;justify-content:center;align-items: center;}

.jpal-tag img{width: 11px;height: 9px;animation:jpal 1s infinite;-webkit-animation:jpal 1s infinite; position: relative;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;}

@keyframes jpal

{

0% {top:-10px;}



100%{top:10px;}

}



@-webkit-keyframes jpal 

{

0% {top:-10px;}



100%{top:10px;}

}

.jpal-content .jpal-block-intro-end{height: 130px;border:1px dashed #606060;margin-top: 36px;display: flex;display:-webkit-flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;padding: 0 105px 0 90px;align-items: center;}

.jpal-img-tou{width: 85px;height: 85px;background-image: url(../images2/img22.jpg_shj-aliyun-nsy);background-repeat: no-repeat;background-size: cover;border-radius: 42.5px}

.jpal-img-tou-des{width: 930px;font-size: 16px;color: #c79e68;padding-left: 23px}

.jpal-button{height: 60px;width: 100%;margin-top: 40px;display: flex;display:-webkit-flex;justify-content:center;}

.jpal-button a{width: 384px;height: 60px;border-radius: 9px;background-color: #298769;display: flex;display:-webkit-flex;font-size: 16px;color: #fff;line-height: 60px;justify-content:center;}

.jpal-button a:hover{background-color: #227258}

.jpal-tj{margin-top: 45px;margin-bottom: 65px}

.jpal-tj .jpal-tj-title{text-align: center;font-size: 16px;color: #000;margin-bottom: 26px}

.jpal-tj .jpal-tj-bbox{width: 100%;height: 182px;display: flex;display:-webkit-flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;justify-content:space-between;}

.jpal-tj .jpal-tj-bbox .jpal-tj-box{width: 295px;height: 100%;}

.jpal-tj .jpal-tj-bbox .jpal-tj-box:hover .jpal-tj-box-title i{background-position:  -15px -364px;}

.jpal-tj .jpal-tj-bbox .jpal-tj-box:hover .jpal-tj-box-title{ background-color: #c79e68;border-color: #c79e68;color: #fff }

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-img{width: 295px;height: 140px;background-image: url(../images2/img4.jpg_shj-aliyun-nsy);background-size: cover;background-repeat: no-repeat;background-position: center;}

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-title{width: 100%;height: 42px; line-height:30px;display: flex;display:-webkit-flex;border:1px solid #e5e5e5;font-size: 12px;color: #373737;align-items: center;position: relative; text-align:center;}

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-title i{display: block;height: 14px;width: 14px;overflow: hidden;background-image: url(../images2/icon.png_shj-aliyun-nsy);background-repeat: no-repeat;background-position:  0px -364px;position: absolute;top: 13px;right: 15px }

.jpal-show-top{width: 100%;height: 125px;background-image: url(../images2/img23.jpg_shj-aliyun-nsy);}

.DyFile{z-index: 10;width: 100%;position: absolute;height: 100%;top: 0;left: 0;opacity: 0}



/*设计师*/

.index-designer-container{width: 100%; height: 820px; background: url(../images2/isjsbg.jpg_shj-aliyun-nsy); }

.index-designer-center{width: 1260px; height: 100%; margin: 0 auto; overflow: hidden;}

.white-subhead *{color: #fff;}

.index-designer-content{width: 1530px; height: 510px; margin-top: 20px; position: relative;}

.index-designer-content .swiper-slide{width: 1240px; height: 510px; }

.index-designer-content .swiper-slide .swiper-shade{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; background: #000; opacity: 0; transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s; -o-transition: opacity .5s; }

.index-designer-content .swiper-slide .designer-anli{position: absolute; top: 0; left: 0; width: 760px; height: 510px; z-index: 1; background-size: cover; background-position: center center;}

.index-designer-content .swiper-slide .designer-anli img{width: 760px; height: 510px; display: block;}

.index-designer-content .swiper-slide .designer-anli div{position: absolute; bottom: 0; left: 0; width: 100%; height: 90px; background:linear-gradient(transparent,rgba(0,0,0,0.8)); background: -moz-linear-gradient(transparent,rgba(0,0,0,0.8)); background: -o-linear-gradient(transparent,rgba(0,0,0,0.8)); background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.8));}

.index-designer-content .swiper-slide .designer-anli div p{color: #cfcfcf; font-size: 14px; line-height: 25px; width: 520px; height: 100%; padding: 20px;}

.index-designer-content .swiper-slide .designer-info{display: flex; display: -webkit-flex; display: -ms-flex; width: 650px; height: 450px; position: absolute; bottom: 0; right: 0; z-index: 2;}

.index-designer-content .swiper-slide .designer-info .designerImg{width: 280px; height: 450px; background-size: cover; background-position: center center;}

.index-designer-content .swiper-slide .designer-info>div{width: 370px; height: 100%; background: url(../images2/stylistbg.jpg_shj-aliyun-nsy); background-size: cover;background-position-x:5px;  padding: 20px 20px 0 60px;}

.index-designer-content .swiper-slide .designer-info>div h2{font-size: 56px; color: #f5cb8f;}

.index-designer-content .swiper-slide .designer-info>div h3{font-size: 30px; color: #fff; margin: 20px 0 10px;}

.index-designer-content .swiper-slide .designer-info>div h3 span{font-size: 14px; color: #cfcfcf;}

.index-designer-content .swiper-slide .designer-info>div h5{color: #fff; line-height: 30px;}

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(3){width: auto; display: inline-block; min-width: 120px; max-width: 150px; padding: 0 10px; overflow: hidden; height: 30px; background: #c79e68; color: #fff; text-align: center; line-height: 30px; margin-bottom: 25px;} 

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(5){color: #f5cb8f; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}

.index-designer-content .swiper-slide .designer-info>div h5 span{color: #f5cb8f;}

.index-designer-content .swiper-slide .designer-info .designer-btn{width: 150px; height: 48px; border: 1px solid #919191; border-radius: 5px; text-align: center; line-height: 48px; font-size: 14px; color: #fff; background: transparent; margin-top: 20px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-designer-content .swiper-slide .designer-info .designer-btn:hover{background: #c79e68; color: #fff;}

.index-designer-content .swiper-button-prev,.index-designer-content .swiper-button-next{opacity: .9;}

.index-designer-content .swiper-button-prev{left: 0px;width: 145px;height: 340px;top: 21%;background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1)); background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1));background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1));background: linear-gradient(to right, rgba(255,255,255,0), rgba(000,000,000,1));}

.index-designer-content .swiper-button-prev div{width: 55px;height: 88px;position: absolute;top: 40%;right: 10px;background-image: url(../images2/pre.png_shj-aliyun-nsy);background-size: 100%;background-position: center;background-repeat: no-repeat;}

.index-designer-content .swiper-button-next{right: 0px;width: 145px;height: 340px;top: 21%;background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1)); background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1));background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(000,000,000,1));background: linear-gradient(to right, rgba(000,000,000,1), rgba(255,255,255,0));}

.index-designer-content .swiper-button-next div{width: 55px;height: 88px;position: absolute;top: 40%;left: 10px;background-image: url(../images2/next.png_shj-aliyun-nsy);background-size: 100%;background-position: center;background-repeat: no-repeat;}

.index-designer-content .swiper-pagination-bullets{left: 1015px; width: 370px;}

.index-designer-content .swiper-pagination-bullet{width: 30px; height: 4px; background: #fff; border-radius: 0;}

.index-designer-content .designer-more{color: #fff; position: absolute; top: 0; right: 145px; line-height: 24px; z-index: 100; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-designer-content .designer-more:hover{opacity: .8;}

.index-designer-content .designer-more i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -334px; width: 24px; height: 24px; margin-left: 10px;}



/*户型解析*/

.index-houseType-container{width: 100%; height: 650px; background: url(../images2/gongdi_bg.jpg) center no-repeat;}

.index-houseType-container .index-houseType-center{width: 1260px; height: auto; margin: 0 auto; margin-top:10px; overflow: hidden;}

#piclist dl dd {

  width: 398px;

  height: 354px;

  float: left;

  margin-right:33px;

  margin-bottom: 26px;

}

#piclist dl dd:nth-child(3n){margin-right:0;}

#piclist dl dd .a1 {

  position: relative;

  width: 398px;

  height: 291px;

}

#piclist dl dd .a1 .b2 {

  position: absolute;

  top: 0px;

  left: 0px;

  display: none;

}

#piclist dl dd .a1 .bg {

  width:398px;

  height: 291px;

  position: absolute;

  top: 0px;

  left: 0px;

}

#piclist dl dd .a2 {

  height: 89px;

}

#piclist dl dd .a2 .b1 {

  padding-top: 15px;

  display: block;

  line-height: 28px;

  overflow: hidden;

  font-size: 16px;

  color: #fff;

}

#piclist dl dd .a2 .b2 {

  display: block;

  height: 30px;

  line-height: 30px;

  overflow: hidden;

  font-size: 14px;

  color: #fff;

}

#piclist dl dd:hover .a1 .b2 {

  display: block;

}

#piclist dl dd:hover .a1 .bg {

  display: block;

}



.service_lc{ padding-bottom:70px;}

.service-list{width: 1260px;margin: 0 auto; height:210px;}

.service-list .list-item{float: left; width: 14.2%; height: auto; text-align: center; position: relative;}

.service-list .list-item:before{content: ''; display: block; width:125px; height: 1px; background: #cccccc; position: absolute; right:-62px;bottom:15px;}

.service-list .list-item:last-child:before{display: none;}

.service-list .list-item .item-media{width: 100%; height:60px; overflow: hidden; position: relative; top: 0;}

.service-list .list-item .item-media img{ width:auto; height:auto;}

.service-list .list-item .item-content{padding: 30px 0; position: relative; top: 0;}

.service-list .list-item .item-content .zh{display: block; font-family: microsoft yahei; font-size: 18px; color: #252525; overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}

.service-list .list-item .item-content .notes{ display: block; font-family: microsoft yahei; font-size: 14px; color: #989898; overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}

.service-list .list-item .item-num{width: 30px; height: 30px; border-radius: 50%; border:1px solid #989898; margin-right: auto; margin-left: auto; text-align: center; color:#989898;  line-height: 28px;}

.service-list .list-item:hover .item-media{top: -10px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.service-list .list-item:hover .item-content{top: -10px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.service-list .list-item:hover .item-content .zh{color: #013765;}

.service-list .list-item:hover .item-content .notes{color: #aaa;}

.service-list .list-item:hover .item-num{background:#013765; border-color:#013765; color: #fff;}



.streamer_24vrn {

	width:100%;

	height:189px;

	background:#f7f7f7 url(../images2/about_bg.jpg) top center no-repeat;

	cursor:pointer

}

.streamer_24vrn>.streamerList_2MQET {

	display:flex;

	flex:1;

	align-items:center;

	width:1260px;

	height:100%;

	margin:0 auto;

}

.streamer_24vrn>.streamerList_2MQET>div {

	color:#c79e68;

	width:150px;

}

.streamer_24vrn>.streamerList_2MQET>div:nth-child(2){

	color:#c79e68;

	width:250px;

}

.streamer_24vrn>.streamerList_2MQET>div>p:nth-child(1) {

font-size:16px;

}

.streamer_24vrn>.streamerList_2MQET>div>p:nth-child(1)>span {

font-size:60px;

vertical-align: bottom;

font-family: "BEBAS_";

}

.streamer_24vrn>.streamerList_2MQET>div:nth-child(2)>p>span{ vertical-align:top;}

.streamer_24vrn>.streamerList_2MQET>div:nth-child(3)>p>span{ vertical-align:top;}

.streamer_24vrn>.streamerList_2MQET>div>p:nth-child(1)>i{ font-size:14px; color:#c79e68;font-family: "BEBAS_";}

.streamer_24vrn>.streamerList_2MQET>div:nth-child(2)>p>i{ font-size:26px; color:#c79e68;font-family: "BEBAS_";}

.streamer_24vrn>.streamerList_2MQET>div:nth-child(3)>p>i{ font-size:26px; color:#c79e68;font-family: "BEBAS_";}

.streamer_24vrn>.streamerList_2MQET>div>p:nth-child(2){

font-size:16px;

vertical-align:top;

color:#666;

}

.streamer_24vrn>.streamerList_2MQET>div:first-child>p:nth-child(1) {

font-size:24px

}



.index-about-container{ width:100%; height:470px;}

.index-about-center{ width:1260px; margin:0 auto; margin-top:60px;}

.index-about-pic{ width:683px;}

.index-about-content{ width:100%; display:flex;flex:1;}

.index-about-wz{ width:545px; margin-left:32px;}

.index-about-wz .con{ font-size:14px; color:#666; line-height:30px;}

.index-about-wz .con:nth-child(2){ padding-top:20px;}

.index-about-wz .index-more{width: 270px; height: 52px; margin-top:25px; border: 1px solid #013765; background:#013765; color: #fff; font-size: 16px; text-align: center; line-height: 52px; border-radius: 6px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-about-wz .index-more a{ color:#fff;}

.index-more:hover{border-color: #c79e68; border-radius: 25px; color: #fff; background:#c79e68;}



.index-houseType-center .houseType-mores{width: 340px; height: 40px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; margin: 0 auto 60px; }

.index-houseType-center .houseType-mores a{display: block; width: 160px; height: 100%; border: 1px solid #e5e5e5; border-radius: 5px; text-align: center; line-height: 40px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-houseType-center .houseType-mores a:hover{border-color: #00ae66; color: #00ae66;}

.index-houseType-center .index-houseType-content{width: 100%; height: 420px;}

.index-houseType-content .house-map{width: 590px; height: 100%; float: left; position: relative;}

.index-houseType-content .house-map .house-map-loading{width: 100%; height: 100%; text-align: center; line-height: 420px; font-size: 20px; color: #fff; position: absolute; top: 0; left: 0; z-index: 2; background: #000; transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s; -o-transition: opacity .5s;}

.index-houseType-content .house-map .house-map-loading i{font-size: 22px; color: #fff; margin-right: 5px; vertical-align: baseline;}

.index-houseType-content .house-map #CompleteSiteMap{position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.index-houseType-content .house-map img{width: auto !important; height: auto !important;}

.index-houseType-content .houseType-lists{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; margin-top: -20px;}

.index-houseType-content .houseType-lists li{width: 310px; height: 200px; position: relative; margin: 0 0 20px 20px; overflow: hidden;}

.index-houseType-content .houseType-lists li img{width: 100%; height: 100%; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.houseType-zoom{transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);}

.index-houseType-center .index-houseType-content .houseType-lists li div{position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background: rgba(0,0,0,.6); color: #fff; font-size: 14px; line-height: 30px; padding: 0 20px;}

.index-houseType-center .index-houseType-content .houseType-lists li div span{margin-right: 30px;}



/*热门家装攻略*/

.index-strategy-container{width: 100%; height: 780px; background: #fff;}

.index-strategy-center{width: 1260px; height: auto; margin: 0 auto;}

.index-strategy-scroll{width: 1260px;margin: 0 auto;position: relative;overflow: hidden;}

.index-strategy-center .strategy-type{width: 600px; height: 40px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; margin: 0 auto 35px;}

.index-strategy-center .strategy-type a{width: 160px; height: 100%; display: block; border: 1px solid #e5e5e5; border-radius: 5px; text-align: center; line-height: 40px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-strategy-center .strategy-type a.active{background: #00ae66; color: #fff; border-color: #00ae66; cursor: pointer;}

.index-strategy-content{width: 100%; height: auto; padding-bottom: 10px; border-bottom: 1px solid #f7f7f7; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap;

	flex-wrap:wrap;transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;position: absolute;}

.none{display: none}

.index-strategy-content ul{width: 600px; height: 380px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap;}

.index-strategy-content ul li{width: 100%; height: auto; position: relative; overflow: hidden; display: flex; display: -webkit-flex; display: -ms-flex; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-strategy-imageDiv{width: 220px; height: 110px; background-size: cover; background-position: center center; }

.index-strategy-info{width: 360px; height: 110px; margin-left: 20px; padding-right: 20px;}

.index-strategy-info h4{font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #5f5f5f; line-height: 30px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-strategy-info h5,.index-strategy-info p{color: #9d9d9d; font-size: 14px;}

.index-strategy-info h5{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin: 8px 0 11px; }

.index-strategy-info p{line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.index-strategy-left li:hover .index-strategy-info h4{color: #c79e68;}

.index-strategy-left li:hover{box-shadow: 0 0 20px #efefef;}

.index-strategy-right li{border-bottom: 1px solid #f1f1f1; height: 50px; line-height: 50px; width: 600px !important;}

.index-strategy-right li h4{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; }

.index-strategy-right li h4 strong{margin: 0 25px;}

.index-strategy-right li h4 p{margin-right: 70px; width: 310px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.index-strategy-right li h4 i{background-image: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1804px; width: 24px; height: 14px; margin-left: 20px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.index-strategy-right li:hover{background: #c79e68; }

.index-strategy-right li:hover h4{color: #fff;}

.index-strategy-right li:hover h4 i{background-position: -38px -1804px;}



.index-reservation-content{width: 100%; height: 72px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.index-reservation-content li{width: 160px; height: 70px; border: 1px solid #e5e5e5; padding: 15px 20px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-content:center; align-content:center; -webkit-align-items:center; align-items:center; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; cursor: pointer;}

.index-reservation-content li i{background: url(../images2/icon.png_shj-aliyun-nsy); }

.index-reservation-content li h5{width: 60px; color: #8a8a8a; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.index-reservation-content a:nth-child(1) li i{width: 36px; height: 34px; background-position: 0 -383px;}

.index-reservation-content a:nth-child(2) li i{width: 34px; height: 34px; background-position: 0 -856px;}

.index-reservation-content a:nth-child(3) li i{width: 28px; height: 33px; background-position: 0 -621px;}

.index-reservation-content a:nth-child(4) li i{width: 35px; height: 33px; background-position: 0 -699px;}

.index-reservation-content a:nth-child(5) li i{width: 30px; height: 33px; background-position: 0 -777px;}

.index-reservation-content a:nth-child(6) li i{width: 34px; height: 34px; background-position: 0 -541px;}

.index-reservation-content a:nth-child(7) li i{width: 32px; height: 35px; background-position: 0 -460px;}

.index-reservation-content .active{ border-color: #c79e68; box-shadow: 0 0 20px #d2b38c;}

.index-reservation-content a:nth-child(1) .active i{background-position: 0 -422px;}

.index-reservation-content a:nth-child(2) .active i{background-position: 0 -895px;}

.index-reservation-content a:nth-child(3) .active i{background-position: 0 -659px;}

.index-reservation-content a:nth-child(4) .active i{background-position: 0 -738px;}

.index-reservation-content a:nth-child(5) .active i{background-position: 0 -816px;}

.index-reservation-content a:nth-child(6) .active i{background-position: 0 -581px;}

.index-reservation-content a:nth-child(7) .active i{background-position: 0 -500px;}

.index-reservation-content .active h5{color: #c79e68;}



/*品牌墙*/

.branding-wall{width: 100%; height: 180px; background: url(../images2/productbg.jpg_shj-aliyun-nsy) center center; padding: 30px 0;}

.branding-wall ul{width: 1250px; height: 120px; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.branding-wall ul li{width: 230px; height: 120px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; cursor: pointer;}

.branding-wall ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,.3); margin-top: -6px;}



/*footer*/

footer{width: 100%; height: auto; background:#1d1d1d; overflow:hidden}

footer .footer-center{width: 1260px; height: 100%; padding: 40px 0 0; margin: 0 auto; position: relative;}

footer .footer-content{width: 100%;display: flex; display: -webkit-flex; display: -ms-flex ; flex:1;flex-wrap:wrap}

footer .footer-news{ width:100%}

footer .footer-news p{ font-size:16px; color:#c0c0c0}

footer .footer-news ul{display:flex;justify-content:center;flex-wrap:wrap; padding-top:23px; padding-bottom:23px; border-bottom:1px solid #313131;}

footer .footer-news ul li{ background:url(../images2/dot.jpg) left no-repeat; text-indent:10px; width:315px; line-height:30px;}

footer .footer-news ul li a{ color:#7a7a7a;font-size: 14px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

footer .footer-news ul li a:hover{color: #c79e68;}

footer .footer-dh{width: 1260px; height: 100%;display: flex; display: -webkit-flex; display: -ms-flex ; flex:1;flex-wrap:wrap;justify-content:space-between; margin:30px 0;}

footer .footer-dh .footer-dh-nav{ width:700px;display: flex;}

footer .footer-dh .footer-dh-nav dl{ width:140px;color:#7a7a7a;}

footer .footer-dh .footer-dh-nav dl p{ padding-bottom:10px;}

footer .footer-dh .footer-dh-nav dl p img{ width:auto; padding-right:8px;vertical-align:middle}

footer .footer-dh .footer-dh-nav dl p i{ font-size:20px; color:#c79e68}

footer .footer-dh .footer-dh-nav dl dt{ font-size:18px; color:#c0c0c0; padding-bottom:18px;}

footer .footer-dh .footer-dh-nav dl dd{ font-size:14px; color:#7a7a7a; line-height:24px;}

footer .footer-dh .footer-dh-nav dl dd a{color:#7a7a7a; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

footer .footer-dh .footer-dh-nav dl dd a:hover{ color:#979797}

footer .footer-dh .footer-dh-nav dl:nth-child(4){ width:255px;}

footer .footer-dh .footer-dh-ewm{ width:270px;display: flex;justify-content:space-between;}

footer .footer-dh .footer-dh-ewm dl{ width:124px;}

footer .footer-dh .footer-dh-ewm dl dt{ font-size:18px; color:#c0c0c0; padding-bottom:18px;}



footer .footer-copyright{width: 100%; height:60px; border-top:1px solid #313131; line-height:60px; color:#8d8d8d; text-transform:uppercase;}

footer .copyright-center{width: 1260px; height: 100%; margin: 0 auto;}

footer .copyright-center span{ float:right;}

footer .footer-copyright a{color: #8d8d8d;transition: all .3s;transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

footer .footer-copyright a:hover{color:#c79e68;}

.left-fixed-nav{position: fixed; bottom: 32%; right: 5%; width: 70px; height: auto; background: #dcdcdc; padding: 1px; z-index: 10086;}

.left-fixed-nav a{display: block; margin-top: 1px;}

.left-fixed-nav a:first-child{margin-top: 0;}

.left-fixed-nav li{width: 100%; height: 73px;  background: #fff; text-align: center; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.left-fixed-nav li i{background-image: url(../images2/icon.png_shj-aliyun-nsy); margin-top: 11px; }

.left-fixed-nav li h6{color: #999; line-height: 30px;}

.left-fixed-nav .fixed-nav-icon1{background-position: 0 -1511px; width: 32px; height: 32px;}

.left-fixed-nav .fixed-nav-icon2{background-position: 0 -1586px; width: 29px; height: 33px;}

.left-fixed-nav .fixed-nav-icon3{background-position: 0 -1664px; width: 32px; height: 32px;}

.left-fixed-nav .fixed-nav-icon4{background-position: 0 -1735px; width: 26px; height: 24px;}

.left-fixed-nav .fixed-nav-icon5{background-position: 0 -1850px; width: 35px; height: 32px;}

.left-fixed-nav li.active{background: #013765; color: #fff;}

.left-fixed-nav li.active h6{color: #fff;}

#quoteDy{}

/*内容页*/

.show-container{background: #f3f3f3; width: 100%; height: auto; padding: 5px 0 100px;}

.show-center{width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap;}

.show-left{width: 920px; height: 100%; background: #fff;}

.show-right{width: 300px; height: 100%;}

.show-quote{width: 300px; height: auto;}

.show-quote .quote-input .quote-btn input{width: 125px;}

.show-page{width: 100%; height: 50px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}

.show-page button{width: 300px; height: 50px; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 20px; overflow: hidden; font-size: 14px; background: #fff; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; margin: 0 15px; cursor: pointer; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.show-page button:hover{background: #013765; color: #fff; }

.background-none{background: transparent !important;}



/*loading icon*/

.loading,.loading>div{position:relative;}

.loading{display:none;font-size:0;color:#8a8888; margin-right: 10px;}

.loading>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}

.loading{width:20px;height:20px}

.loading>div{position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;border-radius:50%;-webkit-animation:ball-spin 1s infinite ease-in-out;-moz-animation:ball-spin 1s infinite ease-in-out;-o-animation:ball-spin 1s infinite ease-in-out;animation:ball-spin 1s infinite ease-in-out}

.loading>div:nth-child(1){top:5%;left:50%;-webkit-animation-delay:-1.125s;-moz-animation-delay:-1.125s;-o-animation-delay:-1.125s;animation-delay:-1.125s}

.loading>div:nth-child(2){top:18.1801948466%;left:81.8198051534%;-webkit-animation-delay:-1.25s;-moz-animation-delay:-1.25s;-o-animation-delay:-1.25s;animation-delay:-1.25s}

.loading>div:nth-child(3){top:50%;left:95%;-webkit-animation-delay:-1.375s;-moz-animation-delay:-1.375s;-o-animation-delay:-1.375s;animation-delay:-1.375s}

.loading>div:nth-child(4){top:81.8198051534%;left:81.8198051534%;-webkit-animation-delay:-1.5s;-moz-animation-delay:-1.5s;-o-animation-delay:-1.5s;animation-delay:-1.5s}

.loading>div:nth-child(5){top:94.9999999966%;left:50.0000000005%;-webkit-animation-delay:-1.625s;-moz-animation-delay:-1.625s;-o-animation-delay:-1.625s;animation-delay:-1.625s}

.loading>div:nth-child(6){top:81.8198046966%;left:18.1801949248%;-webkit-animation-delay:-1.75s;-moz-animation-delay:-1.75s;-o-animation-delay:-1.75s;animation-delay:-1.75s}

.loading>div:nth-child(7){top:49.9999750815%;left:5.0000051215%;-webkit-animation-delay:-1.875s;-moz-animation-delay:-1.875s;-o-animation-delay:-1.875s;animation-delay:-1.875s}

.loading>div:nth-child(8){top:18.179464974%;left:18.1803700518%;-webkit-animation-delay:-2s;-moz-animation-delay:-2s;-o-animation-delay:-2s;animation-delay:-2s}

@-webkit-keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}

@-moz-keyframes ball-spin{0%,100%{opacity:1;-moz-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-moz-transform:scale(0);transform:scale(0)}}

@-o-keyframes ball-spin{0%,100%{opacity:1;-o-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-o-transform:scale(0);transform:scale(0)}}

@keyframes ball-spin{0%,100%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}20%{opacity:1}80%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}}



/*案例*/

.case-banner{display: block; width: 100%; height: 500px;}

.crumbs-container{width: 100%; height: 50px; background: #f3f3f3; }

.crumbs{width: 1240px; height: 100%; line-height: 50px; margin: 0 auto; font-size: 14px; }

.crumbs span{margin: 0 5px;}

.crumbs a{color: #3e3e3e; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.crumbs a.active{color: #c79e68;}

.crumbs a:hover{color: #c79e68; text-decoration: underline;}

.case-filter-container{width: 100%; height: auto; background: #fff; }

.case-filter-center{width: 1240px; height: 100%; margin: 0 auto; padding: 20px 0;}

.case-filter-center ul{width: 100%; height: auto; }

.case-filter-center ul li{width: 100%; height: auto; border-bottom: 1px solid #f1f1f1; padding: 10px 20px; font-size: 14px; color: #363636; display: flex; display: -webkit-flex; display: -ms-flex; }

.case-filter-center ul li span{display: flex;display: -webkit-flex;align-items: center; width: 100px; }

.case-filter-center ul li dl{flex-wrap: wrap;width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center;}

.case-filter-center ul li dl dd{margin-right: 10px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; height: 30px; padding: 0 15px; line-height: 30px; cursor: pointer;}

.case-filter-center ul li dl dd.active{background: #013765; color: #fff; }

.case-filter-center ul li dl dd.active a{color: #fff;}

.case-filter-search{width: 90%; height: 42px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; margin-top: 40px;}

.case-filter-search div{display: flex; display: -webkit-flex; display: -ms-flex;}

.case-filter-search>div>button{width: 100px; height: 40px; border: 1px solid #dcdcdc; background: #fff; margin-right: 20px; font-size: 14px; cursor: pointer; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.case-filter-search>div>button i{font-size: 15px; vertical-align: top; margin-left: 6px;}

.case-filter-search>div>button.active{color: #c79e68; border-color: #c79e68; }

.case-filter-search>div>button.active i{transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); vertical-align: middle;}

.case-filter-search>div div{width: 390px; height: 40px; }

.case-filter-search>div div input{width: 300px; height: 40px; border: 1px solid #dcdcdc; font-size: 14px; text-indent: 20px;}

.case-filter-search>div div button{width: 90px; height: 40px; background: #c79e68; color: #fff; border: 1px solid #c79e68; font-size: 14px; cursor: pointer;}

.case-filter-search h4{line-height: 40px;}

.case-filter-search h4 span{font-size: 20px; color: #c79e68;}

.case-lists-container{width: 100%; height: auto; background: #f4f4f4; padding: 40px 0 70px;}

.case-lists-container ul{width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-between; justify-content:space-between;}

.case-lists-container ul a{display: block; }

.case-lists-container ul li{width: 610px; height: 480px; margin-bottom: 40px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.case-lists-container ul li .case-headimg{width: 100%; height: 370px; background-size: cover; background-position: center center;}

.case-lists-container ul li .case-info{background: #fff; width: 100%; height: auto; }

.case-lists-container ul li .case-info h5{width: 100%; height: 55px; padding: 0 40px; line-height: 55px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center;}

.case-lists-container ul li .case-info h5 span{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 100%}

.case-lists-container ul li .case-info h5:first-child{border-bottom: 1px solid #f4f4f4; }

.case-lists-container ul li .case-info h5 i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1057px; width: 18px; height: 18px;}

.case-lists-container ul li .case-info h5 div img{width: 30px; height: 30px; margin-right: 13px; vertical-align: middle; border-radius: 50%;}

.case-lists-container ul li .case-info h5>span:nth-child(2){color: #737373;}

.case-lists-container ul li:hover{box-shadow: 0 0 30px #d2d0d0;}



.case-lists-container.general-case ul{width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content: flex-start; justify-content: flex-start;}

.case-lists-container.general-case ul li{width: 400px; height: auto; margin-bottom: 40px; margin-right: 20px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; background: #fff;}

.case-lists-container.general-case ul li:nth-child(3n){margin-right: 0;}

.case-lists-container.general-case ul li .case-headimg{width: 100%; height: 250px; background-size: 100% 100%; background-position: center center;position: relative;}

.case-lists-container.general-case ul li .case-headimg .icon_js{display: inline-block;width: 117px;height: 43px;position: absolute;top: 22px;right: 25px;background-image:url(../images2/twojs.gif);}

.case-lists-container.general-case ul li .case-info-wrap{width: 100%; height: 70px; padding: 0 20px; display: flex; display: -webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; -webkit-align-content:center; align-content:center; border-bottom: 1px solid #f4f4f4;}

.case-lists-container.general-case ul li .case-info-wrap .case-buildName{font-size: 16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.case-lists-container.general-case ul li .case-info-wrap .case-type-info{font-size: 14px; color: #575757; margin-top: 4px;}

.case-lists-container.general-case ul li .case-info-wrap i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1057px; width: 18px; height: 18px;}

.case-lists-container.general-case ul li .case-designer-wrap{width: 100%; height: 70px; padding: 0 20px; display: flex; display: -webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; -webkit-align-content:center; align-content:center;}

.case-lists-container.general-case ul li .case-designer-wrap .designer-info-wrap{display: flex; display: -webkit-flex; -webkit-align-content:center; align-content:center;}

.case-lists-container.general-case ul li .case-designer-wrap .designer-info-wrap .designer-heading{width: 40px; height: 50px; border-radius: 8px; background-size: cover; background-position: top center; margin-right: 16px;}

.case-lists-container.general-case ul li .case-designer-wrap .designer-info-wrap .designer-info .name{font-size: 16px;}

.case-lists-container.general-case ul li .case-designer-wrap .designer-info-wrap .designer-info .caeer{font-size: 14px; color: #575757; margin-top: 4px;}

.case-lists-container.general-case ul li .case-designer-wrap .popup-btn{width: 120px; height: 40px; text-align: center; line-height: 40px; border-radius: 8px; background: #c79e68; color: #fff; font-size: 14px; cursor: pointer;}

.case-lists-container.general-case ul li:hover{box-shadow: 0 0 30px #d2d0d0;}







.case-show-left{padding: 50px 50px 50px 0;overflow: hidden;position: relative;}

.case-show-left .icon_js{width: 117px;height: 43px;position: absolute;top: 52px;right: 30px;background-image:url(../images2/twojs.gif);}

.case-show-left h2{font-size: 24px; font-weight: bold; text-align: center;}

.case-show-left h6{color: #989a99; height: 55px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}

.case-show-left>p{font-size: 14px; padding-left: 50px; line-height: 26px; text-indent: 2em;}

.case-show-left>div{display: flex; display: -webkit-flex; display: -ms-flex;}

.case-show-left .case-show-nav{width: 94px; height: auto; border-right: 1px solid #d4d4d4; }

.case-show-left .case-show-nav li{width: 100%; height: 20px; line-height: 20px; text-align: center; color: #999999; font-size: 14px; position: relative; margin-bottom: 20px; cursor: pointer; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.case-show-left .case-show-nav i{width: 11px; height: 11px; background: #d4d4d4; border-radius: 50%; position: absolute; top: 4px; right: -6px;}

.case-show-left .case-show-nav li.active{color: #127a59;}

.case-show-left .case-show-nav li.active i{width: 18px; height: 18px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1188px; top: 1px; right: -9px;}

.case-show-left .case-show-content{padding-left: 50px; height: auto; width: 100%;}

.case-show-left .case-show-content li{margin-bottom: 15px;}

.case-show-left .case-show-content h4{margin-bottom: 15px;}

.case-show-left .case-show-content p{text-indent: 2em; line-height: 26px; font-size: 14px;}

.case-show-left .case-show-content img{ height: auto; margin: 10px auto;max-width: 100%;display: block; width: auto;}

.case-show-right .case-info{width: 100%; height: auto; padding: 30px 26px; background: #fff;}

.case-show-right .case-info-line{width: 45px; height: 1px; background: #d1d1d1; margin: 10px 0 20px;}

.case-show-right .case-info ul{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; width: 100%; margin-bottom: 20px;}

.case-show-right .case-info ul li{width: 46%; margin-bottom: 12px;}

.case-show-right .case-info ul li:nth-child(odd){width: 54%;}

.case-show-right .case-info ul li span{color: #c79e68;}

.case-show-right .case-info-designer{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.case-show-right .case-designer-img{width: 120px; height: 160px; background-size: cover; background-position: center center;}

.case-show-right .case-designer-info{width: 112px; height: 160px; }

.case-show-right .case-designer-info .designer-link{margin: 8px 0; display: block; font-size: 12px; }

.case-show-right .case-designer-info .designer-link:hover {color: #c79e68; text-decoration: underline; }

.case-show-right .case-designer-info h6{margin-bottom: 14px;}

.case-show-right .case-designer-info h6 span{color: #c79e68; font-size: 16px;} 

.case-show-right .case-designer-info .designer-button{display: block; width: 100%; height: 30px; border: 1px solid #dcdcdc; text-align: center; line-height: 30px; margin-top: 10px; font-size: 12px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.case-show-right .case-designer-info .designer-button:hover{border-color: #c79e68; color: #c79e68; box-shadow: 0 0 10px #eadbcb;}



.case-show-offer{width: 796px; height: 380px; position: relative; background: url(../images2/case-show-offer-bg.jpg_shj-aliyun-nsy); background-size: cover; margin: 60px 0 0 77px;}

.case-show-offer .form-wrap{width: 580px; height: auto; position: absolute; top: 88px; left: 108px;}

.case-show-offer .form-wrap .input-wrap{width: 100%; height: 50px; margin-bottom: 8px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.case-show-offer .form-wrap .input-wrap span{position: absolute; right: 20px; top: 9px; font-size: 18px;}

.case-show-offer .form-wrap .input-wrap input{height: 45px;}

.case-show-offer .form-wrap .input-wrap .layui-form-select{width: 180px; height: 45px;}

.case-show-offer .form-wrap button{width: 100%; height: 50px; background: #36b380; color: #fff; font-size: 16px; border: none; margin-top: 6px;cursor: pointer;}



/*家装知识*/

.konw-list-left{background: transparent;}

.konw-list-banner{width: 100%; height: 330px;}

.konw-list-banner .swiper-slide{width: 920px; height: 330px; background-position: center center; background-size: cover;}

.konw-list-banner .swiper-pagination-bullet{width: 30px; height: 4px; background: #fff; border-radius: 0;}

.konw-list-banner .swiper-button-prev,.konw-list-banner .swiper-button-next{background: rgba(0,0,0,.6) url(../images2/icon.png_shj-aliyun-nsy); width: 50px; height: 80px; background-position:  7px -953px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-list-banner .swiper-button-prev{ left: -50px; }	

.konw-list-banner .swiper-button-next{ right: -50px; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

.konw-list-banner:hover .swiper-button-prev{left: 0;}

.konw-list-banner:hover .swiper-button-next{right: 0;}

.konw-list-type{width: 100%; height: 50px; position: relative; line-height: 50px; background: #fff;}

.konw-list-type ul{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; width: 100%; height: 100%; border-bottom: 2px solid #e8e8e8; }

.konw-list-type ul a{display: block; width: 25%; height: 100%; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-list-type ul a.active{color: #00af64; }

.konw-list-type ul li{ font-size: 18px; text-align: center;}

.konw-list-type div{width: 25%; height: 2px; position: absolute; bottom: 0; left: 0; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; background: #00af64; opacity: 0;}

.konw-lists{width: 100%; height: auto; margin-bottom: 40px;}

.konw-lists a{display: block;}

.konw-lists li{width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:center; justify-content: center; cursor: pointer; padding: 25px; margin-bottom: 20px; background: #fff;}

.konw-lists li,.konw-lists li *{transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-lists li:hover{box-shadow: 0 5px 10px #d2d0d0;}

.konw-lists li .konw-headimg{background-position: center center; background-size: cover; width: 300px; height: 200px;}

.konw-lists li .konw-info{width: 530px; height: 200px; margin-left: 30px;}

.konw-lists li .konw-info h2{font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.konw-lists li .konw-info h5{color: #dcd5cd; border-bottom: 1px solid #c79e68; line-height: 50px;}

.konw-lists li .konw-info h5 span{color: #00af64; margin-left: 10px;}

.konw-lists li .konw-info p{font-size: 14px; display: -moz-box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 22px; margin: 20px 0 30px;}

.konw-lists li .konw-list-button{width: 100%; height: 30px; display: flex; display: -webkit-flex; display: -ms-flex; }

.konw-lists li .konw-list-button button{width: 145px; height: 30px; border: 1px solid #d4d2d3; background: #fff; margin-right: 20px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; cursor: pointer; border-radius: 5px;}

.konw-lists li .konw-list-button button:hover{border-color: #c79e68; background: #c79e68; color: #fff;}

.konw-lists li:hover a{color: #c79e68;}

.konw-lists li:hover p{color: #c79e68;}

.konw-show-left{background: #fff; padding: 30px 20px 50px;}

.konw-show-left h1,.konw-show-left h2{font-size: 26px;}

.konw-show-left h6{color: #ae9a99; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items:center; align-items:center; height: 45px; border-bottom: 1px solid #eeeeee;}

.konw-show-left .konw-content{width: 100%; height: auto; padding: 30px 0 50px; line-height: 25px;}

.konw-show-left .konw-content img{margin: 10px auto; max-width: 100%;width: auto;height: auto;display: block;}



/*热装小区*/

.hot-filter-container{width: 100%; height: auto; padding: 30px 0 20px; background: #fdfdfd;}

.hot-filter-center{width: 1240px; height: auto; margin: 0 auto;}

.hot-filter-center .hot-search{width: 500px; height: 40px; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; margin-bottom: 30px;}

.hot-filter-center .hot-search input[type='text']{height: 40px; width: 410px; font-size: 14px; text-indent: 30px; border: 1px solid #dcdcdc;}

.hot-filter-center .hot-search input[type='button']{height: 40px; width: 90px; font-size: 14px; text-align: center; color: #fff; background: #c79e68; border: none; cursor: pointer;}

.hot-filter-center .hot-filter{width: 100%; height: auto; padding-top: 30px; border-top: 1px solid #f1f1f1;  display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; font-size: 14px;}

.hot-filter-center .hot-filter span{padding: 5px 0;}

.hot-filter-center .hot-filter ul{width: 1150px; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}

.hot-filter-center .hot-filter ul li{padding: 5px 18px; cursor: pointer; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; margin: 0 5px 10px;}

.hot-filter-center .hot-filter ul li.active{background: #298769; color: #fff; }

.hot-lists-container{width: 100%; height: auto; padding: 30px 0 40px; background: #f4f4f4;}

.hot-lists-container ul{width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }

.hot-lists-container ul a{display: block; margin: 0 20px 20px 0;}

.hot-lists-container ul a:nth-child(3n){margin-right: 0;}

.hot-lists-container ul li{width: 400px; height: 250px; position: relative; overflow: hidden; }

.hot-lists-container ul li .hot-headimg{background-size: cover; background-position: center center; width: 400px; height: 250px;transition: transform .5s; -moz-transition: -moz-transform .5s; -webkit-transition: -webkit-transform .5s; -o-transition: -o-transform .5s; }

.hot-lists-container ul li .hot-label{position: absolute; top: 0; right: 0; width: 90px; height: 80px; background: #c79e68; ; padding: 10px;}

.hot-lists-container ul li .hot-label *{color: #fff;}

.hot-lists-container ul li .hot-label h5{line-height: 28px;}

.hot-lists-container ul li .hot-label h4 span{font-size: 30px; font-weight: bold;}

.hot-lists-container ul li>h5{width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; color: #fff; line-height: 40px; background: -webkit-linear-gradient(bottom, rgba(32,36,74,.8), rgba(112,105,111,.4)); background: -o-linear-gradient(top,rgba(32,36,74,.8), rgba(112,105,111,.4)); background: -moz-linear-gradient(top, rgba(32,36,74,.8), rgba(112,105,111,.4)); background: linear-gradient(to top, rgba(32,36,74,.8), rgba(112,105,111,.4)); text-align: center;}

.hot-lists-container ul li:hover .hot-headimg{transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);}

.hot-content-top{width: 1240px;height: 370px;display: flex;margin: 35px auto;flex-direction: row;}

.hot-content-top .hot-content-top-left{width: 660px;height: 370px;background-position: center;background-repeat: no-repeat;background-image: url(../images2/img30.jpg_shj-aliyun-nsy);}

.hot-content-top .hot-content-top-right{width: 580px;padding-left: 32px;}

.hot-content-top .hot-content-top-right h1{font-size: 28px;color: #373737;}

.hot-content-top .hot-content-top-right h3.border-top{border-top: 2px solid #d1d1d1;display: inline-block;padding-top: 25px;margin-top: 14px}

.hot-content-top .hot-content-top-right h3{font-size: 16px;color: #666;	}

.hot-content-top .hot-content-top-right h3 span{font-size: 20px;color: #c79e68;}

.hot-content-top .hot-content-top-right p{font-size: 14px;color: #666;margin-top:7px;margin-bottom: 30px 	}

.hot-content-top .hot-content-top-right div.butt{height: 40px;width: 100%;margin-top: 25px;margin-bottom: 33px}

.hot-content-top .hot-content-top-right div.butt a{display: block;float: left;height: 40px;width: 240px;font-size: 14px;color: #666;text-align: center;line-height: 40px;border:1px solid #aaaaaa;margin-right: 20px;position: relative;padding-left: 30px;}

.hot-content-top .hot-content-top-right div.butt a i{display: block;width: 18px;height: 18px;position: absolute;overflow: hidden;background-image: url(../images2/icon.png_shj-aliyun-nsy);background-position: -20px -1825px;top: 11px}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2) i{display: block;width: 18px;height: 18px;position: absolute;overflow: hidden;background-image: url(../images2/icon.png_shj-aliyun-nsy);background-position: -42px -1825px;top: 11px;}

.hot-content-top .hot-content-top-right div.butt a:nth-child(1):hover{background-color: #c79e68;color: #fff;}

.hot-content-top .hot-content-top-right div.butt a:nth-child(1):hover i{background-position: -0px -1825px;}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2):hover{background-color: #c79e68;color: #fff;}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2):hover i{background-position: -62px -1825px;	}

.hot-content-top .hot-content-top-right h6{width: 160px;}

.hot-content{width: 100%;background-color: #eeeeee;}

.hot-content .hot-content-box{width: 1240px;padding:25px 0px;margin: 0 auto;}

.hot-banner-one{width: 100%;height: 440px;}

.swiper-paginationdy span{border-radius: 0;height: 4px;width: 30px;background-color: #bdb8b4;opacity: 1}

.swiper-paginationdy span.swiper-pagination-bullet-active{background-color: #fff}

#swiper-container1 .swiper-button-next{width: 56px;height: 90px;background-color: rgba(0,0,0,0.5);right: 0}

#swiper-container1 .swiper-button-prev{width: 56px;height: 90px;background-color: rgba(0,0,0,0.5);left:0;}

#swiper-container1 .swiper-button-prev:hover{background-color: rgba(0,0,0,1);}

#swiper-container1 .swiper-button-next:hover{background-color: rgba(0,0,0,1);}

.hot-content .hot-content-box .addy-one{width: 100%;display: flex;display:-webkit-flex;flex-direction:row;height: 110px;margin-top: 20px;background: url(../images2/icon15.png_shj-aliyun-nsy);background-repeat: repeat;background-size: 310px 110px;}

.hot-content .hot-content-box .addy-one a{display: flex;display: -webkit-flex;width: 25%;height: 100%;font-size: 18px;color: #fff;justify-content:center;line-height: 170px;background-position: 50% 26%;background-repeat: no-repeat;} 

.hot-content-article{width: 1240px;margin: 72px auto 0;}

.hot-content-article h3{font-size: 35px;font-weight: bold;color: #2d2d2d;display: flex;display: -webkit-flex;justify-content:center;}

.hot-content-article h3 span{color: #00ae66;}

.hot-content-article h5{margin-top:11px;font-size: 24px;color: #555555;display: flex;display: -webkit-flex;justify-content:center;}

.hot-content-article .hot-content-article-hxone{margin-top: 69px;display: flex;display: -webkit-flex;justify-content:space-between;width: 100%;height: 400px}

.hot-content-article .hot-content-article-hxone div:nth-child(1){width:400px;height: 100%;background-image: url(../images2/hx1.jpg_shj-aliyun-nsy);position: relative;}

.hot-content-article .hot-content-article-hxone div:nth-child(1) span{display: block;width: 138px;height: 45px;top: 0;left: 0;position: absolute;background-color: #c79e68;color: #fff;font-size: 22px;text-align: center;line-height: 45px}

.hot-content-article .hot-content-article-hxone div:nth-child(2){width:817px;height: 100%;background-image: url(../images2/hx2.jpg_shj-aliyun-nsy);}

.hot-content-article .hot-content-article-hxtwo{margin-top: 20px;width: 100%;display: flex;display: -webkit-flex;justify-content:space-between;}

.hot-content-article .hot-content-article-hxtwo div{width: 610px;height: 400px;}

.hot-content-article .hot-content-article-hxtwo div:nth-child(1){background-image: url(../images2/hx3.jpg_shj-aliyun-nsy);}

.hot-content-article .hot-content-article-hxtwo div:nth-child(2){background-image: url(../images2/hx4.jpg_shj-aliyun-nsy);}

.hot-content-article .hot-content-article-des{width: 100%;margin-top: 20px;height: 170px;background-color: #eef2f3;display: flex;display: -webkit-flex;flex-direction:row;align-items:center;}

.hot-content-article .hot-content-article-des div{width: 600px;padding-left: 75px}

.hot-content-article .hot-content-article-des div h6{font-size: 18px;color: #000}

.hot-content-article .hot-content-article-des div p{font-size: 14px;color: #444;margin-top:9px;line-height: 22px}

.addy-two{width: 100%;height: 726px;background-image: url(../images2/banner2dy.jpg_shj-aliyun-nsy);margin-top: 30px}

.addy-three {width:100%;position:relative;margin-top:72px}

.addy-three h3{font-size: 35px;font-weight: bold;color: #2d2d2d;display: flex;display: -webkit-flex;justify-content:center;}

.addy-three h5{margin-top:11px;font-size: 24px;color: #555555;display: flex;display: -webkit-flex;justify-content:center;}

.addy-three .swiper-container{width:1198px;height:240px;margin-top:58px}

.addy-three .swiper-container ul li img{width:284px;height:196px;}

.addy-three .swiper-container ul li  p{font-size:16px;color:#424242;text-align:center;margin-top:14px;}

.addy-three .swiper-button-next{right:300px;top:240px}

.addy-three .swiper-button-prev{left:300px;top:240px}

.addy-four{width:100%;height:620px;background-image:url(../images2/bottomdy.jpg_shj-aliyun-nsy);background-size:cover;margin-top: 62px}

.addy-form{width:100%;height:315px;background-color:#b18853;display:flex;display:-webkit-flex;flex-direction:column;}

.addy-form .addy-form-box{width:1240px;height:85px;margin:0 auto;display:flex;display:-webkit-flex;justify-content:space-between;margin-top:36px}

.addy-form .addy-form-box div{width:295px;height:85px;background-image:url(../images2/icon16.png_shj-aliyun-nsy);}

.addy-form .addy-form-box div a{display:flex;display:-webkit-flex;width:100%;height:100%;background-repeat: no-repeat;background-position: 50% 40%;color: #fff;font-size: 18px;line-height: 169px;justify-content:center;}

.addy-form h6{font-size: 16px;color: #fff;display: flex;display: -webkit-flex;width: 1240px;margin:42px auto 0; }

.addy-form h6 span{font-size: 18px}

.addy-form .dyform-box{ width: 1240px;margin:0 auto;display: flex;display: -webkit-flex;justify-content:space-between;margin-top: 19px}

.addy-form .dyform-box input{width: 295px;height: 75px;background-color: #fff;border-radius: 21px;border: 0;font-size: 20px;color: #000;display: flex;display: -webkit-flex;padding-left: 29px;justify-content:center;}

.addy-form .dyform-box input:last-child{font-size: 24px;color: #000;font-weight: bold;background-image: url(../images2/icon9.png_shj-aliyun-nsy);background-repeat: no-repeat;background-size: cover;color: #fff;padding: 0}

.footdy {width: 100%;height: 530px;background-image: url(../images2/bgbottomdy.jpg_shj-aliyun-nsy);display: flex;display: -webkit-flex;flex-direction:column;}

.footdy h3{font-size: 35px;font-weight: bold;text-align: center;color: #fff;margin-top: 62px}

.footdy h3 span{color: #00ae66}

.footdy h5{font-size: 24px;color: #ccc;text-align: center;margin-top: 6px}

.footdy .footdy-box{width: 1240px;height: 212px;margin:0 auto;display: flex;display: -webkit-flex;flex-direction:row;justify-content:space-between;margin-top: 80px}

.footdy .footdy-box div{width: 212px;height: 212px;border-radius: 106px;background-color: #fff;background-repeat: no-repeat;background-position: 50% 30%;text-align: center;font-size: 18px;color: #108c59;line-height: 280px}





/*设计师*/

.des-lists-container{width: 100%; height: auto; background: #f4f4f4; padding-bottom: 60px;}

.des-lists-container ul{width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; margin-bottom: 40px;}

.des-lists-container ul li{width: 610px; height: 310px; padding: 20px; background: #fff; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; margin: 0 20px 20px 0;}

.des-lists-container ul li:nth-child(2n){margin-right: 0;}

.des-lists-container ul li .des-list-headimg{width: 180px; height: 270px; position: relative; overflow: hidden; background-size: cover; background-position: center center;}

.des-lists-container ul li .des-list-headimg a{display: block; width: 100%; height: 100%;}

.des-lists-container ul li .des-list-headimg h5{width: 100%; height: 40px; background: rgba(0,0,0,.5); color: #fff; text-align: center; line-height: 40px; cursor: pointer; position: absolute; bottom: 0; left: 0; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; opacity: 0;}

.des-lists-container ul li:hover{box-shadow: 0 0 20px #d2d0d0;}

.des-lists-container ul li:hover .des-list-headimg h5{opacity: 1;}

.des-lists-container ul li .des-list-info{width: 370px; height: 270px; }

.des-lists-container ul li .des-list-info .des-list-name{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.des-lists-container ul li .des-list-info .des-list-name *{color: #6f6f6f;}

.des-lists-container ul li .des-list-info .des-list-name h5 span{color: #000; font-size: 20px; margin-right: 10px;}

.des-lists-container ul li .des-list-info .des-list-name div{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center;}

.des-lists-container ul li .des-list-info .des-list-name div i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 1px;}

.des-lists-container ul li .des-list-info .des-list-name a{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; font-size: 12px;}

.des-lists-container ul li .des-list-info .des-list-name a i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 18px -337px; margin-left: 5px; width: 18px; height: 18px;}

.des-lists-container ul li .des-list-info .des-list-name a:hover{color: #ff343f; }

.des-lists-container ul li .des-list-info .des-list-name a:hover i{background-position: 46px -337px;}

.des-lists-container ul li .des-list-info p{height: 48px; line-height: 24px; margin: 12px 0 12px; color: #6f6f6f; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.des-lists-container ul li .des-list-info h6{margin-bottom: 10px;}

.des-lists-container ul li .des-list-info span{color: #ff343f;}

.des-lists-container ul li dl{width: 100%; height: 110px; display: flex; display: -webkit-flex; display: -ms-flex; margin-top: 12px;}

.des-lists-container ul li dl dd{width: 116px; height: 110px; background-size: cover; background-position: center center;}

.des-show-head{width: 100%; height: 550px; padding-top:50px; background:url(../images2/showdesignerbg.jpg) center; }

.des-lists-container ul li dl a{display: block; margin-left: 11px;}

.des-lists-container ul li dl a:first-child{margin-left: 0;}

.des-show-head .des-head-left{width: 920px; height: 450px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.des-show-head .des-head-left .des-show-headimg{width: 280px; height: 440px; border: 5px solid #c79e68; background-position: center center; background-size: cover;}

.des-show-head .des-head-left .des-show-info{width: 565px; height: 440px; padding: 20px 0; position: relative;}

.des-show-head .des-head-left .des-show-info h2{font-size: 36px; font-weight: bold; color: #c79e68;}

.des-show-head .des-head-left .des-show-info h3{display: flex; display: -webkit-flex; display: -ms-flex; font-size: 28px; color: #c79e68;}

.des-show-head .des-head-left .des-show-info h3 span{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; margin-left: 10px;}

.des-show-head .des-head-left .des-show-info h3 span i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 2px;}

.des-show-head .des-head-left .des-show-info>h5{margin-bottom: 20px;}

.des-show-head .des-head-left .des-show-info p{line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; border-bottom: 1px solid #000; padding: 10px 0; margin-bottom: 30px; width: 430px;}

.des-show-head .des-head-left .des-show-info>div{position: absolute; top: 45px; right: 0; width: 260px; height: auto; }

.des-show-head .des-head-left .des-show-info>div h5{text-align: right; margin-right: 30px;}

.des-show-head .des-head-left .des-show-info>div h5 span{color: #c79e68; font-size: 20px; }

.des-show-head .des-head-left .des-show-info>div h5 span:last-child{margin-left: 20px;}

.des-show-head .des-head-left .des-show-info>div div{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; width: 100%; }

.des-show-head .des-head-left .des-show-info>div div a{border: none; border-radius: 18px; width: 120px; height: 36px; background: #f3860f; display: block; text-align: center; line-height: 36px; color: #fff; font-size: 14px; margin-top: 6px;}

.des-show-head .des-head-left .des-show-info>div div a:last-child{background: #3d3d3d;}

.des-head-right{background: #f8f8f8; border: 1px solid #eeeeee; width: 300px; height: 100%;}

.des-head-right img{width: 100%; height: 120px;}

.des-head-right input{width: 260px; height: 40px; border: 1px solid #eeeeee; font-size: 14px; text-align: center; background: transparent; margin: 15px 20px 0; transition: background .3s; -moz-transition: background .3s; -webkit-transition: background .3s; -o-transition: background .3s; }

.des-head-right button{width: 260px; height: 40px; font-size: 14px; margin: 20px; background: #c79e68; color: #fff; margin-bottom: 16px; border: none; cursor: pointer;}

.des-head-right input:focus{background: #fff;}

.des-show-left{background: transparent;}

.des-show-right{margin-top: 40px;}

.des-show-production,.des-show-site{width: 100%; height: auto; padding: 30px 20px; margin-top: 40px; background: #fff;}

.des-show-production .login-more,.des-show-site .login-more{width: 100%;}

.des-show-production>h5,.des-show-site>h5{color: #aaaaaa; border-bottom: 1px solid #eee;}

.des-show-production>h5 span,.des-show-site>h5 span{color: #000; font-size: 22px; font-weight: bold; border-bottom: 2px solid #013765; display: inline-block; padding-bottom: 15px; padding-right: 6px;}

.des-show-production ul,.des-show-site ul{width: 100%; height: auto; margin-bottom: 40px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }

.des-show-production ul a,.des-show-site ul a{display: block; margin: 30px 20px 0 0;}

.des-show-production ul a:nth-child(3n),.des-show-site ul a:nth-child(3n){margin-right: 0;}

.des-show-production ul li,.des-show-site ul li{width: 280px; height: auto; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; background: #fff;}

.des-show-production ul li .des-show-caseimg,.des-show-site ul li .des-show-caseimg{width: 100%; height: 180px; background-size: cover; background-position: center center;}

.des-show-production ul li .des-show-caseinfo,.des-show-site ul li .des-show-caseinfo{width: 100%; height: auto;}

.des-show-production ul li .des-show-caseinfo h5,.des-show-site ul li .des-show-caseinfo h5{width: 100%; height: 55px; padding: 0 10px; line-height: 55px;  display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }

.des-show-production ul li .des-show-caseinfo h5:first-child,.des-show-site ul li .des-show-caseinfo h5:first-child{border-bottom: 1px solid #f4f4f4; }

.des-show-production ul li .des-show-caseinfo h5 span,.des-show-site ul li .des-show-caseinfo h5 span{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; display: block; width: 230px;}

.des-show-production ul li .des-show-caseinfo h5 i,.des-show-site ul li .des-show-caseinfo h5 i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1057px; width: 18px; height: 18px;}

.des-show-production ul li .des-show-caseinfo h5 div img,.des-show-site ul li .des-show-caseinfo h5 div img{width: 30px; height: 30px; margin-right: 13px; vertical-align: middle; border-radius: 50%;}

.des-show-production ul li .des-show-caseinfo h5>span:nth-child(2),.des-show-site ul li .des-show-caseinfo h5>span:nth-child(2){color: #737373;}

.des-show-production ul li:hover,.des-show-site ul li:hover{box-shadow: 0 0 30px #d2d0d0;}

.des-show-comment{width: 100%; height: auto; padding: 30px 20px; margin-top: 40px; background: #fff;}

.des-show-comment>h5{color: #aaaaaa; border-bottom: 1px solid #eee;}

.des-show-comment>h5 span{color: #000; font-size: 22px; font-weight: bold; border-bottom: 2px solid #127a59; display: inline-block; padding-bottom: 15px; padding-right: 6px;}

.des-show-comment ul{width: 100%; height: auto; padding: 20px 0;}

.des-show-comment ul li{width: 100%; height: auto; padding: 20px 0; border-bottom: 1px solid #eee;}

.des-show-comment ul li .des-show-comhead{width: 100%; height: 26px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between;}

.des-show-comment ul li .des-show-comhead>*{line-height: 26px;}

.des-show-comment ul li .des-show-comhead h2{font-size: 20px; }

.des-show-comment ul li .des-show-comhead h2 span{color: #aaaaaa; margin-left: 30px; font-size: 14px;}

.des-show-comment ul li .des-show-comhead div{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items: center; align-items: center; width: 620px;}

.des-show-comment ul li .des-show-comhead div span{margin-left: 10px; margin-top: 3px;}

.des-show-comment ul li .des-show-comhead div i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 2px;}

i.half{background-position: -22px -1482px !important;}

.des-show-comment ul li .des-show-comhead h5{color: #aaaaaa; font-size: 14px; line-height: 30px;}

.des-show-comment ul li p{margin: 20px 0;}

.des-show-comment ul li dl{width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex;}

.des-show-comment ul li dl dd{width: 760px; height: auto; background-position: center center; background-size: cover; position: relative; margin-left: 20px; overflow: hidden; cursor: pointer;}

.des-show-comment ul li dl dd div{width: 80px; height: 80px; background: #c79e68; border-radius: 50%; position: absolute; bottom: -45px; right: -40px; opacity: 0; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.des-show-comment ul li dl dd div i{width: 12px; height: 12px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 65px -365px; position: absolute; top: 15px; left: 19px;}

.des-show-comment ul li dl dd:hover div{opacity: 1;}

.des-show-comment ul li dl dd:first-child{margin-left: 0;}

.designer-recommend li{height: 70px !important;}

.designer-recommend .designer-recommend-headimg{width: 70px; height: 70px; border-radius: 50%; background-position: top center; background-size: cover; }

.designer-recommend .designer-recommend-title div{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items: center; align-items: center; margin: 4px 0;}

.designer-recommend .designer-recommend-title div i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 2px;}

.designer-recommend .designer-recommend-title div span{margin-left: 10px; margin-top: 2px;}

.designer-comment-container{width: 800px; height: auto; margin: 0 auto; padding: 30px;}

.designer-comment-container>h3{line-height: 50px; border-bottom: 1px solid #e2e2e2; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between;}

.designer-comment-info-container{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 30px 0 20px;}

.designer-comment-headimg{width: 195px; height: 260px; background-size: cover; background-position: center center; }

.designer-comment-info{width: 510px; height: 260px; }

.designer-comment-info h2{font-size: 36px; font-weight: bold; color: #c79e68; line-height: 60px;}

.designer-comment-info h3{font-size: 28px; color: #c79e68;}

.designer-comment-info h5{margin-bottom: 10px;}

.designer-comment-info h5 span{color: #a5a5a5;}

.designer-comment-info div{display: flex; display: -webkit-flex; display: -ms-flex; margin-bottom: 15px;}

.designer-comment-info div i{width: 17px; height: 17px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1482px; margin: 0 2px;}

.designer-comment-info div span{font-size: 14px; margin-left: 3px; color: #000;}

.designer-comment-info ul{display: flex; display: -webkit-flex; display: -ms-flex; }

.designer-comment-info ul li{margin-left: 10px; padding: 6px 20px; font-size: 14px; color: #a5a5a5; border: 1px solid #e2e2e2; border-radius: 6px;}

.designer-comment-info ul li:first-child{margin-left: 0;}

.designer-comment-info ul li.active{color: #fff; border-color: #00ae66; background: #00ae66;}

.designer-comment-option{height: 41px; display: flex; display: -webkit-flex; display: -ms-flex; margin-bottom: 30px;}

.designer-comment-option h3{line-height: 41px; }

.designer-comment-option ul{display: flex; display: -webkit-flex; display: -ms-flex;}

.designer-comment-option ul li{margin-left: 26px; text-align: center; }

.designer-comment-option ul li .layui-form-select{width: 40px; margin: 0 auto;}

.designer-comment-option ul li .layui-input{border: none; border-bottom: 1px solid #00ae66; width: 40px; font-size: 14px; padding: 0; height: 20px; text-align: center; text-indent: -10px; color: #00ae66;}

.designer-comment-option ul li .layui-edge{right: 0; border-top-color: #00ae66; border-width: 5px;}

.designer-comment-option ul li dl{top: 19px;}

.designer-comment-option ul li dd{line-height: 20px; padding: 0;}

.designer-comment-option ul li .layui-form-selectup dl{top: 19px; bottom: auto;}

.designer-comment-container textarea{width: 100%; height: 150px; padding: 16px; font-size: 14px; border: 1px solid #e2e2e2; resize:none}

.designer-comment-upload{width: 100%; height: auto;}

.designer-comment-upload h3,.designer-comment-upload ul{display: flex; display: -webkit-flex; display: -ms-flex;}

.designer-comment-upload h3{height: 35px; line-height: 37px; margin: 20px 0;}

.designer-comment-upload h3 button{border: 1px solid #e2e2e2; border-radius: 5px; width: 80px; height: 35px; margin-left: 15px; background: #fff; font-size: 14px; cursor: pointer;position: relative;overflow: hidden;display: none}

#filePicker{position: relative;overflow: hidden;border: 1px solid #e2e2e2; border-radius: 5px;margin-left: 15px;background-color: #ccc;width: 80px; height: 35px;background: #fff;cursor: pointer;font-size: 14px;text-align: center;}

#filePicker input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;outline: none;background-color: transparent;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}

#filePicker .webuploader-pick{width:100%;height: 100%;line-height: 100%;}

.designer-comment-upload ul li{width: 100px; height: 100px; margin-right: 10px;}

.designer-comment-upload ul li img{width: 100%; height: 100%;}

#caseImgList .file-panel{position: absolute;top: 0;left: 0;width: 100%;background-color: rgba(0,0,0,0.5); transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;overflow: hidden;height: 0}

#caseImgList li{position: relative;}

#caseImgList li .file-panel .cancel {width: 24px;height: 24px;display: block;overflow: hidden;background: url(../images2/icons.png) no-repeat;margin: 5px auto 1px;cursor: pointer;background-position: -48px -24px;}

#caseImgList li p.progress {width: 0;height: 20px;position: absolute;bottom: 0;background: #5FB878;border-radius: 0;overflow: hidden;}

#caseImgList li p.progress span{width: 100%;height: 20px;line-height: 20px;text-align: center;color: #fff;display: block;margin: 0 auto;}

.designer-submit-buttom{border: 1px solid #e2e2e2; border-radius: 5px; width: 80px; height: 35px; background: #fff; font-size: 14px; cursor: pointer;position: relative;overflow: hidden;margin-top:10px }

.designer-submit-buttom:hover{background: #ccc;color: #000}

.user-validate{width: 480px;height: 385px;background:url(../images2/dy_phone_bg.jpg_shj-aliyun-nsy);background-size: cover;background-repeat: no-repeat;position: relative;}

#user-validate-tel{width: 390px;height: 80px;position: absolute;top: 150px;left: 50%;margin-left: -210px;font-size: 21px;color: #656565;padding-left: 30px; }

.user-validate-button{width: 175px;height: 50px;position: absolute;top: 280px; border: none; cursor: pointer;}

#user-validate-submit{left: 48px;background-color: #05a06f;font-size: 16px;color: #fff;}

#user-validate-closes{left: 243px;background-color: #373737;font-size: 16px;color: #fff}

.user-validate-xx{width: 20px;height: 20px;position: absolute;top: 17px;right: 27px;cursor: pointer;}

.des-show-comment .login-more{width: 100%}

/*独家策划*/

.exclusive-banner{width: 1240px; height: 450px; box-shadow: 0 10px 20px rgba(0,0,0,.4);}

.exclusive-banner .swiper-slide{width: 1240px; height: 450px; background-position: center center; background-size: cover; }

.exclusive-banner .swiper-pagination-bullet{width: 30px; height: 4px; background: #fff; border-radius: 0;}

.exclusive-banner .swiper-button-prev,.exclusive-banner .swiper-button-next{background: rgba(0,0,0,.6) url(../images2/icon.png_shj-aliyun-nsy); width: 50px; height: 80px; background-position:  7px -953px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.exclusive-banner .swiper-button-prev{ left: -50px; }	

.exclusive-banner .swiper-button-next{ right: -50px; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

.exclusive-banner:hover .swiper-button-prev{left: 0;}

.exclusive-banner:hover .swiper-button-next{right: 0;}

.exclusive-left{margin: 15px 0 60px; background: transparent;}

.exclusive-right{margin-top: 95px;}

.exclusive-left h2{font-size: 24px; line-height: 80px;}

.exclusive-left ul{width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.exclusive-left ul a{display: block; margin: 0 10px 10px 0;}

.exclusive-left ul a:nth-child(3n){margin-right: 0;}

.exclusive-left ul li{width: 300px; height: 180px; position: relative; overflow: hidden;}

.exclusive-left ul li img{width: 300px; height: 140px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; }

.exclusive-left ul li div{width: 100%; height: 40px; line-height: 40px; position: absolute; bottom: 0; left: 0; background: #fff; padding: 0 15px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; transition: background .5s; -moz-transition: background .5s; -webkit-transition: background .5s; -o-transition: background .5s;}

.exclusive-left ul li div i{background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -365px; width: 12px; height: 12px; position: absolute; top: 14px; right: 15px;}

.exclusive-left ul li.active div{background: #c79e68; color: #fff; }

.exclusive-left ul li.active img{transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);}

.exclusive-left ul li.active div i{background-position: 65px -365px;}



/*在建工地*/

.site-filter-container{width: 100%; height: auto; background: #fdfdfd;}

.site-filter-center{width: 1240px; height: auto; margin: 0 auto; padding: 30px 0;}

.site-filter-center ul{width: 100%; height: auto; }

.site-filter-center ul li{width: 100%; height: 65px; border-bottom: 1px solid #f1f1f1; padding: 10px 20px 0; font-size: 14px; color: #363636; display: flex; display: -webkit-flex; display: -ms-flex; }

.site-filter-center ul li:last-child{border-bottom: none;}

.site-filter-center ul li span{display: inline-block; width: 120px; line-height: 50px; }

.site-filter-center ul li dl{width: 100%; height: 50px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; -webkit-flex-wrap:wrap;flex-wrap:wrap;align-items:center;}

.site-filter-center ul li dl dd{margin-right: 10px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; height: 30px; padding: 0 15px; line-height: 30px; cursor: pointer;}

.site-filter-center ul li dl dd.active{background: #298769;color: #fff;}

.site-filter-center ul li dl dd.active a{color: #fff;}

.site-lists-container{width: 100%; height: auto; background: #f4f4f4; padding: 40px 0 60px; }

.site-lists-container ul{height: auto; width: 1240px; margin: 0 auto 40px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}

.site-lists-container ul li{width: 610px; height: 300px; padding: 20px; background: #fff; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; margin: 0 20px 20px 0;}

.site-lists-container ul li:nth-child(2n){margin-right: 0;}

.site-lists-container ul li:hover{box-shadow: 0 0 20px #d2d0d0;}

.site-list-head{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; width: 100%; height: 200px; }

.site-list-head .site-list-headimg{width: 290px; height: 200px; background-position: center center; background-size: cover;}

.site-list-head .site-list-headimg a{display: block;width: 100%;height: 100%}

.site-list-head .site-list-info{width: 260px; height: 200px; }

.site-list-head .site-list-info h2{line-height: 30px;}

.site-list-head .site-list-info h2 span{margin: 0 10px;}

.site-list-head .site-list-info h5{margin: 10px 0;}

.site-list-head .site-list-info p{font-size: 14px; display: -moz-box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 24px;}

.site-list-head .site-list-info button{width: 190px; height: 40px; border: 1px solid #d1d1d1; font-size: 14px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; background: none; margin-top: 22px; cursor: pointer;}

.site-list-head .site-list-info button i{width: 18px; height: 18px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: -62px -337px; margin-right: 10px;}

.site-list-head .site-list-info button:hover{border-color: #c79e68; color: #c79e68;}

.site-list-head .site-list-info button:hover i{background-position: -114px -337px;}

.site-list-stage{width: 100%; height: 35px; margin-top: 25px; display: -moz-box; display: -webkit-box; border-top: 1px solid #e0e0e0;}

.site-list-stage dd{text-align: center; line-height: 45px; font-size: 14px; width: 33.33%; height: 100%; position: relative;}

.site-list-stage dd i{position: absolute; top: -5px; left: calc(50% - 5px); width: 10px; height: 10px; border-radius: 50%; border: 1px solid #e0e0e0; background: #fff;}

.site-list-stage dd.active{color: #c79e68;}

.site-list-stage dd.active i{background: #c79e68; border-color: #c79e68;}

.site-show-head{width: 100%; height: 430px; display: flex; display: -webkit-flex; display: -ms-flex; box-shadow: 0 5px 10px #dedada;}

.site-show-head .site-show-headimg{width: 750px; height: 430px; background-position: center center; background-size: cover;}

.site-show-head .site-show-info{background: #fff; width: 490px; height: 100%; padding: 25px;}

.site-show-head .site-show-info h1{font-weight: bold; }

.site-show-head .site-show-info h1 span{margin: 0 10px;}

.site-show-head .site-show-info p{font-size: 14px; display: -moz-box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 24px; margin: 22px 0;}

.site-show-head .site-show-info h5{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items: center;}

.site-show-head .site-show-info h5 i{width: 18px; height: 18px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1215px; margin-right: 10px;}

.site-show-head .site-show-info h5 span{color: #c79e68;}

.site-show-head .site-show-info h5 a{margin-left: 70px; font-size: 14px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.site-show-head .site-show-info h5 a:hover{color: #c79e68;}

.site-show-head dl{width: 100%; height: 35px; display: -moz-box; display: -webkit-box; border-top: 1px solid #e0e0e0; margin: 25px 0 10px;}

.site-show-head dd{text-align: center; line-height: 45px; font-size: 14px; width: 33.33%; height: 100%; position: relative;}

.site-show-head dd i{position: absolute; top: -5px; left: calc(50% - 5px); width: 10px; height: 10px; border-radius: 50%; border: 1px solid #e0e0e0; background: #fff;}

.site-show-head dd.active{color: #c79e68;}

.site-show-head dd.active i{background: #c79e68; border-color: #c79e68;}

.site-show-head ul{width: 100%; height: 180px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.site-show-head ul li{width: 140px; height: 100%;}

.site-show-head ul li div{width: 100%; height: 140px; background-size: cover; background-position: center center;}

.site-show-head ul li h6{text-align: center; line-height: 40px;}

.site-show-stage{margin: 20px 0 60px; width: 100%; height: auto;}

.site-show-stage li{width: 100%; height: auto; min-height: 300px; display: flex; display: -webkit-flex; display: -ms-flex; background: #fff; margin-bottom: 40px; box-shadow: 0 5px 10px #dedada;}

.site-show-stage li .stage-info{width: 290px; height: auto; border-right: 1px solid #f4f4f4;}

.site-show-stage li .stage-info>div{width: 100%; height: 50%; display: flex; display: -webkit-flex; display: -ms-flex; align-items: center; -webkit-align-items:center; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 25px;}

.site-show-stage li .stage-info>div:first-child{border-bottom: 1px solid #f4f4f4;}

.site-show-stage li .stage-info>div:first-child i{width: 60px; height: 60px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1269px;}

.site-show-stage li .stage-info>div:last-child i{width: 60px; height: 60px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1343px;}

.site-show-stage li .stage-info>div div{height: auto; width: 160px; }

.site-show-stage li .stage-info>div div h4{color: #298769;}

.site-show-stage li .stage-info>div div h5{color: #373737; display: -moz-box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 24px;}

.site-show-stage li .stage-content{width: 950px; height: 100%; padding: 30px;}

.site-show-stage li .stage-content dl{width: 100%; height: 200px; display: flex; display: -webkit-flex; display: -ms-flex; }

.site-show-stage li .stage-content dl dd{width: 200px; height: 200px; background-position: center center; background-size: cover; position: relative; margin-left: 30px; overflow: hidden; cursor: pointer; }

.site-show-stage li .stage-content dl dd:first-child{margin-left: 0;}

.site-show-stage li .stage-content dl dd div{width: 80px; height: 80px; background: #c79e68; border-radius: 50%; position: absolute; bottom: -45px; right: -40px; opacity: 0; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.site-show-stage li .stage-content dl dd div i{width: 12px; height: 12px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: 65px -365px; position: absolute; top: 15px; left: 19px;}

.site-show-stage li .stage-content p{font-size: 14px;  margin-top: 20px;}

.site-show-stage li .stage-content dl dd:hover div{opacity: 1;}



/*完工日记*/

.diary-list-left{background: transparent; }

.diary-list-type{padding: 20px; width: 100%; height: 90px; position: relative; background: #fff;}

.diary-list-type ul{width: 100%; height: auto; display: flex; display: -webkit-flex; display: -ms-flex; border-bottom: 1px solid #eaeaea;}

.diary-list-type ul a{display: block;}

.diary-list-type ul li{width: 120px; height: 50px; font-size: 18px; text-align: center; line-height: 50px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; line-height: 50px; }

.diary-list-type div{width: 120px; height: 2px; background: #298769; position: absolute; bottom: 19px; left: 20px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}

.diary-list-type ul a.active li{color: #298769;}

.diary-lists{width: 100%; height: auto; margin-bottom: 40px;}

.diary-lists a{display: block; background: #fff; padding: 25px 20px; margin-bottom: 20px; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.diary-lists a:hover{box-shadow: 0 5px 10px #d2d0d0;}

.diary-lists li{width: 100%; height: auto; }

.diary-lists li h2{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items: center;}

.diary-lists li h2>*{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items: center;}

.diary-lists li h2 i{background-image: url(../images2/icon.png_shj-aliyun-nsy); }

.diary-lists li h2 strong i{width: 16px; height: 16px; background-position: 0 -1415px; margin-left: 6px; }

.diary-lists li h2 strong span{color: #868686; margin-left: 20px; font-size: 14px; font-weight: normal;}

.diary-lists li h2 div{font-size: 14px}

.diary-lists li h2 div i{width: 20px; height: 15px; background-position: -18px -1416px; margin-right: 6px;}

.diary-lists li p{font-size: 14px; line-height: 26px; color: #868686; margin: 10px 0 35px;}

.diary-lists li dl{width: 100%; height: 155px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between;}

.diary-lists li dl dd{width: 205px; height: 155px; background-position: center center; background-size: cover; position: relative;overflow: hidden; cursor: pointer; }

.diary-lists li dl dd:first-child{margin-left: 0;}

.diary-lists li dl dd div{width: 120px; height: 80px; background: #373737; border-radius: 50%; position: absolute; bottom: -45px; right: -55px; }

.diary-lists li dl dd div span{color: #fff; position: absolute; top: 10px; left: 22px;}



/*精品案例*/

.cases-list-container{width: 100%; height: calc(100% - 125px);  }

.cases-list-title{width: 1240px; margin: 0 auto; padding: 30px 0;}

.cases-list-title>*{text-align: center;}

.cases-list-title h2{font-size: 38px; }

.cases-list-title h3{margin: 10px 0 15px; color: #3f3f3f;}

.cases-list-title a{font-size: 18px; color: #6b6b6b; display: block;}

.cases-list-recommend{width: 100%; height: 500px;}

.cases-list-recommend .swiper-slide{background-position: center center;background-size: cover;background-repeat: no-repeat;}

.cases-list-recommend .swiper-pagination-bullet{width: 30px; height: 4px; background: #fff; border-radius: 0;}

.cases-list-icon{width: 1240px; margin: 30px auto 0;}

.cases-list-icon div{width: 15px; height: 22px; background: #fff url(../images2/icon.png_shj-aliyun-nsy); background-position: 0 -1450px; margin: 0 auto;}

.cases-list-icon i{width: 15px; height: 23px; background: url(../images2/icon.png_shj-aliyun-nsy); background-position: -22px -1450px; margin: 10px auto 0; display: block; animation: casesi 1s ease-in infinite; -webkit-animation: casesi 1s ease-in infinite;}

.cases-list-icon i.active{transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); }

@keyframes casesia { from {margin-top: 5px;} to {margin-top: 12px;} }

@-webkit-keyframes casesi{ from {margin-top: 5px;} to {margin-top: 12px;} }

.cases-list-nav{position: fixed; top: 213px; left: 0; width: 120px; z-index: 99;}

.cases-list-nav div{width: 120px; height: 100px; background: url(../images2/casesNav.jpg_shj-aliyun-nsy);}

.cases-list-nav ul{width: 120px; height: auto;}

.cases-list-nav ul li{width: 100%; height: 40px; background: rgba(255,255,255,.4); text-align: center; line-height: 40px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; cursor: pointer;}

.cases-list-nav ul li:hover{color: #fff; background: #298769;}



/*加载更多*/

.login-more{width: 1240px; height: 50px; margin: 0 auto; font-size: 14px; background: #fdfdfd; color: #565656; cursor: pointer; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:center; justify-content: center; -webkit-align-items:center; align-items: center;}



/*侧边栏推荐*/

.sidebar-recommend{height: auto; padding:20px; background: #fff; margin-top:20px;}

.sidebar-recommend h4{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-end; align-items:flex-end;}

.sidebar-recommend h4 a{font-size: 12px;}

.sidebar-recommend h4 a:hover{color: #c79e68; text-decoration: underline; }

.sidebar-recommend ul{width: 100%; height: auto; }

.sidebar-recommend ul a{display: block; }

.sidebar-recommend ul li{width: 100%; height: 65px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content:space-between; justify-content:space-between; position: relative; margin-top: 22px;}

.sidebar-recommend ul li .recommend-headimg{width: 100px; height: 65px; background-size: cover; background-position: center center;}

.sidebar-recommend ul li .recommend-title{width: 150px; height: auto; line-height: 18px; display: -moz-box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 12px;}

.sidebar-recommend ul li button{position: absolute; bottom: 0; right: 0; color: #fff; background: #013765; font-size: 12px; padding: 3px 10px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; border: none; cursor: pointer;}

.sidebar-recommend ul a:hover{color: #000;}

.sidebar-recommend ul a:hover button{background: #c79e68;}



/*百度分享*/

.bdsharebuttonbox{display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items:center; align-items:center;}

.bdshare-button-style0-32 a{width: 26px !important; height: 26px !important; background-image: url(../images2/icon.png_shj-aliyun-nsy) !important; }

.bdshare-button-style0-32 .bds_tsina{background-position: -1px -1088px !important;}

.bdshare-button-style0-32 .bds_qzone{background-position: -1px -1121px !important;}

.bdshare-button-style0-32 .bds_weixin{background-position: -1px -1154px !important;}





/*整装产品=>案例模板*/

.case-lists-container ul li .case-info h5 a.buttonDy{width: 100px;height: 30px;border-radius: 10px;line-height: 30px;text-align: center; background-color: red}

.case-lists-container ul li .case-info h5 a.buttonDy:hover{background-color: #f48000}

.case-lists-container ul li .case-info h5 a{display: block;float: left;}

.case-lists-container ul li .case-info h5 a.buttonDydetail{background-color: #127a59;color: #fff;margin-top: 12px;float: right;margin-right: 20px}

.case-lists-container ul li .case-info h5 a.buttonDyask{background-color: #6a6a6a;color: #fff;margin-top: 12px;float: right;}

.konw-show-left .all_dec img{margin:0;padding: 0;vertical-align: bottom;}

.shj_sjfgz_anli_info{width: 100%; height: auto; border: 1px solid #eaeaea; margin-top: 20px;}

.shj_sjfgz_anli_info tr{width: 100%; height: 40px; }

.shj_sjfgz_anli_info tr td{border-bottom: 1px solid #eaeaea; font-size: 14px;}

.shj_sjfgz_anli_info tr td:nth-child(odd){background: #f2f2f2;}

.shj_sjfgz_anli_info tr:last-child td{border-bottom: none;}

.shj_sal_p{font-size: 14px;margin: 25px 0;line-height: 30px;}



/*旧房改造*/

.fixDy{width: 100%;height: 50px;background: #319d64;margin:0 auto;padding: 0;text-indent: 0;line-height: 50px;margin-top: 30px}



.fixDy span{width: 50%;height: 50px;font-size: 16px;color: #fff;display: inline-block;text-align: center;cursor: pointer;}

.fixDy span.active{background: #c79e68}

.konw-show-left .fixDy-contents{position: relative;overflow: hidden;}

.konw-show-left .fixDy-contents  .fixDy-content{position: absolute;left: 0;width: 880px;transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-show-left .fixDy-contents  .fixDy-content1{left:880px;transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-show-left .fixDy-contents .left0{left: -880px;transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}

.konw-show-left .fixDy-contents .left1{left: 0px;transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}



/*预约设计师*/

.shj_ys{width: 1200px; height: 1170px; margin-bottom: 30px; margin: 0 auto; position: relative;}

.shj_ys_icon1{position: absolute; top: 0px; left: 20px; background: url('../images2/yysjsicon.png_shj-aliyun-nsy'); width: 83px; height: 42px;}

.shj_ys_icon2{position: absolute; top: -80px; right: 20px; background: url('../images2/yysjsicon1.png_shj-aliyun-nsy'); width: 94px; height: 212px;}

.shj_ys_sjslists{width: 1200px; height: 180px; position: relative;}

.shj_ys_sjslists>h5{margin-left: 50px;}

.shj_ys_lists_box{width: 1100px; height: 143px; margin-left: 50px !important; margin-top: 15px !important; }

.shj_ys_lists_box .swiper-wrapper{width: 1100px; height: inherit; }

.shj_ys_lists_box .swiper-slide{width: 143px; height: 143px; position:relative; margin-right: 16.5px;}

.shj_ys_list{width: 139px; height: 139px; border-radius: 6px; border: 2px solid #fff; cursor: pointer;}

.shj_ys_list_now{border-color: #179c71;}

.shj_ys_list_info{position: absolute; bottom: 0px; right: 0px; width: 113px; height: 22px; background: #179c71; color: #fff; line-height: 22px; text-indent: 30px; border-top-left-radius: 15px; display: none;}

.shj_ys_gou{width: 16px; height: 13px; position: absolute; top: 4.5px; right: 12px;}

.shj_ys_sjslists .swiper-button-next,.shj_ys_sjslists .swiper-button-prev{top: 58%; background: url('../images2/iconDy.png_shj-aliyun-nsy'); background-position: 0px -900px;}

.shj_ys_sjslists .swiper-button-next{background-position: -35px -900px;}

.shj_ys_content{width: 1100px; height: 670px; border-radius: 8px; border: 1px solid #e1e1e1; margin: 30px 50px;}

.shj_ys_item{width: 549px; height: 619px; padding: 28px 35px 23px; text-align: center; float: left;}

.shj_ys_item>h2{font-size: 28px;}

.shj_ys_item>h6{color: #8d8d8d;}

.shj_ys_info_sjsimg{margin: 15px 0;}

.shj_ys_info_sjsimg>img{width: 244px; height: 244px; border-radius: 8px;}

.shj_ys_item>h5{width: 360px; margin-left: 59.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.shj_ys_item>h3{margin: 15px 0 10px;}

.shj_ys_info_anli{width: 479px; height: 158px;}

.shj_ys_info_anli .swiper-slide{width: 479px; height: 158px; position:relative; }

.shj_ys_anli{width: 145px; height: 130px; border-radius: 8px; margin-bottom: 10px;}

.shj_ys_info_anli .swiper-slide>a:hover{text-decoration: none;}

.shj_ys_info_anli .swiper-slide:hover .shj_ys_anli_info{color: #ff5d64;}

.shj_ys_scrollbar{width: 180px; height: 3px; background: #e1e1e1; position: relative; margin: 20px 149.5px 15px;}

.shj_ys_scrollbar_now{width: 60px; height: 3px; background: #159c71; position: absolute; top: 0; left: 0;}

.shj_ys_go{color: #8c8c8c; margin-top: 20px; font-size: 14px;}

.shj_ys_content_line{width: 1px; height: 510px; float: left; background: #e1e1e1; margin-top: 81px;}

.shj_ys_info_box{width: 479px; height: inherit; margin-top: 30px;}

.shj_ys_info_input{width: 395px; height: 38px; text-align: left; text-indent: 15px;}

.shj_ys_jsq_item{margin-bottom: 20px;}

.shj_ys_jsq_item>h5{line-height: 40px;}

.shj_ys_info_select{width: 80px; height: 38px; text-align: left; text-indent: 13px; line-height: 40px;}

.shj_ys_info_input_short{width: 293px; height: 38px; text-align: left; text-indent: 15px;}

.shj_ys_info_select_long{width: 117px; height: 38px; text-align: left; text-indent: 13px; line-height: 40px;}

.shj_ys_bmbtn{margin: 40px 116.5px 0;}

.shj_ys_bottom_text{text-align: center;}

.shj_ys_bottom_text>span{color: #008d49;}

.yuyue-from-input{width: 100%; height: 47px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; margin-top: 30px; }

.yuyue-from-input label{font-size: 16px;}

.yuyue-from-input input,select{margin-top: 0; width: 313px; }

.yuyue-form button{width: 350px; height: 50px; color: #fff; border-radius: 6px; background: #008d49; margin: 30px 0 10px; border: none; cursor: pointer;}

.yuyue-form-type input{width: 96px;}

.yuyue-form-type .layui-form-select{margin-right: 12px;}



#showBigImg{width: 100%; height: 100%;}

.shj_index_jsq_box{width: 100%; height: 390px; margin: 0 auto;}

.shj_index_jsq{width: 1220px; height: inherit; margin: 0 auto;}

.shj_index_jsq_title{width: inherit; height: 100px; text-align: center; margin-top: 20px;}

.shj_index_jsq_title>h2{font-size: 32px;}

.shj_index_jsq_title_line{color: #75b43f; font-weight: bold;}

.shj_index_jsq_content{width: inherit; height: 290px; float: left;}

.shj_index_jsq_menu_box{width: 220px; height: 250px; float: left;}

.shj_index_jsq_menu{width: 105px; background: #f6f6f6; float: left; border-radius: 7px; text-align: center; padding: 27px 0; cursor: pointer; position: relative;}

.shj_index_jsq_menu_bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.shj_index_jsq_menu_click{background:#064e38; color:#fff;}

.shj_index_jsq_menu_left{margin-left: 10px;}

.shj_index_jsq_menu_big{margin-top: 10px; width: 220px;}

.shj_index_jsq_menu>h5{margin-top: 5px;}

.shj_index_jsq_menu_img2{display: none;}

.shj_index_jsq_info_box{width: 800px; height: 212px; padding: 19px 30px 19px 0px; font-size: 14px; float: left; position: relative; margin-left: 10px;}

#shj_index_jsq_bj,#shj_index_jsq_lfyf{position: absolute; top: 19px; left: 45px;}

#shj_index_jsq_lfyf{display: none;}

.shj_index_jsq_item{width: 750px; height: 45px; }

.shj_index_jsq_item>h5{ width: 60px; height: 30px; line-height: 30px; float: left;}

.shj_index_jsq_select{width: 150px; height: 30px; border: 1px solid #c8c8c8; border-radius: 8px; text-align: center; line-height: 30px; position: relative; margin-left: 20px; cursor: pointer; font-size: 14px; float: left; position: relative; background: #fff;}

.shj_index_jsq_text{width: 150px; height: 30px; border: 1px solid #c8c8c8; border-radius: 8px; text-align: center; line-height: 30px; position: relative; margin-left: 20px; cursor: pointer; font-size: 14px; float: left; outline: none;}

.shj_index_jsq_select_bg{width: inherit; height: inherit; position: absolute; top: 0; left: 0; z-index: 99;}

.shj_index_jsq_jicon{text-align: right; position: absolute; top: 0px; right: 20px;}

.shj_index_jsq_input{width: 495px; text-align: left; text-indent: 20px;}

.shj_index_jsq_input:focus{border: 1px solid #75b43f;}

.shj_index_jsq_radio{width: auto; height: 30px; line-height: 30px; margin-left: 20px; float: left; cursor: pointer; position: relative;}

.shj_index_jsq_radio_bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.shj_index_jsq_ricon{display: block; width: 16px; height: 16px; margin: 7px 8px 0 0; background: url('../images2/iconDy.png_shj-aliyun-nsy') no-repeat; background-position: -30px -828px; cursor: pointer; float: left;}

.shj_index_jsq_ricon_check{background-position: -6px -828px;}

.shj_index_jsq_cbtn{background: #127a59; color: #fff; line-height: 20px;}

.shj_index_jsq_select_list{width: inherit; height: auto; background: #fff; padding: 7px 0; position: absolute; top: 23px; left: -1px; z-index: 999; border-left: 1px solid #75b43f; border-right: 1px solid #75b43f; border-bottom: 1px solid #75b43f; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; position: absolute; top: 25px; left: -1px; z-index: 999; display: none;}

.shj_index_jsq_select_list li{height: 30px; }

.shj_index_jsq_select_list li:hover{background: #f6f6f6;}

.shj_index_jsq_city_list{height: 210px; overflow-y: scroll;}

.shj_index_jsq_bj_box{width: 160px; height: 250px; float: left; position: relative;}

#shj_index_jsq_bj_right,#shj_index_jsq_lf_right,#shj_index_jsq_yf_right{position: absolute; top: 5px; left: 0;}

#shj_index_jsq_lf_right,#shj_index_jsq_yf_right{display: none;}

.shj_index_jsq_brst{width: 150px; height: 65px; background: #f6f6f6; color: #cf832f; border-radius: 8px; text-align: center; font-size: 16px; padding-top: 5px; margin-bottom: 10px;}

.shj_index_jsq_brst>h5{margin-bottom:10px;}

.shj_index_jsq_bj_box>p{width: 132px; padding: 10px 9px 6px; line-height: 18px;}

.shj_index_jsq_btn{width: 150px; height: 90px; border-radius: 8px; border: 1px solid #9fc97f; color: #9fc97f; margin-top: 10px; font-size: 14px; cursor: pointer;}

.shj_index_jsq_rbtn{background: #75b43f; color: #fff;}

.shj_index_jsq_info_box input[type='text']{cursor: text;}

.shj_index_jsq_right_img{width: 150px; height: 212px; border-radius: 8px;}

.shj_index_jsq_wdiv{width: inherit; height: 35px;}

.shj_ys_info_input{width: 395px;height: 38px;text-align: left;text-indent: 15px;}

.shj_sxgt_bjtc_btn {width: 246px;height: 45px;background: #008d49;color: #fff; font-size: 18px;border-radius: 8px;margin: 40px 149.5px 0;cursor: pointer;border: 0}

.shj_ys_info_select {width: 80px;height: 38px;text-align: left;text-indent: 13px; line-height: 40px;}

.shj_ys_info_input_short {width: 293px;height: 38px;text-align: left;text-indent: 15px;}

.shj_ys_info_select_long {width: 117px; height: 38px;text-align: left;text-indent: 13px;line-height: 40px;}

.shj_sxgt_bjtc_text {color: #9f9f9f;margin-top: 15px;width: inherit;text-align: center;padding-left: 70px}

.shj_sxgt_bjtc_text>span {color: #f48000;}





/*效果图*/

#swiper-containerDy-effect{width: 60%;}

#arrow-left {background: url(../images2/iconDy.png_shj-aliyun-nsy) no-repeat;background-position: -5px -1402px;position: absolute;left: 10px;top: 35%;margin-top: -36px;width: 40px;height: 73px;z-index: 10;display: block;}

#arrow-right {background: url(../images2/iconDy.png_shj-aliyun-nsy) no-repeat;background-position: -57px -1402px;position: absolute;right: 10px;top: 35%;margin-top: -36px;width: 40px;height: 73px;z-index: 10;display: block;}

#swiper-containerDy-effect-nav {width: 560px;position: relative;text-align: center;margin: 50px auto 0;}

#swiper-containerDy-effect-nav .swiper-container {width: 430px;height: 82px;margin-left: 35px;}

#swiper-containerDy-effect-nav .swiper-slide {width: 87px;height: 82px;cursor:pointer;}

#swiper-containerDy-effect-nav .slide6 {width: 82px;}

.arrow-lefto {background: url(../images2/iconDy.png_shj-aliyun-nsy) no-repeat;background-position: -0px -884px;position: absolute;left: 10px;top: 84%;margin-top: -30px;width: 30px;height: 80px;

	z-index: 10;

	display: block;

}

.arrow-righto {background: url(../images2/iconDy.png_shj-aliyun-nsy) no-repeat;background-position: -30px -885px; position: absolute;right: 10px;top: 84%;margin-top: -30px;width: 30px;height: 80px;z-index: 10;display: block;}

#swiper-containerDy-effect-nav img {padding: 1px;margin:0;}

#swiper-containerDy-effect-nav .active-nav img {padding: 0;border: 2px solid #008d49;}

.effect{position: relative;}

/*引导城市*/

.shj_yindao_citys_box{width: 100%; height: 540px; padding: 25px 0;}

.shj_yindao_citys{width: 1220px; height: 530px; border: 4px solid #127a59; margin: 0 auto; background: url('../images2/map.png_shj-aliyun-nsy') no-repeat; background-position: 97% 83%;}

.shj_yindao_citys_title{width: 1212px; height: 95px; line-height: 95px; padding: 0 50px; border-bottom: 2px solid #eee;}

.shj_yindao_citys_title>h4{float: left;}

.shj_yindao_citys_title>h4>span{color: #f27734;}

.shj_yindao_citys_title_bjbtn{float: right; width: 225px; height: 60px; background: #f27734; color: #fff; text-align: center; line-height: 20px; font-size: 20px; border-radius: 8px; padding-top: 10px; cursor: pointer; margin-top: 20px;}

.shj_yindao_citys_title_bjbtn>span{font-size: 12px;}

.shj_yindao_citys_item{width: 1212px; height: 28px; padding: 0 50px; margin-top: 20px; line-height: 28px;}

.shj_yindao_citys_item>h5{font-weight: 600; float: left; margin-right: 20px;}

.shj_yindao_city{font-size: 14px; line-height: 30px; margin-left: 40px;}

.shj_yindao_city_hot{color: #f27734;}

.shj_yindao_citys_select{width: 140px; height: 25px; border: 1px solid #eee; margin-left: 30px;}

.shj_yindao_citys_search{background: #127a59; color: #fff; margin-left: 30px; padding: 5px 50px; }

.shj_yindao_citys_item_zm{border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 15px 50px;height: 56px}

.shj_yindao_citys_item_zm>h5{color: #565656;}

.shj_yindao_citys_item_zm_city{width: 410px; height: 28px; float: left; line-height: 28px; }

.shj_yindao_citys_item_zm>ul{float: left; margin-top: 6px;}

.shj_yindao_citys_item_zm>ul>li{width: 20px; height: 20px; margin-left: 5px; text-align: center; line-height: 20px; font-size: 14px; float: left; cursor: pointer;}

.shj_yindao_citys_item_zm>ul>li:hover{text-decoration: underline;}

.shj_yindao_citys_item_zm_city .shj_yindao_city:first-child{margin-left: 0;}

.shj_yindao_citys_item_zm_click{background: #74b33e; color: #fff;}

.shj_yindao_citys_item_dq{margin-top: 30px;}

.shj_yindao_nav>ul>li:first-child{width: 205px;}

.shj_yindao_nav>ul>li{width: 145px;}

.shj_yindao_jsq_select_list{background: #f6f6f6;}

.shj_yindao_jsq_select_list>li:hover{background: #fff;}

/*引导页家装效果图样式*/

.shj_index_3d_title{width: inherit; height: 72px; padding: 30px 0 0 0; border-bottom: 2px solid #e5e5e5;}

.shj_index_3d_title>h2{font-weight: 600;}

.shj_index_3d_title>h2,.shj_index_3d_title>h5{display: inline; color: #064e38;}

.shj_index_3d_title>h2 a{color: #064e38;}

.shj_index_3d_title>h5{float: right; margin-top: 15px; font-size: 12px; margin-left: 20px;}

.shj_index_3d_title>h5>a:hover{color: #ff343f;}

.shj_index_3d_title>a{margin-left: 30px; }

.shj_index_3d_title>a:hover{color: #ff343f;}

.shj_yindao_xgt_box{width: 100%; height: 690px; }

.shj_yindao_xgt{width: 1220px; height: 620px; padding: 25px 0; margin: 0 auto;}

.shj_yindao_anli_fg_click{background: #74b33e; color: #fff;}

.shj_yindao_xgt_content{width: 1220px; height: 620px; padding: 10px 0 20px 0;}

.shj_yindao_xgt_content>ul{margin-left: -10px; width: 1230px; height: inherit;}

.shj_yindao_xgt_content>ul>a{display: block; width: 325px; height: 280px; float: left; margin: 10px 0 0 10px; position: relative;}

.shj_yindao_xgt_content>ul>a:first-child{width: 550px;}

.shj_yindao_xgt_content>ul>a:last-child{width: 550px;}

.shj_yindao_xgt_content>ul>a>li{width: inherit; height: 280px;}

.shj_yindao_xgt_imgbox{width: inherit; height: inherit; overflow: hidden;}

.shj_yindao_xgt_imgbox>img{width: inherit; height: inherit; transition: transform 0.5s; -moz-transition: -moz-transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -o-transition: -o-transform 0.5s; }

.shj_yindao_xgt_imgbox>img:hover{transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);}

.shj_yindao_xgt_anli_info{position: absolute; bottom: 0; left: 0; width: inherit; height: 35px; text-align: center; line-height: 35px; color: #fff; background: rgba(0,0,0,0.6); font-size: 14px;}

.shj_yindao_jsq_box{height: 390px; background: url('../images2/ydbjbg.jpg_shj-aliyun-nsy');}

.shj_yindao_jsq_title{height: 92px; padding-top: 15px; }

.shj_yindao_jsq_title>h2,.shj_yindao_jsq_title>h6{color: #fff;}

.shj_yindao_jsq_title .shj_yd_jsq_title_line{color: #75b43f; font-weight: bold;}

.shj_yindao_jsq_menu_click{background: #75b43f; color: #fff;}

.shj_yindao_jsq_menu_click h5{ color: #fff;}

.shj_yindao_jsq_info_box,.shj_yindao_jsq_bj_box{background: #f6f6f6;}

.shj_yindao_jsq_info_box{border-top-left-radius: 8px; border-bottom-left-radius: 8px;}

.shj_yindao_jsq_bj_box{border-top-right-radius: 8px; border-bottom-right-radius: 8px; margin-left: -2px;}

.shj_yindao_jsq_brst{margin-bottom: 15px;}

.shj_yindao_jsq_brst>span{display: block; width: inherit; height: 40px; background: #fff; line-height: 40px;}

.shj_yindao_jsq_zbtn{background: transparent;}

.shj_yindao_jsq_rbtn{background: #064e38;}



/*引导页装修百科样式*/

.shj_yindao_baike_box{width: 100%; height: auto; }

.shj_yindao_baike{width: 1220px; height: inherit; margin: 0 auto;}

.shj_yindao_baike_content{width: inherit; height: auto; padding: 10px 0 20px;}

.shj_yindao_baike_content>ul{display: flex;flex-wrap: wrap;}

.shj_yindao_baike_content>ul>li{width: 400px; height: 246px; margin: 10px 10px 0 0; background: #f7f7f7; padding: 30px 15px; float: left;}

.shj_yindao_baike_content>ul>li:nth-child(3n){margin-right: 0;}



.shj_yindao_baike_lists>ul>li{font-size: 14px; width: 200px; height: 23px; line-height: 23px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.shj_index_baike_lists {float: left;margin-top: 15px;padding-left: 10px;}

.shj_index_baike_block_cover {width: 100px;height: 100px;margin-top: 15px;float: left;}

.shj_yindao_baike_cover{width: 155px; height: 140px;}

.shj_yindao_baike_lists>ul>li {font-size: 14px;width: 200px;height: 23px;line-height: 23px;margin-top: 6px;}

.shj_yindao_baike_lists>ul>li:last-child{margin-top: 0px;}



/*404*/

.shj_404_box{width: 100%; height: auto;}

.shj_404{width: 1200px; height: auto; margin: 0 auto;}

.shj_404_top {width: 1200px; height: 550px; position: relative;}

.shj_404_blank{position: absolute; top: 370px; left: 560px; padding: 6px 16px; color: #fff; background: #157a5a; }



/*专题专用*/

.special-hotpints-wrap{width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.special-hotpints-wrap.active{cursor: crosshair;}

.hotpints{position: absolute; background: none; border: none;}

.hotpints>*{position: absolute;}

.hotpints .DOM{width: 100%; height: 100%;}

.hotpints-arc{border-radius: 50%;}

.hotpints .hotpints-resize{width: 10px; height: 10px; bottom: 0; right: 0; background: #01AAED; cursor: se-resize; display: none !important; z-index: 99;}

.hotpints.active{border-color: #FF5722; }

.hotpints .hotpints-flag{background: #5FB878; color: #fff; font-size: 12px; top: 0; right: 0; padding: 0 5px; width: auto; height: auto;}

.hotpints input{background: transparent; border: none; text-indent: 10px;}

.special-alert-edit.active{cursor: crosshair;}

.special-container{width: 100%; height: auto; }

.pc-special-wrap{width: 1200px; height: auto; margin: 0 auto; position: relative;}

.pc-special-img{width: 100%; height: auto; }

.pc-special-img>img{vertical-align: bottom; width: 100%; height: 100%;}

.pc-special-hotpints-wrap{width: 1200px; height: 100%; position: absolute; top: 0; left: 0; }

.swiper-button-none{display: none;}

.special-swiper{width: 100%; height: 100%;}

.special-swiper .swiper-slide{width: 100%; height: 100%;}

.special-swiper img{width: 100%; height: 100%;}

.special-swiper .swiper-pagination-bullet {width: 26px; height: 4px; background: #fff; border-radius: 0; }



.swiper-menu-wrap{display:-webkit-flex; display: flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:space-between;justify-content:space-between;}

.swiper-menu-wrap li{transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; text-align: center;}

.special-countdown{text-align: center; }

.special-bmifon{width: 100%; height: 100%; overflow: hidden;}

.special-bmifon pre{text-align: center;}

.special-bmNum{text-align: center;}

.special-alert-wrap{display: none;}

.special-alert{width: 100%; height: 100%; position: relative;}

.special-alert img{width: 100%; height: 100%; }

.special-alert-inhot{transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s; -o-transition: opacity .5s; opacity: 0; overflow: hidden;}

.pc-special-suspend{position: fixed; top: 150px; width: auto; height: auto;}

.pc-special-suspend img{width: 100%; height: 100%;}

.specialFormBtn{cursor: pointer;}



/*弹窗视频*/

.videoBox{width: 1200px; height: 680px; background: #000; overflow: hidden;}

.videoBox video{width: 1200px; height: 680px;}

.videoBox div{position: absolute; top: 0; right: -48px; width: 48px; height: 48px; background: #000}

.videoBox div i{font-size: 26px;}



/*vr*/

.index-vrcase-container{width: 100%;height: 770px;background-color: #f7f7f7}

.index-vrcase-container .index-vrcase-center{margin:0 auto;width: 1240px;height: 508px;display: flex;display: -webkit-flex;justify-content: space-between;}

.index-vrcase-container .index-vrcase-center  .index-vrcase-left{width: 920px;height: 100%;position: relative;}

.index-vrcase-container .index-vrcase-center  .index-vrcase-left .left-vr{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 8}

.index-vrcase-container .index-vrcase-center  .index-vrcase-left i{display: block;position: absolute;top: 20px;left: 30px;background-image: url(../images2/360vr.png);background-size: cover;width: 160px;height: 37px;z-index: 10;}

.index-vrcase-container .index-vrcase-center  .index-vrcase-left .left-des{position: absolute;z-index: 9;width: 100%;height: 60px;background-color: rgba(50,50,50,0.9);text-align: center;line-height: 60px;font-size: 14px;color: #fff;bottom: 0;left: 0}

.index-vrcase-container .index-vrcase-center  .index-vrcase-left a{position: relative;z-index: 10}

.index-vrcase-container .index-vrcase-center  .index-vrcase-right{width: 300px;height: 100%;background-color: rgba(255,255,255,0.8);position: relative;overflow: hidden;}

.index-vrcase-container .index-vrcase-center  .index-vrcase-right i{display: block;position: absolute;top: 20px;right: 10px;background-image: url(../images2/360vr.png);background-size: cover;width: 160px;height: 37px;z-index: 10;}

.index-vrcase-container .index-vrcase-center  .index-vrcase-right .right-img{width: 920px;height: 508px;position: absolute;left: 0;top: 0;background-size: cover;z-index: 9}

.index-vrcase-container .index-vrcase-center  .index-vrcase-right .right-bg{width: 920px;height: 508px;position: absolute;left: 0;top: 0;background-size: cover;opacity: 0;z-index: 10}

.index-vrcase-container .index-strategy_more{width: 520px;height: 50px;margin: 40px auto 60px;display: block;}

.index-vrcase-container .index-more{margin: 0}



.jn818skin{background-color: transparent !important;box-shadow: none !important;}



.pagelist{margin: 0 auto;width: 1240px;display: flex;}

.pagelist .layui-laypage{margin: 0 auto;}

.layui-laypage a, .layui-laypage span{height: 38px;line-height: 38px;padding: 0 18px;font-size: 14px}

.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #013765}



/*设计团队*/

.designTeamBox{

    padding-bottom: 72px;

    background: url(../images2/designerbg.jpg) no-repeat;

    background-size: cover;

}

.CContainer{ width:1260px; margin:0 auto;}

.designTeamWheel{

    position: relative;

    margin-top: 40px;

    height: 595px;

}

.designTeamWheelBox{

    position: relative;

    height: 100%;

}

.dTWPrev{

    position: absolute;

    bottom: 0;

    right: 286px;

    z-index: 1;

    width: 286px;

    height: 50px;

    background: url(../images2/dTWPrev.png) no-repeat center;

    cursor: pointer;

    border: 1px solid #fff;

}

.dTWNext{

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: 1;

    width: 286px;

    height: 50px;

    background: url(../images2/dTWNext.png) no-repeat center #fff;

    cursor: pointer;

}

.dTWCont{

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.dTWCont li{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    display: none;

}

.dTWCont li:nth-of-type(1){ display:block}

.dTWContLeft{

    width: 649px;

	float:left;

    height: 100%;

}

.dTWContLeft a{

    display: block;

    position: relative;

    width: 313px;

    height: 276px;

    float: left;

    overflow: hidden;

}

.dTWContLeft a img{

    width: 100%;

    height: 100%;

}

.dTWContLeft a:nth-of-type(1){

    width: 100%;

    height: 300px;

    margin-bottom: 20px;

}

.dTWContLeft a:nth-of-type(2){

    margin-right: 23px;

}

.rWorks{

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 1;

    width: 170px;

    height: 140px;

    padding-top: 66px;

    padding-right: 10px;

    font-size: 14px;

    line-height: 14px;

    color: #666;

    text-align: right;

    background: url(../images2/rWorks.png) no-repeat;

    background-size: 100% 100%;

}

.rWorks p{color:#fff;}

.rWorks p:first-child {

    position: relative;

    padding-top: 10px;

    margin-bottom: 10px;

}

.designerWorksTit {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 40px;

    font-size: 14px;

    color: #fff;

    line-height: 40px;

    text-align: center;

    background: url(../images2/designerWorksBj.png) repeat;

    background-size: auto 100%;

}

.dTWContLeft a:nth-of-type(1) .designerWorksTit{

    padding-left: 20px;

    text-align: left;

}

.dTWContRight{

    width: 572px;

    height: 360px;

	float:right;

    overflow: hidden;

}

.dTWContRightImg{

    float: left;

    width: 250px;

    height: 100%;

    overflow: hidden;

}

.dTWContRightImg img{

    width: 100%;

}

.dTWContRightCont{

    float: right;

    width: 290px;

    color: #fff;

}

.designerName{

    margin-bottom: 15px;

    font-size: 24px;

    line-height: 24px;

}

.designerTitle{

    position: relative;

    margin-bottom: 30px;

    padding-bottom: 11px;

    font-size: 14px;

    line-height: 14px;

}

.designerTitle:after{

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 70px;

    height: 1px;

    background-color: #fff;

}

.designerOther{

    margin-bottom: 8px;

    font-size: 14px;

    line-height: 21px;

}

.appDesigner {

    display: block;

    width: 220px;

    height: 40px;

    margin-top: 45px;

    font-size: 14px;

    color: #fff;

    line-height: 40px;

    text-align: center;

    border: 1px solid #c79e68;

	background:#c79e68;

    border-radius: 5px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;

}

.dTWContRightCont .appDesigner:hover{background: #fff; color: #c79e68; color:#c79e68}

.dTWLineBox{

    position: absolute;

    bottom: 86px;

    right: 0;

    z-index: 1;

    width: 572px;

    height: 110px;

}

.dTWLine{

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.dTWLine ul{

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

}

.dTWLine ul li{

    float: left;

    width: 73px;

    height:100%;

    margin-right: 20px;

    border: 3px solid #4c4c4c;

	cursor:pointer;

    overflow: hidden;

}

.dTWLine ul li:nth-of-type(1){border: 3px solid #fff;}

.dTWLine ul li.on{

    border: 3px solid #fff;

}

.dTWLine ul li img{

    width: 100%;

	display:block;

}



.box12 .titles {

	width:100%;

	border-bottom:1px solid #edecec;

	padding-bottom:20px;

	overflow:hidden

}

.box12 .titles .left {

	float:left

}

.box12 .titles .left a {

	float:left;

	margin-right:10px;

	padding:5px 25px;

	border-radius:5px;

	color:#fff;

	background-color:#013765;

}

.box12 .titles .left a::after {

display:block;

clear:both

}

.box12 .titles .left a:hover {

	color:#c79e68

}

.box12 .titles .left a.active {

	background-color:#c79e68;

	color:#fff

}

.box12 .titles .right {

	float:right;

	line-height:29px;

}

.box12 .titles .right a {

	float:left;

	padding:5px 15px

}

.box12 .titles .right a::after {

display:block;

clear:both

}

.box12 .titles .right a:hover {

	color:#e74c3c

}

.box12 .news-list {

	width:100%;

	display: flex;

	margin-top:40px;

}

.box12 .news-list .left {

	width:580px;

}

.box12 .news-list .left .img-box {

	width:inherit;

	height:300px;

	overflow:hidden

}

.box12 .news-list .left .img-box img {

transition:all ease .3s 0s;

-moz-transition:all ease .3s 0s;

-webkit-transition:all ease .3s 0s

}

.box12 .news-list .left .img-box img:hover {

	transform:scale(1.1, 1.1)

}

.box12 .news-list .left .title {

	margin-top:16px;

	color:#333;

	width:inherit;

	display:block !important;

	white-space:nowrap;

	display:block;

	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-line-clamp:1;

	line-height:1.5;

	font-size:16px;

	max-height:30px

}

.box12 .news-list .left .title:hover {

	color:#013765;

}

.box12 .news-list .left .article-time {

	color:#999;

	font-size:14px;

	padding-top:10px;

}

.box12 .news-list .left .sub-title {

	position:relative;

	margin:10px 0 0 0;

	display:block;

	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-line-clamp:2;

	line-height:24px;

	font-size:14px;

	max-height:56px;

	color:#999;

}

.box12 .news-list::after {

content:'';

display:block;

clear:both

}

.box12 .news-list .right {

	width:630px;

	margin-left:50px;

}

.box12 .news-list .right a li {

	width:630px;

	display:flex;

transition:all ease .3s 0s;

-moz-transition:all ease .3s 0s;

-webkit-transition:all ease .3s 0s

}

.box12 .news-list .right a li .time {

	height:90px;

	width:80px;

	color:#fff;

transition:all ease .3s 0s;

-moz-transition:all ease .3s 0s;

-webkit-transition:all ease .3s 0s;

	position:relative

}

.box12 .news-list .right a li .time .month {

	display:block;

	position:absolute;

	font-size:30px;

	top:20px;

	left:20px

}

.box12 .news-list .right a li .time .date {

	display:block;

	font-size:16px;

	position:absolute;

	right:10px;

	bottom:10px

}

.box12 .news-list .right a li::after {

content:'';

display:block;

clear:both

}

.box12 .news-list .right a li .content {

    width:550px;

}

.box12 .news-list .right a li .content .title {

	color:#333;

	padding:7px 0 7px 22px;

	width:inherit;

	display:block !important;

	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-line-clamp:1;

	line-height:1.5;

	font-size:16px;

	max-height:27px;

}

.box12 .news-list .right a li .content .sub-title {

	color:#868686;

	position:relative;

	margin:12px 0 0 22px;

	display:block;

	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-line-clamp:2;

	line-height:1.5;

	font-size:14px;

	max-height:42px

}

.box12 .news-list .right a li:hover {

	background-color:#fff;

	box-shadow:0 0 15px 0 rgba(102, 102, 102, 0.2)

}

.box12 .news-list .right a li:hover .time {

	background:#013765

}

.box12 .news-list .right a .time:nth-child(odd) {

background:#c79e68

}

.box12 .news-list .right a .time:nth-child(even) {

background:#999288

}

.box12 .news-list .right a+a li {

	margin-top:22px

}



.freebanner{

	position: relative;

	height: 500px;

	/* width: 1920px; */

	width: 100%;

	overflow: hidden;

}

.freebanner .guides-bg {

    position: absolute;

    top: 0;

   /*  left: 0; */

    width: 1920px;

    height: 500px;

    left:50%;

    margin-left:-960px;

    max-width:none;

    

   /*  margin: 0 auto;

    z-index: 0; */



}

.container{ width:1260px; margin:0 auto;}

.freebanner .container{

	height: 480px;

	overflow: hidden;

}



.freebanner .freeapply{

	float: right;

	position: relative;

	width: 370px;

	height: 420px;

	margin-top: 40px;

	overflow: hidden;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

}



.freebanner .freeapply span{

	position: relative;

	display: block;

	width: 100%;

	height: 100%;

	background-color: #131b18;

	filter: alpha(opacity=65);

	opacity: 0.65;

	overflow: hidden;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

}



.freebanner .freeapply .freeapply-wrap{

	width: 370px;

	height: 420px;

	padding: 30px 35px 0;

	position: absolute;

	top: 0;

	left: 0;

}



.ie7 .freebanner .freeapply .freeapply-wrap{

	width: 300px;

	height: 390px;

}



.freeapply-wrap h3{

	font-size: 28px;

	color: #fff;

	line-height: 40px;

	text-align: center;

}



.freeapply-wrap b{

	display: block;

	font-size: 12px;

	color: #fff;

	line-height: 16px;

	text-align: center

}



.freeapply-wrap b font{

	display: inline-block;

	margin: 0 5px;

	font-size: 16px;

	color: #ffb80c;

}



.freeapply-wrap .applybox{

	padding-top: 25px;

}



.freeapply-wrap .applybox .apply-ipt{

	position: relative;

	width: 300px;

	height: 49px;

	margin-bottom: 11px;

	z-index: 0;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

}



.freeapply-wrap .applybox .apply-ipt input{

	position: relative;

	width: 300px;

	height: 49px;

	outline: none;

	border: none;

	padding: 0 20px;

	font-size: 14px;

	color: #333;

	line-height: 49px;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

}

.freeapply-wrap .applybox .apply-ipt select {

    position: relative;

    width: 140px;

    height: 49px;

    outline: none;

    border: none;

    padding: 0 20px;

    font-size: 14px;

    color: #333;

    line-height: 49px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    -webkit-border-radius: 5px;

    -ms-border-radius: 5px;

    border-radius: 5px;

    behavior: url(../other/PIE.htc);

    background: url("/zxwj/select.png") no-repeat 90% center;

    background-color: #fff;

    -webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}

.ie7 .freeapply-wrap .applybox .apply-ipt input{

	width: 260px;

}



.freeapply-wrap .applybox .apply-ipt .apply-body{

	position: relative;

	float: left;

	width: 300px;

	margin-right: 20px;

	z-index: 9;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.freeapply-wrap .applybox .apply-ipt .apply-body input{

	width: 300px;

}



.ie7 .freeapply-wrap .applybox .apply-ipt .apply-body input{

	width: 100px;

}



.freeapply-wrap .applybox .apply-ipt .apply-body img{

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -4px;

}



.freeapply-wrap .applybox .apply-ipt .apply-body ul{

	display: none;

	position: absolute;

	top: 49px;

	left: 0;

	width: 100%;

	background-color: #fff;

	z-index: 9999;

}



.freeapply-wrap .applybox .apply-ipt .apply-body ul li{

	font-size: 14px;

	color: #333;

	line-height: 22px;

	padding-left: 20px;

	cursor: pointer;

}



.freeapply-wrap .applybox .apply-ipt .apply-body ul li:hover{

	color: #ff790c;

}



.freeapply-wrap .applybox .apply-last input{

	background-color: #ff790c;

	font-size: 18px;

	color: #fff;

	font-weight: 700;

}



.ie7 .freeapply-wrap .applybox .apply-last input{

	width: 300px;

}



.freeapply-wrap p{

	padding-top: 10px;

	font-size: 12px;

	color: #c5c5c5;

	line-height: 18px;

	text-align: center;

}

.signForm {

	background: #fff;

	padding: 10px;

	border-radius: 5px;

	width: auto;

}

.signForm div {

	font-size: 14px;

	height: 44px;

}

.signForm label {

	margin-left: 8px;

	width: 57px;

	text-align: right;

	display: inline-block;

}

.signForm input {

	width: 198px;

	height: 30px;

	border: 1px solid #c9c9c9;

	border-radius: 8px;

	text-align: center;

	margin-left: 8px;

	font-size: 12px;

}

.signForm select {

	width: 198px;

	height: 30px;

	border: 1px solid #c9c9c9;

	border-radius: 8px;

	text-align: center;

	text-align-last: center;

	margin-left: 8px;

	font-size: 12px;

}

.signForm_imgBox {

	width: 300px;

	height: 140px;

}

.signForm_imgBox img {

	width: 300px;

	height: 140px;

	display: block;

}

.signForm .confirmation {

	display: block;

	background: #c79e68;

	color: #fff;

	width: 270px;

	height: 32px;

	margin: 5px 10px;

	text-align: center;

	line-height: 32px;

	font-size: 14px;

	border-radius: 8px;

}

.customservice{

	background-image: url(../images2/custom-bg.png);

	background-repeat: no-repeat;

	background-position: 0 200px;

}



.customtitle{

	padding-top:50px;

	padding-bottom:30px;

}



.customtitle h3{

	text-align: center;

}



.customtitle h3 font{

	font-size: 32px;

	color: #333;

	line-height: 58px;

	padding: 0 50px;

	background-size: 100% 100%;

}



.customtitle p{

	font-size:14px;

	color: #666;

	text-align: center;

}



.customwrap{

	overflow: hidden;

}



.ie7 .customwrap{

	height: 280px;

}



.customwrap .custombox{

	position: relative;

	float: left;

	width: 337px;

}



.ie7 .customwrap .custombox{

	width: 327px;

}



.customwrap .custombox img{

	position: relative;

	width: 327px;

	height: 280px;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.customwrap .custombox .custombig{

	width: 327px;

	height:120px;

	padding: 0 16px;

	position: absolute;

	left: 0;

	bottom: -35px;

	z-index: 9;

	overflow: hidden;

}



.ie7 .customwrap .custombox .custombig{

	width: 295px;

}



.customwrap .custombox .custombig span{

	position: absolute;

	top: 0;

	left: 0;

	width: 327px;

	height: 86px;

	background-color: #131b18;

	filter: alpha(opacity=90);

	opacity: 0.9;

	z-index: -1;

}



.customwrap .custombox .custombig p{

	font-size: 16px;

	color: #fff;

	font-weight: 700;

	line-height: 32px;

	margin-top: 15px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}



.customwrap .custombox .custombig b{

	display: block;

	font-size: 14px;

	color: #fff;

	line-height: 24px;

}



.customwrap .custombox .custombig b font{

	color: #ffd909;

}



.customwrap ul{

	position: relative;

	float: left;

	margin-left: 20px;

	padding-top: 20px;

	overflow: hidden;

}



.customwrap ul li{

	float: left;

	margin-right: 10px;

}



.customwrap ul li img{

	position: relative;

	width: 274px;

	height: 247px;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.customwrap ul .customcolor{

	width: 842px;

	height: 44px;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 9;

}



.customwrap ul .customcolor i{

	display: block;

	width: 100%;

	height: 100%;

	background-color: #c79e68;

	filter: alpha(opacity=80);

	opacity: 0.8;

	position: absolute;

	top: 0;

	left: 0;

	z-index: -1;

}



.customwrap ul .customcolor .customtext{

	overflow: hidden;

}



.customwrap ul .customcolor p{

	float: left;

	width: 274px;

	padding: 0 10px;

	margin-right: 10px;

	font-size: 16px;

	color: #fff;

	line-height: 44px;

	text-align: center;

}



.ie7 .customwrap ul .customcolor p{

	width: 254px;

}

.servicewrap{

	height: 256px;

}



.ie7 .servicewrap{

	height: 252px;

}



.servicewrap ul{

	overflow: hidden;

}



.servicewrap ul li{

	float: left;

	width: 154px;

	margin-right: 120px;

}



.servicewrap ul li span{

	display: block;

	height: 79px;

	width: 92px;

	margin: 0 auto;

	background-image: url(../images2/css_sprites2.png);

	background-repeat: no-repeat;

}



.servicewrap ul li span.af1{

	background-position: -234px -10px;

}



.servicewrap ul li span.af2{

	background-position: -122px -10px;

}



.servicewrap ul li span.af3{

	background-position: -10px -10px;

}



.servicewrap ul li span.af4{

	background-position: -10px -109px;

}



.servicewrap ul li span.af5{

	background-position: -115px -109px;

}

/*.servicewrap ul li span img{

	margin: 0 auto;

}*/



.servicewrap ul li h5{

	font-size: 18px;

	color: #333;

	font-weight: 700;

	text-align: center;

	line-height: 40px;

	margin-top: 16px;

}



.servicewrap ul li p{

	font-size: 14px;

	color: #666;

	text-align: center;

	line-height: 20px;

}



.foryou{

	height: 678px;

	background: url(../images2/foryou.jpg) no-repeat center;

}



.foryou h3{

	font-size: 45px;

	color: #fff;

	line-height: 176px;

	text-align: center;

}



.foryou ul{

	padding-top: 35px;

	padding-bottom: 10px

	overflow: hidden;

}



.foryou ul li{

	position: relative;

	float: left;

	width: 300px;

	padding-right: 11px;

}



.ie7 .foryou ul li{

	width: 289px;

}



.foryou ul li.foryouto{

	margin-top: 82px;

}



.foryou ul li .foryou-bg{

	position: relative;

	width: 289px;

	height: 323px;

	z-index: 0;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.foryou ul li .foryou-text{

	width: 289px;

	height: 66px;

	padding: 10px 16px 0;

	background-color: #013765;

	background-image: url(../images2/foryou1.png);

	background-repeat: no-repeat;

	background-position: 254px 10px;

	position: absolute;

	right: 0;

	bottom: -10px;

	z-index: 999;

}



.ie7 .foryou ul li .foryou-text{

	width: 257px;

	height: 56px;

}



.foryou ul li .foryou-text p{

	font-size: 14px;

	color: #fff;

	line-height: 22px;

}



.foryou ul .foryoutop .foryou-text{

	bottom: auto;

	top: -10px;

}



.foryou ul .foryoucolor .foryou-text{

	background-color: #fff;

}



.foryou ul .foryoucolor .foryou-text p{

	color: #333;

}



.foryou ul li .foryou-true{

	width: 31px;

	height: 31px;

	position: absolute;

	top: 10px;

	left: 10px;

	z-index: 9;

	text-align: center;

	line-height: 31px;

}



.foryou ul li .foryou-true span{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #131b18;

	filter: alpha(opacity=80);

	opacity: 0.8;

	z-index: -1;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.foryou ul li .foryou-true img{

	display: inline-block;

	vertical-align: middle;

}



.foryou ul li.foryoutop .foryou-true{

	top: auto;

	bottom: 10px;

}



.advantages{

	position: relative;

	margin-top: 62px;

	overflow:visible;

	-moz-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 5px;

	behavior: url(../other/PIE.htc);

}



.advantages .advantages-list{

	width: 600px;

	float: left;

}



.advantages .advantages-list p{

	position: relative;

	font-size: 28px;

	color: #fff;

	line-height: 76px;

	text-align: center;

	font-weight: 700;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(##063a66) to(#0977d4));

	background: -webkit-linear-gradient(#063a66, #0977d4);

	background: -moz-linear-gradient(#063a66, #0977d4);

	background: -ms-linear-gradient(#063a66, #0977d4);

	background: -o-linear-gradient(#063a66, #0977d4);

	background: linear-gradient(#063a66, #0977d4); 

	-pie-background: linear-gradient(#063a66, #0977d4);

	behavior: url(../other/PIE.htc);

}



/*.ielt9 .advantages .advantages-list p{

	background: #0977d4;

}*/



.advantages .advantages-list ul{

	height: 282px;

	padding-top: 30px;

	background-color: #f9f9f9;

}



.ie7 .advantages .advantages-list ul{

	height: 252px;

}



.advantages .advantages-list ul li{

	padding-left: 42px;

	overflow: hidden;

}



.advantages .advantages-list ul li .img{

	float: left;

	width: 22px;

	height: 22px;

	margin: 27px 0;

	background-image: url(../images2/css_sprites.png);

	background-repeat: no-repeat;

	background-position: -508px -684px;

}



.advantages .advantages-list ul li b{

	float: left;

	font-size: 18px;

	color: #333;

	line-height: 76px;

	margin-left: 26px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}



.advantages .advantages-color p{

	position: relative;

	color: #222;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2) to(#dbdbdb));

	background: -webkit-linear-gradient(#f2f2f2, #dbdbdb);

	background: -moz-linear-gradient(#f2f2f2, #dbdbdb);

	background: -ms-linear-gradient(#f2f2f2, #dbdbdb);

	background: -o-linear-gradient(#f2f2f2, #dbdbdb);

	background: linear-gradient(#f2f2f2, #dbdbdb); 

	-pie-background: linear-gradient(#f2f2f2, #dbdbdb);

	behavior: url(../other/PIE.htc);

}



/*.ielt9 .advantages .advantages-color p{

	background: #dbdbdb;

}*/



.advantages .advantages-color ul li{

	padding-left: 120px;

}



.advantages .advantages-color ul li .img{

	background-position: -550px -684px;

}



.advantages .advantages-center{

	width: 140px;

	height: 850px;

	position: absolute;

	left: 50%;

	margin-left: -70px;

	top: 106px;

}



.advantages .advantages-center li{

	position: relative;

	height: 76px;

	overflow: hidden;

	z-index: 9;

}



.advantages .advantages-center li span{

	display: block;

	position: relative;

	width: 56px;

	height: 56px;

	margin: 10px auto;

	font-size: 18px;

	color: #fff;

	line-height: 56px;

	text-align: center;

	z-index: 99;

	background-color: #ff821c;

	-moz-border-radius: 50%;

	-o-border-radius: 50%;

	-webkit-border-radius: 50%;

	-ms-border-radius: 50%;

	border-radius: 50%;

	behavior: url(../other/PIE.htc);

}



.advantages .advantages-center li i{

	display: block;

	width: 100%;

	height: 2px;

	border-top:2px dashed #fbccb5;

	position: absolute;

	top: 50%;

	left: 0;

	z-index: 0;

}



.brand-content{ width:100%;}

.brand-content .brand-center{ width:1260px; margin:0 auto; overflow:hidden}

.brand-content .brand-center-jj{ padding:50px 0 0 0; text-align:center;}

.brand-content .brand-center-jj img{ width:auto}

.brand-content .brand-center-jj .txt_desc{ line-height:26px; font-size:15px; color:#333; padding-top:20px;}

.brand-center-list{ display:flex; width:500px; margin:0 auto;flex-wrap:wrap;justify-content:space-evenly; margin-top:20px;}

.brand-center-list li{ width:250px; text-align:left; background:url(../images2/icon-dots.png) left no-repeat; text-indent:20px; line-height:30px;}



.about-case{ background:url(../images2/productbg.jpg) center center; margin-top:40px; padding-bottom:40px;}

.pro12-imgBox{width:100%;}

.pro12-imgBox>ul{ display:flex;flex-wrap:wrap;justify-content:center}

.pro12-imgBox>ul>li{width:300px;height: 255px; transition:all .3s ease-in-out;margin-right: 20px;position: relative;}

.pro12-imgBox>ul>li:nth-child(4n){margin-right:0;}

.pro12-imgBox>ul>li>.bg-img{width:100%;height: 215px;position: relative;cursor: pointer;}

.pro12-imgBox>ul>li>.bg-img>img{width: 100%;height: 100%;}

.bg-img2{width: 800px;height: 600px;}

.bg-img2>img{width: 100%;height: 100%;}

.pro12-listName{width:100%;height: 40px;line-height: 40px;color:#333;font-size: 14px;text-align: center;}

.pro12-imgBox>ul>li>.block-box{position: absolute;top: 0;left: 0; width:100%;height:215px;background: #000;opacity: 0;transition:all .5s ease-in-out;}

.pro12-imgBox>ul>li:hover>.block-box{opacity:.6;}

.block-boxActive{display: block;margin: 96px auto 0; width:120px;height:40px;line-height: 40px; padding:0; color: #c79e68;border: 1px solid #c79e68;border-radius: 3px; font-size: 14px;text-align: center;cursor: pointer;}

.block-boxActive:hover{opacity: .8;}

.block-box a{ color:#c79e68}

.example-showHot>ul>li{width:300px;border: 1px solid #e9e9e9;float: left;margin-bottom: 20px;margin-right: 20px;position: relative;background: #000;}

.example-showHot>ul>li.link{transition: all .2s linear;}

.example-showHot>ul>li.link:hover{ box-shadow: 0 15px 30px rgba(0,0,0,.1);transform: translateY(-4px);} 

.example-showHot>ul>li:nth-child(4n){margin-right: 0;}

a.example-title{display: block; width:298px;padding:0 15px; height:50px;line-height: 24px; overflow: hidden; background:#fff;font-size:14px;cursor: pointer;text-align: left;color: #999;}

.example-type{margin-top: 10px;margin-bottom: 10px; color: #333;text-align: center; font-size: 18px;height:24px;font-weight: bold; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.decoration-box>ul>li{width: 420px;margin-top: 20px; float: left;text-align: center;}

.decoration-box>ul>li>p.title{font-size: 18px;font-weight: bold;color: #333;margin: 10px auto;}

.decoration-box>ul>li>p{width: 100%;font-size: 14px;color: #666;}

.decoration-box>ul>li>.icon{width: 120px;height: 120px;transition: all .3s linear;margin: 0 auto;}

.decoration-box>ul>li:hover>.icon{transform: scale(1.1);}

.decoration-box>ul>li>.icon.icon1{background: url(../images2/heart-01.png) no-repeat center center;}

.decoration-box>ul>li>.icon.icon2{background: url(../images2/heart-02.png) no-repeat center center;}

.decoration-box>ul>li>.icon.icon3{background: url(../images2/heart-03.png) no-repeat center center;}

.decoration-box>ul>li>.icon.icon4{background: url(../images2/heart-04.png) no-repeat center center;}

.decoration-box>ul>li>.icon.icon5{background: url(../images2/heart-05.png) no-repeat center center;}

.decoration-box>ul>li>.icon.icon6{background: url(../images2/heart-06.png) no-repeat center center;}

.companyName{margin: 10px auto;width: 100%;font-size: 18px;color: #301a0d;font-weight: bold;text-align: left;}

.companyBox{padding: 0;width: 100%;background: #fff;}

.companyBox-left{float: left;width: 225px;height: 501px;}

.border-right{border-right: 1px solid #f0f0f0;}

.square-box{width: 100%;height: 250px;}

.imgLine{ width:1200px; margin:0 auto; overflow:hidden; margin-bottom:70px;}

.imgLine>.img-brand{float: left;height:77px;width:189px; margin:6px 13px 6px 0;}

.imgLine>.img-brand.one{background:url(../images2/brand.png) no-repeat -2px -407px;}

.imgLine>.img-brand.two{background:url(../images2/brand.png) no-repeat -195px -245px;}

.imgLine>.img-brand.threen{background:url(../images2/brand.png) no-repeat -2px -326px;}

.imgLine>.img-brand.four{background:url(../images2/brand.png) no-repeat -195px -164px;}

.imgLine>.img-brand.five{background:url(../images2/brand.png) no-repeat -2px -245px;}

.imgLine>.img-brand.six{background:url(../images2/brand.png) no-repeat -195px -83px;margin-right:0;}

.imgLine>.img-brand.seven{background:url(../images2/brand.png) no-repeat -2px -164px;}

.imgLine>.img-brand.eight{background:url(../images2/brand.png) no-repeat -195px -2px;}

.imgLine>.img-brand.nine{background:url(../images2/brand.png) no-repeat -2px -83px;}

.imgLine>.img-brand.ten {background: url(../images2/youbang.jpg);}

.imgLine>.img-brand.eleven{background:url(../images2/brand.png) no-repeat -195px -407px;}

.imgLine>.img-brand.twelve{background:url(../images2/brand.png) no-repeat -195px -326px;margin-right:0;}



.contact .c_cup .c_li {

	width: 25%;

	background: url(../images2/c_li.jpg) no-repeat left center;

	margin-bottom: 50px;

}

.contact .c_cup{ display:flex;}

.contact .c_cup .bgn {

	background: none;

}

.contact .c_cup .c_li .c_pic {

	height: 70px;

	width: 100%;

}

.contact .c_cup .c_li .c1 {

	background: url(../images2/c1.jpg) no-repeat center top;

}

.contact .c_cup .c_li .c2 {

	background: url(../images2/c2.jpg) no-repeat center top;

}

.contact .c_cup .c_li .c3 {

	background: url(../images2/c3.jpg) no-repeat center top;

}

.contact .c_cup .c_li .c4 {

	background: url(../images2/c4.jpg) no-repeat center top;

}

.contact .c_cup .c_li .one {

	line-height: 24px;

	text-align: center;

	color: #757575;

	font-size: 16px;

}



#pages { 

	padding:20px 0;

	font-size:14px;

	clear:both;

	text-align:center;

	overflow:hidden

	}

#pages a { 

	display:inline-block;

	height:38px;

	line-height:38px; 

	background:#fff; 

	border:1px solid #e3e3e3; 

	text-align:center; 

	color:#333; 

	font-size:14px;

	padding:0 18px;

	}

#pages a.a1 { 

	 width:56px; 

	 padding:0;

	 }

#pages a:hover { 

	background:#f1f1f1; 

	color:#000; 

	text-decoration:none;

	}

#pages span { 

	display:inline-block; 

	height:38px; 

	line-height:38px; 

	background:#013765; 

	border:1px solid #013765; 

	color:#fff; 

	text-align:center;

	padding:0 18px;

	}

.page .noPage { 

	display:inline-block; 

	width:56px; 

	height:38px; 

	line-height:38px; 

	border:1px solid #e3e3e3; 

	text-align:center; 

	color:#a4a4a4; 

	}



.case-table{ display:flex;padding-left:50px;width:100%;justify-content: center; font-size:15px; line-height:50px;}

.case-table-xm{ width:20%; background:#f2f2f2; text-align:center; margin-bottom:1px; margin-right:1px;}

.case-table-ny{ width:60%; text-align:center; background:#f7f7f7; margin-bottom:1px;}



.pub_box{

	width: 100%;

	margin: auto;

	overflow: hidden;

}

.pub_box dt{

	margin: auto;

	width: 1200px;

	text-align: center;

	font-size: 25px;

	line-height: 30px;

	padding: 30px 0px;

}

.pub_box dt i{

	font-size: 15px;

	font-style: normal;

	color: #666;

}

.pub_box dd{

	margin: auto;

	width: 1200px;

	overflow: hidden;

	padding-bottom:40px;

}

.fan{

	overflow: hidden;

	margin: 5px 0px;

}

.fan span{
	display:block;
	font-size: 14px;
    font-style: normal;
    color: #666;

}
.fan li{

	float: left;

	width: 240px;

	height: 100px;

}

.f_s1{

	line-height: 22px;

	text-indent: 90px;

	background: url(../images2/s1.png) no-repeat 20px 20px;

}

.f_s1 h3{

	padding-top: 35px;

}





.f_s2{

	line-height: 22px;

	text-indent: 90px;

	background: url(../images2/s2.png) no-repeat 20px 20px;

}

.f_s2 h3{

	padding-top: 35px;

}





.f_s3{

	line-height: 22px;

	text-indent: 90px;

	background: url(../images2/s3.png) no-repeat 20px 20px;

}

.f_s3 h3{

	padding-top: 35px;

}



.f_s4{

	line-height: 22px;

	text-indent: 90px;

	background: url(../images2/s4.png) no-repeat 20px 20px;

}

.f_s4 h3{

	padding-top: 35px;

}



.f_s5{

	line-height: 22px;

	text-indent: 90px;

	background: url(../images2/s5.png) no-repeat 20px 20px;

}

.f_s5 h3{

	padding-top: 35px;

}


