/*== 安全区域 ==*/
.conAuto{ width: 1200px; min-width: 1200px; margin-left: auto; margin-right: auto; }/* 安全区域 */
.minwidth{ min-width: 1200px; }
/*== 布局 ==*/
.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }
.pr{ position: relative; }
.pa{ position: absolute; }
.pf{ position: fixed; }
.fl{ float: left; }
.fr{ float: right; }
.block{ display: block; }
.displayTable{ display: table; }
.displayTableCell{ display: table-cell; }
.inlineblock{ display: inline-block; }
.none{ display: none; }
.is-1{ opacity: 1!important; }
.hidden{ visibility: hidden; }
.zoom{zoom: 1;}
.width100{ width: 100%;min-width: 1200px;}
.bc{ margin-left: auto; margin-right: auto; }/*块水平居中*/
.vm{ vertical-align: middle; }
.imgVertical{height: 100%; width: 0; display: inline-block; vertical-align: middle;}/* 图片水平垂直居中 */
/*文字一行超出宽度截取,自行设置宽度*/
.line-1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*== 鼠标状态==*/
.cp{cursor: pointer; }
.cd{cursor: default;}
/*== 字号 ==*/
.f12{ font-size: 12px; }
.f13{ font-size: 13px; }
.f14{ font-size: 14px; }
.f15{ font-size: 15px; }
.f16{ font-size: 16px; }
.f18{ font-size: 18px; }
.f20{ font-size: 20px; }
.f24{ font-size: 24px; }
.f36{ font-size: 36px; }
.fb{ font-weight: bold; }
.fn{ font-weight: normal; }
/*== 字色 ==*/
.text-white{ color: #fff; }
.text-gray3{ color: #333; }
.text-gray6{ color: #666; }
.text-gray9{ color: #999; }
.text-blue{ color: #1371E6; }
.text-red{ color: #EF205A; }
.text-orange{color: #f28b11;}
/*== 宽度 ==*/
.w80{width: 80px;}
.w280{width: 280px;}
.w700{width: 700px;}
/*== 背景色 ==*/
.bg-white{background-color: #fff;}
/*== 圆角 ==*/
.br2{ border-radius: 2px; }
.br4{ border-radius: 4px; }
.br6{ border-radius: 6px; }
.br8{ border-radius: 8px; }
.br10{ border-radius: 10px; }
.circle{ border-radius: 50%; }
/*== 内外边距 ==*/
.m5{margin: 5px;}
.m10{margin: 10px;}
.m15{margin: 15px;}
.m30{margin: 30px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb100{margin-bottom: 100px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml100{margin-left: 100px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr100{margin-right: 100px;}
.p20{ padding: 20px; }
.p5{padding: 5px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p30{padding: 30px;}
.pb40{padding: 40px;}
.pb50{padding: 50px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt100{padding-top: 100px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb100{padding-bottom: 100px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl50{padding-left: 50px;}
.pl100{padding-left: 100px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr50{padding-right: 50px;}
.pr100{padding-right: 100px;}
/*=== 文本溢出隐藏 单行 ===*/
.textoverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
/*=== 文本溢出隐藏 多行 ===*/
.paraoverflow2{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 2;
}
.paraoverflow3{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
}
.paraoverflow4{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
}
/*== 动画 ==*/
.transi{/* 过度动画 */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.scale:hover{/* 鼠标划上放大效果 */
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.upward:hover{/* 鼠标划上上升效果 */
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	transform:translate(0,-10px);
}
/* 按钮 样式*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-right: 11px;
}
.btn-default,
.btn-default.btn[disabled]:hover{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-primary,
.btn-primary.btn[disabled]:hover{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-success,
.btn-success.btn[disabled]:hover{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-warning,
.btn-warning.btn[disabled]:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-danger,
.btn-danger.btn[disabled]:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn[disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
/*********************************** 本项目公共样式 start ***********************************/
body{
	background: #F1F8FF;
	width: 100%;
	height: 100%;
}
/* 输入框placeholder */
input::-webkit-input-placeholder{
	color:#969696;
}
input::-webkit-moz-placeholder{
	color:#969696;
}
input::-webkit-ms-placeholder{
	color:#969696;
}
textarea::-webkit-input-placeholder{
	color:#969696;
}
textarea::-webkit-moz-placeholder{
	color:#969696;
}
textarea::-webkit-ms-placeholder{
	color:#969696;
}
/* 顶部 */
.HeaderWrap {
	height: 40px;
	line-height: 40px;
	background: #F8F8F8;
	min-width: 1200px;
}
.HeaderWrap .btns a:hover{
	color: #F28B11;
}
.HeaderWrap .welcomeTip{
	padding-left: 26px;
	color: #8d8d8d;
	background: url(../../public/images/icons/icon_hi.png) no-repeat left center;
}
.HeaderWrap .langBox a{
	display: inline-block;
	width: 30px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	color: #999;
}
.HeaderWrap .langBox a.on{
	color: #fff;
	background: #1371e6;
}
.HeaderWrap .backIndex:hover{
	color: #1371E6;
}
.afterLogin {
	z-index: 10;
}
/* .HeaderWrap .afterLogin{
	padding-right: 10px;
	background: url(../../public/images/icons/login_User.png) no-repeat 7px center;
}
 */
.HeaderWrap .afterLogin .loginUser{
	display: inline-block;
	max-width: 98px;
	padding: 0 13px 0 0;
	background: url(../../public/images/icons/header_arr.png) no-repeat right center;
	color: #F28B11;
}
.HeaderWrap .afterLogin .afterLoginBox em{
	display: block;
	width: 8px;
	height: 5px;
	top: -5px;
	left: 50%;
	margin-left: -4px;
	background: url(../../public/images/icons/header_topArr.png) no-repeat;
}
.HeaderWrap .lineBpx{
	font-size: 10px;
	color: #999;
}
.newsBtnTop{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../public/images/icons/header_news.png) no-repeat;
	margin: 12px 10px 0 0;
}
.newsBtnTop em{
	min-width: 12px;
	height: 13px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	background: #ef205a;
	top: -8px;
	right: -10px;
	padding: 0 2px;
}
.afterLoginBox {
	left: 50%;
	margin-left: -50px;
	top: 36px;
	background: #fff;
	width: 99px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0px 1px 11px #e9e9e9;
}

.afterLoginBox li {
	border-bottom: 1px solid #eee;
}
.afterLoginBox li.nobd{
	border: none;
}
.afterLoginBox li a {
	display: block;
	text-align: center;
	width: 99px;
	height: 34px;
	line-height: 34px;
}

.afterLoginBox li a:hover {
	color: #F28B11;
}

/* 头部 */
#second_navBar {
    height: 120px;
	background:url(../../public/images/pics/bgHeader.jpg) no-repeat center;
	min-width: 1200px;
    position: relative;
}
#second_navBar .logoBox {
    /*width: 198px;*/
    height: 120px;
    margin-right: 30px;
}
#second_navBar .logoBox .logoLink{
	height: 97px;
	margin-top: 19px;
}
/*子页面 logo*/
#second_navBar .link1,#second_navBar .link2{
	position: relative;
}
#second_navBar .default-logo .link1{
	display: block;
}
#second_navBar .talent-logo .link1{
	display: none;
}
#second_navBar .default-logo .link2{
	display: none;
}
#second_navBar .talent-logo .link2{
	display: block;
	margin-top: 26px;
}

#second_navBar .talent-logo .url-left{
	position: absolute;
	width: 60px;
	height:65px;
	background: rgba(255,255,255,0);
	cursor: pointer;
}
#second_navBar .talent-logo .url-right{
	position: absolute;
	right: 0;
	width: 120px;
	height:65px;
	background: rgba(255,255,255,0);
	cursor: pointer;
}
#second_navBar .talent-logo .block{
	/*width: 167px;*/
	height:65px;
}
#second_navBar .talent-logo .t-logo{
	height: 60px;
	width: auto;
	display: block!important;
	/*margin-left: 16px;*/
}

.flex-btw{
	display:flex;
	flex-flow: row;
	justify-content: space-between;
}
/*首页导航栏*/
#second_navBar .navBox{
	margin-top: 10px;
}
/*导航栏(非首页样式)*/
#second_navBar .navBox > li {
    margin-top: 25px;
    margin-left: 48px;
    padding: 0 2px;
    height: 60px;
}
#second_navBar .navBox > li > a {
    height: 60px;
	line-height: 48px;
	font-weight: bold;
}
#second_navBar .navBox  em{
	display: block;
	width: 34px;
	height: 3px;
	background: none;
	border-radius: 2px;
	position: absolute;
	top: 46px;
	left: -17px;
	margin-left: 50%;
}
#second_navBar .navBox .active > em{
	background: #CBE6FB;
}
#second_navBar .toolBox a{
	display: block;
	float: left;
	padding-top: 53px;
	color: #fff;
	text-align: center;
	margin:27px 0 0 20px;
}
#second_navBar .toolBox .icon01{
	background: url(../../public/images/icons/head_icon01.png) no-repeat top center;
}
#second_navBar .toolBox .icon02{
	background: url(../../public/images/icons/head_icon02.png) no-repeat top center;
}
#second_navBar .toolBox .icon03{
	background: url(../../public/images/icons/head_icon03.png) no-repeat top center;
}
#second_navBar .toolBox .icon04{
	background: url(../../public/images/icons/head_icon04.png) no-repeat top center;
}
#second_navBar .toolBox .icon00:hover{
	background: url(../../public/images/icons/head_icon00on.png) no-repeat top center;
}
#second_navBar .toolBox .icon01:hover{
	background: url(../../public/images/icons/head_icon01on.png) no-repeat top center;
}
#second_navBar .toolBox .icon02:hover{
	background: url(../../public/images/icons/head_icon02on.png) no-repeat top center;
}
#second_navBar .toolBox .icon03:hover{
	background: url(../../public/images/icons/head_icon03on.png) no-repeat top center;
}
#second_navBar .toolBox .icon04:hover{
	background: url(../../public/images/icons/head_icon04on.png) no-repeat top center;
}
/* 暂时隐藏 */
/* #second_navBar .popCode{
	width: 110px;
	height: 135px;
	padding: 12px;
	background: url(../../public/images/icons/head_codeBg.png) no-repeat;
	top: 68px;
	left: 50%;
	margin-left: -68px;
	z-index: 10;
} */
#second_navBar .popCode{
	width: 156px;
	height: 64px;
	line-height: 64px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 10px #cfcfcf;
	top: 80px;
    left: 50%;
    margin-left: -110px;
	z-index: 10;
}
#second_navBar .popCode img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0px auto 0px;
}
#second_navBar .sunUl{
	left:50%;
	margin-left: -60px;
    top: 59px;
    background: #fff;
    width: 100px;
    padding: 3px 10px 15px;
    border-radius: 5px;
	box-shadow: 0px 0px 8px #d6d6d6;
	z-index: 100;
}
#second_navBar .sunUl li{
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
#second_navBar .sunUl li:hover{
	border-bottom: 1px solid #1371e6;
}
#second_navBar .sunUl li:hover a{
	color: #1371e6;
}
#second_navBar .sunUl li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
}
#second_navBar .sunUl em {
    display: block;
    width: 8px;
    height: 5px;
    top: -5px;
    left: 50%;
    margin-left: -4px;
    background: url(../../public/images/icons/header_topArr.png) no-repeat;
}
/* 底部 */
.footerBar{
	width: 100%;
	min-width: 1366px;
	padding: 60px 0 ;
	background: #141F2D;
}
.footerMain p{
	color: #96a8b6;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
/* 浏览路径 */
.pathbox{
	height: 52px;
	line-height: 52px;
}
.pathbox .pathPic{
	padding-left: 21px;
	background: url(../../public/images/icons/positionIcon.png) no-repeat 3px center;
}
.pathbox span,.pathbox a{
	color: #999;
}
.pathbox a:hover{
	color: #1371E6;
}
/* 筛选条件 start */
.filterContainer .filterOut {
    background-color: #fff;
    padding: 10px 20px;
    width: 1160px;
	min-width: 1160px;
	border-radius: 5px;
}
.filterContainer ul li{
    border-bottom: 1px solid #eee;
}
.filterContainer ul li.noLine{
    border-bottom:none;
}
.filterContainer ul li.topLine{
    border-top: 1px solid #eee;
    border-bottom:none;
}
.filterContainer ul li .filterTitle{
    text-align: right;
    display: inline-block;
    height: 54px;
	line-height: 54px;
	padding: 0 0 0 8px;
}
.filterContainer ul li .filterBar{
    width: 1080px;
    line-height: 32px;
    padding: 11px 0;
}
.filterContainer .filterBox li select {
    width: 132px;
    height: 26px;
    margin-left: 5px;
    border: 1px solid #ededed;
    vertical-align: middle;
    border-radius: 3px;
}
.filterContainer .filterBar a{
    padding: 0 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
	margin-left: 12px;
	border: 1px solid #fff;
}
.filterContainer .filterBar a:hover{
    background-color: #eee;
}
.filterContainer .filterBar a.on{
    background-color: #e7f1fc;
	color: #1371e6;
	border: 1px solid #1371e6;
}
.filterContainer .lastOne{
	color: #1371e6;
}
.filterContainer .lastOne:hover{
	background: none !important;
}
.filterContainer .lastOne.on{
	background: none !important;
	color: #1371e6 !important;
	border: none !important;
}
.filterDown,.filterUp{
	width: 130px;
	height: 24px;
	line-height: 24px;
	background: url(../../public/images/icons/slideBg.png) no-repeat;
	color: #fff;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -65px;
}
.filterDown em{
	display: inline-block;
	width: 12px;
	height: 7px;
	padding-left: 7px;
	background: url(../../public/images/icons/slideArrDown.png) no-repeat right center;
}
.filterUp em{
	display: inline-block;
	width: 12px;
	height: 7px;
	padding-left: 7px;
	background: url(../../public/images/icons/slideArrUp.png) no-repeat right center;
}
/* 列表关键字搜索 start */
.searchBox{
	height: 60px;
	margin-bottom: 1px;
	background: #fff;
	border-radius: 5px;
}
.searchBox .pageTit{
	padding-left: 28px;
	background: url(../../public/images/icons/pageTitBg.png) no-repeat 9px center;
	height: 60px;
	line-height: 60px;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.searchBox .pageTit em{
	font-weight: bold;
	font-style: italic;
	color: #1371e6;
}
.searchBox .keywordBox {
    width: 278px;
    height: 32px;
    border: 1px solid #eee;
	border-radius: 50px;
	margin-top: 14px;
}
.keywordBox input {
    width: 227px;
    height: 32px;
    line-height: 32px;
    border: none;
    margin-left: 15px;
}
.keywordBox a {
    width: 23px;
    height: 32px;
    background: url(../images/icons/searchIcon.png) no-repeat center;
    margin-right: 10px;
}
.searchBox > p{
	line-height: 60px;
	height: 60px;
	margin-right: 20px;
}
.searchBox > p span{
	color: #f28b11;
	padding: 0 5px;
}
/* 列表关键字搜索 end */
/* 搜索部分 */
.mryt_Search {
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    z-index: 2;
	border-bottom: 1px solid #f1f8ff;
}
.mryt_Search .mryt_Title {
    width: 106px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding-left: 18px;
    background: url(../../public/images/icons/pageTitBg.png) no-repeat left 13px;
}
.mryt_Search input {
    margin-top: 14px;
    width: 228px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    border: 1px solid #ededed;
    padding: 0 40px 0 10px;
}
.mryt_Search .search {
    width: 35px;
    height: 30px;
    background: url(../../public/images/icons/mryt_fdj.png) no-repeat center;
    top: 25px;
    left: 395px;
}
/* 筛选条件 end */
/************************************************弹窗  开始***************************************************/
.zh_popUpbg {
	position: fixed;
	top:0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/popUp_bg.png);
}

.zh_popUpcon {
	background-color: #fff;
	width: 747px;
	max-height: 734px;
	margin: 0 auto;
	top: 10%;
	z-index: 101;
}

.zh_popUpcon h2 {
	line-height: 60px;
	height: 60px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	padding-left: 339px;
	background: #fa8936 url(../images/icons/jrcp_icon.png) no-repeat 307px center;
	font-size: 20px;
}

.zh_alertCloseBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icons/closeX.png) no-repeat center center;
	outline: none;
	cursor: pointer;
	border: none;
}

h2.ylH2 {
	padding-left: 0px;
	border-radius: 0;
	color: #fff;
}

.zh_popimg {
	padding: 30px 90px;
	text-align: center;
}

/*弹窗关闭按钮*/
.zh_alertCloseBtn {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 218ms;
	-ms-transition: all 218ms;
	-o-transition: all 218ms;
	-moz-transition: all 218ms;
	transition: all 218ms;
}

.zh_alertCloseBtn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*弹窗出现动画*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zh_fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*弹窗消失动画*/
.zh_fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}
/*滚动条*/
.scroll-bar {
	overflow: auto;
}

*.scroll-bar {
	overflow-x: hidden;
}

.scroll-bar::-webkit-scrollbar {
	width: 5px;
}

.scroll-bar::-webkit-scrollbar-thumb {
	width: 5px;
	height: 10px;
	border-radius: 20px;
	background: #ddd;
}
/* 机器人 */
.robotBox{
	top: 368px;
	right: 0;
	width: 63px;
	height: 98px;
	z-index: 10;
}
.robotBtn{
	top: 368px;
    right: 0;
    width: 63px;
    height: 98px;
	z-index: 20;
	/*暂时隐藏小机器人*/
	display: none;
}
.robotBtn .tip{
	top: -86px;
	right: 0;
	width: 148px;
	height: 105px;
	background: url(../../public/images/icons/wyxqIcon.png) no-repeat center;
}
.robotBtn .tip.consultTip{
	background: url(../../public/images/icons/dwzxIcon.png) no-repeat center;
}
.robotBtn .robot{
	/* top: 84px;
	right: 0; */
	width: 63px;
	height: 98px;
	background: url(../../public/images/icons/robot.png) no-repeat center;
}
.consultSubmit{
	right: 220px;
	width: 300px;
	height: 306px;
	/* height: auto; */
	padding: 20px 30px 30px 30px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0rem 0rem 8px rgba(19, 113, 230, 0.2);
}
.consultBox .consultSubmit{
	right: 50%;
	margin-right: -150px;
}
.proposeBox .zh_popUpcon{
	top: 200px;
	right: 50%;
	margin-right: -180px;
}
.proposeBox  .consultTxt{
	color: #666;
}
.robotBox .zh_popUpcon{
	top: -354px;
	right: 319px;
}
.consultInput{
	width: 250px;
	height: 38px;
	margin-top: 10px;
	border: 1px solid #ededed;
	padding: 0 10px 0 40px;
	border-radius: 4px;
}
#mobile{
	background: url(../../public/images/icons/phone.png) no-repeat 20px center;
}
#yz{
	background: url(../../public/images/icons/yz.png) no-repeat 20px center;
}
.consultText{
	width: 260px;
	height: 98px;
	padding: 10px 20px;
}
.backBtn{
	border: 1px solid #999;
	width: 98px;
	height: 34px;
	line-height: 36px;
	border-radius: 20px;
}
.submitBtn{
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color: #227ae8;
	border-radius: 20px;
	margin-left: 47px;
}
/* 滑框验证 */
.ft-slider {
	position: relative;
	text-align: center;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.05);
	color:#eee;
}

.ft-slider .ft-slider-content {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
	height: 0.48rem !important;
    line-height: 0.48rem !important;
	-webkit-user-select: none;
	user-select: none;
}
.verify-wrap{
	width: 300px;
	height: 20px;
	border-radius: 4px;
	margin-bottom: 0;
	background-color: #e6f0fb;
	overflow: hidden;
}
.verify-wrap .verify-msg{
	height: 20px;
	line-height: 20px;
	background-color: #1371e6;
}
/* .verify-wrap .drag-btn{
	width: 20px;
	height: 20px;
	background: url(../../public/images/icons/yzzSuccess.png) no-repeat;
} */
.verify-wrap .fix-tips{
	height: 20px;
	line-height: 20px;
}
.verify-wrap .drag-progress{
	height: 20px;
	line-height: 20px;
	background-color: #1371e6;
}
.lock {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ccc), color-stop(.4, #ccc), color-stop(.5, #fff), color-stop(.6, #ccc), color-stop(1, #ccc));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: lock 2.6s infinite;
	-webkit-text-size-adjust: none;
}
@-webkit-keyframes lock {
	0% {
		background-position: -140px 0;
	}
	100% {
		background-position: 140px 0;
	}
}

@keyframes lock {
	0% {
		background-position: -140px 0;
	}
	100% {
		background-position: 140px 0;
	}
}
/* 个人中心 */
.sideRight {
	width: 100%;
	height: 100%;
	background: #F8F8F8;
}
/* banner */
#banner{
	height: 120px;
	line-height: 120px;
	min-width: 1366px;
	background: url(../../memberCenter/images/bg_banner.png) no-repeat left center;
}
#banner .logoBox{
	width: 171px;
	margin: 19px 90px 0 0;
}
/* 详情页tab切换 */
/* tab切换 */
.detailBox  .detailTab .title{
	line-height: 40px;
	background-color: #fafafa;
}
.detailBox  .detailTab .title span{
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}
.detailBox  .detailTab .textCon{
	width: 718px !important;
	line-height: 30px;
	padding: 20px !important;
}
.detailBox  .detailTab .textCon p,
.detailBox  .detailTab .textCon span{
	line-height: 30px !important;
	font-size: 14px !important;
	font-family:"Microsoft YaHei" !important;
}
.detailBox .detailTab .textCon a:hover{
	color: #077dea;
}
.detailBox .detailTab .textCon img{
	max-width: 100%;
}
.detailBox  .detailTab .tab_Hd .on{
	color: #077dea;
	background-color: #e7f1fc;
}
/* 详情页右侧政策导航模块 */
.rightPoliceNav{
    width: 280px;
}
.rightPoliceNav a{
    display: block;
    width: 215px;
    height: 81px;
    padding: 18px 0 0 25px;
    margin-bottom: 10px;
}
.rightPoliceNav a:hover p{
	color: #1371E6;
}
.rightPoliceNav .icon01{
    background: url(../images/pics/listPic01.jpg) no-repeat;
}
.rightPoliceNav .icon02{
    background: url(../images/pics/listPic02.jpg) no-repeat;
}
.rightPoliceNav .icon03{
    background: url(../images/pics/listPic03.jpg) no-repeat;
}
.rightPoliceNav .icon04{
    background: url(../images/pics/listPic04.jpg) no-repeat;
}
.rightPoliceNav .icon05{
    background: url(../images/pics/listPic05.png) no-repeat;
}
.rightPoliceNav .listPicZX{
	height: 192px;
    background: url(../images/icons/listPicZX.jpg) no-repeat;
}
.rightPoliceNav .listPicZX .zxbtn{
	width: 118px;
	height: 33px;
	margin-top: 10px;
	color: #1371e6;
	border: 1px solid #1371e6;
	border-radius: 50px;
	line-height: 35px;
}
.rightPoliceNav .listPicZX .zxbtn:hover{
	color: #fff;
	background-color: #1371e6;
}
.rightPoliceNav .listPicZX{
	margin-bottom: 0;
}
.rightPoliceNav .feedBackBox{
	width: 250px;
	height: 190px;
	padding: 0;
	background: #fff url(../images/icons/listPicJy.jpg) no-repeat;
	border-radius: 20px;
	padding: 20px 0 0 30px;
}
.feedBackBox p{
	margin-bottom: 7px;
}
.feedBackBox .consultIcons li{
    height: 22px;
    line-height: 22px;
    color: #999;
    padding-left: 32px;
    margin-bottom: 16px;
	font-size: 14px;
	cursor: pointer;
}
.feedBackBox .consultIcons li.icon01{
    background: url(../../public/images/icons/icon_feedback01.png) no-repeat left center;
    background-size: 22px 22px;
}
.feedBackBox .consultIcons li.icon02{
    background: url(../../public/images/icons/icon_feedback02.png) no-repeat left center;
    background-size: 22px 21px;
}
.feedBackBox .consultIcons li.icon03{
    background: url(../../public/images/icons/icon_feedback03.png) no-repeat 2px center;
	background-size: 21px 19px;
}
/* 个人中心左侧菜单 */
#sideBar {
	width: 260px;
	margin-left: -100%;
}
.centerNav {
    width: 260px;
    height: 100%;
    background: #fff;
    padding-bottom: 7px;
}
.centerNav  .topStyle,
.centerNav .silderNav li{
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    border-left: 2px solid #fff;
    margin-bottom: 10px;
}
.centerNav .topStyle a,
.centerNav .silderNav li a{
    display: block;
    padding-left: 54px;
}
.centerNav .silderNav li .qy{
	background: url(../../memberCenter/images/qyicon.png) no-repeat 20px center;
}
.centerNav .silderNav li .qh{
	background: url(../../memberCenter/images/qhicon.png) no-repeat 20px center;
	background-size: 24px;
}
.centerNav .silderNav li .gr{
	background: url(../../memberCenter/images/gricon.png) no-repeat 20px center;
}
.centerNav .silderNav li .xm{
	background: url(../../memberCenter/images/xmicon.png) no-repeat 20px center;
}
.centerNav .silderNav li .sc{
	background: url(../../memberCenter/images/scicon.png) no-repeat 20px center;
}
.centerNav .silderNav li .xx{
	background: url(../../memberCenter/images/wdxx.png) no-repeat 20px center;
}
.centerNav .silderNav li .zx{
	background: url(../../memberCenter/images/zxicon.png) no-repeat 20px center;
}
.centerNav .silderNav li .gszx{
	background: url(../../memberCenter/images/gszxicon.png) no-repeat 10.3% 50%;
}
.centerNav .silderNav li .zq{
	background: url(../../memberCenter/images/wdzq.png) no-repeat 20px center;
}
.centerNav .silderNav li .jy{
	background: url(../../memberCenter/images/bsjy.png) no-repeat 24px center;
}
.centerNav .silderNav li .home{
	background: url(../../memberCenter/images/siderIcon.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .home,
.centerNav .silderNav li:hover .home{
	background: url(../../memberCenter/images/siderIconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .zq,
.centerNav .silderNav li .zq:hover{
	background: url(../../memberCenter/images/wdzqOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .qy,
.centerNav .silderNav li .qy:hover{
	background: url(../../memberCenter/images/qyiconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .qh,
.centerNav .silderNav li .qh:hover{
	background: url(../../memberCenter/images/qhiconOn.png) no-repeat 20px center;
	background-size: 24px;
}
.centerNav .silderNav li.on .gr,
.centerNav .silderNav li .gr:hover{
	background: url(../../memberCenter/images/griconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .xm,
.centerNav .silderNav li .xm:hover{
	background: url(../../memberCenter/images/xmiconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .sc,
.centerNav .silderNav li .sc:hover{
	background: url(../../memberCenter/images/sciconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .xx,
.centerNav .silderNav li .xx:hover{
	background: url(../../memberCenter/images/wdxxOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .jy,
.centerNav .silderNav li .jy:hover{
	background: url(../../memberCenter/images/bsjyOn.png) no-repeat 24px center;
}
.centerNav .silderNav li.on .zx,
.centerNav .silderNav li .zx:hover{
	background: url(../../memberCenter/images/zxiconOn.png) no-repeat 20px center;
}
.centerNav .silderNav li.on .gszx,
.centerNav .silderNav li .gszx:hover{
	background: url(../../memberCenter/images/gszxiconOn.png) no-repeat 10.3% 50%;
}
.centerNav .silderNav li.on,.centerNav .silderNav li:hover{
	color: #1371E6;
	background-color: #E7F0FC;
    /* border-left: 2px solid #308bd8; */
}
.centerNav .silderNav li.on a,.centerNav .silderNav li:hover a{
    color: #308bd8;
}
	/* 右侧 */
.content {
	margin-left: 290px;
	padding-right: 30px;
}
.content .firstTitle{
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	background: url(../../memberCenter/images/centerTitle.png) no-repeat left center;
	background-size: 20px 20px;
}
.nodataPic{
	width: 338px;
    height: 299px;
    background: url(../images/pics/noDataPic.png) no-repeat 50%;
    margin: 80px auto;
}
.p35{
	padding: 0 35px;
}
/* 分享公共样式 */
.nav-block{
    width: 80px;
    height: 434px;
    border-bottom: 0;
    border-right: 1px solid #EDEDED;
}
.nav-block .textBox{
	height: 24px;
	line-height: 24px;
}
.nav-block .textBox em{
	width:20px ;
	height:12px;
	border-bottom: 1px solid #EDEDED;
}
.nav-block .collect{
   width: 40px;
   height: 40px;
   margin: 13px 0 18px 12px;
   background: url(../../public/images/icons/sprite/icon_zcCollect.png) no-repeat;
}
.nav-block .collect:hover{
	background: url(../../public/images/icons/sprite/icon_zcCollectOn.png) no-repeat;
}
.nav-block .collect.hasCollect{
	background: url(../../public/images/icons/sprite/icon_zcCollected.png) no-repeat;
}
.nav-block .icon-qq{
	color: none;
	background: url(../../public/images/icons/sprite/icon_zcQq.png) no-repeat;
}
.nav-block .icon-qq:hover{
	background: url(../../public/images/icons/sprite/icon_zcQqOn.png) no-repeat;
}
.nav-block .icon-qzone{
	color: none;
	background: url(../../public/images/icons/sprite/icon_zcQqKongjian.png) no-repeat;
}
.nav-block .icon-qzone:hover{
	background: url(../../public/images/icons/sprite/icon_zcQqKongjianOn.png) no-repeat;
}
.nav-block .icon-wechat{
	color: none;
	background: url(../../public/images/icons/sprite/icon_zcWeixin.png) no-repeat;
}
.nav-block .icon-wechat:hover{
	background: url(../../public/images/icons/sprite/icon_zcWeixinOn.png) no-repeat;
}
.nav-block .icon-weibo{
	color: none;
	background: url(../../public/images/icons/sprite/icon_zcWeibo.png) no-repeat;
}
.nav-block .icon-weibo:hover{
	background: url(../../public/images/icons/sprite/icon_zcWeiboOn.png) no-repeat;
}
/*分享到*/
.social-share .social-share-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 13px;
    transition: background 0.6s ease-out 0s;
    border: none;
}
.social-share .icon-wechat .wechat-qrcode{
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
    z-index: 100;
}
.social-share .icon-wechat .wechat-qrcode:hover{
	display: block;
}

.nav-block .Dayin{
	height: 40px;
	margin-left: 12px;
}
.nav-block .Dayin img{
	width: 40px;
	height: 40px;
}
.nav-block .Dayin:hover .DayinImg{
	display: none;
}
.nav-block .Dayin:hover .DayinImg1{
	display: block;
}

.nav-block .atlas{
   width: 40px;
   height: 40px;
   margin: 13px 0 18px 12px;
   background: url(../../public/images/icons/sprite/icon_zcAtlas.png) no-repeat;
}
.nav-block .atlas:hover{
	background: url(../../public/images/icons/sprite/icon_zcAtlasOn.png) no-repeat;
}
.nav-block .atlas.hasAtlas{
	background: url(../../public/images/icons/sprite/icon_zcAtlasOn.png) no-repeat;
}
.nav-block.scroll{
    position: fixed;
    top: 40px;
    height: 434px;
    border-right: 1px solid #EDEDED;
}
/* 满意度调查弹窗 */
.zh_popUpcon.surveyPop_box{
	width: 400px;
	height: 181px;
	background:#fff url(../../public/images/pics/questionPic.png) no-repeat center 53px;
	padding-top: 200px;
}
.surveyPop_box .tipBox{
	width: 275px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto;
}
.surveyPop_box .closeBtn {
    top: 10px;
    right: 10px;
}
.surveyPop_box .leftBt{
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #227AE8;
	border-radius: 18px;
	text-align: center;
	color: #fff;
	margin: 0 10px 0 94px;
}
.surveyPop_box .rightBtn{
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #227AE8;
	border-radius: 18px;
	text-align: center;
	color: #227AE8;
}
.verify-wrap .drag-btn.failure{
	background: url(../../public/images/icons/icon_slidingfailure.png) no-repeat center center;
}
/* 返回顶部按钮 */
.backToTopBtn{
	width: 60px;
	height: 60px;
	background: url(../../public/images/icons/backToTop.png) no-repeat center center;
	right: 20px;
	bottom: 100px;
	z-index: 100;
}
.backToTopBtn:hover{
	background: url(../../public/images/icons/backToTopOn.png) no-repeat center center;
}
#wuzhangai{
	color: #999;
	margin-right: 10px;
}
#wuzhangai:hover{
	color: #F28B11;
}
.cityIcon{
	height: 22px;
	background-color: #E7F1FC;
	display: inline-block;
	line-height: 22px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-left: 22px;
	padding-right: 7px;
	text-align: center;
	vertical-align: top;
	color: #1371E6;
	border-radius: 2px;
	margin-top: 2px;
	background-image: url(../../public/images/icons/cityIcon.png);
	background-repeat: no-repeat;
	background-size: 14px 16px;
	background-position: 6px center;
}
.reportBtn{
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background: #1371e6;
	width: 90px;
	color: #fff;
	line-height: 24px;
	border-radius: 15px;
	cursor: pointer;
}
/*tab样式*/
.tabs-style{
	display: flex;
	white-space: nowrap;
	position: relative;
	margin-bottom: 20px;
}
.tabs-style .tab{
	position: relative;
	cursor: pointer;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	margin-right: 50px;
}
.tabs-style .tab .bar{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 2px;
	background-color: transparent;
	z-index: 1;
}
.tabs-style .is-active {
	color: #1371E6;
	font-weight: bolder;
}
.tabs-style .is-active .bar{
	background-color: #1371E6;
}
