.header {
    border-bottom: 1px solid #F6F6F6;
}

.top_link {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    width: 100%;
    margin: 100px 0 0;

}

body {
    background-color: #F9FAFC;
}

.top_link .l {
    display: flex;
    align-items: center;
}

.top_link .l .iconfont {
    font-size: 12px;
    color: #999999;
    margin: 0 6px;
}

.top_link .l a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.top_link .l a.iconfont {
    font-size: 16px;
}

.top_link .l a:hover {
    color: #2461AD;
}

.top_link .r {
    display: flex;
    align-items: center;
    gap: 0 60px;
}

.top_link .r a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.top_link .r a:hover {
    color: #2461AD;
}

.section1 {
    background-color: #F9FAFC;
}

.section1 .wrap {
    padding-top: 130px;
    padding-bottom: 160px;
    width: 1400px;
    margin: 0 auto;
}

.section1 .wrap .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.section1 .wrap .title h3 {
    color: #1a1a1a;
    font-size: 42px;
}

.section1 .wrap .title .filter {
    display: flex;
    align-items: center;
}

.section1 .wrap .title .filter .key {
    margin-right: 22px;
}

.section1 .wrap .title .filter .select {
    position: relative;
}

.section1 .wrap .title .filter .select select {
    width: 128px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    padding: 0 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
    cursor: pointer;
}

.section1 .wrap .title .filter .select .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 17px;
}

.section1 .wrap .title .filter .select .icon span {
    color: #868686;
}

.section1 .wrap .main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
}

.section1 .wrap .main .item {
    height: 100px;
    display: flex;
    align-items: center;
    width: calc(50% - 17px);
    background-color: #fff;
    padding: 0 40px;
    transition: all 0.6s;
}

.section1 .wrap .main .item:hover {
    box-shadow: 4px 7px 8px 0px rgba(0, 0, 0, 0.05);
}

.section1 .wrap .main .item .icon {
    margin-right: 46px;
}

.section1 .wrap .main .item .icon span {
    font-size: 30px;
    color: #BB0000;
}

.section1 .wrap .main .item .text p {
    color: #1A1A1A;
    font-size: 18px;
}
@media screen and (max-width: 1919px) {
  .top_link{
    height: 3.4375vw;
    padding: 0px 3.125vw;
    margin: 5.2083333333vw 0px 0px;
  }
  .top_link .l .iconfont{
    font-size: 0.625vw;
    margin: 0px 0.3125vw;
  }
  .top_link .l a{
    font-size: 0.8333333333vw;
  }
  .top_link .l a.iconfont{
    font-size: 0.8333333333vw;
  }
  .top_link .r{
    gap: 0px 3.125vw;
  }
  .top_link .r a{
    font-size: 0.8333333333vw;
  }
  .section1 .wrap{
    padding-top: 6.7708333333vw;
    padding-bottom: 8.3333333333vw;
    width: 72.9166666667vw;
  }
  .section1 .wrap .title{
    margin-bottom: 2.8645833333vw;
  }
  .section1 .wrap .title h3{
    font-size: 2.1875vw;
  }
  .section1 .wrap .title .filter .key{
    margin-right: 1.1458333333vw;
  }
  .section1 .wrap .title .filter .select select{
    width: 6.6666666667vw;
    height: 2.1875vw;
    border-radius: 0.2083333333vw;
    font-size: 0.7291666667vw;
    padding: 0px 1.5104166667vw;
  }
  .section1 .wrap .title .filter .select .icon{
    right: 0.8854166667vw;
  }
  .section1 .wrap .main{
    gap: 1.0416666667vw 1.7708333333vw;
  }
  .section1 .wrap .main .item{
    height: 5.2083333333vw;
    width: calc(50% - 0.8854166667vw);
    padding: 0px 2.0833333333vw;
  }
  .section1 .wrap .main .item:hover{
    box-shadow: rgba(0, 0, 0, 0.05) 0.2083333333vw 0.3645833333vw 0.4166666667vw 0px;
  }
  .section1 .wrap .main .item .icon{
    margin-right: 2.3958333333vw;
  }
  .section1 .wrap .main .item .icon span{
    font-size: 1.5625vw;
  }
  .section1 .wrap .main .item .text p{
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
    .top_link {
        display: none;
    }
    .section1 {
        padding: 100px 0 50px;
    }
    .section1 .wrap {
        padding: 0;
        width: 90%;
    }
    .section1 .wrap .title {
        margin-bottom: 25px;
    }
    .section1 .wrap .main {
        gap: 25px;
    }
    .section1 .wrap .main .item {
        width: 100%;
        height: 60px;
        padding: 0 20px;
    }
    .section1 .wrap .main .item .icon {
        margin-right: 15px;
    }
    .section1 .wrap .main .item .icon span {
        font-size: 20px;
    }
    .section1 .wrap .main .item .text {
        width: calc(100% - 40px);
    }
    .section1 .wrap .main .item .text p {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section1 .wrap .title h3 {
        font-size: 22px;
    }
}
