.two-row{
    height: 60px;
}

.index_none{
    display: none;
}

/* 导航部分开始 */
.navbar{
    width: 100%;
    min-width: 1400px;
    height: 110px;
    background: url(../img/index_top_bg.png) repeat;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #3d96da;
}

.fix-width{
    width: 1400px;
    margin: 0 auto;
}

.nav-left{
    width: 379px;
    height: 50px;
}

.nav-right{
    width: calc(100% - 379px);
    height: 111px;
    box-sizing: border-box;
    padding-top: 10px;
}

.nav-top{
    justify-content: flex-end;
}

.search-wrap{
    width: 215px;
    height: 32px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}

.search-wrap .seach{
    width: 100%;
    height: 32px;
}

.search-wrap .seach input{
    width: 100%;
    height: 32px;
    border: none;
    outline: none;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C2D4E6;
    box-sizing: border-box;
    padding: 0 60px 0 15px;
    background: rgba(255, 255, 255, 0.2);
}

.search-wrap input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C2D4E6;
}

.sousuo{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 20px;
    /*transform: translateY(-50%);*/
}

.sousuo input{
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: url(/static/home/img/index_top1.png) no-repeat;
    background-size: 100%;
}

.menber-login{
    width: 103px;
    height: 32px;
    background: #C8001B;
    border-radius: 3px;
    margin-right: 10px;
    justify-content: center;
}

.menber-login img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.menber-login span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}

.download{
    display: block;
    width: 135px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
}

.download span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.nav-bot{
    margin: 15px 0 0 2%;
}

.nav-bot ul{
    justify-content: space-between;
}

.nav-bot>ul>li{
    position: relative;
}

.nav-bot>ul>li>a{
    display: flex;
    line-height: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF; 
}

.topActive{
    font-weight: bold;
    border-bottom: 2px solid white;
}

.dropdown{
    display: none;
    width: 163px;
    height: auto;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.dropdown li{
    
}

.dropdown li a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #393A45;
    box-sizing: border-box;
    padding-left: 20px;
}

.nav-active{
    background: #C8001B;
    /* color: white; */
}

/* 导航部分结束 */


/* banner部分开始 */
.banner{
    width: 100%;
    height: 562px;
    /* max-height: 562px; */
    /* min-height: 410px; */
    position: relative;
}

.banner  img{
    width: 100%;
    height: 562px;
}

/* 轮播指示点 */
.hd{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.hd ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd ul li{
    width: 67px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    margin: 0 10px;
    font-size: 0;
}

.hd ul li.on{
    width: 103px;
    background-color: white;
}

/* banner部分结束 */


.main{
    width: 100%;
    height: auto;
    background: url(../img/nr_bg.jpg) no-repeat;
    background-size: cover;
}

/* menu部分开始 */
.menu{
    width: 1400px;
    height: 86px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    position: relative;
    top: -30px;
}

.menu-item{
    width: 16%;
    height: 86px;
    box-sizing: border-box;
    justify-content: center;
}

.menu-item a{
    width: 100%;
    height: 100%;
    justify-content: center;
}

.menu-item:hover{
    background: linear-gradient(0deg, #FFFFFF, #EEF4FF);
    border-bottom: 3px solid #C8001B;
}

.menu-item img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.menu-item span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #36384A;
}
/* menu部分结束 */

/* 通知公告开始 */
.inform{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #C9CDDC;
}

.in-sub{
    background: url(../img/index_tu1.png) no-repeat;
    background-size: 100%;
}

.in-msg{
     width: 173px;
    height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.in-msg > p{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #424B86;
    line-height: 50px;
}

.in-msg > p a{
    color: #424B86;
}

.notice p{
    font-size: 22px;
    font-family: Arial;
    font-weight: 400;
    color: #B4B6C5;
}

.notice img{
    width: 23px;
    height: 12px;
    margin-left: 8px;
}

.notice-msg .active{
    display: none;
}

.inform .hb{
    width: 100%;
    height: 152px;
}

.notice-list{
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.notice-item{
    width: 45%;
}

.notice-msg{
    width: 80%;
}

.notice-msg .default, .notice-msg .active{
    width: 8px;
    height: 8px;
    margin-right: 10px;
}

.notice-msg p.title{
    width: 320px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    line-height: 50px;
}

.notice-msg .news{
    width: 26px;
    height: 16px;
    margin: 0 10px;
}

.notice-date p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
}

.control img{
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.control .hover_img{
    display: none;
}
/* 通知公告结束 */

/* 行业动态 监管动态部门开始 */
.dynamic{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.part{
    width: 48%;
    height: auto;
}

.tab-control{
    width: 100%;
    height: 100px;
}

.tab-item{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #424B86;
    border-bottom: 1px solid #B4B6C5;
    margin-right: 30px;
    line-height: 50px;
}

.tab-item:hover{
    font-size: 28px;
    font-weight: bold;
    color: #C8001B;
    border-bottom: 2px solid #C8001B;
}

.more{
    width: 68px;
    height: 30px;
    text-align: center;
    background: rgba(180, 182, 197, 0.17);
}

.more:hover{
    background:  #424B86;
}

.more a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
    line-height: 30px;
}

/* 行业动态内容 */
.module{
    width: 100%;
    height: 148px;
    background: url(../img/white_bg.png) repeat;
    border: 1px solid #F2F4F7;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
    
    transition:background 1s;
	-webkit-transition:background 1s; /* Safari */
}

 .module:hover{
    background: url(../img/index_tu7.png) no-repeat;
    background-size: cover;
} 

.module:hover .white-text{
    color: white;
}

.module:hover .pink-text{
    color: #F7C1C8;
}

.module a{
    display: flex;
    justify-content: space-between;
}

.dy-date{
    width: 20%;
    text-align: center;
}

.dy-msg{
    width: 80%;
}

.dy-date p:first-child{
    font-size: 30px;
    font-family: DINOT;
    font-weight: 400;
    color: #3F485B;
}

.dy-date p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
}

.dy-msg .dy-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F485B;
    line-height: 40px;
}

.dy-msg .dy-info{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
    line-height: 30px;
}


/* 手风琴 */
.accordion{
    width: 100%;
    height: auto;
}

.acc-item{
    width: 100%;
    height: auto;
    color: #3F485B;
    border-bottom: 1px solid #EAECF2;
}

.acc-left{
    width: 80%;
}

.acc-left img{
    width: 22px;
    height: 24px;
    margin-right: 10px;
}

.acc-left p{
    width: 416px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 70px;
}

.acc-left p a{
    color: #3F485B;
}

.acc-right{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(165, 170, 179, 0.78);
    line-height: 26px;
}

.acc-content{
    /* display: none; */
    height: 180px;
    border-bottom: 1px solid #EAECF2;
}

.acc-content a{
    display: flex;
    width: 100%;
    height: auto;
}

.con-left{
    width: calc(100% - 204px);
    box-sizing: border-box;
    padding-right: 20px;
}

.con-left img{
    width: 22px;
    height: 24px;
    margin-right: 10px;
}

.con-left header p{
    width: 416px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    color: #C8001B;
}

.con-left .con-desc{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9EA1A8;
    line-height: 30px;
}

.con-left .con-date{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
    line-height: 50px;
}

.con-right{
    width: 204px;
    height: 254px;
}

.con-right img{
    width: 100%;
}

/* 行业动态 监管动态部门结束 */

/* 投资者教育开始 */
.edu-wrap{
    width: 100%;
    height: 394px;
    background: url(../img/index_tu10.png) no-repeat;
    background-size: cover;
}

.edu{
    width: 1400px;
    height: inherit;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.edu-left{
    width: 48%;
    height: auto;
}

.edu-right{
    width: 48%;
    height: auto;
}

.edu-title p{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #424B86;
    line-height: 60px;
}

.edu-title p span{
    font-size: 22px;
    font-family: Arial;
    font-weight: 400;
    color: #B4B6C5;
    margin-left: 5px;
}

.edu-title img{
    width: 23px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
}

.edu-banner{
    width: 100%;
    height: auto;
    background: white;
}

.edu-img{
    width: 246px;
    height: 185px;
}

.edu-img img{
    width: inherit;
    height: inherit;
}

.edu-intro{
    width: calc(100% - 246px);
    height: auto;
    box-sizing: border-box;
    padding: 15px;
}

.edu-intro p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404255;
    line-height: 50px;
}

.edu-intro p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #717680;
    line-height: 30px;
}

.edu-intro p:nth-child(3){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9EA1A8;
    line-height: 50px;
}

/* 学习园地 */
.edu-nav{
    justify-content: flex-end;
    height: 60px;
    margin-bottom: 10px;
}

.nav-item{
    width: 140px;
    text-align: center;
    line-height: 50px;
}

.nav-item p{
    width: 70%;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #424B86;
    border-bottom: 1px solid #B4B6C5;
}

.nav-item p:hover{
    font-size: 24px;
    font-weight: bold;
    color: #D24E64;
    border-bottom: 2px solid #C8001B;
}

.stu-item{
    border-bottom: 1px solid #D2D7E4;
}

.stu-item a p:first-child{
    width: 80%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404255;
    line-height: 60px;
}

.stu-item a p:first-child:hover{
    color: #C8001B;
}

.stu-item a p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(165, 170, 179, 0.78);
    line-height: 26px;
}

/* 投资者教育结束 */

/* 会员地图部分开始 */
.map-wrap{
    width: 100%;
    height: 891px;
    background: #F9FAFD;
}

.menber-map{
    width: 1400px;
    height: inherit;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
}

.men-title{
    margin-bottom: 30px;
}

.map-con{
    width: 100%;
    height: auto;
    background: url(../img/index_tu11.png) no-repeat;
    background-size: cover;
}

.men-left{
    width: 48%;
    height: 604px;
}

#mapchart{
    width: 100%;
    height: inherit;
}

.men-right{
    width: 48%;
    height: 604px;
}

.cate-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cate-item:hover{
    background: #C8001B;
}

.cate-item:hover p{
    color: white;
}

.cate-item{
    width: 33%;
    height: 55px;
    background: white;
}

.cate-item p{
    line-height: 55px;
    text-align: center;
    
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #46484F;
}

.cateActive{
    background: #C8001B;
}

.cateActive p{
    color: white;
}


.table-tools{
    width: 100%;
    height: 76px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.address img{
    width: 47px;
    height: 47px;
    margin-right: 10px;
}

.address p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3F485B;
}

.total p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F485B;
}

.total p span{
    font-size: 30px;
    color: #609CE6;
}

/* 会员表格 */
.table-wrap{
    width: 100%;
    height: 384px;
    overflow: scroll;
    overflow-x:hidden;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 10px;
    border-top: 15px solid white;
    border-bottom: 15px solid white;
}

.table{
    width: 100%;
}

/* 修改滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color: #E5E7ED;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    background-color: #B5B8C0;
}

.table{
    border-collapse: collapse
}

.table tr{
    border-bottom: 1px solid #EAECF2;
}

.table th, .table td{
    width: 30%;
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

.table th:nth-child(3), .table td:nth-child(3){
    width: 16%;
}

.table th:nth-child(4), .table td:nth-child(4){
    width: 24%;
}

.table thead th{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F8F8F;
}

.table tbody td{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #46484F;
    line-height: 26px;
}

.see-more{
    display: block;
    width: 100%;
    height: 59px;
    background: #C8001B;
    border-radius: 5px;
    text-align: center;
    line-height: 59px;
    margin-top: 15px;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/* 会员地图部分结束 */

/* 友情链接部分开始 */
.links-wrap{
    width: 100%;
    height: auto;
    background: white;
    padding: 50px 0;
}

.links{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.title-tools img{
    width: 41px;
    height: 41px;
    margin: 0 10px;
}

.title-tools .active{
    display: none;
}

.scroll-list{
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    overflow: hidden; 
}

.scroll-item{
    flex-shrink: 0;
    width: 222px;
    height: 156px;
    background: #FFFFFF;
    border: 1px solid #E7E7EE;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
}

.scroll-item:hover{
    box-shadow: 0 0 5px lightgray;
}

.scroll-item img{
    width: 207px;
    height: 100px;
    /* width: 100%; */
    margin-top: 9px;
}

.scroll-item p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #48484C;
}
/* 友情链接部分结束 */
