* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html, span, ul, li, image, p {
    padding: 0;
    margin: 0;
    list-style: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    font-weight: normal;
    background: transparent;
    color: #428bca;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
    text-decoration: underline;
}
img {
    padding: 0;
    margin: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 0;
}
html {
    font-size: 62.5%; /* 10÷16=62.5% */
}
@media(max-width: 700px) {
    html {
        font-size: 50%; 
    }
}
@media(max-width: 470px) {
    html {
        font-size: 40%; 
    }
}
/*@media(max-width: 400px) {
    html {
        font-size: 32%; 
    }
}*/
body {
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem ; /* 12÷10=1.2 */
    background: #fff;
}
.ie6 body,
.ie7 body,
.ie8 body {
    min-width: 960px;
}
[v-cloak] {  
    display: none;  
}  
.btn {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
}
.btn:active,.btn:focus,button:active {
    outline: 0!important
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary.active,.btn-primary:active,.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.container {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 100%;
    max-width: 1170px;
}
.container:before, 
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.bold {
    font-weight: bold;
}

/* tab.js */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

/* top start */
.nav-bar {
    position: fixed!important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background: rgba(0,0,0,.8);
}
.nav-logo {
    float: left;
    line-height: 0;
    font-size: 0;
    /*height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;*/
}
.nav-logo > img {
    max-height: 50px;
    margin-top: 4px;
}
.nav-collapse {
    float: right;
}
.nav-collapse-list {
    overflow: hidden;
}
.nav-collapse-list > li {
    float: left;
}
.nav-collapse-list > li > a {
    line-height: 20px;
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}
.nav-collapse-list > li > a:hover {
    text-decoration: none;
    color: #ddd;
}
@media(max-width: 400px) {
    .nav-collapse-list > li > a {
        padding: 10px 10px;
    }
}
/* top end */

/* footer start */
.footer-bar {
    background: #262627;
    color: #444445;
    padding: 30px 0 20px 0;
}
.footer-web {
    overflow: hidden;
}
.footer-col {
    width: 25%;
    float: left;
}
.footer-col > p {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 6px;
}
.footer-col-list {
    margin-bottom: 20px;
}
.footer-col-list > li {

}
.footer-col-list > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
}
.footer-col-list > li > a:hover,
.footer-flinks-ul > li > a:hover,
.footer-ileft > p > a:hover,
.footer-contact > p > a:hover {
    color: #fff;
}
.footer-flinks {
    border-top: #444445 thin solid;
    border-bottom: #444445 thin solid;
}
.footer-flinks-ul {
    margin-bottom: 10px;
    margin-top: 1px;
}
.footer-flinks-ul > span,
.footer-ileft > p,
.footer-contact > p {
    color: #777;
}
.footer-flinks-ul > li {
    display: inline-block;
    line-height: 30px;
}
.footer-flinks-ul > li:after {
    content: ' | ';
    display: inline-block;
    margin: 0 5px;
    color: #AAAAAC;
}
.footer-col-list > li > a,
.footer-flinks-ul > li > a,
.footer-ileft > p > a,
.footer-contact > p > a {
    color: #AAAAAC;
    font-size: inherit;
}
.footer-info {
    overflow: hidden;
    margin-top: 17px;
}
.footer-ileft {
    float: left;
    width: 68%;
}
.footer-ileft > p,
.footer-contact > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    padding-bottom: 6px;
}
.footer-jqq {
    margin-top: 3px;
    margin-bottom: 8px;
}
.footer-contact {
    float: right;
    width: 30%;
    text-align: right;
}
@media(max-width: 680px) {
    .footer-col {
        width: 50%;
    }
}
@media(max-width: 480px) {
    .footer-ileft,
    .footer-contact {
        width: 100%;
    }
    .footer-contact {
        text-align: left;
    }
}
@media(max-width: 300px) {
    .footer-col {
        width: 100%;
    }
}
/* footer end */
/* contact about page */
.page-panel {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 10px;
}
.page-header > h1 {
    color: #333;
    font-size: 37px;
    font-size: 3.7rem;
}
.page-content {
    padding-top: 28px;
}
.page-content > p,
.page-notice > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-bottom: 8px;
    color: #666;
}
.page-content a {

}
.page-map {
    padding-top: 20px;
}
.page-content > h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-bottom: 5px;
}
.page-notice {
    min-height: 20px;
    padding: 19px;
    margin: 3px 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.page-notice > p {

}
/* contact list */
.wf-contact {
    /*display: none;*/
    position: fixed;
    top: 70%;
    right: -5px;
    width: 55px;
    z-index: 38;
    margin-top: 0px;
}
.wf-contact-ul {

}
.wf-contact-ul > li.down_small {
    display: none;
}
.wf-contact-ul > li > a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    margin: 5px;
    text-align: center;
    padding-top: 22px;
    text-decoration: none;
    background-color: #4997ee;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.wf-contact-ul > li > a:hover {
    background-color: #2477d3;
}
.wf-contact-ul > li > a:hover div {
    /*display: block;*/
}
.wf-contact-ul .down_small > a {
    background-image: url("/images/home/download.png");
}
.wf-contact-ul .toTop > a {
    background-image: url("/images/home/up.png");
}
.wf-contact-ul > li span {
    font-size: 12px;
    font-size: 1.2rem;
}
.wf-contact-ul > li div {
    position: absolute;
    width: 175px;
    border: solid 1px #e4e4e4;
    background: #fff;
    height: 45px;
    color: #2477d3;
    line-height: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
    top: 0;
    right: 45px;
}