﻿body, html {
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}

a:link {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}

img {
    -webkit-touch-callout: none;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; /*禁止图片长按弹出选项菜单*/
    max-width: 100%;
}

input, textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    select, input[type="checkbox"] {
        vertical-align: middle;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        font-family: "\5FAE\8F6F\96C5\9ED1";
        cursor: pointer;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

form {
    display: inline;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover, a:active, a:focus {
        color: #007ac6;
        text-decoration: none;
    }

    a:active {
        color: #333;
    }

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none;
}

.ps {
    position: relative;
}

.em {
    text-indent: 2em;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.tp5 {
    padding-top: 7px;
}

.f16 {
    font-size: 16px;
}

html, body, #gb-main {
    height: 100%;
    min-height: 350px; /*font-size: 62.5%;*/
}

body {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    line-height: 20px;
    max-width: 720px;
    background: #fff;
    font-size: 14px;
    color: #666;
}


/* 头部 */
.headbox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    border-bottom: solid 3px #dcdcdc;
    z-index: 999;
    background: #fff;
}

    .headbox .logo {
        width: 70%;
        position: absolute;
        left: 5px;
        top: 10px;
    }

    .headbox .headerbtn {
        position: absolute;
        right: 10px;
        top: 15px;
    }

        .headbox .headerbtn a {
            display: block;
            float: left;
            margin: 0 7px;
        }

        .headbox .headerbtn .searchbtn {
            width: 21px;
            height: 19px;
            background: url(../images/icon/moblie_search.png) no-repeat;
            background-size: 21px 19px;
        }

        .headbox .headerbtn .menubtn {
            width: 22px;
            height: 19px;
            background: url(../images/icon/menubtn.png) no-repeat;
            background-size: 22px 19px;
        }

/*搜索框*/
.nav-search {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    line-height: 22px;
    background: #007ac6;
    z-index: 999;
    box-shadow: 0 1px 1px #575757;
}

.nav-ser {
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 80%;
    color: #004499;
    margin-left: 3%;
    padding-left: 5px;
    font-size: 14px;
}

.nav-btn {
    width: 32px;
    height: 22px;
    background: url(../images/icon/icon-14.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 3%;
    border: none;
}

/*content*/
.content {
    width: 100%;
    float: left;
    margin-top: 55px;
}

/*banner*/
.ban {
    display: block;
    overflow: hidden;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .ban .focus {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

        .ban .focus .hd {
            height: 15px;
            position: absolute;
            z-index: 1;
            right: 7px;
            bottom: 15px;
        }

            .ban .focus .hd ul {
                overflow: hidden;
                height: 15px;
                text-align: center;
                width: 100%;
            }

                .ban .focus .hd ul li, .picScroll-left .hd ul li, #wrapper .btn a, .d_menu li {
                    text-indent: -99999px;
                    height: 5px;
                    width: 5px;
                    border-radius: 50%;
                    display: inline-block;
                    background: #007ac6;
                    margin: 0 3px;
                }

                    .ban .focus .hd ul .on, .picScroll-left .hd ul .on, #wrapper .btn a.active, .d_menu li.d_select {
                        background: #fff;
                        border: solid 2px #007ac6;
                    }

        .ban .focus .bd {
            position: relative;
            z-index: 0;
        }

            .ban .focus .bd li img {
                width: 100%;
            }

/*newBar*/
.m {
    position: relative;
    margin: 10px;
}

.mb {
    margin: 20px 0;
}

.newBar {
    z-index: 9;
    height: 34px;
    background: #f5f5f5;
}

.new {
    width: 100%;
    height: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 2px 0;
}

    .new .n_ico {
        font-size: 16px;
        line-height: 30px;
        color: #4c4c4c;
        width: 24%;
        text-align: center;
        height: 30px;
        float: left;
        border-right: solid 1px #d9d9d9;
    }

    .new .siteWidth {
        width: 70%;
        float: left;
        line-height: 30px;
        height: 30px;
        margin-right: 1%;
    }

        .new .siteWidth ul {
            padding: 0 6px;
            text-align: left;
            position: relative;
            width: 100%;
            display: block;
            float: left;
        }

        .new .siteWidth li {
            width: 100%;
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            color: #595757;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .new .siteWidth li a {
                color: #595757;
                font-size: 14px;
            }

            .new .siteWidth li span {
                color: #007bc7;
                padding: 0 5px;
                font-size: 14px;
            }

    .new .n_ico2 {
        float: right;
        width: 4%;
        height: 30px;
        position: absolute;
    }

        .new .n_ico2 i {
            width: 7px;
            height: 5px;
            position: absolute;
            background: url(../images/icon/icon-2.png) no-repeat;
        }

            .new .n_ico2 i.nPrev {
                background-position: 0 0;
                top: 6px;
                left: 0;
            }

                .new .n_ico2 i.nPrev:hover, .new .n_ico2 i.nPrev:active {
                    background-position: -6.5px 0;
                }

            .new .n_ico2 i.nNext {
                background-position: 0 -4.5px;
                top: 18px;
                left: 0;
            }

                .new .n_ico2 i.nNext:hover, .new .n_ico2 i.nNext:active {
                    background-position: -6.5px -4.5px;
                }

/*pro*/
.pro {
    margin-top: 25px;
    position: relative;
    display: block;
    float: left;
    min-width: 94%;
}

    .pro .title {
        background: url(../images/icon/icon-3.png) left bottom repeat-x;
        text-align: center;
        font-size: 16px;
        height: 24px;
    }

        .pro .title i {
            border-bottom: solid 3px #007ac6;
            margin: 0 8px;
            padding: 0;
            line-height: 16px;
        }

        .pro .title a {
            color: #221815;
        }

        .pro .title b {
            text-transform: uppercase;
            padding: 0 8px;
        }

/*picScroll-left*/
#picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
    float: left;
    padding-bottom: 30px;
}
/*.picScroll-left .hd{ overflow:hidden; padding:0 10px;  }
.picScroll-left .hd ul{ display:table; margin:10px auto 0; }
.picScroll-left .bd ul li{ margin:0 0.5%; float:left; _display:inline; overflow:hidden; text-align:center; position:relative; width:32.33%;  }
.picScroll-left .bd ul li .title{ position:absolute; bottom:0; width:100%; height:26px; line-height:26px; font-size:14px; color:#4c4c4c; background:#e6e6e6; text-align:center; }
*/
/*index-list*/
.index-list li {
    float: left;
    width: 48%;
    border: solid 1px #f4f4f4;
    border-right: solid 1px #aeaeae;
    border-bottom: solid 1px #aeaeae;
    box-shadow: 2px 3px 4px #aeaeae;
    -webkit-box-shadow: 2px 3px 4px #aeaeae;
    margin-bottom: 18px;
    min-height: 104px;
}

    .index-list li.spa {
        margin-left: 2%;
    }

    .index-list li img {
        height: 100px;
        overflow: hidden;
    }

    .index-list li.ex img {
        height: 86px;
    }

    .index-list li .text {
        font-size: 14px;
        width: 100%;
        /*height: 26px;*/
        line-height: 26px;
        background: #fff;
        text-align: center;
    }

    .index-list li i {
        font-size: 12px;
        color: #999999;
        text-align: center;
        display: block;
        margin-top: -3px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .index-list li.ex i img {
        padding: 1px;
        height: 17px;
    }

.t {
    margin-top: -4px;
}

.phone {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 10px;
}

    .phone i, .map i {
        width: 13px;
        height: 20px;
        background: url(../images/icon/icon-4.png) no-repeat;
        background-size: 25px 20px;
        display: block;
        float: left;
        margin-right: 3px;
    }

.map {
    float: right;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .map i {
        background-position: -13px 0;
    }

.more, .more2 {
    height: 26px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    display: table;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0 2px 1px #3a4043;
    -webkit-box-shadow: 0 2px 1px #3a4043;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.more {
    width: 100px;
    background: #007bc7;
}

.more2 {
    width: 60px;
    background: #999999;
    float: left;
    margin-right: 10px;
}

    .more2:hover {
        background: #007bc7;
    }

.more:active, .more:vlink, .more:hover {
    color: #fff;
}

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #007ac6;
    padding: 5px 0;
    float: left;
    position: relative;
}

    .footer span {
        width: 100%;
        float: left;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: normal;
        text-align: center;
    }

/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    background: #007ac6;
    padding-top: 4px;
    background-size: 100% auto;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 210px;
    top: 0;
    z-index: 1000; /*box-shadow:5px 0 10px #c9c9c9 inset;-webkit-box-shadow:5px 0 10px #c9c9c9 inset;-o-box-shadow:5px 0 10px #c9c9c9 inset;-ms-box-shadow:5px 0 10px #c9c9c9 inset;-moz-box-shadow:5px 0 10px #c9c9c9 inset;*/
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -210px;
}

.cbp-spmenu-right {
    right: -210px;
}

    .cbp-spmenu-right h3 {
        width: 158px;
        height: 28px;
        float: left;
        padding: 12px;
    }

.scroller {
    padding: 0 12px;
    height: 95%;
    display: block;
    background: url(../images/nav_pic.png) 80% 88% no-repeat;
    background-size: 80% auto;
}

    .scroller ul {
        width: 100%;
        display: block;
        overflow: hidden;
        overflow-y: scroll;
        max-height: 95%;
    }

    .scroller li {
        width: 100%;
        border-bottom: solid 1px #ccc;
        padding-bottom: 2px;
        line-height: 28px;
    }

.cbp-spmenu-right h2 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    background: url(../images/icon/nav_a.png) 100% 5px no-repeat;
    background-size: 14px;
    font-weight: normal;
}

    .cbp-spmenu-right h2.rnav_h {
        background: url(../images/icon/nav_h.png) 100% 5px no-repeat;
        background-size: 14px;
    }

    .cbp-spmenu-right h2.nobg {
        background: none !important;
    }

    .cbp-spmenu-right h2 a {
        color: #fff;
    }

.cbp-spmenu-right span {
    width: 100%;
    padding: 5px 0;
    display: none;
    background: none;
}

    .cbp-spmenu-right span a {
        width: 94%;
        color: #fff;
        font-size: 13px;
        border-top: dashed 1px #ccc;
        display: block;
        line-height: 24px;
        margin: 3px 0;
        padding: 0 3% 0 10%;
    }

.nav_logo {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    width: 112px;
    display: block;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    width: 100%;
}

.cbp-spmenu-push-toright, .head_f1 {
    left: 210px;
}

.cbp-spmenu-push-toleft, .head_f0 {
    left: -210px;
}
/* Transitions */
.cbp-spmenu, .content, .cbp-spmenu-push, .footer, .headbox, .dd_tit {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page_ul {
    float: left;
    display: inline-block;
    margin: 30px 0 30px 7px;
}

    .page_ul li {
        float: left;
        margin: 0 5px;
    }

        .page_ul li a {
            font-size: 14px;
            padding: 2px 8px 0 8px;
            display: inline-block;
            border: 1px solid #ddd;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

            .page_ul li a:hover {
                border: 1px solid #007bc7;
            }

            .page_ul li a.hover {
                border: 1px solid #007bc7;
            }

    .page_ul .setup {
        position: relative;
        cursor: pointer;
        width: 18px;
        height: 18px;
        margin-top: 3px;
        background: url(../images/page_icon1.png) center no-repeat;
    }

        .page_ul .setup:hover {
            background: url(../images/page_icon.png) center no-repeat;
        }

        .page_ul .setup .page_more {
            display: none;
            background: url(../images/page_more.jpg) no-repeat;
            position: absolute;
            left: -63px;
            top: -98px;
            width: 153px;
            height: 99px;
        }

        .page_ul .setup:hover .page_more {
            display: block;
        }



        /* 2016.11.12 */
.cbp-spmenu-right h2 a img{ float:right; padding-right:16%;padding-top:7px;}
.cbp-spmenu-right span a img {float:right; padding-right:16%;padding-top:7px;}