.agency-wrap {
    margin: 0 auto;
    background: #F4F4F5;
    padding: .6rem .75rem;
}

.agency-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    text-align: center;
    margin-bottom: .6rem;
}

.agency-top-img {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .56rem .65rem;
    margin-bottom: .89rem;
}

.agency-top-img img {}

.agency-partner-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.agency-partner-item {
    width: 1.865rem;
    margin-right: .155rem;
    margin-bottom: .23rem;
}

.agency-partner-item:nth-child(7n) {
    margin-right: 0;
}

.agency-partner-img {
    width: 100%;
    height: .86rem;
    border: 0.01rem solid transparent;
    transition: all .365s;
    background: #fff;
}

.agency-partner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.agency-partner-item p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin: .1rem 0;
    text-align: center;
    display: none;
}

.agency-partner-item:hover .agency-partner-img {
    border-color: #006B31;
}

/*  */
.agency-product-wrap {
    margin-bottom: .8rem;
    display: flex;
    background: #fff;
}

.agency-product-box {
    width: 50%;
    border-right: 0.01rem solid #999999;
}

.agency-product-box:last-of-type {
    border: 0;
}

.agency-product-th {
    background: #006B31;
    height: 0.45rem;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-product-item {
    padding: .1rem;
    border-bottom: 0.01rem solid #999999;
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 0.32rem;
    text-align: center;
        min-height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.agency-product-item a{
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 0.32rem;
    margin-right: .2rem;
    
}
.agency-product-item:last-of-type {
    border-bottom: 0;
}

.agency-product-item:hover {
    background: #55B649;
    color: #fff;
}
.agency-product-item:hover a{
    color: #fff;
}

/*  */
.agency-bottom-wrap {
    display: flex;
    justify-content: space-between;
}

.agency-bottom {
    width: 6.13rem;
    background: #FFFFFF;
    padding: .3rem;
}

.agency-form {
    display: flex;
    margin-bottom: .2rem;
}

.agency-form-text {
    flex-shrink: 0;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #006B31;
    line-height: 0.32rem;
}

.agency-form-input {
    flex: 1;
    border: 0.01rem solid #BCBCBC;
}

.agency-form-input input {
    height: .3rem;
    width: 100%;
    padding: 0 .15rem;
}

.agency-form-input textarea {
    height: 1rem;
    width: 100%;
    padding: .15rem;
}

.agency-form-bt {
    width: 1.83rem;
    height: 0.42rem;
    background: #006B31;
    margin: 0 auto;
    margin-top: .25rem;

    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: center;
    cursor: pointer;
}
.agency-bottom-hzy{
    width: 100%;
    background: #FFFFFF;
    padding: 0.3rem;
}
.agency-bottom-hzy-box{
    display: flex;
    justify-content: space-between;
}
.agency-form-left,
.agency-form-right{
    width: 5.6rem;
}
.agency-bottom-hzy-box .agency-form-input textarea{
    height:1.3rem;
}
/**/
.agency-hot-title {
    padding: 0 .7rem;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #006B31;

    margin-bottom: .4rem;
}

.agency-hot {
    display: flex;
    align-items: center;
    margin-top: .15rem;
    padding: .0 .7rem;
}

.agency-hot img {
    flex-shrink: 0;
    margin-right: .25rem;
    width: .3rem;
}

.agency-hot p {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #444444;
    flex: 1;
}

/*  */
.brain-wrap {
    background: #fff;
    margin-bottom: .65rem;
    display: flex;
}

.brain-box {
    width: 50%;
    border-right: 0.01rem solid #999999;
}

.brain-box:last-of-type {
    border-right: 0;
    width: 50%;
}

.brain-title {
    height: 0.4rem;
    background: #006B31;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
}

.brain-product {
    display: flex;

}

.brain-product-text {
    width: 1.21rem;
    flex-shrink: 0;
    background: #55B649;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.32rem;
    border-bottom: 0.01rem solid #fff;
}

.brain-product-list {
    flex: 1;
}

.brain-product-item {
    border-bottom: 0.01rem solid #999999;
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #444444;
    line-height: 0.32rem;
    padding: .1rem;
}

.brain-product:last-of-type .brain-product-item:last-of-type,
.brain-product:last-of-type .brain-product-text {
    border-bottom: 0;
}

.brain-rela-box {
    min-height: calc(100% - .4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.brain-rela {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #444444;
    line-height: 0.32rem;
}

/* 产品详情 */
.agency-detail-wrap {
    background: #fff;
    padding: 0 .8rem;
    padding-bottom: 1rem;
}

.agency-detail-title {
    padding: .48rem 0 .0 0;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #006B31;
    text-align: center;
    line-height: 1.5;
    
}
.agency-detail-time{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    text-align: center;
    border-bottom: 0.01rem solid #B1B1B1;
    padding: .25rem 0;
}

.agency-detail-content {
    margin: .35rem 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*color: #666666;*/
    color: #000;
    line-height: 0.27rem;
}
.agency-detail-content img{
    margin: 0 auto !important;
}
.agency-detail-a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    text-align: right;
    margin-top: .3rem;
}
/*产品详情*/

.hzyagency-detail-wrap {
    background: #fff;
    padding: 1rem .6rem;
    display: flex;
    align-items: center;margin-bottom: 0.7rem;
}
.hzyagency-detail-img{
    flex-shrink: 0;
    width: 2.16rem;
    margin-right: .5rem;
}
.hzyagency-detail-img img{
    width: 100%;
}
.hzyagency-detail-des{
    flex: 1;
    padding-left: .5rem;
    border-left: 0.01rem solid #B1B1B1;
}
.hzyagency-detail-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #006B31;
}

.hzyagency-detail-content {
    margin: .45rem 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.27rem;
}
.hzyagency-detail-content img{
    margin: 0 auto !important;
}
.hzyagency-detail-a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    margin-top: .3rem;
}
@media only screen and (max-width: 1024px) {
    .agency-wrap{
        padding: 0.6rem 0.3rem;
    }
    .agency-partner-item{
        width: 32.3%;
        margin-right: 1.5%;
    }
    .agency-partner-item:nth-child(7n){
        margin-right: 1.5%;
    }
    .agency-partner-item:nth-child(3n){
        margin-right: 0;
    }
    .agency-partner-item p,.agency-form-text,.agency-form-bt{
        font-size: .24rem;
    }
    .agency-partner-item p{
        display: none!important;
    }
    .agency-bottom-hzy-box{
        display: block;
    }
    .agency-form-left, .agency-form-right{
        width: 100%;
    }
    .agency-product-th{
        font-size: 0.28rem;
    }
    .agency-product-item{
        font-size: .24rem;
    }
    .agency-product-wrap{
        display: block;
    }
    .agency-product-box{
        border-right: none;
        width: 100%;
        border-right: 0.01rem solid #006B31;
    }
    .agency-product-wrap{
        margin-bottom: .4rem;
        display: flex;
    }
    .agency-detail-title{
        font-size: .32rem;
        line-height: .4rem;
    }
    .agency-detail-wrap{
        padding: 0.2rem 0.4rem;
    }
    .agency-detail-time,.agency-detail-a{
        font-size: .24rem;
    }
    .agency-detail-a{
        text-align: left;
        line-height: .4rem;
    }
    .agency-detail-content p span,.agency-detail-content p span a,.agency-detail-content ul li span,.agency-detail-content p{
        font-size: .28rem !important;
        line-height: .4rem !important;
    }
    .agency-detail-content h3 span{
        font-size: .3rem;
    }
    .agency-bottom-wrap{
        display: block;
    }
     .agency-bottom{
        width: 100%;
    }
    .hzyagency-detail-wrap{
        display: block;
    }
    .hzyagency-detail-img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
        border-bottom: 0.01rem solid #B1B1B1;
    }
    .hzyagency-detail-des{
       padding-left: 0;
       border-left: none;
   }
   .hzyagency-detail-a{
       font-size: 0.24rem;
        line-height: .36rem;
   }
   .agency-hot{
       padding: 0;
   }
   .agency-detail-wrap{
       overflow-x: scroll;
   }
}