/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
body{
	background-color: #f7f7f7;
}
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/



.main{
	max-width: 900px;
	background-color: #fff;
	margin:120px auto;
	padding: 118px 25px 72px;
	position: relative;
}


.main-pic1{
	position: absolute;
	width: 148px;
	left: 50%;
	margin-left: -74px;
	top: -74px;
}
.main-pic1 img{
	display: block;
	width: 100%;
}


.main-pic2 img{
	display: block;
	width: 100%;
}
.main3{
	margin-top: 42px;
}
.main3-h1{
	font-size: 30px;
	color: #333;
	text-align: center;
}

.main3-1{
	margin-top: 35px;
	border-top: 1px solid #ececec;
}

.main3-1 dl{
	margin:0;
}

.main3-1 dd{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
}

.main3-2 img{
	display: block;
	margin:0 auto 15px;
	max-width: 145px;
}

.main3-2{
	margin-top: 52px;
	text-align: center;
	font-size: 18px;
	color: #000;
}