*{
    margin: 0;
    padding: 0;
}
.large{
    /* height: 500px; */
    /* background-image: url("./image/bg.png"); */
}
.box{
    width: 1362px;
    /* height: 500px; */
    margin: 0 auto;
    overflow: hidden;
    /* background-image: url("./image/bg1.jpg"); */
}
.logo1{
    width: 100px;
    height: 70px;
    float: right;
}
.logo2{
    width: 150px;
    height: 60px;
    float: left;
}
.logo{
    position: relative;
}
.content{
    height: 70px;
    position: absolute;
    text-align: center;
    line-height: 70px;
    top:0px;
    left: 530px;
    font-size: 30px;
    color: brown;
}
.pic{
    height: 400px;
    /* margin-top: 70px; */
    color: #fff;
    /* background-image: url("./image/bg1.jpg"); */
    background-image: url("./image/bg.png");
    position: relative;
}
.about{
    position: absolute;
    top: 50px;
    left: 150px;
    line-height: 40px;
}
.about h2{
    color: #fff;
}
.pic img{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50px;
    right: 150px;
}
.pic1{
    height: 300px;
    font-size: 40px;
    text-align: center;
    line-height: 300px;
    color: #fff;
    background-image: url("./image/brand-bg.jpg");
    background-position: center;
}
.jingli{
    width: 1362px;
    height: 400px;
    margin: 0 auto;
    padding: 40px;
}
.jingli h1{
    text-align: center;
    font-weight: 400;
}
.jingli .p2{
    padding-top: 15px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.jieshao .p1{
    text-indent: 2em;
    line-height: 30px;
}
footer{
    height: 163px;
    background-color: #1b252e;
}
.f2{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
}
footer li{
    width: 76px;
    height: 22px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    list-style: none;
    float: left;
}
footer .p15{
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
footer .p15 a{
    text-decoration: none;
    color: #999999;
}