
.banner{
    position: relative;
    background-image: url(../img/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
    /* width: 100%; */
    height: 400px;
}
.title{
    max-width: 980px;
    /* border: 1px solid red; */
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 70px;
}
.title h1{
    margin: 0 0 10px;
    font-size: 46px;
    line-height: 1;
    color: black;
}
.title .line{
    width: 90px;
    height: 4px;
    background-color: #e10010;
}
.title p{
    margin-top: 20px;
    font-size: 18px;
    color: black;
    max-width: 440px;
}

.eva{
    max-width: 980px;
    margin: 0 auto;
    /* border: 1px solid pink; */
    overflow: hidden;
    margin-bottom: 56px;
}
.evacenter{
    margin: 40px 0 24px 15px;
    max-width: 980px;
}
.evacenter h2{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1;
    color:#E1000F;
}

.evacenter h2 a{
  color:#E1000F;
  text-decoration: underline;
  display: inline-block;
  padding-right: 8px;
}
.product{
    box-sizing: border-box;
    /* border: 1px solid yellow; */
    /* margin-left: 30px;
    margin-right: 30px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* max-width: 980px; */
    /* margin: 0 auto; */
}
.list{
    box-sizing: border-box;
    width: 23%;
    /* height: 471px; */
    /* flex: 1; */
    margin-bottom: 20px;
    margin-right: 1%;
}
.list img{
    width: 100%;
    height: auto;
    display: block;
}
.content{
    box-sizing: border-box;
    width: 100%;
    height: 216px;
    background-color: #e4e4e4;
    padding: 26px 20px;
}
.ctp{
    height: 141px;
    /* border: 1px solid blue; */
}
.content h4{
    font-size: 16px;
    color: black;
}
.content p{
    color: #595757;
    font-size: 14px;
    margin-top: 15px;
}
.content a{
    height: 53px;
    font-size: 14px;
    color: #8b8b8c;
    display: block;
    margin-bottom: 0;
}

