﻿body {
    /*font-weight:lighter!important;*/
}

ul, li {
    list-style: none;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration-line: none;
    color: #333;
}

    a:hover {
        color: #c7000b;
        text-decoration: none;
    }

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 17px;
    }
}

@media (min-width: 1680px) {
    body {
        font-size: 18px;
    }
}

div {
    /*    overflow:hidden;*/
}

.p-content {
    /*    max-width: 1760px;*/
    min-width: 1200px !important;
    margin: 0px auto !important;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*语言*/
.p-language {
    width: 100%;
    text-align: right;
    padding-bottom: 2px;
    padding-right: 1rem;
    color: #fff;
}

    .p-language > span {
        color: #aaa;
        line-height: 22px;
        font-size: 14px;
    }

        .p-language > span > a {
            font-size: 12px;
            border-radius: 4px;
            padding: 2px 5px;
            text-decoration: none;
            color: #aaa;
        }

            .p-language > span > a:hover {
                background-color: #666;
            }

        .p-language > span > .active {
            background-color: #666;
        }

/*顶部菜单*/
.p-top {
    /*height: 100px;*/
    /*border-bottom: 1px solid #e6e6e6;*/
    /*box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);*/
    width: 100%;
    max-width: 1760px;
    margin: 0px auto;
    /*        overflow: hidden;*/
    /*    position:absolute;
    background-position-x:center;*/
    /*  overflow: hidden;*/
    height: 99px !important;
    overflow: visible;
}

.p-top-bottom-border {
    border-bottom: 1px solid #bcbcbc;
}

.p-top > div {
    float: left;
    height: 98px !important;
    line-height: 98px;
}

.p-top-logo {
    width: 20%;
    padding-left: 2rem;
}

    .p-top-logo > a > img {
        height: 50px;
        max-width: 400px;
    }

.p-top-menu {
    width: 65%;
}

    .p-top-menu > ul > li {
        float: left;
        margin: 0px 15px;
        display: inline-block;
        position: relative;
    }

        .p-top-menu > ul > li:hover .p-top-menu-sub {
            display: block;
        }

        .p-top-menu > ul > li:hover .p-top-menu-top {
            border-bottom: 3px solid darkred;
        }


        .p-top-menu > ul > li > a {
            height: 100px;
            display: block;
            text-decoration: none;
        }

        .p-top-menu > ul > li > ul {
            display: none;
        }

.p-top-menu-sub {
    position: absolute;
    display: none;
    top: 98px;
    left: 0px;
    z-index: 999;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    border: 2px solid #ececec;
    border-top: 0px;
    margin-top: 2px;
}

    .p-top-menu-sub:hover {
        display: block;
    }

    .p-top-menu-sub > li {
        float: none;
        z-index: 9999;
        line-height: 50px;
        width: 180px;
        padding: 0px 2rem;
        border-bottom: 1px solid #f1f1f1;
        font-size: 14px;
        text-align: center;
    }

        .p-top-menu-sub > li:hover {
            background-color: #f1f1f1;
        }

        .p-top-menu-sub > li:last-child {
            border-bottom: 0px;
        }

        .p-top-menu-sub > li > a {
            border-bottom: 0px;
            text-decoration: none !important;
        }

.p-top-search {
    width: 15%;
    padding-right: 1rem;
}

.p-top-search-box {
    width: 100%;
    padding: 5px 10px;
    border-radius: 0px;
    border: 1px solid #aaa;
    line-height: 2.5rem;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
}

    .p-top-search-box > span {
        font-size: 2rem !important;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .p-top-search-box > input {
        border: 0px;
        outline: none;
        height: 2rem !important;
        font-size: 16px;
        width: 100%;
    }



/*banner*/
.p-banner {
    /*margin-top:100px;*/
    /*    background-color: #000000;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 640px;*/
    z-index: 10;
}

.p-banner-content {
    width: 100%;
    min-height: 480px;
    max-height: 640px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.p-banner-box {
    margin: 0px;
    padding: 0px;
    list-style: none;
    min-height: 480px;
    /*max-height: 640px;*/
    position: relative;
    overflow: hidden;
}

    .p-banner-box:hover {
        cursor: pointer;
    }

    .p-banner-box ul li {
        float: left;
        width: 1150px;
        min-height: 480px;
        max-height: 640px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

.p-banner-bottom {
    position: absolute;
    bottom: 30px;
    z-index: 80;
    width: 100%;
    text-align: center;
}

    .p-banner-bottom > ul {
        display: block;
        margin: 0px auto;
        width: -moz-fit-content;
        width: fit-content;
        overflow: hidden;
    }

        .p-banner-bottom > ul > li {
            float: left;
            margin: 5px;
            width: 60px;
            line-height: 8px;
            background: #ececec;
            border-radius: 1px;
            cursor: pointer;
        }

.p-banner-bottom-active {
    background: #9a0000 !important;
}

#inside {
    position: relative;
    transition: all 1s ease;
    /*    height: 640px;*/
}

    #inside ul li {
        float: left;
        /*        height: 640px;*/
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
/*banner*/


/*底部栏目*/
.p-bottom {
    background-color: #373737;
    text-align: center;
    padding: 20px 0px !important;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.75em;
    overflow: hidden;
    color: #fff;
}

.p-bottom-service, .p-bottom-list {
    float: left;
}

.p-bottom-service {
    width: 25%;
    font-weight: inherit !important;
    font-size: 1.75rem;
    line-height: 4rem;
    overflow: hidden;
    border-right: 1px solid #4b5054;
    padding-bottom: 15px;
}

    .p-bottom-service p {
        margin: 10px 0px;
        text-align: center;
    }

        .p-bottom-service p img {
            width: 32%;
            margin: 0px 8px;
        }


.p-bottom-list {
    width: 75%;
    overflow: hidden;
    padding: 25px 25px 0px 25px;
}



    .p-bottom-list > ul {
        overflow: hidden;
        margin-bottom: 0px !important;
        /*        border-bottom: 1px solid #4b5054;*/
    }

        .p-bottom-list > ul > li {
            list-style: none;
            padding-right: 25px;
            margin-bottom: 1rem;
            word-break: keep-all; /* 不换行 */
            white-space: nowrap; /* 不换行 */
            overflow: hidden;
            float: left;
            text-align: left !important;
            cursor: pointer;
        }

            .p-bottom-list > ul > li > a {
                color: #9b9ea0;
            }



.p-bottom-copyright {
    overflow: hidden;
    margin: 1rem 0px;
    padding: 1.5rem 0px;
    text-align: left !important;
    border-top: 1px solid #4b5054;
    color: #9b9ea0;
    line-height: 2.25rem;
}

    .p-bottom-copyright > a {
        color: #fff !important;
    }



    .p-bottom-copyright label {
        font-size: 1.5rem;
        font-weight: inherit;
    }



/*model*/
.p-block {
    max-width: 1250px;
    min-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}



.p-block-left {
    padding-left: 25px;
}

.p-block-right {
    padding-right: 25px;
}

.p-block-both {
    padding: 0px 25px;
}

.p-block-top {
    padding-top: 25px;
}

.p-block-title {
    color: #333;
    text-align: center;
    margin: 0px auto;
    padding: 48px 0px 25px 0px;
    margin-bottom: 20px;
}

    .p-block-title > a > h2 {
        position: relative;
    }

        .p-block-title > a > h2:after {
            content: '';
            width: 8%;
            height: 3px;
            background-color: #c7000b;
            position: absolute;
            left: 50%;
            margin-left: -4%;
            bottom: -12px;
            min-width: 35px;
        }
/*model*/



/*内页banner*/
.i-banner {
    background-position: center;
    background-repeat: no-repeat;
    max-height: 600px;
    min-height: 400px;
    text-align: center;
    width: 100%;
    background-size: 100% auto;
}

    .i-banner > div {
        margin: 0px auto 0rem auto;
        padding-top: 100px;
        font-size: 3rem;
        color: #fff;
        text-align: center;
    }

    .i-banner > p {
        margin: 2rem auto;
        font-size: 2rem;
        color: #fff;
        text-align: center;
    }

    .i-banner > a {
        display: block;
        width: 120px;
        padding: 10px;
        border: 1px solid #ccc;
        margin: 2rem auto;
        font-size: 1.5rem;
        color: #333;
        background-color: #ececec;
        text-align: center;
        cursor: pointer;
    }

        .i-banner > a:hover {
            background-color: darkred;
            border: 1px solid #999;
            color: #fff;
        }
/*内页banner*/

