@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 {
    color: #fff;
    font-size: 16px;
    /*background: #033c76;*/
    background: url(../images/bg.jpg);
    background-size: 100% 100%;
    /*background: -webkit-radial-gradient(50% 35%, farthest-corner, #034f8e, #034987, #02366d, #002353);*/
    /*background: radial-gradient(50% 35%, farthest-corner, #034f8e, #034987, #02366d, #002353);*/
}

html, body {
    height: 100%;
}

li {
    list-style-type: none;
}

table {
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

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
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pulll_left {
    width: 100%;
    float: left;
}

.pulll_right {
    float: right;
}

i {
    font-style: normal;
}

.text-w {
    color: #ffe400
}

.text-d {
    color: #ff6316
}

.text-s {
    color: #14e144
}

.text-b {
    color: #07e5ff
}

.head {
    position: relative;
    height: 90px;
    margin: 0 15px;
    padding-right: 60px;
}

.head h1 {
    font-size: 30px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 90px;
    /*padding-right: 55px;*/
    color: #daf9ff;
}

.head .menu {
}

.head .menu ul {
    font-size: 0;
}

.head .menu li {
    display: inline-block;
    position: relative;
    margin: 25px 15px;;
}

.head .menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
}

.head .time {
    position: absolute;
    right: 0;
    line-height: 90px;
}

.menu li:before,
.menu li:after {
    position: absolute;
    width: 10px;
    height: 5px;
    opacity: .4;
    content: "";
    border-top: 2px solid #02a6b5;
    top: -1px;
    border-radius: 2px;
}

.menu li:before, .menu li a:before {
    border-left: 2px solid #02a6b5;
    left: -1px;
}

.menu li:after, .menu li a:after {
    border-right: 2px solid #02a6b5;
    right: -1px;
}

.menu li a {
    position: relative;
}

.menu li a:before,
.menu li a:after {
    position: absolute;
    width: 10px;
    height: 5px;
    opacity: .4;
    content: "";
    border-bottom: 2px solid #02a6b5;
    bottom: -1px;
    border-radius: 2px;
}

.head .menu li a:hover {
    color: #f4e925;
}

.menu li a:hover:before,
.menu li a:hover:after,
.menu li:hover:before,
.menu li:hover:after {
    border-color: #f4e925;
    opacity: 1;
}

.mainbox {
    padding: 0px 10px;
}

.nav1 {
    margin-left: -6px;
    margin-right: -6px;
}

.nav1 > li {
    padding: 0 6px;
    float: left;
}

.box {
    border: 1px solid rgba(7, 118, 181, .5);
    box-shadow: inset 0 0 10px rgba(7, 118, 181, .4);
    margin-bottom: 12px;
    position: relative;
}

.tit {
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid rgba(7, 118, 181, .7);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.tit:before, .tit01:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(22, 214, 255, .9);
    box-shadow: 0 0 5px rgba(22, 214, 255, .9);
    border-radius: 10px;
    left: 10px;
    top: 18px;
}

.tit:after, .box:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, #076ead, #4ba6e0, #076ead);
    box-shadow: 0 0 5px rgba(131, 189, 227, 1);
    opacity: .6
}

.box:before {
    top: -1px;
}

.boxnav {
    padding: 10px;
}

.nav2 {
}

.nav2 > li:first-child {
    border: none;
}

.nav2 > li {
    float: left;
    border-left: 1px solid rgba(7, 118, 181, .2);
    height: 240px;
    padding: 0 10px 10px 10px;
}

.tit01 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.tit01:before {
    left: 3px;
    top: 8px;
}

.ftechart {
    height: 200px;;
}


.table1 th {
    border-bottom: 1px solid #407abd;
    font-size: 14px;
    text-align: center;
    padding: 6px 0;
    color: rgba(255, 255, 255, .8)
}

.table1 td {
    border-bottom: 1px dotted #407abd;
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    color: rgba(255, 255, 255, .6)
}

.table1 tr:last-child td {
    border: none;
}

.mapc {
    /*background: url(../images/bg3.png) no-repeat center center;*/
    background-size: 100% 100%
}

.map {
    position: relative;
    height: 100%;
    /*padding-left: 5%;*/
}

.map img {
}

.spanfont{
    font-size: 20px!important;
    font-weight: normal;
    padding-top: 5px;
    opacity:1!important;
}

.mapnav {
    position: absolute;
    z-index: 10;
}

.mapnav div {
    /*background: url(../images/bg1.png) no-repeat;*/
    background-size: 100% auto;
    width: 110px;
    text-align: center;
    padding: 10px 0;
    line-height: 120%;
}

.mapnav div span {
    font-size: 15px;
    opacity: .9

}

.mapnav div p {
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px;
}

.mapnav li {
    float: left;
    margin-right: 6px;
}


.leidanav {
    margin-top: -5px;
}

.leidanav li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.leidanav2 li {
    /*width: 33.3333%*/
}

.leidanav3 li {
    width: 25%
}

.leidanav li:first-child {
    border-left: none;
}

.leidanav span {
    font-size: 12px;
    opacity: .6
}

.leidanav p {
    font-size: 18px;
    color: #26a6ff
}

.mapnav2 {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 40%;
    z-index: 10;
}

.mapnav2 .box {
}

.ybp {
    width: 100%
}

.ybp li {
    float: left;
    width: 50%;
    height: 120px;
}

.duibi li {
    float: left;
    width: 25%;
    height: 200px;
    padding: 0;
    border: none;
}

.btn {
    position: absolute;
    border-radius: 2px;
    padding: 4px 20px;
    opacity: .8;
}

.btn1 {
    border: 1px solid rgba(255, 255, 255, .5);
    background: #388665;
    left: 35%;
    top: 30%;
}

.btn2 {
    border: 1px solid rgba(255, 255, 255, .5);
    background: #297cc7;
    right: 32%;
    top: 60%;
}

.btn:hover {
    color: #fff;
    opacity: 1;
}

.btn1:before, .btn2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.btn1:before {
    transform: rotate(30deg);
    right: -65%;
    top: 100%
}

.btn2:before {
    transform: rotate(30deg);
    left: -65%;
    top: -10%
}

.tit02 {
    font-size: 14px;
    padding: 10px 0;
}

.tagcloud {
    width: 100%;
    height: 90% !important;
    overflow: hidden;
    position: relative;

}

.tagcloud a {
    display: block;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.b01 {
    width: 50px;
    height: 50px;
}

.b02 {
    width: 80px;
    height: 80px;
}

.b03 {
    width: 60px;
    height: 60px;

}

.b04 {
    width: 70px;
    height: 70px;
}
.b05 {
    width: 90px;
    height: 90px;
}


.co01 {
    border: 2px solid rgba(5, 118, 254, 1);
    box-shadow: inset 0 0 20px rgba(5, 118, 254, 1);
}

.co02 {
    border: 2px solid rgba(238, 255, 65, 1);
    box-shadow: inset 0 0 20px rgba(238, 255, 65, 1);
}

.co03 {
    border: 2px solid rgba(26, 121, 181, 1);
    box-shadow: inset 0 0 20px rgba(26, 121, 181, 1);
}

.co04 {
    border: 2px solid rgba(1, 187, 181, 1);
    box-shadow: inset 0 0 20px rgba(1, 187, 181, 1);
}

.co05 {
    border: 2px solid rgba(255, 138, 0, 1);
    box-shadow: inset 0 0 20px rgba(255, 138, 0, 1);
}

.huati {
    padding-top: 20px;
}

.huati li {
    font-size: 12px;
    line-height: 230%;
}

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

.wancheng span {
    font-size: 14px;
    color: #fff;
}

.wancheng h3 {
    font-size: 20px;
    color: #00b4ff;
}

.wancheng h3 i {
    font-size: 12px;
    color: #fff;
}

.yuan {
    padding: 5px;
    border-radius: 100%;
    margin-left: 10px;
    border: 2px solid rgba(0, 99, 169, .8);
}

.yuan span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(0, 99, 169, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.data2,.data1{
    color: #fff;
    text-align: center;
    position: absolute;
    width: 15rem;
    height: 8rem;
    /*background: url(../images/di.png) no-repeat bottom center;*/
    background-size: contain;
    padding-top: 1%;
    box-sizing: border-box;
    float: left;
    margin-left: 1%;
}

.data2 p, .data1 p{
    padding-top: 26px;
}

.data1 .qiu{
    background: url(../images/cicle02.png) no-repeat center;
    background-size: 100%;
}
.data2 .qiu{
    background: url(../images/cicle01.png) no-repeat center;
    background-size: 100%;
}
.data1 .qiu{
    position: relative;
    width: 7rem;
    height: 7rem;
    margin: auto;
    display: table;
    margin-bottom: 10px;
}
.data2 .qiu{
    position: relative;
    width: 7rem;
    height: 7rem;
    margin: auto;
    display: table;
    margin-bottom: 10px;

}
.data2 .qiu::before,
.data1 .qiu::before{
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.5);
    animation: scale 2s linear infinite;
}

.topRec_List dl,.maquee{ width:95%; overflow:hidden; margin:0 auto; color:#f0ece2}
.topRec_List dd{ float:left; text-align:left; border-bottom:1px solid #1B96EE; color:#1B96EE;font-size:14px;}
.topRec_List dl dd:nth-child(1){ width:85%; height:35px; line-height:35px; }
.topRec_List dl dd:nth-child(2){ width:25%; height:35px; line-height:35px; }
.topRec_List dl dd:nth-child(3){ width:20%; height:35px; line-height:35px; }

.maquee{ height:155px;}
.topRec_List ul{ width:100%; height:195px;}
.topRec_List li{ width:100%; height:38px; line-height:38px; text-align:left; font-size:12px;color:#fff}
/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div{ float:left;}
.topRec_List li div:nth-child(1){ width:95%;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.topRec_List li div:nth-child(2){ width:25%;}
.topRec_List li div:nth-child(3){ width:20%;}




@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
.count-topic{
    margin-left:10px;
    float:left;
    width:48.4%;
    height:350px;
    background: url('../images/left-bottom2.jpg') center no-repeat;
    background-size:cover;
}


.data-label{
    position:absolute;
    top:50px;
    right:10px;
}
.data-label li{
    float:left;
    width: 90px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color:#6d8eb0;
}
.data-label li:hover,.data-label li.active{
    color: #ffff;
    /*cursor: pointer;*/
    /*background: url("../images/choose-item.png") center no-repeat;*/
}
.clearfix:after, .clearfix:before {display: table;content: " "}
.clearfix:after {clear: both}

.yqlist li{float: left; padding:10px 0; text-align: center;}
.yq{width:120px;
    height: 120px;
    margin: 0 auto  5px auto;
    position: relative; 
    padding-top: 30px;

    /*display: flex;*/
    justify-content: center;
    align-items: center; font-size: 14px;
    font-family:electronicFont;color: #fff;}
.yqlist li span{ font-size: 14px;}

.yq:before{position: absolute;
    width: 100%; height: 100%;
    content: ""; background: url(../images/img1.png) center center;
    border-radius: 100px; background-size: 100% 100%;
    opacity:.7;left:0; top: 0;
    animation: myfirst2 15s infinite linear;}

.yq:after{position: absolute; width: 86%;
    background: url(../images/img2.png) center center;
    border-radius: 100px; background-size: 100% 100%;
    opacity:.7;height: 86%; content: "";
    left:7%; top: 7%; animation: myfirst 15s infinite linear;}


@keyframes myfirst
{
    to { transform: rotate(-360deg)}
}
@keyframes myfirst2
{
    to { transform: rotate(360deg)}
}

