@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;
    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: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}
/*banner end*/



/*产品与业务领域 start*/
.productsandservices .subnav-bar{
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}
.productsandservices .subnav-bar .sub-nav{
    background: rgba(255,255,255,.5);
}
.productsandservices .subnav-bar 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;
    height: 90px;
    font-size: 16px;
    color: #333;
    border-right: 2px solid rgba(255,255,255,.5);
    border-top: 2px solid rgba(255,255,255,0);
}
.productsandservices .subnav-bar a:last-child{
    border-right: none;
}
.productsandservices .subnav-bar .active,.productsandservices .subnav-bar a:hover {
    color: #c71523;
    border-top: 2px solid #c71523;
}

.productsandservices .content {
    padding-bottom: 100px;
}
.productsandservices .content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 90px;
}
.productsandservices .content .advantage{
    border: 1px solid #e6e6e6;
}
.productsandservices .content .advantage .col-lg-4 {
    border-bottom: 1px solid #e6e6e6;
    padding: 60px 0;
}
.productsandservices .content .advantage .botder-bottom-none {
    border-bottom: none;
}
.productsandservices .content .advantage .col-lg-4:nth-child(odd) {
    background: #fff7f7;
}
.productsandservices .content .advantage i {
    display: block;
    height: 74px;
    margin: 22px auto;
}
.productsandservices .content .advantage .icon-1 {
    background: url("/static/images/pands.png") 0 0 no-repeat;
    width: 74px;
}
.productsandservices .content .advantage .icon-2 {
    background: url("/static/images/pands.png") -76px 0 no-repeat;
    width: 80px;
}
.productsandservices .content .advantage .icon-3 {
    background: url("/static/images/pands.png") -158px 0 no-repeat;
    width: 76px;
}
.productsandservices .content .advantage .icon-4 {
    background: url("/static/images/pands.png") -238px 0 no-repeat;
    width: 96px;
}
.productsandservices .content .advantage .icon-5 {
    background: url("/static/images/pands.png") -336px 0 no-repeat;
    width: 75px;
}
.productsandservices .content .advantage .icon-6 {
    background: url("/static/images/pands.png") -413px 0 no-repeat;
    width: 80px;
}
.productsandservices .content .advantage p {
    font-size: 20px;
    color: #666;
    text-align: center;
    padding-bottom: 14px;
    /*font-weight: 700;*/
}
.productsandservices .content .advantage p + p {
    font-size: 14px;
    color: #999;
    padding-bottom: 0;
}
.productsandservices .bar {
    background: #eceff4;
    padding-top: 60px;
    margin-bottom: 90px;
    height: 400px;
}
.productsandservices .bar:hover .blue-patr{
    -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;
    box-shadow: 0 8px 15px rgba(181,181,181,1);
}
.productsandservices .bar .iphone1 {
    position: relative;
    top: -140px;
    left: 10px;
    right: 0;
    width: 94%;
}
.productsandservices .bar .iphone2 {
    left: 20px;
}
.productsandservices .bar .blue-patr {
    position: relative;
    top: -90px;
    left: 0;
    right: 0;
    background: #4685c8;
    padding: 40px;
    border-top-left-radius: 10px;
    border-top-right-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;
}
.productsandservices .bar .blue-patr h1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}
.productsandservices .bar .blue-patr p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}
.productsandservices .bar .blue-patr .msg-list {
    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: flex-start;
    /* 12版 */
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
}
.productsandservices .bar .blue-patr .msg-list ul{
    padding-left: 30px;
}
.productsandservices .bar .blue-patr .msg-list ul li{
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
    line-height: 24px;
}

/*运营管理平台功能*/

.productsandservices .function h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 90px;
}
.productsandservices .pc-bar img {
    margin: 0 auto;
}
.productsandservices .pc-bar h4 {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    padding-top: 70px;
}
.productsandservices .pc-bar h4 + p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
/*产品与业务领域 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-left: 15px; text-align: center;}
    .productsandservices .pc-bar img {width: 100%;}

    .productsandservices .bar .blue-patr .msg-list ul ,.productsandservices .bar .blue-patr .msg-list ul li{padding-left: 0;}
}
@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-left: 15px; text-align: center;}
    .productsandservices .pc-bar img {width: 100%;}

    .productsandservices .bar .blue-patr .msg-list ul ,.productsandservices .bar .blue-patr .msg-list ul li{padding-left: 0;}
}
@media screen and (min-width: 700px) and (max-width: 768px) {
}