/* ————— 第1通栏 start ————— */
a:focus, a:hover{
text-decoration: none !important;
}
.column1 {
  overflow: hidden;
  padding-top: 70px;
  background: #FFFFFF;
  padding-bottom: 30px;
}

.wrap {
  width: 1440px;
  clear: both;
  margin: 0 auto;
}

.column1 .indexTitle {
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.column1 .indexTitle .c1title {
  width: 48.9583%;
}

.column1Con {
  background: #fff;
  overflow: hidden;
}

.column1L {
  width: 700px;
  margin-right: 30px;
}

.indexTitle {
  height: 90px;
  line-height: 90px;
}

.indexTitle .title {
  float: left;
  display: inline;
  margin-right: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #1e2188;
}

.indexTitle .title span {
  display: inline-block;
  height: 90px;
  position: relative;
}

.indexTitle .title span::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #1e2188;
  z-index: 3;
}

.indexTitleC .subTitle {
  float: left;
  margin-right: 55px;
}

.indexTitleC .subTitle a {
  font-size: 22px;
  font-weight: bold;
  color: #9a9a9a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: relative;
  display: block;
}

.indexTitleC .subTitle a:before {
  display: block;
  content: '';
  background: #1e2188;
  width: 0;
  height: 2px;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.indexTitleC .subTitle.hover a {
  color: #1e2188;
}

.indexTitleC .subTitle a:hover {
  color: #1e2188;
}

.indexTitleC .subTitle.hover a:before {
  width: 100%;
}

.indexTitleC .subTitle a:hover:before {
  width: 100%;
}

.indexTitle .more a {
  display: block;
  padding-right: 14px;
  font-size: 16px;
  color: #595959;
  background: url(../images/moreR.png) right center no-repeat;
  transition: .3s;
  -webkit-transition: .3s;
}

.indexTitle .more a:hover {
  padding-right: 15px;
  background: url(../images/moreR_H.png) right center no-repeat;
  color: #1e2188;
}

.indexTitle .more a:before {
  display: block;
  content: '';
  background: url(../images/indexmore.png) no-repeat center center;
  height: 16px;
  width: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.indexTitle .title a {
  font-size: 20px;
  color: #323232;
  position: relative;
}

.column1L {
  position: relative;
}

.column1L .columnScroll1 {
  position: relative;
}

.column1L .columnScroll1 .bd {
  overflow: hidden;
}

.column1L .columnScroll1 .slick-list {
  overflow: visible;
}

.column1L .columnScroll1 .con {}

.column1L .columnScroll1 .con a {
  display: block;
  position: relative;
}

.column1L .columnScroll1 .con a .pic:before {
  padding-top: 65.1471%;
}

.column1L .columnScroll1 .con a .title {
  display: none;
}

.column1bannerText {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  height: 44px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
}

.column1bannerText a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 130px;
}

.column1bannerText a h5 {
  font-weight: normal;
  font-size: 16px;
}

.column1L .columnScroll1 .slick-dots {
  position: absolute;
  bottom: 22px;
  width: 130px;
  text-align: right;
  right: 30px;
  z-index: 2;
}

.column1L .columnScroll1 .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  line-height: 9999px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
}

.column1L .columnScroll1 .slick-dots li.slick-active {
  width: 47px;
}

.column1R {
  padding-right: 30px;
  overflow: hidden;
  min-height: 440px;
}

.column1RC .text {
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 23px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}

.column1RC .text::before {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 15px;
  background: #265ebd;
}

.column1RC .text .title {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
  position: relative;
}

.column1RC .text .title::before {}

.column1RC .text .title a {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.column1RC .text .title a:hover {
  color: #1e2188;
}

.column1RC .text .info {
  font-size: 15px;
  color: #858585;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 8px;
}

.column1RC .text .textBottom {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.column1RC .text .time {
  font-size: 16px;
  color: #adadad;
  font-weight: 300;
  overflow: hidden;
}

.column1RC .text .textBottom a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #9494bd;
  transition: .3s;
  -webkit-transition: .3s;
}

.column1RC .text .textBottom a:hover {
  color: #1e2188;
}

.column1RDl {
  padding-top: 10px;
}

.column1RDl dd {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.column1RDl dd .time {
  font-size: 15px;
  color: #858585;
  margin-left: 15px;
}

.column1RDl dd .text {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column1RDl dd .text a {
  font-size: 16px;
  color: #545454;
  position: relative;
  padding-left: 22px;
}

.column1RDl dd .text a:hover {
  color: #1e2188;
}

.column1RDl dd .text a:before {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #265ebd;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.idxmore {
    width: 183px;
    line-height: 50px;
    border-radius: 100px;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.idxfour {
  background-image: url(../images/idxfourbg.jpg);
  padding: 100px 0;
  padding-bottom: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idxfour .idxtwotitle {
  position: relative;
  top: auto;
  color: #fff;
}

.idxfour .wrap {
  width: 85%;
  margin:60px auto 50px;
  line-height: 2;
  color: #fff;
}

.idxfour .idxmore {
  margin: auto;
  display: block;
  border-color: #fff;
}

.idxfour .idxmore span {
  color: #fff;
}

.idxfour .idxmore span::after {
  filter: brightness(0) invert(1);
}
.idxmore span::after {
    width: 6px;
    height: 12px;
    background: url(../images/next.svg) no-repeat center;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) invert(0.5);
    background-size: 100%;
}
.idxfour .idxmore:hover {
  border-color: #265ebd;
}
.idxfour ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.idxfour ul li{
    width: 25%;
    text-align: center;
}
.idxfour ul li p{
    margin: 0;
    font-size: 18px;
    padding: 0;
    color: #fff;
    font-weight: 200;
}
.idxfour ul li p span{
    font-size: 44px;
    margin-right: 5px;
    font-weight: 600;
}
.idxfour ul li h1{
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.idxtwotitle {
  position: absolute;
  width: 100%;
  top: 2.66rem;
}.textCenter {
    text-align: center;
}
.idxtwotitle .cn {
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 32px;
  color: #fff;
}

.idxtwotitle .cn::after {
  width: 60px;
  height: 2px;
  background-color: #265ebd;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.idxtwotitle .en {
  opacity: 0.6;
  line-height: 1.25;
  margin-top: 10px;
  text-transform: uppercase;
}
.idxmore:hover {
    background-color: #265ebd;
    border-color: #265ebd;text-decoration: none;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */

.information-box-tt {
    padding: 50px 30px 100px;
    /* margin-bottom: 72px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.information-box-tt .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin-bottom: 45px
}

@media screen and (max-width: 1450px) {
    .information-box-tt .title {
        font-size:34px
    }
}

@media screen and (max-width: 1024px) {
    .information-box-tt {
        margin-bottom:50px;
        padding: 40px 20px 70px
    }

    .information-box-tt .title {
        font-size: 24px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 750px) {
    .information-box-tt {
        margin-bottom:40px;
        padding: 35px 10px 60px
    }

    .information-box-tt .title {
        margin-bottom: 25px
    }
}

.information-nav-tt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500
}

.information-nav-tt>li {
    margin-right: 36px;
    padding: 10px 30px;
    background: #929292;
    border-radius: 100px;
}

.information-nav-tt>li:last-child {
    /* padding-right: 0; */
    margin-right: 0;
    border-right: 0 none
}
.information-nav-tt>li.active{
  background: #265ebd;
}
.information-nav-tt a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #ffffff;
}

.information-nav-tt .ico {
    position: relative;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    flex-shrink: 0
}

.information-nav-tt .ico img {
    width: 100%;
    transition: .3s
}

.information-nav-tt .ico .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.information-nav-tt .txt {
    line-height: 1.2
}

.information-nav-tt .active a {
    color: #ffffff;
}

.information-nav-tt .active .ico .img1 {
    opacity: 0;
    visibility: hidden
}

.information-nav-tt .active .ico .img2 {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1450px) {
    .information-nav-tt {
        font-size:18px
    }

    .information-nav-tt .ico {
        width: 36px;
        height: 36px
    }

    .information-nav-tt>li {
        /*margin-right: 30px;*/
        /*padding-right: 30px*/
    }
}

@media screen and (max-width: 1024px) {
    .information-nav-tt {
        font-size:16px
    }

    .information-nav-tt .ico {
        width: 30px;
        height: 30px
    }

    .information-nav-tt>li {
        /*margin-right: 25px;*/
        /*padding-right: 25px*/
    }
}

@media screen and (max-width: 750px) {
    .information-nav-tt {
        font-size:14px
    }

    .information-nav-tt .ico {
        width: 22px;
        height: 22px;
        margin-right: 4px
    }

    .information-nav-tt>li {
        /*margin-right: 15px;*/
        /*padding-right: 15px*/
    }
}

@media screen and (max-width: 640px) {
    .information-nav-tt>li {
        border-right:0 none;
        /*margin-right: 12px;*/
        /*padding-right: 0*/
    }
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.information-tab-tt {
    margin-top: 55px
}

@media screen and (max-width: 1450px) {
    .information-tab-tt {
        margin-top:50px
    }
}

@media screen and (max-width: 1024px) {
    .information-tab-tt {
        margin-top:45px
    }
}

@media screen and (max-width: 750px) {
    .information-tab-tt {
        margin-top:40px
    }
}

.information-tab-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5%;
    margin-top: -2.5%
}

.information-tab-ul>li {
    position: relative;
    width: 28.33%;
    margin-left: 5%;
    margin-top: 2.5%;
    background-color: #fff;
    transition: .3s;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 3%);
}

.information-tab-ul>li:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.14)
}

.information-tab-ul>li:hover .txt {
    color: #265ebd
}

.information-tab-ul .item {
    display: flex;
    padding: 20px 25px;
    align-items: center;
}

.information-tab-ul .timebox {
    flex-shrink: 0;
    text-align: center;
    width: 77px;
    padding: 8px 0 6px;
    margin-right: 11px;
    border-right: 1px solid #E9E9E9;
    position: relative
}

/* .information-tab-ul .timebox::before,.information-tab-ul .timebox::after {
    content: "";
    position: absolute;
    top: -4px;
    width: 4px;
    background-color: #265ebd;
    height: 8px;
    border-left: 2px solid #E9E9E9;
    border-right: 2px solid #E9E9E9
} */

.information-tab-ul .timebox::before {
    left: 20%
}

.information-tab-ul .timebox::after {
    right: 20%
}

.information-tab-ul .timebox .day {
    font-size: 32px;
    color: #265ebd;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}

.information-tab-ul .timebox .year {
    color: #333333;
    line-height: 1.4;
    font-size: 14px;
    text-align: left;
}

.information-tab-ul .desc {
    flex: 1;
}

.information-tab-ul .txt {
    font-size: 18px;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 1450px) {
    .information-tab-ul {
        margin-left:-3%
    }

    .information-tab-ul>li {
        width: 30.33%;
        margin-left: 3%
    }

    .information-tab-ul .item {
        padding: 15px 20px
    }

    .information-tab-ul .timebox {
        width: 80px;
        border-top-width: 3px
    }

    .information-tab-ul .timebox::before,.information-tab-ul .timebox::after {
        width: 3px;
        border-left-width: 1px;
        border-right-width: 1px
    }

    .information-tab-ul .timebox .day {
        font-size: 28px
    }

    .information-tab-ul .txt {
        font-size: 16px
    }
}

@media screen and (max-width: 1180px) {
    .information-tab-ul {
        margin-left:-5%
    }

    .information-tab-ul>li {
        width: 45%;
        margin-left: 5%
    }
}

@media screen and (max-width: 750px) {
    .information-tab-ul .item {
        padding:12px 12px
    }

    .information-tab-ul .timebox {
        width: 60px;
        border-top-width: 2px;
        padding: 4px 0;
        margin-right: 12px
    }

    .information-tab-ul .timebox::before,.information-tab-ul .timebox::after {
        width: 2px
    }

    .information-tab-ul .timebox .day {
        font-size: 24px
    }

    .information-tab-ul .timebox .year {
        font-size: 12px
    }

    .information-tab-ul .txt {
        font-size: 14px
    }
}

@media screen and (max-width: 640px) {
    .information-tab-ul>li {
        width:95%
    }
        .w1480 {
    width: 88%;
}
}

.information-tab-sider {
    position: absolute;
    visibility: hidden;
    top: 0;
    opacity: 0;
    transform: translateY(6%);
    pointer-events: none
}

.information-tab-sider.active {
    position: relative;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out
}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */

.information-box-four {
  background: rgba(245, 245, 245, 1);
  padding-top: 60px;
}
.information-box-four .title {
       font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin: 0;
}
.information-box-four .me-list{
  padding-top:0;
  display: flex;
     justify-content: left;
    overflow-x: auto;
        padding-bottom: 50px;
}


@media screen and (min-width: 0px) and (max-width:640px) {
    .column1R {
            padding: 30px 1px;

    min-height: 440px;
}
    .column1L,
    .wrap {
    width: auto;
}
    
    .column1Con{
            padding: 10px;
    }
    
        .column1L, .wrap {
        width: 100%;
        margin-right: 0;
    }
    
    .column1L .columnScroll1 .slick-dots {
    display: none !important;}
    
    .column1bannerText a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 0;
}
    
    .column1bannerText a h5 {
 font-weight: normal;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
    
    #banner{
        margin-top: 45px;
    }
    
    #banner .home-swiper.swiper-container-horizontal>.swiper-pagination-bullets{
            bottom: 15px;
    }
    
    .pic>img{
        width: 100%;
    height: auto;
    }
    .column1 {
    padding-top: 20px;
}
    
    
    .gq-listtt>li:nth-child(3){
        margin-bottom: 50px;
    }

    
        .ijnav-tbox .name {
        font-size: 30px;
        font-weight: 500;
    }
    
    .column1RC .text .title {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    line-height: normal;
    white-space: normal;
    text-overflow: clip;
}
    
  .idxfour .wrap {
    width: 90%;
  }
  .idxfour .wrap p{
             text-align: justify !important;
        font-size: 16px !important;
  }
  .information-box-four .title,
  .ijnav-tbox .name,
  .idxtwotitle .cn,
  .ibox-title .name {
    font-size: 18px !important;
}
  .idxtwotitle .en {

    font-size: 12px;
}
 .news-ibox {
    padding: 40px 0;
} 
  .idxfour {
    padding: 70px 0;
    padding-bottom: 80px;
}
    .information-box-four {
     padding-top: 0px; 
}
.news-ibox li h2 {
        margin-top: 5px;
               color: #121212;
        background: none;
        position: unset;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        text-align: left;
        line-height: 23px;
}
.news-ibox li .img {
    height: auto;
    object-fit: cover;
}
.news-ibox li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}




}
























.abouti-swiper .swiper-slide {
  position: relative
}

.abouti-swiper .img {
  position: relative;
  overflow: hidden
}

.abouti-swiper .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -webkit-linear-gradient(rgba(17, 17, 17, 0), #333);
  background: linear-gradient(rgba(17, 17, 17, 0), #333);
  z-index: 1
}

.abouti-swiper .time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 20px 12px 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-family: 'Gilroy';
  color: #9F9F9F;
  transition: .3s;
  -webkit-transition: .3s
}

.abouti-swiper .time span {
  display: block
}

.abouti-swiper .time .day {
  font-size: 20px
}

.abouti-swiper .txt {
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 8%;
  color: #fff;
  line-height: 1.5;
  z-index: 2;
  height: 54px;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s
}

.abouti-swiper .line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6%;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 2
}

.abouti-swiper .linkA {
  z-index: 3
}

.abouti-swiper .swiper-slide:hover .time {
  background-color: #265ebd;
  background-color: rgba(0, 103, 179, 0.8);
  color: #fff
}

.abouti-swiper .swiper-slide:hover .img::after {
  background: -webkit-linear-gradient(rgba(0, 103, 179, 0), #265ebd);
  background: linear-gradient(rgba(0, 103, 179, 0), #265ebd)
}

.abouti-swiper .swiper-slide:hover .txt {
  bottom: 15%
}

.abouti-swiper .swiper-slide:hover .line {
  width: 30px
}

.swiper-tbtn .arrow {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #707070;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
  color: #000000;
  transition: .3s;
  -webkit-transition: .3s;
  position: relative
}

.swiper-tbtn .arrow:hover {
  background-color: #265ebd;
  color: #fff;
  border-color: #265ebd
}

.swiper-tbtn .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
  z-index: -1
}

.swiper-tbtn .arrow:hover:before {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .5s;
  transition: .5s
}

.news-ibox {
  padding: 70px 0 80px
}

.transition6 {
  transition: 0.6s;
  -webkit-transition: 0.6s;
}

.imgw {
  width: 100%;
  display: block;
}

.w1480 {
  width: 77%;
  max-width: 1480px;
  margin: 0 auto;
}

.news-ibox .ibox-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFDF;
}

.ibox-title .name {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
}


.ibox-title {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-block.slideTop{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 640px) {

        .w1480 {
    width: 88%;
}
.ibox-title {
    margin-bottom: 25px;
}
.news-ibox {
           padding: 20px 0;
}




}