
@media only screen and (min-width: 600px) {
    .banner {
        height: 500px;
        background: url(../img/banner1.jpg) no-repeat;
        background-size: cover;
        width: 100%;
    }

        .banner .bannerContent {
            width: 1200px;
            margin: 0 auto;
            text-align: center;
           
            padding-top: 220px;
            color: #fff;
            font-size: 60px;
            font-weight: 600;
            transition: all 2s ease-in-out;
            animation-name: banner;
            animation-duration: 2.5s;
            display:flex;

        }
            .banner .bannerContent .on1{
                width:50%;
                text-align:right;
            }
            .banner .bannerContent .on2 {
                width: 50%;
                text-align: left;
            }
            .banner .bannerContent .ggg {
                padding-left: 20px;
                letter-spacing: 20px;
            }
            .banner .bannerContent .gen {
                padding-left: 40px;
                color: #fce13c;
            }




}
@keyframes banner {
    from {
        font-size: 1px;
    }

    to {
        font-size: 60px;
    }
}
@keyframes bannersmall {
    from {
        font-size: 1px;
    }

    to {
        font-size: 35px;
    }
}   
@media (max-width: 767px) {
    .banner {
        height: 400px;
        background: url(../img/wap_banner1.jpg) no-repeat;
        background-size: cover;
    }
        .banner .bannerContent {
            width: 100%;
            margin: 0 auto;
            text-align: center;
          
            padding-top: 170px;
            color: #fff;
            font-size: 35px;
            font-weight: 600;
            transition: all 2s ease-in-out;
            animation-name: bannersmall;
            animation-duration: 2.5s;
            display: flex;
            flex-wrap: wrap;
        }

            .banner .bannerContent .on1 {
                width: 100%;
                text-align: center;
            }

            .banner .bannerContent .on2 {
                margin-top:20px;
                width: 100%;
                text-align: center;
            }

            .banner .bannerContent .ggg {
                padding-left:6px;
                letter-spacing: 15px;
            }

            .banner .bannerContent .gen {
                
                color: #fce13c;
            }
}


/*商品*/
.productMain {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .productMain .liItemMain {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        /* background: red; */
    }

        .productMain .liItemMain .cl1 {
            color: #f95600;
            font-weight: bold;
        }

        .productMain .liItemMain .proGen {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #f95600;
            margin-bottom: 5px;
            border-top: solid 2px #2196f3;
        }

        .productMain .liItemMain .liItemContent {
            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%;
        }

            .productMain .liItemMain .liItemContent .liItemImg {
                position: relative;
                overflow: hidden;
            }

                .productMain .liItemMain .liItemContent .liItemImg img {
                    width: 100%;
                }

            .productMain .liItemMain .liItemContent h3 {
                color: #f95600 !important;
                font-size: 18px;
                height: 35px;
                line-height: 35px;
            }

            .productMain .liItemMain .liItemContent p {
                color: #64707b;
                padding: 5px;
            }

                .productMain .liItemMain .liItemContent p a {
                    color: #64707b;
                }


            .productMain .liItemMain .liItemContent .liItemFooter {
                margin-bottom: 5px;
                overflow: hidden
            }

                .productMain .liItemMain .liItemContent .liItemFooter .a {
                    display: block;
                    float: right;
                    min-width: 50px;
                    padding: 0 5px;
                    height: 22px;
                    line-height: 22px;
                    text-align: center;
                    color: #fff;
                    /*background: #2196f3;*/
                    /*background: #f95600;*/
                    background: #8a8989;
                    margin-right: 10px;
                    font-size: 13px;
                }

                    .productMain .liItemMain .liItemContent .liItemFooter .a:first-child {
                        /*background: #f95600;*/
                        background: #f95600;
                        /*background: #2196f3;*/
                    }


@media (max-width: 767px) {
    .productMain {
        width: 98%;
    }

        .productMain .liItemMain {
            flex: 0 0 95%;
            max-width: 95%;
            padding-bottom: 10px;
            margin: 0 auto;
        }
}


/*直销系统*/
.myProductLayout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    margin-top: 15px;
}

    .myProductLayout .title-barPro {
        padding: 5px 0;
        text-align: center;
        margin: 0px auto 0px auto;
        width: 100%;
    }

        .myProductLayout .title-barPro .cl1 {
            color: #f95600;
        }

        .myProductLayout .title-barPro .cl2 {
            color: #ff9900;
        }

    .myProductLayout .title-barMin {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        /*color: #f95600;*/
        color: #2196f3;
        margin-bottom: 10px;
    }

    .myProductLayout .ulContent {
        width: 100%;
        margin: 0 auto;
        overflow: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .myProductLayout .ulContent .liContent {
            max-width: 33%;
            /*height: 130px;
        width: 340px;
        float: left;*/
            /*border: solid 1px #dddddd;*/

            border: solid 1px #dddddd;
            padding: 10px;
            margin-top: 10px;
            display: flex;
            flex-wrap: nowrap;
        }

            .myProductLayout .ulContent .liContent .leftImg {
                width: 90px;
                margin-right: 20px;
            }

            .myProductLayout .ulContent .liContent .rightText {
                /*width: 200px;*/
                /*float: left;*/
            }

                .myProductLayout .ulContent .liContent .rightText .prTitle {
                    font-size: 15px;
                    font-weight: 500;
                    /*color: #2196f3;*/
                    /*color: #7d390a;*/
                    color: #f95600;
                    height: 30px;
                    line-height: 30px;
                    letter-spacing: 1.5px;
                    overflow: hidden;
                }

                .myProductLayout .ulContent .liContent .rightText .proContet {
                    color: #64707b;
                    font-size: 13px;
                }

                .myProductLayout .ulContent .liContent .rightText .proDetails a {
                    display: block;
                    width: 50px;
                    height: 22px;
                    line-height: 22px;
                    text-align: center;
                    color: #fff;
                    /*background: #2196f3;*/

                    background: #8a8989;
                    margin-top: 5px;
                    margin-right: 10px;
                    font-size: 12px;
                }


@media (max-width: 767px) {
    .myProductLayout {
        width: 98%;
        margin: 0 auto;
    }

        .myProductLayout .ulContent {
            padding: 0 15px;
        }

            .myProductLayout .ulContent .liContent {
                width: 95%;
                max-width: 95%;
                margin: 0 auto;
            }
}

/*我们的优势 */
.myadvantageLayout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    margin-top: 15px;
    
}

    .myadvantageLayout .title-barPro {
        padding: 5px 0;
        text-align: center;
        margin: 0px auto 0px auto;
        width: 100%;
    }

    .myadvantageLayout .ulContent {
        margin: 0 auto;
        overflow: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }





        .myadvantageLayout .ulContent .liContent {
            max-width: 23%;
            border: solid 1px #dddddd;
            padding: 15px;
            margin-top: 10px;
            text-align: center;
        }

            .myadvantageLayout .ulContent .liContent i {
                height: 50px;
                width: 50px;
                line-height: 50px;
                font-size: 60px;
                color: #ff8500;
                margin: 0 auto;
            }

            .myadvantageLayout .ulContent .liContent .h5 {
                display:block;
                width:100%;
                color: #ff8500;
                text-transform: none;
                font-weight: bold;
                padding: 20px 0 10px 0;
                font-size: 18px;
            }

            .myadvantageLayout .ulContent .liContent p {
                
                text-align: center;
            } 

@media screen and (max-width:767px) {
    .myadvantageLayout {
        width: 98%;
        margin: 0 auto;
    }

        .myadvantageLayout .ulContent {
            padding: 0 15px;
        }

            .myadvantageLayout .ulContent .liContent {
                width: 95%;
                max-width: 95%;
                margin: 0 auto;
            }
} 

/*关于我们*/
    .aboutMain  {
        width: 1200px;
        margin: 0 auto;
        padding-top: 10px;
        overflow: hidden;
        text-align: left;
        margin-top:15px;
    }

        .aboutMain  h2 {
            text-align: center;
        }

        .aboutMain  .heading-border {
            width: 200px;
            height: 3px;
            background-color: #2196f3;
            margin: 10px auto 20px auto;
        }


        .aboutMain  .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  .myCopmany1 {
            border-left: solid 4px #ff9900;
        }

        .aboutMain  .myCopmany2 {
            border-left: solid 4px #2196f3;
        }

        .aboutMain  .myCopmany3 {
            border-left: solid 4px #f95600;
        }

        .aboutMain  .myCopmany4 {
            border-left: solid 4px #b6ff00;
        }

        .aboutMain  .myCopmanyImg {
        }

        .aboutMain  .companyName {
            color: #f95600;
        }

        .aboutMain  .title-but {
            text-align: center;
        }

@media (max-width:767px) {
    .aboutMain  {
        width: 90%;
    } 
        .aboutMain  .myCopmany {
            font-size: 13px;
            line-height: 25px;
            font-weight: 300;
        }

        .aboutMain  .myCopmanyImg img {
            width: 100%;
        }
}



/*====================================================
                       CLIENT
======================================================*/

.client {
    background: #fbf4eb;
    margin-bottom: 30px;
    margin-top: 30px;
}

.clientRow {
    width: 1200px;
    margin: 0 auto;
    display: flex;
     
}

.client .clientContent {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45%;
    margin-right: 2%;
    overflow: hidden;
    text-align: left;
}

    .client .clientContent h3 {
        text-align: center;
        color: #41464b;
    }

    .client .clientContent .heading-border {
        width: 200px;
        height: 3px;
        background-color: #2196f3;
        margin: 10px auto 20px auto;
    }

.client .clientContentLi {
    width: 100%;
}

    .client .clientContentLi li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding-left: 10%;
        width: 90%;
        color: #717171;
    }

        .client .clientContentLi li a {
            color: #717171;
        }



.client .clientContetBt {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:767px) {
    .clientRow {
        width: 100%;
    }
}
