.bottom {
    width: 100%;
    height: 458px;
    background-color: rgb(20, 21, 22);
    padding: 60px 0 30px;
    box-sizing: border-box;
}

h3 {
    font-size: 18px;
    padding-left: 0;
    color: #f7f7f7;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 14px;

    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 0 40px;
}

.juzhong1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.bottom_1 {
    width: 399px;
    padding: 0 15px;
    box-sizing: border-box;
}

.bottom_1 img {
    width: 221px;
    height: 75px;
    margin-bottom: 32px;
}

.bottom_1 p {
    font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 31px;
}

.anniu {
    width: 144px;
    height: 50px;
    background-color: #A6C311;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
}

.anniu a {
    color: #fff;
}

.anniu:hover {
    transition: 0.3s all ease-in-out;
    background-color: rgb(43, 44, 45);
}

.bottom_2 {
    width: 200px;
    padding: 0 15px;
    box-sizing: border-box;
}

.lianjie {
    margin-bottom: 10px;
}

.lianjie a {
    font-size: 14px;
    color: #fff;
}

.lianjie a:hover {
    transition: 0.3s all ease-in-out;
    color: rgb(236, 255, 127);
}

.bottom_3 {
    width: 300px;
    padding: 0 15px;
    box-sizing: border-box;
}

.bottom_3 ul li {
    width: 270px;
    height: 72px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.bottom_3 ul li img {
    width: 80px;
    height: 57px;
}

.bottom_3-right {
    width: 180px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bottom_3-right a {
    font-size: 13px;
    color: #fff;
}

.bottom_3-right a:hover {
    transition: 0.3s all ease-in-out;
    color: rgb(236, 255, 127);
}

.bottom_3-right span {
    font-size: 13px;

    color: #fff;
}

.bottom_4 {
    width: 300px;
    padding: 0 15px;
    box-sizing: border-box;
}

.bottom_4 ul li {
    width: 253px;
    height: 44px;
    font-size: 13px;

    color: #fff;
    display: flex;
}

.bottom_4 ul li img {
    width: 15px;
    height: 18px;
    margin-right: 15px;
}

.fx {
    width: 100%;
    height: 55px;
    background-color: rgb(20, 21, 22);
}

.fx-box {
    width: 1300px;
    height: 55px;
    background-image: url('/assets/img/fx.jpg');
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fx-left {
    color: #f7f7f7;
    font-family: "Open Sans", Arial, "Microsoft Yahei", Roboto, sans-serif;
    font-weight: 700;
}

.fx-right {
    display: flex;
}

.fx-right img {
    width: 38px;
    height: 38px;
    margin-left: 14px;
}