﻿@-ms-viewport {
    width: device-width;
}

#afui {
    background: white;
    color: #53575E;
}

a:link, a:visited, a:hover, a:active {
    color: #2d2d2d;
    text-decoration: none;
}

#afui > #header {
    background: #165db8 ;
    border: none;
    background-image: linear-gradient( #88acd9  0%, #165db8 10px);
}

#afui #header h1 {
}

#afui #backButton {
    background-image: url(../../images/icon-36x36-back.png);
}

.list_more {
    margin: 10px;
    text-align: right;
}

#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: inherit;
    background: white;
}

    #afui .panel h2 {
        color: #0D0D0E;
    }


#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;
    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 {
    background-color: #f8f8f8;
}

    .logo img {
        display: block;
        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;
    padding: 5px 0px;
}


/*�б�*/

/*����*/
.lists.alinks {
    padding-bottom: 5px;
}

    .lists.alinks .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.alinks .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }

    .lists.alinks .al {
        margin: 0px;
        padding: 0px;
    }

        .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 {
    padding-bottom: 5px;
}

    .lists.downs .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.downs .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }

    .lists.downs ol {
        margin: 0px;
        padding: 0px;
    }

    .lists.downs li {
        list-style: none;
        border-bottom: 1px solid #ffffff;
        box-shadow: 0px 1px 0px #dcdcdc;
    }

    .lists.downs ol a {
        display: block;
        height: 72px;
        white-space: nowrap;
    }

    .lists.downs 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: 6em;
        text-align: center;
    }

    .lists.downs li > a > span {
        display: block;
        margin-left: 50px;
    }


        .lists.downs li > a > span:nth-of-type(1) {
            line-height: 3em;
        }

        .lists.downs li > a > span:nth-of-type(2) {
            color: #8c8c8c;
            font-size: 12px;
            line-height: 150%;
        }

        .lists.downs li > a > span:only-of-type {
            line-height: 5em;
        }


/*����*/
.lists.gbook .title {
    border-bottom: 1px solid #ccc;
    background-color: #dcdcdc;
    line-height: 2.5em;
    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 {
    padding-bottom: 5px;
}

    .lists.jobs .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.jobs .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }

    .lists.jobs ol {
        margin: 0px;
        padding: 0px;
    }

    .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 {
    padding-bottom: 5px;
}

    .lists.news .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.news .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }

    .lists.news .nl {
        /*background-color: #f5f5f5;*/
    }

    .lists.news li {
        list-style: none;
        position: relative;
        /*border-bottom: 1px solid #ffffff;*/
    }

    .lists.news .nl a {
        display: block;
        position: relative;
        overflow: hidden;
        height: 72px;
        padding: 10px 0px;
        white-space: nowrap;
        box-shadow: 0px 1px 0px #dcdcdc;
    }

        .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 {
    padding-bottom: 5px;
}

    .lists.products .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.products .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }
    /*ͼƬ�б�*/
    .lists.products .pl {
        width: 320px;
        margin: 0 auto;
    }

@media screen and (min-width: 479px) {
    .lists.products .pl {
        width: 479px;
    }
}

@media screen and (min-width: 605px) {
    .lists.products .pl {
        width: 485px;
    }
}

@media screen and (min-width: 660px) {
    .lists.products .pl {
        width: 636px;
    }
}

@media screen and (min-width: 768px) {
    .lists.products .pl {
        width: 475px;
    }
}

@media screen and (min-width: 918px) {
    .lists.products .pl {
        width: 633px;
    }
}

@media screen and (min-width: 1070px) {
    .lists.products .pl {
        width: 792px;
    }
}

@media screen and (min-width: 1200px) {
    .lists.products .pl {
        width: 100%;
    }
}

.lists.products .pl a {
    display: inline-block;
    width: 145px;
    height: 120px;
    padding: 5px;
    line-height: 220%;
    overflow: hidden;
    border: 1px solid #d5d7d5;
    background: #faf9fe;
    margin: 5px;
    font-size: 12px;
}

.lists.products .pl span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    margin-top: -10px;
    line-height: 3em;
    text-align: center;
    /*background-image: -webkit-gradient(linear,0% 0%, 0% 30%, from(rgba(151,15,15,0)), to(rgba(38, 105, 29, 1)));
    background-image: -moz-linear-gradient(top, rgba(151,15,15,0.0)0%,rgba(38, 105, 29, 1)30%);
    background-image: -ms-linear-gradient(rgba(151,15,15,0), rgba(38, 105, 29, 1)30%);
    background-image: -o-linear-gradient(top, rgba(151,15,15,0)0%,rgba(38, 105, 29, 1)30%);
    background-image: linear-gradient(top, rgba(151,15,15,0.0)0%,rgba(38, 105, 29, 1)30%);*/
	 background-image: -webkit-linear-gradient(#88acd9, #165db8);
    background-image: -moz-linear-gradient(#88acd9, #165db8);
    background-image: -ms-linear-gradient(#88acd9, #165db8);
    background-image: -o-linear-gradient(#88acd9, #165db8);
    background-image: linear-gradient(#88acd9, #165db8);
}

.lists.products .pl .img {
    height: 82px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lists.products .pl img {
    width: 100%;
}


/*ͼƬ�б�(�ٲ�������)*/
.waterfall {
    min-width: 292px;
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    column-width: 100px;
    column-gap: 8px;
    -webkit-column-width: 80px;
    -webkit-column-gap: 8px;
    -moz-column-width: 100px;
    -moz-column-gap: 8px;
    -ms-column-width: 100px;
    -ms-column-gap: 8px;
    -o-column-width: 100px;
    -o-column-gap: 8px;
}

    .waterfall > a {
        display: inline-block;
        overflow: hidden;
        margin: 5px auto;
        border: 1px solid #d5d7d5;
        padding: 5px;
        width: 100%;
        background: #faf9fe;
        line-height: 180%;
        font-size: 12px;
    }


    .waterfall .img {
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .waterfall img {
        width: 100%;
        opacity: 0;
    }

    .waterfall span {
        display: block;
        margin-top: -20px;
        padding: 10px 0px 0px;
        background-image: -webkit-gradient(linear,0% 0%, 0% 30%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
        background-image: -moz-linear-gradient(top, rgba(222,49,28,0)0%,rgba(255,255,255,1)30%);
        background-image: -ms-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)50%);
        background-image: -o-linear-gradient(top, rgba(255,255,255,0)0%,rgba(255,255,255,1)30%);
        background-image: linear-gradient(top, rgba(255,255,255,0)0%,rgba(255,255,255,1)30%);
    }
/*��ҳ*/
.lists.single .title {
    display: inline-block;
    border-top: 1px solid #f8f9f7;
    border-bottom: 2px solid #e4e3e1;
    width: 100%;
    background-color: #e9e9ee;
    line-height: 32px;
}

    .lists.single .title > * {
        display: inline-block;
        padding: 0px 8px;
        color: #5e5e5e;
        font-size: 14px;
        font-weight: bold;
    }
/*��Ƶ*/
.lists.videos {
    padding-bottom: 5px;
}

    .lists.videos .title {
        display: inline-block;
        border-top: 1px solid #f8f9f7;
        border-bottom: 2px solid #e4e3e1;
        width: 100%;
        background-color: #e9e9ee;
        line-height: 32px;
    }

        .lists.videos .title > * {
            display: inline-block;
            padding: 0px 8px;
            color: #5e5e5e;
            font-size: 14px;
            font-weight: bold;
        }
    /*ͼƬ�б�*/
    .lists.videos .vl {
        width: 310px;
        margin: 0 auto;
        padding-top: 5px;
    }

@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: 136px;
    white-space: nowrap;
    margin: 0px 0px 0px 10px;
    text-align: center;
}

    .lists.videos .vl a > span:nth-child(1) {
        display: block;
        overflow: hidden;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background-color: #ffffff;
        height: 80px;
    }

    .lists.videos .vl a > span:nth-child(2) {
        display: block;
        line-height: 2em;
        text-align: center;
    }

.lists.videos .vl .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height: 90px;
    background-color: #fcfcfa;
}

.lists.videos .vl img {
    width: 100%;
}


/*��ϸҳ*/

.view, .single .remark {
    padding: 10px;
}

    /*.view .title {
    }*/

    .view .infos {
        border-bottom: 1px solid #e0e0e0;
        line-height: 200%;
        font-size: 12px;
    }

    .view .img {
        display: block;
        text-align: center;
    }

        .view .img img {
            border: 1px solid #e0e0e0;
            max-width: 100%;
            padding: 3px;
        }

    .view .remark {
        margin-bottom: 10px;
    }

        .view .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;
    border-bottom: 1px solid #dcdcdc;
}

.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;
}

    .sitead img {
        display: block;
        width: 100%;
    }

#sitead_index > div > a > span {
    display: block;
    position: relative;
    height: 30px;
    background: rgba(0,0,0,0.5);
    margin-top: -30px;
    z-index: 1;
    color:#f2f4f1;
    font-size:16px;
    line-height: 2em;
    font-weight:bold;
    text-indent:10px;
}
    .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%;
}

/* ------------- �ֲ�ҳ�� ------------- */

/*��ҳ*/
.menuvice {
    border-top: 1px solid #59beff;
    padding: 5px 10px;
    background-color: #1c9cef;
    line-height: 2em;
}

    .menuvice a {
        display: inline-block;
        padding: 0 5px;
        font-size: 14px;
        color: #fff;
    }

/*TAB�л�(����)*/
.listbox .odd {
    display: inline-block;
    border-top: 1px solid #165db8;
    border-bottom: 1px solid #88acd9;
    width: 100%;
    background-color: #88acd9;
    background-image: -webkit-linear-gradient(#88acd9, #165db8);
    background-image: -moz-linear-gradient(#88acd9, #165db8);
    background-image: -ms-linear-gradient(#88acd9, #165db8);
    background-image: -o-linear-gradient(#88acd9, #165db8);
    background-image: linear-gradient(#88acd9, #165db8);
    color: #fff;
}

.listbox .even {
    display: inline-block;
    border-top: 1px solid #f8f9f7;
    border-bottom: 1px solid #e4e3e1;
    width: 100%;
    color: #535355;
    background-color: #e9e9ee;
}

.listbox .titleHome span {
    display: inline-block;
    padding: 0px 6px;
    font-weight: bold;
    line-height: 3em;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listbox .titleHome ul {
    float: right;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    list-style: none;
}

.listbox .titleHome .listboxs li {
    padding: 0px 8px;
}

.listbox .titleHome .listboxs > div {
    display: block;
    overflow: hidden;
    max-width: 80px;
    float: left!important;
    padding: 10px 8px;
    font-size: 12px;
    /*color: #6c9f67;*/
    margin: 5px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listbox .odd .carouselTab_paging2_selected {
    /*border-top: 1px solid #21501a;
    border-right: 1px solid #308424;
    border-bottom: 1px solid #5aaa50;
    border-left: 1px solid #308424;*/
    border-radius: 4px;
    color: #fff;
    background-color: #165db8;
    background-image: -webkit-linear-gradient(#88acd9, #165db8 );
    background-image: -moz-linear-gradient(#88acd9, #165db8);
    background-image: -ms-linear-gradient(#88acd9, #165db8);
    background-image: -o-linear-gradient(#88acd9, #165db8);
    background-image: linear-gradient(#88acd9, #165db8);
}

.listbox .even .carouselTab_paging2_selected {
   /* border-top: 1px solid #21501a;
    border-right: 1px solid #308424;
    border-bottom: 1px solid #5aaa50;
    border-left: 1px solid #308424;*/
    border-radius: 4px;
    color: #fff;
    background-color: #165db8;
    background-image: -webkit-linear-gradient(#88acd9, #165db8 );
    background-image: -moz-linear-gradient(#88acd9, #165db8);
    background-image: -ms-linear-gradient(#88acd9, #165db8);
    background-image: -o-linear-gradient(#88acd9, #165db8);
    background-image: linear-gradient(#88acd9, #165db8);
}

.listbox.products, .listbox.videos {
    margin-left: 0px;
}

    .listbox.products > *, .listbox.videos > * {
        border-left: 0px;
    }
/*��ҳ����*/
.mainimgbox > div {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    min-width: 320px;
}

.mainimgbox img {
    width: 100%;
}

.newstoplist {
    margin: 0px 10px;
}

    .newstoplist a {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 5px;
        line-height: 220%;
        white-space: nowrap;
        color: #444;
    }

/*.i_nl .top1 {
    border-bottom: 1px dashed #c0d8f4;
    width: 100%;
    height: 92px;
    padding: 8px 0px;
}

    .i_nl .top1 .i {
        display: block;
        overflow: hidden;
        margin: 5px 10px 0px 5px;
        float: left;
        width: 100px;
        height: 70px;
    }

    .i_nl .top1 img {
        width: 100%;
        min-height: 100%;
    }

    .i_nl .top1 .t {
        display: block;
        overflow: hidden;
        padding-left: 0px;
        height: 25px;
        color: #9a2435;
        white-space: nowrap;
    }

    .i_nl .top1 .c {
        display: block;
        overflow: hidden;
        padding: 0px 5px 0px 0px;
        font-size: 12px;
    }


.i_nl {
}

    .i_nl > a {
        display: block;
        overflow: hidden;
        position: relative;
        border-bottom: 1px dashed #c0d8f4;
        height: 36px;
        padding: 0px 20px;
        line-height: 2.5em;
        white-space: nowrap;
    }

        .i_nl > a::before, .i_nl > a::after {
            display: block;
            position: absolute;
        }

        .i_nl > a::before {
            content: "";
            left: 10px;
            top: 43%;
            width: 3px;
            height: 3px;
            background-color: #80a5c3;
        }

        .i_nl > a::after {
            content: ">";
            top: 0px;
            right: 0px;
            width: 20px;
            height: 90%;
            background-color: #ffffff;
        }


        .i_nl > a:hover, .i_nl > a:active, .i_nl > a:hover::after {
            background: #d2d2d2;
        }*/

.list.products > .s2 {
    padding: 10px 0px;
}

    .list.products > .s2 a {
        display: inline-block;
        overflow: hidden;
        margin: 3px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        width: 70px;
        height: 70px;
        background-color: #ffffff;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
    }

.list.products .s2 a > span:nth-child(1) {
    display: block;
    overflow: hidden;
    height: 50px;
}

.list.products .s2 img {
    border-radius: 5px;
    width: 100%;
    min-height: 100%;
}

.list.products .s2 a > span:nth-child(2) {
    display: block;
    overflow: hidden;
    line-height: 250%;
    height: 20px;
    color: #bf1422;
    text-align: center;
    white-space: nowrap;
}


.listbox .list.products .waterfall, .listbox .list.videos .vl {
    border-bottom: 0px;
    background-color: #ffffff;
}


/* 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: #6f943d;
        }

        .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 */

.afshareWeixin {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000000;
}
