﻿body {
}



.detail-locationp {
    width: 100%;
    margin: 0 auto;
    color: #898989;
    padding-bottom: 0px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    /* border-bottom: 1px solid #cacaca; */
}

    .detail-locationp #pic {
        width: 78%;
        margin: 0 auto;
    }

.toptabdiv {
    width: 100%;
    background-color: #f3f6f9;
    border-bottom: 1px solid #c6c6c6;
}

.tabdiv {
    width: 78%;
    margin: auto;
    height: 80px;
    display: flex;
}

.tabitem {
    line-height: 80px;
    font-size: 20px;
    font-family: 'Alibaba PuHuiTi 2.0';
    width: 120px;
    cursor: pointer;
    position: relative;
}

.tabitemactive {
    color: #33b0ff;
}


.tabitem b {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #33b0ff;
    left: 0;
    bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}

.xhmktoptabdiv {
    width: 90%;
    padding: 5px 20px;
}

.xhmktabdiv { 
    width: 78%;
    height: 50px;
    display: flex;
    margin-top: 10px;
}
.xhmktabitem {
    line-height: 50px;
    font-size: 20px;
    font-family: 'Alibaba PuHuiTi 2.0';
    width: 160px;
    cursor: pointer;
    position: relative;
}
.xhmktabitemactive {
    color: #f69829;
}


.xhmktabitem b {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #f69829;
    left: 0;
    bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}
.xhmktabcenterdiv {
    padding: 20px 60px;
    display:none;
}
.xhmktabcenterdivtitle {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
   
}

.fagspage {
    width: 100%;
    background-color: #f3f6f9;
}

.fagsleft {
    width: 65%;
}

.fagslefttitle1 {
    margin-top: 100px;
    font-size: 35px;
    font-family: 'Alibaba PuHuiTi 2.0';
}

.fagslefttitle2 {
    margin-top: 30px;
    font-size: 18px;
    color: #858585;
    line-height: 35px;
    width: 95%;
}
.fagslefttitle21 {
    margin-top: 30px;
    font-size: 18px;
    color: black;
    line-height: 35px;
    width: 95%;
}

.fagslefttitle22 {
    margin-top: 5px;
}

.fagslefttitle2div {
    margin-top: 10px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}

.fagslefttitle2img {
    float: left;
    width: 30px;
    margin-top: -3px;
}

.zxzxbtn {
    width: 140px;
    height: 50px;
    color: white;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: url(../images//AIWgdt/zxzxbtn.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
}

.fagsdiv {
    width: 75%;
    height: 655px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.fagsright {
    width: 30%;
    text-align: center;
}

.fagsrightbg {
    margin-top: 130px;
    width: 100%;
}

.fayspage {
    width: 100%;
    height: 850px;
    background-color: white;
}

.faysdiv {
    width: 78%;
    margin: auto;
}

.pagetitle {
    padding-top: 80px;
    font-size: 35px;
    font-family: 'Alibaba PuHuiTi 2.0';
    line-height: 50px;
    text-align: center;
}


.pagetitleline {
    width: 150px;
    height: 3px;
    background-color: #e57d01;
    margin: auto;
    margin-top: 5px;
}

.fayslist {
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.faysitem {
    width: 31%;
    margin: 1%;
    margin-top: 35px;
    text-align: center;
}

.faysitemimg {
    width: 100%;
    height: 100px;
}

    .faysitemimg img {
        width: 50px;
        height: 50px;
        margin-top: 30px;
    }

.faysitemtitle1 {
    font-size: 25px;
    font-family: 'Alibaba PuHuiTi 2.0';
    line-height: 50px;
}

.faysitemtitle2 {
    clear: both;
    font-size: 14px;
    color: #747474;
    width: 75%;
    line-height: 30px;
    margin: auto;
    margin-top: 10px;
}







.hxmkpage {
    width: 100%;
    height: 1570px;   
    background-color:#ffffff;
}


.pagetitle2 {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}
 

.hxmkdiv {
    width: 80%;
    margin: auto;
    display: flex;
    height: 60px;
    margin-top: 30px;
}



.hxmkitem {
    width: 31%;
    margin: 1%;
    height: 47px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .hxmkitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #5180fe;
        left: 25%;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 5px;
    }

.hxmkitemactive {
    color: #5180fe;
}




.xhmkline {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
}


.xhmkcenter{
    width: 100%;
    margin: auto;
    height: 1350px; 
    margin-top: 5px; 
    background-color:#ebeff3; 
    position: relative;
    display:none;
}

.xhmktopimg1 {
  width:100%; 
}
    .xhmktopimg1 img {
    width:100%;
    }
    .xhmktopimg2 {
        width: 80%;
        margin: auto;
        height: 730px;
        background-color: #ffffff;
        box-shadow: #dfdfdf 1px 3px 4px 0px;
        margin-top: -50px;
        position: inherit;
        border-radius: 10px;
        z-index: 20;
        text-align: center;
    }
    .xhmktopimg2 img {
        width:90%;
       padding-top:20px;
    }

    .xhmkcenter2 {
        width: 65%;
        margin: auto;
        height: 500px;
        display: flex;
        margin-top: 50px;
        background: url('../images/Xchuang/xhmkcenterleft02.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        display: none
    }


.xhmkcenter3 {
    width: 65%;
    margin: auto;
    height: 500px;
    display: flex;
    margin-top: 50px;
    background: url('../images/Xchuang/xhmkcenterleft03.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: none
}

.xhmkcenterrightitem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 20px;
    cursor: pointer;
}



.xhmkcenterright {
    position: absolute;
    top: 20%;
    left: 56%;
    display: flex;
    flex-wrap: wrap;
}

.xhmkcenterpre {
    width: 12px;
    height: 12px;
    background-color: black;
    margin-top: 12px;
}

.xhmkcentertitle {
    width: 90%;
    color: black;
    margin-left: 10px;
    line-height: 35px;
    font-size: 23px;
}

.xhmkcentertitle2 {
    width: 90%;
    line-height: 30px;
    font-size: 16px;
    color: #676767;
}


.lineleftdiv {
    float: left;
    width: 10px;
    height: 300px;
    margin-top: 30px;
}

.linediv1 {
    width: 4px;
    height: 150px;
    background-color: #4c535e;
}

.linediv2 {
    width: 4px;
    height: 200px;
    background-color: #f2f2f3;
}

.centerrightdiv {
    margin-left: 40px;
}


.centerrightdiv1 {
    width: 100%;
    height: 60px;
    margin-top: 20px;
}

.centerrightdivimg {
    float: left;
    margin-top: 10px;
}

    .centerrightdivimg img {
        width: 50px;
        height: 50px;
    }

.centerrightdivtitle1 {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    font-size: 33px;
    font-weight: 600;
}


.centerrightdivtitle2 {
    font-size: 18px;
    color: #747474;
    line-height: 35px;
}


.hxmktybtndiv {
    clear: both;
    width: 100%;
    height: 80px;
}


.hxmktybtn {
    width: 150px;
    height: 50px;
    color: white;
    background-color: #000000;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}


.hxmkfnpage {
    width: 100%;
    margin: auto;
    background: url('/images/AIHall/hxmkfnpagebg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -150px;
    height: 900px;
}


.hxmkfnpagetitle1 {
    width: 100%;
    margin-top: 30px;
    font-weight: 600;
    font-size: 30px;
}


.hxmkfnitemdiv {
    width: 90%;
    margin: auto;
    display: flex;
}


.hxmkfnitem {
    width: 24%;
    margin: 0.5%;
    margin-top: 50px;
}

    .hxmkfnitem img {
        width: 100%;
    }


.yycjpage {
    width: 100%;
    margin: auto;
    background-color: #ebf2ff;
}


.yycjcenter {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.yycjcenteritemdiv {
    display: flex;
    flex-wrap: wrap;
}

.yycjcenteritem1 {
    width: 48%;
    margin: 1%;
}

    .yycjcenteritem1 img {
        width: 100%;
    }

.yycjcenteritem2 {
    width: 31.3%;
    margin: 1%;
}

    .yycjcenteritem2 img {
        width: 100%;
    }


.duibipage {
    width: 100%;
    background: url('/images/SmartMedical/duibibg.png') no-repeat;
    background-size: 100% 100%;
    height: 950px;
}


.duibitop {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.duibitopitemdiv {
    display: flex;
    justify-content: space-between;
}

.duibitopitem {
    width: 35%;
    text-align: center;
}

    .duibitopitem img {
        width: 100%
    }


.duibitoplist {
    position: absolute;
    top: 180px;
    height: 500px;
    width: 99%;
}

.duibitoplist2 {
    display: none;
}

.duibitoplistitem {
    width: 100%;
    height: 60px;
    position: relative;
    margin-top:35px;
    margin-bottom: 20px;
}

    .duibitoplistitem:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #83b9ff, rgba(255, 255, 255, 0)) 1 1;
    }

.duiitemtitl1 {
    position: absolute;
    text-align: right;
    width: 28%;
    left: 0px;
    top: 5px;
    font-size: 18px;
}

.duibiyh {
    position: absolute;
    text-align: right;
    left: 30%;
    top: 15px;
}

.duibileft {
    position: absolute;
    text-align: right;
    left: 42%;
    top: 15px;
}

.duibititle2 {
    position: absolute;
    text-align: right;
    left: 46%;
    top: 17px;
    font-size: 22px;
    font-weight: 600;
}

.duibiright {
    position: absolute;
    text-align: right;
    left: 56%;
    top: 15px;
    font-size: 20px;
}

.duibisuccess {
    position: absolute;
    text-align: right;
    left: 68%;
    top: 15px;
    font-size: 20px;
}

.duibititle3 {
    position: absolute;
    text-align: left;
    left: 71%;
    top: 15px;
    font-size: 18px;
}



.bottombtndiv {
    width: 100%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.bottombtn {
    width: 180px;
    height: 50px;
    color: #006aff;
    border: 2px solid #006aff;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 20px;
}




.fajzpage {
    width: 100%;
    height: 1100px;
    background:url('/images/SmartMedical/fajzbg.png') no-repeat;
    background-size:100% 100%;
}

.fajzcenter {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    display: flex;
}

.fajzitem {
    width: 23%;
    margin: 1%;
}

    .fajzitem img {
        width: 100%;
    }

.fzjzitem2 {
    margin-top: 100px;
}


.fzjzbtndiv {
    width: 28%;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
}

.fzjzbtn {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #f2f5f8;
    color: #006afe;
    border: 2px solid #006afe;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
