*{
	padding: 0;
	margin: 0;
}
html,
body {
    width: 100%;
    background-color: white;
    font-family: "Microsoft Yahei";
}
.all{
	width: 100%;
}
.content{
	width: 1025px;
	margin: 0 auto;
}
.introduce{
	font-size:18px;
	font-family:SourceHanSansCN;
	color:rgba(102,102,102,1);
	margin-top: 79px;
	margin-bottom: 27px;
}
.line{
	background-color: #fafafa;
	width: 100%;
	height: 10px;
}

.cont_top{
	width: 100%;
	padding: 60px;
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	box-sizing: border-box;
}
.left{
	height: 534px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 59px;
	position: relative;
}
.pageNum{
	margin: 42px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageNum>font{
	color: #666666;
	font-size:14px;
}
.leftPrev{
	width: 39px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: -96px;
	transform: translateY(-50%);
}
.rightPass{
	width: 39px;
	height: 68px;
	position: absolute;
	top: 50%;
	right: -98px;
	transform: translateY(-50%);
}
.slideHig{
	width: 120px;
	height: 534px;
	/* overflow-y: auto; */
	overflow: hidden;
	position: relative;
}
.slideHig::-webkit-scrollbar{
    display: none;
}
.topArrows{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.botArrows{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.bigPic{
	margin: 0 16px 0 8px;
	width: 300px;
	height: 534px;
}
.longImg>img{
	vertical-align: bottom;
	margin-bottom: 10px;
}
.particular{
	width: 483px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-top: 40px;
}
.right{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.title{
	font-size:28px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	position: relative;
}
.bright{
	width: 165px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bright>span:nth-child(2){
	margin-right: 10px;
}
.bright span{
	display: inline-block;
	width:52px;
	height:19px;
	background-color: #EFEFEF;
	font-size:14px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(102,102,102,1);
	text-align: center;
}
.produce p,.time{
	font-size:14px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
}
.erCode{
	width: 117px;
	height: 137px;
}
.collect{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 336px;
    margin-bottom: 40px;
}
.collect>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.collect>div>img{
	margin-right: 5px;
}
.contact{
	padding: 61px 61px 64px 62px;
	border-top: 1px solid #F2F2F2;
}
.contact p{
	width:360px;
	height:56px;
	background-color: #FF9271;
	border-radius:10px;
	font-size:14px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:60px;
	text-align: center;
	cursor:pointer;
}
.price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 66px;
	line-height: 66px;
	padding: 0 32px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
.price>div{
	display: flex;
}
.line_hig{
	width: 1px;
	height: 50px;
	background-color: #f2f2f2;
}
.grayWord>p,.grayWord>span{
	font-size:14px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(102,102,102,1);
}
/* 案例 */
.caseDesc{
	width: 100%;
	background-color: #fafafa;
	padding: 59px 0;
}
.caseDescCont{
	width: 1025px;
	margin: 0 auto;
}
.descTitle{
	display: flex;
	align-items: center;
	margin-bottom: 51px;
}
.descTitle>p{
	font-size:36px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-left: 20px;
	margin-bottom: 5px;
}
.wordDesc>p{
	margin-top: 30px;
	margin-bottom: 50px;
	font-size:14px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}
.contPic{
	display: flex;
	width: 903px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contPic>img{
	width: 381px;
	height: 781px;
	margin-top: 115px;
}


/* 推荐 */
.recommend{
	width: 1025px;
	margin: 0 auto;
	padding:60px;
}
.recoTop{
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.recoTop_left,.recoTop_rig{
	display: flex;
	align-items: center;
}
.recoTop_rig>.p2{
	cursor: pointer;
}
.recoTop .p1{
	font-size:36px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-left: 22px;
}
.recoTop .p2{
	font-size:16px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-left: 15px;
}
.recoPic>.pic1,.recoPic>.pic2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recoPic .caseImg{
	width: 160px;
	height: 298px;
}
.recoPic>.pic1>div,.recoPic>.pic2>div{
	position: relative;
	overflow: hidden;
}
.recoPic>.pic1>div:hover .botImg,.recoPic>.pic2>div:hover .botImg{
	animation: ani 0.5s;
	animation-fill-mode:forwards
}
.recoPic .botImg{
	position: absolute;
	left: 0;
	bottom: -46px;
}
@keyframes ani
{
	from {bottom: -46px;}
	to {bottom: 0;}
}

/* 遮罩 */
#contact{
	display: none;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.7);
	padding-top: 200px;
	z-index: 98;
}
.contactkuang {
    width: 332px;
    height: 48px;
    background:rgba(0,0,0,0.1);
    border: 1px solid #FFFFFF;
    padding-left: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.aboutus_ok{
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutus_ok .p1,.aboutus_ok .p2{
	width: 136px;
	height: 46px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:#4098F1;
	line-height: 46px;
	background-color: #ffffff;
}
.aboutus_ok .p1{
	margin-right: 20px;
}