/* æ¸…é™¤æ ·å¼ */
.header_t .logo img,.banner .owl-carousel .owl-item .img img,.bode1 .wrap .mid img,.header_t .xgsx ul li img,.bode5 img,.footer_bottom .footer_logo img,.fright img,.bode1 .wrap .right .img img{filter: none;-webkit-filter: none;}
img{filter: blur(7px);-webkit-filter: blur(7px);}
#DIALOG_CENTER,#DIALOG_CENTER_SHADE{ display:none !important;}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

ul,
li {
    list-style: none;
}

img {
    outline: 0;
    border: none;
    display: block;
}
br {
    display:none;
}


button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
}

input {
    border: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-size: 13px;
    font-family: "å¾®è½¯é›…é»‘";
    min-width: 320px;
    color: #333333;
    background: #fff;
    position: relative;
}

* {
    box-sizing: border-box;
    transition: all linear .25s;
}

.all {
    width: 100%;
    background: #fff;
    position: relative;
}

@media all and (max-width: 750px) {
    .zzc {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 990;
        transition: none;
    }
}

.all_w {
    width: 1200px;
    margin: 0 auto;
}

.all_w1 {
    width: 1200px;
    margin: 0 auto;
}

@media all and (max-width: 1200px) {
    .all_w {
        width: 100%;
        margin: 0 auto;
    }
    .all_w1 {
        width: 95%;
        margin: 0 auto;
    }
}

.header {
    width: 100%;
}

.header_fixed {
    display: block;
}

.header_t {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

.header_t .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_t .logo {
    width: 250px;
}

.header_t .logo img {
    width: 100%;
}

.header_t .search {}

.header_t .search form {
    display: flex;
    justify-content: space-between;
}

.header_t .search form .input1 {
    display: block;
    width: 300px;
    line-height: 35px;
    border: 2px solid #f7009b;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #666;
    font-size: 13px;
    padding-left: 15px;
    border-right: none;
}

.header_t .search form .input2 {
    display: block;
    width: 70px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #f7009b;
    cursor: pointer;
}

.header_t .search dl {
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.header_t .search dl dd {
    margin-right: 10px;
}

.header_t .search dl dd a {
    color: #999;
    font-size: 13px;
}

.header_t .search dl dd a:hover {
    color: #ff5370;
}

.header_t .xgsx {}

.header_t .xgsx ul {
    display: flex;
    justify-content: space-between;
}

.header_t .xgsx ul li {
    padding: 0 10px;
}

.header_t .xgsx ul li img {
    width: 50px;
}

.header_t .xgsx ul li p {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.cd_btn {
    width: 30px;
    display: none;
}

@media all and (max-width:750px) {
    .cd_btn {
        width: 20px;
        height: 21px;
        display: block;
        position: relative;
    }
    .cd_btn .line1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line2 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line3 {
        position: absolute;
        left: 0;
        top: 16px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line1_1 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transform: rotate(45deg);
        transition: all ease .25s;
    }
    .cd_btn .line2_1 {
        width: 20px;
        height: 1.5px;
        background: #333;
        opacity: 0;
        transition: all ease .25s;
    }
    .cd_btn .line3_1 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transform: rotate(-45deg);
        transition: all ease .25s;
    }
}

.header_b {
    width: 100%;
    position: relative;
}

.header_b:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #f7009b;
}

.header_b .wrap {
    display: flex;
    justify-content: flex-start;
}

.header_b .all_fl {
    width: 230px;
    height: 40px;
    position: relative;
}

.header_b .all_fl .fenlei {
    width: 100%;
    line-height: 40px;
    background: #f7009b;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.header_b .all_fl .fl_list {
    position: absolute;
    width: 100%;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    transition: none;
}

.header_b .all_fl .fl_list li {
    width: 100%;
}

.header_b .all_fl .fl_list li .fl_item {
    width: 100%;
    line-height: 35px;
    padding-left: 20px;
    color: #666;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: relative;
}

.header_b .all_fl .fl_list li .fl_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 1px;
}

.header_b .all_fl .fl_list li .fl_item>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_b .all_fl .fl_list li:hover .fl_item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 25px;
}

.header_b .all_fl .fl_list li:hover .fl_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background: #fff;
    height: 100%;
    width: 1px;
    z-index: 999
}

.header_b .all_fl .fl_list li .fl_item p {
    display: block;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
}

.header_b .all_fl .fl_list li:hover .fl_item p {
    color: #ff5370;
}

.header_b .all_fl .fl_list li:nth-child(1) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon1.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(2) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon2.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(3) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon3.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(4) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon4.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(5) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon5.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(6) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon6.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(7) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon7.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(8) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon8.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(9) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon9.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(10) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon5.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(11) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon11.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(12) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon12.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(13) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../image/icon8.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li .jvt_fl {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 750px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    transition: none;
    min-height: 100%;
}

.header_b .all_fl .fl_list li .jvt_fl dl {
    width: 100%;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd {
    display: flex;
    justify-content: space-between;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list {
    display: flex;
    justify-content: flex-start;
    width: 90%;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit {
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span {
    display: block;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span>a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span>a:hover {
    color: #ff5370;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit em {
    display: block;
    color: #999;
    font-size: 13px;
    font-family: "å®‹ä½“";
    font-style: normal;
    margin-left: 20px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists {
    display: flex;
    margin-left: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists>a {
    display: block;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 33px;
    background: #fff;
    color: #666;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists a:hover {
    background: #ff5370;
    color: #fff;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more {}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more a {
    font-size: 13px;
    line-height: 25px;
    color: #999;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more a:hover {
    color: #ff5370;
}

.header_b .nav {
    line-height: 40px;
}

.header_b .nav ul {
    display: flex;
    justify-content: flex-start;
}

.header_b .nav ul li {
    width: 100px;
}

.header_b .nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.header_b .nav ul li a:hover {
    color: #ff5370;
}

@media all and (max-width:1200px) {
    .header_b .all_fl {
        display: none;
    }
}

@media all and (max-width:960px) {
    .header_t .logo {
        width: 180px;
    }
    .header_t .search form .input1 {
        width: 200px;
        line-height: 30px;
    }
    .header_t .search form .input2 {
        line-height: 30px;
        width: 50px;
    }
    .header_t .xgsx ul li img {
        width: 30px;
    }
    .header_t .xgsx ul li p {
        margin-top: 0;
    }
}

@media all and (max-width:750px) {
    .header {
        height: 50.09px;
    }
    .header_fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .header_t {
        padding: 10px 0;
    }
    .header_t .xgsx {
        display: none;
    }
    .header_t .search {
        display: none;
    }
    .header_t .logo {
        width: 150px;
    }
    .header_b .nav {
        position: fixed;
        left: -300px;
        top: 50.09px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: all ease .25s;
    }
    .header_b .nav1 {
        position: fixed;
        left: 0;
        top: 50.09px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .1);
        transition: all ease .25s;
    }
    .header_b .nav ul {
        display: block;
        padding: 10px 20px;
    }
    .header_b .nav ul li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .header_b .nav ul li a {
        text-align: left;
    }
}

.footer {
    width: 100%;
}

.footer_link {
    width: 100%;
    padding: 20px 0;
}

.footer_link .wrap {
    display: flex;
    justify-content: flex-start;
}

.footer_link .tit {
    line-height: 25px;
    padding: 0 10px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    height: 100%;
}

.footer_link .links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_link .links a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

.footer_link .links a:hover {
    color: #ff5370;
}

.footer_bottom {
    width: 100%;
    padding: 60px 0;
    background: #333333;
}

.footer_bottom .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_bottom .footer_logo {
    width: 250px;
}

.footer_bottom .footer_logo img {
    width: 100%;
}

.footer_bottom .footer_list {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_bottom .footer_list dl {
    width: 23%;
}

.footer_bottom .footer_list dl dd {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer_bottom .footer_list dl dd a {
    color: #999;
}

.footer_bottom .footer_text {
    width: 300px;
}

.footer_bottom .footer_text p {
    color: #999;
    font-size: 12px;
    line-height: 25px;
}
.footer_bottom .footer_text p a{
	color:#999;
	font-size: 12px;
}
.footer_bottom .footer_text p a:hover{
	color: #f7009b;
	text-decoration:underline;
}

@media all and (max-width:750px) {
    .footer_link .wrap {
        flex-wrap: wrap;
    }
    .footer_link .links {
        width: 100%;
    }
    .footer_bottom {
        padding: 40px 0;
    }
    .footer_bottom .footer_logo {
        margin: 0 auto;
    }
    .footer_bottom .footer_list {
        width: 500px;
        margin: 20px auto 0;
    }
    .footer_bottom .footer_text {
        width: 100%;
        margin-top: 20px;
    }
    .footer_bottom .footer_text p {
        text-align: center;
    }
}

@media all and (max-width:500px) {
    .footer_bottom {
        padding: 20px 0;
        margin-bottom: 50px;
    }
    .footer_bottom .footer_logo {
        margin: 0 auto;
        width: 200px;
    }
    .footer_bottom .footer_list {
        display: none;
    }
    .footer_bottom .footer_text {
        margin-top: 10px;
    }
}

.bode {
    width: 100%;
    display: block;
}

.bode1 {
    width: 100%;
    background: rgb(239, 239, 239);
}

.bode1 .wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bode1 .wrap .left {
    width: 230px;
}

.bode1 .wrap .mid {
    width: 780px;
    overflow: hidden;
}
.bode1 .wrap .mid img{
    width:100%;
}

.banner {
    width: 100%;
    position: relative;
}
.banner .owl>div:first-child,.banner .owl>div:last-child{
    display:none;
}
.banner .item {
    position: relative;
}

.banner .owl-carousel .owl-item .img {
    overflow: hidden;
}

.banner .owl-carousel .owl-item .img img {
    display: block;
    width: 100%;
}


/* åˆ†é¡µå™¨ */

.owl-theme .owl-controls {
    bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #000;
    opacity: .4;
}

@media only screen and (max-width:480px) {
    .owl-theme .owl-controls {
        bottom: 5px;
    }
}


/* .owl-theme .owl-dots .owl-dot span:after {
content: '';
display: block;
width: 4px;
height: 4px;
border-radius: 100%;
background: #fff;
content: '';
position: absolute;
top: 50%;
margin-top: -2px;
left: 50%;
margin-left: -2px;
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5370;
    opacity: 1;
}


/* .details .owl-theme .owl-dots .owl-dot span:after {
background: #be9a78
} */

.details .owl-theme .owl-dots .owl-dot.active span,
.details .owl-theme .owl-dots .owl-dot:hover span {}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff5370;
    width: 25px;
    border-radius: 33px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #fff;
    opacity: 1;
}


/* å·¦å³ */

.banner_cur {}

@media only screen and (max-width: 750px) {
    .banner_cur {
        display: none;
    }
}

.banner_cur .prev {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../image/prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    /* background-color:#f75b5b; */
    transition: all ease .25s;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
}

.banner_cur span.next {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../image/next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
}

.banner:hover .banner_cur .prev {
    left: 30px;
    opacity: 1;
}

.banner:hover .banner_cur span.next {
    right: 30px;
    opacity: 1;
}

.banner .banner_cur .prev:hover {
    background-color: rgba(0, 0, 0, .8);
}

.banner .banner_cur span.next:hover {
    background-color: rgba(0, 0, 0, .8);
}

.bode1 .wrap .right {
    width: 190px;
}

.bode1 .wrap .right .img {
    width: 100%;
    overflow: hidden;
}

.bode1 .wrap .right .img img {
    width: 100%;
    transition: all ease .25s;
}

.bode1 .wrap .right .img img:hover {
    transform: scale(1.1, 1.1);
}

@media only screen and (max-width: 1200px) {
    .bode1 .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .bode1 .wrap .left {
        display: none;
    }
    .bode1 .wrap .mid {
        width: 100%;
    }
    .bode1 .wrap .right {
        display: none;
    }
}

#tit {
    width: 380px;
    margin: 0 auto;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
}

#tit h1 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
    position: absolute;
    top: -24px;
    display: block;
    width: 100%;
    text-align: center;
}

#tit h1 em {
    padding: 0 10px;
    background: #fff;
    color: #333333;
    font-style: normal;
}

#tit span {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: -8px;
    text-align: center;
}

#tit span em {
    padding: 0 10px;
    background: #fff;
    color: #999;
    font-style: normal;
}

@media only screen and (max-width: 750px) {
    #tit {
        width: 280px;
    }
    #tit h1 {
        font-size: 24px;
        top: -18px;
    }
}

@media only screen and (max-width: 480px) {
    #tit {
        width: 220px;
        height: 30px;
    }
    #tit h1 {
        font-size: 20px;
        top: -14px;
    }
}

.bode2 {
    width: 100%;
    margin-top: 70px;
}

.bode2 ul {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bode2 ul li {
    width: 19%;
    margin-top: 10px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}

.bode2 ul li .tit {
    width: 100%;
    padding-left: 25px;
}

.bode2 ul li:nth-child(1) .tit {
    background: url("../image/b_icon1.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(2) .tit {
    background: url("../image/b_icon2.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(3) .tit {
    background: url("../image/b_icon3.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(4) .tit {
    background: url("../image/b_icon4.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(5) .tit {
    background: url("../image/b_icon5.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(6) .tit {
    background: url("../image/b_icon4.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(7) .tit {
    background: url("../image/b_icon7.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(8) .tit {
    background: url("../image/b_icon8.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(9) .tit {
    background: url("../image/b_icon9.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(10) .tit {
    background: url("../image/b_icon10.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li .tit a {
    color: #333;
    font-size: 14px;
}

.bode2 ul li .tit a:hover {
    color: #ff5370;
}

.bode2 ul li dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bode2 ul li dl dd {
    line-height: 25px;
    margin-right: 10px;
}

.bode2 ul li dl dd a {
    color: #333;
    font-size: 13px;
}

.bode2 ul li dl dd a:hover {
    color: #ff5370
}

@media only screen and (max-width: 960px) {
    .bode2 ul li {
        width: 32%;
        margin-top: 10px;
        padding: 20px;
        background: #f8f8f8;
        border-radius: 5px;
    }
}

@media only screen and (max-width:750px) {
    .bode2 {
        width: 100%;
        margin-top: 50px;
    }
    .bode2 ul li {
        width: 48%;
        margin-top: 10px;
        padding: 20px;
        background: #f8f8f8;
        border-radius: 5px;
    }
}

.bode3 {
    width: 100%;
    margin-top: 70px;
}

.bode3 .content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bode3 .content li {
    width: 32%;
}

.bode3 .content li .tit{
    border-bottom:1px  solid #ddd;
    display:flex;
    justify-content: space-between;
    line-height: 35px;
}
.bode3 .content li .tit h5{
    color:#333;
    font-size: 16px;
}
.bode3 .content li .tit a{
    color:#999;
    font-size: 12px;
}
.bode3 .content li .tit a:hover{
    color:#d40000;
}


.bode3 .content li dl {
    width: 100%;
}

.bode3 .content li dl dd {
    width: 100%;
    line-height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
    border-bottom: 1px dashed #e8e8e8;
}

.bode3 .content li dl dd a {
    color: #666;
    font-size: 14px;
}

.bode3 .content li dl dd a:hover {
    color: #ff5370;
}

/*.bode3 .content li dl dd a img {
    width: 100%;
}*/

.bode3 .content li dl dd a img {
    display: -webkit-inline-box;
    width: 48%;
    padding-left: 1%;
}

@media only screen and (max-width: 850px) {
    .bode3 .content {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bode3 .content li {
        width: 70%;
    }
}

@media only screen and (max-width: 750px) {
    .bode3 .content li {
        width: 100%;
    }
}

.bode4 {
    width: 100%;
    margin-top: 70px;
}

.bode4 .list {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-left: none;
}

.bode4 .list li {
    width: 25%;
    border-left: 1px solid #ddd;
    /*height: 260px;*/
}

.bode4 .list li:hover {
    box-shadow: 0 3px 6px 6px rgba(0, 0, 0, .2);
}

.bode4 .list li .img {
    padding: 40px 0;
}

.bode4 .list li .img a {
    display: block;
    width: 100%;
    height: 150px;
}

.bode4 .list li .img p {
    font-size: 14px;
    width: 100%;
    padding: 10px 10%;
    text-align: center;
}

.bode4 .list li .img img {
    width: 80%;
    margin: 0 auto;
    height:100%;
   /* height: 150px;*/
}
.bode4 .list li .text {
    width: 100%;
    background: #6c6868;
    line-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.bode4 .list li .text .zizhi {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    width:60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bode4 .list li .text .ljzx {}

.bode4 .more {
    display: block;
    width: 190px;
    margin: 40px auto;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 17px;
    border: 1px solid #e4e4e4;
    /*background:#f7009b;*/
    /*border-radius: 11px;*/
}

.bode4 .list li .text .ljzx a {
    display: block;
    width:72px;
    line-height: 28px;
    color: #fff;
    background: #febc56;
    font-size: 13px;
    border-radius: 10px;
    text-align: center;
}

@media only screen and (max-width: 850px) {
    .bode4 .list {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 1px solid #ddd;
        border-left: none;
    }
}

@media only screen and (max-width: 750px) {
    .bode4 {
        width: 100%;
        margin-top: 50px;
    }
    .bode4 .list li {
        width: 50%;
        border-left: 1px solid #ddd;
    }
    .bode4 .list li .img img {
        width: 85%;
        margin: 0 auto;
        height: 100%;
    }
    .bode4 .list li .img {
        padding: 1px;
    }
}
@media only screen and (max-width: 480px) {
    .bode4 .list li{
        height:100%;
    }
    .bode4 .list li .img {
        padding:10px 0;
    }
    .bode4 .list li .text {
        flex-wrap:wrap;
    }
    .bode4 .list li .text .zizhi {
        width:100%;
    }
    .bode4 .list li .text .ljzx {
        width:100%;
    }
    .bode4 .list li .text .ljzx a {
        display: block;
        width:72px;
        line-height: 28px;
        color: #fff;
        background: #febc56;
        font-size: 13px;
        border-radius: 10px;
        text-align: center;
        margin:0 auto 10px;
    }
}

.bode5 {
    width: 100%;
    padding: 50px 0;
}

.bode5 img {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .bode5 {
        width: 100%;
        padding: 30px 0;
    }
}


/* åŒ»ç”Ÿåˆ—è¡¨ */

.all_w2 {
    width: 1200px;
    margin: 0 auto;
}

.all_w2 img {
    width: 100%;
}

.doctor_list {
    width: 100%;
}

.mbx_nav {
    width: 100%;
    padding: 15px 0;
}

.mbx_nav a {
    color: #333;
    font-size: 13px;
}

.mbx_nav a:hover {
    color: #ff5370;
}

.doctor_list .zx_doctor {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

#eve_fl {
    width: 100%;
    margin-top: 20px;
}

#eve_fl .wrap {
    border: 1px solid #ddd;
}

#eve_fl .wrap .tit {
    width: 100%;
}

#eve_fl .wrap .tit ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

#eve_fl .wrap .tit ul li {
    line-height: 40px;
    border-right: 1px solid #ddd;
    position: relative;
}

#eve_fl .wrap .tit ul li a {
    display: block;
    width: 100%;
    padding: 0 20px 0 40px;
    color: #333;
    font-size: 16px;
}

#eve_fl .wrap .tit ul li:nth-child(1) a {
    background: url("../image/fwtj.png")no-repeat 10px center;
    background-size: 18px 18px;
}

#eve_fl .wrap .tit ul li:nth-child(2) a {
    background: url("../image/zys.png")no-repeat 10px center;
    background-size: 18px 18px;
}

#eve_fl .wrap .tit ul li:nth-child(3) a {
    background: url("../image/zyy.png")no-repeat 10px center;
    background-size: 18px 18px;
}

#eve_fl .wrap .tit ul .on_fenlei:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
}

#eve_fl .wrap .tit ul li:nth-child(1).on_fenlei a {
    background: url("../image/fwtj_1.png")no-repeat 10px center !important;
    background-size: 18px 18px!important;
}

#eve_fl .wrap .tit ul li:nth-child(2).on_fenlei a {
    background: url("../image/zys_1.png")no-repeat 10px center!important;
    background-size: 18px 18px!important;
}

#eve_fl .wrap .tit ul li:nth-child(3).on_fenlei a {
    background: url("../image/zyy_1.png")no-repeat 10px center!important;
    background-size: 18px 18px!important;
}

#eve_fl .wrap .list {
    width: 100%;
    padding: 10px;
}

#eve_fl .wrap .list .lists {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}

#eve_fl .wrap .list .lists:nth-child(n+2) {
    margin-top: 15px;
}

#eve_fl .wrap .list .lists p {
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 20px;
    line-height: 25px;
    font-weight: bold;
}

#eve_fl .wrap .list .lists dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#eve_fl .wrap .list .lists dl dd {
    margin: 0 15px;
    line-height: 25px;
}

#eve_fl .wrap .list .lists dl dd a {
    color: #333;
    font-size: 13px;
}

#eve_fl .wrap .list .lists dl dd a:hover {
    color: #f7009b;
}

#eve_fl .wrap .list .lists dl .on_listone a {
    color: #f7009b;
}

@media only screen and (max-width: 750px) {
    .doctor_list .zx_doctor {
        margin-top: 10px;
    }
    #eve_fl .wrap .list .lists dl {
        max-height: 50px;
        overflow-y: scroll;
    }
    #eve_fl .wrap .tit ul li a {
        font-size: 14px;
        padding: 0 10px 0 30px;
    }
    #eve_fl .wrap .tit ul li:nth-child(1) a {
        background: url("../image/fwtj.png")no-repeat 5px center;
        background-size: 15px 15px;
    }
    #eve_fl .wrap .tit ul li:nth-child(2) a {
        background: url("../image/zys.png")no-repeat 5px center;
        background-size: 15px 15px;
    }
    #eve_fl .wrap .tit ul li:nth-child(3) a {
        background: url("../image/zyy.png")no-repeat 5px center;
        background-size: 15px 15px;
    }
    #eve_fl .wrap .tit ul li:nth-child(1).on_fenlei a {
        background: url("../image/fwtj_1.png")no-repeat 5px center !important;
        background-size: 15px 15px!important;
    }
    #eve_fl .wrap .tit ul li:nth-child(2).on_fenlei a {
        background: url("../image/zys_1.png")no-repeat 5px center!important;
        background-size: 15px 15px!important;
    }
    #eve_fl .wrap .tit ul li:nth-child(3).on_fenlei a {
        background: url("../image/zyy_1.png")no-repeat 5px center!important;
        background-size: 15px 15px!important;
    }
    #eve_fl .wrap .tit ul .on_fenlei:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        background: #fff;
    }
}

.doctor_list .zw {
    width: 100%;
}

.doctor_list .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor_list .zw .left {
    width: 78%;
}

#jvhe {
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    line-height: 40px;
    background: #f8f8f8;
    margin-top: 10px;
}

#jvhe li {
    border-right: 1px solid #ddd;
}

#jvhe li a {
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
}

#jvhe .on_jvhe a {
    background: #fff;
    color: #f7009b;
}

.doctor_list .zw .left .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.doctor_list .zw .left .list li {
    width: 31%;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .1);
    margin-top: 20px;
    overflow: hidden;
}

.doctor_list .zw .left .list li .img {
    width: 100%;
}

.doctor_list .zw .left .list li .img img {
    width: 100%;
    height: 190px;
    margin: 0 auto
}

.doctor_list .zw .left .list li .bottom {
    height: 200px;
}

.doctor_list .zw .left .list li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 5;
    width: 100%;
    height: 54%;
    transition: all ease .25s;
}

.doctor_list .zw .left .list li:hover .text {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.doctor_list .zw .left .list li .text .text_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
    margin-top: -88.6px;
}

.doctor_list .zw .left .list li .text .text_wrap .zrys {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.doctor_list .zw .left .list li .text .text_wrap .zrys h6 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.doctor_list .zw .left .list li .text .text_wrap .zrys em {
    font-style: normal;
    color: #666;
    font-size: 13px;
    margin-left: 15px;
}

.doctor_list .zw .left .list li .text .text_wrap .yy_name {
    color: #bb1010;
    font-size: 13px;
    margin-top: 10px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.doctor_list .zw .left .list li .text .text_wrap .pinfen {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.doctor_list .zw .left .list li .text .text_wrap .pinfen p {
    color: #999;
    font-size: 13px;
}

.doctor_list .zw .left .list li .text .text_wrap .pinfen p em {
    font-size: 16px;
    font-style: normal;
    color: #ff5370;
}

.doctor_list .zw .left .list li .text .text_wrap .pinfen span {
    display: block;
    color: #333;
    font-size: 13px;
}

.doctor_list .zw .left .list li .text .text_wrap .pinfen span i {
    font-size: 16px;
    font-style: normal;
    color: #333;
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm p {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm p span {
    display: block;
    width: 80%;
    color: #333;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm p span a {
    color: #333;
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm p span a:hover {
    color: #ff5370
}

.doctor_list .zw .left .list li .text .text_wrap .xiangm p em {
    display: block;
    color: #333;
    font-size: 13px;
    font-style: normal;
}

.doctor_list .zw .left .list li .text .text_wrap .more {
    width: 120px;
    margin: 20px auto 0;
    line-height: 30px;
    border: 1px solid #ddd;
    opacity: 0;
}

.doctor_list .zw .left .list li .text .text_wrap .more a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.doctor_list .zw .left .list li:hover .text .text_wrap .more {
    opacity: 1;
}

.doctor_list .zw .left .list li .text .text_wrap .more:hover {
    border: 1px solid #ff5370
}

.doctor_list .zw .left .list li .text .text_wrap .more:hover a {
    color: #ff5370;
}

#pages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

#pages li {
    margin: 10px 10px 0;
}

#pages li a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
}

#pages li:hover a {
    color: #fff;
    background: #d40000
}

#pages li.active{
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ddd;
     background: #f7009b
}
#pages li:hover strong{
    color: #fff;
    background: #d40000
}


#pages .on_page a {
    color: #fff;
    background: #d40000
}

#right1 {
    width: 20%;
}

#right1 .liyou {
    width: 100%;
    padding: 20px 10px;
    background: #f8f8f8;
    margin-top: 10px;
}

#right1 .liyou .tit {
    width: 100%;
    color: #333;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

#right1 .liyou ul {
    width: 100%;
}

#right1 .liyou ul li {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#right1 .liyou ul li .img {
    width: 40px;
}

#right1 .liyou ul li .img img {
    width: 100%;
}

#right1 .liyou ul li .text {
    margin-left: 10px;
}

#right1 .liyou ul li .text p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

#right1 .liyou ul li .text span {
    display: block;
    color: #999;
    line-height: 25px;
    font-size: 13px;
}

#right1 .xlph {
    width: 100%;
    margin-top: 20px;
    background: #f8f8f8;
}

#right1 .xlph .tit {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding: 0 10px;
}

#right1 .xlph ul {
    width: 100%;
    padding: 0 10px 15px;
}

#right1 .xlph ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#right1 .xlph ul li .img {
    width: 70px;
}

#right1 .xlph ul li .img img {
    width: 100%;
    height: 50px;
}

#right1 .xlph ul li .text {
    width: 60%;
}

#right1 .xlph ul li .text p {
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

#right1 .xlph ul li .text p a {
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right1 .xlph ul li .text p a:hover {
    color: #ff5370;
}

#right1 .xlph ul li .text span {
    display: block;
    color: #d40000;
    font-size: 14px;
    margin-top: 10px;
}

#right1 .rm_gjc {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 0 10px 10px;
}

#right1 .rm_gjc ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#right1 .rm_gjc ul li {
    margin-right: 10px;
    margin-top: 10px;
}

#right1 .rm_gjc ul li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 33px;
    line-height: 25px;
    font-size: 13px;
    background: #999;
    color: #fff;
}

#right1 .rm_gjc ul li a:hover {
    background: #f7009b;
}

#right1 .doc_zx {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

#right1 .doc_zx p {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
}

#right1 .doc_zx a {
    display: block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    margin: 20px auto 0;
    background: #f7009b;
    text-align: center;
    line-height: 35px;
}

@media only screen and (max-width: 960px) {
    .doctor_list .zw .left {
        width: 100%;
    }
    #right1 {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .doctor_list .zw .left .list li {
        width: 48%;
    }
}

@media only screen and (max-width: 480px) {
    .doctor_list .zw .left .list {
        margin: 0;
    }
    .doctor_list .zw .left .list li .bottom {
        height: 100px;
    }
    .doctor_list .zw .left .list li .text .text_wrap {
        padding: 0 10px;
        margin-top: -33.6%;
    }
    .doctor_list .zw .left .list li .text .text_wrap .yy_name {
        color: #999;
        font-size: 13px;
        margin-top: 5px;
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .doctor_list .zw .left .list li .text .text_wrap .pinfen {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        display: none;
    }
    #right1 {
        display: block;
        width: 100%;
    }
    #right1 .liyou ul li {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* åŒ»ç”Ÿå†…é¡µ */

.doctor_article {
    width: 100%;
}

.doctor_article .zw {
    width: 100%;
}

.doctor_article .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor_article .zw .left {
    width: 78%;
    border: 1px solid #ddd;
    height: 100%;
}

.doctor_article .zw .left .doctor_js {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.doctor_article .zw .left .doctor_js .img {
    border: 1px solid #ddd;
    padding: 10px;
    width: 300px;
}

.doctor_article .zw .left .doctor_js .img img {
    width: 100%;
}

.doctor_article .zw .left .doctor_js .text {
    margin-left: 30px;
}

.doctor_article .zw .left .doctor_js .text h3 {
    color: #333;
    font-size: 18px;
    
}

.doctor_article .zw .left .doctor_js .text dl {
    width: 100%;
    margin-top: 20px;
}

.doctor_article .zw .left .doctor_js .text dl dd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    line-height: 25px;
}

.doctor_article .zw .left .doctor_js .text dl dd span {
    display: block;
    color: #999;
    white-space: nowrap;
    font-size: 15px;
    line-height: 40px;
}

.doctor_article .zw .left .doctor_js .text dl dd p {
    color: #333;
    margin-left: 10px;
    font-size: 15px;
    line-height: 40px;
}

.doctor_article .zw .left .doctor_js .text dl dd a {
    display: block;
    padding: 0 10px;
    background: #ff5370;
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
    line-height: 40px;
}

.doctor_article .zw .left .xxnr {
    width: 100%;
    padding: 30px 20px 20px;
    line-height: 35px;
}

.doctor_article .zw .left .xxnr p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}

.doctor_article .zw .left .xxnr p img{
    margin:0 auto !important ;
}

.doctor_article .zw .left .sz_yy {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctor_article .zw .left .sz_yy .img {
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
}

.doctor_article .zw .left .sz_yy .img img {
    width: 100px;
    height: 100px;
    margin: 50px auto;
}

.doctor_article .zw .left .sz_yy .text {
    width: 70%;
}

.doctor_article .zw .left .sz_yy .text h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.doctor_article .zw .left .sz_yy .text p {
    color: #333;
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
}

@media only screen and (max-width: 960px) {
    .doctor_article .zw .left {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .doctor_article .zw .left .doctor_js .img {
        border: 1px solid #ddd;
        padding: 10px;
        width: 300px;
        margin: 0 auto
    }
    .doctor_article .zw .left .doctor_js {
        width: 100%;
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .doctor_article .zw .left .doctor_js .text {
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .doctor_article .zw .left .xxnr {
        width: 100%;
        padding: 0px 20px 20px;
    }
    .doctor_article .zw .left .xxnr span img {
        width: 100% !important;
        height: auto !important;
    }
    .doctor_article .zw .left .sz_yy {
        flex-wrap: wrap;
    }
    .doctor_article .zw .left .sz_yy .img {
        width: 200px;
        height: 200px;
        border: 1px solid #ddd;
        margin: 0 auto
    }
    .doctor_article .zw .left .sz_yy .text {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .doctor_article .zw .left .doctor_js .img {
        border: 1px solid #ddd;
        padding: 10px;
        width: 200px;
    }
}


/* åŒ»é™¢åˆ—è¡¨ */

.hospital_list {
    width: 100%;
}

.hospital_list .zx_doctor {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

.hospital_list .zw {
    width: 100%;
}

.hospital_list .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hospital_list .zw .left {
    width: 78%;
    height: 100%;
}

.hospital_list .zw .left .list {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.hospital_list .zw .left .list li {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hospital_list .zw .left .list li:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.hospital_list .zw .left .list li .hsp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.hospital_list .zw .left .list li .hsp .img {
    width: 180px;
}

.hospital_list .zw .left .list li .hsp .img img {
    width: 100%;
}

.hospital_list .zw .left .list li .hsp .text {
    margin-left: 30px;
}

.hospital_list .zw .left .list li .hsp .text p {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

.hospital_list .zw .left .list li .hsp .text span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 35px;
}

.hospital_list .zw .left .list li .hsp .text a {
    display: block;
    width: 75px;
    color: #f00;
    font-size: 13px;
    border: 1px solid #f00;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}

.hospital_list .zw .left .list li .hsp .text a:hover {
    color: #d40000;
    border: 1px solid #d40000;
}

.hospital_list .zw .left .list li .pinfen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hospital_list .zw .left .list li .pinfen .pinfen_left {
    padding: 0 20px;
}

.hospital_list .zw .left .list li .pinfen .pinfen_left p {
    color: #d40000;
    font-size: 30px;
}

.hospital_list .zw .left .list li .pinfen .pinfen_left p i {
    font-size: 15px;
    color: #999;
    font-style: normal;
}

.hospital_list .zw .left .list li .pinfen .pinfen_left img {
    width: 85px;
    margin-top: 10px;
}

.hospital_list .zw .left .list li .pinfen .pinfen_left span {
    color: #999;
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px;
}

.hospital_list .zw .left .list li .pinfen .pinfen_right {
    padding: 0 20px;
    border-left: 1px solid #ddd;
}

.hospital_list .zw .left .list li .pinfen .pinfen_right p {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.hospital_list .zw .left .list li .pinfen .pinfen_right p span {
    color: #999;
}

.hospital_list .zw .left .list li .pinfen .pinfen_right p em {
    margin-left: 10px;
    color: #999;
    font-style: normal;
}

@media only screen and (max-width: 960px) {
    .hospital_list .zw .left {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .hospital_list .zw .left .list li {
        padding: 20px 10px;
    }
    .hospital_list .zw .left .list li .pinfen {
        display: none;
    }
    .hospital_list .zx_doctor {
        margin-top: 10px;
    }
}


/* åŒ»é™¢å†…é¡µ */

.hospital_article {
    width: 100%;
}

.hospital_article .zx_doctor {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

.hospital_article .zw {
    width: 100%;
}

.hospital_article .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hospital_article .zw .left {
    width: 78%;
    height: 100%;
    border: 1px solid #ddd;
}

.hospital_article .zw .left .hospital_js {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.hospital_article .zw .left .hospital_js .tit {
    color: #333;
    font-size: 24px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd
}

.hospital_article .zw .left .hospital_js .content {
    padding: 30px 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hospital_article .zw .left .hospital_js .content .img {
    width: 300px;
}

.hospital_article .zw .left .hospital_js .content .img img {
    width: 100%;
    margin: 50px auto;
}

.hospital_article .zw .left .hospital_js .content .text {
    margin-left: 30px;
}

.hospital_article .zw .left .hospital_js .content .text dl {
    width: 100%;
}

.hospital_article .zw .left .hospital_js .content .text dl dd {
    display: flex;
    justify-content: flex-start;
    line-height: 25px;
}

.hospital_article .zw .left .hospital_js .content .text dl dd span {
    color: #999;
    font-size: 13px;
    display: block;
    line-height: 33px;
}

.hospital_article .zw .left .hospital_js .content .text dl dd p {
    color: #333;
    font-size: 13px;
    margin-left: 10px;
    line-height: 33px;
}

.hospital_article .zw .left .hospital_xq {
    padding: 30px 20px;
    line-height: 35px;
}

.hospital_article .zw .left .hospital_xq p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    text-indent: 25px;
}

.hospital_article .zw .left .hospital_xq p img {
    margin: 0 auto !important;
}

@media only screen and (max-width: 960px) {
    .hospital_article .zw .left {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
    }
}

@media only screen and (max-width: 750px) {
    .hospital_article .zw .left .hospital_js .content {
        padding: 30px 10px;
        flex-wrap: wrap;
    }
    .hospital_article .zw .left .hospital_js .content .img {
        margin: 0 auto
    }
    .hospital_article .zw .left .hospital_js .content .text {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .hospital_article .zw .left .hospital_js .tit {
        font-size: 18px;
    }
    .hospital_article .zw .left .hospital_xq img {
        width: 100% !important;
        height: auto !important;
    }
}


/* é¡¹ç›®é¡µé¢ */

.xiangmu {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
}

.xiangmu .list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.xiangmu .list li {
    height: 20em;
    width: 25%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    overflow: hidden;
}

.xiangmu .list li .img {
    height: 16.5em;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xiangmu .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xiangmu .list li .img .text_img {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    z-index: 5;
    transition: all ease .25s;
}

.xiangmu .list li:hover .img .text_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    z-index: 5;
}

.xiangmu .list li .img .text_img p {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    line-height: 25px;
    display: inline-block;
}

.xiangmu .list li .text {
    width: 100%;
    background: #6c6868;
    line-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.xiangmu .list li .text p {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
}

.xiangmu .list li .text a {
    display: block;
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    background: #febc56;
    font-size: 13px;
    border-radius: 10px;
}

@media only screen and (max-width: 750px) {
    .xiangmu {
        width: 100%;
        margin-top: 30px;
    }
    .xiangmu .list li {
        width: 50%;
        border-top: 1px solid #fff;
        ;
        border-left: 1px solid #fff;
    }
}

@media only screen and (max-width: 480px) {
    .xiangmu .list li .text {
        padding: 0 10px;
    }
    .xiangmu .list li .text p {
        font-size: 13px;
        color: #fff;
        line-height: 34px;
    }
    .xiangmu .list li .text a {
        display: block;
        padding: 0 10px;
        line-height: 25px;
        color: #fff;
        background: #f7009b;
        font-size: 13px;
        border-radius: 10px;
    }
}


/* æ–°é—»åˆ—è¡¨ */

.news_list {
    width: 100%;
}

.news_list .zw {
    width: 100%;
}

.news_list .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list .zw .left {
    width: 78%;
}

.news_list .zw .left .list {
    width: 100%;
    margin-top: 20px;
}

.news_list .zw .left .list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px dashed #ddd;
}

.news_list .zw .left .list li:hover {
    background: #f8f8f8
}

.news_list .zw .left .list li .img {
    width: 200px;
}

.news_list .zw .left .list li .img img {
    width: 100%;
    height: 160px;
}

.news_list .zw .left .list li .text {
    width: 75%;
}

.news_list .zw .left .list li .text h6 {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list .zw .left .list li .text h6 a {
    color: #333;
}

.news_list .zw .left .list li .text h6 a:hover {
    color: #d40000;
}

.news_list .zw .left .list li .text p {
    color: #999;
    font-size: 13px;
    line-height: 25px;
    margin-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right2 {
    width: 20%;
}

#right2 .zx_list {
    margin-top: 20px;
    border: 1px solid #ddd;
}

#right2 .zx_list ul {
    width: 100%;
    padding: 20px 0;
}

#right2 .zx_list ul li {
    padding-left: 50px;
    line-height: 30px;
}

#right2 .zx_list ul li:nth-child(1) {
    background: url("../image/icon1.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(2) {
    background: url("../image/icon2.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(3) {
    background: url("../image/icon3.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(4) {
    background: url("../image/icon4.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(5) {
    background: url("../image/icon5.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(6) {
    background: url("../image/icon6.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(7) {
    background: url("../image/icon7.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(8) {
    background: url("../image/icon8.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(9) {
    background: url("../image/icon9.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(10) {
    background: url("../image/icon5.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(11) {
    background: url("../image/icon11.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(12) {
    background: url("../image/icon12.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(13) {
    background: url("../image/icon8.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}

#right2 .zx_list ul li a:hover {
    color: #d40000;
}

#right2 .xgzx {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px;
}

#right2 .xgzx .tit {
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

#right2 .xgzx ul {
    width: 100%;
    padding: 0 10px
}

#right2 .xgzx ul li {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#right2 .xgzx ul li .img {
    width: 35%;
}

#right2 .xgzx ul li .img img {
    width: 100%;
}

#right2 .xgzx ul li .text {
    width: 60%;
}

#right2 .xgzx ul li .text p {
    color: #333;
    font-size: 13px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

#right2 .xgzx ul li .text p a {
    color: #333;
}

#right2 .xgzx ul li .text p a:hover {
    color: #d40000
}

#right2 .xgzx ul li .text span {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right2 .a_img {
    width: 100%;
    margin-top: 20px;
}

#right2 .a_img img {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .news_list .zw .left {
        width: 100%;
    }
    #right2 {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .news_list .zw .left .list {
        margin-top: 0;
    }
    .news_list .zw .left .list li {
        align-items: center;
        padding: 20px 10px;
    }
    .news_list .zw .left .list li .img img {
        width: 100%;
        height: 100px;
    }
    .news_list .zw .left .list li .img {
        width: 32%;
    }
    .news_list .zw .left .list li .text {
        width: 65%;
    }
}

@media only screen and (max-width: 480px) {
    #right2 {
        display: block;
        width: 100%;
    }
}


/* æ–°é—»å†…é¡µ */

.news_article {
    width: 100%;
}

.news_article .zw {
    width: 100%;
}

.news_article .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_article .zw .left {
    width: 78%;
}

.news_article .zw .left .content {
    margin-top: 20px;
}

.news_article .zw .left .content .tit {
    width: 100%;
    padding: 20px 0;
}

.news_article .zw .left .content .tit h1 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}

.news_article .zw .left .content .tit .text {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #999;
}

.news_article .zw .left .content .tit .text span {
    color: #999;
    padding: 0 20px;
}

.news_article .zw .left .content .wenzhang {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    line-height: 35px;
}
.news_article .zw .left .content .wenzhang h3,.news_article .zw .left .content .wenzhang h3 span,.doctor_article .zw .left .xxnr h3,.doctor_article .zw .left .xxnr h3 span,.hospital_article .zw .left .hospital_xq h3,.hospital_article .zw .left .hospital_xq h3 span{
    font-size: 16px;
    font-weight:bold;
    color:#f7009b !important;
    line-height: 40px;
}
table {width: 80%;margin: 1em auto;border-collapse: collapse;border:1px solid #f7009b;}
table,table tr,table tr td {border: #f7009b 1px solid;line-height:3em;max-width: 100%;text-align: center;font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
table tr td{ width:50%}
table tr:nth-child(odd){background-color: #fdfafc;}

.news_article .zw .left .content .wenzhang p {
    color: #333;
    font-size: 15px;
    margin-top: 20px;
    line-height: 25px;
    text-indent: 25px;
}

.news_article .zw .left .content .wenzhang img {

    margin: 20px auto 0;
}

.news_article .zw .left .pn {
    padding: 20px 0;
}

.news_article .zw .left .pn p {
    line-height: 25px;
    color: #333;
    font-size: 14px;
}

.news_article .zw .left .pn p a {
    color: #333;
    font-size: 14px;
}

.news_article .zw .left .pn p a:hover {
    color: #d40000;
}

@media only screen and (max-width: 960px) {
    .news_article .zw .left {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .news_article .zw .left .content {
        margin-top: 0;
    }
    .news_article .zw .left .content .wenzhang img {
        width: 100% !important;
        height: auto !important;
    }
    .news_article .zw .left .content .tit h1 {
        color: #333;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        text-align: center;
    }
}
.fright{height:31px;padding:30px 0px; position:fixed; right:0;bottom:50%;}
/* ç§»åŠ¨ç«¯å¯¼èˆª */
.yd_nav{
    width:100%;
    display:none;
}

@media only screen and (max-width: 750px) {

    .yd_nav{
        display:block;
    }
}
.yd_nav ul{
   display:flex;
   justify-content: flex-start;
   flex-wrap:wrap;
}
.yd_nav ul li{
    width:25%;
    margin-top:20px;
}
.yd_nav ul li .img{
    width:100%;
}
.yd_nav ul li .img img{
    width:60%;
    border-radius: 100%;
    margin:0 auto;
}
.yd_nav ul li .text{
    width:100%;
    padding:0 10px;
}
.yd_nav ul li .text a{
    line-height: 25px;
    margin-top:10px;
    color:#333;
    font-size: 12px;
    display:block;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .yd_nav ul li .img img{
        width:70%;
        border-radius: 100%;
        margin:0 auto;
    }
}