/*header*/
.header-container {
    background-color: #fff;
    /* border-bottom: 1px solid #dadada; */
}

.header-logo-container, .header-btn-container, .header-nav-container {
    /* height: 90px;
    margin: 15px 0; */
}

.header-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*nav*/
.nav-container {
    height: 0;
    position: relative;
    /*菜单下只显示一个像素 配合top使用*/
    overflow: hidden;
    /*要加上这个属性 否则这个菜单影藏不了*/
    top: -1px;
    /*菜单下只显示一个像素*/
    border: 1px solid #dadada;
    transition: height 0.5s;
}

.nav-container-extended {
    /*top: 0;菜单下只显示一个像素*/
    height: 201px;
}
/*--内容start--*/
.header-logo {
    display: flex;
    ;
    align-items: center;
    /*让图片垂直居中*/
    /* width: 136px;
    height: 100%; */
    height: 100%;
    width: auto;
}

.header-nav, .header-nav-item, .header-nav-link {
    height: 100%;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.header-nav-item {
    /* margin-left: 24px; */
    margin-left: 45px;
}

    .header-nav-item:first-child {
        margin-left: 0;
    }

.header-nav-link {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}
/*nav-link*/
.nav-link {
    display: block;
    height: 40px;
    line-height: 40px;
    /* font-weight: bold; */
}



/*--组件start--*/
/*.btn-toggle*/
.btn-toggle {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-toggle:hover {
        background-color: #f9f9f9;
    }

.btn-toggle-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #363636;
    border-radius: 2px;
}

    .btn-toggle-bar + .btn-toggle-bar {
        margin-top: 4px;
    }

.btn-toggle:hover .btn-toggle-bar {
    background-color: #1428a0;
}

.btn-rounded {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

    .btn-rounded:hover {
        background-color: #000;
        color: #fff;
    }

/*--组件end--*/
.main-content {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
    position: relative;
}

    .main-content .part01 {
        background-color: #fff;
        padding: 20px;
    }
        .main-content .part01  p video{
            width:100%;
            height:auto;
        }

        .main-content .part01 img {
            width: 100%;
            border: 0 none;
        }

       

        .main-content .part01 .title {
            font-size: 18px;
            color: #333;
            position: relative;
            line-height: 30px;
            margin-bottom: 15px;
        }

        .main-content .part01 .info {
            font-size: 17px;
            line-height: 40px;
            text-indent: 2em;
        }

        .main-content .part01 .info_more {
            position: absolute;
            color: #007aa3;
            line-height: 30px;
            right: 20px;
            bottom: -75px;
        }

.menu-icon {
    background-color: #f9F9F9;
    padding: 30px 150px 10px 150px;
    margin-bottom: 40px;
}

.b_icon_circle {
    width: 60px;
    height: 60px;
    line-height: 68px;
    border-radius: 50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #0863D8;
}

.b_icon_circle_MB20 {
    margin-bottom: 20px;
}

.menu-icon-shortCut {
    font-size: 28px;
    color: #0863D8;
    margin-left: 14px;
    display: inline-block;
    margin-top: -5px;
}

.menu-icon-p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}

.comm-title-line-outer {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}

.comm-title-line {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

    .comm-title-line span {
        border-bottom: 1px solid #0863D8;
        position: relative;
        display: block;
        width: 100px;
    }

.comm-title-text {
    margin-left: 20px;
    margin-right: 20px;
    color: #0863D8;
}

.part02 {
    background-color: #f9F9F9;
    padding: 30px 0;
}

    .part02 .jiabin-title {
        color: #666666;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        height: 30px;
        margin-bottom: 0px;
        margin-top: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .part02 .jiabin-title a {
            color: #666666;
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-line-clamp: 1;
            line-height: 30px;
            width: 100%;
        }

    .part02 .jiabin-time {
        color: #999999;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 0px;
    }

.part02-menu .news_title_nav {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 40px;
}

    .part02-menu .news_title_nav span {
        float: left;
        font-weight: bold;
        font-size: 20px;
        height: 48px;
        position: relative;
    }

        .part02-menu .news_title_nav span a {
            text-decoration: none;
            color: #0863D8;
            font-size: 20px;
        }

        .part02-menu .news_title_nav span:after {
            position: absolute;
            left: 0;
            bottom: 1px;
            content: '';
            height: 2px;
            width: 100%;
            display: block;
            background: #0863D8;
        }

    .part02-menu .news_title_nav .more {
        float: right;
        height: 48px;
        padding-top: 22px;
    }

        .part02-menu .news_title_nav .more img {
            border: 0px;
            vertical-align: top;
        }

.part02-menu img {
    margin-bottom: 40px;
}

.part03 {
    margin-bottom: 30px;
}

    .part03 .news_title_nav {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px dashed #dddddd;
        margin-bottom: 40px;
    }

        .part03 .news_title_nav span {
            float: left;
            font-weight: bold;
            font-size: 20px;
            height: 48px;
            position: relative;
        }

            .part03 .news_title_nav span a {
                text-decoration: none;
                color: #0863D8;
                font-size: 20px;
            }

            .part03 .news_title_nav span:after {
                position: absolute;
                left: 0;
                bottom: 1px;
                content: '';
                height: 2px;
                width: 100%;
                display: block;
                background: #0863D8;
            }

        .part03 .news_title_nav .more {
            float: right;
            height: 48px;
            padding-top: 22px;
        }

            .part03 .news_title_nav .more img {
                border: 0px;
                vertical-align: top;
            }

.part04 {
    margin-bottom: 20px;
}

    .part04 .news_title_nav {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px dashed #dddddd
    }

        .part04 .news_title_nav span {
            float: left;
            font-weight: bold;
            font-size: 20px;
            height: 48px;
            position: relative;
        }

            .part04 .news_title_nav span a {
                text-decoration: none;
                color: #0863D8;
                font-size: 20px;
            }

            .part04 .news_title_nav span:after {
                position: absolute;
                left: 0;
                bottom: 1px;
                content: '';
                height: 2px;
                width: 100%;
                display: block;
                background: #0863D8;
            }

        .part04 .news_title_nav .more {
            float: right;
            height: 48px;
            padding-top: 22px;
        }

            .part04 .news_title_nav .more img {
                border: 0px;
                vertical-align: top;
            }

    .part04 .news-list {
        margin-top: 10px;
    }

        .part04 .news-list li {
            height: 40px;
            line-height: 40px;
            position: relative;
            background: url(/templates/main/images/me/dotnew.png) left center no-repeat;
            padding-left: 23px;
        }

            .part04 .news-list li a {
                float: left;
                width: 100%;
                padding-right: 120px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 17px;
            }

            .part04 .news-list li span {
                position: absolute;
                right: 0;
                top: 0;
                height: 38px;
                color: #999999;
            }

.bottom {
    background-color: #D4E3F8;
    /*#DBDCDC*/
    padding: 20px 0;
    text-align: center;
}

.bottom_copyright {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 20px;
    margin-top: 10px;
}

.bottom_link {
    margin-top: 10px;
}

    .bottom_link a {
        color: #2e2e2e;
        font-size: 14px;
        border-right: 1px solid #2e2e2e;
        padding: 0 10px;
        line-height: 14px;
    }

        .bottom_link a:last-child {
            border-right: 0 none;
        }

.bottom_img {
    border: 0 none;
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
}

/*云上展厅***************************************************/
.zhanting_nav {
    position: relative;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
    position: relative;
    padding: 10px;
}

    .zhanting_nav .conttent_nav {
        background-color: #fff;
        padding: 40px;
    }
    @media(min-width:350px) {
        .zhanting_nav .conttent_nav {
            padding: 10px;
            border-radius:10px;
        }
    }
    @media(min-width:769px){
        .zhanting_nav .conttent_nav {
            padding: 40px;
        }
    }

        .zhanting_nav .conttent_nav h2 {
            height: 24px;
            line-height: 24px;
            font-size: 24px;
            margin-bottom: 25px;
        }

        .zhanting_nav .conttent_nav .search_top_nav {
            display: flex;
        }

.search_top_nav .search_button_nav {
    display: flex;
    width: 300px;
}

    .search_top_nav .search_button_nav input {
        width: 100%;
        float: left;
        position: relative;
        height: 40px;
        line-height: 1.5;
        padding: 4px 7px;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        border-radius: 4px 0 0 4px;
        color: #333;
        background-color: #fff;
        background-image: none;
    }

        .search_top_nav .search_button_nav input:focus {
            border: 1px solid #e0e0e0 !important;
            border-radius: 4px;
        }

    .search_top_nav .search_button_nav .search_btn {
        display: table-cell;
        cursor: pointer;
        padding: 0 16px !important;
        background: #ef1f1f !important;
        color: #fff !important;
        border-color: #ef1f1f !important;
        transition: all .1s ease-in-out;
        position: relative;
        z-index: 2;
        width: 85px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 40px;
    }

.zhanting_nav .conttent_nav .zhanting_list {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
}

    .zhanting_nav .conttent_nav .zhanting_list .zhanshang_list_item {
        border-radius: 12px;
        margin-bottom: 30px;
    }

.zhanshang_list_item a:hover img {
    display: block;
    transform: scale(1.1);
    border-radius:10px;
}

.zhanshang_list_item .img_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.zhanshang_list_item img {
    border: 0 none;
    width: 100%;
    transition: all 0.5s;
    border-radius: 10px;
}

.zhanshang_list_item .zhanshang_list_item_info {
    padding: 14px 16px 16px;
    background-color: aliceblue;
}

.zhanshang_list_item_info h5 {
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhanshang_list_item_info .address_nav {
    display: flex;
    margin-top: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #666;
    height: 14px;
    overflow: hidden;
}

.address_icon {
    color: #ddd;
    margin-right: 5px;
    margin-left: 0;
    font-size: 17px;
    margin-top: -1px;
}

.zhanshang_list_item_info .time_nav {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    height: 18px;
    overflow: hidden;
}

.time_icon {
    color: #ddd;
    margin-left: 0;
    font-size: 17px;
    margin-top: -1px;
}

/* 搜索*/
.zhangshan_screen_box {
    display: block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 15px;
    background: #fff;
    margin-bottom: 30px;
}

    .zhangshan_screen_box dl {
        margin: 0;
        padding: 0;
        clear: both;
        display: block;
        border-bottom: 1px solid #f7f7f7;
        font-size: 12px;
        line-height: 50px;
    }

        .zhangshan_screen_box dl:first-child {
            border-top: none;
        }

        .zhangshan_screen_box dl dt {
            display: block;
            float: left;
            padding-left: 10px;
            width: 100px;
            color: #555;
            line-height: 40px;
            font-size: 15px;
        }

        .zhangshan_screen_box dl dd a {
            display: inline-block;
            margin: 6px 6px 6px 0;
            padding: 8px 18px;
            border: 1px solid #ddd;
            line-height: 12px;
            color: #333;
            text-decoration: none;
            font-size: 15px;
            border-radius: 20px;
        }

            .zhangshan_screen_box dl dd a.selected {
                border-color: #fff;
                color: #fff;
                background: #0863D8;
            }

    .zhangshan_screen_box input {
        width: 100%;
        float: left;
        position: relative;
        height: 40px;
        line-height: 1.5;
        padding: 4px 7px;
        font-size: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 4px 0 0 4px;
        color: #333;
        background-color: #fff;
        background-image: none;
        border-radius: 20px 0 0 20px;
    }
    .zhangshan_screen_box input:focus{
        border: 0 none;
    }

    .zhangshan_screen_box .search_btn {
        display: table-cell;
        cursor: pointer;
        padding: 0 16px !important;
        background: #0863D8 !important;
        color: #fff !important;
        border-color: #0863D8 !important;
        transition: all .1s ease-in-out;
        position: relative;
        z-index: 2;
        width: 85px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 40px;
        text-align: center;
        border-radius: 0 20px 20px 0;
    }

.zhanshan_more {
    display: block;
    font-size: 16px;
    color: #555555;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

    .zhanshan_more:hover {
        color: #0863D8;
    }

#div1 {
    position: relative;
    height: 365px;
    overflow: hidden;
}

    #div1 ul {
        list-style: none;
        position: absolute;
    }

        #div1 ul li {
            list-style: none;
            float: left;
            width: 300px;
        }

            #div1 ul li img {
                border: 1px solid #eee;
                cursor: pointer;
                width: 100%;
            }

#runLeft {
    position: absolute;
    left: -45px;
    top: 145px;
    z-index: 999;
    width: 35px;
    height: 35px;
    background: url(/templates/main/images/me/linksLeft02.png?version=1.0) no-repeat center center;
    background-size: 100% 100%;
}

#runRight {
    position: absolute;
    right: -45px;
    top: 145px;
    z-index: 999;
    width: 35px;
    height: 35px;
    background: url(/templates/main/images/me/linksRight02.png?version=1.0) no-repeat center center;
    background-size: 100% 100%;
}


/*links-nav end*/

/*menu start**************************************************************************/
.menu-nav-container {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    z-index: 110;
    width: 100%;
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.menu-nav-item {
    margin-left: 24px;
    position: relative;
    flex: 1;
    height: 50px;
    line-height: 50px;
}

    .menu-nav-item:hover a {
        font-size: 18px;
    }

    .menu-nav-item:first-child {
        margin-left: 0;
    }

.menu-nav-link {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 0;
    color: #0863D8 !important;
    font-weight: bold;
}

    .menu-nav-link:hover a {
        color: #0863D8 !important;
    }
/*.menu-nav-item:hover a{color: #293890;font-weight: bold;}*/

/* 二级菜单 */
.menu-nav-item .subMenu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.86);
    z-index: 9999;
    /*border-top:2px solid #292d7b;*/
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 48px;
    transform: translate(-50%, 0);
}

    .menu-nav-item .subMenu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .menu-nav-item .subMenu > ul > li {
            list-style: none;
            width: 100%;
            line-height: 32px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
        }

.menu-nav-item ul li .subMenu > ul > li > a {
    display: block;
    color: #0a1744 /*#292d7b*/;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.menu-nav-item ul li:hover .subMenu > ul > li > a, .menu-nav-item ul li.current .subMenu > ul > li > a {
    display: block;
    text-align: left;
    line-height: 35px;
    color: #ffffff;
    /*#292d7b*/
    ;
    background-color: rgb(255,255,255,0);
    font-size: 16px;
}

    .menu-nav-item ul li:hover .subMenu > ul > li > a:hover:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #0863D8;
        text-align: left;
        line-height: 35px;
    }

.menu-nav-item:hover .subMenu {
    display: block;
}

.menu-nav-item .subMenu > ul > li:hover {
    color: #0863D8;
}

.menu-nav-item .subMenu > ul > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
/*menu end*/



/*header-btn-container start*/
.header-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*--组件 btn start--*/
/*.btn-toggle*/
.btn-toggle {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-toggle:hover {
        background-color: #f9f9f9;
    }

.btn-toggle-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #363636;
    border-radius: 2px;
}

    .btn-toggle-bar + .btn-toggle-bar {
        margin-top: 4px;
    }

.btn-toggle:hover .btn-toggle-bar {
    background-color: #1428a0;
}

.btn-rounded {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

    .btn-rounded:hover {
        background-color: #000;
        color: #fff;
    }
/*--组件 btn end--*/
/*header-btn-container end*/

/*nav*/
.nav-container {
    height: 0;
    position: relative;
    /*菜单下只显示一个像素 配合top使用*/
    overflow: hidden;
    /*要加上这个属性 否则这个菜单影藏不了*/
    /*top:110px;/*菜单下只显示一个像素*/
    /* border:1px solid #dadada;*/
    transition: height 0.5s;
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px #eee;
    /* border-top:2px solid #293890;*/
}

.nav-container-extended {
    /*top:0;菜单下只显示一个像素*/
    height: auto;
    padding-bottom: 35px;
}
/*nav-link*/
.nav-link {
    display: block;
    height: 40px;
    line-height: 40px;
    /* font-weight:bold;*/
    font-size: 17px;
    text-align: center;
}
/* .container-ul{border-top:2px solid #293890;}
*/


.main-content .part01 .zhanshangTitle {
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

.main-content .part01 .zhanshangInfo {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.main-content .part01 p {
    font-size: 17px;
    line-height: 40px;
}

.main-content .part01 h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0;
}

.main-content .part01 p img {
    border: 0 none;
     width: auto !important; 
    max-width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    vertical-align: middle;
}

.location_info {
    height: 55px;
    line-height: 55px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .location_info a {
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        color: #333;
    }

.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}

    .page-box div.digg span {
        color: #333333;
    }

/*联系展商*/
.me_contact_zhanting_nav {
    position: fixed;
    z-index: 999999;
    width: auto;
    bottom: 160px;
    right: 20px;
}


    .me_contact_zhanting_nav a {
        display: block;
        background-color: #C4E33A;
        color: #0863D8;
        border-radius: 10px;
        text-align: center;
        height: 3rem;
        line-height: 3rem;
        font-size: 18px;
        max-width: 890px;
        margin: 0 auto;
        padding: 0 45px;
        font-weight:bold;
    }

.me_contact_zhanting_phone {
    width: 16rem;
    min-height: 10rem;
    padding: 2rem 1rem 2rem 1rem;
    background-color: rgba(19,99,216,0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    color: #fff;
    z-index: 99999
}

.me_contact_zhanting_phone_shadow {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.me_contact_zhanting_phone .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
}

    .me_contact_zhanting_phone .close img {
        border: 0 none;
        width: 100%;
        height: 100%;
    }

.me_contact_zhanting_phone input {
    margin: 6px 6px 6px 0;
    padding: 8px 10px;
    border: 1px solid #fff;
    line-height: 12px;
    color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
}

    .me_contact_zhanting_phone input::placeholder {
        color: #fff;
    }

.me_contact_zhanting_phone a {
    display: block;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 17px;
    margin-top: 15px;
}

.me_contact_zhanting_phone input:focus {
    outline: 0 none;
}

 .search-tit {
    display: block;
    /*margin: 0 30px;*/
    padding-top: 15px;
    line-height: 38px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom:30px;
}

    .search-tit h3 {
        display: inline-block;
        color: #333;
        font-size: 16px;
        font-weight: normal;
    }

    .search-tit span {
        margin-left: 15px;
        color: #333;
        font-size: 14px;
    }

        .search-tit span strong {
            margin: 0 2px;
            color: #333;
            font-weight: 600;
        }

/*shortcut-nav start*/
.shortcut-nav {
    position: fixed;
    right: 0;
    top: 400px;
    background-color: #fff;
    padding: 15px 8px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    border-radius: 5px 0 0 5px;
    z-index: 999999999;
}

    .shortcut-nav li {
        position: relative;
        list-style: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .shortcut-nav li img {
            width: 25px;
            height: 25px;
            border: 0 none;
        }

        .shortcut-nav li span {
            display: block;
            /*line-height: 28px;
            line-height: 28px;*/
            color: #293890;
            font-size: 14px;
            margin-top:10px;
        }

        .shortcut-nav li:hover span {
            font-weight: bold;
        }

        .shortcut-nav li img.shortcut-nav-weixin {
            position: absolute;
            width: 120px;
            height: 120px;
            left: -130px;
            top: -15px;
            display: none; /* transform:all linear 1s;*/
            z-index: 99999999;
            padding:5px;
        }

        .shortcut-nav li:nth-child(3):hover img.shortcut-nav-weixin {
            display: block;
        }
        #gotop-id {
            display: none;
        }

        #gotop-id.active {
            display: block;
        }

/*shortcut-nav end*/


.main-content .download img{
    width: auto !important;
    max-width:100%;
    border: 0 none;
}