@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont0;
    src:url('../fonts/ALIBABAPUHUITI-2-35-THIN.TTF');
}
@font-face{
    font-family:myFont;
    src:url('../fonts/ALIBABAPUHUITI-2-45-LIGHT.TTF');
}
@font-face{
    font-family:myFont1;
    src:url('../fonts/ALIBABAPUHUITI-2-55-REGULAR.TTF');
}
@font-face{
    font-family:myFont2;
    src:url('../fonts/ALIBABAPUHUITI-2-65-MEDIUM.TTF');
}
@font-face{
    font-family:myFont3;
    src:url('../fonts/ALIBABAPUHUITI-2-75-SEMIBOLD.TTF');
}

.web-font0{font-family:myFont0;}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
body{
    font-family: myFont1;
}
/*banner*/
.index-banner{
    width: 100%;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    color:#000000;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 68px;
    font-family: 'myFont3';
    letter-spacing: 4px;
    color: #000;
    display: flex;
    align-items: center;
}
.index-banner .banner-text h6 i{
    width: 302px;
    height: 1px;
    background-color: #414141;
    margin-left: 10px;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'myFont2';
    margin: 20px 0;
    color: #666666;
    display: flex;
    align-items: baseline;
}
.index-banner .banner-text p{
    font-family: 'myFont0';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 9px;
    color: #666666;
}
/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background-color: #fff;
    opacity: .3;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
	/*animation:mymove 7s infinite;
	-webkit-animation:mymove 7s;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove 7s infinite;
	-webkit-animation-timing-function: ease-in-out; */
}
@keyframes mymove

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }



}
@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }

}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/*标题*/
.title{
    padding: 80px 0 0 0;
    position: relative;
    text-align: center;
}
.ab-title,.yl-title{
    padding: 80px 0 0 0;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.title h2,.ab-title h2,.yl-title h2{
    font-size: 42px;
    font-family: 'myFont2';
    color: #333;
    z-index: 9;
    position: relative;
}
.title em,.ab-title em,.yl-title em{
   text-transform: uppercase;
    font-family: fantasy;
    font-size: 70px;
    position: absolute;
    top: 40px;
    z-index: 1;
    background: linear-gradient(to bottom, #e7e7e7, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    letter-spacing: 4px;
}
/*关于恒逸*/
.c1{
    padding: 100px 0;
    width: 100%;
    position: relative;
    z-index: 9;
}
.c1::after{
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    top: 200px;
    height: 574px;
    background: url(../images/ab-bg1.png) no-repeat left bottom;
}
.c1::before{
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 80px;
    height: 650px;
    background: url(../images/ab-bg2.png) no-repeat right top;
    z-index: -1;
}
.c1 .c1-about-left{
    width: 58%;
}
.c1 .c1-about-left .c1-about-txt p{
    text-align: justify;
    line-height: 1.8;
    font-size: 20px;
    color: #666666;
}
.c1 .c1-about-left a{
    font-size: 18px;
    color: #016e71;
    display: flex;
    justify-content: end;
}
.c1 .c1-about-left a i{
    font-size: 24px;
    color: #016e71;
    margin-left: 10px;
    transition: .5s;
}
.c1 .c1-about-left a:hover i{
    transform: translateX(10px);
}
.c1 .c1-about-num{
    margin: 30px 80px;
}
.c1 .c1-about-num ul li div,.about .about-num ul li div{
    color: #016e71;
    display: flex;
}
.c1 .c1-about-num ul li b,.about .about-num ul li b{
    font-size: 60px;
    color: #016e71;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.c1 .c1-about-num ul li p,.about .about-num ul li p{
    font-size: 18px;
    color: #000;
    text-align: center;
}
/*视频*/
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video{
    position: relative;
    width: 70%;
}
.video-box i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
.video-box i:hover{
    background-color: #fff;
    color: #333;
}
.video_bg {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    top: 50%;
    margin-top: -2rem;
    opacity: .8;
}
.video_bg i{
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
}
.c1-video-bg{
    background: url(../images/sp.png) no-repeat center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 100%;
}
/*恒逸服务*/
.c2{

}
.c2 .c2-bg1,.c2 .c2-bg2{
    background: url(../images/fu-bg1.png) no-repeat center center;
    padding: 80px 60px;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.c2 .c2-bg2{
    background: url(../images/fu-bg2.png) no-repeat center center;
    background-size: cover;
}
.c2 .c2-bg1 h3,.c2 .c2-bg2 h3{
    font-size: 30px;
    color: #016e71;
    font-family: 'myFont3';
}
.c2 .c2-bg1 p,.c2 .c2-bg2 p{
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    width: 518px;
    text-align: justify;
    margin: 30px 0;
}
.c2 .c2-bg1 a,.c2 .c2-bg2 a{
    display: flex;
    font-size: 16px;
    border: 1px solid #999999;
    width: 150px;
    line-height: 38px;
    justify-content: center;
    color: #999999;
    border-radius: 5px;
    transition: .5s;
}
.c2 .c2-bg1 a i,.c2 .c2-bg2 a i{
    font-size: 24px;
    color: #999999;
    margin-left: 10px;
}
.c2 .c2-bg2 div{
    width: 518px;
    margin-left: 52%;
}
.c2 .c2-bg2 a:hover,.c2 .c2-bg1 a:hover{
    color: #016e71;
    border: 1px solid #016e71;
    transform: translateX(10px);
}
.c2 .c2-bg2 a:hover i,.c2 .c2-bg1 a:hover i{
    color: #016e71;
}
/*服务优势*/
.c3{
    background: url(../images/ys-bg.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 60px;
}
.c3 .c3-youshi{
    position: relative;
}
.c3 .c3-youshi ul{
    /*display: flex;
    justify-content: space-around;
    align-items: flex-end;*/
}
.c3 .c3-youshi ul li{
    cursor: pointer;
}
.c3 .c3-youshi ul li .c3-youshi-hide{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 80px;
}
.c3 .c3-youshi ul li .c3-youshi-txt{
    
}
.c3 .c3-youshi ul li .c3-youshi-txt h2{
    font-size: 25px;
    color: #000000;
    font-family: 'myFont2';
}
.c3 .c3-youshi ul li .c3-youshi-txt p{
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c3 .c3-youshi ul li .c3-youshi-img{
    
}
.c3 .c3-youshi ul li .c3-youshi-img img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}
/*隐藏的*/
.c3 .c3-youshi ul li .c3-youshi-show{
    display: none;
}
.c3 .c3-youshi ul li.swiper-slide-active .c3-youshi-hide{
    display: none;
}
/*选中的*/
.c3 .c3-youshi ul li.swiper-slide-active{
    width: 36% !important;
}
.c3 .c3-youshi ul li.swiper-slide-active .c3-youshi-show{
    display: block;
}
.c3 .c3-youshi ul li.swiper-slide-active .c3-youshi-show{
    position: relative;
}
.c3 .c3-youshi ul li .c3-youshi-show img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.c3 .c3-youshi ul li.swiper-slide-active .c3-youshi-show .c3-youshi-ce{
    background: url(../images/y-bg.png) no-repeat top center;
    position: absolute;
    width: 82%;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
}
.c3 .c3-youshi ul li.swiper-slide-active .c3-youshi-show .c3-youshi-pon{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 50px;
    padding-bottom: 80px;
}
.c3 .c3-youshi ul li .c3-youshi-show .c3-youshi-ce h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'myFont2';
}
.c3 .c3-youshi ul li .c3-youshi-show .c3-youshi-ce p{
    width: 65%;
    color: #fff;
    text-align: justify;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*按钮*/
.c3-youshi .ys-btn{
    width: 60px;
    height: 60px;
    position: relative;
    margin-left: 80px;
    background: #016e71;
    border-radius: 100px;
    margin-top: 50px;
}
.c3-youshi .swiper-button-prev{
    background-image: url(../images/left.png);
    height: 14px;
    left: auto;
    left: 16px;
    width: 7px;
    top: 45px;
    cursor: pointer;
    background-size: 100% auto;
}
.c3-youshi .swiper-button-next{
    background-image: url(../images/right.png);
    height: 14px;
    right: 15px;
    width: 7px;
    top: 45px;
    cursor: pointer;
    background-size: 100% auto;
}
/*分页*/
.c3-youshi .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.c3-youshi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background-color: #ddd;
}

.c3-youshi .swiper-pagination-bullet-active {
    background-color: #e1b585;
    width: 30px;
    
}
.c3-youshi .swiper-pagination-progress{
    bottom: 30px;
    top: auto !important;
    z-index: -1;
    height: 2px !important;
    background: #e5e5e5 !important; 
}
.c3-youshi .swiper-container-horizontal>.swiper-pagination-progress{
    height: 2px;
    background: #e5e5e5;
}
.c3-youshi .swiper-pagination-progress .swiper-pagination-progressbar{
    background: #016e71;
    height: 4px;
    top: -1px;
}
/*中心日常*/
.c4{
    position: relative;
    margin-bottom: 60px;
}
.c4-box{
    position: relative;
}
.c4 .c4-box ul li{
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
}
.c4 .c4-box ul li img{
    width: 100%;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
    transition: .3s;
}
/*按钮*/
.c4 .swiper-button-prev{
    background-image: url(../images/r-left.png);
    height: 48px;
    left: auto;
    left: 0;
    width: 48px;
    top: 345px;
    cursor: pointer;
    background-size: 100% auto;
}
.c4 .swiper-button-next{
    background-image: url(../images/r-right.png);
    height: 48px;
    right: 0;
    width: 48px;
    top: 345px;
    cursor: pointer;
    background-size: 100% auto;
}
.c4 .swiper-button-prev:hover{
    background-image: url(../images/r-left-h.png);
}
.c4 .swiper-button-next:hover{
    background-image: url(../images/r-right-h.png);
}
/*恒逸动态*/
.c5{
    background: url(../images/news-bg.png) no-repeat center center;
    padding: 60px 0;
    background-size: cover;
}
.c5 .new-title{
    margin-bottom: 50px;
    align-items: center;
}
.c5 .new-title em{
    font-size: 18px;
    color: #016e71;
    text-transform: uppercase;
}
.c5 .new-title em i{
    font-size: 18px;
    margin-right: 10px;
}
.c5 .new-title h2{
    font-size: 42px;
    font-family: 'myFont2';
}
.c5 .new-title h2 b{
    font-family: 'myFont2';
    font-weight: normal;
    color: #016e71;
}
.c5 .new-title a{
    background: #016e71;
    width: 150px;
    display: flex;
    height: 38px;
    line-height: 38px;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 0 50px 50px 0;
}
.c5 .new-title a i{
    font-size: 24px;
    margin-left: 15px;
    transition: .5s;
    transform: rotate(-45deg);
}
.c5 .c5-box{

}
.c5 .c5-box ul li{
    border-radius: 15px;
}
.c5 .c5-box ul li a{
    display: block;
    position: relative;
}
.c5 .c5-box ul li .c5-news-img{
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.c5 .c5-box ul li .c5-news-txt{
    border-radius: 0 0 15px 15px;
    background: #fff;
    padding: 30px 20px;
}
.c5 .c5-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    border-radius: 15px 15px 0 0;
}
.c5 .c5-box ul li em{
    font-size: 16px;
    color: #999999;
}
.c5 .c5-box ul li p{
    color: #333333;
    font-size: 18px;
    margin: 10px 0;
    min-height: 50px;
}
.c5 .c5-box ul li .c5-news-txt div{
    display: flex;
    justify-content: end;
}
.c5 .c5-box ul li .c5-news-txt div i{
    font-size: 24px;
    color: #016e71;
    transform: rotate(-45deg);
    transition: .5s;
}
.c5 .c5-box ul li a::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #016e71;
    border-radius: 0 0 40px 40px;
    display: none;
}
.c5 .c5-box ul li:hover a::after{
    display: block;
}
.c5 .c5-box ul li:hover p,.c5 .c5-box ul li:hover em{
    color: #016e71;
}
.c5 .c5-box ul li:hover .c5-news-txt i{
    transform: rotate(0deg);
}
.c5 .new-title a:hover i{
    transform: rotate(0deg);
}
/*内页开始-------------------------*/
/*视频banner*/
.video-banner{
    position: relative;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
}
.video-banner .video{
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.video video{
    width: 100%;
}
/*内页banner*/
@keyframes mymove1

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove1 /*Safari and Chrome*/

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}
.ny-banner{
    position: relative;
    min-width: 1200px;
    height: 550px;
    overflow: hidden;
}
.ny-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation:mymove1 7s infinite;
    -webkit-animation:mymove1 7s; /*Safari and Chrome*/
    /* animation-direction:alternate; *//*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation:mymove1 7s infinite;
    /* -webkit-animation-direction:alternate */;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* animation-delay:0.1s;
    -webkit-animation-delay:0.1s; */ /* Safari 和 Chrome */
}
.ny-banner .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.ny-banner .text-box h5{
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
}
.ny-banner .text-box h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: 'myFont3';
}
/*联系我们*/
.content{

}
.content .contact-box{
    align-items: center;
}
.content .contact-form{
    width: 60%;
}
.content .contact-form-box{
    margin-bottom: 20px;
}
.content .contact-form-box li{
    width: 48%;
}
.content ul li label{
    font-size: 18px;
    color: #000000;
    font-family: 'myFont2';
    margin-bottom: 10px;
    display: block;
}
.content .contact-form-box li input{
    height: 54px;
    line-height: 54px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    cursor: pointer;
}
.content ul li textarea{
    height: 290px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    padding-top: 15px;
    font-family: 'myFont1';
    cursor: pointer;
}
.content ul li textarea:hover,.content .contact-form-box li input:hover{
    border: 1px solid #016e71;
}
.content .contact-box input[type="button"]{
    width: 100%;
    background: #016e71;
    font-size: 20px;
    color: #fff;
    height: 54px;
    font-family: 'myFont2';
    cursor: pointer;
    margin-top: 20px;
}
.content .contact-tel{
    width: 35%;
}
.content .contact-tel .contact-txt{
    justify-content: flex-start;
    margin-bottom: 35px;
}
.content .contact-tel .contact-txt i{
    font-size: 38px;
    border: 1px solid #016e71;
    width: 69px;
    height: 69px;
    border-radius: 5px;
    text-align: center;
    line-height: 69px;
    color: #016e71;
    margin-right: 20px;
}
.content .contact-tel .contact-txt .contact-tel1{
    width: 350px;
}
.content .contact-tel .contact-txt h5{
    font-size: 24px;
    color: #000000;
    font-family: 'myFont2';
}
.content .contact-tel .contact-txt p{
    text-align: justify;
    font-size: 17px;
    color: #666666;
}
.content .contact-er{
    border-top: 1px solid #ddd;
    padding-top: 35px;
    display: flex;
    align-items: center;
}
.content .contact-er img{
    width: 150px;
    margin-right: 20px;
}
.content .contact-er .contact-er-p p{
    font-size: 20px;
    color: #333333;
}
/*在线地图*/
.contact-map{
    margin: 60px 0 60px 0;
}
.contact-map .allmap{
    height: 365px;
}
.amap-marker-label{
    font-size: 18px;
    padding: 6px 10px;
    top: -30px !important;
}
/*人才招聘*/
.rencai{
    background: #f7f7f7;
    padding-bottom: 60px;
}
.rencai .title{
    margin-bottom: 50px;
}
.rencai .rencai-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.rencai .rencai-box ul li{
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.rencai .rencai-box ul li .rencai-title h5{
    font-size: 20px;
    font-family: 'myFont2';
    color: #333333;
}
.rencai .rencai-box ul li .rencai-title em{
    font-size: 16px;
    color: #df6945;
}
.rencai .rencai-box ul li .rencai-icon{
    margin: 10px 0;
}
.rencai .rencai-box ul li .rencai-icon i{
    font-size: 16px;
    color: #639798;
    background: #ebf6f6;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 
}
.rencai .rencai-box ul li p{
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
}
.rencai .rencai-box ul li .rencai-tel h4{
    font-size: 16px;
    color: #666666;
}
.rencai .rencai-box ul li:hover{
    border: 1px solid #016e71;
}
/*内页分类*/
.type-box{
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0px 1px 13px #00000029;
}
.type-box a{
    font-size: 18px;
    color: #000;
    margin: 0 30px;
    position: relative;
}
.type-box a::after{
    position: absolute;
    right: -33px;
    content: "";
    top: 6px;
    width: 1px;
    height: 15px;
    background: #d3d3d3;
}
.type-box a:last-child::after{
    display: none;
}
.type-box a:hover,.type-box a.active{
    color: #016e71;
}
/*中心环境*/
.zxhuanjin .zxhuanjin-box{

}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l{
    width: 55%;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 10px 10px;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul li,.zxhuanjin .zxhuanjin-box .zxhuanjin-c ul li,.zxhuanjin .zxhuanjin-box .zxhuanjin-r ul li{
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul li img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-c{
    width: 23%;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-c ul li{
    
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-c ul li img{
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-r{
    width: 20%;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-r ul{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 10px;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-r ul li img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
/*按钮*/
.zxhuanjin-box .swiper-button-box,.yuang-box .swiper-button-box{
    width: 220px;
    height: 80px;
    position: relative;
    margin: 40px auto 0 auto;
}
.zxhuanjin-box .swiper-button-prev,.yuang-box .swiper-button-prev{
    background-image: url(../images/r-left.png);
    height: 48px;
    left: auto;
    left: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.zxhuanjin-box .swiper-button-prev:hover,.yuang-box .swiper-button-prev:hover{
    background-image: url(../images/r-left-h.png);
}
.zxhuanjin-box .swiper-button-next,.yuang-box .swiper-button-next{
    background-image: url(../images/r-right.png);
    height: 48px;
    right: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.zxhuanjin-box .swiper-button-next:hover,.yuang-box .swiper-button-next:hover{
    background-image: url(../images/r-right-h.png);
}
/*员工展示*/
.yuang .yuang-box ul li{
    overflow: hidden;
    border-radius: 5px;
}
.yuang .yuang-box ul li img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
/*新闻中心*/
.news{
    padding: 180px 0 100px 0;
    background: url(../images/banner3.png) #fff no-repeat;
    padding-bottom: 80px !important;
    background-position: top;
    background-size: contain;
}
.news .news-type{
    align-items: center;
}
.news .news-type-l h5{
    font-size: 42px;
    color: #016e71;
    font-family: 'myFont2';
    margin-bottom: 20px;
}
.news .news-type-l p{
    font-size: 20px;
    color: #000;
}
.news .news-type-r{
    display: flex;
    justify-content: center;
}
.news .news-type-r a{
    margin-left: 20px;
    border: 1px solid #016e71;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #016e71;
    width: 115px;
}
.news .news-type-r a:hover,.news .news-type-r a.active{
    background: #016e71;
    color: #fff;
}
.news-box{
    margin-top: 80px;
}
.news-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
}
.news-box ul li{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #f0f0f0;
}
.news-box ul li a{
    display: block;
}
.news-box ul li:hover{
    background: #016e71;
    transform: translateY(-5px);
}
.news-box ul li .news-time span{
    font-size: 48px;
    color: #5e5e5e;
}
.news-box ul li .news-time p{
    font-size: 25px;
    color: #5e5e5e;
}
.news-box ul li h5{
    font-size: 20px;
    color: #016e71;
    min-height: 56px;
    margin: 30px 0 20px 0;
}
.news-box ul li .news-img{
   width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-box ul li p{
    font-size: 16px;
    text-align: justify;
    color: #5e5e5e;
    margin-bottom: 50px;
}
.news-box ul li i{
    font-size: 16px;
    color: #5e5e5e;
    display: flex;
    align-items: center;
}
.news-box ul li i em{
    font-size: 20px;
    color: #5e5e5e;
    transition: .5s;
}
.news-box ul li:hover p,.news-box ul li:hover em,.news-box ul li:hover span,.news-box ul li:hover h5,.news-box ul li:hover i{
    color: #fff;
}
.news-box ul li:hover em{
    transform: translateX(10px);
}
/*新闻详情页*/
.news-box1 .w1200{
    align-items: flex-start;
}
.news-box1{
    margin-top: 80px;
}
.news-des-l{
    width: 300px;
    height: 720px;
    box-sizing: border-box;
}
.news-des-l .news-des-title{
    background: #016e71;
    text-align: center;
    padding: 10px 0;
}
.news-des-l .news-des-title h2{
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
}
.news-des-l .news-des-title em{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.news-des-l ul{
    background: #fff;
    padding: 20px;
    border: 1px solid #f2f2f2;
}
.news-des-l ul li{
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-des-l ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-des-l ul li a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.news-nr{
    width: 72%;
    background: #fff;
    padding: 50px;
    min-height: 600px;
    box-sizing: border-box;
}
.news-nr h5{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-nr .news-nr-time{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.news-nr .news-nr-time p{
    font-size: 16px;
}
.news-nr .news-nr-time p:nth-child(2){
    margin: 0 30px;
}
.news-nr .des-fan{
    margin-top: 20px;
}
.news-nr .des-fan i{
    font-size: 1.5rem;
    color: #fff;
    width: 40px;
    display: block;
    height: 40px;
    background: #016e71;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.news-nr .des-fan p{
    text-align: center;
    font-size: .8rem;
    color: #016e71;
}
.news-nr .des-nr p{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
}
.news-nr .des-nr img{
    width: 650px;
    margin: 0 auto;
}
/*恒逸简介*/
.about{
    background: url(../images/ab-bg3.png) no-repeat center 85px;
}
.about .about-num{
    padding: 0 80px;
}
.about .about-box-r{
    width: 60%;
    background: #fff;
    padding: 50px 50px;
    box-shadow: 0px 2px 12px #0000001f;
}
.about .about-box-r h5{
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'myFont2';
}
.about .about-box-r p{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #666666;
}
.about-box{
    height: 388px;
}
.about-box .about-box-l{
    position: relative;
    width: 40%;
}
.about-box .about-box-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c1-about-r-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    z-index: 999;
    margin-top: -25px;
}
.master_backTop .master_backTop_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(to bottom, #016e71, #016e71);
}
.master_backTop .master_backTop_btn .master_backTop_txt>i {
    font-size: 20px;
    color: #fff;
}
.master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .5s infinite;
    -webkit-animation: scalej01 2s .5s infinite;
}
.master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.master_backTop .master_aperture {
    background: linear-gradient(to bottom,#016e71,#016e71);
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    opacity:0;
    -webkit-opacity:0;
    z-index:-1;
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}
/*企业文化*/
.qiye{
    background: url(../images/ab-bg4.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
}
.qiye .qiye-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 50px;
}
.qiye .qiye-box ul li{
    text-align: center;
    cursor: pointer;
}
.qiye .qiye-box ul li i{
    width: 130px;
    height: 130px;
    display: block;
    background: #016e71;
    line-height: 130px;
    border-radius: 100px;
    font-size: 50px;
    color: #fff;
    margin: 0 auto;
    transition: .5s;
}
.qiye .qiye-box ul li:hover i{
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.qiye .qiye-box ul li h5{
    font-size: 30px;
    color: #000;
    font-family: 'myFont2';
    margin: 10px 0;
}
.qiye .qiye-box ul li p{
    font-size: 18px;
    color: #666666;
}
.qiye .qiye-box ul li:hover h5{
    color: #016e71;
}
/*资质证书*/
.honor img{
    width: 100%;
    height: auto;
}
.teacher-list{
    margin-top: 30px;
}
.teacher-list a{
    float: left;
    width: 12%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-right: 0.57%;
    margin-bottom: 15px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.teacher-list a:nth-child(8n){
    margin-right: 0;
}
.teacher-list a img{
    width: 100%;
    height: auto;
}
.teacher-list a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.honor .flip-items{
    width: 400px;
}
.flipster-carousel .flip-next{
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
    -webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
    -webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
/*箭头*/
.flipster2 .flipto-prev, .flipster2 .flipto-next{
    width: 50px;
    height: 50px;
    text-align: center;
    background-size: 100%;
    color: #333;
    padding: 0;
    border: none;
    margin-top: -25px;
}
.flipster2 .flipto-prev:hover, .flipster2 .flipto-next:hover{
    /*background-color: #e1b585;
    color: #fff;*/
}
.flipster .flipto-prev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-image: url(../images/r-left-h.png);
    display: block;
}
.flipster .flipto-next {
    right: 0;
    position: absolute;
    background-image: url(../images/r-right-h.png);
    top: 50%;
    z-index: 999;
    display: block;
}
/*节日宣传*/
.jieri .jieri-box{

}
.jieri .jieri-box ul li{
    position: relative;
    cursor: pointer;
}
.jieri .jieri-box ul li img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.jieri .jieri-box ul li .jieri-hide{
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .5s;
    flex-direction: column;
    opacity: 0;
}
.jieri .jieri-box ul li .jieri-hide h6{
    font-size: 20px;
    color: #fff;
    font-family: 'myFont2';
}
.jieri .jieri-box ul li .jieri-hide p{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.jieri .jieri-box ul li:hover .jieri-hide{
  opacity: 1;
}
/*合作伙伴*/
.huoban{
  margin-top: 60px;
  background: #f7f7f7;
  padding-bottom: 60px;
}
.huoban .huoban-box{
  position: relative;
}
.huoban .huoban-c1 .bd,.huoban .huoban-c2 .bd{
    width: 100%;
}
.huoban .huoban-l{
    position: absolute;
    left: 0;
    top: -10px;
    /* background: url(../images/bg-left.png) no-repeat bottom left; */
    background-image: linear-gradient(81deg, #f7f7f7 32%, hsla(0, 0%, 100%, 0));
    width: 400px;
    height: 300px;
    max-height: 300px;
    z-index: 99;
}
.huoban .huoban-r{
    right: 0;
    position: absolute;
    top: -10px;
    /* background: url(../images/bg-right.png) no-repeat bottom right; */
    background-image: linear-gradient(303deg, #f7f7f7 33%, hsla(0, 0%, 100%, 0));
    width: 400px;
    height: 300px;
    max-height: 300px;
    z-index: 99;
}
.huoban .huoban-c1{
    margin-bottom: 15px;
}
.huoban .huoban-c1 ul li,.huoban .huoban-c2 ul li{
    width: 15%;
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 7px 4px 20px 5px #f1f1f1 !important;
    box-sizing: border-box;
    transition: all 0.6s ease;
    cursor: pointer;
    border: 1px solid #efefef;
}
.huoban .huoban-c1 ul li img,.huoban .huoban-c2 ul li img{
  margin: 0 auto;
  width: 100%;
  height: 125px;
  object-fit: contain;
  transition: all 0.6s ease;
}
.huoban .huoban-c1 ul li:hover img,.huoban .huoban-c2 ul li:hover img{
    border: 1px solid #016e71;
}
/*安宁简介*/
.anling .anling-box{
    align-items: center;
}
.anling .anling-l{
    width: 43%;
}
.anling .anling-l img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.anling .anling-r{
    width: 55%;
}
.anling .anling-r h5{
    font-size: 36px;
    color: #000;
    font-family: 'myFont2';
}
.anling .anling-r h6{
    font-size: 22px;
    color: #016e71;
    font-family: 'myFont2';
    margin: 20px 0;
}
.anling .anling-r p{
    font-size: 20px;
    color: #666666;
    line-height: 1.6;
    text-align: justify;
}
/*服务内容*/
.fuwu{
    height: 650px;
    position: relative;
}
.fuwu::after{
    content: "";
    position: absolute;
    left: 0;
    width: 40%;
    height: 600px;
    background: url(../images/lh.png) no-repeat center left;
    background-size: cover;
}
.fuwu::before{
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 600px;
    background: url(../images/lh-2.png) no-repeat top right;
    background-size: cover;
}
.fuwu .fuwu-l .fuwu-l-txt{
    position: absolute;
    top: 30%;
    z-index: 9;
    width: 400px;
}
.fuwu .fuwu-l .fuwu-l-txt h2{
    font-size: 42px;
    color: #fff;
    font-family: 'myFont2';
}
.fuwu .fuwu-l .fuwu-l-txt i{
    width: 50px;
    height: 5px;
    display: block;
    background: #fff;
    margin: 30px 0;
}
.fuwu .fuwu-l .fuwu-l-txt p{
    font-size: 23px;
    color: #fff;
}
.fuwu .fuwu-r ul{
    position: absolute;
    top: 20%;
    z-index: 9;
    right: 17.1%;
    width: 600px;
    background: rgb(255 255 255 / 75%);
    padding: 50px 40px;
    transition: .5s;
    cursor: pointer;
}
.fuwu .fuwu-r ul:hover{
    padding: 60px 40px 60px 50px;
}
.fuwu .fuwu-r ul li{
    display: flex;
    align-items: center;
}
.fuwu .fuwu-r ul li i{
    width: 0;
    height: 0;
    display: block;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 16px solid #016e71;
    margin-right: 20px;
    transform: rotate(90deg);
}
.fuwu .fuwu-r ul li p{
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
}
/*专家团队*/
.team .team-box {
    padding-top: 20px;
}
.team .team-box ul li{
    cursor: pointer;
    transition: .5s;
}
/*.team .team-box ul li:hover{
    transform: translateY(-10px);
}*/
.team .team-box ul li i{
    width: 300px;
    height: 300px;
    background: #ddebeb;
    display: block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.team .team-box ul li i img{
    width: 100%;
    height: 280px;
    object-fit: contain;
    position: absolute;
    bottom: -3px;
    border-radius: 144px;
}
.team .team-box ul li .team-title{
    position: absolute;
    left: 29px;
    top: 99px;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    text-orientation: upright;
    align-items: center;
}
.team .team-box ul li .team-title h2{
    color: #016e71;
    font-size: 22px;
    font-family: 'myFont3';
}
.team .team-box ul li .team-title p{
    color: #016e71;
    font-size: 18px;
}
.team .team-box ul li h5 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 20px auto;
}
.team .team-box ul li h5 b{
    color: #016e71;
}
.team .team-box ul li .team-dec{
    background: #016e71;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    min-height: 230px;
}
.team .team-box ul li .team-dec::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    right: 45%;
    transform: translate(-100%, -50%) rotate(45deg);
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #016e71;
}
.team .team-box ul li .team-dec p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: 'myFont';
}
/*核心技术及特色服务*/
.picMarquee3-left .bd .tempWrap,.picMarquee4-left .bd .tempWrap,
.picMarquee5-left .bd .tempWrap,.picMarquee6-left .bd .tempWrap{
    width: 100% !important;
}
.tese{
    background: #f7f7f7;
    padding-bottom: 60px;
}
.tese .tese-box{
    position: relative;
}
.tese .tese-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-image: linear-gradient(81deg, #f7f7f7 32%, hsla(0, 0%, 100%, 0));
    width: 300px;
    height: 300px;
    max-height: 300px;
    z-index: 99;
}
.tese .tese-box::before{
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    background-image: linear-gradient(303deg, #f7f7f7 33%, hsla(0, 0%, 100%, 0));
    width: 300px;
    height: 300px;
    max-height: 300px;
    z-index: 99;
}
.tese .tese-box>div{
    margin-bottom: 25px;
}
.tese .tese-box .tese1{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.tese .tese-box .tese2{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.tese .tese-box .tese3{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.tese .tese-box .tese4{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.tese .tese-box ul li{
    background: #fff;
    line-height: 52px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    margin: 0 8px;
    cursor: pointer;
    width: 16% !important;
    transition: .5s;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.tese .tese-box ul.tese1 li:first-child,
.tese .tese-box ul.tese1 li:nth-child(3),
.tese .tese-box ul.tese1 li:nth-child(5),
.tese .tese-box ul.tese1 li:nth-child(2),
.tese .tese-box ul.tese3 li:nth-child(3),
.tese .tese-box ul.tese3 li:nth-child(4),
.tese .tese-box ul.tese3 li:nth-child(5),
.tese .tese-box ul.tese3 li:nth-child(7),
.tese .tese-box ul.tese4 li:nth-child(4){
    border: 1px solid #016e71;
    box-sizing: border-box;
}
.tese .tese-box ul li:hover{
    background: #016e71;
    color: #fff;
}
/*动画*/
/*.tese .tese-box ul.tese1 li:nth-child(1),
.tese .tese-box ul.tese3 li:nth-child(7),
.tese .tese-box ul.tese1 li:nth-child(2),
.tese .tese-box ul.tese3 li:nth-child(3),
.tese .tese-box ul.tese3 li:nth-child(4),
.tese .tese-box ul.tese3 li:nth-child(5),
.tese .tese-box ul.tese3 li:nth-child(7),
.tese .tese-box ul.tese4 li:nth-child(4)
{
    animation: bounceOut2 6s infinite;
    -webkit-animation: bounceOut2 6s infinite;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    -webkit-animation: bounceOut2 6s infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
    animation-delay: .2s;
    -webkit-animation-delay: 1.6s;
}*/
@-webkit-keyframes bounceOut2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    50%{
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes bounceOut2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }
    50%{
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}











/*服务理念*/
.ln{

}
.ln .ln-box{
    
}
.ln .ln-box ul{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 0px 0px;
}
.ln .ln-box ul li{
    background: #f7f7f7;
    padding: 80px 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.ln .ln-box ul li h5{
    font-size: 30px;
    font-family: 'myFont2';
    color: #016e71;
    transition: .5s;
}
.ln .ln-box ul li i{
    width: 27px;
    display: block;
    height: 5px;
    background: #016e71;
    margin: 20px 0;
}
.ln .ln-box ul li:hover h5{
    transform: translateY(-10px);
}
.ln .ln-box ul li p{
    font-size: 22px;
    color: #666666;
}
.ln .ln-box ul li:nth-child(2){
    background: url(../images/ln1.png) no-repeat center left;
    background-size: cover;
}
.ln .ln-box ul li:nth-child(4){
    background: url(../images/ln2.png) no-repeat center left;
    background-size: cover;
}
.ln .ln-box ul li:nth-child(6){
    background: url(../images/ln3.png) no-repeat center left;
    background-size: cover;
}
.ln .ln-box ul li:nth-child(2) p,
.ln .ln-box ul li:nth-child(4) p,
.ln .ln-box ul li:nth-child(6) p,
.ln .ln-box ul li:nth-child(4) h5,
.ln .ln-box ul li:nth-child(6) h5,
.ln .ln-box ul li:nth-child(2) h5{
    color: #fff;
}
.ln .ln-box ul li:nth-child(2) i,
.ln .ln-box ul li:nth-child(4) i,
.ln .ln-box ul li:nth-child(6) i{
    background: #fff;
}
/*养老简介*/
.ylabout{
    margin: 100px 0 0 0;
}
.ylabout .ylabout-top{
    position: relative;
}
.ylabout .ylabout-box{
    align-items: center;
}
.ylabout .yl-title{
    width: 460px;
    position: relative;
}
.ylabout .yl-title::after{
    content: "";
    position: absolute;
    bottom: -195px;
    left: 50%;
    width: 1px;
    height: 178px;
    background: #333;
}
.ylabout .yl-title::before{
    content: "";
    position: absolute;
    top: -114px;
    left: 50%;
    width: 1px;
    height: 69px;
    background: #333;
}
.ylabout .yl-title h2,.ylabout .yl-title em{
    text-align: center;
}
.ylabout .ylabout-txt{
    width: 58%;
}
.ylabout .ylabout-txt p{
    font-size: 18px;
    color: #666666;
    text-align: justify;
    line-height: 1.8;
}
.ylabout .ylabout-img{
    width: 100%;
    height: 400px;
    background: url(../images/yy1.png) no-repeat top center;
    background-size: contain;
}
.anniu .master_backTop_btn{
    width: 20px;
    height: 20px;
}
.anniu{
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 47%;
}
/*特色服务*/
.case .case-box ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
}
.case .case-box ul li{
    cursor: pointer;
}
.case .case-box ul li i{
    height: 280px;
    overflow: hidden;
    display: block;
}
.case .case-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.case .case-box ul li .case-txt{
    height: 65px;
    line-height: 65px;
    background: #f7f7f7;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.case .case-box ul li .case-txt h4{
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}
.case .case-box ul li .case-txt em{
    font-size: 12px;
    color: #999999;
}
.case .case-box ul li:hover .case-txt{
    background: #016e71;
}
.case .case-box ul li:hover .case-txt h4,.case .case-box ul li:hover .case-txt em{
    color: #fff;
}
/*经典案例*/
.case1 .case1-box{
    position: relative;
}
.case1 .case1-box ul li{
    align-items: center;
    position: relative;
}
.case1 .case1-box ul li.swiper-slide-active{
    width: 70% !important;
}
.case1 .case1-box ul li.swiper-slide-prev{
    width: 12% !important;
}
.case1 .case1-box ul li.swiper-slide-prev .case1-txt{
    display: none;
}
/*.case1 .case1-box ul li.swiper-slide-next{
    width: 12% !important;
}*/
.case1 .case1-box ul li img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.case1 .case1-box ul li .case1-txt{
    width: 40%;
    position: absolute;
    right: -1px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 0 20px 40px;
    box-sizing: border-box;
}
.case1 .case1-box ul li .case1-txt p{
    text-align: justify;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
/*按钮*/
.case1-box .case-button{
    width: 170px;
    height: 80px;
    position: absolute;
    margin: 40px auto 0 auto;
    z-index: 999;
    right: 498px;
    bottom: 13px;
}
.case1-box .swiper-button-prev{
    background-image: url(../images/r-left.png);
    height: 48px;
    left: auto;
    left: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.case1-box .swiper-button-prev:hover{
    background-image: url(../images/r-left-h.png);
}
.case1-box .swiper-button-next{
    background-image: url(../images/r-right.png);
    height: 48px;
    right: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.case1-box .swiper-button-next:hover{
    background-image: url(../images/r-right-h.png);
}
/*分页*/
.case1-box .swiper-pagination-total{
    font-size: 20px;
    color: #999999;
}
.case1-box .swiper-pagination{
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 100%;
    text-align: right;
    padding-right: 260px;
}

.case1-box .swiper-pagination-current {
    font-size: 40px;
    font-family: 'myFont2';
    color: #016e71;
}
/*弹窗表单*/
.fotdn-jb,.jisuan-box{
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index:9999;
}
.fotdn-jb .jbxx-div{
    background: url(../images/cont-bg.jpg)#fff no-repeat left bottom;
}
.fotdn-jb .jbxx-div{
    width: 1200px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -600px;
    z-index:99999;
    box-sizing:border-box;
    
}
.fotdn-jb1 .jbxx-div{
    background: url(../images/cont-bg1.png)#fff no-repeat left bottom;
}
.fotdn-jb .jbxx-div .fancybox{
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
     width:32px; height:32px;
}
.forms{width: 1120px; height: 560px; margin: 0 auto; padding: 70px; box-sizing: border-box;}
.forms .forms_tit{text-transform: uppercase;font-family: blokcn;  font-size: 40px; font-weight: bold; color: #e5e5e5;}
.forms .forms_title{font-size: 24px; font-weight: bold; color: #333333;}
.forms form{width: 600px; height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.forms form .formlist{ width: 45%; height: 80px; border-bottom: #e6e6e6 solid 1px;}
.forms form .formlist .form_tit{display: flex;align-items: center;color: #333333; font-size: 15px; font-weight: bold;}
.forms form input{border: none; width: 100%; background: none; line-height: 60px; font-size: 15px; color: #333333; font-family: "puhui";}
.forms form .form5{width: 100% !important; height: 130px;}
.forms form .form5 input,.forms form .form5 textarea{width: 100% !important;}
.forms form .form5 textarea{font-size: 15px; line-height: 30px; border: none; height: 90px; margin: 10px 0; color: #333333; font-family: "puhui";}
.forms form .bbtn button{
    width: 180px;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    background-color: #016e71;
}
.forms form .formlist .form_tit i{
    font-size: 12px;
    color: red;
    margin-right: 5px;
    display: block;
}
.forms form .formlist.form6{
    border-bottom: 0;
}
.justify-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: -5px;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.s_spserv__wrap-morebottom {
    top: 155px;
}
.s_spserv__wrap ul li{
    padding: 15px 15px;
    position: relative;
}
.s_spserv__wrap ul li:last-child{
    background: #016e71;
    padding: 10px 10px 15px 10px;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.s_spserv__wrap ul li::after{
    position: absolute;
    content: "";
    width: 50px;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background: #e5e5e5;
}
.s_spserv__wrap ul li:last-child::after{
    display: none;
}
.s_spserv__wrap-morebottom p{
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
}
.ce-h{
    color: #333;
}
.s_spserv__wrap-morebottom p:last-child{
    border-bottom: 0;
}
.s_spserv__wrap-backtop {
    bottom: 117px
}
.s_spserv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    text-align: center;
    transition: .4s;
}
.s_spserv__wrap ul li .s_spserv__pic .iconfont{
    font-size: 32px;
    color: #016e71;
}
.s_spserv__wrap ul li:last-child span{
    color: #fff !important;
    font-size: 30px !important;
}
/*.s_spserv__wrap ul li:nth-child(1) .s_spserv__pic .iconfont{
    background: url(../images/i1.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
}
.s_spserv__wrap ul li:nth-child(2) .s_spserv__pic .iconfont{
    background: url(../images/i2.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
}
.s_spserv__wrap ul li:nth-child(3) .s_spserv__pic .iconfont{
    background: url(../images/i3.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
}*/
/*.s_spserv__wrap ul li:nth-child(4) .s_spserv__pic .iconfont{
    background: url(../images/i4.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
}*/
.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -25px;
    top: 85%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}

.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 9px auto
}

.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 15px 15px
}
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 124px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: #4185a6;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
.s_spserv__wrap ul li:hover .ce-h{
    color: #016e71;
}
.s_spserv__wrap ul li:hover .s_spserv__pic{
    transform: scale(1.05);
}
/*收缩*/
.s_spserv__wrap ul,.ce-box{
    position: relative;
}
.s_spserv__wrap ul::after{
    content: "";
    left: -5px;
    top: 41%;
    margin-top: -19px;
    position: absolute;
    border-radius: 50px;
    width: 22px;
    background: #fff;
    height: 38px;
    line-height: 38px;
}
.ce-hide{
    position: absolute;
    left: -22px;
    top: 41%;
    margin-top: -19px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    width: 38px;
    background: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: -1;
}
.ce-hide i{
    font-size: 24px;
    color: #333;
    display: block;
    margin-right: 13px;
}
/*环境展示*/
.huanjung .huanjung-box1{
    margin-bottom: 15px;
}
.huanjung ul li{
    overflow: hidden;
    cursor: pointer;
}
.huanjung ul li img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .3s;
}

/*丰富多彩的活动*/
.pc-banner {
    width: 100%;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.pc-banner .swiper-container {
    width: 100%;
    margin: 60px 0;
    padding: 60px 0 150px 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.pc-banner .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0px 4px 8px 0px #cecece;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0px 4px 8px 0px #cecece;
    z-index: 99;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
        box-shadow: 0px 4px 8px 0px #cecece;
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    display: block;
}

@media screen and (min-width: 668px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide a {
        padding: 5px;
    }
}

.pc-banner .swiper-slide img {
    width: 100%;
    display: block;
    height: 460px;
    object-fit: cover;
}

.pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.pc-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    
    .pc-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .pc-banner .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .pc-banner .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        margin-bottom: 0;
    }
}

.pc-banner .button {
    width: 150px;
    margin: 0 auto;
    bottom: 100px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner .button {
        width: 70%;
        bottom: 22px;
    }
}

.pc-banner .button div:hover {
    background-color: #016e71;
}

.pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #e6e6e6 center 50%/50% 50% no-repeat;
}

.pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #e6e6e6 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .pc-banner .button div {
        width: 28px;
        height: 28px;
    }
}