@charset "utf-8";
a:hover{color:#1ABC9C;text-decoration: none}
.font32{font-size: 32px}
.font42{font-size: 42px}
.color333{color: #333}
.color999{color: #999}
.colorRed{color: #E4393C;}
.btn_ms{
    display: inline-block;
    width: 52px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    cursor: pointer
 }
.btn_greenDt{
    border: 1px solid #1ABC9C;
    color: #1ABC9C;
}
.btn_ms.btn_greenDt{
    line-height: 24px;
}

.btn_greenDt:hover{
    background-color: #1ABC9C;
    color: #fff;
}
.btn_green{
    background:#1ABC9C;
    color: #fff;
    text-align: center
}
.btn_green:hover{
    background:#028A6C;
    color: #fff;
    text-decoration: none
}

.btn_orgBg{
    width: 191px;
    height: 49px;
    background-image: url(images/index/btn_orgBg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    text-align: center

}
.btn_orgBg .btn_org_md{
    display: inline-block;
   width: 176px;
   height: 38px;
   line-height: 38px;
   font-size: 16px;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
}
.btn_orgBg .btn_org_md:hover{
    text-decoration: none;
    color: #fff;
}
.btn_yellow{
    text-align: center;
    background: #FFDFA1;
    color: #7A4702;
    cursor: pointer;
}
.btn_yellow:hover{
    color: #7A4702;
    text-decoration: none;
    opacity: 0.85;

}
.disabled{
    cursor: not-allowed!important;
}
.bg_f6{
    background-color: #f6f6f6
}
.nowarp{
    white-space: nowrap;
}
.vm{
    display: inline-block;
    vertical-align: middle;
}
/* 图标 */
.icon_circle{
    display: inline-block;
     -webkit-border-radius: 50%;
    border-radius: 50%;
   background: #D8D8D8;
  
}
.iconmore{
 background-image: url(images/index/icon_morebig.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.iconmore:hover{
    background-image: url(images/index/icon_More.png);
}
.spacer4{height: 4px}
.spacer8{height: 8px}
.spacer10{height: 10px}
#workTypeNav {
    width: 235px;
    height: 540px;
    margin: 0 10px 0 0px;
    background-color: #333;
    overflow: hidden
}
.worktypebox {
    padding: 10px 0 10px 12px;
    border-bottom: 1px dashed #ccc;
}
.worktypebox:last-child{
    border: 0;
}
.worktypebox .title {
    margin: 0 0 4px 7px;
    position: relative;
  }
  .worktypebox li {
    display: inline-block;
    padding: 3px 0;
    width: 100%;
    height: 18px;
   
}
.worktypebox a{
    color: #fff;
}
.worktypebox a:hover{
    color: #1ABC9C;
}
.worktypebox li a {
    display: inline-block;
    
    margin-left: 5px;
    padding: 3px;
}


/* 首页轮播 */
.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;

	z-index:1;
}
.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-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

#picShow{
    width: 716px;
    height: 540px;
}
#picShow .swiper-container {
    width: 716px;
    height: 365px;
    background: url(images/index/jf_img_bg01.png)no-repeat center top 150px;
    background-size: auto 10%;
}
#picShow  .swiper-slide,#picShow .swiper-slide a,#picShow .swiper-slide img {
    width: 716px;
    height: 365px
}
#picShow .pagination-btn{
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.arrow-btn{
    display: none;
    position: absolute;
    top: 145px;
    width: 32px;
    height: 55px;
    font-size: 60px;
    font-weight: 100;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
#picShow .swiper-container:hover .arrow-btn{
    opacity: 0.3;
    filter: alpha(opacity=30); 
}
.arrow-left{
    left: 0
}
.arrow-right{
    right: 0px;
}
#picShow .swiper-container .pagination{
    left: 0;
    bottom: 16px;
    width: 100%;
    text-align: center;
}

#picShow .swiper-container .swiper-pagination-switch {
   display: inline-block;
   width: 10px;
   height: 10px;
   margin: 0 7px;
   border: 2px solid #FFFFFF;
   -webkit-border-radius:50%;
   border-radius:50%;
   opacity: 0.3;
   filter: alpha(opacity=30); 
   cursor: pointer;

}
#picShow .swiper-container .swiper-active-switch {
    opacity: 1;
    filter: alpha(opacity=100); 
}
/* 首页广告位 */
#webSmallAd0{
   height: 155px;
}
#webSmallAd0 a{
    float: left;
    margin-right: 10px;
    width: 232px;
    height: 155px;
}
#webSmallAd0 a:last-child{
   margin-right: 0
}
#webSmallAd0 a img{
    display: inline-block;
    width: 232px;
    height: 155px;  
}
/* 登录信息区*/
#loginBox{
    top: 10px;
    right:0px;
    width: 215px;
}
#loginJF{
    width: 215px;
    height: 365px;
    padding-top: 20px;
}
#user_icon{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   
}
#hiUser{
    max-width: 100px;
}
.loginJF_userinfo .color333{
    height: 32px;
    line-height: 32px;
}
#loginJF .btn_ms{
    margin: 0 5px;
}
#myDataBox{
    padding-top: 14px;
}
#jetchatweb{
    display: none;
    top: -10px;
    height: 20px;
    line-height: 20px;
    min-width: 12px;
    max-width: 20px;
    padding: 0 4px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #E4393C;
}
  #jetchatweb.active{
      display: inline-block;
  }


#myDataBox li{
    display: inline-block;
    width: 54px;
    height: 60px;
    margin: 0 4px;
    border: 1px solid #EEEEEE;
   
}
#myDataBox li a{
    display: block;
    width: 100%;
    height: 100%;
}
#myDataBox li div{
    padding-top: 4px;
    height: 30px;
    line-height: 30px
}
#myDataBox li .green{
    max-width: 50px;
    display: inline-block;
}
#myDataBox li .color333{
    display: block;
    height: 20px;
    line-height: 20px;
}
#myDataBox li .bgGreen{
    display: none;
    width: 10px;
    height: 2px;
    background: #1ABC9C;
}
#myDataBox li.noData .bgGreen{
    display: inline-block;
}
#loginJF .btn_orgBg{
    margin: 22px auto 0;
}
/* 公告、咨询、活动 */

#noticeBox {
    background: #fff;
    padding: 4px 8px;
    height: 155px;
}

#noticeTabs {
    height: 24px;
    width: 100%;
    padding-top: 20px;
    display: inline-block;
    text-align: center
}

#noticeTabs li {
    height: 20px;
    line-height: 20px;
    padding: 0 14px;
    color: #666;
    display: inline-block;
   cursor: pointer;
    text-align: center
   
}
#noticeTabs li:last-child{
  border: 0;
}
#noticeTabs .dividingLine{
    display: inline-block;
    height: 12px;
    width: 1px;
    background:#D8D8D8 ;
    margin: 0 4px;
}

#noticeTabs li a{
    display: inline-block;
    color: #333;
}
#noticeTabs li a:hover{
    color: #1ABC9C;
    text-decoration: none; 
}

#noticeTabs li.active a{
    color: #1ABC9C;
    font-weight: bold;
    border-bottom:2px solid #1ABC9C; 
}
.noticelist {
    padding-top: 4px
}

.noticelist ul {
    display: none;
    margin: 0 auto;
    width: 176px;
    height: 90px;
    overflow: hidden;
}

.noticelist ul.active {
    display: block;
}

.noticelist li {
    height: 30px;
    line-height: 30px;
}
.noticelist li .icon_circle{
    width: 5px;
    height: 5px;
    margin-right:6px;
 }
.noticelist li a {
    display: inline-block;
    width: 90%;
    color: #333;
}
.noticelist li:hover a{
    color: #1ABC9C; 
}
/* 分割banner */
.plateBanner{
    height: 96px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.plateBanner .fxq_Bg{
    display: block;
    width: 100%;
    height: 96px;
    background-image: url(images/index/fxq_Bg.jpg);
}
.plateBanner .understandingDetails{
    display: block;
    width: 100%;
    height: 96px;
    background-image:url(images/index/understandingDetails_Bg.jpg);
}
.plateBanner .joincloudSoftware{
    display: block;
    width: 100%;
    height: 96px;
    background-image:url(images/index/joincloudSoftware_Bg.jpg);
}

/* 投标动态 */
#tenderDynamics{
    height: 450px;
    width: 800px;
}
.tenderList{
    width: 390px;
    height: 220px;
    margin: 0 10px 10px 0;
    padding: 15px 20px;
    
}
.tenderHeader{
    height: 50px;
    line-height: 50px;
}
.tenderHeader .iconmore{
   display: inline-block;
    width: 48px;
    height: 15px;
    margin-top: 17px;

}
.tenderList ul{
    height: 126px;
    overflow: hidden;
}
.tenderList .tender_item{
   height: 42px;
   line-height: 42px;

}
.tenderList .tender_item a{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.tenderList .tender_item .icon_circle{
    width: 4px;
    height: 4px;
    margin-right: 3px;
}
.tenderList .tender_item .color333{
    width: 150px;
    margin-right: 4px
}
.tenderList .tender_item:hover .color333{
    color:#1abc9c;
}
.tenderList .tender_item .colorRed{
    width: 80px;
}
.tenderList .tender_item .color999{
    width: 96px;
    height: 42px;
    line-height: 42px;  
    float:right;
}
/* 成交列表 */
#latestDeal{
    width: 390px;
    height: 450px;
    padding: 110px 20px 0;
    background-image: url(images/index/latestDealBg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #fff
}
#latestDeal .item{
    padding: 12px 0;
    border-bottom: 1px solid #EBEBEB;
}
#latestDeal .item div{
    white-space: nowrap;
    line-height: 28px;
}
#latestDeal ul{
    max-height: 320px;
    overflow: hidden;
}
#latestDeal .item:nth-child(4){
    border: 0
}

#latestDeal .item .companyNames{
    margin-left: 6px;
    max-width: 260px;
}
#latestDeal .item .companyNames a{
    max-width: 214px;
}
#latestDeal .item .icon_circle{
    width: 4px;
    height: 4px;
    margin-right: 4px;
}

#latestDeal .item .entryName{
    margin-left: 6px;
    width: 260px; 
}
/* 咨询 */
.freeConsultation{
  background: url(images/index/freeConsultationBg.jpg)no-repeat center top;
  background-size: 100% 100%;
  padding: 26px 30px 0 0;
}
.freeConsultation .fr{
   margin-left: 10px;
}
.freeConsultation .btn_yellow{
    display: inline-block;
    width: 92px;
    height: 42px;
    line-height: 42px;
    font-size: 14px
}

.freeConsultation input{
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    outline: none;
    background: transparent!important;
    color: #FFDFA1;
    [;line-height: 1;]
}
.freeConsultation input::-webkit-input-placeholder{
    color: #FFDFA1;
}
.freeConsultation input::-moz-placeholder{  
    color: #FFDFA1;
}
.freeConsultation input:-moz-placeholder{   
    color: #FFDFA1;
}
.freeConsultation input:-ms-input-placeholder{  
    color: #FFDFA1;
}
.freeConsultation .yellow_br{
    border: 1px solid rgba(255,223,161,.5);
}
.freeConsultation .yellow_br:focus{
    border-color:#FFDFA1 
}
.freeConsultation #validCode{
    width: 76px;
}

.freeConsultation #userMobile{
       width: 142px;
       padding-right: 90px
}
.freeConsultation #fetchCodeBtn{
    top: 0;
    right: 0;
    width: 88px;
     height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFDFA1;
    cursor: pointer;
    z-index: 2;
}
.freeConsultation .dividingLine{
    display: inline-block;
    top: 11px;
    right: 89px;
    width: 1px;
    height: 18px;
    background: #948570;
    opacity: 0.38;

}
/* 政采 */
.zhengcai_list{
    width: 790px;
    height: 350px;
    padding: 20px;
}
.zhengcai_list .zhengcai_header{
    height: 40px;
    line-height: 40px
}
.zhengcai_list .zhengcai_header .iconmore{
    display: inline-block;
    width: 48px;
    height: 15px;
    margin-top: 12px;
}
#zhengCaiOrder{
    height: 240px;
    overflow: hidden;
}
#zhengCaiOrder li{
    height: 40px;
    line-height: 40px;
    white-space: nowrap
}
#zhengCaiOrder li .icon_circle{
    width: 4px;
    height: 4px;
    margin-right: 4px
}
#zhengCaiOrder li a{
    width: 308px;
    margin-right: 12px;
}
#zhengCaiOrder li a:hover{
    color: #1ABC9C;
}
#zhengCaiOrder li span.color333{
    width: 164px;
    margin-right: 12px;
}
#zhengCaiOrder li .colorRed{
   width: 104px;
}
.zhengcai_module .yj_list li{
   width: 390px;
   height: 110px;
   overflow: hidden;
}
.zhengcai_module .yj_list li a{
    display: block;
    width: 390px;
   height: 110px;  
  
}
.zhengcai_module .yj_list li img{
    width: 390px;
   height: 110px;  
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.zhengcai_module .yj_list li img:hover{
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/* 中软需求 */
.chinasoftiDemand .chinasoftiDemandHeader{
    height: 50px;
    line-height: 50px;
}
.chinasoftiDemand .chinasoftiDemandHeader .iconmore{
    display: inline-block;
    margin-top: 15px;
    width: 68px;
    height: 20px;
}
.chinasoftiDemand .chinasoftiDemandList{
    width: 1201px;
    max-height: 452px;
    overflow: hidden;
}
.chinasoftiDemand .chinasoftiDemandList .item{
    float: left;
    width: 290px;
    height: 216px;
    margin: 0px 10px 10px 0;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.chinasoftiDemand .chinasoftiDemandList .item:hover{
    -webkit-box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.15);
}
.chinasoftiDemand .chinasoftiDemandList .item a{
    display: block;
    width: 290px;
    height: 216px; 
    padding: 20px;
}
.chinasoftiDemand .chinasoftiDemandList .demandName{
    height: 52px;
    line-height: 26px;
    overflow: hidden;
}
.chinasoftiDemand .chinasoftiDemandList .zy{
    float: left;
   width: 32px;
    height: 18px;
   line-height: 18px;
   margin-top: 4px;
   margin-right: 4px;
   text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #F82B37;
}
.chinasoftiDemand .chinasoftiDemandList .demandBudget{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.chinasoftiDemand .chinasoftiDemandList .demandContent{
    height: 24px;
    line-height: 24px;
}
.chinasoftiDemand .chinasoftiDemandList .demandContent:first-child{
    margin-top: 2px;
}
.chinasoftiDemandList .demandContent .txtellipsis{
    width: 180px;
}
/* 新会员入驻 */
.newMembersList{
    width: 890px;
    height: 136px;
    padding:10px 18px
}
.newMembersList .font18{
    height: 40px;
    line-height: 40px
}
.newMembersList .dividingLine{
    position: absolute;
    left: 50%;
    top: 62px;
    height: 42px;
    border-left: 1px dashed #ccc;

}
.newMembersList ul{
    width: 960px;
    height: 60px;
    overflow: hidden;
}
.newMembersList .item{
    height: 30px;
    line-height: 30px;
    width: 380px;
    margin-right: 80px;
    float: left;
    white-space: nowrap;
}
.zhengcai_module .yj_list li .icon_yjnew{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/index/2x/icon_yjnew.png);
    background-repeat: no-repeat;
    background-size: 46px 46px;
    z-index: 2;
}
.newMembersList .item .icon_circle{
       width: 4px;
       height: 4px;
       margin-right: 6px;
}
.newMembersList .item .companyName{
    width: 240px;
    margin-right: 10px;
}
.newMembersList .str_move{
    position: absolute;
}
.newMembers>.fr{
    width: 290px;
    height: 136px;
    padding-top: 18px
}
.newMembers>.fr .font24{
    height: 30px;
    line-height: 30px;
}
.newMembers>.fr .font18{
    height: 24px;
    line-height: 24px;
}
.newMembers>.fr  .btn_green{
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.newMembers>.fr  .btn_green:hover{
    background: #028A6C;
}

/* 云上软件园公司 */
.cloudCompanyBox .cloudArea{
    height: 50px;
    line-height: 50px;
}
.cloudCompanyBox .cloudArea .font24{
    height: 50px;
    line-height: 50px;
}
.cloudCompanyBox .cloudArea ul{
    height: 50px;
    line-height: 50px;
}
.cloudCompanyBox .cloudArea li{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 18px;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #666;
}
.cloudCompanyBox .cloudArea .active{
    font-size: 18px;
    color: #333;
}
.cloudCompanyBox #cloudCompanyList{
    width: 1200px;
    height: 260px;
    overflow: hidden;
}
#cloudCompanyList .item{
    display: none;
    float: left;
    width: 290px;
    height: 240px;
    margin: 0 10px 10px 0;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff
}
#cloudCompanyList .item.active{
   display: inline-block;
}
#cloudCompanyList .item a{
    display: block;
    width: 288px;
    height: 240px;
    padding: 10px 20px 0;
}


.cloudCompanyBox  #cloudCompanyList .item:hover{
    -webkit-box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.15);
}
#cloudCompanyList .item .font16{
    height: 56px;
    line-height: 56px
}
#cloudCompanyList .item .font16 p{
    max-width: 190px;
}
#cloudCompanyList .seversList{
    text-align: center;
    overflow: hidden;
    height: 64px;
}
#cloudCompanyList .seversList li{
    display: inline-block;
    max-width: 80px;
    height: 22px;
    line-height: 22px;
    margin: 8px 5px 0;
    padding: 0 6px;
    text-align: center;
    background: #F0F2F5;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    color: #4A4A4A;
}
#cloudCompanyList .item .dividingLine{
    width: 100%;
    height: 0;
    border-bottom:1px dashed #ccc;
    margin: 27px 0 14px;
}
#cloudCompanyList .item .companyInfo{
    height: 26px;
    line-height: 26px
}
#cloudCompanyList .item .companyInfo .fl:first-child{
     width: 136px
}
/* 云上软件园轮播 */
.jfh-hd-go-cloud{
    height: 250px;
  }
.jfh-hd-go-cloud .gp_cloud{
    width: 190px;
    height: 250px;
    background-image: url("images/index/goCloudBg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
  
}
.jfh-hd-go-cloud .gp_cloud a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent;
}
.swiperContainer{
    position: relative;
    height: 250px;
    width: 990px;
    overflow: hidden;
   
}
.swiperContainer .swiperWrapper{
    width: 1000px;
    height: 250px;

}
.swiperContainer .swiperSlide{
    float: left;
    width: 190px;
    height: 250px;
    margin-right: 10px;
}

.swiperContainer .swiperSlide a{
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition:all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.swiperContainer .swiperWrapper a img{
    width: 100%;
    height: 100%;
    transition:all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}

.swiperContainer .swiperWrapper a:hover img{
    -webkit-transform: scale(1.05);     
    -moz-transform: scale(1.05);        
    -ms-transform: scale(1.05);        
    -o-transform: scale(1.05);
    transform: scale(1.05); 
}
.swiperContainer .swiperButtonPrev{
   left: 0;
  background-image: url("images/index/zback.png");

 }
.swiperContainer .swiperButtonNext{
   right: 0;
    background-image: url("images/index/yback.png");
}
.swiperButtonNext,.swiperButtonPrev{
    position: absolute;
    top: 92px;
    z-index: 10;
    display: none;
    cursor: pointer;
    width: 30px;
    height: 66px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiperContainer:hover .swiperButtonNext,.swiperContainer:hover .swiperButtonPrev{
    display: block;
}
#swiper_one .hide{
    display: none!important;
}
/* 华为 */
/* 左侧选项卡 */
#hwLeft{
    width: 890px;
    height: 390px;
    padding: 18px 20px 0;

}
#hwRight{
    width: 290px;
    height: 390px;
    padding: 18px 20px 0;
}
#hwBlock .jfindextitle {
   height: 52px;
   line-height: 52px
}
#hwBlock .iconmore{
    display: inline-block;
    margin-top: 18px;
    width: 48px;
    height: 15px;
}
#hwPics {
    height: 300px;
    width: 850px;
    background-color: #fff;
}

#hwPics > div {
    height: 300px;
    width: 850px;
    display: none;
    background-color: #fff;
    background-position: left top;
}

#hwPics > div.pics1 {
    background-image: url(images/index/hwleftimg1.jpg);
}

#hwPics > div.pics2 {
    background-image: url(images/index/hwleftimg2.jpg);
}

#hwPics > div.pics3 {
    background-image: url(images/index/hwleftimg3.jpg);
}

#hwPics > div.pics4 {
    background-image: url(images/index/hwleftimg4.jpg);
}

#hwPics > div.pics5 {
    background-image: url(images/index/hwleftimg5.jpg);
}

#hwPics > div.pics6 {
    background-image: url(images/index/hwleftimg6.jpg);
}

#hwPics > div.pics7 {
    background-image: url(images/index/hwleftimg7.jpg);
}

#hwPics > div.pics8 {
    background-image: url(images/index/hwleftimg8.jpg);
}

#hwPics > div.pics9 {
    background-image: url(images/index/hwleftimg9.jpg);
}

#hwPics div.txtbox {
    padding: 50px 250px 0 45px;
}

#hwPics div.txtbox h3 {
   height: 42px;
   line-height: 42px
 }

#hwPics div.txtbox p {
    line-height: 22px;
  }

#hwPics div.txtbox .kbtn {
    
    width: 96px;
    height: 32px;
    margin-top: 12px;
    line-height: 32px;
    padding: 0;
    background: #1ABC9C;
    font-size: 14px;
    color: #fff;
   
}
#hwPics div.txtbox .kbtn:hover{
    opacity: 0.85;
}
#hwNavs {
    position: absolute;
    width: 850px;
    height: 40px;
    bottom: 20px;
    left: 20px;
}

#hwNavs div.item {
    float: left;
    width: 94px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#hwNavs div.item:last-child {
    width: 96px;
}

#hwNavs div.item.active {
    background: rgba(51, 176, 149, 1)
}
#hwRight .hwCloudBg{
    width: 250px;
    height: 82px;
    background-image: url(images/index/hwCloudBg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#hwRightBox ul{
    display: block;
    padding-top: 24px;
    text-align: center;
}
#hwRightBox li{
    float: left;
    text-align: center;
    width: 82px;
    height: 112px;
    white-space: nowrap;
}
#hwRightBox li:nth-child(2),#hwRightBox li:nth-child(4){
   width: 84px;
}
#hwRightBox li a:hover{
    color: #1ABC9C;
}
#hwRightBox li .img-normal{
    margin: 4px auto;
    width: 50px;
    height: 50px;
    background-image: url(images/index/hw_iconGroup.png);
    background-repeat: no-repeat;
    
}
#hwRightBox li .item1{
    background-position:3px -45px;
}
#hwRightBox li .item2{
    background-position: -52px 4px;
}
#hwRightBox li .item3{
    background-position: 6px 4px;
}
#hwRightBox li .item4{
    background-position:-53px -47px;
}
#hwRightBox li .item5{
    background-position: 3px -96px;
}
#hwRightBox li .item6{
    background-position: -54px -95px;
}
/* 交易流程 */
#tradProcess {
    height: 140px;
}

#tradProcess .tradProcess_left {
    width: 214px;
    height: 140px;
    background: url(images/index/tradProcessBg.png) no-repeat left top;
    padding: 46px 0 0 52px
}
#tradProcess .tradProcess_left .font28{
    height: 46px;
    line-height: 46px
}
#tradProcess .tradProcess_left .bgwhite{
    display: block;
    width: 54px;
    height: 5px;
    background-color: rgba(255,255,255,.7)
}
#tradProcess .tradProcess_right {
    height: 140px;
    padding-top: 34px
}
#tradProcess .tradProcess_right .processNo{
   padding-left: 20px
}
#tradProcess .processNo .green{
    float: left;
    margin: 0 30px;
    height: 44px;
    line-height: 44px;
}
#tradProcess .processNo .greenBd{
    float: left;
    margin-top: 21px;
    display: inline-block;
    height: 0;
    width: 76px;
    border-bottom: 1px dashed  #1ABC9C;
}
#tradProcess .processContent .item{
    float: left;
   text-align: center;
  }
  #tradProcess .item:nth-child(1){
      margin-left: 26px
  }
  #tradProcess .item:nth-child(2){
    margin-left: 88px
}
#tradProcess .item:nth-child(3){
    margin-left: 94px
}
#tradProcess .item:nth-child(4){
    margin-left: 88px
}
#tradProcess .item:nth-child(5){
    margin-left: 98px
}
#tradProcess .item:nth-child(6){
    margin-left: 80px
}
#tradProcess .item .font16{
    color: #4a4a4a;
    height: 22px;
    line-height: 22px;
}
#tradProcess .item a{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color:#9b9b9b
}
#tradProcess .item a:hover{
    color:#1ABC9C; 
}
/* 解放动态、故事、社区热帖 */
#news .item{
    width: 390px;
    height: 450px;
    padding: 20px;
}
#news .item:nth-child(2){
    margin: 0 10px;
}
#news .item .newsTitle{
    height: 44px;
    line-height: 44px
}
#news .item .newsTitle .iconmore{
    display: inline-block;
    width: 48px;
    height: 15px;
    margin-top: 14px;
}
#news .item .photoandintroList{
    height: 200px;
    overflow: hidden;
}
#news .photoandintroList .photoandintroItem{
    height: 95px;
    margin-bottom: 10px;
}
.photoandintroList .photoandintroItem .imgBox{
    width: 130px;
   height: 90px;
   margin-top: 5px;
}
.photoandintroList .photoandintroItem img{
    width: 130px;
    height: 90px;
}
.photoandintroList .photoandintroItem .fr{
    width: 200px;
}
.photoandintroList .photoandintroItem .fr .txtellipsis{
    display: block;
    line-height: 24px
}
.photoandintroList .photoandintroItem .fr a:hover{
    color: #1ABC9C;
}
.photoandintroList .photoandintroItem .fr .color999{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
#news .item .dividingLine{
    margin: 16px 0;
    border-bottom:1px dashed #ccc;

}
#news .item .newsList{
    height: 96px;
    overflow: hidden;
}
#news .newsList li{
    height: 32px;
    line-height: 32px;
}
#news .newsList .txtellipsis{
    width: 320px;
}
#news .newsList li .icon_circle{
    width: 4px;
    height: 4px;
    margin-right: 10px
}
#news .newsList li a:hover{
    color: #1ABC9C;
}
#news .item .jfhDynamicImgBox{
    width: 350px;
    height: 160px;
}
#news .item .jfhDynamicImgBox img{
    width: 350px;
    height: 160px; 
}
#news .item .jfhDynamicContent{
    height: 38px;
    line-height: 38px;
}
#news .item .jfhDynamicContent a{
    display: inline-block;
    width: 350px;
}
#news .item .jfhDynamicContent a:hover{
    color:#1ABC9C; 
}
/* 社区热帖 */
#news .item #bbsHotContent{
    max-height: 352px;
    overflow: hidden;
}
#news .item #bbsHotContent li{
    height: 24px;
    line-height: 24px;
    padding: 10px 0
}
#news #bbsHotContent li .numListBox{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    margin-right: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    font-size: 14px;
    color: #333;

}
#news #bbsHotContent li .numListBoxHot{
    border: 1px solid #FF6000;
    color: #FF6000;
}

#news #bbsHotContent li a{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 288px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
#news #bbsHotContent li a:hover{
    color: #1ABC9C ;
}

/* 特色  */
#fiveChar {
    height: 160px;
    background: #1ABC9C;
}


.fivechar{
    padding-top: 38px;
}
.fivechar li {
    float: left;
    width: 238px;
}
.fivechar li a{
    display: inline-block
}
.fivechar li i {
    float: left;
    display: inline-block;
   
    width: 50px;
    height: 50px;
    background: url(images/index/fiveCharIcon.png)no-repeat
}

.fivechar li .fivecharcon {
    display: inline-block;
   }

.fivechar li .fivecharcon h2 {
    padding-bottom: 8px;
}

.fivechar li .fivecharcon .txt {
    display: inline-block;
  
    color: rgba(255, 255, 255,.7);
    }

.fivechar li.charA i {
    margin:8PX 8px 0 0;
    background-position:0px 0px ;
}
.fivechar li.charB i {
    margin:8PX 8px 0 6px;
    background-position:0px -60px ;
}
.fivechar li.charC i {
    margin:8PX 8px 0 14px;
    background-position:0px -120px ;
}
.fivechar li.charD i {
    margin:8PX 8px 0 24px;
    background-position:0px -176px ;
}
.fivechar li.charE i {
    margin:8PX 8px 10px 46px;
    background-position:0px -235px ;
}

#appointmentleft{
    position: fixed;
    bottom: 50px;
    left: -211px;
    width: 211px;
    height: 109px;
    background: url(images/index/footer/f-left.png) no-repeat center center;
    z-index: 101;
    cursor: pointer;
}
#appointment{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1190px;
    height: 100px;
    background: url(images/index/footer/footerbg.png) no-repeat center center;
    z-index: 101;
}
#appointment .w1190{
    height: 100px;
    /*background: url(images/index/appointment.png)no-repeat 300px 24px;*/
}
#appointment .w1190 .fl{
    margin-left: 20px;
    margin-top: 20px;
    height: 54px;
    line-height: 54px;
}
#appointment .w1190 .fl .green{
    margin-left: 12px;
}
#appointment .w1190 .fr{
    margin-top: 22px;
    margin-right: 25px;
}
#appointment .w1190 .fr input{
    float: left;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border: 0;
    padding:0 16px;
    font-size: 14px;
    color: 999;
    [;line-height:1;]
}

#appointment .w1190 .appointmentBtn{
    float: left;
    width: 190px;
    padding-left: 35px;
    height: 56px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #2c2e40;
    line-height: 54px;
    background: url(images/index/footer/btn.png) no-repeat;
    text-align: left;
    cursor: pointer;
}
#appointment .w1190 .appointmentBtn:hover{
    background-position:  0 -56px;
}
#appointment .w1190 .closeBtn{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    background: url(images/index/footer/closeBtn.png) no-repeat;
    background-size: contain;
    cursor: pointer;
   
}
/* 提示框 */
#telMask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: rgba(0,0,0,.7);
    text-align: center;
} 
#telMask .telDailog{
    display: inline-block;
    width: 400px;
    padding: 30px;
    background-color: #fff;
  
}
#telMask>span.vm{
    height: 80%;
} 
#telMask .icon_teldialog{
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px auto 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
#telMask .sub_success .icon_teldialog{
    background-image: url(images/index/icon_yes_green.png)
}
#telMask .sub_error .icon_teldialog{
    background-image: url(images/index/icon_no_red.png)
}
#telMask .telDailog div.font14{
    line-height: 24px;
    color: #333
}
#telMask .btn_green{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    margin: 20px auto 0; 
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
/* 首页公众样式修改 */
#userBtn{
    display: none!important;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.dropdown-menu {
    position: absolute;
    top: 48px;
    right: -90px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    padding-top: 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #workTypeNavTitle {
      padding-left:12px;
      width: 223px;
  }
  #channelNav li {
      float: left;
      height: 16px;
      margin: 10px 25px 0 0;
      padding: 0;
      position: relative;
      color: #333;
      font-weight: bold;
  }
  #channelNav li.fg {
       margin: 10px 25px 0 0;
}
.dialog_box .input_box .btn_green{
    background: transparent;
}
#jfLogoBox {
	width: 231px;
	height: 95px;
	padding: 5px 0;
  }
  #jfLogo {
	display: block;
	background: url(images/index/logo2019.jpg) no-repeat left top;
    background-size: 231px 95px;
	width: 231px;
	height: 95px;
  }
  #searchBar {
    padding-top: 16px;
   padding-bottom: 24px;
}
#postWant{
    width: 116px;
    font-size: 14px;
}

/*发布需求按钮 start*/
#postWant{
    position: relative;
}
#postWant span{
    margin-left: -10px;
}
#postWant.newPostWant:after{
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
    right: 12px;
    top: 50%;
    margin-top: -5px;
}

.btnwrap-fb{
    position: relative;
    float: left;
    width: 116px;
    height: 40px;
}

#slideBtn {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 5;
    background: #fff;
}

.btnwrap-fb:hover #slideBtn{
    display: block;
}

#slideBtn li{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #1abc9c;
    border-bottom: none;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
#slideBtn li a{
    color: #1abc9c;
}
#slideBtn li:hover{
    opacity: 0.85;
}
#slideBtn li:nth-last-child(1){
    border-bottom: 1px solid #1abc9c;
}

#slideBtn li>a{
    display: block;
}
/*发布需求按钮 end*/



#searchBorder #searchBtn, #searchLocalBtn, #searchAllBtn, #searchCountryBtn {
font-size: 14px;
}
#searchBox {
    width: 600px;
}


/* 二倍高清 */
@media screen and (-webkit-min-device-pixel-ratio: 1.5){
    #jfLogo {
     background: url(images/index/2x/logo2019.jpg) no-repeat  left top;
     background-size: 231px 95px;
      }
    .btn_orgBg{
        background-image: url(images/index/2x/btn_orgBg.png);
     }
    .freeConsultation{
        background: url(images/index/2x/freeConsultationBg.jpg);
        background-size: 100% 100%;
    }
      .plateBanner .fxq_Bg{
       background-image: url(images/index/2x/fxq_Bg.jpg);
    }
    .plateBanner .understandingDetails{
      background-image:url(images/index/2x/understandingDetails_Bg.jpg);
    }
    .plateBanner .joincloudSoftware{
      background-image:url(images/index/2x/joincloudSoftware_Bg.jpg);
    }
    .jfh-hd-go-cloud .gp_cloud{
      background-image: url(images/index/2x/goCloudBg.jpg);
     }
     #hwRight .hwCloudBg{
        background-image: url(images/index/2x/hwCloudBg.jpg);
    }
    #latestDeal{
       background-image: url(images/index/2x/latestDealBg.jpg);
    }
    #hwRightBox li .img-normal{
        background-position:center;
    }
    #hwRightBox li .item1{
        background-image: url(images/index/2x/hw_iconGroup01.png);
        background-size: 44px 36px;
     }
    #hwRightBox li .item2{
        background-image: url(images/index/2x/hw_iconGroup02.png);
        background-size: 44px 38px;
      
    }
    #hwRightBox li .item3{
        background-image: url(images/index/2x/hw_iconGroup03.png);
        background-size: 40px 38px;
       
    }
    #hwRightBox li .item4{
        background-image: url(images/index/2x/hw_iconGroup04.png);
        background-size: 44px 36px;
      
    }
    #hwRightBox li .item5{
        background-image: url(images/index/2x/hw_iconGroup05.png);
        background-size: 44px 38px;
     
    }
    #hwRightBox li .item6{
        background-image: url(images/index/2x/hw_iconGroup06.png);
        background-size: 44px 36px;
      
    }
    .btn_orgBg{
       background-image: url(images/index/2x/btn_orgBg.png);
    }
}
