/* 大轮播图 */
.swiper-wrapper {
    height: 500px !important;
    width: 100%;
}

.swiper-container {
    background-color: #eef5fd;
}

.swiper-slide img {
    width: 100%;
}

.main-container {
    width: 1080px;
    margin: 0 auto;
    z-index: 1 !important;
    padding-top: 80px;
    height: 300px;
}

.main {
    position: relative;
}

.home-pad {
    width: 680px;
    position: absolute;
    background: white;
    height: 100px;
    z-index: 222;
    top: 440px;
    left: 50%;
    margin-left: -390px;
    padding: 10px 50px;
    border-radius: 15px;
    box-shadow: 0 0 15px 1px #b4d0f7;
    display: flex;
    justify-content: space-between;
}

.home-pad a {
    text-align: center;
    transition: all 0.5s ease-out;
}

.home-pad a:hover {
    transform: scale(1.2);
}

.home-pad img {
    width: 45px;
    height: 45px;
    margin: 10px 0 5px;
}

.home-pad div {
    text-align: center;
    font-size: 15px;
}

.openinfo {
    float: left;
    width: 46%;
    padding: 10px;
}

.openinfo-title {
    border-bottom: 1px solid#dcddd8;
    padding: 10px 10px 10px 0;
    vertical-align: middle;
}

.openinfo-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.openinfo-title span {
    font-size: 22px;
    color: #497cbe;
    margin-right: 40px;
}

.openinfo-title a {
    color: #6093d4;
    margin-left: 20px;
    font-weight: bold;
}

.openinfo-title>.more {
    text-align: end;
    color: #686868;
    float: right;
}

.openinfo-list {
    padding: 10px;
}

.openinfo-list span {
    float: right;
    color: #d18a92;
}

.openinfo-list li {
    line-height: 32px;
}

.openinfo-list a {
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.right {
    float: right;
}



.container2 {
    width: 1080px;
    margin: 0 auto;
}

.os-pad {
    background-color: #eef5fd;
    height: 210px;
    padding: 60px 0;
}

.os-item {
    color: white;
    width: 160px;
}

.os-1 {
    background: #497cbe;
}

.os-2 {
    background: #6093d4;
}

.os-3 {
    background: #77a4dd;
}

.os-4 {
    background: #90b4e4;
}

.os-5 {
    background: #a0c1ee;
}

.os-6 {
    background: #b4d0f7;
}

.os-pad-in {
    width: 1080px;
    margin: 0 auto;
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
}

.os-pad-in a:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.2);
    color: #fff;
}

.os-pad-in a {
    display: inline-block;
    padding: 10px;
}

.os-pad-in div {
    margin: 10px 0 40px;
    font-size: 20px;
}

.os-pad-in img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.imgnav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.imgnav img {
    width: 160px;
    height: 120px
}

.sw2 {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-top: 25px;
}

.swiper-news {
    height: 290px;
    position: relative;
}

.sw2-item {
    height: 100%;
    width: 100%;
}

.sw2-item img {
    width: 100%;
    height: 100%;
}

.sw-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 5px 20px;
    position: absolute;
    top: 245px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullets {
    left: 330px !important;
    width: 200px !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-doctor {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 50px;
    margin-bottom: 20px;
}

.swiper-doctor>.swiper-button-prev {
    position: absolute;
    opacity: 0;
    left: 950px;
    top: 25px;
    /* background-color: #007aff; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.swiper-doctor>.swiper-button-next {
    position: absolute;
    opacity: 0;
    right: 20px;
    top: 25px;
    /* background-color: #007aff; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
    color: white;
}

.swiper-button-next:after {
    font-size: 16px !important;
    font-weight: bold;
    color: white;
}
.swiper-doctor>.swiper-wrapper {
    height: 260px !important;
}
.swiper-doctor>.swiper-wrapper>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swd-title {
    width: 79%;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}
.swd-title p {
    font-size: 14px;
    text-align: start;
}
.swd-title span {
    float: right;
}

.sw-ar-pr {
    position: absolute;
    left: 950px;
    top: 0px;
    /* background-color: #007aff; */
    width: 35px;
    height: 35px;

}

.sw-ar-ne {
    position: absolute;
    right: 20px;
    top: 0px;
    /* background-color: #007aff; */
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}


.pr-title {
    position: absolute;
}

.pr-title img {
    width: 25px;
    margin-right: 15px;
    vertical-align: middle;

}

.pr-title span {
    font-size: 22px;
    color: #497cbe;
    margin-right: 40px;

    vertical-align: middle;
}

/* 侧边浮动 */
.right-p {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 9999;

}

.top-rad {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bt-rad {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.right-p-img {
    width: 25px;
    display: block;
    margin: 10px auto;
}
.weixinbtn:hover .weixin{
    display: block;
}
.weixin{
    position:absolute;top:0;left:-241px;width:200px;height:200px;padding:20px;display:none;background: #497cbe;
}
.weixin img{
    width:180px;height:180px
}
.right-t {
    border-radius: 10px;
    background-color: #497cbe;
    box-shadow: 0 0 10px 1px #497cbe;

}

.right-t a {
    padding: 8px;
    display: block;
    color: white;
    text-align: center;
    font-size: 14px;

}
.right-t a:hover{
    color: white;
}

.right-blue {
    background-color: #6093d4 !important;
}

.right-b {
    width: 76px;
    height: 60px;
    padding-top: 14px;
    margin-top: 10px;
    border-radius: 50%;
    background: #497cbe;
    box-shadow: 0 0 10px 1px #497cbe;
    cursor: pointer;
}