*{
	padding: 0;
	margin: 0;
}

/*pc端css样式*/
.index_box{
	width: 100%;
}

/* 主体内容 */
.index_section{
	/* margin-top: 95px; */
}

/* 加盟前景 */
.index_prospect{
	width: 1200px;
	margin: 0 auto;
	margin-top:90px;
}


/*文章一到四的左边距*/
.one_text{
	margin-left: 110px;
}
.three_text{
	margin-left: 110px;
}


/* 加盟标题 */
.index_prospect_title {
	text-align: center;
}
.index_prospect_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_prospect_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_prospect_title p:last-child{
	color: #282828 ;
	font-size: 20px ;
}

/* 前景内容 */
.index_prospect_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_prospect_list{
	width: 570px;
	padding-left: 10px;
	margin-top: 50px;
	
}
.zuichang{
	width: 570px!important;
	background: #e4e5ea!important;
}
.index_prospect_list .one{
	width:423px ;
	line-height: 60px;
	text-align: left;
	border-radius: 10px;
	background: #e4e5ea;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.prospect{
	margin-left: auto;
	margin-right: auto;
}
.prospect span{
	display: block;
}
.index_prospect_list  .one>p{
	color: #282828 ;
	font-size: 28px ;
}
.index_prospect_list div:last-child{
	margin-top: 30px;
}
.index_prospect_list div:last-child p{
	color: #606060 ;
	font-size: 16px ;
	margin-bottom: 10px;
}


/* 六大优势 */
.index_advantage_bg{
	width: 100%;
	margin-top: 80px;
	background: url(../img/index_advantage.png)no-repeat center;
	background-size:cover;
}
.index_advantage{
	width: 1200px;
	margin: 0 auto;
}
/* 六大优势标题 */
.index_advantage_title {
	text-align: center;
}
.index_advantage_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_advantage_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.advantage_henxian{
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantage_henxian div:first-child{
	width: 90px;
	border: 1px solid #a2a2a2;
}
.advantage_henxian div:nth-child(2) span{
	color: #282828;
	font-size: 20px ;
	padding-left:24px;
	padding-right:24px ;
}
.advantage_henxian div:last-child{
	width: 90px;
	border: 1px solid #a2a2a2;
}
/* 六大优势内容 */
.index_advantage_content2 .index_advantage_list{
	display:none;
}
.index_advantage_content{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d0d0d0;
}
.index_advantage_list{
	width: 33.3%;
	padding: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.advantage_bggray{
	 background: #f4f4f4;
}
.advantage_bgwhite{
	background: white;
}
.index_advantage_list div:first-child{
	text-align: center;
}
.index_advantage_list p:nth-child(2){
	color: #232323;
	font-size: 28px ;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.index_advantage_list p:last-child{
	margin-left: auto;
	margin-right: auto;
}
.index_advantage_list p:last-child span{
	color: #606060;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
}

/* 专业美缝系统 */
.index_seam{
	width: 1200px;
	margin: 0px auto;
	margin-top: 90px;
}
/* 专业美缝系统标题 */
.index_seam_title {
	text-align: center;
}
.index_seam_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_seam_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_seam_title p:last-child{
	color: #282828 ;
	font-size: 19px ;
	
}
/* 专业美缝系统内容 */
.index_seam_content{
	margin-top: 115px;
    display: flex;
	flex-wrap: wrap;
}
.index_prospect_list_move{
	display:none;
}

.index_seam_list{
	width: 375px;
	margin:0 10px;
	margin-bottom: 20px;
	border: 1px solid #ededed;
	transition: all .5s;
}
.index_seam_listtranslation{
	transform: translateY(-20px);
}
.seam_bg{
	width: 375px;
}
.seam_bg div{
	height:400px;
	text-align: center;
	display:flex;
	align-items:center;
}
.seam_bg div img{
	max-width:100%;
	max-height:100%;
}
.seam_text{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
/* 	margin-top: 14px;
	margin-bottom: 14px; */
}
.seam_text p:first-child{
	color:black;
	font-size: 20px ;
}
.seam_text p:last-child{
	width: 126px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: red;
}
.seam_text p:last-child a{
	color: white;
	font-size: 16px;
	text-decoration: none;
}




/* 加盟支持 */
.index_support_bg{
	width: 100%;
	padding-bottom:90px;
	background: url(../img/index_join.png)no-repeat center;
	background-size:cover;
}
.index_support{
	width: 1200px;
	margin: 0 auto;
}
/* 加盟支持标题 */
.index_support_title {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	/* margin-bottom: 65px; */
}
.index_support_title p:first-child{
	color: white ;
	font-size: 32px ;
	font-weight: bold;
}
.index_support_title p:nth-child(2){
	color: white ;
	font-size: 42px ;
	margin-bottom: 15px;
	font-weight: bold;
}
.index_support_content{
	display: flex;
}
.bbc:hover{
	background: #9b011e;
}
.bbc:hover p{
	color: white!important;
}


.index_support_content_move{
    display:none;
}
.index_support_content{
	display:flex;
	align-items:center;
	justify-content:center;
}
/* 加盟支持左边内容 */
.index_support_left{
	width:33.3%;
}
.index_support_left div{
	 padding: 20px;
	 margin-bottom: 20px;
	 background: white;
	 border-radius: 20px;
	 min-height: 246px;
}
.index_support_left div>p:first-child{
	color: black ;
	font-size: 28px ;
}
.index_support_left div>p:nth-child(2){
	color: #606060 ;
	font-size: 16px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.index_support_left div>p:last-child{
	color: #606060 ;
	font-size: 16px ;
}

/* 加盟支持中间内容 */
.index_support_center{
	width:33.3%;
	margin-left: 20px;
}
.index_support_circular{
	 height: 386px;
	 margin: 0px auto;
	 background: white;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 margin-bottom: 26px;
}
.corcular_size{
	padding-top:52px;
	display: flex;
	flex-direction: column;
}
.corcular_size span:first-child{
	color: #282828;
	font-size: 120px ;
	font-weight: bold;
	line-height:1.2em;
}
.corcular_size span:nth-child(2){
	color: #282828;
	font-size: 35px ;
	font-weight: bold;
	margin-top:15px;
}
.index_support_circular p:last-child{
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #9b011e;
	border-radius: 20px;
}
.index_support_circular p:last-child a{
	color: white;
	font-size: 24px;
	text-decoration: none;
}
.pp{
	padding: 20px;
	margin-bottom: 20px;
	background: white;
	border-radius: 20px;
}
.pp p:first-child{
	color: black ;
	font-size: 28px ;
}
.pp p:nth-child(2){
	color: #606060 ;
	font-size: 16px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.pp p:last-child{
	color: #606060 ;
	font-size: 16px ;
}


/* 加盟支持右边内容 */
.index_support_right{
	width:33.3%;
	margin-left: 20px;
}
.index_support_right div{
	 padding: 20px;
	 margin-bottom: 20px;
	 background: white;
	 border-radius: 20px;
	 min-height: 246px;
}
.index_support_right div>p:first-child{
	color: black ;
	font-size: 28px ;
}
.index_support_right div>p:nth-child(2){
	color: #606060 ;
	font-size: 16px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.index_support_right div>p:last-child{
	color: #606060 ;
	font-size: 16px ;
}
.index_support_phone{
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.index_support_phone div:last-child{
	margin-top: 20px;
}
.index_support_phone div:last-child span{
	color: white;
	font-size: 35px;
	font-weight: bold;
}

.index_support_movebtn{
	display:none;
}



 /* 加盟瓷牛品牌怕什么-部分 */ 
.index_fear_bg{
	background:url(../img/haipa_bg.png)no-repeat center;
	background-size:cover;
} 
.index_fear{
	width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

/* 左边内容 */
.index_fear_left_title{
	color:black ;
	font-size: 50px ;
	font-weight: bold ;
}
.fear_three_reason{
	width: 690px;
	display: flex;
	margin-top: 80px;
	margin-bottom: 70px;
}
.fear_three_reason div{
	width: 33.3%;
	vertical-align: middle;
	padding:10px 0;
	text-align: center;
	display: flex;
	margin-right: 35px;
	flex-direction: column;
	border: 1px solid #c5c6c6;
	border-radius: 20px;
}
.fear_three_reason div span{
	color: #000000 ;
	font-size: 30px ;
}

.index_fear_left p:nth-child(3){
	color: #373737;
	font-size: 38px;
}
.index_fear_left p:nth-child(4){
	color: #373737;
	font-size: 38px;
	margin-top: 10px;
}

.fearless_btn{
	width: 323px;
	height: 40px;
	line-height: 40px;
	background: #9b011e;
	border-radius: 20px;
	text-align: center;
	margin: 0px auto;
	margin-top: 60px;
}
.fearless_btn a{
	color: white;
	font-size: 24px;
	text-decoration: none;
}


/* 右边内容 */
.index_fear_right_box{
	padding-top:70px;
}
.index_fear_right{
	width: 330px;
	padding: 20px;
	height: 475px;
	border-radius: 20px;
	background: #8e8e8e;
	display: flex;
	flex-direction: column;
}
.index_fear_right p:first-child{
	color: white;
	font-size: 28px;
}
.index_fear_form{
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
.index_fear_form input{
	color: #a6a6a6;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 25px;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_form textarea{
	height: 100px;
	padding: 15px;
	color: #a6a6a6;
	font-size: 16px;
	margin-bottom: 25px;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_form button{
	padding: 15px;
	color: white;
	background: #9b011e;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_right p:last-child{
	color:white;
	font-size: 16px ;
	margin-top: 10px;
}


/* 产品案例 */
.index_case{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}
/* 产品案例标题 */
.index_case_title {
	text-align: center;
	margin-bottom: 65px;
}
.index_case_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_case_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_case_title p:last-child{
	color: #282828 ;
	font-size: 20px ;
}
/* 产品案例内容 */
.index_case_content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_case_content div{
    padding:0 10px;
	width:33.3%;
	text-align:center;
	margin-bottom: 20px;
}

.index_case_content div>img{
	width: 375px;
	height: 270px;
}

/* 产品案例按钮 */
.index_prospect_btn{
	margin-top: 30px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_prospect_btn div:first-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b011e;
	border-radius: 25px;
}
.index_prospect_btn div:last-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #202020;
	border-radius: 25px;
}
.index_prospect_btn div a{
	 color: white;
	 text-decoration: none;
}
.index_prospect_btn div:last-child{
	margin-left: 80px;
}


/* 公司简介 */
.index_brief_bg{
	width: 100%;
	margin-bottom: 90px;
	padding-bottom:90px;
	background: url(../img/index_brief.png)no-repeat center;
	background-size:cover;
}
.index_brief{
	width: 1200px;
	margin: 0 auto;
}
/* 公司简介标题 */
.index_brief_title {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	/* margin-bottom: 65px; */
}
.index_brief_title p:first-child{
	color: white ;
	font-size: 32px ;
	font-weight: bold;
}
.index_brief_title p:nth-child(2){
	color: white ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_brief_title p:last-child{
	color: white ;
	font-size: 20px ;
}
/* 公司简介内容 */
.index_brief_content{
	padding: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	background: white;
}
/* 左边内容 */
.index_brief_left{
	width: 520px;
}
/* 右边内容 */
.index_brief_right{
	width: 588px;
}
/* 右边内容标题 */
.index_brief_right_title p:first-child{
	color: #950127;
	font-size: 36px;
}
.index_brief_right_title p:last-child{
	color: black;
	font-size: 25px;
}

/* 右边内容之内容 */
.index_brief_right_content{
	margin-top: 25px;
}
.index_brief_right_content p{
	padding-bottom: 5px;
}
.index_brief_right_content p>span{
	color: #606060;
	font-size: 14px ;
	display: block;
	padding-bottom: 4px;
}


/* 生产基地 */
.index_base{
	width: 1200px;
	margin: 0 auto;
}
/* 生产基地标题 */
.index_base_title {
	text-align: center;
	margin-bottom: 50px;
}
.index_base_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_base_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
/* 生产基地内容 */
.index_base_content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_base_content div{
	width:33.3%;
	padding:0 10px;
	text-align:center;
	margin-bottom:16px;
}
.index_base_content div img{
	width: 375px;
	height: 270px ;
}

/* 生产基地按钮 */
.index_baset_btn{
	margin-top: 10px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_baset_btn div:first-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b011e;
	border-radius: 25px;
}
.index_baset_btn div:last-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #202020;
	border-radius: 25px;
}
.index_baset_btn div a{
	 color: white;
	 text-decoration: none;
}
.index_baset_btn div:last-child{
	margin-left: 80px;
}

/* 加盟流程 */
.index_process_bg{
	width: 100%;
	background: url(../img/index_process.png)no-repeat center ;
	background-size:cover;
}
.index_process{
	width: 1200px;
	margin: 0 auto;
	padding-bottom:90px
}

/* 加盟流程标题 */
.index_process_title {
	padding-top: 90px;
	padding-bottom: 80px;
	text-align: center;
}
.index_process_title p:first-child{
	color: #950127 ;
	font-size: 32px ;
	font-weight: bold;
}
.index_process_title p:nth-child(2){
	color: black ;
	font-size: 42px ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_process_title p:last-child{
	color: #282828 ;
	font-size: 20px ;
}

.index_process_apply{
	text-align: center;
	margin-top: 65px;
}
/* 加盟流程内容 */
.index_process_centent{
	display: flex;
	justify-content: space-between;
}
.index_process_centent div{
	width: 79px;
	text-align: center;
}
.index_process_centent div>p:nth-child(2){
	color:#21396a ;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_process_centent div>p:last-child{
	color:#21396a ;
	font-size: 16px;
}


/* 表单提交 */
.index_process_form{
	width: 1200px;
	height: 60px;
	padding-left:20px ;
	margin-top:70px ;
	display: flex;
	align-items: center;
	border: 1px solid #d6d9e0;
	border-radius: 20px;
	background: white;
	box-shadow: 10px 10px 20px 2px #e7e9ef; 
}

.index_process_form div:first-child{
	margin-left: 10px;
}

.index_process_form .input_fenzu{
	 width: 300px;
	 margin-right: 20px;
	 display: flex;
	 justify-content: space-between;
}

.index_process_form .input_fenzu input{
	border: none;
	outline-style: none;
}

.index_process_form .input_fenzu span{
	color: #21396a;
    font-size: 14px;
}

.index_process_form button:last-child{
	border: none;
	outline-style: none;
	background: none;
	display: flex;
	align-items: center;
	color: #21396a;
	font-size: 16px;
	padding-right: 20px;
	font-weight: bold;
	margin-left: 80px;
}

.index_process_form button:last-child span{
	padding-right: 20px;
}

.index_move_process_form{
	display:none;
}
/* 服务流程 */
.index_service{
	width: 100%;
	background: url(../img/index_process_beijin.png)no-repeat center ;
	background-size:cover;
}
.index_service .index_process{padding:0 50px 40px 50px;}
.index_process_beijin{width:100%;height:auto;}
.index_process_beijin img{width:100%;}
/* 全屋美逢系统产品应用示意图 */
.index_whole{
	width: 100%;
	background:#ededed;
}
.index_whole .index_process{padding-bottom: 40px;}
.index_whole_beijin{width:100%;height:auto;}
.index_whole_beijin img{width:100%;}


/*移动端css样式*/
/*尺寸小于1000时*/
@media screen and (max-width: 1000px) {
*{
	  padding:0;
	  margin:0;
}
body{
	width:100%;
	margin:0 auto;
}
/* 加盟前景 */
.index_prospect{
	width: 100%;
	margin: 0 auto;
	margin-top:90px;
}

/* 加盟标题 */
.index_prospect_title {
	text-align: center;
}
.index_prospect_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_prospect_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_prospect_title p:last-child{
	color: #282828 ;
	font-size: 0.5em ;
}

/* 前景内容 */
.index_prospect_content{
	width:90%;
	margin:0 20px;
	margin-top:50px;
	margin-top:50px;
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	justify-content: space-between;
}
.index_prospect_list{
	display:none;
	width: 50%;
	padding-left: 10px;
	margin-top: 50px;
	
}


.zuichang{
	width: 100%!important;
	background: #e4e5ea!important;
}
.index_prospect_list{
	padding:0 10px;
}
.index_prospect_list .one{
	width:423px ;
	line-height: 60px;
	text-align: left;
	border-radius: 10px;
	background: #e4e5ea;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.prospect{
	margin-left: auto;
	margin-right: auto;
}
.prospect span{
	display: block;
}
.index_prospect_list  .one>p{
	color: #282828 ;
	font-size: 26px ;
}
.index_prospect_list div:last-child{
	margin-top: 30px;
}
.index_prospect_list div:last-child p{
	color: #606060 ;
	font-size: 16px ;
	margin-bottom: 10px;
}



/* 移动端前景 */ 
.index_prospect_list_move{
	margin-bottom:30px;
	display:block;
}
.one1{
    width:70%;
	text-align:center;
    padding:15px;
	background:#e4e5ea;
	margin-bottom:20px;
	border-radius:20px;
}
.one2{
    width:70%;
	text-align:center;
    padding:15px;
	background:#e4e5ea;
	margin-bottom:20px;
	border-radius:20px;
}
.one3{
    width:70%;
	text-align:center;
    padding:15px;
	background:#e4e5ea;
	margin-bottom:20px;
	border-radius:20px;
}
.one4{
    width:100%;
	text-align:center;
    padding:15px;
	background:#e4e5ea;
	margin-bottom:20px;
	border-radius:20px;
}
.index_prospect_list_move_title span{
	color: #282828;
	font-size:16px;
}
.index_prospect_list_move_content p{
	color:#606060;
	font-size: 12px;
	margin-bottom:5px;
}










/* 六大优势 */
.index_advantage_bg{
	width: 100%;
	margin-top: 80px;
	background: url(../img/index_advantage.png)no-repeat center;
	background-size:cover;
}
.index_advantage{
	width: 100%;
	margin: 0 auto;
}
/* 六大优势标题 */
.index_advantage_title {
	text-align: center;
}
.index_advantage_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_advantage_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.advantage_henxian{
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantage_henxian div:first-child{
	width: 90px;
	border: 1px solid #a2a2a2;
}
.advantage_henxian div:nth-child(2) span{
	color: #282828;
	font-size: 0.5em ;
	padding-left:24px;
	padding-right:24px ;
}
.advantage_henxian div:last-child{
	width: 90px;
	border: 1px solid #a2a2a2;
}

/* 六大优势内容 */

/* 移动端六大优势内容 */
.index_advantage_content2{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d0d0d0;
}
.index_advantage_content2  .index_advantage_list{
	display:block;
}
.index_advantage_content2 .index_advantage_list p:last-child{
	margin-left: auto;
	margin-right: auto;
}
.index_advantage_content2 .index_advantage_list p:last-child span{
	color: #606060;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
}




/* pc端六大优势内容 */
.index_advantage_content{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d0d0d0;
}
.index_advantage_content  .index_advantage_list{
	display:none;
}
.index_advantage_list{
	width: 50%;
	padding: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.advantage_bggray{
	 background: #f4f4f4;
}
.advantage_bgwhite{
	background: white;
}
.index_advantage_list div:first-child{
	text-align: center;
}
.index_advantage_list p:nth-child(2){
	color: #232323;
	font-size: 28px ;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.index_advantage_list p:last-child{
	margin-left: auto;
	margin-right: auto;
}
.index_advantage_list p:last-child span{
	color: #606060;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
}

/* 专业美缝系统 */
.index_seam{
	width: 100%;
	margin-top:90px;
}
/* 专业美缝系统标题 */
.index_seam_title {
	text-align: center;
}
.index_seam_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_seam_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_seam_title p:last-child{
	color: #282828 ;
	font-size: 0.5em ;
	
}
/* 专业美缝系统内容 */
.index_seam_content{
	margin-top: 115px;
    display: flex;
	flex-wrap: wrap;
	width:100%;
}
.index_seam_list{
	width: 45%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom: 25px;
	border: 1px solid #ededed;
	transition: all .5s;

}
.index_seam_listtranslation{
	transform: translateY(-20px);
}
.seam_bg{
	width: 100%;
}
.seam_bg div{
	height:100%;
	height:400px;
	text-align: center;
	display:flex;
	align-items:center;
}
.seam_bg div img{
	max-width:100%;
	max-height:100%;
}
.seam_text{
	padding: 20px;
	display: flex;
	align-items: center;
	flex-direction:column;
	justify-content: space-between;
/* 	margin-top: 14px;
	margin-bottom: 14px; */
}
.seam_text p:first-child{
	color:black;
	font-size: 16px ;
}
.seam_text p:last-child{
	width: 126px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: red;
	margin-top:20px;
}
.seam_text p:last-child a{
	color: white;
	font-size: 16px;
	text-decoration: none;
}

/* 加盟支持 */
.index_support_bg{
	width: 100%;
	padding-bottom:90px;
	background: url(../img/index_join.png)no-repeat center;
	background-size:cover;
}
.index_support{
	width: 100%;
	margin: 0 auto;
}
/* 加盟支持标题 */
.index_support_title {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	/* margin-bottom: 65px; */
}
.index_support_title p:first-child{
	color: white ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_support_title p:nth-child(2){
	color: white ;
	font-size: 2em ;
	margin-bottom: 15px;
	font-weight: bold;
}
.index_support_content{
	display: flex;
}
.bbc:hover{
	background: #9b011e;
}
.bbc:hover p{
	color: white!important;
}


.index_support_content{
	margin:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
/* 加盟支持左边内容 */
.index_support_left{
	display:none;
	width:33.3%;
}
.index_support_left div{
	 padding: 20px;
	 margin-bottom: 20px;
	 background: white;
	 border-radius: 20px;
}
.index_support_left div>p:first-child{
	color: black ;
	font-size: 28px ;
}
.index_support_left div>p:nth-child(2){
	color: #606060 ;
	font-size: 14px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.index_support_left div>p:last-child{
	color: #606060 ;
	font-size: 14px ;
}

/* 加盟支持中间内容 */
.index_support_center{
	width:33.3%;
	margin-left: 20px;
	display:none;
}
.index_support_circular{
	 height: 350px;
	 margin: 0px auto;
	 background: white;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 margin-bottom: 100px;
}
.corcular_size{
	padding-top:52px;
	display: flex;
	flex-direction: column;
}
.corcular_size span:first-child{
	color: #282828;
	font-size: 120px ;
	font-weight: bold;
	line-height:1em;
}
.corcular_size span:nth-child(2){
	color: #282828;
	font-size: 35px ;
	font-weight: bold;
	margin-top:15px;
}
.index_support_circular p:last-child{
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #9b011e;
	border-radius: 20px;
}
.index_support_circular p:last-child a{
	color: white;
	font-size: 24px;
	text-decoration: none;
}
.pp{
	padding: 20px;
	margin-bottom: 20px;
	background: white;
	border-radius: 20px;
}
.pp p:first-child{
	color: black ;
	font-size: 28px ;
}
.pp p:nth-child(2){
	color: #606060 ;
	font-size: 14px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.pp p:last-child{
	color: #606060 ;
	font-size: 14px ;
}


/* 加盟支持右边内容 */
.index_support_right{
	display:none;
	width:33.3%;
	margin-left: 20px;
}
.index_support_right div{
	 padding: 20px;
	 margin-bottom: 20px;
	 background: white;
	 border-radius: 20px;
}
.index_support_right div>p:first-child{
	color: black ;
	font-size: 28px ;
}
.index_support_right div>p:nth-child(2){
	color: #606060 ;
	font-size: 14px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.index_support_right div>p:last-child{
	color: #606060 ;
	font-size: 14px ;
}
.index_support_phone{
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.index_support_phone div:last-child{
	margin-top: 20px;
}
.index_support_phone div:last-child span{
	color: white;
	font-size: 2em;
	font-weight: bold;
}

/* 移动端加盟支持内容*/
.bbc_box{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.index_support_content_move{
	width:100%;
	display:block;
}
.index_support_content_move .bbc{
	width:47%;
	margin:0 auto;
	margin-bottom:25px;
}
.bbc_box div{
	 padding: 20px;
	 margin-bottom: 20px;
	 background: white;
	 border-radius: 20px;
}
.bbc_box div>p:first-child{
	color: black ;
	font-size: 28px ;
}
.bbc_box div>p:nth-child(2){
	color: #606060 ;
	font-size: 14px ;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bbc_box div>p:last-child{
	color: #606060 ;
	font-size: 14px ;
}

.index_support_movebtn{
	display:block;
	width: 210px ;
	margin:0 auto;
	margin-top:30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b011e;
	border-radius: 25px;
	
}
.index_support_movebtn a{
	color:white;
	font-size:12px;
	text-decoration:none;
}
	

 /* 加盟瓷牛品牌怕什么-部分 */ 
.index_fear_bg{
	background:url(../img/haipa_bg.png)no-repeat center;
	background-size:cover;
} 
.index_fear{
	width: 100%;
	display: flex;
	flex-direction:column;        
    justify-content:center	
}

/* 左边内容 */
.index_fear_left{
	width:100%;
}
.index_fear_left_title{
	color:black ;
	font-size: 2.5em ;
	font-weight: bold ;
}
.fear_three_reason{
	width: 100%;
	display: flex;
	margin-top: 80px;
	margin-bottom: 70px;
}
.fear_three_reason div{
	width: 33.3%;
	vertical-align: middle;
	padding:10px 0;
	text-align: center;
	display: flex;
	margin-right: 35px;
	flex-direction: column;
	border: 1px solid #c5c6c6;
	border-radius: 20px;
}
.fear_three_reason div span{
	color: #000000 ;
	font-size: 1.5em ;
}

.index_fear_left p:nth-child(3){
	color: #373737;
	font-size: 2em;
	text-align:center;
}
.index_fear_left p:nth-child(4){
	color: #373737;
	font-size: 2em;
	margin-top: 10px;
	text-align:center;
}

.fearless_btn{
	width: 323px;
	height: 40px;
	line-height: 40px;
	background: #9b011e;
	border-radius: 20px;
	text-align: center;
	margin: 0px auto;
	margin-top: 60px;
}
.fearless_btn a{
	color: white;
	font-size: 24px;
	text-decoration: none;
}


/* 右边内容 */
.index_fear_right_box{
	width:100%;
	display:flex;
	justify-content:center;
}
.index_fear_right{
	width: 100%;
	padding: 20px;
	height: 475px;
	border-radius: 20px;
	background: #8e8e8e;
	display: flex;
	flex-direction: column;
}
.index_fear_right p:first-child{
	color: white;
	font-size: 28px;
}
.index_fear_form{
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
.index_fear_form input{
	color: #a6a6a6;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 25px;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_form textarea{
	height: 100px;
	padding: 15px;
	color: #a6a6a6;
	font-size: 16px;
	margin-bottom: 25px;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_form button{
	padding: 15px;
	color: white;
	background: #9b011e;
	outline-style: none;
	border: none;
	border-radius: 10px;
}
.index_fear_right p:last-child{
	color:white;
	font-size: 16px ;
	margin-top: 10px;
}

/* 产品案例 */
.index_case{
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
}
/* 产品案例标题 */
.index_case_title {
	text-align: center;
	margin-bottom: 65px;
}
.index_case_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_case_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_case_title p:last-child{
	color: #282828 ;
	font-size: 0.5em ;
}
/* 产品案例内容 */
.index_case_content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_case_content div{
	width:100%;
    margin:10px;
	text-align:center;
	margin-bottom: 16px;
}
.index_case_content div>a>img{
	width:100%;
}

/* 产品案例按钮 */
.index_prospect_btn{
	width:90%;
	margin:20px;
	margin-top: 30px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_prospect_btn div:first-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b011e;
	border-radius: 25px;
}
.index_prospect_btn div:last-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #202020;
	border-radius: 25px;
}
.index_prospect_btn div a{
	 color: white;
	 text-decoration: none;
}
.index_prospect_btn div:last-child{
	margin-left: 80px;
}

/* 公司简介 */
.index_brief_bg{
	width: 100%;
	margin-bottom: 90px;
	padding-bottom:90px;
	background: url(../img/index_brief.png)no-repeat center;
	background-size:cover;
}
.index_brief{
	width: 100%;
	margin: 0 auto;
}
/* 公司简介标题 */
.index_brief_title {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	/* margin-bottom: 65px; */
}
.index_brief_title p:first-child{
	color: white ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_brief_title p:nth-child(2){
	color: white ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_brief_title p:last-child{
	color: white ;
	font-size: 0.5em;
}
/* 公司简介内容 */
.index_brief_content{
	margin: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction:column;
	align-items: center;
	background: white;
}
/* 左边内容 */
.index_brief_left{
	width: 100%;
}

.index_brief_left img{
	width:100%;
}
.people div{
	padding:3px;
}
/* 右边内容 */
.index_brief_right{
   width:100%;
}
/* 右边内容标题 */
.index_brief_right_title p:first-child{
	color: #950127;
	font-size: 2em;
}
.index_brief_right_title p:last-child{
	color: black;
	font-size: 1.5em;
}

/* 右边内容之内容 */
.index_brief_right_content{
	margin-top: 25px;
}
.index_brief_right_content p{
	padding-bottom: 5px;
}
.index_brief_right_content p>span{
	color: #606060;
	font-size: 14px ;
	display: block;
	padding-bottom: 4px;
}


/* 生产基地 */
.index_base{
	width: 100%;
}
/* 生产基地标题 */
.index_base_title {
	text-align: center;
	margin-bottom: 50px;
}
.index_base_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_base_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
/* 生产基地内容 */
.index_base_content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_base_content div{
	width:50%;
	padding:0 10px;
}
.index_base_content div>img{
	width:100%;
}

/* 生产基地按钮 */
.index_baset_btn{
	width:90%;
	margin:20px;
	margin-top: 10px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_baset_btn div:first-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b011e;
	border-radius: 25px;
}
.index_baset_btn div:last-child{
	width: 210px ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #202020;
	border-radius: 25px;
}
.index_baset_btn div a{
	 color: white;
	 text-decoration: none;
}
.index_baset_btn div:last-child{
	margin-left: 80px;
}

/* 加盟流程 */
.index_process_bg{
	width: 100%;
	background: url(../img/index_process.png)no-repeat center ;
	background-size:cover;
}
.index_process{
	width: 100%;
	margin: 0 auto;
	padding-bottom:80px
}

/* 加盟流程标题 */
.index_process_title {
	padding-top: 90px;
	padding-bottom: 80px;
	text-align: center;
}
.index_process_title p:first-child{
	color: #950127 ;
	font-size: 1.5em ;
	font-weight: bold;
}
.index_process_title p:nth-child(2){
	color: black ;
	font-size: 2em ;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_process_title p:last-child{
	color: #282828 ;
	font-size: 0.5em ;
}

.index_process_apply{
	text-align: center;
	margin-top: 65px;
}
/* 加盟流程内容 */
.index_process_none{
	display:none;
}
.index_process_centent{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.index_process_centent div{
	width: 33.3%;
	margin-bottom:20px;
	text-align: center;
}
.index_process_centent div>p:nth-child(2){
	color:#21396a ;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_process_centent div>p:last-child{
	color:#21396a ;
	font-size: 16px;
}
.index_process_apply img{
    width:100%;
}

/* 表单提交 */
.index_process_form{
	width: 100%;
	padding-left:20px ;
	margin-top:70px ;
	display: flex;
	align-items: center;
	border: 1px solid #d6d9e0;
	border-radius: 20px;
	background: white;
	box-shadow: 10px 10px 20px 2px #e7e9ef; 
}

.index_process_form div:first-child{
	margin-left: 10px;
}

.index_process_form .input_fenzu{
	 margin-right: 20px;
	 display: flex;
	 justify-content: space-between;
}

.index_process_form .input_fenzu input{
	border: none;
	outline-style: none;
}

.index_process_form .input_fenzu span{
	color: #21396a;
    font-size: 14px;
}

.index_process_form button:last-child{
	border: none;
	outline-style: none;
	background: none;
	display: flex;
	align-items: center;
	color: #21396a;
	font-size: 16px;
	padding-right: 20px;
	font-weight: bold;
	margin-left: 80px;
}

.index_process_form button:last-child span{
	padding-right: 20px;
}
.index_process_form{
	display:none;
}


/*移动端表单提交*/
.index_move_process_form{
	display:block;
	width:90%;
	margin:20px;
}
.index_move_process_form div>input{
    display: flex;
	padding:15px;
	margin-bottom:20px;
	align-items: center;
	width:100%;
	height:40px;
	border-radius:20px;
	outline-style:none;
	border:none;
	background:white;
	border: 1px solid #d6d9e0;
	box-shadow: 10px 10px 20px 2px #e7e9ef; 
}
.index_move_process_form button{
	color:white;
	font-size:14px;
	font-weight:bold;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	outline-style:none;
	background:#21396a;
	border:none;
	height:40px;
	padding:15px;
	border-radius:20px;
}
.index_move_process_form button>img{
	margin-left:20px;
}


/* 服务流程 */
.index_service{
	width: 100%;
	background: url(../img/index_process_beijin.png)no-repeat center ;
	background-size:cover;
}
.index_service .index_process{padding:0 10px 40px 10px;}
.index_process_beijin{width:100%;height:auto;}
.index_process_beijin img{width:100%;}
/* 全屋美逢系统产品应用示意图 */
.index_whole{
	width: 100%;
	background:#ededed;
}
.index_whole .index_process{padding:0 10px 40px 10px;}
.index_whole_beijin{width:100%;height:auto;}
.index_whole_beijin img{width:100%;}

.pxba img{width:100%;}

}