.product-banner{
    position: relative;
    background-color: #f5f5f5;
}
.productBanner{
    background-position:center;
    background-size:cover;
    background-color: #f5f5f5;
}
.product-banner .banner-text{
    width:1200px;
    letter-spacing: 2px;
    position: absolute;
    left:0;
    top:90px;
    right:0;
    margin:0 auto;
    padding-left: 3%;
    box-sizing: border-box;
}
.product-banner .bannerText1{
    margin-bottom: 20px;
    color:#3eaceb;
    transform: none;
    transform-origin: 100% 100%;
    transition: all 1.5s ease-out;
}
.product-banner .banner_text1{
    transform: none;
}
.product-banner .bannerText2{
    color:#252525;
    transform: none;
    transform-origin: 100% 100%;
    transition: all 1.5s ease-out .5s;
}
.product-banner .banner_text2{
    transform: none;
}
.banner-text .linkBox{
    margin-top: 50px;
    overflow: hidden;
}
.linkBox .linkBtn{
    float: left;
    border:1px solid #1890ff;
    width:118px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.linkBox .linkBtn1{
    background-color: #1890ff;
    color:white;
    margin-right: 30px;
}
.linkBox .linkBtn2{
    background-color: white;
    color:#1890ff;
}
.productBanner .rightImg{
    float: right;
}
.product-solve{
    width:100%;
}
.product-solve .solve{
    width:1200px;
    margin:0 auto;
    padding-bottom: 40px;
}
.solve .solveList{
    width:100%;
    margin:0 auto;
    overflow: hidden;
}
.solveList .solveItem{
    width:calc(16.66% - 10px);
    margin:0 5px;
    float: left;
    padding-top: 20px;
}
.solveItem .itemImg{
    width:60%;
    margin:0 auto;
    position: relative;
}
.solveItem:hover .itemImg{
    transform: scale(1.1);
}
.solveItem .itemImg img{
    width:100%;
}
.solveItem .itemImg p{
    font-size: 26px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.solveItem .itemText{
    font-size: 18px;
    line-height: 30px;
    color:#262626;
    text-align: center;
    margin:15px 0 30px;
}
.solve .solve-text{
    font-size: 16px;
    line-height: 26px;
    color:#595959;
    text-align: justify;
    width:100%;
    text-indent: 32px;
}
.product-production{
    width:100%;
    background-color: #f5f5f5;
}
.product-production .production{
    width:1200px;
    margin:0 auto;
    padding-bottom: 10px;
}
.production .productionImg{
    width:92%;
    margin:0 auto;
}
.product-synergy{
    width:100%;
    background-color: #fff;
}
.product-synergy .synergy{
    width:1300px;
    margin:0 auto;
}
.product-synergy .synergyList{
    width:100%;
    overflow: hidden;
}
.synergyList .synergyItem{
    width:calc(50% - 110px);
    margin:0 55px;
    float: left;
    padding-bottom: 20px;
}
.synergyItem .itemImg{
    width:100%;
    overflow: hidden;
}
.synergyItem .itemImg img{
    width:100%;
}
.synergyItem .itemImg:hover img{
    transform: scale(1.05);
}
.synergyItem .itemTitle{
    font-size: 22px;
    line-height: 40px;
    color:#262626;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.synergyItem .textList{
    width:100%;
    height:calc(26px * 5);
    overflow: hidden;
}
.textList .textItem{
    color:#3eaceb;
    overflow: hidden;
}
.textList .textItem span{
    color:#3eaceb;
    float: left;
    font-size: 26px;
    line-height: 26px;
    width:15px;
}
.textList .textItem p{
    color:#595959;
    float: left;
    font-size: 16px;
    line-height: 26px;
    width:calc(100% - 15px);
}
.product-cost{
    width:100%;
    background-color: #f5f5f5;
}
.product-cost .cost{
    width:1200px;
    margin:0 auto;
    padding-bottom: 100px;
}
.cost .costList{
    width:100%;
    padding-bottom: 50px;
}
.cost .costList:after{
    content: "";
    display: block;
    clear: both;
}
.product-cost .cost .costList-year2{
    padding-bottom: 0;
}
.product-cost .cost .costList-service2{
    padding-bottom: 0;
}
.costList .costItem{
    float: left;
    margin:0 5px;
    border-top: 4px solid #3eaceb;
    background-color: #fff;
    box-shadow: 0 0 5px #d9d9d9;
    padding:26px 0 40px;
}
.costList .costItem:hover{
    box-shadow: 0 0 8px #6d6d6d;
}
.costList-year1 .costItem{
    width:calc(33.33% - 10px);
}
.costList-year2 .costItem{
    width:calc(25% - 10px);
}
.costList-service1 .costItem{
    width:calc(33.33% - 10px);
}
.costList-service2 .costItem{
    width:calc(33.33% - 10px);
}
.costItem .item-title{
    font-size: 22px;
    line-height: 60px;
    color:#262626;
    text-align: center;
}
.costItem .item-price{
    font-size: 50px;
    line-height: 68px;
    color:#3eaceb;
    text-align: center;
}
.item-price span{
    font-size: 22px;
    line-height: 22px;
    margin-top: 50px;
    letter-spacing: 2px;
}
.costItem .item-text{
    font-size: 16px;
    line-height: 26px;
    color:#595959;
    width:90%;
    margin:20px auto 0;
    text-align: justify;
}
.cost .remark{
    width:100%;
    font-size: 14px;
    line-height: 26px;
    color:#565656;
    margin-top: 30px;
}
@media screen and (max-width: 1350px){
    .product-synergy .synergy{
        width:92%;
    }
    .synergyList .synergyItem{
        width:calc(50% - 60px);
        margin:0 30px;
    }
}
@media screen and (max-width: 1250px){
    .product-banner .banner-text{
        width:90%;
        left:0;
        top:90px;
    }
    .product-solve .solve{
        width:90%;
    }
    .product-production .production{
        width:90%;
    }
    .product-cost .cost{
        width:94%;
    }
    .costItem .item-price{
        font-size: 46px;
    }
}
@media screen and (max-width: 1100px){
    .product-banner .banner-text{
        left:30px;
    }
    .product-cost .cost{
        width:96%;
    }
    .costItem .item-title{
        line-height: 50px;
    }
    .costItem .item-price{
        font-size: 38px;
        line-height: 80px;
    }
}
@media screen and (max-width: 950px){
    .productBanner{
        background-position:80% center;
    }
    .product-banner .banner-text{
        letter-spacing: 2px;
        position: initial;
        left:0;
        top:0;
        padding: 20px 0 50px;
        text-align: center;
        width:100%;
    }
    .banner-text .linkBox{
        width:270px;
        margin:30px auto 0;
    }
    .product-cost .cost{
        width:98%;
    }
    .costItem .item-title{
        font-size: 20px;
        line-height: 26px;
    }
    .costItem .item-price{
        font-size: 30px;
        line-height: 60px;
    }
    .item-price span{
        font-size: 16px;
        line-height: 16px;
        margin-top: 40px;
        letter-spacing: 1px;
    }
    .costItem .item-text{
        font-size: 14px;
        line-height: 20px;
        width:92%;
    }
}
@media screen and (max-width: 800px){
    .solveItem .itemText{
        font-size: 16px;
        line-height: 22px;
        margin:5px 0 10px;
    }
    .synergyList .synergyItem{
        width:calc(50% - 40px);
        margin:0 20px;
    }
    .product-cost .cost{
        padding-bottom: 80px;
    }
    .cost .costList{
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 766px){

}
@media screen and (max-width: 500px){
    .product-banner .banner-text{
        letter-spacing: 2px;
        position: initial;
        left:0;
        top:0;
        padding: 5px 0 15px;
        text-align: center;
        width:100%;
    }
    .product-banner .bannerText1{
        margin-bottom: 0;
    }
    .banner-text .linkBox{
        width:160px;
        margin:5px auto 0;
    }
    .banner-text .linkBtn{
        float: left;
        border:1px solid #1890ff;
        width:118px;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
    }
    .linkBox .linkBtn{
        width: 68px;
        font-size: 12px;
        line-height: 20px;
    }
    .linkBox .linkBtn1{
        margin-right: 20px;
    }
    .product-solve .solve{
        width:92%;
        padding-bottom: 20px;
    }
    .solveList .solveItem{
        width:calc(33.33% - 10px);
        margin:0 5px;
        padding-top: 0;
    }
    .solveItem .itemImg{
        width:68%;
    }
    .solveItem:hover .itemImg{
        transform: none;
    }
    .solveItem .itemImg p {
        font-size: 20px;
    }
    .solveItem .itemText{
        font-size: 14px;
        line-height: 20px;
    }
    .solve .solve-text{
        font-size: 14px;
        line-height: 18px;
        text-indent: 28px;
    }
    .product-production .production{
        width:92%;
    }
    .production .productionImg{
        width:100%;
    }
    .synergyList .synergyItem{
        width:100%;
        margin:0;
    }
    .synergyItem .itemTitle{
        font-size: 14px;
        line-height: 26px;
        margin-top: 2px;
    }
    .synergyItem .textList{
        height:auto;
    }
    .textList .textItem span{
        font-size: 18px;
        line-height: 18px;
        width:10px;
    }
    .textList .textItem p{
        font-size: 12px;
        line-height: 18px;
        width:calc(100% - 10px);
    }
    .product-cost .cost {
        width: 92%;
    }
    .cost .costList {
        padding-bottom: 20px;
    }
    .costList .costItem{
        float: none;
        width:100%;
        margin:0 0 10px;
        padding: 10px 0 15px;
    }
    .costItem .item-title{
        font-size: 16px;
        line-height: 26px;
    }
    .costItem .item-price{
        font-size: 22px;
        line-height: 32px;
    }
    .costItem .item-text{
        font-size: 14px;
        line-height: 22px;
	margin: 5px auto;
    }
}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 320px){

}