
.menuleft {
    width: 100px;
    height: 28px;
    /*background: url(../images/menuleft.png) no-repeat;*/
    position: absolute;
    left: 40px;
    top: 22px;
    font-size: 20px;
    color: #252525;
    line-height: 28px;
    padding-left: 40px
}

.menu {
    padding: 0 50px;
    height: 30px;
    line-height: 30px;
    color: #727272;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 16px;
    margin-bottom: 23px;
    cursor: pointer;
}
.category-menu{
    padding: 5px 50px;
    height: 30px;
    line-height: 30px;
    color: #727272;
    font-size: 16px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 23px;
    cursor: pointer;
}

.allmenu {
    position: absolute;
    top: 21px;
    left: 172px;
}

.menuchecked {
    background: #e5322d;
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 0px 8px 10px #bdd9f7
}

.menulist {
    width: 1050px;
    height: 100px;
    position: absolute;
    top: 21px;
    left: 320px;
}

.menuright {
    width: 56px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 23px;
    padding-left: 24px;
    border-left: solid 1px #e5322d;
}

.righticon {
    transform: rotate(0deg);
    transition: all .1s linear;
    cursor: pointer;
}

.casetop {
  
   padding-top: 300px;
    background: url(../images/szcp_banner.webp) no-repeat;
    color: #fff;
    text-align: center;
}
.casetop .location{
    padding: 15px 20px;
    text-align: left;
    color: #636363;
    width: 1452px;
    margin: auto;
    font-size: 16px;
}
.casemenu {
    width: 1452px;
   
    background: #fff;
   margin: auto;
   
    border-radius: 5px;
    overflow: hidden;
    transition: all .1s linear;
}



.typeline {
    position: relative;
    margin-left: 55px;
}

.typeline .menu {
    margin-right: 50px;
}

.menulist .menu:hover{
    color:#fff;
    background:#e5322d;
    border-radius: 8px;
}
.queryline {
    padding-top: 25px;
}

.queryline #namesearch {
    width: 80%;
    padding-left: 30px;
    height: 40px;
    line-height: 54px;
    border: 1px solid #e5322d;
    font-size: 18px;
    border-radius: 30px;
}

.searchbutton {
    width: 80px;
    height: 34px;
    position: absolute;
    right: 150px;
    top: 29px;
    border-radius: 30px;
    background: url(../images/search.png) no-repeat #e5322d;
    background-size: 20px;
    background-position: 31px 8px;
    border:none;
}

.tipline {
    margin-top: -5px;
    margin-bottom: 5px;
}

.cetip {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 7px;
    margin-left: 18px;
    border-radius: 17px;
    background: #e5322d;
    color: #fff;
}

.caselist {
    width: 1360px;
    margin: -25px auto 0;
    overflow: hidden;
}

.caselist .caseentity {
    width: 320px;
    height: 400px;
    margin: 0 10px 35px 10px;
    background: #fff;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 3px 3px #ddd;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp;
    transition: all .3s linear;
}

.caseentity:hover {
    box-shadow: 0px 3px 12px #888;
}

.ceimg img {
    width: 100%;
    /*height: 180px;*/
}



.solutionmid {
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%;
    min-height: 500px;
    top: 120px;
    padding-bottom: 220px;
}

.solutionlist {
    width: 1290px;
    margin: -25px auto 0;
    padding-top: 20px;
    overflow: hidden;
}

.solutionlist .solutionentity {
    width: 300px;
    height: 340px;
    margin: 0 10px 35px 10px;
    background: #fff;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 3px 3px #ddd;
    position: relative;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp;
    transition: all .3s linear;
}

.solutionlist .solutionentity.hot::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 48px;
    top: -20px;
    right: -15px;
    background: url(../images/hot.png);
    background-size: 40px;
}

.solutionentity:hover {
    box-shadow: 0px 3px 12px #888;
}

.seimg img {
    width: 300px;
    height: 170px;
}

.setittle {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    color: #181818;
    margin-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 260px;
}

.setext {
    font-size: 14px;
    color: #525252;
    margin-left: 18px;
    width: 265px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chemore {
    width: 266px;
    position: absolute;
    bottom: 0;
    height: 60px;
    font-size: 16px;
    color: #e5322d;
    left: 16px;
    border-top: solid 1px #ebebeb;
    line-height: 60px;
    background: url(../images/checkmore.png) no-repeat;
    background-position: 80px 25px;
    transition: all 0.8s;

}
.caseentity:hover .chemore{
    left: 80px;
}

.brandsnmain {
    width: 1920px;
    background: #f6f5f5;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.brandstop {
    width: 1920px;
    height: 300px;
    background: url(../images/top.png) no-repeat;
    color: #fff;
    text-align: center;
}

.brandstittle {
    width: 1200px;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    color: #181818;
    margin: 0 auto;
    padding-top: 110px;
    text-align: center;
}

.brandslist {
    margin: 0 0 120px 0
}

.brandline {
    width: 1920px;
    height: 626px;
    position: relative;
}

.brandimg {
    width: 626px;
    height: 626px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.brandimg img {
    transition: all .5s;
}

.brandimg:hover img {
    transform: scale(1.1);
}

.brandinfo {
    width: 626px;
    height: 626px;
    position: absolute;
    top: 0;
}

.brandline:nth-child(odd) .brandimg {
    left: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(even) .brandimg {
    right: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(odd) .brandinfo {
    right: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(even) .brandinfo {
    left: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandicon {
    width: 620px;
    height: 120px;
    margin-top: 140px;
    text-align: center;
}

.brandicon img {
    width: 210px;
    height: 120px;
}

.brandtittle {
    width: 620px;
    height: 40px;
    text-align: center;
    color: #414141;
    font-size: 23px;
    margin-top: 20px;
    font-family: STKaiti
}

.brandtext {
    width: 410px;
    padding: 0 120px;
    height: 40px;
    text-align: center;
    color: #696868;
    font-size: 14px;
    margin-top: 30px;
}

.brandsub {
    width: 130px;
    height: 40px;
    margin: 85px auto;
    background: url(../images/sub.png) #f6f5f5;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #e5322d;
    border-radius: 5px;
    transition: all .5s;
    cursor: pointer;
}

.brandsub:hover {
    background: url(../images/sub.png) #e5322d;
    color: #fff;
    box-shadow: 0 10px 25px rgba(21, 119, 228, 0.4);
}

.pagination{display: block;width: 100%;text-align: center;}
.pagination li{display: inline-block;padding: 10px 20px;background: #ddd;color: #000;margin-right: 5px;}
.pagination li a,.pagination li span{color:#000;}
.pagination li.active{background: #e5322d;}
.pagination li.active span{color:#fff;}