﻿
@font-face {
    font-family: 'NotoSansHans-Medium';
    src: url(../fonts/NotoSansHans-Medium.ttf);
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url(/Content/fonts/NotoSansSC-Regular.otf);
}
.item {
    width: 23%;
    height: 575px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius:15px;
}
    .item .itemTitle{
        height:60px;
        width:100%;
        line-height:60px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
    }
    .item .itemContent {
        color: #e31717;
        font-size: 14px;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .item .itemZiXun {
        margin-top:30px;
    }
        .item .itemZiXun .fontZiXun {
            color: #595353;
            text-align: center;
            font-size: 14px;
            margin-bottom: 3px;
        }
        .item .itemZiXun .fontPhone {
            font-size: 28px;
            font-weight: bold;
            text-align: center;
        }
    .item itemInput {
        height: 240px;
        width: 100%;
        background: red;
        line-height: 130px;
        text-align: center;

    }
    .item .dv3_form_btn {
        width: 85%;
        height: 50px;
        border-radius: 30px;
        background-color: #de0000;
        color: #fff;
        text-align: center;
        line-height: 50px;
        margin: 20px auto;
        font-size: 16px;
        cursor: pointer;
    }

    .item .content {
        width: 100%;
        height: 275px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border: 1px solid #d3cbcb;
        border-radius: 15px;
        align-items: center;
    }
        .item .content .itemFont {
            width: 100%;
            height: 75px;
            line-height: 75px;
            text-align: center;
            background: #ffffff;
            border-radius: 15px 15px 0 0;
            font-size: 18px;
            font-weight: bold;
        }
        .item .content .itemImg {
            width: 100%;
            height: 200px;
            border-radius: 0 0 15px 15px;
        }
ul li {
    list-style: none;
}

.train_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 2;
    margin-top: -10px;
}

 .train_banner .banner_images {
    width: 1000%;
 }

    .train_banner .banner_images li {
        float: left;
        width: 10%;
    }

        .train_banner .banner_images li a {
            display: block;
            width: 100%;
        }

            .train_banner .banner_images li a img {
                display: block;
                width: 100%;
                object-fit: cover;
                height: 100%;
            }

    .train_banner .banner_index {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

.banner_index-frame {
    display: inline-block;
}

        .train_banner .banner_index li {
            transition: all 8s;
            margin-right: 15px;
            float: left;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #fff;
        }

            .train_banner .banner_index li.current {
                transition: all 3s;
                background-color: #D8271D;
                width: 40px;
                border-radius: 5px;
            }

            .train_banner .banner_index li:hover {
                transform: scale(1.5);
            }

            .train_banner .banner_index li.current:hover {
                transform: scale(1);
            }

.train_banner_left {
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    left: 25px;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #fff;
    opacity: 0.3;
}

.train_banner_right {
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #fff;
    opacity: 0.3;
}

    .train_banner_left:hover, .train_banner_right:hover {
        display: block;
        opacity: 0.9;
    }

.train_banner_li {
    position: absolute;
    top: 45%;
    width: 50%;
    text-align: center;
    border-radius: 50px;
}

    .train_banner_li:hover {
        border: 2px solid white;
    }

/*.cent1 {
    width: 100%;
    height: 950px;
    background-image: url('../Image/GroupBuying/GroupBuyBanner.jpg');
    background-size: 100% 100%;
}*/

    .cent1 div {
        color: white;
        padding-top: 27%;
        margin-left: 7%;
    }

.cent1_t1_en {
    font-size: 42pt;
    font-family: Arial;
    font-weight: bold;
}

.cent1_t1_cn {
    font-size: 42pt;
    font-family: 'Microsoft Sans Serif';
}


.cent2 {
    width: 100%;
    min-height: 1850px;
    background-color: #E8E8E8;
    font-family: NotoSansHans-Medium;
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    padding-top: 20px;
}

.cent2_dv3_title {
    display: flex;
    justify-content: center;
    font-size: 42px;
    letter-spacing: 0.1rem;
}

.cent2_dv3_title1 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    font-size: 16px;
}

.cent2_dv3_form {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.itemInput {
    height: 240px;
    padding: 20px;
}

.content_purchase {
    height: 575px !important;
}

.cent_1_tab {
    width: 82%;
    height: 750px;
    margin: auto;
    margin-top: 50px;
}

.cent1_image {
    width: 100%;
    float: left;
    height: 750px;
}

.cent_1_tab img {
    width: 100%;
    height: 100%;
}

.cent_1_tab p {
    font-family: NotoSansHans-Medium;
    font-size: 21pt;
    margin-top: 210px;
}

.centNew_1_tab {
    width: 82%;
    margin: auto;
    margin-top: 50px;
    background: #fff;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 50px;
}

    .image-container div {
        flex-basis: 25%;
        box-sizing: border-box;
        padding: 10px;
        height: 250px;
    }

    .image-container img {
        width: 100%;
        height: 100%;
    }


.cent_2_tab {
    width: 82%;
    height: 620px;
    margin: auto;
    margin-top: 50px;
}


.cent_tb_bimg{ width:70%;float:left;height: 600px;}
.cent_image{ width:100%;float:left;height: 600px;}
.cent_2_tab img { width: 100%;  height: 100%;}
.cent_2_tab p { font-family: NotoSansHans-Medium;font-size: 21pt;margin-top:210px;}
.cent_tb_span {
    width: 24%;
    background-color: #5A5A5A;
    color: white;
    font-size: 14pt;
    padding-left: 3%;
    padding-right: 3%;
    float:left;
    height: 600px;
}
.cent_tb_span span { line-height: 25px; font-family: NotoSansSC-Regular;}
.p_right{text-align:right;}
.p_left{text-align:left;}
.r1{display:none;}



.cent2_dv3 {
    width: 82%;
    margin: auto;
    height: 720px;
    margin-top: 80px;
    padding: 20px;
}
.dv3_Titles{
    font-size:72pt;
    font-family:Arial;
    font-weight:bold;
    width:260px;
    color:#B92A2E;
}
.dv3_rgt_span{
    font-size:21pt;
}




.cent2_dv4 {
    width: 82%;
    margin: auto;
    padding-bottom: 50px;
}

    .cent2_dv4 table {
        width: 100%;
        margin-top: 50px;
    }

        .cent2_dv4 table img {
            width: 100%;
            height: 100%;
        }

.cent2_dv5 {
    width: 82%;
    margin: auto;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
    .cent2_dv5 .dv5_video {
        width:30%;
    }
    .cent2_dv5 .dv5_video_title {
        font-size:18px;
        font-weight:bold;
    }

    .tiles {
        font-size: 20pt;
    }
