html {
    min-width: 1170px;
    overflow-y:scroll;
}

/*头部固定*/
.is-sticky #sticktop{
    left: 0;
    width: 100%;
    z-index:99999;
    overflow:visible !important;
}

.is-sticky .access-project{
    left: 0;
    width: 100%;
    z-index:9999;
}

/* 保证小屏幕下图片可以显示中间部分 */
.carousel-inner {
    overflow: hidden;
    width: 100%;
    height: 554px;
}
.carousel-inner .item {
    width: 100%;
    height: 100%;
}
.slider-img {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-indicators li {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: none; 
    background: #6a6a6a;   
}
.carousel-indicators .active {
    background: #ff6a5a;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: 0px 1px 6px #eae8e8;
}

.navbar {
    height: 81px;
}

.logo img {
    width: auto;
    height: 46px;
}

.top-img {
    position: relative;
}

.icon-container {
    position: relative;
    bottom: 0;
}

.phone {
    position: absolute;
    bottom: -70px;
}

.platform-icon {
    position: absolute;
    right: 0;
    bottom: -60px;
}
.platform-icon>a {
    display: inline-block;
    margin-left: 30px;
}

.featurette {
    position: relative;
}
.featurette-image {
    position: absolute;
    width: 183px;
    height: auto;
}
.about-content {
    padding-left: 250px;
}

.about-container {
    padding: 50px 0 90px 0;
}

.about-title {
    height: 34px;
    font-size: 36px;
    font-family: NotoSansHans-Regular;
    font-weight: 400;
    color: rgba(0,193,114,1);
    line-height: 28px;
}
.featurette1 .about-title {
    margin-bottom: 5px;
}

.sub-about-title {
    height:24px;
    font-size:30px;
    font-family:NotoSansHans-Regular;
    font-weight:400;
    color:rgba(0,193,114,1);
    line-height:28px;
    opacity:0.6;
}

.lead {
    font-size:15px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
    margin-bottom: 0;
    margin-top: 20px;
}
.featurette1 .lead {
    margin-top: 0;
}

.no-top {
    margin-top: 0;
}

/*导航栏*/

.navbar-nav {
    float: right;
}

.navbar-nav>li{
    margin-left: 40px;
}
.navbar-nav>li>a {
    padding: 0;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #999 !important;  
}

/*导航栏*/
.navbar-nav>li.active>a {
    color: #00C172 !important;  
    background: #f8f8f8 !important;     
}


/*底部banner*/
.footer {
    background: #ececec;
}
.copyright {
    padding: 25px 0 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.cr-link {
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    margin: 0;
    color: #999; 
}
.cr-link span{
    display: inline-block;
    width: 80px;
    height: 14px;
    line-height: 1; 
    border-right: 1px solid rgba(153,153,153,0.2);
}
.cr-link span:last-child{
    border-right: none;
}

.cr-link span a{
    color: #999;
}

.cr-link span a:hover{
    text-decoration: none;  
}


/*版权页面*/
.top-img img{
    max-width: 100%;
    height: 141px;
}

/*背景图片文字*/
.bg-word {
    position: absolute;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-left: 220px;
    margin-bottom: 0;
    font-size: 35px;
    color: rgba(255,255,255,.3);
}

.bg-word span{
    font-size: 15px;
}

.bg-word span i{
    margin: 0 8px;
}


/*菜单栏子项目*/
.menu-item {
    position: relative;
    top: -10px;
    width: 145px;
    height: 137px;
    text-align: center;
    margin-bottom: 3px;
    background-color: rgba(0,193,114,.55);
    color: #fff;
    cursor: pointer;
}
.menu-item.active {
    background-color: rgba(0,193,114,.85);
}
.menu-item i{
    display: inline-block;
    margin-top: 35px;
}
.menu-item p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 46px;
}
.content-container {
    position: relative;
}
.menu-box {
    position: absolute;
} 

/*版权页面内容*/
.cr-content{
    padding-left: 220px;
    float: right;
}

.cr-item {
    margin-top: 70px;
    margin-bottom: 180px;
    font-size: 14px;
    line-height: 26px;    
}


.cr-title {
    font-size: 18px;
    color: rgba(0,193,114,1);
    margin-top: 50px;
    padding: 0 10px;
    border-left: 5px solid rgba(0,193,114,.31);
}
.sub-title {
    margin-left: 16px;
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
}

.cr-title span {
    color: rgba(0,193,114,.6);
    font-size: 14px;
    margin-left: 10px;
}

.top-content {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.detail {
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;    
}
.detail-title {
    margin-top: 20px;
    margin-bottom: 0;
}
.detail-title ul {
    margin-top: 20px;
}

.sub-detail-title span,
.sub-detail-title p {
    margin-bottom: 0;
}

.sub-detail-title li {
    margin-top: 20px;
}
.cr-icon {
    background: url("../img/copyright.png");
}
.sprite{
    display: inline-block;
    background: url("../img/sprite.png");
}

.bq {
    width: 35px;
    height: 34px;
    background-position: -1px -2px;
}
.sy {
    width: 31px;
    height: 32px;
    background-position: -3px -51px;
}
.ys {
    width: 32px;
    height: 37px;
    background-position: -3px -190px;
}
.triangle {
    position: absolute;
    right: 0;
    width: 36px;
    height: 84px;
    background-position: 0 -96px;
    opacity: 0;
}
.menu-item.active .triangle{
    opacity: 1;
}

.logo{
    width: 162px;
    height: 46px;
    background-position: -924px 0;
}
.home{
    position: relative;
    top: 4px;    
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: -630px -2px;
    margin-right: 5px;    
}
.navbar-nav>li.active .home,
.navbar-nav>li.hover .home{
    background-position: -594px -2px;
}
.about{
    position: relative;
    top: 4px;         
    display: inline-block;
    width: 25px;
    height: 21px;
    background-position: -260px -2px;
    margin-right: 5px; 
}
.navbar-nav>li.active .about,
.navbar-nav>li.hover .about{
    background-position: -296px -2px;
}  
.app, .index{
    position: relative;
    top: 8px;         
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px; 
    background-image: url('../img/app.png');
}
.index {
    background-image: url('../img/home.png');
}
.navbar-nav>li.active .index,
.navbar-nav>li.hover .index {
    background-image: url('../img/home_active.png');
}
.navbar-nav>li.active .app,
.navbar-nav>li.hover .app{
    background-image: url('../img/app_active.png');
} 

.icon-box {
    position: relative;    
    display: inline-block;
    width: 120px;
    height: 120px;
}    
.iphone {
    background-position: -665px 0;
}

.iphone:hover {
    background-position: -795px 0;
}

.android {
    background-position: -333px 0;
}

.android:hover {
    background-position: -463px 0;
}

.three-six-zero {
    background-position: -1px 0;
}

.three-six-zero:hover {
    background-position: -131px 0;
}

.open-link {
    display: block;
}

/*功能性样式*/
.hide {
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}