header {
    width: 100%;
    background-color: #f7f7f7;
}

.center {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
}

.header {
    justify-content: space-between;
}

.header_right {
    background: url(../seach.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 100px;
    width: 479px;
    justify-content: end;
}

.header_seach {
    background-color: #ffffff;
    width: 260px;
    height: 33px;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.header_seach input {
    border: none;
    width: 80%;
    padding-left: 5px;
}

.header_seach input:focus {
    outline: none;
}

.header_seach input::placeholder {
    font-size: 14px;
    color: #999999;
    line-height: 55px;
}

.header_seach img {
    margin-right: 5px;
}

.memo {
    background-color: #d30100;
    width: 100%;
}

.banner {
    width: 100%;
    height: 354px;
    position: relative;

}

.banner1 {
    width: 100%;
    height: 198px;
    position: relative;
}

.banner1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.banner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    font-family: “NSimSun” !important;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memo_cont ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.memo_cont ul li {
    position: relative;
}

.memo_cont ul li::before {
    position: absolute;
    right: -68px;
    top: 11px;
    width: 2px;
    height: 20px;
    content: "";
    background-color: #c30100;
}

.memo_cont ul li:last-child:before {
    display: none;
}

.memo_cont a {
    color: #ffffff;
    font-size: 15px;
    line-height: 42px;
    display: block;
}

.memo_cont a:hover {
    color: #ffc7c7 !important;
}

.about {
    justify-content: space-between;
    padding: 20px 0;
}

.index_title {
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 3px solid #d30100;
}


.about_left {
    width: 70%;
}

.index_name {
    padding-left: 15px;
    position: relative;
}

.index_name::before {
    position: absolute;
    width: 5px;
    height: 19px;
    background-color: #d30100;
    content: "";
    left: 0px;
    top: 0px;
}

.index_name span {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.index_name span:nth-child(2) {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.index_more {
    padding-right: 24px;
    font-size: 15px;
}

.index_more a {
    color: #666666;
}

.about_box {
    padding: 17px 14px;
    border: 1px solid #dcdcdc;
    border-top: none;
    align-items: flex-start;
    height: 264px;
}

.about_img {
    width: 282px;
    height: 260px;
}

.about_memo {
    width: 63%;
    padding: 0px 5px 0 29px;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.about_right {
    width: 28%;
}

.index_more1 {
    padding-right: 0;
}

.about_list {
    position: relative;
    padding-left: 15px;
    justify-content: space-between;
    font-size: 14px;
    padding-bottom: 22px;
}

.about_list:hover a {
    color: #c30100;
}

.about_list:last-child {
    padding-bottom: 0px;
}

.about_list a {
    color: #333333;
}

.about_list a:last-child {
    color: #999999;
}

.about_list::after {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #999999;
}

.about_lina {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.page_index {
    width: 32%;
}

.page_list {
    justify-content: space-between;
    padding: 30px 40px;
}

.about_nav {
    width: 100%;
}

.about_click {
    cursor: pointer;
    display: block;
    width: 33%;
    text-align: center;
    line-height: 33px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    font-size: 14px;
    color: #333333;
}

.about_click:hover {
    background-color: #d2d2d2;
}

.click {
    background-color: #d2d2d2;

}

.about_navf {
    display: none;
}

.cli_nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 51px;
    border-bottom: 1px dashed #cccccc;
}

.cli_nav img {
    margin: 0 5px;
}

footer {
    border-top: 3px solid #d30100;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 122px;
    margin-top: 10px;
}

footer a {
    color: #333333;
}

.page_dh {
    font-size: 14px;
    line-height: 60px;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
}

.page_dh a {
    color: #333333;
}

.page_news {
    margin-top: 18px;
    align-items: flex-start;
    justify-content: space-between;
}

.news_title {
    background-color: #c30100;
}

.news_list {
    font-size: 15px;
    color: #333333;
    padding: 20px 17px;
    display: block;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.pagesnews_left {
    width: 20%;
}

.news_title {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 17px;
}

.pagenews_right {
    width: 78%;
}

.newsright_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    background-color: #f2f2f2;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 18px;
}

.news_box {
    border-bottom: 1px solid #dfdfdf;
    justify-content: space-between;
    line-height: 52px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    margin: 0 25px;
}

.news_box:hover {
    color: #c30100;
}

.newsright_content {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.newsright_content .jiant {
    color: #a0a0a0;
    margin-right: 12px;
}

.box_time {
    color: #a1a1a1;
}

.profile {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 66px;
}


.profiletitle1 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    border-bottom: 3px solid #c30100;
    padding-bottom: 12px;
}

.profile_en {
    font-size: 20px;
    color: #666666;
    margin-left: 13px;
}

.profile_left {
    width: 55%;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}

.profile_cont {
    margin-top: 16px;
}

.profile_right {
    width: 43%;
}


.company {
    margin-top: 145px;
}

.company_title {
    text-align: center;
    position: relative;
}

.company_title p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.company_title p:nth-child(2) {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}

.company_title::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: "";
    width: 64px;
    height: 2px;
    background-color: #c30100;
    transform: translate(-50%, -50%);
}

.company_listb {
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    margin-top: 55px;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 90px;
}

.company_boxb img {
    width: 58px;
    height: 58px;
}

.company_boxb {
    width: 14%;
}

.company_boxb :last-child {
    color: #333333;
    line-height: 1.2;
}

.on {
    color: #ffc7c7 !important;
}

.showpages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px;
}

.showpages a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 2.5px;
    border: 1px solid #dfdfdf;
}

.showpages a:hover {
    background-color: #c30100;
    color: #ffffff;
}

.mynewtit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
}

.yuan {
    margin: auto;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 20px;
}

.mynewcon {
    line-height: 30px;
    color: #333;
    margin: 0 20px;
    font-size: 14px;
    text-align: left;
    margin: 20px 25px 40px 25px;
}

.minhead_right {
    display: none;
}

.phonememo {
    display: none;
}

@media screen and (max-width:1092px) {
    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
    }
    .banner1 p{
        font-size: 22px;
    }
    .phonepadd{
        width: 100%;
        height: 58.4px;
    }
    .memo {
        display: none;
    }

    .phonememo {
        display: none;
    }

    .phonememo{
        position: fixed;
        top: 0;
        z-index: 3;
        left: 0;
    }

    .phonememo{
        width: 100%;
        background-color: #c30100;
        height: 100%;
    }

    .phonememo div{
        width: 100%;
        height: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phonememo a{
        padding: 15px;
        display: block;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
    }

    .header_right {
        display: none;
    }

    .minhead_right {
        display: block;
    }

    .header {
        box-sizing: border-box;
        padding: 0 5%;
    }

    .minhead_right {
        margin: 0 0 0 10px;
    }

    .banner {
        height: 16vh;
    }

    .about {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about_left,
    .about_right {
        width: 95%;
    }

    .fgt {
        height: 10vh;
    }

    .fgt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_list {
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        margin-top: 10px;
    }

    .page_index {
        width: 95%;
    }

    footer {
        line-height: 40px;
    }

    .banner1 {
        height: 15vh;
    }

    .profile {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile_left {
        width: 95%;
    }

    .profile_right {
        width: 95%;
    }

    .company {
        margin-top: 52px;
    }

    .company_listb {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .company_boxb {
        width: 50%;
        margin-bottom: 15px;
    }

    .page_news {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagesnews_left,
    .pagenews_right {
        width: 95%;
    }

    .box_left {

        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news_box {
        box-sizing: border-box;
        margin: 0;
        padding: 0 5%;

    }

    .box_tile {

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}