* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.mzt-banner {
    padding: 1.5rem 0;
    width: 100%;
    background: url(/chanpinzt/imageszt/images39/zt-banner.jpg) no-repeat center;
    background-size: 100% 100%;
}

.mzt-banner h1 {
    font-size: .1rem;
    opacity: 0;
}

.mzt-banner figure:nth-child(2) img {
    margin: 0 auto;
    width: 90%;
    display: block;
}

.mzt-banner figure:nth-child(3) img {
    margin: 1rem auto;
    display: block;
}

.mzt-banner p {
    font-size: .9rem;
    text-align: center;
}

.mzt-banner figure:nth-child(5) img {
    margin: 1rem auto;
    width: 80%;
    display: block;
}

.mzt-banner ul {
    margin: 0 auto;
    padding: .8rem 0;
    width: 95%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .5rem;
    box-shadow: 2px 2px 2px #404040;
}

.mzt-banner ul li {
    float: left;
    width: 25%;
}

.mzt-banner ul li figure img {
    margin: 0 auto;
    width: 48%;
    display: block;
}

.mzt-banner ul li figure figcaption {
    margin-top: .7rem;
    font-size: .9rem;
    color: #000;
    text-align: center;
}

.mzt-jj {
    margin-top: 1.5rem;
    width: 100%;
}

.mzt-t {
    margin: 0 auto;
    width: 95%;
}

.mzt-t h2 {
    position: relative;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
}

.mzt-t h2 span {
    color: #fa0100;
}

.mzt-t h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 37px;
    height: 19px;
    background: url(/chanpinzt/imageszt/images39/t7.png) no-repeat center;
    background-size: 100% 100%;
}

.mzt-t h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    width: 37px;
    height: 19px;
    background: url(/chanpinzt/imageszt/images39/t8.png) no-repeat center;
    background-size: 100% 100%;
}

.mzt-t > span {
    margin: .6rem auto;
    width: 80%;
    border-bottom: 1px dashed #000;
    display: block;
}

.mzt-t p {
    font-size: .9rem;
    color: #000;
    text-align: center;
}

.mjj-box {
    margin-top: 1.5rem;
}

.mjj-box ul li {
    float: left;
    margin-left: 2.5%;
    width: 30%;
}

.mjj-box ul li b {
    margin: 0 auto;
    padding: .2rem 0;
    width: 53%;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    display: block;
    background: #fa0100;
    border-radius: .3rem;
}

.mjj-box ul li figure img {
    margin-top: .5rem;
    width: 100%;
    display: block;
}

.mjj-box > figure img {
    margin: 1rem auto;
    width: 90%;
    display: block;
}

.mjj-box p {
    padding: 0 .5rem;
    font-size: .9rem;
    color: #000;
    line-height: 1.4rem;
}

.mzt-yl {
    margin-top: 1.5rem;
    width: 100%;
}

.myl-t {
    padding: 1rem 0;
    background: #fa0100;
}

.myl-t div {
    margin: 0 auto;
    width: 95%;
}

.myl-t h2 {
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

.myl-t h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 37px;
    height: 19px;
    background: url(/chanpinzt/imageszt/images39/t13.png) no-repeat center;
    background-size: 100% 100%;
}

.myl-t h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    width: 37px;
    height: 19px;
    background: url(/chanpinzt/imageszt/images39/t14.png) no-repeat center;
    background-size: 100% 100%;
}

.myl-t div > span {
    margin: .6rem auto;
    width: 80%;
    border-bottom: 1px dashed #fff;
    display: block;
}

.myl-t p {
    font-size: .9rem;
    color: #fff;
    text-align: center;
}

.myl-box {
    position: relative;
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 95%;
}

.myl-box p {
    position: absolute;
    width: 95%;
    font-size: .8rem;
    line-height: 1rem;
}

.myl-box p:nth-child(1) {
    left: 4%;
    top: 6%;
}

.myl-box p:nth-child(2) {
    left: 4%;
    top: 24%;
}

.myl-box p:nth-child(3) {
    left: 4%;
    bottom: 27%;
}

.myl-box p:nth-child(4) {
    left: 4%;
    bottom: 3%;
}

.myl-box figure img {
    width: 100%;
    display: block;
}

.mzt-ys {
    margin-top: 2rem;
    width: 100%;
}

.mys-box {
    margin-top: 1.5rem;
}

.mys-box ul li {
    position: relative;
    margin-top: 1rem;
}

.mys-box ul li div {
    position: absolute;
    width: 48%;
}

.mys-box ul li:nth-child(odd) div {
    left: 12%;
    top: 20%;
}

.mys-box ul li:nth-child(even) div {
    left: 53%;
    top: 21%;
    width: 33%;
    text-align: right;
}

.mys-box ul li div h3 {
    font-size: 1rem;
    color: #fff;
}

.mys-box ul li div p {
    margin-top: .3rem;
    font-size: .8rem;
    color: #fff;
}

.mys-box ul li figure img {
    width: 100%;
    display: block;
}

.mzt-cs {
    margin-top: 2rem;
    width: 100%;
}

.mcs-box ul:first-child {
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 80%;
}

.mcs-box ul:first-child li {
    float: left;
    margin-left: 4%;
    width: 22%;
    background: url(/chanpinzt/imageszt/images39/t21.jpg) no-repeat center;
    background-size: 100% 100%;
}

.mcs-box ul li h3 {
    padding: .2rem 0;
    font-size: .9rem;
    color: #fff;
    text-indent: .6rem;
}

.mcs-box ul:first-child li:first-child {
    margin-left: 0;
}

.mcs-box ul:nth-child(2) {
    margin: 0 auto;
    margin-top: 1rem;
    width: 65%;
}

.mcs-box ul:nth-child(2) li:first-child {
    float: left;
    width: 40%;
    background: url(/chanpinzt/imageszt/images39/t22.jpg) no-repeat center;
    background-size: 100% 100%;
}

.mcs-box ul:nth-child(2) li:nth-child(2) {
    float: left;
    margin-left: 5%;
    width: 55%;
    background: url(/chanpinzt/imageszt/images39/t22.jpg) no-repeat center;
    background-size: 100% 100%;
}

.mcs-box figure img {
    margin: 1.5rem auto;
    width: 85%;
    display: block;
}

.mcs-box p {
    padding-left: 1rem;
    font-size: .9rem;
    color: #000;
}

.mcs-box table {
    margin: 0 auto;
    margin-top: 1rem;
    width: 98%;
    border-collapse: collapse;
}

.mcs-box table tr td {
    padding: .5rem 0;
    font-size: .7rem;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
}

.mcs-box table tr:first-child td {
    color: #fff;
    background: #fc4834;
}

.mzt-az {
    margin-top: 1.5rem;
    padding: 1rem 0;
    background: #fa0100;
}

.maz-t {
    margin: 0 auto;
    width: 95%;
}

.maz-t h2 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

.maz-t span {
    margin: .6rem auto;
    width: 80%;
    border-bottom: 1px dashed #fff;
    display: block;
}

.maz-t p {
    font-size: .9rem;
    color: #fff;
    text-align: center;
}

.maz-box {
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 95%;
}

.maz-box ul li p {
    margin: 0 auto;
    padding-top: 1rem;
    width: 93%;
    font-size: .8rem;
    line-height: 1.1rem;
}

.maz-box ul li {
    padding: 1rem 0;
    margin-top: 1rem;
    width: 100%;
    background: url(/chanpinzt/imageszt/images39/t25.png) no-repeat center;
    background-size: 100% 100%;
}

.maz-box ul li:nth-child(2) {
    background: url(/chanpinzt/imageszt/images39/t26.png) no-repeat center;
    background-size: 100% 100%;
}

.maz-box ul li:nth-child(3) {
    background: url(/chanpinzt/imageszt/images39/t27.png) no-repeat center;
    background-size: 100% 100%;
}
