@charset "utf-8";
/* CSS Document */
a,address,body,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,form,label,fieldset,legend,input,button,textarea,hr,ul{margin:0;padding:0;}
body{
	font-family: '微软雅黑',Helvetica,sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
input,button,textarea,select,label{
	outline: none;
	border:none;
	background:none;
	font-family: '微软雅黑',Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 400;
	color: #333;
}
ul,li,ol{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], button { 
	cursor: pointer; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button{
  display: none;
}
/*清除IE下的 search 叉号*/
input[type=search]::-ms-clear{
  display: none;
}
img{border:0;display:block;width: 100%;}
legend{color:#333;}
small{font-size:14px;}
hr{border:none;height:1px;}
a{color:#333;text-decoration: none;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */}
a:visited,a:link,a:hover, a:focus{text-decoration: none;}
em,i{font-style:normal;}
address,cite,dfn,em,var{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
tbody,td,tfoot,thead,tr{margin:0}
b,strong{font-weight: 400;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight: 400;}
article,aside,figure,footer,header,nav,section{display:block;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#666;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#666;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#666;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#666;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background-color: transparent;}
.tin {text-indent: 2em;}
.tin1 {text-indent: 1em;}
.fl {float: left;}
.fr {float: right;}
.hid{overflow: hidden;}
.show{display: block!important;}
.flexBox{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexCon{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.flexCon2{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.line-clamp2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cover img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.no_rm{margin-right: 0!important;}
.no_rbor{border-right: 0!important;}
.no_bbor{border-bottom: 0!important;}
.no_bm{margin-bottom: 0!important;}
@media (max-width: 767px){
	.fl_wap {float: left;}
	.fr_wap {float: right;}
	.no_rm_wap{margin-right: 0!important;}
	.noWap{display: none!important;}
	.no_rbor_wap{border-right: 0!important;}
}
@media (min-width: 768px){
	.fl_pc {float: left;}
	.fr_pc {float: right;}
	.no_rm_pc{margin-right: 0!important;}
	.noPc{display: none!important;}
	.no_rbor_pc{border-right: 0!important;}
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
video,iframe{
	width: 100%;
	height: 100%;
	object-fit: fill;
}