.navigation {
    position:relative;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background: #ffffff;
    box-shadow: 0 9px 12px rgba(157, 157, 157, .2);
}
.navigation_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 100px;
}
.logo{
    width: 155px;
    margin: 0;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 92%;
}
.navBox{
    max-width: 740px;
    flex: 1;
}
.nav-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBox .nav-ul>li {
    position: relative;
    text-align: center;
}
/*.header .nav-ul>li:first-child{
    margin-left: 0;
}*/
/*.header .nav-ul>li.current>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100px;
    color: #1e1e1e;
    font-weight: bold;
}
/*.header .nav-ul>li>a>img {
    margin-left: 3px;
}*/
/*.header .nav-ul>li:hover>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #bf3441;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    transition: width .5s linear;
}
.navBox .nav-ul>li:hover>a:after,
.navBox .nav-ul>li.current>a:after{
    width: 100%;
}
.erji{
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    transform: translate(-50%,0);
    width: 230px;
    z-index: 100;
    padding: 35px 0 20px;
    border-radius: 0 0 16px 16px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .66);
    backdrop-filter: blur(10px);
    transition: all 0.6s; 
}
.erji>a {
    display: block;
    font-size: 16px;
    color: #424242;
    margin: 0 0 15px;
    text-align: center;
}

.nav-ul>li:hover .erji:after{
    width: 100%;
}
.erji>a:hover{
    color: #010101;
}
.navBox .nav-ul li:hover .erji {
    display: block;
}
.tel{
    font-size: 15px;
    color: #424242;
    margin-left: 50px;
    padding-left: 45px;
    background: url(../images/tel_sem.png) left center no-repeat;
}
.tel h3{
    font-size: 18px;
    font-weight: bold;
/*    margin-bottom: 3px;*/
}
.tel p{
    font-size: 16px;
}
.foot_copy{
    font-size: 14px;
    line-height: 26px;
    color: #686868;
    text-align: center;
    padding: 15px 0;
    background: #EEEEF0;
}
.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
/*a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}*/
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ff860f;
}
.ban_zy{
    position: absolute;
    right: 130px;
    bottom: 50px;
    width: 110px;
    height: 50px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.banner .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.footer{
    color: #ffffff;
    padding: 60px 0 40px;
    background: url(../images/foot.jpg)center no-repeat;
    background-size: cover;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_lf{
    width: 21.6%;
    border-right: 1px solid #736d7d;
}
.foot_lf img{
    max-width: 85%;
}
.foot_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin-right: -22.6%;
}
.foot_flex dl dt{
    font-size: 18px;
    margin-bottom: 35px;
}
.foot_flex dl dt:after{
    content: "";
    display: block;
    width: 23px;
    height: 1px;
    margin-top: 15px;
    background: #ffffff;
}
.foot_flex dl dd a{
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-right: 8px;
    border-right: 1px solid #ffffff;
    opacity: .61;
}
.foot_flex dl dd a:nth-child(4),
.foot_flex dl dd a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.foot_flex dl dd a:hover{
    color: #f3a00b;
    opacity: 1;
}
.foot_con{
    font-size: 15px;
    line-height: 28px;
    opacity: .61;
}
.foot_con p{
    margin-bottom: 20px;
}
.foot_img{
    position: relative;
    margin-left: 20px;
    width: 100px;
    padding: 5px;
    border-radius: 10px;
    background: #ffffff;
}
.foot_img:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #ffffff;
}
.foot_ewm{
    display: flex;
    align-items: flex-start;
}
.copy{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    background: #211730;
}
.copy .main{
    opacity: .5;
}
.title{
    position: relative;
    color: #272727;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}
.title h2{
    position: relative;
    display: inline-block;
    font-size: 44px;
    font-weight: bold;
}
.title h2 span{
    color: #bf3441;
}
.title p{
    font-size: 24px;
    color: #5d5d5d;
    margin-top: 10px;
}
.title img{
    margin: 15px auto 0;
}
.title_left{
    text-align: left;
}
.tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit i{
    font-size: 16px;
}
.tit i:first-child:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #ce3038;
}
.tit i:last-child:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #ce3038;
}
.title_fff{
    color: #ffffff;
}
.title_fff p{
    color: #f3f3f3;
}
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin: 55px auto 0;
}
.more a{
    display: inline-block;
    min-width: 340px;
    font-size: 24px;
    line-height: 72px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 11px;
/*    box-shadow: 0 9px 38px rgba(241, 155, 0, .33);*/
    background: #bf3441;
    transition: all .3s;
}
.more a:hover{

    background: #ffa400;
/*    background: none;*/
/*    box-shadow: 0 9px 38px rgba(0, 31, 255, .33);*/
}
.header{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    background: #bf3441;
}
.head{
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head a{
    position: relative;
    display: block;
    flex: 1;
    font-size: 28px;
    line-height: 100px;
    color: #ffffff;
    text-align: center;
}
.head a.cur{
    background: rgba(255, 255, 255, .18);
}
/*.head a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 1px;
    height: 25px;
    background: #dfd5da;
}
.head a:last-child:after{
    display: none;
}
.head a.cur:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
}*/
/*.head a:first-child{
    display: none;
}*/
.index1{
    padding: 100px 0;
}
.ind1_bd{
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.ind1_bd ul{
    display: flex;
    flex: none;
    height: 100%;
/*    white-space: nowrap;*/
}
.ind1_bd ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 596px;
    margin: 0 20px;
    padding: 45px 60px 60px 40px;
    border-radius: 24px;
/*    height: 100%;*/
    background: url(../images/ind11_02.jpg)center right no-repeat;
    background-size: cover;
}
.ind1_bd ul li:nth-child(2){
    background-image: url(../images/ind12_02.jpg);
}
.ind1_bd ul li:nth-child(3){
    background-image: url(../images/ind13_02.jpg);
}
.ind1_bd ul li:nth-child(4){
    background-image: url(../images/ind14_02.jpg);
}
.ind1_bd ul li:nth-child(5){
    background-image: url(../images/ind15_02.jpg);
}
.ind1_bd ul li h3{
    font-size: 22px;
    color: #bf3441;
    font-weight: bold;
    margin-bottom: 15px;
}
.ind1_bd ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #424242;
}
.ind1_bd ul li p span{
    color: #bf3441;
}
.ind1_bd ul li i{
    position: absolute;
    right: 20px;
    bottom: -20px;
    font-size: 82px;
    color: #000000;
    font-family: "erya";
    font-weight: bold;
    opacity: .15;
}
.index2{
    padding-bottom: 100px;
}
.ind2 .swiper-container{
    padding: 15px 15px 60px;
}
.ind2 .swiper-slide{
    height: auto;
    padding: 35px 10px 10px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(157, 157, 157, .15);
    background: #ffffff;
}
.ind2_con{
    min-height: 290px;
}
.ind2 h3{
    font-size: 22px;
    color: #0b0c0b;
}
.ind2 h3 span{
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 5px;
}
.ind2 i{
    color: #bf3441;
}
.ind2 p{
    line-height: 30px;
    color: #717171;
    margin: 5px 0 10px;
}
.ind2_des{
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 105px;
    line-height: 28px;
    color: #888888;
    margin-bottom: 15px;
    padding: 10px 8px;
    border-radius: 8px;
    background: #f0f0f0;
}
.ind2 img{
    border-radius: 19px;
    margin: 0 auto;
}
.ind2 .swiper-slide:last-child span{
    font-size: 10px;
    letter-spacing: -.5px;
}
.ind2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.ind2 .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 2px;
    background: #bf3441;
    opacity: 1;
    vertical-align: middle;
}
.ind2 .swiper-pagination-bullet-active {
    width: 85px;
}
.index3{
    padding: 100px 0;
    background: url(../images/ind3bj.jpg)top center no-repeat;
    background-size: cover;
}
.ind3_bd{
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.ind3_bd ul{
    display: flex;
    flex: none;
    height: 100%;
/*    white-space: nowrap;*/
}
.ind3_bd ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 335px;
    color: #424242;
    margin: 0 20px;
/*    height: 100%;*/
    padding: 40px 20px 35px;
    border-radius: 20px;
    background: #ffffff;
}
.ind3_tit h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.ind3_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 10px 0 rgba(183, 183, 183, .15);
    background: #e9e9e9;
}
.ind3_bd h3{
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 8px;
}
.ind3_bd img{
    margin: 0 auto;
}
.ind3_bd dl{
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px dashed #a8a8a8;
}
.ind3_bd dl dd{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
}
.ind3_bd dl dd:last-child{
    margin-bottom: 0;
}
.ind3_bd dl dd span{
    color: #bf3441;
}
.ind3_bd ul li:hover{
    color: #ffffff;
    background: #464646;
}
.ind3_bd ul li:hover dl dd span{
    color: #ffca28;
}
.index4{
    padding: 100px 0 120px;
    background: url(../images/ind4bj.png)top 55px right no-repeat;
}
.ind4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px 30px 0;
    border-radius: 20px;
    box-shadow: 0 0 32px rgba(100, 100, 100, .15);
    background: #ffffff;
}
.ind4_lf{
    width: 260px;
    padding-top: 15px;
}
.ind4_lf p{
    position: relative;
    font-size: 22px;
    line-height: 63px;
    color: #424242;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}
.ind4_lf p.cur{
    color: #ffffff;
}
.ind4_lf p.cur:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    width: 370px;
    height: 100%;
    border-radius: 32px;
    background: #bf3441;
}
.ind4_lf p.cur:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%,0) rotate(3deg);
    width: 370px;
    height: 100%;
    border-radius: 32px;
    background: #eec8cc;
}
.ind4_lf p span{
    position: relative;
    z-index: 1;
}
.ind4_ri{
    width: 72.5%;
}
.ind4_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
.ind4_ri ul li{
    width: 74.5%;
    border-radius: 20px;
    background: #fbf3f4;
    overflow: hidden;
}

.ind4_ri ul li h3{
    font-size: 22px;
    color: #bf3441;
    text-align: center;
    padding: 20px 0 15px;
    background: #f5e0e2;
}
.ind4_one{
    display: flex;
    justify-content: center;
/*    max-width: 330px;*/
    margin: 0 auto;
    padding: 20px 10px 20px 25px;
}
.ind4_one p{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
/*    margin-bottom: 15px;*/
    padding-left: 20px;
}
.ind4_one p i{
    color: #bf3441;
}
.ind4_one p:after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #bf3441;
}
.ind4_ri ul li:last-child{
    width: 22.8%;
    background: #f0f0f0;
}
.ind4_ri ul li:last-child h3{
    color: #424242;
    background: #e9e9e9;
}
.ind4_des{
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    text-align: center;
    padding: 30px 5px 5px;
}
.ind4_dl dl{
    font-size: 18px;
}
.ind4_dl dl dt{
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
.ind4_dl dl dd{
    line-height: 26px;
    color: #424242;
}
.ind4_two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px dashed #b4b4b4;
    border-bottom: 1px dashed #b4b4b4;
}
.ind4_two dl{
    width: 47.7%;
}
.ind4_two p{
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/ind4dh.png)left top 10px no-repeat;
}
.ind4_ri>div {
    display: none;
}
.ind4_ri>div:first-child {
    display: block;
}
.ind4_ri span{
    display: inline-block;
    font-size: 18px;
    line-height: 37px;
    color: #424242;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0 30px;
    border-radius: 7px;
    background: #f0f0f0;
}
/*.ind4_ri span:nth-child(3){
    margin-right: 0;
}*/
/*.ind4_ri dl:last-child dt{
    margin-bottom: 15px;
}*/

.index5{
    padding: 110px 0 130px;
}
.ind5{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_lf{
    position: relative;
    width: 35.2%;
}
.ind5_lf img{
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 27px rgba(100, 100, 100, .27);
}
.ind5_lf:after{
    content: "";
    position: absolute;
    left: 40px;
    top: 35px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 24px rgba(100, 100, 100, .27);
    background: #bf3441;
    transform: rotate(8deg);
    z-index: -1;
}
.ind5_ri{
    width: 55%;
}
.ind5_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ind5_nav p{
    width: 48.3%;
    font-size: 22px;
    line-height: 67px;
    color: #424242;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 11px;
    background: #ebebeb;
    cursor: pointer;
}
.ind5_nav p.cur{
    color: #ffffff;
    background: #bf3441;
}
.ind5_qh>div{
    display: none;
}
.ind5_qh>div:first-child{
    display: block;
}
.ind5_one{
    display: flex;
    flex-wrap: wrap;
}
.ind5_one dl{
    width: 50%;
    max-width: 390px;
    padding-right: 10px;
}
.ind5_qh dl{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 30px;
    margin-bottom: 30px;
}
.ind5_qh dl dt{
    font-size: 20px;
    color: #bf3441;
    margin-right: 20px;
}
.ind5_qh dl dd{
    flex: 1;
    font-size: 18px;
    color: #424242;
}
.ind5_qh dl dd p{
    padding-left: 30px;
    background: url(../images/ind5dh.png)left top 10px no-repeat;
}
.index6{
    padding-bottom: 120px;
}
.ind6_bd{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
}
.ind6_bd ul{
    display: flex;
    flex: none;
    height: 100%;
/*    white-space: nowrap;*/
}
.ind6_bd ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.ind6_bd ul li img{
    margin: 0 auto;
}
.ind6_tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 10px 20px 30px;
    background: rgba(234, 234, 234, .88);
}
.ind6_tit h3{
    font-size: 22px;
    color: #424242;
    font-weight: bold;
    margin-right: 20px;
}
.ind6_tit p{
    flex: 1;
    max-width: 220px;
    font-size: 16px;
    line-height: 30px;
    color: #424242;
    text-align: center;
    border-radius: 15px;
    background: rgba(191, 52, 65, .15);
}
.ind6_hg{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: all .5s;
/*    display: none;*/
}
.ind6_hg .ind6_tit{
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    background: none;
}
.ind6_hg .ind6_tit p{
    text-align: left;
    background: none;
}
.ind6_dl{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 5px 25px;
    background: rgba(234, 234, 234, .88);
}
.ind6_dl dl{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.ind6_dl dl dt{
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 13px;
    background: #bf3441;
}
.ind6_dl dl dd{
    color: #424242;
}
.ind6_bd ul li:hover .ind6_one .ind6_tit{
    display: none;
}
.ind6_bd ul li:hover .ind6_hg{
    top: 0;
}
.index7{
    padding: 80px 0;
    background: url(../images/ind9bj.jpg)top center no-repeat;
    background-size: cover;
}
.index7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index7 ul li{
    width: 31.4%;
    min-height: 260px;
    color: #424242;
    margin-bottom: 40px;
    padding: 35px 30px 20px;
    border-radius: 20px;
    background: url(../images/ind91_02.jpg)center right no-repeat;
    background-size: cover;
}
.index7 ul li:nth-child(2){
    background-image: url(../images/ind92_02.jpg);
}
.index7 ul li:nth-child(3){
    background-image: url(../images/ind93_02.jpg);
}
.index7 ul li:nth-child(4){
    background-image: url(../images/ind94_02.jpg);
}
.index7 ul li:nth-child(5){
    background-image: url(../images/ind95_02.jpg);
}
.index7 ul li:nth-child(6){
    background-image: url(../images/ind96_02.jpg);
}
.index7 ul li h3{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
.ind7_img{
    position: relative;
    margin-right: 10px;
}
.ind7_img:after{
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    left: 0;
    bottom: -18px;
    background: #bf3441;
}
.index7 ul li p{
    max-width: 310px;
    font-size: 18px;
    line-height: 30px;
}
.index8{
    padding: 120px 0 100px;
    background: #f9f9f9;
}
.index8 .title{
    margin-bottom: 35px;
}
.ind8{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind8_lf{
    width: 33.6%;
}
.title_left img {
    margin-left: 0;
}
.ind8_img img{
    border-radius: 20px;
}
.ind8_ri{
    width: 60.3%;
}
.ind8_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind8_ri ul li{
    position: relative;
    width: 31.4%;
    min-height: 245px;
    color: #424242;
    margin-bottom: 25px;
    padding: 35px 20px 105px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(157, 157, 157, .1);
    background: #ffffff;
}
.ind8_ri ul li h3{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 18px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #dedede;
}
.ind8_ri ul li p{
    font-size: 18px;
    line-height: 30px;
}
/*.ind8_ri ul li:hover{
    color: #ffffff;
    background: #bf3441;
}*/
.ind8_ri ul li span{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 77px;
    color: #424242;
    text-align: center;
    font-family: "erya";
    opacity: .1;
}
.time{
    background: url(../images/timebj_02.jpg)top center no-repeat;
    background-size: cover;
}
.time .title{
    margin-bottom: 80px;
}
.time_ul ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.time_ul ul li{
    position: relative;
    width: 18.5%;
    padding: 0 15px 25px;
    border-radius: 20px;
    box-shadow: 0 0 22px rgba(176, 176, 176, .25);
    background: #ffffff;
}
.time_ul ul li:first-child{
    margin-top: 100px;
}
.time_ul ul li:nth-child(2){
    margin-top: 20px;
}
.time_ul ul li:nth-child(3){
    margin-top: 110px;
}
.time_ul ul li:nth-child(4){
    margin-top: 20px;
}
.time_ul ul li:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -155px;
    transform: translate(-50%,0);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #bf3441;
    background: #ffffff;
}
.time_ul ul li:nth-child(2):after{
    bottom: -100px;
}
.time_ul ul li:nth-child(3):after{
    bottom: -125px;
}
.time_ul ul li:nth-child(4):after{
    bottom: -123px;
}
.time_ul ul li:nth-child(5):after{
    bottom: -115px;
}
.time_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin: -50px auto 0;
    border-radius: 50%;
    border: 10px solid #f1d4d5;
    background: #bf3441;
}
.time_ul ul li h3{
    font-size: 22px;
    color: #bf3441;
    text-align: center;
    margin: 15px 0;
}
.time_con p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #424242;
    padding-left: 13px;
}
.time_con p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #bf3441;
}
.time_img{
    margin-top: -170px;
}
.time_img img{
    width: 100%;
    height: 352px;
    object-fit: cover;
}
.time .more{
    margin-top: 0;
}