body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6{font-size:16px;}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #2c2c2c;} /* 未访问的链接 */
a:visited {color: #2c2c2c;} /* 已访问的链接 */
a:hover{color: #2c2c2c;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #2c2c2c;} /* 点击激活链接 */
p{ line-height:24px;}
.fl{float:left;}
.fr{float:right;} 
.hide{display: none}
.show{display: block}
.dib{display: inline-block;*display: inline;zoom:1;}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.dib{display: inline-block;*display: inline;zoom:1;}
.wrap{ width:1200px; margin:0 auto; height:auto;}
.red{color: red}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}


/*public*/
.size1{ width:100%; overflow:hidden; margin:0 auto;}
.backcolor{background:#3671cf;}
.color{ color:#3671cf; }



/*#menu { position: fixed; right: 30px;#right: 30px; top: 50%; width: 10px; margin-top: -50px; padding: 0; list-style-type: none; z-index: 70;}*/
/*#menu li { width:10px; height:10px; float:left; margin-top:10px;}*/
/*#menu li a { display:block; float:left; width:10px; height:10px; text-indent:-100px; overflow:hidden; border-radius:5px; background:#fff;}*/
/*#menu li.active a { background:#0074EA}*/


.section{
	overflow: hidden;
}
.active .middle img{
	animation:fn1 1s;
	width: 57px !important;
	height: 57px !important;
}
.fp li:hover img{
	animation:fn1 0.6s;
	width: 57px;
	height: 57px;
}
@keyframes fn1 {
	0%{
		width: 0;
		height: 0;
	}
	100%{
		width: 57px !important;
		height: 57px !important;
	}
}
.active .name{
	animation: fn2 1s;
	opacity: 1 !important;
}
.fp li:hover .name{
	animation:fn1 0.6s;
	opacity: 1 !important;
}
@keyframes fn2 {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1 !important;
	}
}

.chat03 img{
	width: 140px;
	padding: 5px; background: #fff; border-radius: 5px; margin: -5px 0 5px;
}



/*list page*/
.page{ width:100%;margin:10px auto; line-height:30px; text-align:center;}
.page span{ display:inline-block; padding:0 10px 0 0;display: none}
.page a{
	border: 1px solid #636361;
	margin: 0 2px;
	border-radius: 10%;
	padding:3px 10px;
}
.page a.num.select{ padding:3px 10px; color:#fff; background:#636361;}
.page a.num{ background:#fff; padding:3px 10px;}
.page a:hover{ padding:3px 10px; color:#fff; background:#636361}

.met_editor img{
	/*width: 1000px;*/
	/*margin-top: 10px;*/
}
.case_list{
	display: none;
	width: 94%;
	margin-left: 3%;
	clear: both;
}
.case_list ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.56);
}


/*about_list*/
.about-index{
	/*width: 1200px;*/
	/*margin: 0 auto;*/
}
@media screen and (max-width:1000px){
	.about-index{
		width: 100%;
	}
}
.footer_txts{
	width: 150px;height: auto;margin: 0 auto;padding: 0 15px;background: #F4F2F5
}
.footer_txts h2{
	color: #E37D11;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}
.footer_txts h3{
	width: 82px;
	background: url("../images/f9.png") no-repeat left center;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin: 0 auto;
	color: #56CD55;
}
.footer_txts .share{
	width: 150px;
	background: white;
	text-align: center;
	padding-top: 5px;
}
.partner_more{
	width: 164px;
	float: right;
	height: 30px;
	background: url("../images/ion01.png") no-repeat  left center;
	padding-left: 33px;
	line-height: 30px;
	color: #2E88F7;
}