/* wrap */
.wrap{
    width: 1080px;
    margin: 0 auto;
}
.wrap .advertisement img{
    width: 100%;
    margin-top: 15px;
}
/* 企业分类 */
.main{
    margin-top: 25px;
    /* overflow: hidden; */
}
.main .enterpriseClass{
    width: 348px;
    border: 1px solid #e8e8e8;
    background: #fff;
    float: left;
}
.main .enterpriseClass h2{
    color: #010101;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 15px;
}
.sprite{
    background: url("https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/icon.png") no-repeat;
}
.main .enterpriseClass h2 i{
    width: 22px;
    height: 25px;
    display: inline-block;
    background-position: 0px -2px;
    vertical-align: middle;
}
.main .enterpriseClass ul li a{
    text-decoration: none;
}
.main .enterpriseClass ul li .classA{
    font-size: 18px;
    color: #000;
}
.main .enterpriseClass ul li .classA:hover{
    font-weight: bold;
    color: #3d7be1;
}
.main .enterpriseClass ul li .classA{
    display: block;
    padding: 12px 0px 12px 20px;
    cursor: pointer;
}
.main .enterpriseClass ul li.show .classA{
    background: #eef6ff;
    color: #3d7be1;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.main .enterpriseClass ul li.show .classA i{
    width: 8px;
    height: 14px;
    display: inline-block;
    background-position: -38px -6px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 20px;
}
.main .enterpriseClass ul li{
    position: relative;
}
.main .enterpriseClass ul li p{
    background: #fff;
    padding:10px 20px 10px 20px;
    box-shadow: 0px -10px 10px 0px #ebebeb,
                -10px 0px 10px 0px #ebebeb,
                10px 0px 10px 0px #ebebeb,
                0px 10px 10px 0px #ebebeb;

    
    border-radius: 15px;
    position: absolute;
    left: 350px;
    top: 0px;
    display: none;
    white-space: nowrap;
    z-index: 999;
}
.main .enterpriseClass ul li.show p{
    display: block;
}
.main .enterpriseClass ul li p a{
    color: #2e2e2e;
    font-size: 15px;
    line-height: 28px;
    display: block;
    
}
.main .enterpriseClass ul li p a:hover{
    color: #296ad5;
}
/* 热门企业 */
ul.enterpriseList li a:hover {
    text-decoration: none;
}
.main .hotEnterpriseClass{
    width: 710px;
    float: right;
}
h3{
    font-size: 26px;
    color: #010101;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #dadada;
}
h3 span{
    padding: 0px 10px;
    display: inline-block;
    border-bottom: 2px solid #4b87ea;
    font-weight: bold;
}
.enterpriseList{
    padding-top: 10px;
    overflow: hidden;
}
.enterpriseList li{
    width: 228px;
    height: 288px;
    border: 1px solid #e8e8e8;
    margin: 10px 10px 0px 0px ;
    border-radius: 5px;
    background: #fff;
    position: relative;
    cursor: pointer;
    float: left;
}
.enterpriseList li:nth-child(3),.enterpriseList li:nth-child(6),.main .enterpriseList li:nth-child(9){
    margin: 10px 0px 0px 0px;
}
.enterpriseList li:hover{
    border: 2px solid #439af1;
    width: 226px;
    height: 286px;
}
.enterpriseList li .name{
    max-height: 77px;
    display: block;
    margin-top: 35px;
    overflow: hidden;
}
.enterpriseList li .name img{
    width: 68px;
    height: 68px;
    border: 1px solid #f2f2f2;
    float: left;
    margin-left: 10px;
}
.enterpriseList li .name .enterpriseName{
    float: left;
    font-size: 16px;
    color: #222222;
    width: 130px;
    margin-left: 10px;
    max-height: 70px;
    transform: translateY(-50%);
    margin-top: 35px;
    text-decoration: none;
}
.enterpriseList li .name .enterpriseName:hover{
    color: #296ad5;
}
.enterpriseList li .position{
    font-size: 14px;
    color: #717171;
    line-height: 40px;
    border-bottom: 1px dotted #eee;
    padding: 0px 10px;
    overflow: hidden;
}
.enterpriseList li .position i{
    display: inline-block;
    width: 12px;
    height: 16px;
    background-position: -53px -4px;
    vertical-align: middle;
    margin: -5px 5px 0px 0px;
}
.enterpriseList li .position span{
    float: right;
}
.enterpriseList li .introduce{
    font-size: 15px;
    color: #2e2e2e;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.enterpriseList li .chinabyte{
    display: inline-block;
    width: 70px;
    height: 26px;
    background-position: -129px 0px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.enterpriseList li:hover .chinabyte{
    position: absolute;
    top: -2px;
    left: -2px;
}
.hotEnterpriseClass .more,.kjyq .more{
    display: block;
    height: 35px;
    border: 2px solid #cbcbcb;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #878787;
    background: #fff;
    margin-top: 12px;
}
.content{
    margin-top: 20px;
}
.content_left{
    float: left;
    width: 710px;
}
/* 科技园区 */
.kjyq{
    margin-top: 20px;
}
.kjyq .enterpriseList li{
    height: 248px;
}
.kjyq .enterpriseList li:hover{
    height: 246px;
}
.kjyq .enterpriseList li h4{
    height: 60px;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
}
.kjyq .enterpriseList li .position span{
    float: right;
    padding-right: 15px;
}
.kjyq .enterpriseList li .kjyq_introduce{
    height: 72px;
    font-size: 15px;
    color: #2e2e2e;
    line-height: 24px;
    padding: 5px 0px 0px 10px;
}
.kjyq .enterpriseList li .look{
    width: 125px;
    height: 24px;
    float: right;
    display: block;
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    background: #f0f0f0;
    text-align: center;
    margin-right: 15px;
    border-radius: 20px;
}
.kjyq .enterpriseList li a:hover{
    /* color: #598de3; */
    text-decoration: none;
}
/* 企业白皮书 */
.whitePaper{
    margin-top: 20px;
}
.whitePaper_list{
    margin-top: 20px;
}
.whitePaper_list a{
    display: block;
    width: 228px;
    text-decoration: none;
    float: left;
    margin-right: 13px;
}
.whitePaper_list a:nth-child(3){
    margin-right: 0px;
}
.whitePaper_list a:hover{
    text-decoration: none;
}
.whitePaper_list a:hover img{
    border: 2px solid #49b4ff;
    width: 226px;
    height: 136px;
}
.whitePaper_list a:hover dd{
    color: #3d7de1;
    font-weight: bold;
    text-decoration: none;
}
.whitePaper_list dl dt img{
    width: 228px;
    height: 138px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.whitePaper_list dl dd{
    font-size: 16px;
    color: #131313;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 5px;
}
/* 热门案例 */
.hotCases{
    margin-top: 20px;
}
/* 最新入驻 */
.content_right{
    float: right;
    width: 350px;
}
.zxrz_list{
    padding-top: 10px;
}
.zxrz dl{
    width: 348px;
    height: 138px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.zxrz dl:hover{
    border: 2px solid #49b4ff;
    width: 346px;
    height: 136px;
}
.zxrz dl dt{
    margin-top: 35px;
    margin-left: 15px;
    float: left;
}
.zxrz dl dt img{
    width: 90px;
    height: 90px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.zxrz dl dd{
    width: 205px;
    float: left;
    margin-top: 35px;
    margin-left: 10px;
}
.zxrz dl dd a{ 
    font-size: 18px;
    color: #222222;
    line-height: 28px;
    border-bottom: 1px dotted #eee;
    display: block;
}
.zxrz dl dd a:hover{ 
    text-decoration: none;
}
.zxrz dl dd p{ 
    font-size: 14px;
    color: #717171;
    line-height: 30px;
    margin-top: 10px;
}
.zxrz dl dd p i{ 
    display: inline-block;
    width: 12px;
    height: 16px;
    background-position: -53px -4px;
    vertical-align: middle;
    margin: -5px 5px 0px 0px;
}
.zxrz dl dd p span{
    float: right;
}
/* 热文 */
.hotArticle{
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    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;
}
/* 采购直通车 */
.cgztc{
    margin-top: 20px;
}
.cgztc ul{
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 18px;
    border-radius: 5px;
}
.cgztc ul li{
    padding: 15px 0px 15px 10px;
    border-bottom: 1px dotted #eee;
    margin: 0px 5px;
}
.cgztc ul li i{
    width: 30px;
    height: 21px;
    display: inline-block;
    background-position: -211px -3px;
    vertical-align: middle;
    margin-top: -5px;
}
.cgztc ul li a{
    font-size: 18px;
    color: #222222;
    margin-left: 15px;
}
.cgztc ul li a:hover{
    color: #296ad2;
    text-decoration: 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;
}