/* 公司简介 */

.introduction {
    padding: 3% 5% 3% 5%;
}

.layui-main-container {
    margin: 20px 0px;
}

.smart-green {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #F8F8F8;
    padding: 20px;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.smart-green h1 {
    padding: 20px 0px 20px 20px;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: -20px -20px 40px -20px;
    color: #FFF;
    background: #0084AA;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #0084AA;;
}

.smart-green h1 > span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: #FFF;
    font-weight: 400;
}


.smart-green .layui-main-team {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px 5px;
}

.smart-green .layui-main-team > label {
    width: 20rem;
    height: 35px;
    line-height: 35px;
    color: #5E5E5E;
    font-weight: 600;
    font-size: 1rem;
}


.smart-green input[type="text"] {
    color: #555;
    height: 35px;
    line-height: 15px;
    width: 900px;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
}

.smart-green .radiobox {
    line-height: 35px;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
}

.smart-green .radiobox .radio-team {
    line-height: 35px;
    width: 100%;
    display: block;
}

.smart-green .button {
    text-align: center;
    margin: 20px 0px 5px;
}

.smart-green .button input {
    width: 150px;
    line-height: 1.5;
    background-color: #0084AA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}