.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;
}
.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: #2c2c2c;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}
.title h2{
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
}
.title h2 span{
    color: #ce3038;
}
.title p{
    font-size: 18px;
    color: #73737e;
    margin-top: 10px;
}
.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: 50px auto 0;
}
.more a{
    display: inline-block;
    min-width: 320px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
/*    box-shadow: 0 9px 38px rgba(241, 155, 0, .33);*/
    background: #ce3038;
    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: 70px;
    z-index: 100;
    background: url(../images/headbj.jpg)no-repeat;
    background-size: cover;
}
.head{
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head a{
    position: relative;
    display: block;
    flex: 1;
    font-size: 18px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
}
.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: 120px 0;
}
.ind1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind1 ul li{
    position: relative;
    width: 233px;
    height: 384px;
    color: #ffffff;
    overflow: hidden;
    transition: all .5s ease;
}
.ind1_one{
    position: relative;
    width: 233px;
    height: 100%;
    padding: 75px 5px;
    z-index: 3;
    opacity: 1;
    border-radius: 15px;
    background: url(../images/ind11.jpg)no-repeat;
    background-size: cover;
}
.ind1 ul li:nth-child(2) .ind1_one{
    background-image: url(../images/ind12.jpg);
}
.ind1 ul li:nth-child(3) .ind1_one{
    background-image: url(../images/ind13.jpg);
}
.ind1 ul li:nth-child(4) .ind1_one{
    background-image: url(../images/ind14.jpg);
}
.ind1_one span{
    position: absolute;
    top: 30px;
    right: 28px;
    font-size: 81px;
    font-family: 'erya';
    opacity: .13;
}
.ind1_one h3{
    font-size: 24px;
    text-align: center;
}
.ind1 ul li.cur{
    width: 864px;
}
.ind1 ul li.cur .ind1_one {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.ind1 ul li .ind1_hg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.ind1 ul li.cur .ind1_hg {
    opacity: 1;
    width: 864px;
    height: 100%;
    position: relative;
    padding: 30px 50px 15px 60px;
    background: url(../images/ind111_03.jpg)no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.ind1 ul li:nth-child(2) .ind1_hg{
    background-image: url(../images/ind122_03.jpg);
}
.ind1 ul li:nth-child(3) .ind1_hg{
    background-image: url(../images/ind133_03.jpg);
}
.ind1 ul li:nth-child(4) .ind1_hg{
    background-image: url(../images/ind144_03.jpg);
}
.ind1_tit{
    display: flex;
    align-items: center;
    max-width: 480px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ffffff;
}
.ind1_tit span{
    font-size: 81px;
    font-family: 'erya';
    opacity: .35;
    margin-right: 20px;
}
.ind1_ri{
    flex: 1;
}
.ind1_ri h3{
    font-size: 26px;
    margin-bottom: 3px;
}
.ind1_ri p{
    font-size: 20px;
    opacity: .39;
}
.ind1_des{
    font-size: 20px;
    margin-bottom: 30px;
}
.ind1_dl{
    display: flex;
    align-items: center;
}
.ind1_dl h5{
    width: 20px;
    font-size: 20px;
    margin-right: 30px;
}
.ind1_hg dl dd {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    padding-left: 40px;
    padding-bottom: 8px;
}
.ind1_hg dl dd:before{
    content: "";
    position: absolute;
    left: 4px;
    top: 16px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ffffff;
}
.ind1_hg dl dd:last-child{
    padding-bottom: 0;
}
.ind1_hg dl dd:last-child:before{
    border-left: none;
}
.ind1_hg dl dd:after{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
}
.index2{
    padding-bottom: 100px;
}
.ind2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_nav{
    width: 280px;
}
.ind2_nav ul li{
    position: relative;
    font-size: 26px;
    line-height: 96px;
    color: #424242;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.ind2_nav ul li.cur{
    color: #ffffff;
    border-radius: 10px;
    background: #ce3038;
}
.ind2_nav ul li.cur:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 9px solid #ce3038;
}
.ind2_qh{
    flex: 1;
}
.ind2_qh>div{
    display: none;
}
.ind2_qh>div:first-child{
    display: block;
}
.ind2_zy{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ind2_lf{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
}
.ind2_lf img{
    max-width: 90%;
}
.ind2_ri{
    width: 54%;
    padding: 40px 45px;
    border-radius: 15px;
    box-shadow: 0 0 16px rgba(67, 67, 67, .1);
}
.ind2_tit {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    color: #424242;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bdbdc8;
}
.ind2_tit p{
    position: relative;
}
.ind2_tit p:after{
    content: "";
    position: absolute;
    left: -50px;
    top: 5%;
    width: 12px;
    height: 90%;
    background: #ce3038;
}
.ind2_ri h3{
    font-size: 24px;
    color: #ce3038;
    font-weight: bold;
    margin-bottom: 10px;
}
.ind2_ri ul li {
    position: relative;
    font-size: 20px;
    line-height: 35px;
    color: #424242;
    padding-left: 40px;
    padding-bottom: 20px;
}
.ind2_ri ul li:before{
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #ffcf78;
}
.ind2_ri ul li:last-child{
    padding-bottom: 0;
}
.ind2_ri ul li:last-child:before{
    border-left: none;
}
.ind2_ri ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffa400;
}
.ind2_ri ul li span{
    color: #ce3038;
    font-weight: bold;
}
.ind2_ri .more {
    text-align: left;
    margin: 35px auto 0;
}
.ind2_ri .more a {
    min-width: 210px;
}
.index3{
    padding: 120px 0 90px;
    background: url(../images/ind3bj.jpg)top center no-repeat;
    background-size: cover;
}
.title.title_fff,
.title.title_fff p{
    color: #ffffff;
}
.title.title_fff i:before,
.title.title_fff i:after{
    background: #ffffff;
}
.ind3_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto 70px;
}
.ind3_nav p{
    width: 195px;
    font-size: 24px;
    line-height: 48px;
    color: #424242;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, .59);
}
.ind3_nav p.cur{
    color: #ffffff;
    border-color: #c6484c;
    background: #c6484c;
}
.ind3_qh>div{
    display: none;
}
.ind3_qh>div:first-child{
    display: block;
}
.ind3_qh ul{
    display: flex;
    flex-wrap: wrap;
}
.ind3_qh ul li{
    width: 23.5%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    background: #ffffff;
}
.ind3_qh ul li:nth-child(4n){
    margin-right: 0;
}
.ind3_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.ind3_qh ul li p{
    font-size: 24px;
    color: #383838;
    padding-top: 15px;
}
.index4{
    padding: 120px 0 90px;
}
.ind4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind4 ul li{
    width: 32.2%;
    margin-bottom: 30px;
    padding: 45px 25px 35px 40px;
    border-radius: 10px;
    background: #f8f9fa;
}
.ind4_img{
    display: flex;
    align-items: center;
    height: 40px;
}
.ind4 ul li h3{
    font-size: 24px;
    color: #383838;
    font-weight: bold;
    margin: 20px 0;
}
.ind4_con{
    display: flex;
    flex-wrap: wrap;
}
.ind4_con p{
    min-width: 135px;
    font-size: 20px;
    line-height: 45px;
    color: #383838;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.index5{
    position: relative;
    padding: 120px 0;
    background: url(../images/ind5bj.jpg)top center no-repeat;
    background-size: cover;
}
.ind5{
    position: relative;
    z-index: 1;
}
.ind5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5 ul li {
    position: relative;
    width: 23.125%;
    min-height: 575px;
    color: #424242;
    padding: 60px 30px  30px;
    border-radius: 15px;
    background: #ffffff;
}
.ind5 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 20px);
    border-radius: 15px;
    background: #ce3a40;
    z-index: -1;
}
.ind5_tit{
    text-align: center;
    margin-bottom: 75px;
}
.ind5_tit h3{
    font-size: 26px;
    font-weight: bold;
}
.ind5_tit h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 15px auto 10px;
    background: #ce363d;
}
.ind5_tit p{
    font-size: 20px;
}
.ind5_dl dl dd{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.ind5_dl dl dd:before{
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ce363d;
}
.ind5_dl dl dd:last-child{
    padding-bottom: 0;
}
.ind5_dl dl dd:last-child:before{
    border-left: none;
}
.ind5_dl dl dd:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ce363d;
}
.ind5_dl dl dd span{
    color: #ce363d;
    font-weight: bold;
}
.ind5 ul li:hover{
    color: #ffffff;
    background: #ce363d;
}
.ind5 ul li:hover h3:after,
.ind5 ul li:hover .ind5_dl dl dd:after{
    background: #ffffff;
}
.ind5 ul li:hover .ind5_dl dl dd:before{
    border-color: #ffffff;
}
.ind5 ul li:hover .ind5_dl dl dd span{
    color: #ffffff;
}
.ind5 ul li:hover:after {
    background: #e5e5e5;
}
.index5 .more{
    margin: 75px auto 0;
}
.index6{
    padding: 120px 0;
}
.ind6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind6 ul li{
    width: 31.25%;
    margin-bottom: 50px;
    padding: 30px 55px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.ind6_tit{
    display: flex;
    align-items: center;
    color: #383838;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #e4e4e4;
}
.ind6_img{
    margin-right: 40px;
}
.ind6_ri{
    flex: 1;
}
.ind6_ri h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ind6_ri p{
    font-size: 16px;
}
.ind6_con{
    font-size: 18px;
    line-height: 30px;
}
.ind7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind7 ul li{
    width: 18.75%;
    margin-bottom: 20px;
}
.ind7 ul li img{
    margin: 0 auto;
}
.index8{
    padding: 120px 0 15px;
}
.ind8_bd{
    display: flex;
    align-items: center;
    width: 100%;
    height: 505px;
    overflow: hidden;
}
.ind8_bd ul{
    display: flex;
    flex: none;
    height: 100%;
    white-space: nowrap;
}
.ind8_bd ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 100%;
}
.ind8_bd ul li img{
    margin: 0 auto;
}
.index9{
    position: relative;
    padding: 140px 0 0;
    background: url(../images/ind9bj.jpg)top center no-repeat;
    background-size: cover;
}
.index9 .more a{
    line-height: 80px;
}
.ind9{
    padding: 170px 0;
}
.ind9 img {
    margin: 0 auto;
}
.foot_copy{
    font-size: 14px;
    line-height: 26px;
/*    color: #686868;*/
    text-align: center;
    padding: 15px 0;
}