﻿#company-intro {
    margin-top: 80px;
    width: 1200px;
    position:relative;

}

#company-bg {
   width:500px;
   float:right;
   position:relative;
   top:50px;
}

#company-intro h2 {
    color: #000;
    font-size: 3.2em;
}

#company-intro h3 {
    color: #2D60A4;
    word-spacing:2px;
    letter-spacing:2px;
}

#company-intro h4 {
    color: #2D60A4;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 35px;
}

#company-text {
    margin-top: 45px;
    width: 55%;
    float: left;
    /*border: 1px solid #eee;
    border-radius: 11px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);*/ /* 阴影 */
    /*padding: 40px;
    position: relative;
    left: -15%;
    background: #fff;*/
    color: #707070;
}
    #company-text p {
        text-indent:2em;
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
        font-family: "Microsoft YaHei", sans-serif;
    }
#contacts {
    clear:both;
    width: 100%;
    min-width: 1100px;
    min-height: 300px;
    /*background: #F5F5F5;*/
    margin-top: 240px;
    padding: 60px 0;
    color: #555;
    margin-bottom:20px;
}
#address{width:500px;display:inline-block;margin-top:40px;margin-bottom:40px;}
#address p {
    margin-top: 25px;
}
#customer{width:100%;margin-top:35px;}
    #customer h3 {
        color: #000;
        font-size: 3.2em;
        margin-bottom:40px;
    }
    #customer > div {
        margin-bottom: 0px;
    }
    #customer textarea {
        border: 1px solid #C7C7C7;
        outline: none;
        background: #fff;
        width: 1170px;
        height: 170px;
        padding: 15px;
        margin: 12px 0 0 0;
        border-radius: 8px;
        font-size: 16px;
    }
    #customer input, #customer input:focus {
        border: 1px solid #C7C7C7;
        outline: none;
        background: #fff;
        border-radius: 8px;
        width: 50%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding: 15px;
        margin-top: 12px;
    }
        #customer textarea::placeholder,
        #customer input::placeholder {
            color: #C2C2C2;
        }
        #customer a {
        }
    #customer a:hover{
        cursor:pointer;
    }
.custom-tip {
    position: absolute;
    right: 50%;
    top: 20px;
    display: inline-block;
    width: 91px;
    font-size: 14px;
    color: #6D6D6D;
}
    .custom-tip span {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 15px;
        color:red;
    }
    .custom-tip p {
        display: inline-block;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 15px;
    }

    #btnSubmit {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        width: 120px;
        border-radius: 18px;
        font-size: 18px;
        text-align: center;
        background: #00489A;
        color: #fff;
    }