*{ margin:0; padding:0; border:0;}
/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; padding:0;margin:0;border:0;}
input:focus{outline:none!important;box-shadow:none!important;}
table { border-collapse:collapse; }
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.allcenter {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.inav{
	width: 100%;
	height: 240px;
	background-color: white;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items:flex-end;
	-webkit-justify-content: center;
}
.ilogo{
	width: 82px;
	height: 132px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -41px;
}

.itop{
	position: absolute;
	top: 30px;
	right: 120px;
}

.itop img{
	width: 23px;
	height: 23px;
	margin-left: 30px;
}

.itop>a>p{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin-left: 12px;
}

.inBox{
	padding: 25px 45px 25px 45px;
	font-size:18px;
	color:#999999;
}
.nav .inBox{
	height: 100%;
	padding: 0;
	margin-right: 83px;
}
.nav .inBox>a>p{
	height: 100%;
	color: #999999;
}
.navH{
	width:100%;
	height:116px;
}
.nav{
	width:100%;
	height:116px;
	background:rgba(255,255,255,1);
	border-bottom: #E5E5E5 solid 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.logo{
	width: 39px;
	height: 64px;
	margin-right: 310px;
	transition: all 0.5s;
}

.top img{
	width: 23px;
	height: 23px;
	margin-left: 14px;
	transition: all 0.5s;
}

.top>a>p{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin-left: 12px;
}

.isubnav1,.isubnav2{
	width:100%;
	height:0px;
	background:rgba(255,255,255,1);
	position: absolute;
	top: 240px;
	left: 0;
	z-index: 99;
	transition: all 0.3s;
}
.nav .isubnav1,.nav .isubnav2{
	top: 116px;
}
.isBox{
	text-align: center;
	height: 0;
	margin: 0 73px;
	position: relative;
}
.isBox:hover p{
	color: #333333;
}
.isBox>div{
	display: none;
	width: 130px;
	height: 70px;
	margin: 0 auto; 
	margin-bottom: 5px;
	animation:isBox 0.8s;
	-webkit-animation:isBox 0.8s;
}
@keyframes isBox{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes isBox{
	from {opacity: 0;}
	to {opacity: 1;}
}
.flexEnd{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
}
.pbtn{
	padding:0 15px; 
	height:40px;
	background:rgba(51,51,51,1);
	font-size:14px;
	color:rgba(255,255,255,1);
	line-height:21px;
	cursor: pointer;
}
.isBox>p{
	display: none;
	font-size:20px;
	color:#999999;
	margin-top: 2px;
	animation:isBox 0.8s;
	-webkit-animation:isBox 0.8s;
}
.isub1:hover .isubnav1,.isub2:hover .isubnav2{
	height: 120px;
}
.isub1:hover .isBox,.isub2:hover .isBox{
	height: auto;
}
.isub1:hover .isBox>div,.isub2:hover .isBox>div{
	display: block;
}
.isub1:hover .isBox>p,.isub2:hover .isBox>p{
	display: block;
}
.inBox:hover{
	color: #333333;
}
.inBox.active{
	color: #333333;
}

.inBox:hover .inDown{
	background: url(../images/down1.png);
	background-size: 100% 100%;
}

.inDown{
	width: 12px;
	height: 6px;
	margin-left: 6px;
	background: url(../images/down.png);
	background-size: 100% 100%;
}

.swiper-container {
	width: 1820px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.swiper-slide>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 76px;
	height: 2px;
	border-radius:initial;
	opacity: 1;
	background: #d8d8d8;
}
.swiper-pagination-bullet-active{
	background: #333333;
}
.swiper-button-prev{
	background-image: url(../images/left.png);
	left: 100px;
}
.swiper-button-next{
	background-image: url(../images/right.png);
	right: 100px;
}
.swiper-button-next, .swiper-button-prev{
	width: 41px;
	height: 76px;
	margin-top: -38px;
	background-size: 41px 76px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 29px;
}
.swTitle{
	font-size:36px;
	color:rgba(255,255,255,1);
	position: absolute;
	z-index: 1;
	left: 205px;
	bottom: 162px;
}
.swPos{
	font-size:18px;
	color:rgba(255,255,255,1);
	position: absolute;
	z-index: 1;
	left: 205px;
	bottom: 106px;
}

.ibanner{
	width: 1820px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	margin-top: 30px;
}
.ibanner>div>p{
	font-size:36px;
	color:rgba(255,255,255,1);
	z-index: 1;
}
.ibanner>div>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ibanner>div{
	width: 600px;
	height: 100%;
	position: relative;
	transition: all 0.5s;
}
.ibanner>div:hover{
	font-weight: bold;
}
.ibanner>div>div{
	opacity: 0;
	background-color: rgba(0,0,0,0.45);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	z-index: 0;
}
.ibanner>div:hover div{
	opacity: 1;
}
.iproduct{
	width: 1820px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 70px;
}
.ipTitle{
	font-size:36px;
	color:rgba(51,51,51,1);
	text-align: center;
}
.ipBar{
	width: 60px;
	height: 2px;
	margin: 0 auto;
	margin-top: 24px;
	background-color: #999999;
}
.ipBox{
	width: 100%;
	height: 770px;
}
.ipBox>img{
	width: 770px;
	height: 770px;
}
.ipGoods{
	width: 770px;
	height: 770px;
	padding-left: 15px;
	margin-left: 125px;
	padding-top: 76px;
	box-sizing: border-box;
	position: relative;
}
.ipGcon1{
	font-size:32px;
	color:rgba(51,51,51,1);
}
.ipGcon2{
	font-size:20px;
	color:rgba(153,153,153,1);
	margin: 45px 0;
}
.ipGconMin{
	min-height: 120px;
}
.ipGcon3{
	line-height: 36px;
	font-size:20px;
	color:rgba(153,153,153,1);
}
.ipPs{
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.ipGbtn{
	width: 412px;
	height: 124px;
	position: absolute;
	left: 0px;
	top: 373px;
}
.ipGbtn>p{
	font-size:24px;
	color:rgba(51,51,51,1);
	position: absolute;
	left: 75px;
	top: 45px;
}
.ipGbtn>img{
	width: 100%;
	height: 100%;
}
.ipGimgs{
	width: 100%;
	height: 135px;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	margin-top: 180px;
}
.ipGimgs img{
	width: 240px;
	height: 135px;
	transition: all 0.5s;
	position: relative;
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.15);
	bottom: 0;
}
.ipGimgs img:hover{
	bottom: 15px;
	box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.15);
}
.ibWrap{
	width:100%;
	min-height: 490px;
	position: relative;
	margin-top: 70px;
	margin-bottom: 40px;
}
.ibWrap a{
	cursor: auto;
}
.ibBox{
	width: 360px;
	min-height: 490px;
	margin: 0 26px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.05);
	text-align: center;
	position: relative;
	bottom: 0;
	transition: all 0.5s;
}
.ibBox:hover{
	bottom: 20px;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
}
.ibBox>img{
	width: 360px;
	height: 288px;
}
.ibTitle{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin: 18px 0;
}
.ibCon{
	font-size:14px;
	color:rgba(153,153,153,1);
	padding: 0 22px;
	line-height: 28px;
	text-align: justify!important;
}
.footer{
	width:100%;
	height:120px;
	background:rgba(37,37,37,1);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer>p{
	font-size:18px;
	color:rgba(153,153,153,1);
	line-height:36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/*
 * case.html
 */
.cwrap{
	width: 1620px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 64px;
	position: relative;
}
.cwNav{
	margin: 56px 0 56px 50px;
}
.cwNav>p{
	float: left;
	font-size:20px;
	color:rgba(102,102,102,1);
	margin: 0 12px;
}

.swiper1.swiper-container {
	width: 770px;
	height: 770px;
	float: left;
	border-radius: 10px;
}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{
	left: -100px;
}
.cwCon{
	width: 770px;
	height: 770px;
	float: right;
}
.cwLogo{
	width: 106px;
	height: 106px;
	background: url(../images/design.png)  no-repeat;
	background-size: 100% 100%;
	margin-left: 48px;
}
.cwTitle{
	font-size:36px;
	color:rgba(51,51,51,1);
	margin-left: 48px;
	margin-top: 56px;
}
.cwPWrap{
	width: 700px;
	height: 190px;
	overflow: hidden;
	margin-left: 48px;
	margin-top: 36px;
}
.cwP{
	width: 700px;
	padding-right:50px;
	height: 190px;
	font-size:16px;
	color:rgba(153,153,153,1);
	line-height:32px;
	overflow: scroll;
	resize:none;
	border:0;
	outline:none;
	overflow-x: hidden;
	text-align: justify;
}
.swWrap{
	margin-left: 45px;
	margin-top: 36px;
	display: inline-block;
	position: relative;
}
.swiper2.swiper-container {
	width: 640px;
	height: 200px;
	float: left;
	padding: 5px;
}
.prev{
	position: absolute;
	background-image: url(../images/pleft.png);
	left: -45px;
	top: 50%;
	cursor: pointer;
}
.next{
	position: absolute;
	background-image: url(../images/pright.png);
	right: -45px;
	top: 50%;
	cursor: pointer;
}
.swiper2 .swiper-button-prev{
	background-image: url(../images/left.png);
	left: -45px;
}
.swiper2 .swiper-button-next{
	background-image: url(../images/right.png);
	right: -45px;
}
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev,.next,.prev{
	width: 20px;
	height: 36px;
	margin-top: -18px;
	background-size: 20px 36px;
}
.swiper2 .swiper-slide:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.swiper2 .swiper-slide-active{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.cwLeft{
	left: -86px;
}
.cwRight{
	right: -86px;
}
.cwLeft,.cwRight{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
}

/*
 * product.html
 */
.pwWrap.swWrap{
	margin-top: 70px;
}
.pwName{
	font-size:32px;
	color:rgba(51,51,51,1);
	margin-top: 94px;
	margin-left: 48px;
	margin-bottom: 50px;
}
.pwCon{
	font-size:16px;
	color:rgba(153,153,153,1);
	line-height:32px;
	margin-left: 48px;
}
.pwP{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin-left: 48px;
	margin-top: 50px;
}
/*
 * us.html
 */
.uWrap{
	width:1820px;
	height:864px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	border-radius: 10px ;
	margin: 50px auto;
	position: relative;
}
.uMap{
	width: 984px;
	height: 100%;
	border-radius: 10px;
}
.uCon{
	width: 836px;
	height: 100%;
	float: right;
}
.ucP{
	font-size:20px;
	color:rgba(51,51,51,1);
	line-height:48px;
	margin: 80px 113px 0 103px;
	text-align: justify;
}
.ucBox{
	width: 580px;
	height: auto;
	margin-left: 123px;
	margin-top: 60px;
}
.ucBox>input {
    width: 100%;
    height: 50px;
    background: rgba(246,246,246,0.4);
    border-radius: 5px;
    margin: 12px 0 16px 0;
    padding-left: 10px;
}
.ucTip{
	font-size:18px;
	color:rgba(153,153,153,1);
	margin-left: 103px;
}
.ucBtn{
	width:200px;
	height:50px;
	background:rgba(51,51,51,1);
	margin-top: 20px;
	margin-left: 503px;
	cursor: pointer;
}
.ucBtn>p{
	font-size:18px;
	color:rgba(255,255,255,1);
}
.uBox{
	width:540px;
	height:264px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	border-radius: 10px ;
	position: absolute;
	left: 510px;
	top: 546px;
}
.uBox>img{
	width: 110px;
	height: 185px;
	margin-left: 43px;
	margin-top: 40px;
}
.ubCon{
	width: 356px;
	height: 100%;
	float: right;
}
.ubcH{
	font-size:28px;
	color:rgba(0,0,0,1);
	margin-top: 40px;
	margin-bottom: 10px;
}
.ubcP{
	font-size:18px;
	color:rgba(0,0,0,1);
	line-height:36px;
}

/*lproduct*/
.lbanner{
	width:1820px;
	height:800px;
	margin: 0 auto;
	position: relative;
}
.lpWrap{
	position: relative;
}

@keyframes show{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes show{
	from {opacity: 0;}
	to {opacity: 1;}
}
.lpWrap,.lbox{
	animation:show 0.5s;
	-webkit-animation:show 0.5s;
}

.lpWrap .swiper-container{
	width: 1046px;
	height: 110px;
}
.lpWrap .swiper-slide>p{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	font-size: 18px;
	color: #999999;
	white-space: nowrap;
}
.swiper-button-next, .swiper-button-prev{
	left: -100px;
}
.lpWrap .next,.lpWrap .prev{
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-size: 100% 100%;
}
.lpWrap .prev{
	background-image: url(../images/tleft.png);
}
.lpWrap .next{
	background-image: url(../images/tright.png);
}
.llist{
	width:100%;
	height:140px;
	background:rgba(255,255,255,1);
	border-bottom: 1px solid rgba(229,229,229,1);
	position: relative;
}
.llist>p{
	padding: 30px 0;
	font-size:18px;
	color:rgba(51,51,51,1);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}
.lleft{
	left: 158px;
}
.lleft.active{
	color: #999999;
}
.lleft.lleft2{
	left: 262px;
}
.lright{
	right: 163px;
}
.list2{
	display: none;
}
.lbox{
	text-align: center;
	margin: 0 68px;
}
.lbox.active>p{
	color: #333333;
}
.lpWrap .swiper-slide.active>p{
	color: #333333;
}
.lbox:hover p{
	color: #333333;
}
.lpWrap .swiper-slide:hover p{
	color: #333333;
}
.lbox>img{
	width: 130px;
	height: 70px;
}
.lbox>p{
	font-size:18px;
	color:#999999;
	margin-top: 10px;
}
.lproducts{
	width: 1650px;
	margin: 0 auto;
	margin-top: 50px;
}
.lpBox{
	width: 390px;
	height: 450px;
	border-radius: 5px;
	background:rgba(255,255,255,1);
	margin: 0 80px 40px 80px;
	float: left;
	text-align: center;
	transition: all 0.5s;
}
.lpBox:hover{
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.lpPic{
	width: 330px;
	height: 330px;
	margin-top: 30px;
}
.lpP{
	font-size:18px;
	line-height: 18px;
	color:rgba(51,51,51,1);
	margin-top: 10px;
}

.lmore{
	width:232px;
	height:60px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.lmore>p{
	font-size:18px;
	color:rgba(51,51,51,1);
}
/*taste.html*/
.taste{
	width:1820px;
	margin: 70px auto;
}
.tLeft{
	width: 940px;
	float: left;
}
.tlVideo{
	width: 100%;
	height: 640px;
	position: relative;
}
.tlV{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.tlVimg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tlV>img{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.tlP{
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height:28px;
	margin-top: 288px;
	padding:  0 35px;
	text-align: justify;
}
.tRight{
	width: 770px;
	float: right;
}
.trVideo{
	width: 100%;
	height: 1030px;
	position: relative;
	cursor: pointer;
}
.trVideo>img{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.trP{
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height:28px;
	margin: 150px 0;
	padding:  0 35px;
	text-align: justify;
}
.tWrap{
	text-align: center;
	margin-bottom: 50px;
}
.tWrap .swWrap{
	margin-left: 0;
	margin-top: 63px;
}
.tWrap .swiper-container{
	width: 1660px;
	height: 720px;
}
.tWrap .swiper-button-prev,.tWrap .swiper-button-next{
	left: -100px;
}
.tWrap .prev{
	background-image: url(../images/tleft.png);
	left: -78px;
	cursor: pointer;
}
.tWrap .next{
	background-image: url(../images/tright.png);
	right: -78px;
	cursor: pointer;
}
.tWrap .next,.tWrap .prev{
	width: 56px;
	height: 56px;
	margin-top: -28px;
	background-size: 100% 100%;
}
.video{
	width:1152px;
	height:648px;
	background:rgba(216,216,216,1);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -576px;
	margin-top: -324px;
	z-index: 1000;
	display: none;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.7);
	z-index: 999;
	display: none;
}
/*about.html*/
.about .tLeft{
	width: 931px;
}
.about .tlVideo{
	height: 1030px;
}
.about .tlP{
	margin: 260px 0;
	padding: 0 35px;
}
.about .tRight{
	width: 778px;
}
.about .trVideo{
	height: 1080px;
}
.about .trP{
	margin: 185px 0;
	padding: 0 35px;
}
.abanner.lbanner{
	height: 800px;
	margin-bottom: 70px;
}
.lbP{
	font-size:48px;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 175px;
	top: 338px;
}
.lbCon{
	width: 944px;
	font-size:14px;
	line-height:28px;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 175px;
	top: 515px;
}
.abanner .lbCon{
	width: 759px;
	left: 1013px;
	top: 331px;
}
/*mcase.html*/
.mproducts.lproducts{
	width: 1668px;
	margin: 0 auto;
	margin-top: 50px;
}
.mproducts .lpBox{
	width: 370px;
	height: 390px;
	margin: 0 20px 23px 20px;
}
.mproducts .lpPic{
	width: 307px;
	height: 281px;
}
.mproducts .lpP{
	margin-top: 30px;
}
/*quality.html*/
.quality{
	width: 1443px;
	margin:70px auto;
	text-align: center;
	font-size:18px;
	color:rgba(102,102,102,1);
	line-height:40px;
}
.quality>p{
	text-align: left;
	word-break: break-all;
}
.quality img{
	max-width: 100%;
	height: auto;
}
/*karticle.html*/
.awrap{
	width: 1365px;
	margin: 0 auto;
	margin-top: 58px;
}
.aLeft{
	width: 200px;
	float: left;
}
.aLeft>div{
	width: 100%;
	height:50px;
	font-size:18px;
	background: white;
	color: #666666;
	margin-bottom: 12px;
	cursor: pointer;
}
.aLeft>div.active{
	color:rgba(255,255,255,1);
	background:rgba(51,51,51,1);
}
.aLeft>div:hover{
	color:rgba(255,255,255,1);
	background:rgba(51,51,51,1);
}
.aRight{
	width: 1105px;
	float: right;
}
.aBox{
	width: 100%;
	height: 175px;
	box-sizing: border-box;
	padding: 20px 40px;
	background: RGBA(216, 216, 216, 0.1);
	position: relative;
}
.aBox:after{
	content: ' ';
	width: 80%;
	height: 1px;
	background: rgba(238, 238, 238, 1);
	position: absolute;
	left: 50%;
	margin-left: -40%;
	bottom: 0;
	visibility: visible;
}
.aImg{
	width: 180px;
	height: 135px;
	border-radius: 5px;
	float: left;
	margin-right: 34px;
}
.aTitle{
	font-size:20px;
	color:rgba(51,51,51,1);
}
.aTime{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin: 16px 0;
}
.aCon{
	position: relative;
}
.aCon>p{
	font-size:14px;
	color:rgba(102,102,102,1);
	line-height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-align: justify;
}
.amore{
	font-size:14px;
	color:rgba(102,102,102,1);
	position: absolute;
	background: #fbfbfb;
	line-height:21px;
	padding-left: 20px;
	right: 0;
	bottom: 0;
}
.apage{
	margin: 30px 0;
}
.apage>a{
	font-size:20px;
	color:rgba(51,51,51,1);
}
.aprev,.anext{
	width:160px;
	height:50px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
	border-radius: 25px ;
}
.page{
	height: 100%;
	padding: 0 20px;
}
.page p:hover{
	text-decoration: underline;
}
.page p.active{
	text-decoration: underline;
}
/*detail.html*/
.dpage{
	margin: 0!important;
}
.dpage>a>div{
	margin: 30px 150px;
}
.detail{
	padding: 39px 77px;
	box-sizing: border-box;
	background:rgba(216,216,216,0.1);
	text-align: center;
	min-height: 500px;
	width: 100%;
}
.dTitle{
	font-size:20px;
	color:rgba(51,51,51,1);
}
.dTime{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin-top: 20px;
	margin-bottom: 30px;
}
.dCon img{
	max-width: 100%;
	height: auto;
}
.dCon>p{
	padding: 0 20px;
	text-align: left;
	font-size:16px;
	color:rgba(102,102,102,1);
	line-height:36px;
}
/*404.html*/
.notfound{
	text-align: center;
}
.notfound>img{
	width: 964px;
	height: 500px;
}
/*browser.html*/
.b1{
	font-size:28px;
	font-family:SourceHanSansCN-Normal;
	color:rgba(51,51,51,1);
	line-height:42px;
	text-align: center;
	margin-top: 206px;
}
.b2{
	font-size:20px;
	font-family:SourceHanSansCN-Light;
	color:rgba(51,51,51,1);
	line-height:30px;
	text-align: center;
}
.b3{
	font-size:20px;
	font-family:SourceHanSansCN-Light;
	color:rgba(51,51,51,1);
	margin: 60px 0;
	text-align: center;
}
.other{
	margin-top: 100px;
}
.other>div{
	margin: 0 43px;
	text-align: center;
}
.other>div>p{
	font-size:16px;
	font-family:SourceHanSansCN-Normal;
	color:rgba(51,51,51,1);
	margin-top: 20px;
}
/*seller.html*/

.sbanner{
	width:1820px;
	height:300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
}
.sbP{
	font-size:48px;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 175px;
	top: 131px;
}
.stell{
	font-size:18px;
	font-family:SourceHanSansCN-Regular;
	color:rgba(51,51,51,1);
	line-height:36px;
	margin-left: 172px;
}
.scon{
	color: #666666;
	font-size:14px;
	font-family:SourceHanSansCN-Medium;
	line-height:28px;
	margin-left: 212px;
}
.sconT{
	font-size:16px;
	font-family:SourceHanSansCN-Medium;
	color:rgba(51,51,51,1);
	line-height:28px;
	font-weight: bold;
	margin-left: 212px;
}
.sconH{
	font-size:16px;
	font-family:SourceHanSansCN-Medium;
	color:rgba(51,51,51,1);
	line-height:28px;
	font-weight: bold;
	margin-left: 212px;
	margin-top: 50px;
}
.searchWrap{
	margin-top: 50px;
}
.search{
	width:806px;
	height:50px;
	box-sizing: border-box;
	border:1px solid rgba(153,153,153,1);
	padding: 0 20px;
	font-size:18px;
	font-family:SourceHanSansCN-Normal;
	color:black;
}
.sButton{
	width:111px;
	height:50px;
	margin-left: 30px;
	background:rgba(51,51,51,1);
	cursor: pointer;
}
.sButton p{
	font-size:18px;
	font-family:SourceHanSansCN-Normal;
	color:rgba(255,255,255,1);
}
.sInput::placeholder{
	font-size:18px;
	font-family:SourceHanSansCN-Normal;
	color:rgba(153,153,153,1);
}
.sInput::-webkit-input-placeholder{
	font-size:18px;
	font-family:SourceHanSansCN-Normal;
	color:rgba(153,153,153,1);
}
