@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input,
{
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}
input,
button,
select,
textarea {
	outline:medium;
}

img{
	border: 0;
}

a {
	text-decoration: none;
	/*color: #333;*/
}

a:hover {
	text-decoration: none;
}
b{
	font-weight:normal;
}

/*禁止页面内容被选中*/
/*body{
 	-webkit-user-select: none; 
 	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
.fl {
	float: left
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}

.dn {
	display: none;
}

.db {
	display: block;
}

/*单行文字溢出隐藏*/
.oh1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行文字溢出隐藏、或者多行*/
.oh2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
}
.oh3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
}
.oh4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-ms-line-clamp: 4;
	-o-line-clamp: 4;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	
}
/*放在img父级,让img上下居中/////////maigin属性会失效*/
/*同样适用于文字*/
.vm{
	display:table-cell;
	vertical-align: middle;
}

/*img缩放*/
.img_alls{
	-webkit-transition:all 0.4s;	/* Chromea 谷歌内核*/
	-moz-transition:all 0.4s;		/* ff 火狐内核 */
	-ms-transition:all 0.4s;		/* ie 内核 */ 
	-o-transition:all 0.4s;			/* Opera 欧朋内核 */
	transition:all 0.4s;
}

/*img父级hover时代码*/
.img_alls_parent:hover .img_alls{
	-webkit-transform: scale(1.1); 	/* Chromea 谷歌内核 */
	-moz-transform: scale(1.1); 	/* ff 火狐内核*/
	-ms-transform: scale(1.1);		/* ie 内核*/
	-o-transform: scale(1.1);		/* Opera 欧朋内核 */
	transform: scale(1.1); 
}
.mrb13{
	margin: 0 13px 13px 0;
}
.mb13{
	margin-bottom: 13px;
}
.mrb14{
	margin: 0 14px 14px 0;
}
.mb14{
	margin-bottom: 14px;
}
.mr14{
	margin-right: 14px;
}

.outer,.outer2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px ;
	right: 0px;
	left: 0px;
	bottom: 0px;
	display: none;
	z-index: 99999999999999;
}
.outer_bj{
	width: 100%;
	height: 100%;
	top: 0px ;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	opacity: 0.3;
}
.inner{
	width: 400px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	background-color: #fff;
	border-radius: 10px;
}
.inner span{
	width: 400px;
	height: 40px;
	display: block;
	text-align: center;
	font:bold 20px/40px "微软雅黑";
	color: #222;
}

.inner .fb_seee{
	text-align:center;
	width: 40px; 
	height:40px; 
	cursor:pointer;
	display:block;
	line-height:40px;
	font-weight:bold;
	font-size:20px;
    position: relative;
    top: 0px;
    right: -360px;
    color: #222;
}
.inner .fb_seee:hover{
	color: #469dea;
}

.outer2 .inner_s1{
	margin-top: 60px;
}

.outer2 .inner_s4{
	width: 100px;
	height: 30px;
	background-color: #469dea;
	/* border-radius: 15px; */
	font:16px/30px "微软雅黑";
	color: #fff;
	text-align: center;
	cursor: pointer;
	/* float:left; */
	margin:20px auto 0;
}
.outer2 .inner_s4:hover{
	background-color: #377cb9;
}
@media screen and (max-width: 1300px) {
   body{
		width: 1300px  !important;
	}
}
