/* 面包屑导航 */
.position{
    width: 100%;
    height: 35px;
    background: #fff;
    margin-top: 20px;
}
.position_content{
    width: 1080px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 17px;
    color: #1b1b1b;
}
.position_content img{
    margin-top: -5px;
    margin-right: 5px;
}
.position_content a:hover{
    color: #5d90e5;
    text-decoration: none;
}
.wrap{
    width: 1080px;
    margin: 0 auto;
}
.main{
    margin-top: 25px;
}
.main_left{
    width: 710px;
    float: left;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding-bottom: 10px;
}
.computer{
    padding: 20px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.computer .logo{
    float: left;
}
.computer .logo img{
    width: 88px;
    height: 88px;
    border: 1px solid #f2f2f2;
}
.computer .computer_right{
    width: 570px;
    float: left;
    margin-left: 15px;
}
.computer .computer_right h1{
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    line-height: 28px;
    margin-top: 10px;
}
.sprite{
    background: url("https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/detailIcons.png") no-repeat;
}
.computer .computer_right .chinabyte{
    display: inline-block;
    width: 57px;
    height: 23px;
    background-position: 0px 0px;
    margin-left: 10px;
}
.computer_right p span{
    display: inline-block;
    height: 23px;
    border: 1px solid #229aee;
    border-radius: 5px;
    font-size: 15px;
    color: #048be9;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
    line-height: 25px;
    padding: 0px 10px;
}
.main_left .navigation{
    height: 60px;
    border-bottom: 2px solid #dadada;
}
.main_left .navigation li{
    float: left;
    height: 60px;
    font-size: 20px;
    color: #010101;
    padding: 0px 17px;
    cursor: pointer;
    line-height: 60px;
    position: relative;
}
.main_left .navigation li:hover{
    border-bottom: 2px solid #4b87ea; 
}
.main_left .navigation li a:hover{
    font-weight: bold;
    text-decoration: none;
    color: #010101;
}
.main_left .navigation li:hover::after{
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: #3d7de1 transparent transparent;
    bottom: -17px;
    left: 50%;
    margin-left: -8px;
}
.main_left .navigation li.active{
    font-weight: bold;
    border-bottom: 2px solid #4b87ea;
}
.main_left .navigation li.active::after{
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: #3d7de1 transparent transparent;
    bottom: -17px;
    left: 50%;
    margin-left: -8px;
}
/* 公司介绍 */
.introduce{
    margin-top: 30px;
    padding: 0px 15px 0px 25px;
    border-bottom: 1px dotted #f1f1f1;
}
.title .icon1{
    width: 27px;
    height: 31px;
    display: inline-block;
    background-position: -65px -1px;
    vertical-align: middle;
    margin-right: 10px;
}
.title h2{
    font-size: 25px;
    color: #111111;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.introduce p{
    font-size: 18px;
    color: #0e0e0e;
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
}
/* 基本信息 */
.information{
    margin-top: 20px;
    padding: 0px 15px 0px 25px;
    border-bottom: 0px dotted #f1f1f1;
}
.title .icon2{
    width: 28px;
    height: 32px;
    display: inline-block;
    background-position: -101px 0px;
    vertical-align: middle;
    margin-right: 10px;
}
.information p{
    font-size: 18px;
    color: #0e0e0e;
    line-height: 32px;
}
.information p span{
    color: #959595;
    margin-right: 35px;
}
.information p.person span{
    margin-right: 17px;
}
.information .content{
    margin-top: 15px;
    padding-bottom: 25px;
}
.information .content p .jyfw{
    width: 470px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
    color: #0e0e0e;
}
.information .content p::before{
    content: "·";
    font-size: 20px;
    color: #959595;
    margin-right: 5px;
}
/* 联系方式 */
.lxfs .content p:nth-child(2) span{
    margin-right: 35px;
}
.title .icon3{
    width: 30px;
    height: 32px;
    display: inline-block;
    background-position: -138px 0px;
    vertical-align: middle;
    margin-right: 10px;
}
.lxfs .content{
    padding-bottom: 20px;
}
/* 软件著作 */
.softwareWorks{
    margin-top: 20px;
    padding: 0px 15px 25px 25px;
    border-bottom: 1px dotted #f1f1f1;
}
.title .icon4{
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: -178px 0px;
    vertical-align: middle;
    margin-right: 10px;
}
table{
    border: 1px solid #e9e9e9;
    margin-top: 23px;
}
table tr th{
    background: #f3fbff;
    font-size: 18px;
    color: #0e0e0e;
    height: 48px;
    font-weight: 500;
}
table tr td{
    font-size: 16px;
    color: #0e0e0e;
    line-height: 23px;
    padding: 25px;
    text-align: center;
}
.showHide {
    width: 70px;
    height: 20px;
    background-color: #81baeb;
    border: none;
    line-height: 20px;
    color: #fff;
    opacity: .9;
    border-radius: 4px;
    float: right;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}
.hideTable{
    height: auto;
    max-height: 400px;
    overflow: hidden;
    
}
.showTable{
    height: auto;
}
/* 作品著作 */
.works{
    margin-top: 25px;
    padding: 0px 15px 25px 25px;
    border-bottom: 1px dotted #f1f1f1;
}
.title .icon5{
    width: 29px;
    height: 32px;
    display: inline-block;
    background-position: -221px 0px;
    vertical-align: middle;
}
.works table tr td{
    padding: 20px 9px;
}
/* 企业大事记 */
.title .icon6{
    width: 29px;
    height: 33px;
    display: inline-block;
    background-position: -261px 0px;
    vertical-align: middle;
    margin-right: 10px;
}
.memorabilia{
    margin-top: 25px;
    padding: 0px 15px 25px 25px;
    border-bottom: 1px dotted #f1f1f1;
}
.memorabilia ul{
    border-left: 2px solid #dcdcdc;
    margin-left: 13px;
    margin-top: 23px;
}
.memorabilia ul li{
    padding: 17px 0px 17px 16px;
    font-size: 18px;
    color: #0e0e0e;
    position: relative;
    line-height: 17px;
}
.memorabilia ul li p{
    width: 320px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.memorabilia ul li span{
    margin-left: 60px;
    color: #818181;
}
.memorabilia ul li::after{
    content: "";
    width: 7px;
    height: 7px;
    background: #3c7dea;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -7px;
}
/* 相关资讯 */
.news{
    border-bottom: none;
}
.title .icon7{
    width: 32px;
    height: 31px;
    display: inline-block;
    background-position: -299px 0px;
    vertical-align: middle;
    margin-right: 10px;
}
.news ul li::after{
    width: 6px;
    height: 6px;
    background: #808080;
}
.news ul li a{
    width: 460px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li a:hover{
    text-decoration: none;
    color: #3b7de9;
}
/* 免责声明 */
.disclaimers{
    width: 621px;
    margin-left: 42px;
    background: #f4faff;
    border: 3px solid #e0f1ff;
    border-radius: 5px;
    margin-top: 30px;
}
.disclaimers h3{
    font-size: 20px;
    color: #5e8aaf;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.disclaimers p{
    font-size: 15px;
    color: #5e8aaf;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    padding: 10px 18px 18px 18px;
}
/* 右侧推荐企业 */
.main_right{
    width: 350px;
    float: right;
}
.main_right .tjqy{
    margin-bottom: 20px;
}
.main_right .tjqy h3{
    padding-bottom: 10px;
    border-bottom: 2px solid #dadada;
    line-height: 26px;
}
.main_right .tjqy h3 span{
    color: #010101;
    font-size: 26px;
    font-weight: bold;
    padding: 0px 10px 8px 10px;
    border-bottom: 2px solid #4b87ea;
}
.main_right .tjqy ul{
    padding-top: 10px;
}
.main_right .tjqy ul li{
    width: 348px;
    height: 288px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.main_right .tjqy ul li .name{
    display: block;
    margin-left: 15px;
    margin-top: 17px;
}
.tjqy ul li .name img{
    width: 88px;
    height: 88px;
    border: 1px solid #f2f2f2;
    float: left;
}
.tjqy ul li .name .enterpriseName{
    font-size: 20px;
    color: #222222;
    line-height: 35px;
    float: left;
    width: 220px;
    margin-left: 15px;
    margin-top: 10px;
}
.tjqy ul li .name .enterpriseName:hover{
    text-decoration: none;
    color: #3d7be1;
}
.tjqy ul li .position{
    width: auto;
    font-size: 18px;
    color: #717171;
    line-height: 30px;
    border-bottom: 1px dotted #eee;
    padding-right: 10px;
    overflow: hidden;
}
.tjqy ul li .position span{
    float: right;
}
.tjqy ul li .position i{
    width: 14px;
    height: 20px;
    display: inline-block;
    background: url("https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/positionIcon.png") no-repeat;
    vertical-align: middle;
    margin: -5px 5px 0px 15px;
}
.tjqy ul li .intro{
    font-size: 18px;
    color: #2e2e2e;
    line-height: 26px;
    padding:10px 17px 0px 17px;
    text-align: justify;
}
.tjqy ul li:hover{
    border: 2px solid #49b4ff;
    width: 346px;
    height: 286px;
}
/* 热文 */
.hotIcon{
    background: url("https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/icon.png") no-repeat;
}
.hotArticle{
    border: 1px solid #e8e8e8;
    background: #fff;
}
.hotArticle .title{
    height: 48px;
    border-bottom: 2px solid #dadada;
    font-size: 25px;
    color: #898888;
}
.hotArticle .title span{
    display: inline-block;
    font-size: 25px;
    color: #898888;
    width: 170px;
    text-align: center;
    line-height: 38px;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    position: relative;
    cursor: pointer;
}
.hotArticle .title span.show{
    border-bottom: 2px solid #4b87ea;
    color: #010101;
    font-weight: bold;
}
.hotArticle .title span.show::after{
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: #3d7de1 transparent transparent;
    bottom: -17px;
    left: 50%;
    margin-left: -8px;
}
.hotArticle .title span:nth-child(1){
    border-right: 1px solid #e5e5e5;
}
.hotArticle ul{
    border-left: 2px solid #eee;
    margin-top: 13px;
    margin-left: 28px;
    margin-bottom: 8px;
    display: none;
}
.hotArticle ul.show{
    display: block;
}
.hotArticle ul li{
    position: relative;
    padding: 10px 0px ;
    border-bottom: 1px dotted #eee;
    margin: 0px 13px;
}
.hotArticle ul li:after{
    content: "";
    border: 3px solid #ffa71c;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    left: -21px;
    border-radius: 10px;
    background: #fff;
}
.hotArticle ul li a{
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotArticle ul li a:hover{
    color: #3d7be1;
    font-weight: bold;
    text-decoration: none;
}
.hotArticle ul li a i{
    width: 19px;
    height: 19px;
    display: inline-block;
    background-position: -73px -2px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}
.hotArticle ul li p{
    font-size: 14px;
    color: #b6b6b6;
    margin-top: 5px;
}
.hotArticle ul li:nth-child(8){
    border-bottom: none;
}
/* footer */
.footer{
    width: 100%;
    padding: 65px 0px 50px 0px ;
    background: #e2e2e2;
    margin-top: 45px;
}
.footer_content{
    width: 1080px;
    margin: 0 auto;
}
.footer_content p{
    font-size: 14px;
    color: #626262;
    text-align: center;
    line-height: 28px;
}
.footer_content p a{
    font-size: 14px;
    color: #626262;
    padding: 0px 5px;
}

/*2023-08-31 chenlq*/
.introduce{
    display: inline-block;
}
/*产品促销*/
.productPromotion {
    width: 710px;
    margin-top: 30px;
    padding: 0px 15px 25px 25px;
    border-bottom: 1px dotted #f1f1f1;
    display: inline-block;
    box-sizing: border-box;     
}
.promotionList ul{
    padding:15px 0 0;
    position: relative;
    left: -10px;
}
.promotionList ul li{
    width: 100%;
    color:#464646;
    line-height: 36px;
}
.promotionList ul li span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.promotionList ul li span .gzz{
    font-size: 20px;
    color:#464646;
}
.promotionList ul li span .cp-tit{
    font-size: 18px;
    color:#464646;
}
.promotionList ul li time{
    padding-right: 18px;
    padding-left: 30px;
    font-size: 16px;
    color:#818181;
    float:right;
}
.promotionList ul li time:before{
    content:'';
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background:url( https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/time_icon.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}
/* 分页 */
.paging_wrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 10px;
}
.paging div{   
    width: 27px;
    height: 27px;
    font-size: 16px;
    color: #4387f3;
    text-align: center;
    line-height: 27px;
    border: 1px solid #4387f3;
    float: left;
    margin: 10px 6px 0;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
}
.paging .first,.paging .last{
    width: 50px;
    height: 27px;
}
.paging .prev,.paging .next{
    width: 60px;
    height: 27px;
}
.paging div.disable {
    color: #4387f3;
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}
.paging div.active {
    background-color: #4387f3;
    color: #fff;
}
.paging .pagingDiv:hover {
    background-color: #4387f3;
    color: #fff;
}
.hot-tuijian{
    margin-top: 12px;
}
.hot-qiye ul,.hot-tuijian ul{
    display: block;
}
.hotArticle ul li a{
    display: block;  
}
.hot-qiye .title span:nth-child(1),.hot-tuijian .title span:nth-child(1){
    border-right:0;
}
.hotArticle ul li:last-child{
    border-bottom: none;
}
.cx_icon{
    width: 29px;
    height: 29px;
    display: inline-block;
    background:url( https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/promotion_icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.computer .computer_right h1{
    margin-top: 5px;
}
.computer_right p.year,.computer_right p.yewu{
    font-size: 16px;
    color:#000;
    margin-top: 8px;
}
.computer_right p.year span{
    color:#f2a434;
    display: inline-block;
    height: auto;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    margin-right: 0;
    margin-top: 0;
    line-height: 1;
    padding: 0;
}
.computer_right p.yewu{
    margin-top: 5px;
}
.computer_right p.yewu span{
    margin-top: 0;
    display: inline-block;
    height: 18px;
    border: 1px solid #78a0e3;
    border-radius: 5px;
    font-size: 12px;
    color: #78a0e3;
    text-align: center;
    margin-right: 7px;    
    line-height: 18px;
    padding: 0px 10px;
}