@charset "utf-8";
/*
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter: alpha(opacity=100);
pointer-events: none;	//	鼠标穿透
hidefocus = "true"	//	ie a标签属性 超链接不显示周围的虚线
*/

/* js样式
	js-nopad: x-container无padding定高;
	js-gotop: 返回顶部;
	js-scroller: 滚动显示元素;
*/

@font-face { font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot?#iefix') 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: 'avian';
	src: url('../fonts/AvianRegular.eot');
	src: url('../fonts/AvianRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvianRegular.woff') format('woff'),
		url('../fonts/AvianRegular.ttf') format('truetype'),
		url('../fonts/AvianRegular.svg#AvianRegular') format('svg');
}

@font-face {
	font-family: 'avignon';
	src: url('../fonts/avignonbold.eot');
	src: url('../fonts/avignonbold.eot') format('embedded-opentype'),
		url('../fonts/avignonbold.woff') format('woff'),
		url('../fonts/avignonbold.ttf') format('truetype'),
		url('../fonts/avignonbold.svg#avignonbold') format('svg');
}

@font-face { font-family: "xfont";
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
		url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('../fonts/iconfont.svg#xfont') format('svg'); /* iOS 4.1- */
}

/* 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 "微软雅黑", Arial, Tahoma, Helvetica, sans-serif; color: #303030; margin: auto;background: #ededed;}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { outline: 0; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
a:hover{text-decoration: auto;}
a:focus { outline: 0;}
svg:not(:root){ overflow: hidden;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}

::-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;}

.xfont{
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.h30, .h28, .h26, .h24, .h22, .h20, .h18,  .h16{ line-height: 1.2;} 
.h30{ font-size: 30px;}
.h28{ font-size: 28px;}
.h26{ font-size: 26px;}
.h24{ font-size: 24px;}
.h22{ font-size: 22px;}
.h20{ font-size: 20px;}
.h18{ font-size: 18px;}
.h16{ font-size: 16px;}

/* 通用 */
.clear:after, .x-wrap:after{ content: ''; display: table; clear: both;}
.middle{ font-size: 0; letter-spacing: -1.5em;}
.middle:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.middle-cont{ display: inline-block; vertical-align: middle; font-size: 14px; letter-spacing: 0;}
.justify{ word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.justify:after{ content: ''; display: inline-block; padding-left: 100%; font-size: 0; vertical-align: top;}
.pos-fix{ position: fixed !important; left: 0; top: 0;}
.pos-abs{ position: absolute !important; left: 0; top: 0;}
.x-wrap{ position: relative; width: 1400px; height: 100%; margin: auto;}
.tac{ text-align: center; }
.wto{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.x-container{overflow: hidden;}
.x-header, .x-footer, .x-container{position: relative; width: 100%; min-width: 1440px; margin: auto; z-index: 1;}
.x-header{ z-index: 2;background: url(../image/header-bg.jpg) no-repeat center;}
.x-header .logo{ position: absolute; left: 0; top: 0;height: 108px;width: 771px;display: block;line-height: 108px;}
.x-header .logo img{ width: 100%;}
.x-header .toolbox{ position: absolute; right: 0;top: 28px;}
.x-header .toolbox .searchbox{transition:all 0.8s ease-out ;margin-top: 8px;width: 247px;padding: 8px 12px;box-sizing: border-box;position: relative;background: rgba(255,255,255,0.85);display: inline-block;}
.x-header .toolbox .searchbox .submit{background: url(../image/searicon-1.png) no-repeat center;width: 40px;height: 33px;display: block;position: absolute;right: 0;top: 0;}
.x-header .toolbox .link{display: inline-block;color: #fff;font-size: 16px;margin-left: 18px;}
.x-header .toolbox .searchbox:hover {
	background: rgba(255,255,255,1);
}
.nav-mod{}

.x-footer{}
.x-footer .ftbj{}
.x-footer a{}
.x-footer a:hover{}

/****/
/* pc端下拉选框 */
.select-mod{ position: relative; text-align: left;}
.select-mod .select-bar{ position: relative;}
.select-mod .select-bar:before{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #e0e0e0;}
.select-mod .select-btn{ position: relative; height: 21px; padding: 5px 20px 4px 10px; overflow: hidden; cursor: pointer;}
.select-mod .select-btn:after{ content: '\e824'; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; height: 21px; font-family: "xfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.select-mod .select-val{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.select-mod .select-txt{ position: absolute; left: 0; top: 0; right: 50px; bottom: 0; padding: 5px 15px;}
.select-mod .select-input{ display: block; width: 100%;}
.select-mod .select-native{ display: none;}
.select-mod .select-cont, .select-mod .select-query{ position: absolute; left: 0; right: 0; top: 100%; padding-top: 1px; background-color:#fff; background-clip: content-box; z-index:1; opacity: 0; visibility: hidden;}
.select-mod .select-cont:before, .select-mod .select-query:before{ content: ''; position: absolute; left: 0; top: 1px; right: 0; bottom: 0; border: 1px solid #e0e0e0;}
.select-mod .select-opts, .select-mod .squery-list{ position: relative; max-height: 200px; padding: 10px; padding-right: 5px;}
.select-mod .select-item, .select-mod .squery-item{ padding: 2px 0; cursor: pointer;}
.select-mod .select-item.selected, .select-mod .select-item:hover, .select-mod .squery-item.selected, .select-mod .squery-item:hover { color: #909090;}
.select-mod .select-item.selected, .select-mod .squery-item.selected{ cursor: default;}
.select-mod .select-grp{ padding: 5px; margin-bottom: 2px; background-color: gainsboro;}
.select-mod .select-tit{ padding: 5px; background-color: silver; cursor: pointer;}
.select-mod .select-box{ padding: 5px; display: none;}
.select-mod .select-grp.open .select-box{ display: block;}
.select-mod.sc-show .select-btn:after{ content: '\e823';}
.select-mod.sc-show .select-cont, .select-mod.sq-show .select-query{ opacity: 1; visibility: visible;}
.select-mod .select-bar:hover{ color: #909090;}
.select-mod .select-query{}
.select-mod .select-query:before{}
.select-mod .squery-list{}
.select-mod .squery-item{}
/* pc端分页 */
.page-mod{ width: 100%; text-align: center;font-size: 12px;color: #707070;	margin-top: 18px;}
.page-mod .page-box{ display: inline-block; vertical-align: top;}
.page-mod .page-item{ float: left; margin: 0 3px; min-width: 28px; font-family: 'xfont', Arial; font-size: 12px; line-height: 28px;}
.page-mod .page-item > a{ display: block; padding: 0 8px; text-align: center; border-radius: 4px; border: 1px solid #c7c7c7;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.page-mod .page-input{ display: inline-block; vertical-align: middle; padding-right: 8px; width: 36px; border-right: 1px solid;}
.page-mod .page-input input{ display: block; width: 100%; height: auto; line-height: normal; text-align: center;}
.page-mod .page-btn{ display: inline-block; padding: 0 5px; vertical-align: top; min-width: 36px; cursor: pointer;}
.page-mod .page-item > a:hover{ color: #b51909;border-color: #b51909;}
.page-mod .page-item > a.cur{ border-color: #b51909; background-color: #b51909; cursor: default;color: #fff;}
.page-mod .page-item > a.disable{ opacity: 0.5; filter: alpha(opacity=50); color: inherit; cursor: default;}
.page-mod .prev{ margin-right: 10px;}
.page-mod .next{ margin-left: 10px;}
.page-mod .jump{ margin-left: 3px;}
.page-mod .page-more {vertical-align: top;border: 1px solid;border-radius: 1rem;padding: 0.1rem 0.3rem;display: inline-block;}
.page-mod .select-mod{	width: 98px;display: inline-block;border-radius: 5px;vertical-align: middle;margin: 0 10px 0; }
.page-mod .select-mod .select-bar:before{border-radius: 5px;}
.page-mod .input-box{display: inline-block;margin: 0 5px;}
.page-mod .my-input{width: 44px;height: 28px;text-align: center;border-radius: 5px;border-color: #e0e0e0;}
/*gotop*/
.js-gotop{	background: url(../image/iocn-13.png) no-repeat 0 -29px; cursor: pointer; width: 35px;	height: 35px;	position: fixed;	z-index: 99;	left: 50%;	bottom: 10%;margin-left: 625px;}
@media screen and (min-width:1230px) {
	
}

@media screen and (min-width: 751px) and (max-width: 1229px) {

}


.positionRelative{
position:relative;
}
.info-right{float: right;}