/*::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    min-height: 0;
    background-color: #b52121;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent)
}

    ::-webkit-scrollbar-thumb:hover {
        background: #cc0a1e
    }*/

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

@font-face {
    font-family: en;
    src: url("/App/Tpl/Home/Default/Public/font/neutraface2text-demi.otf")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    font-family: PingFangSC-Regular,myfont,Helvetica Neue,Helvetica,Hiragino Sans GB,STHeitiSC-Light,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    font-size: 14px;
}

img {
    border: none;
    display: block;
    width: 100%
}

div {
    display: block
}

table {
    border-collapse: collapse
}

a {
    text-decoration: none;
    display: inline-block;
    color: #333
}

    a:focus {
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

li {
    list-style: none
}

.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block
}

.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .salient-input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

input::-webkit-input-placeholder {
    color: #999
}

span.en {
    font-size: 33px
}

.en {
}

.width-auto {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.width-auto1 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #b52121;
}

    .width-auto1 i1 {
        width: 60px;
        height: 60px;
        background: url("/App/Tpl/Home/Default/Public/images/notice5.png") no-repeat;
        background-size: 60px 60px;
        display: inline-block;
        float: left;
    }

    .width-auto1 i2 {
        width: 60px;
        height: 60px;
        background: url("/App/Tpl/Home/Default/Public/images/notice6.png") no-repeat;
        background-size: 60px 60px;
        display: inline-block;
        float: right;
    }

    .width-auto1 i3 {
        width: 60px;
        height: 60px;
        background: url("/App/Tpl/Home/Default/Public/images/notice7.png") no-repeat;
        background-size: 60px 60px;
        display: inline-block;
        float: left;
        margin-top: -60px;
    }

    .width-auto1 i5 {
        width: 60px;
        height: 60px;
        background: url("/App/Tpl/Home/Default/Public/images/notice8.png") no-repeat;
        background-size: 60px 60px;
        display: inline-block;
        float: right;
        margin-top: -60px;
    }

.index-slide .swiper-img {
    display: none
}

.banner-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.banner-max {
    margin-top: 90px;
    position: relative
}

.line {
    height: 1px;
    width: 100%;
    background: #cccccc;
    display: block
}

.banner-wrap .swiper-container {
    height: 100%
}

    .banner-wrap .swiper-container .swiper-img {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }

.banner-wrap .swiper-pagination-bullet {
    width: 50px !important;
    height: 3px !important;
    border-radius: 0 !important
}

.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important
}

.banner-wrap .swiper-pagination-bullet-active {
    background: #b52121 !important
}

.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets, .banner-wrap .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px !important
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 40%;
    z-index: 9
}

    .banner-text span {
        display: block;
        text-align: center;
        color: #fff;
        opacity: 0;
        border-radius: 5px
    }

        .banner-text span:nth-child(1) {
            font-size: 64px;
            font-weight: bold
        }

        .banner-text span:nth-child(2) {
            font-size: 64px;
            margin-top: 5px
        }

        .banner-text span:nth-child(3) {
            display: inline-block;
            width: 180px;
            height: 50px;
            background: #b52121;
            position: relative;
            line-height: 50px;
            left: 50%;
            margin: 60px 0 0 -90px;
            text-align: left
        }

            .banner-text span:nth-child(3):hover:after {
                width: 100%
            }

            .banner-text span:nth-child(3):after {
                content: "";
                width: 0;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: rgba(255,255,255,.1);
                transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
            }

            .banner-text span:nth-child(3) i {
                font-size: 24px;
                display: inline-block;
                position: absolute;
                left: 32px;
                margin-right: 17px
            }

            .banner-text span:nth-child(3) a {
                color: #fff;
                font-size: 18px;
                display: block;
                padding-left: 74px;
                position: relative;
                z-index: 1
            }

/*公告*/
.huadong {
    width: 1200px;
    margin: 0 auto;
}

    .huadong .huabox {
        position: absolute;
        margin-top: -75px;
        z-index: 99;
        overflow: hidden;
        width: 1200px;
        background: #fff;
    }

        .huadong .huabox i:first-child {
            width: 120px;
            height: 75px;
            background: url("/App/Tpl/Home/Default/Public/images/notice.png") no-repeat;
            background-size: 120px 75px;
            display: inline-block;
            float: left;
        }

        .huadong .huabox i:last-child {
            width: 80px;
            height: 75px;
            background: url("/App/Tpl/Home/Default/Public/images/notice1.png") no-repeat;
            background-size: 80px 75px;
            display: inline-block;
            float: right;
        }

    .huadong .notice_active {
        height: 75px;
        padding: 0;
        float: left;
        width: 1000px;
    }

        .huadong .notice_active li {
            list-style-type: none;
            overflow: hidden;
            cursor: pointer;
        }

            .huadong .notice_active li.notice_active_ch span {
                color: #000000;
                font-size: 16px;
                display: block;
                overflow: hidden;
                float: left;
                overflow: hidden;
                line-height: 75px;
                margin-right: 20px;
            }

            .huadong .notice_active li.notice_active_ch em {
                color: #929292;
                font-size: 16px;
                font-style: normal;
                line-height: 75px;
            }


.navigation {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%
}

.nav-wrap {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    background: #b52121;
    height: 90px;
}

.nav-wrap-back {
    background: #b52121;
}

.nav-wrap-shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15)
}

.nav-wrap .logo {
    width: 200px;
    height: 70px;
    float: left;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    /*background: url(/App/Tpl/Home/Default/Public/image/index-logo.jpg) no-repeat;*/
    background-size: 100% 100%;
    margin-top: 10px;
}

    .nav-wrap .logo a {
        display: block;
        width: 100%;
        height: 100%
    }

.nav-wrap .logo-min {
    width: 200px;
    height: 70px;
    /*background: url(/App/Tpl/Home/Default/Public/image/index-logo.jpg) no-repeat;*/
    background-size: 100% 100%;
    margin-top: 10px;
}

.nav-list {
    float: right;
    padding-top: 80px;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    padding-top: 35px;
}

.nav-list-min {
    padding: 35px 0 0 0
}

.nav-list ul li {
    float: left;
    padding: 0 30px;
    line-height: 20px;
    height: 20px;
    border-right: 1px solid #f2edce;
}

    .nav-list ul li:last-child {
        border-right: 0px solid #f2edce;
    }

.nav-list-min ul li {
    height: 20px;
    line-height: 20px
}

.nav-list ul li a {
    color: #f2edce;
    font-size: 18px;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
}

.nav-list ul .nav-hover a {
    color: #f2edce
}

.nav-list ul li a:hover {
    color: #f2edce;
    /*font-size: 20px;*/
}

.nav-list-min ul li a {
    color: #f2edce;
    font-size: 17px;
    font-weight: 600;
}

.data-number-index {
    background: url("/App/Tpl/Home/Default/Public/images/jiameng.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 157px;
    margin-top: -3.5px;
}

.data-number ul {
    font-size: 0
}

    .data-number ul li {
        width: 50%;
        display: inline-block;
        padding-right: 35px;
        position: relative;
    }

        .data-number ul li:after {
            content: "";
            width: 1px;
            height: 157px;
            position: absolute;
            right: 0;
            background: #b5212100;
            top: 0px
        }

        .data-number ul li:last-child:after {
            display: none
        }

        .data-number ul li .data-number-wrap {
            width: 100%;
            position: relative;
            padding-bottom: 25px;
            overflow: hidden
        }

            .data-number ul li .data-number-wrap:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                height: 3px;
                width: 0;
                background: #b52121;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1)
            }

.data-number-index ul li:hover .data-number-wrap:after {
    width: 100%
}

.data-number ul li .data-number-text1 {
    width: 100%;
    text-align: center;
    color: #b52121
}

    .data-number ul li .data-number-text1 span:nth-child(1) {
        font-family: Impact,"Microsoft YaHei",Arial,Helvetica,sans-serif;
        font-size: 78px
    }

    .data-number ul li .data-number-text1 span:nth-child(2) {
        font-family: Impact,"Microsoft YaHei",Arial,Helvetica,sans-serif;
        font-size: 78px
    }

.data-number ul li:nth-child(3) .data-number-text1 span:nth-child(2) {
    font-size: 20px !important
}

.data-number ul li:nth-child(1) .data-number-text1 span:nth-child(2) {
    font-size: 20px !important
}

.data-number ul li:nth-child(2) .data-number-text1 span:nth-child(2) {
    font-size: 20px !important
}

.data-number ul li:nth-child(4) .data-number-text1 span:nth-child(2) {
    font-size: 20px !important
}

.data-number ul li .data-number-text2 {
    font-size: 26px;
    color: #b52121;
    display: block;
    text-align: left;
    margin-top: 25px;
}

.data-number ul li .data-number-text3 {
    font-size: 16px;
    line-height: 30px;
    color: #0a0a0a;
    display: block;
    text-align: left;
    margin-top: 12px;
}

.data-number ul li:nth-child(2) {
    width: 360px;
    display: inline-block;
    padding-right: 35px;
    position: relative;
    background: url("/App/Tpl/Home/Default/Public/images/tel.png") no-repeat;
    background-size: 100% 100%;
    height: 157px;
}

.data-number ul li .telnumber {
    font-size: 26px;
    color: #5f5f5f;
    display: block;
    text-align: left;
    margin-top: 35px;
    font-weight: 600;
    margin-left: 90px;
}

.data-number ul li .zhaoshang {
    font-size: 30px;
    line-height: 50px;
    color: #b52121;
    display: block;
    text-align: left;
    margin-top: 12px;
    font-weight: 600;
    margin-left: 90px;
}

.data-number ul li:nth-child(3) {
    width: 240px;
    display: inline-block;
    position: relative;
    background: url("/App/Tpl/Home/Default/Public/images/liuyan.png") no-repeat;
    background-size: 100% 100%;
    height: 157px;
    padding-right: 0px;
}

    .data-number ul li:nth-child(3) .data-number-wrap {
        width: 100%;
        position: relative;
        padding-bottom: 0px;
        overflow: hidden
    }

        .data-number ul li:nth-child(3) .data-number-wrap:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            height: 0px;
            width: 0;
            background: #b52121;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1)
        }

.data-number ul li .liuyan {
    font-size: 30px;
    line-height: 156px;
    color: #b52121;
    display: block;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
}

    .data-number ul li .liuyan:hover {
        font-size: 32px;
        line-height: 156px;
        color: #5f5f5f;
        display: block;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    }

.works-index-wrap {
    padding-top: 80px
}

.works-index-title {
    padding-bottom: 50px
}

.works-index-left {
    text-align: center;
}

    .works-index-left span {
        font-size: 30px;
        color: #b52121;
        display: inline-block;
        line-height: 50px;
        height: 66px;
        width: 300px;
        background: url("/App/Tpl/Home/Default/Public/images/tetle1.png") no-repeat;
        background-size: 100% 100%;
    }

.works-index-left1 {
    text-align: center;
}

    .works-index-left1 span {
        font-size: 30px;
        color: #b52121;
        display: inline-block;
        line-height: 50px;
        height: 66px;
        width: 500px;
        background: url("/App/Tpl/Home/Default/Public/images/tetle2.png") no-repeat;
        background-size: 100% 100%;
    }

.works-index-right {
    float: right
}

    .works-index-right ul li {
        float: left;
        margin: 0 22px
    }

    .works-index-right ul .works-hover a {
        color: #b52121
    }

    .works-index-right ul li a {
        font-size: 18px;
        line-height: 50px;
        color: #666666;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

        .works-index-right ul li a:hover {
            color: #b52121
        }

    .works-index-right ul li:last-child {
        margin: 0 0 0 22px
    }

.works-index-box ul li {
    width: 50%;
    float: left;
    padding: 0 20px 40px 0
}

.works-index-box ul .width32 {
    width: 32%;
    float: left;
    padding: 0;
    margin: 0 2% 40px 0;
    overflow: hidden
}

    .works-index-box ul .width32:nth-child(3n) {
        margin: 0 0 40px 0
    }

.works-index-box ul li a {
    display: block
}

.works-index-box ul li .works-index-list {
    position: relative;
    height: 100%;
    overflow: hidden
}

.works-index-box .works-index-list .works-index-img {
    width: 100%;
    overflow: hidden
}

.works-index-box .works-index-list .mark-video-play a {
    width: 60px;
    height: 60px;
    position: relative
}

.works-index-box .works-index-list .mark-video-play i {
    position: absolute;
    font-size: 60px;
    top: 0;
    left: 0;
    display: inline-block;
    color: #fff
}

.works-index-box .works-index-list .works-index-img img {
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1)
}

.works-index-box .works-index-list:hover .works-index-mask {
    opacity: 1
}

.works-index-box .works-index-list:hover .mask-title, .works-index-box .works-index-list:hover .mask-title2, .works-index-box .works-index-list:hover .mask-read {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1
}

.works-index-box .works-index-list:hover .works-index-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.works-index-box ul li:nth-child(2n) {
    padding: 0 0 40px 20px
}

.works-index-box .works-index-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(213,6,26,.7);
    width: 100%;
    height: 100%;
    padding: 115px 135px 60px 60px;
    color: #fff;
    opacity: 0;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
}

    .works-index-box .works-index-mask .mask-title {
        font-size: 36px;
        margin-bottom: 20px;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1)
    }

    .works-index-box .works-index-mask .mask-title2 {
        padding: 10px 0;
        line-height: 36px;
        font-size: 24px;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all .9s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .9s cubic-bezier(0.165,0.84,0.44,1)
    }

    .works-index-box .works-index-mask .mask-read {
        line-height: 30px;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all 1.2s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all 1.2s cubic-bezier(0.165,0.84,0.44,1)
    }

.works-index-box .mark-video-play {
    position: absolute;
    width: 60px;
    height: 60px;
    transition: all .5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .5s cubic-bezier(0.165,0.84,0.44,1)
}

.works-index-box .works-index-list:hover .mark-video-play {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.works-index-box .mark-pc-play {
    right: 40px;
    bottom: 40px;
    opacity: 0;
    transform: scale(.2);
    -webkit-transform: scale(.2)
}

.works-index-box .mark-m-play {
    right: 50%;
    bottom: 50%;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    margin: 0 -30px -30px 0
}

.works-list-more {
    font-size: 20px;
    width: 180px;
    height: 56px;
    margin: 20px auto 150px;
    background: #b52121;
    text-align: center;
    line-height: 56px;
    position: relative
}

    .works-list-more:hover a:before {
        width: 100%
    }

    .works-list-more a:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255,255,255,.2);
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

    .works-list-more a {
        color: #fff;
        display: block;
        position: relative;
    }

/*    .works-list-more:after {
        content: "";
        width: 10px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 35px;
        top: 23px
    }*/

.clients-wrap {
    background: #ffffff;
    padding: 100px 0;
    margin-top: 150px
}

.clients-index-title {
    line-height: 50px;
    text-align: center;
    font-size: 0
}

    .clients-index-title span {
        font-size: 30px;
        color: #b52121;
        display: inline-block;
        line-height: 68px;
        height: 66px;
        width: 580px;
        background: url("/App/Tpl/Home/Default/Public/images/tetle5.png") no-repeat;
        background-size: 100% 100%;
    }

        .clients-index-title span:nth-child(2) {
            color: #cccccc;
            font-size: 33px;
            padding-left: 5px;
            position: relative;
            top: 3px
        }

.clients-index-list {
    margin-top: 80px;
    padding-left: 5px
}

.clients-index-title1 {
    line-height: 75px;
    text-align: center;
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .clients-index-title1 span {
        font-size: 30px;
        color: #b52121;
        display: inline-block;
        line-height: 75px;
        height: 75px;
        width: 397px;
        background: url("/App/Tpl/Home/Default/Public/images/tetle7.png") no-repeat;
        background-size: 100% 100%;
    }

.clients-index-title2 {
    display: none;
}

    .clients-index-title2 span {
        font-size: 30px;
        color: #b52121;
        display: inline-block;
        line-height: 75px;
        height: 75px;
        width: 397px;
        background: url("/App/Tpl/Home/Default/Public/images/tetle7.png") no-repeat;
        background-size: 100% 100%;
    }

.clients-index-list ul li {
    width: 25%;
    float: left;
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
}

    .clients-index-list ul li a {
        display: block;
        transition: all .5s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .5s cubic-bezier(0.165,0.84,0.44,1)
    }

        .clients-index-list ul li a img {
            width: 158px;
            margin: 0 auto;
        }

        .clients-index-list ul li a p {
            text-align: center;
            font-size: 18px;
            color: #5f5f5f;
            line-height: 30px;
        }

    .clients-index-list ul li:hover {
        transform: translateY(-10px);
        transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
        webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    }

.clients-index-list ul .logo-more {
    width: 20%;
    float: left;
    border-right: 1px dashed #dedede;
    border-top: 1px dashed #dedede;
    cursor: pointer;
    text-align: center
}

    .clients-index-list ul .logo-more a span {
        display: inline-block;
        margin: 0 3px;
        transition: all .5s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .5s cubic-bezier(0.165,0.84,0.44,1)
    }

    .clients-index-list ul .logo-more:hover a span:nth-child(1) {
        -webkit-animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
        color: #b52121
    }

    .clients-index-list ul .logo-more:hover a span:nth-child(2) {
        -webkit-animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation-delay: 300ms;
        -webkit-animation-delay: 300ms;
        color: #b52121
    }

    .clients-index-list ul .logo-more:hover a span:nth-child(3) {
        -webkit-animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation: fadeInMore .5s forwards cubic-bezier(0.165,0.84,0.44,1);
        animation-delay: 400ms;
        -webkit-animation-delay: 400ms;
        color: #b52121
    }

@-webkit-keyframes fadeInMore {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    50% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInMore {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    50% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.clients-index-list ul li:nth-child(5n) {
    border-right: none
}

.about-index-wrap {
    background: #b52121
}

.works-about-wrap {
    margin-top: 120px
}

.about-index-title {
    font-size: 20px;
    padding-top: 120px;
    text-align: left;
    color: #5f5f5f;
    line-height: 30px;
    padding-bottom: 40px;
    margin-left: 8px;
}

.about-index-text {
    text-align: left;
    color: #f2edce;
    font-size: 20px;
    line-height: 30px;
    padding-top: 90px;
    padding-bottom: 35px;
    margin-left: 300px;
}

.about-index-tel {
    font-size: 68px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 30px 0 70px 0
}

    .about-index-tel a {
        color: #fff
    }

.news-index-wrap {
    padding: 90px 0;
    background: url("/App/Tpl/Home/Default/Public/images/youshi.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 768px;
}

.news-index-wrap2 {
    padding: 50px 0;
    width: 100%;
}

.news-index-wrap3 {
    padding: 20px 0;
    width: 96%;
    margin: auto;
}

.news-index-box1 {
    display: none;
}

.news-index-list {
    width: 100%;
    margin-top: 60px
}

    .news-index-list ul {
        width: 100%
    }

        .news-index-list ul li {
            width: 48%;
            margin-right: 2%;
            float: left;
            padding: 2%;
            margin-bottom: 20px;
            background: url("/App/Tpl/Home/Default/Public/images/xinwen.png") no-repeat;
            background-size: 100% 100%;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        }

            .news-index-list ul li:hover {
                background: url("/App/Tpl/Home/Default/Public/images/xinwen2.png") no-repeat;
                transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            }

            .news-index-list ul li:nth-child(2n) {
                margin-right: 0%;
                margin-left: 2%;
            }

.news-index-title {
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    float: left;
    width: 20%;
    margin-top: 12px;
}

    .news-index-title span {
        font-size: 30px;
        color: #5f5f5f;
        text-align: center;
        display: block;
    }

    .news-index-title p {
        font-size: 20px;
        color: #5f5f5f;
        text-align: center;
        display: block;
        line-height: 30px;
    }

.news-index-text {
    float: right;
    width: 80%;
}

    .news-index-text span {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .news-index-text p {
        color: #5f5f5f;
        font-size: 16px;
        line-height: 28px;
    }

.news-more a {
    line-height: 42px;
    color: #b52121;
}

.news-index-list1 {
    width: 100%;
    margin-top: 60px
}

    .news-index-list1 ul {
        width: 100%
    }

        .news-index-list1 ul li {
            width: 100%;
            padding: 2%;
            margin-bottom: 20px;
            background: #f1f1f1;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        }

            .news-index-list1 ul li a {
                width: 100%;
            }

            .news-index-list1 ul li:hover {
                background: #b52121;
                transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            }

.news-index-title1 {
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    float: left;
    width: 10%;
    margin-top: 12px;
}

    .news-index-title1 span {
        font-size: 30px;
        color: #5f5f5f;
        text-align: center;
        display: block;
        font-weight: 600;
    }

    .news-index-title1 p {
        font-size: 20px;
        color: #5f5f5f;
        text-align: center;
        display: block;
        line-height: 30px;
        font-weight: 600;
    }

.news-index-text1 {
    float: right;
    width: 90%;
}

    .news-index-text1 span {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .news-index-text1 p {
        color: #5f5f5f;
        font-size: 16px;
        line-height: 28px;
    }

.news-index-list1 ul li:hover span {
    color: #fff;
}

.news-index-list1 ul li:hover p {
    color: #fff;
}

.news-index-list5 {
    width: 100%;
    margin-top: 20px
}

    .news-index-list5 ul {
        width: 100%
    }

        .news-index-list5 ul li {
            width: 100%;
            padding: 2%;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            border-bottom: 1px solid #f1f1f1;
        }

            .news-index-list5 ul li:first-child {
                width: 100%;
                padding: 2%;
                transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                border-top: 1px solid #f1f1f1;
                border-bottom: 1px solid #f1f1f1;
            }

            .news-index-list5 ul li a {
                width: 100%;
            }

            .news-index-list5 ul li:hover {
                background: #b52121;
                transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            }

.news-index-title5 {
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    float: left;
    width: 12%;
    margin-top: 8px;
}

    .news-index-title5 img {
        width: 135px;
        height: 106px;
    }

.news-index-text5 {
    float: right;
    width: 84%;
}

    .news-index-text5 span {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
    }

    .news-index-text5 p {
        color: #5f5f5f;
        font-size: 16px;
        line-height: 28px;
    }

.news-index-list5 ul li:hover span {
    color: #fff;
}

.news-index-list5 ul li:hover p {
    color: #fff;
}

.footer {
    background: #bc2325;
    padding: 20px 0;
    background: url("/App/Tpl/Home/Default/Public/images/footer.jpg") no-repeat;
    background-size: 100% 100%;
}

.footer2 {
    background: #f5f5f5 !important;
    padding: 80px 0
}

    .footer2 .foot-link {
        border-bottom: 1px solid #ffffff
    }

.foot-wrap {
    width: 100%
}

.foot-left {
    float: left;
    width: 70%;
}

.foot-link {
    color: #ffffff;
    width: 100%;
    padding: 25px 0
}

    .foot-link span {
        display: inline-block;
        line-height: 36px
    }

    .foot-link a {
        color: #ffffff;
        margin-right: 15px;
        display: inline-block
    }

.foot-bq {
    color: #ffffff;
    width: 100%;
    line-height: 26px;
    padding: 12px 0;
}

.BMap_bubble_content img {
    display: inline-block
}

.foot-bq span {
}

    .foot-bq span a {
        color: #ffffff;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

        .foot-bq span a:hover {
            color: #fff
        }

.footer2 .foot-bq span a:hover {
    color: #000
}

.foot-ewm {
    float: right;
    font-size: 0;
    margin-top: 25px;
}

    .foot-ewm span {
        display: inline-block;
        margin-left: 14px;
        width: 173px
    }

        .foot-ewm span img {
            border-radius: px
        }

        .foot-ewm span p {
            color: #ffffff;
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: 35px;
        }

.m-nav-wrap {
    display: block
}

.banner-works-wrap {
    width: 650px;
    height: 600px;
    background: rgba(213,6,26,.7);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -300px;
    padding: 80px;
    overflow: hidden
}

.header-children-wrap {
    width: 100%;
    height: calc(100vh - 160px)
}

.header-auto {
    width: 100%;
    height: auto
}

.banner-works-title {
    color: #fff;
    font-size: 36px;
    position: relative;
    padding-bottom: 30px
}

.banner-works-line {
    width: 40px;
    height: 4px;
    background: #fff;
    margin-bottom: 30px
}

.banner-works-read {
    color: #fff;
    line-height: 30px;
    font-size: 16px
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0%);
        transform: translate(0%)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0%);
        transform: translate(0%)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.banner-box {
    height: 100%;
    position: relative
}

    .banner-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.works-list-wrap {
    padding-top: 180px
}

.works-list-box .list-li .work-text-color {
    height: 100%;
    background: #b52121;
    padding: 88px 100px;
    color: #fff;
    position: relative;
    border-radius: 5px
}

    .works-list-box .list-li .work-text-color:after {
        content: '';
        width: 322px;
        height: 150px;
        /*background: url(/App/Tpl/Home/Default/Public/image/_sxg.svg) no-repeat;*/
        position: absolute;
        right: -196px;
        background-size: 127%;
        bottom: -74px;
        opacity: 0.6
    }

.works-list-box .list-li a {
    display: block;
    height: 100%;
    border-radius: 5px
}

.color-text1 {
    font-size: 24px;
    display: block
}

.color-text2 {
    font-size: 55px;
    display: inline-block;
    padding-right: 10px
}

.color-text3 {
    font-size: 34px;
    display: inline-block
}

.color-text4 {
    font-size: 24px;
    display: inline-block
}

.color-text5 a {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    float: left;
    font-size: 23px;
    padding: 5px 26px;
    x;
    x;
    x;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s linear 0s
}

.color-text5 {
    margin-top: 20px
}

    .color-text5 a:hover {
        background: #fff;
        color: #b52121
    }

.works-list-box .width50 {
    width: 580px !important;
    float: left;
    overflow: hidden;
    padding: 0 !important;
    height: 580px;
    position: relative
}

.works-list-box .paddingLeft {
    margin-left: 20px;
}

.works-list-box .paddingRight {
    background: #f2f2f2 url("/App/Tpl/Home/Default/Public/images/product1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.works-list-box ul li.list-li {
    width: 16%;
    float: left;
    padding: 0;
    margin: 0 4% 40px 0;
    overflow: hidden;
    border-radius: 10px
}

    .works-list-box ul li.list-li:nth-child(5n) {
        margin: 0 0 40px 0
    }

.works-list-box .list-li .works-index-list {
    position: relative;
    height: 100%;
    overflow: hidden
}

.works-list-box ul .list-li .works-index-list {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.works-list-box .works-index-list .works-index-img {
    width: 100%;
    overflow: hidden
}

.works-list-box .works-index-list .works-index-title2 {
    overflow: hidden;
    padding-bottom: 50px;
    display: inline-block;
}

.works-list-box .works-index-list .works-index-img img {
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    display: block;
    width: 90%;
    height: 90%;
    object-fit: cover;
    margin: 5%;
}

.works-list-box .works-index-list:hover .works-index-mask {
    opacity: 1
}

.works-list-box .works-index-list:hover .works-index-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.05)
}

.works-list-box ul .works-index-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51,49,49,.5);
    width: 100%;
    height: 100%;
    padding: 35px;
    color: #fff;
    opacity: 0;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
}

    .works-list-box ul .works-index-mask .mask-title {
        font-size: 26px;
        margin-bottom: 20px;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1)
    }

    .works-list-box ul .works-index-mask .mask-title2 {
        padding: 5px 0;
        line-height: 30px;
        font-size: 18px;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all .9s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .9s cubic-bezier(0.165,0.84,0.44,1)
    }

    .works-list-box ul .works-index-mask .mask-read {
        line-height: 20px;
        font-size: 14px
    }

.works-list-box .works-index-mask .mask-title {
    font-size: 36px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1)
}

.works-list-box .works-index-mask .mask-title2 {
    padding: 10px 0;
    line-height: 36px;
    font-size: 24px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all .9s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .9s cubic-bezier(0.165,0.84,0.44,1)
}

.works-list-box .works-index-mask .mask-read {
    line-height: 30px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1.2s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 1.2s cubic-bezier(0.165,0.84,0.44,1)
}

.works-list-box .works-list-more {
    font-size: 20px;
    color: #fff;
    width: 180px;
    height: 50px;
    margin: 50px auto 0;
    background: #b52121;
    text-align: center;
    line-height: 50px;
    position: relative;
}

    /*.works-list-box .works-list-more:after {
        content: "";
        width: 9px;
        height: 14px;*/
        /*background: url(/App/Tpl/Home/Default/Public/image/more.png) no-repeat;*/
        /*position: absolute;
        right: 40px;
        top: 20px
    }*/


.works-list-box .paddingLeft {
    margin-left: 20px;
}

    .works-list-box .paddingLeft li {
        width: 285px;
        height: 285px;
        padding: 0 0 0 0;
        background: #f2f2f2 url("/App/Tpl/Home/Default/Public/images/product2.png") no-repeat;
        background-size: 100% 100%;
        margin: 0 10px 10px 0;
    }

        .works-list-box .paddingLeft li:nth-child(2n) {
            width: 285px;
            height: 285px;
            padding: 0 0 0 0;
            background: #f2f2f2 url("/App/Tpl/Home/Default/Public/images/product2.png") no-repeat;
            background-size: 100% 100%;
            margin: 0 0 10px 0;
        }

        .works-list-box .paddingLeft li:nth-child(3n) {
            width: 285px;
            height: 285px;
            padding: 0 0 0 0;
            background: #f2f2f2 url("/App/Tpl/Home/Default/Public/images/product2.png") no-repeat;
            background-size: 100% 100%;
            margin: 0 10px 0 0;
        }

        .works-list-box .paddingLeft li:nth-child(4n) {
            width: 285px;
            height: 285px;
            padding: 0 0 0 0;
            background: #f2f2f2 url("/App/Tpl/Home/Default/Public/images/product2.png") no-repeat;
            background-size: 100% 100%;
            margin: 0 0 0 0;
        }

.works-list-box .paddingLeft1 {
    margin-left: 10px;
}

    .works-list-box .paddingLeft1 li {
        width: 260px;
        height: 320px;
        padding: 0 0 0 0;
        background: url("/App/Tpl/Home/Default/Public/images/product3.png") no-repeat;
        background-size: 100% 100%;
        margin: 0 40px 50px 0;
    }

        .works-list-box .paddingLeft1 li:nth-child(2n) {
            padding: 0 0 0px 0px
        }

        .works-list-box .paddingLeft1 li:nth-child(4n) {
            margin: 0 0px 50px 0;
        }

    .works-list-box .paddingLeft1 .works-index-list .works-index-img {
        width: 100%;
        overflow: hidden
    }

        .works-list-box .paddingLeft1 .works-index-list .works-index-img img {
            transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
            display: block;
            width: 90%;
            height: 90%;
            object-fit: cover;
            margin: 5%;
        }

.works-list-box .works-index-list .works-index-title2 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #5f5f5f;
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
}

    .works-list-box .works-index-list .works-index-title2:hover {
        color: #b52121;
    }

.mb30 {
    margin-bottom: 30px
}

.work-video-wrap {
    width: 100%;
    padding: 0 200px;
    position: relative
}

.width-auto2 {
    width: 100%;
    padding: 0;
    position: relative
}

.work-video-wrap .work-video-box {
    width: 100%
}

    .work-video-wrap .work-video-box .work-video-img {
        width: 100%;
        position: relative;
        cursor: pointer
    }

        .work-video-wrap .work-video-box .work-video-img i {
            font-size: 140px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -70px 0 0 -70px
        }

.work-video-box iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.work-mbx-nav {
    text-align: center;
    font-size: 0;
    margin: 60px 0 80px 0
}

.mt80 {
    margin-top: 80px
}

.work-mbx-nav .prev {
    margin: 5px 0;
    height: 42px;
    float: left
}

    .work-mbx-nav .prev a {
        position: relative;
        padding-left: 46px;
        line-height: 42px;
        color: #cccccc;
        display: block;
        font-size: 26px;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

        .work-mbx-nav .prev a:hover {
            color: #b52121
        }

            .work-mbx-nav .prev a:hover:after {
                background: #b52121
            }

            .work-mbx-nav .prev a:hover:before {
                background: #b52121
            }

        .work-mbx-nav .prev a:after {
            content: "";
            position: absolute;
            bottom: 13px;
            left: 0;
            width: 21px;
            height: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            background: #cccccc;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

        .work-mbx-nav .prev a:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 0;
            width: 21px;
            height: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            background: #cccccc;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

.work-mbx-nav .center {
    height: 52px;
    margin: 0 auto;
    display: inline-block
}

    .work-mbx-nav .center a {
        display: block;
        height: 52px
    }

        .work-mbx-nav .center a:hover i {
            color: #b52121
        }

    .work-mbx-nav .center i {
        font-size: 52px;
        height: 52px;
        color: #cccccc;
        display: inline-block;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

.work-mbx-nav .next {
    margin: 5px 0;
    height: 42px;
    float: right
}

    .work-mbx-nav .next a {
        position: relative;
        padding-right: 46px;
        line-height: 42px;
        color: #cccccc;
        display: block;
        font-size: 26px;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

        .work-mbx-nav .next a:after {
            content: "";
            position: absolute;
            bottom: 13px;
            right: 0;
            width: 21px;
            height: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            background: #cccccc;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

        .work-mbx-nav .next a:before {
            content: "";
            position: absolute;
            top: 13px;
            right: 0;
            width: 21px;
            height: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            background: #cccccc;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

        .work-mbx-nav .next a:hover {
            color: #b52121
        }

            .work-mbx-nav .next a:hover:after {
                background: #b52121
            }

            .work-mbx-nav .next a:hover:before {
                background: #b52121
            }

.work-wrap-more {
    width: 220px;
    height: 56px;
    margin: 20px auto 150px;
    background: #fff;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    position: relative
}

    .work-wrap-more a {
        display: block;
        border: 2px solid #b52121;
        height: 56px;
        line-height: 56px;
        color: #b52121;
        text-align: center;
        font-size: 20px;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

        .work-wrap-more a span {
            position: relative;
            z-index: 1
        }

        .work-wrap-more a:hover:before {
            width: 100%
        }

        .work-wrap-more a:before {
            content: "";
            width: 0;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #b52121;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

        .work-wrap-more a:hover {
            color: #fff
        }

.pd0 {
    padding: 0 !important
}

.services-wrap {
    margin-top: 120px
}

.services-box {
    width: 100%;
    position: relative;
    height: -webkit-calc(50vh - 60px);
    height: calc(50vh - 60px)
}

.services-img1 {
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex
}

    .services-img1 img {
        width: 100%;
        object-fit: cover;
        align-items: center
    }

.services-animation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.services-left {
    width: 50%;
    height: 100%;
    background: rgba(213,6,26,.9);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.services-left2 {
    width: 50%;
    height: 100%;
    background: rgba(213,6,26,.9);
    position: absolute;
    right: 0;
    top: 0;
    color: #fff
}

.services-read {
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center
}

.services-text1 {
    font-size: 88px;
    width: 100%;
    font-weight: bold
}

.services-text2 {
    font-size: 32px;
    width: 100%;
    margin-top: 20px
}

.services-icon {
    width: 45px;
    height: 89px;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -45px;
    overflow: hidden
}

    .services-icon i {
        content: "";
        position: absolute;
        width: 63px;
        height: 63px;
        top: 13px;
        left: -32px;
        background: rgba(213,6,26,.9);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

.services-icon2 {
    width: 45px;
    height: 89px;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -45px;
    overflow: hidden
}

    .services-icon2 i {
        position: absolute;
        width: 63px;
        height: 63px;
        top: 13px;
        right: -32px;
        background: rgba(213,6,26,.9);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

.services-right {
    width: 50%;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 68px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px
}

.services-right2 {
    width: 50%;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 68px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px
}

.clients-mt {
    margin: 0
}

.about-banner-text {
    font-size: 64px;
    color: #fff;
    position: absolute;
    line-height: 100px;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 1;
    margin-top: -100px
}

.about-read-wrap {
    padding-top: 80px;
    background: url("/App/Tpl/Home/Default/Public/images/page.jpg") repeat;
    padding-bottom: 50px;
}

.about-read-text {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin: 40px 0
}

.about-bg-1 {
    width: 100vw;
    height: 100%;
    top: 0;
    right: -170px;
    position: absolute;
    /*background: url(/App/Tpl/Home/Default/Public/image/bg_about_ofo.svg) repeat-y 100% 0*/
}

    .about-bg-1:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: 170px;
        top: 0;
        background: #fbfbfb
    }

.textpage1 {
    position: relative;
    width: 1180px;
    padding-bottom: 30px;
    display: inline-block;
    padding-left: 10px;
    margin-top: 20px;
}

.textpage2 {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.textpagem1 {
    display: none;
}

.textpagem2 {
    display: none;
}

.textpage3-right {
    position: absolute;
    right: 180px;
    top: 0;
    width: 100vw;
    height: 456px;
    background: #b52121
}

.textpage3 {
    margin: 0 auto;
    position: relative;
    background: #fbfbfb;
    width: 100%;
    height: 560px
}

.textpage3-img {
    position: absolute;
    top: 64px;
    right: -199px;
    height: 456px;
    width: 580px
}

.textpage3-center {
    width: 900px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.textpage3-right-text {
    position: absolute;
    right: 304px;
    top: 56px;
    width: 415px;
    color: #fff
}

    .textpage3-right-text h6 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-top: 15px;
        font-weight: 400
    }

    .textpage3-right-text p {
        font-size: 18px
    }

.about-read-text2 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    text-align: left;
    position: relative
}

    .about-read-text2 p {
        margin-bottom: 20px
    }

    .about-read-text2 h2 {
        margin-bottom: 28px;
        height: 55px
    }

        .about-read-text2 h2 span:after {
            content: '';
            width: 235px;
            height: 37px;
            display: block;
            background: #b52121;
            position: absolute;
            bottom: -8px;
            z-index: -1
        }

        .about-read-text2 h2 span {
            position: relative;
            z-index: 8;
            overflow: hidden;
            white-space: pre;
            color: #fff;
            font-size: 40px;
            padding-left: 5px
        }

            .about-read-text2 h2 span:before {
                position: absolute;
                left: 5px;
                top: 2px;
                color: rgb(218,9,28);
                display: block;
                height: 33%;
                content: attr(data-content);
                overflow: hidden;
                z-index: 10;
                font-size: 40px;
                line-height: 40px
            }

.about-map-wrap {
    margin: 80px 0 0 0;
    position: relative
}

.about-map {
    height: 750px;
    margin-top: 54px
}

.join-uh-wrap {
    background: #fafafa;
    padding-top: 150px
}

.join-tab-wrap {
    margin-top: 40px;
    background: #ffffff
}

.join-title {
    width: 100%;
    color: #cccccc;
    background: #ffffff;
    height: 72px;
    line-height: 72px;
    font-size: 0
}

    .join-title .join-span {
        width: 25%;
        display: inline-block;
        font-size: 20px
    }

        .join-title .join-span:last-child {
            width: 12%
        }

        .join-title .join-span:nth-child(3) {
            width: 38%
        }

        .join-title .join-span span {
            padding: 0 20px 0 40px
        }

.join-list-title {
    width: 100%;
    height: 72px;
    line-height: 72px;
    font-size: 0;
    color: #666666;
    background: #ffffff;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    border-top: 1px solid #f5f5f5
}

    .join-list-title .join-span {
        width: 25%;
        display: inline-block;
        font-size: 20px
    }

        .join-list-title .join-span:last-child {
            width: 12%;
            padding: 0 20px 0 40px
        }

        .join-list-title .join-span:nth-child(3) {
            width: 38%
        }

        .join-list-title .join-span span {
            padding: 0 20px 0 40px
        }

        .join-list-title .join-span:last-child span {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: #b52121;
            text-align: center;
            line-height: 36px;
            padding: 0;
            margin: 0 auto;
            color: #fff;
            cursor: pointer;
            transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
            -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
        }

.box-white {
    background: #fff;
    color: #666666
}

.join-list-title .join-span span.span-white {
    background: #fff;
    color: #b52121
}

.box-red {
    background: #b52121;
    color: #fff
}

.join-list-title .join-span span.span-red {
    background: #b52121;
    color: #fff
}

.join-list-read {
    padding: 40px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: none
}

.join-email {
    padding: 40px 0 140px 0;
    text-align: center;
    color: #999999
}

.article-list {
    margin-top: 5px;
}

.works-index-mask1 {
    width: 100%;
    text-align: center;
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1)
}

    .works-index-mask1 .mask-title {
        color: #b52121;
        width: 100%;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        font-weight: 600;
    }

    .works-index-mask1 span {
        color: #5f5f5f;
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
    }

    .works-index-mask1 i {
        width: 80px;
        height: 3px;
        background: #b52121;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .works-index-mask1 p {
        color: #666;
        width: 100%;
        text-align: left;
        line-height: 28px;
        font-size: 16px;
        font-weight: 500;
    }

    .works-index-mask1:hover {
        transform: translateY(-10px);
        transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
        webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    }


    .works-index-mask1 b {
        font-weight: inherit
    }

.news-list-box ul li {
    padding-bottom: 65px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 65px
}

.news-list-right .news-list-text2 a {
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
    webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1)
}

.news-list-box ul li:hover .news-list-right .news-list-text2 a {
    color: #b52121
}

.news-list-box ul li .news-list-left a {
    overflow: hidden
}

    .news-list-box ul li .news-list-left a img {
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1)
    }

.news-list-box ul li:hover .news-list-left a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.news-list-box ul li .news-list-left {
    width: 50%;
    float: left;
    padding-right: 35px
}

.news-list-box ul li .news-list-right {
    width: 50%;
    float: right;
    padding-left: 35px
}

.news-list-text1 {
    font-size: 16px;
    color: #808080;
    padding: 10px 0
}

.news-list-text2 a {
    font-size: 24px;
    color: #333
}

.news-list-text3 {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin: 30px 0 65px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px
}

.news-list-text4 a {
    font-size: 16px;
    color: #b52121
}

.news-read-wrap .news-read-left {
    width: 32%;
    float: left
}

    .news-read-wrap .news-read-left span {
        display: block;
        color: #808080;
        font-size: 16px
    }

        .news-read-wrap .news-read-left span:first-child {
            font-size: 46px;
            color: #000;
            margin-bottom: 10px
        }

.news-read-wrap .news-read-right {
    width: 68%;
    float: right
}

    .news-read-wrap .news-read-right .news-read-title {
        font-size: 34px;
        line-height: 36px;
        color: #333333;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc
    }

.news-read-text {
    padding: 15px 0;
    font-size: 18px;
    color: #666666;
    line-height: 36px
}

    .news-read-text img {
        padding: 15px 0
    }

.news-read-line .line {
    height: 1px;
    width: 100%;
    background: #cccccc;
    display: block
}

.news-read-list {
    padding: 80px 0
}

    .news-read-list ul {
        width: 50%;
        float: left;
        padding: 0 40px 0 0
    }

        .news-read-list ul li {
            height: 42px;
            line-height: 42px
        }

            .news-read-list ul li a {
                color: #333;
                transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
                -webkit-transition: all 1s cubic-bezier(0.165,0.84,0.44,1)
            }

                .news-read-list ul li a:hover {
                    color: #b52121
                }

.mt {
    padding-top: 240px
}

.yh-about-box {
    width: 620px;
    padding: 70px;
    background: #fff;
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -280px;
    z-index: 2
}

.yh-title-text {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px
}

.yh-title-line {
    border-bottom: 1px dashed #dedede
}

.yh-title-tel {
    font-size: 40px;
    color: #b52121;
    font-weight: bold;
    padding: 30px 0
}

.yh-title-phone {
    position: relative;
    padding-left: 42px;
    font-size: 0
}

    .yh-title-phone i {
        font-size: 32px;
        position: absolute;
        top: 0;
        left: 0;
        color: #333333
    }

    .yh-title-phone span {
        width: 50%;
        display: inline-block;
        line-height: 30px;
        font-size: 18px;
        color: #666666
    }

.yh-title-email, .yh-title-map {
    position: relative;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    padding: 25px 0 25px 42px
}

    .yh-title-email i, .yh-title-map i {
        font-size: 32px;
        position: absolute;
        top: 25px;
        left: 0;
        color: #333333
    }

.works-list-box {
    padding-bottom: 60px
}

.guchenghu-wrap {
    padding: 0;
}

.guchenghu-index-box {
}

    .guchenghu-index-box img {
        max-width: 1200px;
    }

.guchenghu-left {
    width: 48%;
    display: inline-block;
    float: left;
    height: 467px;
    margin-right: 4%;
    opacity: 0.9
}

    .guchenghu-left img {
        border-radius: 5px
    }

.guchenghu-right {
    width: 48%;
    display: inline-block;
    float: left;
    background: #b52121;
    height: 421px;
    opacity: 0.9
}

.guchenghu-right {
    padding: 49px 88px;
    color: #fff;
    border-radius: 5px
}

    .guchenghu-right p {
        font-size: 18px;
        margin-top: 22px;
        line-height: 30px
    }

    .guchenghu-right h3 {
        font-size: 30px
    }

.gch-img-1 {
    margin-bottom: 0px
}

.gch-img-2 {
}

.list_pages {
    text-align: center;
    clear: both;
    padding: 34px 0px 0px
}

ul.pagelist li {
    border: solid 1px #b52121;
    color: #b52121;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 0.9rem 1.3rem;
    border-radius: 5px;
    line-height: 18px
}

    ul.pagelist li:hover a {
        color: #fdfdfd;
        background-color: #b52121
    }

    ul.pagelist li a {
        padding: 0.9rem 1.3rem;
        margin: -0.9rem -1.3rem;
        color: #b52121;
        display: block;
        transition: all 0.2s linear 0s
    }

.list_pages select {
    border: 0px;
    background: transparent;
    font-size: 16px
}

ul.pagelist li.thisclass {
    background: #b52121;
    color: #fff
}

    ul.pagelist li.thisclass a {
        color: #fff
    }

.blog-header {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 625px;
    background-color: #000
}

.blog-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.header-image-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.blog-post-header {
    position: relative;
    height: 400px
}

.blog-header-title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 60px;
    background-image: -webkit-linear-gradient(270deg,transparent,rgba(0,0,0,.4));
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.4));
    color: #fff
}

a[rel="category tag"], a[rel="category"] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 30px;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase
}

    a[rel="category tag"]:hover, a[rel="category"]:hover {
        background-color: rgba(0,0,0,.4);
        color: #fff
    }

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

    .w-container:after, .w-container:before {
        content: " ";
        display: table
    }

    .w-container:after {
        clear: both
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px
    }

.white-content-block-content-wrapper {
    padding: 60px;
    text-align: center
}

    .white-content-block-content-wrapper.align-left {
        text-align: left
    }

    .white-content-block-content-wrapper.tint {
        padding-top: 50px;
        padding-bottom: 60px;
        background-color: #f1f1f1
    }

.white-content-block {
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}

.product-left {
    width: 46%;
    float: left;
}

.product-right {
    width: 50%;
    float: right;
}

    .product-right span {
        font-size: 23px;
        font-weight: 600;
        color: #5f5f5f;
        line-height: 80px;
        width: 100%;
    }

.white-content-block .product-right p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0px;
}

.product-Content {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    display: inline-block;
}

    .product-Content span {
        font-size: 23px;
        font-weight: 600;
        color: #b52121;
        line-height: 80px;
        height: 80px;
        width: 100%;
        display: inline-block;
        background: url("/App/Tpl/Home/Default/Public/images/tetle8.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 80px;
    }

.white-content-block .product-Content p {
    font-size: 16px;
    color: #5f5f5f;
    width: 100%;
    margin-bottom: 0px;
}

    .white-content-block .product-Content p img {
        margin: 0;
        border-radius: 0px
    }

.news-article-index {
    margin-top: 0px;
    background-color: #f9f9f9
}

.blog-post-image-block {
    background-position: 50% 50% !important;
    background-size: cover !important
}

.white-content-block p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #596172;
    text-align: justify
}

    .white-content-block p a {
        color: #b52121;
        text-decoration: underline
    }

.white-content-block h3 {
    color: #b52121;
    margin-bottom: 20px
}

.blog-post-title {
    font-size: 28px;
    font-weight: 400
}

.white-content-block img {
    margin: 0 auto;
    border-radius: 5px
}

ul.fanye li {
    width: 50%;
    float: left
}

    ul.fanye li:nth-child(2) {
        text-align: right
    }

ul.fanye {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px dashed #b52121;
    overflow: hidden
}

ul.commend {
    margin-top: 32px;
    padding-top: 30px;
    border-top: 1px dashed #b52121;
    overflow: hidden
}

    ul.commend li {
        width: 261px;
        display: inline-block;
        float: left;
        margin-right: 18px;
        position: relative;
        overflow: hidden;
        margin-bottom: 18px;
    }

        ul.commend li:nth-child(3n) {
            margin-right: 0px
        }

        ul.commend li h6 {
            text-align: center;
            background: #b52121;
            color: #fff;
            line-height: 44px;
            border-radius: 0 0 5px 5px;
            font-size: 16px;
            font-weight: normal;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 20px;
        }

a.batb {
    /*background: url(/App/Tpl/Home/Default/Public/image/_sxg.png) no-repeat 0px 7px;*/
}

ul.commend li img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

ul.commend li a {
    display: block;
}

p.best-content {
    font-size: 28px;
    border: 2px dashed #b52121;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    text-align: center;
}


.page {
    padding: 40px 0px 0px 0;
    text-align: center;
    clear: both;
    color: #888;
}

    .page a, .page span {
        border: 1px solid #D3D1D1;
        padding: 10px 5px;
        margin-left: 4px;
        line-height: 20px;
        color: #888;
        display: inline-block;
    }

        .page a:link, .page a:visited {
            text-decoration: none;
        }

        .page a:hover {
            background: #b52121;
            color: #fff;
            border-color: #b52121;
        }

    .page .current {
        background: #b52121;
        color: #FFF;
        border-color: #b52121;
    }

    .page #total {
        color: #b52121;
        font-weight: 500;
    }


#location_main {
}

#location {
    font-size: 16px;
    color: #5f5f5f;
    padding: 40px 0;
    float: right;
}

    #location a {
        color: #5f5f5f;
    }

        #location a:hover {
            color: #b52121;
        }

.right_body {
    padding: 5px 0px;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0;
}

.InfoTitle {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

    .InfoTitle h1 {
        font-size: 23px;
        line-height: 1.5em;
        font-weight: 500;
        color: #5f5f5f;
    }

.InfoTime {
    color: #999;
    text-align: left;
    padding: 2px 0px;
    height: 25px
}

.InfoContent, .InfoContent p {
    line-height: 2.0em;
    font-size: 16px;
}

.InfoAttachment {
    padding: 10px 0px;
    text-align: center;
    width: 81px;
    margin: 0 auto;
}

.InfoPicture {
    text-align: center;
}

    .InfoPicture img {
        width: 100%;
        max-width: 100%;
    }

.info_from_wrap {
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    border: 0px dashed #ccc;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .info_from_wrap a {
        color: #aaa;
    }

        .info_from_wrap a:hover {
            color: #5f5f5f;
        }

#ReadLevelTip {
    font-weight: bold;
    color: red;
}

.Tag {
    text-align: left;
    font-weight: bold;
}

    .Tag a {
        padding: 0 3px;
        font-weight: normal;
        text-decoration: none;
    }

.info_previous_next_wrap {
    background: #f5f5f5;
    padding: 5px 10px;
    color: #5f5f5f;
    line-height: 1.8em;
    margin-top: 10px;
}

.Next a {
}

.Previous a {
}


.product-left2 {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.product-right2 {
    width: 50%;
    float: right;
    margin-top: 20px;
}

#Map {
    overflow: hidden;
    width:;
}

    #Map .MapInfo {
        float: left;
        border: 1px solid #b52121;
        padding: 2px;
        border-radius: 8px;
    }

        #Map .MapInfo #MapContainer {
            width: 560px;
            height: 380px;
        }

    #Map .ContactInfo {
        width: 300px;
        float: right;
        line-height: 2.7em;
        color: #777;
    }

        #Map .ContactInfo .Company {
            font-size: 24px;
            margin-bottom: 8px;
        }

        #Map .ContactInfo img {
            width: 18px;
            vertical-align: middle;
            margin-right: 8px;
        }

.product-right2 .erweima {
    width: 25%;
    float: left;
}

    .product-right2 .erweima img {
        width: 100%;
        border: 1px solid #b52121;
        padding: 2px;
        border-radius: 8px;
    }

.product-right2 .dianhua {
    width: 71%;
    float: right;
    margin-bottom: 50px;
}

    .product-right2 .dianhua .tel {
        width: 350px;
        height: 70px;
        background: url("/App/Tpl/Home/Default/Public/images/tel.jpg") no-repeat;
        background-size: 350px 70px;
        display: inline-block;
    }

        .product-right2 .dianhua .tel p {
            margin-left: 70px;
            font-size: 18px;
            color: #5f5f5f;
            line-height: 25px;
            margin-bottom: 0px;
            margin-top: 5px
        }

        .product-right2 .dianhua .tel span {
            margin-left: 70px;
            font-size: 30px;
            color: #b52121;
            font-weight: 600;
            line-height: 35px;
        }

    .product-right2 .dianhua .dizhi {
        width: 350px;
        height: 70px;
        background: url("/App/Tpl/Home/Default/Public/images/dizhi.jpg") no-repeat;
        background-size: 350px 70px;
        display: inline-block;
        margin-top: 10px
    }

        .product-right2 .dianhua .dizhi p {
            margin-left: 70px;
            font-size: 18px;
            color: #5f5f5f;
            line-height: 25px;
            margin-bottom: 0px;
            margin-top: 10px;
        }

.product-right2 p {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 50px;
}


.message_title {
    height: 40px;
    padding-left: 35px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.message_body {
    padding-left: 10px;
    padding-right: 10px;
    color: #626262;
}

.guestbooklist li {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.MessageTitle {
    color: #227BAD;
    line-height: 1.5em;
    font-weight: bold;
}

.MessageContent {
    padding: 5px;
    margin-bottom: 10px;
}

table.guestbook_table {
    width: 68%;
    margin-left: 16%;
}

    table.guestbook_table th {
        width: 100px;
        text-align: right;
        font-weight: 500;
        font-size: 16px;
    }

    table.guestbook_table td {
        text-align: left;
        margin-left: 30px;
        display: block;
    }

    table.guestbook_table tr {
        width: 100%;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover {
    border-width: 1px;
    height: 39px;
    line-height: 39px;
    padding: 2px;
    color: #5f5f5f;
}

.form_text {
    width: 95%;
    background-position: 0px 0px;
}

.form_radio {
    width: auto;
    border: 0;
}

.form_checkbox {
    width: auto;
    border: 0
}

.form_select {
    height: 25px;
}

.form_textarea {
    width: 95%;
    height: 80px;
    border-width: 1px;
    padding: 2px;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.required {
    color: #5f5f5f;
    font-weight: bold;
    text-align: left;
    padding-left: 3px;
}

form {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 5px;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, select {
    text-transform: none;
}

input {
    padding: 5px;
    background-color: #ffffff;
    width: 99%;
    line-height: normal;
    border: 1px solid #5f5f5f;
    outline: none;
}

textarea {
    padding: 2px;
    color: #5f5f5f;
    background-color: #ffffff;
    width: 99%;
    outline: none;
    border: 1px solid #5f5f5f;
}

.btn {
    border-radius: 30px;
    background-color: #b52121;
    color: #fff;
    width: 300px;
    height: 50px;
    font-size: 20px;
    transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
}

    .btn:hover {
        background-color: #1b1b1b;
        color: #fff;
        transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
        -webkit-transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    }

.operation {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 30px;
}
