body {
    background: #f4f4f4;
}
/*menu page*/
.ixs-power p,
.ixs-cell p,
.ixs-teamwork-menu p {
    font-size: 16px;
}
.ixs-standard h4,
.ixs-cell h3,
.ixs-cell h4 {
    font-size: 16px;
}
.ixs-teamwork-menu {
    width: 1200px;
    margin: 122px auto 0 auto;
}

.ixs-teamwork-menu ul li {
    position: relative;
    margin-bottom: 30px;
}

.ixs-teamwork-menu ul li img {
    border-radius: 12px;
}

.ixs-teamwork-menu ul li a {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.ixs-cell .description,
.ixs-teamwork-menu ul li a .description {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
}

.ixs-teamwork-menu ul li a .description {
    height: 17em;
}

.ixs-cell .process h1,
.ixs-cell .description h1,
.ixs-teamwork-menu ul li a .description h1 {
    margin-bottom: 40px;
    position: relative;
}

.ixs-cell .process h1::after,
.ixs-cell .description h1::after,
.ixs-teamwork-menu ul li a .description h1::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -40px;
    bottom: -20px;
}

.ixs-cell .description p,
.ixs-teamwork-menu ul li a .description p {
    line-height: 1.5em;
}

.ixs-teamwork-menu ul li a .description button {
    height: 3.125em;
    width: 11.25em;
    margin-top: 1.2em;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin-top: 3em;
    border-radius: 2px;
}

.ixs-teamwork-menu ul li a .description button:hover {
    background: rgba(255, 255, 255, .3);
}


/**/

.ixs-teamwork {
    margin-top: 72px;
}

.ixs-navbar {
    min-height: 40px;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    top: 72px;
}

.ixs-navbar ul {
    width: 1025px;
    margin: 0 auto;
}

.ixs-navbar ul li {
    float: right;
    padding: 0px 20px;
    position: relative;
}

.ixs-navbar ul li.last::after {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background: #999;
}

.ixs-navbar ul li.last {
    margin-right: 237px;
}

.ixs-navbar ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.ixs-navbar ul li a.active {
    color: #31a1fa
}

.ixs-cell {
    position: relative;
    text-align: center;
    color: #fff;
}

.ixs-cell .description {
    height: 12em;
}

.ixs-cell img {
    display: block
}

.ixs-cell .process {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 4em;
}
.ixs-cell .process.process.plan ul,
.ixs-cell .process.process.check-in ul {
    margin-top: 10em;
}
.ixs-cell .process.teamwork ul {
    margin-top: 5.125em;
}

.ixs-cell .process ul li {
    float: left;
}
.ixs-cell .process.plan ul li,
.ixs-cell .process.check-in ul li {
    width: 33.3333%
}

.ixs-cell .process.teamwork ul li {
    width: 25%;
}

.ixs-cell .process ul li a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}

.ixs-cell .process.teamwork ul li a span {
    display: inline-block;
    height: 9.375em;
    width: 9.375em;
    line-height: 9.375em;
}

.ixs-cell .process.teamwork ul li a span.bg-1 {
    background: url(../images/teamwork/pic-screen5-1.png);
    background-size: 100% 100%;
}
.ixs-cell .process.teamwork ul li a span.bg-2 {
    background: url(../images/teamwork/pic-screen5-2.png);
    background-size: 100% 100%;
}
.ixs-cell .process.teamwork ul li a span.bg-3 {
    background: url(../images/teamwork/pic-screen5-3.png);
    background-size: 100% 100%;
}
.ixs-cell .process.teamwork ul li a span.bg-4 {
    background: url(../images/teamwork/pic-screen5-4.png);
    background-size: 100% 100%;
}

.ixs-cell .process.check-in ul li a span {
    display: inline-block;
    height: 9.375em;
    line-height: 9.375em;
    width: 9.375em;
    border-radius: 50%;
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3992f4,endcolorstr=#35c2ff,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3992f4,endcolorstr=#35c2ff,gradientType=1);
    background: -moz-linear-gradient(left, #3992f4, #35c2ff);
    background: -o-linear-gradient(left, #3992f4, #35c2ff);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#3992f4), to(#35c2ff));
}

.ixs-cell .process.check-in ul li a span .ixs-jiantou-copy {
    position: absolute;
    right: -.5em;
}

.ixs-cell .process ul li a h4 i {
    margin-left: 10px;
}

.ixs-cell .feature {
    width: 1200px;
    margin: 0 auto;
}

.ixs-cell .feature ul {
    overflow: hidden;
    margin-bottom: 1.75em;
}

.ixs-cell .feature ul li {
    text-align: left;
    float: left;
    width: 50%;
}

.ixs-cell .feature ul li a {
    text-decoration: none;
    color: #666;
    display: inline-block;
}

.ixs-cell .feature ul li a .icon {
    height: 6.875em;
    width: 6.875em;
    text-align: center;
    line-height: 6.875em;
    color: #31a1fa;
    float: left;
}
.ixs-cell .feature ul li a .icon .ixs-font {
    font-size: 10.5em;
}
.ixs-cell .feature {
    color: #666
}

.ixs-cell .feature h1 {
    margin: 3.125em 0;
    position: relative;
}

.ixs-cell .feature h1::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #666;
    left: 50%;
    margin-left: -40px;
    bottom: -.75em;
}

.ixs-cell .feature ul li a .ixs-content-body {
    margin-left: 11.375em;
    margin-right: 3.125em;
}

.ixs-cell .lock {
    width: 1200px;
    margin: 5.625em auto;
    overflow: hidden;
}
.ixs-cell .lock li {
    width: 50%;
    float: left;
    min-height: 500px;
    text-align: left;
}

.ixs-cell .lock li.text {
    padding: 90px 30px;
    background: #fff;
}

.ixs-cell .lock li a {
    text-decoration: none;
    color: #666
}

.ixs-cell .lock li a h2 {
    position: relative
}
.ixs-cell .lock li a h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -.875em;
    width: 80px;
    height: 2px;
    background: #31a1fa
}

.ixs-cell .lock li a p {
    line-height: 1.5em;
    width:530px;
}

.ixs-font {
    font-size: 7em;
}


/*power*/
.ixs-power {
    position: relative;
}
.ixs-power img {
    display: block;
}
.ixs-power .description{
    width: 800px;
    margin-left: -400px;
    position: absolute;
    top: 4.75em;
    left: 50%;
    text-align: center;
    color: #fff;
}

.ixs-power .description h1 {
    margin-bottom: .75em;
}
.ixs-cell .process.plan ul li {
    margin-top: 3.75em;
}
.ixs-cell .process.plan ul li a span {
    display: inline-block;
    font-size: 1.75em;
}
.ixs-standard {
    margin: 5.625em 0 11.625em 0;
    overflow: hidden;
}
.ixs-standard h1 {
    text-align: center;
    margin-bottom: 2.5em;
    position: relative;
}
.ixs-standard h1::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #666;
    left: 50%;
    margin-left: -40px;
    bottom: -.75em;
}
.ixs-standard ul  {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ixs-standard ul::after {
    position: absolute;
    content: "";
    width: 66.6666%;
    height: 6px;
    border: 1px solid #eee;
    top: 50%;
    margin-top: -3px;
    left: 16.6666%;
    z-index: -1;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) inset;
}

.ixs-standard ul li {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-top: 2.5em;
}

.ixs-standard ul li a {
    text-decoration: none;
    color: #666;
}
.ixs-standard ul li a > div {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15) inset;
}
.ixs-standard ul li a > div img {
    display: block;
}
.ixs-cell.line {
    position: relative;
    background: url(../images/teamwork/bg_screen_5.jpg);
}
.ixs-cell .process.teamwork {
    position: static;
    margin: 0 auto;
    height: 32.583em;
    padding-top: 4em;
}
.ixs-cell .process.teamwork ul li.one:after,
.ixs-cell .process.teamwork ul li.two:after,
.ixs-cell .process.teamwork ul li.four:after,
.ixs-cell .process.teamwork ul li.three:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(300px - 9.375em);
    background: #fff;
    top: 50%;
}
.ixs-cell .process.teamwork ul li.one:before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc((100% - 1200px) / 2 + (300px - 9.375em) / 2);
    background: #fff;
    top: 50%;
    left: 0;
}

/*计算显示位置*/
.ixs-cell .process.teamwork ul li.one:after {
    left: calc((100% - 1200px) / 2 + (300px - 9.375em) / 2 + 9.375em);
}

.ixs-cell .process.teamwork ul li.two:after {
    left: calc((100% - 1200px) / 2 + 300px + (300px - 9.375em) / 2 + 9.375em);
}

.ixs-cell .process.teamwork ul li.four:after {
    right: 0;
    width: calc((100% - 1200px) / 2 + (300px - 9.375em) / 2);
}

.ixs-cell .process.teamwork ul li.three:after {
    right: calc((100% - 1200px) / 2 + (300px - 9.375em) / 2 + 9.375em);
}