@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";}
body,dl,dd,p{margin:0;}
a{text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;}
img{display:block;}
input{margin:0;padding:0;border:none;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}
body{background: radial-gradient(220% 105% at top center, #000 10%, #000035 50%, #0b2570 70%, #040d1c);background-attachment: fixed;}
a:hover{color:#00ffff;}
.scroll{height:100%;overflow:hidden;}

.xcx_box{
    display:flex;
    justify-content:space-between;
    margin-top:45px;
}
.xcx_box .xcx_l{
    width:250px;
}
.xcx_box .xcx_r{
    flex:1;
    padding-left:10px;
}
.xcx_box .tools .tools-item:nth-child(5){
    display:none;
}
.xcx_box .dsj-wrapper{
    padding:0;
}

/*top*/
.top_bg{
    width:100%;
    height:50px;
    background:#fff;
}
.top{
    width:100%;
    margin: auto;
}
.top .logo{
    float:left;
}
.top .logo img{
    height:40px;
}
.top_btn{
    position: relative;
    height: 40px
}


/*top_btn*/
.My-syh{
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    /* border: 1px solid #999; */
    border-radius: 15px;
    cursor: pointer;
    background-color: #E6E3E3;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}
.My-box{
    position: absolute;
    left: -35px;
    top: 0;
    width: 60px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 15px;
    background-color: rgba(92, 168, 255, 1);
    box-shadow: inset 0 0 10px 2px rgba(5, 122, 255, .8), inset 0 0 10px 2px rgba(5, 122, 255, .5), inset 0 0 5px 1px rgba(5, 122, 255, .2);
    transition: all .3s;
}
.My-open .My-box{
    left: 0;
}
.My-cir{
    position: absolute;
    right: -1px;
    top: -1px;
    width: 27px;
    height: 27px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.1), inset 0 0 5px 0px rgba(0, 0, 0, 0.2), inset 0 0 5px 0px rgba(0, 0, 0, 0.2), 0 0 10px 2px rgba(0, 0, 0, 0.1);
}


/*nav*/
.nav_bg{
    background:rgba(38, 47, 68, .7);
    margin:15px 0;
}
.nav{
    width:100%;
    margin: auto;
    display:flex;
    justify-content:space-between;
    padding:10px;
}
.nav .name{
    width:80px;
    font-weight:bold;
    color:#00ffff;
}
.nav ul{
    flex:1;
    display:flex;
}
.nav li{
    color:#fff;
    flex:0 0 10%;
    cursor:pointer;
    transition:all .3s ease-in-out;
}
.nav li:hover{
    color:#00ffff;
}
.nav .current{
    color:#00ffff;
}


/*loadding*/
.load_box{
    width:100%;
    min-height:700px;
    background-color:rgba(0,0,0,0.7);
    position:relative;
}
.load_box img{
    position:absolute;
    left:calc(50% - 16px);
    top:calc(50% - 16px);
    animation:load 4s linear infinite;
}
@keyframes load{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.more_box{
    width:100%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    font-weight: bold;
    background-color: #4b91ec;
    color: #fff;
}

/*tab*/
.xcx_box .xcx_r .tabbox_W{
    max-width:1120px;
    background-color:#fff;
    padding:10px;
}
.tabbox{
    width:100%;
    margin: auto;
    color:#fff;
    background-color: rgba(0,0,0,.7);
    background-image: url(../images/dsb-logo-bg.png);
    background-position:100px;
}
.tab_title{
    display:none;
    height:70px;
    background-color:#0068B7;
    padding:10px 145px 10px 80px;
    text-align:center;
}
.tabbox .titleShow{
    display:block;
}
.tab_title h1{
    color:#fff;
    font-size:25px;
    font-weight:bold;
}
.tab_bottom{
    height:50px;
    background-color:#0068B7;
    display:none;
    padding:0 145px 0 80px;
}
.tab_bottom p{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    line-height:50px;
}
.tab_bottom p:first-child{
    float:left;
    margin-left:10px;
}
.tab_bottom p:last-child{
    float:right;
    margin-right:10px;
}
.list{
    display:flex;
}
.list li{
    line-height:55px;
    text-align:center;
    flex:1;
    flex-grow:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.list li:first-child{
    background-color:#1A1F2D;
    color:#00ffff;
    cursor:pointer;
}
.list li{
    background:#262f44;
    font-weight:bold;
}
.list li:nth-child(-n+3),.con li div:nth-child(-n+3){
    flex-grow:0;
    flex-basis:80px;
}
.list li:last-child,.con li div:last-child{
    flex-grow:0;
    flex-basis:145px;
}
.con{
    position:relative;
}
.con li{
    display:flex;
}
.con li:nth-child(even) div{
    background:rgba(255,255,255,.1);
}
.con li div{
    line-height:55px;
    text-align:center;
    flex:1;
    flex-grow:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.con li div input{
    display:none;
}
.con li div span{
    display: inline-block;
    width:16px;
    height:16px;
    position:relative;
    border:1px solid #00c7ff;
    vertical-align:middle;
    border-radius:1px;
    margin-right:3px;
    cursor:pointer;
    transition:all .2s;
}
.con li div span::before{
    content:'';
    height:8px;
    width:8px;
    top:3px;
    left:3px;
    position:absolute;
    background:#00ffff;
    border-radius:15%;
    transform:scale(0);
    transition:all .2s;
}
.con li div input:checked+.select::before{
	transform:scale(1);
}
.con li div img{
    height:35px;
    vertical-align:middle;
    display:inline-block;
    border-radius:7px;
}


/*showbox*/
.showbox{
    width:calc(100% - 250px);
    position:fixed;
    bottom:-200px;
    z-index:999;
    display:none;
    transition:all 0.5s;
    /*transition:0.5s all cubic-bezier(0, 1, 0, 1.52);*/
}
.show_title{
    height:40px;
    line-height:40px;
    background-color:#11182B;
    color:#fff;
    padding:0px 20px;
    display:flex;
    justify-content:space-between;
}
.show_title span{
    color:#00ffff;
}
.show_btn a{
    display:inline-block;
    background-color:#262f44;
    height:30px;
    line-height:30px;
    font-weight:normal;
    font-size:14px;
    padding:0px 8px;
    margin-left:5px;
    border-radius:3px;
    cursor:pointer;
    transition:all .3s ease-in-out;
}
.show_content{
    background-color:#262f44;
    min-height:160px;
}
.show_list{
    padding:20px;
    display:flex;
    flex-wrap:wrap;
}
.show_list li{
    padding:0px 15px;
    line-height:30px;
    height:30px;
    color:#00c7ff;
    border:1px solid #00c7ff;
    cursor:pointer;
    transition:all .3s ease-in-out;
    font-weight:bold;
    position:relative;
    margin-right:5px;
    margin-bottom:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.show_list li::after, .show_list li::before{
    content: '';
    display:inline-block;
    width:0;
    height:2px;
    background-color:#79E299;
    position:absolute;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
    right:10px;
    transition:all .3s ease-in-out;
}
.show_list li:hover{
	padding-right:20px;
}
.show_list li:hover::after{
	width:10px;
	transform:rotate(45deg);
}
.show_list li:hover::before{
	width:10px;
	transform:rotate(-45deg);
}
.show_list li:hover{
	background-color:#00c7ff;
	color:#11182B;
}
.show_list li:hover::after, .show_list li:hover::before{
	background-color:#11182B;
}

/*e_box*/
.e_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}
.e_bg .e_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.e_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1100px;
    height: 700px;
    background-color: #000;
    border: 2px solid #262f44;
}
.e_title{
    position: relative;
    background: #262f44;
}
.e_title h1{
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.e_close{
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: all .3s;
}
.e_close::before, .e_close::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
}
.e_close::before{
    transform: rotate(-45deg);
}
.e_close::after{
    transform: rotate(45deg);
}
.e_close:hover{
    background:rgba(60, 96, 160, 1)
}
.e_field_box{
    position: relative;
    padding: 20px;
    display: flex;
}
.e_field{
    width: 200px;
    height: 40px;
    cursor: pointer;
    position: relative;
}
.e_field p{
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    color: #00ffff;
    background-color:#262f44;
    transition: all .3s;
}
.e_field::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #00ffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
}
.e_nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2000;
}
.e_nav li{
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    color: #00ffff;
    background-color: #323C54;
    transition: all .3s;
}
.e_nav li:hover{
    background-color:#262f44;
}
.e_field:hover .e_nav{
    display:block;
}
.e_con{
    width:100%;
    height:630px;
    z-index:200;
    margin:10px auto;
    position:relative;
}
.e_lg{
    position:absolute;
    top:20%;
    left: 32%;
    width: 296px;
    height: 192px;
    background:url('http://www.100ec.cn/Public/home/images/dsb-logo-bg.png');
    background-repeat:no-repeat;
    background-position:-100px -50px;
    z-index:999;
}
.bt{
    width:80%;
    height:70px;
    background-color:#0068B7;
    display:none;
    z-index:999;
    position:absolute;
    top:60px;
    left:50%;
    margin-left:-40%;
}
.bt h1{
    color:#fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}
.end{
    width:80%;
    height:50px;
    background-color:#0068B7;
    position:absolute;
    left:50%;
    margin-left:-40%;
    bottom:50px;
    display:none;
    z-index:999;
}
.end p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.end p:first-child{
    float:left;
    margin-left:10px;
}
.end p:last-child{
    float:right;
    margin-right:10px;
}


/*打开状态*/
.list .cur{
    background-color:#fff;
    color:#262f44;
    font-size:17px;
    border-left:1px solid #0068B7;
    border-bottom:1px solid #0068B7
}
.list .cur:first-child{
    background-color:#fff;
    color:#0068B7;
}
.con .cur:nth-child(even) div{
    background:rgba(0, 104, 184, 0.3);
}
.con .cur div{
    color:#262f44;
    font-weight:bold;
    border-left:1px solid #0068B7;
    border-bottom:1px solid #0068B7;
}
.list .cur:last-child, .con .cur div:last-child{
    border-right:1px solid #0068B7;
}
.con .cur div span{
    border:1px solid #262f44;
}
.con .cur div span::before{
    background:#262f44;
}

.xcx_bottom .footer{
    background:rgba(0,0,0,.5);
}

@media(max-width:1100px){
    .top_bg, .top_btn{
        display:none;
    }
    .xcx_box .xcx_l{
        display:none;
    }
    .xcx_box .xcx_r{
        padding:0;
    }
    .nav{
        display:inherit;
    }
    .nav .name{
        font-size:14px;
        line-height:30px;
    }
    .nav ul li{
        flex:0 1 24%;
        text-align:center;
        line-height:30px;
        border-radius:2px;
        background:#157EEF;
        margin-right:1%;
    }
    .nav .current{
        color:#157EEF;
        background:#fff;
    }
    .tabbox{
        overflow-x:scroll;
    }
    .list li,.con li div{
        flex: 1 0 100px;
    }
    .show_title{
        padding:0 10px;
    }
    .show_content{
        min-height:auto;
    }
    .e_box{
        width: 100%;
        height: 100%;
    }
    .e_con{
        width:94%;
        height:82%;
    }
}
@media(max-width:375px){
    .e_con{
        width:84%;
        height:80%;
    }
}


/*************************************************************小程序内页*******************************************************************************/
.inside_bg{
    background:#262f44;
    padding:20px 0;
}
.inside_box{
    max-width:1000px;
    margin: auto;
}
/* .inside_list li{
    height:150px;
} */
.inside_lg{
    float:left;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px 20px 0 10px;
}
.inside_lg img{
    width:60px;
    height:60px;
}
.inside_con{
    float:left;
}
.inside_title a{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    position:relative;
}
.inside_ewm{
    width:160px;
    height:200px;
    border-radius:5px;
    box-shadow:0 0 5px #eee;
    background:#fff;
    position:absolute;
    top:-70px;
    left:100%;
    margin-left:20px;
    display:none;
    z-index:999;
}
.inside_ewm img{
    width:100%;
}
.inside_con .inside_ewm p{
    color:#333;
    text-align:center;
    width: auto;
}
.inside_title:hover .inside_ewm{
    display:block;
}
.inside_con p{
    line-height:30px;
    color:#eee;
    width:530px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.inside_con span{
    color:#eee;
    margin-right:20px;
    line-height:30px;
}
.inside_con strong{
    background-color:rgb(26,33,59);
    color:#eee;
    border-radius:2px;
    padding:2px 10px;
    margin-right:20px;
}
.inside_zs{
    float:right;
    margin:10px 40px 0 0;
}
.inside_zs p{
    text-align:center;
}
.inside_zs p:last-child{
    font-size:30px;
    font-weight:bold;
    color:rgb(0, 255, 255);
}

.inside_data{
    width:100%;
    margin:auto;
    margin-top:30px;
    background-color:rgba(0,0,0,0.7);
}
.inside_data h1{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    line-height:50px;
}
.inside_data ul li{
    width:25%;
    float:left;
    text-align:center;
    padding:20px 0;
}
.inside_ebg{
    position:relative;
    padding:10px 0 30px 0;
}
.inside_top{
    width:86%;
    height:70px;
    background-color:#0068B7;
    display:none;
    z-index:999;
    position:absolute;
    top:10px;
    left:7%;
}
.inside_top h1{
    color:#fff;
    font-size:25px;
    font-weight:bold;
    line-height:70px;
    text-align:center;
}
.inside_bottom{
    width:86%;
    height:50px;
    background-color:#0068B7;
    display:none;
    z-index:999;
    position:absolute;
    left:7%;
    bottom:65px;
}
.inside_bottom p{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    line-height:50px;
}
.inside_bottom p:first-child{
    float:left;
    margin-left:10px;
}
.inside_bottom p:last-child{
    float:right;
    margin-right:10px;
}#inside_list li{
    color:rgb(0, 255, 255);
}
#inside_echarts{
    width:100%;
    height:500px;
}


@media(max-width:1100px){
    .inside_lg{
        padding: 10px 20px 0 10px;
    }
    .inside_con{
        display:none;
    }
}