.zt img {
    width: 100%;
    display: block;
}

.main-w {
    width: 1200px;
    margin: 0 auto;
}
.zt .zbox {
    padding: 30px 0;
}
.zbox .title {
    width: 457px;
    height: 81px;
    background-image: url('images/tbg.jpg');
    margin: 0 auto;
    text-align: center;
    line-height: 81px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    top: 52px;
}
.zbox .tbox {
    font-size: 24px;
    padding: 66px 30px 30px 30px;
    border: 11px solid #6bbb4b;
    border-radius: 20px;
}
.zbox .tbox1 {
    width: 680px;
    margin: 0 auto;
    text-align: center;
}
.zbox .tbox2 {
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.5;
}
.zbox h1 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    color: #22ad80;
}
.zt .yt {
    background-color: #22ad80;
}
.yt h1 {
    color: #fff;
}
.yt .box {
    width: 578px;
    float: left;
    
}
.yt .t {
    width: 100%;
    height: 93px;
    background-image: url(images/tbg2.png);
    font-size: 24px;
    text-align: center;
    line-height: 93px;
    color: #22ad80;
    font-weight: bold;
}

.yt .con {
    margin-left: 34px;
    width: 478px;
    padding: 20px;
    padding-top: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 2;
    height: 300px;
}
.yt .con h2 {
    font-size: 16px;
    padding: 10px 0;
}
.yt .con hr {
    border: 1px solid #22ad80;
    margin-top: 5px;
}
.yt .con p {
    text-indent: 2em;
    padding-top: 10px;
}
.ms h1 {
    color: #22ad80;
}

.zxsq {
    width: 100%;
    padding: 0 0 50px 0;
}
.zxsq form {
    width: 760px;
    margin: 0 auto;
}
.zxsq form div {
    width: 100%;
    font-size: 30px;
}
.zxsq form input {
    width: 595px;
    height: 60px;
    border: 0;
    margin-top: 26px;
    color: #7b7b7b;
    font-size: 18px;
    padding-left: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.zxsq form input:focus {
    outline: 0;
}

.zxsq form .sub {
    width: 310px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fde041;
    color: #d5351d;
    font-size: 30px;
    margin: 40px auto 0 auto;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #ccc;
}