/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*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)
}
*/


/*百度百科變灰*/
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]****************/
/**************************************/




/*header-start*/
/**************************************************************/

.banner img{
	display: block;
	width: 100%;
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	padding: 60px 0 45px;
	background-color: #fff;
}

.main1-1{
	width: 639px;
	min-height: 1px;
}


.main1-1 .imgbox_a{
	padding-bottom: 65.7277%;
}
.main1-1 .imgbox_a h1{
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	color: #fff;
	padding-left: 23px;
	padding-right: 180px;
	z-index: 15;
}


.fmain1 .flex-control-nav li{
	margin: 0;
}
.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 35px;
	height: 0;
	bottom: 35px;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 8px;
}



.main1-2{
	overflow: hidden;
	height: 420px;
	border: 1px solid #dfddce;
	border-left: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/main1-2-bg.png);
	padding: 20px 25px 0;
}
.tui{
	padding-bottom:10px;
	border-bottom: 1px solid #dfddce;

}
.tui h1{
	margin: 0;
	font-size:22px;
	font-weight: bold;
	color: #ca0000;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	text-align: center;
	padding: 0 25px;
}
.tui p{
	margin: 0;
	font-size:16px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
	margin-top: 8px;
	height: 5.4em;
	overflow: hidden;
}
.tui p a{
	color: #ca0000;
}
.tui p a:hover{
	font-weight: bold;
}

.list01 dl{
	margin:0;
}
.list01 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	/*padding-right: 82px;*/
	height: 22px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/list01.png);
	padding-left: 11px;
	padding-right: 80px;
}
.list01 dd+dd{
	margin-top: 12px;
}
.list01 dd a{
	font-size: 16px;
	color: #333;
}
.list01 dd a:hover{
	color: #ca0000;
}
.list01 dd span.span_11{
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 14px;
	color: #666;
}
.main1-2 .list01{
	margin-top: 15px;
}

.main2{
	padding-top: 30px;
}
.main2 dl{
	margin: 0;
	margin-left: -2%;
}

.main2 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}


.main2-pic .imgbox_a{
	padding-bottom: 63%;
}
.main2-pic .imgbox_a::after{
	position: absolute;
	width:45px;
	height: 45px;
	content: "";
	z-index: 15;
	left: 20px;
	bottom: 20px;
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.main2-h1 {
	background-color: #f8eee1;
	padding: 17px 15px;
	font-size:16px;
	color: #c73b37;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

.main2 dd:hover .main2-h1{
	color: #ca0000;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #d60000;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
	padding: 20px 0;
}




/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#ca0000;
}

