.clear {
    clear: both;
}
.header{
    min-width: 1200px;
}
.sitelist {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    position: static;
    z-index: 99;
    left: 0;
    top: 0;
    background: #061d3e;
}

.wrap_site_list {
    width: 1000px;
    margin: 0 auto;
    background: #061d3e;
}

.site_left {
    float: left;
}

.site_right {
    float: right;
}

.homeicon {
    display: block;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: url(../image/icon/home.png);
}

.site_left a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
    
}

.site_left>a:hover {
    text-decoration: underline;
}

.site_right>a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 0 21px;
    /*display: inline-block;*/
    width: 92px;
    border-right: 1px solid #384a65;
}

.site_right>a:hover {
    text-decoration: underline;
}
/* 手机有色 */
.smm-mobile{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 21px;
    width: 92px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #384a65;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.smm-mobile-pop{
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 293px;
    z-index: 10;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
}
.smm-mobile-pop .angle{
    position: absolute;
    top: -8px;
    right: 38px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #f2f2f2;
}
.smm-mobile-pop-item{
    width: 100%;
    height: 130px;
    padding: 15px 20px;
    border-bottom: 1px solid rgb(225,225,225);
}
.smm-mobile-pop-item .QRcode{
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
}
.smm-mobile-pop-item .code-zsys{
    background-image: url(../image/qrcode_www.png);
}
.smm-mobile-pop-item .code-jrys{
    background-image: url(../image/code_jrys.png);
}
.smm-mobile-pop-item .code-znbj{
    background-image: url(../image/code_znbj.png);
}
.smm-mobile-pop-item .item-content{
    position: relative;
    float: right;
    height: 100px;
    width: 130px;
}
.smm-mobile-pop-item .item-content p{
    margin: 0 0 8px;
    
}
.smm-mobile-pop-item .clearfix:after{
    content: "\0020";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
}
.smm-mobile-pop-item .item-title{
    font: 700 16px 'Arial Negreta', 'Arial Normal', 'Arial';
    color: #D7000F;
}
.smm-mobile-pop-item .item-text{
    font: 400 12px 'Arial Normal', 'Arial';
    color: #666;
}
.smm-mobile-pop-item .item-label{
    position: absolute;
    bottom: 0;  
    width:100%;
    font: 400 12px 'Arial Normal', 'Arial';
    color: #999;
}
.smm-mobile-pop-item .item-detail{
    color:#169BD5;
    float: right;
}
.smm-mobile:hover .smm-mobile-pop{
    display: block;
}



.messagebox-new{
    top:29px !important;
    right:-273px;
}
.messagebox:hover .sanjiao{
    display: block;
}
.sanjiao {
    position: absolute;
    top: 24px;
    left: 30px;
    width: 8px;
    height: 6px;
    display: none;
    background: url(../image/icon/duobianxing.png);
}
.messagebox-new a{
    color:#999;
}
.messagebox-new h4{
    background: #f1f1f1;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    text-align: left;
}
.newbox{
        text-align: left;
}
.newbox p{
    text-align: left;
    color: #384a65;
    font-weight: bolder;
    margin-bottom: 1px;
}
.newbox>li:hover {
    background-color: #fff;
}
.newbox .message-label{
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #666;
}
.message-more {
   color: #337ab7  !important;
}
.badge{
    background-color: #fff;
    color: #061d3e;
    padding:2px 5px;
    
    font-weight: bolder;
}
.xinfeng{
    display: inline-block;
    /* float: left; */
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 17px;
    /* padding-left: 10px; */
    width: 13px;
    height: 10px;
    background: url(../image/icon/xinfeng.png);
}
/*搜索*/

.search_box * {
    box-sizing: border-box;
}

.top {
    width: 100%;
    min-width: 1200px;
    top: 0;
    right: 0;
    height: 74px;
    border-bottom: 1px solid rgb(204, 204, 204);
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.first-category-content {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.smmicon {
    float: left;
    width: 263px;
    height: 38px;
    background: url(../image/smmi.png);
    background-size: cover;
}

.smmicon a {
    display: block;
    width: 263px;
    height: 38px;
}

.top-left {
    margin: auto 0;
    position: absolute;
}

.first-category-search {
    margin-top: -8px;
    right: 40px;
    float: right;
}

.search {
    width: 80px;
    height: 100%;
    background: rgb(215, 0, 15);
    text-align: center;
    line-height: 30px;
    color: white;
}

.search_box {
    position: relative;
    right: 7px;
    width: 225px;
    height: 36px;
    top: 8px;
    padding-left: 60px;
}

.smm-form-group {
    position: absolute;
    height: 36px;
    top: 0;
    left: 0;
}

.smm-search-nav {
    width: 60px;
    height: 36px;
    line-height: 32px;
    border: 2px solid #D7000f;
    border-right: 0;
    color: #666;
    text-indent: 10px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.smm-search {
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #f1eff0;
    width: 58px;
    line-height: 30px;
    z-index: 99;
    text-indent: 10px;
    display: none;
    font-size: 12px;
    padding-top: 2px;
    margin: -2px 0 0 2px;
    padding-left: 0;
    /*line-height: 30px;
    text-indent: 10px;
    font-size: 12px;*/
}

.smm-search>li {
    cursor: pointer;
    color: #666;
    list-style: none
}

.smm-search>li:hover {
    color: #333;
    background: #fff;
}

.icon-up {
    display: inline-block;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5px;
    margin-right: 5px;
    background: url(../image/select.png) no-repeat;
    background-size: 100% 100%;
}

.smm-form-group:hover {
    background-color: #f1eff0;
}

.smm-form-group:hover .smm-search {
    display: block;
}

#bdcsMain {
    position: absolute;
    width: 100px;
    height: 100%;
    left: 0;
    margin-left: 60px;
    border: 2px solid #D7000f;
    border-left: 0;
    outline: none;
    text-indent: 10px;
    line-height: 30px;
    font-size: 16px;
}

#search_btn {
    position: absolute;
    left: 70%;
    top: 0;
    width: 75px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #D7000f;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-style:normal;
    cursor:pointer;
}

#search_btn:hover {
    text-decoration: none;
}


/*nav*/

.nav {
    height: 38px;
    line-height: 33px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fafafa;
}

.nav ul {
    width: 1000px;
    position: relative;
    left: 50%;
    margin: 6px 0 0 -500px;
    font-size: 12px;
    padding: 0;
}

.nav li {
    float: left;
    list-style: none;
    display: block;
    cursor: pointer;
    color: #323232;
    padding-bottom: 5px;
}

.nav li a {
    color: #515151;
    text-decoration: none;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 13.5px;
    border-right: 1px solid #e1e1e1;
}

.nav li:first-child a {
    border-left: 1px solid #e1e1e1;
}

.nav li:hover {
    border-bottom: 3px solid #5a99e0;
}

.nav li.active {
    border-bottom: 3px solid #5a99e0;
}


/*即时行情*/

.cite {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.layout {
    position: relative;
    /*height: 1468px;*/
    width: 1000px;
    margin-left: -500px;
    left: 50%;
}

.content {
    background: #fff;
    /*height: 1450px;*/
    padding-bottom: 40px;
    width: 1000px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    min-width: 0;
}

.content * {
    
}

.helpicon {
    background: url(../image/tips.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-top: 10px;
}

.content-header {
    /*padding: 5px;*/
    height: 36px;
    border-bottom: 2px solid rgb(215, 0, 15);
}

.content-header .title {
    
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
    line-height: 34px;
    height: 34px;
}

.help-center {
    float: right;
    font-size: 14px;
    color: #0066FF;
    line-height: 34px;
    height: 34px;
}

.user-name,
.user-code {
    width: 100px;
    height: 25px;
    font-size: 13px;
    padding: 1px 0px 1px 0px;
    box-sizing: border-box;
    margin-right: 27px;
    margin-left: 12px;
}

.login-button {
    padding: 2px 8px 3px;
    font-size: 11px;
    border-radius: 0.5px;
    background: white;
    width: 64px;
    border-radius: 20px;
    border: 2px solid rgb(238, 238, 238);
}

.login-box {
    height: 64px;
    border-bottom: 1px dashed #515151;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-box form {
    margin-left: 12px;
}

.login-box>span {
    float: right;
    color: rgb(153, 153, 153);
}


.text4 ul {
    padding-left: 15px;
}

.js-img {
    margin-bottom: 10px;
}

.img-container {
    width: 490px;
    height: 400px;
    float: right;
    padding: 25px;
    box-sizing: border-box;
    background: #ccc;
}

.js001 {
    background: url(../image/smmabout/js001.png);
    background-size: cover;
    width: 440px;
    height: 350px;
}

.js002 {
    background: url(../image/smmabout/js002.png);
    background-size: cover;
    width: 440px;
    height: 350px;
}

.js-table th {
    text-align: center;
    background: #439ad0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.js-table th:first-child {
    text-align: left;
}

.js-table td {
    width: 291px;
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.js-table td:first-child {
    text-align: left;
    width: 398px;
}


/*.js-table tr:first-child{
    text-align: center;
    background:#439ad0;
    color: #fff;
}*/

table {
    border: 1px solid #e1e1e1;
}

.text5 ol {
    padding-left: 15px;
}


/*关于我们*/

#about {
    /*height: 670px;*/
    border-top: 2px solid rgb(215, 0, 15);
    padding: 0px;
}

.column-active {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgb(225, 225, 225);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    background: rgb(215, 0, 15);
    color: #fff;
    cursor: pointer;
}

.sidebar {
    width: 300px;
    height: 670px;
    float: left;
}

.sidebar a {
    text-decoration: none;
}

.column {
    width: 100%;
    height: 60px;
    color: #999;
    border-bottom: 1px solid rgb(225, 225, 225);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    cursor: pointer;
    
}

.icon1 {
    background: url(../image/smmabout/icon1.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.icon2 {
    background: url(../image/smmabout/icon2.png) no-repeat;
    display: inline-block;
    background-size: cover;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.icon3 {
    background: url(../image/smmabout/icon3.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.icon4 {
    background: url(../image/smmabout/icon4.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.iconH1 {
    background: url(../image/smmabout/iconH1.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.iconH2 {
    background: url(../image/smmabout/iconH2.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.iconH3 {
    background: url(../image/smmabout/iconH3.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.iconH4 {
    background: url(../image/smmabout/iconH4.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.chiefbar {
    padding: 0 30px;
    float: right;
    width: 700px; 
    border-left: 1px solid rgb(225, 225, 225);
    min-height: 670px;
}

.chiefbar .title {
    border-bottom: 2px dashed rgb(225, 225, 225);
    color: rgb(102, 102, 102);
    font-size: 32px;
    height: 76px;
    padding-top: 10px;
    line-height: 76px;
}

.chiefbar .text {
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 38px;
    margin-bottom: 60px;
}

.chiefbar .text ul li {
    position: relative;
    left: -20px;
    margin-bottom: 30px;
}

.chiefbar .text ol li {
    margin-bottom: 15px;
}

.chiefbar .text ul li p {
    margin-top: 10px;
}

.job-box {
    margin-top: 25px;
}


.job-name {
    height: 30px;
    border-radius: 15px;
    background: #fafafa;
    color: rgb(153, 153, 153);
    margin:0 10px;
    padding: 7px 42px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
    cursor: pointer;
    
}
.job-active {
    background: rgb(215, 0, 15);
    color: #fff;
}


.small-title {
    margin-bottom: 15px;
    display: inline-block;
}

.pull-resume {
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    background: rgb(238, 238, 238);
    width: 140px;
    border-radius: 20px;
    border: 4px solid #fff;
    color: rgb(153, 153, 153);
    box-shadow: 0 0 0 2.5px rgb(238, 238, 238);
    margin-top: 25px;
}
.pull-resume:hover{
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    background: rgb(215,0,15);
    width: 140px;
    border-radius: 20px;
    border: 4px solid #fff;
    color: rgb(255,255,255);
    box-shadow: 0 0 0 2.5px rgb(238, 238, 238);
    margin-top: 25px;
}
.infoicon {
    background: url(../image/smmabout/info.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
}

.pull-resume:hover .infoicon {
    background: url(../image/smmabout/infoHL.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
}


/*法律声明+隐私声明*/

.paragraph .title {
    font-weight: bold;
    font-size: 12px;
    margin: 14px 0;
}

.paragraph {
    font-size: 12px;
    text-indent: 1em;
}

.paragraph2 .title {
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0;
}

.paragraph2 {
    font-size: 12px;
}
/* 
#job2{
    display: none;
} */
