﻿/*服务部分样式*/
.ser_join_title{
	color: #927444;
	font-family: "微软雅黑";
	font-size: 45px;
}
.ser_join_say{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ser_join_say p{
	font-size: 16px;
	margin-top: 20px;
	line-height: 30px;
}
.ser_join_policy{
	background: #dcdcdc;
	padding-top: 50px;
	padding-bottom: 70px;
}
.ser_join_policy h2{
	margin-bottom: 60px;
}
.ser_join_adv{
	background: #000000;
	padding-top: 50px;
	padding-bottom: 100px;
}
.ser_join_adv h2{
	margin-bottom: 40px;
}
.adv_detail{
	background: #fff;
	height: 220px;
	border: 5px solid #000000;
	position: relative;
	transition: all .5s;
}
.adv_detail p{
	font-size: 36px;
	color: #937344;
	position: relative;
	top: 50%;
	margin-top: -50px;
}
.p_center{
	background: #937344;
}
.p_center p{
	color: #fff;
	font-size: 18px;
	margin-top: -38px;
}
.adv_detail:hover{
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	z-index: 999;
}

/*金粉团*/
.fri{
	padding-top: 40px;
	background: #f2f2f2;
	padding-bottom: 60px;
}
.fri_cicle_1 h2{
	color: #927444;
	font-size: 45px;
}
.fri_cicle_1 p{
	font-size: 18px;
	line-height: 30px;
}
.fri_cicle_2{
	margin-top: 50px;
}
.fri_cicle_2 > div{
	padding-top: 15px;
	padding-bottom: 10px;
}
.fri_cicle_2 img{
	border: 10px solid #fff;
}
.fri_cicle_2 h3{
	font-size: 40px;
	color: #927444;
}
.fri_cicle_2 p{
	font-size: 30px;
	letter-spacing: 3px;
}

/*其他说明*/
.ser_sy_div h1{
	font-size: 45px;
	color: #927444;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ser_system{
	background: #b39d7c;
	position: relative;
	margin-bottom: 20px;
}
.ser_system:hover{
	background: #937344;
}
.ser_sy_div{
	padding-bottom: 80px;
}
.ser_sys_content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.ser_sys_content h2{
	color: #fff;
}
.ser_sys_content a{
	margin-top: 20px;
	font-size: 20px;
	color: #000000;
	display: inline-block;
	border: 1px solid #000000;
	padding: 5px 20px;
	border-radius:20px ;
}
.other1{
	height: 580px;
}
.other2{
	height: 460px;
}

/*私人定制*/
.ser_per{
	padding: 50px 0px 100px 0px;
}
.ser_per h1{
	color: #927444;
	font-size: 45px;
}
.ser_per p{
	font-size: 24px;
}
.ser_per_img{
	margin-top: 50px;
}
.ser_per_img img{
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
}
.ser_per_img img:hover{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}




/* 门店 */
.store_top{
	background: #927444;
	position: relative;
}
.store_top h1{
	position: absolute;
	top: 120px;
	left: 360px;
	color: #fff;
	line-height: 60px;
	font-size: 50px;
	letter-spacing: 2px;
}
.store_div{
	margin-top:30px ;
	margin-bottom: 60px;
}
.store_name{
	position: relative;
	
}
.store_name li{
	width: 176px;
	vertical-align:text-top;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ded5c7;
	font-size: 30px;
	height: 70px;
	overflow: hidden;
}
.store_name li a{
	color: #937344;
}
.store_name .active{
	height: 110px;
	background: #937344;
}
.store_name .active a{
	color: #fff;
}
.store_arrow{
	width: 100%;
	
}
.store_arrow li:first-of-type{
	float: left;
	margin-top: 20px;
}
.store_arrow li:last-of-type{
	float: right;
	margin-top: 20px;
}
.store_arrow li span{
	height: 70px;
	width: 30px;
	font-size: 30px;
	color: #937344;
	cursor: pointer;
}
.store_detail{
	border: 1px solid #000000;
	padding-bottom: 30px;
	margin-bottom: 20px;
    height:250px;
}
.store_detail h2 {
    color: #937344;
    text-indent: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.store_detail p{
	font-size: 18px;
	line-height: 1.5;
	padding-left:10px;
}
.store_detail a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #937344;
	color: #937344;
	border-radius: 15px;
	margin-right: 30px;
}
.store_detail a:hover{
	background-color: #937344;
	color: #fff;
}


/* 公司品牌 */
/*导航部分*/
.brand_bread {
	margin-top: 40px;
	margin-bottom: 70px;
}
.brand_bread ul li{
	background: #ded5c7;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.brand_bread ul li a{
	color: #937344;
}
.brand_bread ul .breadActive, .brand_bread ul li:hover{
	background: #937344;
}
.brand_bread ul .breadActive a, .brand_bread ul li:hover a{
	color: #fff;
	text-decoration: none;
}
/* 成功案列   */
.success_detail > p{
	font-size: 18px;
	padding-left: 120px;
	padding-right: 120px;
	line-height: 30px;
	text-indent: 40px;
}
.suss_dt_img{
	position: relative;
	background: #ded5c7;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:25px ;
}
.suss_dt_img_rcont h2{
	font-size: 30px;
	color: #937344;
	text-align: center;
	margin-bottom: 60px;
}

.suss_dt_img_rcont{
	position: relative;
	margin-top: 48%;
	top:-120px;
}
.suss_dt_img_rcont p{
	font-size: 18px;
	line-height: 40px;
	width: 280px;
	margin: 0 auto;
}
.success_cooperation{
	margin-top:80px;
	padding-bottom: 120px;
}
.success_cooperation h2{
	font-size: 48px;
	color: #937344;
}
.success_cooperation h3{
	font-size: 30px;
	color: #937344;
}

/*董事长寄语*/
.brand_wish_article{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}
.brand_wish_article h1{
	font-size: 36px;
	color: #937344;
}
.brand_wish_article h2{
	font-size: 16px;
	color: #937344;
}
.brand_wish_article p{
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	text-indent: 20px;
}

/*公司概况*/
.brand_intro{
	padding-left:60px;
	padding-right:60px;
}
.brand_intro h1{
	font-size: 48px;
	color: #937344;
}
.brand_intro h2{
	font-size: 36px;
	color: #937344;
	margin-bottom: 40px;
}
.brand_intro h3{
	font-size: 18px;
	font-weight: bold;
}
.brand_intro p{
	font-size: 18px;
	margin-top: 20px;
}
.mtop50{
	margin-top: 50px;
}
.mbot50{
	margin-bottom: 50px;
}
.brand_intro2{
	padding-bottom: 60px;
}
.brand_intro2 h3{
	color: #937344;
}

/*员工风采*/
.brand_em_img{
	position: relative;
}
.brand_em_explain{
	position: absolute;
	top: 0;
	right: 0;
	background: #ded5c7;
	border: 10px solid #fff;
	width: 370px;
	height: 270px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	/*padding-top: 20px;*/
}
.brand_em_center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.brand_em_explain h2{
	font-size: 60px;
	margin-top:0px ;
}
.brand_em_explain p{
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom:3px solid #000;
	margin-bottom: 20px;
}
.brand_em_explain a{
	color: #000000;
	border: 1px solid #000000;
	padding: 3px 10px;
	border-radius: 12px;
	text-decoration: none;
}
.brand_em_explain:hover{
	background: #937344;
}
.brand_em_explain:hover h2{
	color: #fff;
}
.brand_em_explain:hover p{
	border-bottom:3px solid #fff;
}
.brand_em_explain:hover a{
	color: #fff;
	border: 1px solid #fff;
}

/*公司历程*/
.brand_ex{
	padding-bottom:60px ;
}
.brand_ex_left{
	padding-top:40px ;
	border-right: 2px solid #000;
	margin-right: -1px;
}
.brand_ex_right{
	padding-top:200px ;
	border-left: 2px solid #000;
	margin-left: -1px;
}
.brand_ex_module{
	position: relative;
}
.brand_ex_cont{
	height: 0px;
	overflow: hidden;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	opacity: 0;
}
.brand_ex_left .brand_ex_module h3{
	text-align: center;
	color: #000;
}
.brand_ex_left .brand_ex_module hr{
	margin-left: 38%;
	margin-right: 38%;
	border-color: #000;
	border-width: 2px;
	margin-top: 0px;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.brand_ex_left .brand_ex_module .brand_ex_point{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	float: right;
	top: 28px;
	right: -23px;
	z-index: 9999;
	transition: all 0.5s 1.5s;
	-webkit-transition: all 0.5s 1.5s;
	-moz-transition: all 0.5s 1.5s;
	-ms-transition: all 0.5s 1.5s;
	-o-transition: all 0.5s 1.5s;
}
.brand_ex_module p{
	margin-left: 70px;
	margin-right: 70px;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 45px;
	text-align: justify;
	margin-bottom: 25px;
}
.brand_ex_left .brand_ex_module:hover h3{
	color: #937344;
}
.brand_ex_left .brand_ex_module:hover hr{
	margin-right: -15px;
	border-color: #937344;
}
.brand_ex_left .brand_ex_module:hover .brand_ex_cont{
	opacity: 1;
	filter: alpha(opacity = 100);
	height: auto;
}
.brand_ex_left .brand_ex_module:hover .brand_ex_point{
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	background: #937344;
}

/*右侧*/
.brand_ex_right .brand_ex_module h3{
	text-align: center;
}

.brand_ex_right .brand_ex_module hr{
	margin-left: 38%;
	margin-right: 38%;
	border-color: #000;
	border-width: 2px;
	margin-top: 0px;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.brand_ex_right .brand_ex_module .brand_ex_point{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	float: right;
	top: 28px;
	left: -24px;
	z-index: 9999;
	transition: all 0.5s 1.5s;
	-webkit-transition: all 0.5s 1.5s;
	-moz-transition: all 0.5s 1.5s;
	-ms-transition: all 0.5s 1.5s;
	-o-transition: all 0.5s 1.5s;
}
.brand_ex_right .brand_ex_module:hover hr{
	margin-left: -15px;
	border-color: #937344;
}
.brand_ex_right .brand_ex_module:hover .brand_ex_cont{
	opacity: 1;
	filter: alpha(opacity = 100);
	height: auto;
}
.brand_ex_right .brand_ex_module:hover .brand_ex_point{
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	background: #937344;
}
.brand_ex_footer img{
	margin-left: 100%;
	position: relative;
	left: -12px;
	margin-top: 25px;
}


/*企业荣誉*/
.brand_honor{
	padding-bottom: 38px;
}
.brand_honor ul li a{
	font-size: 24px;
	color: #000000;
}
.brand_honor ul li hr{
	width: 100px;
	border-color: #000;
	border-width: 2px;
	margin: 0 auto;
}
.brand_honor ul li a:focus{
	background: none;
}
.brand_honor ul li a:hover{
	background: none;
	color: #937344;
}
.brand_honor ul li a:hover hr{
	border-color: #937344;
}
.brand_honor ul .active a{
	color: #937344;
}
.brand_honor ul .active a hr{
	border-color: #937344;
}
.brand_honor .tab-pane h4{
	margin-top: 20px
	margin-bottom: 30px;
}

