.banner img {
    width: 100%;
    object-fit: cover;
}
.notice {
    width: 14.5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #8585853d;
    font-size: 0.16rem;
    padding: 0.25rem 0 0.15rem 0;
}
.notice img {
    width: 0.3rem;
}
.notice .time {
    color: #858585;
    margin-left: 0.15rem;
}
.notice .text {
    color: #222;
    width: 9rem;
    margin-left: 0.05rem;
    display: block;
}
.notice-left {
    display: flex;
}
.notice-more a {
    font-size: 0.16rem;
    color: #34C46E;
}
.attribute-box {
    background: #fff;
    /*justify-content: space-between;*/
    justify-content: center;
    padding: 0.55rem 0.4rem;
    width: 13.7rem;
    margin: 0 auto;
}
.attribute-item {
    position: relative;
   /* width: 3.6rem;
    */
    align-items: center;
    cursor: pointer;
}
.attribute-item:not(:last-child){
    padding-right: 1rem;
    margin-right: 1rem;
}
.attribute-item:not(:last-child)::after {
    content: '';
    display: block;
    height: 1.38rem;
    border: 0.01rem dashed #34c46e6b;
    position: absolute;
    /*right: -1.14rem;*/
    right: 0;
    top: 0.22rem;
}
.attribute-item:hover .attribute-img {
    background-color: #149448;
}
.attribute-item:hover .attribute-text {
    color: #34C46E;
}
.attribute-item:hover .hide {
    display: block !important;
}
.attribute-item:hover .show {
    display: none !important;
}
.attribute-img {
    width: 1.39rem;
    height: 1.39rem;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem 0.01rem #34c46e2b;
    align-items: center;
    justify-content: center;
}
.attribute-img img {
    width: 0.54rem;
}
.attribute-text {
    font-size: 0.2rem;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}
.attribute-describe {
    width: 1.8rem;
    text-align: center;
    margin-top: 0.13rem;
    color: #666;
}
.about-box {
    background: #F6FAF5;
    padding: 1.8rem 0 1.6rem 0;
}
.about-content {
    width: 13.6rem;
    margin: auto auto;
}
.about-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    width: 5.22rem;
    margin-bottom: 0.2rem;
    z-index: 1;
}
.shadow-text {
    font-size: 0.84rem;
    font-family: Calibri-Bold-, Calibri-Bold;
    color: #EAEAEA;
    position: absolute;
    top: -0.2rem;
    right: 0.41rem;
    z-index: -1;
}
.about-text {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.about-text p {
    margin-top: 0.4rem;
}
.about-img {
    margin-left: 0.4rem;
}
.profile-box {
    height: 3.72rem;
    background: url('../images/index/bg1.png') no-repeat;
    background-size: cover;
    justify-content: center;
}
.profile-content {
    width: 13.5rem;
    margin: 0 auto;
}
.profile-title {
    font-size: 0.34rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.68rem;
}
.profile-ul {
    justify-content: space-between;
}
.profile-ul li {
    text-align: center;
}
.profile-ul li span {
    font-size: 0.48rem;
    font-weight: bold;
    color: #FEFEFE;
}
.profile-ul li p {
    text-align: center;
    font-size: 0.22rem;
    color: #FEFEFE;
    margin-top: 0.1rem;
}
.product-box {
    background: url('../images/index/bg2.png') no-repeat;
    background-size: cover;
    height: 7.8rem;
}
.product-content {
    width: 13.6rem;
    margin: auto auto;
}
.tag1 {
    margin-right: 0.12rem;
}
.product-title {
    font-size: 0.36rem;
    color: #F1F1F1;
    align-items: center;
    padding-top: 0.7rem;
}
.product-title span {
    font-size: 0.3rem;
    color: #F1F1F1;
    margin-left: 0.15rem;
}
.product-list {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}
.product-item {
    width: 3.67rem;
    height: 1.9rem;
    background: #fff;
    cursor: pointer;
    margin-left: 0.03rem;
    margin-bottom: 0.03rem;
    padding: 0.3rem 0.1rem 0.3rem 0.4rem;
}
.product-item a {
    height: 100%;
}
.product-item .left {
    justify-content: flex-start;
    color: #34C46E;
    flex: 1;
}
.product-item .left span {
    font-size: 0.26rem;
}
.product-item .left p {
    font-size: 0.16rem;
    margin-top: 0.15rem;
}
.product-item .right {
    flex: 1;
    justify-content: flex-end;
}
.product-item .right img {
    max-width: 1.38rem;
    height: 100%;
}
.product-item:hover {
    background: #34C46E;
}
.product-item:hover .left {
    color: #fff;
}
.news-box {
    background: #F6FAF5;
    padding: 1.05rem 0;
}
.news-content {
    width: 13.6rem;
    margin: auto auto;
    align-items: center;
}
.news-title {
    align-items: center;
}
.news-title span {
    font-size: 0.36rem;
    color: #304770;
    margin-left: 0.1rem;
}
.news-title p {
    font-size: 0.3rem;
    color: #34C46E;
    margin-left: 0.2rem;
}
.news-list{
    margin-top: 0.5rem;
}
.new-item {
    width: 4.5rem;
    margin: 0.3rem 0.2rem;
    box-shadow: 0 0 0.1rem 0.01rem #34c4c426;
    cursor: pointer;
}
.new-item-img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 0.08rem 0.08rem 0rem 0rem;
    cursor: pointer;
}
.new-item-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.new-item:hover .new-item-img img {
    transform: scale(1.2);
}
.new-item:hover .new-con .title{
    color: #34C46E;
}
.new-con {
    padding: 0.45rem 0.3rem 0.25rem 0.3rem;
    position: relative;
}
.mask{
    background: url('../images/index/tag3.png') no-repeat;
    background-size: contain;
    width: 1.7rem;
    height: 0.62rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -0.1rem;
    top: -0.25rem;
}
.new-con .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    display: block;
}
.new-con .text {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.26rem;
    margin-top: 0.2rem;
}
.new-more a{
    justify-content: space-between;
    align-items: center;
    color: #34C46E;
    font-size: 0.18rem;
    margin-top: 0.2rem;
}
.contact-box {
    background: url('../images/index/bg3.png') no-repeat;
    background-size: cover;
    height: 5.75rem;
}
.contact-content {
    width: 13.6rem;
    margin: auto auto;
    padding-top: 1.96rem;
}
.contact-content .line {
    width: 0.67rem;
    height: 0.04rem;
    background: #FFFFFF;
}
.contact-content .text {
    text-indent: 2em;
    width: 6.55rem;
    height: 1.14rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.45rem;
}
.contact-btn {
    width: 1.6rem;
    height: 0.46rem;
    border: 0.01rem solid #FFFFFF;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.46rem;
    display: block;
}
.contact-btn:hover{
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .notice,.attribute-box,.profile-content,.product-content,.about-content,.news-content,.contact-content,.notice-left{
        width: 100%;
    }
    .news-list{
        display: block;
    }
    .attribute-box{
        flex-wrap: wrap;
    }
    .attribute-item{
        width: 50%;
    }
    .attribute-item:not(:last-child)::after{
        right: 0;
    }
    .attribute-item:nth-child(2n)::after{
        display: none;
    }
    .mySwiper{
        overflow: hidden;
    }
    .notice-left{
        padding: 0 .25rem;
    }
    .notice .text{
        width: auto;
    }
    .notice img{
        width: 0.4rem;
    }
    .notice .time, .notice .text{
        font-size: .24rem;
    }
    .about-img{
        width: 50%;
    }
    .about-box{
        padding: 0.8rem 0.3rem 0.6rem 0.3rem;
    }
    .about-text p{
        font-size: .24rem;
        line-height: 1.4;
        text-indent: 2em;
    }
    .attribute-text{
        font-size: .28rem;
    }
    .attribute-item{
        margin-bottom: 0.4rem;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .about-title{
        width: 3.22rem;
        font-size: 0.3rem;
    }
    .shadow-text{
        font-size: .4rem;
    }
    .shadow-text{
        left: 1rem;
        right: auto;
    }
    .profile-ul li{
        width: 33.3%;
    }
    .profile-title{
        font-size: .32rem;
    }
    .profile-ul li p{
        font-size: .28rem;
    }
    .product-content{
        padding: 0 .3rem;
        padding-bottom: 0.3rem;
    }
    .product-item{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.13rem;
    }
    .product-item:nth-child(2n){
        margin-right: 0;
    }
    .product-list, .product-item{
        margin-left: 0;
    }
    .product-box{
        height: auto;
    }
    .product-title p, .product-title p span{
        font-size: .32rem !important;
    }
    .product-title img{
        height: .4rem;
    }
    .product-item .left span{
        font-size: 0.28rem;
    }
    .product-item .left p {
        font-size: 0.24rem;
    }
    .product-item .right img{
        max-width: 100%;
    }
    .attribute-describe{
        font-size: .24rem;
        width: 80%;
        line-height: 1.5;
    }
    .news-box{
        padding: .65rem .3rem;
    }
    .news-title img{
        height: 0.4rem;
    }
    .news-title span,.news-title p{
        font-size: .32rem;
    }
    .new-item{
        width: 100%;
        margin: 0.3rem 0;
    }
    .new-item-img{
        height: 3.04rem;
    }
    .mask{
        font-size: .28rem;
    }
    .new-con .title{
        font-size: .3rem;
    }
    .new-con .text{
        font-size: 0.24rem;
        line-height: .36rem;
        text-indent: 2em;
    }
    .new-more a span{
        font-size: .24rem;
    }
    .contact-box{
        padding: 0 .3rem;
        height: 3.75rem;
    }
    .contact-btn{
        font-size: .24rem;
    }
    .contact-content .text{
        width: 100%;
    }
    .contact-content{
        padding-top: .66rem;
    }
}