.banner{
    width: 100%;
    position: relative;
}
.banner .banner_info{
    position: absolute;
    left: 160px;
    bottom: 120px;
    max-width: 17%;
}
.banner .banner_tit{
    font-size: 60px;
    color: #fff;
    font-family: "PuHuiTi";
}
.banner .address_list{
    margin-top: 10px;
}
.banner .address_list .address_item{
    display: inline-block;
    margin-right: 40px;
    color: #fff;
    font-size: 20px;
}
.banner .address_list .address_item:nth-child(2n){
    margin-right: 0;
}

.banner .hosp_info{
    position: absolute;
    right: 160px;
    bottom: 40px;
    max-width: 30%;
}
.banner .hosp_info .hosp_tit{
    font-size: 30px;
    color: #fff;
    font-family: "PuHuiTi";
    margin-bottom: 20px;
}
.banner .hosp_info .hosp_item{
    display: inline-block;
    margin-right: 40px;
    position: relative;
    width: 160px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.banner .hosp_info .hosp_item:last-child{
    margin-right: 0;
}
.banner .hosp_info .hosp_item a{
    display: block;
}
.banner .hosp_info .hosp_item .item_img{
    position: relative;
    z-index: 1;
}
.banner .hosp_info .hosp_item .item_img img{
    margin: 0 auto;
}
.banner .hosp_info .hosp_item .img_h{
    display: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.banner .hosp_info .hosp_item .item_bg{
    position: relative;
    bottom: 6px;
    z-index: 0;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.banner .hosp_info .hosp_item.active .img {
    display: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.banner .hosp_info .hosp_item.active .img_h{
    display: block;
}
.banner .hosp_info .hosp_item.active .item_bg{
    opacity: 1;
}
@media only all and (max-width: 1600px){
    .banner .hosp_info{
        right: 92px;
    }
    .banner .banner_info{
        left: 92px;
    }
    .banner .hosp_info .hosp_tit{
        font-size: 28px;
    }
    .banner .hosp_info .hosp_item{
        width: 120px;
    }
    .share_con .page_con1 .hosp_info {
        max-width: 26%;
    }
    .banner .hosp_info .hosp_item .item_bg{
        bottom: 8px;
    }
}
@media only all and (max-width: 1440px) {
    .banner .hosp_info {
        right: 112px;
    }
    .banner .banner_info {
        left: 112px;
    }
    .banner .hosp_info {
        max-width: 32%;
    }
    .banner .banner_tit {
        font-size: 50px;
    }
    .banner .hosp_info .hosp_tit {
        font-size: 24px;
    }
    .banner .address_list .address_item{
        font-size: 18px;
    }
}
@media only all and (max-width: 1400px) {
    .banner .hosp_info {
        right: 101px;
    }
    .banner .banner_info {
        left: 101px;
    }
}
@media only all and (max-width: 1366px) {
    .banner .hosp_info {
        right: 75px;
    }
    .banner .banner_info {
        left: 75px;
    }
    .banner .hosp_info {
        max-width: 34%;
    }
}
@media only all and (max-width: 1280px) {
    .banner .hosp_info {
        right: 132px;
    }
    .banner .banner_info {
        left: 132px;
    }
    .banner .hosp_info .hosp_tit {
        font-size: 20px;
    }
    .banner .hosp_info .hosp_item{
        margin-right: 20px;
    }
}
@media only all and (max-width: 1024px){
    .banner .hosp_info {
        right: 20px;
    }
    .banner .banner_info {
        left: 20px;
        max-width: 20%;
        bottom: 60px;
    }
    .banner .banner_tit {
        font-size: 40px;
    }
    .banner .hosp_info {
        max-width: 40%;
    }
}
@media only all and (max-width: 768px) {
    .banner .banner_info{
        max-width: 25%;
    }
    .banner .hosp_info {
        max-width: 50%;
    }
    .banner .hosp_info .hosp_item{
        width: 100px;
    }
    .banner .hosp_info .hosp_tit {
        font-size: 16px;
    }
    .banner .address_list .address_item {
        font-size: 16px;
    }
    .banner .hosp_info .hosp_item .item_bg{
        bottom: 9px;
    }
}
@media only all and (max-width: 550px){
    .banner .banner_info {
        max-width: 100%;
        position: static;
        padding: 0px 20px;
        margin: 20px 0px;
    }
    .banner .hosp_info {
        max-width: 100%;
        padding: 0px 20px;
        position: static;
        text-align: center;
        margin-bottom: 30px;
    }
    .banner .banner_tit {
        font-size: 30px;
        color: #333;
    }
    .banner .address_list .address_item{
        color: #333;
    }
    .banner .address_list .address_item{
        margin-right: 30px;
    }
    .banner .address_list .address_item:nth-child(2n) {
        margin-right: 30px;
    }
    .banner .address_list .address_item:nth-child(4n) {
        margin-right: 0px;
    }
    .banner .hosp_info .hosp_tit{
        color: #333;
        text-align: left;
    }
}

.share_con .page_con1{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.share_con .page_con1 img{
    width: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.share_con .page_con1:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.share_con .page_con1 .wrapper_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.share_con .page_con1 .hosp_info{
    max-width: 24%;
}
.share_con .page_con1 .hosp_subtit{
    color: #fff;
    font-size: 24px;
    font-family: "PuHuiTi";
    margin-bottom: 15px;
}
.share_con .page_con1 .hosp_tit {
    font-size: 40px;
    color: #fff;
    line-height:50px;
    font-family: "PuHuiTi";
}
.share_con .page_con2{
    padding: 150px 0px;
    position: relative;
}
.share_con .page_con2::after{
    content: "";
    display: block;
    width: 62%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.share_con .page_con2 .wrapper_content{
    font-size: 0;
}
.share_con .page_con2 .page_info{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.share_con .page_con2 .page_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    overflow: hidden;
}
.share_con .page_con2 .page_img img{
    width: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.share_con .page_con2 .page_img:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.share_con .page_con2 .page_info .info{
    max-width: 86%;
}
.share_con .page_con2 .page_info .info_prov{
    display: inline-block;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #28629f;
    border-radius: 30px;
}
.share_con .page_con2 .page_info .info_tit{
    font-size: 46px;
    color: #333;
    font-family: "PuHuiTi";
    margin: 10px 0px 20px;
}
.share_con .page_con2 .page_info .info_text {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
    text-justify:inter-ideograph;
}
.page_con2 .info .proj_list .proj_item{
    display: inline-block;
    width: 25%;
    border-right:1px solid rgba(0, 0, 0,0.1);
    padding-left: 20px;
}
.page_con2 .info .proj_list{
    margin-top: 40px;
}
.page_con2 .info .proj_list .proj_item:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.1);
}
.page_con2 .info .proj_list .proj_item .item_tit{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.page_con2 .info .proj_list .proj_item .item_info {
    font-size:16px;
    color: #28629f;
}

.page_con3{
    margin: 100px 0px;
}
.share_con .com-tit{
    font-size: 46px;
    color: #333;
    font-family: "PuHuiTi";
    margin-bottom: 40px;
}
.page_con5{
    margin-bottom: 150px;
}
.page_con5 .wrapper_content{
    position: relative;
}
.page_con5 .page_con{
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 90px 69px;
    background: rgba(42, 101, 165, 0.95);
    max-width:32%;
}
.page_con5 .page_con .page_text{
    font-size: 20px;
    color: #fff;
    text-align: justify;
    text-justify:inter-ideograph;
    /* font-family: "PuHuiTi"; */
    line-height: 28px;
}
.page_con3 .peoject_list{
    width: 100%;
    font-size: 0;
}
.page_con3 .peoject_list .peoject_item{
    display: inline-block;
    width: 19%;
    margin-right: 1%;
    background: #f2f2f2;
    height: 460px;
    vertical-align: top;
    position: relative;
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    cursor: pointer;
}
.page_con3 .peoject_list .peoject_item.active{
    width: 40%;
}
.page_con3 .peoject_list .peoject_item:last-child{
    margin-right: 0;
}
.page_con3 .peoject_list .peoject_item .item_icon{
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
}
.page_con3 .peoject_list .peoject_item .item_icon img{
    /* height: 42px; */
    width: 70px;
}
.page_con3 .peoject_list .peoject_item .icon_h{
    display: none;
}
.page_con3 .peoject_list .peoject_item.active .icon_img {
    display: none;
}
.page_con3 .peoject_list .peoject_item.active .icon_h {
    display: block;
}
.page_con3 .peoject_list .peoject_item .item_img{
    width: 0;
    overflow: hidden;
    height: 100%;
}
.page_con3 .peoject_list .peoject_item .item_img img{
    width: 100%;
    height: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.page_con3 .peoject_list .peoject_item:hover .item_img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.page_con3 .peoject_list .peoject_item.active .item_img{
    display: block;
    width: 100%;
    position: relative;
}
.page_con3 .peoject_list .peoject_item.active .item_img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #28629f;
    opacity: 0.4;
}
.page_con3 .peoject_list .peoject_item .item_info{
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #333;
    max-width: 60%;
}
.page_con3 .peoject_list .peoject_item .item_info .item_tit{
    font-size: 24px;
    font-family: "PuHuiTi";
}
.page_con3 .peoject_list .peoject_item .item_info .item_text {
    font-size: 18px;
    display: none;
    text-align: justify;
    text-justify:inter-ideograph;
}
.page_con3 .peoject_list .peoject_item.active .item_info{
    color: #fff;
}
.page_con3 .peoject_list .peoject_item.active .item_info .item_text {
    display: block;
}

.page_con4{
    width: 100%;
    margin-bottom: 120px;
}
.page_bg{
    background: #f2f2f2;
    padding: 120px 0px;
}
.page_con4 .wrapper_content{
    font-size: 0;
}
.page_con4 .page_info,
.page_con4 .page_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.page_con4 .page_info .info{
    max-width: 65%;
    margin: 0 auto;
    border-top:2px solid rgba(40, 96, 157, 0.3);
    padding-top: 50px;
}
.page_con4 .page_info .info .info_tit{
    font-size: 50px;
    color: #28609d;
    font-family: "PuHuiTi";
    line-height: 60px;
    margin-bottom:50px;
}
.page_con4 .page_info .info .info_text {
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify:inter-ideograph;
    line-height: 24px;
    margin-bottom: 10px;
}
.page_con4 .page_info .info .info_text:last-child{
    margin-bottom: 0px;
}
.page1 .page_info .info {
    margin: 0;
}
.page_con4 .page_img{
    overflow: hidden;
    position: relative;
    visibility: inherit;
}
.page_con4 .page_img .image {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.page_con4 .page_img .image:first-child{
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 50%;
    left: 0;
    z-index: 4;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_con4 .page_img .image:nth-child(2){
    padding-top: 62.5%;
}
.page_con4 .page_img .image img{
    pointer-events: none;
}
.image img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.page_con4 .page_img .image:first-child img{
    max-width: none;
    transition: none;
    -webkit-transition: none;
}
.page_con4 .page_img img{
    width: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.page_con4 .page_img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.page_con4 .page_img:hover .image img {
    transform: none;
    -webkit-transform: none;
}
.page_con4 .page_img .control{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95px;
    height: 65px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    z-index: 5;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.page_con4 .page_img .control.active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.page_con4 .page_img .control .inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.page_con4 .page_img .control .inner .center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    background: #28629f;
    border: 2px solid #fff;
    border-radius: 50px;
}
.page_con4 .page_img .control .inner .left,
.page_con4 .page_img .control .inner .right {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 15px;
}
.page_con4 .page_img .control .inner .left{
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
}
.page_con4 .page_img .control .inner .right{
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
@media only all and (max-width: 1600px){
    .page_con3 .peoject_list .peoject_item{
        height: 400px;
    }
    .page_con4 .page_info .info .info_tit {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
}
@media only all and (max-width: 1440px){
    .share_con .page_con1 .hosp_tit {
        font-size: 30px;
        line-height: 40px;
    }
    .share_con .page_con2 .page_info .info_tit{
        font-size: 36px;
    }
    .page_con3 .peoject_list .peoject_item {
        height: 345px;
    }
    .page_con3 .peoject_list .peoject_item .item_info{
        max-width: 80%;
    }
    .page_con4 .page_info .info .info_tit {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .page_con4 .page_info .info{
        padding-top: 40px;
    }
    .page_con5 .page_con {
        padding: 80px 40px;
        max-width: 34%;
        left: 120px;
    }
    .page_con5 .page_con .page_text{
        font-size: 18px;
    }
    .share_con .com-tit{
        font-size: 40px;
    }
}
@media only all and (max-width: 1280px) {
    .page_con3 .peoject_list .peoject_item {
        height: 345px;
    }
    .share_con .page_con1 .hosp_info {
        max-width: 28%;
    }
    .share_con .page_con2 {
        padding: 120px 0px;
    }
    .page_con2 .info .proj_list .proj_item{
        padding-left: 10px;
    }
    /* .page_con2 .info .proj_list .proj_item .item_info{
        font-size: 20px;
    } */
    .page_con3 .peoject_list .peoject_item {
        height:288px;
    }
    .page_con3 .peoject_list .peoject_item .item_icon {
        left: 20px;
        top: 20px;
    }
    .page_con3 .peoject_list .peoject_item .item_info{
        left: 20px;
        bottom: 20px;
    }
    .page_con3 .peoject_list .peoject_item .item_info .item_text{
        font-size: 16px;
    }
    .share_con .com-tit {
        font-size: 30px;
    }
    .page_con4 .page_info .info{
        max-width: 85%;
    }
    .page_con5 .page_con {
        padding: 60px 20px;
        max-width: 37%;
        left: 100px;
    }
    .page_con5 .page_con .page_text {
        font-size: 16px;
    }
}
@media only all and (max-width: 1024px){
    .share_con .page_con2 .page_info .info {
        max-width: 90%;
    }
    .share_con .page_con2 .page_info .info_tit {
        font-size: 30px;
        margin: 10px 0px;
    }
    .share_con .page_con2 .page_info .info_prov{
        font-size: 16px;
    }
    .page_con3 .peoject_list .peoject_item {
        height: 283px;
    }
}
@media only all and (max-width: 768px){
    .share_con .page_con1 .hosp_info {
        max-width: 40%;
    }
    .share_con .page_con1 .hosp_tit {
        font-size: 24px;
        line-height: 34px;
    }
    .share_con .page_con2 .page_info{
        width: 100%;
    }
    .share_con .page_con2 .page_img{
        width: 100%;
        margin-top: 40px;
    }
    .share_con .page_con2::after{
        width: 100%;
    }
    .share_con .page_con2 {
        padding: 60px 0px;
    }
    .page_con4 .page_info,
    .page_con4 .page_img{
        width: 100%;
    }
    .page_con4.page1 .page_img{
        margin-top: 40px;
    }
    .page_con4 .page_info .info{
        max-width: 100%;
    }
    .page_con5 .page_con {
        padding: 40px 20px;
        max-width: 60%;
        left: 60px;
    }
    .page_con3 .peoject_list .peoject_item {
        height: 80px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    .page_con3 .peoject_list .peoject_item.active{
        width: 100%;
        height: auto;
    }
    .page_con3 .peoject_list .peoject_item .item_icon img{
        max-height: none;
        height: 40px;
        width: auto;
    }
    .page_con3 .peoject_list .peoject_item .item_icon{
        top: 20px;
    }
    .page_con3 .peoject_list .peoject_item.active .item_icon {
        top: 20px;
    }
    .page_con3 .peoject_list .peoject_item .item_info{
        left: auto;
        right: 20px;
    }
    .page_con3 .peoject_list .peoject_item.active .item_info{
        left: 20px;
        right: 0;
    }
}
@media only all and (max-width:550px){
    .share_con .page_con1 .hosp_info {
        max-width: 100%;
    }
    .share_con .page_con1 .hosp_tit {
        font-size: 16px;
        line-height: 16px;
    }
    .share_con .page_con1 .hosp_subtit {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .share_con .page_con2 .page_info .info {
        max-width: 100%;
    }
    .page_con2 .info .proj_list .proj_item{
        width: 50%;
        margin-bottom: 20px;
    }
    .page_con2 .info .proj_list .proj_item:nth-child(3){
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .page_con2 .info .proj_list .proj_item .item_info {
        font-size: 16px;
    }
    .share_con .page_con2 .page_info .info_text {
        font-size: 14px;
        line-height: 22px;
    }
    .page_con5 .page_con{
        position: static;
        transform: none;
        -webkit-transform: none;
        max-width: 100%;
        margin-top: 20px;
    }
    .page_con5 {
        margin-bottom: 70px;
    }
    .page_con4 .page_img{
        margin-bottom: 20px;
    }
}
@media only all and (max-width:375px){
    .banner .address_list .address_item {
        margin-right: 20px;
    }
    .banner .address_list .address_item:nth-child(2n) {
        margin-right: 20px;
    }
    .banner .hosp_info .hosp_list{
        font-size: 0;
        text-align: left;
    }
    .banner .hosp_info .hosp_item {
        margin-right: 10px;
        width: 32.4%;
        margin-right: 1.4%;
    }
    .banner .hosp_info .hosp_item:last-child{
        margin-right: 0;
    }
    .page_con3 .peoject_list .peoject_item .item_info .item_tit {
        font-size: 20px;
    }
    .page_con3 .peoject_list .peoject_item .item_info .item_text {
        font-size: 14px;
    }
}
