/* éº»ç±»æ‰€é¦–é¡µ */
.bannerInd{
    text-align: center;
}
.bannerInd img{
    max-width:100%;
    margin: 0 auto;
}
/* new2024 */
.marquee_more{
    position: relative;
     font-size: 15px;
     background: #9C639C url(../images/newicos.png) 10px center no-repeat;
       width: 130px;
       height: 40px;
       line-height: 40px;
       margin-right: 20px;
        padding-left: 46px;
        padding-right: 10px;
        float: left;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
/* .marquee_more img{
    display: inline-block;
    padding-right: 6px;
    margin-top: 4px;
} */

.marquee {
    float: left;
    width: 80%;
    overflow: hidden;
}
.marquee_more span {
    font-size: 12px;
    display: inline-block;
    padding:0 15px 0 6px;
    font-weight: normal;
}
.marqueeWrap,
.marquee,
.marquee_list li{
    height: 40px;
    line-height: 40px;
    line-height: 40px;
}


.marqueeWrap {
    width: 100%;
    padding-right: 2%;
    box-sizing: border-box;
    margin: 20px auto;
    overflow: hidden;
    background: #f3f3f3;
}

.marquee_list {
    width: 100%;
    overflow: hidden;
    height: 100%;
    line-height: 100%;
}

.marquee_list li {
    float: left;
    position: relative;
}


.marquee_list li:before,
.list01 li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #9C639C
}

.marquee_list li a {
    padding-left: 19px;
    font-size: 15px;
    padding-right: 20px;
}

.marquee_list li a strong {
    color: #0b8b8e;
    padding: 0 10px;
}

.marquee_list li a:hover {
    color: #0b8b8e;
}

.index_more {
    float: right;
    line-height: 24px;
    color: #172321;
    margin: 6px 0 0;
}
.moreBox {
    float: right;
}

.moreBox a {
   float: right;
   padding-left: 14px;
   height: 17px;
   font-size: 15px;
   border-left: 1px solid #565656;
   line-height: 17px;
   margin-top: 12px;
   text-align: center;
}

.wrap_mode01 {
    margin-top: 30px;
    padding-bottom: 40px;
}



.index_011 ul {
    margin: 0 0 0 0;
}

.index_011 a {
    margin: 0 0 0;
    display: block;
    position: relative;
}


.Banner {
    position: relative;
    overflow: hidden;
}

.slick-container1 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.slick-img {
    display: block;
    background-position: center;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.Banner-dots {
    width: auto;
    right: 0;
}

.explore a i {
    margin-left: 15px;
    font-size: 28px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.Banner .swiper-slide .slick-img {
    /* animation: scaleBig 5s linear 0s 1 both;
    transform-style: preserve-3d; */
}

.Banner .slick-arrow {
    opacity: 0.85;
    font-size: calc(16px + 1.2vw);
}

.Banner .slick-arrow:hover {
    opacity: 1;
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
}

.wrap_mode1 {
    background-color: #f2f2f7;
    padding-bottom: 70px;
}

.mode1 {
    min-height: 400px;
    position: relative;
}

.listTitle1 {
    padding: 45px 0;
}

.listTitle1 h2 {
    display: inline-block;
    padding-right: 50px;
    position: relative;
}

.listTitle1 h2::before {
    content: '';
    width: 70px;
    height: 70px;
    /* background: url(../images/title_bg.png) no-repeat center; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.listTitle1 h2 span,
.listTitle1 strong {
    display: block;
    position: relative;
    z-index: 50;
}

.listTitle1 h2 span {
    color: #052b8c;
    text-transform: uppercase;
}

.listTitle1 h2 strong {
    color: #2e3c63;
}

.readMore1 {
    width: 44px;
    height: 138px;
    background-color: #052b8c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    transition: all 0.35s ease-out;
}

.readMore1 a {
    color: #fff;
    display: block;
    padding: 15px;
    line-height: 1.2;
}

.readMore1::before {
    content: '';
    width: 3px;
    height: calc(100% - 8px);
    background-color: #fe9e15;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.readMore1::after {
    content: '';
    height: 3px;
    width: calc(100% - 10px);
    background-color: #fe9e15;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.newsCon {
    position: relative;
}

.slick-news {
    padding-left: 12%;
    position: relative;
}

.item-img1 .gp-img-responsive {
    padding-bottom: 75%;
}

.CFAU-list .li1 .item-txt1 {
    margin-left: 60%;
}

.item-txt1 {
    padding: 20px;
}

.item-txt1 h3 {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 20px;
    color: #2e3c63;
}

.item-txt1 .p {
    padding-top: 20px;
    border-top: 2px solid #febe63;
    color: #666;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 10px;
}

.CFAU-list .li1 .item-bottom1 {
    position: absolute;
    bottom: 20px;
    left: 60%;
    padding-left: 20px;
}

.item-bottom1 span {
    display: block;
    color: #052b8c;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.newsCon .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.35s ease-out;
}

.newsCon .slick-news .slick-arrow {
    top: 60px;
}

.newsCon .slick-news .slick-prev {
    left: 0;
}

.newsCon .slick-news .slick-next {
    left: 80px;
    right: auto;
}

.newsCon .slick-arrow:hover {
    background-color: #094993;
    color: #fff;
}




/* 2024/4/23 */
.wrap_modex01{margin-top: 30px;}
.index_00{
    display: none;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;padding: 0 0 0 58px;background: url(../images/index_title22.png) 16px center no-repeat;background-size: 22px;border: 1px solid #ebebeb;}
.index_001{float: left;width: calc(100% - 80px);overflow: hidden;white-space: nowrap;}
.index_001 ul{display: inline-block;vertical-align: middle;}
.index_001 li{width: auto; display: inline-block;}
.index_00 .title{
    font-size: 15px;
    padding: 0 50px 0 18px;position: relative;}
.index_00 .title::before{content: '';display: block;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);background: #0b8b8e;width: 6px;height: 6px;border-radius: 50%;}
.index_00 .more{float: right;display: block;position: relative;padding: 0 12px 0 22px;}
.index_00 .more::before{content: '';display: block;width: 1px;height: 12px;background: #888;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.index_001 li:hover a{
    color: #0b8b8e;
}
/* æ»šåŠ¨æ–°é—» */
/* mode01 å¼€å§‹ */
.mode01 {
    position: relative;
}

.bannerLt {
    width: 49%;
    float: left;
    padding: 16px 16px;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
     height: 435px;
          border-radius: 4px;
          box-sizing: border-box;
}

.bannerRt {
    margin-left: 51%;
        padding: 16px 16px;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
     height: 435px;
          border-radius: 4px;
             box-sizing: border-box;
}
.titi_ind01 {
     border-bottom: 1px solid #d8d8d8;
}
.titi_ind01 h3{
    position: relative;
    line-height: 40px;
    font-size: 18px;
    color: #0b8b8e;
}
.titi_ind01 h3::before{
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #0b8b8e
}
.titi_ind01 h3 span{
    color: #333;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.titi_ind01 h3 span:hover{
    color: #0b8b8e;
}
.newList01{
    padding-top: 20px;
}
.mode01 .gp-ul-inline>li{
   display: block;
}
.news-list01{
    padding-top: 11px;
}
.ddList00 li{
    width: 100%;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px dashed #999;
}
.ddList00 li:last-child{border-bottom: 0;}
.ddList00 li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ddList00 li span {
    float: right;
    margin-left: 10px;
}

.ddList00 li strong a {
    color: #2e69b3
}
.ddList00 li:hover a,.ddList00 li:hover span{
     color: #2e69b3
}
/* contactus */
.letfbox01{
    display: none;
    position: absolute;
    width: 150px;
    top:20px;
    right: -190px;
    z-index: 10;
    background: #fff;
}
.conusins{
    padding: 0 4px;
    border: 1px solid #eee;
}
.letfbox01 h3{
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: #0b8b8e;
}
.contactUs h5{
    text-align: center;
  font-size: 14px;
}
.contactUs p{
  font-size: 12px;
}
.contactUs{
    padding: 10px 0;
   border-bottom: 1px dashed #999;
}
.contactUs:last-child{
    border-bottom: 0;
}

footer{
    margin-top: 40px;
    padding: 26px 0;
    background: #9C639C;
}
.footerNavs{
    text-align: center;
    margin-bottom: 16px;
}
.footerNavs a{
    display: inline-block;
    color: #fff;
    padding: 0 6px;
}
.footerNavs a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer02{
    text-align: center;
      color: #fff;
}
@media screen and (max-width:1780px) {

.letfbox01{
    right: -160px;
}


}
@media screen and (max-width:1640px) {
.news-list01 {
    padding-top: 0px;
}
.ddList00 li{    line-height: 43px;}
}



@media screen and (max-width:1580px) {
.letfbox01{
   right: -150px;  
}
.ddList00 li,.index_00 .title,.index_00 .more{
    font-size: 14px;
}
.letfbox01{
    width: 136px;
}
.contactUs h5 {
    font-size: 12px;
}
.letfbox01 h3{
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.contactUs {
    padding: 6px 0;
}
.contactUs p {
    font-size: 11px;
}
}
@media screen and (max-width:1460px) {

.ddList00 li,.index_00 .title,.index_00 .more{
    font-size: 12px;
}
.titi_ind01 h3 span{
    font-size: 14px;
}
.contactUs p {
    font-size: 10px;
}
.letfbox01{
    width: 134px;
}
.contactUs p.pstlw{
        padding-left: 41px!important;
}
}



@media screen and (max-width:1380px) {
.news-list01 {
    padding-top: 0px;
}
.ddList00 li{    line-height: 34px;}
}


@media screen and (max-width:1386px) {

    .index_022 li {
        margin-bottom: 7px;
        padding: 8px 16px 8px 0;
    }
    .indLsit_ul li {
        padding: 16.9px 0;
    }
    .letfbox01{
   right: -135px;  
}
}

@media screen and (max-width:1240px) {
    .letfbox01{
  display: none;
}
.letfbox01{
   right: -140px;  
}
   
}
