.search{
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
    background: #F8F9FA;
}

.search form{
    width: 6.56rem;
    height: 0.5rem;
    margin: 0 auto 0.5rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    border: 0.01rem solid #D8D8D8;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search .search_input{
    width: calc(100% - 1.3rem);
    height: 100%;
    padding-left: 0.25rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.search .search_input::placeholder{
    color: #999;
}
.search .search_btn{
    width: 1.15rem;
    height: 0.5rem;
    background: #0099CD url(../img/search_icon1.png) center no-repeat;
    background-size: contain;
    border-radius: 0.25rem;
    cursor: pointer;
}
.search_body .search_key{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    margin-bottom: 0.6rem;
}
.search_body .search_key span{
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    margin-left: 0.1rem;
}
.search_body .search_tab{
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    padding-bottom: 0.27rem;
    border-bottom: 0.01rem solid #DBDBDB;
    margin-bottom: 0.8rem;
}
.search_body .search_tab .tab_btn{
    min-width: 0.86rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    cursor: pointer;
}
.search_body .search_tab .tab_btn.act{
    font-weight: bold;
    color: #0099CD;
}

.search_cont{
    margin-bottom: 0.6rem;
}
.search_cont .search_class{
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}
.search_cont .search_null{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-top: 0.2rem;
} 
.search_cont .search_txt{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}
.search_cont .search_txt .search_num{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.search_cont .search_txt a{
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    column-gap: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0099CD;
}
.search_cont .search_txt a img{
    width: 0.15rem;
    height: 0.12rem;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
}
.product_list .product_item{
    width: calc(33.33% - 0.2533rem);
    height: 5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.05rem;
    padding: 0.38rem 0.2rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.product_list .product_item .product_txt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.4rem;
    margin-bottom: 0.2rem;
    border-bottom: 0.01rem solid #0099CD;
}
.product_list .product_item .product_txt .product_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    max-width: 4.1rem;
}
.product_list .product_item .product_txt .product_title span{
    color: #FF0000;
}
.product_list .product_item .product_txt i{
    width: 0.22rem;
    height: 0.22rem;
    background: #D9D9D9 url(../img/jiantou1.png) center no-repeat;
    background-size: auto;
    border-radius: 50%;
    transition: all 0.5s;
}
.product_list .product_item .product_img{
    width: 100%;
    height: 3.6rem;
    background: #F6F7F9;
    border-radius: 0.05rem;
    overflow: hidden;
}
.product_list .product_item:hover{
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(7,113,149,0.35);
}
.product_list .product_item:hover .product_txt i{
    width: 0.4rem;
    background: #0099CD url(../img/jiantou2.png) center no-repeat;
    border-radius: 0.11rem;
}



.news_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.2rem;
    row-gap: 0.25rem;
}
.news_list .news_item{
    width: calc(33.33% - 0.1333rem);
    height: 5.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    box-sizing: border-box;
}
.news_list .news_item .news_img{
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.news_list .news_item .news_img img{
    transition: all 0.5s;
}
.news_list .news_item .news_title{
    width: 100%;
    height: 0.6rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}
.news_list .news_item .news_title span{
    color: #FF0000;
}
.news_list .news_item .news_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
    margin-bottom: 0.25rem;
}
.news_list .news_item .news_txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.01rem solid #E2E2E2;
    padding-top: 0.25rem;
}
.news_list .news_item .news_txt .news_time{
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
}
.news_list .news_item .news_txt .news_more{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.news_list .news_item .news_txt .news_more i{
    margin-left: 0.08rem;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/jiantou3.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_img img{
    transform:scale(1.1);
}
.news_list .news_item:hover .news_title,
.news_list .news_item:hover .news_txt .news_more{
    color: #0099CD;
}
.news_list .news_item:hover .news_txt .news_more i{
    background: url(../img/jiantou4.png) center no-repeat;
}






.fangan_list .fangan_item{
    width: 100%;
    height: 3.6rem;
    background: #FFFFFF;
    padding: 0.4rem 0.4rem 0.4rem 0.7rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}
.fangan_list .fangan_item:last-child{
    margin-bottom: 0;
}
.fangan_list .fangan_item .fangan_txt{
    width: calc(100% - 4.4rem);
    height: 100%;
    padding-top: 0.3rem;
    position: relative;
}
.fangan_list .fangan_item .fangan_txt::before{
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.02rem;
    background: #0099CD;
    top: 0.71rem;
}
.fangan_list .fangan_item .fangan_txt .fangan_title{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.42rem;
}
.fangan_list .fangan_item .fangan_txt .fangan_title span{
    color: #FF0000;
}
.fangan_list .fangan_item .fangan_txt .fangan_cont{
    max-width: 7.4rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #717171;
    line-height: 1.8;
}
.fangan_list .fangan_item .fangan_txt .fangan_more{
    margin-top: 0.6rem;
    width: 1.2rem;
    height: 0.4rem;
    border: 0.01rem solid #0099CD;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0099CD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fangan_list .fangan_item .fangan_txt .fangan_more img{
    width: 0.22rem;
    height: 0.16rem;
    margin-left: 0.04rem;
}
.fangan_list .fangan_item .fangan_img{
    width: 4.2rem;
    height: 2.8rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.fangan_list .fangan_item .fangan_img img{
    transition: all 0.5s;
}
.fangan_list .fangan_item:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0,0,0,0.16);
}
.fangan_list .fangan_item:hover .fangan_title{
    color: #0099CD;
}
.fangan_list .fangan_item:hover .fangan_more{
    background: #0099CD;
    color: #fff;
}
.fangan_list .fangan_item:hover .fangan_more img{
    filter: brightness(0) invert(1);
}
.fangan_list .fangan_item:hover .fangan_img img{
    transform:scale(1.1);
}






.anli_list{
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
	column-gap: 0.2rem;
    row-gap: 0.2rem;
}
.anli_list .anli_item{
	width: 5.2rem;
	height: 4.4rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #E4E4E4;
	overflow: hidden;
	padding: 0.3rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.anli_list .anli_item .anli_title{
	font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5;
    width: 100%;
    height: 0.56rem;
    align-content: center;
}
.anli_list .anli_item .anli_title span{
    color: #FF0000;
}
.anli_list .anli_item .anli_img{
	width: 100%;
	height: 3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.anli_list .anli_item .anli_img img{
	transition: all 0.5s;
}
.anli_list .anli_item:hover{
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(7,69,141,0.3);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.anli_list .anli_item:hover .anli_title{
	color: #0099CD;
	font-weight: bold;
}
.anli_list .anli_item:hover .anli_img img{
	transform:scale(1.1);
}







@media screen and (max-width: 1043px) {
    .search form,
    .search .search_btn{
        height: 0.66rem;
    }
    .search .search_input{
        font-size: 0.26rem;
    }
    .search .search_btn{
        background-size: 0.4rem;
    }
    
    .search_body .search_tab{
        overflow-x: auto;
        column-gap: 0.5rem;
    }
    .search_body .search_tab .tab_btn{
        white-space: nowrap;
        font-size: 0.3rem;
        min-width: fit-content;
    }
    .search_body .search_key{
        font-size: 0.3rem;
    }
    .search_cont .search_class{
        font-size: 0.34rem;
    }
    .search_cont .search_txt .search_num,
    .search_cont .search_txt a,
    .search_cont .search_null{
        font-size: 0.26rem;
    }
    
    
    
    
    
    .product_list{
        gap: 0.2rem;
    }
    .product_list .product_item{
        width:100%;
        height: auto;
    }
    .product_list .product_item .product_txt .product_title{
        font-size: 0.28rem;
        width: calc(100% - 0.6rem);
    }
    .product_list .product_item .product_txt i{
        width: 0.4rem;
        height: 0.4rem;
    }
    .product_list .product_item .product_img{
        height: auto;
    }
    
    
    
    
    
    
    
    .news_list .news_item{
        width: 100%;
        height: auto;
    }
    .news_list .news_item .news_img{
        width: 100%;
        height: auto;
    }
    .news_list .news_item .news_title{
        font-size: 0.28rem;
        height: auto;
        margin-bottom: 0;
    }
    .news_list .news_item .news_txt .news_time,
    .news_list .news_item .news_txt .news_more{
        font-size: 0.26rem;
        
    }
    
    
    
    
    .fangan_list .fangan_item{
        height: auto;
        flex-wrap: wrap;
        padding: 0.4rem;
        row-gap: 0.4rem;
    }
    .fangan_list .fangan_item .fangan_txt,
    .fangan_list .fangan_item .fangan_img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .fangan_list .fangan_item .fangan_txt .fangan_title{
        font-size: 0.32rem;
    }
    .fangan_list .fangan_item .fangan_txt .fangan_cont{
        font-size: 0.26rem;
    }
    .fangan_list .fangan_item .fangan_txt .fangan_more{
         font-size: 0.26rem;
         width: 1.8rem;
        height: 0.5rem;
    }
    
    
    
    
    
    
    
    
    .anli_list .anli_item{
        width: 100%;
        height: auto;
    }
    .anli_list .anli_item .anli_title{
        font-size: 0.32rem;
    }
    .anli_list .anli_item .anli_img{
        height: auto;
    }
}





