@charset "UTF-8";

body {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', Arial, sans-serif;
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

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

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    margin: 0 auto !important;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    position: relative;
    width: 1360px;
    margin: 0 auto;
}


/* 等比填充 */

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

*[class*="rect-"] .full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
}

.rect-50 {
    padding-bottom: 50%;
}

.rect-43 {
    padding-bottom: 43%;
}

.rect-52 {
    padding-bottom: 52%;
}

.rect-67 {
    padding-bottom: 67%;
}

.rect-865 {
    padding-bottom: 86.5%;
}

.rect-113 {
    padding-bottom: 113%;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.edui-upload-video {
    width: 100% !important;
    height: auto !important;
}

/* header */

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header .headerTop {
    position: relative;
    height: 110px;
    background: #fff;
}

.header .headerTop .container {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.header .headerTop .logo {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header .headerTop .logo img {
    height: 50px;
}

.header .headerTop .logo .headT {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #12377c;
    line-height: 1.3;
}

.header .headerTop .logo .headT::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-left: -15px;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: #ccc;
}

.header .headerTop .hours {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .headerTop .hours .p1 {
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 17px;
    background-image: url(../img/time.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.header .headerTop .hours .p2 {
    font-size: 18px;
    color: #12377c;
    font-weight: 700;
}

.header .headerTop .hours .p2 span {
    margin-right: 5px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

.header .headerTop .hot {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .headerTop .hot .p1 {
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 17px;
    background-image: url(../img/hot.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.header .headerTop .hot .p2 {
    font-size: 18px;
    color: #12377c;
    font-weight: 700;
}

.header .headerTop .hot .p2 a {
    font-size: 18px;
    color: #12377c;
    font-weight: 700;
}

.sp_nav {
    display: none;
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 32px;
}

.sp_nav span {
    display: block;
    background: #12377c;
    width: 34px;
    height: 3px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100vh;
    font-size: 14px;
    top: 90px;
    right: -100%;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease 0.35s;
}

.sjj_nav .bg {
    width: 100%;
    height: 4px;
    background: #12377c;
}

.sjj_nav .hotline {
    background-color: #0094da;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
}

.sjj_nav .hotline span {
    font-size: 20px;
    font-weight: bold;
}

.nav_show {
    right: 0;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0;
    width: 70%;
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: 75%;
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 22%;
    overflow: hidden;
    line-height: 50px;
}

.sjj_nav>ul>li:first-child .language a {
    width: 48%;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 50px;
    font-size: 16px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%;
    display: block;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #12377c
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.nav {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav .nav_list {
    width: 100%;
    position: relative;
}

.nav .nav_list .drop {
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.nav .nav_list .drop:after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #14928a;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav .nav_list .drop:hover:after,
.nav .nav_list .drop.active:after {
    width: 60%;
    height: 3px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #14928a;
}

.nav .nav_list .drop:hover:before {
    background: url(../img/nline.png) center no-repeat;
}

.nav .nav_list .drop:first-child:before {
    display: none;
}

.nav .nav_list .drop.on:first-child:after {
    display: none;
}

.nav .nav_list .drop>a {
    display: block;
    font-size: 17px;
    color: #333;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}

.nav.scroll {
    background: #12377c;
}

.nav.scroll .nav_list .drop>a {
    color: #fff;
}


/*
.nav .nav_list .drop.active>a {
    color: #12377c;
}

.nav .nav_list .drop:hover>a {
    color: #12377c;
}
*/

.nav .nav_list .drop .subnav {
    display: none;
    width: 380px;
    height: auto;
    left: 50%;
    top: 60px;
    position: absolute;
    background: #f9f9f9;
    z-index: 999;
    transform: translateX(-50%);
}

.nav .nav_list .drop:last-child .subnav {
    left: auto;
    right: 0;
}

.nav .nav_list .drop .subnav .subnavl {
    width: 34%;
    float: left;
    background: #f9f9f9;
    height: 100%;
}

.nav .nav_list .drop .subnav .subnavl ul {
    padding: 20px 10px 20px 20px;
}

.nav .nav_list .drop .subnav .subnavl li {
    border-bottom: #e0e0e0 1px solid;
}

.nav .nav_list .drop .subnav .subnavl li a {
    width: 100%;
    line-height: 43px;
    color: #242424;
    font-size: 14px;
    display: block;
    font-weight: normal;
    perspective: 300px;
    -webkit-perspective: 300px;
}

.nav .nav_list .drop .subnav .subnavl li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: all .5s;
    z-index: -1;
    background-image: -webkit-linear-gradient(-110deg, #14928a, #12377c);
    background-image: -o-linear-gradient(-110deg, #14928a, #12377c);
    background-image: -moz-linear-gradient(-110deg, #14928a, #12377c);
    background-image: linear-gradient(-110deg, #14928a, #12377c);
}

.nav .nav_list .drop .subnav .subnavl li:hover a:before {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
}

.nav .nav_list .drop .subnav .subnavl li:hover a {
    color: #fff;
}

.nav .nav_list .drop .subnav .subnavr {
    width: 64%;
    float: right;
    background: #f9f9f9;
}

.nav .nav_list .drop .subnav .subnavr .navcover {
    padding: 20px 20px 20px 0;
}

.nav .nav_list .drop .subnav .subnavr .navcover .Img {
    width: 100%;
    position: relative;
}

.nav .nav_list .drop .subnav .subnavr .navcover .Img img {
    width: 100%;
}

.nav .nav_list .drop .subnav .subnavr .navcover .tit {
    font-size: 18px;
    padding: 15px 0px 4px;
    text-align: left;
    font-weight: bold;
}

.nav .nav_list .drop .subnav .subnavr .navcover .sec {
    height: 78px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.placeholder {
    position: relative;
    width: 100%;
    height: 170px;
}


/* banner */

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.banner .bd li {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner .bd li img {
    width: 100%;
    vertical-align: top;
}

.banner .hd {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    line-height: 999px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.banner .hd .on {
    background: #14928a;
}

.banner .prev,
.banner .next {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
    left: 8%;
    z-index: 1;
    width: 40px;
    height: 64px;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 8%;
    background-position: -40px 0;
}




.mbanner {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mbanner .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.mbanner .bd li {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.mbanner .bd li img {
    width: 100%;
    vertical-align: top;
}

.mbanner .hd {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.mbanner .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    line-height: 999px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.mbanner .hd .on {
    background: #14928a;
}

.mbanner .prev,
.mbanner .next {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
    left: 8%;
    z-index: 1;
    width: 40px;
    height: 64px;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.mbanner .next {
    left: auto;
    right: 8%;
    background-position: -40px 0;
}

/* banner02 */
.banner02 {
    background: #f2f2f2;
    height: 70px;
}

.banner02 ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.banner02 ul li {
    width: calc(100% / 7);
    display: flex;
    justify-content: left;
    align-items: center;
    height: 70px;
    color: #004da2;
}

.banner02 ul li span {
    line-height: 70px;
    margin-left: 10px;
}

.banner02 ul li:last-child {
    background: #004da2;
    color: #fff;
    width: 20%;
    justify-content: center;
}
.banner02 ul li:last-child P{line-height: 2;}


.t01{position: relative;;width: 100%;text-align: center;overflow: hidden;}
.t01 img{position: relative;margin: 0 auto;}
/* 就医指南 */
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.InAboz {
    position: relative;
    z-index: 2;
}

.InAboz .Aboz {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    background: #fff;
}

.InAboz .Aboz .AbozT {
    position: relative;
    font-size: 28px;
    color: #12377c;
    font-weight: bold;
}

.InAboz .Aboz .AbozT:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #eaecef;
}

.InAboz .Aboz .AbozB {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.InAboz .Aboz .AbozB .item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 50px;
}

.InAboz .Aboz .AbozB .item a {
    padding: 30px 0;
    width: 200px;
}

.InAboz .Aboz .AbozB .item:nth-child(1) {
    background: #14928a;
}

.InAboz .Aboz .AbozB .item:nth-child(2) {
    background: #2e94de
}

.InAboz .Aboz .AbozB .item:nth-child(3) {
    background: #19adcc
}

.InAboz .Aboz .AbozB .item:nth-child(4) {
    background: #80c140
}

.InAboz .Aboz .AbozB .item:nth-child(5) {
    background: #56bfea
}

.InAboz .Aboz .AbozB .item:nth-child(6) {
    background: #12377c
}


.InAboz .Aboz .AbozB .item:nth-child(7) {
    background: #12377c;
}

.InAboz .Aboz .AbozB .item:nth-child(8) {
    background: #56bfea
}

.InAboz .Aboz .AbozB .item:nth-child(9) {
    background: #80c140
}

.InAboz .Aboz .AbozB .item:nth-child(10) {
    background: #19adcc
}

.InAboz .Aboz .AbozB .item:nth-child(11) {
    background: #2e94de
}

.InAboz .Aboz .AbozB .item:nth-child(12) {
    background: #14928a
}

.InAboz .Aboz .AbozB .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.InAboz .Aboz .AbozB .item img {
    width: 65px;
    height: 65px;
}

.InAboz .Aboz .AbozB .item p {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.InAboz .Aboz .AbozB .item:hover img {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: beat 0.5s 1;
    animation: beat 0.5s 1;
}

@keyframes beat {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}


/*  医院概况 */

.Inabout {
    position: relative;
    width: 100%;
    padding: 60px 0 40px;
}

.Inabout .container {
    display: flex;
}

.Inabout .aboImg {
    position: relative;
    float: left;
    width: 52%;
    background: url(../img/aboimg.jpg) center no-repeat;
    background-size: auto 100%;
}

.Inabout .aboImg .imgZoom img {
    height: 100%;
}

.Inabout .aboImg .videolist {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.Inabout .aboImg .videolist:hover {
    cursor: pointer;
}

.Inabout .aboImg .videoed {
    display: block !important;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.Inabout .aboImg .videos {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
}

.Inabout .aboImg .videosList {
    position: absolute;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.Inabout .aboImg .vclose {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    cursor: pointer;
}

.Inabout .abogaik {
    width: 31%;
    float: left;
    margin-left: 2%;
    position: relative;
    background: #0574d5;
}

.Inabout .abogaik .aboview {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.Inabout .abogaik .aboview .cover {
    padding: 40px 25px;
}

.Inabout .abogaik .aboview .tit {
    position: relative;
    width: 100%;
}

.Inabout .abogaik .aboview .tit p {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    float: left;
    line-height: 1.2;
}

.Inabout .abogaik .aboview .tit span {
    font-size: 15px;
    color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    line-height: 1.2;
}

.Inabout .abogaik .aboview .tic {
    font-size: 15px;
    color: #f9f9f9;
    line-height: 30px;
    height: 150px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.Inabout .abogaik .aboview .m {
    position: relative;
    margin-top: 55px;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Inabout .abogaik .aboview .m a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.Inabout .abogaik .aboview .m i {
    background: url(../img/team_mh.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle
}

.Inabout .abogaik .aboview .m span {
    display: inline-block;
    vertical-align: middle
}

.Inabout .abogaik .aboview .m:hover {
    padding-left: 20px;
}

.Inabout .aboTc {
    position: relative;
    width: 48%;
    float: right;
    background: #fff;
    padding:0 30px 0 30px;
    box-sizing: border-box;
}

.Inabout .aboTc .aboTct {
    position: relative;
}
.Inabout .aboTc .aboTct img{
    max-width: 100%;
    width: 100%;
}
.Inabout .aboTc .aboTct .tit {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #000000;
    line-height: 2.5;
    letter-spacing: 5px;
}

.Inabout .aboTc .aboTct .tic {
    margin-top: 15px;
    height: 180px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.Inabout .aboTc .aboTct .m {
    position: relative;
    margin-top: 30px;
    text-align: right;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Inabout .aboTc .aboTct .m a {
    display: block;
    font-size: 15px;
    color: #12377c;
}

.Inabout .aboTc .aboTct .m i {
    background: url(../img/abo_m.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle
}

.Inabout .aboTc .aboTct .m:hover i {
    background: url(../img/abo_mh.png) center no-repeat;
}

.Inabout .aboTc .aboTct .m span {
    display: inline-block;
    vertical-align: middle
}

.Inabout .aboTc .aboTct .m:hover a {
    color: #14928a;
}

.Inabout .aboTc .aboTct .m:hover {
    padding-left: 20px;
}

.Inabout .aboTc .aboTcb {
    position: relative;
    margin-top: 13px;
}

.Inabout .aboTc .aboTcb .tit {
    font-size: 26px;
    color: #12377c;
    font-weight: bold;
}

.Inabout .aboTc .aboTcb .tic {
    height: 90px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Inabout .aboTc .aboTcb .m {
    position: relative;
    margin-top: 20px;
    text-align: right;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Inabout .aboTc .aboTcb .m a {
    display: block;
    font-size: 15px;
    color: #12377c;
}

.Inabout .aboTc .aboTcb .m i {
    background: url(../img/abo_m.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle
}

.Inabout .aboTc .aboTcb .m:hover i {
    background: url(../img/abo_mh.png) center no-repeat;
}

.Inabout .aboTc .aboTcb .m span {
    display: inline-block;
    vertical-align: middle
}

.Inabout .aboTc .aboTcb .m:hover a {
    color: #14928a;
}

.Inabout .aboTc .aboTcb .m:hover {
    padding-left: 20px;
}


/*新闻 */

.Innews {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.Innews .top .tit {
    text-align: center;
}

.Innews .top .tit p {
    font-size: 28px;
    color: #12377c;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}

.Innews .top .tit span {
    font-size: 15px;
    color: #333;
}

.Innews .inNewsList {
    position: relative;
}

.Innews .inNewsList .item {
    float: left;
    width: 31.333333%;
    margin-right: 3%;
}

.Innews .inNewsList .item .inNewsT {
    padding: 10px 10px 60px;
    border: 3px #eee solid;
    box-sizing: border-box;
    overflow: hidden;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;position: relative;
}

.Innews .inNewsList .item:last-child {
    margin-right: 0;
}

.Innews .inNewsList .item .inNewsT .img {
    position: relative;
    overflow: hidden;z-index: 1;
}

.Innews .inNewsList .item .inNewsT .catbox {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);z-index: 999;line-height: 2;
    display:block;
    color: #fff;width: 100%;
}

.Innews .inNewsList .item:hover:nth-child(1) .inNewsT {
    border: 3px #12377c solid;
}

.Innews .inNewsList .item:hover:nth-child(2) .inNewsT {
    border: 3px #1f92b7 solid;
}

.Innews .inNewsList .item:hover:nth-child(3) .inNewsT {
    border: 3px #14928a solid;
}

.Innews .inNewsList .item .inNewsT em {
    display: block;
    width: 50px;
    height: 3px;
    margin: 15px auto;
    background: #eee;
    display: none;
}

.Innews .inNewsList .item:hover:nth-child(1) .inNewsT em {
    background: #12377c;
}

.Innews .inNewsList .item:hover:nth-child(2) .inNewsT em {
    background: #1f92b7;
}

.Innews .inNewsList .item:hover:nth-child(3) .inNewsT em {
    background: #14928a;
}


.Innews .inNewsList .item .inNewsT .title {
    width: 100%;
    padding: 0 3%;
    font-size: 15px;
    color: #666;
    line-height: 2;
    text-align: center;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    margin-top: 20px;
}


/* 专家团队 */

.Inteam {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f5f5f5;
}

.Inteam .top .tit {
    text-align: center;
}

.Inteam .top .tit p {
    font-size: 28px;
    color: #12377c;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}

.Inteam .top .tit span {
    font-size: 15px;
    color: #333;
}

.Inteam .top .more {
    float: right;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #12377c;
    background: #e5ecf4;
}

.Inteam .top .more:hover {
    background-color: #12377c;
    color: #fff;
}

.Inteam .TeamList {
    position: relative;
    margin-top: 30px;
}

.Inteam .TeamList .TeamSwiper {
    width: 100%;
    overflow: hidden;
}

.Inteam .TeamList .swiper-slide {
    position: relative;
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.Inteam .TeamList .swiper-slide .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.Inteam .TeamList .swiper-slide .empty {
    height: 90px;
}

.Inteam .TeamList .swiper-slide .cover .Text_box {
    padding: 15px;
    height: 90px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .T {
    position: relative;
    line-height: 28px;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .T p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .T span {
    float: left;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .Ti {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .Tc {
    display: none;
    height: 52px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .m {
    display: none;
    font-size: 15px;
    color: #333;
    margin: 10px auto 0;
}

.Inteam .TeamList .swiper-slide:hover .cover .Text_box {
    height: 190px;
    padding: 15px;
    background: rgba(20, 146, 138, 0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Inteam .TeamList .swiper-slide:hover .cover .Text_box .Tc {
    display: block;
}

.Inteam .TeamList .swiper-slide:hover .cover .Text_box .T p,
.Inteam .TeamList .swiper-slide:hover .cover .Text_box .T span,
.Inteam .TeamList .swiper-slide:hover .cover .Text_box .Ti,
.Inteam .TeamList .swiper-slide:hover .cover .Text_box .Tc {
    color: #fff;
}

.Inteam .TeamList .swiper-slide:hover .cover .Text_box .m {
    display: block;
    color: #fff;
}

.Inteam .TeamList .swiper-slide .cover .Text_box .m .ico {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background: url(../img/team_m.png) center no-repeat;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Inteam .TeamList .swiper-slide:hover .cover .Text_box .m .ico {
    background: url(../img/team_mh.png) center no-repeat;
}

.Inteam .TeamList .swiper-button-prev {
    position: absolute;
    width: 33px;
    height: 33px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/tprev.png) center no-repeat;
    background-size: auto 33px;
    cursor: pointer;
}

.Inteam .TeamList .swiper-button-next {
    width: 33px;
    height: 33px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/tnext.png) center no-repeat;
    background-size: auto 33px;
    cursor: pointer;
}

.Inteam .TeamList .swiper-button-prev:hover {
    background: url(../img/sleft.png) center no-repeat;
    background-size: auto 33px;
}

.Inteam .TeamList .swiper-button-next:hover {
    background: url(../img/sright.png) center no-repeat;
    background-size: auto 33px;
}

.Department {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.Department .cover {
    background: #f5f8fe;
    padding: 40px 2%;
}

.Department .top {
    position: relative;
}


/* .Department .top::before {
    position: absolute;
    content: '';
    width: 80%;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e3eaf6;
} */

.Department .top .tit {
    text-align: center;
}

.Department .top .tit p {
    font-size: 28px;
    color: #12377c;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}

.Department .top .tit span {
    font-size: 15px;
    color: #333;
}

.Department .top .more {
    float: right;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #12377c;
    background: #e5ecf4;
}

.Department .top .more:hover {
    background-color: #12377c;
    color: #fff;
}

.Department .depart {
    position: relative;
    margin-top: 30px;
}

.Department .depart .itab {
    float: left;
    width: 18%;
}

.Department .depart .itab li {
    width: 100%;
    float: left;
    background-color: #e3eaf6;
    text-align: center;
    margin-bottom: 4%;
    line-height: 55px;
    cursor: pointer;
}

.Department .depart .itab li:last-child {
    margin-bottom: 0;
}

.Department .depart .itab li .img {
    display: inline-block;
    margin-bottom: -2px;
}

.Department .depart .itab li .img img {
    width: 24px;
    height: 20px;
}

.Department .depart .itab li .ci2 {
    display: none;
}

.Department .depart .itab li span {
    font-size: 17px;
    color: #333;
    margin-left: 2px;
    font-weight: bold;
}

.Department .depart .itab li.active,
.Department .depart .itab li:hover {
    background-color: #14928a;
}

.Department .depart .itab li.active .ci2,
.Department .depart .itab li:hover .ci2 {
    display: block;
}


/*
.Department .depart .itab li.on .img img,
.Department .depart .itab li:hover .img img {
    margin-bottom: -4px;
}
*/

.Department .depart .itab li.active .ci1,
.Department .depart .itab li:hover .ci1 {
    display: none;
}

.Department .depart .itab li.active span,
.Department .depart .itab li:hover span {
    color: #fff;
}

.Department .depart .tabs-container {
    position: relative;
    float: right;
    width: 80%;
}

.Department .depart .tabs-container .tment {
    position: relative;
}

.Department .depart .tabs-container .tment .img {
    width: 54%;
    float: left;
}

.Department .depart .tabs-container .tment .tmentc {
    width: 43%;
    float: right;
}

.Department .depart .tabs-container .tment .tmentc .tit {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.Department .depart .tabs-container .tment .tmentc .tit::before {
    position: absolute;
    content: '';
    width: 58px;
    height: 3px;
    background-color: #14928a;
    left: 0;
    bottom: -20px;
}

.Department .depart .tabs-container .tment .tmentc .tic {
    font-size: 15px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    height: 210px;
    -webkit-box-orient: vertical;
    margin-top: 40px;
}

.Department .depart .tabs-container .tment .tmentc .m {
    width: 165px;
    height: 45px;
    background: #e5ebf7;
    text-align: center;
    margin-top: 58px;
}

.Department .depart .tabs-container .tment .tmentc .m a {
    display: block;
    font-size: 15px;
    line-height: 45px;
    color: #333;
}

.Department .depart .tabs-container .tment .tmentc .m i {
    background: url(../img/team_m.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle
}

.Department .depart .tabs-container .tment .tmentc .m span {
    display: inline-block;
    vertical-align: middle
}

.Department .depart .tabs-container .tment .tmentc .m:hover {
    background-color: #14928a;
}

.Department .depart .tabs-container .tment .tmentc .m:hover a {
    color: #fff;
}

.Department .depart .tabs-container .tment .tmentc .m:hover i {
    color: #fff;
    background: url(../img/team_mh.png) center no-repeat;
}


/* 专题专栏 */

.InTi {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background: #fff;
}

.InTi .TiList .top {
    display: none;
    position: relative;
    margin-bottom: 30px;
}


.InTi .TiList .top .tit {
    text-align: center;
}

.InTi .TiList .top .tit p {
    font-size: 28px;
    color: #12377c;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}

.InTi .TiList .top .tit span {
    font-size: 15px;
    color: #333;
}

.InTi .TiList {
    position: relative;
    background: #f3f5f7;
}

.InTi .TiList .cover {
    padding: 15px 20px;
}

.InTi .TiList .Tol {
    float: left;
    width: 42px;
    height: 100%;
    border: 3px #12377c solid;
    box-sizing: border-box;
}

.InTi .TiList .Tol .tit {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #12377c;
    text-align: center;
    padding: 11px 0;
}

.InTi .TiList .Toc {
    width: 94%;
    float: right;
    overflow: hidden;
}

.InTi .TiList .Toc .swiper-slide {
    float: left;
    position: relative;
}

.InTi .TiList .Toc .swiper-slide.tpt-md-4 {
    width: 22.75%;
    margin-right: 3%;
}

.InTi .TiList .Toc .swiper-slide.tpt-md-4:last-child {
    margin-right: 0;
}

.InTi .TiList .Toc .swiper-button-prev {
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/tprev.png) center no-repeat;
    background-size: auto 33px;
    cursor: pointer;
}

.InTi .TiList .Toc .swiper-button-next {
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/tnext.png) center no-repeat;
    background-size: auto 33px;
    cursor: pointer;
}

.InTi .TiList .Toc .swiper-button-prev:hover {
    background: url(../img/sleft.png) center no-repeat;
    background-size: auto 33px;
}

.InTi .TiList .Toc .swiper-button-next:hover {
    background: url(../img/sright.png) center no-repeat;
    background-size: auto 33px;
}

/* 内页开始 */

.Page_banner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.Page_banner .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.Page_banner .bd li {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.Page_banner .bd li img {
    vertical-align: top;
    width: 100%;
}

.Page_banner .hd {
    position: absolute;
    bottom: 3%;
    text-align: center;
    width: 100%;
}

.Page_banner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
    margin: 0 5px;
    overflow: hidden;
    line-height: 999px;
}

.Page_banner .hd .on {
    background: #12377c;
}


/* mPage_banner */

.mPage_banner {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.mPage_banner .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.mPage_banner .bd li {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.mPage_banner .bd li img {
    vertical-align: top;
    width: 100%;
}

.mPage_banner .hd {
    position: absolute;
    bottom: 3%;
    text-align: center;
    width: 100%;
}

.mPage_banner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 6px;
    margin: 0 5px;
    overflow: hidden;
    line-height: 999px;
}

.mPage_banner .hd .on {
    background: #12377c;
}



/* 面包屑 */

.PageMain {
    position: relative;
    width: 100%;
}

.PageMain .crumbs {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
}

.PageMain .wz_top {
    height: auto;
    line-height: 60px;
    font-size: 17px;
}

.PageMain .wz_top .home {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../img/fangzi.png);
    margin-right: 5px;
    margin-bottom: -1px;
}

.PageMain .wz_top a {
    color: #000;
    margin: 0 5px;
}

.PageMain .wz_top a:hover {
    color: #12377c;
}

.Page_content {
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
    padding: 50px 0;
}

.Page_content .cover {
    background-color: #fff;
    padding: 40px 30px;
}

.Page_content .Pagebox {
    position: relative;
    background: url(../img/lmcontentbg.gif) 19% 0 repeat-y;
    overflow: visible;
}

.Page_content .Pagebox>.left {
    position: -webkit-sticky;
    position: sticky;
    width: 17%;
}

.Menunav {
    position: relative;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Menunav.scroll {
    position: fixed;
    top: 200px;
    z-index: 99;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Menunav .title {
    width: 100%;
    color: #fff;
    background-color: #12377c;
}

.Menunav .title .t_box {
    padding: 40px 10px;
}

.Menunav .title .t_box .img {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
}

.Menunav .title .t_box .img img {
    width: 100%;
}

.Menunav .title .t_box .lname {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.Menunav .title .t_box p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.Menunav .Menu {
    background: #fff;
}

.Menunav .Menu>li {
    position: relative;
    border-bottom: 1px solid #cecece;
    line-height: 60px;
}

.Menunav .Menu>li>.afinve {
    position: relative;
    display: block;
    line-height: 60px;
    letter-spacing: 1px;
    padding-left: 10px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Menunav .Menu>li>.afinve a {
    font-size: 17px;
    color: #333;

}

.Menunav .Menu>li.open>.afinve {
    font-weight: bold;
    padding-left: 15px;
    color: #12377c;
}

.Menunav .Menu>li.open>.afinve a {
    font-weight: bold;
    color: #12377c;
}

.Menunav .Menu>li:hover>.afinve {
    font-weight: bold;
    padding-left: 15px;
    color: #12377c;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.Menunav .Menu>li:hover>.afinve a {
    font-weight: bold;
    color: #12377c;

}

.Menunav .Menu>li .nav-more {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    background: url(../img/jiantou.png) no-repeat center;
    background-size: auto 16px;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}

.Menunav .Menu>li:hover .nav-more,
.Menunav .Menu>li.open .nav-more {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    background: url(../img/jiantouh.png) no-repeat center;
    background-size: auto 16px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.Menunav .Menu>li.open .sub-menu {
    display: block;
}

.Menunav .Menu>li.open .sub-menu .finve a {
    color: #12377c;
    font-weight: bold;
}

.Menunav .Menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding-bottom: 5px;
}

.Menunav .Menu>li>ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.Menunav .Menu>li>ul.sub-menu li>a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    color: #333;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Menunav .Menu>li>ul.sub-menu li>a:hover {
    color: #12377c;
    font-weight: bold;
}

.Page_con {
    position: relative;
    width: 79%;
    float: right;
}

.Page_con .ejbt {
    position: relative;
    height: 42px;
    line-height: 39px;
    margin-bottom: 30px;
}

.Page_con .ejbt::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
}

.Page_con .ejbt .cat {
    position: relative;
    display: inline;
    float: left;
    height: 39px;
    border-bottom: 3px solid #12377c;
    font-size: 22px;
    font-weight: bold;
    color: #12377c;
    z-index: 2;
}

.Page_con .con_tx {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.Page_con .con_tx a {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.Page_con .con_tx img {
    max-width: 100%;
}

.Page_con .con_tx .fl {
    width: 66%;
}

.Page_con .con_tx .fr {
    width: 30%
}

#allmap {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.Page_con .con_tx .b_tit {
    font-size: 28px;
    font-weight: bold;
    color: #12377c;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px #ccc dashed;
}

.luxian .cover {
    background-color: #f9f9f9;
}

.page_kang li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    cursor: pointer;
}

.page_kang li .box {
    padding: 10px;
    border: 2px #eee solid
}

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

.page_kang li .img {
    position: relative;
    overflow: inherit;
}

.page_kang li:hover .box {
    border: 2px #12377c solid;
}

.page_kang li .img img {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-origin: 50% 50%;
}

.page_kang li:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.page_kang li p {
    line-height: 50px;
    text-align: center;
    color: #333;
    transition: 0.3s all ease;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page_kang li:hover p {
    color: #12377c;
}

.page_shebei ul {
    width: 102%;
    margin-left: -1%;
}

.page_shebei li {
    width: 31.333%;
    float: left;
    padding: 0 1%;
    margin-bottom: 2%;
    cursor: pointer;
}

.page_shebei li .box {
    padding: 10px;
    border: 2px #eee solid;
}

.page_shebei li .img {
    position: relative;
    overflow: inherit;
}

.page_shebei li:hover .box {
    border: 2px #12377c solid;
}

.page_shebei li .img img {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-origin: 50% 50%;
}

.page_shebei li:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.page_shebei li p {
    line-height: 50px;
    text-align: center;
    color: #333;
    transition: 0.3s all ease;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page_shebei li:hover p {
    color: #12377c;
}


/* page_news*/

.page_news {
    position: relative;
    width: 100%;
}

.page_news li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page_news li::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #12377c;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.page_news li:hover::after {
    width: 100%;
}

.page_news li a {
    display: block;
    background: #f9f9f9;
    padding: 25px 3%;
    position: relative;
}

.page_news li a time {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 16px;
    padding-left: 8px;
    line-height: 19px;
    border-left: 5px solid #12377c;
    position: relative;
    z-index: 9;
}

.page_news li .news_text {
    position: relative;
    z-index: 9;
}

.page_news li .news_text .img {
    display: block;
    line-height: 1;
    overflow: hidden;
    float: left;
    width: 22%;
    margin: 0 20px 0 0;
}

.page_news li .news_text .img img {
    display: block;
    width: 100%;
    transition: 0.48s;
}

.page_news li .news_fix h3 {
    color: #232323;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    transition: 0.35s;
}

.page_news li .news_fix p {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page_news li .news_fix span {
    font-size: 14px;
    color: #999;
}

.page_news li a:hover .news_text figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.page_news li a:hover .news_fix h3 {
    color: #12377c;
}

.pageNewsT {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.pageNewsC {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    border-bottom: dashed 1px #999;
    text-align: center;
}

.pageNewsD {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin-top: 20px;
}

.pageNewsD p a {
    font-size: 15px !important;
}

.pageNewsD img {
    max-width: 100%;
    margin: 5px 0;
}

.pageNewsD table {
    border-collapse: collapse;
    width: 100% !important;
}

.pageNewsD table,
tr {
    font-size: 15px;
    color: #444;
}

.pageNewsD table,
th,
td {
    border: 1px solid black;
    text-align: center;
    font-size: 15px;
}


/* 科室介绍 */

.ks {
    position: relative;
}

.ks_tit {
    font-size: 18px;
    color: #12377c;
    font-weight: bolder;
    padding-left: 30px;
    line-height: 50px;
    position: relative;
    background-color: #f2f4f9;
}

.ks_tit:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background-color: #12377c;
}

.ks_tic {
    margin: 20px 0
}

.ks_tic ul {
    width: 102%;
    margin-left: -1%;
}

.ks_tic li {
    width: 25%;
    float: left;
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.ks_tic li a {
    position: relative;
    font-size: 15px;
    color: #333;
    padding: 0 20px;
    margin: 0 4%;
    border-radius: 5px;
    border: 1px #d3d3d3 solid;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ks_tic li a:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f4f4f4 url(../img/ks_jt.png) no-repeat center;
}

.ks_tic li:nth-child(4n) {
    margin-right: 0%
}

.ks_tic li:hover a {
    color: #12377c;
    font-weight: bold;
}

.ks_tic li:hover:before {
    background: #12377c url(../img/ks_jth.png) no-repeat center;
}


/* 专家团队 */

.page_team {
    position: relative;
    width: 100%;
}

.page_team .tit_top {
    height: 42px;
    line-height: 39px;
    margin-bottom: 30px;
    position: relative;
}

.page_team .tit_top::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
}

.page_team .tit_top .cat {
    float: left;
    display: inline;
    height: 39px;
    border-bottom: 3px solid #12377c;
    font-size: 22px;
    font-weight: bold;
    color: #12377c;
    position: relative;
    z-index: 2;
}

.page_team .team_list {
    position: relative;
    width: 104%;
    margin-left: -2%;
}

.page_team .team_list .swiper-slide {
    position: relative;
    width: 25%;
    float: left;
    margin-bottom: 2%;
}

.page_team .team_list .swiper-slide a {
    display: block;
    position: relative;
    margin: 0 4%;
}

.page_team .team_list .swiper-slide .coverbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page_team .team_list .swiper-slide .empty {
    height: 90px;
}

.page_team .team_list .swiper-slide .coverbox .Text_box {
    padding: 15px;
    height: 90px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .T {
    position: relative;
    line-height: 28px;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .T p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .T span {
    float: left;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .Ti {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .Tc {
    display: none;
    height: 52px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .m {
    display: none;
    font-size: 15px;
    color: #333;
    margin: 10px auto 0;
}

.page_team .team_list .swiper-slide:hover .coverbox .Text_box {
    height: 190px;
    padding: 15px;
    background: rgba(20, 146, 138, 0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page_team .team_list .swiper-slide:hover .coverbox .Text_box .Tc {
    display: block;
}

.page_team .team_list .swiper-slide:hover .coverbox .Text_box .T p,
.page_team .team_list .swiper-slide:hover .coverbox .Text_box .T span,
.page_team .team_list .swiper-slide:hover .coverbox .Text_box .Ti,
.page_team .team_list .swiper-slide:hover .coverbox .Text_box .Tc {
    color: #fff;
}

.page_team .team_list .swiper-slide:hover .coverbox .Text_box .m {
    display: block;
    color: #fff;
}

.page_team .team_list .swiper-slide .coverbox .Text_box .m .ico {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background: url(../img/team_m.png) center no-repeat;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.page_team .team_list .swiper-slide:hover .coverbox .Text_box .m .ico {
    background: url(../img/team_mh.png) center no-repeat;
}

.page_team .team_show {
    position: relative;
}

.page_team .team_show .show_img {
    width: 36%;
    float: left;
}

.page_team .team_show .show_dos {
    width: 60%;
    float: right;
}

.page_team .team_show .show_dos .right {
    width: 32%;
    float: right;
    margin-top: 40px;
}

.page_team .team_show .show_dos .right .img {
    width: 70%;
    margin: 0 auto;
}

.page_team .team_show .show_dos .right .img img {
    width: 100%;
}

.page_team .team_show .show_dos .right .p {
    text-align: center;
}

.page_team .team_show .show_dos .right .ph {
    text-align: center;
}

.page_team .team_show .show_dos .left {
    width: 64%;
    float: left;
}

.page_team .team_show .show_dos .tit {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.page_team .team_show .show_dos .tit .t1 {
    font-size: 28px;
    font-weight: bold;
    color: #12377c;
    line-height: 1.2;
}

.page_team .team_show .show_dos .tit .t2 {
    font-size: 18px;
    margin-left: 15px;
    color: #666;
}

.page_team .team_show .show_dos .tib {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: bold;
    color: #12377c;
}

.page_team .team_show .show_dos .tib .tibt {
    font-size: 17px;
    font-weight: bold;
    color: #12377c;
}

.page_team .team_show .show_dos .tib .tibc {
    font-size: 17px;
    color: #666;
    font-weight: normal;
    display: inline-grid;
}

.page_team .team_show .tit_con {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 20px 0;
    line-height: 2;
}

.page_team .team_show .tit_con::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
}

.page_team .team_show .tit_con .cat {
    float: left;
    display: inline;
    border-bottom: 3px solid #12377c;
    font-size: 17px;
    font-weight: bold;
    color: #12377c;
    position: relative;
    z-index: 2;
}

.page_team .team_show .show_con {
    font-size: 16px;
    line-height: 32px;
    color: #555;
}


/* 加入我们 */

.Page_join {
    position: relative;
    width: 78%;
    float: right;
}

.Page_join .ejbt {
    height: 42px;
    line-height: 39px;
    margin-bottom: 20px;
    position: relative;
}

.Page_join .ejbt::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
}

.Page_join .ejbt .cat {
    position: relative;
    float: left;
    display: inline;
    height: 39px;
    font-size: 22px;
    font-weight: bold;
    color: #12377c;
    border-bottom: 3px solid #12377c;
    z-index: 2;
}

.Page_join .Joinlist {
    position: relative;
    width: 100%;
}

.Page_join .Joinlist .jnlist {
    position: relative;
}

.Page_join .Joinlist .jnlist li {
    text-align: center;
    font-size: 17px;
    color: #fff;
    width: 18%;
    line-height: 56px;
    float: left;
    margin-right: 0.5%;
    background: #12377c;
}

.Page_join .Joinlist .jnlist li:first-child {
    width: 26%;
}

.Page_join .Joinlist .jnlist li:last-child {
    margin-right: 0;
}

.Page_join .Joinlist .joblist {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.Page_join .Joinlist .joblist .list_dt {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.Page_join .Joinlist .joblist .list_dt p {
    text-align: center;
    font-size: 15px;
    color: #333;
    width: 18%;
    line-height: 56px;
    float: left;
    margin-right: 0.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Page_join .Joinlist .joblist .list_dt p:last-child:hover {
    color: #12377c;
}

.Page_join .Joinlist .joblist .list_dt p:first-child {
    width: 26%;
}

.Page_join .Joinlist .joblist .list_dt p:last-child {
    margin-right: 0;
}

.Page_join .Joinlist .joblist #open {
    border-bottom: 1px solid #12377c;
}

.Page_join .Joinlist .joblist .list_dd {
    display: none;
    padding: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #555;
    background: #f0f6fb;
}


/* 预约挂号 */

.PageGuahao {
    width: 100%;
    position: relative;
}

.PageGuahao .tit {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.PageGuahao .left {
    width: 50%;
    margin: 0 auto;
}

.PageGuahao .left .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.PageGuahao .left .form-group .label {
    float: left;
    width: 16.66667%;
    font-size: 14px;
    color: #666;
    text-align: right;
    vertical-align: middle;
    margin-right: 10px;
}

.PageGuahao .left .form-group .form-control {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 28px;
    border: 1px #ddd solid;
    border-radius: 4px;
    box-sizing: border-box;
}

.PageGuahao .left .form-group .control {
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 28px;
    border: 1px #ddd solid;
    border-radius: 4px;
}

.PageGuahao .left .form-group .form-input {
    position: relative;
    float: left;
    width: 80%;
}

.PageGuahao .left .button {
    width: 190px;
    height: 45px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    background: #12377c;
    cursor: pointer;
}

.PageGuahao .left .button:hover {
    background: #14928a;
}

.PageGuahao .right {
    float: right;
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

/* 日期选择弹窗 */
.date-js {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    bottom: 40px;
    display: flex;
    flex-flow: column;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.date-js .show-year {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}

.date-js .show-year .show-date {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-js .show-year .change-date {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.date-js .show-year .change-date:hover {
    color: #3B87D7;
}

.date-js .show-week {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}

.date-js .show-week .week-day {
    width: 14.285%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.date-js .show-month {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.date-js .show-month .month-day {
    width: 14.285%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.date-js .show-month .month-day.active {
    background-color: #3B87D7;
    border-radius: 50%;
    color: #fff;
}

.date-js .show-month .month-day.today {
    color: #3B87D7;
}

.date-js .show-month .month-day.today.active {
    color: #fff;
}

.date-js .show-month .month-day.active:hover {
    color: #fff;
}

.date-js .show-month .month-day.not-this-month {
    color: #c0c4cc;
}

.date-js .show-month .month-day:hover {
    color: #3B87D7;
}

.date-js .bts {
    width: 100%;
    height: 30px;
    border-top: 1px solid #e2e2e2;
    display: flex;
}

.date-js .bts .bt {
    width: 50%;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.date-js .bts .bt:first-child {
    border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
    background-color: #3B87D7;
    color: #fff;
}

/* InContact */

.InContact {
    position: relative;
    width: 100%;
    background: #104294;
}

.InContact .conTop {
    display: flex;
    position: relative;
    width: 100%;
    padding: 40px 0;
    flex-direction: row;
    justify-content: space-between;
}

.InContact .conTop .flogo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.InContact .conTop .flogo img {
    height: 130px;
}

.InContact .conTop .flogo p {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.InContact .ContLx {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.InContact .ContLx p {
    position: relative;
    padding-left: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.InContact .ContLx p:nth-child(1):before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(../img/fico_dh.png) center no-repeat;
    background-size: auto 18px;
}

.InContact .ContLx p:nth-child(2):before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(../img/fico_sj.png) center no-repeat;
    background-size: auto 18px;
}

.InContact .ContLx p:nth-child(3):before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(../img/fico_dz.png) center no-repeat;
    background-size: auto 18px;
}

.InContact .ContLx p:nth-child(4):before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(../img/fico_lx.png) center no-repeat;
    background-size: auto 18px;
}

.InContact .ContLx p span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.InContact .ContLx p span a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}


.InContact .ContRight {
    display: flex;
    align-items: center
}

.InContact .ContRight dd {
    display: inline-block;
    margin-right: 20px;
}

.InContact .ContRight dd img {
    width: 120px;
    height: 120px;
    border: 2px #eee solid;
}

.InContact .ContRight dd:last-child {
    margin-right: 0;
}

.InContact .ContRight dd p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.InContact .link {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: #f5f5f5;
}

.InContact .link .linkl {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.InContact .link .link_list {
    float: left;
}

.InContact .link .link_list a {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    position: relative;
}

.InContact .link .link_list a:first-child {
    padding-left: 0;
}

.InContact .link .link_list a::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 16px;
    background-color: #aaa;
    margin-top: 4px;
}

.InContact .link .link_list a:last-child::before {
    display: none;
}

.InContact .link .link_list a:hover {
    color: #14928a;
}

.Copy {
    width: 100%;
    padding: 22px 0;
    font-size: 15px;
    color: #fff;
    background: #12377c;
}

.Copy a {
    font-size: 15px;
    color: #fff;
}

.Copy a:last-child {
    float: right;
}

.Copy a:hover {
    color: #80c5e8;
}


/* 在线kefu */

.fixed-right {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.fixed-right li {
    border-bottom: 1px #eaecef solid;
    align-items: center;
}

.fixed-right li:last-child {
    border-bottom: 0;
}

.fixed-right li:hover a {
    color: #12377c;
}

.fixed-right li>a {
    position: relative;
    display: block;
    width: 68px;
    height: 86px;
    font-size: 12px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px #6a7ba9 solid;
    justify-items: center;
}


.fixed-right li>dd {
    position: relative;
    display: block;
    width: 68px;
    height: 86px;
    font-size: 12px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    justify-items: center;
}

.fixed-right a:last-child {
    border-bottom: none;
}

.fixed-right .nz {
    padding: 17px 0;
}

.fixed-right .nz h2 {
    font-size: 20px;
    color: #12377c;
    text-align: center;
    font-weight: bold;
}

.fixed-right .nz p {
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}

.fixed-right .n1 a {
    background: url(../img/kf_qywxh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n1 a:hover {
    background: url(../img/kf_qywxh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n1 a .kftc {
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.fixed-right .n1 a .kftc img {
    width: 100%;
    display: block;
}

.fixed-right .n1 a .kftc::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-bottom: 8px solid transparent;
    /* left arrow slant */
    border-top: 8px solid transparent;
    /* right arrow slant */
    border-left: 8px solid #fff;
    /* bottom, add background color here */
}

.fixed-right .n1:hover a .kftc {
    display: block;
}

.fixed-right .n2 dd {
    position: relative;
    background: url(../img/kf_dhh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n2 dd:hover {
    position: relative;
    background: url(../img/kf_dhh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n2 dd .kftc {
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    width: 180px;
    height: 60px;
    line-height: 1.4;
    border-radius: 5px;
    color: #12377c;
    font-size: 20px;
    text-align: center;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.fixed-right .n2 dd .kftc::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-bottom: 8px solid transparent;
    /* left arrow slant */
    border-top: 8px solid transparent;
    /* right arrow slant */
    border-left: 8px solid #fff;
    /* bottom, add background color here */
}

.fixed-right .n2:hover dd .kftc {
    display: block;
}

.fixed-right .n3 a {
    background: url(../img/kf_liuyanh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n3 a:hover {
    background: url(../img/kf_liuyanh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n4 a {
    background: url(../img/kf_gzhh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n4 a:hover {
    background: url(../img/kf_gzhh.png) center 15px no-repeat;
    padding-top: 58px;
    background-size: auto 32px;
}

.fixed-right .n4 a .kftc {
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.fixed-right .n4 a .kftc img {
    width: 100%;
    display: block;
}

.fixed-right .n4 a .kftc::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-bottom: 8px solid transparent;
    /* left arrow slant */
    border-top: 8px solid transparent;
    /* right arrow slant */
    border-left: 8px solid #fff;
    /* bottom, add background color here */
}

.fixed-right .n4:hover a .kftc {
    display: block;
}

.fixed-right .n5 a {
    height: 50px;
    background: url(../img/kf_toph.png) center no-repeat;
    background-size: auto 20px;
}

.fixed-right .n5 a:hover {
    height: 50px;
    background: url(../img/kf_toph.png) center no-repeat;
    background-size: auto 20px;
}

.fixed-right .n6 a {
    height: 50px;
    line-height: 50px;
}

.fixed-right .n6 a:hover {
    color: #12377c;
}

.fixed-right .click {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    width: 20px;
    padding: 20px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    background: #12377c;
}


/* main CSS */

#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
}

#pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 60%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .menu-bar {
    width: 100%;
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #0060b6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../img/icon/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../img/icon/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../img/icon/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .handel-prev {
    background-image: url(../img/icon/prev_blank.png);
}

#pictureViewer .handel-next {
    background-image: url(../img/icon/next_blank.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
    background-color: #0060b6;
}

#pictureViewer .handel-prev:hover {
    background-image: url(../img/icon/prev_white.png);
}

#pictureViewer .handel-next:hover {
    background-image: url(../img/icon/next_white.png);
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}


/* fenye */

.pages {
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
}

.pages li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
}

.pages li a {
    text-align: center;
    color: #333;
    padding: 0 15px;
}

.pages .active {
    background: #12377c;
    text-decoration: none
}

.pages .active a {
    color: #fff;
}

.pages li:hover {
    background: #12377c;
    text-decoration: none
}

.pages li:hover a {
    color: #fff;
}

.pages span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    padding: 0 13px;
}

.pages1 {
    width: 100%;
    padding: 2% 0;
    background: #fff;
    border-top: 1px #ccc dashed;
    margin-top: 20px;
}

.pages1_l {
    float: left;
    width: 100%;
}

.pages1_l a {
    line-height: 26px;
    color: #333;
    font-size: 15px;
}

.pages1_l:hover a {
    color: #12377c;
}

.pages1_r {
    float: left;
    width: 100%;
}

.pages1_r a {
    line-height: 26px;
    color: #333;
    font-size: 15px;
}

.pages1_r:hover a {
    color: #12377c;
}


	/* 本例子css */
    .slideBox{ width:705px; height:470px; overflow:hidden; position:relative; border:1px solid #ddd;  }
    .slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
    .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
    .slideBox .hd ul li{ float:left; margin-right:2px;  width:20px; height:20px; line-height:20px; text-align:center; background:#fff; cursor:pointer; font-size: 14px;}
    .slideBox .hd ul li.on{ background:#004da2; color:#fff; }
    .slideBox .bd{ position:relative; height:100%; z-index:0;   }
    .slideBox .bd li{ zoom:1; vertical-align:middle; }
    .slideBox .bd img{ width:705px; height:470px; display:block;  }

