body {
    --color-main: #1a4dff;
}

li {
    list-style: none;
}

.pics {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pics img {
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5S;
}

li:hover .pics img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_tt_one {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 3px;
}

.pro_tt_one .h3 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 0;
    line-height: 25px;
}

.pro_tt_one .bt {
    position: relative;
    width: 175px;
    background: #8c8c8c;
    height: 1px;
    margin-top: 5px;
}

.pro_tt_one .bt::before {
    content: '';
    position: absolute;
    width: 47px;
    background: #c10538;
    height: 3px;
    top: -1px;
}

.pics_three {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
}

.pics_three:after {
    content: '';
    clear: both;
    display: table
}

.pics_three li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.pics_three li:nth-of-type(3n) {
    margin-right: 0
}

.pics_three li .pics {
    padding-bottom: 63%;
}

.pics_three_radiu li .pics {
    padding-bottom: 83%;
    border-radius: 15px;
}

.pro_list_ro {
    margin-bottom: 20px;
}

.pro_list_ro li {
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #666666;
}

.pro_list_ro li em {
    color: #333333;
    font-weight: bold;
}

.pro_list_ro li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #c10538;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 768px) {
    .pics_three li {
        width: 100%;
        margin-right: 0
    }
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexSpaceBe {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.flexCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.flexEnd {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.flexWrap {
    flex-wrap: wrap;
    -webkit-box-flex: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex: wrap;
    -ms-flex-wrap: wrap;
}

.alignCenter {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    box-align: center;
}

.alignBottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.alignTop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/* img */
.c_pub_pic {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.c_pub_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web_th {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.web_th .title {
    font-size: 24px;
    line-height: 1.15;
    font-family: 'MyriadPro-Bold';
    color: var(--color-main);
    text-transform: capitalize;
}

.web_th .title .txt {
    color: inherit;
    position: relative;
}

/* innerPro_box */
.product-intro {}

.insert-second-box .brief {
    line-height: 1.75;
}

/* pro_param */
.pro_param {
    margin-top: 3%;
}

.pro_param .row_item {
    padding: 5px 0;
    line-height: 24px;
}

.pro_param .row_item .bt {
    font-size: 18px;
    font-family: 'MyriadPro-Bold';
    width: 118px;
}

.pro_param .row_item .txt {
    font-family: 'MyriadPro-Regular';
    color: #999;
    flex: 1;
}

.pro_btn {
    margin-top: 4%;
}

.pro_btn .btn {
    border: 1px solid var(--color-main);
    padding: 10px 20px;
    display: block;
    line-height: 24px;
    position: relative;
    background: var(--color-main);
    color: #fff;
    font-size: 20px;
    font-family: 'MyriadPro-Regular';
}

.btn_send {
    margin-right: 25px;
}

/* .btn_down::before {
    content: '';
    display: inline-block;
    background: url(../img/icon_down.png) no-repeat center top/16px auto;
    height: 16px;
    width: 24px;
    vertical-align: middle;
    margin-right: 2px;
} */

.pro_btn .btn:hover {
    background: #fff;
    color: var(--color-main);
}

.pro_btn .btn_down:hover::before {
    background-image: url(../img/icon_down_1.png);
}

@media only screen and (max-width: 1350px) {
    .pro_div .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 950px) {
    .product-intro {
        flex-direction: column;
    }

    .product-summary {
        width: 100%;
        padding-top: 20px;
    }

    .pro_div .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}


/* innerPro_desc */
.pro_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 2.6%;
    font-family: 'MyriadPro-Regular';
    word-break: break-word;
}

.pro_table tr td,
.pro_table tr th {
    border: 1px solid #999;
    line-height: 1.25;
    padding: 14px 30px;
    text-align: left;
    font-size: 18px;
}

.pro_table tr td.th {
    background: #F5F5F5;
}

.desc_ul {
    width: 23%;
}

.desc_inner .desc_ul:last-child {
    text-align: right;
}

.desc_pic_item {
    width: 46.5%;
}

.desc_pic_item .desc_pic {
    padding-bottom: 84%;
    overflow: hidden;
}

.desc_item {
    padding: 35px 0;
}

.desc_ul .desc_item:nth-child(2) {
    border-top: 2px solid #6A6A6A;
    padding-top: 80px
}

.desc_item .title {
    font-family: 'MyriadPro-Bold';
    font-size: 20px;
    color: var(--color-main);
}

.desc_item .brief {
    font-family: 'MicrosoftPhagsPa';
    color: #666;
    margin-top: 12px;
    line-height: 24px;
    height: 144px;
    overflow-y: auto;
}

@media only screen and (max-width: 950px) {
    .pro_table {
        margin-top: 20px;
        max-width: 100%;
    }

    .pro_table tr td,
    .pro_table tr th {
        padding: 10px 8px;
    }

    .desc_ul {
        width: 100%;
    }

    .desc_pic_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .desc_item {
        padding: 0 0 20px;
    }

    .desc_ul .desc_item:nth-child(2) {
        padding-top: 20px;
    }

    .desc_item .brief {
        height: auto;
        margin-top: 6px;
    }

    .desc_inner .desc_ul:last-child {
        text-align: left;
    }

    .c_ad_box {
        padding-top: 10px;
    }
}


/* pro_bot_div */
.pro_bot_div {}

.pro_bot_item {
    align-items: center;
    margin-top: 4%;
}

.pro_pic_div {
    width: 50%;
    order: 3;
}

.pro_pic_div .pro_pic {
    padding-bottom: 61.8%;
    overflow: hidden;
}

.pro_bot_item:nth-child(even) .pro_pic_div {
    order: 1;
}

.pro_bot_item .web_th {
    width: 45%;
    box-sizing: border-box;
    order: 2;
}

.pro_bot_item .web_th .brief {
    max-height: 264px;
    overflow-y: auto;
}

@media only screen and (max-width: 950px) {
    .pro_bot_div {
        padding-top: 10px;
    }

    .pro_bot_item {
        margin-top: 20px;
        flex-direction: column;
    }

    .pro_pic_div {
        width: 100%;
    }

    .pro_bot_item .web_th {
        width: 100%;
        padding: 15px 0 0;
    }

    .pro_bot_item .web_th .brief {
        margin: 5px 0 5px;
        max-height: unset;
    }

    .pro_pic_div {
        order: 1;
    }

    .pro_info_div .title {
        font-size: 20px;
    }
}


.ser_txt_div {
    margin-top: 3%;
}

.ser_txt_div .title {
    font-family: 'MyriadPro-Bold';
    font-size: 20px;
    position: relative;
    color: #333;
}

.ser_txt_div .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 0;
    background: var(--color-main);
    content: '';
}

.ser_txt_div .title a {
    color: inherit;
}

.ser_txt_div:hover .title {
    color: var(--color-main);
}

.ser_txt_div:hover .title::before {
    width: 28px;
}

.ser_txt_div .brief {
    font-family: 'MyriadPro-Regular';
    color: #666;
    line-height: 1.5;
    margin-top: 20px;
}

.ser_txt_div:hover .brief {
    color: #333;
}

.ser_blue_div {
    margin-top: 3%;
    background: var(--color-main);
    padding: 4% 7%;
}

.ser_blue_div .brief {
    font-family: 'MyriadPro-Regular';
    color: #fff;
    text-align: center;
    line-height: 1.5;
    opacity: 0.9;
}

.ser_blue_div:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.ser_blue_div:hover .brief {
    opacity: 1;
}


@media only screen and (max-width: 950px) {
    .s_services_box {
        padding-top: 0;
    }

    .service_item .th .order {
        font-size: 40px;
    }

    .service_item .th .txt {
        font-size: 26px;
    }

    .ser_pic_info .brief {
        max-height: unset;
        margin-top: 16px;
        line-height: 28px;
    }

    .ser_pic_item,
    .ser_pic_info {
        width: 100%;
    }

    .ser_pic_div {
        margin-top: 5px;
    }

    .ser_txt_div {
        margin-top: 20px;
    }

    .ser_txt_div .brief {
        margin-top: 10px;
    }

    .ser_blue_div {
        margin-top: 20px;
        padding: 16px 16px;
    }
}




.imgseing .imgsul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgsul li {
    border-radius: 30px;
    width: 30%;
}

.imgsul li img {
    border-radius: 30px;
}

.imgseings .imgsuls {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.imgsuls li {
    border-radius: 30px;
    margin-right: 40px;  width: 30%; border-radius: 50px;
}

.imgsuls li img {
    border-radius: 30px;
}

.imgseingg .imgsulg {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    justify-content: space-between;
}

.imgedeb {
    margin-top: 5px;
}

.imgseingf {
    max-width: 900px;
}

.imgseingf .imgsulf {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    text-align: center;
    justify-content: space-between;
}

.imgseingf .imgsulf li {
    width: 48%;
}

table {
    max-width: 900px !important;
    width: 900px !important;
}

.web_ths .titles {
    font-size: 30px;
    line-height: 1.15;
    font-family: 'MyriadPro-Bold';
    color: var(--color-main);
    text-transform: capitalize;
    margin-bottom: 15px;
}