/**页面banner样式**/
.slider_nav {
    position: absolute;
    z-index: 10;
    height: 56px;
    line-height: 56px;
    top: 50%;
    padding: 0px 22px;
    margin-top: -28px;
    background: #6c1d69;
    opacity: 0.7;
}

.slider_nav:hover {
    background: #9966cc;
}

.arrow-left {
    border-radius: 0px 6px 6px 0px;
}

.arrow-right {
    border-radius: 6px 0px 0px 6px;
    right: 1px;
}

.arrow-left:hover {
}

.arrow-right:hover {
}

.slider_nav img {
    height: 1.2em;
}

@media screen and (max-width: 992px) {
    .arrow-left {
        display: none;
    }

    .arrow-right {
        display: none;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_banner .swiper-slide {
    border-radius: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.pagination {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin: 0px;
    padding: 0px;
    height: 30px;
    display: block;
    border-radius: 0px;

}

.swiper-button-next {
    background: #6c1d69 url("../home/images/icon_arrow_right.png") no-repeat center !important;
    background-size: 10px !important;
    height: 56px;
    line-height: 56px;
    top: 50%;
    padding: 0px 22px;
}

.swiper-button-prev {
    height: 56px;
    line-height: 56px;
    top: 50%;
    padding: 0px 22px;
    background: #6c1d69 url("../home/images/icon_arrow_left.png") no-repeat center !important;
    background-size: 10px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}

.swiper-pagination-switch {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 10px;
}

.swiper-visible-switch {
    background: rgba(255, 255, 255, 0.5);
}

.list .title {
    padding-left: 8px;
    line-height: 2em;
    font-weight: normal;
    font-size: 14px;
    color: #803b7d;
    padding-bottom: 10px;
    margin: 0;
}

.list {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    /*margin-bottom: 20px;*/
}

.device_list .text {
    font-size: 13px;
    line-height: 30px;
    color: #888;
}

.device_list img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.case_list .text {
    font-size: 14px;
    line-height: 30px;
}

.case_list img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.serve_li .li_img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #803b7d;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.serve_li .li_img img {
    width: 25px;
    height: 25px;

}

.serve_list {
    padding: 20px
}

.serve_list .title {
    padding: 0;
}

.serve_li {
    /*width: 50%;*/
    /*float: left;*/
    height: 200px;
}

.serve_li .text {
    overflow: hidden;
}

.serve_list:after {
    content: '';
    display: block;
    clear: both;
}

.process ul {
    padding-left: 24px;
    margin: 0;
}

.process ul li {
    list-style: none;
    margin-bottom: 20px;
}

.process ul li em {
    font-style: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #803b7d;
    color: #fff;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}

.process ul li span {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    overflow: hidden;
}



.items_info {
    text-align: left;
    font-size: 14px;
    color: #888;
    padding: 0 20px 0 10px;
}

.items_info .name {
    color: #803b7d;
    font-size: 14px;
}

.items_info p:nth-child(3) {
    color: #803b7d;
}

.items_info .intro {
    /* font-size: 12px; */
    padding-right: 20px;
}

.items {
    padding: 15px;
    text-shadow: none;
    box-shadow: none;
}

.devices, .cases, .process, .server,.image_centre {
    padding: 15px 0;
    color: #888;
}

.copy-right p {
    margin-bottom: 5px;
}

.message {
    background: #672064 url("../home/images/message.png") no-repeat 20px center;
    -webkit-background-size: 20px;
    background-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px 0 45px;
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 15%;
    color: #fff;
    border-radius: 20px;
}

.message:hover, .message:focus {
    color: #fff;
    text-decoration: none;
}
.swiper-button-disabled{
    opacity: 0 !important;
}

@media screen and (max-width: 992px) {
    .swiper_banner .swiper-button-next {
        padding: 0px 10px;
        height: 30px !important;
    }

    .swiper_banner .swiper-button-prev {
        padding: 0px 10px;
        height: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    .message {
        height: 35px;
        line-height: 35px;
        background: #672064 url(../home/images/message.png) no-repeat 13px center;
        padding: 0 20px 0 35px;
        -webkit-background-size: 18px;
        background-size: 18px;
    }

    .process ul li span {
        line-height: 25px;
    }

    #more {
        display: none;
    }
}

/*.swiper_items .swiper-slide{*/
/*    height: 1px !important;} !* 随意指定一个height值即可 *!*/
/*.swiper_items .swiper-slide-active { height:auto!important;}*/

@media screen and (max-width: 992px) {
    div.main {
        margin-top: 58px;
    }
}

.left_sub_nav_md {
    position: fixed;
    /*left: 367.5px;*/
    width: 293px;
    top: 70px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .left_sub_nav_md {
        display: none;
        width: 250px;
        z-index: 30;
        height: 100%;
        background: #fff;
        padding: 0px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 960px) {
    .menu_left {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .left_sub_nav_md {

        left: 0px;
        top: 34px;
        padding-bottom: 0px;
        /*display: block;*/
        width: 250px;
    }
}

.swiper_items a:hover, .swiper_items a:focus {
    color: #666;
    text-decoration: none;
}

html {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
}

@media screen and (max-width: 992px) {
    div#main {
        margin-top: 58px;
    }
}

@media only screen and (max-width: 1024px) {
    div#main {
        margin-top: 58px;
    }
}

div#main {
    padding: 0;
    box-sizing: border-box;
}

div#main::-webkit-scrollbar {
    display: none;
}

.list a:hover {
    color: #1B242F;
    text-decoration: none;
}
.___footer_style1{
    display:none;
}
@media only screen and (max-width: 768px) {
    .___footer_middle{
        display:none;
    }
    .footer{
        font-size:12px;
    }
    .___footer_style1{
        display:block;
    }
    .___width50{
        width:50%;
    }
}
.__pic img{
    width: 100%;
}
.__detail {
    padding: 16px;
}
.__sub_desc{
    line-height: 2em;
    font-size: 10pt;
    /*height: 2em;*/
    /*overflow: hidden;*/
    color: #888888;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.__sub_desc p{
    margin:0 auto;
    text-indent: 2em;
}
._frame_box{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;

}
.item{
    display: block;
}
._frame_content{
    position: absolute;
    max-width: 600px;
    width: 100%;
    margin: auto;
    /*height: 300px;*/
    top: 3%;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(151, 93, 151, 0.5);
    border: 2px solid rgba(151, 93, 151, 0.8);
}
.sf-header {
    width: 100%;
    height: 44px;
    background: #f8f8f8;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 16px;
    box-sizing: border-box;
    /*margin-bottom: 8px;*/
}
.sf-header .sf-title {
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 50%;
    font-size: 16px;
    color: #888;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f8f8;
    color: rgba(101, 54, 105, 0.6);
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 44px;
    z-index: 56;
    margin-top: 2px;
    margin-right: 2px;
    cursor: pointer;
    display: none;
    border-radius: 0px 5px 0px 0px;
}
._frame_info{
    padding:8px;
}
._frame_i_title{
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
._frame_i_pic{
    text-align: center;
}
._frame_i_desc{
    text-indent: 2em;
    font-size: 10pt;
    color: #888;
    padding:10px;
}
@media screen and (max-width: 640px){
    ._frame_content{
        top:0;
        height: 100%;
    }
}
.devices .text,.cases .text{
    font-size: 10pt;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
