@charset "UTF-8";

.position {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-left: 20px;
}

.position:before {
    width: 4px;
    height: 20px;
    background: #0500ff;
    position: absolute;
    left: 0px;
    content: "";
}

.listPage {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 60px;
}

.listPage .sideBar {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.listPage .sideBar .menu {
    width: 100%;
    float: left;
}

.listPage .sideBar .menu {
    width: 100%;
    float: left;
}

.listPage .sideBar .menu .big_title {
    background: #0500ff;
    padding:10px 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.listPage  .sideBar  .menu .big_title em{
  display: inline-block;
}

.listPage  .sideBar  .menu .big_title em:before{
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  content: "";
}

.listPage .sideBar .menu ul {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.listPage .sideBar .menu ul li {
    float: left;
    width: 100%;
}

.listPage .sideBar .menu ul li:last-child a{
  border: 1px dotted #fff;
}

.listPage .sideBar  .menu ul li a:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #0500ff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
    
}

.listPage .sideBar .menu ul li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    border-radius: 30px;
}

.listPage .sideBar .menu ul li a:hover{
    border-bottom: 1px dotted #fff;
    background: #0500ff;
    color: #fff;
    
}

.listPage .sideBar  .menu ul li a:hover:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0500ff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
}

.listPage .sideBar .menu ul li a:hover {
    color: #fff;
}

.listPage .sideBar .tel {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.listPage .sideBar .tel .text {
    right: 15px;
    position: absolute;
    bottom: 40px;
}

.listPage .sideBar .tel .text .u_number {
    font-size: 20px;
}

.listPage .sideBar .tel .u_img {
    width: 100%;
}

.listPage .sideBar .tel .u_img img {
    width: 100%;
}

.listPage .article {
    width: 75%;
    float: right;
}

.listPage .article .list {
    width: 100%;
    float: left;
}

.listPage .article .list li {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
}

.listPage .article .list li:hover {
    border: 1px solid #0500ff;
}

.listPage .article .list li .u_img {
    width: 30%;
    float: left;
}

.listPage .article .list li .u_img img {
    width: 100%;
}

.listPage .article .list li .text {
    width: 70%;
    float: left;
    padding-left: 20px;
    margin-top: 10px;
}

.listPage .article .list li .text .u_title {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.listPage .article .list li .text .u_title a:hover {
    color: #0500ff;
}

.listPage .article .list li .text .u_desc {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
    float: left;
    width: 100%;
}

.listPage .article .list li .text .u_plus {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.listPage .article .list li .text .u_plus a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
}

.listPage .article .list li .text .u_plus a:hover {
    border: 1px solid #0500ff;
    background: #0500ff;
    color: #fff;
}

.pageDetails {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 60px;
    float: left;
}

.pageDetails .sideBar {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.pageDetails {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 60px;
    float: left;
}

.pageDetails .sideBar {
    width: 25%;
    float: left;
    padding-right: 20px;
    /*
    .menu{
        width: 100%;
        .big_title{
            background:$Zys;
            padding: 20px;
            font-size: 20px;
            text-align: center;
            color: #fff;
            font-weight:bold;
        }
        ul{
            li{
                width:100%;
                float:left;
                margin-top: 5px;
                .li-title{
                    background:$Zys;
                    float:left;
                    width: 100%;
                    position: relative;
                    &:hover{
                        background:#e17a27;
                        a{
                            &:before{
                                content:"-"
                            }
                        }
                    }
                    a{
                        display:block;
                        padding: 10px 20px;
                        position:relative;
                        color: #fff;
                        &:before{
                            content:"+";
                            right:20px;
                            position:absolute;
                            font-size: 20px;
                            top: 4px;
                        }
                    }
                }
                ul{
                    li:last-child{
                        border: 0px;
                    }
                    li{
                        line-height: 35px;
                        border-bottom: 1px solid #ccc;
                        margin-top:0px;
                    }
                    background: #f0f0f0;
                    float:left;
                    width: 100%;
                    padding: 0 20px;
                    a{
                        font-size:14px;
                        color: #666;
                        display: block;
                        position: relative;
                        &:hover{
                            color:$Zys;
                        }
                        &:before{
                            background: url(../images/icon_05.png) no-repeat;
                            content:"";
                            width: 10px;
                            height: 10px;
                            background-size: 10px;
                            position: absolute;
                            right: 0px;
                            top:11px;
                        }
                    }
                }
            }
        }
    }
    */
}

.pageDetails .sideBar .menu {
    width: 100%;
    float: left;
}

.pageDetails .sideBar {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.pageDetails .sideBar .menu .big_title {
    background: #0500ff;
    padding:10px 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.pageDetails .sideBar  .menu .big_title em{
  display: inline-block;
}

.pageDetails .sideBar  .menu .big_title em:before{
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  content: "";
}

.pageDetails .sideBar .menu ul {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.pageDetails .sideBar .menu ul li {
    float: left;
    width: 100%;
}

.pageDetails .sideBar .menu ul li:last-child a{
  border: 1px dotted #fff;
}

.pageDetails .sideBar  .menu ul li a:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #0500ff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
    
}

.pageDetails .sideBar .menu ul li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    border-radius: 30px;
}

.pageDetails .sideBar .menu ul li a:hover{
    border-bottom: 1px dotted #fff;
    background: #0500ff;
    color: #fff;
    
}

.pageDetails .sideBar  .menu ul li a:hover:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0500ff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
}

.pageDetails .sideBar .menu ul li a:hover {
    color: #fff;
}


.pageDetails .sideBar .tel {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.pageDetails .sideBar .tel .text {
    right: 15px;
    position: absolute;
    bottom: 40px;
}

.pageDetails .sideBar .tel .text .u_number {
    font-size: 20px;
}

.pageDetails .sideBar .tel .u_img {
    width: 100%;
}

.pageDetails .sideBar .tel .u_img img {
    width: 100%;
}

.pageDetails .article {
    width: 75%;
    float: right;
}

.pageDetails .article .details {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.pageDetails .article .details h1 {
    font-size: 24px;
    text-align: center;
}

.pageDetails .article .details .abstract {
    border: 1px dotted #ccc;
    padding: 20px;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
}

.pageDetails .article .details .information {
    text-align: center;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
}

.pageDetails .article .details .information span {
    margin: 0 10px;
    font-size: 14px;
}

.pageDetails .article .details .contentbox {
    float: left;
    width: 100%;
    display: block;
    margin-top: 20px;
    line-height: 1.8;
}

.pageDetails .article .details .contentbox img {
    max-width: 100%;
}

.pageDetails .article .case_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    padding: 20px;
}

.pageDetails .article .case_list .small_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.pageDetails .article .case_list .small_title em {
    position: relative;
    line-height: 40px;
}

.pageDetails .article .case_list .small_title em:before {
    width: 100px;
    height: 2px;
    background: #0500ff;
    content: "";
    position: absolute;
    bottom: -9px;
}

.pageDetails .article .case_list ul {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.pageDetails .article .case_list li {
    width: 100%;
    float: left;
    padding: 0 5px;
    border-bottom: 1px dotted #ccc;
    line-height: 30px;
}

.pageDetails .article .case_list li .u_title {
    float: left;
}

.pageDetails .article .case_list li .u_title a {
    color: #666;
    font-size: 14px;
}

.pageDetails .article .case_list li .u_title a:hover {
    color: #0500ff;
}

.pageDetails .article .case_list li .u_plus {
    float: right;
}

.pageDetails .article .case_list li .u_plus a {
    color: #666;
    font-size: 14px;
}

/*page*/
.box-page {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.dede_pages {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.dede_pages .pagelist {
    display: inline-block;
}

.dede_pages .pagelist li {
    float: left;
    width: auto;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-size: 13px;
    padding: 5px 10px;
}

.dede_pages .pagelist .thisclass {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.dede_pages .pagelist .pageinfo {
    float: left;
    color: #999;
}

@media screen and (max-width: 769px) {
    .ss {
        display: none;
    }

    .position {
        font-size: 12px;
        padding: 10px;
    }

    .lb_wc .zb_hz {
        padding: 0 10px;
        width: 100%;
    }

    .lb_wc .zb_hz .zb_dh .dh_bt {
        line-height: 30px;
        padding: 10px 20px;
        text-align: left;
        font-size: 16px;
        position: relative;
        transition: all 1s;
        -moz-transition: all 1s;
        /* Firefox 4 */
        -webkit-transition: all 1s;
        /* Safari 和 Chrome */
        -o-transition: all 1s;
        /* Opera */
    }

    .lb_wc .zb_hz .zb_dh .dh_bt:before {
        font-family: "icon" !important;
        content: "\e6fb";
        color: #fff;
        position: absolute;
        right: 14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }

    .lb_wc .zb_hz .zb_dh .active:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
    }

    .lb_wc .zb_hz .zb_dh ul {
        display: none;
    }

    .lb_wc .zb_hz .zb_dh_1 {
        display: none;
    }

    .lb_wc .yb_hz {
        width: 100%;
        padding: 10px;
    }

    .lb_wc .yb_hz .al_lb li .nr .bt {
        font-size: 15px;
    }

    .lb_wc .yb_hz .al_lb li .nr .xq {
        height: 35px;
        overflow: hidden;
        font-size: 12px;
    }

    .xq_wc .zb_hz {
        padding: 0 10px;
        width: 100%;
    }

    .xq_wc .zb_hz .zb_dh .dh_bt {
        line-height: 30px;
        padding: 10px 20px;
        text-align: left;
        font-size: 16px;
        position: relative;
        transition: all 1s;
        -moz-transition: all 1s;
        /* Firefox 4 */
        -webkit-transition: all 1s;
        /* Safari 和 Chrome */
        -o-transition: all 1s;
        /* Opera */
    }

    .xq_wc .zb_hz .zb_dh .dh_bt:before {
        font-family: "icon" !important;
        content: "\e6fb";
        color: #fff;
        position: absolute;
        right: 14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }

    .xq_wc .zb_hz .zb_dh .active:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
    }

    .xq_wc .zb_hz .zb_dh ul {
        display: none;
    }

    .xq_wc .zb_hz .zb_dh_1 {
        display: none;
    }

    .xq_wc .yb_hz {
        width: 100%;
        padding: 0 10px;
    }
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=case.css.map */
