*{margin: 0;padding: 0;}
html,body{
	font-size: 14px;
	font-family: 'Open Sans', arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #616a70;
	background-color: #fff;
}
ul,li{list-style: none;}
a{text-decoration: none;}
.top,.header,.banner{
	width: 100%;
	min-width: 1500px;
}
.container{
	margin: 0 auto;
}
.top .container{
	width: 1200px;
}
.header .container{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner .container{
	width: 1500px;
}
/*top begin*/
.top{
	background-color: #A12E92;
}
.top a{
	font-size: 14px;
	color: #fff;
}
.top ul{
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.top ul li{
	padding: 1% 2%;
}
.searchForm{
	display: flex;
}
.searchForm input{
	display: block;
}
.searchText{
	display: block;
	padding: 0 5px;
	outline: none;
	border-radius: 3px 0 0 3px;
	background-color: rgba(255,255,255,.3);
	color: #fff;
} 
input.searchText::placeholder{
	color: #fff;
}
.searchBtn{
	padding: 0 .6em;
	display: block;
}/*top end*/

/*header begin*/
.logo{
	height: 40px;
	width: auto;
}
.logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.nav{
	position: relative;
	display: flex;
	padding-top: 20px;
	z-index: 9;
}
.proNav:hover .navList{/*测试完删除*/
	display: flex;
	position: absolute;
	max-width: 1200px;
	min-width: 1025px;
	top: calc(100% - 10px);
	right: 0;
	background-color: #fff;
	border-top: 10px solid #a12e92;
	background-color: #F1F2F4;
}
.navListLeft,.navListMiddle,.navListRight{
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 16px;
}
.navListMiddle{
	background-color: #fff;
}
.proNav:hover .navType{
	background-color: #A12E92;
}
.proNav .navList ul{
	margin-bottom: 10px;
}
.sNavType{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #a12e92;
	padding: 8px 0 5px 15px;
}
.sNavType:hover{
	background-color: #a12e92;
	color: #fff;
}
.proNav .navList li{
	width: 100%;
	height: 33px;
}
.proNav .navList li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #536473;
	font-weight: 300;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 34px;
}
.proNav .navList li a::before{
	display: block;
	position: absolute;
	left: 8px;
	content: "25cf";
	content: "●";
	font-size: 12px;
	color: #a12e92;
	line-height: 32px;
	transform: scale(.8);
}
.proNav .navList li a:hover{
	background-color: #a12e92;
	color: #fff;
}
.proNav:hover .navType a{
	color: #fff;
}
.slideNav{
	position: relative;
	z-index: 9;
}
.navList{
	display: none;
}
.slideNav:hover .navList{
	display: block;
	position: absolute;
	top: 100%;
	background-color: #fff;
}
.slideNav .navList a{
	display: block;
	min-width: 180px;
	transition: all .1s;
	border-bottom: 1px solid #a12e92;
	padding: 7px 10px;
	line-height: 1.5;
	font-size: 14px;
	 white-space: nowrap;
	word-break: break-all;
	color: #536473;
	font-weight: 300;
}
.slideNav .navList a:hover{
	background-color: #a12e92;
	color: #fff;
}
.navType{
	padding: 18px 18px 36px;
	transition: all .3s;
}
.slideNav:hover .navType{
	background-color: #A12E92;
}
.slideNav:hover .navType a{
	color: #fff;
}
.navType a{
	font-size: 22px;
	color: #536473;
	font-weight: 300;
}
/*header end*/
.banner{
	width: 100%;
	min-width: 1500px;
}
.banner .wrap{
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.wrap ul{
	position: absolute;
	width: 1000%;
	height: 100%;
}
.wrap ul li{
	position: relative;
	float: left;
	width: 1500px;
	height: 100%;
}
.bnInfo{
	position: absolute;
	bottom: 20px;
	background: rgba(0, 0, 0, .3);
	padding: 10px 30px 10px 150px;
	color: #fff;
}
.bnInfo h1{
	width: 100%;
	color: #fff;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	text-align: left;
}
.bnInfo p{
	font-size: 26px;
	font-weight: 300;
	text-align: left;
	margin: 0;
}
.wrap img{
	display: block;
	width: 100%;
	height: 100%;
}
.bnPage{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: left;
}
.bnPage span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px #333;
}
.bnPage span:hover{
	background: #A12E92;
}
.bnBtn{
	width: 49px;
	height: 104px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 9;
	cursor: pointer;
	background: url(../images/foot.png) no-repeat;
	opacity: .4;
	transition: all .3s;
}
.bnBtn:hover{
	opacity: .9;
}
.bnPrev{
	left: 1%;
	background-position: 0 0;
}
.bnNext{
	right: 1%;
	background-position: -49px 0;
}
.about{
	width: 1500px;
	margin: 0 auto;
	display: flex;
}
.aboutLeft{
	width: 980px;
	background-color: #000;
	display: flex;
	padding-left: 150px;
	box-sizing: border-box;
}
.aboutText{
	color: #dfdfdf;
	padding: 15px 35px 15px 5px;
}
.aboutText h2{
	margin: 12px 0 8px;
	font-size: 18px;
}
.aboutText h2 a{
	color: #dfdfdf;
	color: #A12E92;
	text-decoration: underline;
	transition: all .3s
}
.aboutText h2 a:hover{
	color: #cfcfff;
}
.textInfo{
	font-size: 13px;
	word-wrap: break-word;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	overflow-wrap: anywhere;
	line-break: anywhere;
	line-height: 22px;
}
.about .left{
	width: 60%;
}
.about .middle{
	width: 40%;
}
.middle .textInfo{
	line-height: 25px;
}
.aboutText p{
	margin-bottom: 8px;
}
.aboutRight{
	width: 520px;
	background-color: #536473;
}
.aboutRight ul{
	width: 370px;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
}
.aboutRight li{
    font-weight: 300;
    font-size: 22px;
    padding: 17px 0;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.aboutRight li:last-child{
	border: 0;
	padding-bottom: 10px;
}
.aboutRight li small{
	font-size: 12px;
	display: block;
	padding-bottom: 2px;
}
.aboutRight li a{
	color: #fff;
	line-height: 1;
}

.solution{
	width: 1200px;
	margin: 24px auto 0;
}
.solution ul{
	display: flex;
    justify-content: space-between;
}
.solution ul li{
	width: 19%;
}
.solution ul li h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.solution ul li h3 a{
	font-size: 20px;
	color: #000;
}
.solution ul li img{
	display: block;
	width: 100%;
	height: 126px;
	margin: 12px 0 8px;
	object-fit: cover;
}
.solutionInfo{
	font-size: 12.8px;
	word-wrap: break-word;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow-wrap: anywhere;
	line-break: anywhere;
	line-height: 18px;
	margin-bottom: 5px;
}
.solutionMore{
	color: #A12E92;
	font-style: italic;
}
.solutionMore::after{
    color: #a9b1b9;
    content: '►';
    margin-left: 5px;
    font-style: normal;
}

.product{
	width: 1200px;
	margin: 0 auto;
}
.proCenter{
	font-size: 36px;
	margin: 40px 0 15px;
	text-align: center;
	font-weight: 400;
}
.proCenter a{
	color: #a12e92;
}
.proType{
	height: 42px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	margin-bottom: 15px;
}
.proType a{
	color: #A12E92;
}
.proType span{
	display: block;
	border-color: #dfdfdf;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	font-size: 16px;
	margin: 0 3px;
	height: 42px;
	padding: 0 16px;
	cursor: default;
	background-color: #fff;
	box-sizing: border-box;
	line-height: 42px;
	font-weight: 900;
}
.proType span:hover{
	box-sizing: unset;
	border-color: #0073b2;
	color: #0073b2;
}
.proList{
	display: none;
}
.proList:nth-child(3){
	display: block;
}
.proList ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proList ul li{
	position: relative;
	width: 32%;height: 300px;
	border: 1px solid #dfdfdf;
	margin-bottom: 26px;
	box-sizing: border-box;
	transition: all .3s;
	overflow: hidden;
}
.proList ul li p{
	display: block;
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(161, 46, 146, 0.8);
	color: #fff;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	text-shadow: 0 0 1px #000;
	z-index: 9;
}
.proList a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proMask{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 25px 25px 80px 25px;
	background-color: rgba(161, 46, 146, 0.8);
	transition: all .3s;
	color: #fff;
}
.proList ul li:hover .proMask{
	top: 100%;
}
.proTitle{
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.proTitle a{
	color: #fff;
}
.proInfo{
	font-size: 12px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	overflow-wrap: anywhere;
	line-break: anywhere;
	line-height: 18px;
}
.proMore{
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.proMore a{
	color: #fff;
	transition: all .3s;
}
.proMore a:hover{
	color: #ccf;
}

.news{
	width: 1200px;
	margin: 0 auto;
}
.news ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news ul li{
	width: 32%;
}
.newsPic{
	display: block;
	width: 100%;
	height: 200px;
}
.newsPic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsTitle{
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsTitle a{
	font-size: 18px;
	font-family: "Arial";
	color: #000;
	width: 100%;
	font-weight: 900;
	height: 24px;
	overflow: hidden;
}
.newsInfo{
	font-size: 13px;
	font-family: "Arial";
	color: rgb(110, 110, 110);
	line-height: 24px;	
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow-wrap: anywhere;
	line-break: anywhere;
}
.scheme{
	width: 1200px;
	margin: 0 auto 45px;
}
.scheme ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 10px;
}
.scheme ul li{
	width: 280px;
	box-shadow: 0 0 3px 1px #f8ecff;
	padding: 0 45px 35px;
	position: relative;
	font-family: 等线, Arial;
	margin-bottom: 30px;
}
.schemeTitle{
	margin: 10px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.schemeTitle a{
	font-size: 24px;
	color: #000;
	font-weight: 300;
}
.schemeInfo{
	font-size: 13px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	overflow-wrap: anywhere;
	line-break: anywhere;
	line-height: 18px;
	height: 90px;
}
.footer{
	width: 100%;
	min-width: 1200px;
	margin: 55px auto 0;
	text-align: center;
	padding: 50px 0 50px;
    border-top: 48px solid #a12e92;
	color: #617683;
}
.footer .container{
	width: 1200px;
}
.footerLogo{
	max-width: 100%;
}
.fp1{
	font-size: 18px;
	margin: 0.7em 0;
}
.fp2{
	display: inline-block;
	margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
}
.fp3{
	font-size: 14px;
}
.sProduct{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.sPleft{
	float: left;
	width: 275px;
}
.sPright{
	float: right;
	width: 900px;	
}
.sPtitle{
	background-color: #a12e92;
	height: 62px;
	color: #fff;
	line-height: 62px;
	font-size: 18px;
	text-align: center;
}
.sPrtitle{
	background-color: #a12e92;
	height: 42px;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	text-indent: 1em;
}
.sPleft ul{
	border: 1px solid #dfdfdf;
}
.sPleft li{
	text-indent: 1em;
	font-size: 16px;
	border-bottom: 1px solid #ffdfdf;
}
.sPleft li:last-child{
	border-bottom: 0;
}
.sPnavType{
	display: block;
	height: 60px;
	font-size: 1em;
	font-weight: 900;
	color: #a12e92;
	line-height: 60px;
	background-color: #f9f9f9;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.sPnavType span{
    text-indent: 0;
    display: block;
    float: right;
    padding-right: 10px;
    cursor: default;
    width: 25px;
    text-align: center;
}
.sPnavType a{
	color: #a12e92;
}
.sPnav a{
	display: block;
	font-size: .9em;
	font-weight: normal;
	background-color: #fff;
	text-indent: 1.8em;
	color: #333;
	height: 40px;
	line-height: 40px;
	border-top: 1px dashed #f0f0f0;
	transition: all .3s;
}
.sPnav a:hover{background: #f9f9f9;}
.sPnav{
	display: none;
}
.sPright ul{
	overflow: hidden;
	margin-top: 15px;
}
.sPright li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.sPright li:nth-child(3n){
	margin-right: 0;
}
.sPright li a{
	display: block;
	border: 1px solid #f0f0f0;
	padding: 5px;
}
.sPright li a p:nth-child(1){
	display: block;
	width: 100%;
	height: 240px;
}
.sPright li a img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.sPright li a p:nth-child(2){
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}


.sNews{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.sNleft{
	float: left;
	width: 275px;
}
.sNright{
	float: right;
	width: 910px;
}
.sNtitle{
	background-color: #a12e92;
	height: 52px;
	color: #fff;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
}
.sNrtitle{
	background-color: #a12e92;
	height: 42px;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	text-indent: 1em;
}
.setType{
	float: right;
	font-size: 15px;
}
.setType span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background-color: #cfc0c0;
	text-indent: 0;
	padding: 3px 10px;
	margin: 0 5px;
	color: #000;
	font-size: 13px;
	font-weight: 900;
	cursor: default;
}
.sNleft ul{
	border: 1px solid #fdf0f0;
}
.sNleft li{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}
.sNleft li a{
	text-indent: .5em;
	display: inline-block;
	max-width: calc(100% - 0.5em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #a12e92;
}
.showPic{
	padding-left: 5px;
	border-width: 0;
	border-style: solid;
	border-color: #ffdfdf;
}
.showPic li{
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ffdfdf;
	justify-content: space-between;
}
.showPic li:last-child{
	border-bottom: 0;
}
.showPic .artInfo{
	
}
.showPic .artTitle{
	font-size: 18px;
	margin: 2px 0 5px;
}
.showPic .artTitle a{
	color: #666;
}
.showPic .artInfos{
	line-height: 22px;
	color: #777;
	font-size: 13px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	word-break: break-all;
	overflow-wrap: anywhere;
	line-break: anywhere;
}
.showPic .artMore a{
	margin-top: 8px;
}
.showPic .artMore a{
	width: 6em;
	height: 34px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #a12e92;
	border-radius: 2px;
	transition: all .3s;
}
.showPic .artMore a:hover{
	background-color: #0073b2;
}
.showPic .artPic{
	min-width: 30%;
	max-width: 30%;
	max-height: 139px;
}
.showPic .artPic img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.showList{
	border: 1px solid #ffdfdf;
}
.showList .artPic{
	display: none;
}
.showList .artInfos{
	display: none;
}
.showList .artMore{
	display: none;
}
.showList li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dfdfdf;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.showList li:last-child{
	border-bottom: 0;
}
.showList .artTitle a{
	color: #445;
	
}
.artTitle a{
	transition: all .3s;
}
.artTitle a:hover{
	color: #A12E92;
	text-decoration: underline;
}
.pages{
    text-align: right;
    margin: 10px 0;
    line-height: 27px
}

.pages a{
    display: inline-block;
    padding: 1px 5px;
    background: rgba(155,155,155,.3);
    border: 1px solid #bbb;
    font-size: 14px;
    color: #000;
    margin: 3px;
    transition: all .3s
}
.pages b{
    display: inline-block;
    margin: 0 3px;
    padding: 1px 5px;
    font-size: 14px;
    color: #000;
    background: rgba(155,155,155,.3);
    border: 1px solid #aaa;
}
.pages a:hover{
    color: #30a;
    background: rgba(155,155,155,.75)
}
.content{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
    border-top: 6px solid #a12e92;
	padding-top: 40px;
}
.contleft{
	width: 860px;
}
.artText{
	word-break: break-all;
	overflow-wrap: anywhere;
	line-break: anywhere;
	font-size: 16px;
	line-height: 26px;
}
.artText a{
	color: #a12e92;
	font-weight: 900;
}
.artText img{
	max-width: 90%;
	height: auto;
	margin: 5px 0;
}
.contTitle{
	font-size: 28px;
	font-weight: 700;
	color: #a12e92;
	margin-bottom: 10px;
}
.artText p{
	margin: 10px 0;
}
.artText li{
	margin: 10px 0;
}
.sonList_cir li{
	list-style-type: disc;
	list-style-position: inside;
}
.sonList_num li{
	list-style-type: decimal;
	list-style-position: inside;
}
.artText{
	ul ul{
		padding-left: 20px;
	}
}
.contright{
	width: 305px;
	background-color: #536473;
}
.contright ul{
	padding: 15px 0;
	box-sizing: border-box;
}
.contright li{
	font-weight: 300;
	font-size: 19px;
	padding: 15px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.contright li:last-child{
	border: 0;
	padding-bottom: 10px;
}
.contright li small{
	font-size: 12px;
	display: block;
	padding-bottom: 2px;
}
.contright li a{
	color: #fff;
	line-height: 1;
}
.contright img{
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.bumenlist{
	overflow: hidden;
	margin-top: 9px;
}
.bumenlist li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.bumenlist li:nth-child(3n){
	margin-right: 0;
}
.bumenlist li a{
	display: block;
	border: 1px solid #f0f0f0;
	padding: 5px;
}
.bumenlist li a p:nth-child(1){
	display: block;
	width: 100%;
	height: 155px;
}
.bumenlist li a img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.bumenlist li a p:nth-child(2){
	font-weight: 900;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}
.col4{
	display: flex;
	flex-wrap: wrap;
}
.col4 li{
	flex: 25%;
}
.col2{
	display: flex;
	flex-wrap: wrap;
}
.col2 li{
	flex: 50%;
}
.searchResult{
	border-width: 0;
	border-style: solid;
	border-color: #ffdfdf;
}
.searchResult li{
	display: flex;
	padding: 10px 5px 10px 8px;
	border-bottom: 1px dashed #cdcdcd;
	justify-content: space-between;
}
.searchResult li:last-child{
	
}
.searchResult .artInfo{
	
}
.searchResult .artTitle{
	font-size: 18px;
	margin: 2px 0 5px;
}
.searchResult .artTitle a{
	color: #666;
}
.searchResult .artInfos{
	line-height: 22px;
	color: #777;
	font-size: 13px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	word-break: break-all;
	overflow-wrap: anywhere;
	line-break: anywhere;
}
.searchTit{
	background-color: #a12e92;
	height: 42px;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	text-indent: 8px;
}