*{
    margin:0;
    padding:0;
}
body{
    overflow-x: hidden;
}
#img{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#img img{
    width: 100%;
    margin: 0 auto;
}

/*å…¬å¸æ¦‚å†µ*/
#company{
    width:1200px;
    margin:20px auto;
}
.company_left{
    float:left;
    width:21%;
    border:1px solid lightgrey;
}
.clear{
    clear:both;
}
.company_right{
    width:77%;
    border-top:3px solid #3e8b71;
    margin-left:275px;
    margin-bottom:30px;
}
.company_left .company_left_title{
    background: #48b090;
    padding: 15px 28px;
    color: white;
    width:78%;
    border-bottom: 1px solid white;
}
.company_left .company_left_title:first-of-type{
    border-top:3px solid #3e8b71;
}
.company_left ul{
    margin:0;
}
.company_left a{
    text-decoration:none;
}
.company_left ul li{
    list-style: none;
    border-bottom: 1px solid lightgrey;
    position: relative;
    padding: 15px 28px;
    color: dimgrey;
}
.company_left ul li i{
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 25px;
    color: lightgrey;
}
.company_left ul li:hover{
    background: #7b7c7c;
    color:white;
}
.company_left_contentÂ {
    margin:25px 0 25px 0;
 font-size: 14px;
}
.company_left .company_left_titleÂ {
 background: #0863c0;
 padding: 15px 28px;
 color: white;
 width: 78%;
}

.company_right_title{
    display: flex;
    width: 97%;
    justify-content: space-between;
    padding: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #b6b6b6;
}
.company_right_title p{
    font-size: 18px;
    color: darkslategrey;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company_right_title ul{
    margin:0;
}
.company_right_title ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: darkslategrey;
}
.company_right_title ul li a{
    text-decoration: none;
    color: grey;
}

/*äº§å“å†…å®¹*/
.company_right_info h5{
    text-align:center;
    width:100%;
    font-size:25px;
    color:dimgrey;
    border-bottom:1px solid lightgrey;
    padding:0 0 15px;
    margin:0 0 20px;
}
.bdshare-button-style0-16 {
    zoom: 1;
    height: 30px;
}
.product_info{
    margin: 10px 25px;
    width: 73%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.product_info span{
    font-size: 12px;
    color: dimgrey;
    line-height: 37px;
    margin-bottom:5px;
}
.product_info p a{
    text-decoration:none;
    color: #515151;
    font-weight:bold;
}



/*åˆ†é¡µ*/
.page{
    padding: 0 0 10px;
}
.colorGrey{
    color: grey;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 1px dashed lightgrey;
    padding: 5px 0;
}
.page p a{
    text-decoration:none;
    color: #005a98;
}
.page p a:hover{
    color: #fe930c;
}
.up,.next{
    font-size:12px;
    color:grey;
    margin:10px 0;
}

/*æœ€è¿‘æµè§ˆ*/
.look_product{
    border-top:1px solid blue;
    margin:10px 0;
    padding:10px 0;
}
.last{
    font-size:13px;
    font-weight:bold;
    color:dimgrey;
    margin:10px 0;
}
.company_right_product{
    display: inline-block;
    width: 17%;
    text-align: center;
    margin: 10px 8px;
}
.company_right_product p{
    font-size:12px;
    color:black;
}
.company_right_product img{
    border:2px solid white;
    width:100%;
    margin: 0 0 10px;
}
.company_right_product img:hover{
    border:2px solid #0e58ff;
}
.news_content a{
    color: red;
    /*font-size: 12px;*/
    text-decoration: none;
}
.company_right_info{
    border-bottom:1px dashed lightgrey;
}
.company_right_info ul a{
    color:grey;
    font-size:12px;
}

/*æ–°é—»å†…å®¹*/
.news_content{
    width: 100% !important;
}
.news_content h2:first-of-type{
    display:none;
}
.news_content p{
    text-indent:2em;
    font-size: 12px;
    color: dimgrey;
    line-height:25px;
}
.news_content img{
    width:100%;
    margin:10px 0;
}
.news_content div{
    width:100%!important;
}