/*2018-06-22*/

/**/
*{
	padding: 0;margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
:root{font-family: "微软雅黑";font-size: 100px;}
body{color: #333;font-family: "微软雅黑";font-size: 0.12rem;}
input,.checkbox, .radio{padding: 0;margin: 0;}

select{cursor: pointer;}

ol,ul,li,p,label{
	-webkit-list-style: none;
	-moz-list-style: none;
	-ms-list-style: none;
	-o-list-style: none;
	list-style: none;}
h1,h2,h3,h4,h5,h6,p,label,ul,ol,li,input{padding: 0;margin: 0;font-weight: inherit;}


a,a:hover,a:focus{text-decoration: none;color: inherit;font-size: inherit;}
.f12{font-size: 0.12rem;}
.f13{font-size: 0.13rem;}
.f14{font-size: 0.14rem;}
.f15{font-size: 0.15rem;}
.f16{font-size: 0.16rem;}
.paging .pag_ul .li{
	margin: 0 3px 0 3px;
}
.btn{cursor: pointer;
	padding: 0;margin: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;}
.btn:active{opacity: 0.8;}
.ipt{
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: 0;
}
.ipt_0{
	border: 0px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: 0;
}
.ipt_1{
	border: 1px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: 0;
}
/**/


.ov_h{overflow: hidden;}
.vi_h{visibility: hidden;}
.clear:after{content: '';display: block;clear: both;width: 0;height: 0;opacity: 0;}
.op_0{opacity: 0;}
.op_1{opacity: 1;}
.hgt_0{height: 0!important;overflow:hidden;min-height: 0!important;}
.abs{position: absolute;}
.rel{position: relative;}
.top_0{top: 0;}
.bottom_0{bottom: 0;}
.left_0{left: 0;}
.right_0{right: 0;}

.block{display: block;}
.lineblock{display: inline-block;}
.ta_center{text-align: center;}
.ta_right{text-align: right;}
.ta_left{text-align: left;}
.left{float: left;}
.right{float: right;}


.bg_fff{background-color: #fff;}
.unselect{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
}
/*flex-box*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.flex_line{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}
.inflex{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}
.flex1{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1
	-o-flex: 1
	flex: 1;
}
.ai_center{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.ai_base{
	-webkit-align-items: base;
	-moz-align-items: base;
	-ms-align-items: base;
	-o-align-items: base;
	align-items: base;
}
.ai_end{
	align-items: -webkit-flex-end;
	align-items: -moz-flex-end;
	align-items: -ms-flex-end;
	align-items: -o-flex-end;
	align-items: flex-end;
}
.ac_center{
	align-content: center;
}
.jc_center{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.jc_between{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-between;
}
.jc_around{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.jc_end{
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: -webkit-flex-end;
	justify-content: -moz-flex-end;
	justify-content: flex-end;
}
.fw_wrap{
	
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/**/
.line_1{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-o-line-clamp: 1;
	-ms-line-clamp: 1;	
	line-clamp: 1;
	overflow: hidden;
}
.line_2{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;	
	-o-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}
.line_3{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;	
	-o-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}
.line_4{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-ms-line-clamp: 4;	
	-o-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}
.line_5{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	-ms-line-clamp: 5;	
	-o-line-clamp: 5;
	line-clamp: 5;
	overflow: hidden;
}
.late_xy{
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.late_x{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.late_y{
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*垂直居中*/
.xy_center{
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.x_center{
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.y_center{
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.xyCenter{
	left: 0;right: 0;top: 0;bottom: 0;margin: auto;
}
.va_middle{vertical-align: middle;}
.va_m{vertical-align: middle;}
.va_t{vertical-align: top;}
.va_c{vertical-align: center;}


/*bootstrap*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;margin: 0;
}
/*轮播图*/	
#myCarousel{position: relative;min-width: 12rem;margin-top: 1px;z-index: 0;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;height: 5rem;}
.carousel .carousel-inner{height: 5rem;}
.carousel .carousel-inner .slideImg{height: 5rem;}
.carousel-indicators{z-index: 10;}
.carousel-indicators li{border-width: 0px;background-color: #fff;}
.carousel-indicators .active{background-color: #fff;width: 0.2rem;}
/**/



/*分页*/
.paging{position: relative;font-size: 0.18rem;color: #FF0130;}
.paging .unclick{color: #999;}
.paging .ul_p{display: inline-block;}
.paging .ul_p .li_p{display: inline-block;cursor: pointer;}
.paging .jump{position: relative;}
.paging .jump .ipt_p{width: 0.4rem;margin-right: 0.1rem;text-align: center;line-height: 1;border-color: #FF6783;}
.paging .ul_p .li_p .pageNum{display: inline-block;padding: 0.02rem 0.1rem;line-height: 1;border: 1px solid #FF0130;border-radius: 6px; margin-left:10px;}
.paging .ul_p .li_p .pageNum.active{background-color: #FF0130;color: #fff;}



		
		
		