/*version:2022.09.27 001*/
* {
    margin: 0;
    padding: 0;
}
:lang(en) .content .areatitle1, :lang(en) .content .news_comp_first,:lang(en) .content .news_company,:lang(en) .content .news_video{display:none;}
.libo{}
ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #004693;
    }

    a:visited {
        color: #333;
    }


body {
    background: #fff;
}

.cnt {
    width: 1200px;
    margin: 0 auto;
    color: #333;
}

.cnt_factory {
    /*width: 1200px;*/
    margin: 0 auto;
    color: #333;
    /*background: #f7f7f7;*/
}

.cnt_about {
    /*width: 1200px;*/
    /*margin: 0 auto;
    color: #333;
    height: 960px;
    background: url(/_layouts/15/HpiExtranetNew/images/about_bg.jpg) center bottom;*/
}



header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    header .logo, header .logo1033 {
        width: 450px;
        height: 5rem;
        background: url(/_layouts/15/hpiextranetnew/images/logo.png) no-repeat;
    }

    header .logo1028 {
        width: 450px;
        height: 5rem;
        background: url(/_layouts/15/hpiextranetnew/images/logo1028.png) no-repeat;
    }
    /*header .logo1028 {
        width: 450px;
        height: 60px;
        position: fixed;
        background-repeat: no-repeat;
        background-image: url(/_layouts/15/1028/Images/index_05.png);
    }
    header .logo1033 {
        width: 660px;
        height: 60px;
        position: fixed;
        background-repeat: no-repeat;
        background-image: url(/_layouts/15/1033/Images/index_05.png);
    }*/

    header .nav a {
        font-size: 14px;
        display: inline-block;
        border-right: 1px solid #dce4eb;
        padding: 0 10px;
        color: #666;
    }

        header .nav a:hover, header .nav a.active {
            /*color: #003399;*/
            color: #333;
            text-decoration: none;
        }

        header .nav a:last-child {
            border-right: 0;
        }

    header .search {
        /*border: 1px solid #e2e2e2;*/
        display: flex;
        align-items: center;
        width: 240px;
        height: 28px;
        /*width: 100%;
        height: auto;*/
    }
/*header form .ipt {
            flex: 1;
            border: none;
            outline: none;
            text-indent: 0.5em;
        }

        header form .submit {
            width: 40px;
            height: 22px;
            background: url(/_layouts/15/hpiextranetnew/images/search.png) no-repeat center;
            background-size: contain;
            border: 0;
            outline: none;
            cursor: pointer;
        }

            header form .submit:hover {
                background-image: url(/_layouts/15/hpiextranetnew/images/search_on.png);
            }*/


.menu {
    display: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeef;
    padding: 0 40px;
    box-sizing: border-box;
}

    nav > ul {
        flex-direction: row;
        justify-content: center;
        display: contents;
    }

        nav > ul > li {
            padding-right: 90px; /*猎豹、ie等浏览器也需要设置padding*/
            padding-right: 90px\9;
        }

    nav li {
        position: relative;
        display: flex;
        float: left;
    }

    nav .ddsmoothmenu1033 ul {
        width: 190px;
        margin-left: 30px;
    }

    nav .ddsmoothmenu1033 li {
        padding-right: 10px;
        padding-left: 20px;
    }
    /*英文，一级导航*/
    nav .ddsmoothmenu1033 > li {
        padding-left: 40px;
    }

    nav .ddsmoothmenu1033 .submenu {
        width: 150px;
    }

        nav .ddsmoothmenu1033 .submenu ul {
            margin-left: 0;
        }




.placeholdermain .ms-webpart-zone .ms-webpartzone-cell {
    margin-bottom: 0;
}


nav li a {
    font-size: 18px;
    line-height: 45px;
    /*min-width: 109px;*/
    color: #333;
    text-decoration: none !important;
}

nav li:hover ul {
    display: block;
}


nav li ul {
    /*display: none;
    position: absolute;
    top: 46px;
    left: -30%;
     background: rgba(0,0,102,0.85);
    z-index: 10;*/
    width: 150px;
}
/*二级、三级导航*/
nav .submenu {
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #003399;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.90;
    /*opacity: 0.85;*/
    background-color: rgb(0, 51, 153,0.90);
}

    nav .submenu:hover {
        background-color: #3366cc;
        filter: alpha(Opacity=100);
        -moz-opacity: 1;
        /*opacity: 0.75;*/
        background-color: rgb(51, 102, 204,1);
    }

    nav .submenu a {
        color: #fff;
        line-height: 38px;
        font-size: 14px;
        display: block;
    }

/*1st sub level menu*/
nav ul li ul {
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
}

    /*Sub level menu list items (undo style from Top level List Items)*/
    nav ul li ul li {
        display: list-item;
        float: none;
    }

        /*All subsequent sub menu levels vertical offset after 1st level sub menu */
        nav ul li ul li ul {
            top: 0;
        }

.topbanner {
    width: 1200px;
    height: 260px;
}

.banner {
}

    .banner .cnt {
    }

    .banner div.swiper-pagination {
        position: absolute;
        margin: auto;
        bottom: 15px;
        width: 240px;
        left: auto;
        right: 40px;
    }

    .banner .swiper-pagination-bullet {
        background: #a49d97;
        width: 35px;
        height: 8px;
        border-radius: 0;
        opacity: 1;
        margin: 0 4px;
    }

    .banner .swiper-pagination-bullet-active {
        background: #ff9900;
    }

    .banner ul li a {
        display: block;
        position: relative;
    }

        .banner ul li a span {
            position: absolute;
            bottom: 5px;
            left: 32px;
            right: 0;
            margin: auto;
            z-index: 10;
            font-size: 15px;
            color: #fff;
            font-weight: bold;
            line-height: 42px;
            padding-left: 14px;
        }

            .banner ul li a span:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 4px;
                height: 18px;
                background: #ff9900;
            }

    .banner .swiper-slide img {
        width: 100%;
    }
#DeltaPlaceHolderMain{
    min-height:900px;
}
.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .content .areatitle1, .content .areatitle2 {
        text-align: center;
        width: 100%;
        height: 137px;
        line-height: 132px;
        font-size: 25.5px;
        font-weight: bold;
        color: #0054a7;
        margin-bottom: 3rem;
    }

    .content .areatitle1 {
        background: url(/_layouts/15/hpiextranetnew/images/news2.png) no-repeat center bottom;
    }

    .content .areatitle2 {
        background: url(/_layouts/15/hpiextranetnew/images/notice2.png) no-repeat center bottom;
    }

    /*HpiListFirstItemWebpart*/
    .content .news_comp_first .ms-webpart-chrome-title {
        /*display: none;*/
    }

    .content .news_comp_first .ms-wpContentDivSpace {
        border: 0;
    }

    .content .news_comp_first .ms-webpartzone-cell {
        margin-bottom: 0;
    }

    .content .firstnews {
        width: 50%;
        justify-content: space-between;
        border: 1px solid #ececec;
        border-radius: 4px;
        padding: 16px 20px;
        /*box-sizing: border-box;*/
        width: 566px;
margin-bottom:20px;
color:#666;
font-family: Arial, Helvetica, sans-serif;
    }

        .content .firstnews h2 {
            background: url(/_layouts/15/hpiextranetnew/images/news.png) no-repeat center bottom;
        }


        .content .firstnews h3 {
            font-size: 20px;
            font-weight: bold;
            /*line-height: 55px;*/
        }

        .content .firstnews .date {
            line-height: 44px;
            font-size: 14px;
            color: #999;
            background: url(/_layouts/15/hpiextranetnew/images/date.png) no-repeat left center;
            padding-left: 28px;
        }

        .content .firstnews p {
            line-height: 26px;
            font-size: 14px;
color: #666;
        }

            .content .firstnews p a {
                color: #3879c8;
                cursor: pointer;
            }

        .content .firstnews .content2, .content .firstnews .content3 {
            margin: 0;
        }


    .content .news .video {
        width: 550px;
        height: 287px;
        border: 1px solid #000;
        background: #000;
        position: relative;
    }

        .content .news .video:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,0.39) url(../images/play.png) no-repeat center;
            cursor: pointer;
        }

    .content .news .playing:after {
        display: none;
    }

    .content .news .video video {
        display: block;
        width: 100%;
        height: 100%;
    }

    .content .news_company {
        margin-top: 20px;
    }

        .content .news_company .title4 {
            display: none;
        }

        .content .news_company .block {
            width: 575px;
        }

            .content .news_company .block .more {
                width: 94px;
                height: 34px;
                line-height: 34px;
                background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
                border-radius: 18px;
                display: block;
                font-size: 14px;
                text-indent: 20px;
                margin-top: 5px;
            }

                .content .news_company .block .more a {
                    color: #fff;
                    width: 100%;
                    display: block;
                    padding-top: 6px;
                }

                .content .news_company .block .more:hover {
                    background-color: #1f5ca0;
                }

                .content .news_company .block .more a:visited {
                    color: #fff;
                }

            .content .news_company .block table tr td {
                line-height: 30px;
                font-size: 14px;
            }

                .content .news_company .block table tr td span a {
                    background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
                    padding-left: 20px;
                    font-size: 14px;
                }

            .content .news_company .block .date {
                line-height: 40px;
                font-size: 14px;
            }

                .content .news_company .block .date b {
                    font-size: 20px;
                    margin-right: 10px;
                }

            .content .news_company .block .topic {
                margin-bottom: 14px;
            }

                .content .news_company .block .topic h5 {
                    font-size: 14px;
                    line-height: 42px;
                }

                .content .news_company .block .topic p {
                    font-size: 14px;
                    line-height: 24px;
                }

        .content .news_company .more {
            width: 80px;
            height: 34px;
            line-height: 34px;
            background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
            border-radius: 18px;
            display: block;
            color: #fff;
            font-size: 14px;
            text-indent: 14px;
            margin-top: 125px;
            position: absolute;
        }

            .content .news_company .more a {
                color: #fff;
                width: 100%;
                display: block;
                padding-top: 7px;
            }

                .content .news_company .more a:visited {
                    color: #fff;
                }

            .content .news_company .more:hover {
                background-color: #1f5ca0;
            }
            .content .news_video {
                /* margin-top: 20px; */
                width:45%;
            }
        
                .content .news_video .title4 {
                    display: none;
                }
        
                .content .news_video .block {
                    /* width: 575px; */
                }
        
                    .content .news_video .block .more {
                        width: 94px;
                        height: 34px;
                        line-height: 34px;
                        background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
                        border-radius: 18px;
                        display: block;
                        font-size: 14px;
                        text-indent: 20px;
                        margin-top: 5px;
                    }
        
                        .content .news_video .block .more a {
                            color: #fff;
                            width: 100%;
                            display: block;
                            padding-top: 6px;
                        }
        
                        .content .news_video .block .more:hover {
                            background-color: #1f5ca0;
                        }
        
                        .content .news_video .block .more a:visited {
                            color: #fff;
                        }
        
                    .content .news_video .block table tr td {
                        line-height: 30px;
                        font-size: 14px;
                    }
        
                        .content .news_video .block table tr td span a {
                            background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
                            padding-left: 20px;
                            font-size: 14px;
                        }
        
                    .content .news_video .block .date {
                        line-height: 40px;
                        font-size: 14px;
                    }
        
                        .content .news_video .block .date b {
                            font-size: 20px;
                            margin-right: 10px;
                        }
        
                    .content .news_video .block .topic {
                        margin-bottom: 14px;
                    }
        
                        .content .news_video .block .topic h5 {
                            font-size: 14px;
                            line-height: 42px;
                        }
        
                        .content .news_video .block .topic p {
                            font-size: 14px;
                            line-height: 24px;
                        }
        
                .content .news_video .more {
                    width: 80px;
                    height: 34px;
                    line-height: 34px;
                    background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
                    border-radius: 18px;
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    text-indent: 14px;
                    margin-top: 160px;
                    position: absolute;
                }
        
                    .content .news_video .more a {
                        color: #fff;
                        width: 100%;
                        display: block;
                        padding-top: 7px;
                    }
        
                        .content .news_video .more a:visited {
                            color: #fff;
                        }
        
                    .content .news_video .more:hover {
                        background-color: #1f5ca0;
                    }
        
    .content .news_video video {
        width: 560px;
    }

    .content .news, .content .notice, .content .msg {
        width: 410px;
        height: 380px;
        box-shadow: 0 0 10px rgba(204,204,204,0.39);
        border: 1px solid #ececec;
        border-radius: 4px;
        padding: 30px 20px 0px 20px;
        box-sizing: border-box;
    }

    .content .title4, .content .title1 {
        line-height: 44px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin-bottom: 20px;
    }

    .content .block {
        /*margin-top: 20px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 35px 30px;
        box-sizing: border-box;*/
    }

        .content .block .hpilistwp .itemtitle {
            width: 75%;
        }

        .content .block .hpilistwp .itemdate {
            width: 25%;
            text-align: right;
        }

    .content .news .title4 {
    }

    .content .news .block {
        background: url(/_layouts/15/hpiextranetnew/images/pen.png) no-repeat right 20px;
    }

        .content .news .block table tr td {
            line-height: 30px;
            font-size: 14px;
        }

            .content .news .block table tr td span a {
                background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
                padding-left: 20px;
                font-size: 14px;
            }

        .content .news .block .date {
            line-height: 40px;
            font-size: 14px;
        }

            .content .news .block .date b {
                font-size: 20px;
                margin-right: 10px;
            }

        .content .news .block .topic {
            margin-bottom: 14px;
        }

            .content .news .block .topic h5 {
                font-size: 14px;
                line-height: 42px;
            }

            .content .news .block .topic p {
                font-size: 14px;
                line-height: 24px;
            }

        .content .news .block ul li {
            line-height: 30px;
            display: flex;
            justify-content: space-between;
            background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
        }

            .content .news .block ul li a {
                padding-left: 20px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .content .news .block ul li span {
                width: 80px;
                text-align: right;
                flex-shrink: 0;
            }

    .content .news .more, .content .notice .more {
        width: 80px;
        height: 30px;
        line-height: 44px;
        background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
        border-radius: 18px;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        text-indent: 15px;
        float: right;
        margin-top: -58px;
        margin-left: 290px;
    }

        .content .news .more a, .content .notice .more a {
            color: #fff;
            width: 100%;
            display: block;
            padding-top: 5px;
        }

        .content .news .more:hover, .content .notice .more:hover {
            background-color: #1f5ca0;
        }

        .content .notice .more a {
            color: #fff;
        }

            .content .news .more a:visited, .content .notice .more a:visited {
                color: #fff;
            }



    .content .notice {
        /*width: 414px;*/
    }

        .content .notice .title4 {
            /*background: url(/_layouts/15/hpiextranetnew/images/notice.png) no-repeat center bottom;
            background-size: 100% auto;*/
        }

        .content .notice .block {
            background: url(/_layouts/15/hpiextranetnew/images/global.png) no-repeat right 20px;
        }

            .content .notice .block table tr td {
                line-height: 30px;
                font-size: 14px;
            }

                .content .notice .block table tr td span a {
                    background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
                    padding-left: 20px;
                    font-size: 14px;
                }

            .content .notice .block .date {
                line-height: 38px;
                font-size: 14px;
            }

                .content .notice .block .date b {
                    font-size: 20px;
                    margin-right: 10px;
                }

            .content .notice .block .topic {
                margin-bottom: 14px;
            }

                .content .notice .block .topic h5 {
                    font-size: 14px;
                    line-height: 46px;
                }

                .content .notice .block .topic p {
                    font-size: 14px;
                    line-height: 24px;
                }

            .content .notice .block ul li {
                line-height: 30px;
                display: flex;
                justify-content: space-between;
                background: url(/_layouts/15/hpiextranetnew/images/news_li.png) no-repeat left center;
            }

                .content .notice .block ul li a {
                    padding-left: 20px;
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .content .notice .block ul li span {
                    width: 80px;
                    text-align: right;
                    flex-shrink: 0;
                }

    /*.content .notice .block .more {
                width: 80px;
                height: 34px;
                line-height: 34px;
                background: url(/_layouts/15/hpiextranetnew/images/arrow.png) no-repeat 71% center #b5cbe3;
                border-radius: 18px;
                display: block;
                color: #fff;
                font-size: 14px;
                text-indent: 20px;
                margin-top: 24px;
            }*/

    /*.content .notice .block .more a {
                    color: #fff;
                    width: 100%;
                    display: block;
                    padding-top: 6px;
                }

                    .content .notice .block .more a:visited {
                        color: #fff;
                    }

    .content .block .more:hover {
        background-color: #1f5ca0;
    }*/

    .content .msg {
        width: 335px;
    }

        .content .msg .title1 {
            /*background: url(/_layouts/15/hpiextranetnew/images/msg.png) no-repeat center bottom;
            background-size: 100% auto;*/
        }

            .content .msg .title1 .bondsimg {
                background: url(/_layouts/15/hpiextranetnew/images/stock.png) no-repeat center bottom;
                width: 80px;
                height: 30px;
                display: inline-block;
                float: right;
                margin-top: 6px;
            }

        .content .msg .block {
            /*padding: 16px 18px;*/
        }

        .content .msg .bonds .block {
            padding-bottom: 0;
        }

            .content .msg .bonds .block .bondsse {
                background-color: #ECF3F9;
                border-bottom: 0;
            }

            /*bondskey
            .content .msg .bonds .block .bongskey {
                border-bottom: 0;
            }*/

            .content .msg .bonds .block .rockLink {
                background-image: url() !important;
                padding-left: 0 !important;
                font-size: 13px !important;
                color: #333 !important;
                border-bottom: 0;
            }


        .content .msg .block img {
            display: block;
            width: 100%;
        }

        .content .msg .block ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 18px;
            margin-bottom: 20px;
        }

            .content .msg .block ul li {
                width: 49%;
                border: 1px solid #dcdcdc;
                box-sizing: border-box;
                line-height: 24px;
                text-align: center;
                margin-bottom: 0;
            }

                .content .msg .block ul li a {
                    display: block;
                }
        /*电子商务*/
        .content .msg .RightLinks {
            /*padding: 16px 18px;*/
            /*border: 1px solid #dcdcdc;
            border-radius: 4px;*/
        }

        .content .msg .linkContent {
            /*height: 120px;*/
        }
            /*英文电子商务*/
            /*.content .msg .linkContent_1033 {
            height: 175px;
        }*/

            .content .msg .linkContent .ec {
                height: 60px;
                background-repeat: no-repeat;
                background-size: 100%;
                display: block;
            }

                .content .msg .linkContent .ec a {
                    font-size: 0;
                    width: 100%;
                    display: block;
                    height: 60px;
                }

            /*电子商务，简体*/
            .content .msg .linkContent .ec2052 {
                background-image: url(/_layouts/15/hpiextranetnew/images/ec2052.jpg);
                margin-bottom: 18px;
                display: none;
            }
            /*电子商务，繁体*/
            .content .msg .linkContent .ec1028 {
                background-image: url(/_layouts/15/hpiextranetnew/images/ec1028.jpg);
                margin-bottom: 18px;
                display: none;
            }
            /*电子商务，English*/
            .content .msg .linkContent .ec1033_1 {
                background-image: url(/_layouts/15/hpiextranetnew/images/ec1033_1.jpg);
                margin-bottom: 18px;
                display: none;
            }

            .content .msg .linkContent .ec1033_2 {
                background-image: url(/_layouts/15/hpiextranetnew/images/ec1033_2.jpg);
                margin-bottom: 18px;
                display: none;
            }
            /*文字，废弃*/
            /*.content .msg .linkContent .ec2052 a，.content .msg .linkContent .ec1028 a {
            font-size: 18px;
            padding: 6% 15%;
            float: right;
            max-width: 110px;
        }
            .content .msg .linkContent .ec1033_1 a, .content .msg .linkContent .ec1033_2 a {
            font-size: 18px;
            padding: 2.7% 5%;
            float: right;
            max-width: 110px;
        }*/


            .content .msg .linkContent select {
                width: 100%;
                height: 28px;
                display: block;
                border: 1px solid #b7cdda;
                box-sizing: border-box;
                margin-top: 2px;
            }

    .content .factory {
        margin-top: 60px;
        background: #f7f7f7;
    }

    .content h2 {
        text-align: center;
        height: 137px;
        line-height: 132px;
        font-size: 25.5px;
        color: #0054a7;
        font-weight: bold;
    }

    .content a.more {
        display: block;
        width: 172px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background: #99b6e1 url(/_layouts/15/HpiExtranetNew/images/more.png) no-repeat 94% center;
        color: #fff;
        font-size: 18px;
        text-indent: 50px;
        margin: 40px auto 50px;
    }

        .content a.more:hover {
            background-color: #7aa1de;
        }

    .content .factory h2 {
        background: url(/_layouts/15/HpiExtranetNew/images/factory.png) no-repeat center bottom;
    }

    .content .factory .scroll_cnt {
        width: 1100px;
        margin: 0 auto;
    }

    .content .factory .factory_cnt ul {
        height: 300px;
        margin-top: 36px;
    }

        .content .factory .factory_cnt ul li {
            width: 242px;
            width: 275px\9;
        }

            .content .factory .factory_cnt ul li a {
                display: block;
                text-align: center;
                position: relative;
            }

            .content .factory .factory_cnt ul li span {
                font-size: 14px;
                position: absolute;
                line-height: 56px;
                top: 260px;
                left: 0;
                right: 0;
            }

            .content .factory .factory_cnt ul li a:hover img {
                transform: scale(1.1);
            }

    .content .factory .factory_cnt {
        position: relative;
        overflow: hidden;
    }

        .content .factory .factory_cnt .swiper-button-next, .content .factory .factory_cnt .swiper-button-prev {
            top: 31%;
            background: url(/_layouts/15/HpiExtranetNew/images/s_page.png) no-repeat;
            width: 28px;
            height: 52px;
            outline: none;
        }

        .content .factory .factory_cnt .swiper-button-next {
            transform: rotate(180deg);
        }

    .content .index_about {
        height: 800px;
        background: url(/_layouts/15/HpiExtranetNew/images/about_bg.jpg) center bottom;
    }

        .content .index_about h2 {
            background: url(/_layouts/15/HpiExtranetNew/images/index_about.png) no-repeat center bottom;
        }

        .content .index_about .index_about_info {
            display: flex;
            margin-top: 36px;
        }

            .content .index_about .index_about_info .img {
                padding-right: 20px;
            }

                .content .index_about .index_about_info .img p {
                    display: none;
                    line-height: 38px;
                    padding-left: 15px;
                }

            .content .index_about .index_about_info .index_about_cnt {
                background: #fff;
                height: 290px;
                flex: 1;
                box-shadow: 0 0 10px rgba(204,204,204,0.39);
                padding-left: 50px;
                padding-right: 50px;
                padding-top: 20px;
            }

                .content .index_about .index_about_info .index_about_cnt h5 {
                    line-height: 52px;
                    border-bottom: 1px solid #e5e5e5;
                    font-size: 18px;
                    padding-left: 15px;
                    position: relative;
                }

                    .content .index_about .index_about_info .index_about_cnt h5:before {
                        content: "";
                        position: absolute;
                        height: 20px;
                        border-left: 3px solid #333;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }

                .content .index_about .index_about_info .index_about_cnt p {
                    padding-top: 15px;
                    line-height: 28px;
                    color: #666;
                    font-size: 14px;
                }

    .content .culture {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
    }

        .content .culture div {
            text-align: center;
        }

            .content .culture div a:nth-child(2) {
                display: none;
            }

            .content .culture div:hover a:nth-child(1) {
                display: none;
            }

            .content .culture div:hover a:nth-child(2) {
                display: inline-block;
            }

            .content .culture div p {
                font-size: 18px;
                font-weight: bold;
                line-height: 52px;
            }

footer {
    /*padding-top: 60px;
    background-image: linear-gradient(#fff, #d0d0d0);
    border-bottom: 16px solid #003399;*/
    background: url(/_layouts/15/hpiextranetnew/images/foot_bg.jpg) no-repeat center top;
}

    footer .cnt {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer > .cnt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .cnt ul {
        width: 100%;
        display: flex;
    }

        footer .cnt ul li {
            color: #fff;
            padding-left: 40px;
            line-height: 40px;
            /*background: url(/_layouts/15/hpiextranetnew/images/footer_li.png) no-repeat left;*/
            font-size: 14px;
        }

            footer .cnt ul li:before {
                content: "";
                /*background: url(/_layouts/15/hpiextranetnew/images/address.png) no-repeat left;*/
                padding-left: 40px;
                font-size: 20px;
            }

            footer .cnt ul li.li_address:before {
                background: url(/_layouts/15/hpiextranetnew/images/address.png) no-repeat left;
            }

            footer .cnt ul li.li_tel {
                width: 258px;
            }

            footer .cnt ul li.li_tel_1033 {
                width: 280px;
            }

            footer .cnt ul li.li_tel:before {
                background: url(/_layouts/15/hpiextranetnew/images/tel.png) no-repeat left;
            }

            footer .cnt ul li.li_fax {
                width: 200px;
            }

                footer .cnt ul li.li_fax:before {
                    background: url(/_layouts/15/hpiextranetnew/images/fax.png) no-repeat left;
                }

            footer .cnt ul li.li_contact:before {
                background: url(/_layouts/15/hpiextranetnew/images/people.png) no-repeat left;
            }

            footer .cnt ul li.li_tel2 {
                width: 330px;
            }

            footer .cnt ul li.li_tel2_1033 {
                width: 360px;
            }

            footer .cnt ul li.li_tel2:before {
                background: url(/_layouts/15/hpiextranetnew/images/tel.png) no-repeat left;
            }

            footer .cnt ul li.li_fax2 {
                width: 260px;
            }

            footer .cnt ul li.li_fax2_1033 {
                width: 285px;
            }

            footer .cnt ul li.li_fax2:before {
                background: url(/_layouts/15/hpiextranetnew/images/fax.png) no-repeat left;
            }

            footer .cnt ul li.li_email {
                width: 200px;
            }

                footer .cnt ul li.li_email:before {
                    background: url(/_layouts/15/hpiextranetnew/images/email.png) no-repeat left;
                }

            footer .cnt ul li.li_postcode:before {
                background: url(/_layouts/15/hpiextranetnew/images/postcode.png) no-repeat left;
            }

            footer .cnt ul li.li_contact_1033, footer .cnt ul li.li_postcode_1033 {
                width: 249px;
            }

        /*footer .cnt ul.ul1 li:nth-child(1) {
                background-position: 0 6px;
            }

        footer .cnt ul.ul1 li:nth-child(2) {
            background-position: 0 -33px;
        }

        footer .cnt ul.ul1 li:nth-child(3) {
            background-position: 0 -74px;
        }

        footer .cnt ul.ul1 li:nth-child(4) {
            background-position: 0 -114px;
        }

        footer .cnt ul.ul2 li:nth-child(1) {
            background-position: 0 -152px;
        }

        footer .cnt ul.ul2 li:nth-child(2) {
            background-position: 0 -190px;
        }

        footer .cnt ul.ul2 li:nth-child(3) {
            background-position: 0 -230px;
        }

        footer .cnt ul.ul2 li:nth-child(4) {
            background-position: 0 -270px;
        }*/
        footer .cnt ul.ul1 li.footer_address_1033 {
            line-height: 23px;
            width: 360px;
        }

    footer .cnt .code {
        display: none;
        line-height: 46px;
        text-align: center;
    }

    footer .code .cnt {
    }


    footer .cnt .code p {
        color: #fff;
        font-size: 12px;
    }

    footer .copy {
        background: #004693;
    }

        footer .copy .cnt {
            justify-content: space-between;
            padding-top: 0;
            line-height: 48px;
            align-items:center
        }

            footer .copy .cnt a {
                color: #a8cae5;
                display: inline-block;
                font-size: 12px;
                line-height: 18px;
                text-align: center;
            }

            footer .copy .cnt .ipc {
                color: #a8cae5;
                display: contents;
            }

                footer .copy .cnt .ipc .rights {
            /*        display: inherit;*/
                }

            footer .copy .cnt p {
                color: #a8cae5;
                font-size: 12px;
            }

            footer .copy .cnt .footer_nav a {
                border-right: 1px solid #fff;
                width: 106px;
            }

            footer .copy .cnt a:last-child {
                border: 0;
            }


/*二级页面*/
.about_banner img {
    display: block;
    width: 100%;
}

.about {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .about .left {
        width: 300px; /*326px;*/
    }
        /*search page*/
        /*form[action*="/Pages/Search.aspx"] .cnt .left {
    width:50px;
}*/

        .about .left h2 {
            padding-left: 48px;
            font-size: 20px;
            line-height: 60px;
            background-color: #003399;
            color: #fff;
        }

        .about .left img {
            display: block;
            width: 100%;
        }

        .about .left ul li {
            /*background-color: #f8f8f8;
            line-height: 50px;*/
            border-bottom: 1px solid #ddd;
            box-shadow: 0 1px 0 #fff;
            position: relative;
        }

        .about .left .list-menu1, .about .left .list-menu2, .about .left .list-menu3, .about .left .list-menu4 {
            line-height: 50px;
            border-bottom: 1px solid #ddd;
            box-shadow: 0 1px 0 #fff;
            position: relative;
        }

            .about .left .list-menu1 a, .about .left .list-menu2 a, .about .left .list-menu3 a, .about .left .list-menu4 a {
                font-size: 14px;
                display: block;
                padding-left: 48px;
                cursor: pointer;
                text-decoration: none
            }

            .about .left .list-menu1 a, .about .left .list-menu3 a, .about .left .list-menu4 a {
                color: #333;
            }

        .about .left .list-menu1 {
            background-color: #f8f8f8;
        }

        .about .left .list-menu2 {
            background-color: #003399;
        }

        .about .left .list-menu3 {
            background-color: #adbdde;
        }

        .about .left .list-menu4 {
            background-color: #e1e7f3;
        }

        .about .left .list-menu2 a {
            color: #fff;
        }

        .about .left .list-menu1:hover, .about .left .list-menu2:hover {
            background-color: #003399;
        }

        .about .left .list-menu3:hover, .about .left .list-menu4:hover {
            background-color: #adbdde;
        }

            .about .left .list-menu3:hover:after, .about .left .list-menu4:hover:after {
                background: url(/_layouts/15/hpiextranetnew/images/arr_on.png) no-repeat center;
            }

        .about .left .list-menu1 a:hover, .about .left .list-menu2 a:hover, .about .left .list-menu3 a:hover, .about .left .list-menu4 a:hover {
            color: #fff;
        }



        .about .left .list-menu1:after, .about .left .list-menu2:after {
            content: "";
            position: absolute;
            right: 30px;
            top: 18px;
            width: 8px;
            height: 15px;
        }

        .about .left .list-menu1:after {
            background: url(/_layouts/15/hpiextranetnew/images/arr.png) no-repeat center;
        }

        .about .left .list-menu2:after {
            background: url(/_layouts/15/hpiextranetnew/images/arr_on.png) no-repeat center;
        }

        .about .left .list-menu1:hover:after, .about .left .list-menu2:hover:after {
            background: url(/_layouts/15/hpiextranetnew/images/arr_on.png) no-repeat center;
        }


        .about .left ul li:hover, .about .left ul li.on {
            color: #fff;
            background-color: #003399;
        }

            .about .left ul li:hover:after, .about .left ul li.on:after {
                background-image: url(/_layouts/15/hpiextranetnew/images/arr_on.png);
            }

            .about .left ul li:hover a, .about .left ul li.on a {
                color: #fff;
            }

        .about .left ul li a {
            display: block;
            padding-left: 48px;
            font-size: 14px;
            cursor: pointer;
        }

        .about .left ul li.on.more:after {
            background-image: url(/_layouts/15/hpiextranetnew/images/arr_down.png);
            top: 22px;
            width: 15px;
            height: 8px;
        }

        .about .left ul li.more dl {
            display: none;
        }

            .about .left ul li.more dl dd {
                line-height: 50px;
                border-bottom: 1px solid #fff;
                background-color: #e1e7f3;
            }

                .about .left ul li.more dl dd:hover, .about .left ul li.more dl dd.active {
                    background-color: #adbdde;
                }

                .about .left ul li.more dl dd a {
                    color: #333;
                }

    .about .right {
        flex: 1;
        position: relative;
        margin-left: 42px;
    }

        .about .right .list-righttitle {
            display: flex;
            align-items: center;
            font-size: 20px;
            line-height: 37px;
            margin-bottom: 6px;
            font-weight: bold;
        }

            .about .right .list-righttitle img {
                margin-right: 15px;
            }

        .about .right .position {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 34px;
            font-size: 14px;
            color: #999;
        }

        .about .right .position a {
  
            color: #999;
        }

        .about .right .pageBody {
            border-top: 1px solid #dcdcdc;
            margin: auto;
            font-size: 14px;
            line-height: 30px;
            color: #666;
            padding: 20px 20px;
            word-spacing: 5px;
        }

.contact_cn a {
    background: url(/_layouts/15/HPIExtranetNew/Images/contact_cn_01.png) no-repeat 71% center;
    display: block;
    width: 300px;
    height: 60px;
    padding: 30px;
}

    .contact_cn a:hover {
        background: url(/_layouts/15/HPIExtranetNew/Images/contact_cn_02.png) no-repeat 71% center;
    }

.contact_us a {
    background: url(/_layouts/15/HPIExtranetNew/Images/contact_us_01.png) no-repeat 71% center;
    display: block;
    width: 300px;
    height: 60px;
    padding: 30px;
}

    .contact_us a:hover {
        background: url(/_layouts/15/HPIExtranetNew/Images/contact_us_02.png) no-repeat 71% center;
    }

.contact_hk a {
    background: url(/_layouts/15/HPIExtranetNew/Images/contact_hk_01.png) no-repeat 71% center;
    display: block;
    width: 300px;
    height: 60px;
    padding: 30px;
}

    .contact_hk a:hover {
        background: url(/_layouts/15/HPIExtranetNew/Images/contact_hk_02.png) no-repeat 71% center;
    }

/*page-table*/
.list-table {
    /*background-color: #b6dbe6;*/
    /*border: 1px solid #b6dbe6;*/
    display: table-cell;
    padding-right: 10px;
}

    .list-table thead tr {
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-color: #F8F9FB;
    }

    .list-table tr td {
        padding-left: 10px;
        border: 1px solid #F3F3F3;
        min-height: 25px;
    }

        .list-table tr td.td1 {
            padding: 0 10px;
        }

        .list-table tr td.td2 {
            background-color: #F8F9FB;
            line-height: 30px;
        }

        .list-table tr td.td3 {
            padding: 0 30px;
            text-align: center;
        }

/*Bonus_stock.aspx*/
.contenTable {
    /*background-color: #b6dbe6;*/
    border: 1px solid #F3F3F3;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

    .contenTable thead tr {
        /*padding-left: 10px;
        background-color: #f3fafc;
        width: 160px;
        border: 1px solid #b6dbe6;
        text-align: center;
        padding: 2px;*/
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-color: #F8F9FB;
    }

    .contenTable tbody tr td {
        /*padding-left: 10px;
        border: 1px solid #b6dbe6;
        background-color: #fff;
        text-align: center;
        padding: 2px;*/
        border: 1px solid #F3F3F3;
        min-height: 25px;
    }

/*page-bonus_stock,search*/
.about .right .welcome-content {
    /*border: 1px solid #F3F3F3;*/
    /*padding-left: 10px;*/
}

    .about .right .welcome-content .ms-srch-ellipsis a {
        font-size: 14px;
        font-weight: bold;
    }
    /*sitemap*/
    .about .right .welcome-content #hpisitemap {
    }

        .about .right .welcome-content #hpisitemap .submenu a {
            border: 1px solid #F3F3F3;
            display: block;
            line-height: 30px;
        }

        .about .right .welcome-content #hpisitemap > li > a {
            line-height: 35px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            background-color: #F8F9FB;
            display: block;
            padding-left: 0;
        }

        .about .right .welcome-content #hpisitemap > li > ul > li > a {
            border: 1px solid #F3F3F3;
            background-color: white;
            display: block;
            line-height: 30px;
        }

.siteItemSecondRow > li > a {
    line-height: 35px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    background-color: #F8F9FB;
    display: block;
    padding-left: 0;
}

.siteItemSecondRow .submenu > a {
    border: 1px solid #F3F3F3;
    background-color: white;
    display: block;
    line-height: 30px;
}


/*列表View*/
/*列表header*/
.about .right .listAndLibraryPannel {
    border-top: 1px solid #dcdcdc;
    margin: auto;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    /*padding: 0 20px;*/
}
    /*列表字段标题*/
    .about .right .listAndLibraryPannel .ms-viewheadertr {
        display: none;
    }
/*HPINewsViewPage.aspx begin*/
/*.about .right .listAndLibraryPannel .list-part1 td {
            line-height: 45px;
            border-bottom: 1px dashed #dcdcdc;
        }
            .about .right .listAndLibraryPannel .list-part1 td a {
                display: block;
                padding-left: 15px;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
            }*/
/*HPINewsViewPage.aspx end*/
.about .right .pageBody p, .topContentSpan p {
    text-indent: 2em;
    margin-bottom: 14px;
    line-height: 30px;
    text-align: justify;
    word-spacing: 5px;
}

.about .right .pageBody > img {
    width: 100%;
}

    .about .right .pageBody > img.floatImage {
        width: auto;
    }

.list-part3 .text div:last-child img {
    width: 80%;
    display: block;
    padding-left: 10%;
}

.list-part3 .text div span {
    font-size: 14px !important;
}

.list-part3 .text p {
    text-indent: 2em;
    text-align: justify;
}

.list-part3 .text div img {
    width: 100%;
}


.floatImage {
    border: 1px solid #ececec;
    /* background-color: #f2f2f2; */
    padding: 10px;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    height: 190px;
}

.about .right .pageBody h2 {
    padding: 0 !important;
    text-align: center;
}


/*自定义列表视图，针对老版本的样式，ul、li结构begin*/
.about .right .about_list ul li {
    line-height: 45px;
    border-bottom: 1px dashed #dcdcdc;
    display: flow-root;
}

    .about .right .about_list ul li a {
        padding-left: 15px;
        padding-right: 20px;
        color: #333;
        /*justify-content: space-between;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;*/
    }

    .about .right .about_list ul li span {
        float: right;
    }

    .about .right .about_list ul li a span {
        color: #666;
    }

    .about .right .about_list ul li a:hover {
        background-color: #f8f8f8;
        text-decoration: none;
        color: #0072c6;
    }

.about .right .about_list .page {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

    .about .right .about_list .page a {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1px solid #bababa;
        border-radius: 4px;
        margin: 0 6px;
        font-size: 14px;
    }

        .about .right .about_list .page a img {
            vertical-align: middle;
        }

        .about .right .about_list .page a.next {
            transform: rotate(180deg);
        }

        .about .right .about_list .page a.on {
            background-color: #e5e5e5;
        }
/*自定义列表视图，，针对老版本的样式，ul、li结构，end*/

/*自定义列表视图publish.aspx，table结构，begin*/
.about .right .ms-csrlistview-controldiv {
    display: none;
}

form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover {
    line-height: 45px;
    border-bottom: 1px dashed #dcdcdc;
    display: table-row;
}

form[action*="publish.aspx"] .about .right .listAndLibraryPannel table tr.ms-itmhover td {
    line-height: 45px;
    border-bottom: 1px dashed #dcdcdc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 700px;
}



.about .right .listAndLibraryPannel table tr td.ms-cellstyle.ms-vb2 {
    width: 100%;
}

.about .right .listAndLibraryPannel table tr .field_title {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333;
}

.about .right .listAndLibraryPannel table tr .field_postDate {
}

/*分页*/
.about .right .listAndLibraryPannel .ms-bottompaging {
    width: 100%;
    text-align: center;
}
/*item checkbox*/
/*
form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td.ms-vb-itmcbx.ms-vb-firstCell {
    display: none;
}*/
/*LinkFilenameNoMenu
form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td:nth-child(2) {
    position: absolute;
    left: 0;
    font-size: 0;
    width: 100%;
    z-index: 1;
}*/
/*Title
form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td:nth-child(3) {
    position: absolute;
    left: 0;
    padding-left: 20px;
}*/
/*时间字段
form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td:last-child {
    text-align: right;
    padding-right: 20px;
}*/
/*
form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td .ms-newgif {
    float: left;
    margin-left: -8px;
    margin-top: -28px;
}

form[action*="publish.aspx"] .about .right .listAndLibraryPannel table table tr.ms-itmhover td a {
    width: 100%;
    display: block;
    color: #333;
    padding-left: 15px;
    text-decoration: none;
}*/
form[action*="publish.aspx"] .about .right .about_list ul li a {
    padding-left: 15px;
    padding-right: 20px;
    color: #333;
    /*justify-content: space-between;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;*/
}

form[action*="publish.aspx"] .about .right .about_list ul li span {
    float: right;
}

form[action*="publish.aspx"] .about .right .about_list ul li a span {
    color: #666;
}

form[action*="publish.aspx"] .about .right .about_list ul li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    color: #0072c6;
}

form[action*="publish.aspx"] .about .right .about_list .page {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

    form[action*="publish.aspx"] .about .right .about_list .page a {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1px solid #bababa;
        border-radius: 4px;
        margin: 0 6px;
        font-size: 14px;
    }




/*.about .right .about_list .page a img {
            vertical-align: middle;
        }

        .about .right .about_list .page a.next {
            transform: rotate(180deg);
        }

        .about .right .about_list .page a.on {
            background-color: #e5e5e5;
        }*/
/*自定义列表视图，end*/



@media screen and (max-width: 600px) {
    .cnt {
        width: 100%;
        padding: 0 0.06rem;
        box-sizing: border-box;
    }

    header {
        display: block;
        height: auto;
        margin-bottom: .3rem !important;
    }

        header .menu {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            background: url(/_layouts/15/hpiextranetnew/images/menu.png) no-repeat center;
            background-size: .36rem auto;
            width: .88rem;
            height: .88rem;
            z-index: 10;
        }

        header .logo, header .logo1033 {
            width: 5rem;
            height: .5rem;
            margin-top: .2rem;
            background: url(/_layouts/15/hpiextranetnew/images/logo.png) no-repeat;
            background-size: 100% 100%;
        }


        header .logo1028 {
            height: .9rem;
            margin-top: .2rem;
            background: url(/_layouts/15/hpiextranetnew/images/logo1028.png) no-repeat;
            background-size: 60% 60%;
        }

    .ms-core-overlay {
        width: 100% !important;
    }

    .list-righttips {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .thumbnailFieldDiv img {
        width: 100%;
    }


    header .logo1028 {
        width: 100%;
    }

    header .nav {
        height: .7rem;
        font-size: .18rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

        header .nav a {
            font-size: .18rem;
            padding: 0 .4rem;
        }


    header .search {
        width: 100%;
        margin: auto;
    }

        header .search div {
            width: 100%;
            height: 30px;
        }

        header .search .ms-srch-sb-searchLink {
            float: right;
        }

        header .search .ms-srch-sb > input {
            height: 30px;
        }

        header .search .ms-srch-sb-searchImg {
            margin-top: 3px;
        }
    /*header form .ipt {
                height: .76rem;
            }

            header form .submit {
                width: .9rem;
                height: .4rem;
            }*/
    nav {
        display: none;
        border-bottom: 0;
    }

        nav.show_menu {
            display: block;
            padding-left: 0.6rem;
        }

            nav.show_menu .ddsmoothmenu, nav.show_menu .ddsmoothmenu1033 {
                display: inline-block;
            }



            /*nav.show_menu .selected:after {
                content: "";
                position: relative;
                right: .14rem;
                top: .4rem;
                width: 8em;
                height: .11rem;
                background: url(/_layouts/15/hpiextranetnew/images/wap_arr.png) no-repeat center;
                background-size: contain;
            }*/

            nav.show_menu ul li {
                width: 100%;
                border-bottom: .01rem solid #f3f3f2;
            }

                nav.show_menu ul li ul {
                    padding-top: 38px;
                    width: 100% !important;
                    /*position: relative;*/
                    /*margin-left: -6rem;*/
                }

                    nav.show_menu ul li ul li {
                        display: flex;
                    }

                        nav.show_menu ul li ul li a {
                            /*width: 90%;*/
                        }

            nav.show_menu ul.ddsmoothmenu1033 > li {
                padding-left: 0;
                width: 120%;
            }

        nav .ddsmoothmenu1033 .submenu {
            width: 100%;
        }

        nav .submenu {
            background-color: #fff;
            color: #333;
            padding-left: 10px;
            width: 100%;
        }

            nav .submenu:hover {
                background-color: #fff;
                color: #333;
            }

        nav ul.ddsmoothmenu li.submenu a, nav ul.ddsmoothmenu1033 li.submenu a {
            background-color: #fff;
            color: #333;
            border-right: .01rem dashed #f3f3f2;
            /*width: 30%;
        padding-right: 50%;*/
        }

        /*一级导航，after*/
        nav ul.ddsmoothmenu > li:after {
            content: "";
            position: relative;
            right: .14rem;
            top: .4rem;
            width: 8rem;
            height: .11rem;
            background: url(/_layouts/15/hpiextranetnew/images/wap_arr.png) no-repeat center;
            background-size: contain;
        }

        nav ul.ddsmoothmenu1033 > li:after {
            content: "";
            position: relative;
            right: .14rem;
            top: .4rem;
            width: 1.8rem;
            height: .11rem;
            background: url(/_layouts/15/hpiextranetnew/images/wap_arr.png) no-repeat center;
            background-size: contain;
            padding-left: 0;
        }
        /*二级导航，after*/
        nav ul.ddsmoothmenu > li > ul > li:after {
            content: "";
            position: relative;
            right: .14rem;
            top: .4rem;
            width: 5.3rem;
            height: .11rem;
            background: url(/_layouts/15/hpiextranetnew/images/wap_arr.png) no-repeat center;
            background-size: contain;
        }

        nav ul.ddsmoothmenu1033 > li > ul > li:after {
            content: "";
            position: relative;
            right: .14rem;
            top: .4rem;
            width: 3.5rem;
            height: .11rem;
            background: url(/_layouts/15/hpiextranetnew/images/wap_arr.png) no-repeat center;
            background-size: contain;
        }

        nav ul.ddsmoothmenu > li a {
            width: 30%;
            border-right: .01rem dashed #f3f3f2;
        }

        nav ul.ddsmoothmenu1033 > li a {
            width: 70%;
            border-right: .01rem dashed #f3f3f2;
        }

        nav ul.ddsmoothmenu1033 li ul li a {
            width: 70%;
            border-right: .01rem dashed #f3f3f2;
        }

    .topbanner {
        padding-top: 0.6rem;
        height: auto;
    }
    /*繁体*/
    /*form[action*="sites/big5"] .topbanner {
        padding-top: 0.9rem;
    }*/
    .banner {
        height: 2.8rem;
    }
    /*小屏banner*/
    #contentRow > .cnt {
        margin-top: 60px;
    }

    .banner img {
        height: 2.8rem;
        object-fit: contain;
    }

    .banner > ul {
        /*width: 431px;*/
        width: 360px;
    }

    .banner ul li a span {
        font-size: .18rem;
        width: 100%;
        line-height: 200%;
        padding-left: .2rem;
        left: .2rem;
    }

        .banner ul li a span:before {
            width: .04rem;
            height: .24rem;
        }

    .banner div.swiper-pagination {
        top: .2rem;
        bottom: auto;
        left: .2rem;
        right: .2rem;
        width: auto;
    }

    .banner .swiper-slide img {
        width: auto;
    }

    .banner .swiper-pagination-bullet {
        width: .32rem;
        height: .08rem;
        margin: 0 0.02rem;
    }
.content .news_comp_first #WebPartctl00_ctl54_g_eb8a446e_c421_4621_bf6f_6a73f8441c2d,.content .news_comp_first #WebPartctl00_ctl54_g_5c9f57ab_724b_494f_9fb3_fd6290632d8f{
      width:100%!important;
    } 
    .content .news_comp_first #WebPartctl00_ctl54_g_eb8a446e_c421_4621_bf6f_6a73f8441c2d video,.content .news_comp_first #WebPartctl00_ctl54_g_5c9f57ab_724b_494f_9fb3_fd6290632d8f video{
      width:100%!important;
    }
    .content .news_company {
        margin-bottom: 30px;
    }

        .content .news_company .more {
            margin-top: 115px;
        }

        .content .news_company .block .itemtitle a {
            max-width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }
        .content .news_video{
            width:100%;
        }
        .content .news_video .block .hpilistwp .itemdate{
            display: none;
        }
    .content .areatitle1, .content .areatitle2 {
        margin-bottom: 1rem;
    }

    .content .news, .content .notice, .content .msg {
        width: 100%;
        padding: 35px 6px;
        height: 400px;
    }

        .content .news .more, .content .notice .more {
            margin-left: 70%;
        }

    .content .block a, .content .block span {
        font-size: 14px;
    }

    .content .msg .block {
        height: auto;
    }

        .content .msg .block ul li {
            font-size: .12rem;
        }

    .about_banner {
        padding: 0.4rem 0.3rem .28rem;
    }

        .about_banner img {
            height: 2.1rem;
            object-fit: contain;
            object-position: center;
        }

    .about .left, .about .right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
        /*page*/

        .about .right .position {
            position: relative;
        }

        .about .right .about_list ul li a {
            font-size: .21rem;
        }

    form[action*="publish.aspx"] .about .right .listAndLibraryPannel table tr.ms-itmhover td {
        line-height: 25px;
        border-bottom: 1px dashed #dcdcdc;
        text-overflow: ellipsis;
        white-space: unset;
        overflow: hidden;
        max-width: 100%;
    }

    .list-part2 {
        width: 100%;
    }

    .list-part3 {
        margin-left: 0;
        margin-right: 0;
    }

    .thumbnailFieldTable, .thumbnailFieldDiv {
        width: 100%;
    }

    .about .right .pageBody p, .topContentSpan p {
        text-indent: 2em;
        padding-left: .1rem;
        padding-right: .1rem;
    }

        .about .right .pageBody p img {
            width: 100%;
        }

    /*search page*/
    .about .right .welcome-content input.ms-srch-sbLarge-fullWidth {
        width: 81%;
    }

    .content .firstnews {
        width: 100%;
        /*padding: 20px 10px;*/
        padding-left: 0;
        padding-right: 0;
    }

    .content .news_comp_first {
        width: 100%;
    }

    .content .news_video .ms-WPBody {
        width: 100% !important;
    }

    .content .news_video video {
        width: 100%;
    }

    .content .news_company .block {
        width: 100%;
    }

    /*factory*/
    .content .factory h2, .content .index_about h2 {
        background-size: 100% auto;
    }

    .content .index_about .index_about_info {
        flex-wrap: wrap;
    }

        .content .index_about .index_about_info .img {
            width: 100%;
            padding-top: 0;
        }

            .content .index_about .index_about_info .img img {
                display: block;
                width: 100%;
            }

            .content .index_about .index_about_info .img p {
                font-size: .18rem;
                line-height: .8rem;
                text-align: center;
                padding: 0;
            }

        .content .index_about .index_about_info .index_about_cnt {
            height: auto;
            padding: .4rem .6rem;
        }

    .content .factory .scroll_cnt {
        width: 100%;
    }

    .content .factory .factory_cnt .swiper-container {
        width: 380px;
        height: 150px;
    }

    .content .factory .factory_cnt ul {
        height: 2.4rem;
    }

        .content .factory .factory_cnt ul li {
            height: 2.4rem;
        }

            .content .factory .factory_cnt ul li a img {
                width: 1.37rem;
            }

            .content .factory .factory_cnt ul li span {
                top: 1.2rem;
                font-size: .12rem;
                text-align: center;
            }

    .content .factory .factory_cnt .swiper-button-next, .content .factory .factory_cnt .swiper-button-prev {
        width: .3rem;
        height: .4rem;
        background-size: contain;
    }

    .content .factory .factory_cnt .swiper-button-prev {
        left: .15rem;
    }

    .content .factory .factory_cnt .swiper-button-next {
        right: .15rem;
    }

    .content .index_about {
        height: auto;
    }

    .content .culture {
        padding: .6rem;
    }

        .content .culture div img {
            width: .96rem;
        }

        .content .culture div p {
            font-size: .2rem;
            line-height: 300%;
        }


    footer {
        padding-top: .4rem;
        background: #396da7;
    }

        footer .cnt {
            padding: 0 .6rem;
        }

            footer .cnt ul {
                display: grid;
            }

                footer .cnt ul li {
                    font-size: .22rem;
                }

                    footer .cnt ul li.li_tel2 {
                        width: 100%;
                    }

                    footer .cnt ul li.li_fax2 {
                        width: 100%;
                    }

                    footer .cnt ul li.li_email {
                        width: 100%;
                    }

                footer .cnt ul.ul1 li.footer_address_1033 {
                    width: 300px;
                }


        footer .copy .cnt {
            flex-wrap: wrap;
        }

            footer .copy .cnt .ipc {
                line-height: 20px;
                word-break: keep-all;
                padding-top: 0.3rem;
            }
            /*footer .cnt .code {
            margin-top: .2rem;
        }*/

            footer .copy .cnt p {
                width: 100%;
                text-align: center;
                border-bottom: 1px solid #dce4eb;
            }

                footer .copy .cnt p a {
                    width: 1.5rem;
                }

            footer .copy .cnt .footer_nav a {
                width: 70px;
            }
}


/*ie 8/9/10/11*/
@media screen\0 {
    nav > ul > li {
        padding-right: 90px;
    }

    nav .submenu a {
        min-width: 50px;
    }

    .content .factory .factory_cnt ul li {
        width: 275px !important;
    }

    footer .copy .cnt .ipc {
        display: inline-table;
        width: 65%;
    }

        footer .copy .cnt .ipc .rights {
            padding-left: 15%;
        }
    /*ie 11*/
    /*@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    nav li {
        padding-right: 90px;
    }
}*/
