html{
    background-color: #ffffff;
    color: #000;
}
*{
  margin: 0;
  padding: 0;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    height: 100%;
    min-width:1200px
}
.herd{
    position: relative;
}
.backimg{
    width: 100%;
    height: 850px;
     
    background-image: url('../img/background2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon{
    max-width: 89px;
    max-height: 89px;
    position: absolute;
    top: 20px;
    left: 150px;
}
.icon img{
    width: 100%;
    height: 100%;
}
.sloganOne{
    display: block;
    max-width: 450px;
    width: 100%;
    position: absolute;
    top: 206px;
    left: 156px;
    letter-spacing: 6px;
}
.sloganOne h1{
    display: block;
    font-size: 64px;
    color: rgb(255, 255, 255);
    font-weight: 390;
    margin-top: 0;
    margin-bottom: 0;
}
.sloganOne h2{
    font-size: 40px;
    font-weight: 390;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: rgb(255, 255, 255);
}
.sloganOne p{
    font-size: 60px;
}
.tips{
    width: 80%;
    /* max-width: 1200px; */
    height: 130px;
    box-shadow: darkgrey 0px 6px 20px 3px;
    line-height: 130px;
    margin: 0 auto;
    background-image: url('../img/icon3.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
}
.tips p{
    display: flex;
    justify-content: center;
    font-size: 42px;
    color: #c719d7;
    text-shadow: 0px 2px 5px darkgrey;
}
.img11{
    background-image: url('../img/icon1.png');
    width: 220px;
    height: 238px;
    position: absolute;
    bottom: -256px;
}
.content{
    width: 80%;
    /* max-width: 1260px;
    max-height: 694px; */
    border: 1px solid #000;
    border-radius: 15px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/icon2.png');
    background-repeat: no-repeat;
    background-position:right bottom;
    color: #3e3c3c;
    margin-bottom: 30px;
}
.content-c{
    /* width: 1132px; */
    width: 94%;
    height: 600px;
    margin: 40px auto;
}
.content-c p{
    text-align: left;
    display: block;
}
.content-c h2{
    color: #3e3c3c;
}
.line{
    padding: 0;
    line-height: 36px;
    margin-top: 40px;
}
.line p{
    margin-top: 15px;
}

.item{
    font-size: 26px;
    font-weight: normal;
}
.lef1{
    margin-left: 40px;
}
.top{
    margin-top: 38px;
}
.thirty{
    font-size: 18px;
}
.aa{
    margin-top: 18px;
}
.bannerFour{
    background-color: rgb(238,238,238);
    height: 230px;
}
.bannerFourBox{
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.bannerFourBox section{
    margin: 30px 40px;
}
.bannerFourBox section p {
    text-align: center;
}
footer{
    height: 60px;
    background-color: rgb(238,238,238);
    border-top: 1px solid rgb(162,161,161);
    line-height: 60px;
    text-align: center;
    color: rgb(110,110,110);
}
