.account-title {
  display: inline-block;
}

.index-page .row {
  margin-left: 0;
  margin-right: 0;
}

.index-page .col, .index-page .col-1, .index-page .col-10, .index-page .col-11,
.index-page .col-12, .index-page .col-2, .index-page .col-3, .index-page .col-4, .index-page .col-5,
.index-page .col-6, .index-page .col-7, .index-page .col-8, .index-page .col-9, .index-page .col-auto,
.index-page .col-lg, .index-page .col-lg-1, .index-page .col-lg-10, .index-page .col-lg-11, .index-page .col-lg-12,
.index-page .col-lg-2, .index-page .col-lg-3, .index-page .col-lg-4, .index-page .col-lg-5, .index-page .col-lg-6,
.index-page .col-lg-7, .index-page .col-lg-8, .index-page .col-lg-9, .index-page .col-lg-auto, .index-page .col-md,
.index-page .col-md-1, .index-page .col-md-10, .index-page .col-md-11, .index-page .col-md-12, .index-page .col-md-2,
.index-page .col-md-3, .index-page .col-md-4, .index-page .col-md-5, .index-page .col-md-6, .index-page .col-md-7,
.index-page .col-md-8, .index-page .col-md-9, .index-page .col-md-auto, .index-page .col-sm, .index-page .col-sm-1,
.index-page .col-sm-10, .index-page .col-sm-11, .index-page .col-sm-12, .index-page .col-sm-2, .index-page .col-sm-3,
.index-page .col-sm-4, .index-page .col-sm-5, .index-page .col-sm-6, .index-page .col-sm-7, .index-page .col-sm-8, .index-page .col-sm-9, .index-page .col-sm-auto,
.index-page .col-xl, .index-page .col-xl-1, .index-page .col-xl-10, .index-page .col-xl-11, .index-page .col-xl-12, .index-page .col-xl-2,
.index-page .col-xl-3, .index-page .col-xl-4, .index-page .col-xl-5, .index-page .col-xl-6, .index-page .col-xl-7, .index-page .col-xl-8,
.index-page .col-xl-9, .index-page .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

.index-page p {
  border: medium none;
  margin: 0;
  padding: 0;
}

/*h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ border:medium none; margin:0; padding:0;}*/
/*h1,h2,h3,h4,h5,h6{ font-size:100%;}*/

.animate__animated {
  --animate-duration: 2s;
}

.animate__zoomIn.animate__animated {
  --animate-duration: 4s;
}

.ixPart1 .slick-dots li button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #00000040;
  color: #ffffff;
}

.ixPart1 .slick-dots li {
  display: inline-block;
  font-size: 13px;
  width: 30px;
  height: 30px;
}

.ixPart1 .slick-dots li.slick-active {
  width: 30px;
}

/*全屏按钮*/
.ixPart1 video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/*播放按钮*/
.ixPart1 video::-webkit-media-controls-play-button {
  /*display: none;*/
}

/*进度条*/
.ixPart1 video::-webkit-media-controls-timeline {
  /*display: none;*/
}

/*观看的当前时间*/
.ixPart1 video::-webkit-media-controls-current-time-display {
  display: none;
}

/*剩余时间*/
.ixPart1 video::-webkit-media-controls-time-remaining-display {
  display: none;
}

/*画中画*/
.ixPart1 video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

/*音量按钮*/
/*.ixPart1 video::-webkit-media-controls-mute-button {
    display: none;
}*/

/*音量的控制条*/
/*.ixPart1 video::-webkit-media-controls-volume-slider {
    display: none;
}*/

/*所有控件*/
/*.ixPart1 video::-webkit-media-controls-enclosure {
    display: none;
}*/

.event-box {
  padding-top: 7px;
}

.event-item {
  padding: 5px 10px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  /*padding-top: 30px!important;*/
}

.event-item:after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
}

.event-item-main {
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  height: auto;
  padding-bottom: 0;
}

.event-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  width: 117px;
  height: 66px;
  margin-left: 10px;
}

.event-item-image img {
  width: 117px;
  height: 66px;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}

.event-item-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.event-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: -3px;
  overflow: hidden;
  margin-left: 20px;
  justify-content: space-between;
}

.event-title {
  height: 42px;
  margin-top: 0;
  line-height: 21px;
  font-size: 15px;
  /*font-weight: 500;*/
  /*隐藏多余行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*规定显示几行，其余行数用小数点代替*/
  -webkit-line-clamp: 2;
  /*规定为垂直方向排列*/
  -webkit-box-orient: vertical;
  /*文字正常换行*/
  white-space: normal;
}

.event-footer {
  margin-top: auto;
}

.event-footer-date {
  height: 20px;
  flex: none !important;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.imgH:hover {
  /*background-size: 110%;*/
    -webkit-animation: zoom-a .5s linear forwards; /* Safari 4+ */
    -moz-animation:    zoom-a .5s linear forwards; /* Fx 5+ */
    -o-animation:      zoom-a .5s linear forwards; /* Opera 12+ */
    animation:         zoom-a .5s linear forwards ; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-moz-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-o-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}

.imgH {

}

.about-us-img {
  border-radius: 0 25px 25px 0;
}

@media (max-width: 767px) {
  .about-us-img {
    border-radius: 0 0 15px 15px;
  }
}

.report-2022 {
  margin-bottom: 3%;
}

.report-2022 a {
  color: #3f498f !important;
  background-color: rgb(205 236 240) !important;
}

.report-2022 a:hover {
  color: #ffffff !important;
  background-color: #51c0d7 !important;
}

.ixPart1 .imageTitleP {
  font-size: 1.25rem;
  padding: 25px;
  background: rgba(0, 0, 0, .4);
  /*position: absolute;
  padding: 12px 20px;
  bottom: 0;*/
}

.ixPart1 .imageTitleDiv {
  width: 100%;
  position: absolute;
  padding: 12px 20px;
  bottom: 0px;
  z-index: 31;
}

.ixPart1 .imageTitleA {
  font-size: 32px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1) !important;
  line-height: 45px;
  text-shadow: 0 2px 2px #000;
}

@media (max-width: 767px) {
  .ixPart1 .imageTitleP {
    font-size: 1rem;
    padding: 15px;
  }

  .ixPart1 .imageTitleDiv {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 12px !important;
  }

  .ixPart1 .imageTitleA {
    font-size: 1rem;
  }
}




/*.swiper-slide {*/
/*    transform: scale(0.8);*/
/*}*/
/*.swiper-slide-active{*/
/*    transform: scale(1.1);*/
/*}*/

.ixPart1 .img:first-child {
    flex: 1 0 100%;
}

/*.ixPart3 .box-img:first-child {*/
/*    flex: 1 0 100%;*/
/*}*/

.video-container {
    position: relative;
    /*width: 640px;  !* 根据实际视频尺寸调整 *!*/
    /*margin: 20px auto;*/
}

.video-container #myVideo {
    width: 100%;
    height: auto;
    display: block;
}

.video-container .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.5); /* 半透明遮罩 */
}

.video-container .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.video-container .play-button::before {
    content: "▶";
    font-size: 32px;
    color: #333;
    position: relative;
    left: 2px;
}

.video-container .play-button:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* 隐藏默认控件 */
/*.video-container video::-webkit-media-controls {*/
/*    display: none !important;*/
/*}*/


.ixPart1 {
    position: relative;
    margin-top: 90px;
}

.ixPart1 .scoll {
    width: 32px;
    height: 32px;
    background: url(../images/index/down.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -24px;
    animation: dong 2s infinite;
}

@keyframes dong {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.ixPart1 .slide .img {
    /*display: flex;*/
    /*height: 718px;*/
    /*height: 750px;*/
    /*height: 100vh;*/
}

.ixPart1 .slide .img .txt {
    width: 100%;
    padding: 0 8%;
}

.ixPart1 .slide .img .txt p {
    font-size: 76px;
}

.ixPart1 .slide .img .txt a.learn-more {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding: 0 70px 0 30px;
    background: url(../images/index/ixImg1_1.png) center right 5px no-repeat rgba(255, 255, 255, .2);
    background-size: 36px;
    border-radius: 30px;
    margin-top: 20px;
}

.ixPart1 .slide .img .txt a.learn-more:hover {
    color: #01438D;
    background-color: #fff;
}

.ixTit {
    font-size: 28px;
    margin-bottom: 20px;
}


.hot-banner {
    padding-top: 20px;
    /* padding-right: 50px; */
    padding-bottom: 40px;
}

.ixPart3 {
    /* margin-right: 50px; */
    margin-bottom: 20px;
    padding: 50px 40px 40px 60px;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 0 15px rgba(0, 78, 162, .1) inset;
}

.ixPart3 .ixTit {
    margin-bottom: 30px;
}

.ixPart3 .left {
    margin-right: 20px;
}

.ixPart3 .left .box1 {
    display: block;
    border-radius: 20px;
    position: relative;
}

.ixPart3 .left .box1 .txt {
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ixPart3 .left .box1 .txt p {
    font-size: 20px;
    margin-bottom: 5px;
}

/*.ixPart3 .left .box1 img{ width: 100%;}*/
.ixPart3 .left .box1 .img {
    width: 100%;
    height: auto
}

.ixPart3 .left .box1 .img img {
    width: 100%;
    height: auto;
}

.ixPart3 .left .box1:hover .txt {
    background: #01438d;
}

.ixPart3 .box2 {
    display: block;
    margin: 0 0 30px 10px;
}

/*.ixPart3 .box2 .img{ border-radius: 16px;}*/
.ixPart3 .box2 .img {
    border-radius: 16px;
    width: 100%;
    height: auto
}

/*.ixPart3 .box2 .img img{ width: 100%;}*/
.ixPart3 .box2 .img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.ixPart3 .box2 p {
    height: 48px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px
}

.ixPart3 .box2:hover {
    color: #01438D;
}

.ixPart5 {
    box-shadow: 0 0 15px rgba(0, 78, 162, .1) inset;
    border-radius: 0 25px 25px 0;
    /* margin-right: 50px; */
    padding: 50px 40px 50px 60px;
}

.ixPart5 .tzTit {
    display: inline-block;
    background: #eee;
    border-radius: 30px;
    font-size: 0;
}

.ixPart5 .tzTit span {
    display: inline-block;
    font-size: 26px;
    line-height: 50px;
    padding: 0 24px;
    border-radius: 24px;
    cursor: pointer;
}

.ixPart5 .tzTit span.a {
    font-family: "microsoft yahei";
    color: #fff;
    background: #01438D;
}

.ixPart5 .more {
    display: none;
}

.ixPart5 .more.more-notice {
    display: block;
}

/*.ixPart5 .tzCon {*/
/*    display: none;*/
/*}*/

.ixPart5 .tzCon .box {
    display: block;
    margin: 40px 40px 0 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ixPart5 .tzCon .box .t1 {
    background: #e5ecf3;
}

.ixPart5 .tzCon .box .t1 span {
    display: block;
    width: 90px;
}

.ixPart5 .tzCon .box .t1 span i {
    display: block;
    font-size: 30px;
    margin-top: 5px;
}

/*.ixPart5 .tzCon .box .t1 p{ height: 82px; line-height: 24px;-webkit-line-clamp: 3; background: #fff; padding: 5px 10px;}*/
.ixPart5 .tzCon .box .t1 p {
    height: 82px;
    line-height: 26px;
    -webkit-line-clamp: 3;
    background: #fff;
    padding: 5px 10px;
}

.ixPart5 .tzCon .box .t2 {
    padding: 15px;
}

.ixPart5 .tzCon .box .t2 p {
    height: 48px;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
}

.ixPart5 .tzCon .box:hover {
    box-shadow: 0 0 10px rgba(0, 78, 162, .6);
}

.ixPart5 .tzCon .box:hover .t1 {
    background: #01438D;
    color: #fff;
}

.ixPart5 .tzCon .box:hover .t1 p {
    color: #01438D;
}

@media (max-width: 767px) {

    @keyframes dong {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(0, -6px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    .ixTit {
        font-size: 24px;
        text-align: left;
        padding-left: 10px
    }

    .hot-banner {
        padding-right: 0;
        padding-bottom: 0;
    }

    .ixPart3 {
        margin: 15px 10px;
        border-radius: 15px;
        padding: 30px 10px;
    }

    .ixPart3 .left {
        margin: 0;
    }

    /*.ixPart3 .left .box1 .img{ width: 100%; height: 372px}*/
    .ixPart3 .left .box1 .txt {
        padding: 10px;
    }

    .ixPart3 .left .box1 .txt p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .ixPart3 .slick-arrow {
        background-size: 16px;
    }

    .ixPart3 .box2 {
        margin: 15px 5px 0;
    }

    /*.ixPart3 .box2 .img{ height: 168px;}*/
    .ixPart3 .box2 p {
        height: 40px;
        line-height: 20px;
        margin-top: 5px;
        font-size: 14px
    }

    .ixPart5 {
        margin: 0 10px;
        border-radius: 15px;
        padding: 40px 10px 20px;
    }

    .ixPart5 .tzTit {
        margin-bottom: 20px;
    }

    .ixPart5 .tzTit span {
        font-size: 20px;
        line-height: 40px;
    }

    .ixPart5 .tzCon .box {
        margin: 10px 10px 0;
    }

}

@media (max-width: 575px) {
    /*.ixPart3 .left .box1 .img{ width: 100%; height: 268px}*/
    /*.ixPart3 .box2 .img{ height: 128px;}*/
    .ixPart5 .tzCon .box {
        margin: 10px 0 0;
    }
}


.ixPart10 {
    /* margin-right: 50px; */
    min-height: 470px;
    margin-bottom: 50px;
    padding: 50px 40px 40px 60px;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 0 15px rgba(0, 78, 162, .1) inset;
}

.ixPart10 .hdTit .txt {
    cursor: pointer;
}

.ixPart10 .hdTit .txt .box {
    font-size: 16px;
    margin: 5px 0 15px;
    /* 0.4s完成transform移动效果*/
    /*transition: all 0.5s ease 0s;*/
    display: flex;
}

.ixPart10 .tzTit {
    display: inline-block;
    background: #eee;
    border-radius: 30px;
    font-size: 0;
}

.ixPart10 .more-event {
    line-height: 60px;
}

.ixPart10 .tzTit span {
    display: inline-block;
    font-size: 26px;
    line-height: 50px;
    padding: 0 24px;
    border-radius: 24px;
    cursor: pointer;
}

.ixPart10 .tzTit span.a {
    font-family: "microsoft yahei";
    color: #fff;
    background: #01438D;
}

.ixPart10 .hdTit .txt .index-label {
    width: 22px;
    height: 22px;
    line-height: 14px;
    margin-top: 4px;
    margin-right: 14px;
    border: 1px solid #1a4288;
    border-radius: 2px;
    /*color: #fff;*/
    font-size: 14px;
    padding: 3px 6px;
}

.ixPart10 .hdTit .txt.a .index-label {
    background: #1a4288;
    color: #ffffff;
}

.ixPart10 .hdTit .txt p {
    display: none;
    opacity: .3;
    line-height: 24px;
}

/*.ixPart10 .hdTit .txt.a span{ font-family: fontB,"microsoft yahei";}*/
.ixPart10 .hdTit .txt.a .box {
    font-family: "microsoft yahei";
    font-weight: 500;
}

.ixPart10 .hdTit .txt .box:hover {
    /* x=16px代表左移10px */
    /*transform: translateX(16px);*/
    /* 0.4s完成transform移动效果*/
    /*transition: all 0.5s ease 0s;*/
    font-weight: 500;
}

.ixPart10 .hdTit .txt.a p {
    display: -webkit-box;
}

/*.ixPart10 .hdCon{ display: none; border-radius: 20px 0 0 20px; margin-right: 20px;}*/
.ixPart10 .hdCon {
    display: none;
    border-radius: 20px;
    margin-right: 20px;
}

/*.ixPart10 .hdCon img{ width: 100%;}*/
.ixPart10 .hdCon .img {
    width: 100%;
    height: auto
}

.ixPart10 .hdCon .img img {
    width: 100%;
    height: 100%;
}

@media (min-width: 1400px) {
    .ixPart10 .hdTit .txt .box {
        font-size: 18px;
        margin-bottom: 5%;
    }
}

@media (max-width: 1024px) {

    .ixPart10 .hdTit .txt span, .ixPart10 .hdTit .txt.a p {
        -webkit-line-clamp: 1;
    }

}
@media (max-width: 767px) {

    .ixPart10 {
        margin: 15px 10px;
        padding: 30px 10px;
        border-radius: 15px;
    }

    .ixPart10 .txt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .ixPart10 .t1 {
        border-bottom: 1px solid #eee
    }

    .ixPart10 .more-event {
        line-height: 40px;
    }

    .ixPart10 .tzTit span {
        font-size: 16px;
        line-height: 40px;
    }

    .ixPart10 .tzTit span {
        padding: 0 10px;
    }
}