@charset "utf-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}
*,body{padding:0px;	margin:0px;font-family: "微软雅黑";}
body{ background:#000d4a url(../pic/bg.jpg) center center; background-size:cover;color:#fff; font-size: .1rem; }
li{ list-style-type:none;}
@font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
i{ margin:0px; padding:0px; text-indent:0px;}
img{ border:none; max-width: 100%;}
a{ text-decoration:none; color:#399bff;}
a.active,a:focus{ outline:none!important; text-decoration:none;}
ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
a:hover{ color:#06c; text-decoration: none!important}

html,body{height: 100%;width:100%;margin:0;padding:0;overflow:hidden;}/**overflow:hidden;/
.clearfix:after, .clearfix:before {display: table;content: " "}
 .clearfix:after {clear: both}
.pull_left{float:left;}
.pull_right{float:right;}
/*谷哥滚动条样式*/
  ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  ::-webkit-scrollbar-thumb {background-color:#FFc0de}
  ::-webkit-scrollbar-track {background-color:#ddd}
/***/

.loading{position:fixed; left:0; top:0; font-size:16px; z-index:100000000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
.loadBox{position:absolute; width:160px;height:150px; color: #324e93; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
.loadBox img{ margin:10px auto; display:block; width:40px;}
.container{display:flex}
.head{ margin:.1rem;height:100%;width:calc(100% - .15rem);
    background: url(../pic/title2.png) no-repeat center center; background-size: 100% 100%; position: relative}
.head h1{ color:#FFFFFF; text-align: center; font-size: .4rem; line-height:.8rem; letter-spacing: -1px}
.head h1 img{ width:1.5rem; display: inline-block; vertical-align: middle; }
.time{ position:absolute; right:.15rem; top:0; line-height: .75rem;color:rgba(255,255,255,.7); font-size: .3rem; padding-right: .1rem;
    font-family: electronicFont, serif;}

.main_a{ height:90%;width:100%;display:flex; }/* 所有内容主题容器,左右两块并排*/
.main_l_a{height:100%;width:calc(35% - 0.05rem);}/* 左侧大框架 */
.main_r_a{height:100%;width:calc(65% - 0.05rem);}/* 右侧大框架 */
.main_l_a1{height:50%;width:100%}
.main_l_a2{height:50%;width:100%}
.main_r_a1{height:30%;width:100%;}
.main_r_a2{height:30%;width:100%;display:flex;}
.main_r_a3{height:35%;width:100%;display:flex;}
.main_r_a3_t1{height:100%;width:60%;}
.main_r_a3_t2{height:100%;width:40%;}
.main_ax{ height:10%;display:flex; }
.main_ay{ height:80%;display:flex; }
.main_a_a{ width:calc(30% - .15rem); }
.main_a_b{ width:calc(56% - .15rem);margin-left:-8%;margin-right:-8%;}
.main_a_c{ width:calc(30% - .15rem);display:flex; }
.main_a_d{ width:calc(30% - .15rem);}
.main_a_g{ width:calc(60% - .15rem);margin-left:-10%;margin-right:-10%;}
.main_r_a2_2{
    width:56%;height:100%;
    background-position: center;background-repeat: no-repeat;
    background-size: contain;margin-bottom:-5%
}

.table_AA{
    width:100%;height:50%;text-align:center;font-size: 200%;overflow:hidden;


    tr th:nth-child(1) {
        width:25%
    }
    tr th:nth-child(2) {
        width:10%
    }
    tr th:nth-child(3) {
        width:45%
    }
    tr th:nth-child(4) {
        width:20%
    }
}
.table_AB{
    width:100%;height:100%;text-align:center;font-size: 200%;overflow:hidden;
    position:absolute;
    tr td:nth-child(1) {
        width:25%;padding:5px;
    }
    tr td:nth-child(2) {
        width:10%;padding:5px;
    }
    tr td:nth-child(3) {
        width:45%;padding:5px;
    }
    tr td:nth-child(4) {
        width:20%;padding:5px;
    }
}
.table_BA{
    width:100%;height:50%;text-align:center;font-size: 200%;overflow:hidden;
    tr th:nth-child(1) {
        width:30%
    }
    tr th:nth-child(2) {
        width:40%
    }
    tr th:nth-child(3) {
        width:30%
    }
}
.table_BB{
    width:100%;height:100%;text-align:center;font-size: 200%;overflow:hidden;
    position:absolute;
    /* animation:scroll 10s linear infinite;*/
    tr td:nth-child(1) {
        width:30%;padding:5px;
    }
    tr td:nth-child(2) {
        width:40%;padding:5px;
    }
    tr td:nth-child(3) {
        width:30%;padding:5px;
    }
}
/*
@keyframes scroll {
   0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
*/
.boxAll{ padding:0 .2rem .2rem .2rem;  background: rgba(6,48,109,.5); position: relative; margin-bottom: .15rem; z-index: 10; height:calc(100% - 0.05rem);}
.allTitle{ color:#fff;  line-height: .5rem; position: relative;padding-left: .15rem;text-align: right;}
.allTitle:before{position: absolute; height: .2rem; width: 4px; background: #49bcf7; border-radius: 5px; content: ""; right: -1%;  top: 50%; margin-top: -.1rem;}
.boxNav{height: calc(100% - .5rem);}
