body,ul,li,h1,h2,h3,h4,h5,p,input {
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #171717;
}
body{
	background: #fff;
	font-family: "Source Han Sans CN";
}

/*网站头部*/
.website-header{
	height: 55px;
	display: flex;
	padding-top: 45px;
	display: flex;
	align-items: center;
}
.website-header .logo{
	width: 180px;
	float: left;
}
.website-header .logo img{
	max-width: 100%;
}

.website-header .index-nav{
	width: 810px;
	margin: 0 10px;
}
.website-header .index-nav ul{
	width: 100%;
}
.website-header .index-nav li{
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 9px;
	border-right: 1px solid #171717;
	color: #171717;
	font-size: 18px;
	cursor: pointer;
}
.website-header .index-nav li:last-child{
	border-right: 0;
}
.website-header .index-nav li a{
	color: #171717;
	text-decoration: none;
}
.website-header .index-nav li.active a{
	color: #d21111;
}
.website-header .index-nav li a:hover{
	color: #d21111;
}

.website-header .company-tel{
	width: 205px;
	float: right;
	color: #d21111;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.website-header .company-tel .iconfont{
	font-size: 36px;
}
/*页面底部*/
.website-footer{
	margin-top: 90px;
}
.website-footer .footer-advert{
	height: 200px;
}
.website-footer .footer-advert img{
	cursor: pointer;
	vertical-align: bottom;
}
.website-footer .footer-tips{
	padding: 70px 0 30px;
	height: 35px;
	border-bottom: 2px solid #e5e5e5;
	text-align: center;
}
.website-footer .footer-tips li{
	width: 238px;
	height: 35px;
	border-right: 2px solid #e5e5e5;
	float: left;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5f5f5f;
}
.website-footer .footer-tips li:last-child{
	border-right: 0;
}
.website-footer .footer-tips li .iconfont{
	font-size: 40px;
	margin-right: 15px;
}

.website-footer .company-info{
	padding: 65px 0 85px;
	height: 125px;
}
.website-footer .company-info .footer-nav{
	width: 660px;
	height: 100%;
	padding-right: 50px;
	border-right: 2px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	float: left;
}
.website-footer .company-info .footer-nav .nav-type{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.website-footer .footer-nav .nav-type .nav-type-item{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	color: #171717;
	text-align: center;
}
.website-footer .footer-nav .nav-type .nav-type-item:first-child{
	text-align: left;
}
.website-footer .footer-nav .nav-type .nav-type-item .type-title{
	font-size: 18px;
}
.website-footer .footer-nav .nav-type .nav-type-item .type-list{
	height: 88px;
}
.website-footer .footer-nav .nav-type .nav-type-item .type-list .type-list-item{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	cursor: pointer;
}

.website-footer .company-info .company-ercode{
	width: 300px;
	height: 100%;
	border-right: 2px solid #e5e5e5;
	float: left;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
}
.website-footer .company-info .company-ercode .ercode-img{
	width: 78px;
	height: 78px;
}
.website-footer .company-info .company-ercode .ercode-desc{
	height: 40px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.website-footer .company-info .company-iphone{
	width: 186px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.website-footer .company-record{
	border-top: 4px solid #d21111;
	height: 194px;
	background: #434343;
	display: flex;
	align-items: center;
	flex-flow: column;
}
.website-footer .company-record .logo{
	height: 45px;
	margin: 20px 0;
}
.website-footer .company-record .record-desc{
	height: 40px;
	display: flex;
	align-items: center;
}
.website-footer .company-record .record-desc li{
	display: inline-block;
	float: left;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #a1a1a1;
	color: #a1a1a1;
}
.website-footer .company-record .record-desc li:last-child{
	border-right: 0;
}
.website-footer .company-record .put-on-record{
	height: 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #a1a1a1;
}
.website-footer .company-record .put-on-record img{
	height: 80%;
	margin-right: 5px;
}

/*页面二级导航*/
.website-second-nav{
	overflow: hidden;
	clear: both;
	margin: 0 auto 30px;
	width: 1200px;
}

.website-second-nav .website-second-nav-type{
	min-height: 50px;
	display: flex;
	/*align-items: center;*/
}
.website-second-nav .website-second-nav-type strong{
	width: 6em;
}

.website-second-nav-list{
	display: inline-block;
	width: calc(100% - 5em);
}

.website-second-nav-list .website-second-nav-item{
	float: left;
	padding: 0 10px;
	height: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	border-right: 1px solid #171717;
	cursor: pointer;
	position: relative;
}
.website-second-nav-list .website-second-nav-item.active:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background: #d21111;
}
.website-second-nav-list .website-second-nav-item:last-child{
	border-right: 0;
}

/*部分页面内容*/
.part-page-container{
	overflow: hidden;
	clear: both;
}
.part-page-container .container-list{
	overflow: hidden;
	clear: both;
}
.part-page-container .container-list .container-item{
	width: 590px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.part-page-container .container-list .container-item:nth-child(2n){
	margin-right: 0;
}
.part-page-container .container-list .container-item .container-item-img{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
}
.part-page-container .container-list .container-item .container-item-img p{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
}
/*模板一*/
.part-page-container .container-list .container-item .container-item-template1{
	height: 120px;
	width: calc(100% - 24px);
	padding: 9px 10px;
	border: 2px solid #eeeeee;
	border-top: 0;
}
.part-page-container .container-list .container-item .container-item-template1 .item-template1-headImg{
	height: 120px;
	width: 120px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.container-list .container-item .container-item-template1 .item-template1-info{
	width: calc(100% - 130px);
	padding: 10px 0;
	height: 100px;
	float: left;
	font-size: 14px;
	color: #171717;
	position: relative;
}
.container-list .container-item .container-item-template1 .item-template1-info .info-title{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.container-list .container-item .container-item-template1 .item-template1-info .info-title sup{
	font-size: 10px;
	line-height: 1em;
}
.container-list .container-item .container-item-template1 .item-template1-info .info-desc{
	line-height: 1.5em;
}
.container-list .container-item .container-item-template1 .item-template1-info .info-btn{
	position: absolute;
	right: 0;
	bottom: 8px;
	color: #d21111;
}
/*模板二*/
.part-page-container .container-list .container-item .container-item-template2{
	height: 120px;
	width: calc(100% - 24px);
	padding: 9px 10px;
	border: 2px solid #eeeeee;
	border-top: 0;
}
.part-page-container .container-list .container-item .container-item-template2 .item-template2-headImg{
	height: 120px;
	width: 120px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.container-list .container-item .container-item-template2 .item-template2-info{
	width: calc(100% - 130px);
	height: 120px;
	float: left;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.container-list .container-item .container-item-template2 .item-template2-info .designer-info,
.container-list .container-item .container-item-template2 .item-template2-info .property-info
{
	height: 59px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container-list .container-item .container-item-template2 .item-template2-info .designer-info{
	border-bottom: 2px solid #eeeeee;
}
.container-list .container-item .container-item-template2 .item-template2-info .info-name{
	width: 10em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container-list .container-item .container-item-template2 .item-template2-info .info-other{
	width: calc(100% - 11em);
	display: flex;
	justify-content: space-between;
}
/*模板三*/
.container-list .container-item .container-item-template3{
	height: 60px;
	padding: 15px 0;
	width: 100%;
	border: 2px solid #fdbebe;
	border-top: 0;
	box-sizing: border-box;
}
.container-list .container-item .container-item-template3 > .template3-btn{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 50%;
	float: left;
	border-right: 2px solid #fdbebe;
	box-sizing: border-box;
	font-size: 20px;
	color: #d21111;
}
.container-list .container-item .container-item-template3 > .template3-btn:last-child{
	border-right: 0;
}


/*内容块底部查看更多*/
.part-page-container .bottom-more{
	padding-top: 30px;
	height: 54px;
	display: flex;
	justify-content: center;
}
.part-page-container .bottom-more .more-btn{
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	width: 256px;
	border-radius: 50px;
	border: 1px solid #dfdfdf;
	color: #171717;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}

/*网站当前导航（位置）*/
.current-navigation{
	width: 1200px;
	padding-top: 30px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #919191;
	font-size: 18px;
	color: #171717;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*1920宽*/
.full-screen{
	max-width: 1920px;
	margin: 0 auto;
}
/*1200宽*/
.middle-screen{
	width: 1200px;
	margin: 0 auto;
}
/*浅灰色*/
.light-grey{
	background: #f8f8f8;
}
/*图片充满容器*/
.full-img{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
/*鼠标悬浮时图片放大*/
.zoom-img{
	transition: all 0.6s;
}
.zoom-img:hover{
	transform: scale(1.2);
}
/*单行溢出*/
.single-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*多行溢出*/
.multi-overflow{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
/*行数*/
.seven-lines{
	-webkit-line-clamp: 7;
}
.three-lines{
	-webkit-line-clamp: 3;
}
.two-lines{
	-webkit-line-clamp: 2;
}


/* 弹窗下拉菜单*/
.election-box {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 10px;
	color: #797575;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

/* 弹窗关闭按钮 */
.closebtn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 34px !important;
	color: #d21111;
	cursor: pointer;
}

img.hei-auto{
	height: initial!important;
}


/*装修报价弹窗*/
.index-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 999;
	display: none;
}
.offer-popup{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 880px;
	height: 650px;
	background: #fff;
}
.offer-popup .offer-form{
	width: 100%;
	height: 580px;
}
.offer-popup .offer-form .form-left{
	width: 350px;
	height: 100%;
	background: #f5f5f5;
	padding: 0 30px;
	float: left;
	box-sizing: border-box;
}
.offer-popup .offer-form .form-left .form-left-title{
	height: 79px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	padding: 40px 0 15px;
}
.offer-popup .offer-form .form-left .form-left-type{
	margin-bottom: 18px;
}
.offer-popup .offer-form .form-left .form-left-type li{
	height: 84px;
}
.offer-popup .offer-form .form-left .form-left-type li span{
	display: block;
	height: 1em;
	font-size: 18px;
	line-height: 1em;
	padding: 14px 0 8px;
}
.offer-popup .offer-form .form-left .form-left-type li span sup{
	font-size: 12px;
	line-height: 1em;
}
.offer-popup .offer-form .form-left .form-left-type li input{
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	border-radius: 6px;
	padding: 0 10px;
	outline: none;
}
.offer-popup .offer-form .form-left .form-left-type li div{
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: space-between;
}
.offer-popup .offer-form .form-left .form-left-type li div select{
	width: 31%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	border-radius: 6px;
	padding-left: 5px;
	outline: none;
}
.offer-popup .offer-form .form-left .form-left-btn{
	width: 200px;
	height: 50px;
	background: #d21111;
	margin: 0 calc(50% - 100px);
	border: 0;
	border-radius: 6px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.offer-popup .offer-form .form-right{
	box-sizing: border-box;
	width: 530px;
	float: left;
	height: 100%;
	padding-top: 59px;
}
.offer-popup .offer-form .form-right .form-right-title{
	height: 83px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;

}
.offer-popup .offer-form .form-right .form-right-subtitle{
	font-size: 18px;
	line-height: 1em;
	color: #5f5f5f;
	text-align: center;
	margin: 15px 0 50px;
}
.offer-popup .offer-form .form-right .form-right-content{
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
	color: #5f5f5f;
	margin-bottom: 17px;
}
.offer-popup .offer-form .form-right .form-right-content em{
	font-size: 60px;
	font-style: normal;
	color: #d21111;
	line-height: 1em;
}
.offer-popup .offer-form .form-right img{
	width: 446px;
	height: 226px;
	margin: 0 42px;
	margin-bottom: 20px;
}
.offer-popup .offer-form .form-right .form-right-footer{
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	color: #5f5f5f;
}
.offer-popup .offer-footer{
	width: 100%;
	padding: 20px 0;
	height: 30px;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.offer-popup .offer-footer li{
	padding: 0 35px 0 28px;
	height: 100%;
	border-right: 2px solid #e5e5e5;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5f5f5f;
}
.offer-popup .offer-footer li:last-child{
	border-right: 0;
}
.offer-popup .offer-footer li .iconfont{
	font-size: 35px;
	margin-right: 10px;
}


