@charset "utf-8";

/* 联系方式 */

.lsfs {
    margin-top: 60px;
}

.lsfsbox {
    display: flex;
}

.lsfsbox>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lsfsbox_lt {
    font-size: 32px;
    color: #333;
}

.lsfsbox_lb {
    margin-top: 30px;
}

.lsfsbox_lb .lsfsbox_lba {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #777;
	font-size: 14px;
}

.lsfsbox_lba {
    color: #333;
}

.lsfsbox_lba i {
    margin-right: 6px;
    font-size: 18px;
    color: #2899e1;
}

.lsfsbox_lbay i {
    font-size: 14px;
}

.lsfsbox_r {
    height: 400px;
}

.zxly {
    margin: 80px 0;
}

.zxly_lte {
    font-size: 40px;
    color: #333;
    text-align: center;
}

.zxly_lct {
    margin-top: 10px;
}

.xxcsitem_bxjt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #777;
    line-height: 24px;
    font-size: 14px;
}

.xxcsitem_bxjb {
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
}

.xxcsbd_item {
    margin-bottom: 20px;
}

.xxcsbd_items {
    display: flex;
}

.xxcsbd_itemss {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.xxcsbd_itemss:last-child {
    margin-right: 0;
}

.xxcsbd_itemt {
    margin-bottom: 5px;
    line-height: 20px;
    color: #777;
    font-size: 14px;
}

.xxcsbd_itemt span {
    color: #da2f38;
}

.xxcsbd_itembip {
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
	border-radius: 5px;
}

.xxcsbd_itemb textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    outline: none;
    resize: none;
	border-radius: 5px;
}

.xxcsbd_itema {
    display: flex;
    justify-content: center;
}

.xxcsbd_itema>input {
    width: 160px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 0;
    color: #fff;
    background-color: #2899e1;
    margin: 0 25px;
}

.xxcsbd_itema .xxcsbd_itemac {
    background-color: #fff;
    color: #777;
    border: 3px solid #e5e5e5;
}

.xxcsbd_itemby {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.xxcsbd_itemby>input {
    flex: 1;
    height: 100%;
    border: 0;
    padding: 0 10px;
	border-radius: 5px;
}

.xxcsbd_itemby>img {
    margin: 0 10px;
}

.lsfsbox_r h1 {
    font-weight: 400!important;
}

.zxlybox {
    margin-top: 50px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 1500px) {
    .zxly {
        margin: 70px 0;
    }
}

@media screen and (max-width: 1400px) {
    .zxly {
        margin: 60px 0;
    }
}

@media screen and (max-width: 1200px) {
    .zxly {
        margin: 50px 0;
    }
    .zxly_lct {
        margin-top: 15px;
    }
    .xxcsitem_bxjb {
        width: 90%;
    }
    .xxcsitem_bxjb {
        margin-top: 30px;
    }
    .zxly_lte {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .zxly {
        margin: 50px 0;
    }
    .lsfsbox_lt {
        font-size: 18px;
    }
    .lsfsbox_lb {
        margin-top: 20px;
    }
    .lsfsbox_lb .lsfsbox_lba {
        font-size: 14px;
    }
    .lsfsbox_r {
        height: 300px;
    }
    .zxly_lte {
        font-size: 26px;
    }
    .xxcsitem_bxjt {
        font-size: 14px;
    }
    .xxcsitem_bxjb {
        width: 100%;
    }
    .xxcsbd_itemt {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .hyflbox .hyflboxa {
        flex: 1;
    }
    .lsfsbox {
        flex-wrap: wrap;
    }
    .lsfsbox>div {
        width: 100%;
    }
    .zxly_lte {
        font-size: 22px;
    }
    .xxcsitem_bxjt {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .xxcsitem_bxjt br {
        display: none;
    }
    .xxcsbd_itembip {
        height: 40px;
    }
    .xxcsbd_itemb textarea {
        height: 80px;
    }
    .xxcsbd_itema>input {
        height: 40px;
        width: 180px;
    }
}