/* css */
html,
body{
    min-width: 1200px;
}
.mid{
    width: 1200px;
    margin: 0 auto;
}
.mr24{
    margin-right: 24px;
}
.red{
    color: #e8222d;
}
.green{
    color: #00ae25;
}
.blue{
    color: #1377c5;
}
.grey{
    color: #888;
}


/* top */
.top{
    line-height: 40px;
    background-color: #333;
    color: #fff;
}
.top .fl{
    font-size: 13px;
}
.top .fr > a{
    display: inline-block;
    color: #fff;
}
.top .fr > a:hover{
    text-decoration: underline;
}
.top .fr > span{
    margin: 0 6px;
    font-size: 12px;
}
/* header */
.header{
    height: 68px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
    background-color: #fff;
}
.header .logo{
    float: left;
    margin-right: 60px;
}
.header .logo a{
    display: table-cell;
    height: 68px;
    vertical-align: middle;
}
.header .logo a > img{
    width: auto;
    height: auto;
    max-height: 66px;
}

/* nav */
.nav > li{
    position: relative;
    float: left;
    padding: 16px 0;
}
.nav li > a{
    display: block;
    padding: 0 16px;
    font-size: 15px;
    line-height: 36px;
}
.nav li > a.on{
    background-color: #e8222d;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
}
.nav li:hover > ul{
    display: block;
} 
/* 下拉 */
.nav li > ul{
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 150%;
    padding: 8px 0;
    background-color: #e8222d;
    border-top: 1px solid #e8222d;
}
.nav li > ul li{
    width: 100%;
}
.nav li > ul li a{
    line-height: 20px;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
}
.nav li > ul li a:hover{
    background-color: #fff;
    color: #e8222d;
}

/* 内页 */
.header1 .nav a.on,
.header1 .language .lgpull > a:hover{
    background-color: #1377c5;
}
.header1 .nav li > ul{
    background-color: #1377c5;
    border-color: #1377c5;
}
.header1 .nav li > ul li a:hover{
    color: #1377c5;
}
.nav li > ul li a.on{
    background: #fff!important;
    border-radius: 0;
    color: #1377c5!important;
}


/* 语言切换 */
.language{
    position: relative;
    padding: 16px 0;
}
.language span{
    display: block;
    width: 100px;
    line-height: 34px;
    border: 1px solid #333;
    text-indent: 16px;
    background: url(../images/down.png) no-repeat center right 6px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.language span.xiala{
    background: url(../images/up.png) no-repeat center right 6px;
}
.language .lgpull{
    position: absolute;
    top: 62px;
    left: 0;
    width: 100px;
    height: auto;
    padding: 4px 0;
    border: 1px solid #333;
    background-color: #fff;
    z-index: 20;
}
.language .lgpull::before{
    content: "";
    position: absolute;
    top: -13px;
    right: 6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color:  transparent transparent #000 transparent;
}
.language .lgpull::after{
    content: "";
    position: absolute;
    top: -13px;
    right: 5px;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color:  transparent transparent #fff transparent;
}
.language .lgpull > a{
    display: block;
    line-height: 30px;
    padding: 0 10px;
}
.language .lgpull > a:hover{
    background-color: #e8222d;
    color: #fff;
}

/* 标题 */
h2.title{
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
    text-indent: 2px;
}
h2.title > a{
    float: right;
    font-weight: normal;
    color: #666;
    font-size: 14px;
}
h2.title > span{
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #00ae25;
}
h2.title > a:hover{
    color: #333;
    text-decoration: underline;
}

/* 面包屑 */
.crumbs{
    margin-bottom: 16px;
}
.curlocation i.iconfont{
    float: left;
    vertical-align: middle;
    margin-right: 2px;
    color: #888;
}
.crumbs li{
    float: left;
    font-size: 14px;
    margin: 0 2px;
    line-height: 24px;
}
.crumbs>li:first-of-type{
    margin: 0;
}
.otheryanse{
    color: #333;
}
.crumbs li a{
    color: #888;
}
.crumbs li a:hover{
    color: #ec0000;
}

/* 活动banner */
.actbanner{
    display: block;
    margin-bottom: 10px;
}
.actbanner img{
    width: 100%;
}

/* left */
.brokers-active-left{
    width: 860px;
}
/* right */
.brokers-active-right{
    width: 290px;
}


/* 列表 */
.commentbox{
    padding: 0 20px;
}
.list-tab{
    position: relative;
}
/* 切换 */
.list-tab .list-maintab{
    padding: 20px 20px 16px;
    overflow: hidden;
}
.list-tab .list-maintab li{
    float: left;
    margin-right: 40px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.list-tab .list-maintab li:hover{
    color: #e8222d;
}
.list-tab .list-maintab li.current{
    position: relative;
    font-weight: bold;
    color: #e8222d;
}
/* 子菜单切换 */
.list-tab .list-subtab{
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.list-tab .list-subtab > a{
    position: relative;
    float: left;
    font-size: 14px;
    color: #9ea6b0;
    padding-bottom: 12px;
    margin: 0 16px;
}
.list-tab .list-subtab > a.on, .list-tab .list-subtab > a:hover{
    border-color: #f49500;
    border-bottom: 3px solid #e8222d;
    color: #333;
}
.list-tab .list-subtab > a::after{
    content: "|";
    position: absolute;
    margin: 0 16px;
    color: #ccc;
}
.list-tab .list-subtab > a:last-child::after{
    content: none;
}

/* page */
.pagebox{
    margin: 40px 0 60px;
}
.page-btns > a{
    display: inline-block;
    min-width: 30px;
    padding: 3px 6px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-btns > a.page-current{
    border-color: #e8222d;
    background-color: #e8222d;
    color: #fff;
}
.page-btns > .transit{
    color: #999;
    margin-right: 4px;
}
.page-btns > a:hover{
    border-color: #e8222d;
}

/* footer */
.footer{
    margin-top: 50px;
    background-color: #212020;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.footop .ln img{
    width: auto;
    height: 34px;
    margin-right: 70px;
}
.footop .ln .nav1 > a{
    display: inline-block;
    line-height: 34px;
    color: #ccc;
    margin-right: 24px;
}
.footop .ln .nav1 > a:hover{
    color: #fff;
}
    /* code */
.footop .connect img{
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.footop .connect .cooperation{
    margin-top: 14px;
}
.connect .cooperation > p{
    line-height: 30px;
}
    /* 风险提示 */
.risk{
    margin-top: 8px;
}
.risk b.red{
    color: #e8222d;
    font-size: 15px;
}
.risk p{
    line-height: 26px;
}

