
/* CSS Document */

body{ background-color:#ff;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, q, th, td, caption, article, aside, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	list-style:none;
	text-decoration:none;
}
img,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
	display:inline-block;
}
/*不选文字*/
/*
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	background-color: #fff;
}
*/
body, button, input, select, textarea{
	font:12px/1.5 arial, "微软雅黑","宋体",Tahoma,Verdana,sans-serif;
	-webkit-text-size-adjust:none;
	}

nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
	display: block;
}
fieldset, img {
	border:0;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: middle;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}

em, code,strong{
	font-style: normal;
}
del {
	text-decoration: line-through;
}
span{
	display:inline-block;
}


label,.wordWrap{
    word-wrap: break-word;
    word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.loading_more{
	display: block;
	height: 1.5em;
	width: 100%;
}
.loading_more:before {
	background-image: url(http://www.fusaide.com/image/loading_more.gif) 30% center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
} 
.loading_more:after {
	content: '加载更多';	
}


a{text-decoration:none; transition:all 0.3s ease-out 0s;cursor:pointer; color:#000;} 
a:hover{text-decoration: none;}
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;}
.clearfix:after {
	clear:both
}

.im img{
	display:block;
}
.im100 img{
	width:100%;
	min-width:100%;
}

.cle{clear:both;}

.w100 {
	width:100px;
}
.w125 {
	width:125px;
}
.w140{
	width:140px;
	}
.w160{
	width:160px;
	}
.w200{
	width:200px;}
.w250{
	width:250px;}
.w800 {
	width:800px;
}
.h480{ height:480px;}
.main_top1 {
	margin-top:10px;
}
.main_top2 {
	margin-top:20px;
}
.main_top3 {
	margin-top:30px;
}
.main_top33 {
	margin-top:33px;
}
.main_top4 {
	margin-top:40px;
}

.main_top6 {
	margin-top:60px;
}
.main_top7 {
	margin-top:70px;
}
.main_top8 {
	margin-top:80px;
}
.main_top19 {
	margin-top:190px;
}

.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.lin19 {
	line-height:19px;
}
.lin21 {
	line-height:21px;
}
.lin25 {
	line-height:25px;
}

.text_cen {
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_s{
	text-decoration: line-through;
	}
	
.overflowh {
	overflow:hidden;
	}

/*图片Hover放大效果*/
.hover_zoom img {
	-webkit-transform:scale(1, 1);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:1500ms;
	-moz-transform:scale(1, 1);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:1500ms;
	transform:scale(1, 1);
	transition-timing-function:ease-out;
	transition-duration:1500ms;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
	width:100%
}
.hover_zoom:hover img {
	-webkit-transform:scale(1.15, 1.15);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:1500ms;
	-moz-transform:scale(1.15, 1.15);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:1500ms;
	transform:scale(1.15, 1.15);
	transition-timing-function:ease-out;
	transition-duration:1500ms;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000
}


/*图片Hover移动效果*/

.hover_yidong img{
	
	-webkit-transition:-webkit-transform .2s linear;-moz-transition:-moz-transform .2s linear;-o-transition:-o-transform .2s linear;transition:transform .2s linear;
	
	_width: expression(function(el){if(/msie 6/i.test(navigator.userAgent)){var threshold=100*el.parentNode.clientWidth/100;el.style.width=(threshold==0||el.clientWidth>threshold)?threshold||'100%':'auto';}}(this));
	max-height:185px;
	_height: expression(function(el){if(/msie 6/i.test(navigator.userAgent))el.style.height=(el.scrollHeight>185)?'185px':'auto';}(this));
}

.hover_yidong:hover img{
/*	
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
*/
	-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px);
	
	}
	
/*外发光*/
.wfg {
	-moz-transition: all .32s linear;
	-ms-transition: all .32s linear;
	-webkit-transition: all .32s linear;
	transition: all .32s linear;
  }
.wfg:hover{ -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);  -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);}


.wfg2 {
	-moz-transition: all .32s linear;
	-ms-transition: all .32s linear;
	-webkit-transition: all .32s linear;
	transition: all .32s linear;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
  }
.wfg2:hover{ -webkit-box-shadow: 0px 0px 20px 2px rgba(166,62,99,0.5);  -moz-box-shadow: 0px 0px 20px 2px rgba(166,62,99,0.5);  box-shadow: 0px 0px 20px 2px rgba(166,62,99,0.5);}


/*圆角*/
.yuanjiao5{
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/
	}
.yuanjiao10{
	filter:progid:DXImageTransform.Microsoft.radius(strength=10);/*ie*/
	border-radius:10px;/*opera或ie9*/
	-webkit-border-radius: 10px;/*safari或chrome*/
	-moz-border-radius: 10px;/*firefox*/
	}
/*灰*/	

.gray {
	color:#969696;
}
.gray a,a.gray{
	color:#4e4e4e;
	}
.gray a:hover,a:hover.gray{
	color:#c20000;
	}
.gray2 {
	color:#828282;
}
.gray2 a,a.gray2{	
	color:#828282;
	}
.gray2 a:hover,a:hover.gray2{
	color:#c52200;
	}
.gray3 {
	color:#eeeeee;
}
.gray3 a,a.gray3{
	color:#eeeeee;
	}
.gray3 a:hover,a:hover.gray3{
	color:#c52200;
	}
	
.black{ color:#000;}	
	
/*红*/	
.red {
	color:#f00;
}
.red a,a.red{
	color:#f00;
	}
.red a:hover,a:hover.red{
	color:#000;
	}


.red2 {
	color:#c20000;
}
.red2 a,a.red2{
	color:#c20000;
	}
.red2 a:hover,a:hover.red2{
	color:#000;
	}
.red3 {
	color:#c20000;
}
.red3 a,a.red3{
	color:#c20000;
	}
.red3 a:hover,a:hover.red3{
	color:#000;
	}
	
	
/*蓝*/	
.blue {
	color:#0078d5;
	}	
.blue a,a.blue{
	color:#0078d5;
	text-decoration: none;
	}	
.blue a:hover,a:hover.blue{
	color:#c20000;
	}


/*绿*/	
.green {
	color:#3fa620;
	}	
.green a,a.green{
	color:#075f00;
	text-decoration: none;
	}	
.green a:hover,a:hover.green{
	color:#c20000;
	}
.green2 {
	color:#17a217;
	}	
.green2 a,a.green{
	color:#17a217;
	text-decoration: none;
	}	
.green2 a:hover,a:hover.green2{
	color:#c20000;
	}

/*橙*/	
.orange {
	color:#B84F26;
	}	
.orange a,a.orange{
	color:#B84F26;
	text-decoration: none;
	}	
.orange a:hover,a:hover.orange{
	color:#000;
	}
.orange2 {
	color:#ffcc00;
	}	
.orange2 a,a.orange2{
	color:#ffcc00;
	text-decoration: none;
	}	
.orange2 a:hover,a:hover.orange2{
	color:#000;
	}
/*紫*/	
.purple {
	color:#a63e63;
	}	
.purple a,a.purple{
	color:#a63e63;
	text-decoration: none;
	}	
.purple a:hover,a:hover.purple{
	color:#000;
	}
/*白*/
.white {
	color:#fff;
	}	
.white a,a.white{
	color:#242424;
	text-decoration: none;
	}	


/*按钮*/
.more{
	width:235px;
	height:29px;
	color:#ccc;
	line-height:29px;
	border:1px solid #CCC;	
	filter: progid:DXImageTransform.Microsoft.radius(strength=5);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	font-size:14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
a:hover.more {
	color:#FFF;
	border:1px solid #25b354; !important;
	background-color:#25b354;
	}
.in_more {
   width:120px;
	height:35px;
   	color:#ff7c28;
    line-height: 35px;
    background-color:#fff;
	border:1px solid #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.radius(strength=5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
a:hover.in_more {
	color:#FFF;
	border:1px solid #ff7c28 !important;
	background-color:#ff7c28;
	}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
	color:#dfdfdf;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.an1{
	width:173px;
	height:51px;
	font-size:14px;
	line-height:51px;
	text-align:center;
	color:#a2c041;
	display:inline-block;
	cursor:pointer;
	border:1px solid #e5e5e5;
		border-radius:30px;/*opera或ie9*/
	-webkit-border-radius:30px;/*safari或chrome*/
	-moz-border-radius:30px;/*firefox*/
	}

.an1:hover,a:hover .an1{
	color:#fff;
	background-color:#ffac09;
	}



.an2{
	margin-right:auto;
	margin-left:auto;
	width:173px;
	height:51px;
	font-size:16px;
	line-height:51px;
	text-align:center;
	color:#fff;
	display:block;
	cursor:pointer;
	border:1px solid #e5e5e5;
		border-radius:30px;/*opera或ie9*/
	-webkit-border-radius:30px;/*safari或chrome*/
	-moz-border-radius:30px;/*firefox*/
	}

.an2:hover,a:hover .an2{
	color:#fff;
	background-color:#ffac09;
	}


.an3{text-align:center;
	font-size:14px;
	width:100px;
	height:30px;
	line-height:30px;
	color:#d0c7b6;
	border:1px solid #e5e5e5;
	-moz-border-radius: 20px; 
	-webkit-border-radius:20px; 
	cursor:pointer;
	display:block;
	  }
.an3:hover{
	background-color:#fff;
	color:#999;
	border-color:#ffbe95;
	}

.an4{
	margin-right:auto;
	margin-left:auto;
	width:173px;
	height:51px;
	font-size:16px;
	line-height:51px;
	text-align:center;
	color:#a2c041;
	display:block;
	cursor:pointer;
	border:1px solid #e5e5e5;
		border-radius:30px;/*opera或ie9*/
	-webkit-border-radius:30px;/*safari或chrome*/
	-moz-border-radius:30px;/*firefox*/
	}

.an4:hover,a:hover .an2{
	color:#fff;
	background-color:#ffac09;
	}

.an5{
	font-size:14px;
	padding:0 5px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border:0px;
	cursor:pointer;
	display:block;
	background-color:#c76028;
	}

.an5:hover,a:hover .an5{
	color:#fff;
	background-color:#9fb53c;
	}
	


.flol {
	float:left;
	}
.flor {
	float:right;
	}
.im img{
	display:block;
}

.main_top2 {
	margin-top:20px;
}
.main_top4 {
	margin-top:30px;
}
.main_top5 {
	margin-top:40px;
}
.main_top6 {
	margin-top:50px;
}
.main_top9 {
	margin-top:90px;
}
.main_top115{
	margin-top:115px;
}
.main_top130{
	margin-top:130px;
}
.main_bottom1{ 
    margin-bottom:40px;
}
.main_lef {
	margin-left:10px;
}
.main_lef2 {
	margin-left:15px;
}
.main_lef3 {
	margin-left:30px;
}
.main_lef4 {
	margin-left:40px;
}
.main_lef5 {
	margin-left:50px;
}
.main_lef6 {
	margin-left:60px;
}
.main_lef9{
	margin-left:90px;
}
.main_right {
	margin-right:10px;
}


.padding_top {
	padding-top:10px;
}
.padding_top2 {
	padding-top:20px;
}
.padding_top5{
	padding-top:50px;
}
.padding_top6{
	padding-top:60px;
}
.padding_left {
	padding-left:10px;
}
.padding_left2 {
	padding-left:20px;
}
.padding_left3 {
	padding-left:30px;
}
.padding_left5{ 
	padding-left:50px;
}
.padding_right {
	padding-right:10px;
}
.padding_right2 {
	padding-right:20px;
}
.padding_right5{
	 padding-right:50px;
	 }



/*图片列表********/
.pic_listbox li{
	margin-right:20px;
	width:390px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-top:20px;
}
.pic_listbox li:nth-child(even){
	margin-right:0px;
	
}
.pic_listbox li:hover{
	background-color:#ffb400;
	}
.pic_listbox li h3{
	width:390px;
	height:40px;
	background-color:rgba(51,51,51,0.5);
	position:absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	display:block;
	font-size:18px;
	font-weight:100;
	text-align:center;
	line-height:40px;
}
.pic_listbox li h3 a{
	color:#fff;
}

.pic_listbox li .imgbox{
	width:390px;
	height:293px;
	background-color:#000;
}
.pic_listbox li img{
	max-width:100%;
	width:100%;
	}


	





/*翻页*/
.pageborder {
	border-top:1px solid #e2e2e2;
}
.page {
	padding:10px 0;
	width:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 29px;
	clear: both;
}
.page .Notices {
	line-height:25px;
	display:block;
	float:left;
	color:#6e6e6e;
	margin-right:30px;
}
.page a {
	font-weight:bold;
	display: block;
	background-color:#fafafa;
	color: #333;
	border: 1px solid #d1d1d1;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 25px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	background-image: url(../images/page_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.page a:hover {
	color: #f00;
	border: 1px solid #ffdf93;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 25px;
	background-image:none;
	background-color:#FFFFFF;
}
.page .pagefont {
	float:left;
	display:block;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 27px;
}
.page .nopage {
	display: block;
	background-color:#fff;
	color: #dcdcdc;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	float:left;
	margin-left:3px;
	margin-right:3px;
}
.page .nopage span{
	font-family:"宋体";
	font-weight:bold;
	}
.page a span {
	font-family:"宋体";
	font-weight:bold;
	}
.page .dd {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	float:left;
	margin-left:3px;
	margin-right:3px;
}





