﻿body,html,.wrap{
    height: 100%;
}
.mainBg{
    height: 100%;
    background:url(/Content/Areas/Hospitals/images/Boot/bg.png);
    background-size: cover;
}
.boot_content{
    width: 1186px;
    height: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/*左侧*/
.boot_left{
    float: left;
    width: 290px;
    height: 100%;
    background:url(/Content/Areas/Hospitals/images/Boot/boot_leftbg.png);
    background-size: cover;
    display: flex;
}
.enter_list{
    width: 100%;
    align-self: flex-end;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.enter_list .enter_item{
    width: 70px;
    height: 70px;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
}
.enter_item a{
    display: block;
    color: #fff;
}
.enter_div{
    padding-top: 15px;
}
.enter_item .enter_tit{
    opacity: 0;
}
.enter_item .enter_img img{
    width: 35px;
    margin-bottom: 10px;
}
.enter_item:hover .enter_div{
    padding-top: 10px;
}
.enter_item:hover .enter_img img{
    width: 24px;
}
.enter_item:hover .enter_tit{
    opacity: 1;
}
.hover_showbox{
    position: absolute;
    top: -75px;
    left: 50%;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #534e4e;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}
.hover_showbox img {
    width: 90px;
}
.hover_showbox::after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 3px;
    margin-left: -8px;
    transform: rotate(45deg);
    z-index: -1;
}
.enter_item:hover .hover_showbox{
        opacity: 1;
        top: -60px;
}
/*右侧*/


.boot_right{
    float:right;
    width: 875px;
    height: 100%;
}
.pro_list{
    height: 100%;
}
.boot_right .pro_item{
    width: 33.333%;
    height: 100%;
    float: left;
    text-align: center;
    background: rgba(0,0,0,0.3);
    position: relative;
}
.boot_right .pro_item::after{
    content: "";
    display: block;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.1;
}
.pro_item a{
    display: flex;
    align-self:center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.pro_item .flex{
    display: flex;
    align-self:center;
}
.pro_item .item_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.pro_item .item_img img{
    width: 100%;
    height: 100%;
}
.item_tit .big_tit{
    margin-top: 15px;
    font-size: 28px;
}
.hover_show .item_tit .big_tit{
    margin-top: 0px;
}
.item_tit .small_tit{
    font-size: 16px;
    margin-top: 5px;
}
.transition{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro_item_content{
    position: relative;
}
.hover_show{
    position: absolute;
    top: 0;
    opacity: 0;
}
.pro_item:hover .pro_item_content .show{
    opacity: 0;
}
.pro_item:hover .pro_item_content .show .big_tit{
    margin-top: 0px;
}
.pro_item:hover .pro_item_content .hover_show{
    opacity: 1;
}
.pro_item:hover .pro_item_content .hover_show .small_tit{
    margin-bottom: 20px;
}
.pro_item:hover .pro_item_content .hover_show .item_img{
   width: 124px;
   height: 124px;
}
.angle_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}
.angle_list .angle{
    width: 20px;
    height: 20px;
    position: absolute;
    background-image:url(/Content/Areas/Hospitals/images/Boot/angle_bg.png);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top_left{
    top: 50px;
    left: 50px;
    opacity: 0;
    background-position: left top;
}
.top_right{
    top: 50px;
    right: 50px;
    opacity: 0;
    background-position: right top;
}
.bottom_right{
    bottom: 50px;
    right: 50px;
    opacity: 0;
    background-position: right bottom;
}
.bottom_left{
    bottom: 50px;
    left: 50px;
    opacity: 0;
    background-position: left bottom;
}
.pro_item:hover .top_left{
    top: 30px;
    left: 30px;
    opacity: 1;
}
.pro_item:hover .top_right{
    top: 30px;
    right: 30px;
    opacity: 1;
}
.pro_item:hover .bottom_right{
    bottom: 30px;
    right: 30px;
    opacity: 1;
}
.pro_item:hover .bottom_left{
    bottom: 30px;
    left: 30px;
    opacity: 1;
}
.boot_phone{display: none;}
@media screen and (max-width: 1366px){
    .boot_content{
        width: 1000px;
        height: 430px;
    }
    .boot_left{
        width: 260px;
    }
    .boot_right{
        width: 730px;
    }
    .enter_list .enter_item{
        width: 60px;
        height: 60px;
    }
    .enter_item .enter_img img{
        width: 28px;
    }
    .enter_item .enter_img img{
        margin-bottom: 5px;
    }
    .enter_item:hover .enter_div{
        padding-top: 5px;
    }
}
@media screen and (max-width: 768px){
.boot_phone{display: block;}

    .boot_left{
        display: none;
    }
    .boot_right{
        display: none;
    }
    .mainBg {
        background: url(/Content/Areas/Hospitals/images/Boot/bg.png) center;
        background-size: cover;
    }
    .boot_phone {
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
    }
    
    .bPitem {
        width: 305px;
        height: 240px;
    }
    
    .boot_content {
        width: 100%;
        height: auto;
    }
    
  
    
    .bPitem a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
        font-family: "黑体";
        position: relative;
    }
    .bPitem a img.posi{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .bPitem a h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 10px;
    }
    
    .bPitem a h2 p {
        font-size: 33px;
    }
    
    .bPitem a h2 span {
        font-size: 20px;
    }
    
    .bPitem a img {
        width: 60px;
    }
    .bPitem.bPitem_2 {
        margin-top: -15px;
        /* box-sizing: border-box; */
    }
    
    .bPitem.bPitem_3 {
        margin-top: -15px;
    }
    
    .bPitem.bPitem_2 a {
        padding-top: 15px;
    }
    
    .bPitem.bPitem_3 a {
        padding-top: 15px;
    }
}
@media screen and (max-width: 425px){
    .bPitem {
        width: 190px;
        height: 155px;
    }
    
    .bPitem a img {
        width: 30px;
    }
    
    .bPitem a h2 p {
        font-size: 18px;
    }
    
    .bPitem a h2 span {
        font-size: 12px;
        font-family: "微软雅黑";
    }
    
    .bPitem.bPitem_2 a {
        padding-top: 8px;
    }
    
    .bPitem.bPitem_3 a {
        padding-top: 8px;
    }
}