/* 头部 */
.top {
    width: 100%;
    /*background-color: #ec2404;*/
        background-color: #fff;
}

.top .w-1700 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.top .logo {
    width: 176px;
    height: 49px;
}

.top .logo img {
    width: 100%;
    height: 100%;
}

.top .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    height: 100%;
}

.top .nav>li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top .nav>li+li {
    margin-left: 40px;
}

.top .nav>li a::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.top .nav>li:hover>a::before,
.top .nav>li.active>a::before {
    background-color: #fff;
}

.top .nav>li:hover>a,
.top .nav>li.active>a {
    font-weight: bold;
   color: #ec2404;
}

.top .nav>li>a {
    font-size: 16px;
    /*color: #fff;*/
    color:#222222;
    line-height: 90px;
    /* font-family: 'SourceHanSansCN-Regular'; */
    display: block;
    position: relative;
}

/* .top .nav>li.active .nav_ul_2,
.top .nav>li:hover .nav_ul_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.nav_ul_2 {
    position: absolute;
    top: 31px;
    min-width: 100%;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav_ul_2 li {
    background: rgba(0, 0, 0, 0.103);
    width: 100%;
}


.nav_ul_2 li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

.nav_ul_2 li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav_ul_2 li:hover a {
    font-weight: bold;
} */


/* bottom */
.footer_copyRight {
    background-color: #e9492b;
}

.footer_copyRight>div {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.footer_copyRight_l {
    font-size: 14px;
    color: #fff;
}

.footer_copyRight_r {
    display: flex;
    align-items: center;
}

.footer_copyRight_r a {
    font-size: 14px;
    color: #fff;
}

.footer_copyRight_r img {
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

.bottom {
    background: url(../img/bottom_bg.png) no-repeat center;
    width: 100%;
    padding: 160px 0;
    background-size: 100% 100%;
}

.bottom .w-1700 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.bottom_l {}

.bottom_l_tt {
    font-family: 'NEXA_BOLD';
    font-size: 24px;
    color: #fff;
    margin-bottom: 60px;
}

.bottom_l .contact_tel {
    margin-bottom: 20px;
}


.bottom_l .contact_us {
    display: block;
    width: 220px;
    height: 44px;
    background-color: #e9492b;
    font-family: 'NEXA_BOLD';
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.bottom_c {}

.bottom_c>p {
    font-family: 'NEXA_BOLD';
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.bottom_c .links {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.bottom_c .links a {
    width: 50%;
    font-size: 14px;
    color: #fff;
    margin-top: 35px;
}

.bottom_r {
    text-align: right;
}

.bottom_r .goTop {}

.bottom_r .shares {
    margin-top: 114px;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0px 10px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9492b;
    text-align: center;
    transition: background 0.6s ease-out 0s
}

.social-share>a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    opacity: 0.4;
}

.social-share>a:hover::before {
    opacity: 1;
}

.social-share .icon-qq::before {
    width: 14px;
    height: 14px;
    background: url(../img/qq_ico.png) no-repeat center;
}

.social-share .icon-weibo::before {
    width: 19px;
    height: 15px;
    background: url(../img/weibo_ico.png) no-repeat center;
}

.social-share .icon-wechat::before {
    width: 19px;
    height: 15px;
    background: url(../img/wx_ico.png) no-repeat center;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -125px;
    left: -40px;
    width: 108px;
    height: 108px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms

}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    padding: 5px;
}

.qrcode img {
    width: 100%;
    height: 100%;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

/* banner */
.banner {
    width: 100%;
    position: relative;
}

.banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner div {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner div p {
    font-size: 100px;
    color: #fff;
    line-height: 120px;
    font-family: 'ACASLONPRO-REGULAR';
}

.banner div span {
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
}

.banner div i {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
}

/* 二级导航 */
.breadNav {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.subBav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;


}

.subNav_l {
    display: flex;
    align-items: center;
}

.subNav_l .icon {
    width: 100px;
    height: 100px;
    background-color: #ec2404;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    position: relative;
    z-index: 5;
}

.subNav_l>.icon img {}

.subNav_l>.dqwz {
    font-size: 16px;
    color: #666;
}



.subNav_l>.dqwz a {
    font-size: 16px;
    color: #666666;
    /* margin: 0 5px; */
}

.subNav_l>.dqwz span {
    font-size: 16px;
    color: #666666;
    margin-left: 20px;
}


.subNav_r {
    /*width: calc(100% / 2);*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.subNav_r li:last-child {
    margin-right: 0;
}

.subNav_r li {
    height: 90px;
    padding: 0 25px;
}

.subNav_r li a {
    display: block;
    font-size: 16px;
    color: #666666;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid transparent;
}



.subNav_r li:hover a,
.subNav_r li.active a {
    color: #e43013;
    font-weight: bold;
    border-bottom: 1px solid #e43013;
}

/* 底部翻页 */
.pagination {}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
}

.pagination ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #999;
    display: block;
    font-family: "Arial";
}

.pagination ul li:nth-of-type(n+2) {
    margin-left: 10px;
}

.pagination ul li:hover,
.pagination ul li.active {
    border: none;
    background-color: #ec2404;
}


.pagination ul li:hover a,
.pagination ul li.active a {
    color: #fff;
}

.pagination ul li:nth-of-type(1),
.pagination ul li:last-child {
    width: 100px;
}

/* 首页 */


.idx1 {
    background: url(../img/idx1_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 270px 0 300px;
}

.idx1 .w-1700 {}

.idx1 .row1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.idx1 .row1 .l {
    /* width: 25.5%; */
}

.idx1 .row1 .l p {
    font-size: 20px;
    color: #ec2404;
    font-family: 'SanJiZhuoSongTi';
    margin-bottom: 10px;
}

.idx1 .row1 .l div {
    font-size: 54px;
    line-height: 70px;
    color: #333333;
}

.idx1 .row1 .l div span {
    color: #ec2404;
}

.idx1 .row1 .r {
    width: 64%;
}

.idx1 .row1 .r p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.idx1 .row1 .r .en {
    font-family: 'nexa_light';
    font-size: 14px;
    color: #cccccc;
    line-height: 30px;
    text-transform: uppercase
}

.idx1 .row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
}

.idx1 .row2 .l {}

.idx1 .row2 .r {
    display: block;
    width: 159px;
    height: 159px;
    position: relative;
}

.idx1 .row2 .r .idx1_jt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.idx1 .row2 .r .idx1_about {
    animation: xuanzhuan 5s linear infinite;
}




.idx2 {
    position: relative;
}

.idx2>img {
    width: 100%;
}

.idx2 .idx2_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.idx2_box_item {
    width: 25%;
    height: 100%;
    position: relative;
}

.idx2_box_item+.idx2_box_item {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.idx2_box_item .item_dft {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.603);
}

.idx2_box_item .item_dft .p {
    font-size: 34px;
    background-image: linear-gradient(#fff 30%, #e43013 100%);
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    margin-top: 33px;
}

.idx2_box_item .item_dft .en {
    font-size: 16px;
    background-image: linear-gradient(#fff 30%, #e43013 100%);
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
}

.idx2_box_item .item_dft .line {
    width: 1px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 40px 0;
}

.idx2_box_item .item_hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.idx2_box_item:hover .item_hover {
    opacity: 1;
}

.idx2_box_item .item_hover>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx2_box_item .item_hover .item_info {
    position: absolute;
    bottom: 80px;
    left: 55px;
}

.idx2_box_item .item_hover .item_info img {
    width: 60px;
    height: 60px;
}

.idx2_box_item .item_hover .p {
    font-size: 34px;
    background-image: linear-gradient(#fff 30%, #e43013 100%);
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
}

.idx2_box_item .item_hover .en {
    font-size: 16px;
    background-image: linear-gradient(#fff 30%, #e43013 100%);
    -webkit-background-clip: text;
    /* 规定背景的划分区域 */
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.idx2_box_item .item_hover .over2 {
    width: 75%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.idx3 {
    background: url(../img/idx3_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 145px 0 150px;
}

.idx3>img {
    position: absolute;
    left: 70px;
    top: 105px;
}

.idx3 .w-1700 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.idx3 .l {
    width: 50%;
    flex-shrink: 0;
}

.idx3 .idx3_tt {
    font-size: 60px;
    color: #333333;
    margin-bottom: 20px;

}

.idx3 .inew_img {
    width: 100%;
    opacity: 850/564;
}

.idx3 .inew_img .swiper-slide {
    width: 100%;
    height: 100%;
}

.idx3 .inew_img .swiper-slide img {
    width: 100%;
    height: 100%;
}

.idx3 .r {
    width: 50%;
    flex-shrink: 0;
}

.idx3 .inew_info {
    width: 100%;
    aspect-ratio: 850/564;
    margin-bottom: 60px;
}

.idx3 .inew_info .swiper-slide {
    padding: 0px 80px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.idx3 .inew_info .info_tt {
    font-size: 30px;
    color: #333333;
}

.idx3 .inew_info .info_txt {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin: 6% 0;
    min-height: 130px;
}

.idx3 .inew_info .slide_a {
    position: relative;
    width: 101px;
    height: 101px;
    display: block;
}

.idx3 .inew_info .slide_a .idx3_jt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.idx3 .inew_info .slide_a .idx3_more {
    animation: xuanzhuan 5s linear infinite;
}


@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.idx3 .inew_info .swiper-page {
    position: absolute;
    top: 70%;
    right: 80px;
    left: auto;
    width: fit-content;
    z-index: 5;
}

.idx3 .inew_info .swiper-page .ctemp {
    color: #dddddd;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;

}

.idx3 .inew_info .swiper-page .ttemp {
    color: #dddddd;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.idx3 .r .shunhe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idx3 .r .shunhe .line {
    width: 75%;
    height: 1px;
    background-color: #333333;
}

.idx3 .r .shunhe img {}

.idx4 {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}

.idx4>img {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.idx4_box {
    display: flex;
    flex-wrap: wrap;
}

.idx4_box .item {
    width: calc((100% - 20px) / 5);
    aspect-ratio: 336/200;
    background-color: #ffeeeb;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.idx4_box .item:hover {
    border: 1px solid #e9492b;
    background-color: #fff;
}

.idx4_box .item:nth-of-type(5n) {
    margin-right: 0;
}

.idx4_box .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


/* 企业介绍 */
.about {
    background: url(../img/about_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0 90px;
}

.about .w-1480 {
    position: relative;
}

.about_div {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 30px 30px 0px 0 #ec2404;
}

.about_img {
    width: 100%;
}

.about_img img {
    width: 100%;
    object-fit: cover;
}

.about_content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 75px 55px 65px 60px;
}

.about_content .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_content .l img:nth-of-type(1) {
    width: 515px;
    aspect-ratio: 515/126;
}

.about_content .l img:nth-of-type(2) {
    width: 206px;
    /*aspect-ratio: 206/198;*/
    margin-top: 30px;
}

.about_content .r {
    color: rgba(51, 51, 51, 0.603);
    font-size: 16px;
    width: 48.7%;
    flex-shrink: 0;
    line-height: 28px;
}

/* 分支机构 */
.jiagou {
    padding: 60px 0;
}

.jiagou .w-1480 {
    text-align: center;
}

.jiagou .w-1480 img {
    margin: 0 auto;
}

/* 荣誉资质 */
.ry {
    padding: 60px 0;
}

.ry_list {
    display: flex;
    flex-wrap: wrap;
}

.ry_list .item {
    width: calc((100% - 165px) / 4);
    margin-right: 55px;
    margin-bottom: 35px;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    box-shadow: 0 0 5px 0 #8d8d8d;
    border: 2px solid transparent;
}

.ry_list .item:hover {
    border-color: #ec2404;
}

.ry_list .item:nth-of-type(4n) {
    margin-right: 0;
}

.ry_list .item_img {
    width: 100%;
    aspect-ratio: 310/207;
    overflow: hidden;
}

.ry_list .item_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.ry_list .item:hover .item_img img {
    transform: scale(1.1);
}

.ry_list .item_tt {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 55px;
}

.ry_list .item:hover .item_tt {
    color: #ec2404;
}

/* 企业文化 */
.wh {
    padding: 55px 0 80px;
    background-color: #f3f3f3;
}

.wh .w-1480 {
    text-align: center;
}

.wh .w-1480 img {

    margin-top: 60px;
}

/* 产品 */
.cp {
    padding: 60px 0;
}

.cp_list {
    display: flex;
    flex-wrap: wrap;
}

.cp_list .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    box-shadow: 0 0 5px 0 #8d8d8d;
    border: 2px solid transparent;
}

.cp_list .item:hover {
    border-color: #ec2404;
}

.cp_list .item:nth-of-type(4n) {
    margin-right: 0;
}

.cp_list .item_img {
    width: 100%;
    aspect-ratio: 320/300;
    overflow: hidden;
}

.cp_list .item_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.cp_list .item:hover .item_img img {
    transform: scale(1.1);
}

.cp_list .item_tt {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 50px;
}

.cp_list .item:hover .item_tt {
    color: #ec2404;
}

/* 团队风采 */
.tdfc {
    padding: 60px 0;
}

.tdfc .w-1480 {
    display: flex;
    justify-content: space-between;
}

.team_l {
    width: 69.324%;
    position: relative;
}

.team_l .team_tt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    height: 95%;
}

.team_l .teamSwiper {
    width: 100%;
    aspect-ratio: 1026/636;
}

.team_l .teamSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding-left: 40px;
}

.team_l .teamSwiper .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.team_l .teamSwiper .swiper-slide>a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 985/595;
}

.team_l .teamSwiper .swiper-slide>a .tt {
    position: absolute;
    bottom: 0;
    left: -40px;
    height: 75px;
    width: calc(100% + 40px);
    color: #fff;
    line-height: 75px;
    background-color: #ec2404;
    padding: 0 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team_l .teamSwiper .swiper-slide>a .tt p {
    width: 85%;
    font-size: 20px;
}

.team_l .teamSwiper .swiper-slide>a .tt .time {
    font-size: 14px;
    color: #f6f6f6;
}

.team_r {
    width: 28.78%;
    aspect-ratio: 426/636;
    padding: 25px;
    padding-top: 0;
    background-color: #f2f2f2;
    position: relative;

}

.teamSwiper_rt {
    width: 100%;
    height: 100%;
}

.teamSwiper_rt .swiper-slide {
    display: block;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 5px;
    height: 140px;
}

.teamSwiper_rt .swiper-slide .over1 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
}

.teamSwiper_rt .swiper-slide:hover .over1 {
    font-weight: bold;
    color: #ec2404;
}

.teamSwiper_rt .swiper-slide .over2 {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}

.teamSwiper_rt .swiper-slide .time {
    color: #999;
    font-size: 14px;
}

.teamSwiper_rt .swiper-slide:hover .time {
    color: #ec2404;
}

.team_r .page {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: auto;
    width: auto;
    z-index: 99;
}

.team_r .page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #ec2404;
}

.team_r .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}



.sySwiper .page {
    position: absolute;
    right: 50%;
    bottom: 25px;
    left: auto;
    width: auto;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.sySwiper .page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #ec2404;
}

.sySwiper .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.inew_img .page {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: auto;
    width: auto;
    z-index: 99;
}

.inew_img .page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #ec2404;
}

.inew_img .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}


.zp {
    padding: 60px 0;
}

.zp .w-1480 {
    display: flex;
    justify-content: space-between;
}

.zp_img {}

.zp_box {
    width: 74.32%;
    flex-shrink: 0;
    border-bottom: 1px solid #dbdbdb;
}

.zpSwiper {}

.zpSwiper .swiper-slide {
    height: 430px;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zpSwiper .swiper-slide:hover {
    border: 1px solid #ec2404;
}

.zpSwiper .num {
    font-size: 60px;
    color: #313333;
    font-family: "Arial";
    line-height: 1;
}

.zpSwiper .swiper-slide:hover .num {
    color: #ec2404;
}

.zpSwiper .line {
    width: 38px;
    height: 1px;
    background-color: #999;
    margin: 35px 0 25px;
}

.zpSwiper .swiper-slide:hover .line {
    background-color: #ec2404;
}

.zpSwiper .zp_tt {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.zpSwiper .swiper-slide:hover .zp_tt {
    font-weight: bold;
}

.zpSwiper .over4 {
    width: 80%;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    min-height: 80px;
    margin: 55px 0;
}

.zpSwiper .more {
    font-size: 14px;
    color: #550f0f;
    line-height: 20px;
    font-family: "Arial";
}

.zp_box .page {
    margin-top: 10px;
    text-align: center;
}

.zp_box .page .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    background-color: #bfbfbf;
    margin: 0 9px;
}

.zp_box .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ec2404;
    position: relative;
}

.zp_box .page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -48%);
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #ec2404;
    border-radius: 50%;
    opacity: 1;
}

/* 新闻资讯 */
.news {
    padding: 60px 0;
}

.news .w-1480 {}

.newsSwiper {
    margin-bottom: 40px;
}

.newsSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.newsSwiper .swiper-slide .l {
    width: 40.54%;
    aspect-ratio: 600/350;
    position: relative;
    flex-shrink: 0;
}

.newsSwiper .swiper-slide .l>img {
    width: 100%;
    /* height: 100%; */
}

.newsSwiper .swiper-slide .l .time {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ec2404;
    color: #fff;
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsSwiper .swiper-slide .l .time span {
    font-size: 42px;
    font-family: 'DINPro-Bold';
}

.newsSwiper .swiper-slide .l .time p {
    font-size: 16px;
    font-family: 'DINPro-Regular';
}

.newsSwiper .swiper-slide .r {
    padding: 0 60px 0 35px;
    width: 59.46%;
    aspect-ratio: 880/350;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.newsSwiper .swiper-slide .r .title {
    font-size: 24px;
    color: #ec2404;
    font-weight: bold;
    padding-bottom: 4%;
    border-bottom: 1px solid #c2c5d3;
    position: relative;
}

.newsSwiper .swiper-slide .r .line {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ec2404;
    width: 55px;
    height: 2px;
}

.newsSwiper .swiper-slide .r .text {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    /* margin: 20px 0 25px; */
}

.newsSwiper .swiper-slide .r .learn_more {
    font-size: 14px;
    color: #ec2404;
    display: flex;
    align-items: center;
}

.newsSwiper .swiper-slide .r .learn_more img {
    margin-left: 10px;
}

.news .page {
    position: absolute;
    z-index: 99;
    right: 60px;
    left: auto;
    bottom: 7%;
    width: auto;
}

.news .page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: rgba(27, 41, 99, 0.37);
}

.news .page .swiper-pagination-bullet-active {
    width: 18px;
    background-color: #ec2404;
    border-radius: 4px;
}

.news_lists {}

.news_lists .item {
    display: block;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 35px 60px;
}

.news_lists .title {
    font-size: 20px;
    color: #333333;
    transition: all 0.3s;
}

.news_lists .item:hover .title {
    font-weight: bold;
}

.news_lists .txt {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 10px 0 15px;
}

.news_lists .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_lists .time p {
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
}

.news_lists .time p img {
    margin-left: 5px;
}

/* 行业视角 */
.hysj {
    padding: 60px 0;
}

.hysj_lists {}

.hysj_lists .item {
    display: flex;
    margin-bottom: 40px;
}

.hysj_lists .item .l {
    width: 380px;
    height: 220px;
    flex-shrink: 0;
}

.hysj_lists .item .l img {
    width: 100%;
    height: 100%;
}

.hysj_lists .item .r {
    padding: 28px 0 14px 40px;
    border-bottom: 1px solid #dfdfdf;
}

.hysj_lists .title {
    font-size: 18px;
    color: #383838;
    transition: all 0.3s;
    margin: 12px 0;
}

.hysj_lists .item:hover .title {
    color: #ec2404;
    font-weight: bold;
}

.hysj_lists .txt {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    /* margin: 10px 0 15px; */
}


.hysj_lists .time {
    font-size: 20px;
    color: #999;
    font-family: 'DINPro-Regular';
    transition: all 0.3s;
}

.hysj_lists .item:hover .time {
    color: #ec2404;
}

.hysj_lists .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #999;
    transition: all 0.3s;
    margin-top: 15px;
}

.hysj_lists .item:hover .more {
    color: #ec2404;
}

.hysj_lists .more span {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/news_jt2.png) no-repeat center center;
    background-size: 100% 100%;
}

.hysj_lists .item:hover .more span {
    background: url(../img/news_jt22.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 联系方式 */
.lxfs {
    padding: 60px 0 60px;
}

.lxfs .w-1480 {}

.lxfs .tt {
    text-align: center;
    margin-bottom: 65px;
}

.zb {}

.zb .zb_tt {
    font-size: 30px;
    color: #fff;
    background: url(../img/lx_bg.png) no-repeat center center;
    width: 100%;
    height: 82px;
    line-height: 82px;
    background-size: 100% 100%;
    padding-left: 100px;
}

.zb .content {
    width: 100%;
    background-color: #ffeeeb;
    padding: 35px 160px 0;
    display: flex;
    justify-content: space-between;
}

.zb .content .item {
    width: 38%;
}

.zb .content .item div {
    font-size: 14px;
    margin-bottom: 35px;
    color: #666666;
}

.zb .content .item div img {
    margin-right: 10px;
}

.zb .content .item div span {
    color: #ec2404;
}

.fb {
    margin-top: 60px;
}

.fb .fb_tt {
    font-size: 30px;
    color: #fff;
    background: url(../img/lx_bg.png) no-repeat center center;
    width: 100%;
    height: 82px;
    line-height: 82px;
    background-size: 100% 100%;
    padding-left: 100px;
}

.fb .bg {
    width: 100%;
    height: 40px;
    background-color: #ffeeeb;
}

.lx_list {}

.lx_list li {}

.lx_list .lxItemTab {
    background-color: #fff8f7;
    width: 100%;
    height: 60px;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_list .lxItemTab .l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_list .lxItemTab .l .line {
    width: 30px;
    height: 4px;
    margin-right: 20px;
    background-color: #ec2404;
}

.lx_list .lxItemTab .l p {
    font-size: 22px;
    color: #ec2404;
}

.lx_list .lxItemTab .r {}

.lx_list .lxItemTab .r img {
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.lx_list li.active .lxItemTab .r img {
    transform: rotate(0deg);
}

.lx_list .lxItemCon {
    width: 100%;
    background-color: #ffeeeb;
    padding: 30px 160px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lx_list .lxItemCon .item {
    width: 38%;
    margin-bottom: 20px;
}

.lx_list .lxItemCon .item .p {
    font-size: 18px;
    font-weight: bold;
    color: #ec2404;
}

.lx_list .lxItemCon .item div {
    font-size: 14px;
    margin-bottom: 35px;
    color: #666666;
}

.lx_list .lxItemCon.item div img {
    margin-right: 10px;
}

.lx_list .lxItemCon .item div span {
    color: #ec2404;
}

/* 地图导航 */
.map {
    padding: 60px 0 60px;
}

.map .w-1480 {}

.map .tt {
    text-align: center;
    margin-bottom: 60px;
}

.map_div {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.map_div .l {
    width: 70%;
    aspect-ratio: 1036/540;
    flex-shrink: 0;
}

.mapSwiper {
    width: 100%;
    height: 100%;
}

.mapSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.mapSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.map_div .r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 540px;
    width: calc(30% + 30px);
    padding-left: 30px;
    height: 100%;
}

.map_div .r::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: #f1f1f1;
}

/* 滚动条上的滚动滑块 */
.map_div .r::-webkit-scrollbar-thumb {
    background-color: #ec2404;
}

/* 滚动条轨道 */
.map_div .r::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f1f1f1;
}

/*.map_div .r>div {
    width: 100%;
    height: 90px;
    background-color: #ffeeeb;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3;
}

.map_div .r>div.active::after {
    position: absolute;
    z-index: 2;
    content: '';
    background: url(../img/map_jt.png) no-repeat center;
    background-size: 100% 100%;
    width: calc(100% + 30px);
    height: 90px;
    left: -30px;
    top: 0;
}

.map_div .r div div {
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.map_div .r div p {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map_div .r div.active div {
    font-weight: bold;
}

.map_div .r div.active div,
.map_div .r div.active p {
    color: #fff;
}*/


.map_div .r .swiper-slide{
    width: 100%;
    background-color: #ffeeeb;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3;
}

.map_div .r .active::after {
    position: absolute;
    z-index: 3;
    content: '';
    background: url(../img/map_jt.png) no-repeat center;
    background-size: 100% 100%;
    width: calc(100% + 30px);
    height: 90px;
    left: -30px;
    top: 0;
}

.map_div .r p {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #999999;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    width: 95%;
}

.map_div .r .active .title {
    font-weight: bold;
}

.map_div .r .active .title,
.map_div .r .active p {
    color: #fff;
    z-index: 9;
}


.r .swiper-slide{
    width: 100% !important;
    /*z-index: 99;*/
}

/* 留言反馈 */
.msg {
    padding: 60px 0 35px;
}

.msg .w-1480 {}

.msg .tt {
    text-align: center;
    margin-bottom: 60px;
}

.msg_div {}

.msg_div .line1 {
    display: flex;
    justify-content: space-between;
}

.msg_div .line1 div {
    width: calc((100% - 100px) / 3);
    height: 50px;
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.msg_div .line1 div img {
    margin-right: 5px;
}

.msg_div .line1 div input {
    flex: 1;
    background-color: transparent;
}

.msg_div .line2 {
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    padding: 15px 20px 0;
    display: flex;
    align-items: start;
    margin: 30px 0 40px;
}

.msg_div .line2 img {
    margin-right: 5px;
}

.msg_div .line2 textarea {
    background-color: transparent;
    outline: none;
    resize: none;
    min-height: 185px;
    width: 100%;
    padding-top: 2px;
}

.msg_div .submit {
    margin: 0 auto;
    background-color: #ec2404;
    width: 180px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.msg_div .submit img {
    margin-right: 13px;
}