input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { 
    color: #A3A3A3;
}

.banner {
    position: relative;
    width: 100%;
    height: 550px;
}

.banner .min {
    overflow: hidden;
}

.banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: -1;
}

.banner-left {
    float: left;
    color: #fff;
    padding-top: 136px;
}

.industry-title {
    font-weight: bolder;
    font-size: 38px;
}

.industry-second-title {
    font-weight: bolder;
    font-size: 30px;
    margin-top: 33px;
    margin-bottom: 25px;
}

.industry-tag {
    width: 430px;
    background: rgba(223, 225, 255, 0.15);
    margin-bottom: 30px;
    padding: 25px;
    overflow: hidden;
}

.industry-tag-font {
    float: left;
    font-size: 22px;
    margin-top: 4px;
}

.industry-tag-line {
    float: left;
    height: 29px;
    width: 1px;
    background: #fff;
    margin: 0 5px;
}

.banner-support-hotline {
    width: 420px;
    height: 54px;
    border: 1px solid #90A9FD;
    text-align: center;
    cursor: pointer;
}

.banner-support-hotline div {
    float: left;
    font-weight: bolder;
    color: #FFBF27;
    font-size: 24px;
    line-height: 54px;
    margin-left: 9px;
}

.banner-support-hotline img {
    float: left;
    width: 24px;
    margin-top: 16px;
    margin-left: 97px;
}

.banner-right {
    float: right;
    width: 258px;
    height: 240px;
    margin-right: 45px;
    margin-top: 172px;
    background: #fff;
}

.banner-right-title {
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    text-align: center;
    margin-top: 36px;
}

.right-line {
    width: 50px;
    height: 2px;
    margin: 16px auto 0;
    background: #FB990D;
}

.banner-right input {
    width: 200px;
    height: 38px;
    font-size: 14px;
    text-indent: 10px;
    margin-top: 30px;
    margin-left: 28px;
    border: 1px solid #e6e6e6;
    line-height: 38px;
}

.free-box {
    width: 200px;
    height: 40px;
    background: #ff9327;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 19px auto 0;
    cursor: pointer;
}