﻿@CHARSET "UTF-8";

/*banner*//* roundabout */
#nbanner{width:100%;position:relative;height:300px;background:url(../images/customer.png) no-repeat}

/*content*/
#content{width:1170px;margin:0 auto;overflow:hidden;padding: 30px 0;}
#content .content-container{width:100%;height:100%;margin:auto;}


/*侧栏导航*/
#content .slider-left{  float: left;  width: 260px; }

/*正文-当前位置*/
#content .content-main{width:870px;min-height:500px;float:left;padding-left:30px;}
#content .content-main-top{height:40px}
#content .content-main .home{width:15px;height:15px;border:0}
#content .content-main a{font-size:16px;line-height:40px;color:rgb(36,14,5)}
#content .content-main a:hover{color:#47ab34;transition: all .3s ease-out;}
/*line*/
div.linefen{width:100%;height:1px;padding-bottom:10px; margin:0 auto;border-top:1px #575757 dotted;overflow:hidden;float: left}

/*正文招聘描述*/
div.description{width:870px;color:#575757}
div.description img{float:left;width:340px;height:215px;padding-right:12px}
div.description .des-text{float:left;width:515px;line-height:30px;font-size:16px}
div.description .des-text .title{font-size:20px;font-weight:700;line-height:40px;color:#47ab34}



/*正文-内容*/
#content .content-main .content-text{float:left;width:870px;color:#575757;line-height:30px;padding: 20px 0 50px 0;}


.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 870px;
    background: #F8F8F8;
    padding: 10px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.smart-green label {
    display: block;
    margin: 0px 0px 5px;
    font-size: 16px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"],.smart-green input[type="number"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    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);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #47ab34;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    cursor: pointer;
    margin-top: 20px;
}
.smart-green .button:hover {
    background-color:red;
    transition: all .3s ease-out;
}

