@charset="utf-8";
img{
	width: 100%;
	height: 100%;
}
body{
	font-size: 16px;
	overflow-x: hidden;
	color:#343434;
}
.opacity{filter:alpha(opacity:100); opacity:1;-moz-opacity:1;-khtml-opacity:1} 
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} 
.wrap_auto{
	width: 1200px;
	margin: auto;
}
input, select {
    -webkit-appearance: none;
}
.flex{
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.flex img{
	width:100%;
	height: auto;
} 
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 100px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-pagination-bullet{
	width:32px;
	height: 4px;
	background: #fff;
	border-radius: 3px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #e9cc98;
}
.banner .swiper-button-next, .banner  .swiper-button-prev {
	position: absolute;
	top: 55%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 99;
}
.banner{
	height: 800px;
	background:#000;
	overflow: hidden;
	position: relative;
}
.banner .swiper-button-prev{
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 60px;
}
.banner .swiper-button-next{
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 60px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.banner .swiper-wrapper a{
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner .swiper-wrapper img{ 
    width: auto;
    width: 100%\9;
} 
.header{
	height:70px;
	background:#FFF;
}
.header .logo{
	display: block;
	width: 194px;
	height: 54px;
	margin-top:8px;
}
.header .hotline{
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	background: url('../images/head_phone.png') no-repeat right;
	padding-right: 36px;
}
.nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: right;
	background: #272727;
	position: relative; 
	transition: all ease 0.1s;
	top: 0;
	z-index: 8;
}
.nav a{
	color:#fff;
	margin-left: 60px;
}
.nav a.active{
	color: #e9cc98;
	font-weight: bold;
}
.case_nav.select{
	background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.case_nav.select a{
	color: #343434;
} 
.case_nav.select a.active{
	color:#e9cc98;
}
.toolingCase{
	padding: 16px 0 140px;
}
.toolingCase .tool-l{
	width: 525px;
	height: 657px;
	background:#e2c7a1;
	position: relative;
}
.tool-l-inset{
	width: 525px;
	height: 657px;
	background: url('../images/tool_bg.jpg') no-repeat center;
	position: absolute;
	left:83px;
	top: -83px;
	z-index: 2;
	padding: 85px 0 0 54px;
	box-sizing: border-box;
}
.tool-l-inset .tit{
	display: inline-block;
	height: 115px;
	background: url('../images/tool1.png') no-repeat right;
	padding-right: 35px;
	font-size: 40px;
	line-height: 115px;
	color:#fdebbb;
	font-weight: bold;
	position: relative;
}
.tool-l-inset .tit:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fdebbb;
	left: 0;
	bottom: 0;
}
.tool-l-inset .des{
	margin: 38px 0 26px;
	height: 60px;
	font-size: 18px;
	color:#fff;
	line-height: 32px;
	overflow: hidden;
	letter-spacing:1px;
}
.tool-l-inset ul li{
	width: 232px;
	height: 85px;
	line-height: 85px;
	color:#fdebbb;
	cursor: pointer;
}
.tool-l-inset ul li .img{
	width: 57px;
	transition: 0.4s;
}
.tool-l-inset ul li .info{
	transition: 0.4s;
}
.tool-l-inset ul li .img img{
	width: auto;
	height: auto;
	margin: auto;
    vertical-align: middle;
}
.tool-l-inset ul li:hover .img { transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}
.tool-l-inset ul li:hover .info { transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}

.tool-r{
	width: 460px;
	margin: 0 86px 0 120px;
}
.tool-r .public_tit{
	margin-top: 95px;
}
.public_tit{
	height:72px;
}
.public_tit dt{
	width:82px;
	height:72px;
}
.public_tit dd{
	margin-left: 20px;
}
.public_tit dd .p1{
	height:32px;
}
.public_tit dd .p1 img{
	width: auto;
	height: auto;
}
.public_tit dd .p2{
	margin-top:20px;
	color:#7a7a7a;
}
.public_tit .more{
	display: block;
	width: 104px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#343434;
	background: #e2c7a1;
	margin-top: 28px;
}
.tool-r .edit{
	height:150px;
	line-height:30px;
	overflow: hidden;
	color:#343434!important;
	margin-top: 40px;
	letter-spacing:1px;
}
.tool-r .more{
	display: block;
	width: 104px;
	height: 40px;
	background:#e2c7a1;
	font-size: 14px;
	color:#343434;
	line-height: 40px;
	text-align:center;
	margin-top:30px;
}
/* 经典案例 */
.classic_cases{
	background: #f5f5f5;
}
.classic_cases .top{
	height: 98px;
	padding-top: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.case_appreciation{
	margin-top:40px;
}
.case_appreciation .swiper-container{
	height: 530px; 
}
.case_appreciation .swiper-slide{
    width: 60%; 
}
.case_appreciation .swiper-slide .picture{
	width:100%;
	height: 100%;
}
.appreciat{
	width:495px;
	height: 355px;
	background:rgba(255,255,255,.8);
	position:absolute;
	padding: 25px 50px 0;
	box-sizing: border-box;
	bottom: 30px;
	right: -250px;
}
.appreciat .bt{
	height:75px;
	line-height: 75px;
	font-size: 30px;
	color:#545454;
	font-weight: bold;
	position: relative;
}
.appreciat .bt:after{
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background:#e2c7a1;
	left: 0;
	bottom: 0;
}
.appreciat .editCon{
	    height: 102px;
    color: #26282b;
    line-height: 26px;
    margin: 15px 0 65px;
    overflow: hidden;
}
.appreciat a{
	display: block;
	width: 104px;
	height: 40px;
	background:#e2c7a1;
	line-height: 40px;
	text-align: center;
	color:#343434;
	font-size: 14px;
}
.case_appreciation .dote{
	width: 310px;
	height:70px;
	line-height: 70px;
	    position: absolute;
    left: 60%;
    top: 60px;
	font-size: 28px;
	color:#b2b1b1;
}
.case_appreciation .dote .swiper-pagination-current{
	font-size: 36px;
	color:#545454;
}
.case_appreciation .dote .swiper-button-next,.case_appreciation .dote .swiper-button-prev{
	width: 42px;
	height: 28px;
	top: 36px;
}
.case_appreciation .dote  .swiper-pagination-fraction{
	width: 136px;
    text-align: center;
    left: 0;
	right:0;
	margin: auto;
	bottom:8px;
}
.case_appreciation .dote .swiper-button-next{
	background: url('../images/case_next.png') no-repeat center;
	right: 60px;
}
.case_appreciation .dote .swiper-button-prev{
	background: url('../images/case_prev.png') no-repeat center;
	left: 60px;
}
.classic_cases .bottom{
	padding: 24px 0;
	height: 85px;
}
.classic_cases .manner{
	width: 160px;
	height: 85px;
	border-right: 1px solid #bebebe;
	background: url('../images/style.png') no-repeat 68px;
}
.classic_cases .manner p{
	font-size: 22px;
	font-weight: bold;
	color:#26282b;
	line-height: 28px;
	padding-top: 16px;
}
.classic_cases .link{
	width: 1000px;
	margin-left: 28px;
}
.classic_cases .link a{
	display: inline-block;
	margin-right: 48px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color:#696969;
}
.classic_cases .link a:hover{
	color:#e2c7a1;
}
/* 服务类型 */
.service_type{
	padding: 100px 0;
}
.service_type .top{
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.service_type .tab .list{
	padding: 40px 0 50px;
	text-align: center;
}
.service_type .tab .list li{
	/*float: left;*/
	width: 118px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #838383;
	font-size: 16px;
	color:#262626;
	margin: 0 40px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
.service_type .tab .list li.active{
	background:#e2c7a1;
	border: 1px solid #e2c7a1;
}
.service_type .con .con_item{
	display: none;
}
.service_type .con .con_item:first-child{
	display: block;
}
.service_type .con dl{
	float: left;
	width:294px; 
	margin-right: 8px;
}
.service_type .con dl a{
	display: block;
}
.service_type .con dl:nth-child(4n){
	margin-right: 0;
}
.service_type .con dl dt{
	width: 294px;
	height: 200px;
}
.service_type .con dl dd{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color:#62676e;
	font-size: 15px;
}
/* 智能 */
.intelligence{
	width:100%;
	height:330px;
	padding-top: 150px;
	background:#ebcfa7;
}
.intelligence_in{
	width: 1200px;
	height: 645px;
	background:#fff;
	border-radius: 10px;
	margin: auto;
	box-shadow: 0 0 12px #f4f4f4;
}
.intelligence_in .title{
	height: 130px;
	line-height: 130px;
	font-size: 28px;
	color:#26282b; 
	text-align: center;
	font-weight: bold;
}
.intelligence_in .title span{
	position: relative;
}
.intelligence_in .title span:before,
.intelligence_in .title span:after{
	content: '';
	position: absolute;
	width: 49px;
	height: 5px;
	background:#030000;
	top:0;
	bottom: 0;
	margin: auto;
}
.intelligence_in .title span:before{
	left: -59px;
}
.intelligence_in .title span:after{
	right: -59px;
}
.intelligence_in .partTop{
	height: 50px;
	padding: 0 180px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	font-size: 18px;
}
.intelligence_in .partTop ul li{
	float: left;
	width: 172px;
	height: 50px;
	line-height:50px;
	text-align: center;
	background:#d9d9d9;
	color:#26282b; 
	border-radius: 6px 6px 0 0;
	margin-right: 16px;
	cursor: pointer;
}
.intelligence_in .partTop ul li.active{
	background:#ebcfa7;
}
.intelligence_in .partTop .p-r{
	line-height: 50px;
	color:#343434;
}
.intelligence_in .partTop .p-r span{
	color:#c9422e;
}
.intelligence_in .partBtm{ 
	padding: 0 180px;
	box-sizing: border-box; 
	margin-top: 36px;	
	height: 360px;
}
.intelligence_in .partBtm .pic{
	width: 360px;
	height: 360px;
	margin-top: 10px;
}
.intelligence_in .partBtm .con_item{
	display: none;
}
.intelligence_in .partBtm .con_item:first-child{
	display: block;
}
.intelligence_in .partBtm .get{
	width: 400px;
}
.intelligence_in .partBtm .get .p-1{
	margin: 12px 0 35px;
	font-size: 24px;
	color:#26282b;
	font-weight:bold;
	text-align:center;
}
.intelligence_in .partBtm .get .p-1 span{
	color:#c9422e;
}
.intelligence_in .partBtm .get .fo{
	height:60px;
	width: 400px;
	margin-bottom: 20px;
}
.intelligence_in .partBtm .get .fo input[type=text]{
	width: 400px;
	height: 60px;
	border: 2px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	color:#343434;
}
.intelligence_in .partBtm .get .fo:nth-child(1) input{
	background: url('../images/user.png') no-repeat 12px;
	padding-left: 50px;
}
.intelligence_in .partBtm .get .fo:nth-child(2) input{
	background: url('../images/phone.png') no-repeat 12px;
	padding-left: 50px;
}
.intelligence_in .partBtm .get .fo select{
	width: 190px;
	height: 60px;
	border: 2px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	padding-left: 12px;
	color: #343434;
	background: url('../images/select.png') no-repeat 160px;
}
.intelligence_in .partBtm .get .fo input[type=button]{
	width: 400px;
	height: 60px;
	background:#ebcfa7;
	border-radius: 6px;
	font-size: 18px;
	color:#26282b;
	font-weight:bold;
}
/* 我们的价值 */
.our_worth{
	height: 500px;
	margin-top: 430px;
	position: relative;
}
.our_worth .w-l{
	width: 510px;
	height:510px;
	background:#966f37;
	position:absolute;
	left: 0;
	top: 60px;
	z-index: 2;
	padding: 95px 40px 0 40px;
	box-sizing: border-box;
	color:#fff;
	opacity: 0.9;
}
.our_worth .img{
	width: 900px;
	height: 500px;
	position:absolute;
	right: 0;
}
.our_worth .w-l .p1{
	font-size: 22px;
}
.our_worth .w-l .p1 span{
	color:#e2c7a1;
}
.our_worth .w-l .p2{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 28px;
}
.our_worth .w-l .edit{
	height:200px;
	font-size: 14px!important;
	line-height: 25px;
	overflow: hidden;
}
.our_worth .w-l .contact{
	display: block;
	width: 120px;
	height: 50px;
	background: #484849;
	margin-top: 30px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color:#fff;
}
/* 团队合作 */
.team_work{
	margin-top: 70px;
	padding-bottom: 0;
}
.team_work .center{
	width: 1200px;
	height: 480px;
	margin: 40px 0 30px;
}
.team_work .center .l-1{
	width: 480px;
	height: 480px;
	position: relative;
}
.team_work .center .l-1 .tip{
	width: 102px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	background:#966f37;
	font-size: 18px;
	border-radius:0 20px 0 0;
	position: absolute;
	top: 26px;
	left: 0;
	color:#fff;
}
.team_work .center .l-1 .img{
	width: 480px;
	height: 480px;
}
.team_work .center .r-1{
	width: 720px;
}
.team_work .center .r-1 li{
	float:left;
	width: 240px;
	height: 240px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
}
.team_work .center .r-1 li .img{
	width: 240px;
	height: 240px;
}
.team_work .center .r-1 li .info{
	width: 240px;
	height: 240px;
	padding-top: 30px;
	box-sizing: border-box;
	background: rgba(150,111,55,.7);
	position: absolute;
	top: -490px;
	left:0;
	text-align: center;
	color:#fff;
}
.team_work .center .r-1 .info .name{
	height: 36px;
	line-height:36px;
	position: relative;
	font-size: 20px;
}
.team_work .center .r-1 .info .name:after{
	content:'';
	position: absolute;
	width:30px;
	height:2px;
	background:#fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.team_work .center .r-1 .info .post{
	width: 180px;
	height: 50px;
	text-align:center;
	overflow: hidden;
	margin: 27px auto 32px;
	font-size:16px;
	line-height: 25px;
}
.team_work .center .r-1 .info .know{
	display: block;
	width: 90px;
	height: 30px;
	text-align:center;
	line-height:30px;
	font-size: 14px;
	margin: auto;
	border:1px solid #fff;
	color:#fff;
}
.team_work .btm{
	height: 70px; 
	position: relative;
}
.team_work .btm .swiper-container{
	width: 1055px;
	height:70px;
	margin: auto;
}
.team_work .btm .swiper-button-next,
.team_work .btm .swiper-button-prev{
	width: 70px;
	height: 70px; 
	top: 0;
	margin-top:0;
}
.team_work .btm .swiper-button-next{
	right: 0;
	background: #000 url('../images/next.png') no-repeat center;
}
.team_work .btm .swiper-button-prev{
	left: 0; 
	background: #000 url('../images/prev.png') no-repeat center;
}
.guarantee{
	padding-bottom: 60px;
}
#centerwell {
    position: relative;
    height: 380px;
    background: #FFFFFF;
    overflow: hidden;
    width: 1200px;
	margin-top: 40px;
}
#centerwell li {
    position: absolute;
    top: 0;
    width: 840px;
    height: 380px;
    transition: all ease .3s 0s;
    background: white;
    overflow: hidden;
}
#centerwell li:nth-child(1){
	left: 0;
	z-index: 5;
}
#centerwell li:nth-child(2){
	left: 120px;
	z-index: 4;
}
#centerwell li:nth-child(3){
	left: 240px;
	z-index: 3;
}
#centerwell li:nth-child(4){
	left: 360px;
	z-index: 2;
}
#centerwell li:nth-child(odd) .slide{
	background:#dee0e2;
}
#centerwell li:nth-child(even) .slide{
	background:#f6f8fa;
}
#centerwell .slide { 
    float:left;
    width: 120px;
    height: 380px; 
    position: relative;
    cursor: pointer;
}
#centerwell .slide::before {
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 48%;
    left: -10px;
    width: 0;
    height: 0;
    border-right-width: 10px;
    border-right-style: solid;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
#centerwell li:nth-child(odd) .slide::before {
    border-right-color: #dee0e2;
}
#centerwell li:nth-child(even) .slide::before {
    border-right-color: #f6f8fa;
}
#centerwell li:hover .slide{
	background:#e2c7a1;
}
#centerwell li:hover .slide::before {
    border-right-color: #e2c7a1;
}
#centerwell .slide .num{
	color:#212628;
	font-size: 26px;
	text-align:center;
	margin-top: 30px;
}
#centerwell .hot_content {
    float: left;
    width: 720px;
	height: 380px;
    color: #fff;
}
#centerwell .hot_head {
	padding-top: 30px;
	height:205px;
}
#centerwell .hot_head .p1{ 
	transform: rotate(-270deg);
    color: #666;
    margin-top: 100px;
    position: relative;
    left: -20px;
}
#centerwell .hot_head .p1 span{
	margin-right: 6px;
}
#centerwell .hot_head .p2{
	width: 30px;
    text-align: center;
    color: #212628;
    margin-right: 28px;
	font-size: 20px;
    position: relative;
    top: -75px;
}
#centerwell li:hover .slide .hot_head .p1,#centerwell li:hover .slide .hot_head .p2,#centerwell li:hover .slide .num{
	color:#fff;
}
#centerwell .hot_content .bg-pic{ 
    width: 720px;
	height: 380px;
	position: absolute;
	top: 0;
	left:0;
	background:#000;
}
#centerwell .hot_content .des_info{
	width: 720px;
	height: 380px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 2;
	text-align:center;
	padding-top: 125px;
    box-sizing: border-box;
}
#centerwell .hot_content .des_info p{
	margin-bottom: 25px;
	font-size: 18px;
}
#centerwell .hot_content .des_info p span{
	font-weight: bold;
	font-size: 20px;
}
#centerwell .hot_content .des_info a{
	display: inline-block;
	width: 90px;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	border: 1px solid #fff;
}
/* 售后系统 */
.sale_system{
	width: 100%;
	height: 574px;
	padding-top: 80px;
	box-sizing: border-box;
	background: url('../images/kehu-bg.png') no-repeat center;
	background-size: cover;
}
.sale_system li{
	float: left;
	width: 285px;
	height: 192px;
	border: 1px solid #363636;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
	margin-right: 20px;
	margin-bottom: 30px;
}
.sale_system li:nth-child(4n){
	margin-right: 0;
}
.sale_system li img{
	width: auto;
	height: auto;
	vertical-align: middle;
}
.sale_system li .p1{
	height: 88px;
	line-height: 88px;
}
.sale_system li .p2{
	font-size: 18px;
	margin-bottom: 18px;
}
.sale_system li .p3{
	width: 210px;
    margin: auto;
    height: 45px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
} 
.qualifications .qualify li{
	float: left;
	width: 250px;
	height: 338px;
	margin-right: 66px;
	margin-top: 40px;
}
.qualifications .qualify li:nth-child(4n){
	margin-right: 0;
} 
.after-service{
	background: #f5f5f5;
	padding: 50px 0 62px;
}
.after-service .service{
	width: 942px;
	height: 403px;
	margin: 75px auto 0;
}
.construction_site .btm{
	height: 470px;
	margin-top: 40px;
}
.construction_site .flex{
	width: 100%;
	height: 100%;
	/*background:#000;*/
}
.construction_site .item-l{
	position: relative;
	width: 590px;
	height: 470px;
	/*background:#000;*/
	overflow: hidden;
}
.construction_site .item-l .flex img{
	height: 100%;
	width: auto;
}
.construction_site .shadow{
	width: 100%;
	height: 100%;
	padding-top: 35%;
	box-sizing:border-box;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	text-align:center;
}
.construction_site .shadow .tit{
	font-size: 20px;
	color:#fff;
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.construction_site .shadow .order{
	display: block;
	width: 90px;
	height: 30px;
	background:#e2c7a1;
	border-radius: 15px;
	margin: auto;
	line-height: 30px;
	font-size: 14px;
	color:#fff;
	margin-top: 22px;
}
.construction_site .item-r{
	width: 292px;
	margin-left: 11px;
}
.construction_site .item-r-top{
	width: 292px;
	position: relative;
	overflow: hidden;
}
.construction_site .h-1{
	height: 180px;
}
.construction_site .h-1 .shadow{
	padding-top: 20%;
}
.construction_site .h-2{
	height: 278px;
}

.construction_site .item-l .shadow{
	top: -470px;
}
.construction_site .item-r-top .shadow{
	top: -280px;
} 
.co-branding{
	width: 100%;
	height: 450px;
	background: url('../images/brand.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	color:#fff;
}
.co-branding .tit-1{
	font-size: 20px;
	padding: 90px 0 30px;
}
.co-branding .tit-2{
	font-size: 16px;
}
.co-branding .caseList{
	height: 130px; 
}
.co-branding .caseList a{
	display: block;
	float: left;
	width: 270px;
	height: 120px;
	padding: 4px;
	border: 1px solid #fff;
	margin-right: 26px;
} 
.co-branding .caseList a .photo{
	width: 270px;
	height: 120px;
}
#demo1p {
	width: 1200px;
	height: 132px;
	overflow: hidden;	
	margin: 65px auto 0;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
} 
#demo1p2  a{
	display: block;
	float: left;
	width: 270px;
	height: 120px;
	padding: 4px;
	border: 1px solid #fff;
	margin-right: 26px;
}
#demo1p2  a:nth-child(4n){
	margin-right: 0;
}
#demo1p2  a .photo{
	width: 270px;
	height: 120px;
}
/* ?ҵ?Ѷ */
.industry_infor .btm{
	margin-top: 40px;
}
.industry_infor .indus-l {
	width: 375px;
	font-size: 16px;
}
.industry_infor .indus-l .pic{
	display:block;
	width: 375px;
	height:223px;
}
.industry_infor .indus-l .tit{
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 3px 0 0;
	color:#966f37;
	overflow: hidden;
}
.industry_infor .indus-l .time{
	color:#7a7a7a;
}
.industry_infor .indus-l .edit{
	    height: 40px;
    margin-top: 12px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 20px;
    overflow: hidden;
}
.industry_infor .indus-c{
	width: 360px;
	padding: 0 30px; 
	border-right: 1px solid #d9d9d9;
}
.industry_infor .indus-c .item{
	display: block;
	width: 360px;
	height: 65px;
	margin-bottom: 26px;
}
.industry_infor .indus-c .head{
	width: 65px;
	height: 65px;
	background:#bdbdbd;
	color:#fff;
	font-size: 15px;
	line-height: 65px;
	text-align:center;
}
.industry_infor .indus-c .info{
	width: 285px;
}
.industry_infor .indus-c .item:last-child{
	margin-bottom: 0;
}
.industry_infor .indus-c .info .p1{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	color:#343434;
}
.industry_infor .indus-c .info .edit{
	height: 40px;
	font-size: 14px;
	color:#7a7a7a;
	line-height: 20px;
	overflow: hidden; 
    margin-top: 5px;
}
.industry_infor .indus-c .item:hover .head{
	background:#e2c7a1;
	color:#343434;
}
.industry_infor .indus-c .item:hover .info .p1{
	color:#966f37;
}
.industry_infor .indus-r{
	width: 380px;
}
#zjdemo{overflow:hidden;height:338px; width:100%; }
#zjdemo1,#zjdemo2{ width: 100%; margin: 0 auto; line-height: 27px; color: #666666;}
#zjdemo1 .zjleague-dynamic,#zjdemo2 .zjleague-dynamic{ border-bottom: 1px dashed #d6d6d6; padding:12px 0;}
#zjdemo1 .zjleague-dynamic .top-1,#zjdemo2 .zjleague-dynamic .top-1{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
#zjdemo1 .zjleague-dynamic .top-1 span,
#zjdemo1 .zjleague-dynamic .btm-1 span,
#zjdemo2 .zjleague-dynamic .top-1 span,
#zjdemo2 .zjleague-dynamic .btm-1 span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background:#966f37;
	color:#fff;
	text-align: center;
	margin-top: 3px;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50%;
}
#zjdemo1 .zjleague-dynamic .top-1  a,#zjdemo2 .zjleague-dynamic .top-1  a{
	display: block;
	width: 254px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color:#966f37;
	margin-left: 12px;
	font-size: 16px;
}
#zjdemo1 .zjleague-dynamic .top-1 font,#zjdemo2 .zjleague-dynamic .top-1 font{
	color:#999;
	font-size: 12px;
}
#zjdemo1 .zjleague-dynamic .btm-1 span,#zjdemo2 .zjleague-dynamic .btm-1 span{
	background:#333333;
}
#zjdemo1 .zjleague-dynamic .btm-1 .edit,#zjdemo2 .zjleague-dynamic .btm-1 .edit{
	width: 328px;
	margin-left: 15px;
	font-size: 14px;
	color:#7a7a7a;
	line-height: 24px;
} 
/* ԤԼ?ι?*/
.appointment{
	margin-bottom: 60px;
}
.appointment li{
	float:left;
	width: 398px;
	height:58px;
	border-right:2px solid #dcdcdc;
	font-size: 16px;
}
.appointment li:last-child{
	border-right: none;
}
.appointment .visit{
	cursor: pointer;
}
.appointment .visit .pl{
	width: 136px;
	height: 45px;
	line-height:45px;
	background: #222222 url('../images/msg.png') no-repeat 12px;
	border-radius: 4px;
	margin-top: 6px;
	color:#e9cc98;
	text-indent: 56px;
}
.appointment .ite-r{
	margin-left: 30px;
}
.appointment .ite-r .tit-1{
	font-size: 17px;
	color:#333;
	margin:8px 0 10px;
}
.appointment .ite-r .tit-2{
	color:#999;
	font-size: 15px;
}
.appointment .ite-r .tit-2 span{
	color:#c80101;
}
.appointment .visit2 .pl{
	width: 54px;
	height: 54px;
	background: url('../images/tel.png') no-repeat center;
	margin: 2px 0 0 45px;
}
.appointment .visit3 .ite-r{
	width: 260px;
}
.appointment .visit3 .pl{
	width: 54px;
	height: 54px;
	background: url('../images/map.png') no-repeat center;
	margin: 2px 0 0 45px;
}
.appointment .visit3 .tit-2{
	line-height: 20px;
}
/* ?ײ? */
.footer{
	background:#26282b;
	height: 290px;
}
.footTop{
	height: 195px;
	border-bottom: 1px solid #404040;
	font-size: 16px;
	color:#fff;
}
.footTop .foot1{
	width: 180px;
	height: 136px;
	margin: 30px 60px 0 0;
}
.footTop .foot2{
	width: 340px;
	margin-top: 56px;
}
.footTop .foot2 a{
	display: block;
	float: left;
	width: 155px;
	margin-bottom: 16px;
	color:#fff;
}
.footTop .foot3{
	margin-top: 56px;
}
.footTop .foot3 li{
	margin-bottom: 16px;
}
.footTop .foot4{
	text-align: right;
	margin-top: 56px;
}
.footTop .foot4 .p2{
	font-size: 20px;
	color:#e2c7a1;
	margin-top: 26px;
	font-weight: bold;
}
.footBtm{
	padding-top: 10px;
	box-sizing:border-box;
	text-align:center;
	font-size:12px;
	line-height: 25px;
	color:#fff;
}
.footBtm p a{
	color:#fff;
}
/* ?̶?? */
.gadget-right-wrap {
	position: fixed;
    z-index: 90;
    top: 0;
    right: 45px;
    bottom: 0;
    width: 60px;
    height: 242px; 
    margin: auto;
}
.gadget-right {
    position: relative;
    width: 60px;
    height: 60px;
	margin-bottom: 2px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	cursor: pointer;
} 
.gadget-right:last-child{
	border-bottom: none;
}
.gadget-right:first-child {
    margin-top: 0;
}
.gadget-right > .invisible {
    font-size: 16px;
    line-height: 66px;
    top: -3px;
    right: 100%;
    bottom: -5px;
    width: 215px;
    text-indent: 215px;
	height:66px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; 
    color: #c12727;
    transition: all 0.5s;
}
.gadget-right > .invisible:before {
    position: absolute;
    top: 0;
    left: 100%;
	background:url('../images/s_tel_bg.png') no-repeat center; 
    height: 66px;
    width: 215px;
    content: '';
    transition: all 0.5s;
}
.gadget-right:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
}
.gadget-right-tel{
	background: #fff url('../images/s_tel1.png') no-repeat center;
}
.gadget-right-tel:hover{
	background: #423f4e url('../images/s_tel.png') no-repeat center;
}
.gadget-right-calc{
	background: #fff url('../images/s_js.png') no-repeat center;
}
.gadget-right-calc:hover{
	background: #423f4e url('../images/s_js1.png') no-repeat center;
}
.gadget-right-chat{
	background: #fff url('../images/s_pl1.png') no-repeat center;
}
.gadget-right-chat:hover{
	background: #423f4e url('../images/s_pl.png') no-repeat center;
}
.gadget-right-gotop{
	background: #fff url('../images/top1.png') no-repeat center;
}
.gadget-right-gotop:hover{
	background: #423f4e url('../images/top.png') no-repeat center;
}
.relative {
	position: relative;
}
.absolute {
    position: absolute;
}
.invisible {
    visibility: hidden;
}
.gadget-right-tel:hover > .invisible{
	opacity: 1;
	visibility: visible;
}
.gadget-right:hover > .invisible {
	text-indent: 60px;
	opacity: 1;
	visibility: visible;
}
.gadget-right:hover > .invisible:before {
	left: 0;
}
.glay_black{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99; 
	display: none;
}
.popup{
	width: 1200px;
	height:645px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -322px;
	z-index: 100;
	display: none;
}
.popup .intelligence_in{
	box-shadow: none;
}
.pop_close{
	position: absolute;
	width: 34px;
	height: 34px; 
	top: 40px;
	right: 40px;
	cursor: pointer;
}
.nice-validator{
	width: 1200px;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	position: fixed;
	background:#fff;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -250px;
	z-index: 100; 
	display: none;
}
.nice-validator .pic{
	width: 550px;
	height: 500px;
}
.nice-validator .n-default{
	width: 650px;
}
.nice-validator .popup-title {
    font-size: 26px;
    margin-top: 74px;
	color:#26282b;
    text-align: center;
}
.nice-validator .tit2{
	font-size:18px;
	color:#343434;
	margin: 15px 0 40px;
	text-align: center;
}
.nice-validator .n-default input[type=text]{
	display: block;
	width: 400px;
	height: 60px;
	box-sizing:border-box;
	border: 2px solid #cccccc;
	margin: 0 auto 24px;
	border-radius: 8px;
}
.nice-validator .n-default .ipt1{
	background: url(../images/user.png) no-repeat 12px;
    padding-left: 50px;
}
.nice-validator .n-default .ipt2{
	background: url(../images/head_phone.png) no-repeat 12px;
    padding-left: 50px;
}
.nice-validator .n-default input[type=button] {
    width: 400px;
    height: 60px;
	display: block;
	margin: 0 auto 24px;
    background: #ebcfa7;
    border-radius: 6px;
    font-size: 18px;
    color: #26282b;
    font-weight: bold;
}
.nice-validator .n-default .hour{
	text-align: center;
	font-size: 16px;
	color:#343434;
}
.nice-validator .n-default .hour span{
	color:#c9422e;
}
/* ?ɹ????? */
.banner-list{
	height: 450px;
	position: relative;
	/* background-attachment: fixed; */
}
.banner-list .flex{
	width: 100%;
	height: 450px;
}
.banner-list .flex  img{
	height: 100%;
	width: auto;
}
.dreamList{
	width: 1200px;
	height: 90px;
	margin: 60px auto 0;
}
.dreamList li{
	float: left;
	width: 228px;
	height: 90px;
	background:#fff; 
	border: 1px solid #dcdcdc;
	margin-right: 15px;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.dreamList li:last-child{
	margin-right: 0;
}
.dreamList li .icon{
	margin-left: 10px;
	width: 70px;
	height: 90px;
	transition: 0.4s;
}
.dreamList li:nth-child(1) .icon{
	background: url('../images/top-icon1.png') no-repeat center;
}
.dreamList li:nth-child(2) .icon{
	background: url('../images/top-icon2.png') no-repeat center;
}
.dreamList li:nth-child(3) .icon{
	background: url('../images/top-icon3.png') no-repeat center;
}
.dreamList li:nth-child(4) .icon{
	background: url('../images/top-icon4.png') no-repeat center;
}
.dreamList li:nth-child(5) .icon{
	background: url('../images/top-icon5.png') no-repeat center;
}
.dreamList li .msg{
	width: 140px;
	transition: 0.4s;
}
.dreamList li:hover .icon { transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}
.dreamList li:hover .msg{ transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px);}
.dreamList li .msg .p-1{
	font-size: 18px;
	font-weight: bold;
	color:#343434;
	margin: 25px 0 12px;
}
.dreamList li .msg .p-2{
	font-size: 14px;
	color:#343434;
}
.dreamList li:hover{
	border: 1px solid #e2c7a1;
}
.dreamList li:hover:nth-child(1) .icon{
	background: url('../images/top-icon1-.png') no-repeat center;
}
.dreamList li:hover:nth-child(2) .icon{
	background: url('../images/top-icon2-.png') no-repeat center;
}
.dreamList li:hover:nth-child(3) .icon{
	background: url('../images/top-icon3-.png') no-repeat center;
}
.dreamList li:hover:nth-child(4) .icon{
	background: url('../images/top-icon4-.png') no-repeat center;
}
.dreamList li:hover:nth-child(5) .icon{
	background: url('../images/top-icon5-.png') no-repeat center;
}
/* ????ռ䰸?? */
.space_case_title{
	height: 82px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	font-size: 22px;
	color:#343434;
	position: relative;
	text-align: center;
	line-height: 95px;
}
.space_case_title:after{
	content:'';
	position: absolute;
	width: 180px;
	height: 1px;
	background: #e9cc98;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.case-list-wrap{
	margin-top: 40px;
}
.case-list-wrap .case_item{
	float: left;
	width: 390px;
	height: 335px;
    transition: .4s;
	margin: 0 15px 40px 0;
	border-radius: 6px;
	overflow: hidden;
}
.case-list-wrap .case_item:nth-child(3n){
	margin-right: 0;
}
.case-list-wrap .case_item .list-img{
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
}
.case-list-wrap .case_item .list-img .flex{ 
	width: 100%;
	height: 260px;
	border-radius: 6px;
}
.case-list-wrap .case_item .list-img .gray{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	padding-top: 115px;
	box-sizing: border-box;
	opacity: 0;
    transition: .4s;
}
.case-list-wrap .case_item .list-img .gray .look{
	width: 90px;
	height: 30px;
	border-radius: 25px;
	background: #e2c7a1;
	line-height: 30px;
	text-align: center;
	color:#343434;
	margin: auto;
	font-size: 14px;
}
.case-list-wrap .case_item .list-info{
	padding: 10px 15px;
}
.case-list-wrap .case_item .list-info .list-title{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#343434;
	overflow: hidden;
	letter-spacing: 1px;
}
.case-list-wrap .case_item .list-info .list-label{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color:#424242;
}
.case-list-wrap .list-info .list-label span{
	position:relative;
	margin-right: 24px;
}
.case-list-wrap .list-info .list-label span:after{
	content:'';
	position:absolute;
	width: 1px;
	height: 12px;
	background:#424242;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.case-list-wrap .list-info .list-label span:last-child:after{
	display: none;
}
.case-list-wrap .case_item:hover{box-shadow:0px 5px 10px 0px rgba(56,46,11,0.1);}
.case-list-wrap .case_item:hover .list-img .gray{
	opacity: 1;
}
.loading_more{
	display: block;
	width: 1200px;
	height: 50px;
	background:#f5f5f5;
	line-height: 50px;
	text-align: center;
	color:#666;
	font-size: 18px;
	border-radius: 6px;
	margin-bottom: 100px;
}
.banner-list .absolu_cont{ 
	text-align:center;
	font-size: 36px;
	line-height: 450px;
	color:#343434;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.educat_main{
	margin-top: 32px;
}
.case_detail_t{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 22px;
	color:#343434;
}
.case_detail_t span{
	color:#999;
	position: relative;
	margin-left: 25px;
}
.case_detail_t span:before{
	content:'';
	width: 1px;
	height: 20px;
	background:#999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13px;
	margin: auto;
}
.case_detail_t a{
	font-size: 18px;
	color:#999;
}
.educat_main .b-title{
	height: 94px;
	line-height: 94px;
	font-size: 20px;
	color:#343434;
	font-weight: bold;
}
.educat-l{
	width: 850px;
}
.educat-l_first{
	width: 850px;
	height: 230px;
	box-shadow: 0 0 12px #f3f3f3;
	border-radius: 7px;
}
.educat-l_first .eduTop{
	height: 100px;
	border-bottom: 1px solid #f2f2f2;
}
.educat-l_first .eduTop .t1{
	width: 190px;
	line-height: 100px;
	position: relative;
	color:#343434;
	text-align: center;
}
.educat-l_first .eduTop .t1:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background:#d9d9d9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.educat-l_first .eduTop ul li{
	width: 204px;
	float: left;
	text-align:center;
}
.educat-l_first .eduTop ul li .p-1{
	font-size: 14px;
	color:#343434;
	margin: 25px 0 15px;
}
.educat-l_first .eduTop ul li .p-2{
	font-size: 18px;
	color:#383838;
	font-weight: bold;
}
.educat-l_first .eduTop ul li .p-2 span{
	font-weight: normal;
}
.educat-l_first  .eduBtm{
	height: 125px;
}
.educat-l_first  .eduBtm .head{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin:30px 20px 0 30px;
}
.educat-l_first  .eduBtm .name{ 
	font-size: 18px;
	color:#383838;
	font-weight: bold;
	line-height: 125px;
}
.educat-l_first  .eduBtm .position{
	font-size: 16px;
	color:#343434;
	margin-left: 15px;
	line-height: 125px;
}
.educat-l_first  .eduBtm .design{
	display: block;
	width: 160px;
	height: 50px;
	background:#ebcfa7;
	font-size: 18px;
	color:#26282b; 
	line-height: 50px;
	text-align: center;
	margin: 36px 34px 0 0;
}
.educat-l_edit{
	margin-top: 40px;
}
.educat-l_edit img{
	width: 100%!important;
	height: 100%!important;
	display: block;
	margin-bottom: 16px;
}
.educat-l .howMuch{
	font-size: 16px;
	color:#333;
	text-align: center;
	margin: 40px 0 15px;
}
.educat-l  .get_quote{
	width: 75px;
	height: 75px;
	padding-top: 14px;
	box-sizing: border-box;
	border-radius: 50%;
	background:#ebcfa7;
	color:#26282b;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin: auto;
	cursor: pointer;
}
.educat-r{
	width: 320px;
	padding: 30px 20px;
	box-sizing: border-box;
	background:#f5f5f5;
}
.info-more-wrap{
	margin: 40px auto 50px;
}
.info-form-ti{
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.info-form-captain{
	font-size: 20px;
	color:#383838;
}
.info-form-info{
	font-size: 14px;
	margin-top: 15px;
}
.info-form-info span{
	color:#c9422e;
}
.info-form-ti .gif{
	width: 104px;
	height: 31px;
	margin-top: 10px;
}
.info-form-ti .pany{
	color:#666;
	font-size: 16px;
	margin-left:5px;
	margin-top: 25px;
}
.info-form-con{
	margin-top: 30px;
	font-size: 16px;
}
.info-form-field{
	width: 280px;
	height: 46px;
	line-height: 46px;
	padding-left: 24px;
	box-sizing:border-box;
	background:#fff;
	margin-bottom: 10px; 
	color:#757575;
}
.info-form-select{
	height: 46px;
}
.info-form-select select{
	height: 46px;
	padding-left: 24px;
	box-sizing: border-box;
	color:#757575;
}
.info-form-select select.sele1{
	width: 132px;
	background: #fff url('../images/sele_35.png') no-repeat 112px;
}
.info-form-select select.sele2{
	width: 136px;
	background: #fff url('../images/sele_35.png') no-repeat 115px;
}
.info-form-btn{
	display: block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color:#26282b;
	text-align: center;
	border-radius: 25px;
	margin: 30px auto 0;
	background:#ebcfa7;
}
/* ??װ???*/
.design-teams .tab{
	margin-top: 60px;
	height: 70px;
	border-bottom: 1px solid #d9d9d9;
}
.design-teams .tab li{
	width: 180px;
	float: left;
	text-align:center;
	line-height: 70px;
	height: 70px;
	text-align: center;
	font-size: 22px; 
	cursor: pointer;
}
.design-teams .tab li.active{
	background:#ebcfa7;
	border-radius: 10px 10px 0 0;
}
.design-teams .con .conItem{
	display:none;
}
.design-teams .con .conItem:first-child{
	display:block;
}
.design-teams .conItem .item{
	float: left;
	display:block;
	width: 392px;
	margin-right: 12px;
	margin-top: 30px;
	transition: .3s;
}
.design-teams .conItem .item:nth-child(3n){
	margin-right: 0;
}
.design-teams .conItem .item .l-1{
	width: 100%;
	height: 450px;
    position: relative;
}
.design-teams .conItem .item  .tip {
    width: 102px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #966f37;
    font-size: 18px;
    border-radius: 0 20px 0 0;
    position: absolute;
    top: 26px;
    left: 0;
    color: #fff;
}
.design-teams .conItem .item .l-1 .img {
    width: 100%;
    height: 450px;
}
.design-teams .conItem .det_info{
	width: 100%;
	padding: 10px 22px;
	border: 2px solid #ebebeb;
	box-sizing: border-box;
	border-top: none;
}
.design-teams .conItem .det_info .content-1{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 20px;
	color:#343434;
	font-weight: bold;
}
.design-teams .conItem .det_info .content-1 span{
	font-size: 18px;
	color:#966f37;
	margin-left: 5px;
	font-weight: normal;
}
.design-teams .conItem .det_info .editCont{
	height: 36px;
	line-height: 36px;
	color:#343434;
	overflow: hidden;
}
.design-teams .conItem .det_info .list-label{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	color:#7a7a7a;
}
.design-teams .conItem .det_info .list-label span{
	position:relative;
	margin-right: 24px;
}
.design-teams .conItem .det_info .list-label span:after{
	content:'';
	position:absolute;
	width: 1px;
	height: 12px;
	background:#7a7a7a;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.design-teams .conItem .det_info .list-label span:last-child:after{
	display: none;
}
.design-teams .conItem .item:hover{
	box-shadow:0px 5px 10px 0px rgba(56,46,11,0.1);
}
.design-teams .conItem .item:hover .det_info{
	border: 2px solid #fff;
	border-top: none;
}
.design-teams .loading_more{
	margin-top: 70px;
}
/* 工装团队详情 */
.design_main{
	margin-top: 60px;
}
.design-l{
	width: 850px;
	margin-bottom: 60px;
	box-shadow:0px 0px 10px 0px rgba(56,46,11,0.1);
}
.portrait{
	width: 392px;
	height: 500px;
}
.portrait-right{
	width: 428px;
	position: relative;
}
.portrait-right .po{
	height: 66px;
	line-height: 66px;
}
.portrait-right .po span{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-right: 8px;
	display: inline-block;
}
.portrait-right .po span:after{
	content:'';
	position: absolute;
	width: 44px;
	height: 2px;
	background:#666;
	left: 0;right: 0;
	bottom: 0;
}
.portrait-right .po font{
	font-size: 18px;
	color:#966f37;
}
.portrait-right .motto{
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	color:#26282b;
}
.portrait-right  ul{
	height: 254px;
	overflow: hidden;
}
.portrait-right  ul li{
	margin: 16px 0;
	font-size: 15px;
	line-height: 26px;
}
.portrait-right  ul li span{
	font-size: 18px;
	font-weight: bold;
	color:#26282b;
}
.portrait-right .findH{
	display: block;
	width: 160px;
	height: 50px;
	background:#ebcfa7;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
	color:#26282b;
}
/* 在施工地 */
.site_main{
	margin: 60px auto 70px;
}
.site-l{
	width: 850px;
}
.site-l li{
	height: 196px;
	padding: 30px 0;
	border-bottom: 1px solid #d9d9d9;
}
.site-l li:last-child{
	border-bottom: none;
}
.site-l li .list-img {
    display: block;
    width: 293px;
    height: 196px;
    position: relative;
    border-radius: 6px;
	overflow: hidden;
}
.site-l li .list-img .flex {
    width: 293px;
    height: 196px;
    border-radius: 6px;
}
.site-l li .list-img .gray {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    padding-top: 82px;
    box-sizing: border-box;
    opacity: 0;
    transition: .4s;
}
.site-l li .list-img .gray .look {
    width: 90px;
    height: 30px;
    border-radius: 25px;
    background: #e2c7a1;
    line-height: 30px;
    text-align: center;
    color: #343434;
    margin: auto;
	font-size: 14px;
}
.site-l li:hover .list-img .gray{
	opacity: 1;
}
.site-lr-info{
	width: 556px;
}
.site-lr-info .top{
	margin-left: 40px;
}
.site-lr-info .title{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 6px;
	font-size: 20px;
	color:#343434;
	overflow: hidden;
}
.site-lr-info .label p{
	float: left;
	width: 165px;
	height: 38px;
	line-height: 38px;
	color:#666;
}
.operation{
	height: 50px;
	margin-top: 24px;
}
.operation dl{
	float:left;
	width: 98px;
	text-align: center;
	font-size: 14px;
}
.operation dl dt{
	width:16px;
	height: 16px;
	margin: auto;
	background:url('../images/site3_37.png') no-repeat center;
	position:relative;
}
.operation dl dt:after{
	content:'';
	position:absolute;
	width: 85px;
	height: 1px;
	background:#f2f2f2;
	left:16px;
	top: 7px;
}
.operation dl dd{
	height: 30px;
	line-height: 30px;
	margin-top:3px;
	color:#bfbfbf;
}
.operation dl.finish dt{
	background:url('../images/site1_37.png') no-repeat center;
}
.operation dl.finish dt:after{
	background:#ebcfa7;
}
.operation dl.finish dd,.operation dl.ing dd{
	color:#7a7a7a;
}
.operation dl.ing dt{
	background:url('../images/site2_37.png') no-repeat center;
}
.operation dl:last-child dt:after{
	display: none;
}
.educat-l .eduBtm .operation{
	margin: 45px 0 0 35px;
}
.educat-l .eduBtm .completed{
	width: 160px;
	height: 50px;
	background:#ebcfa7;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin:35px 35px 0 0;
}
/* 行业新闻 */
.information-list{
	margin-top:60px;
}
.information-list .item{
	width: 1200px;
	height: 256px;
	padding: 30px 24px;
	box-sizing: border-box;
	background:#fafafa;
	margin-bottom: 30px;
	transition: .4s;
}
.information-list .item .head{
	display: block;
	width: 293px;
	height: 196px;
}
.information-list .item .info{
	width: 610px;
	margin-left: 40px;
}
.information-list .item .link_t{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color:#343434;
	overflow:hidden;
	margin-top: 32px;
	transition: .4s;
}
.information-list .item .edit{
	height: 42px;
	font-size: 14px;
	color:#7a7a7a;
	line-height: 22px;
	overflow:hidden;
}
.information-list .item .det{
	margin-top: 15px;
	display: block;
	width: 85px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background:#fafafa;
	border: 1px solid #ebcfa7;
	font-size: 14px;
	color:#7a7a7a;
	transition: .4s;
}
.information-list .item .time{
	width: 100px;
	height: 100px;
	background: #bdbdbd;
	text-align: center;
	line-height: 100px;
	color:#fff;
	font-size: 24px; 
	margin-top: 48px;
	transition: .4s;
}
.information-list .item:hover{
	box-shadow:0px 0px 10px 0px rgba(56,46,11,0.1);
	background:#fff;
}
.information-list .item:hover .link_t{
	color:#ebcfa7;
}
.information-list .item:hover .time{
	background:#ebcfa7;
	color:#26282b;
}
.information-list .item:hover .det{
	background:#ebcfa7;
	color:#26282b;
}
/* 分页 */
.paging {
    text-align: center;
	margin-bottom: 90px;
}
.paging ul{
	margin-top: 30px;
    height: 40px;
    line-height: 40px;
}
.paging ul, .paging ul li {
    display: inline-block;
}
.paging ul li {
	height: 40px;
    padding: 0 15px;
    border: 1px solid #d9d9d9!important;
    margin: 0 3px;
    font-size: 14px;
	background:#fff;
}
.paging ul li a, .paging ul li span {
    color: #26282b;
}
.paging ul li.active {
    background: #ebcfa7;
    border: 1px solid #ebcfa7;
}
.paging ul li.active span {
    color: #26282b;
}
.industry-contain{
	padding: 60px 0;
}
.industry-contain .headline{
	font-size: 20px;
	font-weight: bold;
	color:#343434;
	text-align: center;
}
.industry-contain .time{
	padding: 20px 0;
	color:#7a7a7a;
	font-size: 14px;
	text-align:center;
	border-bottom: 1px solid #d9d9d9;
}
.industry-contain .edit{
	padding-top: 40px;
	color:#585858!important;
	line-height: 30px;
}
.industry-contain .edit img{
	width:100%!important;
}
.industry-contain .edit p{
	margin-bottom: 25px;
	font-size: 15px!important;
}
.industry-contain  .nextPrev{
	margin-top: 40px;
	height: 50px;
	line-height: 50px;
	font-size:16px;
}
.industry-contain  .nextPrev a{
	color:#343434;
}
.industry-contain  .nextPrev a:hover{
	color:#ebcfa7;
}
/* 关于我们 */
.aboutTab{
	height: 40px;
	margin: 60px 0 50px;
	text-align: center;
}
.aboutTab a{
	display: inline-block;
	width: 110px;
	height: 40px;
	border-radius: 4px;
	background:#f5f5f5;
	color:#545353;
	font-size: 18px;
	line-height: 40px;
	margin: 0 3px;
}
.aboutTab a.active{
	background:#222222;
	color:#e9cc98;
}
/* 关于华盛 */
.p_about_title{
	text-align: center;
}
.p_about_title .p1{
	font-size: 26px;
	position: relative;
}
.p_about_title .p1:after{
	content:'';
	position: absolute;
	width: 50px;
	height: 2px;
	background:#b8a89a;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
.p_about_title .p2{
	color:#b8a89a; 
	margin-top:30px;
	text-transform:uppercase;
}
.about_main .our_worth{
	margin: 50px 0 120px;
}
.about_main .our_worth .w-l .edit{
	height: 300px;
}
/* 企业文化 */
.corporateCulture{
	width: 100%;
	padding: 50px 0 55px;
	background:#f4f4f4;
}
.culture_list{
	margin-top: 50px;
}
.culture_list li{
	float: left;
	width: 283px;
	height: 242px;
	padding-top: 50px; 
	background:#fff;
	margin-right: 15px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.culture_list li:last-child{
	margin-right: 0;
}
.culture_list li .ico{
	width: 65px;
	height: 65px;
	margin: auto;
}
.culture_list li .bt{
	font-size: 22px;
	color:#a07d4b;
	font-weight: bold;
	margin: 30px 0;
}
.culture_list li .slogan{
	color:#666;
	line-height: 22px;
}
.corporateHoner{
	padding: 50px 0 110px; 
}
.about_after-service{
	margin-bottom: 100px;
}
.about_after-service .service{
	margin-top: 25px;
}
.popup-partner{
	padding: 50px 0 70px;
}
.popup-partner li{ 
	float: left;
	width: 280px;
	height: 128px;
	padding: 4px;
	border: 1px solid #d9d9d9;
	box-sizing:border-box;
	margin: 0 26px 30px 0; 
	cursor: pointer;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.popup-partner li:nth-child(4n){
	margin-right: 0;
}
.popup-partner li:hover{
	-webkit-filter:unset;
	filter:unset;
}
.ab_contact_list{
	margin-top: 50px;
}
.ab_contact_list dl{
	float: left;
	width: 360px;
	height: 120px;
	border: 1px solid #d9d9d9;
	box-sizing:border-box;
	border-radius: 4px;
	margin-right: 30px;
}
.ab_contact_list dl dt{
	width: 82px;
	height: 45px;
	border-right: 1px solid #eee;
	text-align: center;
	margin-top: 38px;
}
.ab_contact_list dl dt img{
	width: auto;
	height: auto;
}
.ab_contact_list dl dd{
	width: 230px;
	margin-left: 26px;
}
.ab_contact_list dl dd .p1{
	margin: 40px 0 8px;
	font-weight: bold;
	font-size: 18px;
	color:#343434;
}
.ab_contact_list dl dd .p2{
	color:#666;
	line-height: 22px;
}
.contactMap{
	width: 1200px;
	height: 450px;
	margin: 50px 0 100px;
}
.wrap_auto .case_item .flex img{
	height: 100%;
	width: auto;
}
.wrap_auto .con .flex img{
	height: 100%;
	width: auto;
}
.boxbox{
    position: fixed;
    width: 170px;
    height: 160px;
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    left: 46%;
    top: 33%;
    z-index: 100;
    text-align: center;
    padding-top: 10px;
    display: none;
}
.boxbox img{
	width: 150px;
    height: 150px;
    margin: 0 auto;
}
















