.width100 {
    width: 100%;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header-top {
    height: 100px;
}

.logo-left {
    width: 620px;
    float: left;
    height: 100px;
    overflow: hidden;
}

.logo-left img {
    width: 100%;
}

.search {
    margin-top: 32px;
    position: relative;
    float: right;
}

.search_icon {
    float: left;
}

.search_icon input {
    float: left;
    width: 254px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 18px;
    color: #838383;
    text-align: left;
    border: 2px solid #165671;
}

.search_icon input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.search_icon>div {
    float: left;
    width: 60px;
    height: 40px;
    border: 1px solid #165671;
    border-left: none;
    background: #165671;
}

.search_icon>div a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #165671;
}


/*菜单导航*/

#dzmenu {
    height: 50px;
    margin: 0 auto;
    background: #165671;
    width: 100%;
}

#dzmenu ul {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

#dzmenu>ul>li {
    padding: 15px 14px;
    float: left;
    height: 20px;
    position: relative;
    min-width: 80px;
    position: relative;
}

#dzmenu>ul>li::after {
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    top: 15px;
    border-right: 1px solid #34728b;
}

#dzmenu>ul>li:last-child::after {
    border-right: none;
}

#dzmenu>ul>li>a {
    width: 100%;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
}

#dzmenu li:last-child a {
    border-right: 0;
}

#dzmenu li:hover {
    background-color: #1c627f;
    transition: all 0.2s linear;
}

#dzmenu li:hover a {
    color: #fff;
    transition: all 0.2s linear;
}

#dzmenu li:hover ul li a {
    color: #fff;
    transition: all 0.2s linear;
}

#dzmenu li:hover ul li {
    background-color: rgba(98, 171, 47, 0.2);
    transition: all 0.2s linear;
}

#dzmenu li ul {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all 0.1s ease-out;
    z-index: 9999;
    background-color: rgba(22, 86, 113, 0.9);
}

#dzmenu li ul li {
    float: none;
    min-height: 20px;
    padding: 8px 0;
    width: 100%;
}

#dzmenu li ul li a {
    border-right: none;
    width: 100%;
    display: block;
    text-align: center;
    color: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.2s linear;
}

#dzmenu li ul li:hover {
    background-color: #165671;
    transition: all 0.2s linear;
}

#dzmenu li ul li a:hover {
    color: #fff;
    transition: all 0.2s linear;
}

#dzmenu li:hover ul {
    max-height: 360px;
    transition: all 0.3s;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99b01f24, endColorstr=#99b01f24);
}

.jq22-container {
    min-height: 550px;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.flexslider {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.slides li {
    height: 550px;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center;
}


/*焦点图的左右箭头*/

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.flex-control-nav .flex-active {
    background: #1c627f;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li {
    position: relative;
    height: 1px;
}

.flex-direction-nav li a:before {
    position: absolute;
    top: -22px;
    left: 7px;
    font-size: 70px;
    line-height: 1;
    color: #4d6ab6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    content: "›";
}

.flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    color: #4d6ab6;
    border: 3px solid #4d6ab6;
    border-radius: 3px;
}

.flex-direction-nav li a.flex-prev:before {
    content: "‹";
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
}

.flex-direction-nav li a:hover {
    background-color: #fff;
}

.synews-container {
    height: 750px;
    background: url('../images/synewsbg.jpg') no-repeat center top;
    background-size: cover;
    width: 100%;
}

.sytitle {
    width: 100%;
    margin-bottom: 15px;
}

.sytitle h1 {
    text-align: center;
    font-size: 26px;
    color: #175671;
    height: 110px;
    line-height: 110px;
}

.synews-left {
    width: 580px;
    float: left;
}

.flexslider3 {
    position: relative;
    min-height: 465px;
    overflow: hidden;
}

.flexslider3 .slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.flexslider3 .slides li {
    height: 465px;
    width: 100%;
}

.flexslider3 .flex-direction-nav {
    position: absolute;
    z-index: 3;
    height: 40px;
    width: 85px;
    bottom: 155px;
    right: 10px;
    top: auto;
}

.flexslider3 .flex-direction-nav li a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block !important;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    position: absolute;
}

.flexslider3 .flex-direction-nav li a:before {
    position: absolute;
    top: -7px;
    left: 13px;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    content: "›";
}

.flexslider3 .flex-direction-nav li a.flex-next {
    right: 0;
}

.flexslider3 .flex-direction-nav li a.flex-prev {
    left: 0;
}

.flexslider3 .flex-direction-nav li a.flex-prev:before {
    content: "‹";
}

.flexslider3 .flex-direction-nav li:hover a {
    background: rgba(255, 255, 255, 0.4);
}

.flexslider3 .flex-direction-nav li:hover a::before {
    color: #fff;
}

.swiper-left {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.swiper-right {
    width: 100%;
    height: 115px;
    background-color: #175671;
    padding: 20px;
    box-sizing: border-box;
}

.swiper-right h1 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper-right h3 {
    color: #749aaa;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.swiper-right span {
    display: block;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
}

.device2 {
    position: absolute;
    width: 85px;
    bottom: 10px;
    right: 300px;
    height: 40px;
}

.device a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #939393;
    text-align: center;
    font-size: 30px;
    display: block !important;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

.arrow-left {
    float: left;
}

.arrow-right {
    float: right;
}

.synews-right {
    width: 585px;
    float: right;
}

.synewslist {
    overflow: hidden;
    height: 465px;
}

.synewslist ul li {
    display: block;
    height: 40px;
    line-height: 40px;
}

.synewslist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.synewslist ul li a em {
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ef9d44;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
}

.synewslist ul li a h1 {
    font-size: 16px;
    color: #323232;
    width: 420px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.synewslist ul li a span {
    height: 40px;
    line-height: 40px;
    width: 105px;
    float: right;
    font-size: 14px;
    text-align: right;
    color: #acacac;
    overflow: hidden;
}

.synewslist ul li:hover a h1 {
    color: #175671;
}

.synews-mian {
    overflow: hidden;
}

.synews-more {
    height: 36px;
    margin-top: 60px;
}

.synews-more a {
    display: block;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e07513;
    color: #e07513;
    width: 105px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    margin: 0 auto;
    transition: all 0.3s;
}

.synews-more a:hover {
    background-color: #e07513;
    color: #fff;
}

.syhospital {
    height: 580px;
    background: url('../images/sycardbg.jpg') no-repeat center top;
    padding-top: 45px;
    width: 100%;
}

.cardslist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cardslist ul li {
    width: 215px;
    height: 180px;
    border: 1px solid #aec8e5;
    float: left;
    padding-top: 35px;
    box-sizing: border-box;
    animation: all 0.3s;
}

.icon-img {
    width: 57px;
    height: 52px;
    overflow: hidden;
    margin: 0 auto;
}

.icon-img img {
    width: 100%;
}

.cardslist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cardslist ul li h1 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cardslist ul li span {
    display: block;
    width: 20px;
    height: 2px;
    background: #aac5e3;
    margin: 0 auto;
}

.cardslist ul li:hover {
    background: #175671;
}

.hospital-detail {
    background-color: #fff;
    height: 340px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
}

.hospital-text p {
    font-size: 16px;
    color: #494646;
    line-height: 35px;
    text-align: center;
    height: 105px;
    overflow: hidden;
}

.hospital-detail .sytitle {
    margin-bottom: 0;
}

.hospital-detail .synews-more {
    margin-top: 35px;
}

.sydoctor-container {
    height: 800px;
    background-color: #fff;
}

.rec_expert {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 555px;
}

.rec_expert>p {
    color: #000;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    animation: bounceIn 1s ease .4s backwards;
}

.rec_expert>span {
    display: block;
    font-size: 16px;
    color: #c1c1c1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    animation: bounceIn 1s ease .6s backwards;
}

.container_12 {
    height: 500px;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.car_div {
    width: 1200px;
    height: 500px;
    overflow: hidden;
}

.car {
    height: 40px;
    overflow: hidden;
    width: 88px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
}

.car a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    display: inline-block !important;
    background-color: #175671;
    transition: all 0.3s;
    margin-right: 1px;
}

.car a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel1 {
    cursor: default !important;
}

.carousel1 li {
    overflow: hidden;
    width: 277px !important;
    height: 500px;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    transition: all 0.3s;
    position: relative;
}

.carousel1 li a:hover h3 {
    transform: translateX(10px);
}

.carousel1 li a {
    display: block;
    width: 277px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.carousel1 li a img {
    width: 100%;
    /*height: 100%;*/
}

.syexpert-img {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.syexpert-img img {
    width: 100%;
}

.message {
    width: 275px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 98px;
    padding-top: 130px;
    box-sizing: border-box;
}

.message h1 {
    font-size: 20px;
    color: #175671;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.message h2 {
    font-size: 16px;
    color: #a1a0a0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.message>h3 {
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    transition: all 0.5s;
    background: url('../images/jiantou.png') no-repeat 100%;
}

.message>h3 span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #d0cfd0;
    margin-left: 5px;
    max-width: 100px;
}

.message>i {
    display: block;
    width: 80%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin: 10px auto;
}

.message>p {
    width: 80%;
    margin: 10px auto;
    color: #494646;
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
}

.message span {
    display: block;
    width: 100px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    background: #175671;
    margin: 0 auto;
    margin-top: 25px;
}

.sydoctor-container .synews-more {
    margin-top: 35px;
}

.sykeshi-container {
    height: 550px;
    background: url('../images/sykeshibg.jpg') no-repeat center;
    background-size: cover;
    padding-top: 20px;
    width: 100%;
}

.sykeshi-main {
    width: 740px;
    float: right;
}

.sykeshi-main .sytitle h1 {
    color: #fff;
    text-align: left;
}

.sykeshi-main .sytitle h1 a {
    display: block;
    font-size: 14px;
    text-align: center;
    border: 1px solid #faba7f;
    color: #faba7f;
    width: 60px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    transition: all 0.3s;
    float: right;
    margin-top: 35px;
}

.sykeshi-list ul li {
    width: 168px;
    border: 1px solid #fff;
    height: 68px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.sykeshi-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
}

.sykeshi-list ul li:nth-of-type(4n) {
    margin-right: 0;
}

.sykeshi-list ul li a:hover {
    background-color: #fff;
    color: #175671;
}

.sykepu-container {
    height: 929px;
    background: url('../images/syvideobg.jpg') no-repeat center;
    background-size: cover;
    padding-top: 59px;
    box-sizing: border-box;
    width: 100%;
}

.sykepu-container .width1200 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.kepu-div {
    width: 296px;
    float: left;
}

.kepu-img {
    width: 296px;
    height: 266px;
    overflow: hidden;
    margin-bottom: 5px;
}

.kepu-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.kepu-img img {
    width: 100%;
    transition: all 0.3s;
}

.kepu-img img:hover {
    transform: scale(1.1);
}

.kepu-imgone {
    margin-top: 269px;
}

.kepu-imgtwo {
    margin-top: 129px;
}

.kepu-imgthree {
    margin-top: 362px;
}

.syconnect {
    height: 465px;
    background: url('../images/sybtm.jpg') no-repeat center;
    background-size: cover;
    padding-top: 55px;
    box-sizing: border-box;
    width: 100%;
}

.connect-mian ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.connect-mian ul li {
    width: 370px;
    height: 356px;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    float: left;
    background: #fff;
    transition: all 0.3s;
}

.connect-mian ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}

.connect-img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.connect-img i {
    font-size: 60px;
    color: #175671;
    line-height: 155px;
    transition: all 0.3s;
}
/*
*/
.connect-img img {
    font-size: 60px;
    color: #175671;
    line-height: 155px;
    transition: all 0.3s;
    margin-top: 45px;
}

.connect-mian ul li:last-of-type:hover .connect-img img{
    content:url('../images/zhaobiao2.png');
}

.connect-mian ul li h1 {
    font-size: 20px;
    color: #222222;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s;
}

.connect-mian ul li h2 {
    font-size: 16px;
    color: #959595;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    transition: all 0.3s;
}

.connect-mian ul li:hover {
    border: 1px solid #175671;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.connect-mian ul li:hover .connect-img {
    background: #175671;
}

.connect-mian ul li:hover .connect-img i {
    color: #fff;
}

.connect-mian ul li:hover h1 {
    color: #175671;
}

.connect-mian ul li:hover h2 {
    color: #175671;
}

.footer {
    height: 90px;
    background: #175671;
    width: 100%;
}

.footer p {
    /*height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;*/

    font-size: 14px;
    text-align: left;
    height: 50px;
    /*line-height: 50px;*/
    color: #fff;
    padding-top: 25px;
    width: 900px;
    float: left;
    text-align: center;
}
.footer p a{
    color: #fff;
}


/* 内页banner */

#neibanner {
    width: 100%;
    height: 260px;
    background-size: cover !important;
}


/*二级导航*/

.zyfeilei {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 5px 10px 0px #ddd;
}

.zyfeilei ul {
    float: left;
    margin-top: 15px;
    position: relative;
}

.zyfeilei ul li {
    float: left;
    margin: 0 4px;
}

.zyfeilei ul li a {
    padding: 0 15px;
    display: block;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s;
    position: relative;
    background: #165671;
    border-radius: 2px;
}

.zyfeilei ul li:hover>a {
    background: #9f832d;
}

.zyfeilei ul li.li_on a {
    background: #9f832d;
}

.zyfeilei ul li.li_on a::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    width: 0px;
    height: 0px;
    border: 10px solid #9f832d;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.newactive {
    overflow: hidden;
    float: right;
    line-height: 73px;
}

.newactive h3 {
    line-height: 73px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    color: #009cff;
}

.kejiaocontent {
    margin: 50px auto;
    min-height: 500px;
}


/*图片新闻*/

.picturelist {
    overflow: hidden;
    margin-bottom: 60px;
}

.picturelist ul {
    margin-bottom: 20px;
}

.picturelist ul li {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    height: 152px;
    padding: 30px 10px;
    transition: all 0.5s;
    border-bottom: 1px solid #F0F0F0;
}

.picturelist ul li a {
    height: 152px;
}

.picturelist .news_pic {
    float: left;
    width: 245px;
    height: 152px;
    overflow: hidden;
}

.news_pic img {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
}

.picturelist .news_font {
    width: 685px;
    height: 160px;
    float: left;
    transition: all 0.3s;
    margin-left: 50px;
}

.picturelist .news_font p {
    font-size: 14px;
    height: 52px;
    line-height: 25px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_font>em {
    display: block;
    width: 75px;
    height: 10px;
    border-bottom: 1px solid #8c8c8c;
}

.picturelist h3 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}

.news3date h2 {
    height: 40px;
    line-height: 45px;
    font-size: 26px;
    color: #8c8c8c;
    display: inline-block;
    font-weight: bold;
}

.news3date em {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

.news3more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    transition: all 0.5s;
}

.news3more i {
    font-size: 40px;
    line-height: 35px;
    color: #d4d4d7;
}

.picturelist ul li:hover {
    background: #fff;
    box-shadow: 0 6px 10px rgba(43, 43, 43, 0.2);
}

.picturelist ul li:hover h3 {
    color: #009cff;
}

.picturelist ul li:hover img {
    transform: scale(1.2);
}


/*分页*/

.black2 {
    padding: 10px;
    margin: 40px auto;
    text-align: center;
    overflow: hidden;
}

.black2 a {
    border: #757575 1px solid;
    padding: 5px 10px;
    color: #000000;
    text-decoration: none;
    margin: 2px;
}

.black2 a:hover {
    border: #009cff 1px solid;
    background: #009cff;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.current {
    border: #165671 1px solid;
    background: #165671;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.disabled {
    border: #ccc 1px solid;
    padding: 5px 10px;
    color: #ccc;
    text-decoration: none;
    margin: 2px;
}

.sanji {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 20px;
}

.sanjione ul {
    height: 40px;
    width: 1200px;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #165671;
}

.sanjione ul li {
    display: inline-block;
}

.sanjione ul li a {
    display: block;
    transition: all 0.3s;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    transition: all 0.3s;
}

.sanjione ul li.sanjili a {
    background: #165671;
    color: #ffffff;
}

.sanjione ul li:hover a {
    background: #165671;
    color: #ffffff;
}

.connewslist ul li {
    width: 1180px;
    height: 80px;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s;
    margin: 0 auto;
}

.connewslist ul li:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.connewslist ul li a {
    display: block;
    background: url(../images/newslist_bg.jpg) no-repeat right center;
    height: 80px;
    padding-right: 200px;
    width: 980px;
}

.connewslist ul li a span {
    width: 130px;
    height: 80px;
    float: left;
    display: block;
}

.connewslist ul li a h5 {
    font-size: 24px;
    text-indent: 24px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    color: #595757;
}

.connewslist ul li a h6 {
    font-size: 14px;
    text-indent: 24px;
    height: 20px;
    line-height: 20px;
    color: #8c8c8c;
}

.newscontent1 {
    float: left;
    margin-left: 30px;
    overflow: hidden;
}

.connewslist ul li a h3 {
    height: 25px;
    line-height: 25px;
    width: 820px;
    font-size: 16px;
    color: #202020;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.connewslist ul li:hover a h3 {
    color: #009cff;
}

.connewslist ul li a p {
    height: 50px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 8px;
    width: 820px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 新闻内容页 */

.content-title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
}

.content-title h1 {
    font-size: 24px;
    color: #444545;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 10px;
    line-height: 40px;
}

.content-title h2 {
    font-size: 16px;
    color: #a1a2a2;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.content-main {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
}

.content-main p {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
}


/* 文字列表2 */

.newslisttwo {}

.newslisttwo ul li {
    height: 55px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f7f7f7;
}

.newslisttwo ul li:nth-of-type(2n) {
    background: #fff;
}

.newslisttwo ul li a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.newslisttwo ul li a em {
    font-style: normal;
    font-weight: normal;
    width: 20px;
    float: left;
    color: #989898;
}

.newslisttwo ul li a h1 {
    font-size: 16px;
    color: #585858;
    height: 55px;
    line-height: 55px;
    width: 900px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newslisttwo ul li a span {
    display: block;
    width: 100px;
    float: right;
    font-size: 14px;
    color: #c1c1c1;
    height: 55px;
    line-height: 55px;
    text-align: right;
}


/* 科室 */

.keshi {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.keshi table {
    border: 1px solid #009cff;
    margin-bottom: 20px;
}

.keshi table td {
    font-size: 20px;
    color: #000;
    font-family: "微软雅黑";
}

.keshi table td ul {
    width: 980px;
    margin: 13px auto;
    overflow: hidden;
}

.keshi table td ul li {
    float: left;
    width: 25%;
    height: 34px;
    line-height: 34px;
    margin: 3px 0;
}

.keshi table td ul li a {
    display: block;
    text-indent: 15px;
    font-size: 14px;
}

.keshi table td ul li a:hover {
    background: #009cff;
    color: #FFF;
}

.keshi table td ul li a.on {
    background: #009cff;
    color: #FFF;
}

.expertlist {
    padding: 20px 0;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 20px;
}

.expertlist ul li {
    color: #8e8f8e;
    min-width: 79px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #8e8f8e;
    padding: 0 10px;
    float: left;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.expertlist ul li:hover {
    background: #165671;
    color: #ffffff;
    border: 1px solid #fff;
}

.expertlist ul li:hover a {
    color: #ffffff;
}

.expertlist ul li.expertclick {
    background: #165671;
    color: #ffffff;
    border: 1px solid #fff;
}

.expertlist ul li.expertclick a {
    color: #ffffff;
}


/* 人才队伍 */

.talent-list {
    overflow: hidden;
}

.talent-list ul li {
    width: 585px;
    height: 175px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.talent-list ul li:nth-of-type(2n) {
    float: right;
}

.talent-list ul li a {
    display: block;
    padding: 16px 22px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    width: 100%;
    height: 100%;
    position: relative;
}

.talent-left {
    width: 140px;
    height: 140px;
    float: left;
    overflow: hidden;
}

.talent-left img {
    width: 100%;
}

.talent-right {
    width: 345px;
    float: left;
    margin-left: 32px;
}

.talent-right h1 {
    font-size: 24px;
    color: #000000;
    height: 46px;
    line-height: 46px;
}

.talent-right h1 em {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    padding: 0 8px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    /* color: #fff; */
    font-size: 14px;
    margin-left: 10px;
}

.talent-right h1 em.talent-span {
    background: #2da383;
}

.talent-right p {
    color: #7d7d7d;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}

.talent-right span {
    display: block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #165671;
    position: absolute;
    right: -1px;
    top: 23px;
}

.zhuanjiamodel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.model-main {
    width: 1000px;
    min-height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    max-height: 800px;
    overflow-y: auto;
}

.model-main::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.model-main::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.model-main::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.model-left {
    width: 320px;
    float: left;
    /* background: url('../images/modelbg.png') no-repeat bottom; */
    background-color: #009cff;
    min-height: 450px;
    padding: 50px 48px;
    box-sizing: border-box;
}

.model-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
}

.model-close img {
    width: 100%;
}

.expert-img {
    width: 225px;
    height: 295px;
    overflow: hidden;
    margin: 0 auto;
}

.expert-img img {
    width: 100%;
}

.model-left h1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    height: 85px;
    line-height: 85px;
}

.model-left h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.model-right {
    width: 676px;
    float: right;
    padding: 40px 0;
}

.model-detail {
    width: 580px;
    margin: 0 auto;
}

.model-div {
    overflow: hidden;
    margin-bottom: 20px;
}

.model-title {
    overflow: hidden;
    margin-bottom: 20px;
}

.model-title h1 {
    font-size: 20px;
    color: #3a3a3a;
    height: 55px;
    line-height: 55px;
}

.model-title span {
    display: block;
    width: 42px;
    height: 6px;
    background-color: #009cff;
}

.model-content p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 28px;
}

.model-email {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f1f1f1;
    color: #009cff;
    font-size: 18px;
}

.body-container {
    height: 3900px;
    background: url('../images/body.jpg') no-repeat center top;
    background-size: cover;
}

.syvideo {
    width: 100%;
    height: 652px;
    position: relative;
}

.syvideo video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-btm {
    position: absolute;
    bottom: -37px;
    width: 100%;
    height: 74px;
    left: 0;
    z-index: 1;
    /* overflow: hidden; */
}

.video-btm img {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.syheader {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

.sybody-container {
    height: 3400px;
    background: url(../images/bodytwo.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}

.syfooter-container {
    position: absolute;
    height: 391px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.marquee {
    width: 8000%;
    height: 60px
}

.wave-list-box {
    float: left
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}

.wave-box {
    position: relative;
    height: 60px;
    background: #fff
}

.syfooter-btm {
    width: 100%;
    height: 331px;
    background: url('../images/syfooter.jpg') no-repeat top;
    background-size: cover;
}
.footer_right{
    float: right;
    width: 300px;
    margin-top: 18px;
}
.footer_right select {
    width: 255px;
    height: 36px;
    margin-top: 15px;
    border: none;
    padding-left: 10px;
    color: rgba(13, 45, 97, 0.94);
    float: right;
}
