

/* 背景图 */
.bg_img {
    
    height: 40vw;
    margin-top: 3vw;
    position: absolute;
    z-index: -99;
}

.bg_img>div {
    
    height: 40vw;
    margin: auto;


    -webkit-mask: linear-gradient(to bottom, transparent -1%, black 32%, transparent 106%);
    mask: linear-gradient(to bottom, transparent -1%, black 32%, transparent 106%);
}

.bg_img::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 55%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 15%,
            rgba(255, 255, 255, 0) 15%);
    pointer-events: none;
}

.bg_img>div>img {
    width: 100%;
    height: 40vw;
}

/* logo 导航栏 */




.unique-li .set-img{
  z-index: -1;
  top: 4.3vw;
  right: -1vw;
  position: absolute;
  overflow: hidden;
}

.set-img img{
  float: left;
  width: 10vw;
  height: 1.5vw;
}



.body {
    width: 80vw;
    margin: auto;
   
}

/* 联系我们 */
.contact {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.contact_container {
    
    
    position: relative;

}

.ctc_bg {
   padding: 0.5vw 3.5vw;
    background-color: white;
   
   
    z-index: -1;
    letter-spacing: .1vw;
}

.contact_line {
    width: 42vw;
    height: 21.7vw;
    position: absolute;
    z-index: 1;
    bottom: 0vw;
}
.contact_wep_line{
    display: none;
}

.ctc_title {
    width: 35vw;
    height: 4.5vw;
    margin-top: 2vw;

    font-size: 2vw;
    font-weight: bold;
    color: #FF8D00;
    z-index: 0;
    position: relative;
}

.ctc_circle {
    width: 2vw;
    height: 2vw;
    position: absolute;
    bottom: 1vw;
    left: 7vw;
    z-index: -1;
}

.ctc_line {
    width: 1.8vw;
    position: absolute;
    bottom: -0.15vw;
    left: -0.5vw;
    z-index: 2;
}

.ctc_address {
  
    margin-bottom: 1vw;
    
    border-bottom: .1vw solid #D9D9D9;
    border-top: .1vw solid #D9D9D9;
}

.ctc_address>img {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 1vw;
}

.ctc_address>span {
    top: -0.3vw;
    margin-left: 0.5vw;
    font-size: .9vw;
    color: #D9D9D9;
    position: relative;
}

.ctc_address_txt {
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
    margin: 1vw auto 2vw auto;

}

.ctc_bottom {
   
    
    display: flex;
    justify-content: space-around;
    
   
}

.ctc_phone, 
.ctc_email {
    width:50%;
    position: relative;
}

.ctc_phone>img {
    width: 1.3vw;
    height: 1.3vw;
    left: .3vw;
    top: -.1vw;
    position: relative;
  
}

.ctc_email>img {
    height: .9vw;
    width: 1.2vw;
}

.ctc_bottom span {
    margin-left: 0.5vw;
    font-size: .9vw;
    color: #D9D9D9;
}
.ctc_phone span{
    top: -.4vw;
    left: .2vw;
    position: relative;

}
.ctc_email span{
    top: -.1vw;
    left: .4vw;
    position: relative;
    
}


.ctc_phone_num,
.ctc_email_num {
    font-size: 1vw;
    font-weight: bold;
    
}

.ctc_phone_num {
    height: 2vw;
    margin: 0vw 3vw 2vw 2vw;
    line-height: 2vw;
    border-right: .1vw solid #D9D9D9;
}

.ctc_email_num {
    bottom: 1vw;
    margin-top: .3vw;
    margin-left: 2.1vw;
}

.mertu {
    width: 17vw;
    height: 3.5vw;
    border-radius: 2vw;
    background-color: #F8A032;
    box-shadow: 0.3vw 0.3vw 0.7vw -0.2vw #F8A032;
    position: absolute;
    top: 7vw;
    right: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mertu>img {
    height: 3.5vw;
    width: 3.5vw;
   
}

.mertu>span {
    font-size: 1.2vw;
    color: white;
    font-weight: bold;
    
}
.contact>img {
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 11.5vw;
    right: 19.8vw;
}

/* 客户资料 */
.customer {
    
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.customer_container {

    width: 100%;
    height: 40vw;
    position: relative;

}

.customer_bg {
    width: 99.5%;
    height: 99%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 0;
    letter-spacing: .1vw;
    margin: auto;
}

.customer_line {
    width: 100%;
    height: 40vw;
    position: absolute;
    z-index: 0;
    bottom: .5vw;
}
.customer_wep_line{
    display: none;
}

.cst_body {
    width: 90%;
    height: 32vw;
    margin: auto;
}

.cst_title {
    height: 3vw;
    font-size: 2vw;
    color: #589C34;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.cst_title>img {
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 7vw;
    bottom: 0;
    z-index: -1;
}



.cst_information {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;

}

.cst_information>div {
    width: 31%;
    font-size: 1vw;
    font-weight: bolder;
    color: #070507;
    text-align: left;
    padding-left: 1vw;
}

.cst_information span {
   margin-left: 1vw;
   

}

.cst_information input {
    width: 100%;
    margin-top: .5vw;
    height: 3vw;
    border-radius: 2vw;
    background-color: #F7F9F7;
    padding-left: 1vw;
    font-size: 1vw;
    margin-bottom: 1vw;
    position: relative;
    z-index: 10;
    border: .1vw solid #F7F9F7;
    font-weight: bold;
    color: #ABABAB;
    letter-spacing: .1vw;
}



.cst_saying {
    font-size: 1vw;
    font-weight: bolder;
    text-align: left;
    padding-left: 1vw;
    margin-top: 2vw;
}

.cst_saying span {
 margin-left: 1vw;

}

.saying{
    width: 100%;
    height: 6vw;
    border: 0;
    border-radius: 1vw;
    background-color: #F7F9F7;
    padding: 1vw 1vw;
    font-size: 1vw;
    margin-bottom: 1vw;
    position: relative;
    z-index: 10;
    resize: none;
    outline: none;
    font-weight: bold;
    color: #ABABAB;
    border: .1vw solid #F7F9F7;
    justify-content: flex-start;
    font-family: inherit;
    letter-spacing: .1vw;
    margin-top: .5vw;
}

.cst_information>div>input:focus,
.saying:focus {
    border: .1vw solid #589C34;
    outline: none;
    background-color: #fff;
}

.cst_information>div>input::placeholder,
.saying::placeholder {
    color: #ABABAB;
    opacity: 1;
    font-weight: bold;
}

.cst_submit {
    display: block;
    width: 30vw;
    height: 3.5vw;
    margin: 2vw auto 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #9DE787;
    color: #fff;
    font-size: 1.2vw;
    font-weight: bold;
    border: none;
    border-radius: 2vw;
    cursor: pointer;
    text-align: center;
    line-height: 4vw;
}

.customer_bg>img {
    width: 9vw;
    height: 3vw;
    position: absolute;
    bottom: 2vw;
    right: 0;
}




