/*Find Out the Right Storage Solution*/
.storageSolution {
    position: relative;
}

.storageSolution .conFixed {
    width: 100%;
    background: #fff;
}

.storageSolution .conFixed.current {
    position: fixed;
    top: -500px;
    left: 0;
}

.storageSolution .conFixed>.cistern {
    padding-bottom: 0;
}

.storageSolution .btnBox>.cistern {
    height: 100%;
    padding-top: 13px;
    padding-bottom: 0;
}

.storageSolution .box>.cistern {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0;
}

.storageSolution .moreBtn {
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.storageSolution .moreBtn div {
    display: inline-block;
    cursor: pointer;
}

.storageSolution .moreBtn p {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 70px 0 0 0;
    text-align: center;
}

.storageSolution .moreBtn p:hover i {
    color: #c7000b;
}

.storageSolution .moreBtn:hover span .iconfont {
    color: #666;
}

.storageSolution .moreBtn p i {
    font-size: 48px;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -24px;
}

.storageSolution .con {
    position: relative;
    overflow: hidden;
    height: 600px;
    background: #333;
}


.storageSolution .con ul {
    position: relative;
    width: 100%;
}

.storageSolution .con ul li {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.storageSolution .con ul li .pic .leftImg {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
}

.storageSolution .con ul li:hover .pic .leftImg {
    transform: scale(1.1);
}

.storageSolution .con ul li.current {
    z-index: 2;
    opacity: 1;
}

.storageSolution .con ul li .pic {
    height: 500px;
    background: #333;
}

.storageSolution .con ul li .pic .leftImg {
    overflow: hidden;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.storageSolution .con ul li .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.storageSolution .con ul li .box .text {
    position: relative;
    height: 100%;
    margin-left: 50%;
    padding: 40px 0 40px 40px;
    color: #fff;
    background: #333;
}
.LANG-sa .storageSolution .con ul li .box .text {
    margin-left: 0;
    margin-right: 50%;
    padding: 40px 40px 40px 0;
}

.storageSolution .con ul li .box .text .number {
    font-size: 20px;
    padding-left: 65px;
    color: #999;
}
.LANG-sa .storageSolution .con ul li .box .text .number {
    padding-left: 0;
    padding-right: 65px;
}
.LANG-en .storageSolution .con ul li .box .text .number {
    font-family: LT_Medium, Arial;
}

.storageSolution .con ul li .box .text .number span {
    line-height: 1;
    position: relative;
    padding-right: 4px;
    color: #fff;
}
.LANG-sa .storageSolution .con ul li .box .text .number span {
    padding-right: 0;
    padding-left: 4px;
}

.storageSolution .con ul li .box .text .number span:after {
    position: absolute;
    top: 3px;
    right: -4px;
    width: 2px;
    height: 16px;
    content: '';
    transform: rotate(20deg);
    background: #999;
}


.LANG-sa .storageSolution .con ul li .box .text .number span:after {
    left: -4px;    right: auto;
}

.LANG-cn .storageSolution .con ul li .box .text .number span:after {
    right: -3px;
}

.LANG-en .storageSolution .con ul li .box .text .number span:after {
    right: -4px;
}

.storageSolution .con ul li .box .text .number em {
    font-style: normal;
    line-height: 1;
    margin-left: 9px;
    color: #999;
}

.LANG-sa .storageSolution .con ul li .box .text .number em {
    margin-left: 0;
    margin-right: 9px;
}

.storageSolution .con ul li .box .text .textBox {
    height: 100%;
}

.storageSolution .con ul li .box .text .textMiddle {
    display: inline-block;
    width: 97%;
    padding: 10px 0;
    vertical-align: middle;
}

/* .storageSolution .con ul li .box .text .textMiddle.one {
    padding-top: 20px;
} */

.storageSolution .con ul li .box .text h3,
.storageSolution .con ul li .box .text .storageSolution-h3 {
    font-size: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.55;
}

.storageSolution .con ul li .box .text span.remarks {
    font-size: 24px;
    display: block;
    padding-top: 10px;
    text-align: right;
    color: #999;
}

.storageSolution .con ul li .box .text .introduction {
    position: relative;
    padding-top: 18px;
}

.storageSolution .con ul li .box .text .txtbox {
    overflow: hidden;
}

.storageSolution .con ul li .box .text p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ccc;
    line-height: 1.57;
}

.storageSolution .con .btnBox {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.storageSolution .con .btnBox .btn {
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 100%;
    margin-left: 50%;
    padding: 40px 0 40px 40px;
}
.LANG-sa .storageSolution .con .btnBox .btn {
    margin-left: 0;
    margin-right: 50%;
    padding: 40px 40px 40px 0;
}

.storageSolution .con .btnBox .btn span {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-repeat: no-repeat;
}
/* .LANG-sa .storageSolution .con .btnBox .btn span {
 float: right;
} */

.storageSolution .con .btnBox .btn span.prev {
    margin: 0 118px 0 0;
}
 .LANG-sa .storageSolution .con .btnBox .btn span.prev {
    margin: 0 0 0 0;
}
.LANG-sa .storageSolution .con .btnBox .btn span.next {
    margin: 0 118px 0 0;
}

.storageSolution .con .btnBox .btn .iconfont {
    font-size: 36px;
    color: #999;
}

.storageSolution .con .btnBox .btn .prev:hover .iconfont {
    color: #fff;
}

.storageSolution .con .btnBox .btn .next:hover .iconfont {
    color: #fff;
}

.storageSolution .con .point {
    display: none;
}

@media (max-width:1600px) {
    .storageSolution .con ul li .box .text h3,
    .storageSolution .con ul li .box .text .storageSolution-h3 {
        font-size: 26px;
    }

    .storageSolution .con ul li .box .text span.remarks {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .storageSolution .con ul li .box .text h3,
    .storageSolution .con ul li .box .text .storageSolution-h3 {
        font-size: 24px;
    }
}

@media (max-width:920px) {
    .storageSolution .con ul li .box .text h3,
    .storageSolution .con ul li .box .text .storageSolution-h3 {
        font-size: 22px;
    }

    .storageSolution .con ul li .box .text p {
        font-size: 16px;
    }

    .storageSolution .con ul li .pic {
        height: 500px;
    }

    .storageSolution .con ul li .pic .leftImg {
        width: 50%;
    }

    .storageSolution .con .btnBox .btn,
    .storageSolution .con ul li .box .text {
        margin-left: 50%;
        padding: 40px 0 40px 40px;
    }
}

@media (max-width:750px) {
    .storageSolution .con ul li {
        z-index: 1;
        left: 0;
        -webkit-transition: 0s;
        transition: 0s;
        opacity: 1;
    }

    .storageSolution .con ul li.current {
        z-index: 2;
        -webkit-transition: 0s;
        transition: 0s;
        opacity: 1;
    }

    .storageSolution .con ul li .pic .leftImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-size: 100%;
    }

    .storageSolution .con ul li:hover .pic .leftImg {
        transform: scale(1);
    }

    .storageSolution .con ul li .pic {
        position: relative;
        overflow: hidden;
        height: auto;
    }

    .storageSolution .con ul li .pic:after {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 56%;
        content: '';
    }

    .storageSolution .con ul li .box .text {
        margin-left: 0;
    }

    .LANG-sa .storageSolution .con ul li .box .text {
        margin-right: 0;
        padding: 15px 5px 30px 5px;
    }

    .storageSolution .con ul li .box {
        position: static;
        background: #333;
    }

    .storageSolution .con ul li .box .cistern {}

    .storageSolution .con ul li .box .text .number {
        display: none;
    }

    .storageSolution .con ul li .box .text span.remarks {
            font-size: 14px;
        color: #fff;
    }

    .storageSolution .con .btnBox .btn {
        display: none;
    }

    .storageSolution .con ul li .box .text p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .storageSolution .con ul li .box .text .textMiddle {
        width: 100%;
        padding: 0;
    }

    .storageSolution .con ul li .box .text h3,
    .storageSolution .con ul li .box .text .storageSolution-h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }


    .storageSolution .con .point {
        position: absolute;
        z-index: 3;
        bottom: 5px;
        left: 50%;
        display: block;
        margin-left: -20px;
    }

    .storageSolution .con .point span {
        display: block;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border-radius: 10px;
        background: #666;
    }

    .storageSolution .con .point span.current {
        background: #999;
    }

    .storageSolution .con .btnBox .btn,
    .storageSolution .con ul li .box .text {
        padding: 15px 5px 30px 5px;
    }
    .storageSolution .moreBtn p {
        font-size: 14px;
        line-height: 1.57;
        color: #666;
        margin: 40px 0 20px 0;
    }
    .storageSolution .moreBtn p i {
        font-size: 30px;
        top: -35px;
        left: 50%;
        margin-left: -15px;
    }
    
}

.moreStorageSolutions {
    position: relative;
    z-index: 4;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
}

.moreStorageSolutions .cistern.solutionsCol1 {
    position: relative;
    overflow: hidden;
    max-width: 1340px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.moreStorageSolutions .cistern.solutionsCol1 .con {
    padding-top: 70px;
    padding-bottom: 20px;
}

.moreStorageSolutions .cistern .boxBtn {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    display: inline-block;
    display: none;
    width: 48px;
    height: 52px;
    margin-left: -26px;
    cursor: pointer;
}

.moreStorageSolutions .cistern .boxBtn.absolute {
    position: absolute;
}

.moreStorageSolutions .cistern .boxBtn .iconfont {
    font-size: 48px;
    color: #999;
}

.moreStorageSolutions .cistern .boxBtn .iconfont:hover {
    color: #c7000b;
}

.moreStorageSolutions ul li .box .pic img {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
}

.moreStorageSolutions ul li .box:hover .pic img {
    transform: scale(1.1);
}

.moreStorageSolutions .solutionsCol1 .con ul li:nth-child(1) .box {
    padding-top: 0;
}

.moreStorageSolutions .solutionsCol1 .con ul li:nth-last-child(1) .box {
    border-bottom: none;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box {
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
    float: left;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
    float: right;
    padding: 0 0 0 50px;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
    float: right;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
    float: left;
    padding: 0 50px 0 0;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic {
    width: 33.33%;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic .imgBox:after {
    padding-top: 74%;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text {
    width: 66.66%;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3,
.moreStorageSolutions .solutionsCol1 .con ul li .box .text .storageSolution-more-h3 {
    font-size: 30px;
    line-height: 1.55;
    overflow: hidden;
    color: #666;
}

.LANG-en .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3,
.LANG-en .moreStorageSolutions .solutionsCol1 .con ul li .box .text .storageSolution-more-h3 {
    font-family: LT_Medium, Arial;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .txtbox {
    overflow: hidden;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text p {
    font-size: 16px;
    line-height: 1.375;
    padding-top: 20px;
    color: #999;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light {
    padding-top: 10px;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 12px;
    padding-left: 18px;
    text-decoration: underline;
    color: #999;
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 6px;
    background: #b3b3b3;
}

.moreStorageSolutions .cistern.solutionsCol2 {
    max-width: 1380px;
    padding-top: 0;
    padding-bottom: 0;
}

.moreStorageSolutions .solutionsCol2 .con {
    padding: 60px 0;
    border-bottom: 1px solid #e4e4e4;
}

.moreStorageSolutions .solutionsCol2 .con ul {
    margin: 0 -10px;
}

.moreStorageSolutions .solutionsCol2 .con ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box {
    margin: 0 10px;
    padding: 30px 20px 26px 20px;
    border: 1px solid #dbdbdb;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
    float: left;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
    float: right;
    margin-top: -7px;
    padding-left: 15px;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
    float: right;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
    float: left;
    margin-top: -7px;
    padding: 0 15px 0 0;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic {
    width: 48%;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic .imgBox:after {
    padding-top: 75%;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text {
    width: 52%;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
    font-size: 24px;
    line-height: 1.25;
    overflow: hidden;
    margin-bottom: 20px;
    color: #666;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
    overflow: hidden;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text p {
    font-size: 16px;
    line-height: 1.375;
    color: #999;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light {
    padding-top: 10px;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    padding-left: 18px;
    color: #999;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 6px;
    background: #b3b3b3;
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text a {
    margin: 20px 0 0;
}

@media (max-width:1600px) {

    .moreStorageSolutions .cistern.solutionsCol1,
    .moreStorageSolutions .cistern.solutionsCol2 {
        max-width: 1230px;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3,
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text .storageSolution-more-h3 {
        font-size: 30px;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
        padding: 0 0 0 40px;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
        padding: 0 40px 0 0;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
        font-size: 22px;
    }
}

@media (max-width:1200px) {
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3,
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text .storageSolution-more-h3 {
        font-size: 26px;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
        display: none;
    }
}

@media (max-width:920px) {
    .moreStorageSolutions .solutionsCol2 .con ul li {
        width: 100%;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
        display: block;
    }
}

@media (max-width:750px) {
    .moreStorageSolutions .cistern.solutionsCol1 .con {
        padding-top: 30px;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box {
        padding: 20px 20px 20px 20px;
    }

    

    .moreStorageSolutions .solutionsCol1 .con ul li .box .text {
        width: 100%;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .pic {
        width: 100%;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
        float: none;
        padding-left: 0;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3,
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text .storageSolution-more-h3 {
        padding-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text p {
        font-size: 14px;
        line-height: 1.57;
        padding-top: 15px;
        color: #666;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
        float: none;
        padding-right: 0;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
        float: none;
        padding: 0;
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
        float: none;
        padding: 0;
    }
    

    .moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
        float: none;
        width: 100%;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
        float: none;
        width: 100%;
        margin-top: 17px;
        padding-left: 0;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
        float: none;
        width: 100%;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
        float: none;
        width: 100%;
        margin-top: 17px;
        padding: 0;
    }

    .moreStorageSolutions .solutionsCol2 .con ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .moreStorageSolutions .btn p {
        font-size: 16px;
        color: #666;
    }

	.LANG-en .moreStorageSolutions .btn p {
		font-family: LT_Medium, Arial;
	}
	.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
		font-size: 14px;
		line-height: 1.57;
		color: #666;
		padding-top: 10px;
		margin-top: 0;
		}
	.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {    top: 18px;}
	.moreStorageSolutions .cistern .boxBtn {    bottom: 0;
		padding: 12px 9px;}
	.moreStorageSolutions .cistern .boxBtn .iconfont {    font-size: 30px;}
	.moreStorageSolutions .cistern .boxBtn.absolute {    padding: 0px 9px;
		height: 30px;}
}
