@charset "utf-8";
@import url('reset.css');
@import url('swiper.min.css');
@import url('animate.min.css');
@import url('font-awesome/font-awesome.min.css');
.transition, .transition *{transition: all .4s; -webkit-transition: all .4s;}
*{box-sizing: border-box; -webkit-box-sizing: border-box;}
html,body{font-family:Roboto, Arial, Helvetica, sans-serif,sans-serif;height:100%}
body{background:#fff}
.all{background:#fff;min-width:1200px}
a{background:transparent;text-decoration:none;color:#333}a:active,a:hover{outline:0}a:hover{text-decoration:none;color:#c8000a}
.wrapper{width:1200px;margin:0 auto;text-align:left}
.ts{text-transform:uppercase}
.mauto{margin:0 auto}
.pz{position:relative;z-index:0}
.pa{position:absolute;z-index:999}
.pf{position: fixed; z-index: 999;}
.bz{box-sizing:border-box; -webkit-box-sizing: border-box;}
.b{font-weight:bold}
.i{font-style:italic}
.crp{cursor:pointer}
.muato{margin:0 auto}
img{max-width: 100%;}
.hidden{display:none !important}
.blue{color: #005bac !important;}
.mt-50 {
  margin-top: 50px;
}
.mt-20 {
  margin-top: 20px;
}
.xz360:hover{transform:rotate(360deg)}
.xzY360:hover{transform:rotateY(360deg)}
.transition1s{transition-property:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
.text-left{text-align:left}
.text-center{text-align:center}
.vs,.vs *{overflow: visible;}
.ov{overflow: visible;}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #333;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #333;
}
.flex{display: flex; display: -webkit-flex;}
.flexColumn{display: flex; display: -webkit-flex; flex-direction: column;}
.flexWrap{display: flex; display: -webkit-flex; flex-wrap: wrap;}
.flexCenter{display: flex; display: -webkit-flex; align-items:center;justify-content:center; flex-wrap: wrap; align-content: center;}
.flexAc{display: flex; display: -webkit-flex; align-items: center;}
.flexJb{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;}
.flexJc{display: flex; display: -webkit-flex; justify-content:center;}
.flexRight{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: flex-end}
.textLeft{text-align:left}
.textCenter{text-align: center;}
input:focus{border-color: #c8000a !important;}
.button{width: 155px; height: 37px; background: #c8000a; border: 0; font-size: 16px; color: #fff;}
.f38{font-size: 38px; font-weight: bold;}
.c3{color: #333;}
.tc{text-align: center;}
/*header*/
header{width: 100%;}
header .ht{width: 100%; height: 40px; background-color: #231816;}
header .ht .texts{width: 50%; height: 40px; font-size: 14px; color: #ababa9; padding-left: 16px; background: url(../images/icons/ltext.gif) no-repeat left center;}
header .ht .texts span{padding: 0 13px;}
header .ht .texts span::after{content: ''; position: absolute; top: 10px; right: 0; display: block; width: 1px; height: 9px; background-color: #ababa9;}
header .ht .texts span:last-child::after{display: none;}
header .tel{width: 316px; height: 40px; background-color: #c8000a; padding-left: 21px;}
header .tel .title{font-size: 14px; color: #fff;}
header .tel .number{margin-left: 18px; padding-left: 26px; font-size: 20px; color: #fff; background: url(../images/icons/rtel.gif) no-repeat left center;}
header.pf{z-index: 1000; }
header.active{position: fixed;}
header .hb{width: 85px; border-bottom: 1px solid #bfbfbf; margin-bottom: 39px; width: 100%;}
header .logo{margin: 8px 0 0;}
.nav{margin-top: 15px; height: 70px;}
.nav>li{width: 102px; height: 70px;}
.nav>li.wx a{padding-left: 28px; background: url(../images/icons/wx.gif) no-repeat left center; margin-left: 45px;}
.nav>li:nth-child(2):after{content: 'HOT'; position: absolute; top: 0; left: 50%; margin-left: -5px; font-size: 14px; color: red;}
.nav>li>a{width: 100%; height: 70px; font-size: 16px; color: #333; transition: all .4s; -webkit-transition: all .4s;}
.nav>li>a:hover, .nav>li>a.active{}
.nav>li>a::after{content: ''; display: block; width: 0; height: 3px; background-color: #c8000a; bottom: 0; position: absolute; left: 51px; transition: all .4s; -webkit-transition: all .4s;}
.nav>li>a:hover::after,.nav>li.active>a::after{width: 63px; left: 19px;}
.nav>li.wx a::after{display: none !important;}
@keyframes navDown{0%{opacity:0; transform: translateY(-15px);}to{opacity:1; transform: translateY(0);}}@-webkit-keyframes navDown{0%{opacity:0; transform: translateY(-15px);}to{opacity:1; transform: translateY(0);}}
.nav>li>ul{top: 71px; left: 0; background-color: #fff; background: rgba(255,255,255,.8);display: none; width: 1200px}
.nav>li:nth-child(8)>ul{left: -252px}
.nav>li>ul.active,.nav>li.active>ul{display: flex; display: -webkit-flex; -webkit-animation:navDown 0.3s 1;-khtml-animation:navDown 0.3s 1;animation-direction:alternate}
.nav>li>ul>li{display: inline-block; height: 39px;}
.nav>li>ul>li>a{display: inline-block; height: 39px; line-height: 39px; padding: 0  10px; font-size: 14px; color: #333;}
.nav>li>ul>li>a img{max-height: 25px; margin-right: 6px;}
.nav>li>ul>li>a:hover{color: #c50009;}
header.active{box-shadow: 0 0 10px #ccc;}
/*focus*/
.flexslider{width:100%;min-height:50px;z-index: 100;}
.flexslider .slides li{display:none;-webkit-backface-visibility:hidden}
.flexslider .slides img{display:block;width:100%;height:auto}
.flex-pauseplay span{text-transform:capitalize}
.flexslider .flex-direction-nav{*height:0}
.flexslider .flex-direction-nav a{text-decoration:none;display:block;width:36px;height:66px;margin:-33px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,0.8); background:url(../images/bg/arr.png) no-repeat;text-indent:-999em}
.flexslider .flex-direction-nav .flex-prev{opacity:1;left:10px}
.flexslider .flex-direction-nav .flex-next{opacity:1;right:10px; background-position: -48px 0;}
.flexslider .flex-control-nav{width:100%;position:absolute;z-index: 999999;right:0;bottom: 10px;text-align:center;font-size: 0;}
.flexslider .flex-control-nav li{margin-right:8px;display:inline-block;zoom:1;*display:inline;text-indent:-99999px;font-size: 0;}
.flexslider .flex-control-paging li a{width:8px;height:8px;display:block;background-color:#ff5c0e;cursor:pointer;border-radius:4px;font-size: 0}
.flexslider .flex-control-paging li a.flex-active{cursor:default; width: 40px;}
/*footer*/
footer{margin-top: 26px; width: 100%; padding: 50px 0 0; background-color: #2c2c2c;}
footer .t{padding-bottom: 50px;}
footer .t .column{width: 16%; flex-direction: column;}
footer .t dt{line-height: 31px; font-size: 18px; color: #666; margin-bottom: 9px;}
footer .t dd,footer .t dd a{line-height: 37px; font-size: 14px; color: #fff;}
footer .t dd a:hover{color: #ccc;}
footer .t dl.others{width: 328px;}
footer .t .ct{margin-top: 10px;}
footer .copyright{padding: 5px 0; line-height: 31px; text-align: center; background-color: #000; font-size: 14px; color: #fff;}
footer .copyright a{font-size: 14px; color: #fff;}
/*index*/
#getPrice{margin-top: 43px;}
#getPrice .t{width: 100%; height: 25px;}
#getPrice .t .title{font-size: 18px; color: #333; height: 25px;}
#getPrice .t .title::before{content: ''; display: block; width: 5px; height: 25px; background-color: #c8000b; margin-right: 11px;}
#getPrice .t .nums{margin-left: 11px; font-size: 14px; color: #444;}
#getPrice .t .nums span{color: #c7000c;}
#getPrice .form{margin-top: 33px;}
#getPrice .form .input{width: 243px; height: 37px; background: #f9f9f9; border: 1px solid #e5e3e4; padding: 0 13px; font-size: 14px; color: #333;}
#datas{margin-top: 51px;}
#datas h2.t{width: 100%; height: 54px; font-size: 22px;}
#datas h2.t b{color: #c8000a; font-size: 36px;}
#datas .c{margin-top: 19px; width: 100%; background-color: #fafafa; padding: 63px 0 61px 0;}
#datas .c li{width: 282px; height: 165px; background-color: #fff; border: 1px solid #d9d9d9; margin-right: 18px; padding: 22px 24px;}
#datas .c li .title{height: 42px; font-size: 30px; color: #333; margin-bottom: 15px;}
#datas .c li .wz{display: inline-block; line-height: 150%; font-size: 16px; color: #666;}
#datas .c li::after{content: ''; display: block; width: 11px; height: 11px; background-color: #999; position: absolute; top: 25px; right: 25px; box-shadow: 0 0 5px #ccc; border-radius: 50%;}
#datas .c li:hover::after{background-color: #c50009;}
.df {
	display: flex;
}
.container, .main-con {
	margin: auto;
	width: 1200px;
	max-width: 100%;
}
.hoverquananxitong[data-v-2c684e23] {
	display: inline-block;
	margin-top: 12px;
	font-size: 18px;
	text-decoration: underline;
	color: #7787a5;
	text-underline-position: under;
}
.categorys[data-v-2c684e23] {
	margin-top: 23px;
	height: 192px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.categorys .category-li[data-v-2c684e23] {
	width: 16.67%;
	line-height: 1;
	flex: auto;
	border-left: 1px solid #eee;
}
.categorys .category-li > a[data-v-2c684e23] {
	display: block;
	padding-top: 58px;
	height: 100%;
}
.categorys .category-li .f36[data-v-2c684e23] {
	font-weight: 700;
}
.categorys .f36[data-v-2c684e23] {
	font-size: 36px;
}
.categorys .c9[data-v-2c684e23] {
	color: #333;
}
.categorys .category-li > a:hover{background-color: #f5f5f5;}

.case{
  width:100%;
  height: 880px;
  background: #333;
  margin-top: 70px;
  position: relative;
  text-align: center;
}
.pagination{
 text-align: right;
 margin-right: 75px;
 margin-bottom: 23px;
}
.left_count{
  display: inline-block;
  margin-left: 12px;
  font-size: 25px;
  font-weight: bold;
  color:#faf9f9;
}
.right_count{
  display: inline-block;
  margin-right:12px;
  font-size: 18px;
  font-weight: bold;
  color:#626262;
}
.case_text{
  width: 524px;
  height: 377px;
  background-color: rgba(255,255,255,0.85);
  top:270px;
  z-index: 999;
  display: inline-block;
  padding: 46px 53px;
  box-sizing: border-box;
  text-align: left;
  float: right;
  margin-right: 75px;
}

.case_index_box{
  width: 100%;
  height: 890px;
  background-color: #333;
  position: relative;
  min-width: 1300px;
  overflow: hidden;
  margin-top: 63px;
}
.case_index_title{
  text-align: center;
  color: #fff;
  padding: 70px 0 50px 0;
  font-size: 42px;
  font-weight: normal;
}
.case_run_box{
  position: relative;
  width: 100%;
  min-width: 1300px;

}
.case_run_box{
  width: 100%;
  height: 563px;
  min-width: 1300px;
}
.case_img_lf{
  width: 1220px;
  height: 563px;
  float: left;
  overflow: hidden;


}
.case_img_rt{
  width: 350px;
  height: 563px;
  float: right;
  /* margin-left: 282px; */
  overflow: hidden;
}
.case_index_img_box{
  /* width: 1px; */
}


.case_run_item{
  width: 1220px;
  overflow: hidden;
  /* min-width: 1300px; */
  float: left;
  position: relative;
  margin-right: 325px;
}

.case_index_run_warp{
  width: 8000px;
}
.case_index_content_box{
  width: 1200px;
  height: 0;
  position: relative;
  margin: 0 auto;
}
.case_index_content{
  position: absolute;
  width: 1200px;
  height: 400px;
  top: 95px;
  left: 0;
  z-index: 20;
}
.click-left{
  width: 18px;
  height: 15px;
  background: url("../images/arrow_left.png")  center center no-repeat ;
  display: inline-block;
  cursor: pointer;
}
.click-right{
  width: 18px;
  height: 15px;
  background: url("../images/arrow_right.png")  center center no-repeat ;
  display: inline-block;
  cursor: pointer;
}
.click-left:hover{
  background: url("../images/arrow_left_hover.png")  center center no-repeat ;
}
.click-right:hover{
  background: url("../images/arrow_right_hover.png")  center center no-repeat ;
}
.case_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 335px;
	float: left;
	line-height: 48px;
}
.case_text img {
	float: left;
}
.case_index_content .case_p {
	margin-top: 20px;
	font-size: 18px;
	color: #222;
	line-height: 28px;
	width: 413px;
	height: 145px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	white-space: normal;
}
.case_btn {
	width: 160px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	background: #000;
	text-align: center;
	line-height: 50px;
	float: left;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 12px;
}
.case_btn:hover{
  background-color: #d7010e;
}
.case_down{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 80px;
  /* margin-top: 42px; */
  position: relative;
  padding: 32px 0 0 0 ;
}
.case_more{
  display: inline-block;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  width:50px;
  margin-left: 96px;
  cursor: pointer;
  line-height: 30px;
}
.case_style_img{
  position: absolute;
  left:152px;
  top:60px;
}
.case_style{
  float: left;
  margin-right: 75px;
  color:#a5a5a5;
  font-size: 15px;
  /* padding: 9px 28px; */
  cursor: pointer;
  width: 116px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.case_style:hover{
  background: #d7010e;
  color: #fff;
}
.case_selected {
	background: #d7010e;
	color: #fff;
}
#icases{margin-top: 31px;}
#icases .l{width: 718px; height: 404px;}
#icases .l a{width: 718px; height: 404px;}
#icases .l a .pa{width: 718px; height: 404px; background-color: rgba(0,0,0,.5); top: 0; left: 0; font-size: 18px; color: #fff; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0}
#icases .l a:hover .pa{opacity: 1; -webkit-opacity: 1; -moz-opacity: 1}
#icases .l img{width: 100%;}
#icases .r{width: 469px; height: auto; align-content: flex-start;}
#icases .r li:nth-child(2n+2){margin-left: 13px;}
#icases .r li{margin-bottom: 9px;}
#icases .r li,#icases .r li img{width: 228px; height: 128px;}
#icases .r lil a{width: 228px; height: 128px;}
#icases .r li a .pa{width: 228px; height: 128px; background-color: rgba(0,0,0,.5); top: 0; left: 0; font-size: 18px; color: #fff; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0}
#icases .r li a:hover .pa{opacity: 1; -webkit-opacity: 1; -moz-opacity: 1}
#idesigner{margin-top: 43px;}
#idesigner .t .text .typename{height: 56px; font-size: 35px; color: #000;}
#idesigner .t .text p{line-height: 26px; margin-top: 13px; font-size: 14px;}
#idesigner .t a{width: 110px; height: 38px; background-color: #c8000a; font-size: 16px; color: #fff; margin-top: 28px;}
#idesigner .t a:hover{background-color: #000;}
#idesigner .c{width: 1320px; margin: 0 auto;}
#idesigner .swiper-container{padding-top: 63px; padding-bottom: 50px;}
#idesigner .swiper-container .swiper-slide{overflow: visible;}
#idesigner .swiper-container .swiper-slide img{width: 156px; height: 156px; border-radius: 50%;}
#idesigner .swiper-container .swiper-slide .name{margin-top: 19px; height: 27px; font-size: 16px;}
#idesigner .swiper-container .swiper-slide .zw{margin-top: 5px; line-height: 25px; font-size: 14px; color: #bc1c1c;}
#idesigner .swiper-container .swiper-slide p{line-height: 180%; width: 150px; font-size: 10px; margin-top: 4px; visibility: hidden; color: #333;}
#idesigner .swiper-container .swiper-slide a:hover{transform: scale(1.3);}
#idesigner .swiper-container .swiper-slide a:hover p{visibility: visible;}
.estates[data-v-46ee501a] {
	flex-wrap: wrap;
}
.estates .f22[data-v-46ee501a] {
	font-size: 22px;
}
.estates .estate-item[data-v-46ee501a] {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 29px;
}
.estates .label[data-v-46ee501a] {
	width: 65px;
	height: 66px;
	background: #c8000a;
	border-radius: 0 0 100px 100px;
	margin-left: 10px;
	padding-top: 4px;
	color: #fff;
	z-index: 2;
  font-size: 14px;
}
.estates .lh1[data-v-46ee501a] {
	line-height: 1;
}
.estates .estate-item .estate-img[data-v-46ee501a] {
	transition: .5s;
}
.estates .estate-item:hover .estate-img[data-v-46ee501a]{transform: scale(1.1);}
.estates .wh267[data-v-46ee501a] {
	width: 267px;
	height: 267px;
}
.estates .estate-info[data-v-46ee501a] {
	position: relative;
	line-height: 54px;
	padding: 0 10px 0 20px;
	background: linear-gradient(180deg,transparent,#000);
	margin-top: -54px;
	font-size: 20px;
	color: #fff;
}
.jcsb {
	justify-content: space-between;
}
#hotHouse{background-color: #eee; width: 100%; padding: 30px 0;}
#hotHouse .t .text .typename{height: 56px; font-size: 35px; color: #000;}
#hotHouse .t .text p{line-height: 26px; margin-top: 13px; font-size: 14px;}
#hotHouse .t a{width: 110px; height: 38px; background-color: #c8000a; font-size: 16px; color: #fff; margin-top: 28px;}
#hotHouse .t a:hover{background-color: #000;}
#hotHouse .t{margin-bottom: 40px;}
/* 一流施工 */
.classic {
    padding-top: 160px;
    padding-bottom: 90px;
   
}
.title2 {
    text-align: center;
    font-size:40px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(56,56,56,1);
} 
.title22 {
    text-align: center;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(145,145,145,1);
    line-height:28px;
    margin: 17px 0 30px 0;
}
.sixBox {
    display: flex;
    flex-wrap: wrap;
    width:1205px;
    height:584px;
    border:1px solid rgba(210,210,210,1);
    margin: 0 auto;
}
.sixBox>div{
    width: 400px;
    height: 292px;
}
.sixBox>div:nth-child(1) {
    position: relative;
}
.sixBox .des{color: #ccc; text-transform: uppercase;}
.sixBox>div:nth-child(1) img {
    width: 400px;
    height: 292px;
}
.sixBox>div:nth-child(2) {
    padding: 26px 0 0 62px;
    box-sizing: border-box;
}
.sixBox>div:nth-child(2) div:nth-child(2) {
    margin: 7px 0 0 0;
    font-size: 28px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.sixBox>div:nth-child(2) div:nth-child(3) {
    margin: 12px 0 30px 0;
    width: 62px;
    height: 4px;
    background:#c8000a;
}
.sixBox>div:nth-child(2) div:nth-child(4) {
    font-size:21px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(145,145,145,1);
    margin: 0 0 12px 0;
}
.sixBox>div:nth-child(3) {
    position: relative;
}
.sixBox>div:nth-child(3) img {
    width: 400px;
    height: 292px;
}
.sixBox>div:nth-child(4) {
    padding: 26px 0 0 62px;
    box-sizing: border-box;
}
.sixBox>div:nth-child(4) div:nth-child(2) {
    margin: 7px 0 0 0;
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.sixBox>div:nth-child(4) div:nth-child(3) {
    margin: 12px 0 30px 0;
    width: 62px;
    height: 4px;
    background:#c8000a;
}
.sixBox>div:nth-child(4) div:nth-child(4) {
    font-size:21px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(145,145,145,1);
    margin: 0 0 12px 0;
}
.sixBox>div:nth-child(5) {
    position: relative;
}
.sixBox>div:nth-child(5) img {
    width: 400px;
    height: 292px;
}
.sixBox>div:nth-child(6) {
    padding: 26px 0 0 62px;
    box-sizing: border-box;
}
.sixBox>div:nth-child(6) div:nth-child(2) {
    margin: 7px 0 0 0;
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.sixBox>div:nth-child(6) div:nth-child(3) {
    margin: 12px 0 30px 0;
    width: 62px;
    height: 4px;
    background:#c8000a;
}
.sixBox>div:nth-child(6) div:nth-child(4) {
    font-size:21px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(145,145,145,1);
    margin: 0 0 12px 0;
}
#cl{width: 100%; height: 700px; background-repeat: no-repeat; background-position: center top; padding-top: 97px;}
#cl h2{line-height: 55px; font-size: 40px; color: #fff;}
#cl p{margin: 11px 0 48px 0; line-height: 30px; font-size: 14px; color: #fff;}
#cl .swiper-slide{background-color: #fff;}
#cl .swiper-slide img{max-width: 100%; max-height: 100%;}
#process{width: 100%; height: 291px; background: url(../images/process.png) no-repeat center top; overflow: hidden !important;}
.box11 .w1 {
	width: 150%;
	margin-left: -36px;
}
.box11 a {
	float: left;
	width: 159px;
	margin-top: 73px;
	cursor: default;
}
.box11 a img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.box11 .n {
	font-size: 16px;
	margin-top: 15px;
	display: block;
}
.box11 .t {
	font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.hotnewbox {
	margin-top: 15px;
	padding-bottom: 65px;
}
.ititle h2 {
	color: #333;
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 38px;
}
.ititle p {
	color: #8a8a8a;
	font-size: 18px;
	line-height: 40px;
}
.titlelist li {
	display: inline-block;
	height: 43px;
	position: relative;
  margin-top: 35px;
}

.titlelist li a {
	height: 43px;
	display: inline-block;
	margin: 0 15px;
	font-size: 17px;
	padding-top: 7px;
	color: #333;
}
.titlelist li.cur a {
	background: #fff;
	color: #83001f;
	border-bottom: 2px solid #83001f;
}
.hotnewmain .hotnew {
	width: 100%;
	max-width: 1254px;
	*width: 1254px;
	margin: 0 auto;
	padding-top: 30px;
	display: none;
}
.hotnewmain .hotnew.active {
	display: block;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.hotnew .list li {
	width: 25%;
	float: left;
	padding: 0 10px;
}
.hotnew .list a {
	float: left;
	color: #6f6f6f;
	position: relative;
	top: 0;
	transition: top 0.3s;
}
.hotnew .list1 li .imgbox {
	height: 230px;
	overflow: hidden;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.hotnew .list1 li .imgbox img {
	width: 100%;
	height: 100%;
}
.hotnew .list h3 {
	line-height: 27px;
	font-size: 18px;
	margin: 0;
	padding-top: 5px;
}
.btnbox {
  margin-top: 20px;
	text-align: center;
	padding: 15px 0;
}
.btnbox .more {
	display: inline-block;
	line-height: 36px;
	background-color: #970208;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 18px;
	color: #fff;
}
#icontact{height: 328px; background-color: #eee;}
#icontact .l{padding: 0 35px;}
#icontact .l .title{margin-bottom: 14px; line-height: 42px; font-size: 30px; color: #000;}
#icontact .l p{line-height: 31px; font-size: 16px; color: #666;}
#icontact .r{width: 818px; height: 328px;}
#icontact .r iframe{width: 818px !important; height: 328px !important;}
/*other*/
.main{padding: 30px 0; width: 100%; background-color: #fff;}
/*aside*/
aside{width: 292px; padding: 4px 38px 39px 38px; background-color: #f2f2f2;}
aside .typename{width: 100%; height: 85px; line-height: 85px; border-bottom: 1px solid #dfdfdf; text-indent: 19px; font-size: 29px; color: #282828;}
aside .sonlist{}
aside .sonlist li{height: 61px; border-bottom: 1px solid #dfdfdf;}
aside .sonlist li a{width: 100%; height: 61px; line-height: 61px; font-size: 16px; color: #282828; text-indent: 42px;}
aside .sonlist li a:before{content: ''; display: block; width: 2px; height: 18px; background-color: #282828; position: absolute; z-index: 999; top: 19px; left: 20px;}
aside .sonlist li a:hover,aside .sonlist li a.active{color: #005bac;}
aside .sonlist li a.active:before,aside .sonlist li a:hover:before{background-color: #005bac;}
/*article main*/
.mainContent{width: 790px;}
.mainContent .singleTitle{line-height: 55px; margin-top: 45px; font-size: 36px; color: #c8000a;}
.mainContent .singleTitle.red{color: #d0021b;}
.mainContent .singleContent{margin-top: 15px; line-height: 28px; font-size: 16px; color: #575757;}
.introduction{padding: 45px 0 0; line-height: 32px; font-size: 18px; color: #787878;}
.articleMain{padding: 50px 25px; border: 4px solid #f2f2f2;}
.detail{margin: 36px 25px 0 25px;}
.articleTitle{margin: 13px 0 8px 0; line-height: 30px; font-size: 20px; color: #282828;}
.articleTime{line-height: 30px; padding-bottom: 15px; border-bottom: 1px solid #dfdfdf; font-size: 14px; color: #666; font-weight: normal; margin-bottom: 35px;}
.articleContent{line-height: 30px; font-size: 16px; color: #575757;}
.articlePages{margin: 20px 0 0; padding-top: 19px; border-top: 1px dashed #dfdfdf;}
.articlePages div{overflow: hidden; height: 68px; margin-bottom: 7px; font-size: 14px; color: #575757;}
.articlePages div .img{margin-right: 13px; width: 142px; height: 66px; border: 1px solid #b4b4b4;}
.articlePages div .img .bd{width: 136px; height: 60px; margin: 3px;}
.articlePages div .img img{width: 136px;}
.articlePages div .title{line-height: 64px; font-size: 14px; color: #575757;}
.articlePages div a:hover .title{color: #005bac;}
/*新闻列表*/
.newslist{margin: 0}
.newslist li{padding: 24px 0 19px 0; border-bottom: 1px solid #b5b5b5;}
.newslist li .img,.newslist li img{width: 188px; height: 145px;}
.newslist li .text{width: 435px; margin-left: 18px; padding-right: 14px;}
.newslist li .text:after{content: ''; width: 1px; height: 83px; display: block; background-color: #b5b5b5; position: absolute; top: 13px; right: 0;}
.newslist li .text .title{height: 43px; line-height: 43px; font-size: 20px; color: #282828;}
.newslist li .text .content{margin-top: 4px; line-height: 28px; font-size: 16px; color: #575757;}
.newslist li .text .ly{line-height: 28px; font-size: 16px; color: #575757;}
.newslist li .addtime{width: 114px;}
.newslist li .addtime .d{margin-top: 13px; line-height: 60px; font-size: 49px; color: #666;}
.newslist li .addtime .ym{line-height: 24px; font-size: 16px; color: #b1a8b1;}
.newslist li a:hover .content, .newslist li a:hover .ly{color: #005bac;}
/*招聘*/
.hrDes{margin: 20px 0 50px 0; line-height: 28px; font-size: 16px; color: #575757; text-indent: 2em;}
.hrlist{margin-top: 4px;}
.hrlist li{border-bottom: 1px solid #aaa; padding-bottom: 10px; margin-bottom: 30px;}
.hrlist .companyName{line-height: 36px; font-size: 16px; color: #575757;}
.hrlist .line1{margin: 0; border: 0; width: 100%; height: 1px; background-color: #aaa; margin-bottom: 1px; top: 36px; left: 0;}
.hrlist .line2{margin: 0; border: 0; width: 222px; height: 5px; background-color: #aaa; margin-bottom: 1px; top: 38px; left: 0;}
.hrlist .line1.active,.hrlist .line2.active{background-color: #c8000a;}
.hrlist .c{width: 700px; cursor: pointer;}
.hrlist .addtime{margin-top: 22px; width: 71px;}
.hrlist .addtime .d{line-height: 44px; font-size: 46px; color: #575757;}
.hrlist .addtime .ym{line-height: 17px; font-size: 16px; color: #575757;}
.hrlist .text{margin: 16px 0 0;}
.hrlist .text .jobname{line-height: 25px; font-size: 20px; color: #575757;}
.hrlist .text .address,.hrlist .text .money{line-height: 25px; font-size: 15px; color: #575757;}
.hrlist .text .content{display: none; margin-top: 15px; line-height: 25px; font-size: 15px; color: #575757;}
.hrlist li.active .text .content{display: block; -webkit-animation:navDown 0.3s 1;-khtml-animation:navDown 0.3s 1;animation-direction:alternate}
.hrlist .details{right: 8px; bottom: 0; line-height: 30px; font-size: 16px; color: #575757;}
.hrlist .details:hover{color: #c8000a;}
.hrlist li.active{border-color: #c8000a;}
.hrlist li .c.active .addtime .d,.hrlist li .c.active .addtime .ym,.hrlist li .c.active .text .jobname,.hrlist li .c.active .text .address,.hrlist li .c.active .text .money,.hrlist li .c.active .details,.hrlist li .c.active .text .content,.hrlist li .c.active .companyName{color: #c8000a;}
.hrlist li .c.active .line1,.hrlist li .c.active .line2{background-color: #c8000a;}
/*发展历程*/
.history{margin-top: 25px;}
.historyCorousel{height: 50px; width: 702px; margin-left: 35px;}
.historyCorousel .slides li{padding-top: 26px; width: 117px; height: 24px; line-height: 24px; font-size: 16px; color: #282828; cursor: pointer;}
.historyCorousel .slides li:before{content: ''; display: block; width: 100%; height: 1px; background-color: #dfdfdf; position: absolute; top: 11px; left: 0;}
.historyCorousel .slides li:after{content: ''; display: block; width: 11px; height: 11px; position: absolute; top: 6px; left: 50%; margin-left: -5.5px; background-color: #dfdfdf; border-radius: 50%; z-index: 999 !important;}
.historyCorousel .slides li.active{color: #005bac;}
.historyCorousel .slides li.active:after{background-color: #005bac;}
.historyCorousel .flex-direction-nav{*height:0}
.historyCorousel .flex-direction-nav a{text-decoration:none;display:block;width:22px;height:24px;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;text-indent:-999em; top: 0;}
.historyCorousel .flex-direction-nav .flex-prev{left: 0; background: url(../images/icons/prev.png) no-repeat}
.historyCorousel .flex-direction-nav .flex-next{right: 0; background: url(../images/icons/next.png) no-repeat}
.history .logo{margin: 33px 0 0 280px;}
.history .line{width: 100%; height: 4px; margin: 13px 0 0 0; background: url(../images/bg/line2.gif) no-repeat center top}
.history .subtitle{margin: 10px 0 11px 0; line-height: 21px; font-size: 15px; color: #d4d4d4;}
.history .list:before{content: ''; display: block; width: 1px; height: 100000px; background-color: #7a7a7a; padding-top: 17px; position: absolute; left: 395px; top: 0;z-index: -1;}
.history .list{padding-top: 17px;}
.history .list li .title{width: 83px; min-height: 50px; line-height: 25px; background-color: #7a7a7a; color: #fff; font-size: 20px; padding: 15px 10px; display: flex; display: -webkit-flex; align-items: center; justify-content: center;}
.history .list li .content{width: 231px; line-height: 21px; background-color: #f2f2f2; font-size: 15px; color: #282828; padding: 15px 20px; margin-top: 5px; min-height: 35px;}
.history .list li.odd .arrow{ width: 0;height: 0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 14px solid #7a7a7a; margin: 33px 2px 0 0;}
.history .list li .dot{width: 12px; height: 12px; background-color: #7a7a7a; border-radius: 50%; -webkit-border-radius: 50%; margin-top: 35px;}
.history .list li.odd{width: 410px;}
.history .list li.even{margin-left: 389px;}
.history .list li.even .arrow{width: 0;height: 0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 14px solid #7a7a7a; border-left: 0; margin: 33px 0 0 3px;}
.history .list li.even .content{width: 229px;}
.history .list li.active .title{background-color: #c8000a; color: #fff;}
.history .list li.active .dot{background-color: #c8000a;}
.history .list li.odd.active .arrow{border-left-color: #c8000a;}
.history .list li.even.active .arrow{border-right-color: #c8000a;}
/*党建*/
.djlist{width: 764px; margin: 15px 0;}
.djlist li{width: 346px; height: 339px; margin-right: 36px;}
.djlist li .pic,.djlist li .pic img{width: 346px; height: 224px;}
.djlist li .line1{margin: 6px 0 2px 0; width: 100%; height: 3px; background-color: #d0021b;}
.djlist li .line2{width: 100%; height: 5px; background-color: #d0021b;}
.djlist li .title{margin-top: 7px; height: 30px; line-height: 30px; font-size: 26px; color: #575757;}
.djlist li .zw{height: 24px; line-height: 24px; font-size: 16px; color: #575757;}
.djlist li .content{left: 0; top: 0; width: 296px; height: 164px; background: rgba(208,2,27, .74); padding: 30px 25px; line-height: 29px; font-size: 16px; color: #fff; margin-top: 224px; display: flex; display: -webkit-flex; align-items: center;}
.djlist li a:hover .content{margin-top: 0}
/*图片列表*/
.picslist{margin: 36px 25px 0 25px;}
.picslist li{margin-bottom: 20px;}
.picslist li .img,.picslist li img{width: 108px; height: 148px;}
.picslist li .text{width: 650px;}
.picslist li .name{height: 26px; line-height: 26px; font-size: 14px; color: #440c07;}
.picslist li .content{margin-top: 8px; line-height: 24px; font-size: 12px; color: #440c07;}
.picslist li .more{line-height: 24px; font-size: 12px; color: #e72619;}
.picslist li a:hover .more{color: #440c07;}
/*单页*/
.singleTabs{margin-top: 20px; font-size: 0;}
.singleTabs a{height: 53px; line-height: 53px; padding: 0 70px; font-size: 20px; color: #282828; background-color: #f2f2f2; margin: 0 39px 39px 0;}
.singleTabs a.active,.singleTabs a:hover{background-color: #c8000a; color: #fff;}
/*在线留言*/
.guestbook{width: 534px; margin: 133px 0 0 138px;}
.guestbook .cn{line-height: 41px; font-size: 24px; color: #323333;}
.guestbook .en{line-height: 22px; font-size: 14px; font-family: arial; color: #999;}
.guestbook ul{margin-top: 29px;}
.guestbook li{overflow: hidden; margin-bottom: 23px;}
.guestbook .wz{width:95px;margin-right: 11px;line-height:31px;font-size:16px;color:#696969}
.guestbook .wbk{width:374px;height:31px;background:#fff;border:1px solid #b5b5b4; border-radius: 5px;line-height:29px;padding: 0 5px;font-size:16px;color:#696969}
.guestbook .wbk2{width:94px;height:31px;background:#fff;border:1px solid #b5b5b4; border-radius: 5px;line-height:29px;padding: 0 5px;font-size:16px;color:#696969}
.guestbook .wby{width:374px;height:222px;background:#fff;border:1px solid #b5b5b4; border-radius: 5px;line-height:29px;padding: 0 5px;font-size:16px;color:#696969}
.guestbook .wbk:focus,.guestbook .wbk2:focus,.guestbook .wby:focus{border-color:#0359a8}
.guestbook .btnSubmit{width:82px;height:28px;margin:0 0 0 164px;background:#009cff;border:0;border-radius:5px;line-height:28px;font-size:16px;color:#fff}
.guestbook .btnSubmit{width: 82px; height: 28px; background-color: #358ece; border: 0; border-radius: 4px; margin: 5px 0 0 249px; font-size: 16px; color: #fff;}
/*发展战略*/
.dev .top .title{line-height: 42px; font-size: 20px; color: #282828;}
.dev .top .line{width: 100%; height: 3px; background: url(../images/bg/line.gif) no-repeat center; margin: 5px 0 8px 0;}
.dev .top .des{margin-top: 8px; line-height: 28px; font-size: 16px; color: #575757;}
.dev li.li1{margin-top: 27px; min-height: 352px;}
.dev li.li1 img.pa{right: 0; top: 0; max-width: 339px; z-index: -1; height: auto;}
.dev li.li1 .c{width: 436px; height: 294px; margin: 29px 0 0 52px; background: url(../images/bg/map.png) right top no-repeat #f5f3f4}
.dev li.li1 .c .title{line-height: 52px; font-size: 20px; color: #005bac; margin: 21px 0 0 30px;}
.dev li.li1 .c .title:after{content: ''; display: block; width: 68px; height: 2px; background-color: #c8000a;}
.dev li.li1 .c .content{line-height: 28px; margin-top: 15px; font-size: 16px; color: #575757; margin: 15px 40px 0 50px;}
.dev li.li2{margin-top: 27px; min-height: 352px;}
.dev li.li2 .title{line-height: 43px; font-size: 20px; color: #005bac;}
.dev li.li2 .title:after{content: ''; display: block; width: 68px; height: 2px; background-color: #c8000a;}
.dev li.li2 .content{line-height: 28px; font-size: 16px; color: #575757; margin: 15px 0 40px 0;}
.dev li.li3 img.fl{margin-top: 49px; width: 297px; height: auto;}
.dev li.li3 .c{width: 420px; height: 401px; padding: 17px 30px; background: url(../images/bg/map.png) right top no-repeat #f5f3f4}
.dev li.li3 .title{line-height: 43px; font-size: 20px; color: #005bac;}
.dev li.li3 .title:after{content: ''; display: block; width: 68px; height: 2px; background-color: #c8000a;}
.dev li.li3 .content{width: 380px; line-height: 28px; font-size: 16px; color: #575757; margin: 20px 0 40px 20px;}
/*团队*/
.teamlist{margin-top: 18px; width: 783px;}
.teamlist li,.teamlist li .nowShow,.teamlist li .hoverShow,.teamlist li a{width: 253px; height: 348px;}
.teamlist li{margin: 0 8px 31px 0;}
.teamlist li a{background-color: #f2f2f2; cursor: default;}
.teamlist li img{width: 184px; height: 184px; border-radius: 50%; -webkit-border-radius: 50%; margin: 19px 0 0 35px;}
.teamlist li .title{margin-top: 36px; height: 48px; line-height: 48px; font-size: 29px; color: #005bac;}
.teamlist li .zw{height: 27px; line-height: 27px; font-size: 16px; color: #575757;}
.teamlist li .des{margin: 60px 17px; line-height: 23px; font-size: 15px; color: #fff;}
.teamlist li a:hover{background-color: #005bac;}
.teamlist li a:hover img{width: 103px; height: 103px; margin: 18px 0 0 71px;}
.teamlist li a:hover .title{margin-top: 4px; height: 36px; line-height: 36px; font-size: 29px; color: #fff;}
.teamlist li a:hover .zw{margin-top: 4px; color: #fff;}
.teamlist li a:hover .des{margin: 9px 17px;}

.teamlist li a:hover .hoverShow{opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; -moz-opacity: 1; margin-top: 0;}
.teamlist li a:hover .nowShow{margin-top: -184px;}
 /*荣誉*/
.honor{margin:18px 0}
.honor .content{text-indent: 2em; line-height: 28px; font-size: 16px; color: #575757;}
.honor ul{margin: 27px 0; width: 810px;}
.honor li{width: 388px; height: 366px; margin-right: 17px;}
.honor li .img,.honor li .img img{width: 388px; height: 277px;}
.honor li .title{line-height: 20px; margin: 10px 30px; font-size: 16px; color: #575757; max-height: 40px;}
.honor li a:hover .title{color: #c8000a;}
 /*责任*/
.zr{margin:18px 0}
.zr .content{text-indent: 2em; line-height: 28px; font-size: 16px; color: #575757;}
.zr ul{margin: 27px 0; width: 805px;}
.zr li{width: 391px; height: 299px; margin-right: 10px;}
.honor li img{width: 388px; height: 229px;}
.zr li .title{line-height: 50px; height: 50px; font-size: 17px; color: #575757;}
.zr li a:hover .title{color: #575757;}
.zr li .content{top: 0; right: 0; width: 236px; height: 183px; padding: 23px; background: rgba(240,132,56,.9); line-height: 30px; font-size: 16px; color: #fff; margin-right: -300px; display: flex; display: -webkit-flex; align-items: center; text-indent: 0 !important;}
.zr li a:hover .content{margin-right: 0;}
 /*业务*/
.zengxin{margin-top: 30px;}
.zengxin .title{line-height: 34px; font-size: 19px; color: #282828; font-weight: bold;}
.zengxin .title:after{content: ''; display: block; width: 73px; height: 4px; background-color: #ff8c05;}
.zengxin .c{margin-top: 31px; width: 800px;}
.zengxin .c a{margin: 0 20px 13px 0; width: 140px; line-height: 40px; background-color: #f2f2f2; color: #575757; font-size: 16px; border-radius: 20px; display: flex; display: -webkit-flex; align-items: center; justify-content: center; line-height: 16px; height: 40px;}
.zengxin .c a:hover,.zengxin .c a.active{background-color: #c8000a; color: #fff;}
.baojie{margin-top: 35px; width: 828px;}
.baojie li{width: 176px; margin-right: 27px;}
.baojie li img{width: 100%; height: 121px;}
.baojie li:hover img{transform: scale(1.1);}
.baojie li .title{width: 100%; line-height: 81px; background-color: #ff8c05; margin-top: 3px; font-size: 16px; color: #fff;}
.baojie li .c{padding: 10px 0; line-height: 20px; font-size: 16px; color: #575757;}
.chuanmei{margin-top: 35px; height: 400px;}
.chuanmei li{padding-bottom: 35px; width: 229px; margin-right: 20px;}
.chuanmei li.active{width: 279px; background: url(../images/bg/shadow.png) no-repeat left bottom;}
.chuanmei li.li3{margin-right: 0;}
.chuanmei li img{width: 100%; height: 307px;}
.chuanmei li .title{width: 100%; height: 57px; line-height: 57px; background-color: #f2f2f2; font-size: 16px; color: #575757;}
.chuanmei li.active img{height: 363px;}
.chuanmei li .htitle{top: 400px; position: absolute; right: 0; display: inline; line-height: 57px; padding: 0 31px; font-size: 16px; color: #fff; background-color: #f08539; width: auto; height: auto;}
.chuanmei li.active .htitle{top: 255px;}
.chuanmei li.active .title{display: none;}
.people{margin-top: 31px;}
.people img.fl{width: 274px;}
.people .text{width: 480px;}
.people .text .title{line-height: 38px; padding-bottom: 4px; font-size: 16px; color: #6b6868;}
.people .text .title span{font-size: 20px; color: #282828;}
.people .text .title:after{content: ''; display: block; width: 73px; height: 4px; background-color: #ff8c05;}
.people .text .dqzw{margin: 16px 0; line-height: 29px; font-size: 16px; color: #6b6868;}
.people .text .ry{margin-top: 18px;}
.people .text .ry li{line-height: 27px; padding-left: 31px; font-size: 15px; color: #6b6868;}
.people .text .ry li:before{content: ''; position: absolute; left: 2px; top: 11px; display: block; width: 6px; height: 6px; background-color: #f08539; border-radius: 50%;}
.people .content{margin: 26px 0; line-height: 29px; font-size: 16px; color: #6b6868;}
.vcases ul{width: 830px;}
.vcases h2{line-height: 35px; font-size: 20px; color: #282828;}
.vcases h2:after{content: ''; display: block; width: 77px; height: 4px; background-color: #ff8c05;}
.vcases ul{margin-top: 23px;}
.vcases li{margin-right: 3px;}
.vcases img{width: 393px; height: 207px;}
.vcases span{margin-top: 10px; height: 29px; line-height: 29px; font-size: 16px; color: #575757;}
.vcases li a:hover span{color: #ff8c05;}
.devs{margin-top: 20px;}
.devs h2{line-height: 35px; font-size: 20px; color: #282828;}
.devs h2:after{content: ''; display: block; width: 77px; height: 4px; background-color: #ff8c05;}
.devs ul{margin-top: 26px; width: 830px;}
.devs li{width: 393px; height: 264px; margin: 0 5px 30px 0;}
.devs li .img,.dev li img{width: 100%; height: 226px;}
.devs li .title{width: 100%; height: 38px; background-color: #f2f2f2; font-size: 16px; color: #575757; line-height: 38px;}
.devs li .text{left: 0; top: 0; width: 367px; height: 226px; padding: 28px 0 10px 26px; background-color: #336cae; background: rgba(51,108,174,.72); opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0}
.devs li .jj{width: 100%; line-height: 20px; font-size: 15px; color: #fff; margin-bottom: 10px;}
.devs li .wz{width: 68px; height: 20px; background-color: #fff; line-height: 20px; border-radius: 10px; font-size: 15px; color: #336ead; margin-top: 4px;}
.devs li .js{width: 250px; margin-left: 12px; line-height: 20px; font-size: 16px; color: #fff; margin-bottom: 16px;}
.devs li a:hover .text{opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1}
.xiaofang{margin-top: 35px; width: 830px;}
.xiaofang li{width: 245px; height: 176px; margin: 0 26px 0 0; background-color: #ecf0f1;}
.xiaofang li img{height: 40px; margin: 28px auto 5px auto}
.xiaofang li .title{line-height: 27px; font-size: 16px; color: #f08539;}
.xiaofang li .content{display: flex; display: -webkit-flex; justify-content: center; height: 56px; padding: 2px 0; font-size: 16px; color: #575757;}
.businessTop{margin-top: 26px; line-height: 35px; font-size: 20px; color: #282828; border-bottom: 4px solid #ff8c05; font-weight: bold;}
.fcontact{padding: 11px 24px 23px 24px; background-color: #f2f2f2; margin-top: 27px;}
.fcontact .title{margin-bottom: 12px; line-height: 35px; border-bottom: 1px solid #dfdfdf; font-size: 16px; color: #575757;}
.fcontact .l{width: 234px; height: 208px; background-color: #fff;}
.fcontact .l li{margin: 0 13px; height: 44px; line-height: 44px; padding: 0 17px 0 41px; font-size: 15px; color: #575757; border-bottom: 1px solid #dfdfdf;}
.fcontact .l li.person{background: url(../images/icons/person.png) no-repeat 16px center}
.fcontact .l li.phone{background: url(../images/icons/phone.png) no-repeat 17px center}
.fcontact .l li.address{background: url(../images/icons/address.png) no-repeat 17px center; line-height: 21px; height: auto; padding: 5px 17px 5px 41px;}
.fcontact .l li.fly{background: url(../images/icons/fly.png) no-repeat 16px center; line-height: 21px; height: auto; padding: 5px 17px 5px 41px;}
.fcontact .r{width: 500px; height: 208px;}
.anbao{width: 830px; margin: 28px 0 0 0;}
.anbao li{margin-right: 3px; margin-bottom: 3px;}
.anbao li .title{width: 100%; height: 40px; left: 0; bottom: 0; background-color: #f6a539; background: rgba(246,164,57,.62); font-size: 20px; color: #fff;}
.anbao li.li1,.anbao li.li2{height: 241px;}
.anbao li.li3 .title,.anbao li:nth-child(6n+3) .title{background-color: #fff; background: rgba(246,164,57,.62);  color: #fff;}
.anbao li.li1 img,.anbao li:nth-child(6n+1){width: 437px; height: 241px;}
.anbao li.li3 img,.anbao li:nth-child(6n+3){width: 790px; height: 241px;}
.anbao li.li4 img,.anbao li.li5 img,.anbao li.li5 img,.anbao li:nth-child(6n+4),.anbao li:nth-child(6n+5),.anbao li:nth-child(6n+6){width: 259px; height: 187px;}
.anbao li:hover .title{background: rgba(255,255,255,.52); color: #005bac;}

.openHtml{overflow:hidden;width:798px;height:533px;background-color:#fff}
.openHtml .h1{position:relative;z-index:0;width:100%;height:46px;border-bottom:1px solid #eee;line-height:46px;text-indent:25px;font-size:14px;font-family:"Microsoft YaHei";color:#333}
.openHtml .close{position:absolute;z-index:999;top:14px;right:17px;display:block;width:13px;height:11px;background:url(../images/close.gif) no-repeat}
.openHtml .htmlContent{overflow:scroll;overflow-x:hidden;overflow-y:auto;width:753px;height:420px;padding:10px 0 0 25px;padding-right:10px;border-bottom:1px solid #ddd;line-height:28px;font-size:14px;font-family:"Microsoft YaHei";color:#333}
.openHtml .closeBlock{position:relative;z-index:0;width:100%;height:54px;margin-top:1px;background-color:#f5f5f5}
.openHtml .close2{position:absolute;z-index:999;top:13px;left:15px;display:block;width:82px;height:30px;background:#2384ef;background:linear-gradient(to bottom, #0080eb, #0565b2);text-align:center;line-height:30px;font-size:14px;font-family:"Microsoft YaHei";color:#fff}
/*党建文化*/
.dangjianContent{width: 647px; padding-right: 81px; border-right: 1px solid #dfdfdf; margin-top: 28px;}
.dangjianContent .title{padding-left: 47px; line-height: 23px; font-size: 20px; color: #282828;}
.dangjianContent .time{margin-top: 5px; padding-left: 47px; line-height: 23px; font-size: 15px; color: #666; padding-bottom: 20px; border-bottom: 1px dashed #dfdfdf; height: 32px; display: flex; display: -webkit-flex; align-items: center;}
.dangjianContent .time img{margin-right: 5px;}
.dangjianContent .content{padding: 20px 0; line-height: 170%; font-size: 16px; color: #575757; text-align: justify;}
.dangjianContent .apages{line-height: 170%; font-size: 14px;}
.dangjianList{width: 367px; background-color: #f2f2f2; margin: 30px 13px 0 0; padding: 20px;}
.dangjianList .tname{line-height: 34px; font-size: 19px; color: #282828;}
.dangjianList li{margin: 10px 0 16px 0; border-bottom: 1px solid #dfdfdf; padding-bottom: 13px;}
.dangjianList li:last-child{border-bottom: 0;}
.dangjianList li .title{line-height: 28px; font-size: 15px; color: #666;}
.dangjianList li .addtime{line-height: 22px; font-size: 15px; color: #666;}
.dangjianList li a:hover .title,.dangjianList li a:hover .addtime{color: #c8000a;}
/*分页*/
.pages{overflow:hidden;width:100%;padding:30px 0 0;text-align:center;line-height:32px;font-size:0}
.pages li{display:inline-block;*display:inline;*zoom:1;height:32px;margin-right:10px}
.pages a,.pages span{display:inline-block;*display:inline;*zoom:1;height:32px;padding:0 10px;border:1px solid #333;line-height:32px;border-radius:4px;font-size:14px;color:#666;margin-right:10px}
.pages span.current,.pages li.active a{background-color:#c8000a;border-color: #c8000a;color:#fff}
/*up*/
.up{color:#fff;text-align:center;position:fixed;width:50px;height:50px;line-height:50px;background:rgba(0, 0, 0, 0.81);border:1px solid #ccc;bottom:30px;right:20px;cursor:pointer}
.up:hover{background: #c8000a}
.up i{font-size:20px}
.up:hover i{color:#fff}
.hidden-pc{display:none}


/* .case{} */
.case-con{
  width:1200px;
  margin: 0 auto;
}
.navigation{
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  line-height: 52px;
  margin-top: 22px;
}
.navigation span,h1{
  font-size: 12px;
  color:#999;
  font-weight: normal;
  display: inline-block;
}
.navigation a{
  font-size: 12px;
  color:#999;
}
.navigation a:hover{
  border-bottom: 1px solid #999;
}
.nav-home{
  margin-top: 16px;
  margin-right: 9px;
  float: left;
}
.case-type{
  width: 100%;
  margin-top: 13px;
}
.case-type-name{
  position: relative;
  display: inline-block;
  height: 50px;
  width: 399px;
  background-color: #efefef;
  font-size: 18px;
  color:#8b8b8b;
  text-align: center;
  line-height: 50px;
  margin-left: 1px;
  cursor: pointer;
}
.case-type-name:hover{
  background-color: #d6010e;
  color:#fff;
}
.case-type-name span{
  position: absolute;
  display: none;
  border:6px solid transparent;
  border-top-color: #d6010e;
  width: 0px;
  height: 0px;
  left:196px;
  top: 50px;
}
.filter{
  padding: 0 10px;
  background-color: #fafafa;
  height: 181px;
}
.filter ul{
  /* border-bottom: 1px solid #d3d3d3; */
  overflow: hidden;

}

.filter ul a{
  float: left;
  font-size: 14px;
  /* background-color: #d6010e; */
  padding:3px 14px;
  border-radius: 2px;
  /* color:#fff; */
  color:#555;
  margin-top: 34px;
  margin-left:13px;
  /* margin-right: 13px; */
  cursor: pointer;
  text-decoration:none;
}
.filter ul a:hover{
  color:#d6010e;
}
.filter-name{
  float:left;
  font-size: 14px;
  color:#333;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 17px;
}
.area{
  margin-top:6px;
  margin-bottom:6px;
}
.case-all{
  margin-top: 42px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
}
.search{
  width: 401px;
  height: 32px;
  border:1px solid #e5e5e5;
  line-height: 36px;
  font-size: 14px;
  color: #505050;
  float: right;
  outline: none;
  text-indent: 20px;
}
.search_result_box{
  position: relative;
  float: right;
}
.search_icon{
  width: 21px;
  height: 20px;
  position: absolute;
  top:-5px;
  right: 10px;
  cursor: pointer;
}
.search_result_box ul {
  position: relative;
  margin-top: 8px;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 100%;
  bottom:100%;
  height:360px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(229,229,229,1);
  box-sizing: border-box;
 
  
}
.topSearch{
  display: none;
 
  
}
.search_result_box ul li {
  
  margin-top: 15px;
  text-indent: 20px;
  font-size: 14px;
  height: 32px;
  /* height: 32px;
  line-height: 32px; */
  background-color:white;
  padding-bottom: -6px !important;
  /* overflow: hidden; */
}
.search_result_box ul li:nth-child(1) {
  position: relative;
  padding-bottom: 12px;
  margin-top: 0; 
  margin-bottom: -16px;
  font-size: 15xp;
  color: #9D9D9D;
}
.search_result_box ul li:nth-child(1) div {
  width: 91%;
  position: absolute;
  left: 19px;
  bottom: 0;
  border-bottom: solid 1px #E3E3E3ed;
}

.topSearch img {
  width: 15px;
  height: 18px ;
  vertical-align: middle;
  margin: 0 0 7px 3px;
}
/* .search_result_box ul li:nth-child(4) { */
  /* padding-bottom: 16px; */
/* } */
.search_result_box ul  a {
  color: #505050;
  font-size: 14px;
}
.topp {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top:36px;
  /* background-color: red; */
}
.show {
  display: block !important;
}

.topSearch a {
  cursor: pointer;
}
.case.caselist{background-color: #fff; text-align: left; height: auto;}
.caseItem{
  width: 387px;
  height: 307px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-right: 17px;
  margin-bottom: 35px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  float: left;
}
.caseItem:nth-child(3n){
  margin-right: 0 !important;
}
.caseItem.gy{
	width: 287px;
}
.caseItem.gy:nth-child(4n){
  margin-right: 0 !important;
}
.caseItem.gy:nth-child(3n){
  margin-right: 17px !important;
}
.caseItem:hover{
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
.caseItem-img{
  width: 100%;
  height: 217px;
}
.caseItem-down{
  position: relative;
  height: 90px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 27px;
  padding-top: 20px;
}
.caseItem-star{
  position: absolute;
  right: 27px;
  bottom:20px;
  display: block;
}
.caseItem-star-hover{
    position: absolute;
    width: 59px;
    height: 51px;
    background: #d6010e;
    color:#fff;
    box-sizing: border-box;
    padding: 9px 15px;
    right: 27px;
    bottom: 16px;
    font-size: 14px;
    display: none;
    cursor: pointer;
}
.caseItem-star img{
  width: 18px;
  height: 18px;
  float: left;
}
.caseItem-star span{
  color: #d6000f;
  font-size: 12px;
  float: left;
  margin-left: 2px;
  margin-top: 3px;
}
.caseItem-down p{
  display: inline-block;
  width:  100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  position: relative;
  color: #333;

}
.caseItem-master{
  padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.effect-bubba {
  text-align: center;
}
.effect-bubba-background{
  background: #000;
}
.effect-bubba:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.caseItem-master::before,
.caseItem-master::after {
	pointer-events: none;
}
.caseItem-master::before,
.caseItem-master::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.caseItem-master::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.caseItem-master::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-bubba p {
	padding: 20px;
	opacity: 0;
  margin-top: 60px;
  font-size: 20px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-bubba:hover .caseItem-master::before,
.effect-bubba:hover .caseItem-master::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.drawingItem{
  display: inline-block;
  width: 220px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  position: relative;
}

/* 效果图案例列表 */
.drawing_case_item{
  width: 387px;
  height: 307px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-right: 17px;
  margin-bottom: 35px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  float: left;
}
.drawing_case_item:nth-child(3n){
  margin-right: 0 !important;
}
.drawing_case_item:hover{
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
.drawing_case_tem_down{
  position: relative;
  height: 90px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 27px;
  padding-top: 20px;
}
.drawing_case_tem_down p{
  display: inline-block;
  width: 220px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  position: relative;

}
.banner img {
  width: 100%;
  height: 100%;
}
.case.caselist .caseItem-down{padding: 5px 0 0 20px;}
.case.caselist .caseItem-down p{padding-top: 0; margin-top: 0 !important;}
.navigation-detail{
  width: 1200px;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  line-height: 52px;
  margin: 0 auto;
  font-size: 12px;
}
.navigation-detail span,h1{
  font-size: 12px;
  color:#999;
  font-weight: normal;
  display: inline;

}
.navigation-detail a:hover{
  border-bottom: 1px solid #999;
}
.nav-home-detail{
  margin-top: 16px;
  margin-right: 9px;
  float: left;
}
.room-nav{
  width: 1200px;
  margin: 0 auto;
  height: 65px;
  overflow: hidden;
}
.room-nav ul{
  float: left;
  height: 62px;
  width: 2000px;
}
.room-nav ul li{
  float: left;
  height: 100%;
  line-height: 75px;
  margin-right: 50px;
  position: relative;
  color:#484848;
  padding: 0px 9px;
  cursor: pointer;
}
.detail-heng{
  position: absolute;
  width: 100%;
  height: 3px;
  background: #db252f;
  left:0px;
  bottom: -3px;
  display: none;
  z-index: 9;
}
.detail-heng-active{
  font-weight: bold;
  color:#db252f;
}
.detall-share{
  float: right;
  height: 62px;

}
.detall-share span{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  cursor: pointer;
}
.share-item{
  background: url("/static/public/image/share.png");
}
.share-item:hover{
  background: url("/static/public/image/share_h.png");
}
.like-item{
  margin-left: 5px;
  background: url("/static/public/image/like.png");
}
.like-item:hover{
  background: url("/static/public/image/like_h.png");
}
.wrap{
  width:100%;
  height: 702px;
  position: relative;
  background: rgba(17,17,17,0.8);
  margin-top: -3px;
}
.wrap-heng{
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  top:0px;
  left:0px;
}
.center{
  float:left;
	height:100%;
	width:1200px;
  text-align: center;
  left:calc(50% - 600px);
  position: absolute;
  box-sizing: border-box;
  padding-top: 3px;
  z-index: 9;

}
.left,.right{
  float:left;
	height:100%;
	/* width: calc(50% - 600px); */
  overflow: hidden;
  position: absolute;
  top:0px;
  z-index: -9;

}
.left{
  left:0px;
}
.right{
  right:0px;
}
.right img{
  height: 702px;
  /* width:600px; */
}
.left img{
  height: 702px;
  /* width:600px; */
}
.center-con img{
  height: 696px;
}
.center-designer{
  width: 1200px;
  height: 100%;
  display: none;
  background-color: #fff;
  text-align: center
}
.center-designer-con{
  display: inline-block;
  width: 786px;
  height: 486px;
  margin-top: 106px;
  overflow: hidden;
}
.center-designer-con-left{
  float: left;
  height: 100%;
  width: 340px;

}
.center-designer-con-left img{
  float: left;
  margin-top: 31px;
  margin-left: 30px;
  width:253px;
  height: 333px;
}
.center-designer-con-left p{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color:#504b45;
  font-weight: bold;
  margin-left: -22px;
}
.center-designer-con-left span{
  float: left;
  margin-top: 5px;
  margin-left: 82px;
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #d9010f;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.center-designer-con-right{
  float: left;
  height: 100%;
  width: 446px;
  text-align: left;
}
.center-designer-con-right-name{
  font-size: 16px;
  font-weight: bold;
  color:#504b45;
  margin-top: 29px
}
.center-designer-con-right-heng{
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #72757e;
  margin-top: 8px;

}
.center-designer-con-right-txt{
  font-size: 14px;
  color:#727574;
  margin-top: 8px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.center-con-txt{
  position: absolute;
  left:0px;
  bottom:0px;
  background: rgba(17,17,17,0.8);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-size: 15px;
  color:#eee;
  line-height: 30px;
}

.arrow{
  position: absolute;
  width: 43px;
  height: 80px;
  top:313px;
  z-index: 9;
  cursor: pointer;
}
.arrow-left{
  background-image: url("/static/public/image/caseDetail_arrow_left.png");
  left:-75px;
}
.arrow-right{
  background-image: url("/static/public/image/caseDetail_arrow_right.png");
  right:-75px;
}
.arrow-left:hover{
  background-image: url("/static/public/image/caseDetail_arrow_left_h.png");
}
.arrow-right:hover{
  background-image: url("/static/public/image/caseDetail_arrow_right_h.png");
}
.space-bottom{
  width: 100%;
  height: 135px;
  background: #f9f9f9;
}
.space-bottom-con{
  width: 1200px;
  margin: 0 auto;
  padding-top: 48px;
}
.space-bottom-con-item{
  width: 585px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d6010e;
  font-size: 18px;
  color:#fff;
  float:left;
}
.space-bottom-con-item:hover{color: #fff;}
.space-bottom-con-item-next{
  float:right;
  background:#0a0a0a;
}
.more-case{
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.more-case-title{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 42px;
  color:#5f5f5f;
  text-align: center;
}
.desinger_award{
    font-size: 14px;
    color: #727574;
    margin-top: 8px;
    line-height: 19px;
}
.desinger_qualification{
  line-height: 21px;
}
.case-introduction{
  display: inline-block;
  position: relative;
  width: 1200px;
  height: 698px;
  background:url(/static/public/image/case/case_bc.png);
  box-sizing: border-box;
  padding: 190px 65px 187px 73px;
  text-align: left;
}
.case-introduction-left{
  float: left;
  width: 578px;
  height: 330px;
  box-sizing: border-box;
  border:6px solid #fff;
}
.case-introduction-right{
  width: 484px;
  height: 330px;  
  float:right;
  box-sizing: border-box;
  padding-left: 68px;
}
.case-introduction-right-title{
  width:100%;
  font-size: 30px;
  color:#fff;
  height: 115px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  overflow: hidden;
}
.case-introduction-heng{
  display: inline-block;
  width:78px;
  height: 1px;
  background:#b8b8b8;
}
.case-introduction-introduction{
  width:100%;
  font-size: 16px;
  color:#fff;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top:10px;
  line-height: 25px;
}

.case-hangye-zi{
  height: 55px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.case-ronghuo-jiangxiang{
  height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.navigation-detail a{
  color: #999;
}
.quoted_price_box{
  width:100%;
  background: rgba(0,0,0,0.9);
  position: fixed;;
  bottom: 0;
  z-index: 10;
  padding: 23.5px 0;
  right: -120%;
}
.quoted_price_middle_box{
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.quoted_price_middle_box input{
  height: 43px;
  border-radius:3px;
  text-indent: 14px;
  font-size: 15px;
  color: #fff;
  outline: none;
  background-color: #333333;
  border: none;

}
.howmoney{
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
  height: 45px;
  vertical-align: sub;
}
.customer_name{
  width: 140px;
  margin-right: 15px;
}
.quoted_price_area{
  width: 180px;
  margin-right: 15px;
}
.quoted_price_phone{
  width: 200px;
  margin-right: 21px;
}
.quoted_price_btn{

font-size: 17px;
font-weight: bold;
color: #FFF;
padding: 11.5px 51px;
background-color: #D90000;
cursor: pointer;
border-radius: 3px;
}
.quoted_price_code{
  width: 100px;
  height: 110px;
  position: absolute;
  top:-118px;
  left: -2px;
  border:1px solid #eee;
}
.sweep{
  font-size: 15px;
  font-weight: 400;
  color: #BBB;
  margin-top: 10px;
  position: absolute;
  bottom: -20px;
  width: 98px;
  left: 0;
}
.quoted_price_code_box{
  margin: 0 120px 0 80px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.shrink_box{
  padding:12px 17px;
  border:1px solid #fff;
  display: inline-block;
  margin-left: 105px;
  cursor: pointer;
  position: absolute;
  right: -75px;
  bottom: 1px;
}
.quoted_price_img{
  position: fixed;
  right: 0;
  top:240px;
  cursor: pointer;
  z-index: 11;
}
#div_company_mini{
  display: none !important;
}
#caseDetailSwiper{margin-top: 40px; width: 100%; height: 700px; background-color: #333;}
#caseDetailSwiper .swiper-slide{width: 100%; height: 700px;}
#caseDetailSwiper .swiper-slide img{max-width: 100%; max-height: 650px;}
#caseDetailSwiper .swiper-slide h2{height: 50px; font-size: 16px; color: #fff;}
.shejishiye .designer-list {
    width: 1230px;
    margin-left: -10px;
    margin-top: 40px;
}

.shejishiye .designer-list .designer-carder {
    width: 305px;
    float: left;
    height: 400px;
    transition: all .5s;
}

.shejishiye .designer-list .designer-carder .designer-msg {
    margin: 10px auto;
    width: 285px;
    height: 380px;
    background: #f7f7f7;
    position: relative;
    transition: all .5s
}

.shejishiye .designer-list .designer-carder .designer-msg.reward:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 27px;
    top: 290px;
    right: -4px;
    background-size: 100%;
    background-position: center
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo {
    width: 100%;
    height: 285px;
    position: relative
}
.shejishiye .designer-list .designer-carder .img{width: 285px; height: 285px; text-align: center; margin-top: 15px; overflow: hidden;}
.shejishiye .designer-list .designer-carder img{
   width: 285px;
 }
 .shejishiye .designer-list  .designer-carder:hover img{transform: scale(1.2);}
.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ktal {
    transition: all .5s;
    width: 50%;
    position: absolute;
    z-index: 10;
    background: #333;
    color: #fff;
    border: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 12px;
    line-height: 1;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ktal:hover {
    background: #000
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .tuijian {
    position: absolute;
    left: 0;
    top: 10px;
    width: 68px;
    height: 26px;
    background: #00463E;
    border-radius: 0 0 15px 0;
    color: #fff;
    line-height: 26px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ztsj {
    transition: all .5s;
    width: 103px;
    position: absolute;
    bottom: 0;
    border: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    filter: alpha(opacity=0)
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name {
    font-size: 18px;
    color: #212628;
    margin-left: 10px;
    margin-right: 70px;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin-top: 15px;
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name span {
    font-size: 14px;
    margin-left: 11px
}

.shejishiye .designer-list .designer-carder .designer-msg .tag {
    position: absolute;
    width: 50px;
    border: #edecec 1px solid;
    background: #f6e6e6;
    height: 17px;
    color: #eb4f4f;
    line-height: 17px;
    text-align: center;
    font-size: 14px;
    top: 300px;
    left: 174px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr {
    width: 265px;
    margin: auto;
    height: 25px;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div {
    width: 125px;
    height: 25px;
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div span {
    color: #212628
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div span:hover {
    color: #00463E
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-hobbit {
    width: 265px;
    height: 25px;
    margin: auto;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder:hover {
    -ms-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0 0px 15px rgba(0,0,0,0.2)
}

.shejishiye .designer-list .designer-carder:hover .designer-msg {
    background: #fff
}

.shejishiye .designer-list .designer-carder:hover .designer-msg .ktal {
    opacity: 1;
    filter: alpha(opacity=100)
}

.shejishiye .designer-list .designer-carder:hover .designer-msg .ztsj {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sjsxiangqing-page {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 40px
}

.sjsxiangqing-page .designer-top-detail {
  overflow: hidden;
  padding-bottom: 30px !important;
    background: #fff;
    padding: 5px;
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.01);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.01);
    box-shadow: 0 5px 10px rgba(0,0,0,0.01)
}

.sjsxiangqing-page .designer-top-detail .designer-img {
    height: 460px;
    width: 460px;
    float: left
}

.sjsxiangqing-page .designer-top-detail .designer-msg {
    float: left;
    width: 700px;
    height: auto;
    margin-left: 25px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative
}

.sjsxiangqing-page .designer-top-detail .designer-msg .name .title {
    color: #212628;
    font-size: 18px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .name .subtitle {
    color: #666;
    font-size: 14px;
    margin-left: 5px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .name:after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #00463E;
    position: absolute;
    bottom: 0;
    left: 0
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #edecec
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
    font-size: 14px;
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line1,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line2,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line3,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line4 {
    float: left;
    width: 325px;
    margin-right: 10px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line1 .jy,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line2 .jy,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line3 .jy,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line4 .jy {
    width: 150px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line1 .zp,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line2 .zp,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line3 .zp,.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line4 .zp {
    width: 150px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .erwma {
    width: 330px;
    height: 130px;
    position: relative
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .erwma .img {
    width: 128px;
    height: 128px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .erwma .tip {
    width: 120px;
    height: 20px;
    position: absolute;
    font-size: 14px;
    color: #666;
    top: 20px;
    left: 155px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .erwma .button {
    padding: 5px 25px;
    position: absolute;
    left: 155px;
    top: 72px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self {
    width: 100%;
    overflow: hidden;
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    width: 635px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content .title {
    width: 100%;
    height: 26px;
    line-height: 26px
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 1px;
    background: #00463E;
    bottom: 0;
    left: 0
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content .content {
    line-height: 1.5
}

.sjsxiangqing-page2 .list-detail .left-box .current-house {
    height: 60px !important
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box {
    min-height: 310px
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box form .tit {
    margin-top: 24px
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box form .tit:after {
    content: "ä¼˜è´¨çš„è®¾è®¡ æ˜¯ä¸€ä¸ªå®¶çš„çµé­‚"
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box form .tits {
    margin-top: 24px
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box form .tits span {
    color: #00463E
}

.sjsxiangqing-page2 .list-detail .right-box .yuyue-box form .subtit {
    height: 45px;
    line-height: 45px
}

.sjsxq-hxjx .left-box {
    width: 880px;
    float: left
}

.sjsxq-hxjx .right-box {
    width: 300px;
    float: right
}

.self-module .table-lists {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 900px;
    padding-top: 10px
}

.self-module .table-lists li {
    height: 40px;
    overflow: hidden;
    width: 900px
}

.self-module .table-lists li .active {
    color: #00463E
}

.self-module .table-lists li div {
    height: 40px;
    float: left;
    padding-right: 10px;
    line-height: 40px
}

.self-module .table-lists li div.name {
    width: 150px
}

.self-module .table-lists li div.tel {
    width: 220px
}

.self-module .table-lists li div.address {
    width: 290px
}

.self-module .table-lists li div.time {
    width: 200px;
    padding-right: 0
}

.self-module table {
    width: 900px
}

.self-module table thead {
    border-top: 1px solid #edecec;
    border-bottom: 1px solid #edecec;
    background: #fafafa
}

.self-module table thead tr th {
    vertical-align: middle;
    height: 56px;
    text-align: center;
    font-size: 16px;
    color: #333
}

.self-module table tbody tr td {
    vertical-align: bottom;
    height: 45px;
    font-size: 14px;
    color: #333;
    text-align: center
}

.self-module .form-data .form-ul {
    padding: 0;
    margin: 10px 0 0 0
}

.self-module .form-data .form-ul .li {
    height: 60px
}

.self-module .form-data .form-ul .li .title {
    float: left;
    line-height: 60px;
    width: 95px;
    color: #333;
    font-size: 16px
}

.self-module .form-data .form-ul .li .input {
    float: left
}

.self-module .form-data .form-ul .li .input input {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    height: 38px;
    width: 226px;
    padding: 0 10px;
    background-color: #fafafa;
    border: 1px solid #edecec
}

.self-module .form-data .form-ul .li .select-plan .select-input {
    width: 251px;
    height: 40px
}

.self-module .form-data .form-ul .li .select-plan .select-input .filter-text {
    background: #fafafa
}

.self-module .form-data .form-ul .li .select-city .select-input {
    width: 170px;
    height: 40px
}

.self-module .form-data .form-ul .li .select-city .select-input .filter-text {
    background: #fafafa
}

.self-module .form-data .form-ul .li.photo {
    height: 80px
}

.self-module .form-data .form-ul .li.photo .title {
    line-height: 80px
}

.self-module .form-data .form-ul .li.photo .input .img-box {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.self-module .form-data .form-ul .li.photo .input .img-box img {
    width: 100%
}

.head-edit {
    padding-bottom: 20px
}
.mianbao{overflow: hidden;}
.anli_nav{width: 100%; margin: 20px 0; overflow: hidden;}
.sjsxiangqing-page .designer-top-detail .designer-msg .name .title {
	color: #212628;
	font-size: 18px;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name .title h1{font-size: 18px !important; color: #333 !important;}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content .title {
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.text-title {
	color: #212628;
}
.designer-content{line-height: 150%; font-size: 14px;}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self .designer-content .title::after {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 1px;
	background: #00463E;
	bottom: 0;
	left: 0;
}
.pr {
	position: relative;
}
.mt10 {
	margin-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}

.wrapmainbox{
	max-width: 1490px;
	width: 90%;
	*width: 1490px;
	margin:0 auto;
}
.guangaobox{
	background-color:#2e2e2c;
}
.btn_guanggao{
	width: 130px;
    height: 45px;
    position: absolute;
    right: 50px;
    top: 20px;
    background-color: #b49266;
    color: #fff;
    border: 0;
    font-size: 18px;
}
.posi_rev{
	position: relative;
}
.guangaobox .posi_rev{
	max-width:1280px;
	width:100%;
	*width:1280px;
	margin:0 auto;
}
.breadcrumb{
	display:block;
	line-height:55px;
	border-bottom:2px solid #e2e2e2;
	border-radius:0;;
}
.breadcrumb a:hover{
	color:#B49266;
}
.clear{
	clear:both;
}
.caselistbox{
	/*min-width:1100px;*/
}
.caselistbox .main{
	padding: 0;
}
.caselistbox .designer{
	margin-bottom:20px;
}
.caselistbox .designer .d-content .idea{
	margin-top: 0;
	max-width:100%;
	height:auto;
	line-height:150%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
.caselistbox .designer .d-content .clearfix{
	height:40px;
	white-space:nowrap;
}
.caselistbox .designer .d-content .date{
	float:none;
	margin-top:0;
	max-width:100%;
	line-height:200%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#434343;
}
.caselistbox .designer .d-content p{
	display:none;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	height:44px;
	line-height:22px;
	overflow:hidden;
	zoom:1;
}
.caselistbox .designer .d-content{
	overflow: hidden;
	background:#F8F8F8;
}
.caselistbox .designer .content:after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	background:#F8F8F8;
	z-index:9;
}
.caselistbox .designer{
	position:relative;
}
.caselistbox .designer:hover .content:after{
	background:#B49266;
}
.caselistbox .designer .d-content{
	position:relative;
}
.caselistbox .dianzan{
	width:100px;
	line-height:22px;
	text-align:right;
	font-size:12px;
	color:#c2091f;
	white-space:nowrap;
	position:absolute;
	clear:both;
	overflow:hidden;
	bottom:15px;
	right:17px;
}
.caselistbox .dianzan .ico_xin{
	width: 17px;
    height: 14px;
    display: inline-block;
    *display: inline;
    background: url(/Public/Home/img/newindex/ico.png) no-repeat -24px -25px;
    vertical-align:middle;
}
.caselistbox .dianzan .text{
	color:#c2091f;
	display:block;
}
.caselistbox .dianzan .text strong{
	font-weight:normal;
}
.caselistbox .dianzan .btn{
	color:#fff;
	display:none;
	float:right;
	width:36px;
	height:22px;
	text-align:center;
	background:#c2091f;
	border-radius:3px;
	padding:0;
	margin:0;
}
.caselistbox .designer:hover .dianzan .text{
	display:none;
}
.caselistbox .designer:hover .dianzan .btn{
	display:block;
}
/* æ¡ˆä¾‹å›¾ç‰‡æ°´å° */
.watermark{
	width:100%;
	overflow:hidden;
	position:relative;
}
.watermark:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(/Public/Home/img/home/logo1.png) no-repeat center center;
	background-size:16%;
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
   	opacity:0.7
}
.designer:hover .watermark:after{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/* æ¡ˆä¾‹å›¾ç‰‡æ°´å° */
.imgscale{
	width:100%;
	overflow:hidden;
}
.imgscale img{
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
}
.imgscale:hover img,.designer:hover .imgscale img{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.new_transform_img{
	transition: transform .3s;
	-moz-transition: transform .3s; /* Firefox 4 */
	-webkit-transition: transform .3s; /* Safari å’Œ Chrome */
	-o-transition: transform .3s; /* Opera */
}
.new_transform_img:hover{
	transform: scale(1.02);
}
.relate-designer h4{
	display: inline-block;
	border:0;
	font-size: 18px;
	margin: 25px 0;
	padding: 0 10px;
	line-height: 36px;
	cursor: pointer;
	color: #666;
	width: 200px;
	background:#F8F8F8;
}
.relate-designer .designer-content .name img{
	width:0.30rem;
	height:0.30rem;
}
.relate-designer .designer-content .name{
	float: left;
	font-size:0.20rem;
}
.relate-designer .designer-content .years{
	float: right;
	margin-top:0;
	font-size:0.14rem;
}
.relate-designer .designer-content{
	padding: 10px 15px;
	overflow: hidden;
	background-color:#f6f6f7;
	line-height:0.30rem;
}
.relate-designer{
	margin-bottom: 20px;
}
.designer_button_tis .col-xs-3{
	width: 25%;
}
.designer_button_tis{
	height:auto;
}
h4.designer_button_clone{
	margin-right: -5px;
}
/* æ–°å¢ž20181124 */
.filter{
	padding:20px 0;
	width:100%;
	padding-left:0;
  background-color: #fff;
}
.filter dt,.filter dd{
	padding-left:5px;
}
.filter .name{
    display: inline-block;
    font-size: 16px;
    color:#666;
}
.filter .search input{
	border:0;
	width:250px;
	height:35px;
	background:none;
	background-color:#f2f2f2;
	padding-left:10px;
}
.filter .search .btn-search,.filter dt .search .btn-search{
	width:126px;
	border:0;
	height:35px;
	font-size:18px;
	line-height:35px;
	text-shadow:2px 2px 2px #999;
	box-shadow:1px 2px 3px #a1a5a8;
	background:#d7af7e;
	border-radius:5px;
	text-align:center;
	color:#fff;
}
.filter dd.condition{
	min-height:46px;
	line-height:46px;
	color:#666;
}
.filter dd.condition a,.filter dt a{
	padding:0 7px;
	color:#666;
}
.filter dd.condition a:hover{
	color:#b49266;
}
.filter dd.condition:first-of-type{
    margin-left:0;
}
.filter dd.condition .name span{
	font-size:12px;
	vertical-align:bottom;
}
.filter dd.condition div.item {
    line-height: 21px;
    padding: 12px 0;
}
.filter dd.condition div.item a.item{
    display:block;
}
.filter dd.condition div.item a.item:hover:after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background-color:#b49266;
}
.pagination{
	padding-bottom:20px;
}
.pagination .laypage_main a{
	border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    color: #787878;
}
.pagination .laypage_main span{
	border: 1px solid #B49266;
    background-color: #B49266;
    color: #fff;
}
.order-button{
	width:160px;
	height:36px;
	background:#B99B73;
	font-size:20px;
    line-height:36px;
    letter-spacing:0px;
}
/*#designer-detail .info{
	height:300px;
	background-size:;
	background: url(../img/bg01.jpg) no-repeat top center;
}
#designer-detail .info .designer{
	width:510px;
	margin-left:25px;
	padding:0;
	margin-top:47px;
}
#designer-detail .info .designer-detail{
	margin-top:60px;
}
#designer-detail .info .btn-wrapper{
	margin-top:0;
	width:auto;
}
#designer-detail .info .designer .images{
	border:0;
}*/
/*#designer-detail .des h4{
	margin:0;
	color:#2E2E2C;
	font-size:20px;
	font-weight:normal;
}
#designer-detail .des p{
	margin-top:20px;
	margin-bottom:30px;
	color:#787878;
}
#designer-detail .info .designer-detail .title .name{
	font-size:30px;
}*/
/*dl.level{
	margin-top:30px;
}
dl.level dd.level-content div{
	font-size:16px;
	color:#fff;
	line-height:200%;
}
.designer-img,.area-img{
	overflow:hidden;
}
.designer-img img,.area-img img{
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
}
.designer_button_tis>div:hover .designer-img img,.case-item:hover .area-img img{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.designer_button_tis .designer-content{
	position:relative;
}*/

@media (max-width: 1490px){
	body{
		min-width:750px;
	}
	.wrapmainbox{
		width:90%;
		min-width:auto;
	}
    .caselistbox {
        width: 100%;
        margin:0 auto;
    }
    .caselistbox .designer{
    	width:33.33%;
    }
    .caselistbox .designer .d-img img{
    	/*height:auto;*/
    	width:100%;
    }

    .btn_guanggao{
    	width: 100px;
	    height: 35px;
	    right: 15px;
	    top: 30%;
    }

	.show_btm .slide_c{
		width:33.33%
	}
}

@media (max-width:1100px){
	.caselistbox .designer{
		width:50%;
	}
}

.pull-left{
    display:flex;
    align-items:center;
}
.filter dd.condition > div {
	display: inline-block;
	font-size: 16px;
}
.filter dd.condition .item {
	cursor: pointer;
}
.filter dt {
	position: relative;
	overflow: hidden;
	color: #0a83d7;
	line-height: 50px;
}
.filter .search {
	display: inline;
	margin-top: 10px;
	line-height: 1.5;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-3 {
	width: 25%;
}
.toper_inner {
	padding: 0 24px;
	padding-bottom: 62px;
}
.gongdibox{
	margin-left:-24px;
	max-width:1540px;
	width:100%;
	*width:1540px;
}


.bottombox{
	position:relative;
	background:#F8F8F8;
}
.bottombox .toper_inner1 p{
	padding-top: 20px;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom:0;
	text-align:center;
	color:#333;
}
.toper_inner1 p b,.toper_inner1 p em{
	font-size: 18px;
	font-weight:bold;
}
.toper_head{
	display:flex;
	justify-content:center;
}
.toper_head h2{
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	margin:0;
	font-weight:normal;
	white-space:nowrap;
}
.toper_head h2 span{
	font-weight:bold;
}
.buttonbox{
	width:100%;
	padding-bottom:26px;
}
.buttonbox button{
	width:2.27rem;
	height:0.46rem;
	line-height:0.44rem;
	font-size:0.24rem;
	border:0;
	background:#D8B489;
	color:#fff;
	border-radius:0.1rem;
	margin:0 auto;
	float:none;
	display:block;
}
.bottombox i.line{
	display:block;
	height:6px;
	width:100%;
	background:#B49266;
	bottom:0;
	left:0;
	position:absolute;
	display:none;
}
.toper_inner:hover .bottombox i.line{
	display:block;
}
.toper_inner{
	padding:0 24px;
	padding-bottom:62px;
}
.toper_line{
	width: 30px;
	height: 30px;
	font-size: 20px;
	position: absolute;
}
.toper_inner1 button{
	width: 150px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    /* border: 1px solid #000; */
    background-color: transparent;
    /* margin-left: 2.2rem; */
    float: right;
    font-size: 20px;
    margin-top: 11px;
    color: #fff;
    background-color: #0a83d7;
}
.toper_line1{
	left: 20px;
	top: -133%;
	background: url(/Public/Home/img/12.png);
	background-size: cover;
}
.toper_line2{
	top: -133%;
	left: 208px;
	background: url(/Public/Home/img/13.png);
	background-size: cover;
	z-index: 99;
    background-color: #fff;
}
.toper_line3{
	right: 40px;
    top: -133%;
    background: url(/Public/Home/img/14.png);
    background-size: cover;
}
.toper_inner_p{
	height: 30px;
	padding-left: 20px;
	padding-right: 40px;
}
.toper_inner_p div{
	float: left;
	font-size: 20px;
}
.toper_inner_p>div:nth-child(3){
	float: right;
}
.toper_inner_p1{
	margin-left: 130px;
}
.mouse_slide{
	overflow: hidden;
	cursor: pointer;
	height:222px;
}
.mouse_slide img{
	width:100%;
	height:100%;
}
.last_inner{
	position: absolute;
	top: 312px;
	height: 312px;
	left: 0;
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center; 
	padding:10px 30px;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	z-index:998;
}
.mouse_slide:hover .last_inner{
	top: 0;
}
.last_inner h3{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.last_inner p{
	font-size: 14px;
	text-indent:2em;
	text-align:left;
}
.line_inner{
	width: 153px;
    top: 3px;
    left: 55px;
    height: 4px;
    background-color: #5faedc;
    position: absolute;
}
.line_inner1{
	width: 160px;
	top: 3px;
	left: 233px;
	height: 4px;
	background-color: #aba8a8;
	position: absolute;
}
.toper_inner1.baom{
	padding: 0 15px;
}
.new_g{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: none;
}
.pagination{
	margin-bottom: 30px;
}
@media (max-width:1281px){
	.toper_line toper_line2{
		left: 171px;
	}
	.line_inner1{
		width:131px;
	}
	.line_inner1{
		left: 204px;
	}
	.toper_inner_p1{
		margin-left: 90px;
	}
	.toper_line2{
		left: 182px;
	}
}
.filter{height: auto;}
.lpDetail{background-color: #fff; padding: 15px}
.lpDetail .img{max-width: 350px;}
.lpDetail .img img{max-width: 100%;}
@media(max-width: 768px){
  .lpDetail{flex-direction: column;}
  .lpDetail .img{max-width: 100%;}
  .lpDetail .text{width: 100% !important; margin-top: 15px;}
}
.lpDetail .text{width: calc(100% - 380px);}
.lpDetail .text h1{line-height: 150%; font-size: 20px; color:#333}
.lpDetail .text .content{margin-top: 20px; line-height:170%; font-size:14px;}
.gallery-thumbs{margin-top: 30px}
.gallery-thumbs .swiper-slide{cursor: pointer;}
.gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #333}
.showPc{display: flex; display: -webkit-flex;}
.showM{display: none;}
.mnavs{display: none;}
@media (max-width: 768px) {
  .all,body{min-width: 100%;}
  .showM{display: flex; display: -webkit-flex;}
  .showPc{display: none;}
  .wrapper{padding: 0 2%; width: 100%;}
  header .ht{height: auto;}
  header .ht>div{flex-direction: column; overflow: hidden;}
  header .ht .texts{height: auto; width: 100%; margin: 8px 0;}
  header .tel{margin-left: 0; padding-left: 0; width: 100%;}
  header .logo{margin-top: 0; padding: 10px 0;}
  header .hb{margin-bottom: 0;}
  header .logo img{max-height: 50px;}
  header .menu-button{width: 34px; height: 25px; margin: 22px 10px 0 33px; flex-direction: column; z-index: 9999;}
  header .menu-button.active{z-index: 1000;}
  header .menu-button .bar{width: 100%; height: 4px; background-color: #c8000a; margin-bottom: 3px;}
  header .menu-button.active .bar:nth-child(1){transform: translateY(7px) rotate(-40.5deg);}
  header .menu-button.active .bar:nth-child(2){opacity: 0; -webkit-opacity: 0}
  header .menu-button.active .bar:nth-child(3){transform: translateY(-6px) rotate(40.5deg);}
  .shadow{width: 100%; height: 100vh; overflow: hidden; background-color: rgba(0,0,0,.4); top: 0; left: 0; z-index: 19990; display: none;}
  .shadow.active{display: block;}
  .mnavs{width: 50%; height: 100vh; overflow: scroll; overflow-x: hidden; overflow-y: auto; top: 0; left: -50%; background-color: #fff; z-index: 19999; display: block}
  .mnavs.active{left: 0;}
  .mnavs ul{flex-direction: column; padding: 10px 5%;}
  .mnavs>ul>li{border-bottom: 1px solid #ccc;}
  .mnavs>ul>li.son{text-indent: 5%;}
  .mnavs>ul>li>a{font-size: 15px;}
  .mnavs>ul>li.son>a{font-size: 13px;}
  .up{width: 30px; height: 30px; right: 5px; bottom: 8px; line-height: 30px;}
  footer .t .column{width: 100%;}
  #getPrice{margin-top: 4vw;}
  #getPrice .t{flex-direction: column; align-items: flex-start;}
  #getPrice .form .input{width: 100%; margin-bottom: 2vw;}
  #datas{margin-top: 4vw;}
  #datas h2.t{font-size: 18px;}
  #datas h2.t b{font-size: 26px;}
  #datas .c{padding: 6vw 0;}
  #datas .c ul{margin-right: 0; padding-right: 0;}
  #datas .c li{width: 100%; height: auto; margin-bottom: 4vw; margin-right: 0;}
  .main-con{padding: 4vw 0 !important;}
  .f38{font-size: 18px;}
  .hoverquananxitong[data-v-2c684e23]{font-size: 16px;}
  .categorys[data-v-2c684e23]{height: auto; flex-direction: column;}
  .categorys[data-v-2c684e23]{margin-bottom: 4vw;}
  .categorys .category-li[data-v-2c684e23]{width: 100%;}
  .categorys .category-li > a[data-v-2c684e23]{padding-top: 4vw;}
  .case_index_box{height: auto; margin-top: 4vw; min-width: 100%;}
  .case_index_title{padding: 4vw 0; font-size: 18px;}
  .case_index_content_box,.case_index_content{width: 100%;}
  .case_index_content{height: auto; top: 2vw; padding: 0 2vw;}
  .pagination{text-align: left; display: inline-block; margin: 0; background-color: rgba(255,255,255,.4); padding: 0 15px; width: 100%;}
  .case_text{width: 100%; height: auto; margin-right: 0; float: none; padding: 5px; overflow: hidden; position: static;}
  .case_down{width: 100%; min-width: 100%; height: auto;}
  .case_text img{display: none;}
  .case_title{font-size: 18px !important;}
  .case_index_content .case_p{width: 100%; height: auto; font-size: 12px; margin-top: 2vw;}
  .case_btn{margin-top: 2vw; display: inline-block; width: 100%; padding: 0 1vw; font-size: 12px; height: auto; line-height: 30px;}
  .case_more{margin-left: 4vw;}
  .case_down{display: none;}
  #idesigner .t .text .typename{font-size: 18px;}
  #idesigner .t a{font-size: 14px;}
  #idesigner .c{width: 100%;}
  #idesigner .swiper-container{padding: 4vw 0;}
  #idesigner .swiper-container .swiper-slide p{visibility: visible;}
  #idesigner .swiper-container .swiper-slide a:hover{transform: scale(1);}
  #hotHouse .t .text .typename{font-size: 18px;}
  #hotHouse .t a{margin-top: 2vw; font-size: 14px;}
  .estates li{width: 48% !important; height: auto !important; margin-right: 0 !important; margin-bottom: 4vw !important;}
  .estates .wh267[data-v-46ee501a]{width: 100%; height: auto;}
  .estates .estate-info[data-v-46ee501a]{font-size: 14px;}
  .classic{padding: 4vw 0;}
  .title2{font-size: 18px;}
  .sixBox,.classic{display: none;}
  #cl h2{font-size: 18px;}
  #cl{height: auto; padding: 4vw 0;}
  #process{height: auto; background-size: cover;}
  .box11 .w1{width: 100%; margin-left: 0; padding: 4vw;}
  .box11 a{width: 33.3333%; margin: 0;}
  .box11 a:nth-child(3n+1){clear: both;}
  .box11 .t{font-size: 14px; margin: 10px 0;}
  .ititle h2{font-size: 18px;}
  .ititle p{font-size: 14px;}
  .hotnew .list li{width: 50%;}
  .hotnew .list1 li .imgbox img{height: auto;}
  .hotnew .list1 li .imgbox{height: auto;}
  .hotnew .list h3{font-size: 14px; margin-bottom: 10px;}
  .btnbox{margin-top: 0;}
  .hotnewbox{padding-bottom: 4vw;}
  #icontact{height: auto; flex-direction: column;}
  #icontact .l{padding: 4vw;}
  #icontact .l .title{font-size: 18px;}
  #icontact .l p{font-size: 14px;}
  #icontact .r{width: 100%; height: 200px; overflow: hidden;}
  #icontact .r iframe{width: 100% !important; height: 200px !important;}
  .case{margin-top: 4vw !important;}
  .case-con{width: 100%; padding: 0 2vw;}
  .case-type-name{width: auto; padding: 0 4vw; font-size: 14px; height: auto; line-height: 35px;}
  .filter{padding-top: 0;}
  .filter-name{margin-top: 2vw;}
  .filter ul a{margin-top: 2vw; margin-left: 8px;}
  .case-all{margin-top: 4vw;}
  .caseItem{width: 48%; height: auto; margin-right: 0; margin-bottom: 4vw;}
  .caseItem:nth-child(2n){margin-left: 4%;}
  .caseItem>a>div,.caseItem-img{height: auto !important;}
  .caseItem .caseItem-down{height: auto; padding: 0 2vw !important;}
  .case.caselist .caseItem-down p{font-size: 14px !important;}
  .pages{padding-top: 2vw;}
  .pages li{margin-right: 0;}
  .pages a, .pages span{margin-right: 5px; padding: 0 5px;}
  #caseDetailSwiper{margin-top: 0;}
  #caseDetailSwiper .swiper-slide,#caseDetailSwiper{height: auto;}
  .swiper-wrapper{height: auto;}
  #caseDetailSwiper .swiper-slide{height: 50vh;}
  #caseDetailSwiper .swiper-slide img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
  #caseDetailSwiper .swiper-slide h2{display: none;}
  .space-bottom-con{width: 100%; padding-top: 4vw;}
  .space-bottom-con-item{width: 50%; font-size: 14px;}
  .more-case{width: 100%; padding-top: 0;}
  .more-case-title{padding: 0; line-height: 250%; font-size: 18px;}
  .shejishiye .designer-list,.container, .main-con{width: 100%; margin: 0;}
  .container, .main-con{overflow-y: hidden;}
  .shejishiye .designer-list .designer-carder{width: 48%; height: auto; margin: 0; overflow: hidden;}
  .shejishiye .designer-list .designer-carder:nth-child(even){margin-left: 4%;}
  .shejishiye .designer-list .designer-carder .designer-msg{width: 100%; height: auto; overflow: hidden; padding: 10px 5px;}
  .shejishiye .designer-list .designer-carder .designer-msg .designer-photo{height: auto;}
  .shejishiye .designer-list .designer-carder img,.shejishiye .designer-list .designer-carder .img{width: 100%; height: auto; margin: 0;}
  .shejishiye .designer-list .designer-carder .designer-msg .designer-name{font-size: 14px; width: 100%; margin: 0; padding: 0 5px; overflow-y: hidden;}
  .shejishiye .designer-list .designer-carder .designer-msg .designer-alnr,.shejishiye .designer-list .designer-carder .designer-msg .designer-hobbit{width: 100%; height: auto;}
  .shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div{width: 100%;}
  .sjsxiangqing-page .designer-top-detail .designer-img{width: 100%; height: auto;}
  .sjsxiangqing-page .designer-top-detail .designer-msg{width: 100%; margin-left: 0;}
  .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base{width: 100%; margin-top: 2vw;}
  .caseItem-down p{font-size: 14px !important;}
  .toper_inner1 p b, .toper_inner1 p em{font-size: 14px;}
  .toper_head h2{font-size: 14px;}
  .caselistbox,.gongdibox,.toper_inner{width: 100% !important;}
  .gongdibox{margin: 0 !important;}
  .toper_inner{padding: 0 !important;}
  .case-type-name span{display: none !important;}
  aside{width: 100%; padding: 2vw;}
  aside .typename{height: 45px; font-size: 18px; line-height: 45px;}
  aside .sonlist li{width: 50%; float: left;}
  .mainContent{width: 100%; margin-top: 2vw;}
  .mainContent .singleTitle{font-size: 18px;}
  .articleTitle{font-size: 15px;}
  .detail{margin: 4vw 0;}
  .caseItem.gy{width: 48% !important; margin-right: 0;}
  .case-all .caseItem.gy:nth-child(3n){margin-right: 0 !important;}
  aside .sonlist li{height: 45px;}
  aside .sonlist li a{height: 45px; font-size: 15px; line-height: 45px;}
  aside .sonlist li a:before{top: 15px;}
  .newslist li{padding: 2vw 0;}
  .newslist li .img, .newslist li img{width: 100%; height: auto;}
  .newslist li .text{width: 100%; margin: 0;}
  .articleContent{line-height: 180%; font-size: 14px;}
  #getPrice .t .title{height: 35px;}
  #getPrice .t{height: auto;}
  #getPrice .t .nums{line-height: 180%; margin-bottom: 10px;}
  #getPrice .form{margin-top: 10px;}
}