.rate-score{
	display: inline-block;	
}

.rate-score-color .score-num{
	color: #666 !important;;
}
.loading-mask{
	min-height: 200px;
}
div.error{
    color: red;
    /* margin-left: 10px; */
}
.group-hide .group-body{
	display:none;
}
tr.group-hide{
	display: none;
}
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#ffffff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal;}.popover.top{margin-top:-10px;}
.popover.right{margin-left:10px;}
.popover.bottom{margin-top:10px;}
.popover.left{margin-left:-10px;}
.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.popover-title:empty{display:none;}
.popover-content{padding:9px 14px;}
.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}
.popover .arrow{border-width:11px;}
.popover .arrow:after{border-width:10px;content:"";}
.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff;}
.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0, 0, 0, 0.25);}.popover.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff;}
.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff;}
.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0, 0, 0, 0.25);}.popover.left .arrow:after{right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px;}

.rate-score.normal .rate {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.rate-score.normal .rate-bg{
	position: relative;
}
.rate-score.normal .rate-complete {
    background: url(../../img/gd/icon/icon_little.png) -90px -149px;
}
.rate-score.normal .rate-complete-img {
    width: 20px;
    height: 20px;
    margin: 0;
    background: url(../../img/gd/icon/icon_little.png) -90px -149px;
    position: absolute;
    left: 0;
    top: 0;
}
.rate-score.normal .rate-bg, .rate-score.normal .rate-blank {
    background: url(../../img/gd/icon/icon_little.png) -50px -149px;
}
.content-substring{
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.m-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.section {
    width: 100%;
    position: relative;
    background: #fff;
}
.m-title {
    text-align: left;
    padding-left: 18px;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #4879e4;
    margin-bottom: 20px
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.icons-list {
    height: 370px;
    overflow: hidden
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.clearfix {
    zoom: 1;
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.icon-item {
    width: 12.5%;
    height: 165px;
    float: left;
    text-align: center
}
.icon-item .title {
    padding: 20px 10px 0;
    font-size: 16px
}	
@media (max-device-height: 770px) { 
    .icon-item {
        height: 155px;
    }
}
.home-icon-box {
    position: relative;
    margin: 0 auto
}
.home-icon-box,
.home-icon-box .home-icon__after {
    transition: all .2s linear;
    width: 82px;
    height: 82px
}
.home-icon-box .home-icon {
    display: inline-block;
    width: 82px;
    height: 82px;
    top: 0;
    left: 0;
    z-index: 1
}
.bg-h_icon_1 {
    background: url(../images/icon/index_icon.png) -509px -409px
}
.home-icon-box .home-icon__after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(Opacity=0)
}
.home-icon-box,
.home-icon-box .home-icon__after {
    transition: all .2s linear;
    width: 82px;
    height: 82px
}
.bg-h_icon_1_after {
    background: url(../images/icon/index_icon.png) -509px -309px
}
.icon-item .title {
    padding: 20px 10px 0;
    font-size: 16px
}
.home-icon-box {
    position: relative;
    margin: 0 auto
}
.home-icon-box,
.home-icon-box .home-icon__after {
    transition: all .2s linear;
    width: 82px;
    height: 82px
}

@media (max-width:1280px) {
    .prev-btn {
        left: 5px
    }
    .next-btn {
        right: 5px
    }
}
.next-1,
.prev-1 {
    top: 145px
}
.next-btn,
.prev-btn {
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    z-index: 11;
    cursor: pointer
}
.prev-btn {
    background: url(../images/icon_arrow_prev.png) center center no-repeat;
    left: -40px
}
.next-btn {
    background: url(../images/icon_arrow_next.png) center center no-repeat;
    right: -40px;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(Opacity=80);
    transition: all .2s linear
}

.fw{
    position: relative;
}
.main-grid{
	margin-left:0px;
	height: 408px;	
	
}
.main-grid .center-grid{
	width: 940px;
	height: 408px;	
	background: #fff;
}

.main-tabs .main-tab{
	height: 30px;
	text-align: center;
	
}
.main-tabs .main-tab div{
	padding: 5px 2px;
}
.main-tabs .main-tab div.active{
	color:#fff;
	background: #4879e4;
}
.h-server-icon{
	width: 12.5%;
	height: 150px;
	float: left;
	margin-top: 30px;
}
.fw-main{
	margin: 5px 40px;
}
.prev-btn{
	background: url(../../img/gd/icon_arrow_prev.png) center center no-repeat;
    left: 2px;
}
.next-btn{
	background: url(../../img/gd/icon_arrow_next.png) center center no-repeat;
    right: 2px;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(Opacity=80);
    transition: all .2s linear;
}
.fw .icon-item{
	margin-top: 20px
}
.bm{
	margin: 20px;
}
.bm .bm-item{
	padding: 20px;
}
.intro{
	margin-top: 0px !important;
}

/* 服务类型图片 */
/* .bg-h_icon_001 {
    background: url(../../img/gd/icon/index_icon.png) -12px -12px ;}
.bg-h_icon_002 {
    background: url(../../img/gd/icon/index_icon.png) -169px -12px ;}
.bg-h_icon_003 {
    background: url(../../img/gd/icon/index_icon.png) -327px -12px ;}
.bg-h_icon_004 {
    background: url(../../img/gd/icon/index_icon.png) -490px -12px ;}
.bg-h_icon_005 {
    background: url(../../img/gd/icon/index_icon.png) -646px -12px ;}
.bg-h_icon_006 {
    background: url(../../img/gd/icon/index_icon.png) -805px -12px ;}
.bg-h_icon_007 {
    background: url(../../img/gd/icon/index_icon.png) -962px -12px ;}
.bg-h_icon_008 {
    background: url(../../img/gd/icon/index_icon.png) -1120px -12px ;}

.bg-h_icon_009 {
    background: url(../../img/gd/icon/index_icon.png) -12px -176px ;}
.bg-h_icon_010 {
    background: url(../../img/gd/icon/index_icon.png) -169px -176px ;}
.bg-h_icon_011 {
    background: url(../../img/gd/icon/index_icon.png) -327px -176px ;}
.bg-h_icon_012 {
    background: url(../../img/gd/icon/index_icon.png) -490px -176px ;}
.bg-h_icon_013 {
    background: url(../../img/gd/icon/index_icon.png) -646px -176px ;}
.bg-h_icon_014 {
    background: url(../../img/gd/icon/index_icon.png) -805px -176px ;}
.bg-h_icon_015 {
    background: url(../../img/gd/icon/index_icon.png) -962px -176px ;}
.bg-h_icon_016 {
    background: url(../../img/gd/icon/index_icon.png) -1120px -176px ;}

.bg-h_icon_022 {
    background: url(../../img/gd/icon/index_icon.png) -12px -360px ;}
.bg-h_icon_019 {
    background: url(../../img/gd/icon/index_icon.png) -169px -360px ;}
.bg-h_icon_020 {
    background: url(../../img/gd/icon/index_icon.png) -327px -360px ;}
.bg-h_icon_017 {
    background: url(../../img/gd/icon/index_icon.png) -490px -360px ;}
.bg-h_icon_038 {
    background: url(../../img/gd/icon/index_icon.png) -646px -360px ;}
.bg-h_icon_024 {
    background: url(../../img/gd/icon/index_icon.png) -805px -360px ;}
.bg-h_icon_025 {
    background: url(../../img/gd/icon/index_icon.png) -962px -360px ;}
.bg-h_icon_026 {
    background: url(../../img/gd/icon/index_icon.png) -1120px -360px ;}

.bg-h_icon_037 {
    background: url(../../img/gd/icon/index_icon.png) -12px -541px ;}
.bg-h_icon_021 {
    background: url(../../img/gd/icon/index_icon.png) -169px -541px ;}
.bg-h_icon_018 {
    background: url(../../img/gd/icon/index_icon.png) -327px -541px ;}
.bg-h_icon_033 {
    background: url(../../img/gd/icon/index_icon.png) -490px -541px ;}
.bg-h_icon_041 {
    background: url(../../img/gd/icon/index_icon.png) -646px -541px ;}
.bg-h_icon_040 {
    background: url(../../img/gd/icon/index_icon.png) -805px -541px ;}
.bg-h_icon_039 {
    background: url(../../img/gd/icon/index_icon.png) -962px -541px ;}
.bg-h_icon_036 {
    background: url(../../img/gd/icon/index_icon.png) -1120px -541px ;}

.bg-h_icon_035 {
    background: url(../../img/gd/icon/index_icon.png) -8px -736px ;}
.bg-h_icon_034 {
    background: url(../../img/gd/icon/index_icon.png) -165px -736px ;}
.bg-h_icon_052 {
    background: url(../../img/gd/icon/index_icon.png) -325px -736px ;}
.bg-h_icon_031 {
    background: url(../../img/gd/icon/index_icon.png) -480px -736px ;}
.bg-h_icon_051 {
    background: url(../../img/gd/icon/index_icon.png) -640px -736px ;}
.bg-h_icon_030 {
    background: url(../../img/gd/icon/index_icon.png) -802px -736px ;}
.bg-h_icon_029 {
    background: url(../../img/gd/icon/index_icon.png) -960px -736px ;}
.bg-h_icon_028 {
    background: url(../../img/gd/icon/index_icon.png) -1116px -736px ;}

.bg-h_icon_027 {
    background: url(../../img/gd/icon/index_icon.png) -8px -915px ;}
.bg-h_icon_042 {
    background: url(../../img/gd/icon/index_icon.png) -169px -915px ;}
.bg-h_icon_057 {
    background: url(../../img/gd/icon/index_icon.png) -646px -12px ;}    

.bg-h_icon_054 {
    background: url(../../img/gd/icon/index_icon.png)  -328px -912px ;}
.bg-h_icon_056 {
    background: url(../../img/gd/icon/index_icon.png) -482px -910px ;}
.bg-h_icon_061 {
    background: url(../../img/gd/icon/index_icon.png) -645px -912px ;}
.bg-h_icon_065 {
    background: url(../../img/gd/icon/index_icon.png) -806px -916px ;}
.bg-h_icon_063 {
    background: url(../../img/gd/icon/index_icon.png) -1120px -911px ;}
.bg-h_icon_068 {
    background: url(../../img/gd/icon/index_icon.png) -1108px -899px ;}
    
.bg-h_icon_071{
    background: url(../../img/gd/icon/index_icon.png) -165px -1091px;}
.bg-h_icon_058{
    background: url(../../img/gd/icon/index_icon.png) -964px -1095px;}
.bg-h_icon_066{
    background: url(../../img/gd/icon/index_icon.png) -800px -1091px;}
.bg-h_icon_062{
    background: url(../../img/gd/icon/index_icon.png) -10px -1091px;}
.bg-h_icon_069{
    background: url(../../img/gd/icon/index_icon.png) -642px -1091px;}
.bg-h_icon_070{
    background: url(../../img/gd/icon/index_icon.png) -318px -1091px;}
.bg-h_icon_064{
    background: url(../../img/gd/icon/index_icon.png) -480px -1091px;}
.bg-h_icon_018{
    background: url(../../img/gd/icon/index_icon.png) -324px -539px;}
.bg-h_icon_057{
    background: url(../../img/gd/icon/index_icon.png) -1120px -1095px;}
.bg-h_icon_052{
    background: url(../../img/gd/icon/index_icon.png) -10px -1261px;}
    
.bg-h_icon_075{
    background: url(../../img/gd/icon/index_icon.png) -166px -1275px}
.bg-h_icon_072{
    background: url(../../img/gd/icon/index_icon.png) -318px -1275px;}
.bg-h_icon_074{
    background: url(../../img/gd/icon/index_icon.png) -480px -1275px;}
.bg-h_icon_055{
    background: url(../../img/gd/icon/index_icon.png) -642px -1275px;}
.bg-h_icon_079{
    background: url(../../img/gd/icon/index_icon.png) -800px -1281px;}
.bg-h_icon_076{
    background: url(../../img/gd/icon/index_icon.png) -964px -1275px;}
.bg-h_icon_078{
    background: url(../../img/gd/icon/index_icon.png) -1120px -1275px;}
.bg-h_icon_077{
    background: url(../../img/gd/icon/index_icon.png) -10px -1455px;} */
 
.users-box .item.company .company-name {
    word-wrap: normal !ie;
    max-width: 140px;
    min-width: 140px;
    width: auto;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.newline-common{
	table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;    
}  
.top-fixed-box .fixed-nav ul li a{
	font-size: 14px;
}
.timeToolBar .content{
	padding-bottom: 0px;
	height: 25px; 
	position: relative;
}
.timeToolBar span.title{
	
}
.timeToolBar span.dbDate{
	border: 1px solid #e8edf6;
	padding: 2px 5px;
}
.timeToolBar span.dbYear{
	margin: 0px 5px;
}
.timeToolBar span.dbHours{
	
}
.timeToolBar span.dbMintues{
	
}
.timeToolBar span.dbSeconds{
	
}  
.general-newline{
	word-wrap: break-word;
	white-space: normal;
}
.vertical-textTop{
	vertical-align: text-top;
}
input.money{
	background: url(../../img/gd/icon/money-icon.png) no-repeat;
	background-size: 10px 20px;
    background-position: 3px;
}

/* 广告悬浮窗 */
.floadAd { 
    position: absolute;
    z-index: 999900; 
    display: none; 
}
.floadAd .close { 
    color: gray;
    float: right;
}
.floadAd .item { 
    display: block; 
}
.floadAd .item img { 
    vertical-align: bottom; 
}
/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/