@charset "utf-8";
/*
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
filter:Alpha(opacity=50);
pointer-events:none;	//鼠标穿透
hidefocus="true"	//超链接不显示周围的虚线
*/

/* css reset */
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0;}
body { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; max-width: 1920px; min-width: 1349px; margin: 0 auto; color:#474747; background-color:#fff;}
input, button, textarea, select { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; outline: 0; border: 0; background: none; color:inherit;}
input:focus, textarea:focus { color:inherit;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1;}
ol, ul, li { list-style: none;}
select { appearance: none; -moz-appearance: none; -webkit-appearance: none;}
textarea { overflow:auto; resize:none;}
table { border-collapse: collapse; border: 0;}
caption, th { font-weight:normal;}
img { border: 0; outline:0; vertical-align: middle;}
i, em { font-style:normal;}
a { text-decoration: none; color:inherit;}
a:focus { outline:0;}

@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot') format('embedded-opentype'),
	 url('../fonts/impact.woff') format('woff'),
	 url('../fonts/impact.ttf') format('truetype'),
	 url('../fonts/impact.svg#impact') format('svg');
}

@font-face {
	font-family: 'AvianRegular';
	src: url('../fonts/avianregular.eot');
	src: url('../fonts/avianregular.eot') format('embedded-opentype'),
	 url('../fonts/avianregular.woff') format('woff'),
	 url('../fonts/avianregular.ttf') format('truetype'),
	 url('../fonts/avianregular.svg#avianregular') format('svg');
}

::-ms-clear, ::-ms-reveal{ display: none;}
/* WebKit browsers */
::-webkit-input-placeholder { color: #909090;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder { color: #909090; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder { color: #909090; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder { color: #909090;}
.placeholder { color:#909090;}

/* 通用 */
.clear:after{ content:''; display:block; height:0; visibility:hidden; clear:both;}
.middle{ font-size: 0; letter-spacing: -1.5em;}
.middle:after{ content:''; display:inline-block; vertical-align:middle; height:100%;}
.justify{ text-align:justify;}
.justify:after{ content:''; padding-left:100%;}
.pos-fix{ position:fixed;}
.pos-abs{ position:absolute;}
.left{ float: left;}
.right{ float: right;}

#header, #footer, #container{ position: relative; width:100%; min-width:1250px; margin: 0 auto;}
#header{ height: 81px; z-index: 2;}
#header .logo{ position: absolute; left: 0; top: 0;}
#header .nav{ position: absolute; left: 300px; top: 0;}
#header .nav ul{}
#header .nav li{ float:left;}
#header .nav li a{ display:block; padding: 30px;}
#header .nav li a:hover{ color:#ff5705;}
#header .tools{ position: absolute; right: 0; top: 0;}
#header .tools a{}
#header .tools .login{}
#header .tools .lang{}

#footer{}
#footer .link{}
#footer .link li{}
#footer .copy{}
#footer .ftbj{}
#footer a{}
#footer a:hover{ color:#909090;}
#footer.fBottom{ position:fixed; left:0; bottom:0;}

/* 面包屑 */
.bread{}
.bread a{}
.bread a:hover{ color:#ff5705;}
.bread .cur{ color:#ff5705;}

/* 置顶 */
.gotop{ position:fixed; right:15px; bottom:100px;width:78px;height:57px;background:url(/static/image/feihongcuilv/images/gotop.png) 0 0 no-repeat;display:none; z-index:10;}
.gotop.fr{ left:100%; margin-left:-100px;}

/* 弹窗 */
.popWindow{ position:fixed; left:0; top:0; width:100%; height:100%; background: url(/static/image/feihongcuilv/images/opacity-b60.png); opacity: 0; visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.popWindow.popShow{ opacity: 1; visibility: visible; z-index:999;}
.popWindow .popDialog{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto;}
.popWindow .popOverlay{ position:absolute; left:0; top:0; width:100%; height:100%;}
.popWindow .popClose{ z-index:1;}

/* 分页 */
.page{ text-align:center; width:100%; font-size:0;}
.page ul{ display:inline-block; overflow:hidden;}
.page li{ float:left; padding:0 4px; color:#707070; line-height:34px; font-family:Arial; font-size:16px;}
.page a{ display:block; width:34px; height:34px; line-height:34px; color:#707070; border:1px solid #bbbbbb; border-radius:4px;
	-webkit-transition:all .2s;	
	transition:all .2s;	
}
.page a:hover{ color:#FFF; background-color:#166e31; border-color:#166e31;}
.page .cur{ color:#FFF; background-color:#166e31; border-color:#166e31;}

/* 下拉选框 */
.selectWarp{ text-align:left; cursor:pointer; position:relative; border:1px solid #a9a9a9;}
.selectWarp .selectBtn{ position:relative; overflow:hidden; height: 26px; padding:0 26px 0 12px; line-height: 26px; font-size:12px; color:#474747;}
.selectWarp .selectBtn .arr{ position:absolute; right:10px; top:0; width:12px; height:100%; background:url(/static/image/feihongcuilv/images/select_arrow.png) left no-repeat;}
.selectWarp .down .arr{ background-position:right;}
.selectWarp .options{ max-height:90px; overflow:hidden; padding:12px 2px 12px 12px; background-color:#FFF; border:1px solid #a9a9a9; position: absolute; left: -1px; right: -1px; top: 26px; z-index:10; display: none;}
.selectWarp ul{ padding-right:20px;}
.selectWarp ul li{ font-size:12px; margin-bottom:5px;}
.selectWarp ul li:hover { color:#909090;}
.selectWarp .mCSB_inside > .mCSB_container{ margin:0;}

/****/


