﻿@charset "utf-8";
/*全局定义*/


.clear {
    clear: both;
}


.crumbs {
    width: 90%;
    /*min-width: 1200px;*/
    line-height: 36px;
    padding: 20px 0px;
    margin: 0 auto;
}

    .crumbs a {
        color: #4c4c4c
    }

        .crumbs a:hover {
            color: #3775d2
        }

@media(min-width:1200px) {
}
/*产品介绍*/
.producttitle {
    width: 90%;
    /*min-width: 1200px;*/
    margin: 0 auto;
    line-height: 36px;
    font-size: 26px;
    font-weight: bolder;
}

.productmenu {
    width: 90%;
    /*min-width: 1200px;*/
    margin: 0 auto;
    margin-top: 40px;
}

    .productmenu .list {
        position: relative;
        padding-left: 130px;
        margin-bottom: 30px;
    }

        .productmenu .list .title {
            position: absolute;
            top: 0px;
            left: 0px;
            line-height: 36px;
            color: #fff;
            background-color: #222222;
            font-weight: bolder;
            font-size: 16px;
            border-radius: 5px;
            width: 120px;
            text-align: center;
        }

       
        .productmenu .list a {
           /* border: 1px solid #8c8c8c;
            display: inline-block;
            line-height: 34px;
            color: #8c8c8c;
            font-size: 15px;
            font-weight: bolder;
            border-radius: 5px;
            padding: 0px 20px;
            margin-left: 16px;*/
            margin-bottom: 10px;
        }

            .productmenu .list a.select {
                border: 1px solid #e72525;
                color: #e72525;
            }

          /*  .productmenu .list a:hover {
                border: 1px solid #e72525;
                color: #e72525;
            }*/

        .productmenu .list img {
            width: 11px;
        }

.Productcenter {
    width: 90%;
    /*min-width: 1200px;*/
    margin: 0 auto;
    margin-top: 40px;
}

    .Productcenter .list {
        width: 24%;
        display:inline-block;
        /*float: left;*/
        margin-left: 1.3333%;
        overflow: hidden;
        text-align: center;
        margin-bottom: 20px;
    }
@media (max-width: 700px) {
   
        /*.productmenu .list .title {
            display: none;
        }*/

    .Productcenter .list {
        width: 48%;
    }
    .productmenu .list .title{
        width:80px;
    }
    .productmenu .list{
        padding-left:90px;
    }
    }
    .Productcenter .list img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .Productcenter .list:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .Productcenter .list:nth-child(4n+1) {
        margin-left: 0px;
    }

    .Productcenter .list .title {
        line-height: 56px;
        height: 72px;
        font-size: 16px;
        overflow: hidden;
        /*padding-right: 80px;*/
        position: relative;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .Productcenter .list .img {
        width: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .productview {
        width: 90%;
        min-width: 1200px;
        margin: 0 auto;
        position: relative;
    }


    .productview .left {
        width: 48%;
        float: left;
    }

    .productview .right {
        width: 48%;
        float: right;
        height: 100%;
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .productview .right .title {
            font-size: 50px;
            line-height: 56px;
            color: #292929;
            /*font-weight: bold;*/
            margin-bottom: 60px;
            line-height: 80px;
        }
.zixun, .goumai {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

@media (max-width: 700px) {

    .productview {
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        position: relative;
    }

        .productview .left {
            width: 100%;
            float:none;
        }
        .productview .right {
            width: 100%;
            float: none;
            padding:40px 20px;
            height:auto;

        }
            .productview .right .productContent {
                margin: 30px 0;
            }
    .buyBtns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .zixun, .goumai {
        text-align: center;
        width: 45%;
        line-height: 40px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        padding:0;
    }
    .productview .right .title{
        font-size:30px;
        font-weight:bold;
    }
}
   
    .zixun {
        background: linear-gradient(to right,#5767C7,#2DCAFE)
    }

    .goumai {
        background: linear-gradient(to right,#B51C22,#FF5D64)
    }

    .productContent {
        width: 90%;
        min-width: 1200px;
        margin: 80px auto;
    }

    .productview .right .Crew {
        font-size: 14px;
        line-height: 36px;
        color: #8b8b8b;
    }

    .productview .right .desn {
        font-size: 18px;
        line-height: 30px;
    }

    .productview .left .img {
        width: 280px;
        margin: auto;
        margin-top: 60px;
    }

    .productviewkefu {
        width: 90%;
        min-width: 1200px;
        margin: 40px auto;
        text-align: center;
    }

        .productviewkefu a {
            display: inline-block;
            padding: 0px 60px;
            line-height: 56px;
            font-size: 18px;
            font-weight: bolder;
            color: #fff;
            margin-left: 80px;
            background-color: #292929;
            border-radius: 28px;
        }

            .productviewkefu a.blue {
                background-color: #3775d2
            }

    .productviewdesn {
        width: 100%;
        min-width: 1200px;
        margin: 40px auto;
        line-height: 26px;
        font-size: 14px;
        color: #666;
    }

        .productviewdesn img {
            width: auto;
            max-width: 100%;
        }

    .productviewcanshu {
        width: 90%;
        min-width: 1200px;
        margin: 40px auto;
    }

        .productviewcanshu .title {
            line-height: 36px;
            font-size: 26px;
            font-weight: bolder;
            text-align: center;
            margin-bottom: 40px;
        }

        .productviewcanshu .list {
            padding-left: 5%;
            width: 44%;
            float: left;
            line-height: 76px;
            font-size: 18px;
            font-weight: bold;
        }

            .productviewcanshu .list:nth-child(4n+1) {
                background-color: #e5eefa;
                border-bottom: 1px solid #e6e6e6;
                border-top: 1px solid #e6e6e6;
            }

            .productviewcanshu .list:nth-child(4n+0) {
                background-color: #e5eefa;
                border-bottom: 1px solid #e6e6e6;
                border-top: 1px solid #e6e6e6;
            }

    .productviewCase {
        width: 100%;
        min-width: 1200px;
        margin: 40px auto;
    }

        .productviewCase .title {
            line-height: 36px;
            font-size: 26px;
            font-weight: bolder;
            text-align: center;
            margin-bottom: 40px;
        }

        .productviewCase .list {
            width: 24%;
            float: left;
            margin: 0 0.5%
        }

            .productviewCase .list .listabout {
                line-height: 56px;
                text-align: center;
                font-size: 20px;
                height: 56px;
                overflow: hidden
            }

            .productviewCase .list img {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

            .productviewCase .list:hover img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }


    /*翻页*/
    .fenye {
        width: 100%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 20px;
    }

    .paginator {
        margin: 0px;
    }

        .paginator a {
            padding: 10px 22px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
            margin-right: 2px
        }

            .paginator a:visited {
                padding: 1px 6px;
                border: solid 1px #ddd;
                background: #fff;
                text-decoration: none;
            }

        .paginator .cpb {
            padding: 1px 6px;
            font-weight: bold;
            font-size: 16px;
            border: none
        }

        .paginator a:hover {
            color: #fff;
            background: #ffa501;
            border-color: #ffa501;
            text-decoration: none;
        }

