

/**
产品中心 二级样式
 */
.f_tbg_image{
    width: 100%;
    height: 100%;
}
.product_tbg {
    margin: auto;
    width: 1200px;
    margin-bottom: 55px;
    margin-top: 140px;
    padding: 0px;
}

.product_tbg2 {
    margin: auto;
    width: 1200px;
    margin-bottom: 55px;
    margin-top: 80px;
    padding: 0px;
}




/**
解决方案上图片div
----   Battery_top   ----
 */
.Battery_top {
    background: #f2f2f2;
    margin-bottom: 60px;
    width: 1200px;
    height: 480px;
    padding: 3px;
}

.Battery_top_img {
    float: left;
    margin: auto;
    display: inline-block;
    width: 600px;
    height: 474px;
    position: absolute;
    background-size: contain;
}

/*#img_battery {
    background-image: url("../images/aaa.jpg");
}*/

.Battery_top_txt {
    margin:0 auto;
    background: #f2f2f2;
    float: right;
    height: 474px;
    width: 594px;
    display: inline-block;
    padding: 45px 120px 0px 75px;
}

.Battery_top_txt h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    color: #000000;
}


.Battery_top_txt_hr {
    background: #00ba51;
    margin-top: 48px;
    width: 50px;
    height: 4px;
    color: #00ba51;
    margin-bottom: 48px;
}

.Battery_top_txt p {
    font-family: SourceHanSansCN-Regular;
    color: #444444;
    font-size: 22px;
    line-height: 45px;
}




.TM_tbg {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}

.tbg_a {
    background: #f2f2f2;
    display: inline-block;
    list-style-type: none;
    width: 380px;
    height: 450px;
    margin: 0px 30px 60px 0px;
    padding: 8px 8px 0px 8px;
}
.TM_tbg>li:nth-child(3n) {
 margin-right: 0px;
    width: 380px;
    height: 450px;
}
.tbg_b {
    width: 364px;
    height: 344px;
}

.tbg_c {
    margin-top: 15px;
}

.tbg_c h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #000000;
}

.tbg_d {
    margin-top: 10px;
}
.tbg_d span:first-child {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    color: #666666;

}
.d_span2 {
    float: right;
    width: 45px;
    height: 15px;
    background: url("../images/pro_more.png") no-repeat center;
}

.tbg_a:hover .tbg_d span:first-child {
    color: #00ba51;
}

.tbg_a:hover .tbg_d span:last-child {
    background-image: url("../images/pro_more1.png");
}

/**
热管理材料 导热凝胶
 */
.TCG_left {
    float: left;
}

.TCG_image {

    background: #d5d5d5;
    width: 584px;
    height: 484px;
    padding: 5px;
}

.TCG_right {

    float: right;
    margin-left: 68px;
    width: 500px;
    height: 550px;
}

.TCG_right_h1 {
    color: #3cd53e;
}

.TCG_right_h2 {
    margin-top: 25px;
}

.TCG_right_hr {
    background: #00ba51;
    margin-top: 25px;
    width: 50px;
    height: 3px;
    color: #00ba51;
}

.TCG_right_p {
    font-weight: bold;
    margin-top: 22px;
    line-height: 29px;
    color: #4c4c4c;
}



/* 三级页面表格样式*/
.TCG_bottom {
    padding-top: 20px;
    clear: both;
    width: 100%;
}

.TCG_bottom_table {
    width: 100%;
}

.TCG_tr1 > th + th {
    text-align: center;
    padding-left: 0px;
}

.TCG_bottom_table th {
    background: #00ba51;
    text-align: left;
    padding-left: 20px;
    height: 45px;
    color: #ffffff;
}

.TCG_bottom_table tr:nth-child(0) {
    background-color: #4e4e4e;
}

.TCG_bottom_table td {
    background: #f1f1f1;
    text-align: center;
    height: 35px;
}

