.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;
}
.foot_copy{
    font-size: 14px;
    line-height: 26px;
    color: #686868;
    text-align: center;
    padding: 15px 0;
    background: #EEEEF0;
}
.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;
}
.title.title_fff,
.title.title_fff p{
    color: #ffffff;
}
/*.title.title_fff i:before,
.title.title_fff i:after{
    background: #ffffff;
}*/
.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{
    transform: translateY(-5px);
    box-shadow: 0 5px 0 #383838;
/*    background: none;*/
/*    box-shadow: 0 9px 38px rgba(0, 31, 255, .33);*/
}
.index1{
    background: url(../images/ind1bj.jpg)center no-repeat;
    background-size: cover;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index1 ul li{
    position: relative;
    width: 25%;
    color: #ffffff;
    text-align: center;
    padding: 30px 0 25px;
}
.index1 ul li h3{
    font-size: 50px;
    font-weight: bold;
    font-family: 'erya';
    margin-bottom: 5px;
}
.index1 ul li h3 span{
    font-family: 'erya';
}
.index1 ul li p{
    font-size: 16px;
}
.index1 ul li:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 2px;
    height: 58px;
    background: #dfdfdf;
}
.index1 ul li:last-child:after{
    display: none;
}
.index2{
    padding: 130px 0;
}
.ind2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2 ul li{
    position: relative;
    width: 23.125%;
    min-height: 426px;
    color: #424242;
    margin-top: 60px;
    padding: 0 50px 65px;
    border-radius: 15px;
    background: #ffffff;
}
.ind2 ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 15px);
    border-radius: 15px;
    box-shadow: 0 0 13px #d0d0d0;
    background: #ce3a40;
    z-index: -1;
}
.ind2_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin: -60px auto 0;
    border-radius: 50%;
    box-shadow: 0 16px 24px rgba(208, 208, 208, .58);
    background: #ffffff;
}
.ind2 ul li h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 35px 0;
}
.ind2 ul li h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px auto 0;
    background: #ce363d;
}
.ind2 ul li p{
    font-size: 22px;
    line-height: 36px;
}
.ind2 ul li span{
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 53px;
    color: #c0c0c0;
    opacity: .46;
}
.ind2 ul li:hover{
    color: #ffffff;
    background: #ce363d;
}
.ind2 ul li:hover:after{
    box-shadow: none;
    background: #e5e5e5;
}
.ind2 ul li:hover .ind2_img{
    box-shadow: 0 16px 24px #ce363d;
}
.ind2 ul li:hover h3:after{
    background: #ffffff;
}
.ind2 ul li:hover span{
    color: #ffffff;
    opacity: .22;
}
.index3{
    color: #ffffff;
    padding: 130px 0;
    background: url(../images/ind3bj.jpg)top center no-repeat;
    background-size: cover;
}
.ind3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind3 ul li{
    width: 23.75%;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
.ind3_img{
    position: relative;
}
.ind3_img img{
    width: 100%;
    margin: 0 auto;
}
.ind3_img p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px;
    background: rgba(46, 46, 46, .5)url(../images/ind3w.png)center bottom 5px no-repeat;
    background-size: 96%;
}
.ind3_img p:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #181a1e url(../images/ind3jt.png)center no-repeat;
    transition: all .5s;
}
.ind3_con{
    padding: 20px 30px;

}
.ind3_con p{
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 10px;
    padding-left: 40px;
    background: url(../images/ind3z.png) left top 2px no-repeat;
}
.ind3 ul li:hover .ind3_img p:after{
    background-color: #ce3038;
}
.index4{
    padding: 120px 0 100px;
}
.ind4{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ind4_lf{
    width: 28.75%;
}
.ind4_lf .title{
    text-align: left;
}
.ind_more{
    margin-top: 60px;
}
.ind_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 220px;
    height: 60px;
    font-size: 24px;
    border-radius: 10px;
    background: #ce3038;
    transition: all .5s ease;
}
.ind_more a img{
    margin-left: 10px;
}
.ind_more a:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 0 #383838;
}
.ind4_ri{
    width: 66%;
}
.ind4_ri ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind4_ri ul li{
    position: relative;
    width: 48.3%;
    height: 320px;
}
.ind4_ri ul li:nth-child(2n){
    margin-top: 40px;
}
.ind4_one{
    height: 100%;
    color: #73737e;
    margin-bottom: 40px;
    padding: 45px 50px 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
    transition: all .5s ease;
    overflow: hidden;
}
.ind4_img{
    display: flex;
    align-items: center;
    height: 45px;
}
.ind4_one h3{
    color: #383838;
    margin: 30px 0;
}
.ind4_ri ul li h3{
    font-size: 30px;
    font-weight: bold;
}
.ind4_ri ul li p{
    font-size: 24px;
    line-height: 38px;
}
.ind4_hg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 45px 50px 20px 40px;
    transition: all .5s ease;
    transform: rotateY(180deg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(206, 48, 56, .5);
    background: #ce3038;
    opacity: 0;
    z-index: 0;
}
.ind4_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ind4_hg p{
    margin: 30px 0 40px;
}
.ind4_hg a{
    display: flex;
    align-items: center;
    font-size: 22px;
}
.ind4_hg a img{
    margin-left: 20px;
}
.ind4_ri ul li:hover .ind4_one{
    transform: rotateY(180deg);
    z-index: 0;
}
.ind4_ri ul li:hover .ind4_hg{
    opacity: 1;
    transform: rotateY(0deg);
    z-index: 1;
}
.index5{
    padding: 70px 0 110px;
    background: url(../images/ind5bj.jpg)top center no-repeat;
    background-size: cover;
}
.ind5{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_lf{
    width: 360px;
    padding-left: 40px;
}
.ind5_lf h2{
    font-size: 50px;
    color: #383838;
    font-weight: bold;
}
.ind5_lf h2:after{
    content: "";
    display: block;
    width: 78px;
    height: 2px;
    margin: 75px 0 30px;
    background: #9b9b9b;
}
.ind5_lf p{
    font-size: 21px;
    line-height: 39px;
    color: #424242;
    min-height: 540px;
}
.ind5_lf a {
    display: inline-block;
    min-width: 280px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    border-radius: 10px;
    background: #ce3038; 
    transition: all .5s ease;
}
.ind5_lf a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 0 #383838;
}
.ind5_ri{
    width: 1110px;
}
.ind5_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_ri ul li{
    width: 30.6%;
    color: #ffffff;
    padding: 120px 28px 70px;
    border-radius: 20px;
    background: url(../images/ind51_03.jpg)top center no-repeat;
    background-size: cover;
}
.ind5_ri ul li:nth-child(2){
    background-image: url(../images/ind52_03.jpg);
}
.ind5_ri ul li:nth-child(3){
    background-image: url(../images/ind53_03.jpg);
}
.ind5_ri ul li h3{
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.ind5_img{
    margin: 40px 0 45px;
}
.ind5_img img{
    margin: 0 auto;
    border-radius: 15px;
}
.ind5_con{
    max-width: 230px;
    font-size: 20px;
    line-height: 40px;
    margin: 0 auto;
}
.ind5_con p{
    position: relative;
    padding-left: 25px;
}
.ind5_con p:after{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
}
.index6{
    padding: 130px 0 100px;
    background: url(../images/ind6bj.jpg)top center no-repeat;
    background-size: cover;
}
.index6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index6 ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 32.5%;
    margin-bottom: 30px;
    padding: 45px 15px 40px;
    border-radius: 15px;
    background: #ffffff;
}
.ind6_img{
    width: 26.5%;
    border-right: 1px solid #4f4f4f;
}
.ind6_img img{
    max-width: 60%;
    margin: 0 auto;
}
.ind6_ri{
    flex: 1;
    padding-left: 50px;
}
.ind6_ri h3{
    font-size: 24px;
    color: #ce3038;
    font-weight: bold;
    margin-bottom: 10px;
}
.ind6_ri p{
    font-size: 16px;
    line-height: 34px;
    color: #424242;
}
.index7{
    text-align: center;
    padding: 130px 0;
    background: url(../images/ind7bj.jpg)top center no-repeat;
    background-size: cover;
}
.ind7_img img{
    margin: 0 auto;
}
.index7 h2{
    font-size: 46px;
    color: #383838;
    font-weight: bold;
    margin: 40px 0 15px;
}
.index7 p{
    font-size: 24px;
    color: #73737e;
}
.index7 .more img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.index7 .more {
    margin: 100px auto 0;
}