@charset "utf-8";
.ys-cont1060 {
    width: 85vw;
    max-width: 1060px;
    margin: auto;
}
.ys-cont1100{
    width: 85vw;
    max-width: 1100px;
    margin: auto;
}
.ys-cont1620 {
    width: 100vw;
    padding: 0 7.8125vw;
    max-width: 1920px;
    margin: auto;
}
.ys-cont1760{
    width: 100vw;
    padding: 0 4.167vw;
    max-width: 1920px;
    margin: auto;
}
:root{
    --font54: 54px;
    --font44: 44px;
    --font40: 40px;
    --font32: 32px;
    --font24: 24px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    --l1h2: 1.2;
    --l1h3: 1.3;
    --l1h4: 1.4;
    --l1h5: 1.5;
    --l1h6: 1.6;
    --l1h75: 1.75;
    --l1h8: 1.8;
    /* --l2: 2; */
    --space200: 200px;
    --space156: 156px;
    --space140: 140px;
    --space130: 130px;
    --space120: 120px;
    --space90: 90px;
    --space80: 80px;
    --space70: 70px;
    --space60: 60px;
    --space50: 50px;
    --space40: 40px;
    --colormain: #0065DD;
    --colorhover: #0C3065;
    --colorborder: #E0E1E6;
    --colorbg: #F9F9FB;
    --colortitle: #1E1F24;
    --colortext: #62636C;
    --colorinfo: #CDCED7;
    --colorfff: #fff;
    --line90: 80px;
}
.std-font54{
    font-size: var(--font54);
    line-height: var(--l1h3);
    color: var(--colortitle);
}
.std-font44,
.yxedr-active h2{
    font-size: var(--font44);
    line-height: var(--l1h3);
    color: var(--colortitle);
}
.std-font40,
.yxedr-active h3{
    font-size: var(--font40);
    line-height: var(--l1h4);
    color: var(--colortitle);
}
.std-font32,
.yxedr-active h4{
    font-size: var(--font32);
    line-height: var(--l1h4);
    color: var(--colortitle);
}
.std-font24,
.std-font24 p,
.yxedr-active h5{
    font-size: var(--font24);
    line-height: var(--l1h5);
    color: var(--colortitle);
}
.std-text14,
.std-text14 p{
    font-size: var(--font14);
    line-height: var(--l1h8);
    color: #62636D;
}
.std-text16,
.std-text16 p,
.yxedr-active p{
    font-size: var(--font16);
    line-height: var(--l1h75);
    color: var(--colortext);
}
.std-text18,
.std-text18 p{
    font-size: var(--font18);
    line-height: var(--l1h75);
    color: var(--colortext);
}
.std-text20,
.std-text20 p,
.yxedr-active h6{
    font-size: var(--font16);
    line-height: var(--l1h5);
    color: var(--colortext);
}
.ys-cont1488{
    width: 85vw;
    max-width: 1488px;
    margin: auto;
}
.head-nav-item {
    position: static;
    margin-right: 32px;
}
.ys-hd-pc {
    border-bottom: 1px solid transparent;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .head-other-lang-item a:hover{
        color: var(--colorfff);
    }
    .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title::before {
        width: 0;
        opacity: 0;
    }
    .head-nav:hover .head-nav-item:hover .head-nav-item-title::before,
    .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title::before {
        width: calc(100% - calc(var(--jian)* 2));
        opacity: 1;
    }
    
    .ys-hd-pc.ishover .head-other-lang-item a:hover,
    .ys-hd-pc.isfixed .head-other-lang-item a:hover,
    .inside-main.act .ys-hd-pc .head-other-lang-item a:hover {
        color: var(--colormain);
    }
    .ys-hd-pc.ishover .yx-search3-btn:hover img:nth-of-type(3),
    .ys-hd-pc.isfixed .yx-search3-btn:hover img:nth-of-type(3),
    .inside-main.act .ys-hd-pc .yx-search3-btn:hover img:nth-of-type(3) {
        opacity: 1;
    }
    .ys-hd-pc.ishover .yx-search3-btn:hover img:nth-of-type(2),
    .ys-hd-pc.isfixed .yx-search3-btn:hover img:nth-of-type(2),
    .inside-main.act .ys-hd-pc .yx-search3-btn:hover img:nth-of-type(2) {
        opacity: 0;
    }
    
}
.ys-ban-slick .ys-ban-title{
    color: var(--colorfff);
    font-size: var(--font44);
    line-height: var(--l1h3);
    text-align: center;
    margin-bottom: 24px;
}
.ys-ban-slick .std-font24,
.ys-ban-slick .std-font24 p{
    color: var(--colorfff);
    text-align: center;
    line-height: var(--l1h6);
}
.ys-ban-slick .std-font24{
    margin-bottom: 60px;
}
.std-btn-link-font{
    font-size: var(--font16);
    line-height: var(--l1h8);
    color: var(--colorfff);
    text-align: center;
    position: relative;
    z-index: 6;
    transition: all .4s ease;
}
.std-btn-link{
    position: relative;
    padding: 10px 55px;
    cursor: pointer;
}
.std-btn-link::before{
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    -ms-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.10);
}
.ys-ban-li .std-btn-link::before{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -ms-backdrop-filter: none;
    -o-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.20);
}
.std-btn-link::before,
.std-btn-link::after{
    content: '';
    border-radius: 80px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.std-btn-link::after{
    border: 1px solid var(--colorfff);
    transition: all .8s ease;
}
.std-btn{
    display: flex;
    justify-content: center;
}
.mod-swiper-dots1 .swiper-pagination-bullet,
.mod-dots1 .slick-dots li{
    width: 66px;
    height: 10px;
    border-radius: 0;
    margin: 0 3px;
    background: transparent;
}
.mod-swiper-dots1 .swiper-pagination-bullet::before,
.mod-swiper-dots1 .swiper-pagination-bullet::after,
.mod-dots1 .slick-dots li::before,
.mod-dots1 .slick-dots li::after{
    content: '';
    height: 2px;
    border-radius: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.mod-dots1 .slick-dots li::before{
    background: rgba(255, 255, 255, .5);
}
.mod-dots1 .slick-dots li::after{
    background: var(--colorfff);
    opacity: 0;
}
.mod-dots1 .slick-dots li.slick-active::after{
    opacity: 1;
}
.ys-ban-slick.mod-dots1 .slick-dots{
    bottom: 36px;
}
.ys-ban-imgbox::before{
    background: rgba(1,6,12,.15);
}
.mod-arrows1 .slick-prev, 
.mod-arrows1 .slick-next,
.mod-arrows1 .swiper-button-next,
.mod-arrows1 .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}
.ys-ban-slick.mod-arrows1 .slick-prev{
    left: 5%;
} 
.ys-ban-slick.mod-arrows1 .slick-next{
    right: 5%;
} 
.mod-arrows1 .slick-prev::before, 
.mod-arrows1 .slick-next::before,
.mod-arrows1 .swiper-button-prev::before, 
.mod-arrows1 .swiper-button-next::before{
    content: '';
    background-image: url(../images/0jian1.png);
    background-size: 100% 100%;
    position: absolute;
    width: 11px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-arrows1 .swiper-button-prev::before, 
.mod-arrows1 .slick-prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.ys-banner .mod-arrows1 .slick-prev, 
.ys-banner .mod-arrows1 .slick-next,
.ys-banner .mod-arrows1 .swiper-button-next,
.ys-banner .mod-arrows1 .swiper-button-prev{
	background: none
}
.ys-banner .mod-arrows1 .slick-prev::before, 
.ys-banner .mod-arrows1 .slick-next::before,
.ys-banner .mod-arrows1 .swiper-button-prev::before, 
.ys-banner .mod-arrows1 .swiper-button-next::before{
    content: '';
    background-image: url(../images/jjtt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 22px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys-banner .mod-arrows1 .swiper-button-next::before, 
.ys-banner .mod-arrows1 .slick-next::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.ys-hd-pc{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;   
}
.ys-hd-pc .ys-cont1600{justify-content: space-between;display: flex;}
.ys-hd-pc .right{justify-content: space-between;display: flex;}
.head-nav{
    display: flex;
    --jian: 40px;
    margin: 0 calc(var(--jian) * -1);
}
.ys-hd-pc .hd-lang a .yy{display: block;background: url("../images/yy2.png") no-repeat left center;height: 80px;background-size: auto 22px;color: #fff;font-size: 20px;padding-left: 33px;font-weight: bold;line-height: 80px;}
.ys-hd-pc.isfixed .hd-lang a .yy,.act .ys-hd-pc .hd-lang a .yy{background: url("../images/yy1.png") no-repeat left center;background-size: auto 22px}
.ys-hd-pc.ishover .hd-lang a .yy{background: url("../images/yy1.png") no-repeat left center;background-size: auto 22px;color: #1e1f24;}
.ys-hd-pc .hd-lang a .yy{color: #1e1f24;}
.head-logo {
    font-size: 0;
}
.head-logo a{
    display: flex;
    align-items: center;
    height: 90px;
}
.head-nav-item-title{
	padding: 0 22px;
    line-height:90px;
    color: #333;
    transition: all .4s ease;
    font-size: 18px;
    position: relative;
    display: block;
}
.head-nav-item .head-nav-item-title{position: relative;}
.head-nav-item .head-nav-item-title em{display: inline-block;background: url("../images/jt.png") no-repeat right center;width: 11px;height: 90px;background-size: auto 6px;position: absolute;right: 3px;}
.head-nav-item:hover .head-nav-item-title em,.ys-hd-pc.no-fixs .head-nav-item.yxnav-active1 .head-nav-item-title em{background: url(../images/jt-2.png) no-repeat right center;background-size: auto 6px;transform: rotate(180deg);transition: all 0.5s;}
.ishover .head-nav-item:hover .head-nav-item-title{color: #65bae3;}
.head-nav-item-down{
    width: 100%;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    top: calc(100% + 1px);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.other_twonav {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.other_twonav .title_box {
    padding: 50px 50px 50px 0;
    border-right: 1px solid #ddd;
    width: 30%;
}
.other_twonav .title_box h3 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #333;
}
.other_twonav .title_box p {
    height: 100px;
    line-height:32px;
    font-size:18px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.other_twonav ul {
    display: flex;
    flex-flow: wrap;
    padding: 50px 0 50px 50px;
}
.head-nav-item:nth-child(6) .other_twonav ul{display: block;width: 400px;}
.other_twonav ul li {
    text-align: left;
    width: 50%;
}
.other_twonav ul li a {
    display: block;
    color: #666 !important;
    text-align: left !important;
}
.other_twonav ul li .text1 {
    font-size:20px;
    line-height:60px;
}
.other_twonav ul li:hover .text1 {
    color: #65bae3;
}
.other_twonav ul li .text2 {
    color: #666;
}
.see_more_red {
    color: #fff;
    width: 162px;
    display: block;
    background: #65bae3;
    border-radius: 24px;
    height: 48px;
    line-height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    gap: 10px;
}

.see_more_red span {
    color: #fff;
}

.see_more_red i {
    width: 20px;
    height:20px;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
    transition: all 0.3s;
}
.see_more_red:hover i {
    transform: translate(10px, 0);
}
/* search - start */
.yx-search3box{
    --btn-width: 24px;
    width: 24px;
}
.yx-search3-btn{
    width: var(--btn-width);
    margin-right: 50px;
    line-height:90px;
    height:90px;
    display: flex;
    align-items: center;
    position: relative;
}
.yx-search3-btn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3img1{
    position: relative;
    top: -2px;
    left: 0;
}
.yx-search3img2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: 0;
    opacity: 0;
}
.yx-search3xlbox{
    width: 100%;
    height: 350px;
    background:var(--colorfff);
    box-shadow:0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}
.yx-search3-tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: var(--head);
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
}
.yx-search3xlbtn{
    width: 27px;
    line-height: var(--head);
    height: 60px;
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx-search3-xls input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.yx-search3-btn.on .yx-search3img2{
    opacity: 1;
}
.yx-search3-btn.on .yx-search3img1{
    opacity: 0;
}
/* search - end */
.head-other{margin-left:50px;}
.head-other-lang{
    display: flex;
}
.head-other-lang-item,
.head-other-lang-item a{
    font-size: var(--font14);
    line-height: var(--line90);
}
.head-other-lang{
    --jian: 10px;
    margin: 0 calc(var(--jian) * -1);
}
.head-other-lang-item{
    padding: 0 var(--jian);
    position: relative;
}
.head-other-lang-item a{
    color: rgba(255,255,255,.5);
    transition: all .4s ease;
}
.head-other-lang-item.on a{
    color: var(--colorfff);
    transition: all .4s ease;
}
.head-other-lang-item::before{
    content: '';
    background-image: url(../images/0line.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.head-other-lang-item:first-child::before{
    display: none;
}
.head-logo img:nth-of-type(2){
    opacity: 0;
}
.ys-imgbox-contain img, .ys-imgbox-cover img{
    transition: all .4s ease;
}
.ys-imgbox-cover img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.yx-search3-btn img:nth-of-type(2),
.yx-search3-btn img:nth-of-type(3){
    opacity: 0;
}
.pccl-box-inof-add li .ys-imgbox-cover img{}
.pccl-box-inof-add li .ys-imgbox-cover img{height: 540px;}
.prodet-core-cry-left .pccl-box{height: 600px;}
.ys-hd-pc{
    transition: all .4s ease;
}
.head-nav-item-title::after{
    content: '';
    width: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    top: 0;
    transition: all .4s ease;
}
.head-nav-item:hover .head-nav-item-title::after{
    width: 100%;
    background: #65bae3;
}
.head-nav-item.yxnav-active1 .head-nav-item-title::after{width: 100%;}
.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title::after{width: 100%;background:#65bae3;}
.head-other-lang-item::after {
    content: '';
    background-image: url(../images/0line2.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    opacity: 0;
}
.head-other-lang-item:first-child::after{
    display: none;
}
/*.ys-hd-pc::before{
    content: '';
    height: 150%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
    transition: all .4s ease;
    pointer-events: none;
}*/
.ys-hd-pc.ishover,
.ys-hd-pc.isfixed,
.inside-main.act .ys-hd-pc{
    border-bottom: 1px solid #E7E8EC;
    background: #FFF;
}
/*.ys-hd-pc.ishover .head-logo img:nth-of-type(2),
.ys-hd-pc.isfixed .head-logo img:nth-of-type(2),
.inside-main.act .ys-hd-pc .head-logo img:nth-of-type(2) {
    opacity: 1;
}
.ys-hd-pc.ishover .head-logo img:first-child,
.ys-hd-pc.isfixed .head-logo img:first-child,
.inside-main.act .ys-hd-pc .head-logo img:first-child {
    opacity: 0;
}*/
.ys-hd-pc.ishover .head-nav-item-title,
.ys-hd-pc.isfixed .head-nav-item-title,
.inside-main.act .ys-hd-pc .head-nav-item-title{
    color: var(--colortitle);
}
.ys-hd-pc.ishover .yx-search3-btn img:first-child,
.ys-hd-pc.isfixed .yx-search3-btn img:first-child,
.inside-main.act .ys-hd-pc .yx-search3-btn img:first-child{
    opacity: 0;
}
.ys-hd-pc.ishover .yx-search3-btn img:nth-of-type(2),
.ys-hd-pc.isfixed .yx-search3-btn img:nth-of-type(2),
.inside-main.act .ys-hd-pc .yx-search3-btn img:nth-of-type(2){
    opacity: 1;
}
.ys-hd-pc.ishover .head-other-lang-item a,
.ys-hd-pc.isfixed .head-other-lang-item a,
.inside-main.act .ys-hd-pc .head-other-lang-item a{
    color: #B9BBC7;
}
.ys-hd-pc.ishover .head-other-lang-item::after,
.ys-hd-pc.isfixed .head-other-lang-item::after,
.inside-main.act .ys-hd-pc .head-other-lang-item::after{
    opacity: 1;
}
.ys-hd-pc.ishover .head-other-lang-item::before,
.ys-hd-pc.isfixed .head-other-lang-item::before,
.inside-main.act .ys-hd-pc .head-other-lang-item::before{
    opacity: 0;
}
.ys-hd-pc.ishover .head-other-lang-item.on a,
.ys-hd-pc.isfixed .head-other-lang-item.on a,
.inside-main.act .ys-hd-pc .head-other-lang-item.on a{
    color: var(--colormain);
}
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title,
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title,
.inside-main.act .ys-hd-pc .head-nav-item.yxnav-active1 .head-nav-item-title{
    color:#65bae3;
}
.ys-hd-pc.ishover::before,
.ys-hd-pc.isfixed::before,
.inside-main.act .ys-hd-pc::before{
    opacity: 0;
    height: 0;
}
.ys-hd-pc .head-nav-item-title:hover,.ys-hd-pc.ishover .head-nav-item-title:hover,.ys-hd-pc.isfixed .head-nav-item-title:hover{color:#65bae3;}

.sticky-html,
.sticky-body{
    overflow: visible;
}

/* ban-start */
/* 图片缩放 */
.ys-ban-imgbox img {
    transform: scale(1.2);
}
.ys-ban-li.slick-current .ys-ban-imgbox img {
    animation: banimgscale 6s ease-out both;
}
@keyframes banimgscale {
    100% {
        transform: scale(1);
    }
}
/* 视频缩放 */
.ys-ban-imgbox .ys-ban-video {
    transform: translate(-50%,-50%) scale(1.2);
}
.ys-ban-li.slick-current .ys-ban-imgbox .ys-ban-video {
    animation: banvideoscale 6s ease-out both;
}
@keyframes banvideoscale {
    100% {
        transform: translate(-50%,-50%) scale(1);
    }
}
.ys-nyban-img{
    overflow: hidden;
}
.ys-nyban-img img{
    transform: scale(1.2);
}
.ys-nyban-img.act img{
    animation: banimgscale 3s ease-out .1s both;
}
/* ban-end */
.ys-ban-li .ys-ban-title,
.ys-ban-li .std-font24{
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.ys-ban-li .std-btn{
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: all .8s .8s ease-in-out;
}
.std-btn-link::before{
    transition: all 0s;
}

.ys-ban-li.slick-active .std-btn{
    display: flex;
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .8s;
}
.ys-ban-li.slick-active .ys-ban-title,
.ys-ban-li.slick-active .std-font24{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .8s;
}

.ys-ysscale {
    transform: scale(1.1);
    animation: ysscale 1.6s ease-in-out both;
    animation-delay: 0s;
}
@keyframes ysscale {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ysscale {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.i33-indexBox{
  display: none;
}

.i3-indexBox{
  width: 100%;
  position: relative;
}
.i3-indexBox .i3-indexInnerBox{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  height: 900px;
}
.i3-indexInnerBox .left{
  width: calc((100% - 1400px) / 2 + (1400px - 560px));
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.i3-indexInnerBox .left .item{
  width: 100%;
  height: 100%;
  position: relative;
}
.i3-indexInnerBox .left .item .item-img{
  width: 100%;
  height: 100%;
}
.i3-indexInnerBox .left .item .img-box{
  width: 100%;
  height: 100%;
  display: none;
}
.i3-indexInnerBox .left .item .img-box.active{
  display: block;
}
.i3-indexInnerBox .left .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}
.i3-indexInnerBox .left .item .flow{
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
}
.i3-indexInnerBox .right{
  background: url('../images/i3-1.png') no-repeat center / cover;
  width: 624px;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.i3-indexInnerBox .right::after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/i3-1.png') no-repeat center / cover;
  position: absolute;
  top: 0px;
  right: 0px;
  clip: rect(0,0,900px,0px);
}
.i3-indexInnerBox.active .right::after{
  transition: all 5s 0s;
  -webkit-transition: all 5s 0s;
  clip: rect(0,520px,900px,0px);
}
.i3-indexInnerBox .right .public-title{
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 90px;
  right: 0px;
}
.i3-indexInnerBox .right .public-title h5{
  writing-mode: vertical-rl;
  text-align: left;
  color: #c4c4c4;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.i3-indexInnerBox .right .public-title h3{
  writing-mode: vertical-rl;
  text-align: left;
  margin-top: 0px;
  margin-right: 8px;
  color: #000;
  font-size: 38px;
  font-weight: bold;
}
.i3-indexInnerBox .right .min-rund{
  width: 10px;
  background: #7a7a7a;
  border-radius: 50%;
  height: 10px;
  position: absolute;
}
.i3-indexInnerBox .right .mr2{
  top: 260px;
  right: 10px;
}
.i3-indexInnerBox .right .mr1{
  top: 98px;
  left: 216px;
}
.i3-indexInnerBox .right .flow-container .flow-box .content,
.i3-indexInnerBox .right .flow-container .flow-box img{
  opacity: 0;
}
.i3-indexInnerBox .right .flow-box.active .content,
.i3-indexInnerBox .right .flow-box.active img{
  opacity: 1;
}
.i3-indexInnerBox .right .flow-box.active .f-rund .rund{
  background-color: #65bae3;
  border-color: #65bae3;
}
.i3-indexInnerBox .right .flow-box.active .f-rund .rund i{
  background-color: #ffffff;
}
.i3-indexInnerBox .right .flow-box.active .f-rund p{
  color: #65bae3;
}
.i3-indexInnerBox .right .flow-box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
}
.i3-indexInnerBox .right .flow-box .f-rund{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: max-content;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.i3-indexInnerBox .right .flow-box .f-rund .rund{
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #A1AAB3;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box .f-rund .rund i{
  width: 10px;
  background: #65bae3;
  border-radius: 50%;
  height: 10px;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box .f-rund p{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: Source Han Sans CN;
  width: max-content;
  margin-left: 10px;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box img{
  width: max-content;
  height: 43px;
  transform: translateY(-20px);
  margin-left: 20px;
  position: relative;
  z-index: -1;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box .content{
  width: 534px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box .content .text{
  width: 534px;
  margin: 0 auto;
  padding: 36px 55px;
}
.i3-indexInnerBox .right .flow-box .content .text h3{
  font-size: 24px;
  font-weight: bold;
  color: #65bae3;
  line-height: 1;
}
.i3-indexInnerBox .right .flow-box .content .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 20px 0 30px 0;
}
.i3-indexInnerBox .right .flow-box .content .text a{
  width: 160px;
  border: 1px solid #65bae3;
  border-radius: 24px;
  height: 48px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #65bae3;
  line-height: 46px;
  text-align: center;
}
.i3-indexInnerBox .right .flow-box .content .text a:hover>i,
.i3-indexInnerBox .right .flow-box .content .text a:hover>span{
  color: #ffffff;
}
.i3-indexInnerBox .right .flow-box .content .text a i{
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 14px;
  transition: 0.3s;
}
.i3-indexInnerBox .right .flow-box .content::before{
  display: block;
  content: '';
  border-top: 18px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.9);
  border-bottom: 20px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 89px;
  right: -30px;
}

.i3-indexInnerBox .right .fb2{
  top: 260px;
  right: 792px;
}
.i3-indexInnerBox .right .fb2 img{
  width: 750px;
}
.i3-indexInnerBox .right .fb2 .content::before{
  top: 145px;
  right: -30px;
}
.i3-indexInnerBox .right .fb2 .content{top: -68px;left: -10px;}
.i3-indexInnerBox .right .fb1{
  top: 135px;
  right: 876px;
}
.i3-indexInnerBox .right .fb1 .content{top: -5px;left: -9px;}
.i3-indexInnerBox .right .fb1 img{
  width: 650px;
}
.i3-indexInnerBox .right .fb3{
  bottom: 180px;
  right: 910px;
}
.i3-indexInnerBox .right .fb3 img{
  width: 645px;
}
.i3-indexInnerBox .right .fb3 .content::before{top: 84px;}
.i3-indexInnerBox .right .fb1 .content::before{top: 82px;right: -30px;}
.i3-indexInnerBox .right .fb4{
  bottom: 30px;
  right: 835px;
}
.i3-indexInnerBox .right .fb4 img{
  width: 800px;
}
.i3-indexInnerBox .right .fb4 .content::before{
  top: 147px;
}
.i3-indexInnerBox .right .fb4 .content{top: -70px;left: -10px;}
.button--nina {
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
  position: relative;
  z-index: 1;
}
.button--nina > span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  color: #FFFFFF;
  letter-spacing: -2.5px;
}
.button--nina > span:nth-child(5){background: url("../images/more.png") no-repeat right center;width: 30px;height: 11px;}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #65bae3 !important;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.section0{background-size: cover;background-repeat: no-repeat;background-color: #fff;background-position: right top;height: 726px;}
.section0 .ys-cont1600{display: flex;align-items: center;height: 100%;}
.section0 .we{width: 30%;}
.section0 .we h3{color: #333;font-size: 30px;font-weight: bold;}
.section0 .we h3 span{display: block;color: #999;font-size: 20px;font-family: arial;font-weight: normal;padding-top:10px;}
.section0 .we p{color: #666;font-size: 16px;line-height: 32px;}
.section0 .we .tel{color: #65bae3;font-size: 20px;font-weight: bold;margin-bottom: 48px;}
.section0 .we .tel i{display: inline-block;font-style: normal;font-family: arial;-moz-animation: phone 6s infinite; -webkit-animation: phone 6s infinite; -o-animation: phone 6s infinite; animation: phone 6s infinite;font-size: 28px;}
.section0 .we .tel i:nth-child(1){animation-delay:0.1s;-webkit-animation-delay:0.1s}
.section0 .we .tel i:nth-child(2){animation-delay:0.2s;-webkit-animation-delay:0.2s}
.section0 .we .tel i:nth-child(3){animation-delay:0.3s;-webkit-animation-delay:0.3s}
.section0 .we .tel i:nth-child(4){animation-delay:0.4s;-webkit-animation-delay:0.4s}
.section0 .we .tel i:nth-child(5){animation-delay:0.5s;-webkit-animation-delay:0.5s}
.section0 .we .tel i:nth-child(6){animation-delay:0.6s;-webkit-animation-delay:0.6s}
.section0 .we .tel i:nth-child(7){animation-delay:0.7s;-webkit-animation-delay:0.7s}
.section0 .we .tel i:nth-child(8){animation-delay:0.8s;-webkit-animation-delay:0.8s}
.section0 .we .tel i:nth-child(9){animation-delay:0.9s;-webkit-animation-delay:0.9s}
.section0 .we .tel i:nth-child(10){animation-delay:1.0s;-webkit-animation-delay:1.0s}
.section0 .we .tel i:nth-child(11){animation-delay:1.1s;-webkit-animation-delay:1.1s}
.section0 .we .tel i:nth-child(12){animation-delay:1.2s;-webkit-animation-delay:1.2s}
.section0 .we .tel i:nth-child(13){animation-delay:1.3s;-webkit-animation-delay:1.3s}
.section0 .our{padding: 34px 0 38px 0;}
.look a{
  width: 160px;
  border: 1px solid #65bae3;
  border-radius: 24px;
  height: 48px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #65bae3;
  line-height: 46px;
  text-align: center;
}
.look a:hover>span{
  color: #ffffff;
}
@-webkit-keyframes phone{
0%{-webkit-transform:scale(1);}
1%{-webkit-transform:scale(1.5);}
3%{-webkit-transform:scale(0.8);}
6%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(1);}
}
@keyframes phone{
0%{transform:scale(1);}
1%{transform:scale(1.5);}
3%{transform:scale(0.8);}
6%{transform:scale(1);}
100%{transform:scale(1);}
}
.section1{background-size: cover;background-repeat: no-repeat;background-position: right top;height:826px;}
.section1 .ys-cont1600{display: flex;align-items: center;height: 100%;}
.about_busi .left h3{color: #3d3d3d;font-size: 38px;font-weight: bold;}
.about_busi .left h3 span{display: block;color: #c4c4c4;font-size: 20px;font-family: arial;text-transform: uppercase;font-weight: 600;padding-bottom: 9px;}
.about_busi .text1{color: #3d3d3d;font-size: 36px;font-weight: bold;padding: 90px 0 80px 0;}
.about_busi .text1 p{font-weight: bold;padding: 13px 0;}
.about_busi .text1 p span{color: #65bae3;}
.about_busi .text1 p em{font-size: 48px;font-family: arial;color: #65bae3;font-weight: bold;font-style: normal;display: inline-block;position: relative;top: 5px;}
.section1{position: relative;overflow: hidden;}
.about_busi{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.about_busi .left{width:528px;}
.countup-txt h4{font-family: arial;font-weight: bold;}
.countup-txt h4 span{font-size:44px;color:#65bae3;display: inline-block;}
.countup-txt h4 em{font-style: normal;font-size: 44px;display: inline-block;position: relative;top:0;padding-left: 5px;font-size:44px;color:#65bae3;font-weight: bold;}
.countup-txt p{font-size:16px;color:#333;padding-top: 20px;}
.number ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.number li{text-align: center;}
.tc{text-align: center;position: relative;padding-right: 108px;}
.tc .map2{position: absolute;right: 0;bottom: 0;}
.about_busi .world-map {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.about_busi .world-map.mo_show{font-size: 0;}
.about_busi .world-map.pc_show{margin-top: 50px;} 
.world-map .m-img1{width: 779px;height: 662px;}
.about_busi .world-map svg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.about_busi .world-map svg #solidPart{
    stroke: #00559B;
    stroke-width: 0.8;
    stroke-dasharray: 2000;
    stroke-dashoffset: -2000;
    -webkit-animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;
    animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) infinite forwards
}
@keyframes circle-draw {
    0% {
        stroke-dashoffset: -2000
    }
    40% {
        stroke-dashoffset: 0
    }
    70% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 2000
    }
}
@-webkit-keyframes circle-draw {
    0% {
        stroke-dashoffset: -2000
    }
    40% {
        stroke-dashoffset: 0
    }
    70% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 2000
    }
}
#dashedPart{
	stroke: #80D19E;
	stroke-width: 0.9;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  -webkit-animation: fadeIn 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;
  animation: fadeIn 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
    0% {
        stroke-dashoffset: -2000
    }
    40% {
        stroke-dashoffset: 0
    }
    70% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 2000
    }
}
@-webkit-keyframes fadeIn {
    0% {
        stroke-dashoffset: -2000
    }
    40% {
        stroke-dashoffset: 0
    }
    70% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 2000
    }
}
.world-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.world-map .dot {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
}
.world-map .dot span {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.world-map .dot i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#65bae3;
    margin-right: 6px;
    position: relative;
}
.world-map .dot i::before,
.world-map .dot i::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(101, 186, 227, .7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: aboutbjRing 1.5s linear infinite;
    opacity: 0;
}
.world-map .dot i::before{border: none;width: 10px;height: 10px;}
.world-map .dot i::before {animation-delay: .6s;}
.world-map .dot i::after {animation-delay: 0s;}
@keyframes aboutbjRing {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.8)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2)
    }
}
.world-map .dot {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
}
.world-map .dot.active em {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 18px;
    height: 26px;
    background-image: url(../images/busi_active.svg);
    background-repeat: no-repeat;
}
.world-map .dot.active i {
    margin-right: 0;
    background:rgba(252, 2, 2, 1);
    width: 10px;
    height: 10px;
}
.world-map .dot.active span {
    position: relative;
    color: #666;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 5px;
}
.world-map .dot.active i::before,
.world-map .dot.active i::after {border: 1px solid rgba(252, 2, 2, .7);}
.world-map .dot.wuhan{
    right: 28.6%;
    bottom: 33%;
}
.world-map .dot.beijing{
    right: 21.6%;
    top: 37.7%;
}
.world-map .dot.henan{
    right: 27%;
    top: 54.8%;
}
.world-map .dot.shandong{
    right: 18.7%;
    top: 49.4%;
}
.world-map .dot.jiangsu{
    right: 13.7%;
    top: 56.4%;
}
.world-map .dot.shanghai{
    right: 13.7%;
    top: 60.1%;
}
.world-map .dot.anhui{
    right: 18.4%;
    top: 62.3%;
}
.world-map .dot.zhejiang{
    right: 13%;
    bottom: 28.6%;
}
.world-map .dot.jiangxi{
    right: 21%;
    bottom: 20.2%;
}
.world-map .dot.hunan{
    right: 27.85%;
    bottom: 20.1%;
}
.world-map .dot.sichuan{
    left: 45.5%;
    bottom: 33.8%;
}
.world-map .dot.sichuan i{margin-left: 8px;}
.title{text-align: center;color: #333;font-weight: bold;font-size: 38px;}
.title span{display: block;color: #c4c4c4;font-size: 20px;text-transform: uppercase;font-size: 400;padding-bottom: 10px;}
.section3{padding: 82px 0;}
.section3 ul{display: flex;justify-content: space-between;}
.section3 li:nth-child(2){display: flex;justify-content: space-between;flex-wrap: wrap;}
.section3 li{width: calc(50% - 9px);}
.section3 li .box{position: relative;overflow: hidden;margin-top: 18px;border-radius: 10px;}
.section3 li:nth-child(2) .box{width: calc(50% - 9px);}
.section3 li img{border-radius: 10px;}
.section3 li .box .tp{overflow: hidden;border-radius: 10px;height: 698px}
.section3 li:nth-child(2) .box .tp{height: 340px;}
.section3 li .tp a img{width: 100%;height: 100%;object-fit:cover;transition: all 0.3s;}
.section3 li .box:hover .tp a img{transform: scale(1.15);}
.section3 li .txt1{color: #fff;position: absolute;bottom: 0;width:100%;padding:25px;-webkit-transition: all .3s;transition: all .3s;text-align: center;}
.section3 li .txt1 h4 a{color: #fff;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.section3 li .txt2{color: #fff;position: absolute;bottom: -1000%;width:100%;background: rgba(101, 186, 227, 0.75);transition: all 0.3s;border-radius: 10px;height: 100%;font-size: 18px;display: flex;align-items: center;}
.section3 li .txt2 .height{padding:0 50px;width: 100%;}
.section3 li:nth-child(2) .txt2 .height{padding: 0 30px;}
.section3 li .txt2 h4 a{font-size:22px;margin:0 0 36px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;color: #fff;font-weight: bold;}
.section3 li .txt2 p{font-size: 16px;line-height: 30px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;}
.section3 li .box:hover .txt1{ -webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.section3 li .box:hover .txt2{bottom: 0;}
.section3 li .box .look{margin-top: 60px;}
.section3 li .box .look a{border: 1px solid #fff;color: #fff;}
.section3 li .box:hover .look a.button--nina{background-color: #fff!important;color: rgba(101, 186, 227, 1);}
.section3 li .box:hover .look a>span{color: rgba(101, 186, 227, 1)}
.section3 li .box .look a.button--nina > span:nth-child(5){background: url("../images/more2.png") no-repeat right center;} 
.case{padding-top:27px;}
.section3 li:nth-child(1) .box .txt2 p{-webkit-line-clamp: 6;}
.section3 li:nth-child(2) .box .look{margin-top: 30px;}
.section3 li:nth-child(2) .txt2 h4 a{margin-bottom: 26px;}
.section4{background: #eff1f7;padding: 82px 0 98px 0;}
.scroll-wrap {
    width: 100%;
    height: 112px;
    margin: 45px 0 0 0;
    border-radius: 10px;
    position: relative;
}

.scroll-list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.scroll-list img {
    transition: all 0.3s;
}
.scroll-list .tp{
    margin: 0 15px;
    border-radius: 10px;
    height: 115px;
    width: 205px;
    flex-shrink: 0; /* 关键修复：不让容器被压缩 */
   display: flex;
   justify-content: center;
   align-items: center;
   background: #fff;
   box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.scroll-list .tp:hover img{
    transform: scale(1.1);
}
.pic-scroll{position: relative;}
.pic-scroll::before,.pic-scroll::after{content: "";
	    position: absolute;
	    z-index: 1;
	    height: 100%;
	    width: 5%;
	    top: 0;
	   }
.pic-scroll::before{left: 0px;background-image: linear-gradient(90deg, rgba(255,255,255,0.7) 20%, hsla(0, 0%, 100%, 0));}
.pic-scroll::after{right: 0;background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(255,255,255,0.7) 80%);}
.section5{background-size: cover;background-repeat: no-repeat;height: 708px;padding: 82px 0;}
.tabs{text-align: center;margin: 45px 0 35px 0;}
.tabs a{display: inline-block;width: 156px;height: 50px;line-height: 50px;background: #fff;border-radius: 10px;color: #333;font-size: 18px;margin: 0 10px;}
.tabs a.on,.tabs a:hover{background: #65bae3;color: #fff;}
.tab-list .item{display: none;}
.tab-list .item .flex{display: flex;justify-content: space-between;}
.tab-list .item .left{width: 65%;}
.tab-list .item .left ul{display: flex;}
.tab-list .item .left li{width:calc(50% - 22px);margin-right: 22px;border-radius: 10px;background: #fff;position: relative;transition: all 0.3s;}
.tab-list .item .right{width:35%;}
.tab-list .item .pic{border-radius: 10px 10px 0 0;overflow: hidden;height: 300px;}
.tab-list .item .pic img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px 10px 0 0;transition: all 0.3s}
.tab-list .item .txt{padding: 35px 24px 10px 24px;}
.tab-list .item li a h3{color: #333;font-size: 22px;margin-bottom: 11px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.3s}
.tab-list .item li a p{color: #666;font-size: 16px;line-height: 28px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数 */
  -webkit-box-orient: vertical;
  word-break: break-all;}
.tab-list .item li a .bott{display: flex;justify-content: space-between;align-items: center;border-top: solid 1px #e2e2e2;padding: 32px 0;margin-top: 28px;}
.tab-list .item li a .bott span{color: #999;font-size: 18px;font-family: arial;}
.tab-list .item li a .bott em{display: inline-block;width: 14px;height: 14px;background: url(../images/top-jt.png) no-repeat;transition: all 0.3s}
.tab-list .item .right li{background: #fff;border-radius: 10px;padding: 40px 50px 4px 50px;margin-bottom: 20px;}
.tab-list .item .right li a .bott{border: none;margin-top: 20px;}
.tab-list .item li a h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #333;font-size: 22px;transition: all 0.3s}
.tab-list .item li:hover a h4,.tab-list .item li:hover a h3{color: #65bae3;font-weight: bold;}
.tab-list .item li:hover a .bott em{background: url(../images/top-jt2.png) no-repeat}
.tab-list .item .left li::after{content: "";width:0;height:4px;background:#65bae3;border-radius: 0 0 30px 30px;left:0.5%;bottom: 0;position: absolute;transition: all 0.3s;}
.tab-list .item .left li:hover::after{width: 99%;}
.tab-list .item .left li:hover{transform: translateY(-5px);}
.tab-list .item .left li:hover .pic img{transform: scale(1.1);}
footer{background: #65bae3;color: #fff;position: relative;padding-bottom: 80px;}
footer .ys-cont1600{position: relative;z-index: 10;}
footer .foot1{display: flex;justify-content: space-between;padding: 65px 0;}
.foot1 h2{font-size: 22px;padding-bottom: 20px;}
.foot1 .way .ico1{background: url("../images/f1.png") no-repeat left center;font-size: 16px;padding:15px 0 15px 26px;}
.foot1 .way .ico2{background: url("../images/f2.png") no-repeat left center;font-size: 16px;padding:15px 0 15px 26px;}
.foot1 .way h3{font-size: 24px;font-weight: bold;}
.foot1 .way p{font-size: 16px;}
footer .foot1 .f2{display: flex;justify-content: space-between;width: 50%;}
footer .foot1 dt{font-size: 18px;padding-bottom: 26px;}
footer .foot1 dd a{display: block;font-size: 16px;line-height: 34px;color: #fff;transition: all 0.3s;}
footer .foot1 dd a:hover{transform: translateX(5px);}
footer .foot1 .f3{text-align: center;}
footer .foot1 .f3 img{width: 134px;height: 134px;}
footer .foot1 .f3 p{font-size: 16px;padding-top: 12px;}
footer .friend{font-size: 18px;padding: 25px 0;border-top: solid 1px #75c1e6;border-bottom: solid 1px #75c1e6;}
footer .friend a{color: #fff;font-size: 16px;margin: 0 20px;line-height: 32px;}
footer .foot2{display: flex;justify-content: space-between;padding:25px 0;font-size: 16px;}
footer .foot2 a{color: #fff;}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    width: 100%;
    height: 163px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #65bae3, #65bae3);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.top-button{display: none;
    position: fixed;
    right: 30px;
    bottom: 20%;
    z-index: 99;
    animation: right-swing 7s linear infinite;
}
.top-button img{height: 70px;}
@keyframes right-swing {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40%);
    }
    100% {
        transform: translateY(0);
    }
}
.ys-hd-pc.no-fixs{position: relative;background: #fff}
.ny-banner{background-repeat: no-repeat;background-size: cover;height: 460px;background-position: top right;}
.ny-banner .ys-cont1600{position: relative;height: 100%;}
.ny-banner .text{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);color: #fff;}
.ny-banner .text h3{font-size: 38px;font-weight: bold;}
.ny-banner .text p{font-size: 22px;font-weight: normal;padding-top: 26px;}
.ny-banner .brand{position: absolute;right: 0;bottom: 25px;color: #fff;font-size: 14px;background: url("../images/home.png") no-repeat left center;padding-left: 28px;}
.ny-banner .brand a{color: #fff;}
.ny-banner2 {
  transition: all 0.4s ease; /* 过渡动画 0.4秒 可改 */

}
/* 隐藏状态 */
.ny-banner2.hide {
  height: 0;
}
.title2{text-align: center;color: #333;font-size: 32px;font-weight: bold;}
.case-list{padding-top: 54px;}
.case-list ul{display: flex;justify-content: space-between;margin: 0 -11px;flex-wrap: wrap;}
.case-list li{width: calc(33.33% - 22px);margin:0 11px 22px 11px;}
.case-list li .box{position: relative;overflow: hidden;border-radius: 10px;}
.case-list li img{border-radius: 10px;width: 100%;height: 100%;object-fit: cover;}
.case-list li .box .tp{overflow: hidden;border-radius: 10px;height: 400px;}
.case-list li .box .tp a img{width: 100%;height: 100%;object-fit:cover;transition: all 0.3s;}
.case-list li .box:hover .tp a img{transform: scale(1.15);}
.case-list li .txt1{color: #fff;position: absolute;bottom: 0;width:100%;padding:25px;-webkit-transition: all .3s;transition: all .3s;text-align: center;}
.case-list li .txt1 h4 a{color: #fff;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.case-list li .txt2{color: #fff;position: absolute;bottom: -1000%;width:100%;background: rgba(101, 186, 227, 0.75);transition: all 0.3s;border-radius: 10px;height: 100%;font-size: 18px;display: flex;align-items: center;}
.case-list li .txt2 .height{padding:0 30px;width: 100%;}
.case-list li .txt2 h4 a{font-size:22px;margin: 0 0 26px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;color: #fff;font-weight: bold;}
.case-list li .txt2 p{font-size: 16px;line-height: 30px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;}
.case-list li .box:hover .txt1{ -webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.case-list li .box:hover .txt2{bottom: 0;}
.case-list li .box .look{margin-top: 30px;}
.case-list li .box .look a{border: 1px solid #fff;color: #fff;}
.case-list li .box:hover .look a.button--nina{background-color: #fff!important;color: rgba(101, 186, 227, 1);}
.case-list li .box:hover .look a>span{color: rgba(101, 186, 227, 1)}
.case-list li .box .look a.button--nina > span:nth-child(5){background: url("../images/more2.png") no-repeat right center;} 
.case-box2{background: #f3f4f9;padding: 68px 0 55px 0;}
.case-box1,.case-box3{padding: 68px 0 90px 0;}
.case-box1{padding-top: 120px;}
.case-box1 .swiper-slide{position: relative;overflow: hidden;}
.case-box1 .swiper-slide .tp{overflow: hidden;border-radius: 10px;}
.case-box1 .swiper-slide .tp img{width: 100%;height: 100%;object-fit:cover;transition: all 0.3s;border-radius: 10px;}
.case-box1 .swiper-slide:hover .tp img{transform: scale(1.15);}
.case-box1 .swiper-slide .text{-webkit-transition: all .3s;transition: all .3s;background: #65bae3;color: #fff;font-size:20px;border-radius: 0 0 10px 10px;text-align: center;padding: 25px 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: absolute;
    bottom: 0;
    width: 100%;}
.case-box1 .swiper-slide .txt2{color: #fff;position: absolute;bottom: -1000%;width:100%;background: rgba(101, 186, 227, 0.75);transition: all 0.3s;border-radius: 10px;height: 100%;font-size: 18px;display: flex;align-items: center;}
.case-box1 .swiper-slide:hover .text{ -webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.case-box1 .swiper-slide:hover .txt2{bottom: 0;}
.case-box1 .swiper-slide .txt2 .height{padding:0 30px;width: 100%;}
.case-box1 .swiper-slide .txt2 h4 a{font-size:22px;margin: 0 0 16px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;color: #fff;font-weight: bold;}
.case-box1 .swiper-slide .txt2 p{font-size: 16px;line-height: 30px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;}
.case-box1 .swiper-slide .look{margin-top: 24px;}
.case-box1 .swiper-slide .look a{border: 1px solid #fff;color: #fff;}
.case-box1 .swiper-slide:hover .look a.button--nina{background-color: #fff!important;color: rgba(101, 186, 227, 1);}
.case-box1 .swiper-slide:hover .look a>span{color: rgba(101, 186, 227, 1)}
.case-box1 .swiper-slide .look a.button--nina > span:nth-child(5){background: url("../images/more2.png") no-repeat right center;} 

.swiper-box1{margin-top: 54px;position: relative;}
.case-box3 .swiper-box1{margin: 0;}
.case-box3{padding-top: 0;background: #f3f4f9;}
.swiper-box1 .swiper-button-prev{left:-50px;}
.swiper-box1 .swiper-button-prev::after{content: "";display: block;position: absolute;right: 0;background:url("../images/jjtt2.png") no-repeat center;}
.swiper-box1 .swiper-button-next{right:-50px;}
.swiper-box1 .swiper-button-next::after{content: "";display: block;position: absolute;left: 0;background:url("../images/jjtt2.png") no-repeat center;transform:rotate(180deg);}
.swiper-box1 .swiper-button-next::after,.swiper-box1 .swiper-button-prev::after{border-radius:50%;cursor: pointer;position: absolute;transition: all .5s cubic-bezier(.694,0,.335,1);top: 0;width: 22px;height:36px;}
.swiper-box1 .swiper-button-next,.swiper-box1 .swiper-button-prev{width: 22px;height:36px;z-index: 10;}
.swiper-box1 .swiper-button-prev:hover::after{background:url("../images/jjtt3.png") no-repeat center;}
.swiper-box1 .swiper-button-next:hover::after{background:url("../images/jjtt3.png") no-repeat center;}
.case-list2{padding-top: 54px;}
.case-box3 .swiper-slide{background: #fafafa;border-radius: 10px;text-align: center;padding-bottom: 30px;}
.case-box3 .swiper-slide .tp{height:358px;display: flex;align-items: center;justify-content: center;}
.case-box3 .swiper-slide .tp img{height:194px;width: auto;}
.case-box3 .swiper-slide .text{color: #333;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.videos button{display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10;}
.videos button::after{content: "";display: block;background: url("../images/play.png") no-repeat;width:73px;height:73px;transition: all 0.3s;}
.videos{margin-top: 30px;position: relative;}
.videos video{width: 100%;height: 100%;object-fit: cover;}
.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 110;
}
.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    vertical-align: middle;
}
.z_tanchuang .tbox .modal {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1154px;
    max-height: 90%;
    margin: 0 auto;
}
.z_tanchuang .tbox .out {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 40px;
    background:#65bae3 url(../images/close.svg) center no-repeat;
    background-size: 30px 30px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-height: 650px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}
.z_tanchuang .tbox .modal .img {
   max-width: 1200px;
}
/* å¼¹çª—é€‰ä¸­ */
.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes mzoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@-webkit-keyframes mzoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
.case-list3{display: flex;justify-content: space-between;background: #fff;align-items: center;margin-top: 54px;border-radius: 10px;}
.case-list3 .right{width: 50%;border-radius:0 10px 10px 0;}
.case-list3 .right img{width: 100%;height: 100%;object-fit: cover;border-radius:0 10px 10px 0;}
.case-list3 .left{width: 45%;}
.case-list3 .text{padding:0 60px;}
.case-list3 h3{color: #333;font-size: 26px;font-weight: bold;margin-bottom: 42px;}
.case-list3 p{color: #333;font-size: 18px;line-height: 36px;}
.sub-brand{display: flex;justify-content: space-between;margin: 62px 0 40px 0;}
.sub-menu{padding: 20px 0;}
.sub-menu a{display: inline-block;color: #333;font-size: 20px;border-right: solid 1px #bfbfbf;padding-right: 25px;margin-right: 25px;}
.sub-menu a:hover,.sub-menu a.on{color: #65bae3;}
.sub-menu a:last-child{border-right: none;}
.search-form{background: #f7f7f7;position: relative;width: 364px;}
.search-form input{
	color: #666;
	font-size: 14px;
	height: 60px;
	display: block;
	text-indent: 20px;	
}
.search-form input::-webkit-input-placeholder {color:#666;}
.search-form input:-moz-placeholder{color:#666;}
.search-form input::-moz-placeholder{color:#666;}
.search-form input:-ms-input-placeholder{color:#666;}
.search-form .inp{
	width: calc(100% - 90px);
	padding: 0 5px 0 0;
}
.search-form .btn-0{
	position: absolute;
	right:0px;top:0px;
	background: url(../images/com_icon_01h.png) center center no-repeat;
	height: 60px;
	width: 75px;
	cursor: pointer;
}
.news li{padding: 75px 0;overflow: hidden;position: relative;}
.news li .ys-cont1600{display: flex;justify-content: space-between;position: relative;z-index: 2;}
.news li .ys-cont1600::after{content: "";position: absolute;height: 1px;background: #ededed;width: 100%;bottom:-75px;left: 0;}
.news li .tp{border-radius: 10px;overflow: hidden;width:364px;height: 232px;}
.news li .tp img{border-radius: 10px;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.news li:hover .tp img{transform: scale(1.15);}
.news li .text{width: calc(100% - 434px);padding:0 100px 15px 0;position: relative;display: flex;align-items: center;flex-wrap: wrap;}
.news li h4 a{display: block;color: #333;font-size: 26px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: normal;margin-bottom: 18px;transition: all 0.3s;}
.news li p a{color: #666;font-size: 16px;line-height: 30px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;}
.news li .time{color: #999;font-size: 16px;font-family: arial;transition: all 0.3s;}
.news li .txt{margin-bottom: 40px;}
.news li .look{bottom: -3000px;transition: all 0.3s;position:absolute;}
.news li:hover h4 a{color: #65bae3;}
.news li:hover .look{bottom: 15px;}
.news li:hover .time{opacity: 0;}
.news li .bac{
    transition: all 1.5s;
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background:#f6f6f6;
}
.news li:hover .bac {
  transition: all 1.5s;
  transform: scale(60);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #65bae3;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #65bae3;
  border-color: #65bae3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li.slh em {
    display: inline-block;
    position: relative;
    top: -4px;
}
.text-center{text-align: center;}
.join-job{margin-top:50px;}
.join-job .join-tt{height: 60px;line-height: 60px;color: #fff;}
.join-job .join-tt span,.join-job .list_dt span{font-size: 22px;display: inline-block;}
.join-job .list_dt{background: #f3f3f3;position: relative;padding: 0 44px;border-radius: 10px;color: #666;margin-top: 30px;}
.join-job .list_dt span{font-size: 20px;height: 60px;line-height: 60px;}
.join-job .list_dt .list_dt_icon{right: 30px;}
.join-job .list_dt em{width: 30px;height: 30px;position: absolute;right: 0;top: 50%;transform: translate(-50%,-50%);display: block;}
.join-job .list_dt_icon{color: #333;background: url("../images/jiahao2.png") no-repeat center;background-size: auto 30px;transition: all 0.5s;}
.join-job #open .list_dt_icon{color: #1296db;transform:translate(-50%,-50%);background: url("../images/jianhao2.png") no-repeat center;background-size: auto 30px;}
.join-job .list_dd{padding: 0px 44px 30px 44px;display: none;border: solid 1px #f3f3f3;}
.join-job .list_dd p{color: #666;font-size: 16px;line-height: 30px;}
.join-job .list_dd p strong{color: #666;display: block;padding:28px 0 13px 0;}
.join-job .list_dd .talk{position: relative;}
.join-job .list_dd .talk a{display:inline-block;padding: 0 15px;margin: 50px 0;height: 42px;line-height: 42px;border-radius: 21px;text-align: center;background: #1296db;color: #fff;font-weight: bold;font-size: 16px;}
.join-job .std-btn1{margin:40px 0 0 0;justify-content: flex-start}
.join-job .std-btn1 .std-btn-link{padding: 7px 30px;}
.join-job .list_dt#open{background: #65bae3;color: #fff;border-radius: 10px 10px 0 0;}
.join{padding: 80px 0;}
.contact1{padding: 80px 0;}
.contact2{padding: 80px 0;background: #f3f4f9;}
.tab-list2 .map{display: none;height: 716px;overflow: hidden;}
.tab-list2 .map img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.contact1 .cont-1{display: flex;justify-content: space-between;margin-top: 45px;}
.contact1 .tabs2{width: 442px;}
.tab-list2{width: calc(100% - 458px);margin-bottom: 16px;}
.tabs2 .box-1{background: #f3f4f9;border-radius:10px;padding: 30px 0 30px 30px;margin-bottom: 16px;transition: all 0.3s;}
.tabs2 .box-1 h3{color: #333;font-size: 24px;font-weight: bold;margin-bottom: 20px;}
.tabs2 .box-1 p{color:#666;font-size: 14px;line-height: 21px;}
.tabs2 .box-1.on,.tabs2 .box-1:hover{background: url("../images/hover.jpg") no-repeat;background-size: cover;cursor: pointer;}
.tabs2 .box-1.on h3,.tabs2 .box-1:hover h3,.tabs2 .box-1.on p,.tabs2 .box-1:hover p{color: #fff;}
.contact2 li{margin:0 38px 30px 0;float: left;width:calc(50% - 19px);background:#f9f9f9;padding:0 22px;height: 70px;position: relative;border-radius: 10px;border:1px solid #e8e8e8}
.contact2 li:nth-child(2n){margin-right: 0;}
.contact2 input{height:70px;border: none;outline: none;background:none;width:calc(100% - 44px);color: #999;position: absolute;}
.contact2 input::placeholder,.contact2 textarea::placeholder{color: #999;font-size: 18px;font-family: arial;}
.contact2 textarea{border: none;outline: none;background:none;width:calc(100% - 44px);color: #999;resize: none;height: 100px;position: absolute;padding: 15px 0;}
.contact2 li.li1{width: 100%;margin-right: 0;height: 130px;}
.contact2 li.li2{width: 100%;margin-right: 0;}
.contact2 li.li3 button{position: absolute;width:30%;background: #65bae3;color: #fff;font-size: 18px;letter-spacing: 2px;padding:0;height: 60px;transition: all 0.3s;margin: 0 auto;border-radius:30px;left: 50%;transform: translate(-50%,0);}
#imgCode{position: absolute;right: 0;height:68px;border-radius: 0 10px 10px 0;}
.contact2 li.li3{padding:0;background: none;border: none;width: 100%;margin:20px 0 0 0;}
.clear{clear: both;}
.contact2 .cont-2{padding-top: 50px;}
.title3{color: #333;font-size: 32px;font-weight: bold;}
.about1,.about3,.about4,.about5,.about6{padding: 75px 0;}
.about1 .part1{display: flex;justify-content: space-between;margin-bottom:80px;}
.about1 .part1 .right{width: 70%;}
.about1 p{color: #4b4c4d;font-size: 18px;line-height: 32px;}
.about1 ul{display: flex;justify-content: space-between;margin: 0 -8px;}
.about1 li{margin: 0 8px;width: calc(33.33% - 16px);overflow: hidden;border-radius: 10px;}
.about1 li img{border-radius: 10px;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.about1 li:hover img{transform: scale(1.15);}
.about2{background: url("../images/a-bg1.jpg") no-repeat;background-size: cover;height: 606px;}
.about2 .part1{display: flex;justify-content: space-between;}
.about2 .left{width: 65%;}
.about2 .right{width: 401px;display: flex;justify-content: center;align-items: center;height: 395px;position: relative;margin-top: 50px;}
.about2 .right::before{content: "";display: block;position: absolute;background: url("../images/quan_03.png") no-repeat center;height: 395px;width: 401px;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about2 .right .quan{position: relative;}
.about2 .right .quan::after{content: "";position:absolute;width: 249px;height: 249px;top: 50%;left: 50%;transform: translate(-50%,-50%);background: url("../images/quan-qq_03.png") no-repeat;transform: translate(-50%,-50%);animation: scal1 2s linear infinite;}
.about2 .right .quan img{display: block;position: relative;z-index: 2;height: 105px;}
.about2 .right .quan::before{content: "";position:absolute;width:320px;height:320px;top: 50%;left: 50%;transform: translate(-50%,-50%);border: dashed 1px #4e7ed5;border-radius: 50%; animation: spin 2s linear infinite;}
.about2 .wz{position: absolute;color: #0886fa;font-size: 24px;animation: scal2 2s linear infinite;}
.about2 .wz.wz1{top:-12px;left: 65px;}
.about2 .wz.wz2{bottom: 65px;left: -26px;}
.about2 .wz.wz3{bottom: 20px;right: -15px;}
.about2 p{color: #333;font-size: 18px;line-height:30px;}
.about2 .txt1 p{background: url("../images/bq1.png") no-repeat left 10px;padding-left:20px;margin-top:24px;}
.about2 .text{padding-top: 38px;}
.about2 .ys-cont1600{display: flex;align-items: center;height: 100%;}
.about3 .case-list li{width: calc(25% - 20px);margin: 0 10px;}
.about3 .case-list ul{margin: 0 -10px;}
.about3 .case-list li .txt1{background: rgba(101,186,227,0.8);}
.about3 .case-list li .txt2 h4{font-size:22px;margin: 0 0 26px 0;color: #fff;font-weight: bold;}
.about3 .case-list li .txt2 p{-webkit-line-clamp: inherit;}
.about4,.about6{background: #f9f9f9;}
.about4 .swiper-slide{background: #fff;padding-bottom: 0;}
.about4 .swiper-slide .text{border-top: solid 1px #f2f2f2;height: 70px;line-height: 70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.about4 .swiper-slide .tp{height: 290px;padding: 0 20px;}
.about4 .swiper-slide .tp img{height: auto;width: 100%;}
.about4 .swiper-slide:hover .text{color: #65bae3;}
.about6 ul{display: flex;justify-content: space-between;margin: 0 -9px;}
.about6 ul:nth-child(1) li{width: calc(33.33% - 9px);margin: 18px 9px 0 9px;}
.about6 ul:nth-child(2) li{width: calc(50% - 9px);margin: 18px 9px 0 9px;}
.about6 li{border-radius: 10px;position: relative;overflow: hidden;}
.about6 li img{border-radius: 10px;}
.about6 li .txt1{position: absolute;bottom: 0;width: 100%;left: 0;height: 100%;text-align: center;display: flex;align-items: center;justify-content: center;-webkit-transition: all .3s;transition: all .3s;}
.about6 li .txt2{position: absolute;bottom: -100%;width:100%;background: rgba(101, 186, 227, 0.75);transition: all 0.3s;border-radius: 10px;height: 100%;display: flex;align-items: center;justify-content: center;}
.about6 li h4{color: #fff;font-size: 24px;font-weight: bold;}
.culture{padding-top: 36px;}
.about6 li .tp{overflow: hidden;border-radius: 10px;}
.about6 li .tp img{border-radius: 10px;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.about6 li:hover .tp img{transform: scale(1.15);}
.about6 li:hover .txt1{ -webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.about6 li:hover .txt2{bottom: 0;}
.about6 li .txt2 p{font-size: 16px;line-height: 30px;color: #fff;text-align: center;padding: 0 5px;}
.about5 .swiper-slide {
      text-align: center;
      font-size: 20px;
      color: #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.95);
	  flex-wrap: wrap;
	  position: inherit;
}
.about5 .swiper-slide-active{transform: scale(1.3);}
.about5 .swiper-slide img{width: 145px;height: 145px;border-radius: 50%;}
.about5 .swiper-slide .text2,.about5 .swiper-slide-active .text1{display: none;}
.about5 .swiper-slide-active .text2{display:block;}
.about5 .swiper-slide .text1{padding-top: 20px;}
.about5 .swiper-slide .tp{width: 100%;}
.tt-swiper{padding: 120px 0 160px 0;position: relative;}
.about5 .swiper-slide .text2{position: absolute;top: 300px;width:1220px;}
.about5 .swiper-slide .text2 p{color: #666;font-size: 12px;line-height:24px;text-align: left;}
.about5 .swiper-pagination{display: none;}
.about5 .swiper-slide-active .tp{position: relative;}
.about5 .swiper-slide-active .tp img{width: 135px;height: 135px;}
.about5 .swiper-slide-active .tp::before{content: "";width: 180px;height: 180px;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.2);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);animation: scal1 2s linear infinite;}
.about5 .swiper-slide-active .tp::after{content: "";width: 155px;height: 155px;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: dashed 1px #ccc; animation: spin 2s linear infinite;}
.about5 .swiper-slide .name1{color: #333;font-size: 24px;padding-bottom: 25px;position: relative;width: 280px;position: relative;margin: 0 auto;}
.about5 .swiper-slide .name2{color: #333;font-size: 14px;padding-bottom:20px;}
.about5 .swiper-slide .name1::before{content: "";width: 27px;height: 57px;background: url("../images/name1.png") no-repeat;position: absolute;left:0;top: 4px;}
.about5 .swiper-slide .name1::after{content: "";width: 27px;height: 57px;background: url("../images/name2.png") no-repeat;position: absolute;right: 0;top: 4px;}
.about5 .swiper-slide .text3{display: none;margin-top: 80px;}
.about5 .swiper-slide-active .text3{display:block;}
.about5{padding-bottom:40px;}
@keyframes spin {
    from {
      transform:translate(-50%,-50%) rotate(0deg);
    }
    to {
      transform:translate(-50%,-50%) rotate(360deg);
    }
}
@keyframes scal1 {
    0 {
      transform:translate(-50%,-50%) scale(1);
    }
    50% {
      transform:translate(-50%,-50%) scale(1.1);
    }
    100% {
      transform:translate(-50%,-50%) scale(1);
    }
  }
/*@keyframes scal2 {
    0 {
      opacity: 0;
      transform:scale(0);
    }
    100% {
      opacity: 1;    	
      transform:scale(1.1);
    }
  }*/
.article_cont{
  display: flex;
  padding-top: 64px;
  padding-bottom: 95px;
}
.ar_title{border-bottom:1px solid #E0E0E0;padding-bottom: 30px;margin-bottom: 30px;}
.ar_title h3{
    color:#333;
    font-weight: 700;
    line-height: 1.4;
    font-size: 28px;
}
.ar_title .ar_time{
    padding-top: 16px;
    color:#666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.article_cont .article_l {
  flex: 1;
  border-right: 1px solid #E0E0E0;
  margin-right:60px;
  padding-right: 60px;
}
.article_cont .article_r {
  width: 350px;
}
.article_l .articlen p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.article_l .articlen p img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.article_l .ar_label {
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.article_l .ar_label .label_t {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_l .ar_label .label_list {
  padding-top: 5px;
}
.article_l .ar_label .label_list ul {
  margin-left: -5px;
  margin-right: -5px;
}
.article_l .ar_label .label_list ul li {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.article_l .label_list a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  background: #ECF3F9;
  color: #768DA0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_l .label_list a:hover {
  background-color: #0562AF;
  color: #fff;
}
.article_r .up_ {
  padding: 24px;
  border-radius: 10px;
  background: #f2f2f2;
}
.article_r .up_>a {
  display: inline-block;
  width: 100%;
}
.article_r .up_>a {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.article_r .up_>a .n {
  padding-bottom: 16px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
}
.article_r .up_>a .t {
  color:#333;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article_r .up_>a .up_time{
  display: inline-block;
  margin-top: 8px;
  color: #999;
  font-family:arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_r .up_>a:hover .t{
  font-weight: 600;
  color: #65bae3;
}
.article_r .up_back{
  padding-top: 24px;
}
.article_r .up_back a{
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background:#65bae3;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_r .up_back a img{
  margin-right: 12px;
  width: 18px;
  position: relative;
  top: 1px;
}




@media only screen and (max-width:1560px) {
  .center{
    width: 1000px;
  }
  .i3-indexInnerBox .left{
    width: calc((100% - 1000px) / 2 + (1000px - 380px));
  }
  .i3-indexBox .i3-indexInnerBox{
    height: 700px;
  }
  .i3-indexInnerBox .right{
    width: 450px;
  }
  .i3-indexInnerBox .right::after{
    clip: rect(0,0,700px,0px);
  }
  .i3-indexInnerBox.active .right::after{
    clip: rect(0,380px,700px,0px);
  }
  .i3-indexInnerBox .right .mr2{
    top: 225px;
    right: 2px;
  }
  .i3-indexInnerBox .right .mr1{
    top: 93px;
    left: 154px;
  }
  .i3-indexInnerBox .right .flow-box .f-rund .rund{
    width: 20px;
    height: 20px;
  }
  .i3-indexInnerBox .right .flow-box .f-rund .rund i{
    width: 10px;
    height: 10px;
  }
  .i3-indexInnerBox .right .flow-box .f-rund p{
    font-size: 18px;
  }
  .i3-indexInnerBox .right .fb1{
    top: 120px;
    right: 165px;
  }
  .i3-indexInnerBox .right .fb1 img{
    width: 225px;
  }
  .i3-indexInnerBox .right .fb1 .content::before{
    top: 73px;
  }
  .i3-indexInnerBox .right .fb3{
    bottom: 120px;
    right: 125px;
  }
  .i3-indexInnerBox .right .fb3 img{
    width: 225px;
  }
  .i3-indexInnerBox .right .fb3 .content::before{
    top: 100px;
  }
  .i3-indexInnerBox .right .fb2{
    top: 150px;
    right: 17px;
  }
  .i3-indexInnerBox .right .fb2 img{
    width: 245px;
  }
  .i3-indexInnerBox .right .fb2 .content::before{
    top: 140px;
  }
  .i3-indexInnerBox .right .fb4{
    bottom: 45px;
    right: 0px;
  }
  .i3-indexInnerBox .right .fb4 img{
    width: 285px;
  }
  .i3-indexInnerBox .right .fb4 .content::before{
    top: 85px;
  }
  .i3-indexInnerBox .right .flow-box .content .text h3{
    font-size: 20px;
  }
  .i3-indexInnerBox .right .flow-box .content .text h6{
    font-size: 14px;
    line-height: 26px;
  }
  .i3-indexInnerBox .right .flow-box .content .text a{
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .i3-indexInnerBox .right .flow-box .content .text a i{
    font-size: 16px;
  }
  .i3-indexInnerBox .right .flow-box .content::before{
    border-top: 10px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid rgba(255, 255, 255, 0.9);
    border-bottom: 12px solid rgba(255, 255, 255, 0.9);
    right: -26px;
  }
  .i3-indexInnerBox .right .flow-box img{
    height: 26px;
    transform: translateY(-13px);
  }
  
  .public-title h5{
    font-size: 20px;
  }
  .public-title h3{
    font-size: 34px;
  }
  
  
}
@media only screen and (max-width:1360px) {
 
}
@media only screen and (max-width:1260px) {
  
}
.ys-hd-pc.no-fixs .head-nav-item.yxnav-active1 .head-nav-item-title::after{width: 100%;background: #65bae3;}
.ys-hd-pc.no-fixs .head-nav-item.yxnav-active1 .head-nav-item-title{color: #65bae3;}
.i3-indexInnerBox .right .flow-box.active{z-index: 10;}