﻿<style>

@-ms-viewport {
    width: device-width;
}

#afui {
    background: white;
}

article.copyer {
display: block;
text-align: center;
}

.index_listbox > *:hover, .index_listbox > *:active {
background: #d2d2d2;
color: #000000;
}
a:hover, a:active {
color: #bf1422;
text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
     color: #434343	;
    text-decoration: none
}
/*
#afui > #header {
    background-color: #2b2b2b;
    color: white;
	
}
*/


#afui > #header {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(#ffffff, #e8e8e8);
background-image: -moz-linear-gradient(#ffffff, #e8e8e8);
background-image: -ms-linear-gradient(#ffffff, #e8e8e8);
background-image: -o-linear-gradient(#ffffff, #e8e8e8);
background-image: linear-gradient(#ffffff, #e8e8e8);
display: block;
height: 48px;
left: 0;
right: 0;
z-index: 250;
}


#afui #header >a,#afui #header >*>a {
display: block;
position: absolute;
width: 48px;
height: 100%;
background-position: center;
background-repeat: no-repeat;
text-indent: -5000px;
}

#afui #header h1 {
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    left: 27.5%;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45%;
    z-index: 1;
}
  #afui #backButton {
    background-image: url("/images/icon-36x36-back.png");
}

#box a {
display: inline-block;
width: 40px;
height: 45px;
background-position: center;
background-repeat: no-repeat;
text-indent: -5000px;
}

#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: #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 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 img {
    max-height:100%;
    max-width:100%;
}
.header_i #backButton {
   display:none!important;
}
#box {
    position:absolute;
    right:0px;
    top:0px;
}

#header_i {

}

.header_i .mail {
    background-image: url("/images/icon-36x36-mail-header.png");
}

.header_i .phone {
    background-image: url("/images/icon-36x36-phone-header.png");
}

/*���޼����� ����*/
.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;
}
.appMore > a {
/*    width: 100%;*/
    text-align: center;
}
select#menuid {
margin: 10px;
width: 95%;
height: 40px;
border-radius: 5px;
}
input#keywords {
margin: 10px;
width: 95%;
height: 40px;
border-radius: 5px;
}


/*�б�*/

/*����*/
.lists.alinks .title {
  display: block;
 background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
border-bottom: 1px solid #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
text-align: center;
line-height: 2.5em;
 }


    .lists.alinks .title > * {
        display: inline-block;
        color:#fff;

    }

.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 > 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 #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
text-align: center;
line-height: 2.5em;
}

    .lists.downs .title > * {
        display: inline-block;
        color:#fff;

    }

.lists.downs .dl {
    margin: 0px;
    padding: 0px;
}



.lists.downs .dl a {
   border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 1px 0 #DCDCDC;
    display: block;
    height: 72px;
    padding: 10px 0;
    white-space: nowrap
}

.lists.downs .dl a > small {
   background-image: url("/images/icon-32x26-downs.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.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.jobs .title {
display: block;
border-bottom: 1px solid #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
text-align: center;
line-height: 2.5em;
}

    .lists.jobs .title > * {
        display: inline-block;
        color:#fff;

    }

.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 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 {
    background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E0E8F0;
    box-shadow: 0 1px 0 #E8E8E8;
    display: inline-block;
    height: 37px;
    width: 100%;
	overflow: hidden;
  white-space: nowrap;
  color:#fff;
}

.lists.news .news {
display: block;
border-bottom: 1px solid #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
text-align: center;
line-height: 2.5em;
}
.lists.news .news span {
color:#fff;
}


.listbox .title > * {
    display: inline-block;
    float: left;
    line-height: 34px;
    padding: 0 0 0 5px;
    color:#fff;
}

.listbox .title div {
    margin: 0;
    padding: 0;
}



.listbox .title div .carouselTab_paging2_selected {
    background-color: #FFFFFF;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #9A0000;
    box-shadow: 0 -1px 0 #ED1B24;
    color: #BF1422;
    font-weight: bold;
}
.listbox .title div > div {
    bottom: -2px;
    display: inline-block;
    height: 33px;
    line-height: 28px;
    max-width: 100px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.index_listbox {
    display: inline-block;
    margin: 0;
}
.index_listbox > * {
display: block;
overflow: hidden;
float: left;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #f4f4f2;
width: 50%;
height: 76px;
padding: 5px;
color: #042d53;
}

.index_listbox .img {
    height: 100%;
    overflow: hidden;
}
.index_listbox span {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.index_listbox time {
display: block;
color: #d6d6d6;
font-size: 10px;
}

.lists.news .nl {
    background-color: #F5F5F5;
}
.lists.news .nl {
    margin: 0;
    padding: 0;
}

.lists.news .nl a {
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #FFFFFF;
    display: block;
    height: 72px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
}

.lists.news .nl a i {
    background-color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    margin: 5px 0 5px 10px;
    overflow: hidden;
    padding: 1px;
    width: 60px;
}
.lists.news .nl a img {
    width: 100%;
}

.lists.news .nl a > span:nth-of-type(1) {
    line-height: 220%;
}
.lists.news .nl a > span {
    display: block;
    text-indent: 10px;
}
.lists.news .nl a.i > span:nth-of-type(2) {
    background-position: 78px center;
}
.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 {
    display: block;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}









      
/*��Ʒ*/

.lists.products .title {
   background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 1px 0 #E8E8E8;
    display: inline-block;
    height: 37px;
    width: 100%;
}
.lists.products .prol{
display: block;
border-bottom: 1px solid #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
text-align: center;
line-height: 2.5em;
}

.lists.products .prol span{
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%;
		height: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: 50%;
    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;
}
/*ͼƬ�б�(�ٲ�������)*/



 
    .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: block;
border-bottom: 1px solid #ffffff;
box-shadow: 0px 1px 0px #e8e8e8;
background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
text-align: center;
line-height: 2.5em;

}
.lists.single .title span {
color:#fff;


}
    .lists.single .title > * {
        display: inline-block;
        color

    }
/*��Ƶ*/


.lists.videos .title {
    display: block;
    position: relative;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0px 1px 0px #e8e8e8;
	background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
	text-align: center;
	line-height: 2.5em;
}


    .lists.videos .title > *:first-child {
        margin-left: 20px;
        color: #fff;
    }

 .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: 305px;
    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;
  color: rgb(179, 28, 28)
}

.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;
}*/

    .views .title 
    {
        padding:10px;
    }

    .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 {
            margin: 10px auto;
            border: 1px solid #e0e0e0;
            max-width: 100%;
            padding: 10px;
        }

    .view .remark{
        margin-bottom: 10px;
        line-height: 180%;
    }

        .view .remark img {
            max-width: 100% !important;
        }

.view_btn_box > * {
    margin: 5px;
}






.gbook_input input {
  border: 1px solid #999999;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) inset;
    display: block;
    margin-bottom: 12px;
    margin-top: 4px;
    outline: 0 none;
    padding: 8px;
    width: 65%;
}

#gbookMain {
    border: 1px solid #999999;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) inset;
    display: block;
    line-height: 120%;
    margin-bottom: 18px;
    margin-top: 4px;
    min-height: 150px;
    outline: 0 none;
    padding: 8px;
    width: 85%;
}



/*����*/
.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;
}

.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%;
}

/* ------------- �ֲ�ҳ�� ------------- */
.listbox .titleHome > *  {
display: inline-block;
overflow: hidden;
border-right: 1px solid #dbecec;
min-width: 80px;
height: 34px;
padding: 0px 5px;
color: #458fce;
line-height: 34px;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
}
 
.listbox .titleHome  {
display: inline-block;
border-top: 2px solid #458fce;
border-bottom: 1px solid #dbecec;
width: 100%;
height: 36px;
background-color: #E5F1F5;
}


   .listbox .titleHome .carouselTab_paging2_selected {
        background-color: #ffffff;
		

    }
/*
.listbox.products, .listbox.videos {
    margin-left: 0px;
}*/

    .listbox.products > *, .listbox.videos > * {
        border-left: 0px;
    }
	
	

	
	/*#listbox_products {
    -moz-column-gap: 8px;
    -moz-column-width: 100px;
    border-bottom: 1px solid #FFFFFF;
    min-width: 292px;
    padding: 10px;
}*/
	
/*��ҳ����*/



.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 */
.views.sitemap {
    padding: 10px;
}

    .views.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);
    }

    .views.sitemap li {
        padding-left: 10px;
        line-height: 35px;
        list-style: none;
    }

    .views.sitemap > ol li {
        counter-increment: item;
    }

        .views.sitemap > ol li:before {
            content: counter(item)". ";
            color: #6f943d;
        }

        .views.sitemap > ol li li {
            counter-increment: item2;
        }

            .views.sitemap > ol li li:before {
                content: counter(item)"."counter(item2)". ";
            }

            .views.sitemap > ol li li li {
                counter-increment: item3;
            }

                .views.sitemap > ol li li li:before {
                    content: counter(item)"."counter(item2)"."counter(item3)". ";
                }

                .views.sitemap > ol li li li li {
                    counter-increment: item4;
                }

                    .views.sitemap > ol li li li li:before {
                        content: counter(item)"."counter(item2)"."counter(item3)"."counter(item4)". ";
                    }

                    .views.sitemap > ol li li li li li {
                        counter-increment: item5;
                    }

                        .views.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;
}
/********************/
.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;
    }
</style>