.banner {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
/*加盟万喜优势*/
.advanage-box {}
.advanage-box li {
	float: left;
    width: 23%;
    background-color: #FFF;
    margin: 1%;
    padding:1%;
    text-align: center;
	box-shadow: 0 0 2px #ccc;
}
.advanage-box li h4 {
	font-size: 22px;
    font-weight: 200;
    line-height: 45px;
	text-align:center;
}
.advanage-box li  p {
	height:70px;
	padding-top:10px;
}
.advanage-box li h4 span {
	display:inline-block;
	width:40px;
	height:40px;
	background: #df2228;
    border-radius: 50%;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin-right:20px;
}
.advanage-box li div img {
	width:100%;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.advanage-box li {
    width: 48%;
	padding: 1%;
}
.advanage-box li h4 {
	font-size: 18px;
    line-height: 36px;
}
.advanage-box li  p {
	height:110px;
	padding-top:10px;
}
.advanage-box li h4 span {
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background: #df2228;
    border-radius: 50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}
}


/*厨卫市场前景分析*/
.market {
	padding:30px 0;
}
.market-box {}
.market-box .txt {
	width:30%;
}
.market-box .txt p {
	text-indent:2em;
	padding:10px 0;
}
.market-box .pic {
	width:60%;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.market-box .txt,.market-box .pic {
	width:100%;
}
}

/*八大优势*/
.join-advantage .home-title .t1 {
    color:#fff;
}
.join-advantage .home-title .t2 {
    color:#fff;
}
.join-advantage {
	background:#000 url(../images/advantage-Bg.jpg) no-repeat top center;
	padding:3% 0;
}
.join-advantage .advantage-box {}
.join-advantage .advantage-box ul {}
.join-advantage .advantage-box ul li {
    float:left;
    width: 20%;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin:1% 2.5%;
    padding:2% 2%;
    box-sizing: border-box;
}
.join-advantage .advantage-box ul li i {
    display:inline-block;
    width:100%;
    height:80px;
    transition: all 0.3s;
}
.join-advantage .advantage-box ul li h5 {
    color: #fff;
    font-size: 16px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.join-advantage .advantage-box ul li {
    width: 45%;
}	
}


/*品牌荣誉 万喜制造*/
.honor-box {}
.honor-box .box {

	overflow-x: auto;
}
.honor-box .box  .list{
	width: 300%;
	max-height:400px;
	overflow-y: auto;
}
.honor-box .box  .list li{
	float: left;
    width: 255px;
    text-align: center;
    padding: 20px 10px;
}
.honor-box .box  .list li img{
	width:100%;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.honor-box .box  .list{
	width: 1300%;
}
}


/*申请加盟*/
.message {
	padding:5%;
	margin:2% 0;
	background:#f6f6f6;
}
.message .message-inner {
	border-radius: 5px;
	background:#fff;
}
.message .message-inner form {
	overflow:hidden;
}
.msg-box .msg-list {
    min-width: 360px;
    float: left;
    width:100%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.msg-box .msg-list  input,.msg-list select,button,.msg-list textarea{
	display: block;
    float: left;
    margin-right: 1%;
    border: 0;
    background: #fff;
    border: solid 1px #d2d2d2;
    font-size: 15px;
    color: #313131;
    padding: 0 1%;
    line-height: 50px;
    width:30%;
	max-width:400px;
}
.msg-box  select{
	 width: 30%;
	 height: 50px;
}
.msg-list textarea {
	color: #313131;
	height:50px;
	max-width:600px;
}
.msg-box .J_Submit {
    background: #ee0718;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 220px;
    line-height: 45px;
    margin: 20px 0;
	padding:0 1%;
    clear: both;
}

.one .msg-box .msg-list {
	width:20%;
    min-width: 200px;
}
.one .msg-box .msg-list input,.one .msg-list select, button{
	width:100%;
    max-width: 800px;
}

/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.msg-box .msg-list {
    min-width: 200px;
}
.msg-box .msg-list  input,.msg-list textarea{
    width:98%;
	margin:1% 0;
	max-width:500px;
}
.msg-box .J_Submit {
    width: 100%;
}
.one .msg-box .msg-list {
	width:100%;
}
}
