.db { display: block; }
.f0 {
    font-size: 0; }
.auto { margin-left: auto; margin-right: auto; }
.index-more {
    margin-top: 42px; }
.index-more a {
    display: block;
    font-size: 16px;
    color: #355de2;
    width: 146px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #355de2; }
.index-more a span {
    padding-right: 46px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-01.png"); }
.product-main {
    /* padding-top: 80px; */
    padding-bottom: 80px; }

.product-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
.product-01 .product-img, .product-01 .product-word {
    width: 50%; }
.product-01 .product-img {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
.product-01 .product-img .span-img {
    width: 600px;
    max-width: 90%;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; }
.product-01 .product-img .span-img img {
    max-width: 100%;
    max-height: 500px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
.product-01 .product-img .span-img img:hover {
    transform: scale(1.2);
}
.product-01 .product-word {
    display: flex;
    align-items: center;
    background: url("../images/bg-08.png") right bottom no-repeat;
    /*background-color: #f3f3f3;*/
    background-size: cover;
    font-size: 0;
    min-height: 540px;
    padding: 50px 0; }
.product-01 .product-word .div-cont {
    width: 510px;
    max-width: 72%;
    margin-left: 12.5%; }
.product-01 .product-word .div-cont .div-title a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.product-01 .product-word .div-cont .div-des {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    margin-top: 35px;
    /*height: 96px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
.product-01 .product-word .div-cont .div-des .div-txt{
    height: 156px;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    text-overflow:ellipsis;
}

.product-01 {
    display: flex;
    justify-content: space-between; }
.product-01 .div-img {
    width: 42.85%;
    background: #fff;
    overflow: hidden; }
.product-01 .div-img .mg-mc {
    width: 100%; }
.product-01 .div-img .mg1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s; }
.product-01 .div-cont {
    width: 48.92%; }
.product-01 .div-cont img {
    width: auto; }
.product-01 .div-cont .div-title {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: bold; }
.product-01 .div-cont .div-des {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    margin-top: 32px;
    /*padding-bottom: 90px;*/
    border-bottom: 1px dashed #e5e5e5; }
.product-01 .div-cont .div-phone {
    padding-top: 46px;
    padding-left: 65px; }
.product-01 .div-cont .div-phone .span-icon {
    float: left;
    margin-left: -65px;
    margin-top: 2px; }
.product-01 .div-cont .div-phone .span-title {
    font-size: 16px;
    line-height: 26px; }
.product-01 .div-cont .div-phone .span-des {
    font-size: 24px;
    color: #355de2;
    font-weight: bold;
    margin-top: 4px; }

@media screen and (max-width: 767px) {
    .index-more {
        margin-top: 25px; }
    .product-main {
        /*padding-top: 35px;*/
        padding-bottom: 35px;
    }

    .product-01 .product-img, .product-01 .product-word {
        width: 100%; }
    .product-01 .product-img .span-img {
        max-height: inherit;
        width: 100%;
        max-width: inherit;
        padding-top: 1px;
        padding-bottom: 20px; }
    .product-01 .product-img .span-img img {
        max-height: 250px; }
    .product-01 .product-word {
        min-height: inherit;
        padding-top: 0px;
        padding-bottom: 30px; }
    .product-01 .product-word .div-cont {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: inherit;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        box-shadow:0px 15px 10px -15px #000;
    }
    .product-01 .product-word .div-cont .div-title {
        text-align: center; }
    .product-01 .product-word .div-cont .div-title a {
        font-size: 20px;
        line-height: 30px; }
    .product-01 .product-word .div-cont .div-des {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px; }
    .product-01 .product-word .div-cont .div-des .div-txt{
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
    .product-01 .product-word .div-cont .index-more {
        margin-top: 20px; }
    .product-01 .product-word .div-cont .index-more a {
        width: 100%; }
}
@media screen and (max-width: 991px) {
    .product-main {
        padding-top: 1px;
        /*padding-bottom: 60px; */
    }

    .product-01 .product-img .span-img {
        max-height: 340px; }
    .product-01 .product-img .span-img img {
        max-height: 300px; }
    .product-01 .product-word {
        /*  min-height: 340px; */
    }
    .product-01 .product-word .div-cont .div-title a {
        font-size: 24px;
        line-height: 34px; }
    .product-01 .product-word .div-cont .div-des {
        font-size: 16px;
        line-height: 26px;
        /*height: 78px;*/
        margin-top: 15px;
    }
    .product-01 .product-word .div-cont .div-des .div-txt{
        font-size: 16px;
        line-height: 26px;
        height: 78px;
    }
    .product-01 .product-word .div-cont .index-more {
        margin-top: 20px; }
    .product-01 .product-word .div-cont .index-more a {
        width: 100%; }
}
@media screen and (min-width: 768px) {
    .product-01:nth-child(even) .product-img {
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .product-01:nth-child(even) .product-word {
        margin-left: 0;
        justify-content: flex-start; }
    .product-01:nth-child(even) .product-word .div-cont {
        margin-right: 12.5%;
        margin-left: auto; }
}
