﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}



.header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

a.download {
    padding-right: 30px;
    text-decoration: underline !important;
    color: #333 !important;
}
/*.float-left {
    float: left;
}

.float-right {
    float: right;
}*/
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
h3, h4 {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: Verdana;
    color: #ff8000;
}
h1 {
    font-size: 2em;
}
h1 {
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
    font-family: Verdana;
    color: #ff8000;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.w1150 {
    max-width: 1150px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.headertop > div {
    height: auto;
    overflow: hidden;
}

.headertopleft {
    float: left;
    background: url(../img/wechat.png) no-repeat left center;
    padding-left: 30px;
    color: #575757;
    font-size: 12px;
}

.headerrighttop {
    float: right;
    background: url(../img/weibo.png) no-repeat left center;
    padding-left: 30px;
    line-height: 35px;
}

.headerrighttop span {
        color: #656565;
        font-size: 12px;
        background: url(../img/topline.png) no-repeat right center;
        padding-right: 30px;
        float: left;
    }

.headerrighttop input {
        text-align: right;
        font-size: 12px;
        color: #999;
        width: 155px;
        height: 21px;
        background: none;
        border: none;
        line-height: 10px;
        padding: 0;
        float: left;
        margin-right: 10px;
        text-indent: 5px;
    }

.headerrighttop > div {
        margin-left: 25px;
        display: inline-block;
        height: 23px;
        margin-top: 5px;
        line-height: 23px;
        border: 1px solid #a5c0cc;
        margin-right: 2px;
    }

.headerrighttop > div img {
            vertical-align: inherit;
        }

.headerrighttop > div > a {
            display: inline-block;
            margin-right: 5px;
            height: 100%;
        }

.headertop {
    height: 35px;
    background: #efefef;
    line-height: 35px;
}
#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
  
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
   
}

header .content-wrapper {
  /*  padding-top: 20px;*/
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* login
----------------------------------------------------------*/
.languages {
    display: block;
    font-size: .85em;
    margin: 10px 0 0px;
    text-align: right;
}

.languages {
    color: #3e3e3e;
    height: 27px;
    line-height: 37px;
}
.content-wrapper .languages a {
    padding: 0 11px;
    color: #3e3e3e;
    font-family: "微软雅黑";
}
.languages a.bg {
    color: #900202;
}



    /* page elements
----------------------------------------------------------*/
    /* featured */
    .featured {
    background-color: #fff;
}
    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }
@media only screen and (min-width : 481px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row.row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}
@media only screen and (max-width : 480px) {
   
}
.site-title .navbar-brand b {
    color: #1abc9c;
}
 .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
    .flex-row .thumbnail,
    .flex-row .caption {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        /* Flex Grow Text Container */
        .flex-row .caption p.flex-text {
            -webkit-box-flex: 1;
            flex-grow: 1;
            font-weight: bold;
        }

    /* Flex Responsive Image */
    .flex-row img {
        width: 60%;
        height: auto;
    }
.contentimg {
    width: 100% !important;
    height: auto;
}
    .longimg  {
        width: 100% !important;
        height: auto;
    }
.smallimg {
    width: 30% !important;
    height: auto;
}
.cnt {
    font-size: 12px;
    color: #174D97;
    font-family: Verdana;
    font-weight: normal;
}
.cnt a:visited {
    color: #004D9C;
}

.cnt a:hover {
        color: #256EDF;
    }

    .cnt a {
        text-decoration: none;
        font-weight: bold;
        font-family: Verdana;
        letter-spacing: 0px;
        color: #004D9C;
    }

.download_table {
    border-style: solid;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #256EDF;
}
.prod_menu {
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    border-width: 0px;
}
.menu {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    vertical-align: top;
}
.cnt_bold {
    font-size: 12px;
    color: #174D97;
    font-family: Verdana;
    font-weight: bold;
}
.cnt_bold-price-original {
    font-size: 12px;
    color: #174D97;
    font-family: Verdana;
    font-weight: bold;
    color: #98a3b7;
    text-decoration: line-through;
    margin-left: 12px;
}
.list-group-item {
    font-weight: bold;
}
.menu_table {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #256EDF;
    border-collapse: separate;
}
    .menu_header {
    background-image: url('images/menu_bg.gif');
    background-color: #256EDF;
    border-width: 1px;
    border-color: #256EDF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }



    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
/* helpcontent
    ----------------------------------------------------------*/
.help-content {
    float: left;
        margin-right: 240px;
    overflow: hidden;
}
@media only screen and (max-width : 481px) {
    .help-content {
        margin-right: 0 !important;
    }
}
    /* rightmenu
    ----------------------------------------------------------*/
.vertical-menu {
    width: 240px;
  float:right
}

    @media only screen and (max-width : 481px) {
        .vertical-menu {
            display: none;
        }
    }







    .wrap-help .wrap-help-slider .search-box .btn-search {
        border: none;
        background-color: #353644;
        height: 44px;
        font-size: 18px;
        color: #cecece;
        width: 100px;
        border-radius: 0;
        margin: 0;
        padding-bottom: 1px;
    }
.wrap-help .wrap-help-slider .slider {
    height: 200px;
   
}

.wrap-help .wrap-help-slider .search-box {

    text-align: center;
    width: 100%
}

    .wrap-help .wrap-help-slider .search-box .ipt {
        padding: 0;
        border: none;
        border-top: 1px solid #cecece;
        height: 45px;
        line-height: 45px;
        width: 300px;
        padding-left: 50px;
        background: url(/Content/images/help_search_ipt.png) no-repeat 20px 50% #fff
    }


.help .list {
    color: #fff;
    margin-bottom: 30px;
    background: #0471d8;
}

.help .list a {
    color: #fff;
    text-indent: none
}

    .help .list .title {
        font-size: 24px;
        font-weight: bold
    }

    .help .list .head {
        font-size: 18px
    }

.help .detail {
    width: 246px;
    height: 227px;
    margin: 0 auto;
    position: relative;
    background: #0471d8 url(/Content/images/list-bg.png) 0 0 no-repeat;
}

    .help .detail i {
        top: 30px;
        left: 65px;
        position: absolute;
       font-size:60px
    }

    .help .detail .title {
        top: 110px;
        left: 50px;
        position: absolute
    }

    .help .detail .head {
        top: 140px;
        left: 45px;
        position: absolute
    }

    .help .detail:hover {
        background: #0471d8 url(/Content/images/list-bg-hover.png) 0 0 no-repeat
    }
.w1150 ul {
    display: inline-block;
    float: right;
}
    .w1150 ul .active {
        color: #5fb5f2;
    }

    .w1150 ul li {
        color: #ececec;
        height: 60px;
        width: 160px;
        line-height: 60px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }
#sidebar {
    width: 200px;
    float: left;
}

#mainContent {
    margin-left: 200px; /* 左侧列宽度 */
    width: calc(100% - 200px);
}
.mod {
    border: 1px solid #D2D2D2;
    margin-bottom: 10px;
}

.help-block-body {
    line-height: 20px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
}

element.style {
    background: rgb(255, 255, 255);
}



.help-box {
    position: fixed;
    right: 20px;
    bottom: 220px;
    background-color: #f00;
    width: 55px;
    background-color: #555;
}
    .help-box ul {
        position: relative;
        padding: 0px;
        margin: 0;
    }

        .help-box ul li {
            position: relative;
            padding: 0px;
            margin: 0;
        }

            .help-box ul li .dialog {
                position: absolute;
                top: 50%;
                margin-top: -27px;
                right: 80px;
                padding: 10px 20px;
                border: 1px solid #e3e3e3;
                background-color: #fff;
                padding: 15px;
                font-size: 14px;
                color: #666;
                white-space: nowrap;
                text-align: center;
                line-height: 2em
            }

                .help-box ul li .dialog .arrow {
                    position: absolute;
                    right: -8px;
                    top: 20px;
                    width: 8px;
                    height: 13px;
                    background: url(../images/dialog_arrow.png) no-repeat 50% 50%
                }
.hide {
    display: none !important;
}
ol, ul {
    list-style: none;
}
ol, ul  li{
    margin: 0;
    padding: 0;
}


.help-box ul li a.link:hover {
    background-color: #e45151
}



    .help-box ul li a.link.last:hover {
        background-color: #0471d8
    }
    .help-box ul li a.link.last {
    border-bottom: none;
    background-color: #009ee5;
}

.help-box ul li a.link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 150%;
    border-bottom: 1px solid #fff;
}


.help-block-head {
    height: 35px;
    border-bottom: 1px solid #D2D2D2;
    padding-left: 10px;
    background: url(/Content/images/3390fOJibr.png) repeat-x;
    display: flex;
    flex-wrap: wrap;
}
.help-block-section {
    width: 130px;
    line-height: 180%;
    padding-top: 5px;
}
.help-line-bg {
    height: 1px;
    background: url(/Content/images/2d7cCbYgQD.png) no-repeat 5px 0px;
    margin-bottom: 5px;
}
.help-block-section {
    /* border: 1px solid black;
    padding: 10px;*/
    background: rgb(255, 255, 255);
    padding-top: 20px
}
    .help-block-section:hover {
        background: #c8c8c8;
    }
    .help-block-section p {
        padding-left: 15px;
        margin-bottom: 0;
    }
.help-block-body strong {
    color: #4d4d4d;
}
.help-block-ul {
    height: 108px;
    cursor: default;
    list-style: disc;
    margin-bottom:0;
}
.right-more {
    text-align: right;
    padding-right: 26px;
    padding-bottom: 10px;
    height: 22px;
}

#css-nav {
    text-indent: 20px;
    background-color: #F7F8FA;
    line-height: 29px;
    color: #7F7F7F;
    border-top: 1px solid #B1C0DF;
    background-position: -938px -472px;
}
.f-pd-10 {
    padding: 10px;
}
#QList {
   
    padding: 0;
}
    #QList li {
        padding-top: 6px;
        text-indent: 25px;
        line-height: 28px;
        border-bottom: 1px dashed #EAEAEA;
        list-style: none outside;
        font-size: 14px;
        background-position: -932px -279px;
    }

    #QList a {
        color: #0053ab
    }
    #QList a:visited {
        color: #0053ab
    }
.content {
    padding-top: 24px;
    color: #2A2A2A;
}
    .content h2 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #363737;
    }
#tools {
    padding: 10px;
    text-align: right;
}
#cmsContent {
    padding: 1em;
    line-height: 1.6;
    font-size: 14px;
    color: #2A2A2A;
    border: 1px solid #E1E4E6;
    border-width: 1px 0;
    overflow: hidden;
}
.sch-list li {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px dashed #eee;
    background-position: -935px -278px;
}

.sch-list li h4 a:hover {
    color: #FF7300;
    font-size: 13px
}

.sch-list li h4 a:link, h4 a:visited, h4 a {
    color: #003399;
    font-size: 13px
}
.sch-list li p {
    font-size: 13px;
    margin: 5px 0 0;
    color: #999;
}