﻿body {
    color: #050505;
    min-width: 1400px;
}

.p_head {
    height: 140px;
    width: 100%;
    background-color: #fff;
    display: none;
}


    .p_head a.logo {
        background-image: url(../image/head_logo1.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 300px;
        margin: 0 auto;
        display: block;
        cursor: pointer;
    }

.navT_ul {
    display: none;
}

.p_nav {
    height: 121px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #cccccc;
    width: 100%;
    position: relative;
}


.ExMenu {
    position: absolute;
    top: 1px;
    right: 10px;
    width: 100px;
}

    .ExMenu .item {
        width: 100px;
        text-align: center;
        float: left;
        margin-top: 15px;
        height: 40px;
    }

        .ExMenu .item.on a span{
            font-weight:bold;
            color:#0d7ae4;
        }

        .ExMenu .item a {
            cursor: pointer;
            display: block;
            width: 100%;
            height: 100%;
        }

            .ExMenu .item a span {
                display: block;
                line-height: 20px;
                text-align: center;
                font-size: 12px;
                color:#808080;
            }

                .ExMenu .item a img {
                    border-radius:30px;
                }

            .ExMenu .item a:hover {
                color: #b81c22;
            }

.p_nav .nav_list {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 70px;
    height: 120px;
    letter-spacing: 3px;
    text-indent: 3px;
}

    .p_nav .nav_list > .nav_item.logo {
        background-image: url(../image/head_logo1.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 300px;
        margin: 0 auto;
        display: block;
        cursor: pointer;
    }

    .p_nav .nav_list > .nav_item {
        color: #1f1f1f;
        width: 130px;
        display: block;
        line-height: 70px;
        height: 120px;
        position: relative;
        margin: 0 10px;
        float: left;
    }

        .p_nav .nav_list > .nav_item.nav_item_index {
            display: none;
        }

    .p_nav .nav_list .nav_item.on > a {
        color: #b81c22;
    }

    .p_nav .nav_list > .nav_item a {
        display: block;
        border-radius: 10px;
        width: auto;
        height: auto;
        cursor: pointer;
        line-height: 40px;
        height: 40px;
        margin: 40px 20px;
    }

    .p_nav .nav_list .nav_item.on > a {
        background: #48baf3;
        color: #fff;
    }

    .p_nav .nav_list > .nav_item a:hover {
        background: #48baf3;
        color: #fff;
    }

    .p_nav .nav_list > .nav_item > .sub_nav_list {
        display: none;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        padding-bottom: 20px;
        border-width: 1px 0 3px 1px;
        border-color: #ccc #ccc #48baf3 #ccc;
        border-style: solid;
    }



    .p_nav .nav_list > .nav_item:hover > .sub_nav_list {
        display: block;
    }

    .p_nav .nav_list > .nav_item > .sub_nav_list > .nav_item {
        line-height: 40px;
        height: 40px;
    }

        .p_nav .nav_list > .nav_item > .sub_nav_list > .nav_item > a {
            margin: 10px 20px;
        }

    .p_nav .nav_list > .nav_item:hover > .sub_nav_list > .nav_item:first-child a {
        position: relative;
    }

        .p_nav .nav_list > .nav_item:hover > .sub_nav_list > .nav_item:first-child a:before {
            content: "";
            display: block;
            position: absolute;
            bottom: 60px;
            height: 70px;
            width: 100%;
        }

.page_index .p_banner {
    /*height: 801px;*/
}

    .page_index .p_banner .banner {
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: relative;
    }


        .page_index .p_banner .banner .banner_content {
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            background-size: 100% auto;
            width: 100%;
            height: 100%;
            flex-direction: row;
        }

        .page_index .p_banner .banner > a {
            z-index: 1;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
        }

        .page_index .p_banner .banner p {
            display: block;
            flex-grow: 1;
            color: #fff;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            width: 100%;
            letter-spacing: 3px;
        }

        .page_index .p_banner .banner b {
            color: #fff;
            font-size: 40px;
            font-weight: normal;
            letter-spacing: 13px;
            line-height: 60px;
        }

/* .page_index .p_banner .banner:hover:before {
            content: "";
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 0;
        }

        .page_index .p_banner .banner:hover:before {
            display: block;
        }*/

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #b81c22;
}

.p_about {
    height: 390px;
    margin-top: 170px;
}

    .p_about .c_content {
        height: 390px;
        width: 1400px;
        margin: 0 auto;
    }

    .p_about .c_left {
        height: 390px;
        float: left;
        width: 829px;
        padding: 0 130px 0 80px;
        position: relative;
    }

        .p_about .c_left p {
            line-height: 24px;
            letter-spacing: 3px;
        }

        .p_about .c_left h1 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 50px;
            letter-spacing: 5px;
        }

        .p_about .c_left p.en {
            color: #c8c8c8;
        }

        .p_about .c_left .links {
            height: 80px;
            position: absolute;
            bottom: 0;
            letter-spacing: 5px;
            text-indent: 5px;
        }

        .p_about .c_left a {
            border: solid 1px #e4e4e4;
            height: 50px;
            display: inline-block;
            line-height: 48px;
            padding: 0 40px;
            border-radius: 50px;
            cursor: pointer;
            margin-right: 80px;
        }

    .p_about .c_right {
        height: 100%;
        width: 571px;
        float: right;
        position: relative;
        cursor: pointer;
    }

        .p_about .c_right video {
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            background-color: #000;
        }

.p_resources {
    height: 478px;
    margin-top: 190px;
}

    .p_resources .c_content {
        height: 478px;
        width: 1400px;
        margin: 0 auto;
        position: relative;
    }

    .p_resources .c_left {
        height: 478px;
        float: left;
        width: 759px;
    }

    .p_resources .c_right {
        width: 715px;
        height: 355px;
        position: absolute;
        right: 0;
        top: 75px;
        background-color: #e4e4e4;
        z-index: 1;
        padding: 60px 60px 50px 135px
    }

        .p_resources .c_right p {
            line-height: 24px;
            letter-spacing: 3px;
        }

        .p_resources .c_right h1 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
            letter-spacing: 5px;
        }


        .p_resources .c_right p.en {
            color: #a3a3a3;
            margin-bottom: 20px;
        }

        .p_resources .c_right .links {
            height: 50px;
            position: absolute;
            bottom: 50px;
            letter-spacing: 5px;
            text-indent: 5px;
            right: 60px;
        }

        .p_resources .c_right a {
            height: 50px;
            display: inline-block;
            line-height: 48px;
            padding: 0 40px;
            border-radius: 50px;
            cursor: pointer;
            background-color: #b81c22;
            color: #fff;
            border: solid 1px #b81c22;
        }

    .p_resources .btns {
        position: absolute;
        top: 0;
        left: 835px;
        height: 42px;
        width: 84px;
    }

        .p_resources .btns a {
            display: block;
            width: 42px;
            height: 42px;
            text-align: center;
            color: #fff;
            background-color: #e4e4e4;
            float: left;
            line-height: 42px;
            cursor: pointer;
        }

            .p_resources .btns a:hover {
                background-color: #494949;
            }

.p_contentbase {
    margin-top: 50px;
}

    .p_contentbase .c_title {
        margin: 0 auto;
        text-align: center;
        padding: 50px 0;
    }

        .p_contentbase .c_title p {
            font-size: 12px;
            color: #c3c3c3;
            letter-spacing: 2px;
            text-indent: 2px;
            line-height: 20px;
        }

        .p_contentbase .c_title h1 {
            font-size: 26px;
            letter-spacing: 12px;
            text-indent: 12px;
            line-height: 40px;
        }

.p_news .c_content {
    width: 1400px;
    margin: 0 auto;
}

    .p_news .c_content .c_itemlist {
    }

    .p_news .c_content .c_item {
        background-color: #e4e4e4;
    }


        .p_news .c_content .c_item .c_img {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .p_news .c_content .c_item .c_img img {
                width: 100%;
                display: block;
            }

            .p_news .c_content .c_item .c_img:before {
                content: "";
                display: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 1;
            }

        .p_news .c_content .c_item:hover .c_img:before {
            display: block;
        }


        .p_news .c_content .c_item .c_txt {
            padding: 35px 25px;
        }

            .p_news .c_content .c_item .c_txt h1 {
                font-size: 22px;
                text-align: center;
                line-height: 26px;
                font-weight: normal;
                margin-bottom: 15px;
            }

            .p_news .c_content .c_item .c_txt p {
                font-size: 14px;
                text-align: center;
                line-height: 30px;
                color: #818181;
                height: 120px;
                overflow: hidden;
            }

.p_news .c_bottom {
    height: 52px;
    width: 1400px;
    margin: 80px auto 0 auto;
    position: relative;
}

    .p_news .c_bottom .btn {
        height: 52px;
        line-height: 50px;
        width: 170px;
        border-radius: 52px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -85px;
        letter-spacing: 5px;
        text-indent: 5px;
        border: solid 1px #c3c3c3;
        color: #808080;
        text-align: center;
        display: block;
        cursor: pointer;
    }


.p_vof .c_content {
    width: 1400px;
    margin: 0 auto;
}

    .p_vof .c_content .c_itemlist {
    }

    .p_vof .c_content .c_item {
        background-color: #e4e4e4;
    }


        .p_vof .c_content .c_item .c_img {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .p_vof .c_content .c_item .c_img img {
                width: 100%;
                display: block;
            }

.p_case {
    margin-top: 135px;
}

    .p_case .c_content {
        height: 638px;
        overflow: hidden;
        background-color: #e4e4e4;
    }

        .p_case .c_content .c_itemlist {
            width: 100%;
            overflow-y: hidden;
            overflow-x: hidden;
            white-space: nowrap;
            height: 638px;
            letter-spacing: -.3333em;
            font-size: 0;
        }

        .p_case .c_content .c_item {
            width: 25%;
            height: 638px;
            position: relative;
            float: none;
            display: inline;
            display: inline-block;
            letter-spacing: 0;
            white-space: normal;
        }

            .p_case .c_content .c_item .c_img, .p_case .c_content .c_item .c_txt {
                width: 100%;
                height: 319px;
                float: left;
                display: block;
                position: relative;
                background-color: #e4e4e4;
            }

                .p_case .c_content .c_item .c_img img {
                    width: 100%;
                    display: block;
                    height: 100%;
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    filter: grayscale(100%);
                    filter: gray;
                }

                .p_case .c_content .c_item .c_img:before {
                    content: "";
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                    z-index: 1;
                }

                .p_case .c_content .c_item .c_img:hover:before {
                    display: block;
                }

            .p_case .c_content .c_item:hover .c_img img {
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                filter: grayscale(0%);
                filter: unset;
            }

            .p_case .c_content .c_item .c_txt .c_txt_content {
                width: 80%;
                position: absolute;
                height: 130px;
                left: 10%;
                top: 50%;
                margin-top: -65px;
            }

            .p_case .c_content .c_item a:hover .c_txt_content {
                color: #000;
            }

            .p_case .c_content .c_item .c_txt p.en {
                color: #c5c5c5;
                letter-spacing: 0;
            }

            .p_case .c_content .c_item a:hover .c_txt p.en {
                color: #979797;
            }

            .p_case .c_content .c_item .c_txt h1 {
                font-size: 24px;
                line-height: 30px;
                letter-spacing: 5px;
                margin: 15px 0;
            }

            .p_case .c_content .c_item .c_txt p {
                position: relative;
                overflow: hidden;
                width: 100%;
                letter-spacing: 3px;
                line-height: 20px;
                font-size: 14px;
            }

.p_product {
    margin-bottom: 100px;
}

    .p_product .c_content {
        width: 1400px;
        margin: 0 auto;
    }

        .p_product .c_content .c_item .c_img {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .p_product .c_content .c_item .c_img img {
                width: 100%;
                display: block;
            }

            .p_product .c_content .c_item .c_img:before {
                content: "";
                display: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 1;
            }

        .p_product .c_content .c_item:hover .c_img:before {
            display: block;
        }

        .p_product .c_content .c_item .c_txt {
            padding: 20px 0;
            text-align: left;
        }

            .p_product .c_content .c_item .c_txt h1 {
                font-size: 14px;
                line-height: 28px;
                font-weight: normal;
            }

            .p_product .c_content .c_item .c_txt p {
                font-size: 12px;
                line-height: 16px;
                color: #818181;
                letter-spacing: 3px;
            }

    .p_product .c_bottom {
        height: 52px;
        width: 1400px;
        margin: 80px auto 0 auto;
        position: relative;
    }

        .p_product .c_bottom .btn {
            height: 52px;
            line-height: 50px;
            width: 170px;
            border-radius: 52px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -85px;
            letter-spacing: 5px;
            text-indent: 5px;
            border: solid 1px #c3c3c3;
            color: #808080;
            text-align: center;
            display: block;
            cursor: pointer;
        }

.p_contact {
    background-color: #000;
    margin-top: 30px;
}


    .p_contact .c_content {
        color: #fff;
        width: 1000px;
        margin: 0 auto;
        height: 150px;
        padding-right: 202px;
        text-align: center;
        line-height: 150px;
        font-size: 16px;
        position: relative;
    }

        .p_contact .c_content p {
            letter-spacing: 10px;
        }

        .p_contact .c_content .btn {
            width: 202px;
            border: solid 1px #fff;
            height: 52px;
            line-height: 50px;
            width: 162px;
            text-align: center;
            display: block;
            border-radius: 52px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -26px;
            color: #fff;
            cursor: pointer;
            letter-spacing: 5px;
            text-indent: 5px;
        }


.p_foot {
    background-color: #e4e4e4;
    padding: 100px 0;
}

    .p_foot .c_content {
        width: 1290px;
        margin: 0 auto;
        height: 140px;
    }

        .p_foot .c_content .c_item {
            float: left;
            width: 290px;
            font-size: 14px;
        }

            .p_foot .c_content .c_item h1 {
                font-weight: normal;
                font-size: 18px;
                margin-bottom: 15px;
            }

        .p_foot .c_content .c_item1 {
            margin-right: 90px;
            width: 290px;
        }

            .p_foot .c_content .c_item1 p {
                line-height: 26px;
                height: 104px;
                letter-spacing: 3px;
                overflow: hidden;
            }

        .p_foot .c_content .c_item2, .p_foot .c_content .c_item3 {
            width: 200px;
        }

            .p_foot .c_content .c_item2 ul li, .p_foot .c_content .c_item3 ul li {
                line-height: 26px;
                letter-spacing: 3px;
            }

        .p_foot .c_content .c_item ul li a {
            display: block;
        }

        .p_foot .c_content .c_item a:hover {
            cursor: pointer;
            text-decoration: underline;
        }

        .p_foot .c_content .c_item4 {
            width: 225px;
            margin-left: 70px;
        }

            .p_foot .c_content .c_item4 li {
                line-height: 26px;
                position: relative;
                padding-left: 26px;
            }

            .p_foot .c_content .c_item4 i {
                margin-right: 10px;
                left: 0;
                position: absolute;
                width: 26px;
            }

            .p_foot .c_content .c_item4 a {
                cursor: pointer;
            }

        .p_foot .c_content .c_item5 {
            width: 215px;
        }

            .p_foot .c_content .c_item5 img {
                width: 100px;
                height: 100px;
            }


.hovermaskbox {
    position: relative;
    width: 100%;
    height: 100%;
}
/*
    .hovermaskbox:hover:before {
        content: "";
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .hovermaskbox:hover:before {
        display: block;
    }*/


.btn:hover, .links a:hover {
    color: #48baf3 !important;
    border-color: #48baf3 !important;
}

.p_resources .links a:hover {
    color: #48baf3 !important;
    border-color: #48baf3 !important;
    background-color: transparent;
}

.p_contact .btn:hover {
    color: #48baf3 !important;
    background-color: #fff;
    border-color: #48baf3 !important;
}

.p_beian {
    text-align: center;
    width: 100%;
    padding: 10px;
    line-height: 16px;
    font-size: 14px;
    background-color: #e4e4e4;
}


/*page base begin*/
.page_base .p_banner {
    height: 437px;
}

    .page_base .p_banner .banner .banner_content {
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
        background-size: auto 100%;
        width: 100%;
        height: 100%;
        flex-direction: row;
        z-index: 1;
        position: absolute;
    }



    .page_base .p_banner .banner p {
        display: block;
        flex-grow: 1;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        width: 100%;
        font-size: 30px;
        letter-spacing: 15px;
    }

    .page_base .p_banner .banner b {
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        letter-spacing: 3px;
        line-height: 70px;
    }

    /*    .page_base .p_banner .banner:before {
        content: "";
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .page_base .p_banner .banner:hover:before {
        display: block;
    }*/

    .page_base .p_banner .banner {
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: relative;
    }


.page_base .p_content .c_content {
    width: 1100px;
    margin: 0 auto;
}

.page_base .p_content .c_item {
    width: 100%;
    position: relative;
    margin-top: 200px;
}

    .page_base .p_content .c_item .c_txt {
        letter-spacing: 3px;
    }

        .page_base .p_content .c_item .c_txt h1 {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 20px;
        }

        .page_base .p_content .c_item .c_txt p {
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 2px;
        }

.page_base .p_content .c_img {
    position: absolute;
}

/*page base end*/

/*page list beign*/

.page_base .p_content .list_nav {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .page_base .p_content .list_nav h1 {
        font-size: 20px;
        line-height: 20px;
        position: relative;
        letter-spacing: 3px;
        padding: 20px 0;
    }

        .page_base .p_content .list_nav h1:after {
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            width: 100%;
            background-color: #b2b2b2;
            bottom: 0;
        }

    .page_base .p_content .list_nav .content {
        padding: 20px 0;
    }

        .page_base .p_content .list_nav .content ul li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
            letter-spacing: 4px;
            padding: 0 10px;
            line-height: 30px;
            text-indent: 4px;
            cursor: pointer;
        }

            .page_base .p_content .list_nav .content ul li.on {
                color: #fff;
                background-color: #b81c22;
            }

                .page_base .p_content .list_nav .content ul li.on a {
                    color: #fff;
                }

                .page_base .p_content .list_nav .content ul li.on:hover {
                    color: #fff;
                }

            .page_base .p_content .list_nav .content ul li:hover {
                color: #b81c22;
            }

.page_base .p_content .list_content ul {
    display: block;
    width: 100%;
    float: left;
}

    .page_base .p_content .list_content ul li.l_item {
        display: block;
        width: 352px;
        float: left;
        margin-left: 22px;
        margin-bottom: 70px;
    }

        .page_base .p_content .list_content ul li.l_item:nth-child(3n+1) {
            margin-left: 0;
        }

        .page_base .p_content .list_content ul li.l_item .l_img {
            display: block;
            width: 352px;
            height: 265px;
        }

            .page_base .p_content .list_content ul li.l_item .l_img img {
                display: block;
                width: 100%;
            }

        .page_base .p_content .list_content ul li.l_item .l_txt {
            height: 34px;
            text-align: center;
            line-height: 20px;
            padding: 7px;
        }


.page_base .p_content .list_pages {
    text-align: center;
    margin-bottom: 80px;
}

    .page_base .p_content .list_pages a {
        display: inline-block;
        border: solid 1px #8e8e8e;
        line-height: 28px;
        height: 30px;
        min-width: 30px;
        margin: 0 5px;
    }

        .page_base .p_content .list_pages a.on {
            border: solid 1px #b5b5b5;
            background-color: #8e8e8e;
            color: #fff;
        }

        .page_base .p_content .list_pages a:hover {
            text-decoration: underline;
            cursor: pointer;
        }
/*page list end*/


/*page show beign*/
.page_base .p_content .show_head {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #5a5a5a;
}

    .page_base .p_content .show_head .title {
        position: relative;
    }

        .page_base .p_content .show_head .title h1 {
            font-size: 20px;
            line-height: 30px;
            position: relative;
            letter-spacing: 2px;
            padding: 20px 0;
            color: #2b2b2b;
            padding-right: 90px;
        }

            .page_base .p_content .show_head .title h1:after {
                content: "";
                height: 1px;
                position: absolute;
                left: 0;
                width: 100%;
                background-color: #b2b2b2;
                bottom: 0;
            }

        .page_base .p_content .show_head .title h2 {
            font-size: 14px;
            line-height: 20px;
            font-weight: normal;
            letter-spacing: 2px;
            padding: 20px 0;
        }

        .page_base .p_content .show_head .title a.btn_back {
            color: #fff;
            background-color: #b81c22;
            right: 0;
            height: 30px;
            line-height: 30px;
            top: 20px;
            width: 70px;
            text-align: center;
            display: block;
            position: absolute;
            cursor: pointer;
        }

            .page_base .p_content .show_head .title a.btn_back i {
                display: none;
            }

.page_base .p_content .show_content {
    padding: 20px 0;
}

.page_base .p_content .show_foot {
    width: 100%;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    color: #9a9a9a;
}

    .page_base .p_content .show_foot:after {
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #b2b2b2;
        top: 0;
    }

/*page show end*/

/*service*/
.page_download .p_content .c_content {
    margin: 20px auto 0;
    min-height: 500px;
    position: relative;
    padding-left: 260px;
}


.page_download .c_content .c_leftmenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    min-height: 100px;
}

    .page_download .c_content .c_leftmenu dt {
        height: 50px;
        padding: 10px 20px;
        line-height: 30px;
        background-color: #48baf3;
        border-bottom: #1fa9ee solid 1px;
        color: #fff;
        font-size: 20px;
        text-align: left;
    }

        .page_download .c_content .c_leftmenu dt i.iconfont {
            color: #fff;
            font-size: 20px;
            float: right;
        }

    .page_download .c_content .c_leftmenu dd {
        height: 46px;
        background: rgb(252, 252, 252);
        border-bottom: #eaeaea solid 1px;
        margin-top: 1px;
    }

        .page_download .c_content .c_leftmenu dd a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px 20px;
            line-height: 26px;
            font-size: 14px;
            text-align: left;
        }

            .page_download .c_content .c_leftmenu dd a:hover, .page_download .c_content .c_leftmenu dd.on a:hover {
                background-color: #48baf3;
                color: #fff;
            }

        .page_download .c_content .c_leftmenu dd.on {
            color: #48baf3;
        }

            .page_download .c_content .c_leftmenu dd.on a {
                color: #48baf3;
            }

.page_download .p_content .list_content {
    min-height: 400px;
}


    .page_download .p_content .list_content ul li.l_item {
        width: 100%;
        line-height: 30px;
        margin: 0;
        padding: 10px 20px;
        border-bottom: #eee dotted 1px;
        list-style: armenian;
    }


        .page_download .p_content .list_content ul li.l_item a {
            color: #111;
            font-size: 14px;
        }

        .page_download .p_content .list_content ul li.l_item .iconfont {
            margin: 0 5px;
            color: #24c40c;
        }

        .page_download .p_content .list_content ul li.l_item a:hover {
            color: #48baf3;
        }

.page_download .p_content .list_pages {
    margin-top: 30px;
}




.page_contact .p_content .c_itemlist {
    display: flex;
}

.page_contact .p_content .c_item {
    position: relative;
    margin-top: 20px;
    width: 550px;
    padding: 20px;
    margin-bottom: 10px;
}

.page_contact .p_content .c_item1 {
    position: relative;
    margin-top: 20px;
    padding: 20px 10px;
}

    .page_contact .p_content .c_item1 .c_txt {
        letter-spacing: 3px;
    }

        .page_contact .p_content .c_item1 .c_txt h1 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 20px;
            padding-left: 40px;
        }

        .page_contact .p_content .c_item1 .c_txt p {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 2px;
            position: relative;
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .page_contact .p_content .c_item1 .c_txt p i.iconfont {
                left: 2px;
                top: 14px;
                font-size: 24px;
                line-height: 24px;
                color: #dd5d62;
                position: absolute;
            }

            .page_contact .p_content .c_item1 .c_txt p span {
                display: block;
                width: 100%;
                font-size: 16px;
                line-height: 20px;
                font-weight: bold;
                margin-bottom: 4px;
            }

.page_contact .p_content .c_item2 {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 0.3);
}

    .page_contact .p_content .c_item2 .c_txt h1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 40px;
        position: relative;
        color: #191717;
    }

        .page_contact .p_content .c_item2 .c_txt h1 i.iconfont {
            color: #dd5d62;
            position: absolute;
            left: 0px;
            top: 0px;
            line-height: 30px;
            font-size: 30px;
        }

    .page_contact .p_content .c_item2 .c_txt p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .page_contact .p_content .c_item2 .inputitem {
        position: relative;
        padding: 5px 0;
    }

        .page_contact .p_content .c_item2 .inputitem i.iconfont {
            position: absolute;
            left: 10px;
            top: 10px;
            line-height: 20px;
            font-size: 20px;
            color: #b81c22;
        }

    .page_contact .p_content .c_item2 input {
        height: 32px;
        line-height: 26px;
        border: solid 1px #ccc;
        border-radius: 32px;
        width: 100%;
        padding: 2px 10px 2px 40px;
    }

    .page_contact .p_content .c_item2 textarea {
        height: 110px;
        line-height: 26px;
        border: solid 1px #ccc;
        border-radius: 26px;
        width: 100%;
        resize: none;
        padding: 4px 10px 4px 40px;
    }

    .page_contact .p_content .c_item2 .controlitem {
        position: relative;
        padding: 5px 0;
    }

    .page_contact .p_content .c_item2 button {
        border-radius: 26px;
        padding: 10px 40px;
        text-align: center;
        background-color: #fff;
        color: #b81c22;
        border: solid 1px #b81c22;
        width: 100%;
    }

        .page_contact .p_content .c_item2 button:hover {
            cursor: pointer;
            color: #fff;
            background-color: #b81c22;
            border-color: #b81c22;
        }



#swiper-vof {
    height: 460px;
}

    #swiper-vof .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }


    #swiper-vof .swiper-slide-active,
    #swiper-vof .swiper-slide-duplicate-active {
        transform: scale(1);
    }
