.js-menu .o-topnav .ri .top_mebon .left { width: 100%;}
.js-menu .o-topnav .ri .top_myemo { width: 80%;}
.js-menu .o-topnav .ri .top_mebon .left .ul {
    float: left;
}

.indexCont2 .pos .my-bullet .en{  display: none;}
.indexCont2 .pos .my-bullet .cn{   color: #fff; font-size: 16px;}
.indexCont2 .pos .my-bullet { margin-bottom: 30px;}
.device1 .indexCont2 .pos { width: 55%;}

.indexCont3 .txt .arrow { margin-left: 0px;}

.indexCont3 .txt p { width: 100%;}
.indexCont3 .imgbox .el>div { border-radius: 0px;}
.device1 .indexCont3 .txt .cn { line-height: 55px;}

.quick_entry2 .list .a.on .cn { color: #fff;








}
.quick_entry2 .list .a.on .cn a { color: #fff;}
.quick_entry2 .a .cn{ color: #fff;


text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 46px;
line-height: 46px;





}

.quick_entry2 .list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
}



.js-menu .o-topnav .le h1 {  color: #fff;}
.js-menu .o-topnav .le h2 {  color: #fff; opacity: .7;}


.js-menu .o-topnav .le { background: url("../images/nnzz.jpg") no-repeat left top; background-size: auto 100%;}

.js-menu .o-topnav .le .le_bot .ul a::after { background: #fff;}

#footer .fonntbot .ri .ri_con .le p { color: #666;}

.footertop .le-a{ color: #000;}

.indexCont6 .en { color: rgba(0,0,0,.1);}
.indexCont6 .sec-right .list .a .date::after{ color: #1f98ec; background: #1f98ec;}
.indexCont6 .sec-right .list .a:hover .date b, .indexCont6 .sec-right .list .a:hover .date i{ color: #1f98ec;}

.indexCont6 .sec-right .list .a .date b { color: rgba(0,0,0,.3);}
.indexCont6 .sec-right .list .a .date i{ color: rgba(0,0,0,.3);}








.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 89px 0;
}

.lxAbout_box {
    position: relative;
}

.lxAbout_info {

    padding: 4% 0;
}

.lxAbout_txt {
    max-width: 58%;
}

.lxAbou_p {
    margin-top: 18px;
    max-width: 80%;
}

.lxAbou_p span {
    font-size: 32px;
    letter-spacing: 2px;
    color: #333;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
}

.lxAbout_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #999;
    overflow: hidden;
}

.lxAbout_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.06;
}

.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 标题 */
.lxTit {
    position: relative;
    margin-bottom: 0px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 43px;
    line-height: 1.2;
    letter-spacing: 0px; color:#0a70b8
}



@font-face { 
  font-family:’GOTHIC’; /*这里是说明调用来的字体名字*/ 
  src:url(‘../fonts/GOTHIC.woff2’); /*这里是字体文件路径*/ 
}


.lxTit_en {
    font-weight: bold;
    font-family: 'GOTHIC';
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.4; color:#0a70b8
}

.lxTit_en span {
    color: #f19319; font-size:38px;font-family: 'GOTHIC';
}

.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}


.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    box-sizing: border-box;
    margin-left: -7%; width:92%
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #0a70b8;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #0a70b8;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    letter-spacing: 1px; text-align: center;
}

/* solu */
.lxSolu {
    position: relative;
}

.lxSolu_top {
    position: absolute;
    top: 12%;
    width: 100%;
    left: 0;
    z-index: 11;
    padding-left: 10%;
}

.indSolu_list {
    opacity: 0.8;
    position: relative;
    margin-top: 78px;
}

.indSolu_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.indSolu_list li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    min-width: 108px;
    padding-bottom: 6px;
}

.indSolu_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 3;
    background: #f19319;
    transition: all 0.48s;
}

.indSolu_list li.on::after {
    width: 100%;
}

.indSolu_a {
    display: flex;
    align-items: stretch;
}

.indSolu_a i {
    line-height: 1;
    font-style: inherit;
    font-family: 'BEBAS';
    font-family: 'CENTURYGOTHIC';
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    text-transform: uppercase;
}

.indSolu_a div {
    padding-bottom: 6px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indSolu_a span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.indSolu_a p {
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*  */
.lxSolu_img {
    position: relative;
    height: 100vh;
}

.lxSolu_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
}

.lxSolu_img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxSolu_img .swiper-container,
.lxSolu_img .swiper-wrapper,
.lxSolu_img .swiper-slide {
    height: 100%;
}

.lxSolu_img .swiper-pagination {
    width: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 38px;
}

.lxSolu_img .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: underline;
    background: transparent;
}

.lxSolu_img .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #f19319;
    opacity: 0;
}

.lxSolu_img .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

.lxSolu_img .swiper-pagination-bullet-active {
    text-decoration: none;
    font-size: 18px;

}

.lxSolu_img .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.lxSolu_btm .swiper-button-next,
.lxSolu_btm .swiper-button-prev {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.lxSolu_btm .swiper-button-next img,
.lxSolu_btm .swiper-button-prev img {
    width: 18%;
}

.lxSolu_btm .swiper-button-prev {
    top: 6px;
}

.lxSolu_btm .swiper-button-next {
    top: 32%;
}

.lxSolu_btm .swiper-slide {
    opacity: 0 !important;
}

.lxSolu_btm .swiper-slide-active {
    opacity: 1 !important;
}

.lxSolu_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.lxSolu_btm>.inner {
    position: relative;
    z-index: 5;
}

.lxSolu_btm::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* 标准的语法（必须放在最后） */
}

.lxSolu_btm>img {
    position: absolute;
    bottom: 89px;
    left: 0;
    width: 100%;
}

.lxSolu_txt {
    padding-bottom: 8%;
    padding-left: 10%;
}

.lxSolu_btm .indSolu_a i {
    font-size: 80px;
    margin-right: 12px;
}

.lxSolu_btm .indSolu_a div {
    padding-bottom: 14px;
}

.lxSolu_btm .indSolu_a span {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.lxSolu_btm .indSolu_a p {
    font-size: 15px;
}

.lxSolu_p {
    margin: 38px 0;
}

.lxSolu_p p {
    color: #fff;
    font-size: 17px;
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    line-height: 2.1;
    max-height: 68px;
}



/* 首页更多 */
.indMore {
    margin-top: 38px;
}

.indMore .more {
    background: #f19319;
    color: #fff;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(208, 18, 27, .2); 
}

.indMore span {
    letter-spacing: 1px;
    padding: 0 48px 0 28px;
}

.indMore_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indMore_flex div {
    border-left: 1px solid rgb(255 255 255 / 0.18);
    padding: 12px 14px;
}

.indMore_flex svg {
    width: 20px;
    height: 20px;
}

.indMore_flex path {
    fill: #fff;
}

.inner1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0%;
    display: flex
;
    justify-content: space-between;
}







.hezuo { background:#f2f2f2; width:100%; clear:both; height:925px;}
.hezuo_tu { height:;}
.hezuo_tu img { width:296px; height:117px; float:left; margin:7px;}


.biaoti { width:1300px;  text-align: center;margin:0px auto;  padding-top:97px;  text-align:center;background:url(../images/biao_xx.png) center 110px no-repeat; margin-bottom:0px; font-size:38px; color:#000000; line-height:75px;  }
.biaoti strong { font-weight:400; color:#2b2b2b; font-size:35px; line-height:75px;}
.biaoti p { font-weight:400; color:#555555; font-size:16px; line-height:35px; width:78%; margin:0px auto; padding-bottom:30px; padding-top:15px; text-align: center;}
.biaoti p b { font-weight:700; color:#4b4b4b; font-size:17px;}
.biaoti span { display:block; font-size:16px; line-height:25px; color:#5b5b5b;font-weight:400; margin-top:30px;}



.hezuo_tu {display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;}
.hezuo_tu_img { width: 100%; height: 120px; justify-content: center; align-items: center; display: flex; background: #fff; }
.hezuo_tu_img img { max-width: 100%;  max-height: 100%; height: auto;}









/*news*/

.index-news-center .news-center-container {
    width: 90%;
    margin: 0 auto
}

.index-news-center .title-box {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: .6rem
}

.index-news-center .title {
    width: auto;
    font-weight: bold;
    color: #13202c;
    position: relative;
    padding-left: .2rem
}

.index-news-center .title:before {
    content: '';
    display: inline-block;
    background-image: url(../images/10.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: .08rem;
    height: .16rem;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:1920px) {
    .index-news-center .title {
        padding-left: 20px
    }
    .index-news-center .title:before {
        width: 8px;
        height: 16px
    }
}

.index-news-center .title-text {
    width: auto;
    line-height: 1.5;
    color: #65717b;
    margin-left: .2rem
}

.index-news-center .wrap {
    width: 103%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-news-center .item {
    width: 31%;  border:1px solid #c9c9c9;
    margin-right: 2%;
    cursor: pointer;
}

.index-news-center .item:nth-child(2n+1){
    transition-delay: .2s;
}
.index-news-center .item:nth-child(2n){
    transition-delay: .4s;
}
.index-news-center .ul{
    transition-delay: .6s;
}

.index-news-center .item:hover .jiantou { margin-right:20px;
       
    }

@media(min-width: 1201px){
    /*.index-news-center .item:hover .item-content{
        background-color: rgba(241,165,2,0.9)
    }*/

    .index-news-center .item:hover .item-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index-news-center .item:hover .content-title {
        font-weight: bold;
        color: #1195e9;
    }

/*    .index-news-center .item:hover .content-text {
        color: #fff
    }

    .index-news-center .item:hover .date-icon .img-1 {
        display: none
    }

    .index-news-center .item:hover .date-icon .img-2 {
        display: inline-block
    }

    .index-news-center .item:hover .date-text {
        color: #fff
    }*/
}


.index-news-center .item-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.index-news-center .item-img img {
    width: 100%;
    transition: transform 12s cubic-bezier(.23, 1, .32, 1); height:230px;
}

.index-news-center .item-content {
    width: 100%;
    padding: 5%;
    transition: all .3s;
    background-color: #fff;
    position: relative;
    z-index: 10;
}



.index-news-center{ padding-bottom:107px}
.index-news-center .content-title {
    width: 100%;
    line-height: 1.2;
    color: #000;
    margin-bottom: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index-news-center .content-text {
    width: 100%;
    line-height: 1.625;
    color: #65717b;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; margin-top:20px;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem; font-size:15px
}
.jiantou  { float:right; transition:all 0.4s; }

.index-news-center .content-date {
	 border-top:1px solid #c9c9c9; margin-top:5px; padding-top:22px;
	
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; justify-content: space-between;
  
}

.index-news-center .date-icon {
    width: .14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-news-center .date-icon img {
    width: 100%
}

.index-news-center .date-icon .img-2 {
    display: none
}

@media (max-width:1920px) {
    .index-news-center .date-icon {
        width: 12px
    }
}

.index-news-center .date-text {
    width: auto;
    line-height: 1.2;  float:left;
    color: #65717b;
   
}

.index-news-center .ul {
    width: 31%;
    margin-right: 2%;
    background-color: #f3f4f8;
    padding: .3rem
}

.index-news-center .li {
    width: 100%;
    padding: .2rem 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    display: block
}

.index-news-center .li:hover {
    border-color: rgba(241,165,2,0.9)
}

.index-news-center .li:hover .li-title {
    font-weight: bold;
    color:#1195e9
}

.index-news-center .li:hover .li-text {
    color: rgba(241,165,2,0.9)
}

.index-news-center .li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.index-news-center .li-title {
    width: 100%;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem
}

.index-news-center .li-text {
    width: 100%;
    line-height: 1.2;
    color: #65717b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width:900px) {
    .index-news-center .news-center-container {
        width: 100%;
        padding: 0 10px
    }
    .index-news-center .wrap {
        width: 102%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .index-news-center .item {
        width: 48%;
        margin-bottom: 4%
    }
    .index-news-center .content-title {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit
    }
    .index-news-center .ul {
        width: 100%
    }
    .index-news-center .li:last-child {
        padding-bottom: .2rem
    }
}

@media (max-width:500px) {
    .index-news-center .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .index-news-center .title {
        width: 100%;
        margin-bottom: 15px
    }
    .index-news-center .title-text {
        width: 100%
    }
}


.pin8-a {  background: url("../images/026.jpg") no-repeat center top; background-size: 100% 100%; height: 100%;}


#footer .footer { background: none!important;}
#pinSwiper .main-foot {background: none;}

.footertop .le-a,.footertop .ri .le a,#footer .fonntbot .le .ul a,#footer .fonntbot .ri .ri_top h1,#footer .fonntbot .ri .ri_con .le p,#footer .fonntbot .le .ul p {
    color: #fff;
}

#footer .fonntbot {
	border-top: 2px solid rgba(255,255,255,.5);}

#footer .fonntbot .le .ul .li a {
    line-height: 30.59px;
    border-bottom:0px solid #e7e8ea;  font-size: 16px;
     padding-bottom: 0px;
}
#footer .fonntbot .ri .ri_top {border:none;}

body, textarea, input, button, select, keygen, legend { font-family:  Microsoft Yahei!important;}
#header .nav dt a { font-size: 16px;}

@media (max-width: 1480px) {
    .device1600 #header .nav dl {
        margin-left: 40px;
    }
}


#header .ri .lang .btn {
   
	font-size: 16px;}

.index_yiy_bg {
    background: url(../images/about7img2.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.index_tit .cn {
    font-size: 36px;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
}



.index_tit .en {
    margin-top: 10px;
    font-size: 52px;
    margin-bottom: 5vh;
    line-height: 1;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, .2);
}



.focus iframe { }


#pinSwiper .pin7 {
    background: #f9f9f9 url(../images/1bg.png) no-repeat center;
    background-size: cover;
}


.indexCont6 {
    margin-top: 90px;
    height: calc(100vh - 90px);
    position: relative;
     background: #fefaf9 url(../images/1bg.png) no-repeat center; 
}


