
.Product{
    min-height:1500px;
    padding-top:20px;
}
.sidenav{
	width:290px;
	/* background:#707070; */
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sidenav-img{
	width: 100%;
	height:133px;
}
.sidenav-img >img{
	width: 100%;
	height: 100%;
}
.navli1{
	width: 95%;
	background-color: #707070;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navli1>.navtitle{
	width: 105%;
	height: 50px;
	background-color: #1996A8;
	color: #FFFFFF;
	line-height:50px;
	font-size:22px;
	text-align:center;
	margin: 10px 0px;
	padding: 0px 20px;
}
.navli1>.navli{
	width: 100%;
	padding: 10px 0px;
}
.navli li{
	/*font-size:18px;*/
	padding:6px 0 6px 10px;
	color:#ffffff;
    text-align:center;
	color: #FFFFFF;
}
.navli>li:hover{
	background-color: #1996A8;
}
.navli li>a{
	color:#ffffff!important;
}
.rightcontent{
   width: calc(100% - 290px);
   float:right;
   padding-top: 65px;
   position: relative;
}
.rctitle{
	width: 100%;
	font-size:25px;
	color:#707070;
	font-weight:bold;
	padding-left:30px;
	border-bottom: 1px solid #707070;
    margin-top: 10px;
}
.rctitle>span{
    float:right;
}
.product{
	display: flex;
	width: 95%;
	margin: 15px auto;
	flex-wrap: wrap;
	justify-content: space-between;
    min-height: 350px;
}
.nav.nav-page{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 50px 0;
}
.nav.nav-page>li{
    width: 30px !important;
    height: 30px !important;
    background-color: #434343 !important;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px !important;
    letter-spacing: 0px;
    color: #ffffff;
	text-align: center
}
.nav.nav-page.nav-divider>li:first-child{
    display: none;
}
.nav.nav-page.nav-divider>li>a{
    font-size: 1px !important;
}
.nav.nav-page>li>a{
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1px !important;
    padding: 0;
}
.nav>li.active>a, .nav>li>a:hover, .nav>li>a:active{
    color: #1996A8 !important;
}
.product li{
   width: 45%;
   margin-top: 20px;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(180 180 180 / 60%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(180, 180, 180, 0.6);
    -ms-box-shadow: 0px 5px 10px 0px rgba(180, 180, 180, 0.6);
    -o-box-shadow: 0px 5px 10px 0px rgba(180, 180, 180, 0.6);
    box-shadow: 0px 5px 10px 0px rgb(180 180 180 / 60%);
}
.product li:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgb(180 180 180 / 90%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(180, 180, 180, 0.9);
    -ms-box-shadow: 0px 10px 20px 0px rgba(180, 180, 180, 0.9);
    -o-box-shadow: 0px 10px 20px 0px rgba(180, 180, 180, 0.9);
    box-shadow: 0px 10px 20px 0px rgb(180 180 180 / 90%);
}
.productbg{
    width: 100%;
    height: 248px;
    /* background-image: linear-gradient(
80deg
, #000000 0%, #7a7a7a 0%, #f4f4f4 0%, #e9e9e9 100%), linear-gradient( #ffffff, #ffffff); */
    background-blend-mode: normal, normal;
    overflow: hidden;
    text-align: center;
}
.productbg img{
    max-width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.product li:hover .productbg img{
	transform: scale(1.2);
}
.product .title{
    /*font-size: 22px;*/
}
.product .subtitle{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 7px;
    letter-spacing: 0px;
    color: #000000;
}
.product .online{
    width: 84px;
    height: 33px;
    background-color: #1996a8;
    display: inline-block;
    color:#ffffff;
    position: absolute;
    right:0;
    bottom: 0;
    line-height: 33px;
    text-align: center;
}
.product li p{
    margin-top:20px;
    position: relative;
    text-align: left;
}
.nav-phone{
    width:280px;
    height: 150px;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding-top: 26px;
    line-height: 35px;
}