*{
    padding: 0;
    margin: 0;
}
html{overflow-y:scroll;}
header{
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #eee;
}
.logoName{
    float: left;
    line-height: 60px;
    font-weight: bold;
    color: #E50012;
    margin-left: 10px;
    font-size: 20px;
}
.header{
    height: 60px;
    background-color: #fff;
    max-width: 1200px;
    min-width: 856px;
    margin: 0 auto;
}
.content{
    max-width: 1200px;
    min-width: 856px;
    margin: 80px auto;
    /* background-color: #999; */
}
.tab-content{
    width: 100%;
}
.header img {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    float: left;
}
.title {
    float: right;
    width: 500px;
}
.title > div {
    float: left;
    width: 100px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.title > div:hover {
    color: #E50012;
}
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.box{
    width: 100%;
    margin-top: 20px;
}
.box .box-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #666;
    margin-bottom: 20px;
}
.box-content > div {
    text-indent:2em;
    margin-bottom:10px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.goods-content{
    width: 100%;
    display: flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
}
.goods-content > img{
    width: 20%;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}
.active{
    color: #E50012;
}
.hide{
    display:none;
}
.lxwm{
    margin-left: 100px;
    margin-bottom: 20px;
}
footer{
    width: 100%;
    height: 80px;
    line-height: 40px;
    font-size: 13px;
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.t2{
    width: 100%;
    margin-top: 20px;
}
.e-box-1{
    max-width: 440px;
    min-width: 0;
    height: auto;
    float: left;
    cursor: pointer;
}
.e-box-1 .e-box-title{
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}
.e-box-1 .e-box-title > div{
    width: 45%;
    float: left;
}
.e-box-1 .e-box-title > div:first-child{
    color: #E50012;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 5px solid #E50012;
}
.e-box-1 .e-box-title > div:last-child{
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}
.e-box-1 .e-box-title > div:last-child:hover{
    color: #E50012;
}
.e-box-content{
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    display: flex;
}
.e-box-content img{
    width: 154px;
    height: auto;
}
.e-box-content .text{
    flex: 1;
    font-size: 14px;
    color: #333;
    padding: 10px;
}
.text2{
    line-height: 28px;
    font-size: 18px;
    color: #595959;
    padding: 30px;
    flex: 1;
    text-indent:2em;
}
.text3{
    font-size: 14px;
    line-height: 28px;
    color: #595959;

}
.zjwhtitle{
    font-size: 22px;
    color: #e50012;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.left_box{
    float: left;
}
.right_box{
    float: right;
}
.right_box{ width:400px} 
.right_box table{ background:#CCC;} 
.right_box table td{ background:#FFF} 