*{padding:0px;margin:0px;font-family:"微软雅黑";font-size:12px; font-style:normal}
dd,dl,dt,em,i,p,textarea,a,div{padding:0px;margin:0px;}
a{text-decoration:none;}
img{border:0px;}
ul,li{padding:0px;margin:0px;list-style:none;}
.fl{ float:left}
.fr{ float:right}
body{margin:0px; padding:0px; color:#000; background:#000c3b;position:fixed;width:100%;height:100%;left:0;top:0;}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both;overflow:hidden}

/*头部*/
.caption-title{font-size:22px; font-family:"黑体"; color:#fff;max-width:1200px;margin:0 auto; height:48px; margin-top:10px;}
.biaoti{ line-height:48px; display:inline-block;margin:0px; padding:0px; width:50%; text-align:center;font-size:28px;}
.data-box1{border:2px solid #032d60;-webkit-box-shadow:#07417a 0 0 10px;-moz-box-shadow:#07417a 0 0 10px;box-shadow:inset 0 0 30px #07417a;position:relative}

.zhenwen{ width:96%; margin:0 auto;overflow:hidden; padding-top:30px;}
.left_zs{ width:30%;}
.left_tb{ width:95%}
.mtop40{ margin-top:40px;}
.h30{ height:40px;}
.right_zs{ width:40%;}
.right_tb{ width:95%;float:right}

/*四个角*/
.topL{width:20px;height:20px;border-top-width:2px;border-top-color:#26c6f0;border-top-style:solid;border-left-width:2px;border-left-color:#26c6f0;border-left-style:solid;position:absolute;top:-2px;left:-2px}
.topR{width:20px;height:20px;border-top-width:2px;border-top-color:#26c6f0;border-top-style:solid;border-right-width:2px;border-right-color:#26c6f0;border-right-style:solid;position:absolute;top:-2px;right:-2px}
.bottomL{width:20px;height:20px;border-bottom-width:2px;border-bottom-color:#26c6f0;border-bottom-style:solid;border-left-width:2px;border-left-color:#26c6f0;border-left-style:solid;position:absolute;bottom:-2px;left:-2px}
.bottomR{width:20px;height:20px;border-bottom-width:2px;border-bottom-color:#26c6f0;border-bottom-style:solid;border-right-width:2px;border-right-color:#26c6f0;border-right-style:solid;position:absolute;bottom:-2px;right:-2px}

/*小标题*/
.data-title-left,.data-title-right{color:#105eda;font-family:"微软雅黑";font-size:20px}
.data-title{background-color:#000c3b;width:178px;margin:-18px auto 0 auto;color:#83c7e3;font-size:20px;}
.data-title span{text-align:center;width:150px; display:inline-block; text-align:center;font-size:18px;}
.box1_con_bot li {width: 100%;height: 50px;list-style: none;border-bottom: 1px dashed #dbdbdb;color: #F5F5F5;overflow: hidden;text-align: left;line-height: 25px;}
.left_box1{vertical-align: middle;width:30%;color: #4c8eef;font-weight: bold;font-size: 13px;text-align: center;height: 50px;}
.box5_con_bot li {
    height: 50px;
    line-height: 50px;
    list-style: none;
    border-bottom: 1px dashed #dbdbdb;
    color: #F5F5F5;
    overflow: hidden;
    text-align: left;
}
.box5_con_bot li{padding: 0 10px}

.scroll-container {
    overflow: hidden;
    display: block;
    height: 250px;
    position: relative;
    border: 1px solid #000;
}

.scroll-content {
    position: absolute;
    width: 100%;
    animation: scroll-up 30s linear infinite;
}

@keyframes scroll-up {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(-100%);
    }
}

.mpimg{width: 90%;margin-left: 5%;margin-top: 15px;position:absolute;z-index:99;opacity:.7}
.hide{display: none;}
.active{display: block;}
.showbasic{width: 120px;background: #0b82dd;border-radius: 8px;padding: 5px 10px;color: white;position:absolute;z-index:999}
.newdiv{width:100%;display:flex;}
.right_box1{width:70%;height: 50px;}
.title-mid{font-size:18px;color:white;margin-top:45px;width:100%;text-align:center}
.title-mid span{color: #c23531;font-size: 20px;font-weight: bold;margin-right:10px;margin-left:5px;}

.map1,.map2{ position:absolute; opacity: .5}
.map1{ width:90%; z-index: 2;top:20%; left: 5%;  animation: myfirst2 15s infinite linear;}
.map2{ width:90%; top:20%; left:5%; z-index: 3; opacity: 0.2; animation: myfirst 10s infinite linear;}

@keyframes myfirst2
{
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

@keyframes myfirst
{
from {transform: rotate(0deg);}
to {transform: rotate(-359deg);}
}

