/*所有页面都使用*/
*{font-family: Noto Sans TC}
.index-main-picture{width:100%;height:auto;}
.index-main-picture img{width:100%;}
.body-main{width:85%;height:auto;margin:0 auto;}

@media screen and (min-width: 1280px) and  (max-width: 1380px){
    .body-main{width:85%;height:auto;margin:0 auto;}
}
@media screen and (min-width: 1380px){
    .body-main{width:1280px;height:auto;margin:0 auto;}
}

/*所有页面都使用*/
/*只有首页和商显首页使用*/
.yingyonglinyu{width:100%;height:50px;font-family: Noto Sans TC;margin:50px auto 0 auto;font-size:30px;text-align: center}
.yingyonglinyu-con{width: calc(100% - 40px);height:auto;margin:30px auto;font-size:18px;color:#848383;text-align: center;}
.product{width:100%;height:auto;text-align: center}
@media screen and (min-width: 1280px) {
    .product{width:1280px;height:auto;text-align: center;margin:0 auto;}
}
/*.product ul{width:30.5%;height:300px;float: left;margin-left:50px;}*/
.product li{text-align: center;font-size:18px;font-family: Noto Sans TC;}
/*.product ul li img{width:100%;}*/
.layui-row{font-size:18px;font-family: Noto Sans TC;margin:40px auto 0 auto;}
.layui-col-md4 img{width:90%;max-width:400px;position: relative;}
/*@media screen and (min-width: 1280px) {*/
    /*.layui-col-md4 img{width:1280px;position: relative;}*/
/*}*/
.menglong{width: 90%;opacity:0.5;-moz-opacity:0.5; filter:alpha(opacity=50);background:#5b5b5b;display: block;z-index: 88;position: absolute;left:5%;}
/*.menglong:hover{display: none;}*/
#foot{margin-top:30px;}
/*只有首页和商显首页使用*/

.layui-col-chg {
    min-width: 150px;
}