﻿body {
}

.bannertitle {
    display: flex;
    height: 200px;
}

/*.bannerimg {
    flex: 1;
    background: linear-gradient(-135deg,rgba(255,255,255,0.4) 0%,rgba(201,201,201,0.55) 100%);
    display: flex;
    cursor: pointer;
}*/

.bannerimg {
    flex: 1;
    cursor: pointer;
    text-align: center;
    background-size: 100% 100%;
}

    .bannerimg img {
        max-height: 70px;
        /* max-width: 160px; */
        max-width: 50%;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .bannerimg span {
        height: 30px;
        font-size: 22px;
        font-weight: 500;
        color: rgba(89,89,89,1);
        line-height: 30px;
        margin-top: 110px;
        /*margin-left: 40px;*/
        overflow: hidden;
    }

.main-left {
    width: 140px;
    height: 620px;
    /* background: rgba(255,255,255,1); */
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 40px;
}

.main-right {
    /* background: rgba(255,255,255,1); */
    margin-top: 40px;
    margin-left: 30px;
    padding: 0px 0% 31px 0px;
    flex: 1;
    height: auto;
    overflow: hidden;
}

.leftbtitle {
    height: 30px;
    font-size: 24px;
    color: rgba(218,37,29,1);
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.leftstitle {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(89,89,89,1);
    line-height: 25px;
    padding-left: 8px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.leftstitleactive {
    font-size: 22px;
    font-weight: 500;
    color: rgba(16,16,16,1);
    border-left: 2px solid rgba(218,37,29,1);
}

.rightcontent {
    margin-left: 4.33%;
    width: 25%;
    /*background-color: #FAFAFA;*/
    height: 300px;
    margin-bottom: 30px;
    padding: 2%;
    float: left;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.07);
}

.rightbtitle {
    height: 25px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(16,16,16,0.8);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.rightstitle {
    height: 22px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(16,16,16,0.8);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rightimg {
    width: 222px;
    height: 222px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.ui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
        box-sizing: border-box
    }

        .ui-flex.justify-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .ui-flex.center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
        }

.rightimg img {
    max-width: 200px;
    max-height: 200px;
    /*position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);*/
}

.newbanner {
    width: 100%;
    height: 320px;
}

.newbannerimg img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 320px;
}

.newbannercontent {
    z-index: 1;
    display: flex;
    /* padding: 23px 5% 10px 50%; */
    width: 1200px;
    margin: 0px auto;
}

    .newbannercontent img {
        max-width: 80%;
        max-height: 520px;
        margin-right: 20%;
    }

/*.newbannertext {
    overflow: hidden;
    flex: 1;
    width: 50%;
    margin-left: 50%;
    padding-top: 90px;
}*/
.bigtext {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    letter-spacing: 6px;
    line-height: 320px;
    width: 1200px;
    margin: 0px auto;
}

/*.bigtext {
    height: 67px;
    font-size: 41px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 62px;
    margin-bottom: 10px;
    height: 88px;
    font-size: 50px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 100px;
}*/

.smalltext {
    /* height: 100px; */
    font-size: 30px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 50px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    //需要控制的文本行数 overflow: hidden;
    overflow: hidden;
}

.bannermore {
    width: 170px;
    height: 50px;
    background: rgba(218,37,29,1);
    border-radius: 40px;
    float: right;
    color: white;
    border: none;
    cursor: pointer;
    /* margin-right: 20%; */
}
/*关于我们*/
ul {
    margin: 0;
    padding: 0;
}

.event_list {
    /* width: 200px; */
    background: url('images/aboutus/dian3.png') 19px 0 repeat-y;
    margin: 10px 0 20px 0;
}

    .event_list h3 {
        margin: 0 0 10px 12px;
        font-size: 24px;
        font-family: Georgia;
        color: #da251d;
        padding-left: 50px;
        background: url('images/aboutus/jian.png') 0 -45px no-repeat;
        /* height: 68px; */
        line-height: 30px;
        font-style: italic;
        display: flex;
    }

.event_list1 {
    margin: 0 0 25px 12px;
    font-size: 24px;
    font-family: myFont, sans-serif;
    color: #da251d;
    padding-left: 50px;
    background: url('images/aboutus/jian.png') 0 -45px no-repeat;
    /* height: 68px; */
    line-height: 30px;
    font-style: italic;
    display: flex;
}

.eventtext {
    font-size: 16px;
    /* height: 68px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin: 0 0 10px 12px;
    line-height: 33px;
    font-style: normal;
    color: #101010;
}

.news-wrap {
    display: flex;
}

.news-nav {
    z-index: 10;
    padding: 40px 20px 40px 20px;
}

.news-con {
    flex: 1;
    padding-top: 50px;
}

.shuxian {
    font-weight: bold;
    color: #da251d;
    padding-right: 15px;
    float: left;
    margin: 0 0 10px 12px;
}

.aboutvido {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 40px;
}

    .aboutvido video {
        width: 100%;
    }

.newhlist {
    width: 26%;
    margin-right: 7.3%;
    float: left;
    margin-bottom: 60px;
    background-color: white;
    padding: 2%;
    height: 310px;
}

    .newhlist img {
        width: auto;
        height: auto;
        border-radius: 4px;
        max-height: 260px;
        max-width: 100%;
    }

.footerbanner {
    flex: 1;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.fbannertext {
    width: 90px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(147,147,147,1);
    line-height: 30px;
    margin: 0px auto;
    cursor: pointer;
}

    .fbannertext a {
        color: rgba(147,147,147,1);
        text-decoration: none;
    }

.fbannertext1 a {
    color: rgba(218,37,29,1);
}

.fbannertext a:hover {
    color: red;
    text-decoration: none;
}

.footerbannerimg {
    margin: 0px auto;
    /* margin-bottom:15px; */
    height: 55px;
}

.footerbanner img {
    max-height: 37px;
    max-width: 50px;
}

.footerbanner:hover {
    color: red;
}

.icon {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 40px;
}

.icon-del {
    background: url('images/aboutus/Abou01.png') no-repeat;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.icon > .icon-del {
    filter: drop-shadow(20px 0 #000);
    position: relative;
    left: -20px;
}

.sbanner-sanjiao1 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid white;
    margin-left: 170px;
    margin-top: -14px;
}

.protecttitle {
    display: flex;
    margin-left: 4.33%;
    margin-bottom: 30px;
    height: 80px;
    background-color: white;
    /*border-left: 10px solid rgba(218,37,29,1);*/
    padding-top: 10px;
    padding-bottom: 10px;
}

    .protecttitle img {
        max-height: 45px;
        max-width:120px;
        object-fit: contain;
    }

.protecttitle-content {
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    line-height: 1.8em;
    flex: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
}
