a {text-decoration: none!important;}
.product_box {
    /* width: 500px; */
    /* height: 500px; */
    /* background-color: red; */
} 
.product_box {
    width: 1200px;
    /* height: 1000px; */
    /* background-color: azure; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
  
}
.product_title {
    width: aotu;
    height: 120px;
    color: #1443a7;
    text-align: center;
    line-height: 160px;
    font-size: 24px;

}
.title {
    width: 200px ;
    height: 70px;
    /* line-height: 70px; */
    text-align: center;
    font-size: 14px;
    color:#4c4b4b;
}
.Product_Header {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    /* display: flex; */
    /* justify-content: center; */
    /* padding: 0px 20px; */
    /* background-color: darksalmon; */
}
.Product_Header >ul {
    width: 100%;
    height: 60px;
    line-height: 60px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
}
.Product_Header >ul>li {float: left;    margin-left: 20px;}
.Product_Header >ul>li>a{
    /* width: 160px; */
    /* float: left; */
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;

}
.Product_Header >ul>li:hover{
    background-image: linear-gradient(0deg, 
		#4071d7 0%, 
		#1ea2f6 100%), 
	linear-gradient(
		#4071d7, 
		#4071d7);
	background-blend-mode: normal, 
		normal;
    border-radius: 10px;
    color: #fff
}

.Product_Header >ul>li:hover a,.Product_Header >ul>li.active a {color: #fff;}
.active {
    background-image: linear-gradient(0deg, 
		#4071d7 0%, 
		#1ea2f6 100%), 
	linear-gradient(
		#4071d7, 
		#4071d7);
	background-blend-mode: normal, 
		normal;
    border-radius: 10px;
    color: #fff
}
.Proudct_content_box{
    width: 1200px;
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* display: none; */
}
.Proudct_content {
    width: 100%;
    /* height: 100%; */
    margin-top: 50px;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* display: none; */
}
.Proudct_content>li {
    width: 280px;
    height: 286px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    float: left;
    background-color: #ccc;
    margin-right: 26px;
    margin-bottom: 50px;
    overflow: hidden;
}
.Proudct_content>li a {display: block;width: 100%;height: 100%;}
.Proudct_content>li:nth-child(4n) {margin-right: 0;}
.product_title,.title{
    margin: 0 auto;
}
.Proudct_content >li>img{
    width: 100%;
    height: 240px;

}

.Proudct_content >li:hover>img {border: solid 1px #4071d7;}
.Proudct_content_box .selected{
    display: block;
    /* display: flex; */
}
.none{
    display: none;
    /* display: flex; */
}
.bottom {
    width: 100%;
    height: 48px;
    line-height: 48PX;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.Proudct_content > li:hover{
    background-color: #2697ef;
    border: 1px solid #2697ef;
    box-sizing: border-box;
}
.Proudct_content li:hover .bottom{
    background-color: #2697ef;
    color: #fff;
}
.title {
    width: 200px ;
    height: 22px;
    /* line-height: 70px; */
    text-align: center;
    font-size: 14px;
    color:#4c4b4b;
}

.number{
    margin-right: 10px;
    color: #4071d7;
}
.serve{
    color: #666666;
}
.cn{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    color: #fff;
    margin-right: 10px;
}
.search{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page{
    width: 1200px;
    height: 107px;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
}
.pagination{
    margin: 10px auto;
}
.pagination>li>a{
    background-color: #eaeae9;
    color: #4c4b4b;
    margin-left: 5px;
}
.pagination>li>a:hover{
    color: #fff;
    background-color: #497fde;
}
.more{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* background-color: red; */
}
.many{
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    /* line-height: 90px; */
}
.get_more{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2993ec;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}
