﻿@charset "utf-8";
/**初始**/


* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    position: relative;
    font-family: "Arial","微软雅黑" !important;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none; 
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,h1,h2,h3,h4,h5,h6,
aside {
    padding: 0;
    margin: 0;
}

ul,
ul li {
    list-style: none;
}


.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; }

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table td {
        border-collapse: collapse;
        font-size: 14px;
    }

select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}

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

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0,0,0,0); /* 去掉链接触摸高亮 */
}

    a:hover {
        color: #24a2e4;
        text-decoration: none;
    }

    a:focus {
        color: #000;
        outline: none;
        -moz-outline: none;
    }

    a:active {
        color: #000;
    }

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}
    /*IE/7/6*/
    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hidden{display:none;}
/*2行文本省略号*/
.dot2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*垂直居中,容器设置宽高*/
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.Isimg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}

.Isimg_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out;
}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}




.wid {
    max-width: 1200px;
    margin: 0 auto;
}

@media(max-width:1200px) {
    .wid {
        padding: 0 2%;
    }
}



header{	background: #f2fbff;}
header .top {
	overflow:hidden;
	padding:30px 0px;
}
header .top a{display:block;}
header .top .logo {
	
	float:left;
}
header .top .tell {
	float:right;
}
header .top .logo img {

}

.topNav {
    position: relative;
    background: #0993cf;
    line-height: 50px
}

.topNav .wid > li {
    position: relative;
    float: left;
    margin-right: 4.7%;
}

.topNav li > a {
    color: #fff;
    font-size: 18px;
    display: block;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.topNav li > a:hover,
.topNav li.aon > a {
	border-color: #ffca5b;
}

.topNav li:last-child {
    margin-right: 0;
}


/*首页banner*/

.swiper-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    
}
.swiper-banner .swiper-pagination{
    left: 0;
    width: 100%;
    bottom: 8px;
}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{color:#fff;font-weight:800;}
.swiper-banner .swiper-pagination-bullet-active{width:50px;color:#fec85c !important;border-radius:5px;background-color:#fec85c;}

.footer{background-color:#2b373d;padding:90px 0 30px;}
.footer .dlogo{width:400px;float: left;border-right:1px solid #414b51;}
.footer .dlogo dt{}
.footer .dlogo dd{padding:20px;}
.footer .dlogo dd span{display:block;color:#fff;padding:5px;}
.footer .listbox{float:left;width:520px;padding:20px 40px;display:flex;justify-content: flex-start;flex-wrap:wrap; border-right:1px solid #414b51;}
.footer .listbox a{display:block;color:#F1F1F1;padding:20px 0px;font-size:18px;width:33%;text-align:center;}

.footer .ewmbox{float:right;display:flex;justify-content: flex-start;flex-wrap:wrap;}
.footer .ewmbox .item{padding-right:50px;padding-top:50px;}
.footer .ewmbox .item .img{width:125px;}
.footer .ewmbox .item .tit{margin-top:10px;}

.bottom{background-color:#2b373d;padding:30px 0;border-top: 1px solid #414b51;}
.bottom a{color:#F1F1F1;}
.bottom .link{float:left;}
.bottom .link a{padding-right:20px;}
.bottom .siteinfo{float:right;}

.ylt{background-color:#2b373d;color:#F1F1F1;padding:30px 0;}
.ylt .wid{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.ylt dl{width:200px;text-align:center;}
.ylt dl img{width:60px;}
.ylt dl dd{margin-top:10px;color:#666;}



/*首页第一模块——图标*/
.H_box .box1 {
    padding: 3% 0;
}

    .H_box .box1 li {
        width: 16.667%;
        float: left;
        height: 109px;
        overflow: hidden;
        border: 1px solid #f3f3f3;
        background: #fff;
        line-height: 109px;
        text-align: center;
        margin: -1px -1px 0 0;
        font-size: 0;
    }

        .H_box .box1 li:nth-child(2),
        .H_box .box1 li:nth-child(4),
        .H_box .box1 li:nth-child(6),
        .H_box .box1 li:nth-child(7),
        .H_box .box1 li:nth-child(9),
        .H_box .box1 li:nth-child(11) {
            background: #fbfbfb;
        }

        .H_box .box1 li * {
            transition: all 0.4s;
        }

        .H_box .box1 li span,
        .H_box .box1 li figure {
            display: inline-block;
            vertical-align: middle;
        }

        .H_box .box1 li span {
            line-height: 22px;
            font-size: 18px;
            color: #999;
            width: 55px;
            text-align: left;
        }

            .H_box .box1 li span.txt {
                width: 45px;
            }

        .H_box .box1 li figure {
            width: 80px;
            height: 80px;
            position: relative;
            margin-right: 5%;
            border: 1px solid #f3f3f3;
            border-radius: 100%;
            background: #fff;
            line-height: 80px;
        }
        /*.H_box .box1 li img{ position: absolute; left: 50%; top: 50%; max-height: 100%; transform: translate(-50%,-50%);}*/
        .H_box .box1 li img {
            display: inline-block;
            vertical-align: middle;
            max-height: 80px;
        }

    .H_box .box1 .hover {
        display: none;
    }

.H_box #side-icon ul {
    padding: 0 20px;
    position: relative;
}

.H_box #side-icon .owl-item li {
    width: 120px;
    margin-top: 0;
}

.H_box #side-icon figure {
    width: 50px;
    line-height: 50px;
    height: 50px;
}

.H_box #side-icon img {
    max-height: 30px;
    max-width: 30px;
}

.H_box #side-icon span {
    font-size: 16px;
    line-height: 20px;
}

.H_box .side-icon a:hover figure {
    background: #0993cf;
    border-color: #0993cf;
}

    .H_box .side-icon a:hover figure .img {
        display: none;
    }

.H_box .side-icon a:hover .hover {
    display: inline-block;
}

.H_box .side-icon a:hover span {
    color: #0993cf;
}

.H_box #side-icon .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 100;
    overflow: hidden;
    background: url("../images/btn_icon.png") no-repeat -14px center;
}

.H_box #side-icon .owl-nav .owl-prev {
    left: 0;
}

.H_box #side-icon .owl-nav .owl-next {
    right: 0;
    background-position: -56px center;
}

.Htitle {
    width: 48%;
    float: left;
}

    .Htitle figure {
        position: relative;
        font-size: 28px;
        color: #0993cf;
        overflow: hidden;
        line-height: 34px;
    }

    .Htitle span {
    }

    .Htitle .H_more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #bbbbbb;
        padding-right: 23px;
    }

        .Htitle .H_more:before,
        .Htitle .H_more:after {
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            border: 7px solid transparent;
            border-left-color: #cbe8f5;
            overflow: hidden;
            content: '';
            margin-top: -7px;
        }

        .Htitle .H_more:before {
            right: -2px;
            border-left: 7px solid #bbbbbb;
        }

.H_i_tit {
    font-size: 22px;
    color: #dddddd;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .H_i_tit:before {
        content: '';
        background: url("../images/H_tit_bg.png") repeat-x center right;
        display: inline-block;
        height: 10px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .H_i_tit i {
        display: inline-block;
        background: #fff;
        font-style: normal;
        position: relative;
        z-index: 2;
        padding-right: 10px;
    }

.owl-nav div {
    z-index: 10;
}








.NyBanner figure {
    background-size: cover;
    background-position: center;
    height: 400px;
    overflow: hidden;
}

.NyBanner img {
    width: 100%;
    display: block;
}

.NyBanner .wap_ban {
    display: none;
}





.about_video {
    position: relative;
    margin: 2% 0;
}

    .about_video img {
        display: block;
        width: 100%;
    }

    .about_video:before,
    .about_video .play,
    .about_video video {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_video:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        content: '';
    }

    .about_video .play {
        font-size: 14px;
        width: 69px;
        color: #fff;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }

        .about_video .play:before {
            content: '';
            display: block;
            padding-top: 100%;
            background: url("../images/video_play.png") no-repeat center;
            background-size: contain;
            margin-bottom: 15%;
        }

    .about_video video {
        background: #000;
        width: 100%;
        height: 100%;
        display: none;
    }


/*医院历史*/
.his_tit {
    font-size: 24px;
    color: #333;
    display: block;
    margin: 3% 0;
    position: relative;
    font-weight: normal;
}

    .his_tit:before {
        content: '';
        background: url("../images/H_tit_bg.png") repeat-x center right;
        display: inline-block;
        height: 10px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .his_tit span {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 2;
        padding-right: 10px;
    }

.history .img_list {
    padding: 20px;
    position: relative;
}

    .history .img_list:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../images/his_bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .history .img_list li {
        width: 33.33%;
        float: left;
        position: relative;
        padding-top: 30.71%;
    }

        .history .img_list li.n4 {
            margin-right: 33.33%
        }

        .history .img_list li.n5,
        .history .img_list li.n6 {
            left: 34.1%;
            position: absolute;
            padding-top: 15%;
            width: 31.787%
        }

        .history .img_list li.n5 {
            top: 34%
        }

        .history .img_list li.n6 {
            bottom: 34%
        }

        .history .img_list li a {
            display: block;
        }

        .history .img_list li img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0
        }

.his_con dl {
    position: relative;
    padding-left: 70px;
}

.his_con dt {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
}

.his_con dd {
    position: relative;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 20px;
    line-height: 26px;
}

    .his_con dd:after {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        width: 20px;
        height: 20px;
        background: url("../images/line_icon5.png") no-repeat center;
    }

    .his_con dd article {
        overflow: hidden;
    }

    .his_con dd .pic {
        float: left;
        margin-right: 10px;
    }




/*医院荣誉*/
.honor_photo {
    position: relative;
}

    .honor_photo li {
        border-bottom: 1px solid #e3e3e3;
    }

        .honor_photo li .Ispic {
            padding-bottom: 68%;
            background-size: contain;
        }

        .honor_photo li p {
            font-size: 16px;
            color: #666;
            line-height: 50px;
            text-align: center;
            margin: 0;
        }

    .honor_photo .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        padding: 0;
        line-height: 100;
        overflow: hidden;
        background: url("../images/btn_icon.png") no-repeat left;
    }

        .honor_photo .owl-nav div:hover {
            background-image: url("../images/btn_icon_hover.png");
        }

    .honor_photo .owl-nav .owl-prev {
        left: 0;
    }

    .honor_photo .owl-nav .owl-next {
        right: 0;
        background-position: right;
    }

.honor_list ul li {
    position: relative;
    padding-left: 10px;
}

    .honor_list ul li:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 2px;
        background: #666666;
        left: 0;
        top: 50%;
    }



.Ntit_list li {
    border-bottom: 1px dashed #efefef;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}

    .Ntit_list li time {
        float: right;
        color: #999;
        font-size: 14px;
    }


/*人才招聘*/
.join_list .list {
    padding-bottom: 2px;
}

    .join_list .list .dot {
        font-weight: normal;
        margin: 0;
        color: #fff;
        padding: 10px 45px 10px 15px;
        background: url(../images/TextList001824-icon_close.gif) no-repeat 98% center #cacaca;
        font-size: 16px;
        cursor: pointer;
    }

        .join_list .list .dot#on {
            background-image: url(../images/TextList001824-icon_open.gif);
            background-color: #0993cf;
        }

    .join_list .list .con {
        display: none;
        padding: 10px 0 20px;
    }

    .join_list .list .info {
    }

    .join_list .list .date {
        line-height: 28px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

        .join_list .list .date dt {
            color: #999;
        }

        .join_list .list .date dd {
            color: #000;
        }

            .join_list .list .date dd span {
                color: #195392;
            }


.bd_weixin_popup {
    width: 260px !important;
    height: 320px !important;
}

/*合作伙伴*/
.link_list {
    margin-bottom: 5%;
}

    .link_list li {
        width: 32%;
        margin-right: 2%;
        float: left;
        margin-bottom: 2%;
    }

        .link_list li a {
            display: block;
            width: 100%;
            position: relative;
            padding-top: 44%;
            border: 1px solid #f2f2f2;
        }

            .link_list li a img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                max-width: 98%;
                max-height: 98%;
            }

        .link_list li:nth-child(3n) {
            margin-right: 0;
        }


/*医院环境*/
.ambient_list {
}

    .ambient_list li {
        width: 31.66%;
        margin-right: 2.5%;
        float: left;
        margin-bottom: 3%;
    }

        .ambient_list li:nth-child(3n) {
            margin-right: 0;
        }

        .ambient_list li figure {
            padding-top: 50%;
            padding-top: 74.41%;
        }

        .ambient_list li p {
            margin: 0;
            line-height: 40px;
            background: #f5f5f5;
            text-align: center;
            font-size: 16px;
            padding: 0 10px;
        }


/*联系我们*/
.contact_con {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 3%;
}

    .contact_con p {
        margin: 0;
    }

.contact_list .list {
    margin-top: 0;
    padding-top: 5%;
    border-top: 1px dashed #e6e6e6;
}

.contact_list .h2_title {
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    margin: 3% 0 10px;
}

.contact_list article {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

    .contact_list article p {
        margin: 0;
    }

.contact_list .map {
    height: 350px;
}

    .contact_list .map * {
        max-width: none;
    }

@media(max-width:1366px) {
    .other .click {
        display: block;
    }

    .other .con {
        display: none;
    }
}

@media(max-width:1200px) {
    .header .top dd {
        width: auto;
    }

    .topNav {
        text-align: center;
    }

        .topNav li {
            margin: 0 1%;
            display: inline-block;
            float: none;
        }

            .topNav li:first-child {
                margin-left: 0;
            }

    .H_box2 .owl-carousel,
    .H_box3 .owl-carousel {
        padding: 0 20px;
    }

    .H_box2 .owl-nav .owl-prev,
    .H_box3 .owl-nav .owl-prev {
        left: -2%;
    }

    .H_box2 .owl-nav .owl-next,
    .H_box3 .owl-nav .owl-next {
        right: -2%;
    }
}

@media(max-width:1024px) {
    .header .logo {
        width: auto;
    }
  .header .logo img.img1 {
         width: 15%;display:inline-block;max-width:auto 
        }
        .header .logo img.img2 {
         width:75%; display:inline-block;max-width:auto  
        }

    .header .top {
        width: 50%;
        margin-right: 50px;
    }

    .header #open_menu {
        width: 40px;
        height: 30px;
        position: absolute;
        z-index: 101;
        transition: background 0.3s;
        right: 2%;
        top: 50%;
        margin-top: -15px;
    }

        .header #open_menu i {
            top: 50%;
        }

            .header #open_menu i::before,
            .header #open_menu i::after {
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                transition: transform 0.3s;
            }

            .header #open_menu i::before {
                top: 6px;
            }

            .header #open_menu i::after {
                top: -6px;
            }

            .header #open_menu i,
            .header #open_menu i::before,
            .header #open_menu i::after {
                background: #0993cf;
                border-radius: 3px;
                position: absolute;
            }

        .header #open_menu i {
            left: 20%;
            width: 60%;
            height: 2px;
            margin-top: -1px;
        }

        .header #open_menu.open_menu_on i {
            height: 3px;
            margin-top: -1.5px;
        }

    #open_menu.open_menu_on i {
        background: none !important;
    }

        #open_menu.open_menu_on i::before,
        #open_menu.open_menu_on i::after {
            top: 0 !important;
        }

        #open_menu.open_menu_on i::before {
            transform: rotate(45deg);
        }

        #open_menu.open_menu_on i::after {
            transform: rotate(-45deg);
        }

    .header .topNav {
        display: none;
        width: 100%;
        top: 100%;
        right: 0;
        z-index: 110;
        margin-right: 0;
        text-align: center;
        float: none;
        position: absolute;
        padding: 2% 0;
        max-width: 200px;
        line-height: 36px;
    }

        .header .topNav li {
            width: 100%;
            display: block;
            margin: 0 0 1%;
            padding: 0 5%;
        }

            .header .topNav li a {
                display: inline-block;
            }

    .H_ban li figure {
        height: auto;
        background: none !important;
    }

    .H_ban .wap {
        display: block;
    }

    .H_box .side-icon,
    .footer nav {
        display: none
    }

    .footer {
        padding-top: 0;
    }

        .footer .bottom {
            line-height: 24px;
        }

            .footer .bottom .wid .share,
            .footer .bottom .wid figure {
                display: block;
                text-align: center;
            }

            .footer .bottom .wid p {
                text-align: center;
                float: none;
                display: block;
            }

    .NyBanner figure {
        height: auto;
        background: none !important;
    }

    .NyBanner .wap_ban {
        display: block;
    }

    .NyBanner .pc_ban {
        display: none
    }

    .fl,
    .fr {
        width: 100%;
        float: none;
        margin-bottom: 2%;
    }

    .Location {
        display: none;
    }

    .Nmenu .side-title {
        padding: 2% 0 2% 2%;
    }

    .Nmenu .side-open_menu {
        display: block;
        border: 2px solid #0993cf;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #666;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

        .Nmenu .side-open_menu::after {
            position: absolute;
            content: '';
            border: 6px solid transparent;
            border-top-color: #0993cf;
            right: 10px;
            top: 50%;
            margin-top: -3px;
        }

    .Nmenu .side-menu {
        display: none;
        padding-bottom: 20px;
    }

    .topNav li dl {
        display: none !important;
    }
}

@media(max-width:768px) {
    .H_box2 li {
        padding-left: 130px;
    }

    .H_box4 dt span {
        width: 35%;
        font-size: 16px;
    }

    .H_box4 li .txt {
        padding-top: 2%;
    }

    .H_box4 .txt span {
        font-size: 20px;
    }

    .H_box4 .txt h3 {
        margin: 2% 0 1%;
    }

    .other {
        display: none;
    }

    .honor_photo li {
        width: 48%;
        margin-right: 4%;
    }

        .honor_photo li:nth-child(3n) {
            margin-right: 4%;
        }

        .honor_photo li:nth-child(2n) {
            margin-right: 0;
        }

    .single_con .single-header h2 {
        font-size: 18px;
    }

    .single_con .single-header h3 {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .header .logo {
        width: 75%;
        padding: 4% 0;
    }

    .header .top dt,
    .header .search-box {
        display: none;
    }

    .header .top {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 0;
        right: 50px;
        width: auto;
        padding: 0;
    }

        .header .top dd {
            width: 120px;
        }

        .header .top figure a.lang {
            margin-right: 2px;
        }
    .header .top figure a {font-size: 12px}
    .header .top figure a.ao {padding: 6%}
    .H_ban .bx-pager {
        bottom: 0;
    }

    .Htitle,
    .H_news .tit ul,
    .H_box2 .search,
    .H_box3 .search,
    .H_box3 .tit ul {
        width: 100%;
        float: none;
    }

        .Htitle figure {
            font-size: 18px;
        }

    .H_news .list ul {
        padding-left: 0;
    }

    .H_news .list ol {
        position: relative;
        width: 100%;
        margin: 2% 0;
    }

        .H_news .list ol h2,
        .Htitle .H_more {
            font-size: 16px;
        }

        .H_news .list ol p {
            font-size: 14px;
        }

    .H_box2 .search,
    .H_box2 .search .text,
    .H_box3 .search,
    .H_box3 .search .text,
    .H_box3 .tit ul li {
        font-size: 16px;
    }

    .H_box3 .search,
    .H_box2 .search {
        margin-bottom: 5%;
    }

    .H_box3 .list li figure {
        width: 44%;
    }

    .H_box3 h3 {
        font-size: 16px;
        padding-top: 3%;
    }

    .H_box3 p {
        font-size: 14px;
        line-height: 20px;
    }

    .H_box4 dl {
        width: 100%;
        margin: 5% 0 0;
    }





    .Page001826 .Pages .p_page .a_end,
    .Page001826 .Pages .p_page .a_first,
    .Page001826 .Pages .p_page em {
        display: none;
    }

    .Page001826 .Pages .p_page a {
        padding: 0 10px;
    }

    .expert_list li {
        width: 100%;
        margin-right: 0;
    }

    .ambient_list li {
        width: 48%;
        margin-right: 4%;
    }

        .ambient_list li:nth-child(3n) {
            margin-right: 4%;
        }

        .ambient_list li:nth-child(2n) {
            margin-right: 0;
        }

    .contact_list .map {
        height: 200px;
    }
}



/*公司简介*/
.about_I {
    text-align: justify;
}

    .about_I .pic {
        float: right;
        margin-left: 5%;
    }

@media(max-width:640px) {
    .about_I .pic {
        float: none;
        margin-left: 0;
        width: 100%;
    }

        .about_I .pic img {
            width: 100%;
            display: block;
        }
}
/*心身疗愈整合诊疗模式*/
.Psy_info {
}

    .Psy_info .h2_1 {
        position: relative;
        margin: 0;
        text-align: center;
        background: url("../images/H_tit_bg.png") repeat-x center;
    }

        .Psy_info .h2_1 span {
            background: #fff;
            display: inline-block;
            padding: 0 10px;
            font-size: 24px;
            font-weight: normal;
            color: #0993cf;
        }

    .Psy_info .box1 {
        margin: 3% 0;
    }

        .Psy_info .box1 li {
            width: 32.65%;
            margin-right: 1%;
            float: left;
            text-align: center;
            font-size: 16px;
            color: #333;
        }

            .Psy_info .box1 li:last-child {
                margin-right: 0;
            }

            .Psy_info .box1 li .txt {
                display: block;
                border-radius: 10px;
                background: #cff0ff;
                margin-bottom: 10px;
                height: 92px;
                line-height: 92px;
                position: relative;
            }

                .Psy_info .box1 li .txt span {
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 26px;
                }

            .Psy_info .box1 li .txt_1 {
                font-size: 24px;
                color: #0993cf;
                padding: 18px 0;
                height: auto;
                line-height: normal;
            }

            .Psy_info .box1 li .txt_2 {
                background: #e5e5e5;
            }

            .Psy_info .box1 li .txt_3 {
                background: #f7f7f7;
            }

            .Psy_info .box1 li .txt:after,
            .Psy_info .box1 li .txt_1:before,
            .Psy_info .box1 li .txt_2:before {
                content: '';
                z-index: 2;
                position: absolute;
            }

            .Psy_info .box1 li .txt_1:before {
                width: 74%;
                height: 100%;
                left: 65%;
                background: url(../images/line_icon7.png) no-repeat center;
                top: 0;
            }

            .Psy_info .box1 li:last-child .txt_1:before {
                display: none;
            }

            .Psy_info .box1 li .txt:after,
            .Psy_info .box1 li .txt_2:before {
                width: 0;
                height: 0;
            }

            .Psy_info .box1 li .txt:after {
                border: 8px solid transparent;
                border-bottom-color: #fff;
                left: 50%;
                margin-left: -8px;
                bottom: 0;
            }

            .Psy_info .box1 li .txt_2:before {
                border: 12px solid transparent;
                border-bottom-color: #e5e5e5;
                left: 50%;
                margin-left: -12px;
                top: 0;
                margin-top: -24px;
            }

            .Psy_info .box1 li .txt_3:after {
                border: 12px solid transparent;
                border-bottom-color: #f7f7f7;
                left: 50%;
                margin-left: -12px;
                top: 0;
                margin-top: -24px;
                bottom: auto;
            }

    .Psy_info .box2 {
        padding: 3% 0 7%;
    }

        .Psy_info .box2 dt {
            width: 52%;
            float: left;
            padding-right: 3%;
        }

        .Psy_info .box2 dd {
            width: 48%;
            float: left;
        }

            .Psy_info .box2 dd h3 {
                font-size: 24px;
                color: #0993cf;
                line-height: 32px;
                font-weight: normal;
                padding-left: 10px;
            }

            .Psy_info .box2 dd p {
                position: relative;
                padding-left: 10px;
                color: #888888;
                font-size: 14px;
            }

                .Psy_info .box2 dd p span {
                    font-size: 18px;
                    color: #333333;
                    display: block;
                }

                .Psy_info .box2 dd p:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 4px;
                    height: 4px;
                    background: #888888;
                    border-radius: 100%;
                }

    .Psy_info .box3 {
    }

        .Psy_info .box3 h3 {
            font-weight: normal;
            font-size: 24px;
            color: #ffffff;
            background: #0993cf;
            border-radius: 5px;
            line-height: 50px;
            text-align: center;
            margin: 0;
        }

    .Psy_info .box4 {
        margin-top: 4%;
    }

        .Psy_info .box4 dt {
            width: 52%;
            float: right;
            padding-left: 3%;
        }

        .Psy_info .box4 dd {
            width: 48%;
            float: left;
        }

            .Psy_info .box4 dd h3 {
                font-size: 24px;
                color: #0993cf;
                line-height: 32px;
                font-weight: normal;
                padding-left: 10px;
            }

            .Psy_info .box4 dd p {
                position: relative;
                padding-left: 10px;
                color: #888888;
                font-size: 14px;
                margin: 0;
                line-height: 26px;
            }

                .Psy_info .box4 dd p span {
                    font-size: 18px;
                    color: #333333;
                    display: block;
                }

                .Psy_info .box4 dd p:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 4px;
                    height: 4px;
                    background: #888888;
                    border-radius: 100%;
                }

@media(max-width:1200px) {
    .Psy_info .box1 li .txt_1:before {
        background-size: contain;
    }
}

@media(max-width:640px) {
    .Psy_info .box1 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

        .Psy_info .box1 li .txt_1:before {
            display: none;
        }

    .Psy_info .box2 dt,
    .Psy_info .box2 dd,
    .Psy_info .box4 dt,
    .Psy_info .box4 dd {
        width: 100%;
        padding: 0;
        float: none;
    }
}


/*科室介绍*/
.dep_list .box1 {
    background: #f9f9f9;
}

    .dep_list .box1 figure {
        width: 50%;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }

    .dep_list .box1 .txt {
        width: 46%;
        padding: 4% 0 0 4%;
        float: left;
    }

    .dep_list .box1 h2 {
        padding: 2px 0 3% 40px;
        background: url("../images/dep_icon1.png") no-repeat left top;
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        color: #0993cf;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
    }

    .dep_list .box1 pre {
        color: #666;
        font-size: 16px;
        line-height: 28px;
        margin-top: 4%;
        letter-spacing: 0.2px;
    }

        .dep_list .box1 pre a {
            color: #0993cf;
        }

.dep_list .dep_title {
    position: relative;
    background: url(../images/H_tit_bg.png) repeat-x right 70%;
    margin: 3% 0;
}

    .dep_list .dep_title span {
        display: inline-block;
        background: url("../images/dep_icon2.png") no-repeat left top #fff;
        font-size: 24px;
        color: #0993cf;
        line-height: 30px;
        padding: 4px 15px 0 35px;
        vertical-align: bottom;
    }

    .dep_list .dep_title a {
        font-size: 18px;
        color: #b3b3b3;
        padding-right: 23px;
        background: #fff;
        padding-left: 12px;
        float: right;
        line-height: 28px;
        padding-top: 4px;
    }

        .dep_list .dep_title a:before,
        .dep_list .dep_title a:after {
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            border: 7px solid transparent;
            border-left-color: #fff;
            overflow: hidden;
            content: '';
            margin-top: -7px;
        }

        .dep_list .dep_title a:before {
            right: -2px;
            border-left: 7px solid #bbbbbb;
        }

.dep_list .box2 li {
    background: #f9f9f9;
    position: relative;
    height: 160px;
    padding-left: 140px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3%;
}

    .dep_list .box2 li:nth-child(3n) {
        margin-right: 0;
    }

    .dep_list .box2 li figure {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 20px;
        width: 120px;
        height: 100%;
    }

.dep_list .box2 .txt {
    padding: 8% 2% 0 0;
}

    .dep_list .box2 .txt * {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
        color: #333;
    }

    .dep_list .box2 .txt h2 {
        font-size: 18px;
    }

    .dep_list .box2 .txt h3 {
        color: #555555;
        border-bottom: 1px solid #efefef;
        padding: 0 0 5px;
        margin-bottom: 5px;
    }

    .dep_list .box2 .txt h4 {
        position: relative;
        padding-left: 42px;
        color: #888;
        line-height: 20px;
        margin-bottom: 3px;
    }

        .dep_list .box2 .txt h4 span {
            position: absolute;
            left: 0;
            top: 0;
            color: #888;
        }

.dep_list .box2 .list {
    position: relative;
}

.dep_list .box2 .owl-nav div {
    position: absolute;
    top: 46%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 0;
    line-height: 100;
    overflow: hidden;
    background: url("../images/btn_icon.png") no-repeat left center;
}

.dep_list .box2 .owl-nav .owl-prev {
    left: -5%;
}

.dep_list .box2 .owl-nav .owl-next {
    right: -5%;
    background-position: right center;
}

.dep_list .box2 .owl-nav div:hover {
    background-image: url("../images/btn_icon_hover.png");
}


.dep_list .box3 .dep_title {
    margin: 20px 0 35px;
}

.dep_list .box3 .left {
    width: 40%;
    float: left;
    position: relative;
}

.dep_list .box3 .right {
    width: 58%;
    float: right;
}

.dep_list .left .dep_title span {
    background: url("../images/dep_icon3.png") no-repeat left center #fff;
}

.dep_list .right .dep_title span {
    background: url("../images/dep_icon4.png") no-repeat left center #fff;
}

.dep_list .left li {
    position: relative;
    padding-top: 66.67%;
    border-radius: 10px;
    overflow: hidden;
}

.dep_list .left img,
.dep_list .left p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.dep_list .left img {
    height: 100%;
}

.dep_list .left p {
    margin: 0;
    line-height: 45px;
    color: #fff;
    padding: 0 70px 0 4%;
    background: rgba(36,159,212,0.8);
}

.dep_list .bx-pager {
    position: absolute;
    right: 0;
    width: 70px;
    text-align: center;
    bottom: 10px;
    z-index: 101;
}

    .dep_list .bx-pager > div,
    .dep_list .bx-pager > div a {
        width: 6px;
        height: 6px;
        display: inline-block;
        overflow: hidden;
    }

    .dep_list .bx-pager > div {
        margin: 0 3px;
    }

        .dep_list .bx-pager > div a {
            line-height: 100;
            background: rgba(255,255,255,0.5);
            border-radius: 100%;
            display: block;
        }

            .dep_list .bx-pager > div a.active {
                background: #fff;
            }

.dep_list .right ul {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 3% 4% 4%;
}

.dep_list .right li {
    padding: 1.6% 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

    .dep_list .right li a {
        color: #666666;
    }

    .dep_list .right li time {
        float: right;
        font-size: 14px;
        color: #bbbbbb;
    }

.about_I .ksjj_h2 {
    position: relative;
    background: url(../images/H_tit_bg.png) repeat-x right 70%;
    margin: 5% 0;
    font-weight: normal;
}

    .about_I .ksjj_h2 span {
        display: inline-block;
        background: #fff;
        padding-right: 10px;
        font-size: 24px;
        color: #555555;
    }

.doc_list {
}

    .doc_list li {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #f9f9f9;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 2%;
        margin-bottom: 3%;
    }

        .doc_list li:nth-child(2n) {
            margin-right: 0;
        }

        .doc_list li a {
            height: 160px;
            display: block;
            padding-left: 140px;
            position: relative;
            line-height: 160px;
            border-bottom: 1px solid #efefef;
        }

        .doc_list li figure {
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 100%;
        }

        .doc_list li img {
            width: 120px;
            height: 160px;
            display: block;
            border-radius: 10px 10px 0 0;
        }

        .doc_list li a * {
            margin: 0;
            font-weight: normal;
        }

        .doc_list li .txt {
            display: inline-block;
            vertical-align: middle;
            line-height: 26px;
            width: 100%;
            padding-left: 5%;
            font-size: 14px;
            color: #555555;
        }

        .doc_list li h3 span {
            display: inline-block;
            padding-right: 10px;
            color: #0993cf;
            font-size: 24px;
        }

        .doc_list li h4 {
            font-size: 16px;
            color: #888888;
        }

        .doc_list li p {
            padding: 0 5% 0;
            height: 80px;
            color: #888888;
            margin: 5% 0;
        }


@media(max-width:768px) {
    .dep_list .box2 li {
        width: 48%;
        margin-right: 4%;
    }

        .dep_list .box2 li:nth-child(3n) {
            margin-right: 4%;
        }

        .dep_list .box2 li:nth-child(2n) {
            margin-right: 0;
        }
}

@media(max-width:640px) {

    .dep_list .box1 h2,
    .dep_list .dep_title span,
    .doc_list li h3 span {
        font-size: 20px;
    }

    .dep_list .box1 figure,
    .dep_list .box1 .txt,
    .dep_list .box2 li,
    .dep_list .box3 .left,
    .dep_list .box3 .right,
    .doc_list li {
        width: 100%;
        float: none;
    }

        .dep_list .dep_title a,
        .doc_list li h4 {
            font-size: 14px;
        }

    .dep_list .box2 li,
    .doc_list li {
        margin-right: 0;
    }

    .dep_list .box3 .dep_title {
        margin-bottom: 20px;
    }

    .dep_list .right li {
        font-size: 16px;
    }

    .dep_list .box2 .list {
        padding: 0 2%;
    }
}

/*科室特色*/
.ksts_info {
}

    .ksts_info .box .te_tit {
        position: relative;
        background: url(../images/H_tit_bg.png) repeat-x right 70%;
        margin: 5% 0;
        font-weight: normal;
    }

        .ksts_info .box .te_tit span {
            display: inline-block;
            background: #fff;
            padding-right: 10px;
            font-size: 24px;
            color: #0993cf;
            margin: 0;
        }

    .ksts_info .box1 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        background: #f7f7f7;
        border-radius: 10px;
        overflow: hidden;
        min-height: 330px;
        font-size: 16px;
        line-height: 26px;
    }

        .ksts_info .box1 li:nth-child(3n) {
            margin-right: 0;
        }

    .ksts_info .box1 h3 {
        text-align: center;
        margin: 0;
        font-weight: normal;
        padding: 10% 0;
        background: #cff0ff;
        font-size: 24px;
        color: #0993cf;
    }

    .ksts_info .box1 .txt {
        margin: 7%;
        min-height: 105px;
    }

        .ksts_info .box1 .txt p {
            margin: 0;
            padding-left: 10px;
            position: relative;
        }

            .ksts_info .box1 .txt p:before {
                content: '';
                width: 4px;
                height: 4px;
                background: #999999;
                border-radius: 100%;
                position: absolute;
                left: 0;
                top: 10px;
            }

    .ksts_info .box1 span {
        display: block;
        margin: 0 7%;
        color: #0993cf;
    }

    .ksts_info .info figure,
    .ksts_info .info .txt {
        width: 50%;
        display: table-cell;
    }

    .ksts_info .box .info .txt {
        font-size: 16px;
        color: #333;
        padding-right: 5%;
    }

        .ksts_info .box .info .txt p {
            margin: 0;
        }

    .ksts_info .box3 figure {
        float: left;
        margin-right: 3%;
        width: 49%;
    }

    .ksts_info .box3 ul {
        padding-top: 5%;
        float: left;
        width: 48%;
    }

    .ksts_info .box3 ol {
        margin-bottom: 5%;
        font-size: 20px;
        color: #0993cf;
    }

    .ksts_info .box3 li {
        font-size: 16px;
        color: #333333;
        line-height: 26px;
        padding-left: 10px;
        position: relative;
    }

        .ksts_info .box3 li:before {
            content: '';
            width: 4px;
            height: 4px;
            background: #0993cf;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .ksts_info .info3 {
        margin-top: 3%;
    }

        .ksts_info .info3 figure {
            float: right;
            margin: 0 0 0 3%;
        }

        .ksts_info .info3 ul {
            padding-right: 2%;
            padding-top: 8%;
        }

    .ksts_info .box4 .info .txt {
        padding-left: 5%;
        padding-right: 0;
    }

@media(max-width:640px) {
    .ksts_info .box .te_tit span {
        font-size: 20px;
    }

    .ksts_info .box1 li {
        width: 100%;
        float: none;
        margin-right: 0;
        min-height: auto;
        margin-bottom: 5%;
        padding-bottom: 5%;
    }

    .ksts_info .box1 h3 {
        padding: 5% 0;
        font-size: 20px;
    }

    .ksts_info .box1 .txt {
        min-height: auto;
    }

    .ksts_info .info figure,
    .ksts_info .info .txt {
        display: block;
        width: 100%;
    }

    .ksts_info .box3 figure,
    .ksts_info .box3 ul {
        width: 100%;
        float: none;
        margin: 0 0 2%;
    }

    .ksts_info .box .info .txt {
        padding: 2% 0;
    }

    .ksts_info .box3 ol {
        font-size: 18px;
    }
}








.xcenter {
    justify-content: center;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}





.Culture {
    padding: 6% 0
}

    .Culture h1 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
        margin: 0 0 5px 0
    }

    .Culture span {
        font-size: 16px;
        line-height: 36px;
    }

    .Culture p {
        font-size: 16px;
        line-height: 36px;
        margin: 0;
        text-indent: 2em
    }

    .Culture .part1 dd {
        margin-bottom: 20px;
    }

        .Culture .part1 dd:last-child {
            margin-bottom: 0;
        }

        .Culture .part1 dd .yx img {
            width: 70%;
            margin-top: 10px;
        }

    .Culture .part1 .text {
        width: 30%;
        float: right
    }

    .Culture .part1 .pic {
        width: 64%;
        float: left
    }


    .Culture .part2,
    .Culture .part3 {
        border-top: 1px dashed #ddd;
        padding-top: 3%;
        margin-top: 3%
    }


        .Culture .part2 dl {
        }

        .Culture .part2 dd {
            width: 49%;
            float: left;
            float: left;
            background: #f9f9f9;
            padding: 40px 30px
        }

            .Culture .part2 dd:nth-child(2n) {
                float: right
            }

            .Culture .part2 dd .pic {
                width: 100%;
                margin-top: 15px;
            }

                .Culture .part2 dd .pic img {
                    max-width: 40%;
                    margin: 0 auto;
                    display: block
                }

    .Culture .part4 {
        background: #f9f9f9;
        padding: 40px 30px;
        margin-top: 3%
    }

        .Culture .part4 h1 {
            margin-bottom: 20px;
        }

        .Culture .part4 .pic2 {
            margin-top: 20px;
            height: auto;
            overflow: hidden;
            width: 100%
        }


        .Culture .part4 .fl {
            width: 34%;
        }

        .Culture .part4 .fr {
            width: 64.5%;
        }



@media(max-width:1000px) {
    .Culture .part1 .text,
    .Culture .part1 .pic,
    .Culture .part2 dd,
    .Culture .part4 .fl,
    .Culture .part4 .fr,
    .Culture .part4 .pic img {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .Culture .part4 {
        padding: 20px
    }
}





/*弹出*/
.service_tanchu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

    .service_tanchu .box_cn {
        margin-bottom: 18px;
        overflow: hidden;
    }

        .service_tanchu .box_cn i {
            color: red;
            width: 20px;
            height: 20px;
            line-height: 50px;
            padding-left: 1%;
        }

    .service_tanchu .box {
        background: #ffffff;
        background-size: 100% 100%;
        width: 60%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        overflow: hidden;
        padding: 4%;
        top: 50%;
        left: 50%;
        position: absolute;
    }

        .service_tanchu .box span {
            line-height: 40px;
            width: 26%;
            text-align: right;
            font-size: 16px;
            color: #555555;
            font-size: 16px;
            display: inline-block;
            float: left;
            padding-right: 1%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .service_tanchu .box textarea {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 32px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box input {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 22px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box select {
            background: #FFFFFF;
            width: 60%;
            font-size: 16px;
            float: left;
            color: #555555;
            line-height: 22px;
            padding: 1%;
            border: 1px solid #e5e5e5;
        }

        .service_tanchu .box .submit {
            display: table;
            font-size: 24px;
            line-height: 36px;
            background: #2056a6;
            text-align: center;
            padding: 10px 6%;
            margin: 0 auto;
            color: #FFFFFF;
            border-radius: 5px;
        }

.job_more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #1a82b0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .service_tanchu .box_cn {
        margin-bottom: -15px;
        overflow: hidden;
    }

        .service_tanchu .box_cn i {
            color: red;
            width: 20px;
            height: 20px;
            line-height: 50px;
            padding-left: 1%;
        }

    .service_tanchu .box {
        width: 96%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        padding: 4%;
        top: 50%;
        left: 2%;
    }

        .service_tanchu .box span {
            line-height: 34px;
            width: 100%;
            text-align: left;
            display: inline-block;
            float: left;
            padding-right: 1%;
        }

        .service_tanchu .box textarea {
            width: 96%;
            line-height: 32px;
            padding: 1%;
        }

        .service_tanchu .box input {
            background: #FFFFFF;
            width: 96%;
        }

        .service_tanchu .box .submit {
            display: table;
            font-size: 16px;
            line-height: 36px;
            background: #2056a6;
            text-align: center;
            padding: 4px 10%;
            margin: 10px auto;
            color: #FFFFFF;
            border-radius: 5px;
        }
}

.single_cn {
    overflow: hidden;
    position: relative;
}

    .single_cn .link_sin {
        text-align: right;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        font-size: 16px;
        background: #0993cf;
        padding: 8px 14px;
        border-radius: 4px;
    }

.single-img img {
    width: 100%;
}

.single_tex p {
    font-size: 18px;
    line-height:32px;
}

.single_tex {
    float: right;
    width: 76%;
    min-height: 230px;
    position: relative;
    padding-bottom: 40px;
}

.single-img {
    float: left;
    width: 20%;
}

.single-content h3 {
    color: #0993cf;
    font-weight: normal;
    font-size: 20px;
    padding: 20px 0;
}

.N_content .list_cn {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.N_content .list .fr {
    width: 80%;
    margin-bottom: 20px;
    box-sizing: content-box;
    font-size: 16px;
}

    .N_content .list .fr .txt {
        overflow: hidden;
        height: 154px;
        overflow: hidden;
        line-height: 22px !important;
        font-family: 微软雅黑 !important;
    }

    .N_content .list .fr p {
        /*	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;*/
        margin: 0;
    }

    .N_content .list .fr.on .txt {
        height: auto;
    }

.N_content .list .fl {
    width: 18%;
}

    .N_content .list .fl img {
        width: 100%;
    }

.N_content .list .more {
    color: #0993cf;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: 0;
}

@media (max-width: 768px) {
    .N_content .list .fl {
        width: 30%;
        float: left;
    }

    .N_content .list .fr {
        width: 66%;
        float: right;
    }

        .N_content .list .fr .txt {
            height: 110px;
        }

    .single-img {
        width: 30%;
    }

    .single_tex {
        width: 66%;
        min-height: inherit;
    }

        .single_tex p {
            font-size: 14px;
            margin-block-start: 0.2em;
            margin-block-end: 0.2em;
        }

    .single_cn .link_sin {
        padding: 5px 14px;
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .wap-txt,
    .wap-pic {
        width: 100% !important;
        display: block;
    }

    .single-content .table_auto {
        overflow-x: auto
    }
}



















.Guahao {
    padding: 3% 0
}

    .Guahao .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Guahao .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Guahao .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Guahao .part1 {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Guahao .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Guahao .part1 dd span {
                color: #444
            }

            .Guahao .part1 dd .pic img {
                width: 120px;
            }

    .Guahao .pic {
        text-align: center
    }

        .Guahao .pic img {
            display: inline-block;
        }


.Zizhu {
    padding: 3% 0
}

    .Zizhu .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Zizhu .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Zizhu .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Zizhu .part1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Zizhu .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Zizhu .part1 dd span {
                color: #444
            }

            .Zizhu .part1 dd .pic {
                margin-bottom: 15px;
            }



.Yandan {
    padding: 3% 0
}

    .Yandan .main_title h1 {
        font-size: 24px;
        font-weight: normal;
        color: #0993cf;
        margin: 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Yandan .title2 h2 {
        font-size: 18px;
        position: relative;
        padding-left: 16px;
    }

        .Yandan .title2 h2:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .Yandan .part1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .Yandan .part1 dd {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .Yandan .part1 dd span {
                color: #444
            }

            .Yandan .part1 dd .pic {
                margin-bottom: 15px;
            }



.table_list_chuzhen table {
    width: 100%;
    text-align: center;
    border-collapse: collapse
}

    .table_list_chuzhen table th {
        padding: 10px;
        color: #fff;
        background-color: #0993cf;
        border: solid 1px #fff;
        width: 12.5%
    }

        .table_list_chuzhen table th span {
            font-weight: normal;
            color: #fff;
        }

    .table_list_chuzhen table td {
        padding: 10px;
        border: solid 1px #CCC;
        border-collapse: collapse
    }

    .table_list_chuzhen table span {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .table_list_chuzhen table tr:nth-child(odd) {
        background-color: #eff6fc
    }

.table_list_tingzhen table {
    width: 100%;
    border: solid 1px #CCC;
    text-align: center;
    border-collapse: collapse
}

    .table_list_tingzhen table th {
        padding: 10px;
        color: #fff;
        background-color: #0993cf;
        border: solid 1px #fff
    }

        .table_list_tingzhen table th span {
            font-weight: normal;
            color: #fff;
        }

    .table_list_tingzhen table td {
        padding: 10px;
        border: solid 1px #CCC;
        border-collapse: collapse
    }

    .table_list_tingzhen table span {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .table_list_tingzhen table tr:nth-child(odd) {
        background-color: #eff6fc
    }


@media (max-width:768px) {
    .table_list_chuzhen {
        overflow-x: auto;
    }

        .table_list_chuzhen table th {
            width: auto;
            white-space: nowrap
        }

        .table_list_chuzhen table td {
            white-space: nowrap
        }

    .table_list_tingzhen {
        overflow-x: auto;
    }

        .table_list_tingzhen table th {
            width: auto;
            white-space: nowrap
        }

        .table_list_tingzhen table td {
            white-space: nowrap
        }
}
    .Alliance_box{ font-size: 16px; line-height: 36px; margin-bottom: 7%;}
    .Alliance_tit{ position: relative; text-align: center;}
    .Alliance_tit:before{content: '';background: url("../images/H_tit_bg.png") repeat-x center;height: 10px;width: 100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
    .Alliance_tit span {display: inline-block;background: #fff;font-style: normal;position: relative;z-index: 2;padding:0 10px; font-size: 24px; color: #0993cf;}
    .Alliance_box2{ text-align: center;}
    .Alliance_table table{ width: 100%; table-layout: fixed; margin: 4% 0 5%;}
    .Alliance_table tr:first-child td{ text-align: center; background: #0993cf; color: #fff;}
    .Alliance_table tr td{ padding: 15px 0 15px 4%; font-size: 16px; color: #666666; background: #fff;}
    .Alliance_table tr:nth-child(2n) td{ background: #e6f4fa;}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.flm_imgList .ul{ overflow: hidden; margin: 5% 0;}
    .flm_imgList .slick-list{ padding: 0 12% !important;}
    .flm_imgList li .box{margin: 20px 0; overflow: hidden;}
    .flm_imgList li figure{ position: relative; padding-top: 50%; margin-top: 6%;}
    .flm_imgList li figure:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); z-index: 2;}
    .flm_imgList li img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}

    .flm_imgList li p{ display: none; font-size: 16px; color: #666666; margin: 10px 0;}
    .flm_imgList .slick-current{ transform: scale(1); padding: 0;}
    .flm_imgList .slick-current figure{ padding-top: 63.6%; margin-top: 0;}
    .flm_imgList .slick-current figure:before{ opacity: 0;}
    .flm_imgList .slick-current p{ display: block; text-align: center;}
    .flm_imgList .slick-dots{ text-align: center;}
    .flm_imgList .slick-dots li{ display: inline-block; font-size: 0; width: 15px; height: 15px; line-height: 15px; border-radius: 100%; border: 1px solid transparent; margin: 0 3px;vertical-align: middle;}
    .flm_imgList .slick-dots button{ display: inline-block; vertical-align: middle; width: 7px; height: 7px; border-radius: 100%; background: #c3c3c3;    font-size: 0;
 border: none; margin: 0; padding: 0;line-height: normal; margin-top: -2px;}
    .flm_imgList .slick-dots .slick-active{ border-color: #0993cf;}
    .flm_imgList .slick-dots .slick-active button{ background: #0993cf; width: 5px; height: 5px;}
    .flm_imgList .slick-arrow{ position: absolute;font-size: 0;border: none;width: 12%;height: 65%;top: 43%;transform: translateY(-50%);z-index: 2; left: 0; background: none;}
    .flm_imgList .slick-next{ left: auto; right: 0;}