.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;
}
.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;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}
.title img{
    margin: 0 auto 15px;
}
.title h2{
    position: relative;
    font-size: 54px;
    font-weight: 500;
    color: #211d42;
    position: relative;
}
.title h2:after{
    content: "";
    width: 106px;
    height: 4px;
    background: #ffb20d;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    bottom: -18px;
}
/*.title span{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 15px;
    background: #CCCCCC;
}
.title span:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    width: 130px;
    height: 4px;
    margin-left: -65px;
    border-radius: 4px;
    background: #FF653B;
}*/
.title p{
    font-size: 32px;
    color: #211d42;
    margin-top: 30px;
    font-weight: 240;
    line-height: 52px;
}
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin-top: 60px;
}
.more a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.more a p{
    width: 252px;
    font-size: 24px;
    line-height: 55px;
    color: #fff5e1;
    font-weight: bold;
    margin-right: 15px;
    border-radius: 15px;
    background: #ff582f;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more a:hover p{
    transform: translateY(-10px);
    background: #ff8a00;
}
.more img{
    display: inline-block;
    margin-right: 10px;
}
.index1{
    background: url(../images/index1_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: -64px;
    padding-bottom: 100px;
}
.index .swiper-slide{
    position: relative;
}
.index1_con{
    text-align: center;
    padding: 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.index1_con h3{
    font-size: 38px;
    margin-bottom: 4px;
}
.index1_con h3 span{
    font-size: 42px;
}
.index1_con p{
    font-size: 24px;
}
.index1_con_nei1{
    color: #f8ffcc;
}
.index1_con_nei2{
    color: #ffe5e1;
}
.index1_con_nei3{
    color: #f8ffcc;
}
.index1_con_nei4{
    color: #defff7;
}
.index1_con_nei5{
    color: #fff2dc;
}
.index1_con_nei6{
    color: #dbf0ff;
}
.index1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/index1_left.png);
    background-repeat: no-repeat;
    color: #f8ffcc;
}
.index1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/index1_right.png);
    background-repeat: no-repeat;
}
.index1_nei{
    padding: 0 56px;
    position: relative;
}
.index1 .swiper-button-next, .index1 .swiper-button-prev{
    width: 16px;
    height: 35px;
    background-size: 16px;
    height: 35px;
    margin-top: -17.5px;
}
.index2{
    margin-top: 120px;
}
.index2_con ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index2_con ul li{
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 26px 0 40px;
}
.index2_con_img{
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.index2_con_img img{
    margin: 0 auto;
}
.index2_con ul li h3{
    font-size: 28px;
    color: #222021;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.index2_con ul li p{
    font-size: 20px;
    color: #575757;
    line-height: 32px;
    position: relative;
    z-index: 2;
}
.index2_con ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117%;
    height: 117%;
    background: url(../images/index2_bg.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
    left: -8.5%;
    top: -8.5%;
}
.index2_con ul li:hover:after{
    display: block;
}
.index3{
    background: url(../images/index3_bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 70px;
}
.index3 ul li .index3_txt{
    padding: 10px;
}
.index3 .title h2, .index3 .title p{
    color: #ffffff;
}
.index3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index3 ul li{
    margin-bottom: 24px;
}
.index3 ul li:first-child{
    width: 62.75%;
}
.index3 ul li:nth-child(2){
    width: 35.3%;
}
.index3 ul li:nth-child(3){
    width: 38.3%;
}
.index3 ul li:nth-child(4){
    width: 59.75%;
}
.index3 ul li .index3_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    height: 98px;
}
.index3 ul li p{
    font-size: 20px;
    color: #3c3c3c;
    text-align: center;
}
.index3 ul li p span{
    color: #f2830a;
}
.title_p2{
    color: #211d42;
    font-weight: normal!important;
}
.title_p2 span{
    color: #f2830a;
}
.index4{
    padding: 110px 0;
    background: #fafafa;
}
.index4 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index4 ul li{
    width: 20%;
    position: relative;
    text-align: center;
}
.index4 ul li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 1px;
    height: 60px;
    background: #989898;
}
.index4 ul li:nth-child(5n):after{
    display: none;
}
.index4_img img{
    margin: 0 auto;
}
.index4 ul li h3{
    font-size: 20px;
    color: #575757;
    line-height: 30px;
    margin-top: 20px;
}
.index5{
    background: url(../images/index6_bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.index6{
    margin-top: 130px;
}
.index6_tab{
    width: 54.0625%;
    background: #272b80;
    height: 66px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    right: 0;
    float: right;
    position: relative;
    z-index: 3;
}
.index6_tab ul{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}
.index6_tab ul li{
    width: 170px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}
.index6_tab ul li a:hover{
    cursor: pointer;
}
.index6_tab .current{
    background: #ffb20d;
    border-radius: 33px;
    height: 100%;
    line-height: 66px;
}
.index6_tab_title{
    margin-top: -66px;
    height: 66px;
    line-height: 66px;
    position: relative;
    z-index: 1;
}
.index6_tab_title h3{
    font-size: 40px;
    color: #292548;
    position: relative;
    z-index: 3;
}
.index6_tab_title h3 span{
    font-size: 26px;
    color: #292548;
    position: relative;
    margin-left: 24px;
    z-index: 3;
}
.index6_tab_title h3 span:before{
    content: "";
    width: 9px;
    height: 9px;
    background: #211d42;
    border-radius: 5px;
    position: absolute;
    left: -14.5px;
    bottom: 5px;
}
.index6_tab_title h3:before{
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: #e9daff;
    border-radius: 50%;
    z-index: -1;
    bottom: 19px;
    left: -40px;
}
.index6_content{
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
}
.index6_content_left{
    width: 35.8%;
}
.index6_content_right{
    width: 56%;
}
.index6_content_right ul li{
    font-size: 20px;
    color: #3c3c3c;
    padding: 16px 0;
    border-bottom: 2px solid #e4dfef;
    width: 100%;
    display: flex;
    justify-content: left;
}
.index6_content_right ul li p{
    line-height: 36px;
    flex: 1;
}
.index6_content_right ul li:first-child{
    padding-top: 4px;
}
.index6_content_right ul li:last-child{
    border-bottom: none;
}
.index6_content_right ul li span{
    font-size: 28px;
    font-weight: bold;
    display: block;
    width: 144px;
}
.index6_content_right ul li .index6_tt{
    font-weight: normal;
    font-size: 20px;
    color: #f8aa04;
    display: inline;
}
.index6_con>div{
    display: none;
}
.index6_con>div:first-child{
    display: block;
}
.index7{
    background: url(../images/index7_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 50px;
}
.index7 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index7 ul li{
    color: #ffffff;
    text-align: center;
    margin-bottom: 45px;
}
.index7 ul li:nth-child(2), .index7 ul li:nth-child(5){
    width: 66.6%;
}
.index7 ul li:nth-child(1), .index7 ul li:nth-child(3), .index7 ul li:nth-child(4), .index7 ul li:nth-child(6){
    width: 16.7%;
}
.index7 ul li h3{
    font-size: 28px;
    margin-bottom: 10px;
}
.index7 ul li p{
    font-size: 20px;
    line-height: 36px;
}
.index7_img{
    margin-bottom: 10px;
}
.index7_img img{
    display: inline-block;
}
.index7 .title h2, .index7 .title p{
    color: #ffffff;
}
.index5_con_tab{
    width: 126px;
    height: 126px;
    margin: 0 auto;
    position: relative;
}
.index5_con_tab ul li{
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    position: absolute;
}
.index5_con_tab ul li:hover{
    cursor: pointer;
}
.index5_con_tab ul li:last-child{
    margin-right: 0;
}
.index5_con_tab ul li .index5_con_tab_biao{
    display: none;
}
.index5_con_tab ul li.index5_con_tab4 .index5_con_tab_biao{
    display: block;
}
.index5_con_tab_biao{
    position: absolute;
    left: 50%;
    width: 41px;
    height: 18px;
    margin-left: -20.5px;
    bottom: -23px;
}
.index5_con_tab1, .index5_con_tab7{
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    top: 50%;
    margin-top: -32.5px;
}
.index5_con_tab2, .index5_con_tab6{
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 22px;
    top: 50%;
    margin-top: -42px;
}
.index5_con_tab3, .index5_con_tab5{
    width: 101px;
    height: 101px;
    line-height: 101px;
    font-size: 26px;
    top: 50%;
    margin-top: -50.5px;
}
.index5_con_tab3{
    left: -137px;
}
.index5_con_tab5{
    right: -137px;
}
.index5_con_tab2{
    left: -257px;
}
.index5_con_tab6{
    right: -257px;
}
.index5_con_tab1{
    left: -358px;
}
.index5_con_tab7{
    right: -358px;
}
.index5_con_tab4{
    width: 126px;
    height: 126px;
    line-height: 126px;
    font-size: 32px;
    left: 0;
    top: 0;
}
.index5_con_tab ul li:nth-child(1){
    background: #8e73ea;
    color: #572fae;
}
.index5_con_tab ul li:nth-child(2){
    background: #67b6df;
    color: #2a86b6;
}
.index5_con_tab ul li:nth-child(3){
    background: #b8d022;
    color: #788a05;
}
.index5_con_tab ul li:nth-child(4){
    background: #59c38f;
    color: #229175;
}
.index5_con_tab ul li:nth-child(5){
    background: #ffc239;
    color: #b18012;
}
.index5_con_tab ul li:nth-child(6){
    background: #f68370;
    color: #b8331d;
}
.index5_con_tab ul li:nth-child(7){
    background: #edb783;
    color: #a6672b;
}
.index5_con_tab ul li.current{
    width: 126px;
    height: 126px;
    line-height: 126px;
    font-size: 32px;
}
.index5_nei{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index5_content{
    margin-top: 100px;
}
.index5_content>div{
    display: none;
}
.index5_content>div:nth-child(4){
    display: block;
}
.index5_content_left{
    width: 71.4%;
}
.index5_content_right{
    width: 25%;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}
.index5_content_right_img{
    position: relative;
}
.index5_content_right_img_ceng{
    position: absolute;
    left: -25%;
    top: -3%;
    z-index: -1;
}
.index5_content_img{
    display: inline-block;
}
.index5_content_img swiper-slide{
    position: relative;
}
.index5_content_img img{
    border-radius: 28px;
}
.index5_content_title{
    position: absolute;
    width: 88%;
    bottom: 25px;
    left: 50%;
    margin-left: -44%;
    text-align: center;
}
.index5_content_title img{
    width: 100%;
}
.index5_content_title h3{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #575757;
}
.index5_content_left{
    padding: 0 100px;
    position: relative;
}
.index5_content_left .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 32px;
    background: url(../images/index1_right.png) no-repeat;
}
.index5_content_left .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 32px;
    background: url(../images/index1_left.png) no-repeat;
}
.index5_content_left .swiper-button-next, .swiper-button-prev{
    width: 16px;
    height: 35px;
    margin-top: -17.5px;
}
.index5_content_left .swiper-slide{
    text-align: center;
}
.index5_content_right_img h3{
    font-size: 36px;
    color: #3c3c3c;
    text-align: center;
    margin-left: -29%;
}
.index3_mm{
    display: none;
}