html {overflow:-moz-scrollbars-vertical;}
html {min-height:101%;}
.content-about{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.content-about:after{
    display: table;
    content: '';
    clear: both;
}
.main-nav{
    float: left;
    width: 175px;
    height: 280px;
    border:1px solid #EBEBEB;
}
.main-title{
    border-bottom: 1px solid #EBEBEB;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    font-size:16px;
    background: #fff;
}
.main-title:hover{
    color: #3bc987;
}
.main-title.pressed{
    color: #3bc987;
    background: #F7F7F7;
}
.main-title-last{
    border-bottom:0;
    height: 64px;
}
.main-content{
    box-sizing: content-box;
    width: 924px;height: auto;
    float: right;
    padding: 40px;
    border:1px solid #EBEBEB;
    position: relative;
    background: #fff;
}
.main-content-title{
    font-size: 24px;
    color: #1A1A1A;
    line-height: 24px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom:1px solid #ebebeb;
}
.about-content{
    color: #333333;font-size: 14px;
    line-height: 28px;margin-top: 14px;
    margin-bottom: 33px;
    text-align: justify;
}
.story-one{
    margin-bottom: 15px;
    font-size: 14px;line-height: 28px;
    color: #303030;
    text-align: justify;
}
.story-one-top{
    margin-top: 20px;
}
.story-title{
    color: #303030;font-size: 16px;
    font-weight:700;
    padding-top: 6px;
    padding-bottom: 6px;
}
.story-two{
    line-height: 28px;
    font-size:14px;
    color: #303030;
    margin-top: 17px;
    text-align: justify;
}
.story-title-again{
    margin-top: 14px;
}
.our-team{
    margin-top: 32px;
}
.teams{
    width: 930px;
}
.teams:after{
    content: '';
    display: table;
    clear: both;
}
.team-people{
    position: relative;
    float: left;
    width: 158px;height: 345px;
    box-sizing: content-box;
    padding: 16px 24px;
    display: inline-block;
    border:1px solid #EBEBEB;
    margin-right: 30px;
    /*margin-bottom: 10px;*/
    margin-top: 20px;
}
.team-people-4n{
    margin-right: 0;
}
.people-logo{
    width: 90px;height: 90px;
    border-radius: 50%;
    left: 36px;
    position: relative;
}
.people-name,.people-duty,.people-desc{
    text-align: center;width: 100%;
}
.people-name{
    color: #1A1A1A;
    font-size:16px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 14px;
}
.people-duty{
    color: #949494;
    font-size:14px;
    margin-top: 8px;
}
.people-desc{
    margin-top: 5px;
    text-align: justify;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.change-friend-link{
    position: absolute;right: 40px;top: 48px;
    color: #3bc987;
    font-size: 14px;
}
.friend-link{
    width: 100%;position: relative;
}
.friend-link:after{
    content: '';
    clear: both;
    display: table;
}
.friend-link a{
    color: #565859;
    display: block;float: left;
    font-size: 14px;line-height: 14px;
    margin-top: 20px;
    margin-right: 20px;
}
.friend-link a:hover{
    color: #3bc987;
}
.friend-link a.clear-margin-right{
    margin-right: 0;
}
.contact-us{
    color: #565859;
    font-size: 14px;
    margin-top: 20px;
}
.address-img{
    margin-top: 20px;
}
.zhaopin-img{
    position: relative;
    left: -39px;
    top:-39px;
}
.zhaopin-title{
    color: #1a1a1a;position: relative;
    top:-3px;
    font-size:18px;font-weight: 700;
    line-height: 18px;
}
.search-duty{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    border:1px solid #EBEBEB;
    background-color: #F7F7F7;
    position: relative;
    z-index: 2;
}
.choose-duty-address{
    font-size: 14px;
    color: #949494;
    position: relative;
    width: 150px;height: 26px;
    line-height: 26px;
    display: inline-block;
    text-indent: 20px;
    border-right:1px solid #DCDCDC;
}
.duty-arrow{
    margin-left: 10px;
    display: block;
    position: absolute;
    right: 20px;
    top:10px;
    width: 0;height: 0;
    border-top:7px solid #B3B3B3;
    border-right:5px solid #F7F7F7;
    border-bottom:0;
    border-left:5px solid #F7F7F7;
}

.search-duty-content{
    width: 620px;
    background: #F7F7F7;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    -webkit-appearance: none;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
/*.search-form {
    width: 230px;
    font-size: 16px;
    -webkit-transition: width .3s;
    transition: width .3s;
    -webkit-appearance: none;
}*/
.search-duty-content::-webkit-input-placeholder {
    -webkit-appearance: none;
    font-size: 14px;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
    font-weight: 400;
}
.duty-click{
    display: block;
    position: absolute;right: 0;
    top:-1px;
    color: #fff;
    border-radius:0 2px 2px 0;
    font-size: 14px;line-height: 40px;
    text-align: center;
    width: 125px;height: 40px;
    background: #3BC987;
}
.duty-address-list{
    border:1px solid #DCDCDC;
    border-top:0;
    position: absolute;
    left: -1px;
    top:39px;
    width: 923px;
    padding: 14px 0 0 20px;
    background: #FFFFFF;
    display: none;
}
.each-address{
    margin-right: 30px;
    margin-bottom: 14px;
    width: auto;height: 14px;line-height: 14px;
    float: left;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.each-address:hover{
    color: #3BC987;
}
.duty-cate{
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    width: 100%;
    height: 48px;line-height: 48px;
    border-bottom: 1px solid #EBEBEB;
    /*border:1px solid red;*/
    position: relative;
    overflow: hidden;
    /*left: -30px;*/
}
.duty-cate-list{
    float: left;
    cursor: pointer;
    padding: 0 30px;
}
.duty-cate-line{
    width: 92px;height: 0;
    position: absolute;
    top: 44px;
    display: block;
    border-bottom: 3px solid #3BC987;
}
.duty-detail-father{
    width: 100%;height: auto;
    position: relative;
}
.duty-detail{
    width: 100%;height: 94px;
    border:1px solid #EBEBEB;
    margin-top: 20px;
    padding: 20px;
}
.duty-detail-left{
    float: left;
}
.duty-detail-left-name{
    font-size: 18px;
    height: 18px;line-height: 18px;
    cursor: pointer;
    /*color: #949494;*/
    color: #3BC987;
}
/*.duty-detail-left-name:hover{
    color: #3BC987;
}*/
.duty-detail-left-department{
    color: #949494;
    font-size: 14px;height: 14px;
    line-height: 14px;
    margin-top: 20px;
}
.duty-detail-right{
    float: right;
}
.duty-detail-left-year{
    margin-top: 4px;
}
.find-more{
    width: 100%;height: 50px;
    border:1px solid #EBEBEB;
    color: #949494;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    cursor: pointer;
}
.find-more:hover{
    border:1px solid #3BC987;
    color: #3BC987;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    font-weight: 400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    font-weight: 400;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    font-weight: 400;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    font-weight: 400;
}

.duty-mask{
    position: fixed;
    width: 100%;
    height:100%;
    background: #333333;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    z-index: 9998;
    display: none;
}
.duty-mask-content{
    width: 780px;
    min-height: 300px;
    max-height: 600px;
    background: #ffffff;
    margin: 240px auto;
    margin-bottom: 0;
    position: fixed;
    z-index: 9999;
    left:30%;
    display: none;
    border-radius: 2px;
}
.duty-mask-content-top{
    background: #3BC987;
    height: 60px;
    position: relative;
    color: #FFFFFF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.duty-close-button{
    width: 14px;
    height:14px;
    background: url("../../img/new_img/aboutus_xxx.png");
    position: absolute;
    right: 20px;
    top:23px;
    cursor: pointer;
}
.duty-mask-name{
    line-height: 60px;
    font-size:18px;
    margin-left: 20px;
}
.duty-mask-top-other{
    line-height: 60px;
    font-size: 12px;
    margin-left: 14px;
}
.duty-mask-content-down{
    padding: 0 20px 30px;
}
.duty-content-down-title{
    font-size:16px;
    color: #1A1A1A;
    margin-top: 30px;
    height:16px;
    line-height: 16px;
    font-weight:700;
}
.duty-content-down-detail{
    margin-top: 8px;
    font-size:12px;
    color: #4c4c4c;
    line-height: 18px;
}
.duty-mask-first-detail{
    margin-top: 18px;
}