/*公共样式*/
*{padding: 0;margin: 0;}
body{overflow-x: auto}
h1,h2,h3,h4,h5,h6,p,li,a,i,em,span,div{font-weight: normal;text-shadow: none;}
.fl{float: left !important;}
.fr{float: right !important;}
ul{list-style: none;}
input{outline: none;}
body{background: white}

/*单行省略...*/
.dhsl{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*第几行省略...   默认两行*/
.djhsl{overflow: hidden;text-overflow: ellipsis;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/*公共阴影*/
.shadow{height: 100%;width: 100%;position: absolute;z-index: 100;background: rgba(0,0,0,.3);bottom: 0;display: none;}






@media screen and (min-width: 415px) {
    /*公共头部*/
    .head_main {
        background: #30333A;
        height: 70px;
        min-width: 1200px
    }

    .head {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden
    }

    .head .logo {
        float: left;
        width: 150px;
        margin-top: 12px
    }

    .head .head_list {
        float: right;
        overflow: hidden
    }

    .head .head_list li {
        float: left;
        margin-left: 30px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: white;
        width: 100px;
        text-align: center;
        cursor: pointer
    }

    .head .head_list .sel {
        background: #DB5669
    }

    .head .head_list li a {
        color: white;
        padding: 0
    }

    .foot_main {
        margin-top: 50px;
        background: #060203;
        width: 100%;
        min-width: 1200px
    }

    .foot {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 50px;
    }

    .foot_div {
        float: left;
        width: 25%
    }

    .foot_div .tit {
        font-size: 16px;
        font-weight: bold;
        color: white;
        padding-left: 50px;
    }

    .foot_div .foot_list {
        padding-top: 13px;
        font-size: 14px;
        color: white;
        padding-left: 50px;
        line-height: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        height: 160px
    }

    .foot_div .foot_list li {
        line-height: 30px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7)
    }

    .foot .foot_div:last-child .foot_list {
        border-right: 0
    }

    .foot_p {
        text-align: center;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        padding: 60px 0 20px
    }

    .foot_ewm {
        padding-top: 20px;
        font-size: 16px;
        color: white;
        padding-left: 50px
    }

    .foot_ewm img {
        width: 100px;
        margin-bottom: 20px
    }

    .foot_ewm p {
        font-size: 14px;
        color: white
    }

    .foot_ewm_div {
        overflow: hidden
    }

    .foot_ewm_div span {
        font-size: 18px;
        line-height: 100px;
        margin-left: 15px
    }


    /*首页*/
    #index .pic_div {
        font-size: 0;
        width: 100%;
        min-width: 1200px
    }

    #index .pic_div img {
        width: 100%
    }

    #index .jj_div {
        text-align: center;
        width: 1200px;
        margin: 70px auto 0
    }

    #index .jj_div .tit {
        font-size: 22px;
        color: black
    }

    #index .jj_div .nr {
        font-size: 12px;
        color: black;
        line-height: 22px;
        margin-top: 15px;
        padding: 0 100px
    }

    #index .jj_div .nr p {
        margin-bottom: 0
    }

    #index .jj_div .jj_list {
        margin-top: 50px;
        overflow: hidden
    }

    #index .jj_div .jj_list li {
        float: left;
        width: calc((100% - 60px) / 5);
        border-radius: 10px;
        background: #F3F4F9;
        height: 380px;
        cursor: pointer;
        margin-right: 15px;
    }

    #index .jj_div .jj_list li:last-child {
        margin-right: 0
    }

    #index .jj_div .jj_list li img {
        height: 45px;
        margin-top: 40px;
        width: auto
    }

    #index .jj_div .jj_list li img:nth-of-type(1) {
        display: inline-block
    }

    #index .jj_div .jj_list li img:nth-of-type(2) {
        display: none
    }

    #index .jj_div .jj_list li .title {
        font-size: 14px;
        color: black;
        margin-top: 23px
    }

    #index .jj_div .jj_list li p {
        font-size: 12px;
        color: #999999;
        margin-top: 10px;
        line-height: 20px;
        padding: 0 12px;
    }

    #index .jj_div .jj_list li:hover img:nth-of-type(2) {
        display: inline-block
    }

    #index .jj_div .jj_list li:hover img:nth-of-type(1) {
        display: none
    }

    #index .jj_div .jj_list li:hover {
        background: #DB5669
    }

    #index .jj_div .jj_list li:hover .title {
        color: white
    }

    #index .jj_div .jj_list li:hover p {
        color: white
    }

    #index .fw_div {
        font-size: 0;
        position: relative;
        margin-top: 70px;
        width: 100%;
        min-width: 1200px
    }

    #index .fw_div .bg {
        width: 100%;
        min-height: 550px;
    }

    #index .fw_div .fw_main {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1200px;
        margin-left: -600px;
        height: 100%;
        display: flex;
        align-items: center
    }

    #index .fw_div2 {
        width: 100%
    }

    #index .fw_div2 .tit {
        font-size: 25px;
        color: white;
        text-align: center
    }

    #index .fw_div2 .fw_list {
        display: flex;
        width: 100%;
        margin-top: 50px;
        display: flex;
        justify-content: space-between
    }

    #index .fw_div2 .fw_list li {
        text-align: center;
        width: 22%;
    }

    #index .fw_div2 .fw_list li img {
        width: 140px
    }

    #index .fw_div2 .fw_list li .num {
        margin-top: 15px;
        text-align: center;
        font-size: 20px;
        color: white;
        line-height: normal
    }

    #index .fw_div2 .fw_list li .num label {
        font-size: 20px;
        margin-left: -10px;
        vertical-align: top
    }
    #index .fw_div2 .fw_nr{font-size: 16px;color: white;margin: 20px 100px;line-height: 25px;text-align: center}

    #index .fw_div2 .fw_list li .nr {
        font-size: 12px;
        color: white;
        margin-top: 10px;
        text-align: left;
        width: 90%;
        line-height: 20px;
        margin-left: 5%
    }

    #index .fw_div2 .fw_list li .num span {
        width: 140px;
        display: inline-block
    }

    #index .ys_div {
        text-align: center;
        width: 1200px;
        margin: 70px auto 0
    }

    #index .ys_div .tit {
        font-size: 22px;
        color: black
    }

    #index .ys_div .nr {
        font-size: 12px;
        color: black;
        line-height: 22px;
        margin-top: 15px;
        padding: 0 100px
    }

    #index .ys_div .nr p {
        margin-bottom: 0
    }

    #index .ys_list {
        margin-top: 50px;
        overflow: hidden;
    }

    #index .ys_list li {
        float: left;
        width: 25%;
        text-align: center;
        height: 230px
    }

    #index .ys_list li img {
        height: 50px;
        width: auto
    }

    #index .ys_list li .tit {
        margin-top: 40px;
        font-size: 14px;
        color: black
    }

    #index .ys_list li p {
        padding: 0 20px;
        margin-top: 20px;
        font-size: 11px;
        line-height: 20px;
        color: #999999;
        text-align: left
    }

    #index .news_div {
        text-align: center;
        width: 1200px;
        margin: 40px auto 0
    }

    #index .news_div .tit {
        font-size: 22px;
        color: black
    }

    #index .news_div .nr {
        font-size: 12px;
        color: black;
        line-height: 22px;
        margin-top: 15px;
        padding: 0 100px
    }

    #index .news_div .nr p {
        margin-bottom: 0
    }

    #index .news_list {
        margin-top: 40px;
        overflow: hidden
    }

    #index .news_list li {
        float: left;
        margin-right: 40px;
        width: calc((100% - 80px) / 3)
    }

    #index .news_list li:nth-child(3n) {
        margin-right: 0
    }

    #index .news_list li img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 12px
    }

    #index .news_list li .jj {
        font-size: 14px;
        color: #666666;
        text-align: left;
        height: 53px;
        line-height: 18px
    }

    #index .news_list li .more {
        font-size: 14px;
        cursor: pointer;
        color: #E95576;
        text-align: right;
        margin-top: 5px;
    }


    /* 产品   */
    #products .pic_div {
        font-size: 0;
        width: 100%;
        min-width: 1200px
    }

    #products .pic_div img {
        width: 100%
    }

    #products .list {
        margin: 50px auto 0;
        overflow: hidden;
        width: 1200px;
    }

    #products .list li {
        float: left;
        width: calc((100% - 50px) / 2);
        margin-bottom: 30px;
        box-shadow: 0 0 5px 3px #f5f5f5
    }

    #products .list li:nth-child(even) {
        margin-left: 50px
    }

    #products .list li img {
        width: 100%;
        height: 300px;
    }

    #products .list li .nr_div {
        padding: 0 40px;
    }

    #products .list li .nr_div .tit {
        font-size: 16px;
        font-weight: bold;
        padding: 40px 0;
        text-align: center;
        margin-bottom: 0
    }

    #products .list li .nr_div .nr {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        text-align: center;
        height: 78px;
        margin-bottom: 0
    }

    #products .list li .nr_div .more {
        margin: 25px 0 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #DB5669
    }

    #products .list li .nr_div .more a {
        color: #DB5669;
        cursor: pointer;
        font-weight: bold
    }


    /*产品详情    */
    #products_detail .main {
        width: 1200px;
        margin: 40px auto 0;
    }

    #products_detail .main .tit {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    #products_detail .main .xx {
        padding-bottom: 25px;
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
        font-size: 12px;
        color: #666666
    }

    #products_detail .main .nr {
        padding: 30px 0
    }


    /*    服务*/
    #services {
        padding: 0
    }

    #services .pic_div {
        width: 100%;
        font-size: 0;
        min-width: 1200px
    }

    #services .pic_div img {
        width: 100%
    }

    #services .list li:nth-child(odd) {
        background: #F5F7FA
    }

    #services .list li {
        min-width: 1200px
    }

    #services .list li .main {
        width: 1200px;
        margin: 0 auto;
        padding: 50px 0 0;
        overflow: hidden
    }

    #services .list li .main img {
        width: 300px
    }

    #services .list li .main .nr_div {
        width: calc(100% - 380px);
        height: 280px
    }

    #services .list li .main .nr_div .tit {
        font-size: 22px;
        margin-bottom: 0
    }

    #services .list li .main .nr_div .nr {
        font-size: 13px;
        margin: 30px 0 40px;
        line-height: 20px;
        color: #999999
    }

    #services .list li .main .nr_div .more {
        cursor: pointer;
        width: 100px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        font-size: 14px;
        border: 1px solid;
        color: #DB5669;
        margin: 0
    }
    #services .list li .main .nr_div .more a{display: inline-block;width: 100%;height: 100%}
}
@media screen and (max-width: 414px) {



    /*首页*/
    #index .pic_div{font-size: 0;width: 100%;}
    #index .pic_div img{width: 100%}
    #index .jj_div{text-align: center;margin: 30px auto 0}
    #index .jj_div .tit{font-size: 22px;color: black}
    #index .jj_div .nr{font-size: 12px;color: black;line-height: 22px;margin-top: 15px;padding: 0 40px}
    #index .jj_div .nr p{margin-bottom: 0}
    #index .jj_div .jj_list{margin-top: 30px;overflow: hidden}
    #index .jj_div .jj_list li{float: left;width: calc((100% - 100px));border-radius: 10px;background: #F3F4F9;padding-bottom: 20px;cursor: pointer;margin-left: 50px;margin-bottom: 30px}
    #index .jj_div .jj_list li:last-child{margin-bottom: 0}

    #index .jj_div .jj_list li img{height: 45px;margin-top: 53px;width: auto}
    #index .jj_div .jj_list li img:nth-of-type(1){display: inline-block}
    #index .jj_div .jj_list li img:nth-of-type(2){display: none}
    #index .jj_div .jj_list li .title{font-size: 14px;color: black;margin-top: 23px}
    #index .jj_div .jj_list li p{font-size: 12px;color: #999999;margin-top: 10px;line-height: 20px;padding: 0 40px;}
    #index .jj_div .jj_list li:hover img:nth-of-type(2){display: inline-block}
    #index .jj_div .jj_list li:hover img:nth-of-type(1){display: none}
    #index .jj_div .jj_list li:hover{background: #DB5669}
    #index .jj_div .jj_list li:hover .title{color: white}
    #index .jj_div .jj_list li:hover p{color: white}

    #index .fw_div{font-size: 0;position: relative;margin-top: 70px;width: 100%;background: #4E4E4E;padding-bottom: 1px}
    #index .fw_div .bg{width: 100%;display: none}
    /*#index .fw_div .fw_main{position: absolute;top: 0;left: 50%;width: 1200px;margin-left: -600px;height: 100%;display: flex;align-items: center}*/
    #index .fw_div2{width: 100%;padding-top: 40px}
    #index .fw_div2 .tit{font-size: 22px;color: white;text-align: center}
    #index .fw_div2 .fw_list{width: 100%;margin-top: 50px;}
    #index .fw_div2 .fw_list li{text-align: center}
    #index .fw_div2 .fw_list li img{width: 140px}
    #index .fw_div2 .fw_list li .num{margin-top: 15px;text-align: center;font-size: 20px;color: white;line-height: normal}
    #index .fw_div2 .fw_list li .num label{font-size: 20px;margin-left: -10px;vertical-align: top}
    #index .fw_div2 .fw_list li .nr{font-size: 12px;color: white;margin-top: 10px;text-align: center;width: 120px;line-height: 20px;margin: 0 auto 50px}
    #index .fw_div2 .fw_list li .num span{width: 140px;display: inline-block}

    #index .fw_div2 .fw_nr{font-size: 14px;color: white;margin: 20px 50px;line-height: 25px;text-align: center}

    #index .ys_div{text-align: center;margin: 30px auto 0}
    #index .ys_div .tit{font-size: 22px;color: black}
    #index .ys_div .nr{font-size: 12px;color: black;line-height: 22px;margin-top: 15px;padding: 0 40px}
    #index .ys_div .nr p{margin-bottom: 0}
    #index .ys_list{margin-top: 50px;overflow: hidden;}
    #index .ys_list li{float: left;width: calc(100% - 100px);text-align: center;margin-left: 50px;margin-bottom: 50px}
    #index .ys_list li img{height: 50px;width: auto}
    #index .ys_list li .tit{margin-top: 40px;font-size: 14px;color: black}
    #index .ys_list li p{padding: 0 20px;margin-top: 20px;font-size: 11px;line-height: 20px;color: #999999;text-align: left}

    #index .news_div{text-align: center;margin: 20px auto 0}
    #index .news_div .tit{font-size: 22px;color: black}
    #index .news_div .nr{font-size: 12px;color: black;line-height: 22px;margin-top: 15px;padding: 0 40px}
    #index .news_div .nr p{margin-bottom: 0}
    #index .news_list{margin-top: 40px;overflow: hidden}
    #index .news_list li{float: left;margin-left: 40px;width: calc(100% - 80px);margin-bottom: 30px}
    #index .news_list li:nth-child(3n){margin-right: 0}
    #index .news_list li img{width: 100%;border-radius: 10px;margin-bottom: 12px}
    #index .news_list li .jj{font-size: 14px;color: #666666;text-align: left;height: 53px;line-height: 18px}
    #index .news_list li .more{font-size: 14px;cursor: pointer;color: #E95576;text-align: right;margin-top: 5px;}



    /* 产品   */
    #products .pic_div{font-size: 0;width: 100%;}
    #products .pic_div img{width: 100%}
    #products .list{margin: 50px auto 0;overflow: hidden;}
    #products .list li{float: left;width: calc((100% - 100px));margin-bottom: 30px;box-shadow: 0 0 5px 3px #f5f5f5;margin-left: 50px}
    #products .list li img{width: 100%}
    #products .list li .nr_div{padding: 0 40px;}
    #products .list li .nr_div .tit{font-size: 16px;font-weight: bold;padding: 25px 0;text-align: center;margin-bottom: 0}
    #products .list li .nr_div .nr{font-size: 14px;color: #666666;line-height: 20px;text-align: center;height: 78px;margin-bottom: 0}
    #products .list li .nr_div .more{margin: 25px 0 40px;text-align: center;font-size: 13px;font-weight: bold;color: #DB5669}
    #products .list li .nr_div .more a{color: #DB5669;cursor: pointer;font-weight: bold}



    /*产品详情    */
    #products_detail .main{margin: 30px auto 0;}
    #products_detail .main .tit{font-size: 16px;font-weight: bold;margin-bottom: 15px;text-align: center}
    #products_detail .main .xx{padding-bottom: 15px;border-bottom: 1px solid #e1e1e1;overflow: hidden;font-size: 12px;color: #666666;margin-bottom: 0}
    #products_detail .main .xx span{width: 100%;text-align: center}
    #products_detail .main .xx .fl{margin-bottom: 15px}
    #products_detail .main .nr{padding: 30px 15px}


    /*    服务*/
    #services{padding: 0}
    #services .pic_div{width: 100%;font-size: 0;}
    #services .pic_div img{width: 100%}
    #services .list li:nth-child(odd){background: #F5F7FA}
    #services .list li .main{margin: 0 auto;padding: 50px 0 0;overflow: hidden}
    #services .list li .main img{width: calc(100% - 100px);margin-left: 50px}
    #services .list li .main img.fr{margin-left: 0;margin-right: 50px}

    #services .list li .main .nr_div{width: 100%;padding: 0 50px;text-align: center;padding-bottom: 30px}
    #services .list li .main .nr_div .tit{font-size: 22px;margin-bottom: 0;margin-top: 15px;}
    #services .list li .main .nr_div .nr{font-size: 13px;margin: 15px 0 20px;line-height: 20px;color: #999999}
    #services .list li .main .nr_div .more{cursor: pointer;width: 100px;text-align: center;height: 40px;line-height: 40px;border-radius: 5px;font-size: 14px;border: 1px solid;color: #DB5669;margin: 0 auto}
    #services .list li .main .nr_div .more a{height: 100%;width: 100%;display: inline-block}
}