* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: PingFangTC-Regular, sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

/*标题通用 start*/
.title-h1 {
    font-size: 28px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.black {
    color: #2c2c2c;
}
.title-h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
}
.white {
    color: #fff;
}

.title-inner {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 800;
}


/*标题通用 end*/



/* banner start  558px*/
.banner>ul {
    padding: 0;
}

.banner li{
    height: 558px;
    width: 100%;
    /*background: url("../images/banner newest.png") no-repeat center;*/
    position: relative;
}

.banner-inner {
    width: 550px;
    height: 270px;
    /*background-color: #fff;*/
    position: absolute;
}

.banner-inner1 {
    top: 25%;
    left: 14%;
}

.banner-inner2 {
    top: 25%;
    right: 14%;
}

.banner-inner h1,
.banner-inner p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: PingFangSC-Regular, sans-serif;
}

.banner-inner a {
    display: block;
    width: 140px;
    height: 50px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 60px;
}

.banner-inner a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-inner p {
    margin: 40px 0;
    font-size: 14px;
    line-height: 24px;
}

/* banner end*/

/* 案例列表 start*/
.case {
    /*background: url(../images/customerCase-bgi.png) center;*/
    position: relative;
}

.case-content {
    /* width: 62.5%; */
    width: 1200px;
    /* height: 800px;*/
    margin: 0 auto 80px;
    background-color: #fff;
}

.case-top {
    padding-bottom: 70px;
    width: 62.5%;
    margin: 0 auto;
    background-color: #fff;
}

.case-content li {
    height: 214px;
    margin-bottom: 36px;
    background-color: #f8f8f8;
}

.case-left {
    width: 365px;
    height: 100%;
 /*   background-color: red;*/
    float: left;
}

.case-left img {
    width: 365px;
    height: 214px;
}

.case-middle {
    float: left;
    margin-left: 30px;
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.case-middle-top {

}

.case-middle-top span {
    float: right;
    line-height: 60px;
    margin-right: 6px;
    font-size: 14px;
    color: #cbcbcb;
}

.case-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    font-family: "Microsoft YaHei";
    color: #2c2c2c;
    margin-top: 0;
    float: left;
}

.case-desc {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #838383;
}

.case-right {
    width: 7%;
    height: 100%;
  /*  background-color: yellow;*/
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-right-inner {
    height: 50%;
    width: 100%;
    border-left: solid 1px #ededed;
    background: url("../images/customerCase-common.png") no-repeat center;
}


.case-content li:hover .case-middle{
    margin-left: 4%;
}

.case-content li:hover .case-right-inner-active{
    display: block;
}

.case-content li:hover .case-right-inner{
    display: none;
}

.case-right-inner-active {
    height: 50%;
    width: 100%;
    border-left: solid 1px #ededed;
    background: url("../images/customerCase-active.png") no-repeat center;
    display: none;
}
/*
.case-right-inner:hover {
    background: url("../images/customerCase-active.png") no-repeat center;
}
*/

/* 案例列表 end*/

