.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_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;
}
.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: 80px 0 100px;
}
.ind1_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind1_lf{
    width: 47.9%;
    margin-left: -20px;
}
.ind1_lf img{
    margin: 0 auto;
}
.ind1_ri{
    width: 52%;
}
.index1 .title{
    margin-bottom: 40px;
}
.ind1_con{
    position: relative;
    margin-bottom: 25px;
    padding: 25px 35px 20px 150px;
    border-radius: 15px;
    box-shadow: 0 0 18px rgba(157, 157, 157, .23);
    background: #ffffff url(../images/01.png)left 28px top 28px no-repeat;
    overflow: hidden;
}
/*.ind1 ul li:after{
    content: "";
    position: absolute;
    left: 25px;
    top: 30px;

}*/
.ind1 ul li:nth-child(2) .ind1_con{
    background-image: url(../images/02.png);
}
.ind1 ul li:nth-child(3) .ind1_con{
    background-image: url(../images/03.png);
}
.ind1 ul li:nth-child(4) .ind1_con{
    background-image: url(../images/04.png);
}
.ind1 ul li h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 38px;
    background: url(../images/jt.png)right center no-repeat;
    cursor: pointer;
}
.ind1 ul li span{
    display: none;
    font-size: 14px;
    color: #aeaeae;
}
.ind1 ul li h3 p{
    margin-right: 10px;
}
.ind1_submenu {
    display: none;
    padding: 10px 0 0;
}
.ind1_submenu dl dd{
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
    margin-bottom: 5px;
    padding-left: 25px;
    background: url(../images/dh.png)left center no-repeat;
}
.ind1 ul li.open .ind1_submenu {
    display: block;
}
.ind1 ul li.open .ind1_con{
    background-image: url(../images/011.png);
}
.ind1 ul li.open:nth-child(2) .ind1_con{
    background-image: url(../images/022.png);
}
.ind1 ul li.open:nth-child(3) .ind1_con{
    background-image: url(../images/033.png);
}
.ind1 ul li.open:nth-child(4) .ind1_con{
    background-image: url(../images/044.png);
}
.ind1 ul li.open span{
    display: block;
}
.ind1 ul li.open h3 {
    background-image: url(../images/dh1.png)
}
.index2{
    padding-bottom: 100px;
}
.ind2_bd{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
}
.ind2_bd ul{
    display: flex;
    flex: none;
    height: 100%;
/*    white-space: nowrap;*/
}
.ind2_bd ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 100%;
}
.ind2_bd ul li img{
    margin: 0 auto;
    border-radius: 15px;
}
.ind2_con{
    position: absolute;
    left: 2.5%;
    bottom: 10px;
    width: 95%;
    min-height: 195px;
    color: #ffffff;
    padding: 20px 35px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .54);
}
.ind2_con h3{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.ind2_con p{
    font-size: 16px;
    line-height: 26px;
}
.ind2_bd ul li a{
    position: absolute;
    right: 50px;
    bottom: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 7px solid #ffffff;
    background: #bf3441;
}
.index3{
    padding: 80px 0 90px;
    background: url(../images/ind3bj.jpg)top center no-repeat;
    background-size: cover;
}
.index3 .title,
.index3 .title p{
    color: #ffffff;
}
.ind3_bd{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 75px;
    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: 0 20px 35px;
    border-radius: 20px;
    background: #ffffff;
}
.ind3_img{
    margin-top: -75px;
}
.ind3_img img{
    margin: 0 auto;
}
.ind3_tit{
    text-align: center;
    margin: 15px 0 20px;
}
.ind3_tit h3{
    font-size: 22px;
    margin-bottom: 5px;
}
.ind3_tit img{
    margin: 0 auto;
}
.ind3_dl{
    font-size: 16px;
    line-height: 27px;
}
.ind3_dl p{
    margin-bottom: 12px;
}
.ind3_dl p span{
    color: #bf3441;
}
.ind3_bd ul li:hover{
    color: #ffffff;
    background: #464646;
}
.ind3_bd ul li:hover p span{
    color: #ffffff;
}
.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: 48.7%;
    border-radius: 20px;
    background: #fbf3f4;
    overflow: hidden;
}
.ind4_ri ul li h3{
    font-size: 20px;
    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 25px;
}
.ind4_one p{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #424242;
    margin-bottom: 15px;
    padding-left: 20px;
}
.ind4_one p:after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #bf3441;
}
.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{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
}
.ind5_lf{
    width: 360px;
}
.ind5_lf .title{
    text-align: left;
    margin-bottom: 0;
}
.ind5_ri{
    width: 68.6%;
}
.ind5_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_ri ul li{
    width: 48%;
    color: #ffffff;
    padding: 35px 5px 35px 40px;
    border-radius: 20px;
    background: url(../images/ind51_02.jpg)center right no-repeat;
    background-size: cover;
}
.ind5_ri ul li:nth-child(2){
    background-image: url(../images/ind52_02.jpg);
}
.ind5_ri ul li h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.ind5_ri dl{
    display: flex;
    align-items: flex-start;
    line-height: 34px;
    margin-bottom: 15px;
}
.ind5_ri dl dt{
    width: 100px;
    font-size: 20px;
    text-align: center;
    margin-right: 13px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .2);
}
.ind5_ri dl dd{
    flex: 1;
    font-size: 18px;
}
.index6 ul li{
    color: #000000;
    background: #ebebeb;
}
.ind6{
    padding: 40px 0 40px 160px;
}
.ind6 span{
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 94px;
    font-family: "erya";
    font-style: italic;
    opacity: .06;
}
.ind6_con{
    display: none;
    padding-top: 20px;
}
.ind6_con p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
    padding-left: 30px;
    background: url(../images/ind6dh.png)left 5px center no-repeat;
}
.ind6_con p:last-child{
    margin-bottom: 0;
}
.ind6 h3{
    font-size: 22px;
    line-height: 45px;
    padding-right: 45px;
    background: url(../images/ind6jt.png)center right no-repeat;
}
.index6 ul li.open1 .ind6_con {
    display: block;
}
.index6 ul li.open1{
    color: #ffffff;
    background: #bf3441;
}
.index6 ul li.open1 span{
    opacity: .1;
}
.index6 ul li.open1 h3 {
    color: #ffce33;
    background-image: url(../images/ind6jt1.png)
}
.index7{
    padding: 100px 0;
}
.ind7{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind7_lf{
    width: 32.9%;
}
.ind7_lf img{
    margin: 0 auto;
    border-radius: 20px;
}
.ind7_ri{
    width: 61%;
}
.ind7_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ind7_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;
}
.ind7_nav p.cur{
    color: #ffffff;
    background: #bf3441 url(../images/ind7jt.png)right bottom no-repeat;
}
.ind7_qh>div{
    display: none;
}
.ind7_qh>div:first-child{
    display: block;
}
.ind7_one{
    display: flex;
    flex-wrap: wrap;
}
.ind7_one dl{
    width: 50%;
    max-width: 390px;
    padding-right: 10px;
}
.ind7_qh dl{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 30px;
    margin-bottom: 10px;
}
.ind7_qh dl dt{
    font-size: 20px;
    color: #bf3441;
    margin-right: 20px;
}
.ind7_qh dl dd{
    flex: 1;
    font-size: 18px;
    color: #424242;
}
.ind7_qh dl dd p{
    padding-left: 30px;
    background: url(../images/ind7dh.png)left top 10px no-repeat;
}
.index8{
    padding-bottom: 120px;
}
.ind8_bd{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
}
.ind8_bd ul{
    display: flex;
    flex: none;
    height: 100%;
/*    white-space: nowrap;*/
}
.ind8_bd ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.ind8_bd ul li img{
    margin: 0 auto;
}
.ind8_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);
}
.ind8_tit h3{
    font-size: 22px;
    color: #424242;
    font-weight: bold;
    margin-right: 20px;
}
.ind8_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);
}
.ind8_hg{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: all .5s;
/*    display: none;*/
}
.ind8_hg .ind8_tit{
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    background: none;
}
.ind8_hg .ind8_tit p{
    text-align: left;
    background: none;
}
.ind8_dl{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 5px 25px;
    background: rgba(234, 234, 234, .88);
}
.ind8_dl dl{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.ind8_dl dl dt{
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 13px;
    background: #bf3441;
}
.ind8_dl dl dd{
    color: #424242;
}
.ind8_bd ul li:hover .ind8_one .ind8_tit{
    display: none;
}
.ind8_bd ul li:hover .ind8_hg{
    top: 0;
}
.index9{
    padding: 80px 0;
    background: url(../images/ind9bj.jpg)top center no-repeat;
    background-size: cover;
}
.title_fff{
    color: #ffffff;
}
.title_fff p{
    color: #f3f3f3;
}
.index9 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index9 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;
}
.index9 ul li:nth-child(2){
    background-image: url(../images/ind92_02.jpg);
}
.index9 ul li:nth-child(3){
    background-image: url(../images/ind93_02.jpg);
}
.index9 ul li:nth-child(4){
    background-image: url(../images/ind94_02.jpg);
}
.index9 ul li:nth-child(5){
    background-image: url(../images/ind95_02.jpg);
}
.index9 ul li:nth-child(6){
    background-image: url(../images/ind96_02.jpg);
}
.index9 ul li h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.index9 ul li h3:after{
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    margin-top: 15px;
    background: #bf3441;
}
.index9 ul li p{
    max-width: 270px;
    font-size: 18px;
    line-height: 30px;
}
.index10{
    padding: 120px 0 100px;
    background: #f9f9f9;
}
.index10 .title{
    margin-bottom: 35px;
}
.ind10{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind10_lf{
    width: 33.6%;
}
.ind10_lf img {
    margin: 0 auto;
    border-radius: 20px;
}
.ind10_ri{
    width: 60.3%;
}
.ind10_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind10_ri ul li{
    width: 31.4%;
    min-height: 245px;
    color: #424242;
    margin-bottom: 25px;
    padding: 35px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(157, 157, 157, .1);
    background: #ffffff;
}
.ind10_ri ul li h3{
    max-width: 200px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}
.ind10_ri ul li p{
    font-size: 18px;
    line-height: 26px;
}
.ind10_ri ul li:hover{
    color: #ffffff;
    background: #bf3441;
}