﻿.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.banner img{    width: 100%;}
.bann-title{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 48%;
    text-align: center;
}
.bann-title h2 {
    font-size: 27px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: .8%;
}

.bann-title li {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 2px;
}

.bann-title li a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0px;
}

.contact{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.con-top{
    width: 95%;
    height: auto;
    display: inline-block;
    box-shadow: 0px 2px 57px 0px #E2E2E2;
    /* padding: 3% 2%; */
}
.con-left{
    width: 61%;
    float: left;
    background: #fff;
    padding: 3% 2%;
}
.ser-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.ser-title h3{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2%;
}
.ser-title p{
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
}
.con-left ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.con-left li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 2%;
}
.con-left li input{
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 37px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 70%;
}
.con-left li textarea{
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 37px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 70%;
}
.btn-custom.btn-primary {
    border-bottom: 2px solid #0B346D !important;
    text-align: left;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 34px;
}
.btn-primary {
    background-color: #0B346D;
    border: 1px solid #0B346D;
}
.btn-primary {
    text-align: center;
    display: block;
    padding: 1.8% 8%;
}
.con-right{
    width: 30%;
    float: right;
    background-color: #F4F4F4;
    padding: 3% 2%;
    height: 680px;
}
.con-right h3{
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 8%;
}
.con-right ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 9%;
}
.con-right li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 6%;
}
.con-right li img{
    float: left;
    width: 4.5%;
}
.con-right li h2{
    width: 90%;
    float: right;
    margin-top: -3px;
}
.con-right li span{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 2%;
}
.con-right li i{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
.form-control::placeholder {
    color: #999 !important; /* 确保有颜色 */
    opacity: 1 !important; /* Safari需要这个 */
}

/* 检查输入框背景色是否盖住了placeholder */
.form-control {
    background-color: transparent; /* 不要用白色背景盖住 */
    color: #333; /* 输入文字颜色，不影响placeholder */
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner img {
        width: 100%;
        height: 110px;
    }

    .bann-title {
        width: 100%;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 24%;
        text-align: center;
    }

    .ab-top h3 {
        color: #000000;
        font-family: "Poppins", Sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 45px;
        text-align: left;
        margin-bottom: 1%;
    }

    .ab-top p {
        text-align: left;
        color: #000000;
        font-size: 13px;
        font-weight: 400;
        line-height: 30px !important;
        width: 100%;
        margin-bottom: 4%;
        text-indent: 2em;
    }

    .bann-title li i img {
        width: 100% !important;
        float: left;
        display: inline-block;
        height: auto;
    }
    .con-left {
        width: 100%;
        float: left;
        background: #fff;
        padding: 3% 2%;
    }
    .ser-title h3 {
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 1%;
    }
    .con-left li input {
        display: block;
        padding: 4px 10px;
        font-size: 14px;
        line-height: 34px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #000;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 90%;
    }
    .con-right {
        width: auto;
        float: right;
        background-color: #F4F4F4;
        padding: 3% 2%;
        height: auto;
    }

}