/*  
Theme Name: MobileR
Theme URI: http://www.2zzt.com
*/

/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0;padding: 0;}
body, button, input, select, textarea { font: 1em/1.5 "microsoft yahei", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
ul, ol { list-style: none;}
a { color:#000; text-decoration: none;}
fieldset, img { border: 0;}
em {font-style:normal;}
b { font-weight: normal;}
button, input, select, textarea { font-size: 100%; padding:0; border:none;}
table { border-collapse: collapse; border-spacing: 0;}
*:focus { outline: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,main,nav,section,summary,time,mark,audio,video {display: block;margin: 0;padding: 0;}
body {width:100%;min-width:320px;background-color: #ececec;-webkit-text-size-adjust: none;overflow-x: hidden;}
.wrapper {margin: 0 auto;}
.ti {text-indent: -1000px; overflow: hidden;}
.tac { text-align: center;}
.red { color: #d13431;}
.more { background-color: #ececec; width: 120px; margin: 5px auto 0; padding: 5px 0; font-size: 0.8em; text-align: center; border-bottom: 5px solid #ffffff; } .more a { display: block; }
.imgRs {width: 100%;height: 100%;}
.h50 { height: 50px; width: 100%; clear: both; }
.posr { position: relative; } .posa { position: absolute; }
.fl { float: left; } .fr { float: right; }
[class^="icon-list-"], [class*="icon-list-"] {
    vertical-align:middle;
    overflow:hidden;
    background-repeat:no-repeat;
    background-image:url(images/icon_sprite_x1.png);
}
@media all, (min-resolution:120dpi) {
    [class^="icon-list-"], [class*="icon-list-"] {
        background-image:url(images/icon_sprite_x2.png);
        background-size:300px 200px;
    }
}
/*header*/
.top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 48px;
    z-index: 250;
    background-color: #fff;
    border-top: 2px solid #e2110b;
    border-bottom: 1px solid #ececec;
}
.icon-list-logo {
    width: 136px;
    height: 40px;
    margin: 4px auto 0;
    background-position: 0 0;
}
.icon-list-menu {
    width: 25px;
    height: 22px;
    float: left;
    margin-top: 13px;
    padding-left: 8px;
    background-position: 6px -42px;
}

/*footer*/
.icon-list-fwtel {
    width: 68px;
    height: 30px;
    background-position: -143px -22px;
    margin: 10px auto 0;
}
.gphone {
    text-align: center;
    background-color: #fff;
    padding: 6px 0;
    font-size:0.8em;
    margin-bottom: 10px;
}

.copyright {
    width: 100%;
    background-color: #535353;
    padding: 10px 0 50px 0;
    line-height: 22px;
    font-size: 12px;
}
.copyright,.copyright a {
    color: #b2b1b1;
}
.copyright a {
    margin-left: 14px;
}
.copyright .icon-list-pc {
    width: 107px;
    margin: 0 auto;
    background-position: -143px 0;
    text-indent: 11px;
    margin-bottom: 2px;
}

.footlist {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #e83633;
    /*border-top: solid #b1302e 1px;*/
    padding-top: 1px;
    z-index: 250;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 0.8em;
}
.footlist .nav {
    height: 40px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d13431), color-stop(100%, #b1302e));
}
.footlist .nav a {
    color: #ffdddc;
    line-height: 40px;
    text-align: center;
}
.footlist .nav a span {
    display: inline-block;
    width: 30px;
    height: 40px;
}
.icon-list-phone {
    background-position: -275px 5px;
}
.icon-list-chat {
    background-position: -275px -32px;
}
.icon-list-order {
    background-position: -275px -66px;
}
.icon-list-add {
    background-position: -275px -100px;
}
.flexb {
    width: 100%;
}
.flexb a {
    display: block;
    width: 25%;
    float: left;
}

.flex-box {
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;           /* TWEENER - IE 10 */
    display: -webkit-flex;          /* NEW - Chrome */
    display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-box a {
    -webkit-flex:1;
    -moz-flex:1;
    flex:1;
    box-flex:1;
    -ms-flex:1
}

/*page nav*/
.navpage {
	float:right;
	width:65%;
    height: 35px;
    background-color: #e2110b;
    color: #ffffff;
    line-height: 35px;
    position: relative;
}
.navpage .back {
    position: absolute;
    left: 5px;
    top: 0px;
    font-family: bold;
}
.navpage .back a {
    color: #ffffff;
    font-weight: bold;
}
.navpage .listname {
    text-align: center;
}

/* jQuery.mmenu CSS */
nav:not(.mm-menu)
{
    display: none;
}
.mm-hidden {
    display: none !important; }

.mm-wrapper {
    overflow-x: hidden;
    position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0; }

.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
.mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px; }
.mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px; }
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto; }
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.mm-navbar {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    font-size: 0.8em;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
.mm-navbar > * {
    display: block;
    padding: 10px 0; }
.mm-navbar a, .mm-navbar a:hover {
    text-decoration: none; }
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0; }
.mm-navbar .mm-btn:last-child {
    padding-right: 20px;
    right: 0; }

.mm-panel .mm-navbar {
    display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block; }

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }

.mm-listview {
    font: inherit;

    font-size: 0.9em; }
.mm-listview a,
.mm-listview a:hover {
    text-decoration: none; }
.mm-listview > li {
    position: relative; }
.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
    padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
    left: 20px; }
.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px; }
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%; }
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none; }
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
    margin-left: -20px;
    margin-right: -20px; }
.mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
.mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px; }

.mm-next:after,
.mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px;}

.mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px; }

.mm-listview > li.mm-spacer {
    padding-top: 40px; }
.mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
.mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
    background: #333;
    color: rgba(255, 255, 255, 0.8); }
.mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
    color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5); }
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
    position: relative; }

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease; }

html.mm-opened {
    overflow: hidden;
    position: relative; }
html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
    background: inherit; }

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block; }

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed; }
.mm-menu.mm-current {
    display: block; }

.mm-menu {
    width: 40%;
    min-width: 140px;
    max-width: 440px; }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(40%, 0);
    -moz-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    -o-transform: translate(40%, 0);
    transform: translate(40%, 0); }

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(250px, 0);
        -moz-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        -o-transform: translate(250px, 0);
        transform: translate(250px, 0); } }

		
		

.list {
    margin: 10px;
    background-color: #fff;
    padding-bottom: 10px;
}
.list h2 {
    font: bold 0.9em/35px "microsoft yahei";
    border-bottom: 1px #ececec solid;
    text-indent: 10px;
}
.list h2 span {
    color: #e60000;
}
.list .news {
    padding: 10px 18px 5px;

}
.list .news li {
    font-size: 0.8em;
    line-height: 2.4em;
    border-bottom: 1px dashed #ececec;
    height: 2.4em;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.list .news li span {
    float: right;
}
.list .case {
    padding: 10px 10px 5px;
    font-size: 0.8em;
    overflow: hidden;
}
.list .case li {
    width: 23%;
    float: left;
    margin: 0 1%;
    font-size: 0.6em;
}
.list .case li span {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.list .case img {
    width: 100%;
    border-radius: 5px;
}
.list .pro {
    padding: 10px 0 0;
    font-size: 0.8em;
    position: relative;
    overflow: hidden;
}
.list .pro li {
    width: 31%;
    float: left;
    margin: 0 1%;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:0.8em;
    overflow: hidden;
    position: relative;
}

.list .pro li span {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .pro img {
    width: 100%;
    border-radius: 5px;
}
.icon-list-hmleft,.icon-list-hmright {
    position: absolute;
    top: 45%;
    z-index: 99;
    width: 20px;
    height: 40px;

}
.icon-list-hmleft {
    left: 5px;
    background-position: -1px -68px;
}
.icon-list-hmright {
    right: 5px;
    background-position: -20px -68px;
}
.list .tip {
    float: right;
    font-weight: normal;
    padding-right: 10px;
}
#bimg {
    width: 100%;
    height: 100%;
}
.content-slide .block{display:block;}


.npage {
    margin-top: 10px;
}
.npage h1 {
    text-align: center;
    font: bold 1.2em/2 "microsoft yahei";
}
.npage .data {
    text-align: center;
    color: #999;
    font-size: 0.8em;
}
.npage .daodu,.npage .content {
    background-color: #fff;
    padding: 10px; margin-bottom:20px;
}
.npage .daodu {
    margin: 10px 0;
    font-size: 0.8em;
    color: #666;
    line-height: 26px;
}
.npage .content {
    overflow: hidden;
    font-size: 0.9em;
}
.npage .content p, .npage .content div{
    margin-bottom: 20px;
    line-height: 28px;
}
.npage .content p b{ font-weight:bold;}
.npage .content img {
    width: 100%;
    height: 100%;
}
.casett {
    font-size: 0.8em;
    margin-bottom: 10px;
}
.casett span {
    color: #e60000;
}
.casepage {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 0.8em;
}
.casepage table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.casepage th, .casepage td {
    padding-left: 1em;
    border: 1px solid #ececec;
    line-height: 2.4em;
}
.casepage th {
    width: 8em;
    font-weight: normal;
    text-align: left;
    background: #f1f1f1;
}
.propage h1 {
    font: bold 1em/3 "microsoft yahei";
    text-align: center;
}
.propage .pic {
    max-width: 600px;
    max-height: 400px;
    text-align: center;
    margin: 0 auto;
}
.propage .pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.propage .tabs {
    width: 300px;
    margin: 10px auto 0;
    font-size: 0.8em;
    line-height: 2.4em;
    overflow: hidden;
}
.propage .tabs a {
    display: block;
    float: left;
    color: #333;
    text-align: center;
    background: #ddd;
    text-decoration: none;
    width: 80px;
    margin: 0 10px;
}
.propage .tabs a.active {
    color: #333;
    font-weight: bold;
    background: #ffffff;
    border-top: 2px solid #e2110b;
}
.protab {
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
overflow: hidden;
}
.swiper-slide {
    background: none;
}
.content-slide {
    padding: 20px;
    text-align: left;
}
.content-slide {
    font-size: 0.8em;
    line-height: 2em;
}

.service,.about {
    font-size: 0.8em;
}
.service blockquote {
    padding: 10px;
    background-color: #f1f1f1;

}
.service h2,.about h2 {
    padding: 5px 0;
    font-size: 1.2em;
}
.service h2 span,.about h2 span {
    color: #e60000;
}

.contact {
    line-height: 2em;
    padding: 10px 20px;
}
.contact dt {
    color: #d13431;
    font-weight: bold;
}

.mform input,.mform select,.mform textarea {
    display: block;
    border: 1px #cccccc solid;
    width: 100%;
    margin-top: 10px;
    text-indent: 5px;
    line-height: 2em;
}
.mform select {
    height: 2em;
    line-height: 2em;
}
.mform .subm {
    margin-bottom: 10px;
    line-height: 2.4em;
    text-align: center;
}
.ordertt {
    text-align: center;
}

.conus,.orderol{width:25%; text-align:center; float:left; margin:20px 7% 20px 18%; background:#e2110b; line-height:2.4em; border-radius:5px;}
.orderol{ margin:20px 18% 20px 7%;}
.conus a, .orderol a{color:#fff;}


.procover {
    margin-top: 10px;
    padding: 40px 0 10px;
}
.procover .title {
    position: absolute;
    left: 5px;
    top: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #f1f1f1;
}
.procover .title span {
    color: #e60000;
}
.procover .swiper-slide {
    width: 150px;
    height: 117px;
    padding: 0 5px;
    background-color: #fff;
}
.procover img {
    width: 150px;
    height: 97px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}
.procover .swiper-slide span {
    display: block;
    float: left;
    width: 150px;
    height: 24px;
    font-size: 0.8em;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
}
.prolistpage{
	width:auto;
	}
.prolistnav{
	width:32%;
	background:#fff;
	}
.prolistnav ul li{ 
    margin:0;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	width:100%;
	height:3em;
	font-size:0.9em;
	text-align:center;
	line-height:3em;
	}
.prolistnav ul li.on{
	border-bottom:#f00 2px solid;
	}
.prolist {
	float:right;
	width:65%;
	background-color: #fff;
	margin: 10px 0;
	overflow: hidden;
	padding-bottom: 20px;
}
.prolistca{
	width:100%;
    background-color: #fff;
    margin: 10px 0;
    overflow: hidden;}
.prolist ul,.prolistca ul {
    padding: 10px 10px 0;
    font-size: 0.8em;
    overflow: hidden;
}
.prolist ul li,.prolistca ul li {
    width: 48%;
    float: left;
    margin: 0 1%;
    font-size: 0.8em;
    padding-bottom: 10px;
}
.prolist ul li span,.prolistca ul li span {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prolist ul img,.prolistca ul img  {
    width: 100%;
    border-radius: 10px;
}
.newlist {
    margin-top: 10px;
}
.newlist ul li a {
    display: block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 1px;
    position: relative;
}
.newlist em, .newlist span, .newlist b {
    display: block;    
}
.newlist em {
    font-size: 0.8em;
}
.newlist span {
    color: #999;
    font-size: 0.6em;
}
.newlist b {
    position: absolute;
    top: 32%;
    right: 20px;
    font-family: bold;
    font-weight: bold;
    color: #999;
    text-shadow: 1px 0 0 #ccc;
}

.Pagelist {
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    font-size: 0.6em;
}
.Pagelist span {
    padding: 2px 5px 0;
    margin-right: 5px;
    background-color: #ececec;
}
.Pagelist span b {
    color: #e02525;
}

.Pagelist ul{
	padding: 5px 0px 5px 16px;
}
.Pagelist ul li{
	display: inline-table;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.Pagelist ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.Pagelist ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.Pagelist ul li.thisclass,
.Pagelist ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.Pagelist .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.Pagelist .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}


.posts-nav{
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    font-size: 0.6em;
}
.posts-nav a{
    padding: 2px 6px;
    background: #e0e0e0;
}
.posts-nav span{
    padding: 2px 6px;
    background: #e0e0e0;
}
.posts-nav .current{
    background: #cb4645;
    color: #fff;
}

.cpnav .current-menu-item{    border-bottom: #f00 2px solid;}




/* swiper style */
.hmp,.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    width: 100%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}