@-ms-viewport {
    width: device-width;
}


a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

#afui > #header 
{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea5d00), color-stop(1, #e14000));
border-top: 1px solid #ea5d00;
border-bottom: 1px solid #e14000;  
    border: none;
    z-index: 250;

    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;
}


#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-bottom: 1px solid #ec6184;
    line-height: 220%;
    text-indent: 15px;
    background-color:#e14000;
    
}
    .lists.alinks .title > * {
        color: #ffffff;
    }

.lists.alinks .al {
   margin: 0px;
    padding: 0px;
}
 .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;
    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;
    color:#06fd23;
    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: #f0003c;
        font-size: 12px;
        line-height: 150%;
    }
	 .lists.alinks .al a:hover > span:nth-of-type(2) {
		 color:#000;
	 }

/*下载*/
.lists.downs .title {
     display: block;
    position: relative;
    border-bottom: 1px solid #e14000;
    line-height: 220%;
    text-indent: 15px;
    background-color:#b9000e;
}

    .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;
}

.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;
    color: #000;
    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: #f0003c;
        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: #e14000;
    line-height: 180%;
}
  .lists.gbook .title > span {
        display: inline-block;
		width:100%;
        text-align: center;
       /* color:#000;*/
    }
   

.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-bottom: 1px solid #b9000e;
    line-height: 220%;
    text-indent: 15px;
    background-color:#e14000;
}

    .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;
    color:#000;
}

.lists.jobs li:nth-child(1) > a {
    border-top: 0px;
}

.lists.jobs li > a > span {
    display: block;
    line-height: 52px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.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-bottom: 1px solid #eb3562;
    line-height: 220%;
    text-indent: 15px;
    background-color:#e14000;
}

    .lists.news .title > * {
        color: #ffffff;
    }
 .lists.news .titlenba span {
      
 color: #e76108;
 font-weight:bold;
 font-size:16px;
 text-align:center;
 display:block;
background-image: url(../../images/beijing.png);
background-position: 50% center;
background-repeat: no-repeat;
margin: 0px 10px;
    }
    .lists.news .titlecba
    {
     display:block;
    }
    
    .lists.news .titlecba span {
      
 color: #020202;
 font-weight:bold;
 font-size:16px;
 display:block;
margin: 10px 10px;
background-image: url(../../images/huise.jpg);
background-position: right center;
background-repeat: no-repeat;
background-size: 75%;
    }
  
.lists.news .nl {
     margin: 0px 10px;
    padding: 0px;
}


    .lists.news .nl a {
         display: block;
        overflow: hidden;
        height: 80px;
        white-space: nowrap;
		position: relative;
        border-bottom: 1px solid #ccc;
         color:#1b1b1b;

         background-color:#fff;
         padding:10px 0px;
    }

            .lists.news  .nl a i {
            display: block;
            overflow: hidden;
            float: left;
            margin: 3px 0px 5px 0px;
            width: 80px;
            height: 60px;
            padding: 1px;
        }

        .lists.news .nl a img {
           width: 100%;
            border: 1px solid #b9000e;
        }

        .lists.news .nl a > span {
            display: block;
           
            font-size: 16px;
          
        }

            .lists.news .nl a > span:nth-of-type(1) {
            text-overflow: ellipsis;
            overflow:hidden;
            white-space:nowrap;
            text-indent: 10px;
            font-weight: bold;
            }

            .lists.news .nl a > span:nth-of-type(2) {
                color: #5c5e5e;
                 padding: 0px 0px 0px 10px;
                 overflow:hidden;
                 white-space:normal;
                font-size: 12px;
                line-height: 18px;
                background-repeat: no-repeat;
                background-position: 8px center;
                background-image: url(../../images/icon-16x16-news-img.png);
            }
			.lists.news .nl a:hover > span:nth-of-type(2) {
			
			}
        .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;
        }




      
/*产品*/

.lists.products > .pagePrevNext {
    border-left: 0px;
}

.lists.products > .lists_more {
    border-left: 0px;
}

.lists.products .title {
    display: block;
    position: relative;
    border-bottom: 1px solid #eb3562;
    line-height: 220%;
    text-indent: 15px;
    background-color:#e14000;
}

    .lists.products .title > * {
        color: #ffffff;
    }
 .lists.products .titledef span {
      
 color: #e76108;
 font-weight:bold;
 font-size:16px;
 text-align:center;
 display:block;
background-image: url(../../images/beijing.png);
background-position: 50% center;
background-repeat: no-repeat;
margin: 0px 10px;
    }
.lists.products .pl,.lists.videos .pl  
{
    display:inline-block;
    width:100%
    position:relative;
    margin:auto;
    padding:2%;
}

@media screen and (min-width: 480px) {
    .lists.products .pl,.lists.videos .pl {
        width: 480px;
    }
}

@media screen and (min-width: 640px) {
    .lists.products .pl,.lists.videos .pl {
        width: 100%;
    }
}


.lists.products .pl a ,.lists.videos .pl a{
 display:block;
    overflow: hidden;
    width: 47.3%;
    margin: 3.5px 1%;
    height: 152px;
   border: 1px solid #e5e5e5;
   float:left;
}

.lists.products .pl .img,.lists.videos .pl .img {
    height: 100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lists.products .pl img,.lists.videos .pl img {
    width: 100%;
}

.lists.products .pl span,.lists.videos .pl span {
    display:block;
    width: 100%;
    overflow: hidden;
    white-space:normal;
    text-overflow: ellipsis;
    height: 50px;
    font-weight: bold;
   color:#626262;
}

  .lists.products .titlecba span {
      
 color: #020202;
 font-weight:bold;
 font-size:16px;
 display:block;
margin: 10px 10px;
background-image: url(../../images/huise.jpg);
background-position: right center;
background-repeat: no-repeat;
background-size: 75%;
    }
/*单页*/
.lists.single .title {
    display: block;
    border-bottom: 1px solid #ec6184;
    line-height: 220%;
    text-align: center;
    background-color:#b9000e;
}
.lists.single .title a {
  color:#fff;
}

/*视频*/


.lists.videos .title {
    display: block;
    position: relative;
    border-bottom: 1px solid #ec6184;
    line-height: 220%;
    text-indent: 15px;
 background-color:#e14000;
 text-align: center;

}
 .lists.videos .title > * {
        color: #ffffff;
    }


 .lists.videos .titledef span {
      
 color: #e76108;
 font-weight:bold;
 font-size:16px;
 text-align:center;
 display:block;
background-image: url(../../images/beijing.png);
background-position: 50% center;
background-repeat: no-repeat;
margin: 0px 10px;
    }
 .lists.videos .titlecba span {
      
 color: #020202;
 font-weight:bold;
 font-size:16px;
 display:block;
margin: 10px 10px;
background-image: url(../../images/huise.jpg);
background-position: right center;
background-repeat: no-repeat;
background-size: 75%;
    }
titledef{}
  
/*图片列表*/
.lists.videos .vl {
     display: block;
    position:relative;
    margin:auto;
    padding:2%;
}

@media screen and (min-width: 453px) {
    .lists.videos .vl {
        width: 480px;
    }
}

@media screen and (min-width: 605px) {
    .lists.videos .pl {
        width: 100%;
    }
}

.lists.videos .vl a {
    display: inline-block;
    overflow: hidden;
    width: 47.3%;
    margin: 3.5px 1%;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #ffffff;
}

.lists.videos .vl span {
    display:block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    height: 43px;
    color:#393939;
}

.lists.videos .vl .img {
    height: 100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lists.videos .vl img {
    width: 100%;
}


/*详细页*/

.views, .single .remark {
  
    color:#000;
     background-color:#fff;
}

  .views .title {
    padding:10px;
    }

    .views .infos {
        border-bottom: 1px solid #e5e5e5;
        line-height: 200%;
        font-size: 16px;
        padding:10px;
    }

    .views .img {
        display: block;
        text-align: center;
    }

        .views .img img {
            border: 1px solid #e0e0e0;
            max-width: 100%;
            padding:10px;
        }

    .remark {
      padding: 10px;
    }

        .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 {
        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;
    }
   /********************/
    .BBS
    {
     margin:10px;
    }
    .BBB
    {
     margin:10px;
    }
   .BBS span
   {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #e76108;
    background-image: url(../../images/beijing.png);
    background-position: 50% center;
    background-repeat: no-repeat;

   }
   .button-baoming
   {
       width:100%;
       padding:0px 10px;
       }
.button-baoming a
{
 background-image: url(../../images/anniu.png);
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 40px;
display: block;
background-size: 100% 100%;

}

.button-baoming span
{
color: #fff;
text-align: center;
display: block;
height: 39px;
line-height: 39px;
font-weight: bold;

}
.shiping {
padding: 0px 10px;
height: 50px;
}
.returntop {
position:absolute;
z-index:2000;
bottom:20px;
right:10px;
width: 40px;
height: 40px;
background-image: url(../../images/fanhui.png);
background-position: 50% center;
background-repeat: no-repeat;
text-indent: -9999px;
}
article.copyer {
color: #000;
margin:0px 10px;
}

/*搜索页*/
#afui .views.products {
  padding: 0 !important;
  background-color: #fff;
}
#afui select#menuid {
  float: left;
  display: inline-block;
  width: 30%;
  height: 30px; 
  padding: 0 10px;
  margin: 0;
  background-position: 95% center;
  background-color: #fff;
  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: 30px;
  line-height: 13px;
  font-size: 16px;
  color:#fff;
  -webkit-appearance: none;
  margin: 10px 0 0;
  background: #666;
  border-color:#666;
  cursor: pointer;
}
.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;}
