@charset "UTF-8";

.banner {
    width: 1000px;
    margin: 30px auto 0;
    padding: 0 100px;
    height: 180px;
    cursor: pointer
}

.banner,
.imgbox {
    position: relative;
    overflow: hidden
}

.imgbox {
    width: 100%;
    min-height: 385px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff
}

.img {
    position: absolute;
    display: none;
    color: red;
    text-align: center;
    width: 100%;
    height: 100%
}

.img .imgLine {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.img .imgLine .imgLineItem,
.img .imgLine img {
    flex: 1;
    height: 125px
}

.img .imgLine .imgLineItem {
    padding: 15px 25px;
    box-sizing: border-box
}

.img .imgLine .imgLineItem img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee
}

.change,
.im {
    display: block
}

.change {
    position: absolute;
    z-index: 20;
    opacity: .4;
    transition: .4s;
    top: 50%;
    margin-top: -32px
}

.change img {
    width: 50px;
    height: 50px
}

.change .left,
.change .right {
    display: inline-block;
    font-size: 65px;
    text-align: center
}

.change:hover {
    opacity: 1
}

.pre {
    left: 1%
}

.next {
    right: 1%
}

.cirbox {
    width: 88px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 50%;
    margin-left: -44px
}

.cir,
.cirbox {
    cursor: pointer
}

.cir {
    width: 12px;
    height: 12px;
    background-color: #666;
    opacity: .4;
    float: left;
    border-radius: 6px;
    margin: 0 5px
}

.cir:hover {
    opacity: .8;
    background-color: #000;
    transition: .8s
}

.cr {
    opacity: 1
}

.imgTitle {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    line-height: 50px;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px
}

.teamList {
    margin-top: 70px
}

.teamBox {
    height: 200px;
    width: 100%
}

.aboutBox {
    background: linear-gradient(180deg, #47bac2 0, #407d94)
}

.aboutBox,
.aboutBoxBgImg {
    width: 100%;
    min-height: 500px
}

.aboutBoxBgImg {
    background: url(../images/Layer_1_1_.png) no-repeat bottom;
    background-size: 100% 150px
}

.aboutTextBox {
    padding-top: 41px;
    width: 1150px;
    height: auto;
    margin: 0 auto
}

.titleBox {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px
}

.titleBox .titleItem {
    flex: 1
}

.titleBox .line {
    height: 1px;
    background: #407d94
}

.titleBox .middle {
    line-height: 35px;
    max-width: 275px;
    text-align: center
}

.titleBox .middle .middleChinese {
    font-weight: 400
}

.titleBox .middle .middleEnglish {
    color: #407d94;
    font-size: 16px;
    font-weight: 400
}

.footerLeftBox {
    font-family: 微软雅黑;
    vertical-align: middle;
    width: 550px;
    display: inline-block
}

.ablutItemBox {
    line-height: 38px;
    font-size: 17px
}

.ablutItemBox,
.footerItem {
    font-weight: 400;
    color: #fff;
    text-align: center
}

.footerItem {
    line-height: 35px;
    font-size: 20px;
    margin-top: 15px
}

.footerRightBox {
    font-family: 微软雅黑;
    text-align: left;
    width: auto;
    margin-left: 150px
}

.footerRightBox .ablutItemBox {
    text-align: left;
    line-height: 28px;
    margin-bottom: 5px
}

.footerRightBox .ablutItemBox label {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    min-width: 65px;
    font-size: 14px;
    margin-right: 10px
}

.footerRightBox .ablutItemBox input {
    color: #fff !important;
    vertical-align: middle;
    background: rgba(0, 0, 0, .2);
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    border: none;
    text-indent: 15px
}

.footerRightBox .ablutItemBox #iphoneNumber,
.footerRightBox .ablutItemBox #name {
    width: 150px
}

.footerRightBox .ablutItemBox #companyName,
.footerRightBox .ablutItemBox #email,
.footerRightBox .ablutItemBox #remark {
    width: 230px
}

.footerRightBox .toCommit {
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    opacity: 1;
    background-color: #47bac2;
    width: 270px;
    border: none;
    border-radius: 2px;
    margin-left: 39px;
    cursor: pointer
}

img {
    max-width: 100%;
    max-height: 100%
}

.main-content {
    width: 950px;
    margin: 0 auto
}

.title {
    margin: 20px 30px
}

.image-list {
    width: 100%;
    padding: 20px;
    margin: 0 auto 120px
}

.image-list .cover {
    position: relative;
    width: 20%;
    height: 300px;
    display: inline-block;
    margin: 30px 6% 30px 0;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff
}

.image-list .cover:last-child {
    margin-right: 0
}

.bottomTextTeam {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #666;
    position: absolute;
    bottom: -100px;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box
}

.bottomTextTeam .lineTwo {
    font-size: 15px
}

.image-list .cover img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%
}

.image-list .cover img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .2s;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5)
}

#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000
}

#pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 830px;
    height: 450px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#pictureViewer .menu-bar {
    width: 100%
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #449dac;
    transition: all .3s
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(../images/maximization_black.png);
    background-size: 14px
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../images/maximization_white.png)
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png)
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../images/miniaturization_white.png)
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(../images/close_black.png);
    background-size: 15px
}

#pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../images/close_white.png)
}

#pictureViewer .handel-next,
#pictureViewer .handel-prev {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    transition: all .3s
}

#pictureViewer .handel-prev {
    background-image: url(../images/prev_blank.png)
}

#pictureViewer .handel-next {
    background-image: url(../images/next_blank.png)
}

#pictureViewer .handel-next:hover,
#pictureViewer .handel-prev:hover {
    background-color: #449dac
}

#pictureViewer .handel-prev:hover {
    background-image: url(../images/prev_white.png)
}

#pictureViewer .handel-next:hover {
    background-image: url(../images/next_white.png)
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 90%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0
}

#pictureViewer .picture-content .cover {
    width: 35%;
    height: 100%
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: grey;
    font-size: 13px
}

#pictureViewer .hide {
    display: none
}

#pictureViewer .left {
    float: left
}

#pictureViewer .right {
    float: right
}

#pictureViewer .clear-flex {
    clear: both
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%
}

.introductionBox {
    margin-left: 4%;
    font-size: 22px;
    display: inline-block;
    width: 55%;
    height: 100%;
    vertical-align: top
}

.introductionBox .peoTitle {
    line-height: 30px;
    color: #333;
    margin-bottom: 6px
}

.introductionBox .text {
    font-size: 16px;
    line-height: 25px;
    color: #999
}

.textNone,
.titleNone,
.wokerNone {
    display: none
}