/*大屏*/
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/bj.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/*a,p,h1,h2,h3,h4,h5,h6,body,span,label,div{padding:0;margin:0;font-family:'瀵邦喛钂嬮梿鍛寸拨';}
div{font-family:'瀵邦喛钂嬮梿鍛寸拨';}
ul{padding:0;margin:0;}
a{text-decoration:none !important;}*/
@font-face {
    font-family: yjsz;
    src: url("../fonts/yjsz.ttf");
    /* url('../fonts/yjsz.eot'); */ /* IE9+,可以是具体的实际链接 */
}

.fl {
    float: left;
}
.fr {
    float: right;
}

/*头部*/
#header {
    width: 100%;
    height: 8vh;
    position: relative;
    background: url("../images/head_bg.png") no-repeat center center;
    background-size: 100%;
    box-shadow: 0 0 25px #037581;
}
#header .header {
    width: 60%;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 8vh;
    font-size: 24px;
}
#header .header h1 {
    color: #ffffff;
    text-shadow: 0 0 25px #00d8ff;
    font-size: 2.4vw;
    font-family: "Adobe 楷体 Std R";
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

/*#data_content {
    width: 100%;
    height: calc(100% - 105px);
    padding-top: 20px;
    background: red;
}*/
#data_content {
    width: 100%;
    height: calc(100vh - 8vh - 12vh - 10px);
    box-sizing: border-box;
}
.data_content {
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 15px 10px;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    align-items: stretch;
}

#data_content .data_info {
    width: calc(100% - 40px);
    height: 10vh;
    margin: 1vh 20px;
    box-sizing: border-box;
}
#data_content .data_info .conuts {
    font-family: "yjsz";
    font-size: 2.5vw;
}

#data_content .data_info .info_1 {
    width: 40%;
    height: 100%;
}
#data_content .data_info .info_1 .text_1 {
    width: calc(100% - 25px);
    height: 100%;
    background-color: #0c1629;
    display: flex;
    align-items: center;
}
#data_content .data_info .info_1 .text_1 div {
    width: 33.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#data_content .data_info .info_1 .text_1 img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
#data_content .data_info .info_1 .text_1 .count {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#data_content .data_info .info_1 .text_1 .count p:nth-child(1) {
    color: #ffffff;
    font-size: 0.9vw;
    white-space: nowrap;
}
#data_content .data_info .info_1 .text_1 .count p:last-child {
    color: #00fbfe;
    text-shadow: 0 0 25px #00fbfe;
    font-size: 1.5vw;
    font-weight: bolder;
    white-space: nowrap;
}
#data_content .data_info .info_2 {
    width: 31%;
    height: 100%;
}
#data_content .data_info .info_2 .text_2 {
    width: calc(100% - 25px);
    height: 100%;
    background-color: #0c1629;
    display: flex;
    align-items: center;
}
#data_content .data_info .info_2 .text_2 div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#data_content .data_info .info_2 .text_2 img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
#data_content .data_info .info_2 .text_2 .count {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#data_content .data_info .info_2 .text_2 .count p:nth-child(1) {
    color: #ffffff;
    font-size: 0.9vw;
    white-space: nowrap;
}
#data_content .data_info .info_2 .text_2 .count p:last-child {
    color: #00fbfe;
    text-shadow: 0 0 25px #00fbfe;
    font-size: 1.5vw;
    font-weight: bolder;
    white-space: nowrap;
}

#data_content .data_info .info_3 {
    width: 29%;
    height: 100%;
}

#data_content .data_info .info_3 .text_2 {
    width: 100%;
    height: 100%;
    background-color: #0c1629;
    display: flex;
    align-items: center;
}
#data_content .data_info .info_3 .text_2 div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#data_content .data_info .info_3 .text_2 img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
#data_content .data_info .info_3 .text_2 .count {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#data_content .data_info .info_3 .text_2 .count p:nth-child(1) {
    color: #ffffff;
    font-size: 0.9vw;
    white-space: nowrap;
}
#data_content .data_info .info_3 .text_2 .count p:last-child {
    color: #00fbfe;
    text-shadow: 0 0 25px #00fbfe;
    font-size: 1.5vw;
    font-weight: bolder;
    white-space: nowrap;
}

/*左边*/
.data_content .data_left {
    width: 24%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    float: none;
}
.data_content .data_left .left_top {
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*四个角的*/
.public:before,
.public:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    border-top: 2px solid #02a6b5;
    top: 0;
}
.public:before,
.boxfoot:before {
    border-left: 2px solid #02a6b5;
    left: 0;
}
.public:after,
.boxfoot:after {
    border-right: 2px solid #02a6b5;
    right: 0;
}

.boxfoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.boxfoot:before,
.boxfoot:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    border-bottom: 2px solid #02a6b5;
    bottom: 0;
}
/*四个角的*/

/*左边第一部分*/
.data_content .data_left .left_top .info {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}

.min-title {
    min-width: 42%;
    width: auto;
    max-width: 72%;
    height: 34px;
    max-height: 6vh;
    background: #0c1629;
    top: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    text-align: center;
    z-index: 2;
    padding: 0 18px;
    box-sizing: border-box;
    white-space: nowrap;
}
.min-title span {
    display: inline-block;
    line-height: 34px;
    color: white;
    font-size: 0.78vw;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    top: 2px;
}

/*左边第二部分*/
.data_content .data_left .left_top .top_bottom {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}
/*左边第三部分*/
.data_content .data_left .left_top .left_bottom {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}
.data_content .data_left .left_top .left_bottom img,
.data_content .data_left .left_top .left_bottom canvas {
    margin-bottom: 10px;
}
/*中间*/
.data_content .data_c {
    width: 52%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    float: none;
}
.data_content .data_c .data_c_1 {
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    position: relative;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.data_content .data_c .data_c_1 #contPar,
.data_content .data_c .data_c_1 #page1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#page1 .img3 {
    position: absolute !important;
    left: 46% !important;
    top: -20vh !important;
    transform: translateX(-50%) scale(0.6) !important;
    margin: 0 !important;
    display: block;
    z-index: 10;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
}

#drag-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotateX(-10deg);
}

.data_content .data_c .data_c_1 .dzimg {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../images/page1_3.jpg") no-repeat center;
    background-size: cover;
}
.data_content .data_c .data_c_1 .dzimg img {
    top: 25%;
    left: 50px;
    width: 500px;
    height: 600px;
    position: absolute;
    transition: transform 1s ease 1s;
    transform-style: preserve-3d;
    transform: rotateY(0deg) translateZ(240px);
}

.data_content .data_c .data_c_2 {
    width: 100%;
    flex: 1 1 0;
    border: 1px solid #20558b;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 0 0 25px;
}
.data_content .data_c .data_c_2 img,
.data_content .data_c .data_c_2 canvas {
    margin-bottom: 10px;
}

/*右边*/
.data_content .data_right {
    width: 24%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    float: none;
}
.data_content .data_right .right_top {
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.data_content .data_right .right_top .right_info {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}
.data_content .data_right .right_top .right_info .echart,
.data_content .data_right .right_top .right_info .wenzi {
    height: 100%;
}
.data_content .data_right .right_top .right_info .wenzi {
    display: flex;
    flex-direction: column;
}
.data_content .data_right .right_top .right_info .gun {
    flex: 0 0 auto;
}
.data_content .data_right .right_top .right_info #FontScroll {
    flex: 1;
    height: auto;
}
.wenzi {
    margin-top: 2vh;
}
.gun span {
    display: block;
    float: left;
    height: 20px;
    width: 33%;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 600;
    color: #61d2f7;
    text-align: center;
    margin-bottom: 1vh;
}
#FontScroll {
    width: 100%;
    height: calc(100% - 90px);
    overflow: hidden;
    margin-top: 1vh;
}
#FontScroll ul li {
    height: 38px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    border-bottom: 1px dashed #404040;
    overflow: hidden;
}
#FontScroll ul li:nth-child(1) {
    /*background-color: #072951;*/
    box-shadow:
        -10px 0px 15px #034c6a inset,
        /*左边阴影*/ 10px 0px 15px #034c6a inset;
}
#FontScroll ul li:hover {
    box-shadow:
        -10px 0px 15px #034c6a inset,
        /*左边阴影*/ 10px 0px 15px #034c6a inset;
    cursor: pointer;
}

.fontInner span {
    display: inline-block;
    width: 31%;
}

.data_content .data_right .right_top .right_content {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}
.data_content .data_right .right_top .right_bottom {
    width: 100%;
    flex: 1;
    border: 1px solid #20558b;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 36px;
}
.data_content .data_right .right_top .right_bottom img,
.data_content .data_right .right_top .right_bottom canvas {
    margin-bottom: 10px;
}
.content {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.content img {
    margin-top: 500px;
}
