/* 定位导航 */
.fix-nav-bar{
    padding: 20px 0;
    margin-bottom: -70px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    background: rgba(0,0,0,.7);
}
.fix-nav-bar .menu-list{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.fix-nav-bar .menu-list a{
    color: #969696;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.fix-nav-bar .menu-list a:hover,
.fix-nav-bar .menu-list a.on{
    color: #fff;
}
.fix-nav-bar .menu-list a.now-buy-btn{
    color: #fff;
    margin-left: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}
.fix-nav-bar .menu-list a.now-buy-btn:hover{
    background: #f80;
}
.fixed{
    width: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
}

.banner{
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #30a0d0;
}
.banner-case-block{
    position: absolute;
    top: 90px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-case-block .tit{
    color: #fff;
    font-size: 40px;
}
.banner-case-block .sub{
    color: #2efff3;
    margin-top: 15px;
    font-size: 20px;
}
.banner-qd-code{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 310px;
    height: 310px;
    margin-left: -150px;
}

/* 适用类型 */
.section-type-block{
    padding: 50px 0 100px;
}
.section-type-wrapper{
    width: 1320px;
    margin: 0 auto;
}
.section-title-bar{
    text-align: center;
    font-size: 36px;
}
.section-sub-txt{
    color: #666;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}
.section-type-bar{
    padding: 40px 110px 30px 0;
    text-align: center;
    font-size: 24px;
}
.section-type-group{
    text-align: center;
    font-size: 0;
}
.section-type-group>li{
    display: inline-block;
    width: 440px;
    vertical-align: top;
}
.section-type-group>li .hd{
    width: 440px;
    height: 720px;
}
.section-type-group>li .bd{
    width: 440px;
    margin-left: -60px;
}
.section-type-group>li .bd .tit{
    font-size: 20px;
    font-weight: bold;
}
.section-type-group>li .bd .txt{
    color: #999;
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
}


/* part1 */
.unite-container{
    padding-bottom: 80px;
}
.section-block-bar{
    padding: 60px 0;
    text-align: center;
}
.section-block-bar .tit{
    font-size: 24px;
}
.section-block-bar .txt{
    color: #666;
    line-height: 26px;
    margin-top: 40px;
    font-size: 16px;
}
.unite-view-group{
    text-align: center;
    font-size: 0;
}
.unite-view-group>li{
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}


/* part2 */
.market-container{
    padding-bottom: 100px;
}
.market-view-group{
}
.market-view-group>li{
    float: left;
    width: 200px;
    height: 490px;
    position: relative;
}
.market-view-group>li:after{
    content: "";
    display: block;
    height: 490px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #bdbdbd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.market-view-group>li:nth-child(1):after,
.market-view-group>li:nth-child(3):after,
.market-view-group>li:nth-child(5):after{
    bottom: 0;
}
.market-view-group>li:nth-child(2):after,
.market-view-group>li:nth-child(4):after,
.market-view-group>li:nth-child(6):after{
    top: 0;
}
.market-view-group>li:hover:after{
    height: 358px;
    left: 20px;
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.market-view-group>li .info{
    height: 50px;
    padding: 30px 0;
    text-align: center;
}
.market-view-group>li .info .num{
    color: #eaeaea;
    font-size: 18px;
    font-family: Arial;
}
.market-view-group>li .info .name{
    display: block;
    position: relative;
    font-size: 16px;
}
.market-view-group>li .info .name:after{
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    background: #bdbdbd;
}

/* part3 */
.syn-container{
    height: 739px;
    background: url("../images/service-part-bg.jpg") center no-repeat;
}
.syn-view-group{
    width: 728px;
    margin: 40px auto 0;
    font-size: 0;
}
.syn-view-group>li{
    display: inline-block;
    width: 176px;
    height: 96px;
    margin: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #32b16c;
}
.syn-view-group>li:hover{
    background: #57c589;
}
.syn-view-group>li .icon{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 20px 0 0;
}
.syn-view-group>li .item{
    color: #fff;
    display: block;
    font-size: 17px;
}

/* part4 */
.distributor-container{
    padding: 100px 0;
}
.distributor-box{
    width: 1300px;
    height: 822px;
    margin: 0 auto;
    background: url("../images/service-computer.png") center no-repeat;
}
.distributor-box .section-block-bar{
    padding-top: 130px;
}


/* part5 */
.pattern-container{
    padding-bottom: 100px;
}
.pattern-box{
    text-align: center;
}


.show-entry-block{
    height: 200px;
    position: relative;
    background: url("../images/server-ad-2.png") center no-repeat;
}
.show-entry-block .label{
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -21px -600px 0 0;
    border: 1px solid #fff;
    font-size: 14px;
}
.show-entry-block .label:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: -3px 0 0 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}