
.h-icon1{
    background-image: url("../images/medicine/hicon1.png");
}
.h-icon2{
    background-image: url("../images/medicine/hicon2.png");
}
.h-icon3{
    background-image: url("../images/medicine/hicon3.png");
}
.h-icon4{
    background-image: url("../images/medicine/hicon4.png");
}
.h-icon5{
    background-image: url("../images/medicine/hicon5.png");
}
.h-icon6{
    background-image: url("../images/medicine/hicon6.png");
}

.p-img1{
    background-image: url("../images/medicine/pic1.png");
}
.p-img2{
    background-image: url("../images/medicine/pic2.png");
}
.p-img3{
    background-image: url("../images/medicine/pic3.png");
}
.p-img4{
    background-image: url("../images/medicine/pic4.png");
}
.p-img5{
    background-image: url("../images/medicine/pic5.png");
}
.p-img6{
    background-image: url("../images/medicine/pic6.png");
}


.cp-img1{
    background-image: url("../images/medicine/imgfront1.png");
}
.cp-img2{
    background-image: url("../images/medicine/imgfront2.png");
}
.cp-img3{
    background-image: url("../images/medicine/imgfront3.png");
}
.cp-img4{
    background-image: url("../images/medicine/imgfront4.png");
}
.cp-img5{
    background-image: url("../images/medicine/imgfront5.png");
}
.cp-img6{
    background-image: url("../images/medicine/imgfront6.png");
}
.cp-img7{
    background-image: url("../images/medicine/imgfront7.png");
}
.cp-img8{
    background-image: url("../images/medicine/imgfront8.png");
}
.cp-img9{
    background-image: url("../images/medicine/imgfront9.png");
}
.cp-img10{
    background-image: url("../images/medicine/imgfront10.png");
}

.case-pic1{
    background-image: url("../images/medicine/body-detail01.png");
}
.case-pic2{
    background-image: url("../images/medicine/body-detail02.png");
}
.case-pic3{
    background-image: url("../images/medicine/body-detail03.png");
}
.case-pic4{
    background-image: url("../images/medicine/body-detail04.png");
}
.case-pic5{
    background-image: url("../images/medicine/body-detail05.png");
}
.case-pic6{
    background-image: url("../images/medicine/body-detail06.png");
}
.case-pic7{
    background-image: url("../images/medicine/body-detail07.png");
}
.case-pic8{
    background-image: url("../images/medicine/body-detail08.png");
}
.case-pic9{
    background-image: url("../images/medicine/body-detail09.png");
}
.case-pic10{
    background-image: url("../images/medicine/body-detail10.png");
}
.cp-img1{
    background-image: url("../images/medicine/imgfront1.png");
}
.f-i-p1{
    background-image: url("../images/medicine/pic-i1.png");
}
.f-i-p2{
    background-image: url("../images/medicine/pic-i2.png");
}
.f-i-p3{
    background-image: url("../images/medicine/pic-i3.png");
}
.morecase a{
    display: block;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    display: flex;
    cursor: pointer;
    align-items: center;
    
}
.morecase{
    margin-top: 20px;
    width: 91px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 30px auto 0px auto;
}
.content-wrap{
    width: 100%;
    height: 100%;
}
/* banner */
.content-body{
    /* width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.banner p{
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
}
.banner>div >div:nth-child(2){
    margin-top: 6px;;
}
.banner>div >div:nth-child(3){
    margin-top: 10px;;
    width: 318px;
}
.banner>div >p{
    margin-top: 30px;;
}
.banner>div{
    width: 1180px;
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 158px;
    flex-direction: column;
    /* padding-bottom: 152px; */
   
}
.banner>div>div{
    /* margin-top: 20px; */
}
.banner>div p{
    color: #FFFFFF;
}
.banner>div>div:nth-child(1) p{
    height: 48px;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}
.banner>div>div:nth-child(2) p,.banner>div>div:nth-child(3) p{
    font-size: 16px;
    font-weight: 400;
}
.head-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
}
.banner-btn{
    display: flex;
    justify-content: left;
    flex-direction: row;
    margin-top: 20px;
}
.banner-btn div{
    width: 104px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.banner-btn div p{
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.banner-btn-trial{
    background: #2386EE;
}
.banner-btn-buy{
    border: 1px solid #FFFFFF;
}
.banner-btn-trial:hover,.solotion-btn-buy:hover{
    animation:btn-blue 1s 1;
     -webkit-animation:btn-blue 1s 1;
     animation-fill-mode:forwards;
     -webkit-animation-fill-mode:forwards;
     border: 1px solid #2386EE;
 }
.banner-btn-buy:hover,.solotion-btn-trial:hover{
    animation:btn-white 1s 1;
     -webkit-animation:btn-white 1s 1;
     animation-fill-mode:forwards;
     -webkit-animation-fill-mode:forwards;
 }
 .banner-btn-buy:hover p,.solotion-btn-trial:hover p{
    animation:btn-withe-txt 1s 1;
    -webkit-animation:btn-withe-txt 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
 }
.banner-btn-trial:hover p,.solotion-btn-buy:hover p{
    animation:btn-blue-txt 1s 1;
    -webkit-animation:btn-blue-txt 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
 }
 @keyframes btn-white {
    from{background-color: #FFFFFF;}
    to{background-color: #2386EE;}
}
@keyframes btn-blue {
    from{background-color: #2386EE;}
    to{background-color: #FFFFFF;}
}
@keyframes btn-withe-txt {
    from{color: #2386EE;}
    to{color: #FFFFFF;}
}
@keyframes btn-blue-txt {
    from{color: #FFFFFF;}
    to{color: #2386EE;}
}
/* 详细 */
.case-detail{
    width: 100%;
}
.case-head-txt{
    height: 156px;
    text-align: center;
}
.case-head-txt p{
    height: 56px;
    font-size: 48px;
    font-weight: normal;
    color: #000000;
    position: relative;
    top: 100px;
}
.case-content{
        height: 586px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding-top: 49px;
    padding-bottom: 49px;
    margin-left: auto;
    margin-right: auto;
}
.case-pic{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 695px;
    overflow: hidden;
    border-radius: 8px;
}
.case-pic>div{
    transition: 1s;
    height: 100%;
}
.case-pic:hover >.case-img{
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border-radius: 8px;
}
.case-txt{
    width: 465px;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    top: 60px;
}
.case-txt p{
    color: #666666;
}
.case-txt ul li{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}
.pic-right{
    background-image: url("../images/invoicing/dui.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-position: center;
    margin-right: 12px;
}
.case-pic-img{
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 100%;
    width: 500px;
    z-index: 10;
    position: relative;
    bottom: 376px;
    left: 24px;
}
.case-txt ul li:first-child p{
    /* height: 33px; */
    line-height: 1.3;
    font-size: 28px;
    margin-left: 0px;
    color: #212121;
}
.rolebtn{
    display: flex;
}
.rolebtn .btn_w {
    color: #212121;
    border: 1px solid #999;
}
.case-txt ul li:last-child,.case-txt ul li:last-child a{
    /* display: flex;
    height: 21px;
    font-size: 14px;
    justify-content: flex-start;
    color: #2386EE; */
}
.case-txt ul li:last-child a:hover+.trial-more{
    animation:trialmore 1s 1;
    -webkit-animation:trialmore 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
@keyframes trialmore{
    from {margin-left: 5;}
	to {margin-left: 15px;} 
}
.h-b{
    background: #F4F8FB;
}
.trial-more{
    margin-left: 5px;
}
/* property */

.property-item{
    width: 220px;
    height: 120px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-right: 15px;
}
.property-item p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.property-items{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.head-icon{
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.p-img{
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20px;
}


.solution-banner{
    background-color: #F4F8FB;
    padding-top: 5px;
    margin-top: 60px;
    padding-bottom: 90px;
}
/* navigation */
.type-navigator,.property,.solution-banner{
    width: 100%;
    
}
.navigator-box{
    border-bottom: solid 1px #EDEDED;
    margin-left: auto;
    margin-right: auto;
}
.property-box,.solution-banner-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.navigator-box ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    /* position: fixed; */
}
.navigator-box ul li{
    width: 120px;
    height: 62px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* transition: width 1s;
    -webkit-transition: width 1s; Safari */
}
.navigator-fixed{
    position: fixed;
    height: 64px;
    width: 100%;
    top: 0px;
    background: #ffffff;
    z-index: 99;
    border-bottom: solid 1px #EDEDED;
}
.navigator-box ul li .li-bot{
    width: 0px;
    position: relative;
    top: 16px;
    transition: width 1s;
    -webkit-transition: width 1s;
}
.navigator-box ul li:hover .li-bot{
    border-bottom: solid 2px #1588FF;
    width:120px;
   
}
.navigator-box ul li:hover p{
    /* color: #1588FF;
    font-size: 16px;
    transition: 0.2s; */
}
.navigator-box ul li p{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}
.navigator-box>p,.property-box>p,.solution-banner-box>p{
    height: 44px;
    font-size: 32px;    
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.li-active .li-bot{
    position: relative;
    top: 20px;
    border-bottom: solid 2px #1588FF;
    width: 120px !important;;
}
.li-active p{
    /* color: #1588FF!important;
    font-size: 16px!important; */
}
.type-box{
    /* -webkit-transform: scaleX(2);
    transform: scaleX(2); */
    display: none;
    position: relative;
}
.type-box-active{
    /* display: block!important; */
    /* position: relative;*/
    /* animation:caseactive 1s 1;
    -webkit-animation:caseactive 1s 1;
    animation-fill-mode:forwards;  */
}
.type-box-active-go{
    /* display: block!important;
    position: relative;
    animation:caseactive-go 1s 1;
    -webkit-animation:caseactive-go 1s 1;
    animation-fill-mode:forwards; */
}
@keyframes caseactive {
    from {opacity: 0;}
	to {width:100%;}
}
@keyframes caseactive-go {
    from {right: 0px;}
	to {right: 1000px;}
}
/* foot */
.foot-dtail{
    width: 100%;
}
.foot-head-txt{
    text-align: center;

}
.foot-head-txt p{
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    margin-top: 80px;
    margin-bottom: 40px;
}
.foot-item{
    width: 380px;
    height:310px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    /* pointer-events: none; */
}
.item-black{
    width: 380px;
    height:310px;
    display: none;
    padding: 40px 0px 20px 0px;
    background-color: rgba(20, 136, 231, 0.9);
    position: relative;
    bottom: 310px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FFFFFF 0%, #2386EE 0) 50%/ 5em;
}

@keyframes showbk
{
    from {opacity: 0.3; position: relative;}
	to {opacity: 1;position: relative;background-image: linear-gradient(180deg, #2386EE 100%, #FFFFFF 0);} 
}

@-webkit-keyframes showbk 
{
    from {opacity: 0.3;position: relative;}
	to {opacity: 1;position: relative;background-image: linear-gradient(180deg, #2386EE 100%, #FFFFFF 0);} 
}

@keyframes showbkc
{
    from {opacity: 0.2; background-color: #FFFFFF;}
	to {opacity: 0.81;background-color: #2386EE;} 
}

@-webkit-keyframes showbkc 
{
    from {opacity: 0.2;background-color: #FFFFFF;}
	to {opacity: 0.81;background-color: #2386EE;} 
}
@keyframes hidbk
{
    from {opacity: 1;}
	to {opacity: 0.5;}
}

@-webkit-keyframes hidbk 
{
    from {opacity: 1;}
	to {opacity: 0.5;}
}
.item-black p:nth-child(1){
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    
}
.item-black p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 330px;
    color: #FFFFFF;
    position: relative;
    left: 15px;
}
.item-face{
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.foot-item:hover .item-face{
    animation:hidbk 1s 1;
    -webkit-animation:hidbk 1s 1;
    animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
}
.foot-item:hover .item-pic{
    /* height: 310px; */
}
.foot-item:hover .item-detail {
    opacity: 0;
}
.foot-item:hover .item-black{
    display:block;
}
.foot-item:hover .item-black p{
    
    animation:showbk 1s 1;
    -webkit-animation:showbk 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.foot-item:hover .item-black{
    display:block;
    animation:showbkc 1s 1;
    -webkit-animation:showbkc 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.item-tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab{
    width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab p{
    height: 24px !important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #FFFFFF!important;
}
.item-detail{
    padding: 24px 24px 24px 24px;
}
.item-detail p{
    font-size: 20px;
    font-weight: 400;
    color: #212121;
}
.item-tab p{
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.foot-item-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-pic{
    width: 380px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.trial-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.foot-trial{
    margin-top: 80px;
    height: 168px;
    width: 100%;
    background-color: #2086EF;
    
}
.trial-box-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-box-l p{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
}
.trial-box-r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-box p{
    display: flex;
}
.trial-btn-buy{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.65;
    border: 1px solid #FFFFFF;
    margin-right: 16px;
}
.trial-btn-trial{
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    
}
.trial-btn-trial p{
    color: #2386EE!important;
}
.trial-box-r p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.solution-banner-img{
    width: 1160;
    height: 583px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 63px;
    background-image: url("../images/medicine/solution-banner-img.png");
}

