﻿body {
    background-color: #f0f2f5;
}
#header {
    width: 100%;
    height: 84px;
    background-image: linear-gradient(to right,#fff , #d3dbec);
}
#search {
    width: 240px;
    height: 40px;
    float: right;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 50px;
}
#banner .lazy .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 50px !important;
}
.lazy {
    overflow: hidden;
    position: relative;
}
.doctor-describe .swiper-wrapper {
    height:auto !important;
}
.swiper-pagination-bullet {
    /*background: #fff !important;*/
}
#search form {
    width: 100%;
    height: 100%;
}
#search .input{
    width: 176px;
    line-height: 40px;
    display: block;
    background: none;
    color: rgb(136, 136, 136);
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
    height: 40px;
}
#search .search-bot {
    width: 64px;
    height: 40px;
    display: block;
    float: right;
    border-radius: 0 50px 50px 0;
    background-color: #093989;
    font-size: 14px;
    color: #fff;
}
input {
    outline:none;
    border: 0;
    padding: 0;
}
* {
    font-family: "微软雅黑";
}
#nav {
    width: 100%;
    height: 102px;
}
#nav .logo {

}

#nav .search .show-tel{
    width: 180px;
    height: 40px;
    position: absolute;
    top: 106px;
    z-index: 1000;
    left: 18px;
    display: none;
    background: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    color: #0D28B9;
    font-size: 14px;
}
#nav .search .show-tel:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    left: 86px;
    bottom: 40px;
}
#nav .search .item.tel {
    width: 30px;
    height: 31px;
}
/* #nav .search .item.tel:hover .show-tel {
    display: block;
    color: #0D28B9;
    font-size: 14px;
} */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
#nav .wrapper .logo{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
}
#nav .wrapper .logo img {
    width: 310px;
}
#nav .wrapper {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    /*align-items: center;*/
    width: 100%;
    justify-content: space-around;
}
#nav  .wrapper .search {
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
}
#nav  .wrapper .search div {
    float: left;
}
#nav  .wrapper .search .item:nth-child(1) img{
    width: 34px;
    height: 35px;
}
#nav .wrapper .search .item:nth-child(3) img{
    width: 30px;
    height: 31px;
}
#nav .wrapper .search .line {
    width: 1px;
    height: 24px;
    background-color: #0D28B9;
    margin-left: 20px;
    margin-right: 20px;
} 
#nav .wrapper .tel-num {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0D28B9;
    text-align: left;
    margin-left: 10px;
}
#nav .wrapper .tel-num .num {
    font-size: 18px;
}
#banner {
    width: 100%;
    height: 594px;
}
#nav .wrapper .items {
    height: 100%;
}
#nav .wrapper .items > ul {
    height: 100%;
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
#nav .wrapper .items > ul > li {
    float: left;
    font-size:26px;
    padding: 0 20px;
    position: relative;
    height: 100%;
}
#nav .wrapper .items > ul > li > a {
    font-size:18px;
    color: #666666;
    line-height: 102px;
}
#nav .wrapper .items > ul .son-ul {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    display: none;
    z-index:1000;
}
#nav .wrapper .items > ul .son-ul li {
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
}
#nav .wrapper .items > ul > li .h77 {
    position: absolute;
    height: 12px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
#nav .wrapper .items > ul > li .h77.active {
    display: block;
}
#nav .wrapper .items > ul .son-ul.active {
    display: block;
}
#nav .wrapper .items > ul .son-ul a {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
#nav .wrapper .items a:hover {
    color: #0D28B9 !important;
}
#banner .lazy a {
    width: 100%;
    height: 500px;
    display: block;
}
#banner .lazy a img {
    width: 100%;
    height: 500px;
}
#service {
    position: relative;
    z-index: 999;
    margin-top: -140px;
    height: 200px;
    display: flex;
    justify-content: center;
}

#service .item {
    width: 300px;
    height: 138px;
    box-sizing: border-box;
    padding-top: 20px;
    float: left;
    margin-left: 0px;
    position: relative;
    border-radius: 4px;
    /* box-shadow: -3px -3px 3px #000,3px 3px 2px #000; */
    box-shadow: -1px 0px 4px #999, 2px 3px 10px #999;
}
#service .item a {
    width: 100%;
    height: 100%;
    display: block;
}
#service .item .quan {
    /* width: 50px;
    height: 50px; */
    margin: 0 auto;
    display: block;
}
#service .item .text {
    color: #fff;
    font-size:18px;
    text-align: center;
    margin-top: 15px;
}
#service .item:nth-child(1) {
    margin-left: 0px;
    background: #314cd7;
    background-size: 100%;
    padding-top: 20px;
    /* box-shadow: -3px -3px 2px #000, -3px 3px 2px #000; */
}

@keyframes serviceItem {
    5% {
        box-shadow: 0px 0px 10px #666 inset;
    }
    100% {
        box-shadow: 0px 0px 20px #333 inset;
    }
}
#service .item:nth-child(2) {

    background: #557be7;
}
#service .item:nth-child(3) {
    background: #7097ee;
}
#service .item:nth-child(4) {
    background: #84aaf5;
}
#service .item:hover {
    /*animation: serviceItem 0.5s;*/
    /*animation-fill-mode: forwards;*/
    background: rgb(4, 54, 169);
    z-index: 999;
}
#main .service-time {
    margin-top: 20px;
}
#main .service-time > .text {
    text-align: center;
    margin-bottom: 60px;
}
#main .service-time > .text .cn {
    font-size: 34px;
    color: #000;
    margin-bottom: 4px;
    letter-spacing: 4px;
}
#main .service-time > .text .es {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
#main .service-time > .text .es div:nth-child(1) {
    width: 24px;
    height: 1px;
    background-color: #979797;
    margin-right: 10px;
}
#main .service-time > .text .es div:nth-child(2) {
    font-family: PingFangSC-Regular, PingFang SC;
    color: #B9B9B9;
    font-size: 12px;
}
#main .service-time > .text .es div:nth-child(3) {
    width: 24px;
    height: 1px;
    background-color: #979797;
    margin-left: 10px;
}
#main .service-time .items {
    display: flex;
    justify-content: space-between;
    /*padding: 0 140px;*/
    /* flex-direction:column; */
}
#main .service-time .items .item {
    /* float: left; */
    width: 220px;
}
#main .service-time .items .item .img {
    float: left;
}
#main .service-time .items .item .content {
    float: right;
    width: 150px;
    height: 80px;
}
#main .service-time .items .item .content div:nth-child(1) {
    width: 130px;
    height: 48px;
    border-radius: 4px;
    margin:0 auto;
    color: #fff;
    text-align: center;
    line-height: 48px;
    letter-spacing: 4px;
}
#main .service-time .items .item .content div:nth-child(2) {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
}
#main .service-time .items .item .content .mzgh {
    background-color: #F9B800;
}
#main .service-time .items .item .content .mzsj {
    background-color: #FF5405;
}
#main .service-time .items .item .content .jzsj {
    background-color: #0D28B9;
}
#main .describe {
    margin-top: 100px;
    height: 416px;
    background: url(../images/ksjsbg.jpg) no-repeat;
    background-size: cover;
    padding-top: 30px;
    box-sizing: border-box;
}
#main .describe .content {
    width: 900px;
    margin: 0 auto;
    margin-top: 44px;
}
#main .row-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .row-line {
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}
#main .row-title a.title{
    padding: 2px;
    font-size: 34px;
    color: #000;
    letter-spacing: 4px;
    display: block;
    /* border-bottom: 6px solid #FFB300; */
}
#main .row-title a.more {
    font-size: 14px;
    color: #333344;
    line-height: 32px;
    letter-spacing: 1px;
    width: 88px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #979797;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
#main .row-title a.more:hover {
    background: #0d28b9;
    color: #fff;
}
#main > .yygk {
    width: 100%;
    height: 364px;
    background: url(../images/yygkbg.png) no-repeat;
    background-size: cover;
    margin-top: 64px;
}
#main > .yygk .title {
    color: #fff;
    text-align: center;
    padding-top: 54px;
}
#main > .yygk .title .cn {
    font-size: 34px;
    letter-spacing: 4px;
}
#main > .yygk .title .es {
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    margin-top: 4px;
    letter-spacing: 1px;
}
#main > .yygk .title .es div:nth-child(1),#main > .yygk .title .es div:nth-child(3) {
    width: 24px;
    height: 1px;
    background-color: #fff;
}
#main > .yygk .title .es div:nth-child(2) {
    margin-left: 4px;
    margin-right: 4px;
}
#main > .yygk .content {
    width: 892px;
    height: 276px;
    background: #fff;
    border-radius: 4px;
    margin: 38px auto 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
#main > .yygk .text {
    width: 425px;
    color: #333;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
}
#main > .yygk .more,#main > .doctor-describe .more {
    width: 112px;
    height: 38px;
    background: #0D2BCC;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    margin-top: 30px;
}
#main > .yygk .more a,#main > .doctor-describe .more a {
    color: #fff;
}
#main .describe .content {
    width: 900px;
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#main .describe .content .item {
    width: 180px;
    height: 80px;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    background: url(../images/ksjskkkkk.png) no-repeat;
    background-size:100% 100%;
    color: #fff;
    line-height: 80px;
    text-align: center;
    margin-right: 45px;
    overflow: hidden;
}
#main .describe .content .item:nth-child(4) {
    margin-right: 0;
}
#main .describe .content .item div{
    height: 100%;
    width: 100%;
}
#main .describe .content .item:hover  {
    background: url(../images/32134assss.png) no-repeat;
}
#main .describe .content .item img {
    display: block;
    margin: 0 auto;
}
#main .doctor-describe {
    margin-top: 58px;
}
#main .doctor-describe .swiper {
    width: 1200px;
    height: 360px;
}
#main .row-content {
    margin-top: 30px;
}
/* .doctor-describe-swiper .swiper-button-prev {
    background: url(../images/left2.png) no-repeat;
} */
.swiper-button-prev::after {
    content: '' !important;
}
/* .doctor-describe-swiper .swiper-button-next {
    background: url(../images/right2.png) no-repeat 100%;
} */
.swiper-button-next::after {
    content: '' !important;
}
.doctor-describe-swiper .swiper-slide .text {
    height: 60px;
    width: 260px;
    background: #557be7;
    padding: 0px 10px;
    position: relative;
    bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.doctor-describe-swiper .swiper-slide:hover .text {
    background: #0d28b9;
}
.doctor-describe-swiper .swiper-slide .text .name {
    margin: 10px 0;
    font-size: 18px;
}
.doctor-describe-swiper .swiper-slide .text .miaos {
    font-size: 14px;
}
#main .news {
    width: 900px;
    margin: 0 auto;
}
#main .news .left{
    width: 334px;
    height: 226px;
    float: left;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
#main .news .left .img, #main .news .left img{
    width: 334px;
    height: 226px;
    border-radius: 4px;
}
#main .news .left .news-title {
    width: 100%;
    height: 76px;
    background: url(../images/xwbg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -2px;
    font-size: 16px;
    color: #fff;
    line-height: 94px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 4px;
    /* background: rgba(0,0,0,0.4); */
}
#main .news .right {
    float: right;
    width: 500px;
    height: 226px;
}
#main .news .right .news-cate {
    display: flex;
    height: 38px;
}
#main .news .right .news-cate a{
    height: 37px;
    display: block;
    float: left;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
}
#main .news .right .news-cate a.active {
    background: url(../images/hua_11.png) bottom center no-repeat;
    background-position: 0px 27px;
    background-size: 100%;
}
#main .news .right .news-list ul{
    width: 100%;
    height: 188px;
    padding: 0;
    padding-top: 20px;
    box-sizing: border-box;
}
#main .news .right .news-list ul li {
    margin-top: 18px;
    overflow: hidden;
    width: 100%;
}

#main .news .right .news-list ul li a{
    color: #000;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
#main .news .right .news-list ul {
    display: none;
}
#main .news .right .news-list ul.active {
    display: block;
}
#main .news .right .news-list ul li:nth-child(1) a{
    font-size: 16px;
}
#main .news .right .news-list ul li a:hover {
    color: #0D28B9;
}
#main .news .right .news-list ul li:nth-child(1) {
    margin-top: 0;
}
#main .news .content {
    height: 230px;
}
#main .video .content {
    width: 100%;
    height: 432px;
    background: url(../images/videobg.png) no-repeat;
    background-size: cover;
}
#main .video .content .swiper-slide a{
    display: block;
    width: 337px;
    height: 348px;
    position: relative;
    margin: 0 auto;
}
#main .video .content .swiper-slide a:hover,#main .video .content .swiper-slide a:hover .img img,#main .video .content .swiper-slide a:hover .img {
    width: 373px;
    height: 385px;
}
#main .video .content .swiper-slide a:hover .img {
    margin-top: 25px;
}
#main .video .content .swiper-slide a:hover .sjx,#main .video .content .swiper-slide a:hover .sjx img {
    width: 110px;
    height: 110px;
    left: 131px;
    top: 102px;
}
#main .video .content .swiper-slide a:hover .video-title {
    width: 373px;
    height: 70px;
    background-image: url(../images/jx311.png);
}
#main .video .content .swiper-slide a .img img {
    width: 337px;
    height: 348px;
}
#main .video .content .swiper-slide a .img {
    width: 337px;
    height: 348px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 50px;
    margin-left:auto;
    margin-right: auto;
}
#main .video .content .swiper-slide a .sjx {
    width: 100px;
    height: 100px;
}
#main .video .content .swiper-slide a .sjx img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 118px;
    top: 100px;
}
#main .video .content .swiper-slide a .video-title {
    background-image: url(../images/jx31.png);
    width: 337px;
    height: 63px;
    position: absolute;
    bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 62px;
    text-align: center;

}
#main .jkkp .content .images {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: space-between;
}
#main .jkkp .content .images .item {
    width: 214px;
    height: 146px;
    position: relative;
    border-radius: 8px;
}
#main .jkkp .content .images .item:hover  {

}
#main .jkkp .content .images .item:hover img {

}
#main .jkkp .content .images .item img {
    width: 214px;
    height: 146px;
    border-radius: 6px;
}
#main .jkkp .content .images .item div {
    position: absolute;
    background-color: #678bfa;
    width: 100%;
    height: 34px;
    bottom: 0px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:14px;
    line-height: 34px;
    padding: 0 4px;
    box-sizing: border-box;
}
#main .jkkp .content .images .item:nth-child(1) div {
    background-color: #0d2bcc;
}
#main .jkkp .content .images .item:nth-child(2) div {
    background-color: #4ab2ff;
}
#main .jkkp .content .images .item:nth-child(3) div {
    background-color: #ebc42e;
}
#main .jkkp .content .images .item:nth-child(4) div {
    background-color: #e9551a;
}
#main .jkkp .content .list {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main .jkkp .content .list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .jkkp .content .list .item a{
    display: block;
    width: 420px;
    height: 44px;
    color: #3f3f3f;
    border-top: #ddd solid 2px;
    box-sizing: border-box;;
    float: left;
    /*margin-right: 100px;*/
    font-size: 14px;
    position: relative;

}
#main .jkkp .content .list .item a:hover {
    color: #0d28b9;
}
#main .jkkp .content .list .item a:hover div span {
    background: #0D2BCC;
}
.a-hover a:hover {
    color: #0D28B9 !important;
}
#main .jkkp .content .list .item a div {
    width: 400px;
    height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 44px;
}
#main .jkkp .content .list .item a div span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #E1E1E1;
    border-radius: 50%;
    margin-right: 5px;
}
#main .jkkp .content .list .item a img {
    position: absolute;
    width: 10px;
    /* height: 28px; */
    right: 0;
    margin-top: 13px;
    top: 0;
}
#main .jkkp .content .rczp {
    width: 100%;
    height: 200px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
#main .jkkp .content .rczp a {
    display: block;
    width: 380px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#main .jkkp .content .rczp a .bj {
    width: 100%;
    height: 100%;
}
#main .jkkp .content .rczp a .right {
    width: 120px;
    height: 100%;
    right: 0;
    background-color: #90A6EA;
    position: absolute;
    top: 0;
}
#main .jkkp .content .rczp a .right img {
    margin-left: 31px;
    margin-top: 50px;
}
#main .jkkp .content .rczp a .right div {
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
#main .jkkp .content .rczp a:hover .right {
    background-color: #0d28b9;
}
#footer {
    width: 100%;
    /* height: 280px; */
    display: flex;
    margin-top: 100px;
}
#footer .left {
    width: 100%;
    height: 266px;
    background: url(../images/z185.png) no-repeat;
    background-size:100% 100%;
}
#footer .left .bg {
    width: 100%;
    height: 100%;
    /* background: rgba(13,29,186,0.5); */
    display: flex;
}
#footer .left .bg > div {
    width: 900px;
    height: 100%;
    margin: 0 auto;
}
#footer .left .bg .info {
    width: 300px;
    height: 310px;
    background-color: rgba(12,42,204,0.8);
    position: relative;
    top: -22px;
    border-radius: 8px;
    float: right;
    padding-top: 27px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}
#footer .left .bg .info .row img {
    width: 15px;
    margin-right: 10px;
}
#footer .left .bg .info .row {
    line-height: 30px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 30px;
}
#footer .left .bg .qrcode {
    margin-top: 25px;
    display: flex;
    font-size:12px;
    margin-left: 30px;
    margin-right: 40px;
    justify-content: space-between;
}
#footer .left .bg .qrcode img {
    width: 80px;
    height: 80px;
    display: block;
}
#footer .left .bg .qrcode .code-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#footer .left .bg .text {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
#footer .left .bg .info .row:nth-child(1) {
    margin-top: 0;
}
#footer .left .icp {
    height: 44px;
    /* line-height: 24px; */
    font-size: 12px;
    text-align: center;
}

#footer .left .icp a{
  
    color:#000;
}
#footer .left .bg .item {
    width: 100px;
    height: 160px;
}
#footer .left .bg .item img {
    width: 100px;
    height: 100px;
}
#footer .left .bg .item div {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
#footer .right {
    background: rgba(13,29,186,1);
    width: 642px;
    height: 100%;
}
#footer .right .infos {
    width: 100%;
    height: 170px;
    /* background: #2f48ce; */
    /*display: flex;*/
    padding-top: 35px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #2f48ce,#10269a);

}
#footer .right .text {
    font-size: 18px;
    color: #fff;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}
#footer .right .text:nth-child(1) {
    margin-top: 0px;
}
#footer .right .logo img {
    width: 388px;
    display: block;
    margin: 20px auto;
}
#footer .right a {
    color: #fff;
}
#background {
    width: 100%;
    height: 430px;
    background:url(../images/zy1.png);
    background-size:100% 100%;
    color: #fff;
    font-size: 56px;
    line-height: 430px;
    text-align: center;
}
#main .head {
    width: 100%;
    height: 100px;
    background-color: rgb(30, 53, 184);
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.5000);
}
#main .head .content {
    height: 100%
}
#return-top {
    position: fixed;
    top: 50%;
    right: 0;
    width: 70px;
    height: 70px;
}
#return-top img{
    width: 70px;
    height: 70px;
}
#main .head .content .items {
    width: fit-content;
    margin: 0 auto;
}
#main .head .content a{
    color: #ddd;
    line-height: 100px;
    padding: 0 40px;
    font-size: 22px;
    height: 100%;
    display:inline-block;
    font-weight: 300;
    margin-right: 20px;
}
#main .head .content a:last-child {
    margin-right: 0;
}
#main .head .content a.active {
    background: url("../images/aaasd.png") no-repeat;
    background-size: 100% 13px;
    background-position: 0px 88px;
    font-weight: 500;
    color: #fff;
}

#main .catpos {
    color: #999999;
    font-size: 18px;
    height: 56px;
}
#main .catpos div {
    width: fit-content;
    float: right;
}
#main .catpos a {
    color: #999999;
    line-height: 56px;
}
#main .catpos span {
    color: #0D28B9;
}
#main .head .content .home {
    float: right;
    display: flex;
    align-items: center;
}
#main .head .content .home img {
    width: 40px;
}
#main > .list {
    min-height: 300px;
    box-sizing: border-box;
    position: relative;
}
#main > .list .title span{
    /*color: #0E3994;*/
    /*font-size: 32px;*/
    /*padding-bottom: 8px;*/
    /*border-bottom: 8px solid #FFB300;*/
}
#main > .list .items a {
    display: block;
    margin-top: 20px;
    height: 30px;
}
#main > .list .items a .date{
    width: 100px;
    height: 1px;
    border-radius: 8px;
    position: relative;
    float: left;
    visibility: hidden;
}
#main > .list .items a.active .date {
    background-color:#0D28B9;
    height: 100px;
    visibility:visible;
}
#main > .list .items {
    margin-top: 60px;
    padding: 40px 100px;
}
#main > .list .items a .date .day {
    font-size: 46px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
}
#main > .list .items a .date .line {
    width: 84px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 56px;
    left: 18px;
}
#main > .list .items a .date .month {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 12px;
}
#main > .list .items a .article {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - 120px );
    white-space: nowrap;
}
#main > .list .items .active {
    height: 100px;
    margin: 40px 0;
}
#main > .list .items .article {
    color: #000;
}
#main > .list .items .active .article {
    line-height: 100px;
    color: #0D28B9;

}
.width1000 {
    width: 1000px;
    margin: 0 auto;
}
#main > .list .hot {
    width: 280px;
    position: absolute;
    left: -285px;
    top: 0;
    padding: 10px 0;
    box-shadow: 0px 0px 3px #aaa;
}
.width800 {
    width: 800px;
    margin: 0 auto;
}
#main > .list .hot .item {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    color: #333333;
}
#main > .list .hot .item:last-child {
    border: 0;
}
#main > .list .hot .item a{
    color: #333
}
.index-content h2 {
    font-size: 32px;
    color: #0D28B9;
    font-weight: 500;
}
#main > .list .groups {
    margin-top: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: #E5E5E5 solid 1px;
    border-top: #E5E5E5 solid 1px;
    box-shadow: 0px 0px 8px #ddd;
}
#main > .list .groups a {
    display: flex;
    width: 25%;
    height: 220px;
    border-right: #E5E5E5 solid 1px;
    border-bottom: #E5E5E5 solid 1px;
    float: left;
    box-sizing: border-box;
    color: #0E3994;
    font-size: 28px;
    align-items: center;
    justify-content: center;
}
#main > .list .groups a img {
    display: none;
}
#main > .list .groups a.active {
    width: 50%;
}
#main > .list .groups a.active img {
    display: block;
    margin-right: 20px;
}
#page {
    position: absolute;
    bottom: 10px;
    clear: both;
    overflow: hidden;
    border-radius: 5px;
}
#page li {
    float: left;
    border: 1px solid #cccccc;
    padding: 10px;
    border-right: none;
    margin-top: 10px;
}
#page li:last-child {
    border-right: 1px solid #cccccc;
}
.model-title {
    text-align: center;
}
.model-title .cn{
    font-size: 34px;
    letter-spacing: 4px;
}
.model-title .es{
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    margin-top: 4px;
    letter-spacing: 1px;
}
.model-title .es div:nth-child(1), .model-title .es div:nth-child(3) {
    width: 24px;
    height: 1px;
    background-color: #B9B9B9;
}
.model-title .es div:nth-child(2) {
    margin-left: 4px;
    margin-right: 4px;
    color: #B9B9B9;
}
.doctor-describe .wrapper {
    width: 900px;
}
.wrapper1 {
    width: 1200px;
    margin: 0 auto;
}
.doctor-describe .wrapper .swiper-slide img {
    width: 260px;
    height: 221px;
}
.doctor-describe .wrapper .doctor-describe-swiper {
    overflow: hidden;
}
.doctor-describe .wrapper .swiper-slide > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.describe-button-prev img,.describe-button-next img{
    width: 35px;
}
#main .describe .model-title{
    color: #fff;
}
#main .describe .model-title .es div:nth-child(2) {
    color: #fff;
}
#main .describe .model-title .es div:nth-child(1),#main .describe .model-title .es div:nth-child(3) {
    background-color: #fff;
}
.pagination {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #999999;
}
.pagination li {
    margin-left: 30px;
}
.pagination .prev img{
    width: 20px;
    transform:rotate(-180deg)
}
.pagination .prev a {
    line-height: 32px;
}
.pagination .next img{
    width: 20px;
}
.pagination .next a{
    line-height: 32px;
}
.pagination a {
    /*line-height: 42px;*/
    display: flex;
    height: 42px;
    font-size: 24px;
    color: #999999;
    align-items: center;
}
.pagination .count a {
    display: block;
    width: 84px;
    height: 42px;
    background: #F2F2F2;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
}
.pagination .active a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0D28B9FF;
    text-align: center;
    line-height: 42px;
    color: #fff;
}
#main > .list .content.doctor .item{
    width: 358px;
    height: 562px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1100);
    margin-right: 60px;
}
#main > .list .content.doctor .item:nth-child(3n+0) {
    margin-right: 0px;
}
#main > .list .content.doctor .item .img {
    width: 358px;
    height: 372px;
}
#main > .list .content.doctor .item .img img {
    width: 358px;
    height: 460px;
    object-fit:cover;
}
#main > .list .content.doctor .item .info {
    overflow: hidden;
    width: 100%;
    height: 190px;
    position: relative;
}
#main > .list .content.doctor .item .box {
    width: 358px;
    height: 190px;
    padding: 28px;
    box-sizing: border-box;
    float: left;
    position: absolute;
}
#main > .list .content.doctor .item .box-a {
    background: #fff;
    color: #333333;
}
#main > .list .content.doctor .item .box-b {
    background: #0D28B9;
    color: #fff;
    right: 358px;
}
#main > .list .content.doctor .item .box-b .description {
    width: 100%;
    height: 75px;
    margin-top: 20px;
    font-size: 18px;
}
#main > .list .content.doctor .item .box .name {
    font-size: 24px;
}
#main > .list .content.doctor .item .box-a .name {

}
#main > .list .content.doctor .item .box-b .name {

}
#main > .list .content.doctor .item .box-a .zw {
    margin-top: 46px;
    font-size: 18px;
}
#main > .list .content.doctor .item .box-a .zw p {
    margin: 5px 0;
}
#main > .list .content.doctor {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.wrapper {
    width: 900px;
    margin: 0 auto;
}
.page-sbhj > .list .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500 !important;
    margin-bottom: 58px;
}
.page-sbhj > .list .cn{
    font-size: 34px;
    letter-spacing: 4px;
    color: #000000;
}
.page-sbhj .list .es{
    font-size: 12px;
    letter-spacing: 1px;
    color: #B9B9B9;
    line-height: 20px;
}
.page-sbhj .list .content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.page-sbhj .list .content .item {
    width: 372px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1100);
    margin-bottom: 43px;
}
.page-sbhj .list .content:after {
    content: '';
    width: 372px;
}
.page-sbhj .list .content .item img,.page-sbhj .list .content .item .img {
    width: 100%;
    height: 316px;
}
.page-sbhj .list .content .item .text {
    height: 106px;
    padding: 22px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.page-sbhj .list .content .item .text .time {
    font-size: 18px;
    color: #0D28B9;
    display: none;
}
.page-sbhj .list .content .item .text .name {
    color: #333333;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 4px;
}
.page-sbhj .list .content.yyhj .item:nth-child(1) {
    width: 786px;
    background: #0D28B9;
}
.page-sbhj .list .content.yyhj .item:nth-child(1) .text .name,.page-sbhj .list .content.yyhj .item:nth-child(1) .time {
    color: #fff;
}
.news-list .list .item {
    height: 210px;
    display: flex;
}
.news-list .list .item .img,.news-list .list .item img {
    width: 310px;
    height: 210px;
}
.news-list .list .item .texts {
    flex: 1;
    margin-left: 40px;
    box-sizing: border-box;
    padding: 16px 0;
}
.news-list .list .item .texts .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.news-list .list .item .texts .desc {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}
.news-list .list .item .texts .author-time {
    margin-top: 77px;
    color: #999999;
    font-size: 14px;
}
.news-list .list .item .texts .author-time div {
    float: left;
}
.news-list .list .item .texts .author-time div:nth-child(1) {
    margin-right: 30px;
}
.news-list .list .content {
    margin-bottom: 100px;
}
.ckjj .list .images{
    display: flex;
    justify-content: space-between;
}
.ckjj .list .images img {
    display: block;
    width: 370px;
    height: 250px;
}
.ckjj .list > .item {
    display: none;
}
.ckjj .list > .item.active {
    display: block;
}
.ckjj .list > .item.show {
    display: block;
}
#main .search {
    overflow: hidden;
    margin: 58px auto 48px auto;
}
#main  .search .form {
    display: block;
    width: 360px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #2f48ce;
    float: right;
    overflow: hidden;
}
#main  .search .form .input {
    width: 260px;
    height: 56px;
    float: left;
}
#main  .search .form .input input{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#main  .search .form .button {
    width: 100px;
    height: 56px;
    background: #0d28b9;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main  .search .form .button img {
    width: 33px;
}
#main > .list .pages-box {
    display: flex;
    justify-content: center;
}
/* .doctor-describe .model-title .es div:nth-child(1), */
@media screen and (max-width: 1024px) {
    #header,#banner,#main,#nav,#footer {
        width: 1200px;
    }
}
