﻿
/*公共样式start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
}

a {
    text-decoration: none;
    overflow: hidden;
}

    a:hover {
        text-decoration: underline;
    }
/*公共样式end*/

/*header start*/
.header-content {
    height:70px;
    margin-top: 10px;
    margin-bottom:31px;
}
/*最顶部广告 start*/
.top-one-adv {
    position: relative;
}

.top-adv img {
    width: 100%;
    height: 120px;
}

.closeTopAdTrain {
    width: 20px;
    height: 17px;
    position: relative;
    top: -119px;
    right: -1115px;
}
/*最顶部广告 end*/


/*头部登录注册按钮*/
.login {
    float: right;
    margin-right: 6px;
}

    .login li, .nav-content li {
        display: inline-block;
    }

/*搜索功能*/


.searchbox {
    position: relative;
    z-index: 1;
    clear: both;
    height: 37px;
    width: 509.578px;
}

.mod_select {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
}

    .mod_select .select_box {
        position: relative;
        width: 98px;
        height: 36px;
    }

        .mod_select .select_box .select_txt {
            display: inline-block;
            width: 83px;
            height: 34px;
            text-align: center;
            overflow: hidden;
            line-height: 30px;
            font-size: 16px;
            cursor: pointer;
        }

        .mod_select .select_box .select-icon {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(0,-50%);
            width: 10px;
            height: 10px;
            background: url('../images/bit05.gif') center no-repeat;
        }

        .mod_select .select_box .option {
            display: none;
            position: absolute;
            top: 31px;
            left: -3px;
            width: 100px;
            background-color: #fff;
            border: 3px solid #2fa8e1;
            border-top: 0;
        }

            .mod_select .select_box .option li {
                font-size: 16px;
                line-height: 2;
                cursor: pointer;
                text-align: center;
            }

.searchbox .import {
    width: 300px;
    height: 31px;
    margin-left: 100px;
    border: none;
    outline: none;
}

.searchbox .btn-search {
    position: absolute;
    right: 4px;
    width: 100px;
    height: 34px;
    color: #fff;
    background-color: #2fa8e1;
    border: 0;
}

.search {
    clear: both;
    border: 3px solid #2fa8e1;
    height: 37px;
    width: 509.578px;
    margin-left: 5%;
    margin-top: 28px;
    position: relative;
}

.header-right a {
    display:inline-block;
    width: 100%;
    height:77px;
}

.header-right a img{
    display:inline-block;
    width: 100%;
    height:77px;
}

.header-right {
    width: 182.391px;
    height: 77px;
    float: left;
}

.header-left {
    padding-bottom: 5px;
    width: 909.188px;
    float: left;
}

.font-project, .login a {
    color: black;
}

.login li {
    padding-left: 10px;
}



.nav-content li {
    height: 34px;
    width: 14%;
    text-align: center;
    line-height: 34px;
}

    .nav-content li a {
        color: white;
    }

.logo img {
    width: 108%;
}
/*header  end*/



/*footer  start*/
.bottom {
    width: 100%;
    height: 247px !important;
    background-color: #333333 !important;
    padding-top: 48px;
    padding-bottom: 40px;
}

.footer-logo, .footer-list, .footer-right {
    float: left;
}


.footer-list {
    width: 482px;
    height: 159px;
    border-right: 1px solid #fff;
    float: left;
}

    .footer-list li a {
        text-decoration: none;
        font-size: 14px;
        color: #FFF;
        display: block;
        line-height: 24px;
    }

    .footer-list li {
        text-align: center;
        width: 120px;
        float: left;
        font-size: 14px;
        color: #fff;
    }

.list-item p {
    height: 20px;
    border-right: 1px solid #fff;
    margin-bottom: 18px;
}

.footer-img {
    width: 150px;
    margin: 0 0 35px 28px;
    float: left;
}


.transaction {
    border-right: none !important;
}

.footer-detail {
    width: 354px;
    height: 159px;
    float: left;
}

    .footer-detail p {
        color: white;
    }

.bottom-footer {
    padding: 0;
}
/*footer  end*/



/*登录页面头部 start*/
.login-header {
    border-bottom: 5px solid #009FFA;
    height: 113px;
}

.login-header-logo {
    width: 175px;
    border-right: 2px solid black;
}

.login-header-logo, .login-text, .login-header-left {
    float: left;
}

    .login-header-logo img {
        width: 125px;
    }

.login-header-left {
    margin: 22px;
}

.login-text {
    font-size: 40px;
    margin-left: 40px;
}

.login-nav {
    float: right;
    height: 113px;
    margin-right: 30px;
    width: 482px;
}

    .login-nav ul {
        margin-top: 80px;
    }

        .login-nav ul li {
            float: left;
            padding: 0 24px;
            border-right: 1px solid #666;
            height: 16px;
            line-height: 12px;
            text-align: center;
        }

            .login-nav ul li a {
                color: black;
                font-size: 14px;
            }

.bim-class {
    border-right: none !important;
}
/*登录页面头部 end*/


/*登录页面底部 start*/

.login-footer {
    width: 100%;
    height: 127px;
    border-top: 2px solid #ccc;
    padding-top: 35px;
}

.login-footer-code {
    width: 119px;
}

.login-footer-code, .login-footer-text {
    float: left;
}

.login-footer-text {
    margin-top: 9px;
}

.login-footer-content {
    width: 660px;
    margin: 0 auto;
    height: 127px;
}

    .login-footer-content p {
        color: #333;
        margin: 3px 0;
        width: 490px;
        text-align: center;
    }

/*登录页面底部 end*/

/*ie  start*/
.container {
    width: 1170px;
    padding:0
}

.col-md-5, col-md-7, .col-md-3, .col-md-1, .col-md-4, .col-md-9, .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-md-9 {
    width: 75% !important;
}


.col-md-4 {
    width: 33%;
    display: inline-block;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-5 {
    width: 41.66666667%;
    display: inline-block;
}

.col-md-3 {
    width: 25%;
}

.col-md-7 {
    width: 62.33%;
    display: inline-block;
}

.col-md-10 {
    width: 83.33333333%;
}
/*ie  end*/
