@import url(reset.min.css);
@import url(swiper.min.css);

em.supTop {
    vertical-align: text-top;
    font-size: 12px;
    margin-top: -5px;
    display: inline-block;
}

.head_nav_btn {
    width: 0.45rem;
    height: 0.7rem;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    cursor: pointer;
    z-index: 9999;
    /* transition: background-color .3s; */
    transform: translateY(-50%);
    display: none;
}


.head_nav_btn span {
    display: inline-block;
    width: 0.45rem;
    height: .05rem;
    background-color: #0668ca;
    position: absolute;
    top: 0.32rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
}

.head_nav_btn span:before {
    content: '';
    display: inline-block;
    width: 0.45rem;
    height: .05rem;
    background-color: #0668ca;
    position: absolute;
    top: -0.15rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.head_nav_btn span:after {
    content: '';
    display: inline-block;
    width: 0.45rem;
    height: .05rem;
    background-color: #0668ca;
    position: absolute;
    top: 0.15rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.head_nav_btn.open span {
    background-color: transparent !important;
}

.head_nav_btn.open span:before {
    top: 0;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
}

.head_nav_btn.open span:after {
    width: 0.45rem;
    top: 0;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#header .h_right {
    z-index: 9998;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

.no-scroll #header .h_right {
    opacity: 1;
    pointer-events: all;
}

#header .h_right .nav {
    float: none;
    padding: 2rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    transform: translateX(100%);
    background: #edf2f7;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 30;
    overflow-x: hidden;
    position: absolute;
    transition: all .5s 0s ease-out;
    width: 60%;
}

.no-scroll #header .h_right .nav {
    transform: translateX(0);
}

#header .R {
    margin-right: 0;
}

#header .R ul li {
    float: none;
    margin-left: 0;
}

#header .R .sub_box {
    top: auto;
    height: auto;
    width: auto;
    position: relative;
}

#header.homehead .R ul li>a {
    color: #4c4c4c;
}

#header.homehead .R ul li .sub_box a {
    color: #808080;
}

#header .R .sub_box a,
#header .R .sub_box a:hover,
#header .R .sub_box a.on {
    display: block;
    color: #808080;
    font-size: .28rem;
    line-height: .6rem;
    text-align: left;
    float: none;
    margin-right: 0;
    height: auto;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

#header .R .sub_box a.ion,
#header .mobileHead .R li>a.on {
    color: #0668ca;
}

#header .R ul li a {
    width: 2.4rem;
    display: block;
    color: #4c4c4c;
    font-size: .32rem;
    font-weight: 400;
    line-height: .9rem;
}

#header .R ul li:hover::after,
#header .R ul li.on::after {
    opacity: 0;
}


#header .nav .nav_er {
    width: 100%;
    height: auto;
    /* min-width: 1200px; */
    max-width: 1920px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    z-index: -1
}

#header .nav .nav_er>.w1200 {
    padding-top: 60px;
    padding-bottom: 40px;
}

#header .nav .nav_er .div_dl {
    overflow: hidden;
    float: right;
    width: 740px;
}

#header .nav .nav_er .title {
    float: left;
    width: 460px;
}

#header .nav .nav_er h3 {
    color: #b0bfce;
    font-size: 24px;
    font-family: RAJDHANI-SEMIBOLD;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    line-height: 1.3;
    width: 80%;
}

#header .nav .nav_er h1 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

#header .nav .nav_er .div_dl a {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #dedede; */
    font-family: 'Gilroy_Regular';
    position: relative;
    width: 350px;
    margin-right: 40px;
    margin-bottom: 60px;
    float: left;
    /* font-weight: 600; */
}

#header .nav .nav_er .div_dl a:nth-child(2n) {
    margin-right: 0;
}

#header .nav .nav_er .div_dl a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    transition: all .6s;
    z-index: 1;
}

#header .nav .nav_er .div_dl a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0668ca;
    transition: all .6s;
    z-index: 10;
}

#header .nav .nav_er .div_dl a:hover::after {
    transition: all .6s;
    width: 100%;
}

#header .nav .nav_er .div_dl a:hover {
    color: #0668ca;
    transition: all .4s
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    max-width: 1920px;
    margin: auto;
}

#header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
}

#header.on::after,
#header.onsb::after {
    background-color: #e1e2e3;

}

#header .header-wrap {
    padding: 0 0 0 40px;
    height: 100px;
    background-color: transparent;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

#header .header-wrap .logo {
    float: left;
    height: 50px;
    margin-top: 24px;
    overflow: hidden;
    /* background: url(../images/logoon.svg) no-repeat center left;
    background-size: 159px 50px; */
}
#header .header-wrap .logo >img{
    width: 159px;
    height: 50px;
    float: left;
}
.original{
    display: block;
}
.hollow{
    display: none;
}

#header .header-wrap .logo p {
    margin-left: 20px;
    position: relative;
    margin-top: 8px;
    line-height: 1.3;
    color: #fff;
    float: left;
}

#header.on .header-wrap .logo p,
#header.onsb .header-wrap .logo p {
    color: #808080;
}

#header .header-wrap .logo p::before {
    /* content: ''; */
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 28px;
    background-color: #e0e0e0;
}

#header .header-wrap .head-right {
    float: right;
    line-height: 90px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

#header .header-wrap .nav {
    /* position: relative; */
    float: left
}

#header .header-wrap .nav dl {
    float: left;
    margin-right: 30px;
    height: 100px;
    z-index: 10
}

#header .header-wrap .nav dl:hover {
    z-index: 20
}

#header .header-wrap .nav .search .search_ic {
    background: url(../images/search.png) no-repeat center;
    width: 23px;
    height: 100px;
    cursor: pointer;
}

#header.onsb .header-wrap .nav .search .search_ic,
#header.on .header-wrap .nav .search .search_ic {
    background: url(../images/searchon.png) no-repeat center;

}

#header .header-wrap .nav .seInput {
    border-bottom: 1px solid #dedede;
    height: 80px;
    margin-top: -45px;
}

#header .header-wrap .nav .seInput input {
    width: 1200px;
    height: 30px;
    font-size: 15px;
    margin-top: -4px;
    color: #b2b2b2;
    font-weight: 600;
    padding-left: 35px;
    background: url(../images/search1.png) no-repeat center left;
}

#header .header-wrap .header-ri {
    position: relative;
}

#header .header-wrap .header-ri .nav_er {
    background: url(../images/gridBg.png) no-repeat;
    display: none;
    height: 100px;
    width: 101px;
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -80px;
    top: 90px;
}

#header .header-wrap .header-ri .nav_er ul {
    padding: 35px 25px 20px;
}

#header .header-wrap .header-ri .nav_er li {
    line-height: 1;
}

#header .header-wrap .header-ri .nav_er li a {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 15px;
    color: #7e7f80;
    font-weight: 600;
}

#header .header-wrap .header-ri .nav_er li.on a {
    color: #065bcc;
}

#header .header-wrap .header-ri .nav_er li:nth-last-child(1) a {
    margin-bottom: 0;
}

#header .header-wrap .nav dd {
    display: none;
    width: 650px;
    height: 44px;
    background-color: #2f2f2f;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50px;
    font-size: 0
}

#header .header-wrap .nav dd .ovs {
    height: 100%;
    padding-left: 26px;
    float: left
}

#header .header-wrap .nav dd a {
    color: #ffffff !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    text-align: center;
    margin-right: 30px;
    height: 100%;
    float: left;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

#header .header-wrap .nav dd a.active,
#header .header-wrap .nav dd a:hover {
    color: #ff9b00 !important
}

#header .header-wrap .nav dd a.active::before,
#header .header-wrap .nav dd a:hover::before {
    opacity: 1
}

#header .header-wrap .nav dt>a {
    font-size: 15px;
    /* color: #222222; */
    /* color: #FFF; */
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    z-index: 100;
    position: relative;
    transition: all .6s;
    color: rgba(255, 255, 255, 0.7)
}

#header .header-wrap .nav dt>a.on {
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: all .6s;

}

#header .header-wrap .nav dl:hover dt>a {
    color: #074ef1;
    transition: all .6s;
}

#header .header-wrap .nav a[href='javascript:;'] {
    cursor: default
}


#header.on .header-wrap .nav dt>a.on,
#header.onsb .header-wrap .nav dt>a.on {
    color: #074ef1;
    border-bottom: 1px solid #074ef1;
    transition: all .6s;
}

#header.on .header-wrap .nav dt>a,
#header.onsb .header-wrap .nav dt>a {
    color: #222;
}

#header.on .header-wrap,
#header.onsb .header-wrap {
    background-color: #fff
}

#header.on .header-wrap .logo .original,
#header.onsb .header-wrap .logo .original{
    display: none;
    /* background: url(../images/logo.svg) no-repeat center left; */
}
#header.on .header-wrap .logo .hollow,
#header.onsb .header-wrap .logo .hollow{
    display: block;
}

/* #header.on .header-wrap .logo img,
#header.onsb .header-wrap .logo img {
    opacity: 0
} */

/* #header.on .header-wrap .nav dt a,
#header.onsb .header-wrap .nav dt a {
    color: #141312;
    color: rgba(20, 19, 18, 0.8)
} */
#header .header-ri {
    background: url(../images/grid.png) no-repeat center;
    width: 24px;
    height: 100px;
    float: right;
    margin-right: 40px;
    transition: all .6s;
}

#header.on .header-ri,
#header.onsb .header-ri {
    background: url(../images/gridon.png) no-repeat center
}


#footer {
    background-color: #d9dadd;
    height: 159px;
    padding-top: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

#footer .Le {
    float: left;

}

#footer .Le>p {
    display: flex;
    margin-bottom: 8px;
}

#footer .Le>p a {
    margin-right: 7px;
    color: #818181;
    font-weight: 600;
}

#footer .phone {
    display: flex;
    align-items: center;
}

#footer .phone p {
    font-family: GESans-Regular;
    font-size: 26px;
    color: #133aa5;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: -1px;
}

#footer .Ri {
    float: right;
}

#footer .Ri .share {
    display: flex;
    align-items: baseline;
    justify-content: right;
    margin-bottom: 4px;
}

#footer .Ri .share .ic {
    background: url(../images/fo_ic.png) no-repeat center;
    width: 12px;
    height: 12px;
}

#footer .Ri .share.on .ic {
    background: url(../images/fo_icon.png) no-repeat center;
}

#footer .Ri .share em {
    color: #e72323;
    font-size: 32px;
    font-family: RAJDHANI-BOLD;
    margin-left: 4px;
    letter-spacing: -1px;
    text-align: right;

}

#footer .Ri .share.on em {
    color: #0ebe98;
    font-size: 32px;
}

#footer .Ri p {
    font-size: 14px;
    color: #162e70;
    font-weight: 600;
    text-align: right;
    line-height: 1.3;
}

#footer .Ri .num {
    font-size: 16px;
}


/* 棣栭〉 */
.index-swiper {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.index-swiper .videobox .play,
.index-swiper .videobox .bg {
    display: none;
}

.index-swiper .swiper-slide .text .cn {
    font-family: CKTKINGKONG;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-style: italic;
    margin-bottom: 8px;
}

.index-swiper .swiper-slide .text .en {
    font-family: RAJDHANI-BOLD;
    font-size: 30px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.index-swiper .video {
    width: 1920px;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.index-swiper .video video {
    min-width: 100%;
    min-height: 100%;
}

.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 700;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset !important
}

.index-swiper .swiper-button-prev {
    left: 0;
    background: url(../images/prev.png) no-repeat center
}

.index-swiper .swiper-button-next {
    right: 0;
    background: url(../images/next.png) no-repeat center
}

.index-swiper .swiper-button-prev:hover {
    background: url(../images/prev-on.png) no-repeat center
}

.index-swiper .swiper-button-next:hover {
    background: url(../images/next-on.png) no-repeat center
}

@keyframes slide_on1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slide_on1 {
    display: none;
    animation: slide_on1 5.5s linear;
}

.index-swiper .swiper-slide-active .slide_on1 {
    display: block;
}

.index-swiper .swiper-slide .bg {
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.index-swiper .videoBox:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-filter: alpha(opacity=20)
}

.index-swiper .videoBox {
    position: relative;
    width: 100%;
    height: 100%
}

.index-swiper video {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%
}

.index-swiper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9
}

.index-swiper .swiper-slide .text {
    position: absolute;
    top: 340px;
    left: 0
}

.index-swiper .swiper-slide .text3 {
    position: absolute;
    top: 260px;
    right: 120px
}

.index-swiper .down {
    width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    z-index: 9
}

.index-swiper .list {
    margin-left: -4px;
    margin-right: -4px
}

.index-swiper .item {
    float: left;
    width: 25%;
    padding: 0 4px
}

.index-swiper .item-box {
    height: 108px;
    background-color: #fff;
    border-bottom: 4px solid #7a7a7a;
    padding: 28px 0 0 55px
}

.index-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    width: 1200px;
    margin: auto;
    bottom: 40px;
    height: 0;
    z-index: 100;
    text-align: right;
}

.index-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 16px;
    opacity: 1;
    margin: 0 0 0 5px;
    background: url(../images/swiper-pagination-ic1.png) no-repeat 0 0;
    transition: all .3s;
}

.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper-pagination-ic2.png) no-repeat 0 0;
}

.index-swiper .item-box .ico {
    float: left;
    width: 44px;
    height: 46px;
    background: no-repeat center
}

.index-swiper .item1 .item-box .ico {
    background-image: url(../images/test/index-swiper-ico1.png)
}

.index-swiper .item2 .item-box .ico {
    background-image: url(../images/test/index-swiper-ico2.png)
}

.index-swiper .item3 .item-box .ico {
    background-image: url(../images/test/index-swiper-ico3.png)
}

.index-swiper .item4 .item-box .ico {
    background-image: url(../images/test/index-swiper-ico4.png)
}

.index-swiper .item-box .text {
    float: left;
    margin-left: 12px
}

.index-swiper .item-box h1 {
    font-size: 18px;
    color: #554f48;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.index-swiper .item-box h2 {
    font-size: 14px;
    color: #565656;
    line-height: 24px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.index-swiper .item-box:hover {
    background: url(../images/test/index-swiper-bg.jpg) no-repeat center;
    background-size: cover;
    border: none
}

.index-swiper .item-box:hover h1 {
    color: #693f19
}

.index-swiper .item-box:hover h1 {
    color: #a05d21
}

.index-swiper .item1 .item-box:hover .ico {
    background-image: url(../images/test/-index-swiper-ico1.png)
}

.index-swiper .item2 .item-box:hover .ico {
    background-image: url(../images/test/-index-swiper-ico2.png)
}

.index-swiper .item3 .item-box:hover .ico {
    background-image: url(../images/test/-index-swiper-ico3.png)
}

.index-swiper .item4 .item-box:hover .ico {
    background-image: url(../images/test/-index-swiper-ico4.png)
}

.index-swiper:hover .swiper-button-next,
.index-swiper:hover .swiper-button-prev {
    opacity: 1
}

.index-swiper:hover .swiper-button-prev {
    left: 20px
}

.index-swiper:hover .swiper-button-next {
    right: 20px
}

.index-box1 {
    width: 100%;
    height: 347px;
    background: no-repeat center;
    background-size: cover
}

.index-box1 .wrap-box {
    overflow: hidden;
    padding-top: 60px
}

.index-box1 .le {
    padding-top: 2px
}

.index-box2 {
    width: 100%;
    height: 350px;
    background: no-repeat center;
    background-size: cover
}

.index-box2 .wrap-box {
    overflow: hidden;
    padding-top: 60px
}

.indexCont1 {
    overflow: hidden;
    background: url(../images/indexCont1_bg.jpg) no-repeat center;
    height: 901px;
    padding-top: 155px;
    position: relative;
}

.indexCont1::after {
    content: '';
    width: 1199px;
    height: 255px;
    position: absolute;
    top: -24px;
    left: 5.2vw;
    background: url(../images/GReen-Tech1.png) no-repeat center;
}

.indexCont1 .w1200 {
    position: relative;
    z-index: 3;
}

.indexCont1 .indexCont1-txt {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 46px;
    border-bottom: 2px solid #f1f1f1;
}

.indexCont1 .indexCont1-txt h3 {
    font-size: 32px;
    line-height: 42px;
    color: #393939;
    position: relative;
}

.indexCont1 .indexCont1-txt h3::after {
    content: '鈥?;
    position: absolute;
    top: -30px;
    left: 0;
    font-family: CKTKINGKONG;
    color: #393939;
    font-size: 40px;
}

.indexCont1 .indexCont1-news {
    padding-top: 0;
}

.indexCont1 .indexCont1-news .Le {
    float: left;
    width: 500px;
    margin-left: -55px;
}

.indexCont1 .indexCont1-news .Ri {
    float: right;
    width: 670px;
    padding-top: 65px;
}

.indexCont1 .indexCont1-news .Ri li {
    float: left;
    width: 47.7%;
    padding-bottom: 50px;
}

.indexCont1 .indexCont1-news .Ri li:nth-child(1) {
    margin-right: 30px;
}

.indexCont1 .indexCont1-news .Ri li:nth-child(3) {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #f1f1f1;
}

.indexCont1 .indexCont1-news .Ri li .time {
    color: #0758cd;
    font-size: 18px;
    font-family: RAJDHANI-BOLD;

}

.indexCont1 .indexCont1-news .Ri li .title {
    font-size: 18px;
    color: #323236;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all .6s;
}

.indexCont1 .indexCont1-news .Ri li .p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 100%;
    word-break: break-all;
}

.indexCont1 .indexCont1-news .Ri li:hover .title {
    color: #0758cd;
    transition: all .6s;

}

.indexCont1 .indexCont1-news .Ri li .p p {
    color: #535353;
    opacity: .6;
    line-height: 22px;
}

.indexCont2 {
    height: 1022px;
    background: url(../images/indexCont2_bg.jpg) no-repeat center;
    overflow: hidden;
    padding-top: 120px;
}

.indexCont2 .Top {
    position: relative;
}

.indexCont2 .Top::before {
    content: '';
    position: absolute;
    top: 260px;
    left: -360px;
    margin: 0 auto;
    width: 1920px;
    height: 1px;
    background-color: #cfe1e9;
}

.indexCont2 .Top::after {
    content: '';
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 340px;
    background: url(../images/indexCont2-ic2.png) no-repeat center;
    width: 877px;
    height: 169px;
}

.indexCont2 .Top .p {
    width: 600px;
    margin-top: 20px;

}

.indexCont2 .Bot {
    padding-top: 63px;
}

.indexCont2 .Bot li {
    float: left;
    height: 644px;
    border-left: 1px solid #cfe1e9;
    position: relative;
    max-width: 380px;
    width: 33%;
    margin-left: 30px;
}

.indexCont2 .Bot li .txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #4f95d8;
}

.indexCont2 .Bot li .txt {
    margin-top: 130px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
}

.indexCont2 .Bot li .txt .cn {
    font-size: 20px;
    color: #605e5e;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
}

.indexCont2 .Bot li .txt .cn::after {
    content: '';
    position: absolute;
    top: -70px;
    margin-left: -20px;
    height: 91px;
}

.indexCont2 .Bot .li1 {
    margin-left: 0;
}

.indexCont2 .Bot .li1 .txt .cn::after {
    background: url(../images/indexCont2-num1.png) no-repeat center;
    width: 99px;
}

.indexCont2 .Bot .li2 .txt .cn::after {
    background: url(../images/indexCont2-num2.png) no-repeat center;
    width: 124px;
}

.indexCont2 .Bot .li3 .txt .cn::after {
    background: url(../images/indexCont2-num3.png) no-repeat center;
    width: 125px;
}

.indexCont2 .Bot li .txt .en {
    font-family: RAJDHANI-BOLD;
    font-size: 26px;
    color: #605e5e;
    line-height: 1;
    color: #cad2d7;
    letter-spacing: -1px;
    transition: all .6s;
}

.indexCont2 .Bot li a {
    width: 100%;
    height: 100%;
}

.indexCont2 .Bot li:hover .p {
    background-color: #0668ca;
    transition: all .6s;

}

.indexCont2 .Bot li:hover .p p,
.indexCont2 .Bot li:hover .p .more {
    transition: all .6s;
    color: #fff;
}

.indexCont2 .Bot li .p {
    background-color: #fff;
    padding: 50px 20px;
    height: 320px;
    position: relative;
}

.indexCont2 .Bot li .p p {
    font-size: 15px;
    color: #8b8c8c;
    transition: all .6s;
    line-height: 26px;
}

.indexCont2 .Bot li .p .more {
    font-size: 18px;
    color: #b7b7b7;
    font-family: RAJDHANI-BOLD;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all .6s;

}

.indexCont3 {
    padding-top: 80px;
}

.indexCont3 .titlbox {
    margin-bottom: 50px;
}

.indexCont3 .imgBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.indexCont3 .imgBox .item {
    margin-right: 12px;
    width: 50%;
}

.indexCont3 .imgBox .item:nth-child(2) {
    margin-right: 0;
}

.indexCont3 .imgBox .img {
    position: relative;
}

.indexCont3 .imgBox .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 120px;
}

.indexCont3 .imgBox .txt h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.indexCont3 .imgBox .txt p {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

.indexCont3 .imgBox .txt .more {
    width: 190px;
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    font-family: RAJDHANI-BOLD;
    font-size: 18px;
    color: #828e99;
    background: #fff url(../images/indexCont3_more.png) no-repeat 132px;
    padding-right: 10PX;
    border-radius: 30PX;
    margin: 60px auto 0;
    transition: all .6s;
    display: block;
}

.indexCont3 .imgBox .txt .more:hover {
    color: #0668ca;
    transition: all .6s;
}

.indexCont3 .imgBox .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mask1.png) no-repeat;
}

/* about */
.about_cont1 {
    padding-top: 120px;
    position: relative;

}

.about_cont1 .titlbox {
    margin-bottom: 70px;
}

.about_cont1 .titlbox p,
.businessCont1 .titlbox p {
    text-align: center;
}

.about_cont1 .box {
    height: 292px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.about_cont1::before {
    content: '';
    position: absolute;
    top: 520px;
    left: 0;
    width: 100%;
    background: url(../images/about/about_cont1-bg.png) no-repeat center;
    height: 186px;
}

.about_cont1 .box::after {
    content: '';
    clear: both;
    display: block;
}

.about_cont1 .company-logo {
    height: 292px;
    width: 292px;
}

.about_cont1 .company-wrap {
    position: relative;
    width: 292px;
    height: 292px;
    background: url(../images/aboutlogo1.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.about_cont1 .company-hide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    background: url(../images/aboutlogo2.png) center top no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.about_cont1 .box .Le {
    justify-content: left;
}

.about_cont1 .box .Ri {
    justify-content: right;
}

.about_cont1 .box .Le,
.about_cont1 .box .Ri {
    width: 420px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    display: flex;

}

.about_cont1 .box .Le .ic,
.about_cont1 .box .Ri .ic {
    margin-right: 15px;
}

.about_cont1 .box .Le p {
    font-size: 28px;
    font-family: RAJDHANI-BOLD;
    color: #0668ca;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.about_cont1 .box .Ri p {
    color: #666;
}

.about_cont1 .box .Ri em {
    font-size: 22px;
    color: #0668ca;
    letter-spacing: -1px;
    font-family: RAJDHANI-BOLD;
}

.about_cont1 .box .Le::after,
.about_cont1 .box .Ri::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e1e5ea;
}

.about_cont1 .box .Le.animated::after {
    width: 100%;
    transition: all 1s .6s;
}

.about_cont1 .box .Ri.animated::after {
    transition: all 1s 1.3s;
    width: 100%;
}

.about_cont1 .list ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.about_cont1 .list ul li {
    max-width: 384px;
    width: 33%;
    border-radius: 8px;
    overflow: hidden;
}

.about_cont1 .list ul li .img {
    position: relative;
}

.about_cont1 .list ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 30px 40px;
}

.about_cont1 .list ul li .txt h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
}

.about_cont1 .list ul li .txt p {
    font-size: 16px;
    color: #fff;
}

.about_cont1 .list ul li .txt .ic {
    position: absolute;
    bottom: 35px;
}

.about_cont2 {
    background: url(../images/about/aboutCont2-bg.jpg) center top no-repeat;
    height: 746px;
    padding-top: 110px;
    position: relative;
}

.about_cont2 .titlbox h3 {
    text-align: left;
    color: #fff;
}

.about_cont2 .titlbox h4 {
    text-align: left;
    color: #fff;
    opacity: .3;
}

.about_cont2 .about_cont2-slide {
    height: 315px;
    margin-top: 105px;
    position: relative;
    padding-top: 2px;
    left: -8px;
}

.pc_about_cont2-slide {
    display: block;
}

.mobile_about_cont2-slide {
    display: none;
}

.about_cont2 .about_cont2-slide .swiper-slide.top {
    left: -200px;
}

.about .about_cont2 .about_cont2-slide .a2.bottom {
    margin-top: 0;
    left: 210px;
}

.about .about_cont2 .about_cont2-slide .a2.bottom:after {
    top: auto;
    bottom: -20px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a1 {
    width: 170px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a2 {
    width: 240px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a3 {
    width: 180px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a4 {
    width: 237px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a5 {
    width: 180px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a6 {
    width: 193px;
}

.about_cont2 .about_cont2-slide .swiper-slide.a6 .p{
    width: auto;
}

.about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n),
.about_cont2 .about_cont2-slide .swiper-slide.top {
    margin-top: 173px;

}



.about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n) .cont,
.about_cont2 .about_cont2-slide .swiper-slide.top .cont {
    position: absolute;
    bottom: 0;
}

.about_cont2 .about_cont2-slide .hide {
    overflow: hidden;
    /* width: 1220px; */
    /* padding-left: 8px; */
}

.about_cont2 .about_cont2-slide .p {
    height: 120px;
    overflow-y: auto;
    width: 300px;
}


.about_cont2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: 73px;
    width: 100%;
    height: 32px;
    background: url(../images/about/about_cont2-xian.png) no-repeat center;
}



.about_cont2 .about_cont2-slide .swiper-slide {
    padding-left: 25px;
    height: 160px;
    position: relative;
    /* margin-left: 6px; */

}

.about_cont2 .about_cont2-slide .swiper-slide::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 8px;
    background: #6aa9da;
}

.about_cont2 .about_cont2-slide .swiper-slide::after {
    content: '';
    position: absolute;
    left: 1px;
    background: url(../images/about/about_cont2-ic.png) no-repeat center;
    width: 16px;
    height: 21px;
}

.about_cont2 .about_cont2-slide .swiper-slide::after {
    bottom: -20px;
}

.about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n):after,
.about_cont2 .about_cont2-slide .swiper-slide.top:after {
    top: -20px;

}

.about_cont2 .about_cont2-slide .swiper-slide .year {
    color: #18debb;
    font-size: 36px;
    font-family: RAJDHANI-BOLD;
    letter-spacing: -1px;
    line-height: 28px;
}

.about_cont2 .about_cont2-slide .swiper-slide p {
    color: #fff;
}

.about_cont2-slideBtn .slide_btn {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    margin: auto;
    z-index: 100;
    outline: none;
    border: 0;
}

.about_cont2-slideBtn .slide-prev {
    left: -90px;
    background: url(../images/about/slide-prev.png) no-repeat center;
}

.about_cont2-slideBtn .slide-prev:hover {
    background: url(../images/about/slide-prevon.png) no-repeat center;
}

.about_cont2-slideBtn .slide-next {
    margin-top: 8px;
    right: -90px;
    background: url(../images/about/slide-next.png) no-repeat center;
}

.about_cont2-slideBtn .slide-next:hover {
    background: url(../images/about/slide-nexton.png) no-repeat center;
}





.about_cont3 {
    padding: 130px 0 0;
    position: relative;
    height: 657px;
    overflow: hidden;
    background: url(../images/about/aboutCont3-bg.jpg) no-repeat center;
    overflow: hidden;
}

.about_cont3 .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.about_cont3 .title img {
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

.about_cont3 .titlbox {
    float: left;
    margin-top: 20px;
}

.about_cont3 .titlbox h3,
.about_cont3 .titlbox h4 {
    text-align: left;

}

.about_cont3-list {
    /* position: absolute; */
    position: relative;
    /* left: 50%; */
    width: 1520px;
    float: right;
    overflow: hidden;
    margin-right: -660px;
    /* margin-left: -270px; */
}

.about_cont3-list:hover {
    cursor: url(../images/cursor.png), auto;
}

.about_cont3-list::after {
    /* content: ''; */
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 28%;
    background: url(../images/mask.png) no-repeat center/cover;
    z-index: 100;
}

.about_cont3-list::before {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 30%;
    background: url(../images/mask.png) no-repeat center/cover;
    z-index: 100;
    transform: rotate(180deg);
}

.about_cont3 .swiper-slide.swiper-slide-active h3 {
    font-size: 24px;
    color: #074ef1;
}

.about_cont3 .swiper-slide {
    height: 379px;
    width: 310px;
}

.about_cont3 .swiper-slide.swiper-slide-active {
    margin-left: 20px;
}

.about_cont3 .swiper-slide.margin {
    margin-left: -15px;
    margin-right: -15px;
}

.about_cont3 .swiper-slide .atm {
    transform: scale(.9);
    height: 100%;
    background: #edf2f7;
    border-radius: 8px;
    padding: 40px 35px;
    transition: all 1s;
}

.about_cont3 .swiper-slide .atm h3 {
    text-align: justify;
    font-size: 18px;
    color: #536980;
    line-height: 30px;
    letter-spacing: 1px;
}

.about_cont3 .swiper-slide .atm em {
    font-family: RAJDHANI-SEMIBOLD;
    font-size: 60px;
    line-height: 50px;
    padding-top: 30px;
    display: block;
    -webkit-text-stroke: 3px transparent;
    background: linear-gradient(90deg, #dae1e8, #dae1e8) top left / 100% 100%;
    -webkit-background-clip: text;
    color: #edf2f7;
    border-top: 2px solid #e1e6eb;
    width: calc(100% - 70px);
    position: absolute;
    bottom: 30px;
    right: 35px;
}

.about_cont3 .swiper-slide .h3 {
    height: 190px;
}

.about_cont3 .swiper-slide.swiper-slide-active .atm {
    transform: scale(1);
    background: url(../images/about/about_cont3bg2.jpg) no-repeat center;
    background-size: cover;
}

.about_cont3 .swiper-slide.swiper-slide-active .atm h3 {
    font-size: 20px;
    color: #fff;
}

.about_cont3 .swiper-slide.swiper-slide-active .atm em {
    color: #115fc3;
    background: linear-gradient(90deg, #3375ca, #3375ca) top left / 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    border-top: 2px solid #377bce;
}


/* business */
.businessCont1 {
    padding: 120px 0 90px;
}

.businessCont1 .titlbox p>strong {
    display: inline-block;
}

.businessCont1 .titlbox p {
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.businessCont2 {
    background-color: #f2f7fc;
    padding-bottom: 110px;
}

.businessCont2 .Top {
    padding: 70px 0 50px;
    border-bottom: 1px solid #dfe6ed;
}

.businessCont3 .Top {
    padding: 100px 0 60px;
    border-bottom: 1px solid #dfe6ed;
}

.businessCont2 .Top p,
.businessCont3 .Top p {
    text-align: center;
    line-height: 26px;
    color: #6b8299;
}

.businessCont2 .Top p em,
.businessCont3 .Top p em {
    color: #0758cd;
}

.businessCont2 .Bot,
.businessCont3 .Bot {
    padding-top: 70px;
    overflow: hidden;
}

.businessCont2 .Bot h3,
.businessCont3 .Bot h3 {
    font-size: 20px;
    color: #3d5266;
    line-height: 1;
    padding-bottom: 30px;
}

.businessCont2 .Bot .slide,
.business2 .businessCont3 .Bot .slide {
    float: left;
    width: 540px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.businessCont2 .Bot .slide .swiper-slide {
    overflow: hidden;
}

.business .businessCont2 .Bot .slide .swiper-slide:nth-child(2) li:nth-child(5) {
    width: 100%;
}

.business .businessCont2 .Bot .slide .swiper-slide:nth-child(3) li {
    height: 85px;
    width: 100%;
}

.business2 .businessCont2 .Bot .slide .swiper-slide:nth-child(1) li:nth-child(3),
.business2 .businessCont3 .Bot .slide .swiper-slide:nth-child(2) li:nth-child(5) {
    width: 100%;
}

.business .businessCont2 .Bot .slide .swiper-slide li {
    height: 120px;
}

.business2 .businessCont3 .Bot .slide .swiper-slide:nth-child(1) li {
    height: 85px;
}

.business2 .businessCont2 .Bot .slide .swiper-slide:nth-child(2) li {
    height: 85px;
    width: 100%;
}

.business2 .businessCont2 .Bot .slide .swiper-slide:nth-child(1) li {
    width: 100%;
    height: 120px;
}

.businessCont2 .Bot .slide .swiper-slide li,
.business2 .businessCont3 .Bot .slide .swiper-slide li {
    border: 1px solid #e6edf5;
    border-radius: 8px;
    width: 260px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px;
    float: left;
    background-color: #fff;
    transition: all .6s;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business2 .businessCont3 .Bot .slide .swiper-slide li {
    height: 120px;
    display: flex;
    align-items: initial;
    background-color: #f2f7fc;
}

.businessCont2 .Bot .slide .swiper-slide li:hover,
.businessCont3 .Bot .Le li:hover,
.business2 .businessCont3 .Bot .slide .swiper-slide li:hover {
    background-color: #0758cd;
    transition: all .6s;
}

.businessCont2 .Bot .slide .swiper-slide li:nth-child(2n),
.business2 .businessCont3 .Bot .slide .swiper-slide li:nth-child(2n) {
    margin-right: 0;
}


.businessCont2 .Bot .slide .swiper-slide li:hover p,
.businessCont3 .Bot .Le li:hover,
.business2 .businessCont3 .Bot .slide .swiper-slide li:hover p {
    color: #fff;
    transition: all .6s;

}

.businessCont2 .Bot .slide .swiper-slide li p,
.business2 .businessCont3 .Bot .slide .swiper-slide li p {
    color: #4c4c4c;
    /* font-family: RAJDHANI-BOLD; */
    transition: all .6s;
    font-size: 16px;
}

.businessCont2 .swiper-pagination,
.business2 .businessCont3 .swiper-pagination {
    position: absolute;
    bottom: -6px !important;
    right: auto;
    text-align: left;
}

.businessCont2 .swiper-pagination .swiper-pagination-bullet,
.business2 .businessCont3 .swiper-pagination .swiper-pagination-bullet {
    background: #c2d0dd;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
}

.businessCont2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.business2 .businessCont3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0758cd;
}

.businessCont2 .Bot .Ri {
    float: right;
    margin-top: 50px;
}

.businessCont3 {
    padding-bottom: 120px;
}

.businessCont3 .Bot .Le {
    float: left;
    width: 540px;
}

.businessCont3 .Bot .Le li {
    display: flex;
    align-items: center;
    background-color: #e6edf5;
    width: 100%;
    height: 85px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e6edf5;
    padding-left: 40px;
    font-size: 16px;
    color: #3d5266;
}

.business .businessCont3 .Bot .Ri {
    margin-top: 0;

}

.businessCont3 .Bot .Ri {
    float: right;
    width: 622px;
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    margin-top: 50px;
}

.businessCont2 .Bot .Ri img,
.businessCont3 .Bot .Ri img {
    border-radius: 8px;

}

.business2 .businessCont2 .Top p em,
.business2 .businessCont3 .Top p em {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.businessCont3 .tips {
    float: left;
    margin-top: 35px;
}

.businessCont3 .tips p {
    color: #4c4c4c;
}

/* performance */
.performanceCont1 {
    padding: 120px 0 0;
}

.performanceCont1 .titlbox p {
    text-align: center;
    margin-top: 35px;
}

.performanceCont1 .gif {
    margin-top: 100px;
    margin-bottom: -70px;
}

.performanceCont2 {
    background-color: #f0f3f7;
}

.performanceCont2 .performance-list {
    overflow: hidden;
    padding-bottom: 75px;
}

.performanceCont2 .performance-list .performance-item {
    max-width: 588px;
    width: 50%;
    margin-right: 22px;
    margin-bottom: 22px;
    float: left;
    overflow: hidden;
    position: relative;
}
.performanceCont2 .performance-list .performance-p{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    z-index: 100;
    /* background-color: #fff; */
}

.performanceCont2 .performance-list .performance-item:hover .swiper-btn {
    opacity: 1;
    pointer-events: all;
    transition: all .6s;
}

.performanceCont2 .performance-list .performance-item:nth-child(2n) {
    margin-right: 0;

}

.performanceCont2 .performance-swiper {
    position: relative;
}

.performanceCont2 .performance-list .performance-item .swiper-slide {
    overflow: hidden;
    max-height: 340px;
    border-radius: 8px 8px 0 0;
}

.performanceCont2 .performance-list .performance-item .swiper-slide img {
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: all .6s;

}

.performanceCont2 .performance-list .performance-item .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .6s;
}

.performance2 .performanceCont2 .performance-list .performance-item .performance-txt {
    height: 160px;
}

.performanceCont2 .performance-list .performance-item .performance-txt {
    height: 180px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    border-radius: 0 0 8px 8px;
}

.performance2 .performanceCont2 .performance-list .performance-item .performance-txt .h3 {
    padding-bottom: 15px;
    height: 90px;
    /* border-bottom: 2px solid #ebeef2; */
}

.performance .performanceCont2 .performance-list .performance-item .performance-txt {
    height: 120px;

}

.performanceCont2 .performance-list .performance-item .performance-txt::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ebeef2;
}

.performanceCont2 .performance-list .performance-item .performance-txt h3 {
    color: #333333;
    font-size: 20px;
}

.performanceCont2 .performance-list .performance-item .performance-txt .h3 p {
    padding-top: 10px;
}

.performanceCont2 .performance-list .performance-item .performance-txt h3 em {
    color: #0668ca;
    /* font-family: RAJDHANI-BOLD; */
    font-weight: 600;
    letter-spacing: -1px;
    cursor: initial;
}

.performanceCont2 .performance-list .performance-item .performance-txt h3 span {
    /* margin-left: 10px; */
    display: block;
    line-height: 30px;
}

.performanceCont2 .performance-list .performance-item .performance-txt>p {
    color: #808080;
    font-size: 16px;
    padding-top: 15px;
    display: none;
}

.performanceCont2 .performance-item .swiper-pagination {
    top: 300px;
    bottom: auto;
    left: auto;
    right: 30px;
    text-align: right;
    z-index: 100;
}

.performanceCont2 .performance-item .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .7 !important;
    margin: 0 0 0 15px;
    width: 10px;
    height: 10px;
}

.performanceCont2 .performance-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;

}

.performanceCont2 .swiper-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition: all .6s;
}

.performanceCont2 .swiper-btn a {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
}

.performanceCont2 .swiper-btn .swiper-prev {
    background: url(../images/performance/prev.png) no-repeat center;
    left: 20px;
}

.performanceCont2 .swiper-btn .swiper-next {
    background: url(../images/performance/next.png) no-repeat center;
    right: 20px;
}

































/* 鏉 */
.clear::after {
    content: '';
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.join1 .bgbox {
    background: url(../images/join/bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.join1 .join-npm1 {
    padding: 120px 0 100px;
}

.join1 .join-npm .fl {
    width: 52.5%;
}

.join1 .bgbox .h5 {
    font-family: AlimamaShuHeiTi;
    font-size: 22px;
    color: #0668ca;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e9ed;
}

.join1 .join-npm1 .clear {
    margin-top: 120px;
}

.join1 .join-npm .fl .p {
    margin-top: 20px;
}

.join1 .join-npm .fl .p p {
    font-size: 14px;
    color: #808080;
    line-height: 25px;
    margin-bottom: 10px;
}

.join1 .join-npm .fl ul {
    border: 1px solid #e4e9ed;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 35px 50px 25px;
    margin-top: 45px;
    height: 180px;
}

.join1 .join-npm .fl li {
    float: left;
    position: relative;
}

.join1 .join-npm .fl li p {
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    width: 100px;
}

.join1 .join-npm .fr {
    width: 42.3%;
    margin-top: 45px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.join1 .join-npm .fr .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    bottom: 20px;
}

.join1 .join-npm .fr .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c2d0dd;
    transition: all .3s;
    margin: 0 0 0 13px;
    opacity: 1;
}

.join1 .join-npm .fr .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.join1 .join-npm2 {
    padding: 45px 0 155px;
}

.join1 .join-npm2 .fl {
    float: right;
}

.join1 .join-npm2 .fr {
    float: left;
    margin-top: 0;
}

.join1 .join-npm2 .clearat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.join2 .join-npm1 {
    padding: 140px 0 100px;
    position: relative;
}

.join2 .join-npm1 .droplet {
    width: 1200px;
    height: 439px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.join2 .join-npm1 .droplet .ic1 {
    position: absolute;
    left: -70px;
    top: 140px;
    z-index: 3;
}

.join2 .join-npm1 .droplet .ic2 {
    position: absolute;
    left: 352px;
    top: -65px;
    z-index: -1;
}

.join2 .join-npm1 .droplet .ic3 {
    position: absolute;
    left: 662px;
    top: 112px;
}

.join2 .join-npm1 .droplet .ic4 {
    position: absolute;
    right: 267px;
    top: 212px;
}

.join2 .join-npm1 .droplet .ic5 {
    position: absolute;
    right: -160px;
    top: 50px;
    z-index: 3;
}

.join2 .join-npm2 {
    background: url(../images/join/bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: 2;
    margin-top: -53px;
    padding-top: 130px;
}

.join2 .join-npm2 h5 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-family: AlimamaShuHeiTi;
    text-align: center;
}

.join2 .join-npm2 em {
    color: #17e5a1;
}

.join2 .join-npm2 p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 35px;
}

.join2 .join-npm2 .join {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    width: 186px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 25px;
    color: #466686;
    position: relative;
    margin: 100px auto 0;
    display: block;
}

.join2 .join-npm2 .join::after {
    content: '';
    width: 51px;
    height: 51px;
    background: url(../images/join/ico5.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.join3 .code,.about .code {
    position: fixed;
    z-index: 55;
    right: -120px;
    width: 110px;
    height: 147px;
    border: 1px solid #e3e3e3;
    bottom: 12%;
    transition: all 1s;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.join3 .code img {
    max-width: 88p;
}

.join3 .code p,.about .code p {
    text-align: center;
    line-height: 1;
    font-size: 14px;
    color: #808080;
    margin-top: 10px;
}

.join3 .code.on ,.about .code.on{
    right: 26px;
}

.join3 .join-npm1 {
    padding: 120px 0;
}

.join3 .join-npm1 .clearat {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 45px;
}

.join3 .join-npm1 .fl {
    width: 62.5%;
}

.join3 .join-npm1 .fr {
    width: 37.5%;
    background: #0668ca;
    padding: 60px 40px 0;
}

.join3 .join-npm1 .fr h5 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 23px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.join3 .join-npm1 .fr p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.join3 .join-npm1 .fr em {
    font-family: RAJDHANI-SEMIBOLD;
    font-size: 17px;
}

.join3 .join-npm2 {
    background: #e9f0f7;
    padding: 110px 0 100px;
}

.join3 .join-npm2 .ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join3 .join-npm2 .ul::after {
    content: '';
    width: 32.25%;
}

.join3 .join-npm2 .ul .li {
    background: #fff;
    width: 32.25%;
    height: 252px;
    background: #fff;
    float: left;
    border-radius: 8px;
    padding: 47px 30px 0;
    margin-bottom: 20px;
}

.join3 .join-npm2 .ul .li h5 {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 15px;
}

.join3 .join-npm2 .ul .li p {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    margin-bottom: 3px;
}

.join3 .join-npm2 .ul .li em {
    font-size: 16px;
    font-family: RAJDHANI-SEMIBOLD;
}

.investor1 .inve-npm1 {
    padding: 100px 0;
}

.investor1 .inve-npm1 iframe {
    width: 100%;
    height: 500px;
}

.investor1 .inve-npm2 iframe {
    width: 100%;
    height: 510px;
}

.investor1 .header ul.title {
    background-color: transparent;
}

.investor1 .inve-npm2 .fr {
    width: 100%;
}

.investor1 .inve-npm1 .topul .li {
    float: left;
    border: 1px solid #cdd6de;
    border-bottom: none;
    color: #838383;
    font-size: 15px;
    line-height: 40px;
    width: 75px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
}

.investor1 .inve-npm1 .topul .li.on {
    background: #0668ca;
    color: #fff;
}

.investor1 .inve-npm1 .botul .li {
    padding: 20px;
    border: 1px solid #cdd6de;
    display: none;
}

.investor1 .inve-npm1 .botul .li:nth-child(1) {
    display: block;
}

.investor1 .inve-npm2 {
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    background: url(../images/investor/bg1.jpg) no-repeat;

}

.investor1 .inve-npm2 .clear {
    display: flex;
    justify-content: space-between;
}

.investor1 .inve-npm2 .clear .fl {
    width: 80%;
}

.investor1 .inve-npm2 .clear .fl .titlbox h4 {
    text-align: left;
}

.investor1 .inve-npm2 .titlbox h3 {
    text-align: left;
}

.investor1 .inve-npm2 .fr .boxul {
    overflow: hidden;
    margin-top: 35px;
    display: flex;
    justify-content: right;
}

.investor1 .inve-npm2 .fr .li {
    float: left;
    font-size: 16px;
    color: #76828f;
    transition: all .4s;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
}

.investor1 .inve-npm2 .fr .li.on {
    color: #0668ca;
}

.investor1 .inve-npm2 .fr .li:nth-child(1)::after {
    content: '';
    width: 2px;
    height: 13px;
    background: #d1d7de;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
}

.investor1 .inve-npm2 .botul {
    margin-top: 40px;
}

.investor1 .inve-npm2 .botul .item {
    display: none;
}

.investor1 .inve-npm2 .botul .item:nth-child(1) {
    display: block;
}

.investor1 .inve-npm2 .botul .item .ul a {
    display: block;
    background: #fff;
    border-radius: 8px;
    line-height: 84px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 40px;
    transition: all .4s;
}

.investor1 .inve-npm2 .botul .item .ul a:hover {
    background: #0668ca;
}

.investor1 .inve-npm2 .botul .item .ul a:hover .data {
    color: #cde1f4;
}

.investor1 .inve-npm2 .botul .item .ul a:hover h5 {
    color: #fff;
}

.investor1 .inve-npm2 .botul .item .ul .data {
    float: left;
    color: #0668ca;
    font-size: 22px;
    transition: all .4s;
    font-family: RAJDHANI-BOLD;
    font-weight: bold;
    letter-spacing: -.5px;
}

.investor1 .inve-npm2 .botul .item .ul h5 {
    float: left;
    width: 85%;
    font-size: 18px;
    color: #4c4c4c;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: all .4s;
}

.pages .spage-number {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    align-items: center;
}

.pages .prev {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 10px;
    background: #fff url(../images/investor/prev.png) no-repeat;
    background-position: center;
}

.pages .prev:hover {
    background: #0758cd url(../images/investor/prevon.png) no-repeat;
    background-position: center;
}

.pages button {
    background: #fff;
    border-radius: 4px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #808080;
    font-size: 20px;
    margin-right: 10px;
    transition: all .4s;
    font-family: RAJDHANI-BOLD;
}

.pages button.active,
.pages button:hover {
    color: #fff;
    background: #0758cd;
}

.pages .next {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 10px;
    margin-right: 0;
    background: #fff url(../images/investor/next.png) no-repeat;
    background-position: center;
}

.pages .next:hover {
    background: #0758cd url(../images/investor/nexton.png) no-repeat;
    background-position: center;
}

.spage-skip {
    display: none;
}

.investor1 .inve-npm3 {
    background: url(../images/investor/bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 0;
    height: 720px;
}

.investor1 .inve-npm3 .titlbox h3 {
    text-align: left;
    color: #fff;
}

.investor1 .inve-npm3 .titlbox h4 {
    color: #fff;
    text-align: left;
}

.investor1 .inve-npm3 .fl:nth-child(2) {
    margin-left: 250px;
}

.investor1 .inve-npm3 .fl h5 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 35px;
}

.investor1 .inve-npm3 .fl p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
}

.investor1 .inve-npm3 .fl em {
    font-size: 18px;
    font-family: RAJDHANI-BOLD;
}

.news1 .news-npm1 {
    padding: 120px 0;
}

.news1 .news-npm1 .ul {
    display: flex;
    justify-content: space-between;
}

.news1 .news-npm1 .mySwiper .swiper-pagination {
    display: none;
}

.news1 .news-npm1 .ul a {
    width: 32%;

}

.news1 .news-npm1 .ul a .img {
    height: 230px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news1 .news-npm1 .ul a .img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}

.news1 .news-npm1 .ul a:hover img {
    transform: scale(1.1);
}

.news1 .news-npm1 .ul a .cont {
    border: 2px solid #e6eaed;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 40px 35px;
    height: 160px;

}

.news1 .news-npm1 .ul a .cont h4 {
    font-size: 20px;
    color: #0758cd;
    font-family: RAJDHANI-BOLD;
    line-height: 1;
}

.news1 .news-npm1 .ul a:hover .cont h5 {
    color: #0758cd;
}

.news1 .news-npm1 .ul a .cont h5 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all .5s;
}

.news1 .news-npm2 {
    background: #f2f6fa;
    padding: 110px 0 100px;
}

.news1 .news-npm2 a {
    padding: 50px 35px;
    border-radius: 8px;
    transition: all .4s;
    position: relative;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}

.news1 .news-npm2 a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #e4ecf2;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .4s;
}

.news1 .news-npm2 a:nth-child(1)::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e4ecf2;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .4s;
}

.news1 .news-npm2 a:nth-child(1):hover::after {
    opacity: 0;
}

.news1 .news-npm2 a:hover::before,
.news1 .news-npm2 a.on::before {
    opacity: 0;
}

.news1 .news-npm2 a:hover {
    background: #fff;
}

.news1 .news-npm2 a:hover .img {
    opacity: 1;
    transform: scale(1);
}

.news1 .news-npm2 a:hover p {
    width: 73.48%;
}

.news1 .news-npm2 .fl {
    color: #94a8bb;
    font-size: 20px;
    font-family: RAJDHANI-BOLD;
    text-align: right;
    margin-top: 6px;
}

.news1 .news-npm2 .fl em {
    font-size: 36px;
    color: #0758cd;
    display: block;
    margin-bottom: 10px;
}

.news1 .news-npm2 .fr {
    width: 86.75%;
    position: relative;
}

.news1 .news-npm2 .fr h5 {
    font-size: 18px;
    color: #3c454c;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-width: 80%;
}

.news1 .news-npm2 a:hover .fr h5 {
    color: #0758cd;
}

.news1 .news-npm2 .fr p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
    color: #657380;
    line-height: 24px;
    margin-top: 10px;
    transition: all .4s;
}

.news1 .news-npm2 .fr .more {
    color: #94a8bb;
    font-size: 18px;
    position: relative;
    padding-right: 15px;
    display: table;
    line-height: 1;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: RAJDHANI-BOLD;
}

.news1 .news-npm2 .fr .more::after {
    content: '';
    width: 6px;
    height: 10px;
    background: url(../images/news/ico1.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.news1 .news-npm2 .fr .img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(.9);
    max-width: 180px;
    max-height: 120px;
}

.newsdata .news-npm1 {
    padding: 120px 0 95px;
}

.newsdata .news-npm1 .w1200 {
    width: 1070px;
}

.newsdata .topul {
    padding: 50px 0;
    border-top: 2px solid #e9ecf0;
    border-bottom: 2px solid #e9ecf0;
}

.newsdata .topul .fl {
    width: 85%;
}

.newsdata .topul .fl h4 {
    font-size: 24px;
    color: #0758cd;
    font-family: RAJDHANI-BOLD;
    letter-spacing: -.5px;
}

.newsdata .topul .fl h5 {
    font-size: 26px;
    margin-top: 10px;
    color: #060606;
    line-height: 36px;
}

.newsdata .topul .fr .wx-nmp .bshare-custom {
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.newsdata .topul .fr .wx-nmp .bshare-weixin {
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 5px;
    background: url(../images/news/wx.png) no-repeat;
    cursor: pointer;
}

.newsdata .topul .fr .wx-nmp .miniblog {
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 5px;
    background: url(../images/news/wb.png) no-repeat;
}

.bsBox {
    box-sizing: content-box;
}

.newsdata .botcon {
    padding-top: 45px;
}

.newsdata .botcon p {
    font-size: 16px;
    color: #606060;
    line-height: 25px;
    margin-bottom: 20px;
}

.newsdata .botcon p>img,
.newsdata .botcon img {
    max-width: 640px;
}

.newsdata .botcon p>strong {
    display: inline;
}

.newsdata .return {
    font-size: 16px;
    color: #4c4c4c;
    padding-left: 23px;
    position: relative;
    display: table;
}

.newsdata .return::after {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/news/ico2.png) no-repeat;
}

.news2 .news-npm1 {
    padding: 120px 0 95px;
}

.news2 .news-npm1 .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news2 .news-npm1 .ul .li {
    width: 49%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}

.news2 .news-npm1 .ul .li .h5 {
    border: 2px solid #e9edf2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 80px;
    padding: 30px 35px 0;
    font-size: 18px;
    color: #333333;
}

.news2 .news-npm1 .ul .li .img {
    position: relative;
    overflow: hidden;
}

.news2 .news-npm1 .ul .li .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    transition: all .4s;
    opacity: 0;
}

.news2 .news-npm1 .ul .li .img::before {
    content: '';
    width: 78px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/news/play.png) no-repeat;
    background-size: 100%;
    transition: all .4s;
    opacity: 0;
}

.news2 .news-npm1 .ul .li:hover .img::after,
.news2 .news-npm1 .ul .li:hover .img::before {
    opacity: 1;
}

.news2 .news-npm1 .more {
    background: #edf2f7;
    border-radius: 30px;
    width: 186px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 25px;
    color: #828e99;
    position: relative;
    margin: 25px auto 0;
    display: block;
    cursor: pointer;
}

.news2 .news-npm1 .more::after {
    content: '';
    width: 51px;
    height: 51px;
    background: url(../images/join/ico5.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.videopop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.videopop .bg {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.videopop .cont {
    max-width: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.videopop .cont video {
    width: 100%;
}

.island1 .isl-npm1 {
    background: #edf4fa;
    padding: 117px 0 138px;
}

.island1 .isl-npm1 .text {
    text-align: center;
}

.island1 .isl-npm1 .text .ic {
    margin: 0 auto 50px;
}

.island1 .isl-npm3 .li .ic {
    height: 32px;
}

.island1 .isl-npm1 .text p {
    text-align: center;
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.island1 .isl-npm1 ul {
    display: flex;
    justify-content: center;
    margin-top: 95px;
}

.island1 .isl-npm1 ul li {
    background: #fff;
    border-radius: 8px;
    margin: 0 20px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: 0;
    transition: all .4s;
}

.island1 .isl-npm1 ul li:hover {
    top: -5px;
}

.island1 .isl-npm1 ul li p {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
}

.island1 .isl-npm2 {
    padding: 120px 0 140px;
}

.island1 .isl-npm2 .ul {
    background: url(../images/island/bg1.png) no-repeat;
    height: 585px;
    margin-top: 55px;
    padding-top: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.island1 .isl-npm2 .ul .li {
    width: 50%;
    float: left;
    padding-right: 235px;
}

.island1 .isl-npm2 .ul .li:nth-child(2n) {
    float: right;
    padding-left: 235px;
    padding-right: 0;
}

.island1 .isl-npm2 .ul .li h5 {
    font-size: 17px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
}

.island1 .isl-npm2 .ul .li p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    height: 130px;
    overflow-y: auto;
}

.island1 .isl-npm3 {
    background: url(../images/island/bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 140px;
    padding-top: 140px;
}
.island1 .isl-npm3 .isl-npm3-cont{
    margin-top: 30px;
    padding: 19px 19px 60px ;
    border-radius: 8px;
    background-color: #fff;
}
.island1 .isl-npm3 .isl-npm3-cont .from{
    margin-bottom: 40px;
}
.island1 .isl-npm3 .isl-npm3-cont .from table {
    width: 100%;
    border-collapse: collapse;
}
.island1 .isl-npm3 .isl-npm3-cont .from thead th{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    height: 90px;
    padding: 15px;
}
.island1 .isl-npm3 .isl-npm3-cont .from th, td {
    border: 1px solid #e0e0e0;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    color: #808080;
        text-align: center;
}
.island1 .isl-npm3 .isl-npm3-cont .from th {
    background-color: #f2f2f2;
}
.island1 .isl-npm3 .isl-npm3-cont  .txt h3{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.island1 .isl-npm3 .isl-npm3-cont .txt p{
    font-family: RAJDHANI-SEMIBOLD;
    color: #808080;
}
.island1 .isl-npm3 .isl-npm3-cont .img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.island1 .isl-npm3 .titlbox h3 {
    color: #fff;
}

.island1 .isl-npm3 .titlbox p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}

.island1 .isl-npm3 .ul {
    margin-top: 75px;
}

.island1 .isl-npm3 .li {
    float: left;
    width: 32.2%;
    background: #fff;
    border-radius: 8px;
    height: 400px;
    margin-right: 1.666%;
    padding: 40px 30px;
}

.island1 .isl-npm3 .li:last-child {
    margin-right: 0;
}

.island1 .isl-npm3 .li .cont {
    /* border-bottom: 1px solid #d5dfe3; */
    margin-top: 12px;
    /* height: 270px;
    margin-bottom: 27px; */
}

.island1 .isl-npm3 .li h5 {
    color: #4c4c4c;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.island1 .isl-npm3 .li h6{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.island1 .isl-npm3 .li .p{
    padding: 20px 0 15px;
    border-top: 1px solid #d5dfe3;
}
.island1 .isl-npm3 .li p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    height: auto;
    overflow-y: auto;
}
.island1 .isl-npm3 .li p em{
    color: #333333;
    font-weight: 600;
}

.island1 .isl-npm4 {
    padding: 110px 0 105px;
}

.island1 .isl-npm4 .titlbox h3,
.island1 .isl-npm4 .titlbox h4 {
    text-align: left;
}

.island1 .isl-npm4 .topbox {
    /* border-bottom: 2px solid #edf0f2; */
    /* padding-bottom: 30px; */
    /* margin-bottom: 90px; */
}

.island1 .isl-npm4 .topbox .fl p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    margin-top: 30px;
}

.island1 .isl-npm4 .topbox .fl {
    /* margin-top: 30px; */
}

.island1 .isl-npm4 .topbox .fr {
    width: 65%;
    overflow: hidden;
    position: relative;
}

.island1 .isl-npm4 .topbox .fr .swiper-pagination {
    right: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.island1 .isl-npm4 .topbox .fr .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #c2d0dd;
    margin: 10px 0 0 0;
}

.island1 .isl-npm4 .topbox .fr .pcImg,
.island1 .isl-npm4 .topbox .fr .pcTxt {
    display: block;
}
.island1 .isl-npm4 .topbox .fr .pcTxt{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.island1 .isl-npm4 .topbox .fr .MobImg,
.island1 .isl-npm4 .topbox .fr .MobTxt {
    display: none;
}

.island1 .isl-npm4 .topbox .fr .swiper-pagination .swiper-pagination-bullet-active {
    background: #0758cd;
}

.island1 .isl-npm4 .botbox .fr {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.island1 .isl-npm4 .botbox .fr .li {
    background: url(../images/island/bg2.png) no-repeat;
    background-position: left;
    background-size: cover;
    line-height: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    width: 33.33%;
    max-width: 260px;
    font-size: 14px;
    text-transform: uppercase;
    color: #537697;
}

.island1 .isl-npm4 .botbox .fr .li::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0668ca;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
    position: absolute;
}

.investor1 .inve-npm1 .topul {
    margin-top: 45px;
}

.mobhide {
    display: none;
}

.worksCont1 {
    padding: 100px 0;
}

.worksCont1 .titlbox p {
    text-align: center;
    margin-top: 25px;
}

.worksCont2 {
    padding-bottom: 95px;
}

.worksCont2 .titlbox,
.worksCont3 .titlbox {
    margin-bottom: 35px;
}

.worksCont2 .works_list {
    overflow: hidden;
}

.worksCont2 .works_list ul li {
    float: left;
    /* width: 33.33%;
    max-width: 385px; */
    width: 384px;
    height: 198px;
    padding: 40px 35px;
    border: 1px solid #e4eaf0;
    border-radius: 12px;
    margin-right: 24px;
    margin-bottom: 24px;
    transition: all .5s;
    background: transparent;
}

.worksCont2 .works_list ul li .ic {
    margin-bottom: 20px;
}

.worksCont2 .works_list ul li p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.worksCont2 .works_list ul li:hover {
    background: url(../images/works/worksCont2_hover.png) no-repeat center/cover;
    border: 1px solid #edf4fa;
    transition: all .5s;

}

.worksCont2 .works_list ul li:hover p {
    color: #475a6b;
}

.worksCont2 .works_list ul li:nth-child(3n) {
    margin-right: 0;
}

.worksCont3 {
    background: url(../images/works/worksCont3_bg.jpg) no-repeat center/cover;
    height: 842px;
    padding: 120px 0;
}

.worksCont3 .titlbox h3 {
    color: #fff;
}

.worksCont3 .titlbox h4 {
    color: #fff;
    opacity: .5;
}

.worksCont3 .works_Box {
    padding: 0 40px 40px 40px;
    background: #fff;
}

.worksCont3 .works_Box .tab_ul {
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
}

.worksCont3 .works_Box .tab_ul ul {
    display: flex;
    justify-content: center;
}

.worksCont3 .works_Box .tab_ul li {
    height: 77px;
    line-height: 77px;
    /* float: left; */
    margin-right: 40px;
    color: #808080;
    font-size: 14px;
    cursor: pointer;
}

.worksCont3 .works_Box .tab_ul li.on {
    color: #0668ca;
}

.worksCont3 .works_Box .tab_cont {
    background: url(../images/works/worksCont3_bg2.jpg) no-repeat center/cover;
    width: 1120px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.worksCont3 .works_Box .tab_cont>div {
    overflow: hidden;
}

.worksCont3 .works_Box .tab_cont .Le {
    float: left;
    width: 474px;
}

.worksCont3 .works_Box .tab_cont .Ri {
    width: 646px;
    height: 300px;
    padding: 50px 30px;
    float: right;

}

.worksCont3 .works_Box .tab_cont .Ri h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 25px;
}

.worksCont3 .works_Box .tab_cont .Ri p {
    color: #808080;
}

.worksCont4 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.worksCont4 .Le {
    float: left;
    width: 408px;
    position: relative;
}

.worksCont4 .about_cont3-list {
    width: 1450px;
}

.worksCont4 .worksCont4_list ul {
    overflow: hidden;
}

.worksCont4 .titlbox {
    margin-bottom: 35px;
}

.worksCont4 .titlbox h3,
.worksCont4 .titlbox h4 {
    text-align: left;
}

.worksCont4 .about_cont3-list .swiper-slide {
    width: 386px;
    /* height: 326px; */
    margin-right: 20px;
}

.worksCont4_list .tips {
    margin: 15px auto 0;
}

.worksCont4_list .tips p {
    font-size: 16px;
    text-align: center;
    color: #808080;
}

.worksCont4 .tips p em {
    color: #0668ca;
}

/* .worksCont4 .worksCont4_list li{
    float: left;
    width: 588px;
    margin-right: 24px;
    margin-bottom: 24px;
} 
.worksCont4 .worksCont4_list li:nth-child(2n){
    margin-right: 0;
}*/
.worksCont4 .swiper_btn {
    position: absolute;
    top: 255px;
    overflow: hidden;
}

.worksCont4 .swiper_btn>div {
    width: 48px;
    height: 48px;
    transition: all .5s;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    border: none;
}

.worksCont4 .swiper_btn .button-prev {
    background: url(../images/works/button-prev.png) no-repeat center/cover;
}

.worksCont4 .swiper_btn .button-next {
    background: url(../images/works/button-next.png) no-repeat center/cover;
}

.worksCont4 .swiper_btn .button-prev:hover {
    background: url(../images/works/button-prevon.png) no-repeat center/cover;
}

.worksCont4 .swiper_btn .button-next:hover {
    background: url(../images/works/button-nexton.png) no-repeat center/cover;
}

.worksCont4 .about_cont3-list:hover {
    cursor: initial;
}

.worksCont4 .about_cont3-list .img {
    border-radius: 8px 8px 0 0;

}

.worksCont4 .about_cont3-list .cont {
    border: 2px solid #e4eaf0;
    border-top: 0;
    padding: 25px 30px;
    border-radius: 0 0 8px 8px;

}

.worksCont4 .about_cont3-list .cont h2 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
}

.worksCont4 .about_cont3-list .cont h2 em {
    display: block;
    font-weight: 500;
}

.search .news-npm2 .titlbox {
    padding-bottom: 35px;
}

.search .news-npm2 .titlbox h3,
.search .news-npm2 .titlbox h4 {
    text-align: left;
}

.pop-card {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow: auto;
    display: none;
}

.pop-card .block {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.pop-content {
    min-height: 610px;
    padding: 80px 40px 40px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 190px;
    z-index: 200;
    width: 1200px;
    border-radius: 8px;
}

.closeButton {
    position: absolute;
    right: -11px;
    top: -11px;
    cursor: pointer;
    transition: transform 0.3s;
    transform: scale(1);
}

.closeButtonhover {
    transform: scale(0.9);
}

.footerPopBox .title h4 {
    color: #e5e5e5;
    font-size: 72px;
    font-family: FSSinclair-Bold;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footerPopBox .title h3 {
    color: #0668ca;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 44px;
    font-weight: bold;
}

.sitemapNavList {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.sitemapNavList dl {
    padding: 0 20px;
    min-height: 290px;
    background: url('../images/sitemap-nav-list-bor.jpg') no-repeat 0 0;
}

.sitemapNavList dl:first-child {
    background: none;
}

.sitemapNavList dt {
    color: #333;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 20px;
}

.sitemapNavList dd a {
    display: block;
    color: #808080;
    line-height: 1;
    margin-bottom: 17px;
    transition: color 0.3s;
}

.sitemapNavList dd a:hover {
    color: #333;
}

.legalPopBox p {
    color: rgba(83, 83, 83, 0.7);
}

.legalPopBox h5 {
    color: #0045c8;
    font-size: 17px;
    line-height: 1;
    margin-top: 34px;
    margin-bottom: 14px;
    font-weight: bold;
}

.version {
    display: none;
}

.about .subBan .page_nav .list a:nth-child(4):hover {
    border: 2px solid rgba(255, 255, 255, .7);
    background-color: transparent;
    color: #fff;
}


@media screen and (max-width:1380px) {
    #header .header-wrap .nav dl {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1280px) {
    #header .header-ri {
        margin-right: 20px;
    }

    #header .header-wrap {
        padding-left: 20px;
    }

}

@media screen and (max-width: 1200px) {
    .w1200 {
        width: 92%;
    }

    #header.on .header-wrap .logo,
    #header.onsb .header-wrap .logo,
    #header .header-wrap .logo {
        background-size: 115px auto;
        background: url(../images/logo.svg) no-repeat center left;
    }

    #header .header-wrap .nav dt>a {
        font-size: 14px;
    }

    .performanceCont2 .performance-list .performance-item {
        width: 48.9%;
    }

    .worksCont2 .works_list ul li {
        width: 100%;
        height: auto;
        margin-bottom: .3rem;
        padding: .35rem;
        border-radius: .12rem;
    }

    .worksCont2 .works_list ul li .ic {
        margin-bottom: .2rem;
    }

    .worksCont2 .works_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .worksCont2 .works_list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .worksCont3 .works_Box .tab_cont {
        width: 100%;
        height: 240px;
    }

    .worksCont3 .works_Box .tab_cont .Le {
        width: 42.32%;
    }

    .worksCont3 .works_Box .tab_cont .Ri {
        width: 57.67%;
    }

    .worksCont4 .worksCont4_list li {
        width: 48.8%;

    }
}

@media screen and (max-width: 1050px) {
    #header .header-wrap .logo >img{
        width: auto;
        height: auto;
        float: none;
    }
    .original,.hollow{
        display: none !important; 
    }
    .pchide,
    .websiteMap,
    .island1 .isl-npm4 .topbox .fr .pcImg ,
    .island1 .isl-npm4 .topbox .fr .pcTxt  {
        display: none;
    }

    .mobhide,
    .version,
    .island1 .isl-npm4 .topbox .fr .MobImg ,
    .island1 .isl-npm4 .topbox .fr .MobTxt {
        display: block;
    }
    .island1 .isl-npm4 .topbox .fr .MobTxt{
        font-size: .28rem;
        padding-bottom: .2rem;
        margin-bottom: .3rem;
        color: #333;
        font-weight: 600;
        border-bottom: .01rem solid #e3e3e3;
        line-height: 1.6;
    }

    .version {
        margin-top: .6rem;
        overflow: hidden;
    }

    .version>a {
        font-size: .32rem;
        color: #808080;
        float: left;
        margin-right: .4rem;
    }

    .version>a.on {
        color: #0668ca;
    }

    html {
        font-size: calc(100vw/7.5);
        font-size: -moz-calc(100vw/7.5);
        font-size: -webkit-calc(100vw/7.5);
    }

    #header {
        height: 1.2rem;
        max-width: initial;
    }

    #header .head {
        background: #fff;
        height: 1.2rem;
        width: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 9999;
        padding: 0 .3rem;
    }

    #header .header-wrap {
        padding-left: .3rem;
        height: 1.2rem;
    }

    #header.on .header-wrap .logo,
    #header.onsb .header-wrap .logo,
    #header .header-wrap .logo {
        background-size: 1.3rem;
        width: 4rem;
        height: 1.2rem;
        margin-top: 0;
    }

    #header .header-wrap .logo p {
        margin-left: 1.6rem;
        line-height: 1.3;
        margin-top: 0.25rem;
    }

    #header .header-wrap .logo p::before {
        left: -.25rem;
        width: .02rem;
        height: .55rem;
        background-color: #e0e0e0;
        /* margin-top: 0.1rem; */
    }

    .head_nav_btn,
    .mobileHead {
        display: block;
    }

    .head-right {
        display: none;
    }

    .w1200,
    .newsdata .news-npm1 .w1200 {
        width: calc(100% - .6rem);
    }

    .subBan .img .h1 {
        font-size: .32rem;
        margin-bottom: .15rem;
    }

    .subBan .img .h2 {
        font-size: .3rem;
    }

    .subBan .img {
        height: 4rem;
        margin-top: 1.2rem;
    }

    .subBan .img .w1200 {
        padding-top: .8rem;
    }

    .subBan .page_nav {
        bottom: auto;
        top: 2.3rem;
    }

    .subBan .page_nav .list a {
        font-size: .24rem;
        height: 0.8rem;
        line-height: .78rem;
        margin-right: .15rem;
        width: auto;
        padding: 0 .2rem;
        border: .02rem solid rgba(255, 255, 255, .7);
    }

    .subBan .img .title {
        margin-bottom: 0;
    }

    p {
        line-height: 1.6;
        font-size: 0.24rem;
    }

    .titlbox h3 {
        font-size: .36rem;
    }

    .titlbox h4 {
        font-size: .3rem;
        letter-spacing: -.005rem;
        margin-top: .13rem;
    }

    .performance2 .performanceCont2 .performance-list .performance-item .performance-txt {
        height: auto;
        min-height: initial;
    }

    .performanceCont2 .performance-list .performance-item {
        width: 100%;
        margin: 0 auto 0.4rem;
        float: none;
    }

    .performanceCont2 .performance-list .performance-item .performance-txt .h3 p {
        padding-top: 0;
    }

    .performance2 .performanceCont2 .performance-list .performance-item .performance-txt .h3 {
        padding-bottom: .15rem;
        height: auto;
    }

    .performanceCont2 .performance-list .performance-item:nth-child(2n) {
        margin-right: auto;
    }

    .performanceCont2 .performance-list .performance-item .performance-txt {
        padding: .3rem;
        height: auto;
        min-height: 2rem;
    }

    .performanceCont2 .performance-list {
        padding-bottom: .8rem;
    }

    .performanceCont2 .performance-list .performance-item .performance-txt h3 {
        font-size: .26rem;
        /* padding-bottom: .1rem; */
        line-height: 1.3;
    }

    .performanceCont2 .performance-list .performance-item .performance-txt p {
        padding-top: .1rem;
        font-size: .24rem;
    }

    .performanceCont1 {
        padding: .8rem 0 0;
    }

    .businessCont1 {
        padding: .8rem 0;
    }

    .performanceCont1 .gif {
        margin-top: .8rem;
        margin-bottom: 0px;
    }

    .businessCont1 .titlbox p {
        margin-top: 0.3rem;
        font-size: .26rem;
        line-height: .4rem
    }

    .businessCont2 .Top p,
    .businessCont3 .Top p {
        line-height: .4rem;
    }

    .businessCont2 .Top {
        padding: .7rem 0 .5rem;
    }

    .about_cont1 .titlbox p>br,
    .indexCont3 .imgBox .txt p>br,
    .business .businessCont2 .Top p>br,
    .business .businessCont3 .Top p>br,
    .performanceCont1 .titlbox p>br,
    .businessCont1 .titlbox p>br {
        display: none;
    }

    .businessCont2 .Bot,
    .businessCont3 .Bot {
        padding-top: .7rem;
    }

    .businessCont2 .Bot h3,
    .businessCont3 .Bot h3 {
        font-size: .28rem;
        padding-bottom: .3rem;
    }

    .businessCont2 .Bot .slide,
    .business2 .businessCont3 .Bot .slide {
        float: none;
        width: 100%;
    }

    .business2 .businessCont2 .Bot .slide .swiper-slide:nth-child(1) li {
        height: 1.53rem;
    }

    .business2 .businessCont2 .Bot .slide .swiper-slide:nth-child(2) li {
        height: 1.1rem;
    }

    .business2 .businessCont3 .Bot .slide .swiper-slide:nth-child(2) li {
        width: 100%;
        height: 1.48rem;
    }

    .businessCont2 .Bot .slide .swiper-slide li:hover,
    .business2 .businessCont3 .Bot .slide .swiper-slide li:hover {
        background-color: #fff;
    }

    .businessCont3 .Bot .Le li:hover {
        color: #3d5266;
        background-color: #e6edf5;
    }

    .businessCont2 .Bot .slide .swiper-slide li:hover p,
    .business2 .businessCont3 .Bot .slide .swiper-slide li:hover p {
        color: #4c4c4c;
    }

    .business .businessCont2 .Bot .slide .swiper-slide:nth-child(3) li {
        height: 1.08rem;
    }

    .business .businessCont2 .Bot .slide .swiper-slide li {
        height: 1.5rem;
    }

    .business2 .businessCont3 .Bot .slide .swiper-slide:nth-child(1) li {
        height: 1.9rem;
    }

    .businessCont2 .Bot .slide .swiper-slide li,
    .business2 .businessCont3 .Bot .slide .swiper-slide li {
        width: 48.5%;
        margin-bottom: .2rem;
        margin-right: .2rem;
        padding: .35rem;
        height: 1.9rem;
    }

    .businessCont2 .Bot .Ri,
    .businessCont3 .Bot .Ri {
        float: none;
        width: 100%;
        margin-top: .4rem;
    }

    .businessCont2,
    .businessCont3 {
        padding-bottom: 1rem;
    }

    .businessCont3 .Bot .Le li {
        height: 1.2rem;
        margin-bottom: 0.2rem;
        padding-left: 0.4rem;
        font-size: .26rem;
    }

    .businessCont3 .Bot .Le {
        float: none;
        width: auto;
    }

    .businessCont2 .Bot .slide .swiper-slide li p,
    .business2 .businessCont3 .Bot .slide .swiper-slide li p {
        font-size: .26rem;
    }

    .businessCont3 .Top {
        padding: 1rem 0 .6rem;
    }

    .business2 .businessCont2 .Top p em,
    .business2 .businessCont3 .Top p em {
        font-size: .28rem;
        margin-bottom: .1rem;
    }

    .about_cont1 .titlbox p,
    .businessCont1 .titlbox p {
        line-height: .4rem;
        margin-top: .4rem;
    }

    .performance .performanceCont2 .performance-list .performance-item .performance-txt .h3 {
        /* padding-bottom: .15rem; */
    }

    .performanceCont1 .titlbox p {
        margin-top: .35rem;
    }

    .about {
        overflow: hidden;
    }

    .about_cont2 .about_cont2-slide {
        left: 0;
        height: auto;
    }

    .about_cont2 .mobile_about_cont2-slide {
        /* margin-top: -.3rem; */
        margin-top: 0;
        overflow: hidden;
    }

    .about_cont2 .mobile_about_cont2-slide.open {
        margin-top: .8rem;
        overflow: visible;
    }

    .about_cont2 {
        height: auto;
        padding: .8rem 0 1.2rem;
        background: url(../images/about/aboutCont2-bg1.png) center/cover no-repeat;
    }

    .about_cont2 .about_cont2-slide .p {
        height: auto;
        padding: .25rem 0 .4rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n) .p p {
        text-align: right;
    }

    .about_cont2 .about_cont2-slide .swiper-slide {
        height: auto;
        width: 51% !important;
        float: left;
        padding-left: 0;
    }

    .about_cont2 .about_cont2-slide .swiper-slide::before {
        width: 2.6rem;
        height: 0.02rem;
        right: 0;
        top: 0;
        left: auto;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n):before,
    .about_cont2 .about_cont2-slide .swiper-slide.top::before {
        left: 0;
        top: 0;
        right: auto;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n),
    .about_cont2 .about_cont2-slide .swiper-slide.top {
        float: right;
        width: 50% !important;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n) .year,
    .about_cont2 .about_cont2-slide .swiper-slide.top .year {
        text-align: right;
    }

    .about_cont2 .about_cont2-slide .hide {
        padding-top: 0;
        overflow: visible;
        position: relative;
    }

    .about_cont2 .about_cont2-slide .hide::before {
        content: '';
        background: url(../images/about/about_cont2-xian2.png) no-repeat 0 0 /100%;
        width: 0.32rem;
        height: 33rem;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 0;
        transform: translateX(-50%);
        overflow: hidden;
    }

    .about_cont2 .about_cont2-slide .hide::after {
        clear: both;
        content: '';
        display: block;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a2,
    .about_cont2 .about_cont2-slide .none .swiper-slide.a3 {
        height: auto;
        margin-top: 0;
    }

    .about .about_cont2 .about_cont2-slide .a2.bottom {
        left: 0;
        float: left;
        position: relative;
        top: 2.2rem;
        left: 0.05rem;
    }

    .about .about_cont2 .about_cont2-slide .a2.bottom .year {
        text-align: left;
    }

    .about .about_cont2 .about_cont2-slide .a2.bottom::after {
        left: auto;
        right: -0.01rem;
        bottom: auto;
        top: -0.26rem;
        transform: rotate(180deg);
    }

    .about_cont2 .about_cont2-slide .swiper-slide.top {
        left: 0;
    }

    .about_cont2 .about_cont2-slide .a2.bottom .p p {
        text-align: left;
    }

    .about_cont2 .about_cont2-slide .a2.bottom:before {
        right: 0;
        left: auto;
    }

    .about .about_cont2 .about_cont2-slide .a2.bottom .p {
        float: none;
        width: auto;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(odd) .p {
        width: 86%;
        float: left;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(even) .p {
        width: 86%;
        float: right;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a1 {
        height: 1.40rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a2 {
        height: 1.75rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a3 {
        height: 1.75rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a4 {
        height: 1.75rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a5 {
        height: 1.75rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.a6 {
        height: 2.6rem;
    }

    .about_cont2 .about_cont2-slide .swiper-wrapper {
        display: block;
    }

    .about_cont2 .about_cont2-slide .swiper-slide .cont {
        /* width: 3.6rem !important; */
        position: initial !important;
        margin-top: -0.15rem;

    }

    .about_cont2 .about_cont2-slide .swiper-slide::after {
        background: url(../images/about/about_cont2-ic1.png) no-repeat center/100%;
        /* width: 0.31rem;
        height: 0.21rem; */
        height: 30px;
        left: auto;
        right: -0.1rem;
        bottom: auto;
        top: -0.255rem;
        z-index: 100;
        transform: rotate(180deg);
    }

    .about_cont2 .about_cont2-slide .show .swiper-slide.a2:after {
        right: -.2rem;
    }

    .about_cont2 .about_cont2-slide .show .swiper-slide.a1:after {
        right: -0.15rem;
    }

    .about_cont2 .about_cont2-slide .show .swiper-slide.a2:after {
        left: -0.25rem;
    }

    .about_cont2 .about_cont2-slide .show .swiper-slide.a5:after,
    .about_cont2 .about_cont2-slide .none .swiper-slide.a1:after {
        right: 0.01rem;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a3:after {
        right: 0;
    }

    .about_cont2 .about_cont2-slide .show .swiper-slide.a6:after {
        left: 0rem;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a4:after {
        left: 0;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a5:after {
        right: -0.01rem;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a6:after {
        /* left: 0rem; */
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.a7:after {
        right: -0.02rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n):after,
    .about_cont2 .about_cont2-slide .swiper-slide.top:after {
        background: url(../images/about/about_cont2-ic1.png) no-repeat center/100%;
        transform: rotate(0);
        /* width: 0.31rem;
        height: 0.21rem; */
        height: 30px;
        left: -0.1rem;
        right: auto;
        bottom: auto;
        top: -0.26rem;
        z-index: 100;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.top {
        width: 51% !important;
        margin-top: .2rem !important;
        position: relative;
        top: -1.3rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide .year {
        font-size: .4rem;
        line-height: .4rem;
    }

    .about_cont2 .about_cont2-slide .swiper-slide.top .p {
        float: right;
    }

    .about_cont2 .about_cont2-slide .swiper-slide:nth-child(2n),
    .about_cont2 .about_cont2-slide .swiper-slide.top {
        margin-top: 0;
    }

    .about_cont2 .about_cont2-slide .none .swiper-slide.top:after {
        left: 0;
        right: auto;
    }

    .about_cont2 .clickBtn {
        width: .72rem;
        margin: 0.8rem auto 0;
    }

    .pc_about_cont2-slide {
        display: none;
    }

    .mobile_about_cont2-slide {
        display: block;
    }

    .about_cont2 .swiper-wrapper.none {
        display: none;
    }

    .about_cont3 .swiper-slide .atm {
        transform: scale(1);
        margin-right: .2rem;
    }

    .about_cont3 {
        padding: 1rem 0 .8rem;
        height: auto;
    }

    .about_cont3 .titlbox h3,
    .about_cont3 .titlbox h4,
    .about_cont2 .titlbox h3,
    .about_cont2 .titlbox h4 {
        text-align: center;
    }

    .about_cont3 .titlbox {
        float: none;
        margin-bottom: .4rem;
        margin-top: 0;
    }

    .about_cont3 .swiper-slide.margin {
        margin: 0 0 0 0;
    }

    .about_cont3-list {
        float: none;
        width: auto;
    }

    .about_cont3 .swiper-slide.swiper-slide-active {
        margin-left: 0;
    }

    .about_cont1 .company-logo {
        width: auto;
        height: auto;
    }

    .about_cont1 .company-wrap {
        width: 2.44rem;
        height: 2.48rem;
        background: url(../images/aboutlogo3.png) center no-repeat;
        background-size: cover;
    }

    .about_cont1 .company-hide {
        background: url(../images/aboutlogo4.png) center top no-repeat;
        background-size: 100% auto;

    }

    .about_cont1::before {
        display: none;
    }

    .about_cont1 .box {
        height: 3.3rem;
        padding: .4rem 0;
        margin-bottom: .8rem;
        border-top: 0.02rem solid #e9edf2;
        border-bottom: 0.02rem solid #e9edf2;
    }

    .about_cont1 .box .Le,
    .about_cont1 .box .Ri {
        width: 2rem;
        padding-bottom: 0;
        margin-bottom: 0;
        display: block;
    }

    .about_cont1 .box .Le .ic img,
    .about_cont1 .box .Ri .ic img,
    .about_cont1 .box .Le::after,
    .about_cont1 .box .Ri::after {
        display: none;
    }

    .about_cont1 .box .Le .ic {
        background: url(../images/about/about_cont1-ic11.png) center top/cover no-repeat;
        width: .29rem;
        height: .27rem;
        margin: 0 auto .2rem;
    }

    .about_cont1 .box .Ri .ic {
        background: url(../images/about/about_cont1-ic22.png) center top/cover no-repeat;
        width: .33rem;
        height: .28rem;
        margin: 0 auto .2rem;
    }

    .about_cont1 .box .Le p {
        font-size: .28rem;
        text-align: center;
    }

    .about_cont1 .box .Ri em {
        font-size: .28rem;
        display: block;
    }

    .about_cont1 .box .Ri p {
        text-align: center;
    }

    .about_cont3 .swiper-slide {
        width: 4.6rem;
        height: 4.8rem;
    }

    .about_cont3 .swiper-slide.swiper-slide-active .atm,
    .about_cont3 .swiper-slide .atm {
        background: #edf2f7;
        padding: .4rem;
    }

    .about_cont3 .swiper-slide.swiper-slide-active .atm em {
        background: linear-gradient(90deg, #dae1e8, #dae1e8) top left / 100% 100%;
        -webkit-background-clip: text;
        color: #edf2f7;
        -webkit-text-stroke: 3px transparent;
        border-top: 2px solid #e1e6eb;
    }

    .about_cont3 .swiper-slide .atm em {
        font-size: .72rem;
        left: .4rem;
        bottom: .35rem;
        line-height: 1;
        padding-top: .3rem;
    }

    .about_cont3 .swiper-slide .atm h3 {
        font-size: .26rem;
        color: #536980;
        line-height: .44rem;
    }

    .about_cont3 .swiper-slide.swiper-slide-active .atm h3 {
        color: #536980;
        line-height: .44rem;
        font-size: .26rem;

    }

    .about_cont2::before {
        display: none;
    }

    .about_cont2 .swiper-wrapper::before {
        /* content: ''; */
        background: url(../images/about/about_cont2-xian2.png) repeat-y top center/cover;
        width: 0.32rem;
        height: 11.64rem;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 0;
        transform: translateX(-50%);
        z-index: -1;
    }

    .about_cont2 .swiper-wrapper.none::before {
        top: 11.64rem;
    }

    .worksCont4 .worksCont4_list li {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: .4rem;
        width: 100%;
        float: none;
        max-width: 588px;
    }

    .worksCont4 .worksCont4_list li:nth-child(2n) {
        margin-right: auto;
    }

    .worksCont4 .worksCont4_list li .cont {
        padding: .4rem;
        border-radius: 0 0 .08rem .08rem;
    }

    .worksCont4 .worksCont4_list li .cont h2 {
        font-size: .28rem;
        line-height: .4rem;
    }

    .worksCont4_list .tips p {
        font-size: .26rem;
    }

    .worksCont4_list .tips {
        margin-top: 0;
    }

    .worksCont4,
    .worksCont3,
    .worksCont1 {
        padding: .8rem 0;
    }

    .worksCont3 {
        padding: .8rem 0;
    }

    .worksCont2 .titlbox,
    .worksCont3 .titlbox,
    .worksCont4 .titlbox {
        margin-bottom: .35rem;
    }

    .worksCont2 .works_list ul li:hover {
        background: none;
    }

    .worksCont3 .works_Box .tab_ul ul {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
    }

    .worksCont3 .works_Box .tab_ul li {
        margin-right: .2rem;
        width: auto;
        height: auto;
        line-height: 1;
        display: inline-block;
        font-size: .24rem;
    }

    .worksCont3 .works_Box .tab_cont .Le,
    .worksCont3 .works_Box .tab_cont .Ri {
        width: 100%;
        float: none;
        height: auto;
    }

    .worksCont3 .works_Box .tab_cont {
        background: #e9eff5;
        height: auto;
    }

    .worksCont3 .works_Box .tab_cont .Ri {
        padding: .35rem;
    }

    .worksCont3 .works_Box .tab_cont .Ri h2 {
        font-size: .36rem;
        margin-bottom: .25rem;
    }

    .worksCont2 {
        padding-bottom: .8rem;
    }

    .worksCont3 {
        height: auto;
    }

    .worksCont4 .Le {
        width: auto;
        float: none;
        margin-bottom: .4rem;
    }

    .worksCont4 .about_cont3-list .cont {
        padding: .25rem .3rem;
        border-radius: 0 0 .08rem .08rem;
        border: .02rem solid #e4eaf0;
    }

    .worksCont4 .about_cont3-list .swiper-slide {
        width: auto;
    }

    .worksCont4 .swiper_btn {
        display: none;
    }

    .worksCont4 .about_cont3-list {
        width: auto;
        margin-right: 0;
    }

    .worksCont2 .works_list ul li p,
    .worksCont4 .about_cont3-list .cont h2 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .worksCont3 .works_Box .tab_ul {
        margin-bottom: .4rem;
    }
    .island1 .isl-npm3 .isl-npm3-cont .img img{
        width: 49.5%;
    }
    .island1 .isl-npm3 .isl-npm3-cont .from thead th{
        height: auto;
        font-size: .26rem;
        padding: .15rem .05rem;
    }
    .island1 .isl-npm3 .isl-npm3-cont .from table{
        display: flex;
        overflow-x: auto;
        flex-direction: column;
        max-width: 7rem;
        z-index: 100;
        position: relative;
    }
    .island1 .isl-npm3 .isl-npm3-cont .from table::-webkit-scrollbar{
        display: none;
    }
    .island1 .isl-npm3 .isl-npm3-cont .from th, td{
        min-width: 1.5rem;
        height: auto;
        padding-right: .15rem;
        padding-left: .15rem;
        font-size: .24rem;
    }
    .island1 .isl-npm3 .isl-npm3-cont .txt h3{
        font-size: .26rem;
    }
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 630px) {
    .performanceCont2 .performance-list .performance-item {
        width: 100%;
        max-width: initial;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .performanceCont2 .performance-item .swiper-pagination .swiper-pagination-bullet {
        margin: 0 0 0 0.1rem;
    }

    .performanceCont2 .performance-item .swiper-pagination {
        top: 82%;
    }

    .performanceCont2 .performance-list .performance-item .performance-txt {
        height: auto !important;
        min-height: auto;
    }
}

@media screen and (max-width:480px) {

    #header.on .header-wrap .logo,
    #header.onsb .header-wrap .logo,
    #header .header-wrap .logo {
        background-size: 2.1rem;
        width: auto;
    }

    #header .header-wrap .logo p {
        margin-left: 2.35rem;
        line-height: 1.3;
        margin-top: 0.32rem;
    }

    .businessCont2 .Bot .Ri,
    .businessCont3 .Bot .Ri {
        margin-top: .6rem;
    }

    .worksCont4 .about_cont3-list .swiper-slide {
        width: 100%;
        margin-right: 0;
    }
}



/* 鏉 */
@media screen and (max-width:1050px) {
 .island1 .isl-npm4 .topbox .fr .pcImg{
        display: block !important;
    }
    /* 鏉 */
    .fl,
    .fr,
    .join1 .join-npm2 .fl,
    .join1 .join-npm2 .fr {
        float: none;
    }

    .join1 .bgbox {
        background: none;
    }

    .join1 .join-npm1 {
        padding: .8rem 0;
    }

    .join1 .join-npm1 .clear {
        margin-top: .6rem;
    }

    .join1 .join-npm .fl {
        width: 100%;
    }

    .join1 .bgbox .h5 {
        font-size: .26rem;
        padding-bottom: .2rem;
        line-height: 1;
    }

    .join1 .join-npm .fl .p {
        margin-top: .25rem;
    }

    .join1 .join-npm .fl .p p {
        line-height: 1.6;
        font-size: 0.24rem;
        margin-bottom: .15rem;
    }

    .join1 .join-npm .fl ul {
        padding: 0.35rem 0.8rem 0.25rem 0.4rem;
        margin-top: 0.45rem;
        border-radius: 0.08rem;
        height: 2.1rem;
    }

    .join1 .join-npm .fr {
        width: 100%;
        margin-top: .45rem;
        border-radius: .08rem;
    }

    .join1 .join-npm .fl li img {
        height: .5rem;
    }

    .join1 .join-npm .fl li p {
        line-height: 1.6;
        font-size: 0.24rem;
        margin-top: .25rem;
        width: 1.2rem;
        top: .45rem;
    }

    .join1 .join-npm .fr .swiper-pagination {
        padding-right: .2rem;
        bottom: .4rem;
    }

    .join1 .join-npm .fr .swiper-pagination span {
        width: .18rem;
        height: .18rem;
        margin: 0 0 0 .13rem;
    }

    .join1 .join-npm2 {
        padding: .45rem 0 .8rem;
    }

    .join1 .join-npm2 .clearat {
        display: block;
    }

    .join2 .join-npm1 {
        padding: .8rem 0 1.4rem;
        overflow: hidden;
    }

    .join2 .join-npm1 .droplet .ic1 {
        width: 2.21rem;
        left: -.7rem;
        top: 1.4rem;
    }

    .join2 .join-npm1 .droplet .ic2 {
        width: 1.27rem;
        left: 1.5rem;
        top: -.65rem;
        z-index: -1;
    }

    .join2 .join-npm1 .droplet .ic3 {
        width: .95rem;
        left: 2.5rem;
        top: 1.1rem;
    }

    .join2 .join-npm1 .droplet .ic4 {
        width: .81rem;
        right: 2rem;
        top: 2rem;
    }

    .join2 .join-npm1 .droplet .ic5 {
        width: 2.5rem;
        right: -1.6rem;
        top: .5rem;
    }

    .join2 .join-npm1 .droplet {
        width: 100%;
        height: 4.39rem;
    }

    .join2 .join-npm2 {
        margin-top: -.53rem;
        padding-top: 0.8rem;
        height: 4rem;
    }

    .join2 .join-npm2 h5 {
        font-size: .34rem;
        line-height: .48rem;
    }

    .join2 .join-npm2 p {
        font-size: .24rem;
        margin-top: .35rem;
    }

    .join2 .join-npm2 .join {
        border-radius: .6rem;
        width: 2.86rem;
        line-height: .8rem;
        font-size: .24rem;
        padding-left: .25rem;
        margin: .8rem auto 0;
    }

    .join2 .join-npm2 .join::after {
        width: .71rem;
        height: .71rem;
        right: .05rem;
        top: .055rem;
    }

    .join3 .join-npm1 .clearat {
        display: block;
        border-radius: .08rem;
        margin-top: .45rem;
    }

    .join3 .join-npm1 .fl {
        width: 100%;
    }

    .join3 .join-npm1 .fr {
        width: 100%;
        padding: .6rem .4rem;
    }

    .join3 .join-npm1 .fr h5 {
        font-size: .26rem;
        padding-bottom: .23rem;
        margin-bottom: .2rem;
        border-bottom: .02rem solid rgba(255, 255, 255, 0.15);
    }

    .join3 .join-npm1 .fr p {
        line-height: 1.6;
        font-size: 0.24rem;
    }

    .join3 .join-npm1 .fr em {
        font-size: .26rem;
    }

    .join3 .join-npm1 {
        padding: .8rem 0;
    }

    .join3 .code>img,
    .join3 .code>p {
        display: none;
    }

    .join3 .code.on {
        right: 0;
    }

    .join3 .code {
        width: 1.46rem;
        height: 1.46rem;
        background: url(../images/wx_bg.png) no-repeat center/cover;
        border: none;
    }

    .join3 .join-npm2 {
        background: #e9f0f7;
        padding: .8rem 0;
    }

    .join3 .join-npm2 .ul .li {
        width: 48%;
        border-radius: .08rem;
        padding: .47rem .3rem;
        margin-bottom: .2rem;
        height: auto;
    }

    .join3 .join-npm2 .ul .li h5 {
        font-size: .26rem;
        margin-bottom: .15rem;
        height: 0.8rem;
    }

    .join3 .join-npm2 .ul .li p {
        line-height: .4rem;
        font-size: 0.24rem;
        margin-bottom: 0;
        text-align: left;
    }

    .join3 .join-npm2 .ul .li em {
        font-size: .26rem;
    }

    .investor1 .inve-npm1 {
        padding: .8rem 0;
    }

    .investor1 .inve-npm1 .titlbox {
        margin-bottom: .4rem;
    }

    .investor1 .inve-npm1 .topul {
        margin-top: .45rem;
    }

    .investor1 .inve-npm1 .topul .li {
        font-size: .24rem;
        line-height: .8rem;
        width: 1.2rem;
        margin-right: .1rem;
    }

    .investor1 .inve-npm1 .botul .li {
        padding: .2rem;
    }

    .investor1 .inve-npm2 {
        padding: .8rem 0;
    }

    .investor1 .inve-npm2 .titlbox h4 {
        text-align: left;
    }

    .investor1 .inve-npm2 .fr .boxul {
        margin-top: .35rem;
        display: flex;
        justify-content: center;
    }

    .investor1 .inve-npm2 .fr .li:nth-child(1) {
        padding-left: 0;
    }

    .investor1 .inve-npm2 .fr .li {
        font-size: .26rem;
        padding-left: .42rem;
    }

    .investor1 .inve-npm2 .fr .li:nth-child(1)::after {
        width: .02rem;
        height: .2rem;
        right: -.2rem;
    }

    .investor1 .inve-npm2 .botul {
        margin-top: .4rem;
    }

    .investor1 .inve-npm2 .botul .item .ul a {
        border-radius: .08rem;
        line-height: .9rem;
        margin-bottom: .12rem;
        padding: 0 .4rem;
    }

    .investor1 .inve-npm2 .botul .item .ul a:hover {
        background: #fff;
    }

    .investor1 .inve-npm2 .botul .item .ul a:hover .data {
        color: #0668ca;
    }

    .investor1 .inve-npm2 .botul .item .ul a:hover h5 {
        color: #4c4c4c;
    }

    .investor1 .inve-npm2 .botul .item .ul .data {
        font-size: .26rem;
        letter-spacing: -.005rem;
    }

    .investor1 .inve-npm2 .botul .item .ul h5 {
        width: 77%;
        font-size: .26rem;
        margin-left: .2rem;
    }

    .pages .spage-number {
        margin-top: .5rem;
    }

    .pages button {
        border-radius: .04rem;
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin-right: .1rem;
    }

    .pages .prev {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        margin-right: .1rem;
        background-size: .09rem;
    }

    .pages .next {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        margin-right: .1rem;
        background-size: .09rem;
    }

    .pages .next:hover {
        background: #fff url(../images/investor/next.png) no-repeat;
        background-position: center;
        background-size: 0.09rem;
    }

    .pages .prev:hover {
        background: #fff url(../images/investor/prev.png) no-repeat;
        background-position: center;
        background-size: 0.09rem;
    }

    .investor1 .inve-npm3 {
        padding: 1.5rem 0;
        height: auto;
    }

    .investor1 .inve-npm3 .fl:nth-child(2) {
        margin-left: 0;
    }

    .investor1 .inve-npm3 .fl h5 {
        font-size: .28rem;
        line-height: .4rem;
        margin-bottom: .35rem;
        margin-top: .35rem;
    }

    .investor1 .inve-npm3 .fl p {
        font-size: .24rem;
        margin-bottom: .08rem;
        line-height: .32rem;
    }

    .investor1 .inve-npm3 .fl em {
        font-size: .26rem;
    }

    .news1 .news-npm1 {
        padding: .8rem 0;
    }

    .news1 .news-npm1 .ul a .img img {
        width: auto;
        height: auto;
    }

    .news1 .news-npm1 .ul a .img {
        height: 4rem;
        border-top-left-radius: .08rem;
        border-top-right-radius: .08rem;
    }

    .news1 .news-npm1 .ul a {
        width: 100%;
    }

    .news1 .news-npm1 .mySwiper {
        overflow: hidden;
        position: relative;
        padding-bottom: .5rem;
    }

    .news1 .news-npm1 .mySwiper .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .indexCont2 .Bot .swiper-pagination {
        bottom: -.5rem;

    }

    .news1 .news-npm1 .mySwiper .swiper-pagination span,
    .indexCont2 .Bot .swiper-pagination span {
        width: .18rem;
        height: .18rem;
        margin: 0 .07rem;
        border-radius: 50%;
        background: #c2d0dd;
        transition: all .3s;
        opacity: 1;
    }

    .news1 .news-npm1 .mySwiper .swiper-pagination .swiper-pagination-bullet-active,
    .indexCont2 .Bot .swiper-pagination .swiper-pagination-bullet-active {
        background: #0054a7;
    }

    .news1 .news-npm1 .ul a .cont {
        border: .02rem solid #edf1f5;
        border-bottom-left-radius: .08rem;
        border-bottom-right-radius: .08rem;
        padding: .4rem .35rem;
        height: auto;
    }

    .news1 .news-npm1 .ul a .cont h4 {
        font-size: .26rem;
        letter-spacing: -.005rem;
    }

    .news1 .news-npm1 .ul a .cont h5 {
        font-size: .3rem;
        line-height: .42rem;
        margin-top: .1rem;
    }

    .news1 .news-npm2 {
        background: #f2f6fa;
        padding: .8rem 0;
    }

    .news1 .news-npm2 .fl {
        float: left;
        margin-top: 0.05rem;
        font-size: .28rem;
        line-height: 1;
    }

    .news1 .news-npm2 .fr {
        float: right;
        width: 83%;
    }

    .news1 .news-npm2 a {
        padding: .35rem;
        border-radius: .08rem;
    }

    .news1 .news-npm2 .fl em {
        font-size: .36rem;
        margin-bottom: .08rem;
        line-height: .3rem;
    }

    .news1 .news-npm2 .fr .img {
        display: none;
    }

    .news1 .news-npm2 .fr h5 {
        font-size: .3rem;
        line-height: .42rem;
    }

    .news1 .news-npm2 .fr p,
    .news1 .news-npm2 .fr .more,
    .newsdata .topul .fr .wx-nmp .bshare-custom {
        display: none;
    }

    .news1 .news-npm2 a::before,
    .news1 .news-npm2 a:nth-child(1)::after {
        height: .02rem;
    }

    .newsdata .news-npm1 {
        padding: .8rem 0;
    }

    .newsdata .topul {
        padding: .5rem 0;
        border-top: .02rem solid #e9ecf0;
        border-bottom: .02rem solid #e9ecf0;
    }

    .newsdata .topul .fl h4 {
        font-size: .36rem;
        letter-spacing: -.005rem;
    }

    .newsdata .topul .fl {
        width: 100%;
    }

    .newsdata .topul .fl h5 {
        font-size: .32rem;
        margin-top: 0.1rem;
        line-height: .4rem;
    }

    .newsdata .botcon {
        padding-top: .45rem;
    }

    .newsdata .botcon p>img,
    .newsdata .botcon img {
        width: 100%;
        max-width: 7.5rem;
    }

    .newsdata .botcon p {
        line-height: 1.6;
        font-size: 0.26rem;
        margin-bottom: .3rem;
    }

    .newsdata .return {
        font-size: .24rem;
        padding-left: .25rem;
    }

    .newsdata .return::after {
        width: .16rem;
        height: .14rem;
        background-size: 100%;
    }

    .news2 .news-npm1 {
        padding: .8rem 0;
    }

    .news2 .news-npm1 .ul .li .h5 {
        border: .02rem solid #e9edf2;
        border-bottom-left-radius: .08rem;
        border-bottom-right-radius: .08rem;
        height: .9rem;
        padding: .2rem .35rem 0;
        font-size: .26rem;
        /* height: 1.4rem; */
    }

    .news2 .news-npm1 .ul .li {
        border-radius: .08rem;
        margin-bottom: .25rem;
    }

    .videopop .cont {
        max-width: 80%;
    }

    .news2 .news-npm1 .more {
        border-radius: 0.6rem;
        width: 2.86rem;
        line-height: .8rem;
        font-size: .24rem;
        padding-left: 0.25rem;
        margin: .3rem auto 0;
    }

    .news2 .news-npm1 .more::after {
        width: 0.71rem;
        height: 0.71rem;
        right: 0.05rem;
        top: 0.055rem;
    }

    .island1 .isl-npm1 {
        padding: .8rem 0;
    }

    .island1 .isl-npm1 .text .ic {
        margin: 0 auto .5rem;
        width: 1.35rem;
    }

    .island1 .isl-npm1 .text p {
        line-height: 1.6;
        font-size: 0.24rem;
    }

    .island1 .isl-npm1 ul {
        margin-top: .75rem;
    }

    .island1 .isl-npm1 ul li {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: .08rem;
        margin: 0 .1rem;
    }

    .island1 .isl-npm1 ul li img {
        width: .5rem;
    }

    .island1 .isl-npm1 ul li p {
        margin-top: .15rem;
        font-size: .24rem;
        color: #333333;
    }

    .island1 .isl-npm2 {
        padding: .8rem 0;
    }

    .island1 .isl-npm2 .ul {
        background: #fff;
        display: block;
        margin-top: 0;
        padding-top: .6rem;
        height: auto;
    }

    .island1 .isl-npm2 .ul .li {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: .35rem;
        padding-bottom: .35rem;
        border-bottom: 1px solid #e4e9ed;
    }

    .island1 .isl-npm2 .ul .li:nth-child(2n) {
        float: none;
        padding: 0 0 .35rem 0;
    }

    .island1 .isl-npm2 .ul .li:last-child {
        border-bottom: none;
    }

    .island1 .isl-npm2 .ul .li h5 {
        font-size: .26rem;
        margin-bottom: .15rem;
    }

    .island1 .isl-npm2 .ul .li p {
        height: auto;
        line-height: 1.6;
        font-size: 0.24rem;
    }

    .island1 .isl-npm3 {
        height: auto;
        padding: .8rem 0;
    }

    .island1 .isl-npm3 .titlbox p {
        font-size: .24rem;
        margin-top: .35rem;
    }

    .island1 .isl-npm3 .ul {
        margin-top: .6rem;
    }

    .island1 .isl-npm3 .li {
        width: 49%;
        border-radius: 0.08rem;
        height: auto;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 0.4rem 0.2rem 0.3rem 0.4rem;
    }

    .island1 .isl-npm3 .li:nth-child(2n) {
        margin-right: 0;
    }

    .island1 .isl-npm3 .li .ic {
        height: .4rem;
    }

    .island1 .isl-npm3 .li:nth-child(1) .ic img {
        height: auto;
    }

    .island1 .isl-npm3 .li .ic img {
        height: 100%;
        max-width: .5rem;
    }

    .island1 .isl-npm3 .li h5 {
        font-size: .28rem;
        line-height: .36rem;
        margin-bottom: .2rem;
    }
    .island1 .isl-npm3 .li .p {
        padding: .25rem 0 ;
        border-top: .01rem solid #d5dfe3;
    }
    .island1 .isl-npm3 .li h6 {
        font-size: .26rem;
        color: #333333;
        line-height: 1;
        margin-bottom: .1rem;
    }
    .island1 .isl-npm3 .li:last-child{
        width: 100%;
    }
    .island1 .isl-npm3 .li p {
        /* height: 2.3rem; */
        line-height: 1.6;
        font-size: 0.24rem;
        /* padding-right: 0.2rem; */
    }

    .island1 .isl-npm3 .li p::-webkit-scrollbar {
        width: .04rem;
    }

    .island1 .isl-npm3 .li .wz {
        width: .3rem;
    }

    .island1 .isl-npm3 .li .cont {
        margin-top: .2rem;
        height: 4rem;
        /* margin-bottom: .27rem; */
    }

    .island1 .isl-npm4 {
        padding: .8rem 0 1rem;
    }

    .island1 .isl-npm4 .topbox .fl {
        /* margin-top: .3rem; */
    }
    .island1 .isl-npm4 .topbox .fl p{
        font-size: .28rem;
        line-height: 1.6;
        margin-top: 0.3rem;
    }
    .island1 .isl-npm4 .topbox .fr {
        width: 100%;
        margin-top: .35rem;
        /* overflow: visible; */
    }

    .island1 .isl-npm4 .topbox .fr .swiper-pagination span {
        width: 0.18rem;
        height: 0.18rem;
        margin: .2rem 0.13rem 0 0;
    }

    .island1 .isl-npm4 .topbox .fr .mySwiper {
        position: relative;
        height: 3.5rem;
    }

    .island1 .isl-npm4 .topbox .fr .swiper-pagination {
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
    transform: none;
    }

    .island1 .isl-npm4 .topbox .fr .swiper-slide {
        /* padding-right: .6rem; */
    }

    .island1 .isl-npm4 .topbox {
        /* border-bottom: .02rem solid #edf0f2;
        padding-bottom: .6rem;
        margin-bottom: .9rem; */
    }

    .island1 .isl-npm4 .botbox .fr {
        width: 100%;
        margin-top: .35rem;
    }

    .island1 .isl-npm4 .botbox .fr .li {
        width: 100%;
        max-width: none;
        background-size: contain;
        margin-bottom: .2rem;
        padding-left: .4rem;
        line-height: .78rem;
        background: url(../images/island/bg2-1.png) no-repeat center/cover;
        height: .78rem;
        font-size: .24rem;
    }

    .island1 .isl-npm4 .botbox .fr .li::after {
        width: .07rem;
        height: .07rem;
        left: .25rem;
    }

    /* 缁撴潫 */
    .index-swiper {
        margin-top: 1.2rem;
        height: 10rem;
    }

    .index-swiper .swiper-button-next,
    .index-swiper .swiper-button-prev {
        display: none;
    }

    .index-swiper .swiper-slide .text {
        top: 2.3rem;
    }

    .index-swiper .swiper-slide .text .cn {
        font-size: .5rem;
        line-height: .6rem;
    }

    .index-swiper .swiper-slide .text .en {
        font-size: .3rem;
        line-height: .28rem;
    }

    .index-swiper .swiper-pagination {
        width: 100%;
        padding: 0 .3rem;
    }

    .indexCont1 {
        height: auto;
        padding-top: .8rem;
        margin-top: 0.8rem;
    }

    .indexCont1 .indexCont1-txt h3 {
        font-size: .32rem;
        line-height: .42rem;
    }

    .indexCont1 .indexCont1-txt h3::after {
        top: -.3rem;
        font-size: .4rem;
    }

    .indexCont1 .indexCont1-txt {
        padding-bottom: .46rem;
        border-bottom: .02rem solid #f1f1f1;
        position: relative;
    }

    .indexCont1 .indexCont1-txt .ic {
        width: .73rem;
        position: absolute;
        right: 0;
        bottom: .1rem;
        opacity: .5;
    }

    .indexCont1 .indexCont1-news .Le {
        display: none;
    }

    .indexCont1 .indexCont1-news .Ri {
        width: 100%;
        padding-top: .65rem;
    }

    .indexCont1 .indexCont1-news .Ri li {
        width: 100%;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
        border-bottom: 1px solid #f1f1f1;
    }

    .indexCont1 .indexCont1-news .Ri li:nth-child(1) {
        margin-right: .3rem;
    }

    .indexCont1 .indexCont1-news .Ri li .time {
        font-size: .32rem;
        line-height: 1;
        margin-bottom: .1rem;
    }

    .indexCont1 .indexCont1-news .Ri li:hover .title {
        color: #323236;
    }

    .indexCont1 .indexCont1-news .Ri li .title {
        font-size: .28rem;
        margin-bottom: .15rem;
        line-height: .4rem;
    }

    .indexCont1 .indexCont1-news .Ri li .p p {
        line-height: 1.6;
    }

    .indexCont1 .indexCont1-news .Ri li:nth-child(3) {
        padding-top: 0;
        border: none;
    }

    .indexCont2 {
        height: auto;
        padding: .8rem 0 1.2rem;
        background-size: cover;
    }

    .indexCont2 .Top .ic {
        width: 1.78rem;
    }

    .indexCont2 .Top .p {
        width: 100%;
        margin-top: .5rem;
    }

    .indexCont2 .Top::after {
        width: 8.77rem;
        height: 1.69rem;
        margin-left: 1.4rem;
        top: auto;
        bottom: -.8rem;
        background-size: 100%;
        opacity: .5;
    }

    .indexCont2 .Bot {
        padding-top: .9rem;
        position: relative;
    }

    .indexCont2 .Bot li {
        width: 100%;
        max-width: none;
        margin-left: 0;
        height: auto;
        border: none;
    }

    .indexCont2 .Top::before {
        top: auto;
        left: -.3rem;
        margin: 0 auto;
        width: calc(100% + .3rem);
        bottom: -.8rem;
    }

    .indexCont2 .Bot .li1 .txt .cn::after {
        width: .99rem;
        background-size: 90%;
    }

    .indexCont2 .Bot li .txt .cn::after {
        top: -.7rem;
        margin-left: -.2rem;
        height: .91rem;
    }

    .indexCont2 .Bot li .txt {
        margin-top: 1.3rem;
        margin-bottom: .3rem;
        padding-left: .25rem;
    }

    .indexCont3 {
        overflow: hidden;
        padding-top: .8rem;
    }

    .indexCont2 .Bot li .txt::before {
        width: .03rem;
    }

    .indexCont2 .Bot li .txt .cn {
        font-size: .36rem;
        margin-bottom: .08rem;
    }

    .indexCont2 .Bot li .txt .en {
        font-size: .28rem;
        letter-spacing: -.01rem;
    }

    .indexCont2 .Bot li .p {
        padding: .5rem .3rem;
        padding: 0.5rem 0.3rem;
        height: auto;
        min-height: 3.5rem;
    }

    .indexCont2 .Bot li:hover .p {
        background-color: #fff;
    }

    .indexCont2 .Bot li:hover .p p,
    .indexCont2 .Bot li:hover .p .more {
        color: #8b8c8c;
    }

    .indexCont2 .Bot li .p p {
        font-size: .26rem;
        line-height: 1.6;
    }

    .indexCont2 .Bot li .p .more {
        bottom: .5rem;
        left: .2rem;
        font-size: .26rem;
    }

    .indexCont2 .Bot .li2 .txt .cn::after {
        width: 1.24rem;
        background-size: 90%;
    }

    .indexCont2 .Bot .li3 .txt .cn::after {
        width: 1.25rem;
        background-size: 90%;
    }

    .indexCont3 .titlbox {
        margin-bottom: .5rem;
    }

    .indexCont3 .imgBox {
        display: block;
        margin-bottom: .15rem;

    }

    .indexCont3 .imgBox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .15rem;
    }

    .indexCont3 .imgBox .item:last-child {
        margin-bottom: 0;
    }

    .indexCont3 .imgBox .txt {
        padding: .8rem .3rem 0;
    }

    .indexCont3 .imgBox .txt h3 {
        font-size: .28rem;
        line-height: 1;
        margin-bottom: .3rem;
    }

    .indexCont3 .imgBox .txt p {
        font-size: .24rem;
        line-height: 1.6;
    }

    .indexCont3 .imgBox .txt .more {
        border-radius: .6rem;
        width: 2.86rem;
        line-height: .8rem;
        height: .8rem;
        font-size: .24rem;
        padding-left: .25rem;
        margin: .3rem auto 0;
        background: #fff url(../images/indexCont3_more.png) no-repeat 2.1rem;
        background-size: .7rem;
    }

    .indexCont1::after {
        width: 7rem;
        height: 1.2rem;
        background-size: 100%;
        top: 0;
        left: .3rem;
    }

    #footer .Le>p {
        display: block;
        overflow: hidden;
    }

    #footer .Le>p a {
        float: left;
        margin-right: .1rem;
    }

    #footer {
        height: auto;
        padding: .5rem 0;
    }

    #footer .phone .ic {
        width: .4rem;
    }

    #footer .phone p {
        font-size: .34rem;
        margin-left: .1rem;
        letter-spacing: -.01rem;
    }

    #footer .Ri,
    #footer .Le {
        float: none;
    }

    #footer .Ri {
        display: none;
    }

    #footer .Ri .share {
        margin-top: .3rem;
        justify-content: flex-start;
    }

    #footer .Ri p {
        font-size: .24rem;
        text-align: left;
    }

    .news2 .news-npm1 .ul .li .img::before,
    .news2 .news-npm1 .ul .li .img::after {
        display: none;
    }

    .index-swiper .videobox .play {
        display: block;
        width: .78rem;
        margin-top: .35rem;
        display: none;
    }

    .index-swiper .videobox .video {
        display: none;
    }

    .index-swiper .videobox .bg {
        display: block;
    }

    .about_cont1 {
        padding-top: .8rem;
    }

    .about_cont1 .titlbox {
        margin-bottom: .8rem;
    }

    .about_cont1 .list ul {
        display: block;
        margin-bottom: .8rem;
    }

    .about_cont1 .list ul li {
        width: 100%;
        max-width: none;
        border-radius: 0;
        margin-bottom: .4rem;
    }

    .about_cont1 .list ul li .img img {
        width: 100%;
        display: none;
    }

    .about_cont1 .list ul li .img {
        width: 100%;
        height: 4.3rem;
        border-radius: .2rem;
        margin: 0 auto;
    }

    .about_cont1 .list ul li:nth-child(1) .img {
        background: url(../images/about/about_cont1-li1.png) no-repeat center/cover;
    }

    .about_cont1 .list ul li:nth-child(2) .img {
        background: url(../images/about/about_cont1-li2.png) no-repeat center/cover;
    }

    .about_cont1 .list ul li:nth-child(3) .img {
        background: url(../images/about/about_cont1-li3.png) no-repeat center/cover;
    }

    .about_cont1 .list ul li .txt {
        padding: .6rem .4rem;
    }

    .about_cont1 .list ul li .txt p>br {
        display: none;
    }

    .about_cont1 .list ul li .txt h3 {
        font-size: .32rem;
        margin-bottom: .2rem;
    }

    .about_cont1 .list ul li .txt p {
        font-size: .24rem;
    }

    .about_cont1 .list ul li .txt .ic {
        bottom: .4rem;
        width: .87rem;
        height: .87rem;
    }

    .about_cont1 .list ul li:nth-child(1) .txt .ic {
        background: url(../images/about/about_cont1-ic33.png) no-repeat center/cover;
    }

    .about_cont1 .list ul li:nth-child(2) .txt .ic {
        background: url(../images/about/about_cont1-ic44.png) no-repeat center/cover;
    }

    .about_cont1 .list ul li:nth-child(3) .txt .ic {
        background: url(../images/about/about_cont1-ic55.png) no-repeat center/cover;
    }
}