* {
    margin: 0;
    padding: 0;
}

body {
    background: #F3F8FB;
}


.line {
    background: #0D5E94;
    height: 4px;
    width: 50px;
    margin: 0 auto;
}

.about_pics {
    height: 460px;
    width: 100%;
}

.about_pics img {
    width: 100%;
    height: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 97px;
}

.life_title_e {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 72px;
}

.life_title_c {
    color: #000;
    font-size: 48px;
    font-weight: 350;
    line-height: 72px;
    position: relative
}

.contact {
    display: flex;
    justify-content: space-between;
    margin-top: 69px;
    margin-bottom: 169px;
}

.map {
    width: 629px;
    height: 469px;
}

.way {
    width: 569px;
    height: 469px;
    background: #fff;
}

.way_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    margin-left: 76px;
}

.line1 {
    background: #0D5E94;
    height: 1px;
    width: 29px;
    margin-left: 76px;
    margin-top: 20px;
    margin-bottom: 17px;
}

.contact_way {
    width:400px;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    text-align: left;
    color: #333;
    margin-left: 76px;
    margin-top: 8px;
}

.way_img {
    display: flex;
    margin-left: 76px;
    margin-top: 23px;
}

.way_we {
    margin-right: 40px;
}
.way_we img{
    width: 134px;
    height: 134px;
}
.way_fly img{
    width: 134px;
    height: 134px;
}

.way_we,
.way_fly {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    color: #000;
}

.message {
    width: 100%;
    background: #E5E5E5;
    padding-bottom: 39px;

}

.content1 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.message_input {
    display: flex;
    justify-content: space-between;
}

.left_input {
    text-align: start;
}

.com_name {
    margin-top: 32px;
}

.com_name1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #333;
}

.com_name1 span {
    color: #FF0000;
}

.com_in input {
    margin-top: 8px;
    width: 560px;
    height: 56px;
    border: none;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
}

.com_in input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.com_in input[type="text"] {
    padding-left: 16px;
}

.help {
    text-align: start;
    margin-top: 40px;
}

.help textarea {
    margin-top: 8px;
    width: 1164px;
    height: 103px;
    border: none;
    background: #fff;
    border-radius: 2px;
    resize: none;
    padding: 13px 17px;
    font-size: 16px;
    line-height: 30px;
}


/* textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ccc;
} */

.submit {
    width: 329px;
    height: 48px;
    background: #0D5E94;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    margin-top: 37px;
    cursor: pointer;
}

.submit:hover{
    background: #2171A6;
}

.tip input::-webkit-input-placeholder {
    color: red;
}
.tips textarea::-webkit-input-placeholder {
    display: none;
    color: red;
}


.form input[type=text]:focus {
    outline: none;
    border:2px solid #0D5E94;
}
 .form2 textarea:focus {
    outline: none !important;
    border:2px solid #0D5E94;
}
 input[type=password]:focus {
    outline: none;
    border:2px solid #0D5E94;
}



.Alret {
    display: none;
    position: fixed;
    height: 80px;
    line-height: 80px;
    width: 200px;
    background: #fff;
    left: 50%;
    margin-left: -100px;
    top: 40%;
    margin-top: -40px;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgb(98 107 181 / 25%);
    z-index: 99999;
}

.popu1 {
    display: none;
    background: rgba(0, 0, 0, 0.48);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}