/*=== 作者：Distantmemory - 时间：2020年04月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .fuertong-about { padding: 0.32rem 0; background: url(../../../../resource/images/bg_about.jpg) #E2ECF4 no-repeat center bottom; background-size: cover; font-size: 0.14rem; }
    .fuertong-about .wrap .unit + .unit { margin-top: 0.24rem; }

}

@media ( min-width : 360px) { 

} 

@media ( min-width : 400px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

@media ( min-width : 768px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

} 

@media ( min-width : 1024px) {

} 

/*PC电脑*/
@media ( min-width : 1200px) { 
    
    .fuertong-about { padding: 0.64rem 0; }
    .fuertong-about .wrap .unit + .unit { margin-top: 0; }

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 
    
}

/*=== Style ===*/
.fuertong-about .wrap { margin: auto -0.16rem; }
.fuertong-about .wrap .unit { padding: 0 0.16rem; }
.fuertong-about .wrap .unit .box { padding: 0.01rem; height: 100%; background: #FFF; }
.fuertong-about .wrap .unit .box a { display: block; }
.fuertong-about .wrap .unit .box .title { padding: 0.16rem; font-size: 0.16rem; font-weight: 700; }
.fuertong-about .wrap .unit .box .summary { padding: 0 0.16rem 0.16rem 0.16rem; }
.fuertong-about .wrap .unit .product-cat li + li { margin-top: 0.32rem; }
.fuertong-about .wrap .unit .product-cat li a { display: block; position: relative; height: 0.72rem; background: #A1A9B1; overflow: hidden; }
.fuertong-about .wrap .unit .product-cat .thumbnail { position: absolute; background: #FFF; }
.fuertong-about .wrap .unit .product-cat .thumbnail::after { content: ""; display: block; position: absolute; top: 50%; right: -0.08rem; margin-top: -0.12rem; width: 0; height: 0; border-top: 0.12rem solid transparent; border-left: 0.16rem solid #FFF; border-bottom: 0.12rem solid transparent; }
.fuertong-about .wrap .unit .product-cat .thumbnail img { max-height: 0.72rem; }
.fuertong-about .wrap .unit .product-cat .cat-name { padding-left: 1.76rem; line-height: 0.72rem; letter-spacing: 0.02rem; font-size: 0.16rem; color: #FFF; }
.fuertong-about .wrap .unit .product-cat li a:hover .cat-name { color: #FF3D00; }