* {
    padding: 0;
    margin: 0;
    font-family:"PingFang SC", "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', Microsoft YaHei;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    font-weight: normal;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 12px;
    font-size: 1.2rem;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
}
a {
    text-decoration: none;
    color: #272727;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}
button, input {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

i, em {
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}
/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.f22,
.fb22 {
    font-size: 22px;
}

.f24,
.fb24 {
    font-size: 24px;
}
.f26,
.fb26 {
    font-size: 26px;
}
.f28,
.fb28 {
    font-size: 28px;
}
.f30,
.fb30 {
    font-size: 30px;
}
.f36,
.fb36 {
    font-size: 36px;
}
.f42,
.fb42 {
    font-size: 42px;
}
.f48,
.fb48 {
    font-size: 48px;
}
.f56,
.fb56 {
    font-size: 56px;
}
.f60,
.fb60 {
    font-size: 60px;
}
.f68,
.fb68 {
    font-size: 68px;
}
.f72,
.fb72 {
    font-size: 72px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20,
.fb24,
.fb26,
.fb28,
.fb30,
.fb36,
.fb42,
.fb48,
.fb56,
.fb60,
.fb68,
.fb72 {
    font-weight: 700;
}
/* 头部 */
.head_0{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    transition: ease 0.8s all;
}
.head_1{
    padding: 0px 50px;
    height: 80px;
    transition: ease 0.8s all;
}
.header.on .head_1{
    height: 50px;
    transition: ease 0.8s all;
}
.header.on .head_4 li a::after{
    background: #333;
    transition: ease 0.8s all;
}
.head_2{
    height: 100%;
}
.head_3{
    height: 30px;
    transition: ease 0.8s all;
}
.head_3 img{
    height: 100%;
    object-fit: contain;
    transition: ease 0.8s all;
}
.header.on .head_3{
    height: 20px;
    transition: ease 0.8s all;
}
.head_4 li a{
    font-size: 18px;
    color: #fff;
    transition: ease 0.8s all;
    position: relative;
    padding: 0px 22px;
}
.head_4 li a::after{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 17px;
    background: #fff;
    transform: translate(0%,-50%);
    content: '';
    background: #fff;
    transition: ease 0.8s all;
}
.head_4 li:nth-child(1) a::after{
    display: none;
}
.head_4 li:nth-last-child(1) a{
    padding-right: 0px;
}

.navbar_swiper_on li a{
    color: #333 !important;
    transition: ease 0.8s all;
}
.navbar_swiper_on li a::after{
    background: #333;
    transition: ease 0.8s all;
}
.index_0{
    height: 730px;
    background: transparent;
    display: none;
}
.index_1{
    width: 100%;
}
.index_2{
    width: 100%;
    position:fixed;
    overflow: hidden;
    height: auto;
    z-index: 1;
    position: sticky;
    top: 0px;
}
.index_2 .mySwiper{
    width: 100%;
    height: 100%;
}
.index_3{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_4{
    /* position: absolute; */
    z-index: -1;
    width: 100%;
    height: 100%;
}
.index_4 img{
    width: 100%;
    object-fit:contain;
    /* height: 100%; */
}
.index_5{
    text-align: center;
    padding-left: 300px;
    transition: ease 0.8s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.index_5 h2{
    color: #fff;
}
.index_6{
    text-align: center;
    margin-top: 30px;
    padding-left: 300px;
    transition: ease 0.8s all;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.index_6 p{
    color: #fff;
}
.index_2 .swiper-slide-active .index_3 .index_5{
    padding-left: 0px;
    transition: ease 1.2s all;
}
.index_2 .swiper-slide-active .index_3 .index_6{
    padding-left: 0px;
    transition: ease 1.2s all;
}
.index_7{
    position: relative;
    background: #000;
    padding-bottom: 80px;
    z-index: 3;
}
.index_8{
    height: 380px;
    position: relative;
}
.index_9{
    top: 50%;
    right: 0px;
    height: 300px;
    display: inline-block;
    position: absolute;
    transform: translate(0px, -50%);
    z-index: 0;
}
.index_9 img{
    height: 100%;
    object-fit: contain;
}
.index_10{
    padding: 0px 245px;
    position: relative;
    z-index: 1;
    height: 100%;
}
.index_11{
    width: 100%;
}
.index_11 h2{
    color: #fff;
}
.index_12{
    width: 100%;
    margin-top: 20px;
}
.index_12 p{
    color: #b3b3b3;
}
.index_13{
    width: 100%;
    margin-top: 50px;
}
.index_14{
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0px 65px;
}
.index_14::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 54px;
    background: #fff;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
}
.index_13 .index_14:nth-child(1){
    padding-left: 0px;
}
.index_13 .index_14:nth-last-child(1)::after{
    display: none;
}
.index_15 h2{
    color: #ed1c24;
    font-weight: 600;
}
.index_15 span{
    color: #ed1c24;
    line-height: 25px;
}
.index_16 p{
    color: #b3b3b3;
}
.index_17{
    padding: 0px 245px;
}
.index_19{
    width: 19px;
    height: 22px;
    margin-right: 12px;

}
.index_19 img{
    width: 100%;
    object-fit: contain;
}
.index_20 h2{
    color: #fff;
}
.index_21 a{
    font-size: 16px;
    color: #b3b3b3;
    margin-left: 35px;
    transition: ease 0.8s all;
}
.index_21 a:hover{
    border-bottom: 1px solid #b3b3b3;
    transition: ease 0.8s all;
}
.index_21 .index_21_active{
    border-bottom: 1px solid #b3b3b3;
    transition: ease 0.8s all;
}
.index_22{
    padding: 0px 75px;
    margin-top: 50px;
}
.index_23{
    position: relative;
    width: calc(100%/3);
    height: 360px;
    overflow: hidden;
}
.index_24{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.index_24 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease 0.5s all;
}
.index_25{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: ease 0.5s all;
}
.index_26{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
}
.index_26 h2{
    color: #fff;
}
.index_27{
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90%;
    color: #fff;
}
.index_23:hover .index_25{
    opacity: 1;
    transition: ease 0.5s all;
}
.index_23:hover .index_24 img{
    transform: scale(1.1);
    transition: ease 0.5s all;
}
.foot_1{
    background: #19191a;
    padding: 0px 240px;
    position: relative;
    z-index: 3;
}
.foot_1 .foot_2{
    padding-top: 130px;
    align-items: flex-start;
}
.foot_3{
    margin-right: 70px;
}
.foot_3 h2{
    color: #f7f7f7;
}
.foot_5{
    margin-right: 24px;
}
.foot_6{
    width: 126px;
    height: 126px;
}
.foot_6 img{
    width: 100%;
    object-fit: contain;
}
.foot_7{
    margin-top: 15px;
}
.foot_7 p{
    color: #808080;
}
.foot_8{
    cursor: pointer;
}
.foot_8 p{
    color: #fff;
}
.foot_9{
    width: 40px;
    height: 40px;
    margin-left: 15px;
}
.foot_9 img{
    width: 100%;
    object-fit: contain;
}
.foot_1 .foot_10{
    margin-top: 100px;
    padding-bottom: 130px;
    align-items: flex-start;
    position: relative;
}
.foot_11{
    width: 200px;
}
.foot_12 h2{
    color: #f7f7f7;
}
.foot_13{
    margin-top: 45px;
}
.foot_14{
    display: block;
    margin-bottom: 10px;
}
.foot_14 a{
    font-size: 16px;
    color: #f7f7f7;
}
.foot_15{
    width: 100%;
    height: 1px;
    background: #535353;
    position: absolute;
    left: 0px;
    top: 45px;
}
.foot_16{
    position: absolute;
    right: 0px;
    bottom: 130px;
    display: inline-block;
    text-align: right;
}
.foot_17{
    width: 100%;
    height: 52px;   
}
.foot_17 img{
    height: 100%;
    object-fit: contain;
}
.foot_18{
    margin-top: 12px;
    color: #707070;
}
.index_2 .swiper-pagination-bullet-active{
    background: #000;
}
/* 关于我们 */
.head_page_1{
    background: #19191a;
}
.page_comm_0{
    width: 100%;
    height: 80px;
    background: transparent;
}
.page_comm_1{
    width: 100%;
    position: relative;
    height: 1000px;
}
.page_comm_2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page_comm_2 img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.page_comm_3{
    margin: 0 auto;
    height: 100%;
}
.page_comm_4 h2{
    color: #fff;
    line-height: 66px;
}
.page_comm_5{
    margin-top: 90px;
    position: relative;
}
.page_comm_5::after{
    position: absolute;
    width: 48px;
    height: 3px;
    background: #fff;
    content: '';
    top: -50px;
    left: 0px;
}
.page_comm_5 p{
    color: #fff;
    line-height: 30px;
}
.page_comm_6{
    width: 100%;
    background: #ea2626;
    height: 50px;

}
.page_comm_7{
    height: 100%;
    margin: 0 auto;
}
.page_comm_8{
    padding: 0px 65px;
    text-align: center;
    border-right: 1px solid #fff;
}
.page_comm_7 .page_comm_8:nth-last-child(1){
    border-right: 0px solid #fff;
}
.page_comm_8 a{
    color: #fff;
}
.page_comm_10{
    text-align: center;
    margin-top: 40px;
}
.page_comm_11{
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 5px;
    transition: ease 0.8s all;
    cursor: pointer;
}
.page_comm_11:hover{
    color: #ed1c24;
    background: #fff;
    border: 1px solid #ed1c24;
    transition: ease 0.8s all;
}
.about_1{
    background: #000;
}
.about_2{
    margin: 0px auto 0px;
    padding-top: 110px;
    position: relative;
}
.about_3{
    position: relative;
    z-index: 2;
}
.about_4{
    width: 410px;
}
.about_5{
    width: 30px;
    margin-right: 16px;
}
.about_5 img{
    width: 100%;
    object-fit: contain;
}
.about_6{
    color: #dbdbdb;
}
.about_7{
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 100px;
}
.about_7_none{
    border-bottom: none;
    padding-bottom: 0px;
}
.about_7>p{
    color: #dbdbdb;
    margin-bottom: 20px;
}

.about_9{
    max-width: 416px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.about_10{
    width: 100%;
    height: 430px;
    position: relative;
}
.about_11{
    width: 100%;
    height: 100%;
}
.about_11 img{
    width: 100%;
    object-fit: contain;
}
.about_12{
    width: 110px;
    height: 158px;
    background: #e60012;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.about_13{
    width: 100%;
    margin-top: 50px;
}
.about_14{
    padding-bottom: 18px;
    border-bottom: 1px solid #2e2e2e;
}
.about_14 h2{
    color: #e60012;
}
.about_14 p{
    color: #fff;
}
.about_15{
    height: 320px;
    border-bottom: 1px solid #2e2e2e;
}
.about_15 p{
    color: #dcdcdc;
    font-size: 18px;
    line-height: 32px;
}
.about_16 img{
    width: 100%;
    object-fit: contain;
}
.about_17{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.about_17 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_18{
    position: relative;
    width: 100%;
}
.about_19{
    width: 100%;
    background: #f4f4f4;
}
.about_20{
    padding: 170px 0px 150px;
    margin: 0 auto;
}
.about_21{
    width: 100%;
}
.about_21 .about_6{
    color: #2d2d2d;
}
.about_22{
    width: 100%;
    margin-top: 80px;
}
.about_23{
    margin-bottom: 50px;
    background: #fff;
    height: 515px;
}
.about_24{
    max-width: 415px;
    width: 100%;
    padding: 60px 45px 40px 50px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    height: 100%;
}
.about_25{
    width: 100%;
}
.about_25 h2{
    color: #eee;
}
.about_26 h2{
    color: #e60012;
}
.about_26 p{
    color: #707070;
    margin-top: 30px;
}
.about_27{
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #eee;
}
.about_27 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease 0.8s all;
}
.about_23:hover .about_27 img{
    transition: ease 0.8s all;
    transform: scale(1.1);
}
.about_28{
    width: 100%;
    background: #fff;
}
.about_29{
    margin: 0 auto;
    padding: 130px 0px 110px;
}
.about_30 .about_6{
    color: #2d2d2d;
}
.about_31{
    height: 50px;
}
.about_32{
    position: relative;
    height: 100%;
}
.about_32 .swiper-button-next{
    background: url(../images/icon_6.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: relative;
    top: 0px;
    margin: 0px;

}
.about_32 .swiper-button-prev{
    background: url(../images/icon_5.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: relative;
    top: 0px;
    margin: 0px;
    margin-right: 40px;
}
.about_32 .swiper-button-next.swiper-button-disabled{
    background: url(../images/icon_4.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about_32 .swiper-button-prev.swiper-button-disabled{
    background: url(../images/icon_3.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about_32 .swiper-button-next::after{
    display: none;
}
.about_32 .swiper-button-prev::after{
    display: none;
}
.about_33{
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.about_34{
    width: 100%;
}
.about_35{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.about_35 img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: ease 0.8s all;
}
.about_34:hover .about_35 img{
    transition: ease 0.8s all;
    transform: scale(1.1);
}
.about_36{
    width: 100%;
    margin-top: 50px;
}
.about_37{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.about_37 h2{
    padding-left: 15px;
    position: relative;
    color: #313131;
}
.about_37 h2::after{
    width: 4px;
    height: 21px;
    left: 0%;
    top: 50%;
    transform: translate(0%,-50%);
    content: '';
    position: absolute;
    background: #e60012;
}
.about_38{
    height: 330px;
    padding: 30px 0px;
    border-bottom: 1px solid #e7e7e7;
    overflow-y: scroll;
}
.about_38::-webkit-scrollbar {
    width: 0;
  }
.about_38 p{
    font-size: 18px;
    color: #707070;
    line-height: 34px;
}
.about_39{
    background: #f7f7f7;
    width: 100%;
}
.about_40{
    margin: 0 auto;
    padding: 100px 0px;
}
.about_41{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about_41 .swiper-container {
    width: 100%;
    height: 100%;
}
.about_41 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: ease 0.5s all;
    transform: scale(0.8);
}
.about_41 .swiper-slide-prev{

}
.about_41 .swiper-slide-next{
    z-index: 2;
}
.about_41 .swiper-slide-next+.swiper-slide{
    
}
.about_41 .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1) !important;
    z-index: 9 !important;
}
.about_41 .swiper-slide-active .about_44 h2{
    color: #e60012;
    transition: ease 0.5s all;
}
.about_42{
    width: 100%;
    height: 510px;
    background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    border-radius: 10px;
}
.about_43{
    height: 400px;
}
.about_43 img{
    width: 80%;
    object-fit: contain;
}
.about_44{
    border-top: 1px solid #efefef;
    height: 110px;
}
.about_44 h2{
    color: #333;
    transition: ease 0.5s all;
}
.about_45{
    margin-top: 90px;
    position: relative;
    height: 50px;
}
/* 联系我们 */
.contact_1{
    background: #000;
}
.contact_2{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #535353;
}
.contact_2 h2{
    color: #fff;
}
.contact_3{
    width: 100%;
    height: 415px;
    margin-top: 20px;
}
.contact_4{
    max-width: 730px;
    padding-bottom: 80px;
}
.contact_5{
    width: 100%;
    margin-top: 50px;
}
.contact_6 h2{
    color: #dbdbdb;
}
.contact_7{
    margin-top: 40px;
}
.contact_7 p{
    color: #dbdbdb;
    line-height: 26px;
}

/* 联系我们 */

/* 新闻列表 */
.about_3 .news_list_1{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
}
.news_list_2{
    padding-right: 100px;
}
.news_list_3{
    color: #ed1c24;
}
.news_list_4{
    width: 100%;
    margin-top: 30px;
}
.news_list_4 p{
    color: #fff;
}
.news_list_5{
    width: 100%;
    margin-top: 40px;
}
.news_list_5 p{
    color: #808080;
}
.news_list_6{
    width: 500px;
    height: 280px;
    overflow: hidden;
}
.news_list_6 img{
    transition: ease 0.8s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_1:hover .news_list_6 img{
    transform: scale(1.1);
    transition: ease 0.8s all;
}
.news_list_8{
    width: 100%;
    padding-left: 46px;
}
.news_list_7{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.news_list_7 a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.news_list_10{
    padding-bottom: 100px;
}
.news_list_9{
    padding: 0px 10px;
}
.news_list_9 p{
    color: #fff;
}
.news_list_9 img{
    width: 25px;
    height: 25px;
}
/* 新闻详情 */
.about_18 .news_detail_0{
    align-items: baseline;
    margin-bottom: 150px;
}
.news_detail_1{
    width: 300px;
}
.news_detail_1 h2{
    color: #808080;
}
.news_detail_2 {
    max-width: 920px;
}
.news_detail_1 p{
    color: #808080;
    margin-top: 10px;
}
.news_detail_3{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #a0a0a0;
}
.news_detail_3 h2{
    color: #1a1a1a;
}
.news_detail_4{
    margin-top: 25px;
}
.news_detail_4 img{
    /* margin-bottom: 20px; */
}
.classic_example_1 h2{
    color: #1a1a1a;
}
.classic_example_2{
    padding-bottom: 15px;
}
.classic_example_3{
    margin-top: 20px;
}
.services_list_1{
    width: 100%;
    position: relative;
    height: 1080px;
}
.services_list_2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.services_list_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_list_3 h2{
    color: #1a1a1a;
}
.about_2 .services_list_4{
    width: 100%;
    margin-top: 120px;
    align-items: flex-start;
}
.services_list_5{
    width: calc(((100% - 18px)/4)*3);
    flex-wrap: wrap;
}
.services_list_6{
    width: calc((100% - 18px)/3);
    height: 260px;
    background: #fff;
    transition: ease 1s all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 6px 6px 0px;
}
.services_list_7{
    width: 80px;
    height: 80px;
}
.services_list_7 img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.services_list_7 img:nth-child(2){
    display: none;
}
.services_list_8{
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.services_list_8 h2{
    color: #1a1a1a;
    transition: ease 1s all;
}
.services_list_9{
    width: calc((100% - 18px)/4);
    height: 526px;
    background: #fff;
    transition: ease 1s all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about_2_on{
    padding-bottom: 80px;
}


.services_img:hover .services_list_7 img:nth-child(1){
    display: none;
}
.services_img:hover .services_list_7 img:nth-child(2){
    display: block;
}
.services_img:hover{
    background: #e60012;
    transition: ease 1s all;
}
.services_img:hover .services_list_8 h2{
    color: #fff;
    transition: ease 1s all;
}







.navbar_nav .active a{
    color: #e60012;
}
.gray {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.text_ol1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text_ol2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.flex_1{
    flex: 1;
}
.display_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.display_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.display_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.display_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display_column{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.display_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.display_start{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wap_1{
    max-width: 1440px;
}
@media (max-width: 1660px){
    .wap_1{
        max-width: 1440px;
    }
    .foot_1{
        padding: 0px 140px;
    }

}
@media (max-width: 1440px){
    .wap_1{
        max-width: 1200px;
    }
    .foot_1{
        padding: 0px 60px;
    }
    .index_10{
        padding: 0px 145px;
    }
    .index_17{
        padding: 0px 145px;
    }
    .index_22{
        padding: 0px 50px;
    }
}
@media (max-width: 1200px){
    .page_comm_8{
        padding: 0px 30px;
    }
    .about_2{
        padding-top: 60px;
    }
    .about_4{
        width: 250px;
    }

    .wap_1{
        max-width: 1100px;
    }
    .foot_1{
        padding: 0px 20px;
    }
    .foot_6{
        width: 100px;
        height: 100px;
    }
    .index_10{
        padding: 0px 65px;
    }
    .index_17{
        padding: 0px 65px;
    }
    .index_21 a{
        margin-left: 15px;
    }
    .index_2{
        /* height: 600px; */
    }
    .index_0{
        height: 600px;
    }
    .index_22{
        padding: 0px;
    }
    .news_list_2{
        padding-right: 50px;
    }
    .news_list_10{
        padding-bottom: 50px;
    }
    .services_list_1{
        height: 880px;
    }
    .about_2 .services_list_4{
        margin-top: 80px;
    }
}

@media (max-width: 780px){
    .wap_1{
        max-width: 95%;
    }
    .index_23{
        width: 100%;
        height: 500px;
    }
    .index_0{
        height: 400px;
    }
    .index_2{
        /* height: 400px; */
    }
    .index_8{
        height: auto;
        padding-top: 20px;
    }
    .index_9{
        display: none;
    }
    .index_10{
        padding: 0px 20px;
    }
    .index_17{
        margin-top: 20px;
        padding: 0px 20px;
        flex-wrap: wrap;
    }
    .index_18{
        width: 100%;
        justify-content: center;
    }
    .index_21{
        margin-top: 10px;
        overflow-x: scroll;
        display: -webkit-box;
    }
    .index_21 a{
        display: block;
    }
    .index_22{
        margin-top: 20px;
    }
    .index_7{
        padding-bottom: 20px;
    }
    .foot_1 .foot_2{
        padding-top: 30px;
    }
    .foot_2{
        flex-wrap: wrap;
    }
    .foot_3{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .foot_4{
        margin-top: 15px;
    }
    .foot_8{
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }
    .foot_1 .foot_10{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .foot_16{
            bottom: 20px;
    }
    .head_1{
        height: 50px;
        padding: 0px 30px;
    }
    .head_3{
        height: 20px;
    }
    #navToggle{
        position: absolute;
        top: 100%;
        right: 30px;
        transform: translate(0px, -50%);
        padding: 0px !important;
    }
    .page_comm_0{
        height: 50px;
    }
    .page_comm_1{
        height: 400px;
    }
    .page_comm_4 h2{
        line-height: 32px;
    }
    .page_comm_5{
        margin-top: 50px;
    }
    .page_comm_5::after{
        top: -30px;
    }
    .page_comm_5 p{
        line-height: 24px;
    }
    .page_comm_7 {
        overflow-x: scroll;
        display: -webkit-box;
    }
    .page_comm_8{
        border: none;
    }
    .page_comm_8 a{
        line-height: 50px;
    }
    .about_2{
        padding-top: 30px;
    }
    .about_3 {
        flex-wrap: wrap;
    }
    .about_4{
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .about_7{
        padding-bottom: 30px;
    }
    .about_7_none{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about_16{
        width: 100%;
        height: 400px;
        flex: none;
    }
    .about_20{
        padding: 30px 0px;
    }
    .about_22{
        margin-top: 20px;
    }
    .about_23{
        flex-wrap: wrap;
        height: auto;
    }
    .about_24{
        width: 100%;
        max-width: 100%;
        padding: 30px;
    }
    .about_27{
        width: 100%;
        flex:none;
    }
    .about_29{
        padding: 30px 0px;
    }
    .about_40{
        padding: 30px 0px;
    }
    .about_45{
        margin-top: 40px;
    }
    .about_3 .news_list_1{
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        margin-bottom: 20px;
    }
    .news_list_2{
        flex: none;
        width: 100%;
        padding-right: 0px;
    }
    .news_list_3{
        margin-top: 10px;
    }
    .news_list_4{
        margin-top: 10px;
    }
    .news_list_5{
        margin-top: 10px;
    }
    .news_list_6{
        width: 100%;
    }
    .news_detail_0{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .news_detail_1{
        width: 100%;
    }
    .services_list_1{
        height: 680px;
    }
    .about_2 .services_list_4{
        margin-top: 40px;
    }
    .services_list_7 {
        width: 60px;
        height: 60px;
    }
    .about_2_on{
        padding-bottom: 40px;
    }


    .f72, .fb72{
        font-size: 40px;
    }
    .f68, .fb68{
        font-size: 36px;
    }
    .f60, .fb60{
        font-size: 34px;
    }
    .f56, .fb56{
        font-size: 32px;
    }
    .f48, .fb48{
        font-size: 30px;
    }
    .f42, .fb42{
        font-size: 28px;
    }
    .f36, .fb36{
        font-size: 26px;
    }
    .f30, .fb30{
        font-size: 24px;
    }
    .f28, .fb28{
        font-size: 22px;
    }
    .f26, .fb26{
        font-size: 21px;
    }
    .f24, .fb24{
        font-size: 20px;
    }
    .f22, .fb22{
        font-size: 18px;
    }
    .f18, .fb18{
        font-size: 16px;
    }
    .f16, .fb16{
        font-size: 14px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .head_1{
        padding: 0px 10px;
    }
    #navToggle{
        right: 10px;
    }
    .index_13 {
        flex-wrap: wrap;
    }
    .foot_4{
        flex-wrap: wrap;
    }
    .index_14{
        padding: 0px;
        width: 25%;
        text-align: center;
    }
    .index_13{
        margin-top: 20px;
    }
    .index_14::after{
        display: none;
    }
    .index_15{
        justify-content: center;
    }
    .index_0{
        height: 350px;
    }
    .index_2{
        /* height: 350px; */
    }
    .index_5{
        padding: 0px;
    }
    .index_6{
        padding: 0px;
    }
    .foot_6{
        margin: 0 auto;
    }
    .foot_7{
        margin-top: 5px;
    }
    .index_23{
        height: 300px;
    }
    .foot_5{
        margin-bottom: 20px;
        text-align: center;
        width: 32%;
        margin-right: 2%;
    }
    .foot_4 .foot_5:nth-child(3n){
        margin-right: 0%;
    }
    .foot_9{
        width: 30px;
        height: 30px;
    }
    .foot_10{
        flex-wrap: wrap;
    }
    .foot_11{
        flex: 1;
    }
    .foot_14 a{
        font-size: 12px;
    }
    .foot_16{
        position: relative;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }
    .foot_17 {
        justify-content: center;
        height: 45px;
    }
    .foot_1 .foot_10{
        padding-bottom: 10px;
    }
    .about_2{
        padding-top: 20px;
    }
    .about_4{
        margin-bottom: 10px;
    }
    .about_7{
        padding-bottom: 10px;
    }
    .about_7>p{
        margin-bottom: 10px;
    }
    .about_13{
        margin-top: 10px;
    }
    .about_15{
        padding: 15px 0px;
        height: auto;
    }
    .about_15 p{
        font-size: 14px;
    }
    .about_16{
        height: 250px;
    }
    .about_23{
        margin-bottom: 30px;
    }
    .about_24{
        padding: 15px;
    }
    .about_32 .swiper-button-next{
        width: 30px;
        height: 30px
    }
    .about_32 .swiper-button-prev{
        width: 30px;
        height: 30px
    }
    .about_36{
        margin-top: 20px;
    }
    .about_38{
        height: auto;
        padding: 10px 0px;
    }
    .about_38 p{
        font-size: 12px;
        line-height: 24px;
    }
    .about_40{
        padding: 10px 0px;
    }
    .about_42{
        height: auto;
    }
    .about_43{
        height: 300px;
    }
    .about_44{
        height: 60px;
    }
    .about_45{
        margin-top: 10px;
    }
    .news_list_10 {
        padding-bottom: 20px;
    }
    .news_detail_0{
        margin-bottom: 20px;
    }
    .news_detail_3{
        padding-bottom: 10px;
    }
    .news_detail_4{
        margin-top: 10px;
    }
    .news_detail_4 img{
        /* margin-bottom: 10px; */
    }
    .about_2 .services_list_4{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .services_list_5{
        width: 100%;
        flex-wrap: wrap;
    }
    .services_list_6{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
        height: 160px;
    }
    .services_list_1{
        height: auto;
    }
    .services_list_9{
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
    }
    .about_2_on{
        padding-bottom: 20px;
    }





    .f16, .fb16 {
        font-size: 12px;
    }
    .f18, .fb18{
        font-size: 13px;
    }
    .f22, .fb22 {
        font-size: 14px;
    }
    .f24, .fb24 {
        font-size: 15px;
    }
    .f26, .fb26{
        font-size: 16px;
    }
    .f28, .fb28{
        font-size: 16px;
    }
    .f30, .fb30{
        font-size: 17px;
    }
    .f36, .fb36{
        font-size: 18px;
    }
    .f42, .fb42{
        font-size: 20px;
    }
    .f48, .fb48{
        font-size: 22px;
    }
    .f56, .fb56{
        font-size: 23px;
    }
    .f60, .fb60{
        font-size: 24px;
    }
    .f68, .fb68{
        font-size: 26px;
    }
    .f72, .fb72{
        font-size: 30px;
    }
}
