*{
    margin: 0;
    padding: 0;
}
/* 清除浮动 */
.cf:after{
    content:"";  /*设置内容为空*/
    height:0;  /*高度为0*/
    line-height:0;  /*行高为0*/
    display:block;  /*将文本转为块级元素*/
    visibility:hidden;  /*将元素隐藏*/
    clear:both;  /*清除浮动*/
}
.cf{
    zoom:1;  /*为了兼容IE*/
}
ul li{
    list-style: none;
}




/* 内容部分 */
.nav_box{
    width: 1220px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 90px;
    display: flex;
    position: relative;
}
.nav_p{
    /* color: #2a4198; */
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-left: 100%;
    margin-top: -1%;
}
.lan{
    color: #2a4198;
}
.hong{
    color: #e60012;
}
.nav_img{
    position: absolute;
    left: 0;
    top: 0;
}
.lys_shop{
    width: 1220px;
    margin: 0 auto;
    /* margin-top: 90px; */
    display: flex;
}

.pic_lf{
    display: block;
    width: 410px;
    margin-right: 20px;
    /*height: 100%;*/
}

.shop_ul li{
    float: left;
    margin-right: 31px;
    margin-bottom: 8px;
}
.shop_ul{
    width: 812px;
}
.ul_box{
    width: 200%;
    overflow: hidden;
}
.ico_img{
    float: right;
    width: 125px;
    height: 28px;
    margin-right: 10px;
}

.ico_box{
    width: 1220px;
    margin: 0 auto;
}


.box1{
    margin-bottom: 90px;
}

.box2{
    width: 1220px;
    margin: 0 auto;
}

.box2_title{
    text-align: center;
    color: #5b5b5b;
    font-family: "Noto Sans S Chinese ";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.box2_ul{
    width: 1220px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box2_ul li{
    display: flex;
    float: left;
    /*margin-right: 30px;*/
    width: 305px;
    margin-bottom: 65px;
}
.box2_ul li img{
    margin-right: 15px;
    width: 89px;
    height: 89px;
}
.box2_ul li p{
    width: 100%;
    font-family: "Noto Sans S Chinese ";
    font-size: 14px;
    color:#707070;
    font-weight: bold;

}













