.dropdown-menu{
	border-radius:0;
	padding:25px 40px;
	width: 230px;
	top:64px;
	border:0 none;
}
.dropdown-menu a{
	display:block;
	color:#333;
	text-decoration:none;
	height:40px;
	line-height:40px;
}
.dropdown-menu a.act,.dropdown-menu a:hover{
	color:#045aff
}
.n_navright{
	float:right;
}
a.unlogin{
	display:inline-block;
	padding: 20px 10px;
    color: #fff;
}
a.nopic{
	display:block;
	margin: 12px 0;
    color: #fff;
}
.userpic{
	position:relative;
}
.umsglist{
	position: absolute;
    left: 10px;
    top: 64px;
    background:#fff;
    width:120px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 10px 15px;
}
.umsglist a{
	display:block;
	color:#333;
	line-height: 35px;
}
.umsglist a:hover {
    color: #045aff;
    text-decoration:none;
  
}
.userpic{
	padding: 11px 25px;
    background: url(../../../static/images/nsztb/userico.png) right center no-repeat;
}
.n_navright img{width: 40px;height: 40px;border-radius: 50%;}

h3{border-left:3px solid #16dfec;padding-left:12px;margin:45px 0 65px 0}
h3.yb_ico{
	background: url(../../../static/images/nsztb/yb-ico.png) 0 2px no-repeat;
    border-left: 0 none;
    padding-left: 25px;
}
.navbar-inverse .navbar-brand{
	position:relative;
}
.navbar-inverse .navbar-brand span{
	position:absolute;
	left:23px;
	top:20px;
	/* 设置默认样式，开启3d硬件加速 */
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    /* 设置动画，animation:动画名称 动画播放时长单位秒或微秒 动画播放的速度曲线linear为匀速 动画播放次数infinite为循环播放; */
    -webkit-animation:play 3s ease infinite;
    -moz-animation:play 3s ease infinite;
    animation:play 3s ease infinite;
}
@-webkit-keyframes play{
    0%  {
        /*
        水平翻转
        */
        -webkit-transform:rotateY(0deg);
        /*
        垂直翻转
        -webkit-transform:rotateX(0deg);
        顺时针旋转
        -webkit-transform:rotate(0deg);
        逆时针旋转
        -webkit-transform:rotate(0deg);
        */
    }
    100% {
        /* 水平翻转 */
        -webkit-transform:rotateY(360deg);
        /* 垂直翻转
        -webkit-transform:rotateX(360deg);
        顺时针旋转
        -webkit-transform:rotate(360deg);
        逆时针旋转
        -webkit-transform:rotate(-360deg);
        */
    }
}
@-moz-keyframes play{
    0%  {
        -moz-transform:rotateY(0deg);
    }
    100% {
        -moz-transform:rotateY(360deg);
    }
}
@keyframes play{
    0%  {
        transform:rotateY(0deg);
    }
    100% {
        transform:rotateY(360deg);
    }
}
/*新闻政策*/
.news_line{
	border-bottom:1px solid #999;
	overflow:hidden;
	height: 38px;
}
.news_line h4{
	background:url(../../../static/images/nsztb/ico-left-big.png) 0 4px no-repeat;
	font-size:20px;
	color:#333;
	padding-left: 18px;
	position:relative;
}
.news_line h4 a{
	color:#333;
}
.news_line h4 a:hover{
	text-decoration:none;
	color:#333;
}
.news_line h4 i{
	font-style: normal;
    color: #045aff;
    font-size: 16px;
}
.news_line h4 span{
	position: absolute;
    top: -10px;
    display: block;
    right: -35px;
    color: #045aff;
    font-size: 12px;
    font-weight: bold;
}
.news_line a.pull-right{
	font-size: 14px;
    color: #999;
    display: block;
    margin-top: 15px;
}
ul.news_list{
	padding-left: 10px;
    padding-top: 20px;
	margin-bottom:80px;
}
ul.news_list li{
    clear: both;
    padding: 18px 0!important;
    position: relative;
    border-bottom: 1px solid #f5f5f5!important;
}
ul.news_list li a {
    background: url(../../../static/images/nsztb/list_libg.png) left center no-repeat;
    padding-left: 10px;
    display: block;
	color: #323232;
	font-size:12px;
	position:relative;
}
ul.news_list li a:hover{
	background: url(../../../static/images/nsztb/list_libg_act.png) left center no-repeat;
	text-decoration:none;
}
ul.news_list li a:hover span.name{
	color:#045aff;
}
ul.news_list li a span.name{
	padding-right: 140px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.news_list li a span.time{
	position:absolute;
	right:0;
	top:0;
	color:#999
}
/*详情*/
.details_name{
	font-size:18px;
	padding-top:30px;
}
.details_time{
	border-bottom: 1px solid #eee;
    padding: 15px 0 10px 0;
    overflow: hidden;
    height: 55px;
	color:#999;
}
.details_contont{
	line-height:26px;
	padding-top:25px;
}
.bootmargin-top{margin-top:30px;}
/*列表*/
#newslists a:hover,#legallist a:hover{
	text-decoration:none;
}

#newslists p.p1,
#legallist p.p1{
	font-size:18px;color:#333;
}
#newslists p.p2,#legallist p.p2{
	color: #8e8b8b;
    padding: 5px 0;
}
#newslists div.p3,#legallist div.p3{
	color:#666;
}
#newslists p.p4,#legallist p.p4{
	color: #045aff;
	float:right;
}
#newslists li,#legallist li{
	border-bottom: 1px solid #f5f5f5;
    padding: 30px 0 5px 0;
	overflow: hidden;
}

.pagination{
	margin-top:55px;
	margin-bottom:45px;
}
.pagination a{
	color:#666!important;
	margin:0 10px;
}
.pagination > .active > a{
	color:#fff!important;
	background-color: #045aff!important;
    border-color: #045aff!important;
}
.pagination > li > a:hover{
	color: #555;
}
.selectbg-cont{
	padding: 50px 0 20px 0;
}
.selectbg-cont span{
	font-weight:bold;
}
.selectbg-cont span.padleft{
	padding-left:20px;
}
.selectbg-cont select{
	width:160px;
	height:28px;
	background: url(../../../static/images/nsztb/select.jpg) no-repeat transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	margin-left:10px;
	border:0 none;
    border:none;
    padding-left:10px;
	outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }



.footer{
	background:#282c32;
}
.footer ul{
	padding:50px 0 65px 0;
	overflow:hidden;
	border-bottom:1px solid #444;
}
.footer ul li p a{
	color:#888;
}
.footer ul li p a:hover{
	color:#045aff;
	text-decoration:none;
}
.footer ul li p.title{
	color:#fff
}
.footer ul li{
	float:left;
	width:22.5%;
}
.footer ul li:last-child{
	width:10%;
	text-align: center;
}
.footer ul li p{
	line-height:26px;
}
.footer .footer-mess{
	padding:80px 0;
}
.footer .footer-mess p{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:22px;
}
.footer .panel{
	margin-bottom:15px;
	background-color:transparent;
	border:0 none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.footer .accordion{
	margin-top:14px;
}
.footer .panel a{
	color: #888;
}
.footer .panel img{
	margin-top:15px;
}
.menu_head{
	display:block;
	color: #888;
	 margin: 10px 0;
}
.menu_head:hover{
	text-decoration:none
}
.menu_head:hover,.ui-accordion-header-active{
	color:#045aff;
}
.menu_body img {
    margin: 10px 0;
    height:90px;
}
/*地图*/
.chinamap{
	width:723px;
	margin:0 auto;
	position:relative;
}

.point-area {
	text-align: center;
	position: relative;
	width: 150px;
	height: 150px;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out
}

.point-area .point {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	background: transparent
}

.point-area .point-shadow:after {
	box-shadow: inset 0 0 5em rgba(0,205,236,.16)
}

.point-area .point-white {
	background-color: #fff;
	border: 1px solid #045aff
}

.point-area .point-dot {
	z-index: 1;
	background-color: #045aff;
	border: 1px solid rgba(0,205,236,.37)
}

.point-area .point-10 {
	width: 100%;
	height: 100%
}

.point-area1 .point-10:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite
}
.point-area2 .point-10:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 3.5s ease-out 300ms infinite;
	animation: ripple 3.5s ease-out 300ms infinite
}

.point-area .point-20 {
	width: 100%;
	height: 100%
}

.point-area .point-20:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out .45s infinite;
	animation: ripple 4.5s ease-out .45s infinite
}

.point-area .point-30 {
	width: 100%;
	height: 100%
}

.point-area .point-30:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 675ms infinite;
	animation: ripple 4.5s ease-out 675ms infinite
}

.point-area .point-40 {
	width: 100%;
	height: 100%
}

.point-area1 .point-40:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out .9s infinite;
	animation: ripple 4.5s ease-out .9s infinite
}
.point-area2 .point-40:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 3.5s ease-out 1.2s infinite;
	animation: ripple 3.5s ease-out 1.2s infinite
}
.point-area .point-50 {
	width: 100%;
	height: 100%
}

.point-area .point-50:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1125ms infinite;
	animation: ripple 4.5s ease-out 1125ms infinite
}

.point-area .point-60 {
	width: 100%;
	height: 100%
}

.point-area .point-60:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.35s infinite;
	animation: ripple 4.5s ease-out 1.35s infinite
}

.point-area .point-70 {
	width: 100%;
	height: 100%
}

.point-area1 .point-70:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1575ms infinite;
	animation: ripple 4.5s ease-out 1575ms infinite
}
.point-area2 .point-70:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 3.5s ease-out 2000ms infinite;
	animation: ripple 3.5s ease-out 2000ms infinite
}
.point-area .point-80 {
	width: 100%;
	height: 100%
}

.point-area1 .point-80:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;
	animation: ripple 4.5s ease-out 1.8s infinite
}
.point-area2 .point-80:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 3.5s ease-out 2.1s infinite;
	animation: ripple 3.5s ease-out 2.1s infinite
}
.point-area .point-90 {
	width: 100%;
	height: 100%
}

.point-area .point-90:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2025ms infinite;
	animation: ripple 4.5s ease-out 2025ms infinite
}

.point-area .point-100 {
	width: 100%;
	height: 100%
}

.point-area .point-100:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #045aff;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2.25s infinite;
	animation: ripple 4.5s ease-out 2.25s infinite
}

lesshat-selector {
	-lh-property: 0
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}[not-existing] {
	zoom: 1
}


/*客服咨询*/
#sticky{position:fixed; right:43px;top:50%; z-index:99;font-family: "微软雅黑", "Microsoft Yahei", "华文细黑", STXihei, Helvetica, Arial, sans-serif; }
#sticky button{display:block;float:right;width:54px; height:54px; line-height:54px; font-size:14px;color:#fff; text-align:center;padding:0; background:#045aff;border-radius:3px;position:static;border:0 none;}
#sticky button:focus{outline:none;}
#sticky button img{width:30px;height:33px;}
.sticky-qq .am-icon-tel{display:block;float:right;width:100%; width:54px; height:54px;line-height:54px; background:#045aff; overflow:hidden; color:#fff; text-align:center; 
border-radius:3px; font-size:14px; text-align:center;color:#fff;line-height: 1.3;padding-top: 8px;margin-bottom:1px;}
.am-gotop-fixed.am-active{opacity:1;}
.sticky-qq:hover  .am-icon-tel{color:#fff;opacity: 0.8;}
.sticky-cf{display:block;float:right;width:100%; width:54px; height:54px;line-height:54px; background:#045aff; overflow:hidden; color:#fff; text-align:center; 
border-radius:3px;margin-bottom:1px;}
.sticky-cf img{width:33px;height:33px;}
.sticky-cf:hover{color:#fff;opacity: 0.8;}


.qrc span{display:block;float:right;width:54px; height:54px; line-height:54px;font-size:18px;color:#fff; text-align:center;background:#045aff;border-radius:3px;margin-bottom:1px;}
.qrc .wx{
	opacity:0;
	position:absolute;
	top:110px;
	right:54px;
	width:140px;
	background:#fff;
	-moz-transform: translate3d(-35px, 0, 0);
    -ms-transform: translate3d(-35px, 0, 0);
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
    -moz-transition: -moz-transform .2s linear,opacity .2s linear;
    -o-transition: -o-transform .2s linear,opacity .2s linear;
    -webkit-transition: -webkit-transform .2s linear,opacity .2s linear;
    transition: transform .2s linear,opacity .2s linear;
}
.qrc .wx p{
	color: #000;
	padding: 0px 15px;
    line-height: 22px;
}
.qrc .am-icon-wxcode img{width:32px;height:32px;}
.qrc:hover .wx{
	opacity:1;
	width:140px;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.qrc:hover span{opacity: 0.8;}
#sticky button:hover{opacity: 0.8;}
.tell-us{
	position:absolute;
	width:172px;
	top:13px;
	right:54px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-35px, 0, 0);
    -ms-transform: translate3d(-35px, 0, 0);
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
    -moz-transition: -moz-transform .2s linear,opacity .2s linear;
    -o-transition: -o-transform .2s linear,opacity .2s linear;
    -webkit-transition: -webkit-transform .2s linear,opacity .2s linear;
    transition: transform .2s linear,opacity .2s linear;
}
.tell-us-border{
	border:1px solid #045aff;
	padding: 15px 0;
	font-size:12px;
	text-align:center;
	color:#000;
	background:#fff;
	position:relative;
	right:15px;
}

.tell-us-border a:hover{
	background:#045aff;
	color:#fff;
}

.tell-us-ico{
	position:absolute;
	background:url(../../../static/images/nsztb/tell-us-ico.png) no-repeat;
	width:15px;
	height:8px;
	right: -15px;
    top: 10px;
}
.tell-us p{
	display:block;
	padding:5px 0;
	color:#000;
}
.tell-us a{
	display:block;
	height:35px;
	line-height:35px;
	color:#000;
	margin-bottom:10px;
}
.tell-us a:hover{
	text-decoration: none;
}
.tell-us .notepadding{
	padding-top:15px;
}
.sticky-qq:hover .tell-us{
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/*客服咨询*/
/* Begin 社保计算机 */
#hidebg { position:fixed;left:0px;top:0px;
	background-color:#000;
	position: fixed;
	filter:alpha(opacity=60);  /*设置透明度为60%*/
	opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
	display:none; /* http://www.jb51.net */
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-Index:9999;
}
.calculator{
 	display: none; 
 	background:#fff;  
 	padding:10px 20px 30px 30px;
    border: 8px solid #f0f0f0;
    z-index: 10000;
	position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -500px;
    margin-top: -275px;
    width: 1000px;
    min-height: 430px;
    z-index: 100200;
    overflow: auto;
}

.calculator .cal-head{
	display: block;
    padding: 0px 0 40px;
    position:relative;
    font-size:18px;
    color:#333;
    font-weight: bold;
}
.calculator .cal-head strong{
	font-size: 28px;
	vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
}
.calculator .cal-head .btn-close img{
	position:absolute;
	right: 0px;
    top: 8px;
	width:18px;
	height:18px;
	-webkit-transition: transform .2s ease-out 0s;
    -moz-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
}
.calculator .cal-head .btn-close img:hover{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg)
}


.calculator .left-box{
	width: 280px;
	float: left;
	padding-top: 15px;
}
.left-box table{
	width:100%;
}
.left-box table td{
	font-size:14px;
	height:40px;
	vertical-align: top;
	line-height:20px;
	color:#333;
}
.left-box table select,
.left-box table .input{
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	width:190px;
	outline: none;
    padding-left: 10px;
}
.right-box{
	width:620px;
	float:right;
	margin-top: -40px;
}
.right-box table{
	width:100%;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
}
.right-box table td{
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	line-height:32px;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
}
.right-box table caption{
	font-size:16px;
	padding-bottom:5px;
}
.right-box table .cc{
	color:#e3722e;
	font-size:16px;
}
.right-box table .cc-result{
	text-align:right;
	height:50px;
	padding-right:10px;
}
.right-box table .cc-result span{
	color:#e3722e;
	font-size:18px;
	font-weight:bold;
}
.ml-1{
	display:none;
}
a.jisuanbtn,a.chongzhi{
	display: inline-block;
    padding: 5px 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}
a.jisuanbtn{
	background: #00b38a;
}
a.chongzhi{
	background: #ccc;
}
/*End 社保计算机*/
