body{background: #fff!important;font-size:14px!important;}
.navbar{margin-bottom:0;}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}

.navbar .nav .user{
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
/*tc widget*/
.tc-main{
	margin-top: 20px;
}
/*tc-box*/
.tc-box{
	background: #fff;
	padding:5px 10px;
	margin: 10px 0;
}
.tc-box.first-box{
	margin:0 0 10px 0;
}
.tc-box.article-box{padding:5px 20px;}

/*tc-box end */




/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);

}
.tc-gridbox a{text-decoration: none;}

@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
}
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #fff;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
  margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
  color: #454a4e;
  white-space: nowrap;
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #16a085;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -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;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom:1px dashed #e5e5e5;
}

.list-boxes:hover{
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}


/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}
.list-boxes h3{margin-top:0;margin-bottom:0;}
.list-boxes h3 a{font-size:18px;color:#dd4012;}
.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}
.list-boxes h3 .time{float:right;color:#ccc;font-size:12px;}
.list-boxes p a {
  color: #ff7006;
}

.list-boxes .list-boxes-img li i {
  color: #ff7006;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes .thumb img{width:194px;height:120px;float:left;margin-right:20px;box-shadow: 0 1px 3px rgba(0,0,0,0.3);}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
word-break: break-all;
word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 15px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
vertical-align: middle;
background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/* Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (min-width: 1100px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	  width: 1180px!important;
	}
}
body{line-height:1.8rem;font-size: 16px;}
body.inner-body{padding-top:138px!important;}

ul{list-style: none;margin-left:0;}
dl.nav-left{margin-top:0;}
dl.nav-left dt{color:#333333;padding:30px 0;font-size:20px;font-weight:normal;border-bottom:1px solid #ccc;text-align:center;}
dl.nav-left dd{margin-left:0;position:relative;}
dl.nav-left dd a{padding:20px;border-left:2px solid #fff;}
dl.nav-left dd a{color:#000;display: block;}
dl.nav-left dd .arrow-right{position:absolute;right:15px;top:25px;background:url("../images/icon-arrow-right.png") no-repeat;width:7px;height:12px;display:inline-block;}
dl.nav-left dd a:hover,dl.nav-left dd a.active{text-decoration: none;border-left-color:#16a085;background-color:#f9f9f9;}
ul.link-info{padding-left:0;margin-left:0;list-style: none;}
ul.link-info li{padding-left:35px;background-image:url("../images/icon-link2.png");background-repeat:no-repeat;height:25px;margin-top:10px;}
ul.link-info li:nth-child(2){background-position: 0 -25px;}
ul.link-info li:nth-child(3){background-position: 0 -50px;}
ul.link-info li:nth-child(4){background-position: 0 -75px;}
ul.link-info li:nth-child(5){background-position: 0 -100px;}
ul.link-info li:nth-child(6){background-position: 0 -125px;}
.avg-2 .avg-div{width:48%;float:left;}
.avg-2 .avg-div:first-child{padding-right:2%;}
.avg-2 .avg-div:last-child{padding-left:2%;}
ul.index-news li{margin-bottom:25px;}
ul.index-news li i{width: 0;
    height: 0;display:inline-block;
    border-top: 8px solid transparent;
    border-left: 10px solid #e99214;
    border-bottom: 8px solid transparent;}
ul.index-news li a{color:#333;font-size: 18px;display:inline-block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width:95%;}
ul.index-news li p{color:#aaa;padding-left:15px;padding-top:5px;line-height:24px;
max-height:46px;overflow:hidden;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	}

/*banner*/
.pagebanner{height:418px;clear:both;background-size:cover;background-position:center;}
.text-lg{  margin-left: 0;  font-size: 18px;  line-height: 36px;}
.text-center{text-align:center;}
.lh24{line-height:24px!important;}
.navbar .nav{	margin-right:0;float:right}
.navbar .nav>li>a{  font-size: 18px; font-family:"Microsoft YaHei";padding:0 22px;height:85px;line-height:85px;;margin:0;text-shadow:none;color:#4a4949;position: relative;
    transform: translateZ(0px);
   }
.navbar .nav>li>a:before {
	position: absolute;
	left: 50%;
    right: 50%;
    bottom: 0;
    height: 85px;
	background: #1da463;
    content: "";
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
		z-index: -1;
			color: #fff;
}
.index-title{color:#1da463;font-size:20px;font-weight:bold;}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover, .navbar .nav>li>a.active{color:#fff;}
.navbar .nav>li>a:hover:before,.navbar .nav>li>a.active:before {
    left: 0;
    right: 0;
}
.navbar .nav>li>a:hover,.navbar .nav>li>a.active{background:none;}
.navbar .brand{position:absolute;padding:0;margin-left:0;}
.navbar .navbar-inner{height:85px;background-color:#fff;}
.top-header{height:34px;line-height:34px;background-color: #333;font-size:14px;color:#aaa;overflow: hidden;}
.top-header a{color:#aaa;padding:0 15px;}
.top-header .header-icon{background-image:url(../images/header-icon.png);vertical-align: middle!important;display: inline-block;}
.top-header .header-icon-tel{width:23px;height:22px;}
.top-header .header-icon-weixin{width:21px;height:16px;background-position: 0 -25px;}
.top-header .header-icon-weibo{width:20px;height:18px;background-position: 0 -50px;}
.index-icon{background-image:url(../images/index-icon.png);vertical-align: middle!important;display: inline-block;}
.index-icon-c1{width:135px;height:120px;margin-bottom:10px;}
.index-icon-c2{width:121px;height:120px;background-position:-150px 0;margin-bottom:10px;}
.index-icon-c3{width:121px;height:120px;background-position:-275px 0;margin-bottom:10px;}
.caption-wraper{display:none;}
.sy-pager{position:absolute;z-index:9;margin-top:-50px!important;}
.sy-pager li{width:100px!important;height:15px!important}
.sy-pager li a{border-radius:20px!important;background-color:rgba(255,255,255,0.5)!important;}
.sy-pager li.sy-active a{background-color:#fff!important;}
.spanpdl{padding:50px 0 50px 50px;}.spanpdm{padding:50px 25px;}.spanpdr{padding:50px 50px 50px 0;}
.page-div{overflow: hidden;padding-bottom: 20px;background-color:#f7f7f7;}
.left-nav-box{border-bottom:1px solid #dcdcdc;}
.page-div-left{width:255px;float:left;}
.left-nav-box a{text-decoration: none;font-size:14px;height:36px;line-height:36px;padding-left:35px;display: block;color:#fff; }
.left-nav-box a.active,.left-nav-box a:hover{background-color: #fb5017;}
.left-nav-box a span{font-family: sans-serif;font-size:6px;float:right;}
.page-div-right{width:844px;min-height:500px;float:left;border-left:1px solid #dddddd;}
.page-div-right h2,.title h2{border-bottom:1px solid #e6e6e6;font-size:20px;color:#333;margin-top:0;}
.page-div-right h2 b,.title h2 b{border-bottom:2px solid #ff6b00;padding:0 20px 5px;display:inline-block;}
.page-div-content{padding:20px;line-height: 30px;}
.page-div-content h1{font-size:28px;text-align:center;}

.fr{float:right;}
.lightgray{color:#aaa;}
.text-sm{font-size:14px;}
.text-lg{font-size:18px;}
.sub-color{color:#f3a31c;}
.tc-gridbox .header img{height:200px;}
.tc-gridbox .header h3{padding:9px;text-align: left;font-weight: bold;}
.tc-gridbox .body a{font-size:14px;}
.tc-gridbox .body p{line-height:20px;margin:0;}
.index-news-title{position:relative;}
.index-news-title:after{position:absolute;height:1px;width:100%;background-color:#ccc;top:50%;left:0;border-bottom:1px solid #f00;}
.index-news-title h1{font-size:22px;display:inline-block;margin-bottom:0;}
.index-news-title h3{font-size:14px;margin-top:0;}
.footer-copyright{border-top:1px solid #e5e5e5;color:#666666;padding:18px;font-size:14px;}
.footer-copyright a{color:#969696}
.body-subbg{background:#eff2f6;background-size:contain;margin-bottom:30px;}
.body-bg{background-color:#eff2f6!important;}
.location{padding:10px 0;font-size:14px;}
ul.avg-4{text-align: center;white-space:nowrap;padding-bottom:40px;overflow: hidden;}
ul.avg-4 li{display:inline-block;position:relative;padding-top:50px;}
.item-box{background-color:#eeeeee;color:#333;text-align: left;}
.item-box-hover{position:absolute;top:0;left:0;height:309px;width:100%;text-align: left;color:#fff;opacity: 0}
.item-box.active .item-box-hover{animation:fadeIn 300ms;animation-fill-mode:forwards;}
.item-box-hover-a{margin-top:25px;width:90%;}
.item-box-hover-a a{display: block;color:#fff;height:30px;line-height:30px;font-size:14px;padding-left:10px;}
.item-box-hover-a a:hover,.item-box-hover-a a.active{background-color:#ffae23;text-decoration: none;}

.index-title:after{content:"";position:absolute;width:100%;border-bottom:1px solid #dddddd;top:50%;left:0;z-index:0}
.index-title-box{width:230px;background-color:#fff;display:inline-block;z-index: 2;position: relative;}
.index-title-line{display:inline-block;width:80px;height:2px;background-color:#ffae23;position: absolute;margin-left:-40px;margin-top:5px;}
.index-title-zh{font-size:22px;color:#505050}
.padding-top{padding-top:20px;}
.padding-top-lg{padding-top:35px;}
.margin-top-lg{margin-top:35px!important;}
.pdtb50{padding-top:50px;padding-bottom:50px;}
.index-business li{width:24%;text-align:center;font-size:18px;float:left;}
.index-business li a{color:#000;}
.index-business li img{-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
		border:4px solid #eaeaea;
		border-radius: 50%;
		transform:scale(0.85,0.85);  
		margin-bottom:15px;
		}
.index-business li:hover img{
	animation:scaleBig 350ms;animation-fill-mode:forwards;
}
.avg-2 li{width:50%;float:left;}
@keyframes scaleBig{
    from{filter: grayscale(100%);transform:scale(0.85,0.85);border-color:#eaeaea;}
    to{filter: grayscale(0%);transform:scale(1,1);border-color:#16a085;}
}


ul.links-img li{width:200px;margin-right:25px;float:left;box-shadow: 0 0 4px rgba(50,50,50,0.2);background-color:#fff;text-align: center;height:100px;line-height: 95px;margin-bottom:15px;}
ul.links-img li:nth-child(5n){margin-right:0;}
ul.links-img li img{max-width:160px;max-height:90px;}

@keyframes fadeIn{
    from{opacity: 0}
    to{opacity:1}
}

.index-card-item{width:347px;display:inline-block;margin-right:13px;text-align: center;height:254px;}
.index-card-item > .bottom{background-color:#ebebeb;}

.grayinput{background-color:#f1f1f1!important;border:none!important;margin-top:5px;width:100%;display: block}
.bluesubmit{background-color:#16a085;width:72px;height:72px;line-height: 72px;text-align: center;color:#fff;border:none;position:absolute;right:0;bottom:0;}
a:hover{text-decoration: none;}
.floatKeFu{position:fixed;top:20%;right:0;width:50px;color:#fff;text-align: center;z-index:9999;}
.floatKeFu li{background-color:#1abc9c;min-height:50px;line-height:50px;}
.floatKeFu li:hover,#gotoTop a:hover{background-color:#16a085}
.floatKeFu li.qq a{padding:10px;display:block;color:#fff;}
.floatKeFu li.qq a>div{padding-left:5px;padding-right:5px;line-height:18px;}
.floatKeFu li.qrcode{height:50px;overflow:hidden;}
.floatKeFu >li >div{position:absolute;background-color:#fff;text-align:center;display:none;white-space: nowrap}
.floatKeFu >li:hover>div{padding:0 10px;margin-left:-190px;display:block;}
.floatKeFu >li>div .triangle{position:absolute;right:-8px;top:19px;width: 0;    height: 0; border-top: 5px solid transparent;    border-left: 8px solid rgba(0,0,0,0.8);    border-bottom: 5px solid transparent;}
.floatKeFu li.qrcode>div{padding-top:10px;padding-bottom:10px;}
.floatKeFu >li.qrcode:hover>div{margin-left:-178px;}

.footer-nav{position:absolute;left:340px;top:25px;color:#eee;}
.footer-nav dl{float:left;font-size:15px;font-weight:normal;margin-right:40px;text-align: left;}
.footer-nav dl dt{font-weight:normal;margin-bottom:5px;}
.footer-nav dl dd{margin-left:0;}
.footer-nav a{font-size:12px;color:#ccc;display:inline-block;}

.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#dfdfdf;border:1px solid transparent;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#16a085}.pagination ul>.active>a,.pagination ul>.active>span{color:#dfdfdf;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#dfdfdf;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:22px 30px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:2px 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}

.title-n{border-bottom:1px solid #777778;padding-bottom:20px;}
.title-sub{padding-bottom:5px;border-bottom:1px solid #ededed;color:#333;padding-top:10px;font-size:16px;}
.index-news2 a{color:#595757;padding-top:10px;display:inline-block;}
@media (max-width: 767px){
	.mobile-hide{display: none!important;}
	.body-subbg{margin-bottom:0;}
	.avg-2 .avg-div{width:100%;}
	.page-div-content img{max-width: 100%!important;height:auto!important;}
	.ul.index-news li i{display: none!important;}
	.top-header{height:40px;line-height: 40px;padding-left:5px;}
	body.inner-body,body{padding: 0!important;}
	.navbar .navbar-inner{height:60px;min-height:60px;padding-top:0}
	.spanpdl,.spanpdm,.spanpdr{padding:20px 0 0;}
	.text-lg{font-size: 16px;  line-height: 30px;padding-top:10px;}
	.brand img{height:50px;margin:10px 10px 0;}
	.navbar .btn-navbar{margin-top:10px;}
	.sy-box{margin:0!important;}
	.sy-pager{display:none!important;}
	.page-div-left{display:none;}
	.page-div-right{width:100%;border-left: 0;}
	.pagebanner{DISPLAY:NONE;}
	.page-div-right h2 b{padding-left:0;}
	.list-boxes .thumb{display:none;}
	.page-div-content{padding:10px 0;}
	.list-boxes h3{line-height:22px!important;}
	.list-boxes h3 a{font-size:16px;line-height:18px!important;}
	.list-boxes h3 .time{float:inherit;padding-left:10px;}
	.list-boxes{padding:0;}
	.page-div{padding-left:10px;padding-right:10px;}
	.page-div-content h1{font-size:18px;line-height:24px;}
	.page-div-content p img{max-width:100%!important;}
	.navbar .nav>li>a{margin:0;padding:0;font-size:14px;}
	.navbar .container,.nav-collapse, .nav-collapse.collapse{height:auto;}
	.nav-collapse .nav>li{float:left;margin-right:5px;}
	.row{margin-left:inherit!important;}
	.row .span4{margin-left:auto!important;margin-right:auto!important;margin-bottom:10px;}
}