.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;
}
#star_modal .custom_yzy img{ width: 151px;margin-top: 26px; }
#star_modal {width:611px; height:391px;}
#star_modal .proexpCon{ flex-wrap: wrap;}
#star_modal .proexpCon > div{margin-bottom: 19px;}
.banner{background-repeat:no-repeat;background-position:center;height: 440px;background-size: cover;}
.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: 388px;
}
.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;
}
.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;
}
.picdepway{
  background: #F3FAFF;
  padding:1px 0 51px 0;
  margin-top: 81px;;
}
.picdep{ text-align: center;}
.picdep p{
  font-size: 16px;
  color: #212121;
  width: 76%;
  margin:0 auto
}
.picdep img{
  width: 100%;
}
@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%;
    padding-top:1px
}
.case-head-txt{
    height: 156px;
    text-align: center;
}
.case-head-txt p{
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    position: relative;
    top: 100px;
}
.case-content{
    height: 518px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.case-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 559px;
    overflow: hidden;
    border-radius: 8px;
    height: 341px;
}
.case-pic>div{
    transition: 1s;
    height: 100%;
}
.case-pic:hover >.case-img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 8px;
}
.case-txt{
    width: 559px;
    font-weight: normal;
    color: #000000;
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
}
.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-txt ul li:first-child p{
    font-weight: bold;
    line-height: 1.3;
    font-size: 28px;
    margin-left: 0px;
    color: #000;
}
.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: #F3FAFF;
}
.trial-more{
    margin-left: 5px;
}

/* property */
.characteristic{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.characteristic div{width: 580px;height: 210px;background: #FFF;box-shadow: 0px 10px 20px 0px #D7E5EF;padding-left: 169px; background-repeat: no-repeat; background-size: 131px; 
  background-position: 19px center;margin-bottom: 19px;}
.characteristic div dt{font-size: 24px;font-weight: bold;color: #000;margin:39px 0 12px 0}
.characteristic div dd{font-size: 16px;color: #212121;line-height: 28px;width: 91%;}




/* navigation */
.type-navigator,.property{
    width: 100%;
    
}
.navigator-box{
    border-bottom: solid 1px #EDEDED;
    margin-left: auto;
    margin-right: auto;
}
.property-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.navigator-box ul{
    display: flex;
    justify-content: space-between;
    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 p{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}
.li-active .li-bot{
    position: relative;
    top: 20px;
    border-bottom: solid 2px #1588FF;
    width: 120px !important;;
}
.type-box{
    display: none;
    position: relative;
}
@keyframes caseactive {
    from {opacity: 0;}
  to {width:100%;}
}
@keyframes caseactive-go {
    from {right: 0px;}
  to {right: 1000px;}
}
/* foot */
.foot-dtail{
    width: 100%;
    background: url('../images/wine/bg.png') center;
    background-size: cover;
    height: 632px;
    padding-top:1px
}
.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: 570px;
    height: 370px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px #D7E5EF;
}
.item-black{
    width: 100%;
    height:370px;
    display: none;
    background-color: rgba(20, 136, 231, 0.9);
    position: relative;
    bottom: 386px;
    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 dl{
  color:#fff;
  padding:26px 26px 0 26px;
}
.item-black dl dt{
  font-weight: bold;
  font-size:16px;
}
.item-black dl dd{
  font-size:14px;
  line-height: 22px;
}
.item-black dl dd span{
  font-weight: bold;
}
.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-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: 26px;
}
.item-detail dt{
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin-bottom:6px;
}
.item-detail dd{
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.item-detail p{
  margin-top:29px;
  font-size: 14px;
  color: #666;
}
.item-detail span{
  font-weight: bold;
  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-between;
    align-items: center;
}
.item-pic{
    width: 570px;
    height: 201px;
    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;
}
.box-con {
    display: flex;
    justify-content: space-between;
    margin-bottom:91px;
  }
  .box {
    width: 570px;
    height: 270px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px #D7E5EF;
    border-top: 10px solid #2486EF;
    text-align: center;
  }
  .box:nth-child(2) {
    border-top: 10px solid #3779FE;
  }
  .box img{
    width: 150px;
    margin:43px 0 21px 0;
  }
  .box dt {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
  }
  .box dd {
    font-size: 14px;
    color: #666;
    margin:10px 0 31px 0;
  }
  .box p {
    display: flex;
    justify-content: center;
  }
  .box a {
    width: 121px;
  }