* {
	margin: 0;
	padding: 0;
}

.noPadding {
	padding: 0;
}

.leftPadding {
	padding: 0 15px 0 0;
}

.noMargin {
	margin: 0;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background: #0F6DCF;
}

.textCenter {
	text-align: center;
}

/**
内容有边距
*/
.page_content_margin {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}

.blueColor {
	color: #0F6DCF;
}

/**
内容小标题。
*/
.page_content_title {
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 15px;
}

.page_content_title:first-child {
	margin: 0 0 5px 0;
}

/**
内容大标题。
*/
.contents_left_title {
	width: 100%;
	/* padding: 30px 0 20px; */
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-start;

}


.contents_left_title span {
	font-size: 22px;
	color: #333 !important;

}

.contents_left_title div {
	width: 5px;
	height: 22px;
	background: #0F6DCF;
	margin-right: 12px;
	margin-top: 3px;

}

/**
内容图片居中
*/
.page_content_img {
	text-align: center;
	margin: 10px 0 30px 0;
}

.page_content_img img {
	max-width: 750px;
}

.changeLine {
	width: 100%;
	height: 10px;
}


.page_content_50_div {
	margin-top: 20px;
	padding: 0 30px 0 0;
	display: flex;
	justify-content: flex-start;
}

.page_content_50_div_left {
	min-width: 90px;
	margin-right: 20px;
}

.page_content_50_div_right {
	display: flex;
	align-items: center;
}

.contentBackgroud {
	background: #f2f2f2;
}

body {
	/* background: rgba(51,133,255,.2); */
	background: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

ul {
	list-style: none;
}

.contentBanner {
	margin-top: 60px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.contentBanner img {
	width: 100%;
}

.markspan {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	/* padding: 10% 6% 0; */
	display: flex;
	align-items: center;

	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}

.markspanT {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2PX;
}

.markspanB {
	margin-top: 30PX;
	font-size: 20px;
	letter-spacing: 2PX;
}

.markspanleft {
	left: -100%;
	visibility: hidden;
	padding-left: 80px;
}

.markspanright {
	left: 100%;
	visibility: hidden;
	justify-content: flex-end;
	padding-right: 80px;
}

.markspantop {
	justify-content: center;
	top: -100%;
	visibility: hidden;
	display: flex;
}


.btns {
	float: right;
	cursor: pointer;
	background: #0F6DCF;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 3px;
}

.btns:hover {
	background: #1E90FF;
}

.btns a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-decoration: none;
}

.btns a:hover {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 6px;
	height: 8px;
	background-color: #F5F5F5;
}


.solutionPage {
	display: none;
}



.solutionPageActive {
	display: block;
}



/*返回顶部弹窗*/
.maskIndex {
	position: fixed;
	height: 105px;
	right: 0;
	bottom: 30%;
	z-index: 999;
}


.maskIndex_back {
	width: 50px;
	height: 50px;
	margin-top: 55px;
	background: url('../image/back.png') center #ccc;
	color: #fff;
	cursor: pointer;
	overflow: hidden;

	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.maskIndex_phone {
	position: absolute;
	right: -160px;
	width: 210px;
	height: 50px;
	background: #ccc;
	color: #fff;
	cursor: pointer;
	overflow: hidden;

	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.maskIndex_phone div {
	float: left;
}

.maskIndex_phone_left {
	height: 100%;
	width: 50px;
	background: url('../image/pone.png') center center;
}

.maskIndex_phone_right {
	width: 160px;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
	border-left: 1px solid #fff;
}

.maskIndex_back:hover {
	background: url('../image/back.png') center center #0F6DCF;
}

.maskIndex_phone:hover {
	background: #0F6DCF;
	right: 0;
}



/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0F6DCF;
}

.jointilet2 {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #dedede;
}

.row {
	margin: 0;
}

.allPage {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.newPages {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

.newPages_left {
	width: 280px;
}

.newPages_left .solu_navs div {
	padding: 12px 0;
}

.newPages_right {
	width: 980px;
}

.newPages_contents {
	margin-bottom: 30px;
}

/* .newPages_contents:first-child .contents_left_title{
    padding-top: 0px;
} */

.allPage:last-child {
	/* padding-bottom: 50px; */
}

.contents {
	width: 100%;
	padding: 40px 0 30px 0;
	overflow: hidden;
}

.contents_title {
	height: 30px;
	margin-bottom: 30px;
	/* position: relative; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents_title_line {
	height: 1px;
	width: 80px;
	background: #666;
}

.contents_title .contents_title_divs {
	margin: 0 10px;
	/* 
   position: absolute;
   left: 50%;
   transform: translate(-50%); */
	/* padding:  0 30px 15px; */
	font-size: 28px;
	letter-spacing: 2px;
	box-sizing: border-box;
	/* border-bottom: 1px solid #dedede; */
}

.contents_title span {
	z-index: 999;
	height: 20px;
	line-height: 20px;
	color: #0F6DCF;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%);
}


.greenRight {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url('../image/greenRight.png');
}

.greenRight2 {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url('../image/greenRight2.png');
}

.contens_span {
	line-height: 25px;
}

.contens_img {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.titles {
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

.titles h4 {
	margin: 0;
	font-weight: bold;
}

.titles div {
	font-size: 15px;
	color: #666;
}

.titles span {
	font-size: 15px;
	color: #0F6DCF;
}

/* 导航样式 */

.logo {
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
}

.logo a {
	display: block;
	width: 150px;
}

.logo a img {
	width: 100%;
}

.menus1 {
	display: none;
}

.dropdown1:hover .menus1 {
	margin: 0;
	display: block;
}

.menus2 {
	display: none;
}

.dropdown2:hover .menus2 {
	margin: 0;
	display: block;
}

.menus3 {
	display: none;
}

.dropdown3:hover .menus3 {
	margin: 0;
	display: block;
}

.menus4 {
	display: none;
}

.dropdown4:hover .menus4 {
	margin: 0;
	display: block;
}

.aspan {
	padding: 10px 0 !important;
	width: 100px;
	text-align: center;
}

.navUl {
	list-style: none;
	margin: 0;
	height: 60px;
}

.liMask {
	z-index: 999;
	position: fixed;
	/* position: absolute; */
	top: 60px;
	left: 0;
	width: 100%;
	background: white;
	box-sizing: border-box;
	display: none;
	box-shadow: #f2f2f2 0px 0px 10px 5px inset;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.navli {
	padding: 0;
	height: 60px;
	;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.navUl .navli:hover {
	background: rgba(15, 109, 207, .5);
	color: #fff;
	text-decoration: none;
}

.navUl .navli:hover .navliA {
	color: #fff;
	text-decoration: none;
}

.navUl .navli:hover .liMask {
	display: block;
}

.navUl .navliA:hover {
	color: #fff;
	text-decoration: none;
}

.navUl .navliA:active {
	text-decoration: none;
	color: #333;
}

.navUl .navliA:link {
	text-decoration: none;
	color: #333;
}

.navliA {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	border-radius: 3px;

}

.header {
	height: 60px;
	z-index: 999;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 2px 3.464px 4px 0px rgba(142, 142, 142, 0.1);
	box-sizing: border-box;
	/* box-shadow:#dedede 0px 0px 2px 2px ; */
}

.nav {
	height: 60px;
	box-sizing: border-box;
}


.maskdivs {
	padding: 0 0px 0 65px;
	overflow: hidden;

}

.maskdivs2 {
	margin-top: 10px;
}

.maskdivs .masktitle {
	text-align: left;
	font-size: 20px;
	color: #0F6DCF;
	margin: 20px 0 20px;
}

.maskdivs .h4 {
	width: 100%;
	color: #333;
	display: block;
	font-size: 14px;
}

.maskdivs .h4Bo {
	font-weight: bold;
}

.h4Bo {
	cursor: default;
}

.maskdivs .h4:hover {
	color: #0F6DCF;
	text-decoration: underline !important;
}

.maskdivs .h4Bo:hover {
	color: #333;
	text-decoration: none !important;
}

/* .maskdivs .h4:active{
    color: #0F6DCF;
}
.maskdivs .h4:link{
    color: #0F6DCF;
} */
.maskdivs .h5 {
	margin: 10px 0;
	width: 100%;
	float: left;
	color: #333;
}

.maskdivs .h5:hover {
	color: #0F6DCF;
	text-decoration: underline !important;
}

/* .maskdivs .h5:active{
    text-decoration:none;
    color: #0F6DCF;
}
.maskdivs .h5:link{
    text-decoration:none;
    color: #0F6DCF;
} */
.cpDivs {
	width: 14.25%;
	float: left;
}

.cpDivsTitle {
	border-bottom: 1px solid #ccc;
}

/* 导航样式 */

/* 位置样式 */
.weizhiimg {
	margin-right: 5px;
}

.weizhiimg2 {
	width: 16px;
	height: 16px;
}

.weizhispan {
	font-size: 13px;
	color: #666;
}

/* 位置样式 */

/* 底部样式 */
.footerBox {
	padding-top: 10px;
}

.footerRightLeft {
	/* font-weight: bold; */
	text-align: right;
	color: #B7B7B7;
	font-size: 15px;
}

.footerRightRight {
	color: #B7B7B7;
}

.footerRight {
	margin-top: 6px;
}

.footerBox2 {
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-align: center;
	background: url('../image/e.jpg') no-repeat center center;
	background-size: 100% 100%;
}

.footerBox222 {
	width: 80px;
	height: 80px;
	margin: 20px auto;
	text-align: center;
	background: url('../image/ex.jpg') no-repeat center center;
	background-size: 100% 100%;
}

.footerBox2_xs {
	width: 80px;
	height: 80px;
	margin: 20px auto;
	text-align: center;
	background: url('../image/e.jpg') no-repeat center center;
	background-size: 100% 100%;
}

/* .footerBox2 img{
    width: 100px;
    height: 100px;
} */
.footerS_img {
	display: inline-block;
	width: 20px;
	height: 20px;
	;
	margin-left: 5px;
	background: url('../image/beian.png') no-repeat;
}

.footerBox3 {
	/* margin-top: 10px; */
	font-size: 14px;
	width: 100%;
	text-align: center;
	color: #B7B7B7;
}

.footer {
	overflow: hidden;
	width: 100%;
	background: #242424;
	/* padding-top: 20px; */
}

.dibudaos{
	overflow: hidden;
	font-size: 0;
	text-align: center;
	padding-top: 15px;
}
.dibudaos li{
	font-size: 12px;
	display: inline-block;
	border-left: 1px solid #eee;
	line-height: normal;
}
.dibudaos li:first-child{border: 0;}
.dibudaos li a{
	color: #fff;
	padding: 0 20px;
}

.footerO {
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footerS {
	background: #333333;
	text-align: center;
	/* padding: 8px 0; */
	color: #B7B7B7;
	font-size: 12px;
	overflow: hidden;
}

.footerTC {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.footerTCC {
	width: 80px;
	border-right: 1px solid #B7B7B7;
	color: #B7B7B7;
	box-sizing: border-box;
	text-align: center;
}

.footerTCC:last-child {
	border-right: 0;
}

.fTs {
	display: flex;
	justify-content: center;
}

.fT {
	width: 130px;
	text-align: center;
	color: #B7B7B7;
	padding: 8px 0;
	font-size: 17px;
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

.footerUl {
	list-style: none;
}

.footerLi {
	text-align: center;
	color: #B7B7B7;
	padding: 2px 0;
}

.footerLi a {
	display: block;
	width: 100%;
	text-align: center;
	color: #B7B7B7;
	padding: 0;
}

.footerLi a:hover {
	text-decoration: none;
}

.footerLi a:active {
	text-decoration: none;
}

.footerLi a:link {
	text-decoration: none;
}

/* 底部样式 */




/* 位置公共样式 */
.weizhispan {
	height: 40px;
	line-height: 40px;
}

.weizhispan2 {
	cursor: pointer;
	color: #2D82DF;
}

.weizhiim3 {

	width: 15px;
	height: 15px;
}

.weizhi {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	padding-left: 20px;
}

.weizhiimg {
	line-height: 35px;
}

/* 位置公共样式 */

.contentBanner {
	display: none;
}

.contentBannerActive {
	display: block;
}


.solu_navs {
	width: 100%;
	overflow: hidden;
	/* margin-top: 30px; */
}

.solu_navs div {
	width: 200px;
	padding: 10px;
	/* border-radius: 3px; */
	text-align: center;
	color: #333;
	background: #dedede;
	cursor: pointer;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	margin-bottom: 3px;
}

.solu_navs div:hover {
	background-color: rgba(15, 109, 207, .7);
	color: #fff;
}

.solu_navs .solu_nav_active {
	background: #0F6DCF;
	color: #fff;
}

.solu_navs .solu_nav_active:hover {
	background: #0F6DCF;
	color: #fff;
}

.solu_nav0 {
	color: #0F6DCF !important;
	background: #fff !important;
	letter-spacing: 2px;
	cursor: default !important;
	font-weight: bold;
	font-size: 15px;
}

.productCenter_contents {
	display: none;
}

.solu_navs div:first-child {
	margin-left: 0px;
}

.solu_navs div:last-child {
	margin-right: 0px;
}

.contents_solution_content_ul li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.contents_solution_content_ul li:last-child {
	margin-bottom: 0px;
}

.contents_solution_content_p_ul_left {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

/* .contents_solution_content_p_ul_right{
    width: calc(100% - 110px);
} */
.contents_solution_content_p_ul_right_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contents_solution_content_p_ul_right_span {
	line-height: 25px;

}

.productCenterUl {
	/* width: 90%;
    margin: 0 auto; */
}

.productCenterLi {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
}

.productCenterLi_left {
	text-align: center;
	/* margin-right: 20px; */
	/* display: flex;
    align-items: center;
    justify-content: center; */
}

.productCenterLi_left img {
	width: 90px;
	height: 90px;
}

.productCenterLi_left div {
	margin-top: 10px;
	font-weight: bold;
}

.productCenterLi_right {
	/* width: calc(100% - 170px); */
	display: flex;
	align-items: center;
}

.productCenterLi_right div {
	width: 100%;
}

.productCenterLi:last-child {
	border-bottom: none;
}


.header_more {
	width: 50px;
	height: 50px;
	margin-top: 5px;
}

.header_more_c {
	background: url('../image/more.png') no-repeat center center;
	background-size: 100% 100%;
}

.header_more_o {
	background: url('../image/colse.png') no-repeat center center;
	background-size: 70% 70%;
}

.header_mask {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	padding-top: 60px;
	overflow-y: auto;
	z-index: 990;
	background: #fff;
	;
	box-shadow: 2px 3.464px 4px 0px rgba(142, 142, 142, 0.1);
	border-top: 1px solid #f2f2f2;
}

.header_mask_a_right_img {
	width: 20px;
	height: 20px;
	background: url('../image/header_1.png') no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
}

.header_mask li {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
	overflow: hidden;
}

.header_mask li:last-child {
	border-bottom: none;
}

.header_mask_a_left {
	padding-left: 20px;
	color: #333;
	font-size: 16px;
}

.header_cpzx {}

.header_cpzx {
	overflow: hidden;
}

.header_mask_a_right_img2 {
	background: url('../image/header_1.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_a_right_img2_1 {
	background: url('../image/header_2.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_a_right_img3_1 {
	width: 18px;
	height: 18px;
	background: url('../image/header_3.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_a_right_img3 {
	width: 18px;
	height: 18px;
	background: url('../image/header_4.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_a_left_2 {
	font-size: 14px;
	padding-left: 5px;
	font-weight: bold
}



.header_mask_ul2 li {
	padding: 8px 0;
}

.header_mask_a_right_img_s {
	width: 20px;
	height: 20px;
	background: url('../image/goto2.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_a_left_3 {
	font-size: 14px;
	padding-left: 5px;
	color: #666;
}

.header_mask_ul2 {
	display: none;
}

.header_mask_ul3 {
	display: none;
}

.fT2 {
	width: 96%;
	margin: 0 auto;
	text-align: left
}

.fT2_div {
	display: inline-block;
	width: 4%;
}

.header_mask_ulLiChild_click {
	margin-left: 40px
}

.header_cpzx_li_1 {
	margin-left: 40px
}

.header_mask_ulLi2 {
	margin-left: 60px;
	padding: 0px !important;
	display: none;
}

.header_cpzx_li_2:last-child {
	border-bottom: 1px solid #dedede;
}

.header_mask_ulLi {
	padding: 0px !important;
	background: #f2f2f2;
	display: none;
}

.header_mask_ulLi_click_active .header_mask_a_right_img {
	background: url('../image/header_2.png') no-repeat;
	background-size: 100% 100%;
}

.header_mask_ulLiChild_click_active .header_mask_a_right_img {
	background: url('../image/header_3.png') no-repeat;
	background-size: 100% 100%;
}


.solu_navs2_tltle {
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.solu_navs2_tltle span {
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #007aff;
	margin-right: 8px;
}

.nav_on{
	background: rgb(15, 109, 207);
}
.nav_on a{color: #fff;}
/* 复写css */
.xgcp_tit{
	font-weight: bold;
    font-size: 15px;
	color: #222;
}
.xgcp_list{overflow: hidden;}
.xgcp_list li{
	overflow: hidden;
	height: 180px;
}
.xgcp_list li:first-child{
	padding-left: 0
}
.xgcp_list li:last-child{
	padding-right: 0
}
.boder{
	border: 1px solid #ddd;
	overflow: hidden;
	height: 100%;
	border-radius: 5px;
}
.zcdimgtb{
	float: left;
	width: 30%;
	height: 100%;
	background: #339DF1;
	position: relative;
}
.zcdimgtb img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}
.ycdenrde{
	float: left;
    width: 70%;
    height: 100%;
    padding: 0 30px;
}
.ycdenrde h5{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	margin: 20px 0 10px 0;
}
.zydejje{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
	height: 50px;
}
.ycdenrde a{
	display: block;
	text-align: center;
	color: #37A1F5;
	margin-top: 20px;
}
.xgfaddiv{
	margin-top: 50px;
	margin-bottom: 50px;
}
.fadediv{
	background: url(/templets/default/images/wsxgalbj.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	background-color: #eee;
	overflow: hidden;
	border-radius: 5px;
}
.fadediv a{display: block;width: 100%;height: 100%;}
.fadediv img{
	display: block;
    width: 50px;
    height: 50px;
    margin: 45px auto 0 auto;
}
.fadediv h5{
	text-align: center;
	font-size: 17px;
	color: #000
}

.woxdcsd{margin-bottom:30px;}
.cpzx_fxcss{
	background:#F8F9FB;
	padding:40px;
	display:block;
	width:100%;
	height:100%;
}
.cpzx_fxcss .caseAll_img img{
	display:block;
	max-width:100%;
	height:190px;
	margin:0 auto;
	width:auto;
}
.casespan p,.casespan p b{
	font-size:18px;
	color:#333;
	margin-top:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.zhaiyaojj{
	font-size:13px;
	line-height:25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height:80px;
	color:#242424;
}

.khald{}
.khald{
	display:black;
	width:100%;
}
.sjhejd li{height:auto;}
.khald img{
	display:block;
	width:100%;
	height:180px;
}
.khald p{
	text-align:center;
	font-size:15px;
	padding-top:8px;
	color:#222;
}



















