@charset "utf-8";
/* CSS Document 20171215*/
/* 属性重置 */
html{
	/*固定文字在不同设备横纵屏自动调整大小的问题*/
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height:100%;
}
body{
	min-height:100%;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	/*设置边框样式*/
	outline: 0;
	/*当用户点击iOS的Safari浏览器中的链接或JavaScript的可点击的元素时，覆盖显示的高亮颜色。*/
	-webkit-tap-highlight-color:transparent;
}

article,aside,header,footer,nav,section,figure,figcaption,hgroup,progress,canvas,summary,menu,main,details{
	display:block;
}
/*禁用显示链接地址*/
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
body{
	font-size:12px;
	font-family:'WenQuanYi Micro Hei','PingFangSC-Light','PingFang SC','Segoe UI','Lucida Grande','NotoSansHans-Light','Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti,  SimSun, sans-serif;
	text-rendering:geometricPrecision;
	color:#333;
	background:#FFF;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%; 
	font-weight:normal; 
	font-style:normal;
}
table{
	/*合并边框*/
	border-collapse:collapse;
	/*单元格的边距*/
	border-spacing:0;
	font-size:100%;
	/*隐藏表格上空单元格的边框与背景*/
	empty-cells:show;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal; 
	font-weight:normal;
}
button,input,optgroup,select,textarea{
	margin:0;
	color:inherit;
	font:inherit;
}
button{
	overflow:visible;
}
button,input{
	line-height:normal;
}
button,select{
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit]{
	/*设置光标样式*/
	cursor:pointer;
	/*呈现样式为按钮样式*/
	-webkit-appearance:button;
}
input[type=checkbox],input[type=radio]{
	/*将边框及内外边距设置为元素宽度以内*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	cursor:pointer;
}
button[disabled],html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	padding:0;
	border:0;
}
button,input,select,textarea{
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-feature-settings:"liga","kern";
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
	height:auto;
}
input[type=search]{
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
	-webkit-appearance:none;
}
textarea{
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}
pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}
ul,ol,li,dl{
	list-style-type:none;
}         
i,em{
	font-style:normal
}     
svg:not(:root){
	overflow:hidden
}
img{
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}   
a{
	color:#333;
	text-decoration: none;
	outline:none;
	cursor:pointer;
} 
/*未访问的链接*/
a:link {
	color:#333;
} 
/*已访问的链接*/
a:visited {
	color:#333;
} 
/*鼠标移动到链接上*/
a:hover {
	color:#777;
	outline:none;
	-moz-outline:none;
}
/*选定的链接*/
a:active{
	/*解决周边显示虚线的问题*/
	blr:expression(this.onFocus=this.blur());
}
/*获取焦点时的样式*/
a:focus {
	outline:none;
	-moz-outline:none;
}
/* 谷歌内核 滚动条 */
::-webkit-scrollbar-track { 
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}
::-webkit-scrollbar{
	width:8px;
	height:10px;
	background:rgba(222,222,222,0.3);
	transition:all 0.3s ease-in-out;
	border-radius:0px
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:hover{
	background:rgba(0,0,0,0.6)
}
::-webkit-scrollbar-thumb:active{
	background:rgba(0,0,0,0.8)
}
@font-face{
	font-family:"hyb-font"; /*字体文件名设定*/
	src:url(../font/hybfont.eot);/*引入字体格式兼容IE9以上*/
	src:url(../font/hybfont.eot?#iefix) format("embedded-opentype"),/*引入字体格式兼容IE6到IE8*/
		url(../font/hybfont.woff) format("woff"),/*引入字体格式*/
		url(../font/hybfont.ttf) format("truetype"),/*引入字体格式*/
		url(../font/hybfont.svg) format("svg");/*引入字体格式*/
		font-weight:normal;/*字体粗细正常*/
		font-style:normal;/*字体样式正常*/
}
.hyb_font{
	font-family:"hyb-font";
	font-weight:normal;/*字体粗细正常*/
	font-style:normal;/*字体样式正常*/
	-webkit-font-smoothing: antialiased;/*抗锯齿光滑度代码*/
	-moz-osx-font-smoothing:grayscale;/*抗锯齿光滑度代码*/
}
@font-face{
	font-family:"hyb-fonts"; /*字体文件名设定*/
	src:url(../fonts/iconfont.eot);/*引入字体格式兼容IE9以上*/
	src:url(../fonts/iconfont.eot?#iefix) format("embedded-opentype"),/*引入字体格式兼容IE6到IE8*/
		url(../fonts/iconfont.woff) format("woff"),/*引入字体格式*/
		url(../fonts/hybiconfontfont.ttf) format("truetype"),/*引入字体格式*/
		url(../fonts/iconfont.svg) format("svg");/*引入字体格式*/
		font-weight:normal;/*字体粗细正常*/
		font-style:normal;/*字体样式正常*/
}
.hyb_fonts{
	font-family:"hyb-fonts";
	font-weight:normal;/*字体粗细正常*/
	font-style:normal;/*字体样式正常*/
	-webkit-font-smoothing: antialiased;/*抗锯齿光滑度代码*/
	-moz-osx-font-smoothing:grayscale;/*抗锯齿光滑度代码*/
}
@font-face {
	font-family: 'gaogaogao';
	src:url('img/Square721%20Cn%20BT%20Roman.eot');
	src:url('img/Square721%20Cn%20BT%20Roman.eot') format('embedded-opentype'),
		url('img/Square721%20Cn%20BT%20Roman.woff') format('woff'),
		url('img/Square721%20Cn%20BT%20Roman.ttf') format('truetype'),
		url('img/Square721%20Cn%20BT%20Roman.svg') format('svg');
}

/* 自定义属性 */
.hyb_tsn{/* CSS3过渡效果 */
	transition:/*兼容IE10以上浏览器*/
		box-shadow 0.5s,
		font-size 0.5s,
		background 0.5s,
		font-weight 0.5s,
		color 0.5s,
		border-bottom 0.5s,
		border 0.5s,
		width 0.5s,
		height 0.5s,
		margin-top 0.5s,
		margin-left 0.5s,
		line-height 0.5s,
		transform 0.5s,
		bottom 0.5s,
		top 0.5s,
		opacity 0.5s,
		border-radius 0.5s,
		margin-bottom 0.5s;
	-webkit-transition:/*兼容苹果和谷歌浏览器*/
		box-shadow 0.5s,
		font-size 0.5s,
		background 0.5s,
		font-weight 0.5s,
		color 0.5s,
		border-bottom 0.5s,
		border 0.5s,
		width 0.5s,
		height 0.5s,
		margin-top 0.5s,
		margin-left 0.5s,
		line-height 0.5s,
		-webkit-transform 0.5s,
		bottom 0.5s,
		top 0.5s,
		opacity 0.5s,
		border-radius 0.5s,
		margin-bottom 0.5s;
	-moz-transition:/*兼容火狐浏览器*/
		font-size 0.5s,
		background 0.5s,
		font-weight 0.5s,
		color 0.5s,
		border-bottom 0.5s,
		border 0.5s,
		width 0.5s,
		height 0.5s,
		margin-top 0.5s,
		margin-left 0.5s,
		line-height 0.5s,
		-moz-transform 0.5s,
		bottom 0.5s,
		top 0.5s,
		opacity 0.5s,
		border-radius 0.5s,
		margin-bottom 0.5s;
	-o-transition:/*兼容Opera浏览器*/
		font-size 0.5s,
		background 0.5s,
		font-weight 0.5s,
		color 0.5s,
		border-bottom 0.5s,
		border 0.5s,
		width 0.5s,
		height 0.5s,
		margin-top 0.5s,
		margin-left 0.5s,
		line-height 0.5s,
		-o-transform 0.5s,
		bottom 0.5s,
		top 0.5s,
		opacity 0.5s,
		border-radius 0.5s,
		margin-bottom 0.5s;
}
/* 透明度样式 */
.hyb_tpy0{
	opacity:0.0; 
	filter:alpha(opacity=0);
}
.hyb_tpy5{
	opacity:0.05; 
	filter:alpha(opacity=5);
}
.hyb_tpy10{
	opacity:0.10; 
	filter:alpha(opacity=10);
}
.hyb_tpy15{
	opacity:0.15; 
	filter:alpha(opacity=15);
}
.hyb_tpy20{
	opacity:0.20; 
	filter:alpha(opacity=20);
}
.hyb_tpy25{
	opacity:0.25; 
	filter:alpha(opacity=25);
}
.hyb_tpy30{
	opacity:0.30; 
	filter:alpha(opacity=30);
}
.hyb_tpy35{
	opacity:0.35; 
	filter:alpha(opacity=35);
}
.hyb_tpy40{
	opacity:0.40; 
	filter:alpha(opacity=40);
}
.hyb_tpy45{
	opacity:0.45; 
	filter:alpha(opacity=45);
}
.hyb_tpy50{
	opacity:0.50; 
	filter:alpha(opacity=50);
}
.hyb_tpy55{
	opacity:0.55; 
	filter:alpha(opacity=55);
}
.hyb_tpy60{
	opacity:0.60; 
	filter:alpha(opacity=60);
}
.hyb_tpy65{
	opacity:0.65; 
	filter:alpha(opacity=65);
}
.hyb_tpy70{
	opacity:0.70; 
	filter:alpha(opacity=70);
}
.hyb_tpy75{
	opacity:0.75; 
	filter:alpha(opacity=75);
}
.hyb_tpy80{
	opacity:0.80; 
	filter:alpha(opacity=80);
}
.hyb_tpy85{
	opacity:0.85; 
	filter:alpha(opacity=85);
}
.hyb_tpy90{
	opacity:0.90; 
	filter:alpha(opacity=90);
}
.hyb_tpy95{
	opacity:0.95; 
	filter:alpha(opacity=95);
}
.hyb_tpy100{
	opacity:1; 
	filter:alpha(opacity=100);
}
/*字体大小样式*/
.hyb_ftse0{
	font-size:0;
}          
.hyb_ftse12{
	font-size:12px;
}           
.hyb_ftse14{
	font-size:14px;
}           
.hyb_ftse16{
	font-size:16px;
}
.hyb_ftse18{
	font-size:18px;
}      
.hyb_ftse20{
	font-size:20px;
}           
.hyb_ftse22{
	font-size:22px;
}           
.hyb_ftse24{
	font-size:24px;
}
.hyb_ftse26{
	font-size:26px;
}      
.hyb_ftse28{
	font-size:28px;
}           
.hyb_ftse30{
	font-size:30px;
}
.hyb_boxsg,.hyb_boxsg *{
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
/*元素类型样式*/
.hyb_hide{
	display:none;
}                   
.hyb_show{
	display:block;
}
.hyb_din{
	display:inline;
}                  
.hyb_dib{
	display:inline-block;
}
/*浮动样式*/
.hyb_ftlt{ 
	float: left;
}
.hyb_ftrt{ 
	float: right;
}
.hyb_clear{ 
	zoom:1;
}
.hyb_clear:after{
	display:block;
	clear:both; 
	content: ''; 
	visibility:hidden;height:0
}
/*溢出隐藏*/
.hyb_ovh{overflow:hidden;}
/*定位样式*/
.hyb_por{
	position:relative;
}   
.hyb_poa{
	position:absolute;
}               
.hyb_pof{
	position:fixed;
}
/*字体水平样式 */
.hyb_tac{
	text-align:center;
}                
.hyb_tar{
	text-align:right;
}   
.hyb_tal{
	text-align:left;
}                  
.hyb_taj{
	text-align:justify;
}
/*块状元素水平居中*/
.hyb_auto{
	margin-left:auto; 
	margin-right:auto;
}
/*单行文字溢出虚点显示*/
.hyb_cell{
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
/*按钮样式*/
.hyb_btn{
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
	border:none;
	border-radius:6px;
	background-color:#0074d9;
	color:#fff;
	opacity:.9;
	filter:alpha(opacity=90);
	text-align: center; 
	text-decoration: none;
	white-space: nowrap; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	user-select: none; 
	overflow: visible; 
	cursor: pointer;
}
.hyb_btn:link{
	color: #fff;
}
.hyb_btn:visited{
	color: #fff;
}
.hyb_btn:hover, .hyb_btn:focus{
	text-decoration: none;
	opacity:.75;
	filter:alpha(opacity=75); 
	color: #fff;
}
.hyb_btn:focus { 
	outline: none;
}
.hyb_btn:active { 
	outline: none; 
	opacity:1;
	filter:alpha(opacity=100);
}
.hyb_btn[disabled],.hyb_btn[disabled]:active,.hyb_btn[disabled]:hover{
	border:1px solid #e6e6e6;
	background-color:#F9F9F9;
	color:#C9C9C9;
	opacity:1;
	cursor:not-allowed;
}
/*圆角样式*/
.hyb_rdu{-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;}
.hyb_rdu3{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.hyb_rdu4{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.hyb_rdu6{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.hyb_rdu8{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}
.hyb_rdu10{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
/*输入框样式*/
.hyb_InputText,.hyb_select,.hyb_textarea{
	display:inline-block;
	width: 200px;
	height:36px;
	line-height:36px;
	border:#eee solid 1px;
	border-radius:3px;
	background:#fff;
	color:#333;
	outline: 0;
	text-indent: 10px;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	-webkit-transition: border-color .15s cubic-bezier(.65,.05,.35,.5);
	transition: border-color .15s cubic-bezier(.65,.05,.35,.5);
}
.hyb_InputText:focus,.hyb_select:focus,.hyb_textarea:focus{
	border:1px solid #3bb4f2;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3);
}
.hyb_InputText[disabled],.hyb_select{background-color: #F8F8F8;}
/*提示框样式*/
.hyb_Prompt{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	background: rgba(0,0,0,0.2);
}
.hyb_Prompt > div{
	width: 300px;
	border-radius: 6px;
	border: 1px solid #d9d9d9;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.hyb_Prompt h6{
	background: #f2f2f2;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}
.hyb_Prompt p{
	padding: 10px;
	line-height: 26px;
	font-size: 14px;
	color: #808080;
}
.hyb_Prompt > div > div{
	text-align: center;
	padding-bottom: 10px;
}
.hyb_Prompt a{
	margin: 0 10px;
	font-size: 14px;
}
/*轮播图样式*/
.hyb_Carousel{
	background: #fff;
	position: relative;
}
.hyb_Carousel .hyb_ClImg{
	height: auto;
	overflow: hidden;
	position: relative;
	height: 1px;
}
.hyb_Carousel .hyb_ClImg ul{
	position: relative;
}
.hyb_Carousel .hyb_ClImg li{
	height: auto;
}
.hyb_Carousel .hyb_ClImg a{
	display: block;
}
.hyb_Carousel .hyb_ClImg img{
	display: block;
	width: 100%;
	height: auto;
}
.hyb_Carousel .hyb_ClNav{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: auto;
}
.hyb_Carousel .hyb_ClNav ul{
	display: inline-block;
}
.hyb_Carousel .hyb_ClNav li{
	float: left;
	background: #fff;
	border-radius: 100px;
	border: #fff;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	cursor: pointer;
}
.hyb_Carousel .hyb_ClBtn{
	position: absolute;
	top: 0px;
	padding: 10px;
	background: rgba(0,0,0,0.2);
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	transition: background 0.5s;
}
.hyb_Carousel .hyb_ClBtn:hover{
	background: rgba(0,0,0,0.6);
}
.hyb_Carousel .hyb_ClLeft{
	left: 6%;
}
.hyb_Carousel .hyb_ClRight{
	right: 6%;
}
.hyb_Carousel .hyb_focus{
	background: #2063e5 !important;
}
/* 隔离层 */
.hyb_Isolation{ 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	z-index: 100; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.3); 
	display: none;
}
/* 职位选择插件样式 */
.hyb_Position > div{
	width: 1040px;
	height: 485px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -500px;
	overflow: hidden;
}
.hyb_Position .hyb_TitlePn{
	padding: 0 10px;
	border-bottom: #eee solid 1px;
	background: #fdfdfd;
	width: auto;
	height: 40px;
	overflow: hidden;
}
.hyb_Position .hyb_TitlePn > h3{
	line-height: 40px;
	font-weight: bold;
	color: #333;
}
.hyb_Position .hyb_TitlePn > span{
	line-height: 42px;
	margin-left: 10px;
	color: #f2766a;
}
.hyb_Position .hyb_TitlePn > i{
	line-height: 40px;
	color: #2063e5;
	cursor: pointer;
}
.hyb_Position .hyb_TitlePn > i:hover{
	 transform: rotate(90deg); 
	 -ms-transform: rotate(90deg); 
	 -moz-transform: rotate(90deg); 
	 -webkit-transform: rotate(90deg); 
	 -o-transform: rotate(90deg);
}
.hyb_Position .hyb_AeyCn{
	padding: 5px 10px;
	border-bottom: #ddd solid 1px;
}
.hyb_Position .hyb_AeyCn > dl{
	
}
.hyb_Position .hyb_AeyCn dt{
	float: left;
	color: #09f;
	font-weight: bold;
	line-height: 30px;
}
.hyb_Position .hyb_AeyCn dd{
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.hyb_Position .hyb_AeyCn dd a{
	display: block;
	cursor: pointer;
	padding: 0 6px;
	border-radius: 6px;
}
.hyb_Position .hyb_AeyCn dd a:hover{
	background: #f0f0f0;
}
.hyb_Position .hyb_AeyCn dd span{
	font-size: 14px;
	color: #333;
}
.hyb_Position .hyb_AeyCn dd i{
	font-size: 14px;
	color: #666;
	margin-left: 4px;
}
.hyb_Position .hyb_AeyCn dd a:hover span{
	color: #09f;
}
.hyb_Position .hyb_AeyCn dd a:hover i{
	display: inline-block;
	color: #09f;
	transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-o-transform: rotate(90deg);
}
.hyb_Position ul{
	float: left;
	width: 146px;
}
.hyb_Position ul a{
	display: block;
	line-height: 30px;
	padding-left: 16px;
	font-size: 14px;
	border-top: #ccc solid 1px;
	border-right: #ccc solid 1px;
	cursor: pointer;
	color: #555;
	background: #fdfdfd;
}
.hyb_Position ul a:hover{
	background: #fff;
}
.hyb_Position ul li:first-child a{
	border-top: none;
}
.hyb_Position .hyb_ToTre{
	width: 894px;
	height: 402px;
	overflow-y: scroll;
}
.hyb_Position .hyb_ToTre dl{
	display: table;
	border-top: #ddd solid 1px;
	width: 877px;
}
.hyb_Position .hyb_ToTre dl:first-child{
	border-top: none;
}
.hyb_Position .hyb_ToTre dt{
	width: 156px;
	font-size: 12px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: #ddd dashed 1px;
}
.hyb_Position .hyb_ToTre dd{
	display: table-cell;
}
.hyb_Position .hyb_ToTre dd a{
	float: left;
	font-size: 12px;
	color: #333;
	width: 168px;
	padding: 6px;
	cursor: pointer;
	border-radius: 6px;
}
.hyb_Position .hyb_ToTre dd a:hover{
	background: #f0f0f0;
}
.hyb_Position .hyb_ToTre dd a i{
	font-size: 12px;
	margin-right: 2px;
	color: #999;
	margin-right: 2px;
}
.hyb_Position .hyb_ToTre dd a span{
	font-size: 12px;
	color: #555;
}
.hyb_Position .SdFcss{
	color: #09f !important;

}
/*---------------------------------------------------------------------------------*/



/*待整理*/

.Hcss_Rotate90{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.Hcss_FixedWidth{ width:1200px; margin:auto;}
/* 以上为完结正式版 */
/*.classstyle{ -webkit-transform: scale(0.75); } 解决谷歌等12像素以下不变的问题 */
/* -webkit-overflow-scrolling:touch; 平滑滚动效果-不兼容*/
/*.Hcss_BackColor{ background:#09f !important;}
.Hcss_FixedWidth{ width:1200px; margin:auto;}*//* 网页固定宽，根据不同项目有所变化 */
/*background: -webkit-linear-gradient(top, rgba(0,0, 0, 0), rgba(0,0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0,0, 0, 0), rgba(0,0, 0, 1));
    background: -o-linear-gradient(top, rgba(0,0, 0, 0), rgba(0,0, 0, 1));
    background: linear-gradient(top, rgba(0,0, 0, 0), rgba(0,0, 0, 1));*/
    