.product-width{
	width: 1200px;
	max-width: 100%;
	margin: auto;
    position: relative;
    z-index: 0;
    margin-bottom: 89px;
}
.products-class-left,
.products-list-right{
	float: left;
}
.products-list-right{
	width: 77%;
}
.products-class-left{
	width: calc( 23% - 70px);
	margin-right: 60px;
	border: 10px solid #8ba9b6;
	padding: 50px 15px;
	text-align: center;
}
.products-class-left h3{
	font-size: 24px;
	font-weight: bold;
	color: #28637d;
	position: relative;
    margin-bottom: 30px;
}
.products-class-left h3:after{
    content: '';
    width: 40px;
    color: #28637d;
    position: absolute;
    left: 37%;
    bottom: -10px;
    border: 1px solid #28637d;
}
.products-class:hover,
.products-class.active{
	color: #ff5400;
}
.select_boder .select{
	display: none;
}
.products-class-left .icon_writing .products-class{
	margin:10px 0 ;
}
.products-list{
	font-size: 0;
}
.products-box{
	display: inline-block;
	width: 33.333333%;
	padding:10px;
}
.products-bg{
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 100%;
	border: 2px solid #aaa;
}
.products-list-right-title{
	padding: 0 10px;
	font-size: 24px;
	padding-bottom: 35px;
}
.products-mask{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.products-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.products-page{
	border-bottom: 3px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.products-page-img,
.products-page-info{
	float: left;
}
.products-page-img{
	width: 50%;
}
.products-page-info{
	width: calc( 50% - 40px);
	margin-left: 40px;
}
.products-page-img-big .img{
	width: 100%;
	height: 0;
	padding-bottom: 475px;
	display: block;
	border: 2px solid #aaa;
}
.products-page-img-small{
	display: inline-block;
	width: 20%;
	height: 0;
	padding-bottom: 100px;
	margin:10px ;
	border: 2px solid #aaa;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.products-page-info h3{
	font-size: 24px;
	padding-bottom: 35px;
}
.products-page-info .remarks{
    height: 500px;
    overflow: hidden;
}
.products-back{
	text-align: center;
}