@charset"UTF-8";

.IndexQrCode,
.aboutUsNewsIntro,
.founderImg,
.mainContent,
.memberDesc,
.qrContent,
.wxScan {
    overflow: hidden
}

.aboutUsNewsP,
.jobItem {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04)
}

.content,
.content1 {
    width: 100%;
    background: #fff;
}

.aboutUsContent,
.aboutUsContent1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.aboutUsContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 55px
}

.aboutUsPTitle,
.aboutUsPart {
    margin-bottom: 30px;
    width: 100%
}

.aboutUsPart {
    height: auto;
    margin-top: 40px
}

.aboutUsPTitle {
    text-align: center;
    font-size: 36px
}

.mainTitle2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
    padding-top: 30px
}

.aboutUsPIntro {
    width: 1200px;
    height: auto;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #081E42;
    margin-top: 30px
}

.founderImg,
.memberPhoto {
    margin-right: 20px;
    float: left
}

.founderBox,
.memberBox {
    width: 100%;
    overflow: hidden
}

.aboutUsMember {
    width: 100%
}

.memberPhotoFounder {
    float: left;
    width: 33%;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.founderImg {
    width: 80px;
    height: 150px
}

.founderImg img {
    width: 100%;
    border-radius: 100%
}

.founderName {
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
    line-height: 25px;
    text-align: left
}

.founderIntro,
.founderJob {
    font-size: 14px;
    color: #666;
    text-align: left
}

.founderJob {
    width: 100%;
    margin-top: 5px;
    line-height: 17px
}

.founderIntro {
    position: relative;
    top: 0;
    height: auto;
    line-height: 22px;
    margin-top: 15px
}

.joinUsPart,
.memberDesc {
    color: #fff;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.memberPhoto {
    width: 150px;
    height: 150px;
    margin-top: 20px
}

.memberPhoto:hover .memberDesc {
    opacity: .8;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.memberDesc {
    width: 100%;
    height: 57px;
    opacity: 0;
    background-color: #1a2226;
    position: relative;
    top: -57px;
    font-size: 12px;
    padding: 5px 15px
}

.memberDesc p {
    margin: 5px 0 0
}

.memberPhoto img {
    width: 100%
}

.rightSide {
    margin-right: 0 !important
}

.joinUsPart {
    padding: 24px 26px;
    font-size: 33px;
    background: #819fe7;
    text-align: center;
    line-height: 50px
}

div.narraw {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -10px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: transform, margin;
    transition-property: transform, margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

div.narraw.active {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px
}

.joinUsPart:hover {
    background: #738ECF
}

.aboutUsNews {
    width: 100%;
    height: auto;
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.aboutUsNewsP {
    position: relative;
    width: 520px;
    height: 180px;
    padding: 20px 20px 20px 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.aboutUsNewslinkSource {
    position: absolute;
    left: 20px;
    width: 180px;
    top: 20px;
    bottom: 20px;
    right: 20px
}

.aboutUsNewslinkSource img {
    width: 100%;
    height: 100%
}

.aboutUsNewsTitle {
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #081E42;
    overflow: hidden;
    height: 26px;
    white-space: nowrap;
}

.aboutUsNewsIntro {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 10px 0;
    height: 46px
}

.aboutUsNewslink {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 220px;
    bottom: 20px;
    color: #666
}

.aboutUsNewslink span {
    display: block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    font-size: 14px
}

.aboutUsNewslink span:after {
    content: '';
    position: absolute;
    display: block;
    height: 80%;
    border-right: 1px solid #666;
    top: 10%;
    right: 0
}

.moreNews {
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 28px;
    margin: 10px auto 0;
    cursor: pointer
}

.moreNews div {
    display: inline-block;
    top: 1px;
    position: relative;
    padding-left: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.moreNews.active div {
    top: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.joinJob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.joinJob .joinName {
    cursor: pointer;
    display: inline-block;
    padding: 0 19px;
    line-height: 36px;
    border: 1px solid #666;
    text-align: center;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px;
    margin: 0 20px
}

.joinJob .joinName.active {
    border: 1px solid #2A75ED;
    color: #2A75ED
}

.jobItem {
    width: 100%;
    color: #666;
    margin-bottom: 20px;
    padding: 0 20px
}

.jobItem .iconDiv {
    display: inline-block;
    position: relative;
    top: -2px;
    color: #b2b2b2
}

.jobItem .narraw {
    right: 0;
    width: 8px;
    height: 8px;
    border-color: #2A75ED
}

.jobItem .jobItemTitle {
    line-height: 30px;
    height: 60px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: center;
    cursor: pointer
}

.jobItem .jobItemTitle .jobTitle {
    font-size: 16px;
    display: inline-block;
    width: 340px;
    color: #081E42
}

.jobItem .jobItemTitle .jobAddress {
    font-size: 14px;
    color: #081E42;
    line-height: 30px;
    position: relative;
    top: -2px
}

.jobItem .jobContent {
    padding-bottom: 18px;
    display: none;
    border-top: 1px solid #eee
}

.jobItem .jobContent.active {
    display: block
}

.jobItem .jobContent h3 {
    font-size: 14px;
    color: #081E42;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px
}

.jobItem .jobContent p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #888
}

.jobItem .jobContent a {
    color: #2A75ED;
    font-size: 14px;
    margin-top: 30px;
    display: block
}


/*banner*/
.banner {
    background-image: url(../images/img_banner_cooperation.png)
}

.banner .bannerContent {
    position: absolute;
    top: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.banner .bannerContent h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 400;
}

.banner .bannerContent p {
    font-size: 18px
}

.banner .bannerContent .bannerBtn a {
    display: inline-block;
    margin: 40px 10px;
    width: 140px
}

.blueBtn {
    background-color: #2A75ED;
}

.opacityBtn {
    background-color: transparent;
    border: 1px solid #fff;
}

.comBtn {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}