@-ms-viewport {
    width: device-width;
}


a:link, a:visited, a:hover, a:active {
  
    text-decoration: none;


}
       .menuvice a:nth-child(2n+1) 
        {
              
              color: #ffffff;
          
        }
           .menuvice a:nth-child(2n+2) 
        {
              
              color: #ea4774;
          
        }


#afui > #header {
    background-image: -moz-linear-gradient(top, #f4a3a7, #ed646c); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4a3a7), color-stop(1, #ed646c)); /* Saf4+, Chrome */
    
    /*background-color: #2d2d2f;*/
    border: none;
    z-index: 250;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #ed646c;
    color: #ffffff;
    font-weight: bold;
}

#afui #backButton {
    background-image: url(../../images/icon-36x36-back.png);
}



#afui .af-badge {
    border: none;
}

#afui .list {
    background: inherit;
    color: inherit;
    border-color: #303030;
    font-weight: normal;
}

#afui .af-badge {
    box-shadow: none;
}

#afui .list .divider {
    color: black;
}

#afui .panel {
    color: #ffffff;
  background: #ed646c;
}


#afui .collapsed:after {
    border-top: 6px solid;
}

#afui .collapsed:before {
    border: 2px solid;
}

#afui .expanded:after {
    border-bottom: 6px solid;
}

#afui .expanded:before {
    border: 2px solid;
}

#afui .collapsed:before, #afui .expanded:before {
    border-color: inherit;
}

#afui .collapsed:after,
#afui .expanded:after {
    border-top-color: inherit;
    border-top-color: inherit;
}

#afui label {
    color: inherit;
}



#afui > #menu.tabletMenu {
    color: white;
    background: rgba(29,29,28,1);
}

#afui #menu .list {
    margin: 0px;
}

    #afui #menu .list li, #afui #menu .list .divider, #afui #menu .list li:last-child {
        border-top: 1px solid #414141;
        border-bottom: 1px solid #181818;
        background-color: #2b2b2b;
    }

    #afui #menu .list .divider {
        background: inherit;
        color: inherit;
        font-size: 1em;
    }

#menu .divider > span {
    padding-right: 15px;
    background: url(../../images/icon-8x8-menu-title.png) no-repeat right center;
}

#afui #menu .list > li > a {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    color: inherit;
    line-height: 1.5em;
}

#afui #menu .lan > li > a {
    background-size: 20px;
    background-position: 10px center;
}



#menu ul.msv .pc {
    background-image: url(../../images/icon-32x32-msv-pc.png);
}

#menu ul.msv .msv {
    background-image: url(../../images/icon-32x32-msv-msv.png);
}

#menu ul.msv .touch {
    background-image: url(../../images/icon-32x32-msv-touch.png);
}
/*下级*/

#afui #menu li > div {
    margin: 5px 0px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px 0px;
    background-color: #c9ced5;
    color: #000000;
}

    #afui #menu li > div > a {
        display: inline-block;
        margin: 5px 0px;
        width: 68px;
        text-align: center;
        background-image: none;
        color: #000000;
    }

        #afui #menu li > div > a:nth-child(3n+1), #afui #menu li > div > a:nth-child(3n+2) {
            border-right: 1px solid #000000;
        }

#afui .button {
    border-radius: 0;
    text-shadow: none;
}

.list > li > a:after {
    color: #0088D1;
}

#afui .button.pressed {
}

#afui .button.previous {
    border: none;
}

#afui .button.next {
    border: none;
}

#afui .button.previous::after {
    color: black;
    z-index: -1;
    font-size: 22px;
    position: absolute;
    top: 2px;
    left: -25px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: transparent;
}

#afui .button.next::after {
    color: black;
    z-index: -1;
    font-size: 22px;
    position: absolute;
    top: 6px;
    right: -25px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    background-color: transparent;
}


#afui #af_actionsheet {
    background: #0190d6;
    color: inherit;
}

    #afui #af_actionsheet a {
        border-radius: 0;
        -webkit-border-radius: 0;
        color: black;
        background: white;
        border: none;
        text-shadow: none;
    }

/* ------------- 网站通用功能模块 ------------- */

/*logo*/
.logo img {
    display: block;
    margin: auto;
    max-width: 100%;
}

/*无限加载中 动画*/
.loadermore {
    padding: 10px;
    text-align: center;
}

    .loadermore > div {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        -moz-border-radius: 100px;
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -webkit-animation-name: rotateThis;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: scale(0.5) rotate(0deg);
    }

    to {
        -webkit-transform: scale(0.5) rotate(360deg);
    }
}

.loadermore > div div {
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 35px;
    left: 45px;
}

.loadermore .bar1 {
    -moz-transform: rotate(0deg) translate(0, -40px);
    -webkit-transform: rotate(0deg) translate(0, -40px);
    opacity: 0.12;
}

.loadermore .bar2 {
    -moz-transform: rotate(45deg) translate(0, -40px);
    -webkit-transform: rotate(45deg) translate(0, -40px);
    opacity: 0.25;
}

.loadermore .bar3 {
    -moz-transform: rotate(90deg) translate(0, -40px);
    -webkit-transform: rotate(90deg) translate(0, -40px);
    opacity: 0.37;
}

.loadermore .bar4 {
    -moz-transform: rotate(135deg) translate(0, -40px);
    -webkit-transform: rotate(135deg) translate(0, -40px);
    opacity: 0.50;
}

.loadermore .bar5 {
    -moz-transform: rotate(180deg) translate(0, -40px);
    -webkit-transform: rotate(180deg) translate(0, -40px);
    opacity: 0.62;
}

.loadermore .bar6 {
    -moz-transform: rotate(225deg) translate(0, -40px);
    -webkit-transform: rotate(225deg) translate(0, -40px);
    opacity: 0.75;
}

.loadermore .bar7 {
    -moz-transform: rotate(270deg) translate(0, -40px);
    -webkit-transform: rotate(270deg) translate(0, -40px);
    opacity: 0.87;
}

.loadermore .bar8 {
    -moz-transform: rotate(315deg) translate(0, -40px);
    -webkit-transform: rotate(315deg) translate(0, -40px);
    opacity: 1;
}



/*弹出容器*/
.popbox {
    display: none;
    position: absolute;
    border: 1px solid #acacac;
    padding: 2px;
    background-color: rgba(255, 255, 255, 1);
}

    .popbox > * {
        margin: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }




.sortBotton {
    display: inline-block;
    float: right;
    width: 48px;
    height: 46px;
    background: url(../../images/icon-32x32-header-sort.png) no-repeat center;
    text-indent: -5000px;
}


/* 翻页 */
.pageprevnext {
    text-align: center;
}



/*列表*/

/*链接*/
.lists.alinks .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-indent: 15px;
    background-color:#f4a3a7;
}

.lists.alinks .appMore {
    
}

.lists.alinks .title > * {
 
}

.lists.alinks .al {
    margin: 0px;
    padding: 0px;
    background-color:#fff;
}

    .lists.alinks .al a:nth-child(1) {
        border-top: 0px;
    }

    .lists.alinks .al a {

        border-bottom: 1px solid #ccc;
        display: block;
        height: 55px;
        white-space: nowrap;
    }


        .lists.alinks .al a img {
            float: left;
            margin: 5px;
            border: 1px solid #bfbfbf;
            border-radius: 5px;
            width: 100px;
            height: 45px;
            padding: 1px;
            background-color: #ffffff;
        }

            .lists.alinks .al a img ~ span {
                margin-left: 100px;
            }

        .lists.alinks .al a > span {
            display: block;
            text-indent: 10px;
             white-space: nowrap;
             overflow: hidden;
             text-overflow: ellipsis;
             color: #000;
            
        }

            .lists.alinks .al a > span:nth-of-type(1) {
                line-height: 220%;
            }

            .lists.alinks .al a > span:nth-of-type(2) {
                color: #f00c37;
                font-size: 12px;
                line-height: 150%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .lists.alinks .al a:hover > span:nth-of-type(2) {
            color: #41151d;
        }

/*下载*/
.lists.downs .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-indent: 15px;
    background-color:#f4a3a7;
}

    .lists.downs .title > * {
        color: #ffffff;
    }

.lists.downs .dl {
    margin: 0px;
    padding: 0px;
}



    .lists.downs .dl a {
     border-bottom: 1px solid #ccc;
        display: block;
        height: 52px;
        white-space: nowrap;
        background-color:#fff;
        color: #f00c37;
    }

        .lists.downs .dl a > small {
            display: block;
            float: left;
            width: 50px;
            background-image: url(../../images/icon-32x26-downs.png);
            background-position: center;
            background-repeat: no-repeat;
            color: #ffffff;
            line-height: 50px;
            text-align: center;
        }

    .lists.downs .dl > a > span {
        display: block;
        margin-left: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .lists.downs .dl > a > span:nth-of-type(1) {
            line-height: 220%;
        }

        .lists.downs .dl > a > span:nth-of-type(2) {
            color: #8c8c8c;
            font-size: 12px;
            line-height: 150%;
        }

        .lists.downs .dl > a > span:only-of-type {
            line-height: 52px;
        }

/*留言*/
.lists.gbook .title {
    border-bottom: 1px solid #ccc;
    background-color: #dcdcdc;
    line-height: 180%;
    
}

    .lists.gbook .title > span {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #ff8f96;
    }


.lists.gbook .gbook-list {
    padding: 10px;
}

    .lists.gbook .gbook-list .appMore {
        margin-right: 20px;
    }

.lists.gbook .gbook_frm {
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.lists.gbook .gbook_input {
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .lists.gbook .gbook_input > div {
        display: inline-block;
        width: 100%;
    }

        .lists.gbook .gbook_input > div > div {
            display: inline-block;
            width: 100%;
        }

    .lists.gbook .gbook_input span:nth-of-type(2n+1) {
        display: block;
        overflow: hidden;
        float: left;
        width: 30%;
        line-height: 40px;
    }

    .lists.gbook .gbook_input span:nth-of-type(2n+2) {
        display: block;
        overflow: hidden;
        float: right;
        width: 70%;
    }

.lists.gbook .btnbox {
    display: block;
    width: 100%;
    text-align: right;
}
/*招聘*/
.lists.jobs .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    background-color:#f4a3a7;
    line-height: 220%;
    text-indent: 15px;
}

    .lists.jobs .title > * {
        color: #ffffff;
    }

.lists.jobs ol {
    margin: 0px;
    padding: 0px;
}

.lists.jobs li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
    background-color:#fff;
}


.lists.jobs ol li > a {
    display: block;
    overflow: hidden;
    margin-right: 25px;
    height: 52px;
    padding-left: 50px;
    background: url(../../images/icon-32x32-list-jobs.png) no-repeat 10px center;
    white-space: nowrap;
}

.lists.jobs li:nth-child(1) > a {
    border-top: 0px;
}

.lists.jobs li > a > span {
    display: block;
    line-height: 52px;
    color:#f00c37;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lists.jobs li > i {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-image: url(../../images/icon-11x11-attributeitems.png);
    background-position: 30px 30px;
    background-repeat: no-repeat;
}

    .lists.jobs li > i.on {
        background-image: url(../../images/icon-11x11-attributeitems1.png);
    }

.lists.jobs li > div {
    display: none;
    background-color: #484848;
    color: #ffffff;
    width: 100%;
}

    .lists.jobs li > div > span {
        display: block;
        float: left;
        width: 20%;
        line-height: 250%;
        font-size: 12px;
        text-align: center;
    }

        .lists.jobs li > div > span > span {
            display: block;
        }

.lists.jobs li span > a {
    color: #ffffff;
}

.lists.jobs li > i.on + div {
    display: inline-block;
}
/*新闻*/
.lists.news .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-indent: 15px;
    background-color:#f4a3a7;
}

    .lists.news .title > * {
        color: #ffffff;
    }

.lists.news .nl {
    margin: 0px;
    padding: 0px;
}


    .lists.news .nl a {
        display: block;
        overflow: hidden;
        height: 72px;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #ccc;
       color: #f00c37;
        background-color: #fff;
        padding:10PX 0PX;     
        
    }

        .lists.news .nl a i {
            display: block;
            overflow: hidden;
            float: left;
            margin: 5px 0px 5px 10px;
            width: 60px;
            height: 40px;
            padding: 1px;

        }

        .lists.news .nl a img {
            width: 100%;
            border: 1px solid #131313;
        }

        .lists.news .nl a > span {
            display: block;
            text-indent: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .lists.news .nl a > span:nth-of-type(1) {
                line-height: 240%;
            }

            .lists.news .nl a > span:nth-of-type(2) {
                color: #5c5e5e;
                font-size: 12px;
                background-repeat: no-repeat;
                background-position: 8px center;
                background-image: url(../../images/icon-16x16-news-img.png);
                text-indent: 25px;
            }

        .lists.news .nl a:hover > span:nth-of-type(2) {
            color: #ccc;
        }

        .lists.news .nl a.i > span:nth-of-type(2) {
            background-position: 88px center;
        }

        .lists.news .nl a > span:only-of-type {
            line-height: 52px;
        }



/*搜索页*/
#afui .views.products {
  padding: 0 !important;
  background-color: #fff;
}
#afui select#menuid {
  float: left;
  display: inline-block;
  width: 30%;
  height: 30px; 
  padding: 0 10px  0 5px;
  margin: 0;
  background-color: #fff; 
  background-position: 95% center;
  border-radius: 0;
}
#afui form#productSearch {
  overflow:hidden;
  display: block;
  width: 100%;
  padding:10px;
}
#afui input#keywords {
  float: left;
  display: inline-block;
  width: 70%;
  height: 30px;
  text-indent: 5px;  
  padding: 0 5px;
  margin: 0;
  border:1px solid #ccc;
  border-radius: 0;
}
#afui input#submit_btn {
  display: inline-block;
  width: 100%;
      height: 38px;
    padding: 8px 12px;
    margin: 8px 0;
    font-weight: bold;
    border: 1px solid #666;
    text-align: center;
    vertical-align: top;
    border-radius: 6px;
    text-decoration: none;
    z-index: 2;
    background-color: transparent;
}
.appList {
  display: inline-block;
  width:100%;
}
.appList .goods {
  overflow:hidden;
  padding:10px 0;
  margin: 0 10px;
  border-bottom:1px solid #ccc;
}
.appList .goods .pic {
  overflow:hidden;
  display: block;
  width:100%;
  max-height:80px;
}
.appList .goods .pic .img {
  float:left;
  display:inline-block;
  width: 30%;
} 
.appList .goods .pic .t {
  float:left;
  width: 70%;
  padding:0 10px;
}
.appList .goods .pic .t span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.appList .goods .pic .t span:nth-of-type(1) {
  line-height: 120%;
  white-space:nowrap;
}
.appList .goods .pic .t span:nth-of-type(2) {
  line-height: 180%;
  color: #cc6600;
}
.appList .goods .pic .t span:nth-of-type(3) {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 183%;
}
.appList .goods .pic .t span:nth-of-type(3) { background-position: 78px center;}
.appList .goods .pic .t span:only-of-type { line-height: 52px;}


/*产品*/

.lists.products > .pagePrevNext {
    border-left: 0px;
}

.lists.products > .lists_more {
    border-left: 0px;
}

.lists.products .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-indent: 15px;
    background-color:#f4a3a7;
}
.lists.products .title a{
 color:#fff;
}
    .lists.products .title > * {
        color: #ffffff;
    }


.lists.products .pl 
{
    display: block;
    position:relative;
    margin:auto;
    padding:2%;
  
    
}

@media screen and (min-width: 480px) {
    .lists.products .pl {
        width: 480px;
    }
}
@media screen and (min-width: 640px) {
    .lists.products .pl {
      width: 100%;
    }
}


.lists.products .pl a {
    display: inline-block;
    overflow: hidden;
    width: 47.3%;
    margin: 3.5px 1%;
    border: 1px solid #ccc;
    padding: 5px;
    background: #faf9fe;
    text-align: center;
  
    
    
}

.lists.products .pl .img {
    height: 110px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lists.products .pl img {
    width: 100%;
}

.lists.products .pl span {
    display:block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color:#000;
    height:30px;
    line-height:260%;
}


/*单页*/

/*单页*/
.lists.single .title {
    display: block;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-align: center;
    background-color:#f4a3a7;
}


/*视频*/


.lists.videos .title {
    display: block;
    position: relative;
    border-top: 1px solid #f4a3a7;
    border-bottom: 1px solid #f4a3a7;
    line-height: 220%;
    text-indent: 15px;
    background-color:#f4a3a7;
}

    .lists.videos .title > * {
        color: #ffffff;
    }


/*图片列表*/
.lists.videos .vl {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (min-width: 453px) {
    .lists.videos .vl {
        width: 453px;
    }
}

@media screen and (min-width: 605px) {
    .lists.videos .pl {
        width: 100%;
    }
}

.lists.videos .vl a {
    display: inline-block;
    overflow: hidden;
    width: 144px;
    margin: 4px 2px;
    text-align: center;
    
}

.lists.videos .vl span {
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.lists.videos .vl .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height: 90px;
    background-color: #fcfcfa;
}

.lists.videos .vl img {
    width: 100%;
}


/*详细页*/

.views, .single .remark {
       background-color:#fff;
}

     .views .title {
      padding:10px;
      color: #000;
    }
.remark {
padding: 10px;
color: #000;
}
    .views .infos {
        border-bottom: 1px solid #e0e0e0;
        line-height: 200%;
         color: #000;
        font-size: 12px;
         padding:10px;
    }

    .views .img {
        display: block;
        text-align: center;
    }

        .views .img img {
            border: 1px solid #e0e0e0;
            max-width: 100%;
            padding: 10px;
        }

    .views .remark {
        margin-bottom: 10px;
        padding: 10px;   
        color: #000;
   
    }

        .views .remark img {
            max-width: 100%;
        }

.view_btn_box > * {
    margin: 5px;
}





/*评论*/
.comment .title {
    border-top: 1px solid #dddddd;
    border-bottom: 2px solid #ccc;
    line-height: 2.5em;
}

    .comment .title > .all {
        float: right;
    }

.comment dl {
    line-height: 2em;
    margin-top: 0px;
}

.comment dt time, .comment .cbbox time {
    float: right;
}

.comment dd, .comment .cbbox > p {
    color: #686868;
}

.comment dd {
    overflow: hidden;
    margin: 0px;
    line-height: 180%;
}

.comment .cbbox {
    margin: 3px 0;
    border: 1px solid #eae9d7;
    padding: 7px 14px;
    background: #f9f7e8;
}

    .comment .cbbox > p {
        overflow: hidden;
        margin: 0px 0px 10px;
    }

.comment .publish, .comment .pagenext > a {
    width: 100%;
    text-align: center;
}

.comment .form {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment .btnbox {
    text-align: right;
}





/*网站广告*/
.sitead {
    position: relative;
    margin: 0px auto;
    text-align: center;
}

    .sitead img {
        display: block;
        width: 100%;
    }

.detail > *:not(:first-child) {
    display: none;
}

.sitead > .dots {
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: -10px;
    right: 5px;
    z-index: 200;
    width: auto !important;
}

    .sitead > .dots > * {
        float: left;
        width: 8px !important;
        height: 8px !important;
    }

.sitead_paging {
    border-radius: 8px;
    background: #ccc;
}

.sitead_paging_selected {
    border-radius: 10px;
    background: #f00;
}

/*网站多图*/
.piclist {
    position: relative;
    text-align: center;
}

    .piclist > .dots {
        text-align: center;
        margin: auto;
        position: absolute;
        bottom: -10px;
        right: 5px;
        z-index: 200;
    }

        .piclist > .dots > * {
            float: left;
            width: 10px !important;
            height: 10px !important;
        }

.piclist_paging {
    border-radius: 10px;
    background: #ccc;
}

.piclist_paging_selected {
    border-radius: 10px;
    background: #f00;
}

.piclist #piclist_content > * {
    text-align: center;
}

.piclist #piclist_content img {
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* ------------- 局部页面 ------------- */

/*首页*/

/* sitemap_view */
.view.sitemap {
    padding: 10px;
}

    .view.sitemap > ol {
        margin: 0px auto;
        padding: 0px;
        list-style: none;
        border: solid 1px #72767b;
        border-radius: 10px;
        width: 90%;
        padding: 10px;
        /*background-color: #eaeaea;
        background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
        background-image: -moz-linear-gradient(#fafafa, #eaeaea);
        background-image: -ms-linear-gradient(#fafafa, #eaeaea);
        background-image: -o-linear-gradient(#fafafa, #eaeaea);
        background-image: linear-gradient(#fafafa, #eaeaea);*/
    }

    .view.sitemap li {
        padding-left: 10px;
        line-height: 35px;
        list-style: none;
    }

    .view.sitemap > ol li {
        counter-increment: item;
    }

        .view.sitemap > ol li:before {
            content: counter(item)". ";
            color: #F7F7F7;
        }

        .view.sitemap > ol li li {
            counter-increment: item2;
        }

            .view.sitemap > ol li li:before {
                content: counter(item)"."counter(item2)". ";
            }

            .view.sitemap > ol li li li {
                counter-increment: item3;
            }

                .view.sitemap > ol li li li:before {
                    content: counter(item)"."counter(item2)"."counter(item3)". ";
                }

                .view.sitemap > ol li li li li {
                    counter-increment: item4;
                }

                    .view.sitemap > ol li li li li:before {
                        content: counter(item)"."counter(item2)"."counter(item3)"."counter(item4)". ";
                    }

                    .view.sitemap > ol li li li li li {
                        counter-increment: item5;
                    }

                        .view.sitemap > ol li li li li li:before {
                            content: counter(item)"."counter(item2)"."counter(item3)"."counter(item4)"."counter(item5)". ";
                        }
/* sitemap_view End */

/* contact-view */
.contactus-view {
}

    .contactus-view dl {
        line-height: 220%;
    }

    .contactus-view dt {
        font-size: 18px;
        padding-bottom: 10px;
        margin: 0;
    }

    .contactus-view dd > span {
        display: block;
        width: 70px;
        float: left;
        line-height: 170%;
        font-size: 16px;
        text-align: right;
    }

    .contactus-view dd a {
        line-height: 170%;
        font-size: 16px;
        position: relative;
    }

    .contactus-view .button .phone span, .contactus-view .button .email span, .contactus-view .button .map span {
        display: inline-block;
        padding-left: 25px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #ccc;
        text-shadow: 1px 1px 0 #000000;
    }

        .contactus-view .button .phone span:before, .contactus-view .button .email span:before, .contactus-view .button .map span:before {
            font-size: 26px;
            padding-right: 5px;
        }
/* contact-view End */


.psortlosts {
    min-width: 292px;
    /* border-bottom: 1px solid #ffffff;*/
    padding: 5px; /*-webkit-column-count: 2;*/
    column-width: 135px;
    column-gap: 5px;
    -webkit-column-width: 135px;
    -webkit-column-gap: 5px;
    -moz-column-width: 135px;
    -moz-column-gap: 5px;
    -ms-column-width: 135px;
    -ms-column-gap: 5px;
    -o-column-width: 135px;
    -o-column-gap: 5px;
}

    .psortlosts > a {
        display: inline-block;
        overflow: hidden;
        margin-bottom: 5px;
        width: 100%;
        background: #fff;
        line-height: 180%;
        font-size: 12px;
        border: 1px solid #ccc;
    }


    .psortlosts .img {
        display: block;
        overflow: hidden;
        height: 120px;
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .psortlosts img {
        display: block;
        width: 100%;
    }

    .psortlosts span {
        display: block;
        overflow: hidden;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        background-image: url(../../images/iconfont-jiantou.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 50%;
        color: #000;
        line-height: 3em;
        text-indent: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
