.zmtyx {
    padding: 100px 0 50px;
	margin: 0 auto;
	width: 1200px;
}
.tit {
    text-align: center;
    font-weight: normal;
    margin-bottom: 60px;
    color: #333;
	font-size: 26px;
}
.tit span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding-top: 20px;
}
.zmtyx ul {
    display: flex;
    justify-content: space-between;
}
.zmtyx li {
    width: 285px;
    height: 350px;
    background: #fafafa;
    transition: all 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(35,35,35,0.2);
}

.zmtyx li h3 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding: 30px 30px 13px;
}
.zmtyx li .desc {
    padding: 0 30px;
}
.zmtyx li .desc p {
    padding-left: 12px;
    position: relative;
    font-size: 13px;
	font-weight: 400;

    line-height: 26px;
}
.zmtyx li .desc p:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    left: 0;
    top: 10px;
    background: #1F5EFB;
    border-radius: 50%;
}

.dptfb ul {
    display: flex;
    flex-wrap: wrap;
}

.dptfb li:nth-child(odd) {
    background: #f5f5f5;
}
.dptfb li {
    width: 240px;
    height: 240px;
}
.dptfb li img {
    display: block;
    margin: 30px auto;
}
.dptfb li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
}
.dptfb {
    padding: 50px 0;
	margin: 0 auto;
	width: 1200px;
}
.way {
    padding-top: 80px;
	margin: 0 auto;
	width: 1200px;
}
.way ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.way li {
    width: 387px;
    height: 302px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px rgba(35,35,35,0.1);
    padding: 0 38px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.way li i {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 30px auto 24px;
}
.way li h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-bottom: 8px;
}
.way li p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
