body {
    margin-top: -70px;
}
header {
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1111;
    width: 100%;
}
.fl {
	float: left;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
.main{
	width: 100%;
	height: 4864px;
	background: url('../images/distribute/bg.png') no-repeat;
	background-size: 100% 100%;
	margin: 70px 0 0 0;
	padding: 0;
}
.banner-title {
	text-align: center;
	padding: 192px 0 49px;
}
.banner-title img{
	   width:90%;
    }

.con {
	width: 1200px;
	margin: 0 auto;
}

.textc {
	text-align: center;
}

.box_adv {
	width: 298px;
	height: 86px;
	background: url('../images/distribute/banner_1.png') no-repeat;
	margin: 59px 0 0 79px;
	color: #632D18;
	font-size: 36px;
	text-align: center;
	line-height: 86px;
}

.industry {
	text-align: center;
	margin: 328px auto 0;
}

.industry-box {
	width: 358px;
	height: 206px;
	background: url(../images/distribute/jpg_1.1.png);
	margin: 141px 63px 200px 0;
}

.industry-box:last-child {
	margin: 141px 0 0 0;
}

.industry-box-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

.industry-box-text {
	color: #333;
	font-size: 20px;
	text-align: left;
	margin-left: 37px;
	width:80%;
}

.industry-box-line {
	width: 282px;
	height: 1px;
	background: rgba(128, 128, 128, 1);
	margin: 20px auto;
}

.operate-step {
	margin: 100px auto 135px;
}
.plate-ul{
	margin: 95px 0 203px 0;
	height: auto;
    overflow: hidden;
}
.plate-con {
	width: 334px;
	text-align: center;
	margin: 0 94px 0 0;
}
.plate-con:nth-child(3n){
	margin: 0 ;
}
.plate-name {
	color: #3C3C3C;
	font-size: 26px;
	margin: 42px 0 21px;
}

.plate-box {
	width: 333px;
	height: 212px;
	background: rgba(241, 241, 240, 1);
	border: 1px solid rgba(99, 45, 24, 1);
	box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0);
	border-radius: 10px;
}
.plate-img{
	margin: 23px auto 0;
}
.help{
	height: auto;
	overflow: hidden;
	margin: 93px auto 136px;
}
.help-con
{
	width: 473px;
	height: 183px;
	background: url(../images/distribute/wzk_3.png);
	margin: 65px 105px 0;
}
.help-con:nth-child(2n){
	margin: 65px 0 0;
}
.help-con-left{
	margin: 49px 0 0 36px;
}
.help-con-title{
	color: #632D18;
	font-size: 28px;
	width:134px;
    border-bottom: 1px solid  #6B3E38;
    padding-bottom: 19px;
    margin: 0 0 19px 0;
    font-weight: 500;
}
.help-con-text{
	font-size: 18px;
	color: #632D18;
}
.help-con-img{
	margin: -165px 0 0 310px;
}
.footer-img{
	width:100%;
}
@media screen and (max-width:980px) {
	body {
		background-size: contain;
		height: auto;
	}
	img {
		width: 80%;
	}
	.con {
		width: 94%;
		margin: 0 auto;
	}
	.banner-title {
		text-align: center;
		padding: 13% 0 1%;
	}
	.banner-title img{
	   width:90%;
    }
	.box_adv {
		width: 31%;
		height: 45px;
		line-height: 45px;
		background-size: 100% 100%;
		font-size: 16px;
		margin: 1% 0 0 2%;
	}
	.industry {
		margin: 15% auto 13%;
		height: auto;
		overflow: hidden;
	}
	.industry-box {
		width: 100%;
		height: auto;
		background: url(../images/distribute/jpg_1.1.png);
		background-size: 100% 100%;
		margin: 5% 2% 5% 0;
	}
	.industry-box-title {
		font-size: 16px;
		margin: 4% 0 0 0;
	}
	.industry-box:last-child {
		margin: 5% 0 5% 0;
	}
	.industry-box-text {
		width: 100%;
		font-size: 14px;
		margin: 0 0 3% 0;
		text-align: center;
	}
	.industry-box-line {
		margin: 3% auto;
	}
	.operate-step {
		margin: 15% auto 15%;
		width: 100%;
	}
	.plate-ul {
		margin: 10% 0 15% 0
	}
	.plate-con {
		width: 43%;
		margin: 0 0 0 7%;
	}
	.plate-name {
		font-size: 16px;
		margin: 10% 0 5%;
	}
	.plate-box {
		width: 100%;
		height: auto;
		padding-bottom: 5%;
	}
	.plate-con:nth-child(3n) {
		margin: 0 0 0 8%;
	}
	.plate-con:nth-child(2n+1) {
		margin: 0 0 0 3%;
	}
	.plate-img {
		margin: 10% auto 0;
	}
	.help {
		margin: 10% auto 12%;
	}
	.help-con {
		width: 96%;
		height: auto;
		background: url(../images/distribute/wzk_3.png);
		background-size: 100% 100%;
		margin: 25% 0 0 2%;
	}
	.help-con:nth-child(2n) {
		margin: 25% 0 0 2%;
	}
	.help-con-title {
		font-size: 16px;
	}
	.help-con-text {
		font-size: 14px;
	}
	.help-con-img {
		margin: -48% 0 0 55%;
		width: 50%;
	}
	.help-con-left {
		margin: 5% 0 0 5%;
	}
	.footer-img {
		width: 100%;
	}
}
