.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);
}*/
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;
}
.banner_pc{
    position: relative;
}
.banlb{
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: banlb 5s forwards;
    overflow: hidden;
    z-index: 10;
}
@keyframes banlb {

    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.banlb p{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 601px;
    background: url(../images/banlb.png)bottom center no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner_pc a{
    position: absolute;
    left: 50%;
    top: 57.4%;
    transform: translate(-50%,0);
    display: block;
    width: 240px;
    max-width: 20%;
    font-size: 24px;
    line-height: 66px;
    color: #ffffff;
    text-align: center;
    border-radius: 32px;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
    overflow: hidden;
    z-index: 30;
}
.banner_pc a span {
    position: relative;
    z-index: 1;
}
.banner_pc a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #FF7714;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.banner_pc a:hover:after {
    height: 100%;
}
.footer{
    padding: 30px 0;
    background: #eeeef0;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.foot_lf{
    width: 14%;
}*/
.foot_lf img{
    max-width: 130px;
}
.foot_con{
    width: 71.6%;
}
.foot_url{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.foot_url a{
    display: block;
    font-size: 16px;
    color: #0c0002;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #6689a7;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #6689a7;
    text-align: center;
}
.title{
    position: relative;
    color: #EB2E34;
    margin-bottom: 50px;
    z-index: 2;
}
.title h2{
    position: relative;
    font-size: 40px;
    font-weight: bold;
}
.title h3{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
}
.title p{
    font-size: 24px;
    color: #111111;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title p span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin: 40px auto 0;
}
.more a{
    position: relative;
    display: inline-block;
    min-width: 200px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    border-radius: 30px;
    background: #EB2E34;
    overflow: hidden;
}
.more a span {
    position: relative;
    z-index: 1;
}
.more a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #FF7714;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.more a:hover:after {
    height: 100%;
}
.index1{
    position: relative;
    padding: 70px 0 50px;
}
.index1:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1000px;
    background: url(../images/ind1.jpg)bottom center no-repeat;
    background-size: cover;
    z-index: -1;
}
.ind1{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind1_lf{
    width: 337px;
}
.ind1_ri{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.ind1_ri ul{
    width: 55%;
}
.ind1_ri ul:last-child{
    width: 44%;
}
.ind1_ri ul li{
    display: flex;
    align-items: center;
}
.ind1_ri ul li strong{
    width: 50px;
    font-size: 24px;
    line-height: 40px;
    color: #D9D9D9;
    text-align: center;
    font-weight: bold;
    padding:  10px 0;
    border-bottom: 1px solid #D9D9D9;
}
.ind1_ri ul li:last-child strong{
    border-bottom: none;
}
.ind1_ri ul li p{
    flex: 1;
    font-size: 18px;
    color: #333333;
    padding-left: 30px;
}
.ind1_ri ul li p span{
    color: #FF7714;
    font-weight: bold;
}
.index2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0;
}
.ind2_lf{
    position: relative;
    width: 33%;
}
.ind2_lf:before{
    content: "";
    position: absolute;
    left: -150px;
    top: -30px;
    width: 202px;
    height: 199px;
    background: url(../images/ind2_lf.png)center no-repeat;
    background-size: cover;
}
.ind2_lf .more{
    text-align: left;
}
.ind2_ri{
    width: 66%;
}
.ind2_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_ri ul li{
    position: relative;
    width: 48.3%;
    margin-bottom: 35px;
    padding: 45px 35px 30px 70px;
    background: #ffffff url(../images/ind2r.png)top left no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 120px 0;
}
.ind2_ri ul li h3{
    font-size: 24px;
    color: #EB2E34;
    font-weight: bold;
}
.ind2_ri ul li p{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin: 15px 0 20px;
}
.ind2_ri ul li a{
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    border-radius: 8px;
    background: #FF7714;
}
.ind2_ri ul li:nth-child(2n){
    top: 20px;
}
.ind2_more{
    display: none;
}
.index3{
    position: relative;
}
.index3:after{
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 371px;
    height: 505px;
    background: url(../images/ind3.jpg)no-repeat;
    background-size: cover;
    z-index: -1;
}
.ind3{
    position: relative;
    height: 580px;
}
.ind3 ul li{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 22.3%;
    min-height: 280px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/ind3.png)center no-repeat;
    background-size: 100% 100%;
}
.ind3 ul li:first-child{
    position: relative;
}
.ind3 ul li img{
    height: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.ind3 ul li h3{
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 10px;
}
.ind3 ul li p{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.ind3 ul li:nth-child(2){
    top: 140px;
    left: 19.3%;
}
.ind3 ul li:nth-child(3){
    top: 140px;
    right: 19.3%;
}
.ind3 ul li:nth-child(4){
    bottom: 0;
    left: 0;
}
.ind3 ul li:nth-child(5){
    left: 0;
    right: 0;
    bottom: 0;
}
.ind3 ul li:nth-child(6){
    bottom: 0;
    right: 0;
}
.ind3 ul li:hover{
    background-image: url(../images/ind30.png);
}
.ind3 ul li:hover img{
    height: 60px;
    margin-bottom: 15px;
}
.ind3 ul li:hover h3,
.ind3 ul li:hover p{
    color: #ffffff;
}
.index4{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 120px 0 100px;
}
.ind4_lf{
    width: 42.9%;
}
.ind4_ul ul li{
    display: none;
    padding: 35px 30px 30px 35px;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}
.ind4_ul ul li:first-child{
    display: block;
}
.ind4_ul ul li h3{
    font-size: 22px;
    color: #111111;
    margin-bottom: 15px;
}
.ind4_ul ul li h3 strong{
    font-size: 30px;
    margin-right: 15px;
}
.ind4_ul ul li p{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
}
.ind4_ul ul li a{
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, #EB2E34, #FF7614);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .6s;
}
.ind4_ul ul li img{
    margin-right: 10px;
    margin-top: 5px;
}
.ind4_ul ul li a:hover{
    top: -10px;
}
.ind4_ri{
    position: relative;
    width: 51.9%;
    height: 500px;
}
.ind4_ri ul li{
    position: absolute;
    border-radius: 16px;
    padding: 2px;
    overflow: hidden;
}
.ind4_ri ul li:first-child{
    left: 0;
    top: 30px;
    width: 28.6%;
}
.ind4_ri ul li:nth-child(2){
    left: 0;
    top: 50%;
    width: 28.6%;
}
.ind4_ri ul li:nth-child(3){
    left: 30.5%;
    top: 0;
    width: 40.5%;
}
.ind4_ri ul li:nth-child(4){
    right: 0;
    top: 100px;
    width: 26.8%;
}
.ind4_ri ul li:nth-child(5){
    left: 30.5%;
    top: 61%;
    width: 26.8%;
}
.ind4_ri ul li:nth-child(6){
    right: 14.4%;
    top: 61%;
    width: 26.8%;
}
.ind4_ri ul li img{
    width: 100%;
    border-radius: 16px;
}
.ind4_ri ul li.cur{
    background: linear-gradient(to right, #EB2E34, #FF7614);
}
.index5{
    padding: 70px 0;
    background: linear-gradient(to right, #EB2E34, #FF7614);
}
.ind5{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_lf{
    width: 25.7%;
}
.ind5_lf .title,
.ind5_lf .title p,
.ind5_lf .title h3{
    color: #ffffff;
}
.ind5_lf .more{
    text-align: left;
}
.ind5_lf .more a{
    color: #EB2E34;
    background: #ffffff;
}
.ind5_lf .more a:hover{
    color: #ffffff;
}
.ind5_ri{
    width: 74.2%;
}
.ind5_nav{
    width: 100%;
    max-width: 854px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ind5_nav p{
    width: 136px;
    font-size: 24px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.ind5_nav p.cur{
    color: #EB2E34;
    font-weight: bold;
    background: #ffffff;
}
.ind5_ul>div{
    display: none;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    padding: 30px 95px;
    border-radius: 16px;
    background: #ffffff;
}
.ind5_ul>div:first-child{
    display: block;
}
.index6{
    padding: 130px 0 80px;
    background: rgba(199, 199, 199, 0.1) url(../images/ind6.jpg)top center no-repeat;
    background-size: auto 356px;
}
.ind6_nav{
    margin-bottom: 70px;
}
.ind6_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind6_nav ul li{
    width: 13.2%;
    text-align: center;
    padding-top: 55px;
    border-radius: 4px;
    background: url(../images/n1.png)bottom center no-repeat;
    background-size: cover;
}
.ind6_nav ul li:nth-child(2){
    background-image: url(../images/n2.png);
}
.ind6_nav ul li:nth-child(3){
    background-image: url(../images/n3.png);
}
.ind6_nav ul li:nth-child(4){
    background-image: url(../images/n4.png);
}
.ind6_nav ul li:nth-child(5){
    background-image: url(../images/n5.png);
}
.ind6_nav ul li:nth-child(6){
    background-image: url(../images/n6.png);
}
.ind6_nav ul li:nth-child(7){
    background-image: url(../images/n7.png);
}
.ind6_nav ul li p{
    position: relative;
    display: inline-block;
}
.ind6_nav ul li img{
    margin: 0 auto;
}
.ind6_nav ul li.cur p:after{
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.53);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.ind6_ul>div{
    display: none;
}
.ind6_ul>div:first-child{
    display: block;
}
.ind6_ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind6_ul ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 32%;
    margin-bottom: 30px;
    padding: 18px 15px 18px 40px;
    border: 1px solid #A3A3A3;
    background: #ffffff;
}
.ind6_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39.5%;
    height: 90px;
}
.ind6_img img{
    margin: 0 auto;
}
.ind6_ul ul li p{
    flex: 1;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.index7{
    padding: 70px 0 120px;
}
.ind71{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ind71 .title{
    margin-bottom: 0;
}
.ind7_ry{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 857px;
}
.ind72{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind72_con{
    width: 45.7%;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.ind72_con span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.ind72_tu{
    width: 35.85%;
}
.ind72_tu img{
    margin: 0 auto;
}
.ind72_ri{
    width: 178px;
}
.ind72_ri ul li{
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
}
.ind72_ri ul li:last-child{
    border-bottom: none;
}
.ind72_ri ul li h3{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}
.ind72_ri ul li h3 strong{
    font-size: 24px;
    color: #EB2E34;
}
.ind72_ri ul li p{
    font-size: 18px;
    color: #666666;
}
.index8{
    padding: 0 0 80px;
}
.index8 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index8 ul li{
    width: 15.35%;
    padding: 20px 35px 20px 0;
    border-radius: 10px;
    background: #F9F9F9 url(../images/ind81.png) right 10px top 8px no-repeat;
/*    background-size: 30px;*/
}
.index8 ul li:nth-child(2){
    background-image: url(../images/ind82.png);
}
.index8 ul li:nth-child(3){
    background-image: url(../images/ind83.png);
}
.index8 ul li:nth-child(4){
    background-image: url(../images/ind84.png);
}
.index8 ul li:nth-child(5){
    background-image: url(../images/ind85.png);
}
.index8 ul li:nth-child(6){
    background-image: url(../images/ind86.png);
}
.index8 ul li h3{
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0 30px 30px 0;
    padding: 0 15px 0 10px;
    background: linear-gradient(to right, #EB2E34, #FF7614);
}
.index8 ul li p{
    font-size: 18px;
    line-height: 26px;
    color: #424242;
    padding-left: 10px;
}