.content_contaniner {
    margin-top: 50px;
}

.img_box {
    width: 100%;
    background-color: #000000;
    position: relative;
}

.coverBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.all_banner {
    position: relative;
    width: 100%;
}

.homePic {
    width: 100%;
}

.banner_font {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_font p {
    font-size: 20px;
    color: #FFFFFF;
}

.banner_font p:nth-child(2) {
    font-size: 16px;
}

.title {
    font-size: 18px;
    color: #264C86;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.en {
    color: #909090;
    font-size: 12px;
    margin: 0 10px;
}

.line {
    width: 36px;
    height: 1px;
    background-color: #909090;
}

.contactus {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contactus_center_list {
    padding: 0 20px;
}

.contactus_center_list p {
    font-size: 14px;
    color: #323232;
    margin-bottom: 10px;
    text-align: center;
}

.company_map {
    padding: 0 20px;
}

.section {
    width: 100%;
    /* padding: 40px 12px; */
    box-sizing: border-box;
}

.ContactToGet {
    width: 100%;
}

.ContactToGet_top {
    margin-bottom: 10%;
}

.ContactToGet_top_title {
    font-size: 26px;
    color: #142745;
    font-weight: 700;
    margin-bottom: 22px;
}

.ContactToGet_top_location {
    font-weight: 300;
    line-height: 2;
    font-size: 16px;
}

.five {
    border-top: 1px solid #a5aec2;
    border-bottom: 1px solid #a5aec2;
}

.five li {
    position: relative;
    width: 100%;
    padding: 3% 0 3% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #142745;
    font-weight: 700;
}

.five li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #82c74d;
}

.biaodanBox {
    /* padding: 0 12px; */
    box-sizing: border-box;
    /* margin-top: 15%; */
}

.biaodan {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    /* -webkit-box-shadow: 0 0 28px 2px rgba(100, 138, 210, .15);
    box-shadow: 0 0 28px 2px rgba(100, 138, 210, .15); */
}

.biaodan_zi p {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 700;
}

.biaodan_zi input {
    width: 100%;
    height: 50px;
    padding: 0 10px 0 18px;
    border: solid 1px #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    color: #142745;
    font-weight: 400;
    margin-bottom: 20px;
}

.biaodan_zi textarea {
    resize: none;
    outline: none;
    width: 100%;
    min-height: 130px;
    padding: 15px 10px 0 18px;
    border: solid 1px #dcdcdc;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    color: #142745;
    margin-bottom: 4%;
}

input::-webkit-input-placeholder {
    color: #DCDCDC;
}

input::-moz-input-placeholder {
    color: #DCDCDC;
}

input::-ms-input-placeholder {
    color: #DCDCDC;
}

textarea::-webkit-input-placeholder {
    color: #DCDCDC;
}

textarea::-moz-input-placeholder {
    color: #DCDCDC;
}

textarea::-ms-input-placeholder {
    color: #DCDCDC;
}

#button {
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #FFFFFF;
    width: 100px;
    height: 40px;
    border: 1px solid rgba(238, 238, 238, 1);
    /* border-image: linear-gradient(90deg, #87c84b 0%, #24b46f 100%), linear-gradient(#05b885, #05b885); */
    border-radius: 50px;
    /* background-image: linear-gradient(90deg, #87c84b 0%, #24b46f 100%), linear-gradient(#05b885, #05b885); */
    /* box-shadow: 0 20px 32px 3px rgba(1, 2, 2, .15); */
    margin-top: 5%;
    background-color: #264c76;
}

.ddcode input {
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

.code {
    display: block;
}

.code img {
    width: 80px;
    height: 22px;
}

.opinions {
    padding: 0 20px;
}

.opinions_center {
    color: #646464;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.opinions_tel {
    font-size: 14px;
    color: #323232;
    margin-bottom: 10px;
    text-align: center;
}