* {
    margin: 0;
    padding: 0
}


a {
    outline: none;
  	-moz-outline-style: none;
  	text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

html {
    height: 100%;
        font-family: 'PingFangSC-Medium', 'sans-serif';
      }
body {
    position: relative;
    height: 100%;
}

.bg-dark {
    background-color: #f7f6f4;
}

.fix-tab {
    width: 100%;
    height: 80px;
    background: url(../img/tab-bg.png) left center no-repeat;
    background-size: 100% 100%;
    line-height: 80px;
    padding-left: 40px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.fix-tab .title-img {
    display: inline-block;
    pointer-events: none;
    vertical-align: middle;
}

.fix-tab .right-control .search-box {
    padding-top: 20px;
    position: relative;
}
.fix-tab .right-control .search-box .search-ul{
	max-height: 340px;
    margin-top: 10px;
    width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px 
		rgba(5, 5, 5, 0.15);
	border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fix-tab .right-control .search-box .search-ul ul{
    list-style: none;
}
.fix-tab .right-control .search-box .search-ul ul li{
    font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.fix-tab .right-control .search-box .search-ul ul li span{
    color: #5b82ff;
}
.fix-tab .right-control .search-box .search-ul ul li:hover{
	background-color: #f1f1f1;
}
.fix-tab .right-control .search-box .search-ul ul li:hover::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
}
.fix-tab .right-control .search-box .input {
    width: 400px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 3px;
    box-sizing: border-box;
}

.fix-tab .right-control .search-box .input input {
    width: 300px;
    height: 100%;
    border: none;
    outline: none;
    line-height: 38px;
    float: left;
    height: 38px;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 0;
    	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.fix-tab .right-control .search-box .input input:-moz-placeholder{
	color: #b2b2b2;
}
.fix-tab .right-control .search-box .input input:-ms-input-placeholder{
    color: #b2b2b2;
}
.fix-tab .right-control .search-box .input input::-webkit-input-placeholder{
	color: #b2b2b2;
}
.fix-tab .right-control .search-box .input i.close{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/close.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 1;
    cursor: pointer;
}
.fix-tab .right-control .search-box .input i.search {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/search.png) center center no-repeat;
    background-size: 18px 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.fix-tab .right-control .search-box .input .btn {
    width: 80px;
    height: 38px;
    float: right;
    background-image: linear-gradient(270deg,
            #5970fc 0%,
            #52aafc 100%),
        linear-gradient(#5b82ff,
            #5b82ff);
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
    color: #ffffff;
    border-radius: 19px;
    display: block;
    text-align: center;
}

.fix-tab .right-control .tab-zq {
    width: 270px;
    height: 80px;
    background: url(../img/tab-right.png) center center no-repeat;
    background-size: 100% 100%;
    padding-right: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}

.fix-tab .right-control .tab-zq p {
    font-size: 22px;
    font-weight: normal;
    line-height: 39px;
    text-align: right;
    color: #5b82ff;
}

.fix-tab .right-control .tab-zq a {
    float: right;
    display: block;
    width: 64px;
    height: 22px;
    border-radius: 11px;
    border: solid 1px rgba(91, 130, 255, 0.3);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #5b82ff;
}

.index-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 80px;
    box-sizing: border-box;
}

.index-box .left-tab {
    width: 212px;
    background-color: #f7f6f4;
    height: 100%;
    float: left;
    padding-top: 16px;
    box-sizing: border-box;
}

.index-box .left-tab ul {
    list-style: none;
    width: 180px;
    margin: 0 auto;
}

.index-box .left-tab>ul>li>ul {
    list-style: none;
}

.index-box .left-tab>ul>li>ul>li {
    cursor: pointer;
}

/*.index-box .left-tab>ul>li>ul>li:hover {
    background-color: #ffffff;
    border-radius: 6px;
}*/

.index-box .left-tab>ul>li>ul>li>p {
    line-height: 40px;
    text-align: center;
}
.index-box .left-tab>ul>li>ul>li.on{
    color: #5b82ff;
}
.index-box .left-tab>ul>li>h2 {
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
}
.index-box .left-tab>ul>li.on>h2{
    background-image: linear-gradient(270deg, 
    #5970fc 0%, 
    #52aafc 100%), 
linear-gradient(
    #5b82ff, 
    #5b82ff);
    border-radius: 6px;
}
.index-box .left-tab>ul>li.on>h2 em{
    color: #ffffff;
    font-style: normal;
}
.index-box .left-tab>ul>li.on>h2 i{
    background: url(../img/i1-on.png) center center no-repeat;
    background-size: 16px 16px;
}
/*.index-box .left-tab>ul>li>h2:hover {
    background-color: #ffffff;
    border-radius: 6px;
}*/

.index-box .left-tab>ul>li>h2>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/i1.png) center center no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
}
.index-box .left-tab>ul>li>h2>i.i1{
    background: url(../img/i1.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li.on>h2>i.i1{
    background: url(../img/i1-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li>h2>i.i2{
    background: url(../img/i2.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li.on>h2>i.i2{
    background: url(../img/i2-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li>h2>i.i3{
    background: url(../img/i3.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li.on>h2>i.i3{
    background: url(../img/i3-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.index-box .left-tab>ul>li>h2>em {
    font-size: 18px;
    display: inline;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    vertical-align: middle;
    font-style: normal;
}

.index-box .mid-tab,.index-box .mid-tab_01,.index-box .mid-tab_02 {
    float: left;
    height: 100%;
    background-color: #ffffff;
  	width: 240px;
   	padding-top: 21px;
    box-sizing: border-box;
    position: relative;
}


.index-box .mid-tab a,.index-box .mid-tab_01 a,.index-box .mid-tab_02 a {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* 隐藏超出容器大小的内容 */
    text-overflow: ellipsis;
    /* 显示多出点点 */
    white-space: nowrap;
    /* 强制文本在同一行显示 */
    padding-right: 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
    display: block;
}


.index-box .mid-tab a.on,.index-box .mid-tab_01 a.on,.index-box .mid-tab_02 a.on {
	background: url(../img/yes.png) no-repeat 200px center #e9eeff;
    background-size: 14px 11px;
    color: #5b82ff;
}


/*.index-box .mid-tab ul li:hover {
    background-color: #f1f1f1;
}*/

/*.index-box .mid-tab ul li:hover::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
}*/


.index-box .mid-tab .no {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -72px;
    margin-top: -50px;
}
.index-box .mid-tab .no img{
    display: block;
    margin: 0 auto;
}
.index-box .mid-tab .no p{
    font-size: 12px;
    width: 100%;
	font-weight: normal;
	line-height: 40px;
    white-space: nowrap;
    text-align: center;
	color: #999999;
}
.index-box .right-content {
    width: 100%;
   /* padding-left:350px;*/
    box-sizing: border-box;
    height:100%;
}

.index-box .right-content .right-table {
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

.index-box .right-content .content-scroll {
    padding: 0 20px 20px;
    position: relative;
}
.index-box .right-content .back{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 109px;
	height: 40px;
	background-color: #5b82ff;
	border-radius: 20px 0px 0px 20px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.index-box .right-content .back img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;

}
.index-box .right-content .back p{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.index-box .right-content  .search-tips{
    	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
    margin-bottom: -20px;padding: 0 20px;
    box-sizing: border-box;
}
.index-box .right-content .search-tips span{
    color: #5b82ff;
    margin: 0 10px;
}
.index-box .right-content .content-scroll>div .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    color: #333333;
    position: relative;
    padding-left: 10px;
}
.index-box .right-content .content-scroll>div .title::after {
  content: '';
  display: block;
  width: 5px;
  height:20px;
  background-image: linear-gradient(0deg,
      #5970fc 0%,
      #52aafc 100%),
    linear-gradient(#5b82ff,
      #5b82ff);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-box .right-content .content-scroll>div .page{
    font-size: 16px;
	font-weight: normal;
	line-height:60px;
	color: #999999;
}
.index-box .right-content .content-scroll>div .page span{
    color: #333333;
}
.index-box .right-content .content-scroll>div .table {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
.index-box .right-content .content-scroll>div .table .m-title{
    font-size: 20px;
	font-weight: bold;
    text-align: center;
	line-height: 40px;
    margin-bottom: 10px;
    margin-top: -10px;
	color: #333333;
}
.index-box .right-content .content-scroll>div .table table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.index-box .right-content .content-scroll>div .table table tr th,
.index-box .right-content .content-scroll>div .table table tr td {
    border: 1px solid #b6c7ff;
}

.index-box .right-content .content-scroll>div .table table tr th {
    background-color: #e9eeff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 0;
    box-sizing: border-box;
    line-height: 20px;
    color: #5b82ff;
}

.index-box .right-content .content-scroll>div .table table tr td {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 14px 20px;
    box-sizing: border-box;
    color: #333333;
}

.index-box .right-content .content-scroll>div .table .text>p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}
.index-box .right-content .content-scroll>div .table .text>p.p1{
    font-size: 16px;
	/* font-weight: bold; */
	line-height: 40px;
	color: #222222;
}
.index-box .right-content .content-scroll>div .table .text>p.p2{
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    /* margin-bottom: -10px; */
    margin-top: 10px;
    color: #333333;
}
.index-box .right-content .content-scroll>div .table .text>p.p3{
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: -18px;
    color: #333333;
}
.index-box .right-content .content-scroll>div .table .text>.line{
    width: 100%;
    height: 1px;
    background-color:#eeeeee;
    margin: 4px 0 0;
}
.index-box .right-content .content-scroll>div .table .text>p .red{
    color: #ed5656
}
.index-box .right-content .content-scroll>div .table .text>p .blue{
	color: #5b82ff;
}
.index-box .right-content .content-scroll>div .table .more {
    display: block;
    width: 94px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #dddddd;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 14px;
    cursor: pointer;
}

.index-box .right-content .content-scroll>div .table .more p {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;

    vertical-align: middle;
    color: #333333;
}

.index-box .right-content .content-scroll>div .table .more img {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 4px;
}
.index-box .right-content .null {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 50%;
    margin-top: -100px;
}
.index-box .right-content  .null img{
    display: block;
    margin: 0 auto;
}
.index-box .right-content .null p{
    font-size: 20px;
	font-weight: normal;
	line-height: 60px;
    text-align: center;
	color: #333333;
}
.conBox{display: none;}
.conBox0{display: block;}
.hkBox,.addBox,.markBox{list-style: none;width: 180px; margin: 0 auto;}
.hkBox a,.addBox a,.markBox a{line-height: 40px; width: 100%; margin: 0 auto; box-sizing: border-box; overflow: hidden; display: block;text-align: center;}
.hkBox a.cur,.addBox a.cur,.markBox a.cur{color: #5b82ff;}

.hkList{
	float: left;
    height: 100%;
    box-sizing: border-box;
	display: none;  
	position: relative;
	z-index: 3;  
}
.hkList0{
	display: block; 
}
.hkList1,.hkList2,.hkList3,.hkList4,.hkList5,.hkList6,.hkList7{
	position: fixed;
    top: 80px;
    left: 212px;
    right: 0;
    z-index: 2;
}

.addList{
	float: left;
    height: 100%;
    box-sizing: border-box;
	display: none;  
	position: relative;
	z-index: 3;  
}
.addList0{
	display: none; 
}
.addList1,.addList2{
	position: fixed;
    top: 80px;
    left: 212px;
    right: 0;
    z-index: 2;
}

.markList{
	float: left;
    height: 100%;
    box-sizing: border-box;
	display: none;  
	position: relative;
	z-index: 3;  
}
.markList0{
	display: none; 
}
.markList1,.markList2{
	position: fixed;
    top: 80px;
    left: 212px;
    right: 0;
    z-index: 2;
}

.bmhBox{display: none;}
.bmhBox0{display: block;}

.page-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 450px;
    overflow: hidden;
    z-index: 1;
}
.page-content iframe{
	width: 100%; 
	height: 100%;
}

#detail{display: none;}


