/*reset-ccc*/
html,body{font-size: 14px;}
body,p,img,ul,li,ol,dl,dd,dt,h1,h2,h3,a,input,div{margin:0;padding:0;font-family: "微软雅黑",arial;text-shadow:none;font-weight:normal; font-size:1.4rem;font-size:14px;}
a,a:focus, a:hover{text-decoration:none;color:#000}
ul,ol{list-style:none;}
*:focus{outline:0;}
.img img{width:100%;border:none;display: block;}
.clear:before,.clearfix:before{display: table;content: " ";}
.clear:after,.clearfix:after{content: "";display: block;height: 0;clear: both;float: none;margin: 0;}
.hide{display: none;}
.relative{position:relative;}
.transform{transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* 通用 */-o-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Opera */-ms-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* IE 9 */-moz-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Firefox */-webkit-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Safari 和 Chrome */ } 
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;max-width: 100%;}
.overflow{overflow:hidden;}
/**
 *main-css
 *main-color:#08d3ff;
 **/
html{
	overflow-x:hidden;
	min-width:1300px;
}
body{
	background-color: #fff;
	min-width:1300px;
}
#hzenjoy{
	min-width:1300px;
	overflow:hidden
}
.container{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.pHeader{
	padding:10px 0px;
	width:100%;
	z-index:99;
	background-color:#fff;
}
.pHeader .logo{
	float:left;
    height:75px;
}
.pHeader .logo img{max-height:100%}
.pHeader .phRight{
	float:right;
}
.pHeader .phRight .share{
	text-align:right;
}
.pHeader .phRight .share a{
	display:block;
	float:right;
	margin:0 0 0 16px;
	width:22px;
	height:22px;
	overflow: hidden;
	padding: 0;
	background-position:center;
	background-repeat:no-repeat;
}
.pHeader .phRight .share a img{
	position:relative;
	left: -22px;
	border-right: 22px solid transparent;
	-webkit-filter: drop-shadow(rgb(117, 117, 117) 22px 0px);
	filter: drop-shadow(rgb(117, 117, 117) 22px 0px);
}
.pHeader .phRight .share a:hover img{
	-webkit-filter: drop-shadow(rgb(157, 128, 73) 22px 0px);
	filter: drop-shadow(rgb(157, 128, 73) 22px 0px);
}
.pHeader .phRight .share a.bds_weixin{
	background-image:url(../images/icon3.png);
}
.pHeader .phRight .share a.bds_tqq{
	background-image:url(../images/icon2.png);
}
.pHeader .phRight .share a.bds_tsina{
	background-image:url(../images/icon1.png);
}
.pHeader .phSearch{
	width:286px;
	height:37px;
	overflow:hidden;
	background-color:#f8f8f8;
	border-radius:6px;
	margin-top:2px;
}
.pHeader .phPhone{
	margin-top:5px;
	background:url(../images/phone.png) no-repeat left 2px;
	padding-left:25px;
	margin-bottom: 10px;
}
.pHeader .phPhone span{font-weight:bold;}
.pHeader .phPhone p{
	font-size:30px;
	font-family:arail;
	letter-spacing:4px;
	line-height:30px;
	padding-left:12px;
}
.pHeader .phWx{
	float:right;
	margin-left:25px;
}
.pHeader .phSearch > form{
	overflow:hidden;
}
.pHeader .phSearch .text{
	float:left;
	border:0;
	background-color:#f8f8f8;
	font-size:14px;
	color:#666;
	padding:9px;
	width:224px;
}
.pHeader .phSearch .submit{
	float:right;
	width:42px;
	height:37px;
	background-image:url(../images/icon5.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#0d51a5;
	border:0;
	cursor:pointer;
}
.pMenu{
	height:50px;
	background-image:url(../images/menu_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	text-align:center;
}
.pMenu li{
	float:left;
	display: block;
	width: 133.33px;
	position:relative;
	z-index:99;
}
.pMenu li > a{
	display:block;
	color: #fff;
	line-height:50px;
	width: 100%;
	font-size: 16px;
}
.pMenu li dl{
	display:none;
	height: auto;
	background-image: url(../images/bg1.png);
	font-size: 12px;
	line-height: 36px;
	/* padding: 10px 0; */
	position: absolute;
	left: 0;
	top:59.9px;
	width: 100%;
}
.pMenu li dd{
	padding:3px 4px;
}
.pMenu li dd > a{
	display:block;
	font-size:12px;
	color:#fff;
}
.pMenu li:hover dl{
	display:block;
}
.main .mypage {
  margin-top: 30px;
  text-align: center;
}
.main .mypage span,
.main .mypage a,
.main .mypage p {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 14px;
  text-decoration: none;
  border: 1px solid #666;
  background: #fff;
  color: #333;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .mypage span.current,
.main .mypage a.current,
.main .mypage p.current,
.main .mypage span:hover,
.main .mypage a:hover,
.main .mypage p:hover {
  background: #096c9c;
  border: 1px solid #096c9c;
  color: #fff;
}

.index .iBanner,
.index .iBanner .ibList{
	position:relative;
	z-index:5;
	overflow:hidden
}
.index .iBanner .ibList li{
	display:block;
	z-index:4!important
}
.index .iBanner .ibList li > a{
	display:block;
	width:100%;
	height:590px;
	background-position:center;
	background-repeat:no-repeat;
}
.flexslider{
	padding:0;
	box-shadow:none;
	border:0;
	margin:0 auto;
}
.flexslider .flex-control-nav{
	bottom:30px;
	z-index:20;
}
.flexslider .flex-control-nav li a{
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#fff;
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-ms-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.flexslider .flex-control-nav li a.flex-active{
	height:8px;
	background-color:#1964a8;
}
.index .iField{
	background-color:#f2f2f2;
	padding:20px 0;
}
.index .iField .ifList li{
	float:left;
	margin-right:8px;
	text-align:center;
	background-color: #fff;
	box-shadow: 0 5px 10px -3px #ccc;
}
.index .iField .ifList li:last-child{
	margin-right:0;
}
.index .iField .ifList li > a{
	display:block;
	padding:14px;
}
.index .iField .ifList li .img{
	display:block;
	width:165px;
	height:96px;
	margin:0 auto 6px;
	overflow:hidden;
}
.index .iField .ifList li .img img{
	position:relative;
	left: -165px;
	border-right: 165px solid transparent;
	-webkit-filter: drop-shadow(165px 0px rgb(10, 109, 157));
	filter: drop-shadow(165px 0px rgb(10, 109, 157));
}
.index .iField .ifList li:hover{
	background-color:#096c9c
}
.index .iField .ifList li:hover .img img{	
	-webkit-filter: drop-shadow(rgb(255,255,255) 165px 0px);
	filter: drop-shadow(rgb(255,255,255) 165px 0px);
}
.index .iField .ifList li:hover p{
	color:#fff
}
.index .iNews{
	background-color: #fff;
	box-shadow: 0 5px 10px -3px #ccc;
	margin-top:20px;
}
.index .iNews .picNews{
	float:left;
	width:430px;
	height:300px;
	overflow:hidden;
	position:relative;
}
.index .iNews .picNews .inList{
	width:430px;
	height:300px;
	overflow:hidden;
}
.index .iNews .picNews li{
	position:relative;
}
.index .iNews .picNews li .img{	
	width:430px;
	height:300px;
	overflow:hidden;
}
.index .iNews .picNews li p{
	position: absolute;
	line-height: 50px;
	padding: 0 10px;
	bottom: 0;
	left: 0;
	width: 410px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.index .iNews .picNews .flex-direction-nav a{
	height:80px;
	top: -176px;
	font-size:0
}
.index .iNews .picNews .flex-direction-nav a:before{
	display:none
}
.index .iNews .picNews .flex-direction-nav .flex-prev{
	left:0;
	background-image:url(../images/prev.png);
	background-position:-15px center;
	background-repeat:no-repeat;
}
.index .iNews .picNews .flex-direction-nav .flex-next{
	right:0;
	background-image:url(../images/next.png);
	background-position:5px center;
	background-repeat:no-repeat;
}
.index .iNews .picNews:hover .flex-direction-nav a{
	display:block;
	opacity:1;
}
.index .iNews .textNews{
	padding:20px;
	overflow:hidden;
}
.index .iNews .textNews .tabMt{
	height:41px;
}
.index .iNews .textNews .tabMt a{
	float:left;
	padding:11px 27px;
	background-color:#fff;
	cursor:pointer;
}
.index .iNews .textNews .tabMt a:hover{
	color:#096c9c
}
.index .iNews .textNews .tabMt a.active{
	background-color:#096c9c;
	color:#fff;
}
.index .iNews .textNews .learnMore{
	float:right;
	font-size: 14px;
	position: absolute;
	top: -60px;
	right: 0;
}
.index .iNews .textNews .mc{
	position:relative;
	height:204px;
	margin-top: 15px;
}
.index .iNews .textNews .mc .detail{
	display:none;
	background:#fff;
	line-height: 34px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.index .iNews .textNews .mc .title{
	float:left;
	font-size:14px;
}
.index .iNews .textNews .mc li a{
	display:block;
	overflow:hidden;
}
.index .iNews .textNews .mc .time{
	float:right;
	color:#999;
}
.index .iNews .textNews .mc li:hover .title{
	color: #096c9c;
}
.index .iProducts{
	padding:20px 0;
	background-color:#ececec;
}
.index .iProducts .ipList li{
	float:left;
	width:382px;
	height:259px;
	overflow:hidden;
	margin-right:26px;
	margin-bottom:40px;
	position:relative;
	cursor:pointer;
}
.index .iProducts .ipList li img{	
	width:382px;
	height:259px;
	overflow:hidden;
}
.index .iProducts .ipList li:nth-child(3n){
	margin-right:0;
}
.index .iProducts .ipList li .title{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	line-height:54px;
	text-align:center;
	color:#fff;
	background-color:rgba(10, 109, 157,.7);
}
.index .iProducts .ipList li .info{
	width: 382px;
	height: 259px;
	overflow: hidden;
	position: absolute;
	top: 259px;
	background-color:rgba(10, 109, 157,.7);
}
.index .iProducts .ipList li .info a{
	display:block;
	padding:20px;
	height:219px;
}
.index .iProducts .ipList li .info .iTitle{
	font-size:20px;
	color:#fff;
	margin-bottom: 14px;
}
.index .iProducts .ipList li .info .desc{
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.index .iProducts .ipList li:hover .title{
	bottom:-54px;
}
.index .iProducts .ipList li:hover .info{
	top:0;
}
.pFooter{
	background-color: #096c9c;
	padding: 20px 0;
}
.pFooter .pfLogo{
	float:left;
	margin-right:62px;
}
.pFooter .legal{
	float:left;
	line-height:28px;
}
.pFooter .legal p,
.pFooter .legal a{
	font-size:12px;
	color:#fff;
}
.pFooter .legal .title{
	font-size:16px;
	margin-bottom:10px;
}
.pFooter .legal .title span{
	font-size:12px;
}
.pFooter .qrCode{
	float: right;
	width: 142px;
}
.main{
	background-color:#fcfcfc;
}
.mBox{
	margin-top:-32px;
	position:relative;
	z-index:20;
	padding-bottom:40px;
}
.mBox .mLeft{
	float:left;
	width:290px;
	background-color:#fff;
	box-shadow: 0 5px 10px -3px #ccc;
}
.mBox .mLeft .mlMt{
	padding:0 20px;
}
.mBox .mLeft .mlMt p{
	font-size:30px;
	font-weight:100;
	color:#096c9c;
	padding:24px 0 10px;
	border-bottom:1px solid #ececec;
	margin-bottom:10px;
}
.mBox .mLeft .mlMt p span{
	font-family: Arial;
	font-weight: lighter;
	font-size: 16px;
	margin-left: 10px;
	color: #9e9e9e;
}
.mBox .mLeft .mLeftMenu{
	padding:0 20px 40px;
}
.mBox .mLeft .mLeftMenu a{
	display:block;
	padding:20px;
	font-size:16px;
	border-bottom: 1px solid #ececec;
	cursor:pointer;
}
.mBox .mLeft .mLeftMenu a.active,
.mBox .mLeft .mLeftMenu a:hover{
	color: #097fbc
}
.mBox .mLeft .mLeftMenu a:last-child{
	border:0;
}
.mBox .mLeft .mLeftMenu .childbtn{
	position:relative;
}
.mBox .mLeft .mLeftMenu .childbtn:after{
	content:"";
	width:14px;
	height:1px;
	background-color:#096c9c;
	position:absolute;
	right:0;
	top:30px;
}
.mBox .mLeft .mLeftMenu .childbtn:before{
	content:"";
	width:1px;
	height:14px;
	background-color:#096c9c;
	position:absolute;
	right: 7px;
	top: 23px;
	transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* 通用 */
	-o-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Opera */
	-ms-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* IE 9 */
	-moz-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Firefox */
	-webkit-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Safari 和 Chrome */
}
.mBox .mLeft .mLeftMenu .childbtn.childActive:before{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	
}
.mBox .mLeft .mLeftMenu .secondMenu{
	display:none;
}
.mBox .mLeft .mLeftMenu .secondMenu li{
	padding-left:20px;
}
.mBox .mLeft .mLeftMenu .secondMenu li a{
	font-size:14px;
	padding:14px 20px;
}
.mBox .mLeft .mLeftMenu img{
	display:block;
	margin:90px 0 0;
}
.mBox .mRight{
	float: right;
	width: 792px;
    padding: 20px 36px 40px;
	background-color: #fff;
	box-shadow: 0 5px 10px -3px #ccc;
}
.mBox .mRight .mt{
	overflow:hidden;
	padding-bottom:16px;
	border-bottom:1px solid #ececec;
	margin-bottom:30px;
}
.mBox .mRight .mt p{
	float:left;
	font-size:26px;
	font-weight:lighter;
}
.mBox .mRight .mt p span{
	font-size:14px;
	margin-left:10px;
	color:#096c9c
}
.mBox .mRight .mt p span:before{
	content:"|";
	margin-right:10px;
	color:#096c9c
}
.main .mRight .mt .crumb {
	float:right;
	margin-top:5px;
	padding:8px 0 5px 34px;
	background-image: url(../images/icon6.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.main .mRight .mt .crumb a,.main .mRight .mt .crumb li,.main .mRight .mt .crumb p,.main .mRight .mt .crumb span {
	float:left;
	padding:0;
	color:#999;
	font-size:12px
}
.main .mRight .mt .crumb a {
	padding:0
}
.main .mRight .mt .crumb .divider {
	padding:0 6px;
	font-size:0
}
.main .mRight .mt .crumb .divider:after {
	color:#999;
	content:">";
	font-size:12px
}
.main .mRight .mt .crumb a:hover {
	color:#096c9c
}
.main .mRight .page {
 color:#666;
 font-size:14px;
 line-height:36px
}
.main .mRight .page a,.main .mRight .page div,.main .mRight .page em,.main .mRight .page li,.main .mRight .page p,.main .mRight .page span,.main .mRight .page table,.main .mRight .page td,.main .mRight .page tr,.main .mRight .page ul {
 color:#666;
 font-size:14px
}
.main .mRight .page img {
 max-width:100%
}
.main .mRight .page iframe {
 display:block;
 margin:0 auto
}
.main .mProductList .detail {
 display:inline-block;
 margin:0 30px 34px 0;
 box-shadow:0 3px 16px -5px #ccc;
 vertical-align:top
}
.main .mProductList .detail:nth-child(3n) {
 margin-right:0
}
.main .mProductList .detail .imgBox {
 display:block;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 overflow:hidden;
 padding:10px;
width: 220px;
height: 156px;
 background-color:#fcfcfc;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.main .mProductList .detail .imgBox img {
 display:block;
 margin:0 auto;
 max-width:100%;
 max-height:100%
}
.main .mProductList .detail p {
 position:relative;
 z-index:2;
 color:#666;
 text-align:center;
 font-size:14px;
 line-height:46px;
 display: block;
width: 221px;
padding: 0 10px;
}
.main .mProductList .detail p em {
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
 display:block;
 width:0;
 height:100%;
 background-color:#096c9c
}
.main .mProductList .detail p:after {
 position:absolute;
 right:0;
 bottom:-5px;
 z-index:3;
 display:block;
 width:0;
 height:5px;
 background-color:#096c9c;
 content:"";
 -webkit-transition:all .4s cubic-bezier(.4,.01,.165,.99);
 -moz-transition:all .4s cubic-bezier(.4,.01,.165,.99);
 -o-transition:all .4s cubic-bezier(.4,.01,.165,.99);
 transition:all .4s cubic-bezier(.4,.01,.165,.99);
 -ms-transition:all .4s cubic-bezier(.4,.01,.165,.99)
}
.main .mProductList .detail:hover p {
 color:#fff
}
.main .mProductList .detail:hover p em {
 width:100%
}
.main .mProductList .detail:hover p:after {
 width:100%
}
.main .mProductList .detail:hover .imgBox img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -o-transform:scale(1.1)
}
.main .mArticleList .detail {
 display:block;
 overflow:hidden;
 margin-bottom:12px;
 padding:12px 13px;
 background-color:#f5f5f5
}
.main .mArticleList .detail .img {
 float:left;
 overflow:hidden;
 width:180px;
 height:134px
}
.main .mArticleList .detail .info {
 overflow:hidden;
 padding-left:18px
}
.main .mArticleList .detail .info .title {
 display:block;
 padding-top:12px;
 color:#000;
 font-size:16px
}
.main .mArticleList .detail .info .time {
 
 color:#999;
 font-size:13px
}
.main .mArticleList .detail .info .desc {
 overflow:hidden;
 height:48px;
 color:#666;
 font-size:14px;
 line-height:24px;
 margin:10px 0;
}
.main .mArticleList .detail:hover {
 box-shadow:7px 7px 5px -4px #ccc
}
.main .mArticleList .detail:hover .img img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -o-transform:scale(1.1)
}
.main .mArticleList .detail:hover .title {
 color:#096c9c
}
.main .newsmt {
 margin-bottom:30px
}
.main .newsmt>p {
 text-align:center;
 font-size:22px
}
.main .newsmt>p span {
 display:block;
 margin-top:12px;
 color:#999;
 font-size:13px
}
.main .mArticleRecommend{
	margin-bottom:30px;
}
.main .mArticleRecommend .tabMc{
	float: left;
	width: 326px;
	height: 222px;
	overflow: hidden;
}
.main .mArticleRecommend .tabMc .detail{
	display:none;
	width: 326px;
	height: 222px;
	overflow: hidden;
}
.main .mArticleRecommend .tabMt{
	overflow:hidden;
}
.main .mArticleRecommend .tabMt .detail{
	display:block;
	margin-left:20px;
	width:426px;
	line-height:37px;
	font-size:13px;
	padding: 0 10px;
	cursor:pointer;
}
.main .mArticleRecommend .tabMt .detail a{
	display:block;
}
.main .mArticleRecommend .tabMt .detail.active{
	background: #096c9c;
    color: #fff;
	position:relative;
}
.main .mArticleRecommend .tabMt .detail.active a{
	color:#fff;
}
.main .mArticleRecommend .tabMt .detail.active:after{
	content:"";
	width:20px;
	height:20px;
	background-image: url(../images/icon7.png);
	background-position: center left;
	background-repeat: no-repeat;
	position:absolute;
	left: -14px;
    top: 8px;
}


.job-detail {
    margin-bottom: 30px;
    border-top: 1px solid #f5f5f5;
}

.job-detail p {
    margin-bottom: 1px;
    padding-left: 10px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background: #f5f5f5;
    line-height: 40px;
}

.job-detail p span {
    float: right;
    padding-left: 10px;
    width: 682px;
    background: #fff;
}

.job-detail p span a {
    float: right;
    margin: 10px;
    width: 75pt;
    background: #4e79b9;
    color: #fff;
    text-align: center;
}

.jobshow .submt {
    padding: 20px 0;
    color: #000;
    text-align: center;
    font-size: 26px;
}

.jobshow .submit {
    margin-bottom: 20px;
    color: #666;
    font-size: 15px;
}

.jobshow .submit em {
    margin: 0 10px;
    color: red;
    font-weight: 700;
    font-style: normal;
}

.jobshow td {
    text-align: center;
    font-size: 14px;
}

.jobshow td input,.jobshow td select {
    width: 80%;
    outline: 0;
    border: 0;
    text-align: center;
}

.jobshow td.align_left {
    text-align: left;
}

.jobshow td textarea {
    padding: 10px;
    width: 90%;
    height: 90pt;
    outline: 0;
    border: 0;
    line-height: 30px;
    resize: none;
}

.table>tbody>tr>td {
    padding: 9pt 4px;
    vertical-align: middle;
}

.jobshow td em {
    float: right;
    width: 8%;
    color: red;
    text-align: right;
    font-weight: 700;
    font-style: normal;
}

.jobshow td #code {
    float: left;
    width: 39%;
    height: 40px;
    border-bottom: 1px solid #000;
}

.jobshow td img {
    float: right;
    width: 60%;
    cursor: pointer;
}

.jobshow td p.red {
    padding: 0 6px;
    color: red;
}

.jobshow td .btns_ok {
    background: #0489e7;
}

.jobshow td .btns_ok,.jobshow td .btns_reset {
    display: inline-block;
    width: 90pt;
    height: 40px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 1pc;
}

.jobshow td .btns_reset {
    margin-left: 20px;
    background: #999;
}
.table-bordered {
    border: 1px solid #ddd;
	border-spacing: 0;
border-collapse: collapse;
}
.table > tbody > tr > td {
    padding: 9pt 4px;
    vertical-align: middle;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.fr{
	float:right;
}

.blackBg{
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99;
	background-color: rgba(0,0,0,0.3);
}
.float{
	position: fixed;
	right: 12px;
	top: 50%;
	margin-top:-92px;
	z-index: 40;
}
.float li{
	width:78px;
	margin-bottom:1px;
	position:relative;
}
.float li > a{
	display:block;
	height:63px;
	overflow:hidden;
	padding:8px;
	background-color:#189550;
	position:relative;
	cursor:pointer;
}
.float li a:after{
	content:"";
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #189550;
	transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* 通用 */
	-o-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Opera */
	-ms-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* IE 9 */
	-moz-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Firefox */
	-webkit-transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);/* Safari 和 Chrome */
}
.float li img{
	position:relative;
	z-index:2;
	display:block;
	width:29px;
	height:29px;
	margin:8px auto 0;
}
.float li p{
	position: relative;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 4px;
}
.float li:hover a:after{
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#096c9c;
}
.float li.goTop{
	display:none;
}
.float li span{
	display:none;
	position: absolute;
	right: 78px;
	background-color: #189550;
	color: #fff;
	line-height: 78px;
	top: 0;
	font-size: 30px;
	padding: 0 25px;
	border-right: 1px solid #fff;
	width:202px;
}
.float .qrCode{
	display:none;
	position: absolute;
	right: 78px;
	bottom: 0;
	width: 239px;
	height: 239px;
	background-color: #189550;
}
.float .qrCode img{
	width:90%;
	height:90%;
	margin:6%;
}
.float li:hover span{
	display:block;
}
.float li:hover .qrCode{
	display:block;
}