@-ms-viewport {
    width: device-width;
}


a:link, a:visited, a:hover, a:active {
    color: #2d2d2d;
    text-decoration: none;
}

#afui > #header {
    background-color: #000;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
}


.menuvices {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 200px;
}

    .menuvices > div {
        display: none;
        position: absolute;
        top: 14px;
        left: 0px;
        right: 0px;
        padding: 5px;
        background-color: rgba(47, 47, 47, 1);
        border-radius: 7px;
        border: 1px solid rgba(0,0,0,0.15);
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    }

        .menuvices > div a {
            display: block;
            border-color: #494949 #181818 #181818 #494949;
            border-left: 1px solid #494949;
            border-style: solid;
            border-width: 1px;
            height: 37px;
            background-color: rgba(58, 58, 58, 1);
            color: #FFFFFF;
            line-height: 37px;
            text-align: center;
            text-shadow: 0 2px 2px #000000;
            text-indent: 0px!important;
            position: relative!important;
            width: 95%!important;
        }

    .menuvices > span {
        display: block;
        position: relative;
        line-height: 46px;
        text-align: center;
    }

        .menuvices > span:after {
            content: "";
            position: absolute;
            right: -15px;
            top: 50%;
            margin-top: -2px;
            border-width: 5px 5px 0 5px;
            border-style: solid;
            border-color: #ffffff transparent;
        }

#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: #53575E;
}

.panel:not(#index) {

}

#afui .panel h2 {
    color: #000;
	text-align:center;
	padding:10px;
	
}


#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%;
}





/* 翻页 */
.pageprevnext {
    text-align: center;
}


/*列表*/

/*链接*/
.lists.alinks .title {
    display: block;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #DE5613;
    background-color: #000;
    line-height: 2em;
    text-align: center;
}

    .lists.alinks .title > * {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
    }

.lists.alinks .al {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

    .lists.alinks .al a {
        display: block;
        border-bottom: 1px solid #ccc;
        box-shadow: 0px 1px 0px #dcdcdc;
        height: 75px;
        padding: 10px 0px;
        white-space: nowrap;
        background-color:#fff;
    }


        .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;
        }

            .lists.alinks .al a > span:nth-of-type(1) {
                line-height: 220%;
            }

            .lists.alinks .al a > span:nth-of-type(2) {
                color: #8c8c8c;
                font-size: 12px;
                line-height: 150%;
            }


/*下载*/
.lists.downs .title {
    display: block;
    border-bottom: 1px solid #DE5613;
    background-color: #000;
    line-height: 2em;
    text-align: center;
}

    .lists.downs .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }

.lists.downs .dl {
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
}



    .lists.downs .dl a {
        display: block;
        border-bottom: 1px solid #ccc;
        box-shadow: 0px 1px 0px #dcdcdc;
        padding: 10px 0px;
        height: 72px;
        white-space: nowrap;
        background-color:#fff;
    }

        .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 {
    display: block;
    border-bottom: 1px solid #ccc;
    background-color: #5E5C5B;
    line-height: 2em;
    color: #fff;
    text-align: center;
}



.lists.gbook .gbook-list {
    padding: 10px;
}

.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;
    border-bottom: 1px solid #DE5613;
    line-height: 2em;
    text-align: center;
    background-color:#000;
}

    .lists.jobs .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }

.lists.jobs ol {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.lists.jobs li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0px 1px 0px #dcdcdc;
}


.lists.jobs ol li > a {
    display: block;
    overflow: hidden;
    margin-right: 25px;
    height: 72px;
    padding: 10px 0px 10px 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;
    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;
    border-bottom: 1px solid #DE5613;
    line-height: 2em;
    text-align: center;
    background-color:#000;
}

    .lists.news .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }

.lists.news .nl {
    background-color: #f5f5f5;
}

    .lists.news .nl a {
        display: block;
        position: relative;
        overflow: hidden;
        height: 72px;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0px 1px 0px #dcdcdc;
        padding: 10px 0px;
        white-space: nowrap;
    }

        .lists.news .nl a i {
            display: block;
            overflow: hidden;
            float: left;
            margin: 5px 0px 5px 10px;
            width: 60px;
            height: 40px;
            padding: 1px;
            background-color: #ffffff;
        }

        .lists.news .nl a img {
            width: 100%;
        }

        .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: 2em;
            }

            .lists.news .nl a > span:nth-of-type(2) {
                color: #8c8c8c;
                font-size: 12px;
                line-height: 150%;
                text-indent: 10px;
            }

            .lists.news .nl a > span:only-of-type {
                line-height: 52px;
            }

        .lists.news .nl a.i > span:nth-of-type(2) {
            background-position: 78px center;
        }

/*ilist news,products, videos*/
.lists .plMax {
}


    .lists .plMax a {
        display: block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
        margin: 15px 10px;
        padding: 15px;
        background: url(../../images/bottom.png) repeat-x bottom #FFFFFF;
    }


        .lists .plMax a img {
            width: 100%;
        }

        .lists .plMax a > * {
            display: block;
            /*text-indent: 10px;*/
        }

        .lists .plMax a > span:nth-of-type(1) {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            font-size: 20px;
        }

    .lists .plMax > a > small {
        display: block;
        color: #8C8C8C;
        line-height: 2em;
        text-indent: 2px;
    }

.lists > .plMax > a > *:nth-child(4) {
    padding: 10px 0px;
    border-bottom: 1px solid #D3D8DC;
}

.lists > .plMax > a > .mor {
    display: block;
    line-height: 4em;
    text-align: right;
}


/*搜索页*/
#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 .title {
    display: block;
    border-bottom: 1px solid #DE5613;
    background-color: #000;
    line-height: 2em;
    text-align: center;
}

    .lists.products .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }
/*图片列表*/
.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: 100px;
    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;
    height: 30px;
    line-height: 230%;
    color:#000;
}


/*单页*/
.remark {
    padding: 10px;
    background-color: #fff;
}

.lists.single .title {
    display: block;
    border-bottom: 1px solid #DE5613;
    background-color: #000;
    line-height: 2em;
    text-align: center;
}

    .lists.single .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }
/*视频*/


.lists.videos .title {
    display: block;
    border-bottom: 1px solid #DE5613;
    background-color: #000;
    line-height: 2em;
    text-align: center;
}

    .lists.videos .title > * {
        display: inline-block;
        margin-right: 10px;
        color:#fff;
    }
/*图片列表*/
.lists.videos .vl {
    width: 300px;
    margin: 0 auto;
}

@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;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.lists.videos .vl .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height: 90px;
    background-color: #fcfcfa;
}

.lists.videos .vl img {
    width: 100%;
}


/*详细页  , .single .remark*/

.views {

    background: url(../../images/bottom.png) repeat-x bottom #FFFFFF;
}
div#Gallery {
padding: 10px;
}
.returntop {
    margin: 15px 10px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    text-align: center;
    background: url(../../images/bottom.png) repeat-x bottom #FFFFFF;
    line-height: 2.5em;
}

.views .infos {
    border-bottom: 1px solid #e0e0e0;
    line-height: 200%;
    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;
}

    .views .remark img {
        max-width: 100%;
    }

.view_btn_box > * {
    margin: 5px;
}








/* ------------- 局部页面 ------------- */
.psortlosts {
        display: inline-block;
        width:100%;
        padding:3px 1%;
}

    .psortlosts > a {
        display: inline-block;
        overflow: hidden;
        float:left;
        margin: 3px 1%;
        border: 1px solid #e0e0e0;
        width: 48%;
        background: #fff;
        line-height: 180%;
        font-size: 12px;
    }


    .psortlosts .img {
        display: block;
        overflow: hidden;
        float:left;
        width:100%;
        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;
    }