.ibanner .slick-prev {
 left: 0;
 background: url(banner_prev.png) center no-repeat;}

.ibanner .slick-next {
 right: 0;
 background: url(banner_next.png) center no-repeat;}
.ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 40%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9999999;}
.ibanner {z-index:1; width: 100%; height: auto; position: relative; background: #ffffff; overflow: hidden;}
.topzz{width: 100%;    height: 250px;    background: url(../images/header_bg.png) repeat-x;    z-index: 999;    position: absolute;    left: 0;    top: 0;}

.ibanner .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
 user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
 
.ibanner .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.ibanner .slick-list:focus { outline: none;}
.ibanner .slick-list.dragging { cursor: pointer; cursor: hand;}
.ibanner .slick-slider .slick-track,
.ibanner .slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);}
.ibanner .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.ibanner .slick-track:before,.ibanner .slick-track:after { display: table; content: '';}
.ibanner .slick-track:after { clear: both;}
.ibanner .slick-loading .slick-track { visibility: hidden;}
.ibanner .slick-slide { float: left; min-height: 1px; position: relative;}
.ibanner .slick-slide a { display: block; width: 100%;}
.ibanner .slick-slide img { width: 100%; height: 6rem; display: block;object-fit:cover;}
.ibanner .slick-slide h2 { position: absolute; bottom: 0; height: 70px; line-height: 70px; color: #ffffff; width: 90%; padding: 0 5%; 
font-size: 18px;}
.ibanner .slick-slide.slick-loading img { display: none;}
.ibanner .slick-slide.dragging img { pointer-events: none;}
.ibanner .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    transform: translate(-50%);}



.ibanner .slick-dots .slick-active { display: inline-table; width: 26px; height: 36px; 
 text-align: center; cursor: pointer; margin-right: 20px;
     background: url(img/swiper-page-on.png) no-repeat;}


.ibanner .slick-dots li { display: inline-table; width: 26px; height: 36px; 
 text-align: center; cursor: pointer; margin-right: 20px;
     background: url(img/swiper-page.png) no-repeat;}
 
 
 
 
.ibanner .slick-dots button { background: none; border: none; font-size: 18px; color: #ffffff;display:none;}
.ibanner .slick-prev,.ibanner .slick-next { display: block; position: absolute; width: 70px; height: 100px; top: 40%;
 font-size: 0; border: 0; outline: none; cursor: pointer; z-index: 9999999;}
.ibanner .slick-active { left: 0; opacity: 1; -moz-transform: rotate(0deg) scale(1); -o-moz-transform: rotate(0deg) scale(1);
 -o-moz-transform: rotate(0deg) scale(1); -webkit-moz-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1);
 animation: lxfpic; -moz-animation: lxfpic; -webkit-animation: lxfpic; -o-animation: lxfpic; display: block;
 animation-duration: 60s;
 animation-timing-function: linear;
 animation-delay: 1s;
 animation-iteration-count: infinite;
 -webkit-animation-duration: 60s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-delay: 1s;
 -webkit-animation-iteration-count: infinite;}
 
 
 @media screen and (max-width: 1000px){
 .banner {
    width: 100%;
    padding-top: 0.8rem;}
 .ibanner .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;}ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 40%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9999999;
    display: none !important;}
}
@font-face {
    font-family: myfont;
src: url(img/SYSTB.OTF)}
@font-face {
    font-family: datafont;
src: url(img/impact.woff)}
@font-face {
    font-family: datefont;
src: url(img/georgia.ttf)}
@keyframes roted1{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;}

.partd {
    width: 100%;
    padding: 0.4rem 0 0.5rem;
    background: url(img/partd_bg.png) no-repeat center top;
    background-size: cover;
    height: 368px;}

.title1{width: 100%;margin-bottom: 0.3rem;position: relative;}
.title1 .tit{position: relative;}
.title1 .tit h3{white-space: nowrap;font-size: 0.3rem;line-height: 1;color: #333333;font-family: myfont;}
.title1 .tit .en{font-size: 0.7rem;color: #f0f0f0;font-family: myfont;line-height: 1;}
.title1 a{transition: 0.3s all;display: block;width: 0.14rem;height: 0.14rem;background: #e4f2fd;border-radius: 100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);margin-right: 0.24rem;}
.title1 a i{width: 0.3rem;height:0.2rem;background-image: url(../img/arrow_r_gray.svg);background-position: right center;background-size: auto 0.3rem;background-repeat: no-repeat;position: absolute;right: -0.24rem;top: 50%;transform: translateY(-50%);}

.partd .tit h3 {
    color: #ffffff;}

.partd .title1 .tit .en {
    opacity: 0.2;}

.partd .title1 a i {
    background-image: url(img/arrow_r.svg);}

.partd .title1 a {
    background: #3785c7;}


.m-banidx6 {
    margin-top: 25px;
    overflow: hidden
;}

.m-banidx6 .con {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 106px
;}

.m-banidx6 .item:nth-child(odd) .con {
    padding-top: 0
;}

/*
.m-banidx6 .con::after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;height:90px;background-position:bottom center;background-repeat:no-repeat;background-size:auto 100%;width:1px;background-image:url(/img/date_line.png);content:""}*/
.m-banidx6 .item:nth-child(odd) .con::after {
    height: 196px
;}

.m-banidx6 .top {
    display: inline-block;
    border-radius: 50%;
    /*background-color:rgba(254,213,145,.2);*/
    padding: 8px;
    position: relative;}

.m-banidx6 .top::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(img/data_bg_white1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.3;
    transition: 0.3s all;
    animation: roted1 30s linear infinite;}

.m-banidx6 .inner {
    /*border:1px dashed #eeeded;*/
    padding: 11px;
    border-radius: 50%;
    transition: .3s;
    position: relative;
    z-index: 1;}

.m-banidx6 .top:hover::after {
    background-image: url(img/data_bg_yellow.png);
    opacity: 0.8
;}

.m-banidx6 .box {
    border-radius: 50%;
    /*background-color:rgba(255,255,255,.2);*/
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    padding: 0 20px
;}

.m-banidx6 .icon {
    margin-bottom: 8px
;}

.m-banidx6 .icon p {
    font-size: 14px;
    color: #ffffff;}

.m-banidx6 .icon p span {
    font-size: 0.36rem;
    font-family: datafont;
    margin-right: 0.05rem;}

.m-banidx6 .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    transition: .3s
;}

.m-banidx6 .top:hover .tit {
    font-weight: 700
;}
