/*--------------
    通用样式添加
---------------*/
/*
html{
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
}
*/

/** 重置列表元素 **/
ul, ol { list-style: none; margin:0;padding:0;}
.flol{
    float:left;
}
.flor{
    float:right;
}
.dispb{
    display:block;
}
.homefgt {
    height:20px;
    line-height:1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: rgba(222,222,222,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.col_gray1{
    color:#7E7E7E!important;
}
.col_gray2{
    color:#e3e3e3!important;
}
.col_blue1{
    color:#008ff3!important;
}
.col_blue2{
    color:#7ac9ff!important;
}
.col_blue3{
    color:#4587e8;
}
.col_red1{
    color: #ff6d2d!important;
}


.pic100 img{
    width:100%;
    max-width:100%;
    border:0;
    padding:0;
    margin:0;
}
.mt05{
    margin-top:0.5rem!important;
}

.mt1{
    margin-top:1rem!important;
}
.mt2{
     margin-top:2rem!important;
 }
.mt3{
    margin-top:3rem!important;
}
.mb0{
    margin-bottom:0!important;
}
.mb05{
     margin-bottom:0.5rem!important;
 }
.mb1{
    margin-bottom:1rem!important;
}
.mb15{
    margin-bottom:1.5rem!important;
}
.mb2{
    margin-bottom:2rem!important;
}
.mb3{
    margin-bottom:3rem!important;
}
.mr5{
    margin-right:0.3rem!important;
}
.mr10{
    margin-right:0.7rem!important;
}
.mr20{
    margin-right:1.3rem!important;
}
.ml5{
    margin-left:0.3rem!important;
}
.ml10{
    margin-left:0.7rem!important;
}
.ml20{
    margin-left:1.3rem!important;
}
.pt1{
    padding-top:1rem;
}
.pt2{
    padding-top:2rem;
}
.pt3{
    padding-top:3rem;
}
.pb1{
    padding-bottom:1rem;
}
.pb2{
    padding-bottom:2rem;
}
.pb3{
    padding-bottom:3rem;
}
.margintf1{
    margin: 1rem 0rem;
}
.margintf2{
    margin: 2rem 0rem;
}
.fonts06{
    font-size:0.6rem;
}
.fonts1{
    font-size:1rem!important;
}
.fonts12{
    font-size:1.2rem!important;
}
.fonts15{
     font-size:1.5rem;
 }
.fonts2{
    font-size:2rem;
}
.font100{
    font-weight: normal!important;
}
.fontsb06:before{
    font-size:0.6rem;
}
.fontsb08:before{
     font-size:0.8rem;
 }
.fontsb1:before{
    font-size:1rem;
}
.lineh15{
    line-height:1.5rem!important;
}
.lineh18{
     line-height:1.8rem!important;
 }
.vcenter{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text_center{
    text-align: center;
}
.text_in{
    text-indent:2em;
}
.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clear {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility:hidden;
    line-height: 0;
    height:0;
}

.clearfix:after {
    clear:both
}

/*--------------
    导航
---------------*/
.topheadbox{
    position: fixed;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding:0;
    width: 100%;
    color: #ffffff;
    background-color:rgba(0,0,0,0.8);
    transition:
            padding 0.5s ease,
            background 0.5s ease,
            box-shadow 0.5s ease,
            border 0.5s ease;

}
.topheadbox .lrbox{
    width: 100%;
    display: flex;
    flex-direction:row
}
.topheadbox .lrbox>div{
    flex: 1;
}
.topheadbox .lrbox>div:first-child a{
    margin-left:-1em;
}
.topheadbox .lrbox>div:last-child a{
    margin-right:-1em;
}

.topheadbox .lrbox>div a{
    color:#ffffff;
    padding:0.7em 1em;
    display:block;
}
.topheadbox .lrbox>div a i{
    margin:0;
}
.topheadbox .kosnlogo{
    height:2.9em;
    text-align: center;
    vertical-align:bottom;
}
.topheadbox .kosnlogo i{
    height:2.9em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topheadbox .kosnlogo i:before{
    font-size:5em;
}

/*首页焦点图*/
/*banner样式*/
.swiper-slide {
    text-align: center;
    font-size:1.2em;
    background:#fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container .arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:2;
    opacity:0.2;
}
.swiper-container .arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:2;
    opacity:0.2;
}
.swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index:10;
}
.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgba(255,255,255,0.3);
    /*box-shadow: 0px 1px 2px #555 inset;*/
    margin: 0 3px;
    cursor: pointer;
}
.swiper-container .swiper-active-switch {
    background: #fff;
}

.swiper-container img {
    padding: 0;
    margin: 0;
}


/*.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}*/
/*.swiper-container .arrow-left {*/
    /*background: url(img/arrows.png) no-repeat left top;*/
    /*position: absolute;*/
    /*left: 10px;*/
    /*top: 50%;*/
    /*margin-top: -15px;*/
    /*width: 17px;*/
    /*height: 30px;*/
    /*z-index:2;*/
/*}*/
/*.swiper-container .arrow-right {*/
    /*background: url(img/arrows.png) no-repeat left bottom;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 50%;*/
    /*margin-top: -15px;*/
    /*width: 17px;*/
    /*height: 30px;*/
    /*z-index:2;*/
/*}*/
/*.swiper-container .pagination {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*text-align: center;*/
    /*bottom:5px;*/
    /*width: 100%;*/
    /*z-index:10;*/
/*}*/
/*.swiper-container .swiper-wrapper{*/
    /*z-index:1;*/
/*}*/

/*.swiper-container .swiper-slide {*/
    /*text-align: center;*/
    /*font-size:1.2em;*/
    /*background:#fff;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-ms-flex-align: center;*/
/*}*/

/*.swiper-container .swiper-slide img{*/
    /*text-align: center;*/
    /*max-width:100%;*/
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/
/*.swiper-container .swiper-slide .content-slide {*/
    /*padding: 20px;*/
    /*color: #fff;*/
/*}*/
/*.swiper-container .swiper-slide .title {*/
    /*font-size: 25px;*/
    /*margin-bottom: 10px;*/
/*}*/


/*首页链接图标*/
.in_toplink{
    width:100%;
    margin:1em 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
}
.in_toplink a{
    width:4.5em;
    height:6.5em;
    display: block;
    /*display: -webkit-flex; */
    /*display: flex;*/
    /*align-items:center;*/
    /*justify-content:center;*/
}

.in_toplink a i{
    width:4.5em;
    height:4.5em;
    line-height:2em;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius:0.5em;
    color:#ffffff;
}
.in_toplink a i:before{
    font-size:2em;
}
.in_toplink a span{
    width:4.5em;
    height:2em;
    line-height:2em;
    font-size:1em;
    display: block;
    text-align: center;
    color:rgba(126,126,126,1);
}

.in_toplink .linka i{
    background-color:#00b6d7;
}
.in_toplink .linkb i{
    background-color:#9000ff;
}
.in_toplink .linkc i{
    background-color:#008de7;
}
.in_toplink .linkd i{
    background-color:#3bab14;
}
.in_toplink .linke i{
    background-color:#ff7800;
}


.in_titlebox{
    padding:1rem 0;
}
.in_titlebox h2{
    font-size:2rem;
    line-height:3rem;
    text-align: center;
    font-weight:normal;
    margin-bottom:0;

}
.in_titlebox i{
    width:60px;
    height:2px;
    line-height:1px;
    background-color:#009cff;
    display:block;
    margin:auto;
}

.lr_titlebox{
    padding:1rem 0;
}
.lr_titlebox h2{
    color:#7E7E7E!important;
    font-size:2rem;
    line-height:3rem;
    text-align: center;
    font-weight:normal;
    margin-bottom:0;
}
.lr_titlebox i{
    width:60px;
    height:2px;
    line-height:1px;
    background-color:#009cff;
    display:block;
    margin:auto;
}


.lr_titlebox2{
    padding:1rem 0 0;
}
.lr_titlebox2 h2{
    font-size:2rem;
    line-height:3rem;
    text-align: center;
    font-weight:normal;
    margin-bottom:0;
}
.lr_titlebox2 i{
    width:60px;
    height:2px;
    line-height:1px;
    background-color:#21ba45;
    display:block;
    margin:auto;
}
.lr_titlebox2 h3{
    margin-top:0;
    color:#b4b4b4!important;
    font-size:1rem;
    line-height:1.2rem;
    padding:0.5rem 0;
    text-align: center;
    font-weight:normal;

}



.in_about_main{
    max-width: 100% !important;
    display: block;


}
/* Mobile */

@media only screen and (min-width: 767px) {
    .in_about_main {
        width:744px; /*+28px*/
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .in_about_main {
        width: 750px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .in_about_main {
        width: 961px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (min-width: 1200px) {
    .in_about_main {
        width: 1155px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}






.in_about_picbox{
        display: -webkit-flex;
        display: flex; /*弹性盒子*/
        justify-content: space-between;/*两端对齐，子元素之间有间隙*/
        /*flex-wrap: wrap;*/
        flex-flow: row wrap;/*子元素溢出父容器时换行*/
        margin:0 0.75em !important;

 }

.in_about_picbox .onepic{
    width:100%;
    height:auto;
    margin-bottom:0.5em;
}
.in_about_picbox p{
    width:33.3333%;
    padding:0 0.25em;
    margin:0;
    display: block;
}
.in_about_picbox p img{
    max-width:100%;
    width:100%;
    display:block;
}


.in_xxjsbox{
    text-indent:2em;
}

/*通用more*/
.in_more{
    height:2.5em;
    line-height:2.5em;
    font-size:1.1em;
    text-align: center;
    color:#008de7;
    border:1px solid #e8e8e8;
    display: block;
    border-radius:1.5em;
    -moz-border-radius:1.5em; /* Old Firefox */
    margin-top:2em;
    margin-bottom:2em;
    max-width: 100% !important;
}
@media only screen and (max-width: 767px) {
    .in_more{
        width: auto !important;
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .in_more {
        width: 723px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .in_more {
        width: 933px;
        margin-left: auto !important;
        margin-right: auto !important;
    }


}

@media only screen and (min-width: 1200px) {
    .in_more {
        width: 1127px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    }

/*产品与服务*/
.in_servicebox{
    display: flex; /*弹性盒子*/
    display: -webkit-flex;
    justify-content: space-between;/*两端对齐，子元素之间有间隙*/
    flex-flow: row wrap;/*子元素溢出父容器时换行*/
    margin-bottom:1em;
}
.in_servicebox .lrbox{
    width:100%;
    height:7em;
    padding:0.5em 1em;
    background-color: #7d64ff;
    margin-bottom:10px;
    border-radius:1em;
    -moz-border-radius:1em; /* Old Firefox */
    display: flex; /*弹性盒子*/
    align-content:center;
    align-items:center;
}
.in_servicebox .lrbox .icolr{
    width:5em;
    height:6em;
    line-height:6em;
    color:rgba(255,255,255,1);
}
.in_servicebox .lrbox .icolr:before{
    font-size:4.5em;
}
.in_servicebox .lrbox .icopic{
    margin:0.3em 0 0;
    width:5em;
    height:5em;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.in_servicebox .lrbox .icopic img{
    width:63px;
    height:auto;
    display: block;
}
.in_servicebox .lrbox dl{
    margin:0 0 0 1em;
    color:#ffffff;
}
.in_servicebox .lrbox dl dt{
    font-size:1.2em;
    line-height:1.5em;
}
.in_servicebox .lrbox dl dd{
    margin:0;
    max-height:48px;
    line-height:16px;
    font-size:0.9em;
    color: rgba(255,255,255,0.8);
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;
}

@media only screen and (min-width: 767px) {
    .in_servicebox .lrbox {
        width:48.5%;
        background-color: #7d64ff;
        margin-bottom:15px;
    }
    .in_servicebox .lrbox dl dd{
        line-height:16px;
        max-height:48px;
        font-size:1em;
    }

}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .in_servicebox .lrbox {
        width:49%;
        background-color: #7d64ff;
        margin-bottom:15px;
    }
    .in_servicebox .lrbox dl dd{
        line-height:1em;
        max-height:3em;
    }
}

.in_servicebox .lrbox.xma{
    background-color:#00b6d7;
}
.in_servicebox .lrbox.xmb{
    background-color:#0093d7;
}
.in_servicebox .lrbox.xmc{
    background-color:#ff6d2d;
}
.in_servicebox .lrbox.xmd{
    background-color:#00c750;
}
.in_servicebox .lrbox.xme{
    background-color:#ffbe20;
}
.in_servicebox .lrbox.xmf{
    background-color:#bcc300;
}
.in_servicebox .lrbox.xmg{
    background-color:#b733de;
}
.in_servicebox .lrbox.xmh{
    background-color: #ff5a5a;
}


/*首页案例展示*/
.incasebox .column {
    width: 50% !important;
}
@media only screen and (min-width: 767px) {
    .incasebox .column {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .incasebox .column{
        width:33.33%!important;
    }
}

@media only screen and (min-width: 1200px){
.incasebox .column{
    width:33.33%!important;
    }
}

.incasebox .casetitle{
    margin-top:0.5em;
    line-height:1.2em;
    height:2.4em;
    max-height:2.4em;
    text-align: center!important;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;

    justify-content: center;
    flex-direction: column;

    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;

}
/*内页案例使用*/
.incasebox .casetitle2{
    margin:0.5em;
    line-height:1.2em;
    height:2.4em;
    max-height:2.4em;
    text-align: center!important;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;

    justify-content: center;
    flex-direction: column;

    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;

}
.incasebox .ui.card{
    width:100%!important;
}

/*首页资讯*/
.swiper_newsbox{
    width:100%;
    border-radius: 1em;
    -moz-border-radius: 1em;
    display:block;
    background: #ffffff;
    border:2px solid #ffffff;
    box-shadow: 0 0 10px #ccc;
}
.swiper_news{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
    border-radius: 1em;
    -moz-border-radius: 1em;
}
.swiper_news img{
    width:100%;
    display: block;
    padding:0;
    margin:0;
    border-radius: 1em;
    -moz-border-radius: 1em;
}

.swiper_news .arrow-left_news {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:2;
    opacity:0.5;
}
.swiper_news .arrow-right_news {
    background: url(../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:2;
    opacity:0.5;
}
.swiper_news .newspagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index:10;
}
.swiper_news .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
    /*box-shadow: 0px 1px 2px #555 inset;*/
    margin: 0 3px;
    cursor: pointer;
}
.swiper_news .swiper-active-switch {
    background: #fff;
}






.innews_list .column{
    border-bottom:1px solid #e8e8e8;
}
.innews_list a.header{
    font-size:1.2em;
}
.innews_list .description{
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;
    margin-top:0.5em;
}
.innews_list .description .listpic{
    width: 100px!important;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    max-height: '';
    -ms-flex-item-align: top;
    align-self: auto;
    margin-right:0.5em;
}
.innews_list .description .listpic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem;
    border: none;
}
.innews_list .description .wzlr{
    font-size:1em;
    max-height:5em;

}

.innews_list .description .wzlr p{
    max-height:3em;
    line-height:1.5em;
    display: -webkit-box;
    margin-bottom:0.6em;
    /*text-indent:2em;*/

    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;

}
@media only screen and (max-width: 767px){

    .innews_list .column:nth-last-child(1){
        border-color:#ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .innews_list .column:nth-last-child(1){
        border-color:#ffffff;
    }
}
@media only screen and (min-width: 992px)  {
    .innews_list .column:nth-last-child(1),.innews_list .column:nth-last-child(2){
        border-color:#ffffff;
    }
}


/*列表下拉加载专用*/
.innews_list2{
    position:relative;
}
@media only screen and (max-width: 767px){
    .innews_list2 {
        width:auto!important;
        margin-right:1rem;
    }
    /*.innews_list .column:nth-last-child(1){*/
        /*border-color:#ffffff;*/
    /*}*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .innews_list2 {
        width:723px!important;
    }

    /*.innews_list .column:nth-last-child(1){*/
        /*border-color:#ffffff;*/
    /*}*/
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .innews_list2 {
        width:933px!important;
    }
    /*.innews_list .column:nth-last-child(1),.innews_list .column:nth-last-child(2){*/
        /*border-color:#ffffff;*/
    /*}*/
    .innews_list2 li{
        width:50%;
        float:left;
    }
}


@media only screen and (min-width: 1200px) {
    .innews_list2 {
        width: 1127px!important;
    }
    .innews_list2 li{
        width:50%;
        float:left;
    }

}


.innews_list2 .column{
    padding: 1rem;
    border-bottom:1px solid #e8e8e8;
}
.innews_list2 a.header{
    font-size:1.2em;
}
.innews_list2 .description{
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;
    margin-top:0.5em;
}
.innews_list2 .description .listpic{
    width: 100px!important;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    max-height: '';
    -ms-flex-item-align: top;
    align-self: auto;
    margin-right:0.5em;
}
.innews_list2 .description .listpic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem;
    border: none;
}
.innews_list2 .description .wzlr{
    font-size:1em;
    max-height:5em;

}

.innews_list2 .description .wzlr p{
    max-height:3em;
    line-height:1.5em;
    display: -webkit-box;
    margin-bottom:0.6em;
    /*text-indent:2em;*/

    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;

}




/*酷森专栏*/

.in_kosncolumn{
    width:100%;

}
.in_kosncolumn ul li{
    width:100%;
    position: relative;
    display: inline-block;
    float:left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 767px){

    .in_kosncolumn ul li:nth-last-child(1){
        border-color:#ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .in_kosncolumn ul li:nth-last-child(1){
        border-color:#ffffff;
    }
}
@media only screen and (min-width: 992px)  {
    .in_kosncolumn ul li{width:50%;}
    .in_kosncolumn ul li:nth-last-child(1),.in_kosncolumn ul li:nth-last-child(2){
        border-color:#ffffff;
    }
}


.in_kosncolumn .header{
    width:100%;
    /*font-size:1.2em;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    /*flex-flow:row nowrap;*/
    flex-direction:row;
    margin-bottom:0.5em;
    align-items:center;
    height:38px;
}
.in_kosncolumn .header .tm1{
    color:#fff;
    font-style:normal;
    border-radius:1.5em;
    -moz-border-radius:1.5em;
    margin-right:0.5em;
    padding:0.25em 1em;
    line-height:1.5em;
    height:2em;
    font-size:1em!important;
    text-align: center;
    background-color:#008ff3;
    display: block;
    flex-shrink:0;
}
.in_kosncolumn .header .tm2{

    /*height:1.75em;*/
    max-height:2.4em;
    font-size:1.2em;
    /*padding-top:0.3em;*/
    overflow: hidden;
    flex-wrap:nowrap;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;

    /*display: -webkit-flex;*/
    /*display: flex;*/

    flex-shrink:1;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
    /*align-content: center;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}

.in_kosncolumn .description{
    display: inline-block;
    position: relative;
}
.in_kosncolumn .description i{
    margin-right:0.3em;
}
/*.in_kosncolumn li:nth-child(odd) .header .tm1{*/
    /*background-color: #00a68d;*/
/*}*/
/*.in_kosncolumn li:nth-child(even) .header .tm1{*/
    /*background-color: #0093f1;*/
/*}*/


.in_kosncolumn li:nth-child(1) .header .tm1{
    background-color: #f8651d;
}
.in_kosncolumn li:nth-child(2) .header .tm1{
    background-color: #0093f1;
}
.in_kosncolumn li:nth-child(3) .header .tm1{
    background-color: #049b00;
}
.in_kosncolumn li:nth-child(4) .header .tm1{
    background-color: #6a4dfd;
}
.in_kosncolumn li:nth-child(5) .header .tm1{
    background-color: #00a68d;
}
.in_kosncolumn li:nth-child(6) .header .tm1{
    background-color: #676767;
}
.in_kosncolumn li:nth-child(7) .header .tm1{
    background-color: #4e96c8;
}
.in_kosncolumn li:nth-child(8) .header .tm1{
    background-color: #a0912d;
}



/*内页列表3--下拉加载用*/

.in_kosncolumn2{
    position:relative;

}


.in_kosncolumn2 ul li{
    width:100%;
    position: relative;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px){
    .in_kosncolumn2 ul{
        margin-right: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .in_kosncolumn2 ul li {
        width: 723px !important;
    }

}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .in_kosncolumn2 ul{
        width:933px;
    }
    .in_kosncolumn2 ul li{
        width:50%!important;
        /*float: left;*/
    }
}
@media only screen and (min-width: 1200px){
    .in_kosncolumn2 ul{
        width: 1127px;
    }
    .in_kosncolumn2 ul li{
        width:50%!important;
        float: left;
    }
}

.in_kosncolumn2 .header{
    width:100%;
    /*font-size:1.2em;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    /*flex-flow:row nowrap;*/
    flex-direction:row;
    margin-bottom:0.5em;
    align-items:center;
    height:38px;
}
.in_kosncolumn2 .header .tm1{
    color:#fff;
    font-style:normal;
    border-radius:1.5em;
    -moz-border-radius:1.5em;
    margin-right:0.5em;
    padding:0.25em 1em;
    line-height:1.5em;
    height:2em;
    font-size:1em!important;
    text-align: center;
    background-color:#008ff3;
    display: block;
    flex-shrink:0;
}
.in_kosncolumn2 .header .tm2{

    /*height:1.75em;*/
    max-height:2.4em;
    font-size:1.2em;
    /*padding-top:0.3em;*/
    overflow: hidden;
    flex-wrap:nowrap;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;

    flex-shrink:1;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
}

.in_kosncolumn2 .description{
    display: inline-block;
    position: relative;
}
.in_kosncolumn2 .description i{
    margin-right:0.3em;
}

.in_kosncolumn2 li:nth-child(odd) .header .tm1{
    background-color: #00a68d;
}
.in_kosncolumn2 li:nth-child(even) .header .tm1{
    background-color: #0093f1;
}


.footer400{
    width:100%;
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
    padding:5px 0;
    display: block;

}
.footer400 img{
    max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footercopyright{
    background-color:#f8f8f8;
    padding-bottom:42px;
}
.footercopyright .foot_pm{
    text-align: center;
    line-height:2.3em;
    font-size:1.2em;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.footercopyright .foot_pm a{
    margin-left:1em;
    margin-right:1em;
}
.footercopyright .foot_pm a i{
    font-weight: bold;
}
.footercopyright .foot_pm a.active{
    color:rgba(126,126,126,1);
}

.footercopyright .copyright{
    font-size:0.8em;
    line-height:2em;
    text-align: center;
    padding:1em 0 2em;
}
.footercopyright .copyright a img{
    display:inline;
}
/*底导航*/

.footnav{
    border-radius: 0!important;
    position: fixed;
    border-bottom: none;
    border-left: none;
    border-right: none;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    z-index:10;
    background-color:#0079e3!important;
}
.footnav.ui.menu{
    font-size:0.9em;
}
.footnav.ui.menu>.item{
    color:#ffffff;
}
.footnav.ui.menu>.item:hover{
    color:#ffff00;
}
.footnav .active.item{
    color:rgba(255, 255, 255, 1)!important;
    background:rgba(0,87,164,1)!important;

}
.footnav.ui.menu>.item:first-child{
    border-radius: 0!important;
}
/*返回顶部*/
.goTop{
    outline:0;
    position:fixed;
    height:34px;
    right:2px;
    bottom:110px;
    z-index:20;
    /*color: rgba(0, 0, 0, 1);*/
    color:#000000;
    display:inline-block;
    margin:0!important;
    background-color: rgba(0,204,255,0.2);
    padding:0.4em 0.5em;
    border-radius:0.5em;
    border:1px solid rgba(0,141,231,1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
.goTop i{
    width:1em;
    font-size:1.5em;
}



/*内页样式开始********************************************/
.lrbannerbg{
    height:180px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image:url("../img/lrbannerbg.jpg");
    background-size:100%;
    background-color:#0051c0;

}
.lrbannerbg .titbox {
    display: inline-block;
    position: absolute;
    z-index: 2;
    text-align: left;
    margin-top:6.2em;
}
.lrbannerbg .titbox h2 {
    color: rgba(255,255,255,1);
    font-size: 1.5em;
    margin-bottom:0;
    text-shadow:2px 0px 2px #000;
    font-weight: normal;
}
.lrbannerbg .titbox h3 {
    font-size:1.2em;
    color: rgba(255,255,255,0.8);
    margin-top:0;
    font-weight: normal;
}
@media only screen and (max-width: 767px){

    .lrbannerbg .titbox{
        margin-top:6.2em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lrbannerbg .titbox{
        margin-top:6em;
        width:100%;
    }
    .lrbannerbg .titbox h2{
        font-size: 1.7em;
    }
}
@media only screen and (min-width: 992px)  {
    .lrbannerbg .titbox{
        margin-top:5em;
    }
    .lrbannerbg .titbox h2{
        font-size:2em;
    }
    .lrbannerbg .titbox h3 {
        font-size:1.5em;
    }
}
/*内页栏目选择*/

.wrapperbox{
    height:42px;
    background-color:#ecf9ff;
    border-bottom:1px solid #efefef;
}

.wrapperbox .wrapper {position:relative;height:42px;overflow: hidden;margin-right:2em;}
.wrapperbox .wrapper .scroller {position:absolute;}
.wrapperbox .wrapper .scroller li {float: left;height:42px;padding-right: 20px;}
.wrapperbox .wrapper .scroller li:nth-child(1) { padding-right: 20px; }
.wrapperbox .wrapper .scroller li a{display:block; height:42px;line-height:42px;text-align: center; /**/color:#151515;}
.wrapperbox .wrapper .scroller li a:hover{color: #e80000;}
.wrapperbox .wrapper .scroller .cur a{
    font-size:1em;
    color: #e80000;
    line-height:42px;
    border-bottom:1px solid #e80000;
}
.wrapperbox .cdanlmxz{
    width:2em;
    height:42px;
    line-height:42px;
    color: #333333;
    text-align: center;
    display: block;
    float: right;
    margin-top:-42px;
}
.floatcdanlist .column:not(.row){
    padding:0.5rem!important;
    /*padding-bottom: 0.5rem!important;*/
}

/*.floatcdanlist a{*/
    /*height:40px;*/
    /*line-height:40px;*/
    /*background-color: #0d71bb;*/
    /*display: block;*/
    /*border-radius: .28571429rem;*/
    /*-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;*/
    /*box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;*/
/*}*/


/*@media only screen and (max-width: 767px){*/
    /*.wrapperbox .wrapper {*/
        /*margin-left: 1em!important;*/
        /*margin-right: 1em!important;*/
    /*}*/
/*}*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
    /*.wrapperbox .wrapper {*/
        /*width:723px;*/
        /*margin-left: auto!important;*/
        /*margin-right: auto!important;*/
    /*}*/
/*}*/
/*@media only screen and (max-width: 1199px) and (min-width: 992px){*/
    /*.wrapperbox .wrapper {*/
        /*width:933px;*/
        /*margin-left: auto!important;*/
        /*margin-right: auto!important;*/
    /*}*/

/*}*/

/*@media only screen and (min-width: 1200px){*/
    /*.wrapperbox .wrapper {*/
        /*width:1127px;*/
        /*margin-left: auto!important;*/
        /*margin-right: auto!important;*/
    /*}*/
/*}*/

/*内页文章列表二*/
.lrarticle_list2{
    width:100%;

}
.lrarticle_list2 ul li{
    width:100%;
    position: relative;
    display: inline-block;
    float:left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 767px){

    .lrarticle_list2 ul li:nth-last-child(1){
        border-color:#ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lrarticle_list2 ul li:nth-last-child(1){
        border-color:#ffffff;
    }
}
@media only screen and (min-width: 992px)  {
    .lrarticle_list2 ul li{width:50%;}
    .lrarticle_list2 ul li:nth-last-child(1),.lrarticle_list2 ul li:nth-last-child(2){
        border-color:#ffffff;
    }
}

.lrarticle_list2 .header{
    width:100%;
    /*font-size:1.2em;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    /*flex-flow:row nowrap;*/
    flex-direction:row;
    align-items:center;
    height:38px;
}
.lrarticle_list2 .header .tm1{
    color:#fff;
    font-style:normal;
    border-radius:1.5em;
    -moz-border-radius:1.5em;
    margin-right:0.5em;
    padding:0.25em 1em;
    line-height:1.5em;
    height:2em;
    font-size:1em!important;
    text-align: center;
    background-color:#008ff3;
    display: block;
    flex-shrink:0;
}
.lrarticle_list2 .header .tm2{

    /*height:1.75em;*/
    color:#000;
    max-height:2.4em;
    font-size:1.2em;
    /*padding-top:0.3em;*/
    overflow: hidden;
    flex-wrap:nowrap;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;

    /*display: -webkit-flex;*/
    /*display: flex;*/

    flex-shrink:1;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
}
.lrarticle_list2 .header .tm2:hover{
    color: #008ff3;
}
.lrarticle_list2 .description{
    display: inline-block;
    position: relative;
}
.lrarticle_list2 .description i{
    margin-right:0.3em;
}

/*下拉加载页样式*/

.lrarticle_list2_2{
    position:relative;
}
.lrarticle_list2_2 ul li{
    position: relative;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px){
    .lrarticle_list2_2 ul{
        margin-right: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lrarticle_list2_2 ul li {
        width: 723px !important;
    }

    }
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .lrarticle_list2_2 ul{
        width:933px;
    }
    .lrarticle_list2_2 ul li{
        width:50%!important;
        float: left;
    }
}
@media only screen and (min-width: 1200px){
    .lrarticle_list2_2 ul{
        width: 1127px;
    }
    .lrarticle_list2_2 ul li{
        width:50%!important;
        float: left;
    }
}




.lrarticle_list2_2 .header{
    width:100%;
    /*font-size:1.2em;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    /*flex-flow:row nowrap;*/
    flex-direction:row;
    align-items:center;
    height:38px;
}
.lrarticle_list2_2 .header .tm1{
    color:#fff;
    font-style:normal;
    border-radius:1.5em;
    -moz-border-radius:1.5em;
    margin-right:0.5em;
    padding:0.25em 1em;
    line-height:1.5em;
    height:2em;
    font-size:1em!important;
    text-align: center;
    background-color:#008ff3;
    display: block;
    flex-shrink:0;
}
.lrarticle_list2_2 .header .tm2{

    /*height:1.75em;*/
    margin-right:1rem;
    color:#000;
    max-height:2.4em;
    font-size:1.2em;
    /*padding-top:0.3em;*/
    overflow: hidden;
    flex-wrap:nowrap;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;

    /*display: -webkit-flex;*/
    /*display: flex;*/

    flex-shrink:1;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
}
.lrarticle_list2_2 .header .tm2:hover{
    color: #008ff3;
}
.lrarticle_list2_2 .description{
    display: inline-block;
    position: relative;
}
.lrarticle_list2_2 .description i{
    margin-right:0.3em;
}














/*案例展示*/
.lrcaselayer select{
    width:100%;
}
.lrcaselayer .column{
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important;
}

/*文章详情页*/
.article_detbox h1{
    font-size:1.5em;
    font-weight: normal;
    padding-bottom:0.5em;
    /*text-align: center;*/
    border-bottom:1px solid #e8e8e8;
}
.article_detbox .detbox {
    color:#292929;
    font-size:1.2em;
    line-height:1.5;
}
.article_detbox .detbox img{
    max-width:100%;
}
.article_detbox .detbox .fmtbox{
    margin-bottom:1em;
}
.article_detbox .detbox .fmtbox img{
    max-width:100%;
    padding:0;
    margin:0;
    display: block;
}
.article_detbox .detbox p{
    margin-bottom:1em!important;
}
/*案例详情*/
.case_detbox h1{
    font-size:1.5em;
    line-height:1.6em;
    font-weight: normal;
    padding-bottom:0.5em;
    text-align: center;
    border-bottom:1px solid #e8e8e8;
    margin-bottom:0;
}

.case_detbox .canshu{
    padding:0.5em 0;
    text-align: center;
    border-bottom:1px solid #e8e8e8;
}
.case_detbox .canshu span,.case_detbox .canshu a{
    color: #8f8f8f;
    padding:0.2rem 0.5rem;
    margin: 0 5px;
    border: 1px solid #f0f0f0;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.case_detbox .detbox {
    color: #767676;
    font-size:1.2em;
    line-height:1.5em;
}
.case_detbox .fmtbox{
    margin-top:1em;
    margin-bottom:1em;
}
.case_detbox .fmtbox img{
    max-width:100%;
    padding:0;
    margin:0 auto;
    display: block;
}
.case_detbox .fmtbox .imgan{
    margin-top:0.5em;
    text-align: center;
    font-size:1rem;
    line-height:1em;
    padding:0.8em 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display:block;
}
.case_detbox .detbox {
    color: #272727;
    font-size:1.2em;
    line-height:1.5em;
}

/*域名查询*/
.searchdomainnamejieguo{width:100%;height:auto; margin-left:auto; margin-right:auto;}
.searchdomainnamejieguo h3{
    line-height:35px;
    height:35px;
    font-size:16px;
    width:100%;
    text-indent:1em;
    border-bottom:2px solid #d3d3d3;
}
.searchdomainnamejieguo ul{
    width:100%;
    height:auto;
}
.searchdomainnamejieguo ul li{
    width:100%;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    float:left;
    line-height:20px;
    font-size:14px;
    border-bottom:1px solid #f2f2f2;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.searchdomainnamejieguo ul li:hover{
    background-color:#ebf5ff;
}
.searchdomainnamejieguo ul li .lrbox1{
    width:40%;
    float:left;
}
.searchdomainnamejieguo ul li .lrbox1 i{
    font-size:18px;
    margin-right:5px;
}
.searchdomainnamejieguo ul li .lrbox2{
    width:60%;
    float:left;
}
.searchdomainnamejieguo ul li .lrbox2 i{
    font-size:18px;
    margin-right:5px;
}

.searchdomainnamejieguo .titbg,.searchdomainnamejieguo .titbg:hover{
    color:#008de7;
    background-color:#ebf5ff;
    border-bottom:2px solid #0076c1;
    padding-bottom:10px;
    padding-top:10px;
}
.searchdomainnamejieguo .yes .f16{
    font-weight: bold;
}
.searchdomainnamejieguo .yes .jg{
    color:red;
}
.searchdomainnamejieguo .yes .jg .icon-zhengquewancheng-xianxingyuankuang{
    display:inline-block;
}
.searchdomainnamejieguo .yes .jg .icon-roundclose{
    display:none!important;
}

.searchdomainnamejieguo .no .f16{
    font-weight: 100;
    color: #8a8a8a;
}
.searchdomainnamejieguo .no .jg{
    color: #696969;
}
.searchdomainnamejieguo .no .jg .icon-zhengquewancheng-xianxingyuankuang{
    display:none!important;
}
.searchdomainnamejieguo .no .jg .icon-roundclose{
    display:inline-block;
}

/* 文章列表 */


/* 插件样式 */
.refreshWrap .refresh{ position: absolute; left: 0;top: 0;width: 100%;height:60px;line-height: 60px;text-align: center;}
.refreshWrap .loadingBox{width: 100%;height:40px;text-align: center;padding:10px 0;position: relative;background-color: #fff;z-index: 2;clear: both; color:#7E7E7E;}

@media only screen and (max-width: 767px){
    .refreshWrap .loadingBox{
        width:auto!important;
        margin-right: 1rem!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .refreshWrap .loadingBox {
        width: 723px !important;
    }

}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .refreshWrap .loadingBox{
        width:933px;
    }
}
@media only screen and (min-width: 1200px){
    .refreshWrap .loadingBox{
        width: 1127px;
    }
}


.refreshWrap .loading,.refreshWrap .loadTxt{vertical-align: middle;display: inline-block;}
.refreshWrap .loading{border-radius: 50%;width: 16px;height: 16px;border: 1px solid #666;border-top-color: transparent;margin-right: 8px;transform: translateZ(0);position: relative;}
.refreshWrap .noMore .loading{display:none;}
.refreshWrap .success{border-color: transparent;}
.refreshWrap .success:before{content:"";border:1px solid #666;border-top-color: transparent;border-left-color:transparent;position: absolute;left: 0;bottom: 0;width: 8px;height: 16px;}
.refreshWrap .rotate {
    -webkit-animation: refresh-rotate 0.6s linear infinite;
    animation: refresh-rotate 0.6s linear infinite;
}
@keyframes refresh-rotate {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotate(360deg);
    }
}


/* 下拉刷新，上拉加载 */

#app {
    position: absolute;
    top: 230px;
    bottom:38px;
    width: 100%;
    /*height: 100%;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.tip {
    position: fixed;
    right: 10px;
    top:230px;
    width:60px;
    height:60px;
    display: block;
    padding:0!important;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 10000;
    text-align: center;
    line-height:60px;
    color: #666;
}


/*栏目相关独立设计页样式*/

.lrtybtbox{
    padding:0.5em 0;
    margin:1em 0;
    line-height:1.5em;
    border-bottom: 1px solid #e8e8e8;
}
.lrtybtbox i{
    display:inline-block;
    font-size:1.5em;
    line-height:1.5em;
    margin-right:0.5rem;
    color:#85d8ff;
}
.lrtybtbox span{
    font-size:1.5em;
    line-height:1.5em;
    display: inline-block;
}



/*关于酷森*/
@media only screen and (max-width: 768px){
.list_index1 .content{
    width:100%!important;
}
}
/*产品中心*/
.list_products .ui.segment{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content:center;
    align-items:center;

}




.list_products .ui.tiny.image{
    margin-right:1rem;
    float: left;
}
.list_products .icobox{
    width: 80px;
    height:56px;
    line-height:56px;
    font-size:4rem;
    text-align: center;
    margin-right:1rem;
    color:#83c5ff;
    /*float: left;*/
 }
.list_products .icobox img{
    max-width:100%;
    max-height:50px;
}

.list_products .content{
    /*min-height:4rem;*/
    flex:1;
    position: relative;
}
.list_products .content .header{
    font-size:1.3rem;
}
.list_products .content .description{
    margin-top:0.5em;
}

.list_products .ui.segment .linkbox{
    position: absolute;
    right:10px;
    width:2rem;
    height:2rem;
    text-align: center;
    background-color:#83c5ff!important;
    top:50%;
    margin-top:-1rem;
    display:none;
    border-radius:5px;
}

.list_products .ui.segment .linkbox:before{
    color:#ffffff;
    /*align-self:center;*/
}

@media only screen and (min-width: 500px)  {
    .list_products .ui.segment .linkbox{
        display: -webkit-flex!important;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .list_products .content .description{
        margin-right:3rem;

    }
}





.list_products .segment:nth-of-type(1) .icobox{
    color: #00b6d7!important;
}
.list_products .segment:nth-of-type(2) .icobox{
    color: #0093d7!important;
}
.list_products .segment:nth-of-type(3) .icobox{
    color: #ff6d2d!important;
}
.list_products .segment:nth-of-type(4) .icobox{
    color: #00c750!important;
}
.list_products .segment:nth-of-type(5) .icobox{
    color: #ffbe20!important;
}
.list_products .segment:nth-of-type(6) .icobox{
    color: #81c714!important;
}


.contact_lrbox.ui.message,.contact_lrbox1.ui.message,.contact_lrbox2.ui.message,.contact_lrbox3.ui.message,.contact_lrbox4.ui.message {
    margin-top:0!important;
}
.contact_lrbox li,.contact_lrbox3 li{
    margin-right:1rem!important;
    display: inline-block;
}

.contact_lrbox1.ui.message ul,.contact_lrbox2.ui.message ul,.contact_lrbox2.ui.message li，.contact_lrbox3.ui.message ul,.contact_lrbox3.ui.message li{
    list-style:none!important;
    margin:0!important;
}
.contact_lrbox1 li{
    width:50%;
    padding:5px 0;
    margin-left:0!important;
    float: left;
    text-overflow: ellipsis;/*只是起到注解作用*/
    white-space: nowrap;/*不让文本换行*/
    overflow: hidden;/*超出的部分显示...*/

}
.contact_lrbox1 li a{
    margin-right:5px;
}
.contact_lrbox2 li{
    height:2em;
    line-height:2em;
    width:100%;
}
.contact_lrbox2 li a{
    line-height:2em;
    margin-right:1em;
    display: block;
    float: left;
}
.contact_lrbox3 li{
    height:39px;
    padding:7px 0;
    display: inline-block;
}
.contact_lrbox3 li a{
    height:25px;
    display:inline-block;
    float: left;
}
.contact_lrbox3 li span{
    height:25px;
    line-height:25px;
    display: inline-block;
    margin-right:5px!important;
}
.contact_lrbox4 li{
    width:50%;
    float: left;
}
.contact_lrbox4 li img{
    height:50px;
    display: block;
    float: left;
    margin-right:5px;
}
.contact_lrbox4 li span{
    height:50px;
    line-height:50px;
    display: inline-block;
    margin-right:10px;
    float: left;
}

/*留言反馈*/
.contact_yzm{
    width:120px!important;
}

/*图片列表，自适应宽*/
#piczsylr .over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:8px 6px;
    font-size: 14px;
    line-height:16px;
    color: #fff;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-align: center;*/
    background: rgba(0,0,0,0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    /*background: #222;*/
    /*background: rgba(0,0,0,.5);*/
}


/*酷森文化自适应图片列表样式*/

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 20%;
    margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #7E7E7E;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size:2em;
    color: #00b6d7;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #008de7;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #00b6d7;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #008de7;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #00b6d7;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #008de7;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1.5em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #008de7;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}


/*产品与服务-域名*/

.products_domainys .content{
    display: flex;
    /*justify-content:center;*/
    align-items:Center; /*垂直居中*/
}
.products_domainys span{
    width:72px;
    height:72px;
    background:url("../images/products_domain_ysico.png");
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    flex-shrink: 0; /* default 1 */
    margin-right:1rem;

}
.products_domainys  dl{
    /*margin:0 0 0 80px;*/
    margin:0;
    /*flex-shrink: <number>;*/
}
.products_domainys dl dt{
    line-height:18px;
    font-size:1.28571429em;
    margin-bottom:10px;
}
.products_domainys dl dd{
    line-height:20px;
    font-size:14px;
    margin-left:0;
    color: rgba(0,0,0,.6);
}


.products_domainys .ic span{
    background-position:0 0;
    background-color:#ff4e00;
}
.products_domainys .bz span{
    background-position:0 -72px;
    background-color: #0ea432;
}
.products_domainys .jx span{
    background-position:0 -144px;
    background-color: #00a0e9;
}
.products_domainys .zl span{
    background-position:0 -216px;
    background-color:#7d64ff;
}
.products_domainys .zy span{
    background-position:0 -288px;
    background-color:#333333;
}
.products_domainys .gl span{
    background-position:0 -360px;
    background-color: #ffcc00;
}

.productsdomain_chaxun,a.productsdomain_chaxun{
    display: block;
    height:7rem;
    line-height:7rem;
    font-size:2em;
    color: #ffffff;
    text-align: center;
    border-radius: .28571429rem;
    background-image:url("../images/products_domainan.jpg");
    -webkit-background-size: 100% ;
    background-size: 100% ;
    background-repeat: no-repeat;
    background-color:#0044a0;
    text-shadow:2px 1px 2px #003078;
    box-shadow:rgb(0, 68, 160) 0 0 18px inset;
    cursor: pointer;
}


/*网站建设*/
.products_website .card{
    margin-left:0!important;
    margin-right:0!important;
    margin-bottom:0!important;
}
.products_website .content{
    display: flex;
    /*justify-content:center;*/
    align-items:Center; /*垂直居中*/
}
.products_website span{
    width:72px;
    height:72px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: flex;
    justify-content:center;/*水平居中*/
    align-items:Center; /*垂直居中*/
    flex-shrink: 0; /* default 1 */
    margin-right:1rem;
}
.products_website span i{
    width:60px;
    height:60px;
    display:block;
    background:url("../images/products_website_ico1.png");
}

.products_website .picbox{
    width:80px;
    display: flex;
    justify-content:center;/*水平居中*/
    align-items:Center; /*垂直居中*/
    flex-shrink: 0; /* default 1 */
    margin-right:1rem;
}
.products_website .picbox img{
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;

}
.products_website .picbox2{
    width:100px;
    display: flex;
    justify-content:center;/*水平居中*/
    align-items:Center; /*垂直居中*/
    flex-shrink: 0; /* default 1 */
    margin-right:1rem;
}
.products_website .picbox2 img{
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;

}
.products_website  dl{
    /*margin:0 0 0 80px;*/
    margin:0;
    /*flex-shrink: <number>;*/
}
.products_website dl dt{
    line-height:18px;
    font-size:1.28571429em;
    margin-bottom:10px;
}
.products_website dl dd{
    line-height:20px;
    font-size:14px;
    margin-left:0;
    color: rgba(0,0,0,.6);
}

.products_website .qy span{
    background-color:#ff4e00;
}
.products_website .qy span i{
    background-position:0 0;
}
.products_website .dzsw span{
    background-color: #0ea432;
}
.products_website .dzsw span i{
    background-position:0 -60px;
}
.products_website .hy span{
    background-color: #00a0e9;
}
.products_website .hy span i{
    background-position:0 -120px;
}


.products_tybtbg1{
    background-color:#dff2ff!important;
}
.products_tybtbg2{
    background-color:#cafff2!important;
}
.products_tybtbg3{
    background-color:#fff9ca!important;
}
.products_tybtbg4{
    background-color:#fcdaff!important;
}

/*产品与服务-微信*/
.weixin_cj .imgbox,.weixin_cj .name{
    display: block;
    text-align: center;
    margin-bottom:0;
}
.weixin_cj .imgbox img,.weixin_cj .name img{
    max-width:100%;

}
/*系统-微信-诚信大图用V*/

.top_wen .image{
    margin-left:auto;
}
@media only screen and (min-width: 768px){
    .top_wen .image{
        margin-left:2em!important;
    }
}
@media only screen and (min-width: 992px){
    .top_wen .image{
        margin-left:5em!important;
    }
}
@media only screen and (min-width: 1200px){
    .top_wen .image{
        margin-left:8em!important;
    }
}

/*产品与服务-专利申请--我们能提供的专利服务*/
.products_wmntgzlfw .cent{
    text-align: center;
}
/*产品与服务-专利申请--申请步骤*/

.products_zlsqbt .title{
    font-size: 1.28571429rem!important;
    line-height:1.4rem;

    font-weight: normal!important;
}

/*产品与服务-商标注册--申请步骤*/

.products_sbzclc .title{
    font-size: 1.28571429rem!important;
    line-height:1.4rem;
    font-weight: normal!important;
}
@media only screen and (max-width: 767px){
    .products_sbzclc .content{
        margin-top:0.5rem;
    }

}
@media only screen and (min-width: 768px){

.products_sbzclc .content{
    margin-left:0.5rem;


}

}



/*产品与服务-代运营服务--代运营*/
.products_operationdyy .cent{
    text-align: center;
}
.products_operationdyy .title{
    font-size: 1.28571429rem!important;
    line-height:1.4rem;

    font-weight: normal!important;
}
.products_operationdyy i{
    width:7rem;
    height:7rem;
    font-size:3.5em;
    line-height:7rem;
    border-radius:50%;
    -moz-border-radius:50%;
    margin:0 auto;
}
.products_operationdyy i:before{
    color:#ffffff;
    background-color:transparent!important;
}

/*.products_operationdyy i{*/
    /*background-color: #FF0000!important;*/
/*}*/

.products_operationdyy .column:nth-child(1) i{
    background-color:#ff4e00!important;
}
.products_operationdyy .column:nth-child(2) i{
    background-color:#0ea432!important;
}
.products_operationdyy .column:nth-child(3) i{
    background-color:#00a0e9!important;
}
.products_operationdyy .column:nth-child(4) i{
    background-color:#7d64ff!important;
}
.products_operationdyy .column:nth-child(5) i{
    background-color:#ffcc00!important;
}


/*产品与服务-代运营服务--信息流广告*/
.products_operation_xxljs{
    background:#0b5391 url("../images/products_operation_flowbg1.jpg") center no-repeat!important;
    background-size:100% auto!important;
    -moz-background-size:100% auto!important;
    -webkit-background-size:100% auto!important;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='..', sizingMethod='scale');

}
.products_operation_xxljs .description{
    text-shadow:1px 0 1px #004c8c;
    color: rgba(255,255,255,1)!important;

}

.products_operation_xxlggys .image{
    background:none!important;

}
.products_operation_xxlggys .title {
    font-size: 1.28571429rem!important;
    line-height: 1.4rem;
    font-weight: normal!important;
    text-align: center;
}

/*产品与服务-代运营服务--抖音代运营*/

.products_operation_mxwhzy .card img{
    display: block!important;
}
.products_operation_mxwhzy .card dt,.products_operation_mxwhzy .card dd{
    width:100%;
    margin-left:0;
    text-align: center;
}
.products_operation_mxwhzy .card dt{
    font-size: 1.28571429rem!important;
    line-height: 1.4rem;
    margin-bottom:0.5rem;
}
.products_operation_mxwhzy .card dd{
    color:#7E7E7E!important;
}
.products_operation_mxwhzy .card dd span{
    margin-left:10px;
}


/*产品与服务-代运营服务--AI智能营销系统*/

.products_operation_ai .card img{
    display: block!important;
}
.products_operation_ai .card dt,.products_operation_ai .card dd{
    width:100%;
    margin-left:0;
    text-align: center;
}
.products_operation_ai .card dt{
    font-size: 1.28571429rem!important;
    line-height: 1.4rem;
    margin-bottom:0.5rem;
}
.products_operation_ai .card dd{
    color:#7E7E7E!important;
}
.products_operation_ai .card dd span{
    margin-left:10px;
}
.products_operation_aihelpbox{
    background-color: #f8f8f8;
}


.products_operation_aihelpbox .ui.celled.grid{
    background-color:#ffffff;
}

.products_operation_aihelpbox .one_lr .header{
    font-size: 1em;
}
.products_operation_aihelpbox .one_lr .description{
    color:#008ff3;
    font-size: 1.5em;
}
.products_operation_aihelpbox .one_lr .description span{
    font-size: 1rem!important;
    display: inline;
    margin-left:5px;
    color:#7E7E7E!important;
}

/*产品与服务-代运营服务--爱采购*/
.products_baidub2b_imgty{
    border-radius:.5rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

.products_baidub2b .msbox{
    margin-top:2em;
    position:relative;
    padding:0 3em;
    text-align: center;
    display: block;

}
.products_baidub2b .msbox h4{
    line-height:1.5em;
    font-size:1.28571429em;
    color: #008ff3!important;
    margin:0;
    font-weight: 100;
}
.products_baidub2b .msbox p {
    line-height:20px;
    font-size:14px;
    color: rgba(0,0,0,.6);
}
.products_baidub2b .msbox i{
    width:2em;
    height:2em;
    text-align: center;
    line-height:2em;
    font-size:1.2em;
    font-weight: bold;
    background-color: #df5000;
    color:#ffffff;
    position: absolute;
    display:block;
    border-radius:50%;
    -webkit-border-radius:50%;
    left:0;
    top:50%;
    margin-top:-1em;
}

.products_baidub2b .ui.segment:nth-of-type(1) .msbox i{
    background-color: #008bf5;
}
.products_baidub2b .ui.segment:nth-of-type(2) .msbox i{
    background-color: #24d402;
}
.products_baidub2b .ui.segment:nth-of-type(3) .msbox i{
    background-color: #ff00a2;
}
.products_baidub2b .ui.segment:nth-of-type(4) .msbox i{
    background-color: #ff6600;
}
.ui.steps .step:after{
    background-color:#f6f6f6;
}
@media only screen and (max-width: 767px){
    .ui.steps .step {
        border-right:0;
        /*width: 100%!important;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*border-radius: 0;*/
        /*padding: 1.14285714em 2em;*/
    }

}
.products_operation_baidub2bjg h5{
    font-size:22px;
    line-height:50px;
    font-weight:100;
    text-align: center;
    margin-bottom:0;
}
.products_operation_baidub2bjg p{
    font-size:26px;
    text-align: center;
}
.products_operation_baidub2bjg p b{
    color:#8f8f8f;
    font-size:14px;
    font-weight:100;
}