a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a{text-decoration:none;-webkit-touch-callout:none;background-color:transparent}
li{list-style:none}
html,body{-webkit-user-select:none;user-select:none;}
*{
    padding: 0px;
    margin: 0px;
}
body {
    font-family: 'MicrosoftYaHei';
    color: #3d4853;
 
}
input:focus {
    outline: 0;
}

button {
    font-size: 14px;
    border-radius: 0px;
    border: 0 none;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    width:100%;
}
img{
    background: transparent;
    border:0 none;
    width:100%;
}
.text-center {
    text-align: center!important;
}

/*================= 头部 ================*/

.header_back_view {
    width: 100%;
    height: 4.57rem;
    background-color:#ffffff;
    display: flex;
    padding-left: 1.42rem;
    padding-right: 0.78rem;
    justify-content: space-between;
}

.header_back_view a img{
    width: 6.17rem;
    height: 2.07rem;
    margin: 1.36rem 1.21rem 1.14rem 0;
 }

 .header_back_view .title-center{
	font-family: MicrosoftYaHei;
	font-size: 0.85rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.43rem;
    color: #9d9d9d;
    line-height: 4.57rem;
    width: 14.21rem;
    
}
.title-right{
    border-radius: 0;
    border-width: 0;
    margin-top: 0.71rem;
    margin-bottom: 0.71rem;
    background-color: transparent;
    text-align: right;
    padding: 0px;
}
.navbar-light .navbar-toggler-icon{
    width: 2.96rem;
	height: 2.96rem;
	background-color: #e5e5e5;
}
img.img-responsive{
    width: 100%;
    height: 19.46rem;
}
.header .container-fluid  .popup{
    position: relative;

}
.header .container-fluid  .popup .popup-content {
    position: absolute;
    z-index: 999;
    height: 20rem;
    transition: all .3s ease-in-out;
    top: 4.57rem;
    right: -0.8rem;
    width:0rem;
    opacity:0;
    overflow:hidden;
}
.header .container-fluid  .popup .popup-content.move{
    width:4.57rem;
    opacity: 1;
}

.header .container-fluid  .popup .popup-content ul li{
    width: 4.57rem;
    height: 2.67rem;
    line-height:  2.67rem;
    font-size: 0.85rem;
    text-align: center;
    font-family: 'MicrosoftYaHei-Bold';
	background-color: #ffffff;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    box-sizing: border-box;
}
.header .container-fluid  .popup .popup-content ul li:first-child{
    border-top: 1px solid #b5b5b5;
}
.header .container-fluid  .popup .popup-content ul li a{
    margin: 0px;
    color: #000000;
    width: 1.75rem;
    text-overflow: clip;
    text-align: justify;
    overflow: hidden;
}
.header .container-fluid  .popup .popup-content ul li.active a{
    color: #0083ff;
}
.container-fluid{
    margin: 0px;
    padding: 0px;
}
/*================= 底部 ================*/
.footer{
    background-color: #0d1e44;
}

.footer .context:first-child{
    display: flex;
    display: -webkit-flex;padding: 1.5rem 1rem;
}

.footer .context:last-child{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    height: 1.93rem;
}
.footer .context:not(:last-child){
    border-bottom: 1px solid #213971;
}
.footer .context-footer{
    padding:0.4rem 0rem
}

.footer .context-footer div{
	font-size: 0.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0083ff;
	text-align:center;
}

.footer div.context:last-child div{
    height: 1.93rem;
    line-height: 1.93rem;
	font-size: 0.57rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0083ff;
}
.footer div.context .news .system-context{
    width: 11.96rem;
    font-size: 0.75rem;
}
.footer div.context .news .system-context p{
    width: 11.67rem;
    color: #0083ff;
    font-size: 0.75rem;
    margin-bottom: 0.39rem;
}
.footer .container-fluid .context .qr-code{
    display: flex;
    display: -webkit-flex;
    
}
.footer .container-fluid .context  .gongzhonghao{
    float: right;
    text-align: center;
    font-size: 0.5rem;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    height: 6rem;
}
.footer .container-fluid .context .qr-text{
    width: 100%;text-align: center;font-size: 0.5rem;
}

.footer .container-fluid .context  .gongzhonghao:first-child{
    margin-right: 1.14rem;
}
.footer .container-fluid .context  .gongzhonghao img{
    width: 4rem;
    height: 4rem;margin: 0 auto;
}


.footer .news img{
    width: 4.07rem;
    height: 1.35rem;
    margin-bottom: 1.11rem;
}
.footer .container-fluid .context ul{
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0.68rem 1.07rem 0.61rem 1.07rem ;
}
.footer .container-fluid .context ul li a{
	height: 0.82rem;
	font-family: 'MicrosoftYaHei';
    font-size: 0.78rem;
    line-height: 0.82rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
.footer .container-fluid .context ul li:last-child{
    color: #0083ff;
}

/*================= 提交信息 ================*/
.container-fluid.user-resource{
    background-image: url(../images/web/form-background.png);
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    padding: 2.25rem 2rem;

}
.user-resource .userexport .form-group{
 display: flex;
 margin-bottom: 1.5rem;
}
.user-resource .userexport .form-group label{
    width: 5.64rem;
    height: 3.21rem;
    background-color: #3a86ff;
    color: #ffffff;
    line-height: 3.21rem;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 1.29rem;
    text-align: center;
}
.user-resource .userexport .form-group .form-control{
    width:17.14rem;
    height: 3.21rem;
    border-radius: 0rem;
    border: 1px solid #ffffff;
    font-size: 1.29rem;
  
}
.user-resource .userexport img{
    text-align: center;
}
.user-resource .call-to-action-title{ 
    text-align: center;
    color: #000000;
    font-size: 1.29rem;
}

.user-resource .call-to-action-title p:last-child{
    margin-top: 1.11rem;
    margin-bottom: 2.42rem;
    font-family: 'MicrosoftYaHeiLight';
	font-size: 1.7rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.35rem;
	letter-spacing: 1px;
	color: #ffffff;
}
/* 财务资讯 */
.finance{
    background-color: #ffffff;
    padding: 3.75rem  1.28rem 3rem 1.28rem;
}
.finance .price .category ul{
    display: flex;
    justify-content: space-between;
}
.finance .price .category ul li {
	font-family: 'MicrosoftYaHeiUI';
	font-size: 1.07rem;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 0px 1.39rem 0px;

}
.finance .price .category ul li:first-child{
    text-align: left;
}
.finance .price .category ul li:last-child{
    text-align: right;
}
.finance .price .category ul li a{
    padding: 0px 0px 1.39rem 0px;
}
.finance .price .category ul li.active{
    border-bottom:0px
}
.finance .price .category ul li.active a{
    border-bottom: 0.21rem solid #0083ff;
    font-family: MicrosoftYaHeiUI-Bold;
    color: #0083ff;
}
.finance .price .cont ul li a .cont_main {
    vertical-align: top;
    text-align: left;
    margin-top: 1.35rem;
    width:100%;
}
.finance .price .cont ul li .cont_main a h3.title {
    font-size: 0.86rem;
    line-height: 1.4rem;
    height: 1.4rem;
    color: #000000;
    white-space:pre-wrap;
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    margin-bottom: 0.68rem;
    width: 100%;
}
.finance .price .cont ul li .cont_main h3.list{
    font-size: 1.35rem;
}

.finance .price .cont ul li .cont_main .paper{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;

}
.finance .price .cont ul li .cont_main .paper .describe{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 0.82rem;
    padding-bottom: 0.29rem;
  
  }
  .finance .price .cont ul li .cont_main .paper .describe p.desc{
    font-size: 0.86rem;
    line-height: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    margin-top: -0.3rem;
    margin-bottom: 1.32rem;
    height: 2.61rem;
    text-overflow : clip;
    text-align: justify;
    overflow: hidden;
      white-space:pre-wrap;

  }
.finance .price .cont ul li  .cont_main .paper img{
  width: 5.82rem;
  height: 3.86rem;
  margin: 0px;
}
.finance .price .cont ul li  .cont_main p.desc {
    font-size: 0.57rem;
    line-height: 1.57rem;
    height: 1.57rem;
    color: #666666;
    margin-bottom: 1.21rem;
    text-overflow: ellipsis;
    text-align: justify;
    overflow: hidden;
    width: 100%;
    white-space: pre-wrap;
}
.finance .price .cont ul li  .cont_main p.date {
    text-align: right;
    height: 0.54rem;
	font-size:0.64rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.96rem;
	letter-spacing: 0px;
	color: #666666;
}
.finance .price .more-context {
    margin-top: 0.71rem;
    font-size:  0.71rem;
}

/* 更多客户 */
.container-fluid.web-client {
    background-color: #0083ff;

}
.container-fluid.web-client .client-title{
    font-family: 'MicrosoftYaHeiUI';
	font-size: 1.71rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    padding: 2.82rem 4.86rem;
}
.client-list{
    display: flex;
    padding-bottom: 3.86rem;
}
.client-list img{
    width: 5.57rem;
    height: 5.57rem;
}
.client-list div{
    padding: 0 1.79rem;
    color: #ffffff;
}
.client-list div:first-child{
    border-right: 0.07rem solid #ffffff;
}
.client-list p.name{
    font-family: 'MicrosoftYaHeiUI-Bold';
	font-size: 1.07rem;
	font-weight: normal;
	font-stretch: normal;
    padding-top: 0.68rem;
    padding-bottom: 1.04rem ;
	letter-spacing: 0px;
    margin-bottom: 0px;
}

.header-intro-wrap{
    display: flex;
    justify-content: space-around;
    background-color: #0d1e44;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.14rem;
    padding-bottom: 2rem;
}
.header-intro-wrap .title{
    flex: 1;
    font-family: 'MicrosoftYaHeiLight';
    letter-spacing: 0.04rem;
}
.header-intro-wrap .title h3{
    margin-bottom: 0.61rem;
    font-size: 1.71rem;
	font-weight: normal;
	font-stretch: normal;
	
}
.header-intro-wrap .title p{
    margin-bottom: 0px;
	font-size: 0.86rem;
}
/* 版本 */
.version{
    padding: 3.43rem 1.36rem;
    background-color: #e9e9e9;
}
.version .version-section-wrap .version-section-title{
    margin: 0px;
    padding: 0px;
    font-size: 2.14rem;
    line-height: 2.14rem;
	color: #0a0a46;
}
.version-section-wrap .version-section-tag{
    margin: 0px;
    padding: 2.14rem 1.39rem 1.89rem 1.39rem;
    font-size: 1.07rem;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing:0.05rem;
    line-height: 2.07rem;
	color: #666666;
}
.version-section-wrap-1 .up{
    display: flex;
    justify-content: space-between;
}
.version-section-wrap-1 .up .version-free{
    background-color: #ff3d17;
    color: #ffffff;
    padding: 1.71rem 0.92rem 1.21rem 1.29rem;
    width: 11.79rem;
}
.version-section-wrap-1 .up .version-free.version-classics{
    background-color: #0083ff;
}
.version-section-wrap-1 .up .version-free img{
    width: 2.5rem;
    height: 2.07rem;
}
.version-section-wrap-1 .up .version-free p{
  
    padding-top: 0.54rem;
    padding-bottom: 1.39rem;
    font-family: 'MicrosoftYaHeiUI-Bold';
    font-size: 1.07rem;
    margin-bottom: 0px;
}
.version-section-wrap-1 .up .version-free a{
    font-size: 0.71rem;
}
.version-section-wrap-1 .version-else{
   margin-top: 0.68rem;
    display: flex;
    justify-content: space-between;
}
.version-section-wrap-1 .version-else div{
    padding: 1.64rem 0.5rem 1rem 1rem;
    background-color: #ffffff;
}
.version-section-wrap-1 .version-else div img{
    width: 1.82rem;
    height: 1.82rem;
}
.version-section-wrap-1 .version-else div p{
    padding-top: 0.54rem;
    padding-bottom: 1.39rem;
    font-family: 'MicrosoftYaHeiUI';
    font-size: 0.86rem;
    margin: 0px;
	font-weight: normal;
	font-stretch: normal;
    color: #666666;
    width: 3.5rem;
}
.version-section-wrap-1 .version-else div a{
    font-size: 0.71rem;
}
/* 企业亮点 */
.container-fluid.bright_spot{
    background-image:url(../images/web/bright_spot.png);
    background-position: center 15rem;
    background-repeat:no-repeat ;
    background-size: 18.68rem 18.68rem;
    background-color: #0083ff;
    padding-left: 1.68rem;
    padding-right: 1.64rem;
    padding-bottom: 6.14rem;

}
.bright_spot .bright-title{
    padding-top: 5.82rem;
    padding-bottom: 4.43rem;
	font-size: 1.71rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
}
.bright_spot .bright-context{
    display: flex;
    justify-content: space-between;
 
}
.bright_spot .bright-context div{
    background-color: #ffffff;
    width: 10rem;
  
    box-shadow: 0px 0.21rem 0.21rem 0.04rem 
		rgba(6, 0, 1, 0.23);
}
.bright_spot .bright-context .bright-first{
    text-align: left;
    padding: 0.96rem 0rem  1.07rem 1.14rem;
 
}
.bright_spot .bright-context .bright-first span{
    font-size: 1.43rem;
    font-family: 'FZLTZHK--GBK1-0';
}
.bright_spot .bright-context .bright-second{
    text-align: right;
    padding: 0.96rem 1.14rem  1.07rem 0rem;
}
.bright_spot .bright-context p{
    font-size: 0.64rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    margin-bottom: 0rem;
}
.bright_spot .bright-context div p:first-child{
    
    font-family: 'MicrosoftYaHei-Bold';
	font-size: 0.86rem;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 0.04rem;
    color: #0d1e44;
    padding-bottom: 0.36rem;
	
}
.bright_spot .bright-context:last-child{
    margin-top: 11.5rem;
}
/* 功能模块 */
.function{
    background-color: #e9e9e9;
    padding-top: 2.71rem;
    padding-bottom: 3.96rem;
    padding-left: 0.96rem;
    padding-right: 1.11rem;
}
.function  .function-title h3{
	font-size: 1.71rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #000000;
}

.function .function-list{
    margin-top: 2.29rem;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.function .function-list>div{
    flex: 0 0 32%;
    height: auto;
    background-color: #ffffff;   
    margin-bottom: 1.11rem;
}
.function .function-list>div ul{
    color: #0083ff;
    width: 100%;
    list-style-type: none;
    font-family: 'MircrosoftYaHei',sans-serif;
    padding-bottom: 0.64rem;

}
.function .function-list>div ul li{
    padding-bottom:  0.29rem;
    padding-left: 0.64rem;
    padding-right: 0.64rem;
    font-size: 0.75rem;
    text-align: left;
    color: #666666;
}
.function .function-list>div ul li:first-child{
    height:2rem;
    font-size:0.71rem;
    line-height: 2rem;
    color: #ffffff;
    letter-spacing:0.04rem;
    background-color:#0083ff;
    padding-left: 0.61rem;
    padding-top: 0rem;
    margin-bottom: 0.64rem;
}

/*==================== 各个行业 industry =====================*/

.industry{
    background-color: #ffffff;
    padding: 4.43rem 1.64rem 5.36rem 1.64rem;
    background-image:url(../images/web/industry.png);
    background-size: 10.64rem 9.82rem;
    background-position: center 10.43rem;
    background-repeat:no-repeat ;

}
.industry  .industry-title h3{
    font-size: 1.71rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.04rem;
    color: #0a0a46;
    margin-bottom: 0rem;
}


.industry-list{
    display:flex;
    flex-wrap:wrap;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 3.71rem;
}
.industry-list>div{
    width: 6.14rem;
}
.industry-list>div ul{
    font-size: 0.86rem;
    color: #666666;
    text-align: center;
    list-style-type: none;
}
.industry-list>div ul li{
    height: 1.61rem;
    line-height: 1.61rem;
    margin-top:0.71rem;
    background-color: #e5e5e5;
	border-radius: 0.82rem;
	border: solid 0.07rem #b5b5b5;
	opacity: 0.3;
   
}
.software{
    background-color: #d3e5eb;
    padding: 1.75rem 2.43rem 1.82rem 1.86rem;
}
.software .software-title{
    height: 1.42rem;
	font-family: 'MicrosoftYaHeiUI-Bold';
	font-size: 1.42rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.42rem;
	letter-spacing: 0rem;
	color: #0083ff;
}
.software-context{
    padding-top: 1.21rem;
	font-size:0.86rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.43rem;
	letter-spacing: 0.04rem;
    color: #000000;
    text-align: justify;
}
.software video{
    width: 18.25rem;
    height:12.57rem;
    margin:1rem 1.61rem 1.61rem 2.64rem;
}
.software .info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.software .info span{
    flex: 0 0 50%;
    display: inline;
    font-family: 'MicrosoftYaHeiUI';
    font-size: 0.86rem;
    
	font-weight: normal;
	font-stretch: normal;
	line-height:1.32rem;
	letter-spacing: 0px;
    color: #000000;
    height: 1.32rem;
   
}
.software .info span:last-child{
    flex: 0 0 60%;
}
.software .download{
    display: flex;
    justify-content: space-between;
    padding:1.96rem 2.96rem 0 3.21rem;
}
.software .download img{
    width:6.68rem;
	height: 1.82rem;
}
.introduce{
    background-color: #ffffff;
    padding: 4.17rem  1.61rem  1.01rem 1.57rem;
}
.introduce .introduce-title{
    height: 1.42rem;
	font-family: 'MicrosoftYaHeiUI-Bold';
	font-size: 1.42rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.42rem;
	letter-spacing: 0rem;
    color: #000000;
    margin-bottom: 2.75rem;
}
.introduce .introduce-context p{
    text-align: left;
    font-size: 0.86rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.57rem;
	letter-spacing: 0.04rem;
    color: #666666;
    margin-bottom: 2.18rem;
    text-align: justify;

}
/* 标签资讯 */
.bread{
	font-size: 0.71rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
   padding: 0.5rem;
    background-color: #eeeeee;
}
.bread-context{
    background-color: #ffffff;
    padding:1.61rem 1.39rem 1.31rem 1.31rem;
    text-align: justify;
}
.bread-context .label-title{
	height: 1.43rem;
	font-family: 'MicrosoftYaHei-Bold';
	font-size: 1.43rem;;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.71rem;
	letter-spacing: 0px;
    color: #0083ff;
    margin-bottom: 0.89rem;

}
.bread-context  .label-describe{
    padding-top: 1rem;
    padding-bottom: 1.57rem;
    border-top: 0.04rem solid #dcdcdc;
    border-bottom: 0.04rem solid #dcdcdc;
}
.bread-context  .context a .article{
    border-bottom: 0.04rem solid #dcdcdc;
}
.bread-context  .context a .article h3{
	font-size: 1.29rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.71rem;
	letter-spacing: 0px;
    color: #000000;
    padding-top: 1.64rem;
    margin-bottom: 1.43rem;
}
.bread-context  .context a .article .describe{
	font-size: 0.86rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75rem;
	letter-spacing: 0px;
	color: #666666;
}
.bread-context  .context a .article .create-date{
	font-size: 0.64rem;
	font-weight: normal;
	font-stretch: normal;
	line-height:0.96rem;
	letter-spacing: 0px;
    color: #666666;
    text-align: right;
    padding-top: 1.11rem;
    padding-bottom:0.92rem ;
}
.more a img{
    margin-top: 1.5rem;
    width: 4.25rem;
    height:2.21rem;
}
.navigation{
    position: fixed;
    top: 21.39rem;
    right: 0px;
}
.navigation div:first-child{
    border-bottom: 0.07rem solid #ffffff;
}
.navigation div img{
   width: 5.36rem;
   height: 5.36rem;
}
/* 产品中心 */
.container-fluid.product{
    display: flex;
    justify-content: space-between;
    padding:1.96rem 1.64rem 2.89rem 1.64rem;
    background-color: #ffffff;
}
.product .product-softwware{
    flex: 0 0 48%;
}
.product .product-softwware .product-img{
    width: 6.14rem;
	height: 5.25rem;
}
.product .product-softwware h3{
    height: 2.68rem;
	font-family: 'MicrosoftYaHeiUI';
	font-size: 1.07rem;
	font-weight: normal;
	font-stretch: normal;
    line-height: 3.5rem;
	letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0rem;
}

.product .product-softwware span{
    display: block;
    font-family: 'MicrosoftYaHeiUI';
	font-size: 1.29rem;
	font-weight: normal;
	letter-spacing: 0px;
    color: #0083ff;
    font-weight: bold;
    margin-bottom: 1.25rem;
}
.product .product-softwware p{
    text-align: justify;
    font-size: 0.64rem;
	font-weight: normal;
    font-stretch: normal;
	line-height: 1.25rem;
	letter-spacing: 0px;
    color: #666666;
    margin-bottom: 1.46rem;
}
.product .product-softwware a img{
    width: 6.68rem;
    height: 1.82rem;
}
.product.middle{
    background-color: #eeeeee;
}
/* 关于我们 */
.company{
    padding: 1.78rem  0rem 0rem 0rem;

}
.company .price .category{
    padding-right:  1.78rem;
    padding-left: 1.32rem;
}
.company .price .category ul li.active a {
    border-bottom: 0rem;
   
}
.company .price .category ul li {
    font-family: 'MicrosoftYaHeiUI';
    font-size: 0.86rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 0px 1.25rem 0px;
}
.company .price .cont{
    padding-top: 1.25rem;
    padding-right:  1.78rem;
    padding-left: 1.32rem;
    padding-bottom: 1.79rem;
    text-align: justify;
}
.company .price .cont.development img{
    width: 21.71rem;
	height: 38.71rem;
}
.company .price .cont.customer{
    background-color: #e9e9e9;
    padding-bottom: 2.5rem;
    padding-right:  -1.78rem;
    padding-left: -1.32rem;
}
.company .price .cont.customer .title{
    font-size: 1.07rem;
	font-weight: bold;
	line-height: 1.32rem;
	letter-spacing: 0.04rem;
    color: #000000;
    padding-top: 1.57rem;
    padding-bottom: 1.64rem;
}
.company .price .cont.customer img{
    width: 23.42rem;
	height:14.75rem;
}
.company .price .cont.qualification{
    padding-bottom: 0.68rem;
}
.company .price .cont.qualification img{
    width: 23.64rem;
    margin-bottom: 1.07rem;
}
.course{
    background-color: #ffffff;
    padding: 2.56rem 1.07rem 1.76rem 1.71rem
}
.course .course-title{
	font-size: 0.64rem;
	font-weight: normal;
	letter-spacing: 0.04rem;
    color: #000000;
    padding-bottom: 3.07rem;
}

.course .course-title span{
	font-size:1.07rem;
	font-weight: bold;
	color: #ff0000;
}
.course img{
    width: 100%;
    height: 13.61rem;
}
.company .price .cont p{
    margin-bottom: 1.86rem;
}
.company .price .cont .info-img img{
    height: 3.46rem;
}

.culture{
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem 1.37rem  1.85rem 1.29rem;
}
.culture div{
    flex:  0 0 48%;
}
.culture div h3{
    font-family: 'MicrosoftYaHeiUI';
	font-size: 0.82rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.03rem;
	letter-spacing: 0.04rem;
    color: #0083ff;
    
}
.culture  div p{
    font-size: 0.64rem;
    color: #000000;
    letter-spacing: 0.04rem;
    margin-bottom: 0.5rem;


}
/* 常见问题 */
.problem{
    background-color: #ffffff;
    padding: 2.5rem  1.25rem 1.07rem 1.39rem;
}


.company .price .cont table td{
    height: 1.5rem;
   
    color: #666666;
    display:table-cell; vertical-align:middle;
}
.company .price .cont table tr:first-child td{
    height: 2.07rem;
    font-size: 1.07rem;
    color: #ffffff;
    background-color: #0083ff;
}
.company .price .cont table td p{
    margin: 0px;
    padding: 0.36rem 0 0 0;
    font-size: 0.54rem;
}
.company .price .cont table.info td p{
  text-align: left;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #eaf5ff;
}
.table-striped.info tbody  tr:nth-of-type(even){
    background-color: #ffffff;
    
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
/* 客户案例 */
.alient{
    padding: 2.18rem 1.36rem 6rem 1.36rem;
    background-color: #ffffff;
}
.alient-info{
    display: flex;
    justify-content: space-between;
   
    border-bottom: 1px solid #666666;
}
.alient-info img{
    width: 5.57rem;
    height: 5.57rem;
}
.alient-info .alient-head{
    padding-top: 1.5rem;
    padding-bottom: 1.46rem;
}
.alient-info .alient-head p{
    font-family: 'MicrosoftYaHeiUI';
	font-size: 1.07rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    text-align: left;
    margin-bottom: 0.86rem;
}
.alient-info .alient-head p:last-child{
    font-weight: bold;
}
.alient-introduce h3{
	font-family: 'MicrosoftYaHeiUI';
	font-size: 1.43rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #0083ff;
    margin-top: 1.89rem;
    margin-bottom: 1.82rem;
    text-align: justify;

}
.second{
    background-color: #e9e9e9;
}
/* 文章详情 */
.bread-context .article-title h3{
	font-size: 1.43rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.bread-context .article-title .title-item .subtitle{
    display: flex;
    justify-content:space-around;

 
}
.bread-context .article-title .title-item{
    border-bottom: 1px solid #dcdcdc;
}
.bread-context .article-title .title-item .subtitle p{
    font-size:3px;
}
.bread-context .article-describe{
    padding-top: 1.61rem;
    padding-bottom: 2.64rem;
    font-size: 1.07rem;
    line-height: 1.75rem;
}
.bread-context .article-context{
    font-size: 0.86ren;
    line-height: 1.75rem;
}
.hot{
    background-color: #eeeeee;
    padding: 0 1.46rem;
}
.hot-lable.related {
    border-bottom: 1px solid #666666;
    padding-bottom: 1.68rem
}
.hot .related h3 {
    font-size: 1.07rem;
    color: #000000;
    font-weight: bold;
    padding: 1.29rem 0 0 0;
}
.hot .hot-lable.related .lables{
    display: flex;
}
.hot .hot-lable.related .lables a {
    margin-bottom: 9px;
    text-align: center;
	background-color: #ffffff;
	border-radius:0.89rem;
    border: solid 1px #0051c9;
    font-size: 0.89rem;
    margin-right:0.61rem;
    padding: 0.1rem 0.37rem;
}
.hot .hot-lable .lables a:hover{
    background-color: #0051c9;
    color: #ffffff;
}
.hot .hot-read{
    padding-bottom: 2rem;
}
.hot .hot-read ul li a{
    font-size: 0.86rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0px;
    color: #5f5f5f;
    
}
/* 行业解决方案 */
.solutions{
    background-color: #ffffff;
    padding: 2.96rem 1.64rem 0rem 1.71rem;

}
.solutions .title{
    font-family: 'MicrosoftYaHeiUI-Bold';
	font-size: 1.43rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}
.solutions .solutions-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2.96rem;
}
.solutions .solutions-items .solutions-item{
    flex: 0 0 45%;
    background-color: #0083ff;
    width:10.68rem;
    height: 5.82rem;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 2.29rem;
}
.solutions .solutions-items .solutions-item a{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0.5rem;
    font-size: 1.07rem;
    font-weight: bold;
    color: #ffffff;
   
}
/*==================== 弹框 =====================*/
#bounced{
    background-color: rgb(213, 213, 213);
    width: 23.57rem;
    height: 24.28rem;
    display: block;
    position: absolute;
    top: 11.07rem;
    left: 1.64rem;
    font-size:1.07rem;
    z-index: 9999;
}
#bounced .modal-content{
    border-radius: 0px;
}
 #bounced .modal-content #form div{
    margin:1.18rem 2.5rem;
    display: flex;
}
#bounced .modal-content #form div input{
    width: 13.64rem;
    height:2.57rem;
    border:1px solid transparent;
    background-color:#eeeeee;
    padding-left: 0.96rem;
    line-height:2.57rem;
}
#bounced .modal-content #form div label{
    height:2.57rem;
    width: 4.5rem;
    line-height: 2.57rem;
    background-color: #386aff;
    color: #ffffff;
    margin-bottom: 0px;
}
#bounced .modal-content #form .button{
    margin-top: 1.96rem;
    margin-bottom: 3.11rem;
    font-weight: bold;
    color: #ffffff;
    border: 0px;
    width: 11.96rem;
    height:2.46rem;
    line-height: 2.46rem;
	background-color: #ff3a3a;
	border-radius: 1.21rem;
}
#bounced .modal-content div span{
    font-size: 2.17rem;
    line-height: 1.5rem;
    color: #666666;
    position: absolute;
    top: 0.52rem;
    right: 1rem;
}
#bounced .modal-dialog{
    width: 100%;
    margin: 0px;
}
#newBridge{
    display: none;
}