@charset "utf-8";
/* CSS Document */
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", "Microsoft Yahei", Tahoma !important;
    /*background: #593A26 url(../images/background.jpg) center top; */
    /*background-color: #123577;*/
}
/* --------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "思源黑体 CN Light", "微软雅黑", "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
li,
p {
    margin: 0px;
    padding: 0px;
}
ul,
ol {
    list-style: none;
}
a {
    color: #123577;
    text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
    text-decoration: none;
}
a:active {
}
/* --------- */

.Floater_box {
    position: fixed;
    top: 50%;
    margin-top: -175px;
    right: 10px;
    width: 65px;
    z-index: 66666;
}
.Floater_box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
}
.Floater_box ul li {
    border-radius: 3px;
    background-color: #f1f1f1;
    margin-bottom: 1px;
}
.Floater_box ul li a {
    color: #123577;
    text-decoration: none;
    padding: 8px;
    display: block;
}
.Floater_box ul li a i {
    display: block;
    font-size: 25px;
    line-height: 1.5em;
}

.Floater_box ul .f5 a {
    position: relative;
}
.Floater_box ul .f5 a span {
    padding: 10px;
    width: 160px;
    position: absolute;
    left: -190px;
    top: 0px;
    display: none;
    background-color: #f1f1f1;
    border: 1px solid #e2c991;
}
.Floater_box ul .f5 a span img {
    vertical-align: middle;
    display: block;
    width: 100%;
}
.Floater_box ul .f5 a:hover span {
    display: block;
}

@media screen and (max-width: 768px) {
    /*页面小时显示小浮动导航*/
    .Floater_box {
        right: 0px;
        width: 30px;
    }
    .Floater_box ul li a i {
        font-size: 13px;
    }
    .Floater_box ul li.f2 {
        display: none;
    }
}

#Jm-Search {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}
#Jm-Search .Js-head {
    clear: both;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #412613;
    color: #d8bd8e;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-size: auto 200%;
    margin-bottom: 25px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #412613;
}
#Jm-Search .Js-head .title {
    text-align: center;
    font-size: 26px;
    line-height: 1.6em;
    display: block;
    margin: 5px;
    font-weight: normal;
    color: #d8bd8e;
}
#Jm-Search .Js-head .search_box {
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    line-height: 40px;
    background-color: #412613;
    height: 40px;
    display: block;
}
#Jm-Search .Js-head .search_box .condition {
    float: left;
    display: block;
    width: 20%;
}
#Jm-Search .Js-head .search_box .condition select {
    border: none;
    background-color: #d8bd8e;
    color: #412613;
    display: block;
    float: left;
    width: 99%;
    height: 40px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#Jm-Search .Js-head .search_box .keyword {
    display: block;
    float: left;
    width: 60%;
}
#Jm-Search .Js-head .search_box .keyword input {
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #d8bd8e;
    color: #412613;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    vertical-align: middle;
    display: block;
    width: 100%;
}
#Jm-Search .Js-head .search_box .keyword input::-webkit-input-placeholder {
    color: #412613;
}
#Jm-Search .Js-head .search_box .keyword input:-moz-placeholder {
    color: #412613;
}
#Jm-Search .Js-head .search_box .keyword input::-moz-placeholder {
    color: #412613;
}
#Jm-Search .Js-head .search_box .keyword input:-ms-input-placeholder {
    color: #412613;
}
#Jm-Search .Js-head .search_box .sbtn {
    display: block;
    float: left;
    width: 20%;
}
#Jm-Search .Js-head .search_box .sbtn button {
    float: left;
    height: 40px;
    color: #523118;
    background-color: #cda96d;
    vertical-align: middle;
    display: block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#Jm-Search .Js-body {
    margin-right: auto;
    margin-left: auto;
}

.Jm-doctor-list1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
}
.Jm-doctor-list1 li {
    float: left;
    width: 23%;
    display: block;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 10px;
}
.Jm-doctor-list1 li a {
    display: block;
    color: #123577;
}
.Jm-doctor-list1 li a img {
    border-radius: 50%;
    vertical-align: middle;
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #123577;
    padding: 0px;
    margin-bottom: 5px;
}
.Jm-doctor-list1 li a strong {
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .Jm-doctor-list1 {
        font-size: 12px;
    }
    .Jm-doctor-list1 li {
        width: 31.33333%;
    }
}

#owl-demo2 .item {
    margin: 3px;
}
#owl-demo2 .item img {
    display: block;
    width: 100%;
}
#owl-demo2 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    right: 0px;
}
#owl-demo2 .owl-buttons .owl-prev {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: -40px;
    background-image: url(../images/owl_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 80px;
    width: 43px;
    text-indent: -9999px;
}
#owl-demo2 .owl-buttons .owl-next {
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: -40px;
    background-image: url(../images/owl_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    height: 80px;
    width: 43px;
}

@media screen and (min-width: 1200px) {
    .wrap {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    /* --------- */
    .Jm-main {
        margin-top: 0px;
        margin-bottom: 0px;
        mi-height: 300px;
        overflow: hidden;
    }
    /* --------- */
    .Jm-xinwenzhengwen {
        background-color: #fff3da;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #4a2d1b;
        position: relative;
        padding: 70px 100px;
    }
    .Jm-xinwenzhengwen .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen .a_content img {
        max-width: 100%;
    }
    /* --------- */
    .Jm-xinwenzhengwen2 {
        background-color: #fff3da;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        color: #666;
        position: relative;
        padding: 70px;
    }
    .Jm-xinwenzhengwen2 .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #ffffff;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #123577;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen2 .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen2 .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_content img {
        max-width: 100%;
    }
    .Jm-xinwenzhengwen2 .a_prev_next {
        padding: 10px 0px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div a {
        color: #333333;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div span {
    }
    /* --------- */
    .Jm-htit {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #123577;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .Jm-htit h1 {
        font-size: 45px;
        font-weight: normal;
        line-height: 1.6em;
    }
    .Jm-htit h1:after {
        transition: all 0.3s ease-in-out 0s;
        content: "";
        width: 100px;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        background-color: #123577;
        height: 3px;
        display: block;
        margin-bottom: 15px;
    }
    .Jm-htit:hover h1:after {
        width: 200px; /*height: 1px;  margin-bottom: 17px; margin-top:2px;*/
    }
    .Jm-htit p {
        font-size: 16px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        line-height: 1.8em;
    }
    /* --------- */
    .Jm-hq-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .Jm-hq-b {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(59, 33, 16, 0.5);
    }
    /* --------- */
    .Jm-bg1 {
        background: rgba(59, 33, 16, 0.5) url(../images/app-available-img.jpg)
            no-repeat fixed center center;
        background-size: 100% 100%;
    }
    .Jm-bg2 {
        /*background: rgba(59,33,16,0.5) url(../images/about-bg.jpg) no-repeat fixed center center; */
        /*background-size:100% 100%; */
        background-color: #f1f1f1;
    }
    /* --------- */
    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #ffffff;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: left;
        width: 33.333%;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item:hover {
        background-color: #f1f1f1;
    }
    .Jm-m1 .item .newitem {
        padding: 30px;
    }
    .Jm-m1 .item img {
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }
    .Jm-m1 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        float: left;
        border-left-color: #123577;
        border-left-style: solid;
        border-left-width: 4px;
        padding-left: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        color: #123577;
        float: left;
        text-align: left;
    }
    .Jm-m1 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }

    /* --------- */
    .Jm-m2 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m2 .item {
        float: left;
        width: 25%;
        display: block;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .Jm-m2 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m2 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m2 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m2 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m2 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m3 .item {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-m3 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    /* --------- */
    .Jm-m4 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 10px;
    }
    .Jm-m4 .item img {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m4 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m4 .item h4 em {
        font-style: normal;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .Jm-m4 .item h4 span {
        font-size: 14px;
        font-weight: normal;
    }
    .Jm-m4 .item p {
        font-size: 12px;
        line-height: 1.6em;
        min-height: 3.2em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m4 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
        color: #123577;
    }
    .Jm-m4 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m5 .a {
        color: #ffffff !important;
    }
    .Jm-m5 {
        overflow: hidden;
        text-align: center;
        color: #ffffff;
        line-height: 1.6em;
    }
    .Jm-m5 .item {
        float: left;
        width: 340px;
        display: block;
        font-size: 14px;
        text-align: left;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .Jm-m5 .item div {
        font-size: 45px;
        line-height: 1.2em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #123577;
        font-style: italic;
        color: #123577;
    }
    .Jm-m5 .item div span {
        font-size: 25px;
        margin-left: 10px;
        color: #123577;
    }
    .Jm-m5 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m5 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-right: auto;
        margin-left: auto;
        text-indent: 2em;
        color: #123577;
    }
    .Jm-m5 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m5 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    #owl-example2 .owl-buttons {
        position: relative;
    }
    #owl-example2 .owl-buttons .owl-prev {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        left: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    #owl-example2 .owl-buttons .owl-next {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        right: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-list-1 {
        padding: 0px 0px 35px;
        margin: 0px;
        clear: both;
    }
    .Jm-list-1 li {
        clear: both;
        overflow: hidden;
        padding: 35px;
        border-top: 1px solid #735440;
    }
    .Jm-list-1 li .img {
        float: left;
        padding: 5px;
        background: #123577;
    }
    .Jm-list-1 li .img img {
        width: 600px;
        height: 200px;
        display: block;
    }
    .Jm-list-1 li .cont {
        margin-left: 630px;
        font-size: 14px;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-list-1 li .cont h3 {
        font-size: 22px;
        font-weight: normal;
        padding-top: 20px;
        margin-bottom: 15px;
        line-height: 1.4em;
    }
    .Jm-list-1 li .cont p {
        text-indent: 2em;
    }
    /* --------- */
    .Jm-list-nav {
        border-radius: 10px;
        background: #533624;
        border-top: 5px solid #4c2f1d;
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-list-nav ul {
        text-align: center;
        display: inline;
        overflow: hidden;
    }
    .Jm-list-nav ul li {
        display: inline;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-nav ul li a {
        text-align: center;
        display: inline-block;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none;
        background: #613f29;
    }
    .Jm-list-nav ul li a:hover {
        background: #4c2f1d;
    }
    .Jm-list-nav ul .active a {
        background: #4c2f1d;
    }
    /* --------- */
    .Jm-list-2 {
        padding: 35px 0px;
        clear: both;
        overflow: hidden;
    }
    .Jm-list-2 li {
        display: block;
        float: left;
        width: 31.3%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .Jm-list-2 li .img {
        background: #123577;
        padding: 10px;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .Jm-list-2 li .img img {
        display: block;
        width: 100%;
    }
    .Jm-list-2 li h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
        text-align: center;
        height: 60px;
    }
    /* --------- */
    .Jm-list-3 {
        overflow: hidden;
    }
    .Jm-list-3 li {
        float: left;
        width: 25%;
    }
    .Jm-list-3 li .con {
        margin: 10px;
        padding: 20px 20px;
        background: #123577;
        color: #dcc28c;
        font-size: 12px;
        line-height: 1.6em;
        text-align: center;
    }
    .Jm-list-3 li .con .img {
        margin-bottom: 10px;
    }
    .Jm-list-3 li .con .img img {
        border-radius: 5px;
        width: 100%;
        display: block;
    }
    .Jm-list-3 li .con .cont {
        display: block;
    }
    .Jm-list-3 li .con .cont h3 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
        padding: 5px;
        color: #ffffff;
    }
    .Jm-list-3 li .con .cont h3 a {
        color: #ffffff;
    }
    .Jm-list-3 li .con .cont h3 span {
        font-size: 14px;
        margin-left: 10px;
    }
    .Jm-list-3 li .con .cont p {
        margin-bottom: 15px;
        display: block;
    }
    .Jm-list-3 li .con .cont .social {
        display: block;
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    .Jm-list-3 li .con .cont .social a {
        border-radius: 0px;
        display: inline-block;
        padding: 10px;
        background: #ffffff;
        line-height: 12px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-3 li .con .cont .social a i {
        margin-right: 3px;
    }
    .Jm-list-3 li .con .cont .social a span {
        display: inline;
    }
    /* --------- */
    .Pagination2 {
        padding: 20px;
        text-align: center;
        font-size: 14px;
        color: #412613;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Pagination2 a,
    .Pagination2 span {
        background-color: #f1f1f1!important;;
        color: #333!important;;
        border-radius: 0px;
        margin-right: 0.3em;
        padding-top: 4px;
        padding-right: 1.2em;
        padding-bottom: 4px;
        padding-left: 1.2em;
        display: inline-block;
        text-decoration: none;
    }
    .Pagination2 a {
    }
    .Pagination2 a:hover {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #214280;
        color: #ffffff;
    }
    .Pagination2 span {
        color: #123577;
        font-weight: normal;
        background-color: #412613;
        background-image: none;
    }
    .Pagination2 .active-page {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #c8c8c8!important;;
        color: #ffffff!important;;
    }
    /* --------- */
    .Jm-A1 {
        clear: both;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-A1-1 {
        box-sizing: border-box;
        float: left;
        width: 70%;
    }
    .Jm-A1-2 {
        box-sizing: border-box;
        width: 30%;
        float: left;
        padding-bottom: 50px;
        height: 60%;
        padding-left: 30px;
        padding-top: 0px;
        padding-right: 0px;
    }
    /* --------- */
    .Jm-C {
        margin-bottom: 20px;
    }
    .Jm-C-tit {
        font-size: 18px;
        clear: both;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
        height: 45px;
        line-height: 45px;
        color: #123577;
    }
    .Jm-C-tit strong {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        display: block;
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    /* --------- */
    .Jm-mr-1 {
        color: #123577;
    }
    .Jm-mr-1 li {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #412614;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4em;
        overflow: hidden;
    }
    .Jm-mr-1 li h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-mr-1 li a img {
        float: left;
        height: 90px;
        width: 120px;
        padding: 5px;
        background-color: #123577;
        display: block;
        margin-right: 15px;
    }
    .Jm-mr-1 li p {
        font-size: 12px;
        line-height: 1.6em;
        text-indent: 0em;
    }
    /* --------- */
    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }
    /* --------- */
    .Jm-mr-3 {
    }
    .Jm-mr-3 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-mr-3 .item img {
        width: 80px;
        border-radius: 5px;
        border: 5px solid #123577;
        background: #123577;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
    }
    .Jm-mr-3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 110px;
    }
    .Jm-mr-3 .item h4 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .Jm-mr-3 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 25px;
        border: 1px solid #123577;
        display: block;
        width: 100px;
        margin-top: 10px;
        text-align: center;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-Navigation {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation h2 {
        float: left;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 10px;
    }
    .Jm-Navigation p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-Navigation2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation2 h2 {
        float: left;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation2 p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 0px;
    }
    .Jm-Navigation2 p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-listpage {
        background-color: #123577;
        padding-bottom: 35px;
    }
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 30px;
    }
    .Jm-listpage1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #ffffff;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
        color: #123577;
    }
    .Jm-listpage1 li .contbox a {
        color: #ffffff;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 20px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        color: #fff;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
        color: #fff;
    }
    /* --------- */
    .Jm-classlistpage {
        padding-bottom: 35px;
    }
    .Jm-classlistpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: auto;
        padding: 30px;
        background-color: #412614;
        font-size: 14px;
    }
    .Jm-classlistpage1 h2 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: normal;
    }
    .Jm-classlistpage1 h2 a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-classlistpage1 ul {
        overflow: hidden;
    }
    .Jm-classlistpage1 ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #573520;
        float: left;
        width: 50%;
    }
    .Jm-classlistpage1 ul li a {
        color: #123577;
        text-decoration: none;
    }
    /* --------- */
    .Jm-404 {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
        background: #412613;
        color: #e2c694;
        font-size: 20px;
        line-height: 1.6em;
        padding: 5em 2em;
    }
    .Jm-404 h1 {
        font-size: 4.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    .Jm-404 h3 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .Jm-404 p {
        margin-bottom: 1.5em;
    }
    .Jm-404 .btn_goback {
        color: #412613;
        background: #d8bd8e;
        text-align: center;
        padding: 0.5em 2em;
        margin-top: 3em;
    }
    /* --------- */
    .Jm-doctor-content {
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-doctor-content .d-head {
        background: #412614 url(../images/app-available-img.jpg) no-repeat
            center center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #e2c88e;
        margin-bottom: 20px;
        border-bottom: 5px solid #4a2d1b;
    }
    .Jm-doctor-content .d-head .nametit {
        margin-left: 400px;
        line-height: 1.6em;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
    }
    .Jm-doctor-content .d-head .nametit p {
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-doctor-content .d-head .nametit h2 {
        font-weight: normal;
        font-size: 2em;
        line-height: 1em;
    }
    .Jm-doctor-content .d-head .nametit h2 span {
        font-size: 0.6em;
        margin-left: 1em;
    }
    .Jm-doctor-content .d-main {
        height: auto;
    }
    .Jm-doctor-content .dinfo {
        width: 350px;
        float: left;
        margin-top: -130px;
        background: #412614;
        padding-bottom: 60px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dinfo .i-avatar {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 15px;
        background: #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-avatar img {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-doctor-content .dinfo .i-im {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-im a {
        border-radius: 50px;
        background: #e2c88e;
        color: #412614;
        text-decoration: none;
        display: inline-block;
        margin-right: 0.3em;
        margin-left: 0.3em;
        padding: 0.3em 1em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo {
        padding: 20px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd {
        line-height: 1.6em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd span {
        margin-left: 0.5em;
    }
    .Jm-doctor-content .dcontent {
        margin-left: 400px;
        background: #412614;
        padding: 25px;
    }
    .Jm-doctor-content .dcontent .a_content {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dcontent .a_content p {
        margin-bottom: 10px;
    }
    .Jm-doctor-content .Jm-Navigation2 {
        margin-left: 400px;
    }
    /* --------- */
    .Jm-c-subnav {
        margin-bottom: 20px;
    }
    .Jm-c-subnav ul {
        overflow: hidden;
    }
    .Jm-c-subnav ul li {
        display: inline-block;
        float: left;
        margin: 5px;
    }
    .Jm-c-subnav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        border: 1px solid #f1f1f1;
        text-decoration: none;
        color: #123577;
        background-color: #f1f1f1;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
        display: block;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .wrap {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    /* --------- */
    .Jm-main {
        margin-top: 0px;
        margin-bottom: 0px;
        mi-height: 300px;
        overflow: hidden;
    }
    /* --------- */
    .Jm-xinwenzhengwen {
        background-color: #fff3da;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #4a2d1b;
        position: relative;
        padding: 70px 100px;
    }
    .Jm-xinwenzhengwen .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen .a_content img {
        max-width: 100%;
    }
    /* --------- */
    .Jm-xinwenzhengwen2 {
        background-color: #fff3da;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        color: #666;
        position: relative;
        padding-top: 50px;
        padding-right: 20px;
        padding-bottom: 70px;
        padding-left: 20px;
    }
    .Jm-xinwenzhengwen2 .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: none;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_title {
        font-size: 18px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.5em;
    }
    .Jm-xinwenzhengwen2 .a_info {
        font-size: 12px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen2 .a_content {
        font-size: 12px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_content img {
        max-width: 100%;
    }
    .Jm-xinwenzhengwen2 .a_prev_next {
        padding: 10px 0px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div a {
        color: #333333;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div span {
    }
    /* --------- */
    .Jm-htit {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #123577;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .Jm-htit h1 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.6em;
    }
    .Jm-htit h1:after {
        transition: all 0.3s ease-in-out 0s;
        content: "";
        width: 100px;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        background-color: #123577;
        height: 3px;
        display: block;
        margin-bottom: 15px;
    }
    .Jm-htit:hover h1:after {
        width: 200px; /*height: 1px;  margin-bottom: 17px; margin-top:2px;*/
    }
    .Jm-htit p {
        font-size: 12px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        line-height: 1.8em;
    }
    /* --------- */
    .Jm-hq-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .Jm-hq-b {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(59, 33, 16, 0.5);
    }
    /* --------- */
    .Jm-bg1 {
        background: rgba(59, 33, 16, 0.5) url(../images/app-available-img.jpg)
            no-repeat fixed center center;
        background-size: cover;
    }
    .Jm-bg2 {
        background: rgba(59, 33, 16, 0.5) url(../images/about-bg.jpg) no-repeat
            fixed center center;
        background-size: cover;
    }
    /* --------- */
    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #ffffff;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: left;
        width: 33.333%;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item:hover {
        background-color: #f1f1f1;
    }
    .Jm-m1 .item .newitem {
        padding: 30px;
    }
    .Jm-m1 .item img {
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }
    .Jm-m1 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        float: left;
        border-left-color: #123577;
        border-left-style: solid;
        border-left-width: 4px;
        padding-left: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        color: #123577;
        float: left;
        text-align: left;
    }
    .Jm-m1 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }
    /* --------- */
    .Jm-m2 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m2 .item {
        float: left;
        width: 50%;
        display: block;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .Jm-m2 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m2 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .Jm-m2 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m2 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m2 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m3 .item {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-m3 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    /* --------- */
    .Jm-m4 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 10px;
    }
    .Jm-m4 .item img {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m4 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m4 .item h4 em {
        font-style: normal;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .Jm-m4 .item h4 span {
        font-size: 14px;
        font-weight: normal;
    }
    .Jm-m4 .item p {
        font-size: 12px;
        line-height: 1.6em;
        min-height: 3.2em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m4 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
        color: #123577;
    }
    .Jm-m4 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m5 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m5 .item {
        float: none;
        width: auto;
        display: block;
        font-size: 12px;
        text-align: left;
        margin-bottom: 30px;
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-m5 .item div {
        font-size: 30px;
        line-height: 1.2em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(59, 33, 16, 0.5);
        font-style: italic;
    }
    .Jm-m5 .item div span {
        font-size: 20px;
        margin-left: 10px;
    }
    .Jm-m5 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m5 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-right: auto;
        margin-left: auto;
        text-indent: 2em;
    }
    .Jm-m5 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m5 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    #owl-example2 .owl-buttons {
        position: relative;
    }
    #owl-example2 .owl-buttons .owl-prev {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        left: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    #owl-example2 .owl-buttons .owl-next {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        right: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-list-1 {
        padding: 0px 0px 35px;
        margin: 0px;
        clear: both;
    }
    .Jm-list-1 li {
        clear: both;
        overflow: hidden;
        padding: 35px;
        border-top: 1px solid #735440;
    }
    .Jm-list-1 li .img {
        width: 50%;
        float: left;
        padding: 5px;
        background: #123577;
    }
    .Jm-list-1 li .img img {
        width: 100%;
        display: block;
    }
    .Jm-list-1 li .cont {
        float: left;
        margin-left: 2%;
        width: 45%;
        font-size: 14px;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-list-1 li .cont h3 {
        font-size: 20px;
        font-weight: normal;
        padding-top: 20px;
        margin-bottom: 15px;
        line-height: 1.4em;
    }
    .Jm-list-1 li .cont p {
        text-indent: 2em;
    }
    /* --------- */
    .Jm-list-nav {
        border-radius: 10px;
        background: #533624;
        border-top: 5px solid #4c2f1d;
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-list-nav ul {
        text-align: center;
        display: inline;
        overflow: hidden;
    }
    .Jm-list-nav ul li {
        display: inline;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-nav ul li a {
        text-align: center;
        display: inline-block;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none;
        background: #613f29;
    }
    .Jm-list-nav ul li a:hover {
        background: #4c2f1d;
    }
    .Jm-list-nav ul .active a {
        background: #4c2f1d;
    }
    /* --------- */
    .Jm-list-2 {
        padding: 35px 0px;
        clear: both;
        overflow: hidden;
    }
    .Jm-list-2 li {
        display: block;
        float: left;
        width: 31.3%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .Jm-list-2 li .img {
        background: #123577;
        padding: 10px;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .Jm-list-2 li .img img {
        display: block;
        width: 100%;
    }
    .Jm-list-2 li h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
        text-align: center;
        height: 60px;
    }
    /* --------- */
    .Jm-list-3 {
        overflow: hidden;
    }
    .Jm-list-3 li {
        float: left;
        width: 25%;
    }
    .Jm-list-3 li .con {
        margin: 10px;
        padding: 20px 20px;
        background: #412613;
        color: #dcc28c;
        font-size: 12px;
        line-height: 1.6em;
        text-align: center;
    }
    .Jm-list-3 li .con .img {
        margin-bottom: 10px;
    }
    .Jm-list-3 li .con .img img {
        border-radius: 5px;
        width: 100%;
        display: block;
    }
    .Jm-list-3 li .con .cont {
        display: block;
    }
    .Jm-list-3 li .con .cont h3 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
        padding: 5px;
    }
    .Jm-list-3 li .con .cont h3 span {
        font-size: 14px;
        margin-left: 10px;
    }
    .Jm-list-3 li .con .cont p {
        margin-bottom: 15px;
        display: block;
    }
    .Jm-list-3 li .con .cont .social {
        display: block;
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    .Jm-list-3 li .con .cont .social a {
        border-radius: 0px;
        display: inline-block;
        padding: 10px;
        background: #583b29;
        line-height: 12px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-3 li .con .cont .social a i {
        margin-right: 3px;
    }
    .Jm-list-3 li .con .cont .social a span {
        display: inline;
    }
    /* --------- */
    .Pagination2 {
        padding: 20px;
        text-align: center;
        font-size: 14px;
        color: #412613;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Pagination2 a,
    .Pagination2 span {
        background-color: #123577;
        color: #412613;
        border-radius: 0px;
        margin-right: 0.3em;
        padding-top: 4px;
        padding-right: 1.2em;
        padding-bottom: 4px;
        padding-left: 1.2em;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 0.3em;
    }
    .Pagination2 a {
    }
    .Pagination2 a:hover {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #412613;
        color: #123577;
    }
    .Pagination2 span {
        color: #123577;
        font-weight: normal;
        background-color: #412613;
        background-image: none;
    }
    .Pagination2 .active-page {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #412613;
        color: #123577;
    }
    /* --------- */
    .Jm-A1 {
        clear: both;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-A1-1 {
        box-sizing: border-box;
        float: left;
        width: 70%;
    }
    .Jm-A1-2 {
        box-sizing: border-box;
        width: 30%;
        float: left;
        padding-bottom: 50px;
        height: 60%;
        padding-left: 30px;
        padding-top: 0px;
        padding-right: 0px;
    }
    /* --------- */
    .Jm-C {
        margin-bottom: 20px;
    }
    .Jm-C-tit {
        font-size: 18px;
        clear: both;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
        height: 45px;
        line-height: 45px;
        color: #123577;
    }
    .Jm-C-tit strong {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        display: block;
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    /* --------- */
    .Jm-mr-1 {
        color: #123577;
    }
    .Jm-mr-1 li {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #412614;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4em;
        overflow: hidden;
    }
    .Jm-mr-1 li h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-mr-1 li a img {
        float: left;
        height: 90px;
        width: 120px;
        padding: 5px;
        background-color: #e2c88e;
        display: block;
        margin-right: 15px;
    }
    .Jm-mr-1 li p {
        font-size: 12px;
        line-height: 1.6em;
        text-indent: 0em;
    }
    /* --------- */
    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }
    /* --------- */
    .Jm-mr-3 {
    }
    .Jm-mr-3 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-mr-3 .item img {
        width: 80px;
        border-radius: 5px;
        border: 5px solid #123577;
        background: #123577;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
    }
    .Jm-mr-3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 110px;
    }
    .Jm-mr-3 .item h4 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .Jm-mr-3 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 25px;
        border: 1px solid #123577;
        display: block;
        width: 100px;
        margin-top: 10px;
        text-align: center;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-Navigation {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation h2 {
        float: left;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 10px;
    }
    .Jm-Navigation p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-Navigation2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation2 h2 {
        float: left;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation2 p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 0px;
    }
    .Jm-Navigation2 p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    .Jm-listpage {
        background-color: #412614;
        padding-bottom: 35px;
    }
    /* --------- */
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 30px;
    }
    .Jm-listpage1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #573520;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
        color: #123577;
    }
    .Jm-listpage1 li .contbox a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 20px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-classlistpage {
        padding-bottom: 35px;
    }
    .Jm-classlistpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: auto;
        padding: 30px;
        background-color: #412614;
        font-size: 14px;
    }
    .Jm-classlistpage1 h2 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: normal;
    }
    .Jm-classlistpage1 h2 a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-classlistpage1 ul {
        overflow: hidden;
    }
    .Jm-classlistpage1 ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #573520;
        float: left;
        width: 50%;
    }
    .Jm-classlistpage1 ul li a {
        color: #123577;
        text-decoration: none;
    }
    /* --------- */
    .Jm-404 {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
        background: #412613;
        color: #e2c694;
        font-size: 16px;
        line-height: 1.6em;
        padding: 5em 2em;
    }
    .Jm-404 h1 {
        font-size: 4.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    .Jm-404 h3 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .Jm-404 p {
        margin-bottom: 1.5em;
    }
    .Jm-404 .btn_goback {
        color: #412613;
        background: #d8bd8e;
        text-align: center;
        padding: 0.5em 2em;
        margin-top: 3em;
    }
    /* --------- */
    .Jm-doctor-content {
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-doctor-content .d-head {
        background: #412614 url(../images/app-available-img.jpg) no-repeat
            center center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #e2c88e;
        margin-bottom: 20px;
        border-bottom: 5px solid #4a2d1b;
    }
    .Jm-doctor-content .d-head .nametit {
        margin-left: 400px;
        line-height: 1.6em;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
    }
    .Jm-doctor-content .d-head .nametit p {
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-doctor-content .d-head .nametit h2 {
        font-weight: normal;
        font-size: 2em;
        line-height: 1em;
    }
    .Jm-doctor-content .d-head .nametit h2 span {
        font-size: 0.6em;
        margin-left: 1em;
    }
    .Jm-doctor-content .d-main {
        height: auto;
    }
    .Jm-doctor-content .dinfo {
        width: 350px;
        float: left;
        margin-top: -130px;
        background: #412614;
        padding-bottom: 60px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dinfo .i-avatar {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 15px;
        background: #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-avatar img {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-doctor-content .dinfo .i-im {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-im a {
        border-radius: 50px;
        background: #e2c88e;
        color: #412614;
        text-decoration: none;
        display: inline-block;
        margin-right: 0.3em;
        margin-left: 0.3em;
        padding: 0.3em 1em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo {
        padding: 20px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd {
        line-height: 1.6em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd span {
        margin-left: 0.5em;
    }
    .Jm-doctor-content .dcontent {
        margin-left: 400px;
        background: #412614;
        padding: 25px;
    }
    .Jm-doctor-content .dcontent .a_content {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dcontent .a_content p {
        margin-bottom: 10px;
    }
    .Jm-doctor-content .Jm-Navigation2 {
        margin-left: 400px;
    }
    /* --------- */
    .Jm-c-subnav {
        margin-bottom: 20px;
    }
    .Jm-c-subnav ul {
        overflow: hidden;
    }
    .Jm-c-subnav ul li {
        display: inline-block;
        float: left;
        margin: 5px;
    }
    .Jm-c-subnav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        border: 1px solid #f1f1f1;
        text-decoration: none;
        color: #123577;
        background-color: #f1f1f1;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .wrap {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    /* --------- */
    .Jm-main {
        margin-top: 0px;
        margin-bottom: 0px;
        mi-height: 300px;
        overflow: hidden;
    }
    /* --------- */
    .Jm-xinwenzhengwen {
        background-color: #fff3da;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #4a2d1b;
        position: relative;
        padding: 70px 100px;
    }
    .Jm-xinwenzhengwen .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen .a_content img {
        max-width: 100%;
    }
    /* --------- */
    .Jm-xinwenzhengwen2 {
        background-color: #fff3da;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        color: #666;
        position: relative;
        padding-top: 45px;
        padding-right: 20px;
        padding-bottom: 70px;
        padding-left: 20px;
    }
    .Jm-xinwenzhengwen2 .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: none;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_title {
        font-size: 18px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.5em;
    }
    .Jm-xinwenzhengwen2 .a_info {
        font-size: 12px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen2 .a_content {
        font-size: 12px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_content img {
        max-width: 100%;
    }
    .Jm-xinwenzhengwen2 .a_prev_next {
        padding: 10px 0px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div a {
        color: #333333;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div span {
    }
    /* --------- */
    .Jm-htit {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #123577;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .Jm-htit h1 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.6em;
    }
    .Jm-htit h1:after {
        transition: all 0.3s ease-in-out 0s;
        content: "";
        width: 100px;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        background-color: #123577;
        height: 3px;
        display: block;
        margin-bottom: 15px;
    }
    .Jm-htit:hover h1:after {
        width: 200px; /*height: 1px;  margin-bottom: 17px; margin-top:2px;*/
    }
    .Jm-htit p {
        font-size: 12px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        line-height: 1.8em;
    }
    /* --------- */
    .Jm-hq-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .Jm-hq-b {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(59, 33, 16, 0.5);
    }
    /* --------- */
    .Jm-bg1 {
        background: rgba(59, 33, 16, 0.5) url(../images/app-available-img.jpg)
            no-repeat fixed center center;
        background-size: cover;
    }
    .Jm-bg2 {
        background: rgba(59, 33, 16, 0.5) url(../images/about-bg.jpg) no-repeat
            fixed center center;
        background-size: cover;
    }
    /* --------- */
    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #ffffff;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: left;
        width: 33.333%;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item:hover {
        background-color: #f1f1f1;
    }
    .Jm-m1 .item .newitem {
        padding: 30px;
    }
    .Jm-m1 .item img {
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }
    .Jm-m1 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        float: left;
        border-left-color: #123577;
        border-left-style: solid;
        border-left-width: 4px;
        padding-left: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        color: #123577;
        float: left;
        text-align: left;
    }
    .Jm-m1 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }
    /* --------- */
    .Jm-m2 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m2 .item {
        float: left;
        width: 50%;
        display: block;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .Jm-m2 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m2 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .Jm-m2 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: none;
    }
    .Jm-m2 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m2 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m3 .item {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-m3 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    /* --------- */
    .Jm-m4 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 10px;
    }
    .Jm-m4 .item img {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m4 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m4 .item h4 em {
        font-style: normal;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .Jm-m4 .item h4 span {
        font-size: 14px;
        font-weight: normal;
    }
    .Jm-m4 .item p {
        font-size: 12px;
        line-height: 1.6em;
        min-height: 3.2em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m4 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
        color: #123577;
    }
    .Jm-m4 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m5 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m5 .item {
        float: none;
        width: auto;
        display: block;
        font-size: 12px;
        text-align: left;
        margin-bottom: 30px;
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-m5 .item div {
        font-size: 30px;
        line-height: 1.2em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(59, 33, 16, 0.5);
        font-style: italic;
    }
    .Jm-m5 .item div span {
        font-size: 20px;
        margin-left: 10px;
    }
    .Jm-m5 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m5 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-right: auto;
        margin-left: auto;
        text-indent: 2em;
    }
    .Jm-m5 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m5 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    #owl-example2 .owl-buttons {
        position: relative;
    }
    #owl-example2 .owl-buttons .owl-prev {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        left: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    #owl-example2 .owl-buttons .owl-next {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        right: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-list-1 {
        padding: 0px 0px 35px;
        margin: 0px;
        clear: both;
    }
    .Jm-list-1 li {
        clear: both;
        overflow: hidden;
        padding: 15px;
        border-top: 1px solid #735440;
    }
    .Jm-list-1 li .img {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        background: #123577;
    }
    .Jm-list-1 li .img img {
        width: 100%;
        display: block;
    }
    .Jm-list-1 li .cont {
        font-size: 12px;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-list-1 li .cont h3 {
        font-size: 16px;
        font-weight: normal;
        padding-top: 10px;
        margin-bottom: 10px;
        line-height: 1.4em;
    }
    .Jm-list-1 li .cont p {
        text-indent: 2em;
    }
    /* --------- */
    .Jm-list-nav {
        border-radius: 10px;
        background: #533624;
        border-top: 5px solid #4c2f1d;
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-list-nav ul {
        text-align: center;
        display: inline;
        overflow: hidden;
    }
    .Jm-list-nav ul li {
        display: inline;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-nav ul li a {
        text-align: center;
        display: inline-block;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none;
        background: #613f29;
    }
    .Jm-list-nav ul li a:hover {
        background: #4c2f1d;
    }
    .Jm-list-nav ul .active a {
        background: #4c2f1d;
    }
    /* --------- */
    .Jm-list-2 {
        padding: 35px 0px;
        clear: both;
        overflow: hidden;
    }
    .Jm-list-2 li {
        display: block;
        float: left;
        width: 31.3%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .Jm-list-2 li .img {
        background: #123577;
        padding: 10px;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .Jm-list-2 li .img img {
        display: block;
        width: 100%;
    }
    .Jm-list-2 li h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
        text-align: center;
        height: 60px;
    }
    /* --------- */
    .Jm-list-3 {
        overflow: hidden;
    }
    .Jm-list-3 li {
        float: left;
        width: 33.3333%;
    }
    .Jm-list-3 li .con {
        margin: 10px;
        padding: 10px 10px;
        background: #412613;
        color: #dcc28c;
        font-size: 12px;
        line-height: 1.6em;
        text-align: center;
    }
    .Jm-list-3 li .con .img {
        margin-bottom: 10px;
    }
    .Jm-list-3 li .con .img img {
        border-radius: 5px;
        width: 100%;
        display: block;
    }
    .Jm-list-3 li .con .cont {
        display: block;
    }
    .Jm-list-3 li .con .cont h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
        padding: 5px;
    }
    .Jm-list-3 li .con .cont h3 span {
        font-size: 12px;
        margin-left: 10px;
    }
    .Jm-list-3 li .con .cont p {
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .Jm-list-3 li .con .cont .social {
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    .Jm-list-3 li .con .cont .social a {
        border-radius: 3px;
        display: inline-block;
        padding: 10px;
        background: #583b29;
        line-height: 12px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-3 li .con .cont .social a i {
        margin-right: 0px;
    }
    .Jm-list-3 li .con .cont .social a span {
        display: inline;
        display: none;
    }
    /* --------- */
    .Pagination2 {
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
        color: #412613;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Pagination2 a,
    .Pagination2 span {
        border-radius: 3px;
        background-color: #123577;
        color: #412613;
        margin-right: 1px;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1px;
        padding: 5px;
    }
    .Pagination2 a {
    }
    .Pagination2 a:hover {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #412613;
        color: #123577;
    }
    .Pagination2 span {
        color: #123577;
        font-weight: normal;
        background-color: #412613;
        background-image: none;
    }
    .Pagination2 .num-page {
        display: none;
    }
    .Pagination2 .active-page {
        display: inline-block;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #412613;
        color: #123577;
    }
    /* --------- */
    .Jm-A1 {
        clear: both;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-A1-1 {
        box-sizing: border-box;
        float: none;
    }
    .Jm-A1-2 {
        box-sizing: border-box;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }
    /* --------- */
    .Jm-C {
        margin-bottom: 20px;
    }
    .Jm-C-tit {
        font-size: 18px;
        clear: both;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
        height: 45px;
        line-height: 45px;
        color: #123577;
    }
    .Jm-C-tit strong {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        display: block;
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    /* --------- */
    .Jm-mr-1 {
        color: #123577;
    }
    .Jm-mr-1 li {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #412614;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4em;
        overflow: hidden;
    }
    .Jm-mr-1 li h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-mr-1 li a img {
        float: left;
        height: 90px;
        width: 120px;
        padding: 5px;
        background-color: #e2c88e;
        display: block;
        margin-right: 15px;
    }
    .Jm-mr-1 li p {
        font-size: 12px;
        line-height: 1.6em;
        text-indent: 0em;
    }
    /* --------- */
    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        width: 50%;
        float: left;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        margin: 0px 5px;
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }
    /* --------- */
    .Jm-mr-3 {
    }
    .Jm-mr-3 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-mr-3 .item img {
        width: 80px;
        border-radius: 5px;
        border: 5px solid #123577;
        background: #123577;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
    }
    .Jm-mr-3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 110px;
    }
    .Jm-mr-3 .item h4 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .Jm-mr-3 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 25px;
        border: 1px solid #123577;
        display: block;
        width: 100px;
        margin-top: 10px;
        text-align: center;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-Navigation {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation h2 {
        float: left;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 10px;
    }
    .Jm-Navigation p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-Navigation2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation2 h2 {
        float: left;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation2 p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 0px;
    }
    .Jm-Navigation2 p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    .Jm-listpage {
        background-color: #412614;
        padding-bottom: 35px;
    }
    /* --------- */
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 30px;
    }
    .Jm-listpage1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #573520;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
        color: #123577;
    }
    .Jm-listpage1 li .contbox a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 20px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-classlistpage {
        padding-bottom: 35px;
    }
    .Jm-classlistpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: auto;
        padding: 30px;
        background-color: #412614;
        font-size: 14px;
    }
    .Jm-classlistpage1 h2 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: normal;
    }
    .Jm-classlistpage1 h2 a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-classlistpage1 ul {
        overflow: hidden;
    }
    .Jm-classlistpage1 ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #573520;
        float: left;
        width: 50%;
    }
    .Jm-classlistpage1 ul li a {
        color: #123577;
        text-decoration: none;
    }
    /* --------- */
    .Jm-404 {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
        background: #412613;
        color: #e2c694;
        font-size: 12px;
        line-height: 1.6em;
        padding: 5em 2em;
    }
    .Jm-404 h1 {
        font-size: 4.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    .Jm-404 h3 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .Jm-404 p {
        margin-bottom: 1.5em;
    }
    .Jm-404 .btn_goback {
        color: #412613;
        background: #d8bd8e;
        text-align: center;
        padding: 0.5em 2em;
        margin-top: 3em;
    }
    /* --------- */
    .Jm-doctor-content {
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-doctor-content .d-head {
        background: #412614 url(../images/app-available-img.jpg) no-repeat
            center center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #e2c88e;
        margin-bottom: 20px;
        border-bottom: 5px solid #4a2d1b;
    }
    .Jm-doctor-content .d-head .nametit {
        margin-left: 400px;
        line-height: 1.6em;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
    }
    .Jm-doctor-content .d-head .nametit p {
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-doctor-content .d-head .nametit h2 {
        font-weight: normal;
        font-size: 2em;
        line-height: 1em;
    }
    .Jm-doctor-content .d-head .nametit h2 span {
        font-size: 0.6em;
        margin-left: 1em;
    }
    .Jm-doctor-content .d-main {
        height: auto;
    }
    .Jm-doctor-content .dinfo {
        width: 350px;
        float: left;
        margin-top: -130px;
        background: #412614;
        padding-bottom: 60px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dinfo .i-avatar {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 15px;
        background: #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-avatar img {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-doctor-content .dinfo .i-im {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-im a {
        border-radius: 50px;
        background: #e2c88e;
        color: #412614;
        text-decoration: none;
        display: inline-block;
        margin-right: 0.3em;
        margin-left: 0.3em;
        padding: 0.3em 1em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo {
        padding: 20px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd {
        line-height: 1.6em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd span {
        margin-left: 0.5em;
    }
    .Jm-doctor-content .dcontent {
        margin-left: 400px;
        background: #412614;
        padding: 25px;
    }
    .Jm-doctor-content .dcontent .a_content {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dcontent .a_content p {
        margin-bottom: 10px;
    }
    .Jm-doctor-content .Jm-Navigation2 {
        margin-left: 400px;
    }
    /* --------- */
    .Jm-c-subnav {
        margin-bottom: 20px;
    }
    .Jm-c-subnav ul {
        overflow: hidden;
    }
    .Jm-c-subnav ul li {
        display: inline-block;
        float: left;
        margin: 5px;
    }
    .Jm-c-subnav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        border: 1px solid #f1f1f1;
        text-decoration: none;
        color: #123577;
        background-color: #f1f1f1;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
        display: block;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .wrap {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    /* --------- */
    .Jm-main {
        margin-top: 0px;
        margin-bottom: 0px;
        mi-height: 300px;
        overflow: hidden;
    }
    /* --------- */
    .Jm-xinwenzhengwen {
        background-color: #fff3da;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #4a2d1b;
        position: relative;
        padding: 70px 100px;
    }
    .Jm-xinwenzhengwen .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen .a_content img {
        max-width: 100%;
    }
    /* --------- */
    .Jm-xinwenzhengwen2 {
        background-color: #fff3da;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        color: #666;
        position: relative;
        padding-top: 25px;
        padding-right: 20px;
        padding-bottom: 70px;
        padding-left: 20px;
    }
    .Jm-xinwenzhengwen2 .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: none;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_title {
        font-size: 18px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.5em;
    }
    .Jm-xinwenzhengwen2 .a_info {
        font-size: 12px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen2 .a_content {
        font-size: 12px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_content img {
        max-width: 100%;
    }
    .Jm-xinwenzhengwen2 .a_prev_next {
        padding: 10px 0px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div a {
        color: #333333;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div span {
    }
    /* --------- */
    .Jm-htit {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #123577;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .Jm-htit h1 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.6em;
    }
    .Jm-htit h1:after {
        transition: all 0.3s ease-in-out 0s;
        content: "";
        width: 100px;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        background-color: #123577;
        height: 3px;
        display: block;
        margin-bottom: 15px;
    }
    .Jm-htit:hover h1:after {
        width: 200px; /*height: 1px;  margin-bottom: 17px; margin-top:2px;*/
    }
    .Jm-htit p {
        font-size: 12px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        line-height: 1.8em;
    }
    /* --------- */
    .Jm-hq-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .Jm-hq-b {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(59, 33, 16, 0.5);
    }
    /* --------- */
    .Jm-bg1 {
        background: rgba(59, 33, 16, 0.5) url(../images/app-available-img.jpg)
            no-repeat fixed center center;
        background-size: cover;
    }
    .Jm-bg2 {
        background: rgba(59, 33, 16, 0.5) url(../images/about-bg.jpg) no-repeat
            fixed center center;
        background-size: cover;
    }
    /* --------- */
    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: left;
        width: 33.333%;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m1 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m1 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }
    .Jm-m1 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m2 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m2 .item {
        float: left;
        width: 50%;
        display: block;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .Jm-m2 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m2 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .Jm-m2 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: none;
    }
    .Jm-m2 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m2 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m3 .item {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-m3 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    /* --------- */
    .Jm-m4 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 10px;
    }
    .Jm-m4 .item img {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m4 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m4 .item h4 em {
        font-style: normal;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .Jm-m4 .item h4 span {
        font-size: 14px;
        font-weight: normal;
    }
    .Jm-m4 .item p {
        font-size: 12px;
        line-height: 1.6em;
        min-height: 3.2em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m4 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
        color: #123577;
    }
    .Jm-m4 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m5 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m5 .item {
        float: none;
        width: auto;
        display: block;
        font-size: 12px;
        text-align: left;
        margin-bottom: 30px;
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-m5 .item div {
        font-size: 30px;
        line-height: 1.2em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #123577;
        font-style: italic;
    }
    .Jm-m5 .item div span {
        font-size: 20px;
        margin-left: 10px;
    }
    .Jm-m5 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m5 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-right: auto;
        margin-left: auto;
        text-indent: 2em;
    }
    .Jm-m5 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m5 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    #owl-example2 .owl-buttons {
        position: relative;
    }
    #owl-example2 .owl-buttons .owl-prev {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        left: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    #owl-example2 .owl-buttons .owl-next {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        right: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-list-1 {
        padding: 0px 0px 35px;
        margin: 0px;
        clear: both;
    }
    .Jm-list-1 li {
        clear: both;
        overflow: hidden;
        padding: 15px;
        border-top: 1px solid #735440;
    }
    .Jm-list-1 li .img {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        background: #123577;
    }
    .Jm-list-1 li .img img {
        width: 100%;
        display: block;
    }
    .Jm-list-1 li .cont {
        font-size: 12px;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-list-1 li .cont h3 {
        font-size: 16px;
        font-weight: normal;
        padding-top: 10px;
        margin-bottom: 10px;
        line-height: 1.4em;
    }
    .Jm-list-1 li .cont p {
        text-indent: 2em;
    }
    /* --------- */
    .Jm-list-nav {
        border-radius: 10px;
        background: #533624;
        border-top: 5px solid #4c2f1d;
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-list-nav ul {
        text-align: center;
        display: inline;
        overflow: hidden;
    }
    .Jm-list-nav ul li {
        display: inline;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-nav ul li a {
        text-align: center;
        display: inline-block;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none;
        background: #613f29;
    }
    .Jm-list-nav ul li a:hover {
        background: #4c2f1d;
    }
    .Jm-list-nav ul .active a {
        background: #4c2f1d;
    }
    /* --------- */
    .Jm-list-2 {
        padding: 35px 0px;
        clear: both;
        overflow: hidden;
    }
    .Jm-list-2 li {
        display: block;
        float: left;
        width: 31.3%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .Jm-list-2 li .img {
        background: #123577;
        padding: 10px;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .Jm-list-2 li .img img {
        display: block;
        width: 100%;
    }
    .Jm-list-2 li h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
        text-align: center;
        height: 60px;
    }
    /* --------- */
    .Jm-list-3 {
        overflow: hidden;
    }
    .Jm-list-3 li {
        float: left;
        width: 50%;
    }
    .Jm-list-3 li .con {
        margin: 10px;
        padding: 10px 10px;
        background: #123577;
        color: #ffffff;
        font-size: 12px;
        line-height: 1.6em;
        text-align: center;
    }
    .Jm-list-3 li .con .img {
        margin-bottom: 10px;
    }
    .Jm-list-3 li .con .img img {
        border-radius: 5px;
        width: 100%;
        display: block;
    }
    .Jm-list-3 li .con .cont {
        display: block;
    }
    .Jm-list-3 li .con .cont h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
        padding: 5px;
    }
    .Jm-list-3 li .con .cont h3 a {
        color: #ffffff;
    }
    .Jm-list-3 li .con .cont h3 span {
        font-size: 12px;
        margin-left: 10px;
    }
    .Jm-list-3 li .con .cont p {
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .Jm-list-3 li .con .cont .social {
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    .Jm-list-3 li .con .cont .social a {
        border-radius: 3px;
        display: inline-block;
        padding: 10px;
        background: #ffffff;
        line-height: 12px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-3 li .con .cont .social a i {
        margin-right: 0px;
    }
    .Jm-list-3 li .con .cont .social a span {
        display: inline;
        display: none;
    }
    /* --------- */
    .Pagination2 {
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
        color: #412613;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Pagination2 a,
    .Pagination2 span {
        border-radius: 3px;
        background-color: #123577;
        color: #ffffff;
        margin-right: 1px;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1px;
        padding: 5px;
    }
    .Pagination2 a {
    }
    .Pagination2 a:hover {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #214280;
        color: #ffffff;
    }
    .Pagination2 span {
        color: #123577;
        font-weight: normal;
        background-color: #412613;
        background-image: none;
    }
    .Pagination2 .num-page {
        display: none;
    }
    .Pagination2 .active-page {
        display: inline-block;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #214280;
        color: #ffffff;
    }
    /* --------- */
    .Jm-A1 {
        clear: both;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-A1-1 {
        box-sizing: border-box;
        float: none;
    }
    .Jm-A1-2 {
        box-sizing: border-box;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }
    /* --------- */
    .Jm-C {
        margin-bottom: 20px;
    }
    .Jm-C-tit {
        font-size: 18px;
        clear: both;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
        height: 45px;
        line-height: 45px;
        color: #123577;
    }
    .Jm-C-tit strong {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        display: block;
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    /* --------- */
    .Jm-mr-1 {
        color: #123577;
    }
    .Jm-mr-1 li {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #412614;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4em;
        overflow: hidden;
    }
    .Jm-mr-1 li h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-mr-1 li a img {
        float: left;
        height: 90px;
        width: 120px;
        padding: 5px;
        background-color: #123577;
        display: block;
        margin-right: 15px;
    }
    .Jm-mr-1 li p {
        font-size: 12px;
        line-height: 1.6em;
        text-indent: 0em;
    }
    /* --------- */
    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        width: 50%;
        float: left;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        margin: 0px 5px;
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }
    /* --------- */
    .Jm-mr-3 {
    }
    .Jm-mr-3 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-mr-3 .item img {
        width: 80px;
        border-radius: 5px;
        border: 5px solid #123577;
        background: #123577;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
    }
    .Jm-mr-3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 110px;
    }
    .Jm-mr-3 .item h4 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .Jm-mr-3 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 25px;
        border: 1px solid #123577;
        display: block;
        width: 100px;
        margin-top: 10px;
        text-align: center;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-Navigation {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation h2 {
        float: left;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 10px;
    }
    .Jm-Navigation p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-Navigation2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation2 h2 {
        float: left;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation2 p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 0px;
    }
    .Jm-Navigation2 p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    .Jm-listpage {
        background-color: #123577;
        padding-bottom: 35px;
    }
    /* --------- */
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 30px;
    }
    .Jm-listpage1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #ffffff;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
        color: #ffffff;
    }
    .Jm-listpage1 li .contbox a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 20px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h2 a {
        color: #ffffff;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-classlistpage {
        padding-bottom: 35px;
    }
    .Jm-classlistpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: auto;
        padding: 30px;
        background-color: #412614;
        font-size: 14px;
    }
    .Jm-classlistpage1 h2 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: normal;
    }
    .Jm-classlistpage1 h2 a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-classlistpage1 ul {
        overflow: hidden;
    }
    .Jm-classlistpage1 ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #573520;
        float: left;
        width: 50%;
    }
    .Jm-classlistpage1 ul li a {
        color: #123577;
        text-decoration: none;
    }
    /* --------- */
    .Jm-404 {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
        background: #412613;
        color: #e2c694;
        font-size: 12px;
        line-height: 1.6em;
        padding: 5em 2em;
    }
    .Jm-404 h1 {
        font-size: 4.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    .Jm-404 h3 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .Jm-404 p {
        margin-bottom: 1.5em;
    }
    .Jm-404 .btn_goback {
        color: #412613;
        background: #d8bd8e;
        text-align: center;
        padding: 0.5em 2em;
        margin-top: 3em;
    }
    /* --------- */
    .Jm-doctor-content {
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-doctor-content .d-head {
        background: #412614 url(../images/app-available-img.jpg) no-repeat
            center center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #e2c88e;
        margin-bottom: 20px;
        border-bottom: 5px solid #4a2d1b;
    }
    .Jm-doctor-content .d-head .nametit {
        margin-left: 0px;
        line-height: 1.6em;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
    }
    .Jm-doctor-content .d-head .nametit p {
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-doctor-content .d-head .nametit h2 {
        font-weight: normal;
        font-size: 2em;
        line-height: 1em;
    }
    .Jm-doctor-content .d-head .nametit h2 span {
        font-size: 0.6em;
        margin-left: 1em;
    }
    .Jm-doctor-content .d-main {
        height: auto;
    }
    .Jm-doctor-content .dinfo {
        width: auto;
        float: none;
        margin-top: 0px;
        background: #412614;
        padding-bottom: 60px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dinfo .i-avatar {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 15px;
        background: #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-avatar img {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-doctor-content .dinfo .i-im {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-im a {
        border-radius: 50px;
        background: #e2c88e;
        color: #412614;
        text-decoration: none;
        display: inline-block;
        margin-right: 0.3em;
        margin-left: 0.3em;
        padding: 0.3em 1em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo {
        padding: 20px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd {
        line-height: 1.6em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd span {
        margin-left: 0.5em;
    }
    .Jm-doctor-content .dcontent {
        margin-left: 0px;
        background: #412614;
        padding: 25px;
    }
    .Jm-doctor-content .dcontent .a_content {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dcontent .a_content p {
        margin-bottom: 10px;
    }
    .Jm-doctor-content .Jm-Navigation2 {
        margin-left: 0px;
    }
    /* --------- */
    .Jm-c-subnav {
        margin-bottom: 20px;
    }
    .Jm-c-subnav ul {
        overflow: hidden;
    }
    .Jm-c-subnav ul li {
        display: inline-block;
        float: left;
        margin: 5px;
    }
    .Jm-c-subnav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        border: 1px solid #f1f1f1;
        text-decoration: none;
        color: #123577;
        background-color: #f1f1f1;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .wrap {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    /* --------- */
    .Jm-main {
        margin-top: 0px;
        margin-bottom: 0px;
        mi-height: 300px;
        overflow: hidden;
    }
    /* --------- */
    .Jm-xinwenzhengwen {
        background-color: #fff3da;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #4a2d1b;
        position: relative;
        padding: 70px 100px;
    }
    .Jm-xinwenzhengwen .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: block;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen .a_title {
        font-size: 28px;
        font-weight: normal;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen .a_info {
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen .a_content {
        font-size: 16px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 30px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 30px;
    }
    .Jm-xinwenzhengwen .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen .a_content img {
        max-width: 100%;
    }
    /* --------- */
    .Jm-xinwenzhengwen2 {
        background-color: #fff3da;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        color: #666;
        position: relative;
        padding-top: 25px;
        padding-right: 20px;
        padding-bottom: 70px;
        padding-left: 20px;
    }
    .Jm-xinwenzhengwen2 .a_type {
        background-image: url(../images/a_type.png);
        background-repeat: no-repeat;
        background-position: center top;
        left: 90px;
        position: absolute;
        height: 55px;
        width: 60px;
        display: none;
        text-align: center;
        top: 0px;
        font-size: 16px;
        color: #f1d28e;
        line-height: normal;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_title {
        font-size: 18px;
        font-weight: normal;
        color: #123557;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        line-height: 1.5em;
    }
    .Jm-xinwenzhengwen2 .a_info {
        font-size: 12px;
        line-height: 1.6em;
        display: block;
        text-align: center;
    }
    .Jm-xinwenzhengwen2 .a_content {
        font-size: 12px;
        line-height: 1.8em;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #efdab0;
        padding-top: 15px;
    }
    .Jm-xinwenzhengwen2 .a_content p {
        margin-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_content img {
        max-width: 100%;
    }
    .Jm-xinwenzhengwen2 .a_prev_next {
        padding: 10px 0px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div a {
        color: #333333;
    }
    .Jm-xinwenzhengwen2 .a_prev_next div span {
    }
    /* --------- */
    .Jm-htit {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #123577;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .Jm-htit h1 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.6em;
    }
    .Jm-htit h1:after {
        transition: all 0.3s ease-in-out 0s;
        content: "";
        width: 100px;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        background-color: #123577;
        height: 3px;
        display: block;
        margin-bottom: 15px;
    }
    .Jm-htit:hover h1:after {
        width: 200px; /*height: 1px;  margin-bottom: 17px; margin-top:2px;*/
    }
    .Jm-htit p {
        font-size: 12px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        line-height: 1.8em;
    }
    /* --------- */
    .Jm-hq-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .Jm-hq-b {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(59, 33, 16, 0.5);
    }
    /* --------- */
    .Jm-bg1 {
        background: rgba(59, 33, 16, 0.5) url(../images/app-available-img.jpg)
            no-repeat fixed center center;
        background-size: cover;
    }
    .Jm-bg2 {
        background: rgba(59, 33, 16, 0.5) url(../images/about-bg.jpg) no-repeat
            fixed center center;
        background-size: cover;
    }
    /* --------- */
    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: left;
        width: 33.333%;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m1 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m1 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }
    .Jm-m1 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m2 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m2 .item {
        float: left;
        width: 50%;
        display: block;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .Jm-m2 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m2 .item h4 {
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        height: 1.5em;
    }
    .Jm-m2 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: none;
    }
    .Jm-m2 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m2 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m3 .item {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-m3 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }
    /* --------- */
    .Jm-m4 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 10px;
    }
    .Jm-m4 .item img {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m4 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m4 .item h4 em {
        font-style: normal;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .Jm-m4 .item h4 span {
        font-size: 14px;
        font-weight: normal;
    }
    .Jm-m4 .item p {
        font-size: 12px;
        line-height: 1.6em;
        min-height: 3.2em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .Jm-m4 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
        color: #123577;
    }
    .Jm-m4 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-m5 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m5 .item {
        float: none;
        width: auto;
        display: block;
        font-size: 12px;
        text-align: left;
        margin-bottom: 30px;
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-m5 .item div {
        font-size: 30px;
        line-height: 1.2em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(59, 33, 16, 0.5);
        font-style: italic;
    }
    .Jm-m5 .item div span {
        font-size: 20px;
        margin-left: 10px;
    }
    .Jm-m5 .item h4 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m5 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-right: auto;
        margin-left: auto;
        text-indent: 2em;
    }
    .Jm-m5 .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 50px;
        border: 1px solid #123577;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        clear: both;
    }
    .Jm-m5 .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    #owl-example2 .owl-buttons {
        position: relative;
    }
    #owl-example2 .owl-buttons .owl-prev {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        left: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    #owl-example2 .owl-buttons .owl-next {
        top: -250px;
        background-color: transparent;
        border-radius: 0px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 43px;
        position: absolute;
        right: -100px;
        text-indent: -9999px;
        margin: 0px;
        padding: 0px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 16px !important;
    }

    .Jm-m4 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 5px !important;
        width: 5px !important;
        border-radius: 10px;
        margin: 3px !important;
    }
    .Jm-m4 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
        margin: 3px !important;
    }

    /* --------- */
    .Jm-list-1 {
        padding: 0px 0px 35px;
        margin: 0px;
        clear: both;
    }
    .Jm-list-1 li {
        clear: both;
        overflow: hidden;
        padding: 15px;
        border-top: 1px solid #735440;
    }
    .Jm-list-1 li .img {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        background: #123577;
    }
    .Jm-list-1 li .img img {
        width: 100%;
        display: block;
    }
    .Jm-list-1 li .cont {
        font-size: 12px;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-list-1 li .cont h3 {
        font-size: 16px;
        font-weight: normal;
        padding-top: 10px;
        margin-bottom: 10px;
        line-height: 1.4em;
    }
    .Jm-list-1 li .cont p {
        text-indent: 2em;
    }
    /* --------- */
    .Jm-list-nav {
        border-radius: 10px;
        background: #533624;
        border-top: 5px solid #4c2f1d;
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-list-nav ul {
        text-align: center;
        display: inline;
        overflow: hidden;
    }
    .Jm-list-nav ul li {
        display: inline;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-nav ul li a {
        text-align: center;
        display: inline-block;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none;
        background: #613f29;
    }
    .Jm-list-nav ul li a:hover {
        background: #4c2f1d;
    }
    .Jm-list-nav ul .active a {
        background: #4c2f1d;
    }
    /* --------- */
    .Jm-list-2 {
        padding: 35px 0px;
        clear: both;
        overflow: hidden;
    }
    .Jm-list-2 li {
        display: block;
        float: left;
        width: 31.3%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .Jm-list-2 li .img {
        background: #123577;
        padding: 10px;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .Jm-list-2 li .img img {
        display: block;
        width: 100%;
    }
    .Jm-list-2 li h3 {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
        text-align: center;
        height: 60px;
    }
    /* --------- */
    .Jm-list-3 {
        overflow: hidden;
    }
    .Jm-list-3 li {
        float: left;
        width: 50%;
    }
    .Jm-list-3 li .con {
        margin: 10px;
        padding: 10px 10px;
        background: #123577;
        color: #ffffff;
        font-size: 12px;
        line-height: 1.6em;
        text-align: center;
    }
    .Jm-list-3 li .con .img {
        margin-bottom: 10px;
    }
    .Jm-list-3 li .con .img img {
        border-radius: 5px;
        width: 100%;
        display: block;
    }
    .Jm-list-3 li .con .cont {
        display: block;
    }
    .Jm-list-3 li .con .cont h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
        padding: 5px;
    }
    .Jm-list-3 li .con .cont h3 a {
        color: #ffffff;
    }
    .Jm-list-3 li .con .cont h3 span {
        font-size: 12px;
        margin-left: 10px;
    }
    .Jm-list-3 li .con .cont p {
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .Jm-list-3 li .con .cont .social {
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    .Jm-list-3 li .con .cont .social a {
        border-radius: 3px;
        display: inline-block;
        padding: 10px;
        background: #ffffff;
        line-height: 12px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Jm-list-3 li .con .cont .social a i {
        margin-right: 0px;
    }
    .Jm-list-3 li .con .cont .social a span {
        display: inline;
        display: none;
    }
    /* --------- */
    .Pagination2 {
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
        color: #412613;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Pagination2 a,
    .Pagination2 span {
        border-radius: 3px;
        background-color: #123577;
        color: #ffffff;
        margin-right: 1px;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1px;
        padding: 5px;
    }
    .Pagination2 a {
    }
    .Pagination2 a:hover {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #214280;
        color: #ffffff;
    }
    .Pagination2 span {
        color: #123577;
        font-weight: normal;
        background-color: #412613;
        background-image: none;
    }
    .Pagination2 .num-page {
        display: none;
    }
    .Pagination2 .active-page {
        display: inline-block;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #214280;
        color: #ffffff;
    }
    /* --------- */
    .Jm-A1 {
        clear: both;
        padding-right: 10px;
        padding-left: 10px;
    }
    .Jm-A1-1 {
        box-sizing: border-box;
        float: none;
    }
    .Jm-A1-2 {
        box-sizing: border-box;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }
    /* --------- */
    .Jm-C {
        margin-bottom: 20px;
    }
    .Jm-C-tit {
        font-size: 18px;
        clear: both;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
        height: 45px;
        line-height: 45px;
        color: #123577;
    }
    .Jm-C-tit strong {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        display: block;
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    /* --------- */
    .Jm-mr-1 {
        color: #123577;
    }
    .Jm-mr-1 li {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #412614;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4em;
        overflow: hidden;
    }
    .Jm-mr-1 li h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-mr-1 li a img {
        float: left;
        height: 90px;
        width: 120px;
        padding: 5px;
        background-color: #123557;
        display: block;
        margin-right: 15px;
    }
    .Jm-mr-1 li p {
        font-size: 12px;
        line-height: 1.6em;
        text-indent: 0em;
    }
    /* --------- */
    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        width: 50%;
        float: left;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        margin: 0px 5px;
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }
    /* --------- */
    .Jm-mr-3 {
    }
    .Jm-mr-3 .item {
        float: left;
        width: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6em;
        color: #123577;
        margin-bottom: 25px;
    }
    .Jm-mr-3 .item img {
        width: 80px;
        border-radius: 5px;
        border: 5px solid #123577;
        background: #123577;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
    }
    .Jm-mr-3 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 110px;
    }
    .Jm-mr-3 .item h4 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .Jm-mr-3 .item p {
        font-size: 12px;
        line-height: 1.6em;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more {
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 25px;
        border: 1px solid #123577;
        display: block;
        width: 100px;
        margin-top: 10px;
        text-align: center;
        margin-left: 110px;
    }
    .Jm-mr-3 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }
    /* --------- */
    .Jm-Navigation {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation h2 {
        float: left;
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 45px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e2c88e;
        margin-right: 30px;
    }
    .Jm-Navigation p {
        font-size: 14px;
        float: none;
        line-height: 45px;
        margin-right: 10px;
    }
    .Jm-Navigation p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    /* --------- */
    .Jm-Navigation2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #123577;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #412614;
    }
    .Jm-Navigation2 h2 {
        font-size: 20px;
        float: left;
        margin-left: 0px;
        margin-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
        line-height: 35px;
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #123557;
        margin-right: 0px;
    }
    .Jm-Navigation2 p {
        font-size: 14px;
        float: none;
        line-height: 25px;
        margin-right: 0px;
        display: block;
        clear: both;
        padding-bottom: 10px;
    }
    .Jm-Navigation2 p em {
        font-style: normal;
        font-family: "宋体";
        margin-right: 5px;
        margin-left: 5px;
    }
    .Jm-listpage {
        background-color: #123577;
        padding-bottom: 35px;
    }
    /* --------- */
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 30px;
    }
    .Jm-listpage1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #573520;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
        color: #123577;
    }
    .Jm-listpage1 li .contbox a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 20px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }
    /* --------- */
    .Jm-classlistpage {
        padding-bottom: 35px;
    }
    .Jm-classlistpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: auto;
        padding: 30px;
        background-color: #412614;
        font-size: 14px;
    }
    .Jm-classlistpage1 h2 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: normal;
    }
    .Jm-classlistpage1 h2 a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-classlistpage1 ul {
        overflow: hidden;
    }
    .Jm-classlistpage1 ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #573520;
        float: none;
        width: auto;
    }
    .Jm-classlistpage1 ul li a {
        color: #123577;
        text-decoration: none;
    }
    /* --------- */
    .Jm-404 {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
        background: #412613;
        color: #e2c694;
        font-size: 12px;
        line-height: 1.6em;
        padding: 5em 2em;
    }
    .Jm-404 h1 {
        font-size: 3.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    .Jm-404 h3 {
        font-size: 1.6em;
        margin-bottom: 0.5em;
    }
    .Jm-404 p {
        margin-bottom: 1.5em;
    }
    .Jm-404 .btn_goback {
        color: #412613;
        background: #d8bd8e;
        text-align: center;
        padding: 0.5em 2em;
        margin-top: 3em;
    }
    /* --------- */
    .Jm-doctor-content {
        margin-bottom: 30px;
        clear: both;
    }
    .Jm-doctor-content .d-head {
        background: #412614 url(../images/app-available-img.jpg) no-repeat
            center center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #e2c88e;
        margin-bottom: 20px;
        border-bottom: 5px solid #4a2d1b;
    }
    .Jm-doctor-content .d-head .nametit {
        margin-left: 0px;
        line-height: 1.6em;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
    }
    .Jm-doctor-content .d-head .nametit p {
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .Jm-doctor-content .d-head .nametit h2 {
        font-weight: normal;
        font-size: 2em;
        line-height: 1em;
    }
    .Jm-doctor-content .d-head .nametit h2 span {
        font-size: 0.6em;
        margin-left: 1em;
    }
    .Jm-doctor-content .d-main {
        height: auto;
    }
    .Jm-doctor-content .dinfo {
        width: auto;
        float: none;
        margin-top: 0px;
        background: #412614;
        padding-bottom: 60px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dinfo .i-avatar {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 15px;
        background: #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-avatar img {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-doctor-content .dinfo .i-im {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .Jm-doctor-content .dinfo .i-im a {
        border-radius: 50px;
        background: #e2c88e;
        color: #412614;
        text-decoration: none;
        display: inline-block;
        margin-right: 0.3em;
        margin-left: 0.3em;
        padding: 0.3em 1em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo {
        padding: 20px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd {
        line-height: 1.6em;
    }
    .Jm-doctor-content .dinfo .i-dlinfo dd span {
        margin-left: 0.5em;
    }
    .Jm-doctor-content .dcontent {
        margin-left: 0px;
        background: #412614;
        padding: 25px;
    }
    .Jm-doctor-content .dcontent .a_content {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #e2c88e;
    }
    .Jm-doctor-content .dcontent .a_content p {
        margin-bottom: 10px;
    }
    .Jm-doctor-content .Jm-Navigation2 {
        margin-left: 0px;
    }
    /* --------- */
    .Jm-listpage1 {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
        padding: 10px;
    }
    .Jm-listpage1 li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #ffffff;
    }
    .Jm-listpage1 li:hover {
    }
    .Jm-listpage1 li .contbox {
        overflow: hidden;
        margin-right: 5px;
        margin-left: 5px;
        color: #123577;
    }
    .Jm-listpage1 li .contbox a {
        color: #123577;
        text-decoration: none;
    }
    .Jm-listpage1 li .contbox .leftimg {
        float: left;
        margin-right: 20px;
    }
    .Jm-listpage1 li .contbox .leftimg img {
        border-radius: 5px;
        background-color: #f5f5f5;
        height: 135px;
        width: 180px;
    }
    .Jm-listpage1 li .contbox .cont {
        margin: 0px;
        padding: 0px;
        color: #ffffff;
    }
    .Jm-listpage1 li .contbox .cont h2 {
        font-size: 18px;
        padding: 0px;
        line-height: normal;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-weight: normal;
    }
    .Jm-listpage1 li .contbox .cont h2 a {
        color: #ffffff;
    }
    .Jm-listpage1 li .contbox .cont h3 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .Jm-listpage1 li .contbox .cont p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }

    .Jm-m1 {
        overflow: hidden;
        text-align: center;
        color: #123577;
        line-height: 1.6em;
    }
    .Jm-m1 .item {
        float: none;
        width: auto;
        display: block;
        font-size: 14px;
    }
    .Jm-m1 .item img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        border: 5px solid #123577;
    }
    .Jm-m1 .item h4 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Jm-m1 .item p {
        font-size: 12px;
        line-height: 1.6em;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .Jm-m1 .item .more {
        display: none;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 100px;
        line-height: 40px;
        border: 1px solid #123577;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-top: 15px;
    }
    .Jm-m1 .item .more:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }

    .Jm-mr-2 {
        overflow: hidden;
        font-size: 14px;
    }
    .Jm-mr-2 li {
        width: auto;
        float: none;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 1px;
    }
    .Jm-mr-2 li a {
        border-radius: 3px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #412614;
    }
    .Jm-mr-2 li a span {
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        background-color: #563927;
    }

    .Jm-c-subnav {
        margin-bottom: 20px;
    }
    .Jm-c-subnav ul {
        overflow: hidden;
    }
    .Jm-c-subnav ul li {
        display: inline-block;
        float: left;
        margin: 5px;
    }
    .Jm-c-subnav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        border: 1px solid #f1f1f1;
        text-decoration: none;
        color: #123577;
        background-color: #f1f1f1;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
        display: block;
    }
}

@media screen and (max-width: 319px) {
    body {
        display: none;
    }
}

.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    zoom: 1;
}
.slick-dots li span {
    display: block;
    width: 35px;
    height: 3px;
    margin: 0 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    background: #214280;
}
.slick-dots .slick-active {
    background-color: #214280;
}
.slick .item .img {
    position: relative;
    overflow: hidden;
}
.slick .item .img .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to top,
        rgba(18, 53, 119, 0.7) 0%,
        transparent 100%
    );
    color: #fff;
    padding-top: 35px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slick .item .img .image-overlay p {
    font-size: 16px;
}
.slick .item .img:hover .image-overlay {
    opacity: 1;
}
