@charset "utf-8"; /*编码设置*/
.container-fluid {
    padding: 0;
}

/*banner start*/
.index .carousel .item1 {
    background: url("/static/images/aboutusbg.jpg") 0 0;
    height: 450px;
    background-size: cover;
    margin: 90px 0 0 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;      /* TWEENER - IE 10 */
     display: -webkit-flex;     /* NEW - Chrome */
     display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index .carousel .banner-desc {
    padding-left: 40px;
}
.index .carousel .banner-desc h1{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.index .carousel .banner-desc p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}
/*banner end*/

/*团队介绍-技术背景 start*/
.teamintroduction .content .our-team-inner {
    position: relative;
    top: -90px;
    left: 0;
    right: 0;
}
.teamintroduction .content .our-team {
    background: url("/static/images/teambg.png");
    height: 597px;
    background-size: cover;
}
.teamintroduction .content .our-team-inner .lists {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-left: 2px solid rgba(0,0,0,0);
}
.teamintroduction .content .our-team-inner .lists:hover {
    /*-webkit-transform: translate(0,-20px);*/
    /*-moz-transform: translate(0,-20px);*/
    /*-ms-transform: translate(0,-20px);*/
    /*-o-transform: translate(0,-20px);*/
    /*transform: translate(0,-20px);*/
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-left: 2px solid #c71523;
    padding-left: 10px;
}
.teamintroduction .content .our-team-inner .lists:hover .numbers{
    color: #c71523;
}
.teamintroduction .content .lists i{
    display: block;
    height: 56px;
    margin-bottom: 24px;
}
.teamintroduction .content .lists .app-icon {
    background: url("/static/images/ourteam.png") 0 0 no-repeat;
    width: 34px;
}
.teamintroduction .content .lists .web-icon {
    background: url("/static/images/ourteam.png") -34px 0 no-repeat;
    width: 65px;
}
.teamintroduction .content .lists .ce-icon {
    background: url("/static/images/ourteam.png") -101px 0 no-repeat;
    width: 58px;
}
.teamintroduction .content .lists .user-icon {
    background: url("/static/images/ourteam.png") -160px 0 no-repeat;
    width: 55px;
}
.teamintroduction .content .lists h1 {
    font-size: 24px;
    color: #333;
}
.teamintroduction .content .lists .numbers {
    font-size: 48px;
    font-weight: bold;
    color: #666;
}
.teamintroduction .content .lists .types {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.teamintroduction .content .lists .types span {
    color: #c71523;
}
/*技术背景*/
.teamintroduction .content .technical-bg {
    margin-bottom: 90px;
}
.teamintroduction .content .technical-bg h1{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
}
.teamintroduction .content .technical-bg .nav-tabs {
    width: 330px;
    margin: 0 auto;
    border-bottom: 0;
    border-radius: 100px;
    border: 1px solid #c71523;
    overflow: hidden;
}
.teamintroduction .content .technical-bg .nav-tabs li{
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    background: rgba(0,0,0,0);
}
.teamintroduction .content .technical-bg .nav-tabs li a{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;      /* TWEENER - IE 10 */
     display: -webkit-flex;     /* NEW - Chrome */
     display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #333;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.teamintroduction .content .technical-bg .nav-tabs li a i{
    display: block;
    height: 16px;
}
.teamintroduction .content .technical-bg .nav-tabs li.tab1 a .terminal-icon{
    background: url("/static/images/ourteam.png") -232px 0 no-repeat;
    width: 16px;
    margin-right: 6px;
}
.teamintroduction .content .technical-bg .nav-tabs li.active a .terminal-icon{
    background: url("/static/images/ourteam.png") -215px 0 no-repeat;
    width: 16px;
    margin-right: 6px;
}
.teamintroduction .content .technical-bg .nav-tabs li.tab2 a .cloud-icon{
    background: url("/static/images/ourteam.png") -216px -33px no-repeat;
    width: 22px;
    margin-right: 6px;
}
.teamintroduction .content .technical-bg .nav-tabs li.tab2.active a .cloud-icon{
    background: url("/static/images/ourteam.png") -216px -16px no-repeat;
    width: 22px;
    margin-right: 6px;
}
.teamintroduction .content .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #c71523;
    border: 0;
    color: #fff;
}
.teamintroduction .content .nav-tabs>.tab1.active>a, .nav-tabs>.tab1.active>a:hover, .nav-tabs>.tab1.active>a:focus,.teamintroduction .content .nav-tabs>.tab1 a:hover  {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}
.teamintroduction .content .nav-tabs>.tab2.active>a, .nav-tabs>.tab2.active>a:hover, .nav-tabs>.tab2.active>a:focus,.teamintroduction .content .nav-tabs>.tab2 a:hover  {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}
.teamintroduction .content .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}
.teamintroduction .content .technical-bg .nav-tabs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.teamintroduction .content .tab-content h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 10px 0;
}
.teamintroduction .content .tab-content h2 + p {
    font-size: 16px;
    color: #666;
    font-weight: 100;
    text-align: center;
    margin-bottom: 90px;
}
.teamintroduction .content .tab-content .lists-wrap .inner {
    height: 360px;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.teamintroduction .content .tab-content .lists-wrap .inner:hover {
    background: #fff;
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    transform: translate(0,-20px);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 0 10px 15px rgba(60, 60, 60, 0.2);
}
.teamintroduction .content .tab-content .lists-wrap .inner img{
    width: 100%;
}
.teamintroduction .content .tab-content .lists-wrap .inner .inner-desc {
    padding: 30px;
}
.teamintroduction .content .tab-content .lists-wrap .inner .inner-desc h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}
.teamintroduction .content .tab-content .lists-wrap .inner .inner-desc h3 + p{
    font-size: 16px;
    color: #666;
    font-weight: 100;
}

.teamintroduction .content .tab-content .lists2-wrap {
    margin-bottom: 90px;
}
.teamintroduction .kuagnlists {
    flex-wrap: wrap;
}
.teamintroduction .kuagnlists li {
    border-left: 2px solid #eee;
    padding: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.teamintroduction .kuagnlists li:hover {
    border-left: 2px solid #c71523;
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    transform: translate(0,-10px);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.teamintroduction .kuagnlists li h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-bottom: 10px;
}
.teamintroduction .kuagnlists li h3 + p{
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: 100;
}

/*团队介绍-技术背景 end*/







@media (max-width: 1366px) {
}
@media (max-width: 1201px) {
}
@media (max-width: 1179px) {
}
@media (max-width: 375px) {
    .index .carousel .item1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto; width: 100%;}
    .index .carousel .banner-desc{padding: 15px; text-align: center;}
    .aboutus .aboutus-desc img{width: 100%;}
    .teamintroduction .content .our-team-inner {top: 30px; margin-bottom: 60px;}
    .teamintroduction .content .our-team-inner .lists {margin-bottom: 30px;}
}
@media (max-width: 320px) {
    .index .carousel .item1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto; width: 100%;}
    .index .carousel .banner-desc{padding: 15px; text-align: center;}
    .aboutus .aboutus-desc img{width: 100%;}
    .teamintroduction .content .our-team-inner {top: 30px; margin-bottom: 60px;}
    .teamintroduction .content .our-team-inner .lists {margin-bottom: 30px;}
}
@media screen and (min-width: 700px) and (max-width: 768px) {
}