.ixs-cell p {
    font-size: 16px;
}
.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.mid::after,
.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.first {
    margin-top: 72px;
    position: relative;
}

.ixs-cell.first .description {
    height: 5em;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -2.5em;
    text-align: center;
    color: #fff;
}

.ixs-cell.first .description h1 {
    margin-bottom: 40px;
    color: #fff;
}
.ixs-cell.first img {
    display: block;
}

.ixs-cell h1 {
    text-align: center;
}
.ixs-cell .ixs-cell-header p {
    text-align: center; 
    font-size: 14px;
}
.ixs-cell .ixs-cell-body {
    margin: 0 auto;
    width: 1200px;
    text-align: center
}

.ixs-cell h1::after,
.ixs-cell .feature h1::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
   background: #555;
    left: 50%;
    margin-left: -40px;
    bottom: -.75em;
}

.ixs-cell .feature {
    width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}
.ixs-cell .feature h1 {
    text-align: center
}
.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 {
    width: 8.125em;
    height: 8.125em;
    line-height: 8.125em;   
    color: #31a1fa;
    float: left;
    margin-right: 2.375em;
    margin-left: 3.125em;
}
.ixs-cell .feature {
    color: #666
}

.ixs-cell h1,
.ixs-cell .feature h1 {
    position: relative;
    color: #333
}

.ixs-cell .feature ul li a .ixs-content-body {
    margin-left: 13.625em;
}
.ixs-cell .feature ul li a .ixs-content-body p {
    width: 300px;
}
/**/

.ixs-cell.safe {
    margin-top: 3.125em;
    position: relative;
}

.ixs-cell.safe .safe-body {
    position: absolute;
    left: 42%;
    top: 9em;
    width: 700px;
}

.ixs-cell.safe .safe-body h1,
.ixs-cell.safe .safe-body p {
    text-align: left;
}

.ixs-cell.safe .safe-body h1::after {
    left: 0;
    margin-left: 0;
}
.ixs-cell.safe .safe-body ul li {
    float: left;
    width: 50%;
}

.ixs-cell.safe .safe-body ul li a {
    text-decoration: none;
    color: #666;
}

.ixs-cell.safe .safe-body ul li a .icon {
    width: 5.9375em;
    height: 5.9375em;
    line-height: 5.9375em;
    border: 2px solid #333;
    color: #333;
    border-radius: 6px;
    float: left; 
    text-align: center
}

.ixs-cell.safe .safe-body ul li a > div {
    margin-left: 7.235em;
    margin-right: 1.25em;
}
.ixs-cell.safe .safe-body .ixs-font {
    font-size: 6em; 
}

.ixs-cell.safe .safe-body ul li h3 {
    font-size: 18px;
    margin-bottom: .38em; 
}

.ixs-cell.safe .safe-body ul li p {
    max-width: 300px;
    font-size: 14px;
}

.ixs-cell.imple ul {
    width: 1200px;
    padding: 0 85px;
    overflow: hidden
}

.ixs-cell.imple ul li {
    float: left;
    width: 50%;
    padding: 15px;
}

.ixs-cell.imple ul li a {
    text-align: center;
    color: #666;
    text-decoration: none;
}

.ixs-cell.imple ul li a h3 {
    margin-top: 1em;
    font-size: 16px;
}

/**/
.show-time {
    overflow: hidden;
    background: #333;
    color: #fff;
}
.ixs-cell.show-time h1 {
    color: #fff;
}
.ixs-cell.show-time h1::after {
    background: #fff;
}
.show-time .ixs-cell-body {
    width: 1200px;
    margin: 0 auto;
    height: 43.125em;
    overflow: hidden;
}

.show-time ul li {
    width: 15.9375em;
    height: 43.125em;
    float: left;
    border-right: 2px solid #fff;
    transition: width .5s;
}

.show-time ul li.last {
    border-right: none;
}

.show-time ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    text-decoration: none;
    text-align: center
}
.show-time ul li a p,
.show-time ul li a h2 {
    display: none;
}

.show-time ul li.active a h2 {
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -1.5em;
    height: 3em;
    position: absolute;
    line-height: 3em;
    font-size: 2.5em;
    color: #fff;
}

.show-time ul li.active a p {
     display: block;
    text-align: center;
    width: 100%;
    top: 52%;
    height: 4em;
    position: absolute;
    line-height: 4em;
    font-size: 1.25em;
    color: #fff;
}

.show-time ul li.active {
    width: 40em !important;
    transition: width .5s;
}

.show-time .ixs-cell-body li:nth-child(1) {
    background: url(../images/teamwork/master/pic_screen_4_1.jpg)
}

.show-time .ixs-cell-body li:nth-child(2) {
    background: url(../images/teamwork/master/pic_screen_4_2.jpg)
}

.show-time .ixs-cell-body li:nth-child(3) {
    background: url(../images/teamwork/master/pic_screen_4_3.jpg)
}
.show-time .ixs-cell-body li:nth-child(4) {
    background: url(../images/teamwork/master/pic_screen_4_4.jpg)
}
.show-time .ixs-cell-body li:nth-child(5) {
    background: url(../images/teamwork/master/pic_screen_4-5.jpg)
}
.show-time .ixs-cell-body li:nth-child(6) {
    background: url(../images/teamwork/master/pic_screen_4_6.jpg)
} 
