
.main .zjtd {
    margin: 30px auto 0;
}
.main .zjtd .zjtdCon {
    position: relative;
    margin: 20px auto;
}
.main .zjtd .zjtdCon .swiper-zjtd {
    margin: 0 auto;
    height: 220px;
    width: 1250px;
}
.main .zjtd .zjtdCon .swiper-zjtd a {
    margin: 0 auto;
    height: 220px;
    display: block;
    width: 155px;
    position: relative;
}
.main .zjtd .zjtdCon .swiper-zjtd a img {
    width: 100%;
    height: 180px;
}
.main .zjtd .zjtdCon .swiper-zjtd a p {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.main .zjtd .zjtdCon .arrow-left {
    width: 38px;
    left: 0;
    cursor: pointer;
    top: 50px;
    position: absolute;
    height: 77px;
    z-index: 2;
    background: url(../images/pre_green.png) no-repeat;
}
.main .zjtd .zjtdCon .arrow-right {
    cursor: pointer;
    width: 38px;
    right: 0;
    top: 54px;
    position: absolute;
    height: 77px;
    z-index: 2;
    background: url(../images/next_green.png) no-repeat;
}
.main .ptrk {
    overflow: hidden;
}
.main .ptrk .ptrkIcon {
    margin-top: 15px;
}
.main .ptrk .ptrkIcon .icon {
    width: 100%;
    text-align: center;
    height: 122px;
    background: #F6FAEC;
    float: left;
    margin: 12px 0;
}
.main .ptrk .ptrkIcon .icon a {
    display: block;
    padding: 14px 0;
}
.main .ptrk .ptrkIcon .icon img {
    display: block;
    margin: 0 auto 10px;
}
.main .ptrk .ptrkIcon .icon p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.main .xxhrk {
    margin: 30px auto 70px;
}
.main .xxhrk .xxhrkTitle {
    background: #2c991a;
    width: 80px;
    height: 160px;
    box-sizing: border-box;
    text-align: center;
    padding: 18px 26px 0 26px;
    line-height: 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.main .xxhrk .xxhIcon {
    border: 1px solid #bfdd97;
    border-left: 0;
    height: 160px;
    width: 1300px;
    padding: 0 30px;
    box-sizing: border-box;
}
.main .xxhrk .xxhIcon .icon {
    float: left;
    margin: 30px 28px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 250px;
}
.main .xxhrk .xxhIcon .icon img {
    display: block;
    margin: 0 auto 10px;
}
.main .xxhrk .xxhIcon .icon a:hover {
    color: #2c991a;
}
