body{color: #666; font-size: 16px}
/*p{text-indent:2em}*/
a,a:hover {
    color: #666; text-decoration: none;
}
a:hover{color: #333;}
ul{list-style: none; margin: 0;padding: 0}
.bg-color1{background:#005AA1}
.bg-color2{background:#0577B5}
.mt{margin-top: 2px;}
.mt5{margin-top: 5px;}
.mynav li {
    display: inline-block;
    font-family: "Microsoft YaHei";
    background: url(../images/nav_icon3.png) right center no-repeat;
}
.mynav li a {display:block;font-size: 16px;color: #fff;text-decoration: none;height: 42px;line-height: 42px;padding: 0 2em;}
.mynav li a:hover,.mynav li.cur a{font-size: 16px;color: #fff;text-decoration: none;background:url("../images/nav_icon2.jpg") center center repeat-x;}
#link li{display: inline-block;padding: 10px}
#footer{height: 87px;color: #fff;padding-top: 20px;}
#footer p{text-indent:0}
#footer a{color: #fff}
/*===index===*/
.product{padding-bottom: 5px;font-size: 12px;display: block}
.fs-16{font-size: 16px}
.product img{float:left;width: 120px; height: 63px }
.product ul{border-bottom: 1px dotted #666;}
.product ul li{overflow:hidden;height:1.8em;line-height: 1.8em}

.product-list-item{width:50%;box-sizing: border-box; border: 5px solid #fff}
.product-list-item div{width: 100%;padding: 5px;border: 1px solid #ccc;}

.list-boxes{border-bottom:1px dotted #666;line-height: 2.5em;background: url(../images/item-icon.gif) left center no-repeat;padding-left: 20px}
/*===媒体查询===*/
@media ( max-width: 992px) {
    .mynav li a {
        padding: 0 1em;
    }
}
@media ( min-width: 769px) {
    body{padding-top:0;}
    #nav {display:none}
}
@media ( max-width: 769px) {
    body{color: #666; font-size: 14px}
    .mynav {display:none}
    #footer p{font-size: 12px}
    .list-boxes{line-height: 2em;padding-left: 20px}
    .product-list-item{width:100%;border: 0;margin-bottom: 5px}
    .tc-box h3{font-size: 16px}
    .emptybook{display: none}

}