html,
body {
	background-color: #fafafa!important;
}

/*视图区域*/
.Swrap {
	width: 100%;
}

.Swrap_Container {
	width: 1200px;
	background-color: #fff;
	padding-top: 12px;
	margin:20px auto 0 auto;
}
/*搜索输入框*/
.Search_Input {
	width: 46%;
	display: flex;
	position:relative;
}
.Search_Input .search_img{
	width:18px;
	height:18px;
	position:absolute;
	top:13.5px;
	left:32%;
	display:block;
}
.Search_Input input {
	width: 70%;
	padding: 4px 10% 2px 38%;
	height: 34px;
	background-color: #eee;
	border-radius: 4px;
	color: #333;
	text-align: left;
	border:none;
}

.Search_Input input::-webkit-input-placeholder {
	letter-spacing: 0.6px;
}
#hot_real_form{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}
#hot_real_form .form-group{
	width:18%;
}
#hot_real_form .form-group input{
	height:42px;
	background-color:#fafafa;
}
#hot_real_form .form-group select{
	height:44px;
	background-color:#fafafa;
	border:none;
}
#hot_real_form .hot_real_btn{
	width: 120px;
    height: 42px;
    border: none;
    background-color: #a50082;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
/*Select菜单*/
.Tab {
	background: #fff;
	height: 45px;
	width: 1200px;
	border-radius:5px;
	margin:0 auto;
	padding-bottom:5px;
}

.Tab_left,
.Tab_right {
	width: 200px;
	text-align: center;
}

.Tab_left select,
.Tab_right select {
	display: block;
	width: auto;
	padding: 0 20%;
	font-size:16px;
	line-height: 45px;
	border:none;
	object-fit: cover;
	object-position: center center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url("selectb.png");
	background-position: 108px 13px;
	background-repeat: no-repeat;
	background-size: 25px 22px;
	background-color: transparent;
}

.Tab select option {
	text-align: center;
}


/*Select菜单栏对应内容*/
.Matter .Container {
	border-radius: 5px;
    margin: 10px auto 15px auto;
    min-height: 600px;
    background: none;
    padding: 10px 20px 40px 25px;
    background-color: #fff!important;
    box-shadow: none;
}

.Article h5,
.Article p {
	width: 95%;
	margin: 0 auto;
	color: #333;
}

.Article {
	background-color: #fff;
	margin-top: 10px;
	padding-bottom: 8px;
	border-radius: 5px;
}

.Article .HImg {
	height: 180px;
}

.Article img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	height: 100%;
}

.Article h5 {
	font-size: 0.30rem;
	margin-top: 5px;
	line-height: 28px;
}

.Article p {
	font-size: 0.26rem;
	line-height: 22px;
}


/*demo.css*/
.wrapper {
	padding-top:10px;
	margin: 0 auto;
	padding-top: 20px;
}
.tab-pane{
	flex-wrap:wrap;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	position:relative;
}
.wrapper .search {
	width: 100%;
	height: 40px;
}

.wrapper .search .inp {
	width: 320px;
	height: 40px;
	border: 1px solid #ec9129;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 3px;
	float: left;
}

.wrapper .search .btn-list li {
	float: left;
	margin: 5px 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0 6px;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 12px;
	color: #666;
	background-color: #fafafa;
	cursor: pointer;
}

.wrapper .search .btn-list .active {
	background: #fff;
	color: #A50082;
	border: 1px solid #A50082;
}

.wrapper .user {
	clear: both;
	margin: 0 auto;
	width: 32%;
}

.wrapper .user li {
	border-radius: 3px;
	margin-bottom: 15px;
	background-color:#fafafa;
	padding: 10px;
	cursor: pointer;
	transition: all ease-in 0.2s;
	position:relative;
}
.wrapper .user li:hover{
	background-color:#fff;
	box-shadow:0px 0px 10px #ccc;
}
.wrapper .user li:hover .offer_btn{
	display:block;
}
.wrapper .user li img {
	width: 100%;
	height:240px;
}
.wrapper .user li .hot{
	position:absolute;
	right:0px;
	top:0px;
	width:80px;
	height:80px;
}
.wrapper .user li .tit {
	margin-top:5px;
	position:relative;
}
.wrapper .user li .offer_btn{
	display: none;   
    color: #fff;
    position: absolute;
    width: 35px;
    right: 0;
    bottom: 0;
    height: 35px;
    font-size: 15px;
    line-height: 17px;
	z-index:990;
    padding: 8px 8px 8px 12px;
    font-weight: 600;
	border-radius:3px;
	animation:offer 2s linear forwards;
}
@keyframes offer{
	from{background-color: #a50082;}
	to{background-color: #a50082;}
}
.wrapper .user li .tit .name {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 2px;
}

.wrapper .user li .tit .motto {
	font-size: 14px;
	color: #333;
	line-height:20px;
	//white-space: nowrap;	
	//text-overflow: ellipsis;  //可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。
	//overflow: hidden;	
}

.wrapper .user li .tit .address {
	font-size: 14px;
	color: #333;
	width:80%;
	line-height:18px;
}

.wrapper .user li .tit .tag {
	margin-top: 3px;
	width: 100%;
	display: block;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.wrapper .user li .tit .tag span {
	border: 1px solid #666;
	color:#666;
	border-radius: 3px;
	font-size: 12px;
	padding: 2px 4px;
	margin-right: 6px;
	max-width:28%;
}

.wrapper .prompt {
	color: #d4d4d4;
	font-size: 0.34rem;
	letter-spacing: 1px;
	height: 20vh;
	text-align: center;
	line-height: 20vh;
	background: #fff;
	border-radius: 3px;
	display: none;
}
.load-more{
	position: absolute;
    left: 46%;
    bottom: -2.5%;
    background-color: #a50082;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #a50082;
    padding: 2px 10px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
}
.footer{
	padding-top: 0px;
    background-color: #070707;
}
.color-gray{
	line-height:45px;
	font-size:16px;
}
.Banner{
	position:relative;
}
.Banner img{
	width:100%;
	height:400px;
}
.Banner .mask{
	width:100%;
	height:50px;
	line-height:50px;
	color:#fff;
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	bottom:2px;
}
.Banner .mask p{
	width:1200px;
	margin:0 auto;
	color:#fff;
	font-size:22px;
    text-align:center;
}
.head_form{
	width:100%;
	padding-top:1px;
	padding-bottom:10px;
	background-color:#fff;
}
.head_form h4{
	text-align:center;
	font-size:28px;
	width:1200px;
	margin:0 auto;
	color:#333;
	margin-bottom:8px;
}
.head_form p{
	color:#999;
	font-size:14px;
	line-height:24px;
	width:1200px;
	margin:0 auto;
	text-align:center;
}

.calc_modal{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    -webkit-overflow-scrolling: touch;
    animation: left .3s linear forwards;
    outline: 0;
}
.calc_form{
	background-color: #fff;
	width: 400px;
	height: 240px;
	min-height: 295px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;	
}

.calc_form form{
	width: 80%;
	margin: 20px auto 0 auto;
}
.calc_form form{
	width: 80%;
	margin: 15px auto 0 auto;
}
.calc_form form:focus{
	outline: none;
}
.calc_form h5{
	font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    text-align: center;
    line-height: 48px;
}
.calc_close{
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	cursor: pointer;
}
@keyframes left{
	from{opacity: 0;}
	to{opacity: 1;}
}

.price_btn{
	width:240px;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	background: -webkit-linear-gradient(left, #9c48fe , #a50082); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #9c48fe, #a50082); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #9c48fe, #a50082); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #9c48fe , #a50082); /* 标准的语法 */
	border-radius: 40px;
	color: #fff;
	border: none;
	margin: 89px auto 0 auto;
}
#calc_form .form-group{
	position: relative;
	margin-bottom: 18px;
}
#calc_form .help-block{
	position: absolute;
	bottom: -28px;
	left: 0;
}

.case_head{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin:45px auto 20px auto;
	width:1200px;
}
.banner{
	width:700px;
	height:400px;
	background-color:#fafafa;
}
.header-bg-pc{
	height:400px;
	border-radius:5px 0 0 5px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.projectDescription{
	width:460px;
	height:400px;
	padding:0 20px;
	background-color:#eee;
	border-radius: 0 5px 5px 0;
}
.projectDescription-body-item h5{
	background-color: #ffa31f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    padding: 2px 6px;
    width: 15%;
    height: 24px;
    margin-top: 10px;
    display: block;
    line-height: 24px;
}
.projectDescription-item h4{
	font-size:24px;
	margin-top:20px;
	line-height:35px;
}
.projectDescription_contenta p{
	line-height: 19px;
    font-size: 14px;
	margin-top:5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
 }
 .projectDescription_contentb p{
	line-height: 19px;
    margin-top: 10px;
    font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
 }
.projectDescription-item .block{
	font-size:14px;
	color:#666;
}
.example{
	width:1200px;
	margin:0 auto;
}
.example h5{
	font-size:22px;
	color:#000;
	line-height:45px;
}
.rows{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.box{
	overflow: hidden;
    position: relative;
	z-index: 1;
	width:350px;
	transition: all .5s;
}
.box:hover{ box-shadow: 3px 3px 5px #999; }
.box:hover .tit{
	background-color:#fff;
	width:360px;
	margin-left:-10px;
}
.box:hover .tag{
	padding-left:10px;
}
.box:hover .motto,.box:hover .address{
	text-indent:10px;
}
.box:before,
.box:after{
	content: "";
    background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),#fff 30%);
    width: 520px;
    height: 409px;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -68px;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.box:after{
	background: rgba(255,255,255,0.5);
    width: 266px;
    height: 167px;
    right: auto;
    left: -72px;
    top: -48px;
}
.box:hover:before{
	opacity: 1;
	right: -85%;
}
.box:hover:after{
	opacity: 1;
	top: -42.5%;
}
.box img{
	width: 100%;
	height: 250px;
	transition: all 0.5s ease;
}
.box:hover img{ transform: scale(1.2); }
.box .box-content{
	text-align: right;
	transform: translateY(-50%);
	position: absolute;
	top: 42%;
	right: -100%;
	z-index: 2;
	transition: all .5s;
}
.box:hover .box-content{ right: 5%; }
.box .title{
	color: #1e272e;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
.box .post{
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px;
	display: block;
}
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
}
.box .icon li{
	display: inline-block;
	margin: 0 4px;
}
.box .icon li a{
	color: #fff;
	background-color: #eee;
	font-size: 18px;
    text-align: center;
	line-height:25px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: block;
	transition: all 0.3s;
}
.box .icon li  a:hover{
	color: #eee;
	background-color: #fff;
	border-radius: 10%;
	box-shadow: 0 0 5px #fafafa inset;
}
.head_title{
	padding:30px 0 0 0;
	background-color:#fff;
}
.head_title h4{
	text-align:center;
	font-size:28px;
	width:1200px;
	margin:0 auto;
	color:#333;
	margin-bottom:8px;
}
.head_title p{
	color:#999;
	font-size:14px;
	line-height:24px;
	width:1200px;
	margin:0 auto;
	text-align:center;
}
.form_content{
	margin: 10px auto;
    width: 1200px;
    height: 40px;
    padding: 2px 0 0 0;
}	
.fitment{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
	margin:20px auto;
}
.fit_li{
	width:360px;
	height:200px;
	padding-top:30px;
	text-align:center;
	background-color:#eee;
}	
.fit_li:nth-child(1){background-color:#f5f4f8;}
.fit_li:nth-child(2){background-color:#f3f9f6;}
.fit_li:nth-child(3){background-color:#f9f7f3;}
.fit_li h5{color:#f0781f;font-size:24px;margin-bottom:5px;}
.fit_li p{color:#666;font-size:14px;line-height:28px;}
.fit_li ul{width:240px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;}
.fit_li ul li{width:70px;height:30px;line-height:30px;margin-bottom:10px;color:#fff;font-size:14px;background-color:#ffa31f;border-radius:5px;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
	color: #666;
}
::-moz-placeholder { /* Firefox 19+ */  
	color: #666;
}
:-ms-input-placeholder { /* IE 10+ */ 
	color: #666;
}
:-moz-placeholder { /* Firefox 18- */ 
	 color: #666;
}
input:-internal-autofill-selected{
	background-color:#fff;
}
#calc_form .form-group,#hot_real_form .form-group{
	margin-bottom:15px;
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	border:1px solid #efefef;
}
#calc_form .form-group input,#hot_real_form .form-group input{
	height:44px;
	border:none;
}
#calc_form .form-group .help-block,#hot_real_form .form-group .help-block{
	margin:0;
	position:absolute;
	bottom:-15px;
	left:0;
	font-size:0.1rem;
}
#calc_form .form-group span,#hot_real_form .form-group span{
	display:block;
	height:44px;
	width:44px;
	background-repeat:no-repeat;
	background-position:6px 10px;
	background-size:25px 25px;	
}
#calc_form .form-group .form-control,#hot_real_form .form-group .form-control{
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius:0px;
}
.hotcity{
	background-image:url(form_city.png);
}
.hotname{
	background-image:url(form_user.png);
}
.hotphone{
	background-image:url(form_phone.png);
}
.hotarea{
	background-image:url(tobar_dingzhi.png);
}