


.zmain {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box; -webkit-box-sizing: border-box;
    position: relative;
}

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

img { max-width: 100% !important; max-height: 100% !important; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.distribution1 { padding: 50px 0px; padding-bottom: 0px; }
.distribution1 .tit h2 { font-size: 32px; color: #333; font-weight: bold; text-align: center; }
.distribution1 .tit h3 { font-size: 30px; color: #535353; margin-top: 20px; font-weight: bold; text-align: center; }
.distribution1 .tit p { font-size: 14px; line-height: 22px; margin-top: 20px; color: #666; }
.distribution1 .dow { margin-top: 26px; }
.distribution1 .dow h3 { font-size: 18px; font-weight: bold; margin-bottom: 20px; color: #333; }
.distribution1 .dow p { margin-top: 6px; padding-left: 15px; font-size: 14px; position: relative; 
	background: url('../images/s1.png') no-repeat left 10px; color: #666; line-height: 22px; }
.distribution1 .dow p strong { font-weight: bold; color: #333; }
.distribution1 .con {  margin-top: 50px; }
.distribution1 .con img { display: block; margin-left: 31%; }


.distribution1 .dow ul {
    margin-left: 20px;
}

.distribution1 .dow ul li { margin-top: 6px; padding-left: 15px; font-size: 14px; position: relative; 
	background: url('../images/s1.png') no-repeat left 10px; color: #666; line-height: 22px; }



.distribution2 ul li { text-align: center; display: block;  margin: 0 auto; margin-top: 30px;  }
.distribution2 ul li img { display: inline-block; }
.distribution2 ul li p { text-align: center; margin-top: 20px; font-size: 14px; }

.distribution3 { padding: 50px 0px; }
.distribution3 h3 { font-size: 18px; font-weight: bold; color: #333; }
.distribution3 p { font-size: 14px; line-height: 22px; margin-top: 20px; color: #666; }


@media only screen and (max-width: 1440px){

	.zmain { max-width: 960px; padding: 0px 20px; }
	.distribution1 .tit h2 { font-size: 24px; }
	.distribution1 .tit h3 { font-size: 24px; }
    .distribution1 .con img { display: block; margin-left: 26%; }

}


@media only screen and (max-width: 960px){

    .distribution1 .tit h2 { font-size: 30px; }
    .distribution1 .tit p { font-size: 24px; line-height: 32px; }
    .distribution1 .con img { margin-left: 0px; }
    .distribution1 .dow h3 { font-size: 26px; }
    .distribution1 .dow p { font-size: 24px; line-height: 30px; margin-top: 16px; }
    .distribution2 ul li p { font-size: 24px; }
    .distribution3 h3 { font-size: 26px; }
    .distribution3 p { font-size: 24px; line-height: 34px;  }

}