@charset "gb2312";

/* CSS Document */
html,
body {
     width: 100%;
     height: 100%;
     overflow: hidden;
     font-family: 'Microsoft YaHei';
}

body {
     font-size: 12px;
     background: #034083;
}

ul,
li {
     list-style: none;
}

img {
     border: 0;
     display: block;
}

.clear {
     zoom: 1;
}

.clear:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
     margin: 0;
     padding: 0;
     word-break: break-all;
}

p {
     text-indent: 2em;
     text-align: left;
}

a {
     color: #000;
     text-decoration: none;
}

a:hover {
     color: #c00;
     text-decoration: none;
}

.pos_rel {
     position: relative;
}

.pos_abs {
     position: absolute;
}

/*-----------------font--------------*/

.F14 {
     font-size: 14px;
}

.F16 {
     font-size: 0.16rem;
}

.F18 {
     font-size: 0.18rem;
}

.F25 {
     font-size: 25px;
}

/*-----------------line-height--------------*/
.LH2 {
     line-height: 2em;
}

.LH2-2 {
     line-height: 2.2em;
}

.LH2-4 {
     line-height: 2.4em;
}

.LH3-2 {
     line-height: 3.2em;
}

/*-----------------border--------------*/

.border_all {
     border: 1px solid #e9e9e9;
}

.border_b {
     border-bottom: 1px solid #e9e9e9;
}

.w950 {
     width: 950px;
}

.w980 {
     width: 9.8rem;
}

.w1000 {
     width: 10rem;
}

.w1020 {
     width: 10.2rem;
}

.w1050 {
     width: 13.5rem;
}

.w12 {
     width: 12rem;
}

.w1200 {
     width: 14rem;
     position: relative;
}

.w1300 {
     width: 13rem;
}

.auto {
     margin: 0 auto;
}

.mt5 {
     margin-top: 5px;
}

.mt10 {
     margin-top: 10px;
}

.mt15 {
     margin-top: 15px;
}

.mt20 {
     margin-top: 20px;
}

.mt25 {
     margin-top: 25px;
}

.ml25 {
     margin-left: 25px;
}

.mr25 {
     margin-right: 25px;
}


.bgfff {
     background: rgba(255, 255, 255, 1);
     box-sizing: border-box;
     padding: 0.4rem 0;
     border-radius: 0.2rem;
     position: relative;
     min-height: 5rem;
}

.fl {
     float: left;
     display: inline;
}

.fr {
     float: right;
     display: inline;
}

.tl {
     text-align: left;
}

.tr {
     text-align: right;
}

.tc {
     text-align: center;
}

.titCom {
     height: 0.6rem; 
     position: absolute;
     right: 0rem;
     top: -0.7rem;
}




.tt {
     line-height: 2em;
}

.tt a {
     color: #AB0102;
     font-size: 0.42rem;
}

.tt a:hover {
     color: #AB0102;
     font-size: 0.42rem;
}

.tt p,
.tt p a {
     color: #666;
     font-size: 0.15rem;
}


.swiper-button-next,
.swiper-button-prev {
     color: #be0006;
}

/* -------------- loader6 -------------- */

.loader6 {
     position: relative;
     width: 12px;
     height: 12px;

     top: 46%;
     top: -webkit-calc(50% - 6px);
     top: calc(50% - 6px);
     left: 46%;
     left: -webkit-calc(50% - 6px);
     left: calc(50% - 6px);

     border-radius: 12px;
     background-color: #fff;
     -webkit-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
     -webkit-animation: loader6 1s ease-in-out infinite;
     animation: loader6 1s ease-in-out infinite;
}

.loader6:before {
     content: "";
     position: absolute;
     background-color: rgba(255, 255, 255, .5);
     top: 0px;
     left: -25px;
     height: 12px;
     width: 12px;
     border-radius: 12px;
}

.loader6:after {
     content: "";
     position: absolute;
     background-color: rgba(255, 255, 255, .5);
     top: 0px;
     left: 25px;
     height: 12px;
     width: 12px;
     border-radius: 12px;
}


@-webkit-keyframes loader6 {
     0% {
          -webkit-transform: rotate(0deg);
     }

     50% {
          -webkit-transform: rotate(180deg);
     }

     100% {
          -webkit-transform: rotate(180deg);
     }
}

@keyframes loader6 {
     0% {
          transform: rotate(0deg);
     }

     50% {
          transform: rotate(180deg);
     }

     100% {
          transform: rotate(180deg);
     }
}


.swiper7{
     width:2rem;
      height:6.9rem;
      position:absolute;
      left:1.76rem;
      top:0.64rem;
      cursor:pointer;
     display: flex;
     flex-direction: column;
      justify-content: space-between;
}
/* .swiper7::after{
     content: '';
     width: 0;
     height: 0;
     border-width: 10px;
     border-style: solid;
     border-color: transparent transparent transparent red;
     position: absolute;
     top: 50%;
     left: 0;
     margin-top: -10px;
     margin-left: -10px;
} */
.swiper7 .swiper-main{
     width:100%;
     height:6rem;}
.swiper7 .swiper-slide {display: flex;justify-content: center;align-items: center;
font-size: 0.22rem;
color: #01468D;
}
.swiper7 .swiper-slide.act {
     color: #CC0000;
     font-weight: bold;
}

.swiper7 .swiper-slide div{
     
}
.upArrow,.downArrow{
width: 0.55rem;
     height:0.28rem;
     display: block;
     margin: 0 auto;
}


.swiper7a{
     width:9.83rem;     
     height: 7rem;
     position:absolute;
     left:4.5rem;
     top:0.84rem;
     display: flex;
     justify-content: space-between;
}
.swiper7a .swiper-main{width:100%;}
.swiper7a .swiper-slide {
     position: relative;
     min-height: 7rem;
}

.a-left{
     display: block;
     width: 2.5rem;
     height: 5.43rem;
     position: absolute;
     top: 0.13rem;
     left: 0.11rem;

}
.a-left img{
     width: 100%;
     height: 100%;
}
.a-right{
     width: 5.8rem;
     position: absolute;
     right: 0rem;
     top: 0rem;
}
.a-right strong{
     font-size: 0.24rem;
     color: #01468D;
}
.a-right img{
     display: block;
     width: 100%;
     height: 3.54rem;
     margin-top: 0.2rem;
}

.person{
     display: block;
     margin-top: 0.2rem;
     border-top: 1px solid #01468D;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-top: 0.2rem;
}
.person img{
     display: block;
     width: 1.6rem;
     height: 1.6rem;
     border-radius:  1.6rem;
     margin-top: 0rem;
}
.person div{
     font-size: 0.18rem;
     color: #01468D;
     text-align: left;
     line-height: 1.6em;
     width: 3.88rem;
}
.person div strong{
     font-size: 0.2rem;
     display: block;
}


/**/
#num_0{     
}

.bgCommon {
     width: 100vw;
     height: 100vh;
     position: absolute;
     left: 0;
     top: 0;
}
.bgCommon video{
     width: 100vw;
     height: 100vh;
     object-fit: cover;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
}
.idxlogo{
     width:11.24rem;
     height: 5.15rem;
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%,-50%);
     z-index: 1;
     background: url('./../images/idxlogo.png') no-repeat center center;
     background-size: 100% 100%;
}

.idxlogo .txt{
     width: 5.83rem;
     height: 1.35rem;
     overflow: hidden;
     position: absolute;
     top: 3.55rem;
     left: 5.29rem;
     margin: 0 auto;
     font-size: 0.18rem;
     color: #FFDFB8;
     text-align: center;
     line-height: 1.9em;
     word-break: break-word;
}

.down {
     width: 3rem;
     height: 1.11rem;
     position: absolute;
     bottom:0rem;
     left: 50%;
     transform: translate(-50%,-50%);
     animation: imgDown 1s linear infinite;
}


@keyframes imgDown {
     0% {
          bottom: 0rem;
     }

     50% {
          bottom: 0.1rem;
     }

     100% {
          bottom: 0rem;
     }
}

.book{
     position: absolute;
     top: 1.2rem;
     left: 50%;
     transform: translateX(-50%);
     width:15.53rem;
     height: 8.11rem;
     background: url('./../images/book.png') no-repeat center center;
     background-size: 100% 100%;
     
}
.sdf{
     height: 1.1rem;
     position: absolute;
     top: 0.3rem;
     left: 50%;
     transform: translateX(-230%);
}
