.body{max-width: 1920px;}
.banner{position: relative;}
.banner .banner-bg img{max-width: 100%;height: auto;z-index: -999px;}
.banner .banner-bgred {max-width: 100%;height: auto;position: absolute;bottom: 0;left: 0;transform: translateY(50%);}
.banner .banner-bgred img{max-width: 100%; height: auto;}
.banner .txtbox-2{width: 710px; color: aliceblue; position: absolute;bottom: 0;left: 38%;transform: translateY(50%);border-left: 4px solid white;padding-left: 20px;}
.banner .txtbox-1{width: 510px; color: red; position: absolute;top: 8.2%;left: 34%;}
.banner .txtbox-1 h1{font-size: 42px; font-weight: bold;}
.banner .txtbox-1 p{font-size: 24px;font-weight: lighter;color: red;}



/* ---------粉碎过程---------- */



/* Process Section */
.working-process-section {
    position: relative;
    padding: 120px 0 90px;
}

.working-process-section .auto-container {
    max-width: 1470px;
}

.working-process-section .background-icon {
    position: absolute;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
}

.working-process-section .top-content .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    
}
.working-process-section .top-content .titlezzz{
    font-size: 36px;
    font-weight: bold;
    margin-top: 50px;
}

.working-process-section .wrapper-box {
    position: relative;
    padding-top: 50px;
}

.working-process-section .wrapper-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url(../img/shape-5.png);
    background-repeat: no-repeat;
    background-position: center;
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 60px 0;
    transition: .7s;
}

.process-block .inner-box:hover {
    transform: translateY(10px);
}

.process-block .count {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-top: 18px;
}

.process-block .content {
    position: relative;
    max-width: 250px;
    border-radius: 50%;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    background-color: #fff;
    margin: 0 auto;
    min-height: 250px;
}


/*  */

.process-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
    margin-bottom: 10px;
}
  
.process-block .text {
    position: relative;
    margin-bottom: 0;
}

.process-block:nth-child(2) {
    margin-top: 45px;
}

@media only screen and (min-width:768px) {
    .process-block:nth-child(2) .count {
        top: auto;
        bottom: 0;
        padding-top: 70px;
    } 
}

.process-block.active .content {
    background-color: #24a78d;
}

.process-block.active .content:before {
    border: 9px solid rgb(255 255 255 / 0.20);
}

.process-block.active h4 {
    color: #fff;
}

.process-block.active .text {
    color: #fff;
}

.process-block.active .count {
    background: #fff;
    color: #222;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}




/* ------------------------ */

.fsjprod-1{
    background: url(../img/bg/prd-bg/slxingcaibg-1.jpg) no-repeat center;
    background-size: cover;
}
.pimg-1{
    margin-left: -100px;
}
.fsjprod-1 .txt{
    margin-left: -40px;
    margin-top: 64px;
    color: white;
}

.fsjprod-1 .txt h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 26px;
}
.fsjprod-1 .txt p{
    width: 420px;
    line-height: 22px;
}


/* ------------------------------- */

.prod-show{
    padding-bottom: 30px;
}
.item-img{
    width: 100%;
    height: 284px;
    display: flex;
	justify-content: center;
	align-items: center;
    border: 1px solid #cfcfcf;

    margin-top: 40px;
 
}
.item-img img{max-width: 100%;height: auto;}



.prod-show a{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: red;
    margin-top: 2px;
}
.prod-show-2 a{
    background-color: #054b7c;
}
.prod-show a:hover{
    color: yellow;
}


/* --------------------------------- */


.fsjprod-2{
    background: url(../img/bg/prd-bg/slxingcaibg-2.jpg) no-repeat center;
}
.pimg-2{
    margin-left: -40px;
}
.fsjprod-2 .txt{
    margin-left: -40px;
    margin-top: 64px;
    color: white;
}

.fsjprod-2 .txt h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 26px;
}
.fsjprod-2 .txt p{
    width: 420px;
    line-height: 22px;
}


/* ----------------------------------------- */
.fsjprod-3{
    background: url(../img/fsj/bg-3.png) no-repeat center;
    background-size: cover;
}
.pimg-3{
    margin-left: -140px;
}
.fsjprod-3 .txt{
    margin-left: 5px;
    margin-top: 64px;
    color: white;
}

.fsjprod-3 .txt h2{
    color: red;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 26px;
}
.fsjprod-3 .txt p{
    color: #979797;
    width: 520px;
    line-height: 22px;
}

/* ------------------------ */
.company{
    padding-bottom: 45px;
}
.company .leftbox{
    height: 260px;
    background-color: #054b7c;
}
.company .leftbox .companyimg,.companydes{
    float: left;
}

.company .leftbox img{
    margin-left: 45px;
    margin-top: 58px;
}

.company .leftbox .companydes{
    font-size: 16px;
    text-indent: -2.5em;
    margin-top: 42px;
    width: 320px;
    margin-left: 30px;
    padding-left: 70px;
    padding-top: 10px;
    border-left: 2px solid white;
    color: white;
}


.company .rightbox{
    height: 260px;
    background:url(../img/fsj/company.png);
}