﻿@charset "utf-8";
body,
div,
menu,
ol,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
form,
header,
nav,
article,
section,
aside,
footer,
video,
audio,
figure,
textarea {
    padding: 0;
    margin: 0;
}

input,
select,
textarea,
img,
area {
    outline: none;
    border: none;
}

input,
select,
textarea {
    background: #FFF;
}

mark {
    background: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: none;
}

li {
    list-style-type: none;
}

body {
    font-size: 16px;
    line-height: 2em;
}

em,
i,
strong,
b,
small,
h1,
h2,
h3,
h4,
h5,
h6,
address {
    font-style: normal;
}

.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl-c {
    *zoom: 1;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-bt {
    border-top: none !important;
}

.no-br {
    border-right: none !important;
}

.no-bb {
    border-bottom: none !important;
}

.no-bl {
    border-left: none !important;
}

.no-mb {
    margin-bottom: 0!important;
}

.no-mr {
    margin-right: 0!important;
}

.wrap {
    width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
}

#top {
    width: 6.4rem;
    background: #fff;
}

.topfixed {
    position: fixed;
    top: 0;
    z-index: 20
}

header {
    position: relative;
    padding-right: .28rem;
    height: 1.12rem;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

header>div {
    height: 100%;
}

header .t-logo {
    float: left;
    width: 2.45rem;
}

header .t-logo img {
    width: 2.45rem;
    display: inline-block;
    vertical-align: middle;
}

header .top-tel {
    float: left;
}

header .top-tel img {
    width: 3.1rem;
}

header .top-r {
    position: absolute;
    right: .1rem;
    width: 12%;
}

header .top-r>span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top-icon.png) .3rem .4rem no-repeat;
    background-size: .45rem;
}

header .top-r>span.on {
    background: url(../images/top-icon.png) .3rem -.47rem no-repeat;
    background-size: .45rem;
}


/*导航*/

.nav-img img {
    width: 6.4rem;
}

#nav-height {
    height: 100%;
    background: #fff;
}

.nav-bar {
    position: fixed;
    padding-bottom: .2rem;
    background: #f6f6f6;
    left: -100%;
    width: 6.4rem;
    height: 100%;
    overflow: hidden;
    z-index: 99999999999999;
    -webkit-overflow-scrolling: touch;
}

.nav-bar .dot {
    width: 50%;
    height: 100%;
    float: right;
    background: #d2b492;
    padding-top: 1rem;
    box-sizing: border-box;
}

.nav-bar .dot .dot-item {
    margin: 0 auto;
    position: relative;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .06rem;
    background: #934822;
    color: #fff;
    font-size: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.nav-bar .dot .dot-item:before {
    display: none;
    content: "";
    position: absolute;
    left: -.55rem;
    border-left: .2rem solid #f6f6f6;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid transparent;
}

.nav-bar .dot .dot-item.active {
    background: #a7263c;
}

.nav-bar .dot .dot-item.active:before {
    display: block;
}

.nav-bar .dot .dot-item i {
    display: inline-block;
    width: 1.37rem;
    height: 1rem;
    background: url(../images/nav-img0.png) no-repeat;
    background-size: 1.37rem;
}

.nav-bar .dot .dot-item span {
    display: block;
}

.nav-bar .dot .dot-item:nth-of-type(1) {
    margin-bottom: .6rem;
}

.nav-bar .dot .dot-item:nth-of-type(1) i {
    background-position: 0 0;
}

.nav-bar .dot .dot-item:nth-of-type(2) i {
    background-position: 0px -1.42rem;
}

.nav-bar .nav-left {
    float: left;
    width: 50%;
    height: 100%;
    background: #f6f6f6;
}

.nav-bar .nav-left ul {
    padding: .4rem .16rem 0 .16rem;
    font-size: 0;
}

.nav-bar .nav-left .left-item {
    display: none;
}

.nav-bar .nav-left .left-item.on {
    display: block;
}

.nav-bar .nav-left .left-item li {
    padding-top: .11rem;
    padding-bottom: .1rem;
    margin-right: .08rem;
    margin-bottom: .2rem;
    display: inline-block;
    width: 1.35rem;
    border-radius: .06rem;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.nav-bar .nav-left .left-item li:nth-of-type(2n) {
    margin-right: 0;
}

.nav-bar .nav-left .left-item li img {
    display: inline-block;
    width: .68rem;
}

.nav-bar .nav-left .left-item li span {
    padding-top: .1rem;
    display: block;
    font-size: .22rem;
    color: #333333;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0 .35rem;
    font-size: 0;
}

nav a {
    display: inline-block;
    padding: 0 .1rem;
    line-height: .5rem;
    font-size: .24rem;
    color: #666666;
}

nav a.on {
    color: #e3480e;
    border-bottom: 1px solid #e3480e;
}

.block {
    height: .2rem;
    background: #f5f5f5;
}

.cont {
    width: 5.8rem;
    margin: 0 auto;
}

.tit {
    padding-top: .1rem;
    overflow: hidden;
    margin: 0 .3rem;
    line-height: .6rem;
    font-size: .3rem;
    color: #333333;
    border-bottom: 1px solid #ececec;
}

.tit:before {
    float: left;
    content: '';
    display: inline-block;
    width: .45rem;
    height: .66rem;
    background: url(../images/icon.png) no-repeat;
    background-size: .6rem;
}

.p1 {
    padding-bottom: .3rem;
}

.p1 .tit {
    margin-bottom: .3rem;
}

.p1 .tit:before {
    background-position: 0 .17rem;
}

.p1 .cont {
    overflow: hidden;
}

.p1 .img img {
    width: 1.77rem;
}

.p1 .img {
    width: 1.77rem;
    float: left;
}

.p1 .text {
    display: table;
    float: right;
    width: 3.83rem;
    height: auto;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-indent: 2em; overflow:hidden;
}

.p1 .text p {
    display: table-cell;
    
}

.p1 .text a {
    color: #ff0303;
    text-indent: 0;
}

.p2 .tit:before {
    background-position: 0 -.55rem;
}

.p2 .p2-list li {
    padding: .2rem 0 0;
    overflow: hidden;
    border-bottom: 1px dashed #ececec;
}

.p2 .p2-list .num {
    /* float: left; */
    display: inline-block;
    line-height: .4rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #ff6913;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.p2 .p2-list .text {
    float: right;
    width: 100%;
    height: .6rem;
    display: table;
}
.p2 .p2-list .text span{ float:right;}
.p2 .p2-list .text>div {
    display: table-cell;
    vertical-align: middle;
}

.p2 .p2-list .text h2 {
    margin-bottom: .1rem;
    line-height: 1em;
    font-size: .28rem;
    font-weight: normal;
    color: #9e5932;
}

.p2 .p2-list .text p {
    line-height: 1em;
    font-size: .22rem;
    color: #666666;
}

.p2 .p2-icon ul {
    margin-top: .3rem;
    padding-bottom: .15rem;
    overflow: hidden;
}

.p2 .p2-icon li {
    float: left;
    margin: 0 .07rem .16rem 0;
    padding: .1rem 0;
    width: 1.1rem;
    border: 1px solid #999999;
    border-radius: .1rem;
    text-align: center;
    box-sizing: border-box;
}

.p2 .p2-icon li:nth-of-type(5n) {
    margin-right: 0;
}

.p2 .p2-icon li img {
    display: block;
    margin: 0 auto .12rem auto;
    width: .48rem;
}

.p2 .p2-icon li span {
    display: inline-block;
    line-height: 1em;
    width: 100%;
    text-align: center;
    font-size: .2rem;
    color: #333333;
}

.btn-wrap {
    width: 5.8rem;
    margin: 0 auto;
}

.btn-wrap h2 {
    margin-bottom: .2rem;
    line-height: 1em;
    text-align: center;
}

.btn-wrap h2 a {
    font-weight: normal;
    font-size: .24rem;
    color: #e70012;
}

.btn-wrap .btn {
    overflow: hidden;
}

.btn-wrap .btn a {
    width: 2.8rem;
    height: .7rem;
    border-radius: .06rem;
    text-align: center;
}

.btn-wrap .btn a.fl {
    background: #fe8f01;
}

.btn-wrap .btn a.fr {
    background: #22ac38;
}

.btn-wrap .btn a span {
    padding-left: .67rem;
    display: inline-block;
    line-height: .7rem;
    font-size: .34rem;
    color: #fff;
    background: url(../images/icon.png) no-repeat;
    background-size: .6rem;
}

.btn-wrap .btn a.fl span {
    background-position: 0 -3.18rem;
}

.btn-wrap .btn a.fr span {
    background-position: 0 -4.21rem;
}

.p3,
.p4,
.p5 {
    padding-bottom: .2rem;
}

.list-cont {
    padding: 0 .3rem;
    box-sizing: border-box;
}

.list-cont li {
    overflow: hidden;
    padding: .3rem 0;
    border-bottom: 1px dashed #ececec;
}

.list-cont li img {
    width: 2rem;
    height: 1.3rem;
    /* float: left; */
}

.list-cont li .fr {
    width: 3.65rem;
    height: 1.3rem;
    display: table;
}

.list-cont li .fr h2 {
    font-size: 0.24rem;
    font-weight: normal;
}

.list-cont li .fr>div {
    display: table-cell;
    vertical-align: middle;
}

.list-cont li .fr>div h2 {
    line-height: 1em;
    margin-bottom: .25rem;
    width: 3.65rem;
    height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: .28rem;
    color: #333333;
}

.list-cont li .fr>div p {
    font-size: .22rem;
    line-height: 1.2em;
    color: #999999;
}

#sync2 {
    margin-top: .15rem;
    padding: 0 .3rem;
}

#sync2 .owl-item {
    width: 1.5rem!important;
}

#sync2 .owl-item li.item {
    width: 1.5rem!important;
    height: .5rem;
    line-height: .5rem;
    font-size: .26rem;
    text-align: center;
    float: left;
}

#sync2 .synced .item {
    color: #863114;
}

.p3 .btn-wrap {
    padding-top: .3rem;
}

.p4 .tit:before {
    background-position: 0 -1.36rem;
}

.p4 .doc-item {
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #0076ff;
}

.p4 .doc-img {
    float: left;
    width: .98rem;
}

.p4 .doc-img img {
    width: .98rem;
}

.p4 .text {
    margin-left: .2rem;
    float: left;
    width: 3.5rem;
}

.p4 .text h2 {
    margin-bottom: .1em;
    line-height: 1em;
    font-size: .26rem;
    color: #8c2c13;
}

.p4 .text h2 span {
    font-size: .22rem;
    font-weight: normal;
    padding-left: .1rem;
}

.p4 .text p {
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
}

.p4 .doc-fr {
    margin-top: .05rem;
    padding: .13rem 0;
    float: right;
    width: .76rem;
    height: .76rem;
    background: #e70012;
    border-radius: .06rem;
    text-align: center;
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    box-sizing: border-box;
}

.p4 .btn-wrap {
    padding-top: .3rem;
}

.p5 .tit:before {
    background-position: 0 -2.27rem;
}

.p5 .tit {
    margin-bottom: .15rem;
}

.p5 .cont a {
    font-size: .24rem;
    line-height: 1em;
    color: #333333;
}
.cont td{ float:left; margin:0 15px; overflow:hidden;}
footer {
    margin-bottom: 1.5rem;
    text-align: center;
}

footer .text p {
    font-size: .24rem;
    line-height: .42rem;
    color: #333333;
}

footer .text p span {
    display: inline-block;
}

footer .text p span:before {
    content: '';
    display: inline-block;
    float: left;
    width: .4rem;
    height: .42rem;
    background: url(../images/icon.png) no-repeat;
    background-size: .6rem;
}

footer .text p:nth-of-type(1) span:before {
    background-position: 0 -5.47rem;
}

footer .text p:nth-of-type(2) span:before {
    background-position: 0 -6.25rem;
}

footer .f-logo {
    margin-top: .3rem;
    margin-bottom: .2rem;
}

footer .f-logo img {
    width: 1.62rem;
}

.bottom-fixed {
    padding: .23rem .3rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    width: 6.4rem;
    height: 1rem;
    background: #fff;
    box-shadow: .08rem 0 .15rem rgba(0, 0, 0, .1);
    box-sizing: border-box;
    z-index: 10;
}

.bottom-fixed>div {
    display: inline-block;
    font-size: .24rem;
    line-height: .56rem;
    color: #e70012;
}

.bottom-fixed .fc {
    float: left;
    margin: 0 .13rem;
    width: 2.6rem;
    height: .56rem;
    border-radius: .28rem;
    background: #f4f4f4;
    text-align: center;
    line-height: .56rem;
    color: #666666;
}

.bottom-fixed .fl {
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -7.12rem no-repeat;
    background-size: .6rem;
}

.bottom-fixed .fl a {
    position: relative;
}

.bottom-fixed .fl a span {
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    position: absolute;
    top: -.11rem;
    left: -.16rem;
    background: #2079cb;
    z-index: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    border: 1px solid #fff;
    letter-spacing: -1px;
}

.bottom-fixed .fr {
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -8.24rem no-repeat;
    background-size: .6rem;
}


/*文章页*/

.doc {
    padding: .18rem .3rem;
    border-top: 1px solid #ececec;
    overflow: hidden;
    display: none;
}

.doc .fl {
    width: 4.1rem;
}

.doc .fl img {
    float: left;
    margin-right: .1rem;
    width: .73rem;
}

.doc .fl .text {
    height: .68rem;
    display: table;
}

.doc .fl .text>div {
    display: table-cell;
    vertical-align: middle;
}

.doc .fl .text h3 {
    margin-bottom: .06rem;
    font-weight: normal;
    font-size: .24rem;
    color: #333333;
}

.doc .fl .text h3 span {
    color: #863114;
}

.doc .fl .text p {
    font-size: .2rem;
    color: #666666;
}

.doc .fr {
    margin-top: .14rem;
}

.doc .fr a {
    display: inline-block;
    line-height: .44rem;
    width: 1.65rem;
    height: .44rem;
    border-radius: .22rem;
    background: #ff6913;
    font-size: .22rem;
    color: #fff;
    text-align: center;
}

.doc .fr a span {
    display: inline-block;
    padding-left: .33rem;
    background: url(../images/icon1.png) 0 -1.36rem no-repeat;
    background-size: .55rem;
}

.article {
    position: relative;
    padding: .15rem .3rem .2rem .3rem;
}

.articlea {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: .15rem .3rem .2rem .3rem;
}

.article h1 {
    margin-bottom: .25rem;
    line-height: .5rem;
    font-size: .36rem;
    color: #333333;
    text-align: center;
}

.article .pl {
    font-size: .24rem;
    line-height: .36rem;
}

.on-line {
    padding: .35rem 0 .4rem 0;
    text-align: center;
}

.on-line h3 {
    margin-bottom: .15rem;
    font-weight: normal;
    font-size: .28rem;
    color: #333333;
}

.on-line h4 {
    margin-bottom: .2rem;
    font-weight: normal;
    font-size: .24rem;
    color: #666666;
}

.on-line a {
    display: inline-block;
    line-height: .56rem;
    width: 2rem;
    height: .56rem;
    border-radius: .28rem;
    background: #ff6913;
    font-size: .28rem;
    color: #fff;
    text-align: center;
}

.yydt .tit {
    background-position: 0 -8.43rem;
}

.yydt-cont {
    padding: 0 .3rem;
    box-sizing: border-box;
}

.yydt-cont li {
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.yydt-cont li i {
    width: .6rem;
    height: .6rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: .6rem;
    background: #ff6913;
    font-size: .32rem;
    color: #fff;
}

.yydt-cont li>div {
    margin-left: .2rem;
    width: 5rem;
}

.yydt-cont li>div h3 {
    margin-bottom: .1rem;
    width: 100%;
    font-weight: normal;
    font-size: .28rem;
    color: #863114;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yydt-cont li>div p {
    width: 100%;
    height: 1em;
    font-size: .22rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-list {
    padding: .3rem .3rem 0;
    box-sizing: border-box;
}

.bz-list ul {
    padding-bottom: .05rem;
    overflow: hidden;
}

.bz-list ul li {
    margin: 0 .07rem .15rem 0;
    padding-top: .1rem;
    float: left;
    width: 1.1rem;
    height: .9rem;
    border-radius: .1rem;
    border: 1px solid #999999;
    box-sizing: border-box;
    text-align: center;
}

.bz-list ul li:nth-of-type(5n) {
    margin-right: 0;
}

.bz-list ul li img {
    width: .66rem;
}

.bz-list ul li span {
    padding-top: .1rem;
    display: block;
    width: 100%;
    font-size: .2rem;
    color: #333333;
}

.list-btn {
    padding: 0 .3rem;
    margin-bottom: .2rem;
    box-sizing: border-box;
}

.btn-text {
    margin: .3rem 0;
    font-weight: normal;
    font-size: .24rem;
    color: #e70012;
    line-height: 1em;
    text-align: center;
}

.btn {
    overflow: hidden;
}

.btn a {
    width: 2.8rem;
    height: .7rem;
    border-radius: .1rem;
    text-align: center;
    line-height: .7rem;
    font-size: .34rem;
    color: #fff
}

/*.btn a span {
    padding-left: .65rem;
    display: inline-block;
    background: url(../images/icon1.png) no-repeat;
    background-size: .55rem;
}*/

.btn a.fl span {
    background-position: 0 -10.09rem;
}

.btn a.fr span {
    background-position: 0 -11.1rem;
    rem;
}

.btn a.fl {
    background: #fe8f01;
}

.btn a.fr {
    background: #863114;
}

.doctors .tit {
    background-position: 0 -9.18rem;
}

.doc-cont {
    padding: 0 .3rem;
    box-sizing: border-box;
}

.doc-cont .doc-list {
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #863114;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.doc-cont .doc-list .doc-img {
    float: left;
    margin-right: .15rem;
    width: .98rem;
}

.doc-cont .doc-list .doc-img img {
    width: .98rem;
}

.doc-cont .doc-list .doc-text {
    float: left;
    width: 3.6rem;
}

.doc-cont .doc-list .doc-text .doc-name {
    margin-bottom: .1rem;
}

.doc-cont .doc-list .doc-text .doc-name strong {
    font-size: .26rem;
    color: #863114;
}

.doc-cont .doc-list .doc-text .doc-name span {
    font-size: .22rem;
    color: #863114;
}

.doc-cont .doc-list .doc-text .doc-info {
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
}

.doc-cont .doc-list .doc-a {
    display: table;
    float: right;
    width: .76rem;
    height: .76rem;
    border-radius: .1rem;
    background: #e70012;
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    text-align: center;
}

.doc-cont .doc-list .doc-a a {
    display: table-cell;
    vertical-align: middle;
}

.recommend .tit {
    background-position: 0 -3.67rem;
}

.article .art-info {
    margin-bottom: .35rem;
    overflow: hidden;
}

.article .art-info .art-num {
    line-height: .46rem;
    width: 2.8rem;
    height: .46rem;
    border-radius: .23rem;
    border: 1px solid #863114;
    font-size: .26rem;
    color: #999;
    text-align: center;
}

.article .art-info .art-num span {
    display: inline-block;
    padding-left: .5rem;
    background: url(../images/icon1.png) 0 -7.8rem no-repeat;
    background-size: .551rem;
    color: #863114;
}

.article .art-info .art-time {
    line-height: .46rem;
    font-size: .26rem;
    color: #999999;
}

.article-cont {
    font-size: .24rem;
    line-height: .38rem;
}

.article-cont br {
    line-height: .55rem;
}

.article-cont p,
.article-cont div {
    margin-bottom: .2rem;
    font-size: .24rem;
    line-height: .38rem;
}

.article-cont p img {
    max-width: 100%;
    max-height: auto;
}

#art-more {
    display: none;
    transition: all .2s;
}

.click-more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1.22rem;
    width: 100%;
    height: 2rem;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, #FFF 37%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #FFF 37%, rgba(255, 255, 255, 0) 100%);
    box-sizing: border-box;
}

.click-more span {
    display: inline-block;
    line-height: .5rem;
    font-size: .24rem;
    color: #863114;
    text-align: center;
}

.click-more .ar-down {
    position: relative;
    top: 0rem;
    display: inline-block;
    content: '';
    width: .3rem;
    height: .3rem;
    background: url(../images/ar_down.png) center bottom no-repeat;
    background-size: .23rem;
    animation: unfold-arrow-animation 300ms infinite alternate;
}

@keyframes unfold-arrow-animation {
    from {
        top: .05rem;
    }
    to {
        top: 0rem;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-j-spb {
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/*** page



-------------------------------------------------------------- ****/

.pageBox {
    text-align: center;
    margin: .1rem 0;
    line-height: .34rem
}

.pageBox a {
    border: .01rem solid #ddd;
    display: inline-block;
    margin-right: .06rem;
    color: #707070;
    height: .34rem;
    font-size: .16rem;
    padding: 0 .1rem
}

.pageBox a:hover,
.pageBox a:active {
    background: #863114;
    color: #FFFFFF;
    text-decoration: none;
}

.pageBox .cur {
    background: #863114;
    border: .01rem solid #863114;
    text-decoration: none;
}

.pageBox a.cur {
    color: #fff;
}

.pageBox .disabled {
    width: .79rem;
}


/* nav */

.swiper-nav {
    position: relative;
    width: 100%;
    height: .6rem;
    overflow: hidden;
}

.swiper-container-nav {
    width: 100%;
    height: 100%;
    height: .6rem;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: .01rem solid #ddd;
}

.swiper-container-nav .swiper-slide {
    text-align: center;
    width: auto;
    height: .49rem;
    padding: 0 .1rem;
    margin: 0 .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-nav .swiper-slide a {
    font-size: .24rem;
    color: #666;
}

.swiper-container-nav .swiper-slide:first-child {
    margin-left: .2rem;
}

.swiper-container-nav .swiper-slide:last-child {
    margin-right: .2rem;
}

.swiper-container-nav .active {
    border-bottom: .02rem solid #e3480e;
    box-sizing: border-box;
}

.swiper-container-nav .active a {
    color: #e3480e;
}

.swiper-slide.acrive {
    border-bottom: .02rem solid #e3480e
}

.swiper-slide.acrive a {
    color: #e3480e
}

.recommend-tit {
    margin: 0 .3rem;
    padding: .25rem 0 .18rem .43rem;
    border-bottom: 1px solid #ececec;
    font-size: .28rem;
    color: #333333;
    background: url(../images/icon1.png) 0 -3.67rem no-repeat;
    background-size: .55rem;
}

.home>div {
    padding-left: .43rem;
    font-size: .24rem;
    line-height: .27rem;
    background: url(../images/icon1.png) 0 -2.26rem no-repeat;
    background-size: .55rem;
}

.home {
    padding: .25rem .3rem;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
}

.list-as {
    padding: 0 .3rem .2rem .3rem;
    box-sizing: border-box;
}

.list-as .fl {
    line-height: .69rem;
    width: .69rem;
    height: .69rem;
    background: url(../images/num-bg.gif) no-repeat;
    background-size: .69rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
}

.list-as li {
    padding: .2rem 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #ececec;
    overflow: hidden;
}

.list-as li .fr {
    padding-top: .1rem;
    width: 85%;
}

.list-as li h2 {
    margin-bottom: .1rem;
    height: .28rem;
    line-height: .28rem;
    font-size: .28rem;
    font-weight: normal;
    color: #863114;
    overflow: hidden;
}

.list-as li p {
    font-size: .22rem;
    text-indent: 2em;
    color: #666666;
}