* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.mzt-banner {
    padding: 2rem 0 2.5rem 0;
    width: 100%;
    background: url(/chanpinzt/imageszt/images87/zt-banner.jpg) no-repeat center;
    background-size: 100% 100%;
}

.mzt-banner p {
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.mzt-banner h1 {
    font-size: .1rem;
    opacity: 0;
}

.mzt-banner figure:nth-child(3) img {
    margin: 1rem auto;
    width: 70%;
    display: block;
}

.mzt-banner ul {
    margin: 0 auto;
    padding: .5rem 0;
    width: 70%;
    display: table;
    border: 2px dashed #cc7148;
    background: rgba(255, 255, 255, 0.6);
}

.mzt-banner ul li {
    position: relative;
    float: left;
    width: 33.3%;
}

.mzt-banner ul li:first-child::after,
.mzt-banner ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 98px;
    background: url(/chanpinzt/imageszt/images87/t2.png) no-repeat center;
    background-size: 100% 100%;
}

.mzt-banner ul li strong {
    font-size: 1.1rem;
    color: #fb4b17;
    text-align: center;
    line-height: 1.4rem;
    display: block;
}

.mzt-banner ul li strong span {
    color: #000;
}

.mzt-banner figure:last-child img {
    margin: 1rem auto;
    width: 80%;
    display: block;
}

.mzt-jj {
    margin-top: 2rem;
    width: 100%;
}

.mzt-t b {
    margin: 0 auto;
    padding: .3rem .7rem;
    font-size: .9rem;
    color: #fff;
    display: table;
    border-radius: 1rem;
    background: #f60504;
}

.mzt-t h2 {
    margin-top: .7rem;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
}

.mzt-t h2 span {
    color: #f60504;
}

.mzt-t p {
    margin-top: .5rem;
    font-size: .8rem;
    color: #000;
    text-align: center;
}

.mzt-t > span {
    margin: 0 auto;
    margin-top: .5rem;
    width: 9%;
    height: 4px;
    background: #f60504;
    display: block;
}

.mjj-box div {
    position: relative;
    margin: 1.3rem auto;
    width: 90%;
}

.mjj-box div figure img {
    width: 100%;
    display: block;
}

.mjj-box div strong {
    position: absolute;
    padding: .2rem .7rem;
    font-size: .9rem;
    color: #fff;
    display: inline-block;
    background: #f60504;
}

.mjj-box div strong:first-child {
    left: 20%;
    top: 14%;
}

.mjj-box div strong:nth-child(2) {
    right: 20%;
    top: 14%;
}

.mjj-box div strong:nth-child(3) {
    right: 2%;
    top: 45%;
}

.mjj-box div strong:nth-child(4) {
    right: 20%;
    bottom: 14%;
}

.mjj-box div strong:nth-child(5) {
    left: 20%;
    bottom: 14%;
}

.mjj-box div strong:nth-child(6) {
    left: 2%;
    top: 45%;
}

.mjj-box p {
    position: relative;
    padding: 0 .8rem;
    font-size: .9rem;
    color: #000;
    line-height: 1.4rem;
    text-indent: 1.5rem;
}

.mjj-box p::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 9%;
    width: .4rem;
    height: .4rem;
    background: #f60504;
    transform: rotate(45deg);
}

.mzt-zc {
    margin-top: 2rem;
    width: 100%;
}

.mzc-t {
    padding: 1rem 0;
    background: #f60504;
}

.mzc-t b {
    margin: 0 auto;
    padding: .3rem .7rem;
    font-size: .9rem;
    color: #f60504;
    display: table;
    border-radius: 1rem;
    background: #fff;
}

.mzc-t h2 {
    margin-top: .7rem;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.mzc-t p {
    margin-top: .5rem;
    font-size: .8rem;
    color: #fff;
    text-align: center;
}

.mzc-t > span {
    margin: 0 auto;
    margin-top: .5rem;
    width: 9%;
    height: 4px;
    background: #fff;
    display: block;
}

.mzc-box {
    margin: 0 auto;
    width: 90%;
}

.mzc-box figure img {
    margin-top: 1rem;
    width: 100%;
    display: block;
}

.mzc-box ul {
    margin-bottom: 1.5rem;
}

.mzc-box ul li {
    position: relative;
    margin-top: 1rem;
}

.mzc-box ul li div {
    position: absolute;
    left: 3%;
    top: 24%;
    width: 54%;
}

.mzc-box ul li div strong {
    font-size: 1.2rem;
    color: #f60504;
}

.mzc-box ul li div span {
    margin: .5rem 0;
    width: 60%;
    border-bottom: 1px dashed #000;
    display: block;
}

.mzc-box ul li div p {
    font-size: .8rem;
    color: #000;
    line-height: 1.1rem;
}

.mzc-box > p {
    position: relative;
    margin-top: .6rem;
    font-size: .9rem;
    color: #000;
    line-height: 1.4rem;
    text-indent: 1.4rem;
}

.mzc-box > p::before {
    content: "";
    position: absolute;
    left: .5rem;
    top: .45rem;
    width: .4rem;
    height: .4rem;
    background: #f60504;
    border-radius: 1rem;
}

.mzt-yl {
    margin-top: 2rem;
    padding-top: 2rem;
    width: 100%;
    background: url(/chanpinzt/imageszt/images87/t9.jpg) no-repeat center;
    background-size: 100% 100%;
}

.myl-t b {
    margin: 0 auto;
    padding: .3rem .7rem;
    font-size: .9rem;
    color: #000;
    display: table;
    border-radius: 1rem;
    background: #fff;
}

.myl-t h2 {
    margin-top: .7rem;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.myl-t h2 span {
    color: #ff3901;
}

.myl-t p {
    margin-top: .5rem;
    font-size: .8rem;
    color: #fff;
    text-align: center;
}

.myl-t > span {
    margin: 0 auto;
    margin-top: .5rem;
    width: 9%;
    height: 4px;
    background: #ff3901;
    display: block;
}

.myl-box {
    position: relative;
    margin-top: 2rem;
    height: 21rem;
}

.myl-box figure {
    position: absolute;
    left: 0;
    top: 15%;
    width: 55%;
    z-index: 1;
}

.myl-box figure img {
    width: 100%;
    display: block;
}

.myl-box div {
    position: absolute;
    right: 1%;
    width: 55%;
    border: 1px dashed #fff;
    border-radius: .4rem;
}

.myl-box div p {
    padding: .5rem .5rem;
    font-size: .9rem;
    color: #fff;
    line-height: 1.4rem;
}

.mzt-ys {
    margin-top: 2rem;
    width: 100%;
}

.mys-box {
    margin: 0 auto;
    margin-top: 2rem;
    width: 95%;
}

.mys-box ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 14rem;
}

.mys-box ul li:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 14rem;
    border-right: 1px dashed #000;
}

.mys-box ul li:first-child::before,
.mys-box ul li:nth-child(2)::before,
.mys-box ul li:nth-child(3)::before,
.mys-box ul li:nth-child(4)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #000;
}

.mys-box ul li:nth-child(3),
.mys-box ul li:nth-child(4),
.mys-box ul li:nth-child(5),
.mys-box ul li:nth-child(6) {
    padding-top: 1rem;
    height: 12rem;
}

.mys-box ul li div {
    margin: 0 auto;
    width: 85%;
}

.mys-box ul li div strong {
    margin: 0 auto;
    padding: .2rem 0;
    width: 95%;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: #f60504;
    border-radius: 1rem;
    display: block;
}

.mys-box ul li div p {
    margin-top: .5rem;
    font-size: .9rem;
    color: #000;
    text-align: center;
    line-height: 1.3rem;
}

.mys-box ul li div figure img {
    margin-top: 1rem;
    width: 100%;
    display: block;
}

.mzt-cs {
    margin-top: 2.5rem;
    width: 100%;
}

.mcs-box {
    margin: 0 auto;
    width: 95%;
}

.mcs-box figure img {
    margin: 1.5rem 0;
    width: 100%;
    display: block;
}

.mcs-box p {
    font-size: .9rem;
    color: #000;
}

.mcs-box table {
    margin-top: .5rem;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.mcs-box table tr td {
    padding: .5rem 0;
    font-size: .8rem;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
}

.mcs-box table tr:first-child td {
    color: #fff;
    background: #f60504;
}