﻿@charset "utf-8";

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Microsoft YaHei',arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    min-width: 1260px;
    margin: 0 auto;
    background: #fff;
    max-width: 1920px
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

ul, li {
    list-style: none
}

ul {
    padding: 0
}

li {
    zoom: 1;
    vertical-align: middle
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 36px
}

fieldset, img {
    border: 0
}

img {
    border: 0;
    max-width: 100%
}

div {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%
}

th, td {
    padding: 0
}

input, textarea {
    font-family: 'Microsoft YaHei',arial;
    font-size: 14px
}

input {
    outline: 0
}

textarea {
    outline: 0
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

::-webkit-input-placeholder {
    color: #333
}

:-moz-placeholder {
    color: #333;
    opacity: 1
}

::-moz-placeholder {
    color: #333;
    opacity: 1
}

:-ms-input-placeholder {
    color: #333
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

    .pic:after {
        content: '';
        display: block;
        padding-bottom: 100%
    }

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    width: 1500px;
    margin-left: auto;
    margin-right: auto
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

    .prompt span {
        position: absolute;
        font-size: 14px;
        font-family: 'Microsoft YaHei';
        top: 55%;
        left: 50%;
        margin-left: -152px;
        width: 304px;
        display: block;
        line-height: 24px;
        color: #666
    }

        .prompt span a {
            text-decoration: underline
        }

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../img/closed.png) no-repeat center center;
    cursor: pointer
}

#container {
    overflow: hidden;
    position: relative
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2
}

.top {
    background: #1a4fa1;
    color: #fff;
    position: relative;
    z-index: 999
}

    .top:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100%;
        background: #0f3f89;
        margin-left: -375px;
        display: none
    }

    .top a {
        color: #fff
    }

    .top .welcome {
        position: relative;
        z-index: 9;
        line-height: 45px;
        float: left
    }

    .top .search {
        float: right;
        margin-top: 7px;
        position: relative;
        padding-left: 40px;
        background: #fff;
        min-width: 240px
    }

        .top .search .tag {
            display: inline-block;
            width: 56px;
            line-height: 22px;
            background: #eaeaea;
            border-radius: 3px;
            color: #0f3f89;
            text-align: center;
            font-size: 12px;
            position: absolute;
            left: 4px;
            top: 4px
        }

        .top .search input[type="text"] {
            height: 30px;
            line-height: 30px;
            background: #fff;
            border: 0;
            padding-left:30px;
            padding-right: 45px;
            font-size: 12px;
            width: 100%
        }

        .top .search .btn {
            display: block;
            width: 30px;
            height: 30px;
            background: #0f3f89 url(../img/search.png) no-repeat center;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 12px
        }

            .top .search .btn:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 30px 13px;
                border-color: transparent transparent #0f3f89 transparent;
                position: absolute;
                left: -13px
            }

    .top .others {
        float: right;
        line-height: 45px;
        margin-left: 20px
    }

        .top .others .line {
            display: inline-block;
            width: 2px;
            height: 14px;
            background: #12438f;
            margin: 0 15px;
            vertical-align: middle
        }


        /*微信*/
        .top .others .wexin2 {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../img/qq.png) no-repeat center;
            cursor: pointer;
            position: relative;
            vertical-align: middle;
            margin-left: 10px
        }

            .top .others .wexin2 img {
                vertical-align: middle
            }

            .top .others .wexin2 .down {
                cursor: initial;
                display: none;
                position: absolute;
                z-index: 999;
                right: -30px;
                font-size: 14px;
                line-height: 30px;
                text-align: left;
                top: 30px;
                padding-top: 8px
            }

                .top .others .wexin2 .down:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 10px 10px 10px;
                    border-color: transparent transparent #fff transparent;
                    position: absolute;
                    z-index: 1;
                    right: 35px;
                    top: 2px
                }

                .top .others .wexin2 .down .box {
                    width: 185px;
                    border: 1px #ccc solid;
                    color: #fff
                }

            .top .others .wexin2:hover .down {
                display: block
            }




            .top .others .wexin {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url(../img/weixin.png) no-repeat center;
                cursor: pointer;
                position: relative;
                vertical-align: middle;
                margin-left: 10px
            }
    
                .top .others .wexin img {
                    vertical-align: middle
                }
    
                .top .others .wexin .down {
                    cursor: initial;
                    display: none;
                    position: absolute;
                    z-index: 999;
                    right: -30px;
                    font-size: 14px;
                    line-height: 30px;
                    text-align: left;
                    top: 30px;
                    padding-top: 8px
                }
    
                    .top .others .wexin .down:after {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 10px 10px;
                        border-color: transparent transparent #fff transparent;
                        position: absolute;
                        z-index: 1;
                        right: 35px;
                        top: 2px
                    }
    
                    .top .others .wexin .down .box {
                        width: 185px;
                        border: 1px #ccc solid;
                        color: #fff
                    }
    
                .top .others .wexin:hover .down {
                    display: block
                }
         /*微信结束*/


         
        /* .top .others .qq {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../img/qq.png) no-repeat center;
            cursor: pointer;
            vertical-align: middle
        } */

        
			/* .top .others .qq {
				display: inline-block;
				width: 30px;
				height: 30px;
				background: url(../img/qq.png) no-repeat center;
				cursor: pointer;
				position: relative;
				vertical-align: middle
			}
			
			.top .others .qq img {
                vertical-align: middle
            }
		
            .top .others .qq .down2 {
                cursor: initial;
                display: none;
                position: absolute;
                z-index: 999;
                right: -30px;
                font-size: 14px;
                line-height: 30px;
                text-align: left;
                top: 30px;
                padding-top: 8px
            }

                .top .others .qq .down2:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 10px 10px 10px;
                    border-color: transparent transparent #fff transparent;
                    position: absolute;
                    z-index: 1;
                    right: 35px;
                    top: -2px
                }

                .top .others .qq .down2 .box {
                    width: 185px;
                    border: 1px #ccc solid;
                    color: #fff
                }

            .top .others .qq:hover .down2 {
                display: block
            }		 */


            .div-011 ul{display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: space-between;
                justify-content: center;
                align-items: center;}
    
            .footer .ewms .div-011 li{float:left;width:12%;}

.header {
    width: 100%;
    z-index: 99;
    transition: all .5s;
    border-bottom: 1px #ececec solid;
    position: relative;
    text-align: right
}

    .header .logo {
        position: relative;
        z-index: 999;
        width: 240px;
        margin: 27px 0 16px 0;
        float: left;
        transition: all .54s
    }

        .header .logo a {
            display: block;
            float: left
        }

        .header .logo img {
            max-width: 180px;
            max-height: 60px;
            transition: all .54s
        }

    .header .nav {
        text-align: left;
        float: right
    }

        .header .nav > .list {
            font-size: 0;
            display: inline-block;
            margin-right: 0;
            vertical-align: middle
        }

            .header .nav > .list > li {
                text-align: center;
                float: left;
                padding: 0 9px
            }

                .header .nav > .list > li > a {
                    padding: 0 13px 0 13px;
                    font-size: 16px;
                    color: #666;
                    height: 110px;
                    line-height: 110px;
                    display: inline-block;
                    position: relative;
                    vertical-align: middle;
                    transition: all .5s
                }

                    .header .nav > .list > li > a:before {
                        content: "/";
                        font-size: 16px;
                        color: #e6e6e6;
                        height: 30px;
                        line-height: 30px;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        right: -10px
                    }

                    .header .nav > .list > li > a:after {
                        content: "";
                        display: block;
                        width: 0;
                        height: 5px;
                        background: #f22d23;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        transition: all .5s
                    }

                .header .nav > .list > li.has > a span {
                    position: relative
                }

                    .header .nav > .list > li.has > a span:after {
                        content: "";
                        display: inline-block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 5px 5px 0 5px;
                        border-color: #666 transparent transparent transparent;
                        vertical-align: middle;
                        margin-left: 10px
                    }

                .header .nav > .list > li.li-05 > a {
                    padding: 0 25px 0 24px
                }

                    .header .nav > .list > li.li-05 > a span:after {
                        display: none
                    }

                .header .nav > .list > li:hover > a, .header .nav > .list > li.cur > a {
                    color: #f22d23
                }

                    .header .nav > .list > li:hover > a:after, .header .nav > .list > li.cur > a:after {
                        width: 100%
                    }

                    .header .nav > .list > li:hover > a span:after, .header .nav > .list > li.cur > a span:after {
                        border-color: #f22d23 transparent transparent transparent
                    }

                .header .nav > .list > li.cur > a {
                    font-weight: 700
                }

                .header .nav > .list > li:last-child {
                    position: relative
                }

                    .header .nav > .list > li:last-child > a {
                        padding: 0 9px 0 13px
                    }

                        .header .nav > .list > li:last-child > a:before {
                            display: none
                        }

                .header .nav > .list > li:hover .subNav-02 {
                    display: block
                }

                .header .nav > .list > li:hover .subnav {
                    display: block
                }

    .header .cart {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        margin-top: 40px;
        margin-right: 5px;
        transition: all .5s;
        background: url(../img/cart.png) no-repeat center;
        float: right
    }

        .header .cart .num {
            display: block;
            min-width: 20px;
            line-height: 14px;
            height: 14px;
            background: #f22d23;
            text-align: center;
            padding: 0 5px;
            font-size: 12px;
            color: #fff;
            border-radius: 14px;
            position: absolute;
            right: -10px;
            top: -2px
        }

    .header .subnav {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        top: 110px;
		width:180px;
        left: 0;
        overflow: hidden;
        box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
        font-size: 14px;
        text-align: left
    }

        .header .subnav ul {
            overflow: hidden;
            padding: 10px 0;
            border-top: 5px solid #f9fbfb;
            border-bottom: 5px solid #f22d23;
            background: rgba(255,255,255,0.88)
        }

            .header .subnav ul li {
                float: none;
                margin: 0;
                padding: 0
            }

                .header .subnav ul li a {
                    color: #333;
                    font-size: 14px;
                    line-height: 40px;
                    text-align: center;
                    display: block;
                    padding: 0;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    position: relative;
                    font-weight: normal
                }

                    .header .subnav ul li a:after {
                        display: none
                    }

                    .header .subnav ul li a:hover {
                        color: #f22d23;
                        text-decoration: underline
                    }

    .header .subNav-02 {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        top: 110px;
        left: 0;
        overflow: hidden;
        box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
        font-size: 14px;
        text-align: left
    }

        .header .subNav-02 .navChild {
            background: #fff;
            border-top: 1px #d2d2d2 solid;
            border-bottom: 1px #d2d2d2 solid;
            transition: all .5s;
            overflow: hidden
        }

            .header .subNav-02 .navChild .item {
                width: 50%;
                float: left;
                padding: 30px 0
            }

            .header .subNav-02 .navChild .titleBig {
                color: #333;
                font-size: 16px;
                font-weight: bolder;
                margin-bottom: 20px
            }

            .header .subNav-02 .navChild .childList {
                padding-right: 30px;
                margin-bottom: 20px;
                border-right: 1px #eaeaea solid
            }

                .header .subNav-02 .navChild .childList li {
                    width: 50%;
                    float: left;
                    padding: 0 10px
                }

                .header .subNav-02 .navChild .childList a {
                    font-size: 14px;
                    display: block;
                    height: 36px;
                    line-height: 36px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                    .header .subNav-02 .navChild .childList a:hover {
                        color: #f22d23;
                        text-decoration: underline
                    }

            .header .subNav-02 .navChild .item-02 .titleBig {
                padding-left: 60px
            }

            .header .subNav-02 .navChild .item-02 .childList {
                padding-right: 0;
                padding-left: 50px;
                border-right: 0
            }

                .header .subNav-02 .navChild .item-02 .childList li {
                    width: 33.333333333333336%;
                    float: left
                }

            .header .subNav-02 .navChild .more {
                text-align: center
            }

                .header .subNav-02 .navChild .more a {
                    min-width: 128px;
                    line-height: 42px;
                    text-align: center;
                    padding: 0 15px;
                    display: inline-block;
                    background: #0f3f89;
                    color: #fff;
                    font-size: 16px;
                    position: relative;
                    -webkit-transition: all .5s;
                    transition: all .5s
                }

                    .header .subNav-02 .navChild .more a:after {
                        content: "";
                        display: inline-block;
                        width: 14px;
                        height: 9px;
                        background: url(../img/arrow-right-01.png) no-repeat center;
                        margin-left: 15px
                    }

                    .header .subNav-02 .navChild .more a:hover {
                        background: #f22d23
                    }

.headerFixed .header {
    background: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px
}

    .headerFixed .header .logo {
        margin: 12px 0
    }

        .headerFixed .header .logo img {
            max-height: 40px
        }

    .headerFixed .header .nav > .list > li > a {
        height: 70px;
        line-height: 70px
    }

    .headerFixed .header .subNav-02 {
        top: 70px
    }

    .headerFixed .header .subnav {
        top: 70px
    }

    .headerFixed .header .cart {
        margin-top: 20px
    }

.home-about {
    padding: 47px 0
}

    .home-about .video {
        width: 51.667%;
        float: left
    }

        .home-about .video a {
            display: block;
            position: relative;
            overflow: hidden
        }

            .home-about .video a:after {
                content: "";
                display: block;
                padding-bottom: 48.387096774193544%
            }

        .home-about .video .play {
            display: block;
            position: absolute;
            right: 35px;
            bottom: 35px;
            width: 70px;
            height: 70px;
            border-radius: 100%;
            background: rgba(0,0,0,0.52);
            transition: all .5s
        }

            .home-about .video .play:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 16px 0 16px 27px;
                border-color: transparent transparent transparent rgba(255,255,255,0.67);
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                transform: translateX(5px)
            }

        .home-about .video img {
            transition: all .5s
        }

        .home-about .video:hover img {
            transform: scale(1.05)
        }

        .home-about .video:hover .play {
            background: rgba(15,63,137,0.8)
        }

            .home-about .video:hover .play:after {
                border-color: transparent transparent transparent #fff
            }

    .home-about .text {
        width: 44.7%;
        float: right;
        padding-top: 25px
    }

        .home-about .text .p-01 {
            color: #bdbdbd;
            font-size: 13px;
            font-style: italic;
            margin-bottom: 16px
        }

        .home-about .text .title {
            line-height: 1.5;
            margin-bottom: 6px
        }

        .home-about .text .cn {
            font-size:29px;
            font-weight: 700;
            color: #0f3f89
        }

        .home-about .text .en {
            font-size: 20px;
            color: #0f3f89;
            font-weight: 700;
            font-family: arial
        }

        .home-about .text .info {
            color: #333;
            font-size: 15px;
            line-height: 36px;
            margin-bottom: 26px;
            height: 207px;
            overflow: hidden
        }

        .home-about .text .more a {
            display: inline-block;
            background: #0f3f89;
            color: #fff;
            min-width: 130px;
            line-height: 42px;
            padding: 0 10px;
            text-align: center;
            font-size: 14px;
            position: relative
        }

            .home-about .text .more a:after {
                content: "";
                display: block;
                width: 0;
                height: 100%;
                background: #f22d23;
                position: absolute;
                left: 0;
                top: 0;
                transition: all .5s
            }

            .home-about .text .more a span {
                position: relative;
                z-index: 1
            }

            .home-about .text .more a:hover:after {
                width: 100%
            }

.home-product {
    padding: 24px 0 80px 0;
    position: relative;
    z-index: 0
}

    .home-product .titleBig {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #0f3f89
    }

    .home-product .nr {
        padding-top: 50px
    }

    .home-product .list {
        margin-left: -9px;
        margin-right: -9px;
        overflow: hidden;
        margin-bottom: 30px
    }

        .home-product .list li {
            width: 16.666666666666668%;
            float: left
        }

        .home-product .list .box {
            margin: 0 9px;
            display: block;
            border: 1px #fff solid;
            border-bottom: 5px #fff solid
        }

        .home-product .list .pic {
            border: 1px #e5e5e5 solid;
            display: block;
            position: relative;
            text-align: center;
            overflow: hidden
        }

            .home-product .list .pic:after {
                content: "";
                display: block;
                padding-bottom: 68.08510638297872%
            }

        .home-product .list img {
            transition: all .5s
        }

        .home-product .list .text {
            padding: 0 12px 10px 12px
        }

        .home-product .list .title {
            color: #333;
            font-size: 15px;
            font-weight: 700;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .home-product .list .detailed {
            color: #ccc;
            font-size: 12px
        }

        .home-product .list .box:hover {
            box-shadow: 0 0 21px 0 rgba(0,0,0,0.09);
            border: 1px #e5e5e5 solid;
            border-bottom: 5px #f22d23 solid
        }

            .home-product .list .box:hover .pic {
                border-color: #fff
            }

            .home-product .list .box:hover img {
                transform: scale(1.05)
            }

            .home-product .list .box:hover .title {
                color: #f22d23
            }

            .home-product .list .box:hover .detailed {
                color: #f22d23
            }

    .home-product .btns {
        text-align: center;
        font-size: 0;
        clear: both
    }

        .home-product .btns .prev, .home-product .btns .next {
            display: inline-block;
            height: 30px;
            min-width: 50px;
            background-color: #0f3f89;
            position: relative;
            margin: 0 4px
        }

            .home-product .btns .prev:after, .home-product .btns .next:after {
                content: "";
                display: block;
                width: 0;
                height: 0
            }

        .home-product .btns .prev {
            background: #0f3f89 url(../img/arrow-left-01.png) no-repeat center
        }

            .home-product .btns .prev:after {
                border-style: solid;
                border-width: 15px 5px 15px 0;
                border-color: transparent #fff transparent transparent;
                position: absolute;
                right: 0
            }

            .home-product .btns .prev:hover {
                background-color: #f22d23
            }

        .home-product .btns .next {
            background: #0f3f89 url(../img/arrow-right-01.png) no-repeat center
        }

            .home-product .btns .next:after {
                border-style: solid;
                border-width: 15px 5px 15px 0;
                border-color: transparent #0f3f89 transparent transparent;
                position: absolute;
                left: -5px
            }

            .home-product .btns .next:hover {
                background-color: #f22d23
            }

                .home-product .btns .next:hover:after {
                    border-color: transparent #f22d23 transparent transparent
                }

.home-ohter {
    background: #fafafa;
    padding-bottom: 60px
}
    .home-ohter .list {
    font-size:0;}
    .home-ohter .list li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 21px 0 28px;
        border-left: 1px #e5e5e5 solid
    }

    .home-ohter .list .box {
        display: block;
        max-width: 700px;
        padding: 64px 0 10px 0
    }

    .home-ohter .list .titleBig {
        color: #666;
        font-size: 36px;
        margin-bottom: 25px;
        position: relative
    }

        .home-ohter .list .titleBig:before {
            content: "";
            display: block;
            width: 5px;
            height: 100%;
            background: #0f3f89;
            position: absolute;
            left: -31px;
            top: 0
        }

        .home-ohter .list .titleBig span {
            display: block;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative
        }

    .home-ohter .list .pic {
        overflow: hidden;
        display: block;
        position: relative
    }

        .home-ohter .list .pic:after {
            content: "";
            display: block;
            padding-bottom: 48.57142857142857%
        }

        .home-ohter .list .pic img {
            transition: all .5s
        }

    .home-ohter .list .text {
        padding: 15px 0 0 0
    }

    .home-ohter .list .title {
        color: #333;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        margin-bottom: 5px
    }

    .home-ohter .list .info {
        color: #333;
        font-size: 14px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 5px
    }

    .home-ohter .list .more span {
        min-width: 128px;
        line-height: 42px;
        text-align: center;
        padding: 0 10px;
        display: inline-block;
        background: #0f3f89;
        color: #fff;
        font-size: 16px;
        position: relative;
        transition: all .5s
    }

        .home-ohter .list .more span:after {
            content: "";
            display: inline-block;
            width: 14px;
            height: 9px;
            background: url(../img/arrow-right-01.png) no-repeat center;
            margin-left: 15px
        }

    .home-ohter .list .box:hover img {
        transform: scale(1.05)
    }

    .home-ohter .list .box:hover .titleBig {
        color: #f22d23
    }

        .home-ohter .list .box:hover .titleBig:before {
            background: #f22d23
        }

    .home-ohter .list .box:hover .more span {
        background: #f22d23
    }

.home-message {
    background: url(../img/home-message-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    color: #fff;
    padding: 77px 0 45px 0
}

    .home-message .container {
        max-width: 850px
    }

    .home-message .p-01 {
        color: #fff;
        font-size: 13px;
        font-style: italic;
        margin-bottom: 8px
    }

    .home-message .title {
        line-height: 1.5;
        margin-bottom: 33px
    }

    .home-message .cn {
        font-size: 30px;
        font-weight: 700
    }

    .home-message .en {
        font-size: 20px;
        font-weight: 700
    }

    .home-message .info {
        color: #333;
        font-size: 15px;
        line-height: 36px;
        margin-bottom: 35px
    }

    .home-message .list {
        margin: 15px -7px auto -7px
    }

    .home-message li {
        position: relative;
        margin-bottom: 14px;
        padding: 0 7px;
        clear: both
    }

    .home-message .li-02 {
        width: 50%;
        float: left;
        clear: none
    }

    .home-message .box {
        position: relative
    }

    .home-message .bt {
        width: 65px;
        font-size: 13px;
        color: #666;
        position: absolute;
        left: 0;
        top: 0;
        text-align: justify;
        text-align-last: justify;
        line-height: 44px
    }

    .home-message .required {
        color: #f00
    }

    .home-message input, .home-message textarea, .home-message select {
        width: 100%;
        border: 0;
        font-size: 14px;
        background: rgba(9,32,70,0.6);
        height: 42px;
        line-height: 42px;
        padding: 0 20px;
        color: #85ade9;
        transition: all .5s;
        border: 0
    }

        .home-message input:focus, .home-message textarea:focus, .home-message select:focus {
            color: #fff;
            box-shadow: 0 0 10px 0 #85ade9
        }

        .home-message input::-webkit-input-placeholder, .home-message textarea::-webkit-input-placeholder, .home-message select::-webkit-input-placeholder {
            color: #85ade9
        }

        .home-message input::-moz-placeholder, .home-message textarea::-moz-placeholder, .home-message select::-moz-placeholder {
            color: #85ade9
        }

        .home-message input:-moz-placeholder, .home-message textarea:-moz-placeholder, .home-message select:-moz-placeholder {
            color: #85ade9
        }

        .home-message input:-ms-input-placeholder, .home-message textarea:-ms-input-placeholder, .home-message select:-ms-input-placeholder {
            color: #85ade9
        }

    .home-message select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        background: rgba(9,32,70,0.6) url(../img/select-arrow.png) no-repeat scroll right center
    }

    .home-message textarea {
        height: 94px;
        line-height: 24px;
        padding: 9px 20px
    }

    .home-message .yzhm input {
        width: 45%;
        float: left
    }

    .home-message .yzhm .code {
        float: left;
        margin-right: 10px;
        border: 1px #ebebeb solid;
        margin-left: 20px
    }

    .home-message .yzhm .a-01 {
        font-size: 12px;
        line-height: 44px;
        color: #0d8dfc
    }

        .home-message .yzhm .a-01:hover {
            color: #0f3f89;
            text-decoration: underline
        }

    .home-message .btn {
        clear: both;
        padding-top: 15px;
        margin-bottom: 0;
        text-align: center;
        overflow: initial
    }

        .home-message .btn a {
            display: inline-block;
            background: #f22d23;
            color: #fff;
            min-width: 130px;
            line-height: 42px;
            text-align: center;
            padding: 0 10px;
            font-size: 16px;
            box-shadow: 0 0 0 0 rgba(234,84,4,0);
            transition: all .5s
        }

            .home-message .btn a:hover {
                box-shadow: 0 0 0 10px rgba(234,84,4,0.2)
            }

.footer {
    padding: 27px 0 9px 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    border-top: 1px solid #f3f3f3
}

    .footer a {
        color: #333
    }

    .footer img {
        vertical-align: middle
    }

    .footer .menu {
        font-size: 16px;
        color: #333;
        margin-bottom: 25px
    }

        .footer .menu span {
            position: relative
        }

            .footer .menu span:after {
                content: "|";
                color: #e4e4e4;
                font-size: 16px;
                margin-left: 44px;
                margin-right: 32px
            }

            .footer .menu span:last-child:after {
                display: none
            }

        .footer .menu a {
            color: #333
        }

            .footer .menu a:hover {
                color: #0f3f89
            }

    .footer .lxxx {
        width: 55%;
        font-size: 21px;
        line-height: 44px;
        float: left;
        color: #0f3f89;
        font-weight: bold
    }

    .footer .tel {
       
        padding-left: 40px
    }
	.footer .tel-img{
		 background: url(../img/tel.png) no-repeat left 9px;
	}

    .footer .email {
        padding-left: 40px
    }
 .footer .email-img {
        background: url(../img/email.png) no-repeat left 8px;
    }
        .footer .email a {
            color: #0f3f89
        }

    .footer .address {
        background: url(../img/address.png) no-repeat left 6px;
        padding-left: 40px;
        font-size: 19px
    }

    .footer .ewms {
        /* width: 270px; */
        width: 355px;
        float: right;
        text-align: right;
        font-size: 0
    }

        .footer .ewms .div-01 {
            text-align: center;
            font-size: 14px;
            display: inline-block;
            /* padding-left: 29px; */
            padding-left:8px;
            color: #767676;
            line-height: 38px
        }

            .footer .ewms .div-01 span {
                display: block;
                border: 6px #f4f4f4 solid;
                max-width: 106px
            }

    .footer .footer-info {
        /* width: 810px; */
        width: 1062px;
        margin: 0 auto
    }

.copyright {
    background: #f2f2f2;
    font-size: 14px;
    padding: 23px 0 23px 0;
    color: #767676;
    text-align: center
}

.about02 {
    padding: 56px 0 73px 0;
    margin-top: 16px;
    position: relative;
    overflow: hidden
}

    .about02:after {
        content: '';
        display: block;
        height: 399px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #f8f9fa;
        z-index: 1
    }

    .about02 .text {
        padding-top: 40px;
        float: left;
        width: 44%;
        position: relative;
        z-index: 2
    }

        .about02 .text:after {
            content: '';
            display: block;
            position: absolute;
            top: 30px;
            left: -42px;
            background: url("../img/about_06.png") no-repeat center center;
            height: 26px;
            width: 28px
        }

        .about02 .text .bt {
            font-size: 30px;
            color: #0f3f89;
            font-weight: bold;
            margin-bottom: 26px
        }

        .about02 .text .jsh {
            font-size: 15px;
            color: #333;
            line-height: 36px
        }

    .about02 .img {
        width: 52.1%;
        float: right;
        position: relative;
        z-index: 2
    }

        .about02 .img img {
            display: block
        }

.contact {
    margin-top: 50px;
    overflow: hidden;
    padding: 54px 0 76px 0;
    position: relative
}

    .contact:after {
        content: '';
        display: block;
        height: 399px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f8f9fa;
        z-index: 1
    }

    .contact .map {
        float: left;
        height: 378px;
        position: relative;
        z-index: 2;
        width: 52%
    }

    .contact #allmap {
        width: 100%;
        height: 378px
    }

    .contact .text {
        float: right;
        width: 44.4%;
        position: relative;
        z-index: 2
    }

        .contact .text .bt {
            font-size: 30px;
            color: #999;
            font-weight: bold;
            margin-bottom: 38px
        }

        .contact .text .lxxx {
            width:72%;
            font-size: 21px;
            line-height: 44px;
            float: left;
            color: #0f3f89;
            font-weight: bold;
            position: relative;
            padding-left: 30px
        }

            .contact .text .lxxx:before {
                content: '';
                display: block;
                width: 1px;
                height: 125px;
                background: #f3f3f3;
                position: absolute;
                top: 0;
                left: 0
            }

            .contact .text .lxxx p {
                margin-bottom: 5px;
            }

        .contact .text .tel {
           padding-left: 40px
        }

        .contact .text .email {
            padding-left: 40px
        }

            .contact .text .email a {
                color: #0f3f89
            }

        .contact .text .address {
            background: url(../img/address.png) no-repeat left 6px;
            padding-left: 40px;
            font-size: 19px
        }
.contact .text .tel-img{
	 background: url(../img/tel.png) no-repeat left 9px;
}
.contact .text .email-img{
	 background: url(../img/email.png) no-repeat left 9px;
}
        .contact .text .ewms {
            float: left;
            text-align: right;
            font-size: 0;
            margin-top: 5px
        }

            .contact .text .ewms .div-01 {
                text-align: center;
                font-size: 14px;
                display: inline-block;
                padding-right: 18px;
                color: #767676;
                line-height: 38px
            }

                .contact .text .ewms .div-01 span {
                    display: block;
                    border: 3px #edeeef solid;
                    max-width: 106px
                }

                    .contact .text .ewms .div-01 span img {
                        display: block
                    }

.customize .item {
    position: relative;
    height: 465px
}

    .customize .item .container {
        width: 1650px
    }

    .customize .item .pic {
        width: 960px;
        position: absolute;
        top: 0;
        right: 50%;
        height: 465px
    }

        .customize .item .pic:after {
            padding-bottom: 48.4375%
        }

    .customize .item .text {
        float: right;
        width: 50%;
        padding-left: 123px;
        padding-top: 113px;
        padding-bottom: 30px
    }

        .customize .item .text .bt {
            font-size: 28px;
            color: #333;
            font-weight: bold;
            margin-bottom: 37px
        }

            .customize .item .text .bt span {
                font-size: 13px;
                color: #bdbdbd;
                font-weight: normal;
                display: inline-block;
                vertical-align: middle
            }

        .customize .item .text .jsh {
            font-size: 14px;
            color: #333;
            line-height: 25px
        }

    .customize .item:nth-child(2n) .pic {
        right: auto;
        left: 50%
    }

    .customize .item:nth-child(2n) .text {
        float: left;
        padding-right: 119px;
        padding-top: 96px;
        padding-bottom: 30px;
        padding-left: 6px
    }

.current {
    padding: 25px 0;
    overflow: hidden
}

    .current .input {
        width: 356px;
        height: 38px;
        border: 1px solid #0f3f89;
        float: right;
        position: relative;
        margin-right: 342px
    }

        .current .input span {
            width: 54px;
            height: 28px;
            line-height: 28px;
            border-radius: 3px;
            text-align: center;
            position: absolute;
            top: 4px;
            left: 3px;
            font-size: 15px;
            color: #1a4fa1;
            background: #eaeaea
        }

        .current .input input {
            border: 0;
            height: 36px;
            display: block;
            padding: 0 67px 0 72px;
            width: 100%;
            font-size: 16px;
            color: #8b8b8b;
            background: 0
        }

            .current .input input::-webkit-input-placeholder {
                color: #8b8b8b
            }

            .current .input input:-moz-placeholder {
                color: #8b8b8b;
                opacity: 1
            }

            .current .input input::-moz-placeholder {
                color: #8b8b8b;
                opacity: 1
            }

            .current .input input:-ms-input-placeholder {
                color: #8b8b8b
            }

        .current .input .submit {
            width: 63px;
            position: absolute;
            top: 0;
            right: 0;
            height: 36px;
            padding: 0;
            background: url("../img/bg01.png") no-repeat center center
        }

            .current .input .submit:after {
                content: '';
                display: block;
                width: 50px;
                height: 36px;
                background: url("../img/search.png") no-repeat center center;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 4
            }

    .current .path {
        line-height: 38px;
        font-size: 13px;
        color: #999
    }

        .current .path a {
            color: #999
        }

            .current .path a:hover {
                color: #0f3f89
            }

        .current .path b {
            color: #0f3f89;
            font-weight: normal
        }

.aside {
    width: 20%;
    float: left;
    background: #215097
}

    .aside ul li .box {
        line-height: 60px;
        position: relative;
        padding-left: 60px;
        padding-right: 10px;
        border-bottom: 1px solid #275baa;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 1px
    }

        .aside ul li .box .pic {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 22px;
            left: 23px
        }

    .aside ul li ul {
        padding: 16px 10px 16px 0;
        background: #144083;
        overflow: hidden
    }

        .aside ul li ul li {
            height: 48px
        }

            .aside ul li ul li a {
                line-height: 48px;
                color: #fff;
                font-weight: bold;
                padding-left: 63px;
                background: url("../img/dot.png") no-repeat center right;
                display: inline-block;
                padding-right: 23px;
                max-width: 290px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .aside ul li ul li:hover a {
                text-decoration: underline
            }

    .aside ul li a:hover .box {
        background: #275baa
    }

    .aside ul .active .box {
        background: #275baa
    }

.right-info {
    float: right;
    width: 77.6%;
    padding-top: 15px
}

    .right-info .bt {
        font-size: 28px;
        color: #0f3f89;
        font-weight: bold
    }

.account {
    padding-bottom: 78px
}

    .account .account-info {
        padding: 51px 75px;
        overflow: hidden
    }

        .account .account-info ul {
            overflow: hidden
        }

            .account .account-info ul li {
                width: 50%;
                float: left;
                height: 44px;
                padding: 0 37px;
                margin-bottom: 22px
            }

                .account .account-info ul li .box {
                    position: relative;
                    line-height: 40px;
                    padding-left: 90px
                }

                    .account .account-info ul li .box span {
                        position: absolute;
                        top: 0;
                        left: 0;
                        font-size: 15px;
                        color: #333;
                        width: 85px;
                        text-align: right;
                        padding-right: 10px
                    }

                    .account .account-info ul li .box p {
                        border-bottom: 1px solid #e0e0e0;
                        font-size: 15px;
                        color: #333;
                        padding-left: 23px;
                        height: 40px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        padding-right: 44px
                    }

                    .account .account-info ul li .box a {
                        display: block;
                        font-size: 13px;
                        color: #da251c;
                        position: absolute;
                        top: 0;
                        right: 11px
                    }

                    .account .account-info ul li .box input {
                        position: absolute;
                        top: 0;
                        left: 91px;
                        width: 80%;
                        height: 40px;
                        border: 0;
                        background: 0;
                        padding: 0 45px 0 22px;
                        display: none;
                        border-bottom: 1px solid #e0e0e0
                    }

                    .account .account-info ul li .box select {
                        width: 100%;
                        height: 40px;
                        padding: 0 45px 0 23px;
                        border: 0;
                        border-bottom: 1px solid #e0e0e0
                    }

        .account .account-info .submit {
            padding-top: 41px
        }

            .account .account-info .submit a {
                width: 130px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                display: block;
                margin: 0 auto;
                background: #0f3f89
            }

                .account .account-info .submit a:hover {
                    background: #215097
                }

.dinggou {
    padding-bottom: 123px
}

    .dinggou .right-info {
        padding: 0
    }

    .dinggou .home-about {
        padding-top: 0;
        padding-bottom: 37px
    }

        .dinggou .home-about .video {
            width: 62.5%
        }

        .dinggou .home-about .text {
            width: 33.7%;
            padding-top: 77px
        }

            .dinggou .home-about .text .title {
                line-height: 1.5;
                margin-bottom: 29px
            }

            .dinggou .home-about .text .cn {
                font-size: 29px;
                font-weight: normal;
                color: #333
            }

    .dinggou .dg-pic {
        margin-bottom: 48px;
        overflow: hidden
    }

        .dinggou .dg-pic .pic img {
            transition: .5s
        }

        .dinggou .dg-pic .pic:after {
            padding-bottom: 33.333333333333336%
        }

        .dinggou .dg-pic .hover {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(255,255,255,0.77);
            padding: 23px 44px 20px 44px
        }

            .dinggou .dg-pic .hover .bt {
                color: #0f3f89;
                font-size: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 24px;
                letter-spacing: .8px
            }

            .dinggou .dg-pic .hover .more span {
                min-width: 128px;
                line-height: 42px;
                text-align: center;
                padding: 0 10px;
                display: inline-block;
                background: #0f3f89;
                color: #fff;
                font-size: 16px;
                position: relative;
                transition: all .5s
            }

                .dinggou .dg-pic .hover .more span:after {
                    content: "";
                    display: inline-block;
                    width: 14px;
                    height: 9px;
                    background: url(../img/arrow-right-01.png) no-repeat center;
                    margin-left: 15px
                }

        .dinggou .dg-pic:hover .pic img {
            transform: scale(1.05)
        }

        .dinggou .dg-pic:hover .hover .more span {
            background: #f22d23
        }

    .dinggou .dinggou-list ul {
        margin-bottom: 24px;
        overflow: hidden
    }

        .dinggou .dinggou-list ul li {
            overflow: hidden
        }

            .dinggou .dinggou-list ul li .box {
                position: relative;
                border-bottom: 1px solid #ddd;
                padding-bottom: 30px;
                margin-bottom: 44px
            }

                .dinggou .dinggou-list ul li .box .pic {
                    width: 256px;
                    height: 174px;
                    border: 1px solid #e5e5e5;
                    position: absolute;
                    top: 0;
                    left: 0
                }

                    .dinggou .dinggou-list ul li .box .pic img {
                        transition: .5s
                    }

                    .dinggou .dinggou-list ul li .box .pic:hover img {
                        transform: scale(1.05)
                    }

                .dinggou .dinggou-list ul li .box .text {
                    padding-left: 297px;
                    padding-right: 240px
                }

                    .dinggou .dinggou-list ul li .box .text .bt1 {
                        font-size: 24px;
                        color: #333;
                        font-weight: bold;
                        margin-bottom: 5px
                    }

                    .dinggou .dinggou-list ul li .box .text .span {
                        font-size: 15px;
                        margin-bottom: 31px;
                        color: #333
                    }

                        .dinggou .dinggou-list ul li .box .text .span span {
                            color: #0f3f89;
                            font-weight: bold
                        }

                    .dinggou .dinggou-list ul li .box .text .jsh {
                        font-size: 15px;
                        color: #333;
                        line-height: 26px
                    }

                        .dinggou .dinggou-list ul li .box .text .jsh ul {
                            margin: 0;
                            padding: 0
                        }

                            .dinggou .dinggou-list ul li .box .text .jsh ul li {
                                margin-bottom: 6px;
                                overflow: hidden
                            }

                        .dinggou .dinggou-list ul li .box .text .jsh .title {
                            width: 32%;
                            float: left;
                            padding-right: 10px
                        }

                        .dinggou .dinggou-list ul li .box .text .jsh .bianhao {
                            width: 68%;
                            float: left;
                            display: block;
                            padding-right: 10px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap
                        }

                        .dinggou .dinggou-list ul li .box .text .jsh p {
                            width: 68%;
                            float: left;
                            position: relative;
                            padding-left: 18px
                        }

                            .dinggou .dinggou-list ul li .box .text .jsh p:after {
                                content: '';
                                display: block;
                                width: 10px;
                                height: 10px;
                                border-radius: 50%;
                                background: #007a33;
                                position: absolute;
                                top: 50%;
                                left: 0;
                                margin-top: -5px
                            }

                    .dinggou .dinggou-list ul li .box .text:hover .bt1 {
                        color: #0f3f89
                    }

                .dinggou .dinggou-list ul li .box .info {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding-top: 47px;
                    z-index: 5
                }

                    .dinggou .dinggou-list ul li .box .info .num {
                        line-height: 34px;
                        margin-bottom: 20px
                    }

                        .dinggou .dinggou-list ul li .box .info .num .price {
                            font-size: 18px;
                            color: #333;
                            font-weight: bold;
                            margin-right: 10px;
                            width: 91px;
                            display: block;
                            float: left
                        }

                        .dinggou .dinggou-list ul li .box .info .num .count {
                            width: 102px;
                            height: 34px;
                            line-height: 32px;
                            float: right;
                            border: 1px solid #dcdcdc;
                            cursor: pointer
                        }

                            .dinggou .dinggou-list ul li .box .info .num .count span {
                                font-size: 22px;
                                color: #9e9e9e;
                                width: 27px;
                                text-align: center;
                                height: 32px;
                                line-height: 32px;
                                display: block;
                                float: left;
                                background: #f5f5f5
                            }

                            .dinggou .dinggou-list ul li .box .info .num .count .reduce {
                                border-right: 1px solid #e4e4e4
                            }

                            .dinggou .dinggou-list ul li .box .info .num .count .add {
                                border-left: 1px solid #e4e4e4;
                                float: right
                            }

                            .dinggou .dinggou-list ul li .box .info .num .count input {
                                width: 44px;
                                height: 32px;
                                text-align: center;
                                font-size: 20px;
                                color: #666;
                                border: 0;
                                background: 0;
                                float: left
                            }

                    .dinggou .dinggou-list ul li .box .info .gou {
                        overflow: hidden;
                        margin-bottom: 13px
                    }

                        .dinggou .dinggou-list ul li .box .info .gou a {
                            display: block;
                            width: 135px;
                            height: 42px;
                            line-height: 42px;
                            color: #fff;
                            float: right;
                            background: #0f3f89 url(../img/gou.png) no-repeat 14px center;
                            padding-left: 49px;
                            transition: .5s
                        }

                            .dinggou .dinggou-list ul li .box .info .gou a:hover {
                                background: #f22d23 url(../img/gou.png) no-repeat 14px center
                            }

                    .dinggou .dinggou-list ul li .box .info .gengduo {
                        overflow: hidden
                    }

                        .dinggou .dinggou-list ul li .box .info .gengduo a {
                            display: block;
                            font-size: 14px;
                            color: #0f3f89;
                            background: url("../img/more.png") no-repeat center right;
                            padding-right: 25px;
                            text-align: right
                        }

.page {
    text-align: right;
    overflow: hidden;
    font-size: 0;
    color: #838383;
    margin: 0 -6px
}

    .page a {
        color: #838383;
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        height: 30px;
        padding: 0 14px;
        margin: 0 6px;
        font-family: arial;
        background: #fff;
        border: 1px #d2d2d2 solid;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .page a.cpb, .page a:hover {
            background: #0f3f89;
            border: 1px #0f3f89 solid;
            color: #fff
        }

        .page a.prev:hover {
            background: #0f3f89
        }

        .page a.next:hover {
            background: #0f3f89
        }

        .page a.first:hover, .page a.prev:hover, .page a.next:hover, .page a.last:hover {
            background: #0f3f89;
            border: 1px #0f3f89 solid;
            color: #fff
        }

.return a {
    width: 128px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #0f3f89 url(../img/arrow-left-01.png) no-repeat 32px center;
    padding-left: 64px;
    font-size: 16px;
    display: block
}

    .return a:hover {
        background-color: #f22d23
    }

.dinggou-show {
    padding-bottom: 100px
}

    .dinggou-show .right-info {
        padding-top: 0
    }

        .dinggou-show .right-info .title {
            margin-top: 25px;
            line-height: 49px;
            margin-bottom: 10px
        }

            .dinggou-show .right-info .title .bt1 {
                font-size: 24px;
                color: #333;
                font-weight: bold;
                float: left;
                margin-right: 40px
            }

            .dinggou-show .right-info .title .guanlian {
                float: left;
                width: 28px;
                padding-top: 10px;
                position: relative;
                margin-right: 38px
            }

                .dinggou-show .right-info .title .guanlian a {
                    width: 28px;
                    height: 28px;
                    border-radius: 50%;
                    border: 1px solid #aeaeae;
                    display: block;
                    background: url("../img/guanlian.png") no-repeat center center
                }

                .dinggou-show .right-info .title .guanlian .hover {
                    position: absolute;
                    bottom: 45px;
                    left: 50%;
                    width: auto;
                    margin-left: -88px;
                    padding: 8px 15px;
                    line-height: 28px;
                    color: #fff;
                    border-radius: 5px;
                    display: none;
                    background-color: #333
                }

                    .dinggou-show .right-info .title .guanlian .hover:after {
                        content: '';
                        display: block;
                        width: 15px;
                        height: 9px;
                        position: absolute;
                        bottom: -9px;
                        left: 50%;
                        margin-left: -7px;
                        z-index: 5;
                        background: url("../img/dot01.png") no-repeat center center
                    }

                .dinggou-show .right-info .title .guanlian:hover .hover {
                    display: block
                }

            .dinggou-show .right-info .title span {
                float: left;
                width: 188px;
                height: 49px;
                line-height: 49px;
                text-align: center;
                font-size: 20px;
                color: #fff;
                border-radius: 30px;
                background: #0f3f89
            }

        .dinggou-show .right-info .bianhao {
            font-size: 15px;
            color: #333
        }

        .dinggou-show .right-info .ds-bottom {
            padding-top: 42px;
            overflow: hidden
        }

            .dinggou-show .right-info .ds-bottom .left {
                width: 65%;
                float: left
            }

                .dinggou-show .right-info .ds-bottom .left .pic {
                    width: 312px;
                    height: 213px;
                    border: 1px solid #e5e5e5;
                    margin-bottom: 44px
                }

                .dinggou-show .right-info .ds-bottom .left .ds-ge .h3 {
                    font-size: 16px;
                    color: #333
                }

                .dinggou-show .right-info .ds-bottom .left .ds-ge .jsh {
                    font-size: 14px;
                    color: #333;
                    line-height: 30px;
                    padding-left: 16px;
                    margin-top: 12px
                }

                    .dinggou-show .right-info .ds-bottom .left .ds-ge .jsh ul li {
                        position: relative;
                        min-height: 30px;
                        padding-left: 156px
                    }

                    .dinggou-show .right-info .ds-bottom .left .ds-ge .jsh span {
                        position: absolute;
                        top: 0;
                        left: 0
                    }

            .dinggou-show .right-info .ds-bottom .right {
                float: right;
                width: 30%;
                padding: 41px 41px 31px 41px;
                background: #f6f6f6
            }

                .dinggou-show .right-info .ds-bottom .right .num {
                    line-height: 34px;
                    margin-bottom: 25px
                }

                    .dinggou-show .right-info .ds-bottom .right .num .price {
                        font-size: 26px;
                        color: #333;
                        font-weight: bold;
                        margin-right: 10px;
                         
                        display: block;
                        float: left
                    }

                .dinggou-show .right-info .ds-bottom .right .yiqi {
                    padding-bottom: 19px;
                    border-bottom: 1px solid #ddd;
                    overflow: hidden;
                    margin-bottom: 27px
                }

                .dinggou-show .right-info .ds-bottom .right .count {
                    width: 126px;
                    height: 42px;
                    line-height: 40px;
                    float: left;
                    border: 1px solid #dcdcdc;
                    cursor: pointer
                }

                    .dinggou-show .right-info .ds-bottom .right .count span {
                        font-size: 22px;
                        color: #9e9e9e;
                        width: 35px;
                        text-align: center;
                        height: 40px;
                        line-height: 40px;
                        display: block;
                        float: left;
                        background: #f5f5f5
                    }

                    .dinggou-show .right-info .ds-bottom .right .count .reduce {
                        border-right: 1px solid #e4e4e4
                    }

                    .dinggou-show .right-info .ds-bottom .right .count .add {
                        border-left: 1px solid #e4e4e4;
                        float: right
                    }

                    .dinggou-show .right-info .ds-bottom .right .count input {
                        width: 54px;
                        height: 40px;
                        text-align: center;
                        font-size: 20px;
                        color: #666;
                        border: 0;
                        background: 0;
                        float: left
                    }

                .dinggou-show .right-info .ds-bottom .right .gou {
                    overflow: hidden;
                    margin-bottom: 13px;
                    float: left;
                    margin-left: 6px
                }

                    .dinggou-show .right-info .ds-bottom .right .gou a {
                        display: block;
                        width: 135px;
                        height: 42px;
                        line-height: 42px;
                        color: #fff;
                        float: right;
                        background: #0f3f89 url(../img/gou.png) no-repeat 14px center;
                        padding-left: 49px
                    }

                        .dinggou-show .right-info .ds-bottom .right .gou a:hover {
                            background: #f22d23 url(../img/gou.png) no-repeat 14px center
                        }

                .dinggou-show .right-info .ds-bottom .right .jsh {
                    font-size: 15px;
                    color: #333;
                    line-height: 26px;
                    padding-bottom: 19px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 38px
                }
.dinggou-show .right-info .ds-bottom .right center{max-width:70%;margin:0 auto;}

                    .dinggou-show .right-info .ds-bottom .right .jsh .h3 {
                        font-size: 16px;
                        color: #333;
                        font-weight: bold;
                        margin-bottom: 10px
                    }

                    .dinggou-show .right-info .ds-bottom .right .jsh ul {
                        margin: 0;
                        padding: 0
                    }

                        .dinggou-show .right-info .ds-bottom .right .jsh ul li {
                            margin-bottom: 6px;
                            overflow: hidden;
                            padding-left: 15px
                        }

                    .dinggou-show .right-info .ds-bottom .right .jsh .title1 {
                        width: 36%;
                        float: left;
                        padding-right: 10px
                    }

                    .dinggou-show .right-info .ds-bottom .right .jsh p {
                        width: 55px;
                        float: right;
                        position: relative;
                        padding-left: 18px
                    }

                        .dinggou-show .right-info .ds-bottom .right .jsh p:after {
                            content: '';
                            display: block;
                            width: 10px;
                            height: 10px;
                            border-radius: 50%;
                            background: #007a33;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            margin-top: -5px
                        }

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../img/transparent-bg.png) repeat;
    background: rgba(0,0,0,0.7);
    display: block
}

.video-popup {
    position: fixed;
    z-index: 999;
    width: 649px;
    height: 460px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -325px;
    text-align: center;
    display: block
}

    .video-popup .box {
        background: #fff url("../img/i3.jpg") no-repeat top center;
        height: 100%;
        padding-top: 20px
    }

        .video-popup .box .bt {
            font-size: 33px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 51px
        }

        .video-popup .box .list {
            margin-bottom: 24px
        }

            .video-popup .box .list ul {
                text-align: center;
                font-size: 0
            }

                .video-popup .box .list ul li {
                    display: inline-block;
                    vertical-align: top
                }

                    .video-popup .box .list ul li a {
                        display: block;
                        line-height: 32px;
                        font-size: 20px;
                        color: #999;
                        padding-bottom: 12px;
                        width: 140px
                    }

                .video-popup .box .list ul .sel a {
                    color: #175ac0;
                    background: url("../img/line.png") no-repeat bottom center
                }

        .video-popup .box .show .info {
            display: none
        }

            .video-popup .box .show .info .login {
                width: 396px;
                margin: 0 auto
            }

                .video-popup .box .show .info .login ul li {
                    margin-bottom: 16px;
                    position: relative
                }

                    .video-popup .box .show .info .login ul li span {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 50px;
                        width: 50px
                    }

                    .video-popup .box .show .info .login ul li .user {
                        background: url("../img/user.png") no-repeat center center
                    }

                    .video-popup .box .show .info .login ul li .pass {
                        background: url("../img/pass.png") no-repeat center center
                    }

                    .video-popup .box .show .info .login ul li input {
                        border: 1px solid #dbdbdb;
                        height: 50px;
                        background: 0;
                        width: 100%;
                        font-size: 17px;
                        padding: 0 20px 0 48px;
                        color: #c6c6c6
                    }

                        .video-popup .box .show .info .login ul li input:focus {
                            border: 1px solid #0f3f89
                        }

                        .video-popup .box .show .info .login ul li input::-webkit-input-placeholder {
                            color: #c6c6c6
                        }

                        .video-popup .box .show .info .login ul li input:-moz-placeholder {
                            color: #c6c6c6;
                            opacity: 1
                        }

                        .video-popup .box .show .info .login ul li input::-moz-placeholder {
                            color: #c6c6c6;
                            opacity: 1
                        }

                        .video-popup .box .show .info .login ul li input:-ms-input-placeholder {
                            color: #c6c6c6
                        }

                    .video-popup .box .show .info .login ul li .submit {
                        padding: 0;
                        border: 0;
                        margin-top: 16px;
                        height: 58px;
                        color: #fff;
                        box-shadow: 2.5px 4.3px 20.4px 8.4px rgba(9,130,232,0.36);
                        background: url("../img/bg02.png") no-repeat center center
                    }

                    .video-popup .box .show .info .login ul li a {
                        text-align: right;
                        color: #999;
                        font-size: 14px;
                        display: block
                    }

                        .video-popup .box .show .info .login ul li a:hover {
                            color: #0f3f89;
                            text-decoration: underline
                        }

            .video-popup .box .show .info .register {
                padding: 6px 0;
                width: 560px;
                margin: 0 auto
            }

                .video-popup .box .show .info .register p {
                    color: #333;
                    font-size: 16px;
                    line-height: 32px
                }

                .video-popup .box .show .info .register .re-bottom {
                    overflow: hidden;
                    padding-top: 40px
                }

                .video-popup .box .show .info .register .lxxx {
                    width: 55%;
                    padding-top: 12px;
                    font-size: 20px;
                    line-height: 44px;
                    float: left;
                    color: #0f3f89;
                    font-weight: bold
                }

                    .video-popup .box .show .info .register .lxxx p {
                        font-size: 20px;
                        line-height: 44px;
                        color: #0f3f89;
                        text-align: left
                    }

                .video-popup .box .show .info .register .tel {
                    background: url(../img/tel.png) no-repeat left 9px;
                    padding-left: 40px
                }

                .video-popup .box .show .info .register .email {
                    background: url(../img/email.png) no-repeat left 8px;
                    padding-left: 40px
                }

                    .video-popup .box .show .info .register .email a {
                        color: #0f3f89
                    }

                .video-popup .box .show .info .register .address {
                    background: url(../img/address.png) no-repeat left 6px;
                    padding-left: 40px;
                    font-size: 19px
                }

                .video-popup .box .show .info .register .ewms {
                    width: 252px;
                    float: left;
                    font-size: 0
                }

                    .video-popup .box .show .info .register .ewms .div-01 {
                        text-align: center;
                        font-size: 14px;
                        float: left;
                        padding-right: 20px;
                        color: #767676;
                        line-height: 38px
                    }

                        .video-popup .box .show .info .register .ewms .div-01 span {
                            display: block;
                            border: 4px #f4f4f4 solid;
                            max-width: 102px
                        }

                            .video-popup .box .show .info .register .ewms .div-01 span img {
                                display: block
                            }

    .video-popup .close {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 18px;
        top: 20px;
        background: url(../img/close-icon.png) no-repeat
    }

.transparent1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../img/transparent-bg.png) repeat;
    background: rgba(0,0,0,0.7);
    display: block
}

.video-popup1 {
    position: fixed;
    z-index: 999;
    width: 803px;
    height: 462px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -231px 0 0 -401px;
    text-align: center;
    display: block
}

    .video-popup1 .box {
        background: #fff url("../img/i4.jpg") no-repeat top center;
        height: 100%;
        padding-top: 46px
    }

        .video-popup1 .box .bt {
            font-size: 33px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 23px
        }

        .video-popup1 .box .span {
            text-align: center;
            font-size: 16px;
            color: #fff
        }

            .video-popup1 .box .span a {
                color: #fff;
                font-style: italic;
                text-decoration: underline
            }

                .video-popup1 .box .span a:hover {
                    font-weight: bold
                }

        .video-popup1 .box .show .info .register {
            padding: 6px 0;
            width: 695px;
            margin: 0 auto
        }

            .video-popup1 .box .show .info .register .re-bottom {
                overflow: hidden;
                padding-top: 130px
            }

            .video-popup1 .box .show .info .register .lxxx {
                width: 65%;
                font-size: 20px;
                line-height: 44px;
                float: left;
                color: #0f3f89;
                font-weight: bold
            }

                .video-popup1 .box .show .info .register .lxxx p {
                    font-size: 20px;
                    line-height: 44px;
                    color: #0f3f89;
                    text-align: left
                }

            .video-popup1 .box .show .info .register .tel {
                background: url(../img/tel.png) no-repeat left 9px;
                padding-left: 40px
            }

            .video-popup1 .box .show .info .register .email {
                background: url(../img/email.png) no-repeat left 8px;
                padding-left: 40px
            }

                .video-popup1 .box .show .info .register .email a {
                    color: #0f3f89
                }

            .video-popup1 .box .show .info .register .address {
                background: url(../img/address.png) no-repeat left 6px;
                padding-left: 40px;
                font-size: 19px
            }

            .video-popup1 .box .show .info .register .ewms {
                width: 240px;
                float: left;
                font-size: 0
            }

                .video-popup1 .box .show .info .register .ewms .div-01 {
                    text-align: center;
                    font-size: 14px;
                    float: left;
                    padding-right: 17px;
                    color: #767676;
                    line-height: 38px
                }

                    .video-popup1 .box .show .info .register .ewms .div-01 span {
                        display: block;
                        border: 4px #f4f4f4 solid;
                        max-width: 102px
                    }

                        .video-popup1 .box .show .info .register .ewms .div-01 span img {
                            display: block
                        }

    .video-popup1 .close {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 18px;
        top: 20px;
        background: url(../img/close-icon.png) no-repeat
    }

.myorder-info2 {
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 18px
}

.myorder-info2-1 {
    margin-bottom: 36px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.myorder_title1 {
    text-align: center;
    margin-bottom: 28px;
    border: 0;
    background: #0f3f89;
    font-size: 14px !important
}

    .myorder_title1 .myorder_pro {
        color: #fff;
        line-height: 48px
    }

    .myorder_title1 .myorder_pro_fl {
        min-height: 0;
        height: 48px;
        border: 0;
        font-size: 14px !important
    }

    .myorder_title1 .myorder_pro_fl2 {
        font-size: 14px
    }

    .myorder_title1 .myorder_pro_fl3 {
        font-size: 14px
    }

    .myorder_title1 .myorder_pro-price {
        border: 0
    }

.myorder_title {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    background-color: #ececec;
    line-height: 48px;
    padding: 0 20px
}

    .myorder_title p {
        font-size: 14px;
        color: #333;
        margin-right: 25px
    }

        .myorder_title p.time {
            font-size: 12px
        }

        .myorder_title p b {
            font-size: 16px;
            color: #d00111
        }

    .myorder_title a {
        float: right;
        padding-top: 2px
    }

.myorder_pro {
    overflow: hidden;
    display: flex
}

.myorder_pro_fl {
    flex: inherit;
    border-right: 1px solid #e2e2e2;
    min-height: 150px;
    width: 65%
}

    .myorder_pro_fl li {
        border-bottom: 1px solid #e2e2e2;
        padding: 26px 12px 20px 26px;
        overflow: hidden
    }

        .myorder_pro_fl li:last-child {
            border-bottom: 0
        }

.myorder_pro_fl1 {
    float: left;
    width: 63%;
    padding-left: 200px;
    position: relative
}

.myorder_pro_fl1_img {
    width: 172px;
    float: left;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0
}

    .myorder_pro_fl1_img a {
        display: block
    }

.myorder_pro_fl1_txt .span {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .myorder_pro_fl1_txt .span span {
        color: #0f3f89;
        font-weight: bold
    }

.myorder_pro_fl1_txt h3 {
    font-weight: normal;
    margin-bottom: 39px;
    font-size: 16px
}

    .myorder_pro_fl1_txt h3 a {
        color: #333;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.myorder_pro_fl1_txt p {
    color: #333;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.myorder_pro_fl2 {
    float: left;
    width: 26%;
    text-align: center;
    font-size: 16px
}

    .myorder_pro_fl2 p {
        color: #333
    }

.myorder_pro_fl3 {
    float: left;
    width: 9%;
    text-align: center;
    font-size: 16px
}

    .myorder_pro_fl3 p {
        color: #333
    }

.myorder_pro_fl4 {
    float: left;
    width: 9%;
    text-align: center
}

    .myorder_pro_fl4 a {
        color: #fff;
        line-height: 107px;
        background-color: #d00111;
        padding: 5px 10px;
        border-radius: 5px
    }

.myorder_pro-price {
    flex: inherit;
    align-self: stretch;
    width: 16%;
    text-align: center;
    position: relative;
    border-right: 1px solid #e2e2e2
}

    .myorder_pro-price p {
        font-size: 18px;
        color: #f00;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-top: -13px;
        width: 100%;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.myorder_pro_fr {
    flex: inherit;
    width: 19%;
    text-align: center;
    position: relative
}

    .myorder_pro_fr p {
        font-size: 14px;
        position: absolute;
        top: 50%;
        margin-top: -13px;
        width: 100%;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.myorder-info2-2 {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.myorder-info2-3 {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.maintenance .ma-pic {
    margin-bottom: 48px;
    overflow: hidden
}

    .maintenance .ma-pic .pic img {
        transition: .5s
    }

    .maintenance .ma-pic .pic:after {
        padding-bottom: 33.333333333333336%
    }

    .maintenance .ma-pic .hover {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.77);
        padding: 23px 44px 20px 44px
    }

        .maintenance .ma-pic .hover .bt {
            color: #0f3f89;
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 24px;
            letter-spacing: .8px
        }

        .maintenance .ma-pic .hover .more span {
            min-width: 128px;
            line-height: 42px;
            text-align: center;
            padding: 0 10px;
            display: inline-block;
            background: #0f3f89;
            color: #fff;
            font-size: 16px;
            position: relative;
            transition: all .5s
        }

            .maintenance .ma-pic .hover .more span:after {
                content: "";
                display: inline-block;
                width: 14px;
                height: 9px;
                background: url(../img/arrow-right-01.png) no-repeat center;
                margin-left: 15px
            }

    .maintenance .ma-pic:hover .pic img {
        transform: scale(1.05)
    }

    .maintenance .ma-pic:hover .hover .more span {
        background: #f22d23
    }

.maintenance .ma01 {
    padding: 28px 0;
    overflow: hidden
}

    .maintenance .ma01 .text {
        width: 45%;
        float: left;
        margin-top: 10px;
        padding-left: 48px;
        padding-top: 10px;
        background: url("../img/ma02.png") no-repeat top left
    }

        .maintenance .ma01 .text .bt {
            font-size: 30px;
            font-weight: bold;
            color: #0f3f89;
            margin-bottom: 27px
        }

        .maintenance .ma01 .text .jsh {
            font-size: 15px;
            color: #333;
            line-height: 35px;
            margin-bottom: 22px
        }

        .maintenance .ma01 .text .more a {
            color: #0f3f89;
            font-size: 15px;
            display: block
        }

            .maintenance .ma01 .text .more a:hover {
                text-decoration: underline
            }

    .maintenance .ma01 .pic {
        width: 51.867%;
        float: right
    }

        .maintenance .ma01 .pic:after {
            padding-bottom: 48.58611825192802%
        }

.maintenance .ma02 {
    padding: 44px 0 52px 0;
    overflow: hidden
}

    .maintenance .ma02 ul {
        margin: 0 -18px
    }

        .maintenance .ma02 ul li {
            width: 33.333333333333336%;
            float: left;
            margin-bottom: 18px;
            padding: 0 18px
        }

            .maintenance .ma02 ul li .box .pic img {
                transition: .5s
            }

            .maintenance .ma02 ul li .box .pic:after {
                padding-bottom: 48.739495798319325%
            }

            .maintenance .ma02 ul li .box .text {
                padding-top: 20px
            }

                .maintenance .ma02 ul li .box .text .bt {
                    font-size: 18px;
                    color: #333;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 14px
                }

                .maintenance .ma02 ul li .box .text .jsh {
                    font-size: 14px;
                    color: #999;
                    line-height: 26px;
                    height: 52px;
                    overflow: hidden
                }

            .maintenance .ma02 ul li:hover .box .pic img {
                transform: scale(1.05)
            }

            .maintenance .ma02 ul li:hover .box .text .bt {
                color: #0f3f89;
                text-decoration: underline
            }

.maintenance .ma03 {
    padding: 80px 0 89px 0;
    background: url("../img/mabg.jpg") no-repeat center center
}

    .maintenance .ma03 .bt {
        font-size: 30px;
        color: #333;
        font-weight: bold;
        margin-bottom: 59px
    }

    .maintenance .ma03 ul {
        font-size: 0;
        text-align: center
    }

        .maintenance .ma03 ul li {
            width: 151px;
            display: inline-block;
            vertical-align: top;
            margin: 0 100px;
            cursor: pointer
        }

            .maintenance .ma03 ul li .box {
                transition: .5s
            }

            .maintenance .ma03 ul li .pic {
                height: 175px;
                width: 100%
            }

            .maintenance .ma03 ul li .bt {
                text-align: center;
                font-size: 20px;
                color: #333;
                margin-top: 14px;
                margin-bottom: 0
            }

            .maintenance .ma03 ul li:hover .box {
                -webkit-transform: translateY(-15px);
                transform: translateY(-15px)
            }

.maintenance .ma04 {
    padding: 76px 0 70px 0
}

    .maintenance .ma04 .text {
        margin-top: 77px
    }

.maintenance-show .ma-bottom {
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 54px
}

    .maintenance-show .ma-bottom .left {
        width: 74%;
        float: left
    }

        .maintenance-show .ma-bottom .left .h1 {
            font-size: 24px;
            color: #333;
            font-weight: bold;
            margin-bottom: 11px
        }

        .maintenance-show .ma-bottom .left .ma-info {
            font-size: 14px;
            color: #333;
            line-height: 30px
        }

    .maintenance-show .ma-bottom .right {
        float: right;
        width: 23.3%;
        padding: 23px 23px 48px 23px;
        background: #f6f6f6;
        margin-top: 109px
    }

        .maintenance-show .ma-bottom .right .pic {
            margin-bottom: 29px
        }

            .maintenance-show .ma-bottom .right .pic:after {
                padding-bottom: 48.739495798319325%
            }

        .maintenance-show .ma-bottom .right .jsh {
            color: #0f3f89;
            font-size: 18px;
            line-height: 36px;
            padding-bottom: 30px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 43px
        }

            .maintenance-show .ma-bottom .right .jsh ul {
                margin: 0;
                padding: 0
            }

                .maintenance-show .ma-bottom .right .jsh ul li {
                    overflow: hidden;
                    padding-left: 17px;
                    color: #0f3f89;
                    font-size: 18px;
                    position: relative
                }

                    .maintenance-show .ma-bottom .right .jsh ul li:after {
                        content: '';
                        display: block;
                        width: 6px;
                        height: 6px;
                        border-radius: 50%;
                        background: #0f3f89;
                        position: absolute;
                        top: 16px;
                        left: 0
                    }

.maintenance-show .home-product {
    padding: 24px 0 39px 0
}

    .maintenance-show .home-product .titleBig {
        font-size: 20px;
        text-align: left
    }

    .maintenance-show .home-product .nr {
        padding-top: 23px
    }

.shop-list {
    padding-bottom: 93px
}

.catbox .more a {
    min-width: 123px;
    line-height: 42px;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    background: #0f3f89;
    color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .catbox .more a:after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 9px;
        background: url(../img/arrow-right-01.png) no-repeat center;
        margin-left: 15px
    }

    .catbox .more a:hover {
        background: #f22d23
    }

.catbox .total {
    font-size: 18px;
    color: #333;
    margin-top: 26px;
    margin-bottom: 40px
}

    .catbox .total span {
        font-size: 28px;
        color: #f00
    }

        .catbox .total span i {
            font-style: inherit;
            font-size: 18px
        }

.catbox table {
    text-align: center;
    width: 100%
}

    .catbox table th {
        background: url("../img/bg03.png") repeat center center;
        border-right: 1px solid #fff;
        height: 50px;
        color: #666;
        font-size: 15px;
        text-align: center;
        font-weight: normal
    }

        .catbox table th.p1 {
            padding-left: 0;
            width: 63px;
            text-align: left;
            font-size: 13px;
            background: 0
        }

    .catbox table td {
        color: #929292;
        padding: 33px 14px;
        line-height: 30px;
        font-size: 15px;
        border-bottom: 1px solid #efefef
    }

        .catbox table td.checkbox {
            padding-left: 0;
            border-bottom: 1px solid #fff
        }

#gouwu {
    background: #fff
}

    #gouwu tr {
        height: 85px
    }

.checkbox {
    width: 63px;
    text-align: left
}

.check-all {
    vertical-align: middle
}

.goods .tit {
    font-size: 15px;
    font-weight: bold
}

    .goods .tit a {
        color: #0f3f89
    }

.goods .pic {
    width: 112px;
    height: 77px;
    border: 1px solid #e5e5e5;
    margin: 0 auto
}

.catbox table td.bianhao {
    color: #0f3f89
}

.catbox table td.price {
    color: #333
}

.count {
    background-color: #fff
}

    .count .add, .count input, .count .reduce {
        display: inline-block;
        position: relative;
        vertical-align: top
    }

    .count .add, .count .reduce {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 18px;
        color: #444;
        background: #f5f5f5
    }

        .count .add:hover, .count .reduce:hover {
            cursor: pointer
        }

    .count input {
        width: 60px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #fff;
        color: #343434;
        text-align: center;
        background-color: #fff
    }

.catbox table td.subtotal {
    color: #333
}

.operation span {
    color: red
}

    .operation span:hover {
        cursor: pointer;
        text-decoration: underline
    }

.agreeCheckbox {
    cursor: pointer;
    position: relative;
    margin-left: 0
}

    .agreeCheckbox input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
        position: absolute;
        left: -10px
    }

    .agreeCheckbox em {
        display: inline-block;
        vertical-align: middle;
        border: 1px #d0d0d0 solid;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        position: relative;
        margin-top: -2px;
        margin-right: 5px;
        cursor: pointer;
        background: #fff
    }

    .agreeCheckbox input[type="checkbox"]:checked + em {
        border: 1px #efefef solid;
        background: #efefef url(../img/selected-03.png) no-repeat center center
    }

#zanwugouwu .empty {
    height: 50px;
    text-align: center;
    padding-top: 15px
}

.product {
    padding: 15px 0 72px 0;
    overflow: hidden
}

    .product .right-info {
        padding-top: 8px
    }

        .product .right-info .current {
            padding-top: 0;
            padding-bottom: 22px
        }

        .product .right-info .jies {
            font-size: 15px;
            color: #333;
            line-height: 30px;
            margin-bottom: 18px
        }

        .product .right-info .pro-bottom ul li a {
            display: block
        }

        .product .right-info .pro-bottom ul li .box {
            line-height: 50px;
            font-size: 14px;
            color: #333;
            overflow: hidden;
            border-bottom: 1px solid #f2f2f2;
            transition: .5s;
            background: url("../img/dot02.png") no-repeat 20px center
        }

            .product .right-info .pro-bottom ul li .box span {
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 10px 0 60px
            }

            .product .right-info .pro-bottom ul li .box .pinpai {
                width: 33.3%
            }

            .product .right-info .pro-bottom ul li .box .jixing {
                width: 33.3%
            }

            .product .right-info .pro-bottom ul li .box .year {
                width: 33.4%
            }

                .product .right-info .pro-bottom ul li .box .year em {
                    font-style: normal;
                    color: #f22d23;
                    margin-left: 14px
                }

        .product .right-info .pro-bottom ul li:hover .box {
            background: #f22d23 url("../img/dot02.png") no-repeat 20px center;
            color: #fff
        }

            .product .right-info .pro-bottom ul li:hover .box .year em {
                color: #fff
            }

        .product .right-info .pro-bottom ul .first {
            margin-bottom: 10px
        }

            .product .right-info .pro-bottom ul .first:hover .box {
                color: #0f3f89
            }

            .product .right-info .pro-bottom ul .first:hover .box span{
                border-right: 1px solid #fff;
            }

            .product .right-info .pro-bottom ul .first .box {
                line-height: 50px;
                font-size: 16px;
                color: #0f3f89;
                border-bottom: 1px solid #fff;
                background: 0
            }

                .product .right-info .pro-bottom ul .first .box span {
                    border-right: 1px solid #fff;
                    background: url("../img/bg05.jpg") no-repeat center center
                }

        .product .right-info .pro-bottom1 {
            margin-top: 31px
        }

            .product .right-info .pro-bottom1 ul li {
                margin-bottom: 30px
            }

                .product .right-info .pro-bottom1 ul li .box {
                    border: 1px solid #e5e5e5;
                    overflow: hidden;
                    position: relative;
                    padding: 29px 28px 24px 28px;
                    transition: all .5s
                }

                    .product .right-info .pro-bottom1 ul li .box .pic {
                        width: 236px;
                        height: 162px;
                        border: 1px solid #e5e5e5;
                        position: absolute;
                        top: 28px;
                        left: 29px
                    }

                        .product .right-info .pro-bottom1 ul li .box .pic img {
                            transition: .5s
                        }

                    .product .right-info .pro-bottom1 ul li .box .text {
                        min-height: 162px;
                        padding-left: 257px;
                        padding-top: 8px
                    }

                        .product .right-info .pro-bottom1 ul li .box .text .bt {
                            font-size: 15px;
                            color: #0f3f89;
                            font-weight: bold;
                            letter-spacing: 1px;
                            transition: all .5s;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            margin-bottom: 17px
                        }

                        .product .right-info .pro-bottom1 ul li .box .text .jsh {
                            font-size: 13px;
                            line-height: 30px;
                            color: #333;
                            height: 114px;
                            overflow: hidden
                        }

                    .product .right-info .pro-bottom1 ul li .box .more {
                        position: absolute;
                        bottom: 29px;
                        right: 30px
                    }

                        .product .right-info .pro-bottom1 ul li .box .more p {
                            display: inline-block;
                            background: #0f3f89;
                            color: #fff;
                            min-width: 130px;
                            line-height: 42px;
                            padding: 0 10px;
                            text-align: center;
                            font-size: 14px;
                            position: relative
                        }

                            .product .right-info .pro-bottom1 ul li .box .more p:after {
                                content: "";
                                display: block;
                                width: 0;
                                height: 100%;
                                background: #f22d23;
                                position: absolute;
                                left: 0;
                                top: 0;
                                transition: all .5s
                            }

                            .product .right-info .pro-bottom1 ul li .box .more p span {
                                position: relative;
                                z-index: 1
                            }

                .product .right-info .pro-bottom1 ul li:hover .box {
                    border: 1px solid #fff;
                    box-shadow: 0 0 21px 0 rgba(0,0,0,0.09)
                }

                    .product .right-info .pro-bottom1 ul li:hover .box .pic img {
                        transform: scale(1.05)
                    }

                    .product .right-info .pro-bottom1 ul li:hover .box .text .bt {
                        color: #f22d23
                    }

                    .product .right-info .pro-bottom1 ul li:hover .box .more p:after {
                        width: 100%
                    }

.aside1 {
    float: left;
    width: 20%
}

    .aside1 .title {
        font-size: 26px;
        color: #fff;
        line-height: 118px;
        padding: 0 5px 0 43px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url("../img/bg04.jpg") no-repeat center center
    }

    .aside1 .pro-list1 {
        margin-bottom: 28px;
        overflow: hidden
    }

        .aside1 .pro-list1 ul {
            padding: 8px 7px 0 7px;
            border: 1px solid #e5e5e5
        }

            .aside1 .pro-list1 ul li {
                margin-bottom: 18px
            }

                .aside1 .pro-list1 ul li a {
                    display: block;
                    font-size: 16px;
                    color: #fff;
                    border-left: 5px solid #cf0c02;
                    background: #f22d23 url("../img/dot04.png") no-repeat 92% center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 50px;
                    padding: 0 35px 0 34px;
                    transition: .5s
                }

                .aside1 .pro-list1 ul li ul {
                    padding-top: 15px;
                    border: 0
                }

                    .aside1 .pro-list1 ul li ul li {
                        margin-bottom: 0
                    }

                        .aside1 .pro-list1 ul li ul li a {
                            background: url("../img/arrow-right-01.png") no-repeat 96% center;
                            font-size: 14px;
                            color: #333;
                            border: 0;
                            line-height: 37px;
                            padding: 0 35px 0 50px
                        }

                        .aside1 .pro-list1 ul li ul li:hover > a {
                            color: #f22d23;
                            text-decoration: underline;
                            background: url("../img/more1.png") no-repeat 96% center
                        }

                    .aside1 .pro-list1 ul li ul .active a {
                        color: #f22d23;
                        text-decoration: underline;
                        background: url("../img/more1.png") no-repeat 96% center
                    }

                .aside1 .pro-list1 ul li:hover > a {
                    text-decoration: underline
                }

    .aside1 .pro-list ul {
        padding: 12px 7px 0 7px;
        border: 1px solid #e5e5e5
    }

        .aside1 .pro-list ul li {
            margin-bottom: 6px
        }

            .aside1 .pro-list ul li a {
                display: block;
                font-size: 16px;
                color: #0f3f89;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-left: 5px solid #fff;
                line-height: 50px;
                padding: 0 35px 0 34px;
                transition: .5s;
                background: url("../img/dot02.png") no-repeat 92% center
            }

            /* .aside1 .pro-list ul li:hover a,.aside1 .pro-list ul li.active a {
                color: #fff;
                border-left: 5px solid #cf0c02;
                padding: 0 35px 0 49px;
                background: #f22d23 url("../img/dot02.png") no-repeat 92% center
            } */
            .aside1 .pro-list ul li .twolevel a:hover,.aside1 .pro-list ul li.active a {
                color: #fff;
                border-left: 5px solid #cf0c02;
                padding: 0 35px 0 49px;
                background: #f22d23 url("../img/dot02.png") no-repeat 92% center
            }

.product-show .home-product {
    padding: 24px 0 39px 0
}

    .product-show .home-product .titleBig {
        font-size: 20px;
        text-align: left
    }

    .product-show .home-product .nr {
        padding-top: 23px
    }

.product-show .product-top {
    overflow: hidden;
    margin-bottom: 37px
}

    .product-show .product-top .pro-left {
        overflow: hidden;
        width: 50%;
        float: left
    }

        .product-show .product-top .pro-left .pro-max {
            position: relative;
            width: 100%;
            border: 1px solid #e5e5e5;
            z-index: 2
        }

            .product-show .product-top .pro-left .pro-max .max-info {
                position: relative;
                overflow: hidden
            }

            .product-show .product-top .pro-left .pro-max .slick-list {
                position: relative;
                z-index: 6
            }

            .product-show .product-top .pro-left .pro-max .item .pic {
                margin: 0 auto;
                z-index: 5
            }

                .product-show .product-top .pro-left .pro-max .item .pic:after {
                    padding-bottom: 68.58288770053477%
                }

                .product-show .product-top .pro-left .pro-max .item .pic img {
                    transition: .5s
                }

            .product-show .product-top .pro-left .pro-max .slick-prev:before, .product-show .product-top .pro-left .pro-max .slick-next:before {
                content: ''
            }

            .product-show .product-top .pro-left .pro-max .slick-prev, .product-show .product-top .pro-left .pro-max .slick-next {
                width: 36px;
                height: 36px;
                margin-top: -18px;
                border-radius: 50%;
                z-index: 9
            }

            .product-show .product-top .pro-left .pro-max .slick-prev {
                left: 23px;
                background: #bdbdbd url("../img/lefth.png") no-repeat center center !important
            }

                .product-show .product-top .pro-left .pro-max .slick-prev:hover {
                    background: #0f3f89 url("../img/lefth.png") no-repeat center center !important
                }

            .product-show .product-top .pro-left .pro-max .slick-next {
                right: 23px;
                background: #bdbdbd url("../img/righth.png") no-repeat center center !important
            }

                .product-show .product-top .pro-left .pro-max .slick-next:hover {
                    background: #0f3f89 url("../img/righth.png") no-repeat center center !important
                }

        .product-show .product-top .pro-left .pro-min {
            margin: 7px 0;
            padding: 0 25px;
            position: relative;
            overflow: hidden;
            width: 100%
        }

            .product-show .product-top .pro-left .pro-min .slick-prev:before, .product-show .product-top .pro-left .pro-min .slick-next:before {
                content: ''
            }

            .product-show .product-top .pro-left .pro-min .slick-prev, .product-show .product-top .pro-left .pro-min .slick-next {
                width: 20px;
                height: 100%;
                margin-top: 0;
                z-index: 5
            }

            .product-show .product-top .pro-left .pro-min .slick-prev {
                left: 0;
                background: #eee url("../img/left.png") no-repeat center center !important
            }

                .product-show .product-top .pro-left .pro-min .slick-prev:hover {
                    background: #0f3f89 url("../img/lefth.png") no-repeat center center !important
                }

            .product-show .product-top .pro-left .pro-min .slick-next {
                right: 0;
                background: #eee url("../img/right.png") no-repeat center center !important
            }

                .product-show .product-top .pro-left .pro-min .slick-next:hover {
                    background: #0f3f89 url("../img/righth.png") no-repeat center center !important
                }

            .product-show .product-top .pro-left .pro-min .item {
                cursor: pointer;
                padding: 0 5px
            }

                .product-show .product-top .pro-left .pro-min .item .pic {
                    border: 1px solid #e5e5e5
                }

                    .product-show .product-top .pro-left .pro-min .item .pic:after {
                        padding-bottom: 68.58288770053477%
                    }

    .product-show .product-top .text {
        float: right;
        width: 47%;
        padding-top: 21px
    }

        .product-show .product-top .text .bt {
            font-size: 20px;
            color: #0f3f89;
            font-weight: bold;
            margin-bottom: 15px
        }

        .product-show .product-top .text .jsh {
            font-size: 14px;
            color: #393939;
            line-height: 26px;
            margin-bottom: 25px
        }

        .product-show .product-top .text .more a {
            min-width: 144px;
            line-height: 42px;
            text-align: center;
            padding: 0 10px;
            display: inline-block;
            background: #0f3f89;
            color: #fff;
            font-size: 14px;
            position: relative;
            transition: all .5s
        }

            .product-show .product-top .text .more a:after {
                content: "";
                display: inline-block;
                width: 14px;
                height: 9px;
                background: url(../img/arrow-right-01.png) no-repeat center;
                margin-left: 15px
            }

            .product-show .product-top .text .more a:hover {
                background: #f22d23
            }

        .product-show .product-top .text .pro-ner {
            padding: 24px 110px 24px 37px;
            background: #fafafa;
            position: relative;
            margin-bottom: 26px
        }

            .product-show .product-top .text .pro-ner .h3 {
                font-size: 14px;
                color: #333;
                margin-bottom: 13px
            }

            .product-show .product-top .text .pro-ner ul li {
                line-height: 30px;
                position: relative;
                padding-left: 80px;height:30px;
            }

                .product-show .product-top .text .pro-ner ul li span {
                    text-align: right;
                    width: 70px;
                    color: #979797;
                    position: absolute;
                    top: 0;
                    left: 0
                }

                .product-show .product-top .text .pro-ner ul li b {
                    color: #f22d23
                }

            .product-show .product-top .text .pro-ner .a {
                position: absolute;
                top: 23px;
                right: 34px
            }

                .product-show .product-top .text .pro-ner .a a {
                    display: block;
                    font-size: 14px;
                    color: #0f3f89;
                    background: url("../img/dayin.png") no-repeat center left;
                    padding-left: 32px
                }

                    .product-show .product-top .text .pro-ner .a a:hover {
                        text-decoration: underline
                    }

.product-show .product-bottom {
    overflow: hidden
}

    .product-show .product-bottom .h3 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px
    }

    .product-show .product-bottom .jsh {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        padding-left: 16px;
        margin-bottom: 16px
    }

    .product-show .product-bottom .left {
        width: 50%;
        float: left
    }

    .product-show .product-bottom .right {
        float: right;
        width: 47%;
        padding: 42px 36px;
        background: #fafafa
    }

.news {
    margin-bottom: 80px
}

    .news ul li {
        overflow: hidden
    }

        .news ul li .box {
            position: relative;
            border-bottom: 1px solid #f5f5f5;
            padding-bottom: 44px;
            margin-bottom: 44px;
            overflow: hidden
        }

            .news ul li .box .pic {
                width: 500px;
                height: 277px;
                position: absolute;
                top: 0;
                left: 0
            }

                .news ul li .box .pic img {
                    transition: .5s
                }

            .news ul li .box .text {
                padding-left: 540px;
                height: 277px;
                padding-top: 20px
            }

                .news ul li .box .text .more span {
                    min-width: 128px;
                    line-height: 42px;
                    text-align: center;
                    padding: 0 10px;
                    display: inline-block;
                    background: #0f3f89;
                    color: #fff;
                    font-size: 16px;
                    position: relative;
                    transition: all .5s
                }

                    .news ul li .box .text .more span:after {
                        content: "";
                        display: inline-block;
                        width: 14px;
                        height: 9px;
                        background: url(../img/arrow-right-01.png) no-repeat center;
                        margin-left: 15px
                    }

                .news ul li .box .text .bt {
                    font-size: 22px;
                    color: #333;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-bottom: 5px;
                    padding-right: 100px
                }

                .news ul li .box .text .jsh {
                    font-size: 15px;
                    color: #777;
                    line-height: 30px;
                    height: 60px;
                    overflow: hidden;
                    margin-bottom: 37px
                }

                .news ul li .box .text .date {
                    font-size: 14px;
                    color: #999;
                    margin-bottom: 15px
                }

        .news ul li:hover .box .pic img {
            transform: scale(1.05)
        }

        .news ul li:hover .box .text .bt {
            color: #0f3f89
        }

        .news ul li:hover .box .text .more span {
            background: #f22d23
        }

.news-show {
    padding-bottom: 80px;
    overflow: hidden
}

    .news-show .h1 {
        color: #333;
        font-size: 26px;
        text-align: center;
        margin-bottom: 19px
    }

    .news-show .h2 {
        text-align: center;
        border-bottom: 1px solid #ededed;
        padding-bottom: 25px
    }

        .news-show .h2 span {
            display: inline-block;
            vertical-align: top;
            margin: 0 20px;
            font-size: 13px;
            color: #999
        }

        .news-show .h2 .clock {
            background: url("../img/clock.png") no-repeat center left;
            padding-left: 20px
        }

        .news-show .h2 .laiyuan {
            background: url("../img/laiyuan.png") no-repeat center left;
            padding-left: 20px
        }

        .news-show .h2 .liulan {
            background: url("../img/yan.png") no-repeat center left;
            padding-left: 20px
        }

    .news-show .news-info {
        padding: 26px 0 56px 0;
        font-size: 15px;
        color: #333;
        line-height: 32px
    }

        .news-show .news-info p {
            text-indent: 2.2em
        }

.pagenav {
    overflow: hidden;
    line-height: 71px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

    .pagenav a {
        width: 50%;
        display: block;
        float: left;
        font-size: 15px;
        color: #666;
        padding: 0 30px 0 0;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .pagenav a:hover {
            color: #f22d23;
            text-decoration: underline
        }

        .pagenav a:nth-last-child(1) {
            padding-right: 0;
            text-align: right
        }

        .pagenav a p {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

@media(max-width:1500px) {
    .container {
        width: 1260px;
        padding: 0 10px
    }

    .dinggou .home-about .text {
        padding-top: 10px
    }

    .maintenance .ma01 .text .bt {
        margin-bottom: 14px
    }

    .maintenance .ma01 .text .jsh {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .maintenance .ma03 ul li {
        margin: 0 70px
    }

    .customize .item .container {
        width: 1260px
    }

    .contact .map {
        width: 45%
    }

    .contact .text {
        width: 47.4%
    }

    .account .account-info {
        padding: 51px 25px
    }

    .home-about .text .title {
        margin-bottom: 10px
    }

    .home-about .text {
        padding-top: 0
    }

    .dinggou-show .right-info .ds-bottom .right {
        width: 37%
    }

    .dinggou-show .right-info .ds-bottom .left {
        width: 62%
    }
}
