/*中间banner*/
@media only screen and (min-width: 600px) {
    .banner {
        height: 460px;
        background: url(../img/img/banner-6.jpg) no-repeat;
        background-size: cover;
        width: 100%;
    }

        .banner .bannerContent {
            width: 1200px;
            margin: 0 auto;
            text-align: left;
            padding-left: 50px;
            padding-top: 150px;
            color: #fff;
        }

            .banner .bannerContent h1 {
                font-size: 36px;
                font-weight: 600;
                margin-bottom: 25px;
                color: #fff;
            }

            .banner .bannerContent .title {
            }

                .banner .bannerContent .title p {
                    font-size: 20px;
                    line-height: 42px;
                    /*font-weight: bold;*/
                    color: #fff;
                }

            .banner .bannerContent .btnLay {
                margin-top: 40px;
            }

            .banner .bannerContent .btnzx {
                border-radius: 2px;
                /*background: linear-gradient(90deg, #f91f28, #f85e2b);*/
                line-height: 50px;
                font-size: 16px;
                width: 170px;
                height: 50px;
                display: inline-block;
                box-sizing: border-box;
                vertical-align: bottom;
                text-align: center;
                cursor: pointer;
                background: #FFFFFF;
                color: #FF1C00;
            }

            .banner .bannerContent .btnzxwx {
                border: 1px solid #FFFFFF;
                background: rgba(0,0,0,0.01) !important;
                color: #FFFFFF;
            }
}

@media (max-width: 767px) {
    .banner {
        width: 100%;
        height: 300px;
        background: url(../img/img/banner-6.jpg) no-repeat;
        background-size: cover;
    }


        .banner .bannerContent {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            padding-top: 150px;
            color: #fff;
        }

            .banner .bannerContent h1 {
                font-size: 28px;
                font-weight: 700;
                margin-bottom: 15px;
                color: #fff;
            }

            .banner .bannerContent .title {
            }

                .banner .bannerContent .title p {
                    font-size: 15px;
                    line-height: 25px;
                    /*font-weight: bold;*/
                    color: #fff;
                }

            .banner .bannerContent .btnLay {
                margin-top: 25px;
            }

            .banner .bannerContent .btnzx {
                border-radius: 2px;
                /*background: linear-gradient(90deg, #f91f28, #f85e2b);*/
                line-height: 35px;
                font-size: 14px;
                width: 100px;
                height: 35px;
                display: inline-block;
                box-sizing: border-box;
                vertical-align: bottom;
                text-align: center;
                cursor: pointer;
                background: #FFFFFF;
                color: #FF1C00;
            }

            .banner .bannerContent .btnzxwx {
                border: 1px solid #FFFFFF;
                background: rgba(0,0,0,0.01) !important;
                color: #FFFFFF;
            }
}



/* 关于我们 */
.aboutMain {
    width: 100%; 
    padding-bottom: 20px;
    
}

    .aboutMain .aboutContent {
        width: 1200px;
        margin: 0 auto;
        padding-top: 20px;
        overflow: hidden;
        text-align: left;
    }

        .aboutMain .aboutContent h2 {
            text-align: center;
        }
        .aboutMain .aboutContent .smh2 {
            text-align: center;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            color: #f95600;
        }
        


        .aboutMain .aboutContent .myCopmany {
            width: 100%;
            background: #f1f1f1;
            border-left: solid 4px #ff9900;
            /*border-bottom: solid 1px #8a8989;*/
            color: #717171;
            margin-bottom: 3px;
            font-size: 15px;
            line-height: 30px;
            font-weight: 400;
            padding: 5px;
        }

        .aboutMain .aboutContent .myCopmany1 {
            border-left: solid 4px #ff9900;
        }

        .aboutMain .aboutContent .myCopmany2 {
            border-left: solid 4px #2196f3;
        }

        .aboutMain .aboutContent .myCopmany3 {
            border-left: solid 4px #f95600;
        }

        .aboutMain .aboutContent .myCopmany4 {
            border-left: solid 4px #b6ff00;
        }

        .aboutMain .aboutContent .myCopmanyImg {
        }
        .aboutMain .aboutContent .myCopmanyImg img{
            
            width:100%;
             max-width:100%;
            max-height:250px;
            
        }
        .aboutMain .aboutContent .companyName {
            color: #f95600;
        }

        .aboutMain .aboutContent .title-but {
            text-align: center;
        }

@media (max-width:767px) {
    .aboutMain .aboutContent {
        width: 90%;
    }


        .aboutMain .aboutContent .myCopmany {
            font-size: 13px;
            line-height: 25px;
            font-weight: 300;
        }

        .aboutMain .aboutContent .myCopmanyImg img {
            width: 100%;
        }
}



/*产品介绍*/
.myAbout {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:80px;
    
}

.myAboutLayout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

    .myAboutLayout .title-barPro {
        padding: 5px 0;
    }

        .myAboutLayout .title-barPro h2 {
            text-align: center;
            margin: 0px auto 0px auto;
            width: 100%;
        }

            .myAboutLayout .title-barPro h2 .pink {
                color: pink;
            }

            .myAboutLayout .title-barPro h2 .cl1 {
                color: #f95600;
            }

            .myAboutLayout .title-barPro h2 .cl2 {
                color: #ff9900;
            }


        .myAboutLayout .title-barPro .h5 {
            text-align: center;
            margin: 0 auto;
            width: 100%;
            /*color: #f95600;*/
            color: #2196f3;
        }

    .myAboutLayout .heading-borderPro {
        width: 60px;
        height: 2px;
        background-color: #2196f3;
        margin: 0 auto 20px auto;
        display: block;
    }

    .myAboutLayout ul {
        margin: 0 auto;
        overflow: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .myAboutLayout li {
        flex: 0 0 20%;
        max-width: 20%;
        /*height: 130px;
        width: 340px;
        float: left;*/
        /*border: solid 1px #dddddd;*/
    }

        .myAboutLayout li .liLayOut {
            border: solid 1px #dddddd;
            padding: 10px;
            margin-top: 10px;
            margin-right: 10px;
             
        }


            .myAboutLayout li .liLayOut i {
                display: block;
                height: 40px;
                width: 40px;
                line-height: 40px;
                font-size: 50px;
                /*color: #ff8500;*/
                color: #fea16e;
                margin: 0 auto;
                margin-bottom: 20px;
            }

            .myAboutLayout li .liLayOut h5 {
                /*color: #ff8500;*/
                text-transform: none;
                font-weight: bold;
                text-align: center;
                font-size: 16px;
                line-height: 30px;
                color: #64707b;
            }



        .myAboutLayout li .leftImg {
            width: 90px;
            margin-right: 20px;
            /*float: left;*/
        }

        .myAboutLayout li .rightText {
            /*width: 200px;*/
            /*float: left;*/
        }

            .myAboutLayout li .rightText .prTitle {
                font-size: 15px;
                font-weight: 500;
                /*color: #2196f3;*/
                /*color: #7d390a;*/
                color: #f95600;
                width: 100%;
                height: 30px;
                line-height: 30px;
                letter-spacing: 1.5px;
                overflow: hidden;
            }

            .myAboutLayout li .rightText .proContet {
                width: 100%;
                color: #64707b;
                font-size: 13px;
            }

                .myAboutLayout li .rightText .proContet a {
                    color: #64707b;
                }

            .myAboutLayout li .rightText .proDetails a {
                display: block;
                float: right;
                width: 50px;
                height: 22px;
                line-height: 22px;
                text-align: center;
                color: #fff;
                /*background: #2196f3;*/
                background: #f95600;
                margin-top: 5px;
                margin-right: 10px;
                font-size: 12px;
            }

                .myAboutLayout li .rightText .proDetails a:first-child {
                    /*background: #f95600;*/
                    background: #8a8989;
                    /*background: #2196f3;*/
                }

@media screen and (max-width:640px) {
    
    .myAboutLayout {
        width: 98%;
    }

        .myAboutLayout li {
            /*margin-left: 20px;*/
            flex: 0 0 50%;
            max-width: 50%;
            margin: 0 auto;
        }
}




/*product*/
#product {
    padding-bottom: 10px;
    margin-top: 80px;
}

.productMain {
    text-align: center;
   
    margin: 0 auto;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    text-align: left;
}

    .productMain .productContent {
        display: flex;
        flex-wrap: wrap;
        /*margin-left: -15px;
        margin-right: -15px;*/
        /*box-sizing: border-box;*/
    }

        .productMain .productContent .liItemMain {
            flex: 0 0 33%;
            max-width: 33%;
            padding: 0 15px;
            width: 100%;
            position: relative;
            box-sizing: border-box;
            overflow: hidden;
            /* background: red; */
        }

@media (max-width: 767px) {
    .productMain {
        width: 98%;
    }

        .productMain .productContent .liItemMain {
            flex: 0 0 95%;
            max-width: 95%;
            padding-bottom: 10px;
            margin: 0 auto;
        }
}


.desc-comp-offer-first {
    padding-bottom: 20px;
}

.heading-border-light {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
    color: #f95600;
    /*background-color: #2196f3;*/
    border-top: solid 2px #2196f3;
    margin: 10px 0 10px 0;
}



#comp-offer {
    padding: 10px 0;
}

.desc-comp-offer h2,
.desc-comp-offer > .heading-border-light {
    margin-left: 20px;
}

.desc-comp-offer-cont {
    margin-bottom: 10px;
    box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 100%;
}

    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        margin-top: -5px;
        cursor: pointer;
    }

.desc-comp-offer .btn-green {
    margin: 15px;
}

.desc-comp-offer .btn-white {
    margin: 15px;
    padding: 10px 18px;
}

.thumbnail-blogs {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(33, 150, 243, 0.72);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }


.desc-comp-offer-cont h3 {
    padding: 10px 0px;
    font-size: 18px;
    text-transform: none;
    color: #f95600;
    text-align:center;
}

    .desc-comp-offer-cont h3 a {
        color: #f95600;
        font-size: 18px;
    }

.desc-comp-offer-cont a {
    color: #666;
    font-size: 13px;
}

.desc-comp-offer-cont p {
    padding: 0 10px;
    font-size: 12px;
    display: block;
    text-align: left;
}

/*.desc-comp-offer-cont a {
    padding: 0px 10px;
}*/

@media (min-width: 768px) and (max-width: 991px) {

    #comp-offer {
        margin-left: 10px;
    }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90% !important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33% !important;
        }
}

@media (max-width: 767px) {
    .desc-comp-offer {
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    #comp-offer .col-sm-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70% !important;
    }

    .desc-comp-offer {
        margin: 0px auto;
    }
}

@media (max-width: 420px) {
    #comp-offer .col-sm-6 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95% !important;
    }
}

@media (min-width: 1600px) {
    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 16px;
    }
}

.outProduct {
    padding: 10px;
    overflow: auto;
}

    .outProduct a {
        display: block;
        float: right;
        width: 50px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        /*background: #2196f3;*/
        /*background: #f95600;*/
        background: #8a8989;
        margin-right: 10px;
    }

        .outProduct a:first-child {
            /*background: #f95600;*/
            background: #f95600;
            /*background: #2196f3;*/
        }

/*end product*/