@-ms-viewport {
    width: device-width;
}


a:link, a:visited, a:hover, a:active {
    color: #2d2d2d;
    text-decoration: none;
}

#afui > #header {
background-color: #0896d5;
    color: white;
}

#afui #header h1 {
}

#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;
}

    #afui .panel h2 {
        color: #0088D1;
    }


#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 select, #afui textarea, #afui input[type="text"],
#afui input[type=search], #afui input[type="password"],
#afui input[type="datetime"], #afui input[type="datetime-local"],
#afui input[type="date"], #afui input[type="month"],
#afui input[type="time"], #afui input[type="week"],
#afui input[type="number"], #afui input[type="email"],
#afui input[type="url"], #afui input[type="tel"],
#afui input[type="color"], #afui .input-group {
    background: inherit;
    color: inherit;
}

#afui input.toggle + label:after {
    color: inherit;
}

#afui input.toggle + label {
    border-radius: 0;
}

    #afui input.toggle + label > span {
        border-radius: 0;
        top: 0;
        width: 27px;
        height: 23px;
    }

#afui label {
    color: inherit;
}

#afui input[type="radio"]:checked + label:before, #afui input[type="checkbox"]:checked + label:before {
    background: #33B5E5;
}

#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;
	background-size: 25px 25px;
    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 .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: 2px solid #ccc;
    line-height: 2em;
    text-align: center;
}

    .lists.alinks .title > * {
        display: inline-block;
        border-bottom: 1px solid #6b9800;
        margin-right: 10px;
    }

.lists.alinks .al {
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
}

    .lists.alinks .al a {
        display: block;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0px 1px 0px #dcdcdc;
        height: 75px;
        padding: 10px 0px;
        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;
        }

            .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-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #6b9800;
    background-color: #dcdcdc;
    color: #323232;
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}

    .lists.downs .title > * {
        display: inline-block;
        border-bottom: 1px solid #6b9800;
        margin-right: 10px;
    }

.lists.downs .dl {
    margin: 0px;
    padding: 0px;
}



    .lists.downs .dl a {
        display: block;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0px 1px 0px #dcdcdc;
        padding: 10px 0px;
        height: 72px;
        white-space: nowrap;
    }

        .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;
    }


        .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-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #6b9800;
    background-color: #dcdcdc;
    color: #323232;
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}



.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-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #6b9800;
    background-color: #dcdcdc;
    color: #323232;
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}

    .lists.jobs .title > * {
        display: inline-block;
        border-bottom: 1px solid #6b9800;
        margin-right: 10px;
    }

.lists.jobs ol {
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
}

.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;
}

.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-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #6b9800;
    background-color: #dcdcdc;
    color: #323232;
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}

    .lists.news .title > * {
        display: inline-block;
        border-bottom: 1px solid #6b9800;
        margin-right: 10px;
    }

.lists.news .nl {
    background-color: #f5f5f5;
}


    .lists.news .nl a {
        display: block;
        position: relative;
        overflow: hidden;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #dcdcdc;
        height: 72px;
        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;
        }

            .lists.news .nl a > span:nth-of-type(1) {
                line-height: 220%;
            }

            .lists.news .nl a > span:nth-of-type(2) {
                color: #8c8c8c;
                font-size: 12px;
                line-height: 150%;
                text-indent: 10px;
            }

        .lists.news .nl a.i > span:nth-of-type(2) {
            background-position: 78px center;
        }

        .lists.news .nl a > span:only-of-type {
            line-height: 52px;
        }





/*产品*/

.lists.products .title {
    display: block;
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #ccc;
    line-height: 2.5em;
    font-size: 12px;
    text-indent: 15px;
}


    .lists.products .title > *:first-child {
        margin-left: 20px;
    }

    .lists.products .title::before {
        content: "";
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        border-radius: 8px;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 3px #ccc;
        width: 5px;
        height: 5px;
        background: #ccc;
    }
/*图片列表*/
.lists.products .pl {
    width: 300px;
    margin: 0 auto;
}

@media screen and (min-width: 453px) {
    .lists.products .pl {
        width: 453px;
    }
}

@media screen and (min-width: 605px) {
    .lists.products .pl {
        width: 100%;
    }
}

.lists.products .pl a {
    display: inline-block;
    overflow: hidden;
    width: 144px;
    margin: 4px 2px;
    text-align: center;
}

.lists.products .pl span {
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5em;
}

.lists.products .pl .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height: 90px;
    background-color: #fcfcfa;
}

.lists.products .pl img {
    width: 100%;
}

/*单页*/
.lists.single .title {
    display: block;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #6b9800;
    background-color: #dcdcdc;
    color: #323232;
    line-height: 2em;
    text-align: center;
    font-size: 12px;
}

    .lists.single .title > * {
        display: inline-block;
        border-bottom: 1px solid #6b9800;
        margin-right: 10px;
    }
/*视频*/


.lists.videos .title {
    display: block;
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #ccc;
    line-height: 2.5em;
    font-size: 12px;
    text-indent: 15px;
}


    .lists.videos .title > *:first-child {
        margin-left: 20px;
    }

    .lists.videos .title::before {
        content: "";
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        border-radius: 8px;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 3px #ccc;
        width: 5px;
        height: 5px;
        background: #ccc;
    }
/*图片列表*/
.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;
    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%;
}


/*详细页*/

.views, .single .remark {
    padding: 10px;

}

    /*.view .title {
    }*/

    .views .infos {
        border-bottom: 1px solid #e0e0e0;
        line-height: 200%;
        font-size: 12px;
    }

    .views .img {
        display: block;
        text-align: center;
    }

        .views .img img {
            border: 1px solid #e0e0e0;
            max-width: 100%;
            padding: 3px;
        }

    .views .remark {
        margin-bottom: 10px;
    }

        .views .remark img {
            max-width: 100%;
        }

.view_btn_box > * {
    margin: 5px;
}



/* ------------- 局部页面 ------------- */





