.w1760 {
    max-width: 1760px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    width: 100%;
    height: 40px;
    background-color: #d55828;
}

.header-top .w1760 {
    position: relative;

}

.header-top .w1760 h6 {
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
}

.header-top .w1760 h6 span {
    color: #000000;
    padding-left: 10px;
}

.header-tel {
    position: absolute;
    top: 0;
    line-height: 41px;
    right: 0px;
    color: #fff;
    font-weight: bold;
}

.header-nav {
    background: #fefdfd;
    height: 84px;
}

.header-nav .w1760 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-r,
.header-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    margin-right: 45px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 152px;
    height: 20px;
}

.header-r ul,
.header-l ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.header-l ul li {
    position: relative;
}

.header-l ul li h4 img {
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -6px;
    width: 11px;
    height: 5px;
    cursor: pointer;
}

.header-l ul li h4 a {
    padding: 0 13px;
    font-size: 14px;
    color: #333;
    line-height: 84px;
    display: block;
}

.header-l ul li h4 a:hover {
    color: #d55828;
}

.search {
    border: 1px solid #eae8e8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 30px;
}

.search input {
    width: 160px;
    border: none;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.search button {
    background: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.header-r ul li {
    margin-left: 10px;
}

.header-r ul li img {
    cursor: pointer;
}

.nav2 {
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    display: none;
    background: rgb(246, 246, 246, .9);
}

.navImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    height: 52px;
}

.navImg img {
    max-width: 100%;
    max-height: 100%;
}

.navItem a {
    display: block;
    padding: 43px 0px;
}

.navItem a p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.navImg img:last-child {
    display: none;
}

.navItem a:hover .navImg img,
.navItem.current .navImg img {
    display: none;
}

.navItem a:hover .navImg img:last-child,
.navItem.current .navImg img:last-child {
    display: block;
}

.navItem.current p,
.navItem a:hover p {
    color: #d55828;
}

.fillIn {
    height: 124px;
}

.banPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px !important;
}

.banSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 10px !important;
}

.banSwiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #d82527;
}

.index1 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.indexT h4 {
    text-align: center;
    font-size: 36px;
    color: #000000;
    line-height: 50px;
    text-transform: uppercase;
}

.indexT h6 {
    text-align: center;
    color: #d55828;
    font-size: 18px;
    line-height: 30px;
}

.index1 .nav2 {
    position: static;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 35px;
}

.index1 .navItem a {
    padding: 0px;
}

.index1List .m1List {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 40px;
    margin-top: 30px;
}

.index1List .m1List.current {
    display: grid;
}

.m1List a {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.m1List a:nth-child(3n) {
    margin-right: 0px;
}

.m1L {
    width: 100%;
}

.m1L .m1Img {
    width: calc(100% - 20px);
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #d6d6d6;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px;

}

.m1L .m1Img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
}

.m1L h4 {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.m1L p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
}

.m1List a:hover .m1L .m1Img img {
    transform: scale(1.1);
}

.m1List a:hover .m1L h4 {
    color: #d55828;
}

.m1List a:hover .m1L p {
    color: #333;
}

.xqIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 201px;
    margin: 0 auto;
    border: 2px solid #e05b23;
    border-radius: 40px;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    color: #333;
}

.xqIcon img {
    width: 13px;
    height: 9px;
    margin-left: 10px;
}

.h_img {
    display: none;
}

.xqIcon:hover {
    background: #e05b23;
    color: #fff;
}

.xqIcon:hover .img {
    display: none;
}

.xqIcon:hover .h_img {
    display: block;
}

.index2 {
    background-image: url(../images/index10.jpg);
    padding-bottom: 60px;
}

.index2_1 {
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/index5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index2_text {
    width: 38%;
}

.index2_text h4 {
    font-size: 36px;
    color: #000000;
    line-height: 45px;
    margin-bottom: 25px
}

.index2_text h6 {
    font-size: 16px;
    color: #d55828;
    line-height: 30px;
}

.index2_text p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 25px;
}

.index2_text a {
    font-size: 14px;
    color: #f3f3f3;
    line-height: 30px;
    background: #d55828;
    padding: 0 20px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
}

.index2_text a:hover {
    color: #d55828;
    background: #fff;
}

.index2_2 {
    background-image: url(../images/index6.jpg);
    padding: 55px 35px;
}

.index2_2_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.index2_2_box p {
    font-size: 36px;
    color: #f3f3f3;
    line-height: 45px;
}

.index2_2_box p span {
    color: #d55828;
    font-weight: 700;
}

.index2_2_box a {
    font-size: 14px;
    color: #f3f3f3;
    line-height: 30px;
    background: #d55828;
    padding: 0 20px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 50px;
}

.index2_2_box a:hover {
    color: #d55828;
    background: #fff;
}

.index2_3 {
    padding-top: 35px;
}

.index2_3_T {
    font-size: 16px;
    color: #d55828;
    font-weight: bold;
}

.index2_3 ul {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 40px;
}

/* .index2_3 ul li {
    width: calc(33.33% - 30px);
} */

.index2_3_img {
    overflow: hidden;
    width: 100%;
}

.index2_3_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    max-width: 100%;
}

.index2_3 ul li a:hover .index2_3_img img {
    transform: scale(1.1);
}

.index2_3 ul li h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
}

.index2_3 ul li a:hover h4 {
    color: #d55828;
}

.index3 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.index3Box {
    padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
}

.index3Swiper .swiper-slide {
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.index3Swiper .swiper-slide img {
    width: 100%;
}

.index3Swiper .swiper-slide.swiper-slide-active {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.index3Swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .6);
    z-index: 1;
}

.index3Swiper .swiper-slide.swiper-slide-active::after {
    display: none;
}

.index3-button-prev,
.index3-button-next {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #dedddd;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}

.index3-button-prev {
    left: auto;
    right: 50%;
    margin-right: 20px;
    margin-left: 0px;
}

.index3-button-prev:hover,
.index3-button-next:hover {
    background: #d55828;
}

.index4 {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #f1f1f1;
}

.index4 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
}

.index4 ul li {
    width: 20%;
    overflow: hidden;
}

.index4_img {
    width: 106px;
    height: 107px;
    background-image: url(../images/index12.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.index4_img img {
    max-width: 90%;
    max-height: 90%;
    transition: all 0.6s;
}

.index4 ul li h4 {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

.index4 ul li a:hover .index4_img img {
    transform: scale(1.2);
}

.index4 ul li a:hover h4 {
    color: #d55828;
}

.index5 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.index5Box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.index5_l {
    position: relative;
    width: 564px;
    background: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
}

.index5_l_img {
    width: 100%;
    height: 346px;
    overflow: hidden;
}

.index5_l_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.4s;
}

.index5_l_box img:hover {
    transform: scale(1.4);
}

.index5_l_f {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 124px;
    background-image: url(../images/index19.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    border-top-left-radius: 5px;
    text-align: center;
}

.index5_l_f h4 {
    font-size: 46px;
    color: #ffffff;
    line-height: 46px;
    padding-top: 10px;

}

.index5_l_f h6 {
    font-size: 17px;
    color: #ffffff;
}

.index5_l_box h4 {
    padding: 20px;
    color: #333333;
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index5_l_box p {
    padding: 0px 20px;
    color: #666666;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index5_r {
    width: calc(100% - 654px);
}

.index5_r ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}

.index5_r ul li a {
    padding: 24px 0px;
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50px);
    padding-top: 30px;
    border-bottom: 6px solid transparent;
}

.index5_r ul li a h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: 120px;
}

.index5_r ul li a h4 {
    width: calc(100% - 120px - 31px);
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arrow {
    width: 31px;
    height: 10px;
    background-image: url(../images/index22.png);
}

.index5_r ul li a:hover {
    background: #fbf0ec;
    border-bottom: 6px solid #d55828;
}

.index5_r ul li a:hover .arrow {
    background-image: url(../images/index23.png);
}

.index5_m {
    border-bottom: 1px solid #f4f4f4;
}

.index5_m a {
    display: block;
    text-align: center;
    padding: 30px 0px;
    font-size: 20px;
    color: #999999;
    line-height: 40px;
}

.index5_m a p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5_m a p img {
    margin-left: 10px;
}

.index6 {
    background: #e3e3e3;
}

.index6_1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/index20.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.index6_1 .w1760 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.index6_1_l {
    width: 60%;
}

.index6_1_l h4 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.index6_1_l h6 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}

.index6_1_l h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
}

.index6_1_l p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 50px;
}

.index6_1_l a {
    font-size: 14px;
    color: #d55828;
    line-height: 30px;
    background: #fff;
    padding: 0 20px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
}

.index6_1_r {
    width: 37%;
    margin-right: 3%;
    display: flex;
    justify-content: flex-end;
}

.index6_1_r img {
    padding: 0 20px;
    max-width: calc(100% - 40px);
}

.index6_2 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index6_2 ul li {
    width: 20%;
    margin-bottom: 40px;
}

.index6_2 ul li a {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: block;
}

.index6_2 ul li h4 a {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 30px;
}

.index6_2 ul li a:hover {
    color: #d55828;
}

.footer {
    background: #333333;
    padding: 20px 0px;
}

.footer .w1760 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-l {}

.footer .footer-l p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.footer-r,
.footer-r ul,
.footer-a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer-a a {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-right: 25px;
}

.footer-r ul li {
    margin-left: 10px;
}

.footer-a a:hover {
    color: #d55828;
}

.rightBox {
    position: fixed;
    bottom: 20%;
    right: 0px;
    display: none;
    z-index: 9999;
}

.rightImg {
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;
}

.rightImg:first-child {
    /* border-top-left-radius: 5px; */
}

.returnB {
    display: flex;
    justify-content: flex-end;
}

.frightItem {
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d55828;
    cursor: pointer;
    /* border-bottom-left-radius: 5px; */
}

.rightImg p {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 10px;
    color: #fff;
    background: #d55828;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 5px;
}

.dianhua {
    cursor: pointer;
    margin-bottom: 3px;
    /* border-top-left-radius: 5px; */
    width: 68px;
    height: 68px;
    overflow: hidden;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.dianhua p {
    width: calc(100% - 68px);
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
}

.dianhua:hover {
    background: #666666;
    width: 210px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layui-layer-form {
    width: 713px;
    z-index: 999 !important;
    background: rgba(255, 255, 255, 0.9);
}

.form-box {
    padding: 0px 40px;
    height: 330px;
    padding-top: 60px;
}

.form-box h4 {
    font-size: 20px;
    color: #d55828;
    text-align: center;
    line-height: 30px;
}

.form-box p {
    font-size: 16px;
    text-align: center;
    color: #666666;
}

.form-box form {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inp {
    width: calc(50% - 30px);
    background: #fdfdfd;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.inp label {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: block;
    width: 55px;
    position: relative;
}

.inp label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #e2e2e2;
}

.inp input {
    border: none;
    line-height: 30px;
    width: calc(100% - 55px);
    padding: 0 15px;
}

.inp.long {
    width: 100%;
}

.sub {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.sub button {
    border: none;
    background: #d55828;
    font-size: 14px;
    color: #f3f3f3;
    display: block;
    padding: 12px 36px;
    border-radius: 30px;
}

.layui-layer-form .layui-layer-setwin {
    top: 10px;
    right: 10px;
}

.layui-layer-form .layui-layer-close2 {
    background: transparent !important;
    border: none;
    color: #999999;
    top: 0px;
    right: 0px;
    font-size: 24px;
}

.form-but {
    height: 176px;
    padding: 0 40px;
    background: rgb(51, 51, 51, .9);
}

.form-but-box {
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-but-item {
    margin: 0 25px;
}

.form-but-item p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 10px;
}

.form-but-item a {
    border: 1px solid #fdfdfd;
    color: #ffffff;
    display: block;
    width: 166px;
    line-height: 44px;
    border-radius: 40px;
    border: 1px solid #fdfdfd;
    text-align: center;
    margin: 0 auto;
}

.ban {
    width: 100%;
    height: 397px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ban_high {
    height: 522px;
}

.contactus-box {
    padding-top: 70px;
}

.contactus-tt {
    text-align: center;
}

.contactus-tt h4 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 5px;
}

.contactus-tt p {
    font-size: 18px;
    color: #d55828;
    line-height: 30px;
}

.contactus-list {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
    flex-wrap: wrap;
}

.contactus-item {
    display: flex;
    justify-content: flex-start;
    width: calc(33.33% - 10px);
}

.contactus-img {
    width: 59px;
    height: 59px;
    border-radius: 5px;
    background: #d55828;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactus-img img {
    max-width: 100%;
    max-height: 100%;
}

.contactus-text {
    padding-left: 20px;
    width: calc(100% - 70px);
}

.contactus-text p {
    font-size: 16px;
    color: #889999;
    line-height: 30px;
}

.contactus-text h6 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 30px;
}

.contactus-map {
    width: 100%;
}

.contactus-map img {
    width: 100%;
    height: auto;
}

.index6_long {
    padding-top: 70px;
}

.sdy_nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.sdy_nav ul li {
    text-align: center;
    position: relative;
}

.sdy_nav ul li a {
    display: block;
    padding: 10px 0px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sdy_nav ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 14px;
    background: #eaeaea;
}

.sdy_nav ul li:last-child:after {
    display: none;
}

.sdy_nav ul li:hover a {
    color: #d55929;
}

.sdy_nav ul li.current {
    border-bottom: 3px solid #d55929;
}

.pr2 {
    padding-top: 70px;
    padding-bottom: 60px;
}

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagingI {
    margin: 0 20px;
}

.pagingI span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.pagingI.current span,
.pagingI span:hover {
    background: #d55828;
    border-radius: 100%;
    color: #fff;
}

.index4Box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px;
}

.index4Box .index5_l {
    width: calc(100% / 3 - 20px);
}

.news {
    padding-bottom: 70px;
}

.news_list {
    padding-bottom: 40px;
}

.news_list a {
    padding: 25px 0px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news_img {
    width: 237px;
    height: 163px;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.news_img img:hover {
    transform: scale(1.4);
}

.news_text {
    width: calc(100% - 468px);
    padding: 0px 40px;
    padding-top: 15px;
}

.news_text h4 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_text p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_data {
    width: 150px;
    border-left: 1px solid #dcdcdc;
}

.news_data h4 {
    text-align: center;
    font-size: 48px;
    color: #dfdfdf;
    margin-bottom: 10px;
    font-weight: 500;
}

.news_data p {
    text-align: center;
    font-size: 14px;
    color: #dfdfdf;
}

.news_list a:hover .news_data p,
.news_list a:hover h4 {
    color: #e05b23;
}

.news-xq {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.news-l {
    width: calc(100% - 562px - 30px);
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.news-l .index5_l_f {
    position: static;
}

.news-text {
    width: calc(100% - 170px);
}

.news-text h4 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.news-text h6 {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 3px;
}

.news-text p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 30px;
}

.news-text img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.news-butt {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.news-butt button {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    border-radius: 20px;
    background: #d55828;
    line-height: 30px;
    padding: 2px 12px;
}

.news-butt button img {
    margin-bottom: 0px;
    margin-left: 6px;
}

.news-T {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

.news-T a {
    display: block;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.news-T a:hover {
    color: #d55828;
}

.news-r {
    width: 500px;
}

.news-r-tt {
    font-size: 18px;
    line-height: 30px;
    color: #d55828;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-r ul li {
    margin-bottom: 20px;
}

.news-r ul li a {
    padding: 20px 15px;
    display: block;
    background: #f1f1f1;
}

.news-r ul li a h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li a p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-r ul li a:hover {
    background: #d55828;
}

.news-r ul li a:hover h4 {
    color: #fff;
}

.news-r ul li a:hover p {
    color: #fff;
}

.bill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.bill-img {
    width: 422px;
    height: 252px;
}

.bill-img img {
    max-width: 100%;
}

.bill-xq {
    width: calc(100% - 462px);
    height: 252px;
    color: #fff;
}

.bill-tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.bill-tt h4 {
    width: calc(100% - 150px);
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
}

.bill-tt a {
    font-size: 14px;
    color: #f3f3f3;
    background: #d55828;
    line-height: 30px;
    padding: 0px 18px;
    border-radius: 30px
}

.bill-text p {
    padding-top: 15px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.ex_xq {
    padding: 0px 60px;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 20px;
}

.exPrev,
.exNext {
    background: transparent;
    color: #666666;
}

.exNext {
    right: 0px;
}

.exPrev {
    left: 0px;
}

.ex_xq .swiper-slide {
    width: 60%;
}

.slide_img {
    width: 100%;
    height: 40%;
}

.slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ex_xq .swiper-button-next:after,
.ex_xq .swiper-button-prev:after {
    font-size: 24px;
}

.ex_xq .swiper-button-next:hover::after,
.ex_xq .swiper-button-prev:hover::after {
    color: #d55929;
}

.ex_xq .swiper-slide-active .slide_img {
    padding: 15px;
}

.ex_xq .swiper-slide-active .slide_img img {
    box-shadow: 0px 0px 15px 0px rgba(1, 1, 1);
}

.ex_xq .exPagination span {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #dcdbdb;
    margin: 0 10px !important;
}

.ex_xq .exPagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.bill-list .m1List {
    row-gap: 30px;
}

.bill-list .m1List a {
    border-radius: 0px;
    background: transparent;
}

.bill-list .m1L .m1Img {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
}

.bill-list .m1L .m1Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calBox {
    padding-top: 65px;
}

.event2_xq_tt {
    max-width: 1200px;
    margin: 0 auto;
}

.event2_xq_tt h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.event2_xq_tt p {
    font-size: 18px;
    color: #d55828;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.event2_xq_tt .about4_x {
    width: 600px;
    background: #e2e2e2;
    padding: 4px 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 20px;
}

.event2_xq_tt .layui-btn {
    display: block;
    background-color: transparent;
    color: #999999;
    padding-right: 25px;
    text-align: left;
}

.event2_xq_tt .about4_xiala {
    position: absolute;
    right: 18px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.demo1_xiala {
    width: 600px;
    min-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.found_xinxi {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.found_xinxi h4 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #d55828;
    line-height: 24px;
}

.found_v {
    width: calc(50% - 25px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.label_tt,
.found_v label {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    width: 100px;
}

.label_tt span,
.found_v label span {
    color: #d55828;
}

.found_inp {
    width: calc(100% - 100px);
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.found_v input {
    line-height: 30px;
    border: none;
    width: 100%;
}

.co_xinxi {
    padding-top: 10px;
    padding-bottom: 20px;
}

.co_I {
    width: 100%;
    padding: 10px 0px;
}

.co_tt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.co_tt h4 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0px;
}

.co_tt input {
    width: 220px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    margin-left: 10px;
}

.layui-input:focus {
    border: none;
    box-shadow: none;
}

.co_tt .about4_img {
    margin-left: 10px;
}

.co_tt .about4_img input {
    padding-left: 0px;
    border: none;
    margin-left: 0px;
}

.co_text {
    padding: 10px 0px;
}

.co_text textarea {
    padding: 10px 15px;
    line-height: 30px;
    height: 120px;
    width: calc(100% - 30px);
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #333;
}



.found_v .layui-form-item {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}

.found_v .layui-form-select .layui-edge {
    border-top-color: #d55828;
}

.found_v .layui-form-item .layui-input-inline {
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
}

.found_v .layui-input {
    position: relative;
    width: 100%;
    padding: 0px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
}

.found_v .layui-input:focus {
    border: none !important;
}

.found_v .layui-form-select dl dd.layui-this {
    color: #d55828;
    font-weight: 500;
}

.found_v .layui-form-item .layui-input-inline .about4_xiala {
    right: 10px;
}

.layui-form .layui-form-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    margin: 0px;
    padding-right: 0px;
}

.layui-form .layui-form-radio>i {
    font-size: 14px;
}

.layui-icon-circle:before {
    font-size: 16px;
    line-height: 20px;
}

.cd_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 40px;
}

.cd_box h4 {
    font-size: 14px;
    color: #333333;
}

.cd_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

.cd_I {
    width: 30px;
    height: 33px;
    background-image: url(../images/dhijian.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
    letter-spacing: 10px;
    padding: 0 6px;
    line-height: 33px;
    color: #d55828;
}

.cd_item p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0px;
}

.cd_list span {
    display: block;
    font-size: 14px;
    color: #d55828;
    margin: 0 10px;
    line-height: 33px;
}

.cd_box button {
    text-align: center;
    width: 180px;
    background: #d55828;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0px;
    color: #fff;
    border: none;
    border-radius: 30px;
}

.found_choices {
    padding-top: 30px;
    padding-bottom: 20px;
}

.sp_tt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.sp_tt h4 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
}

.pxqTt {
    background: #e2e2e2;
    padding: 10px 0px;
}

.pxqTt h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
}

.pxqTt h4 span {
    color: #d55828;
}

.found_v.long {
    width: 100%;
}

.found_r {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.found_r h4 {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.found_r label {
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.inp_t {
    width: 160px;
    margin-right: 0px;
    margin-left: 5px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 5px;
    color: #666;
    border: 1px solid #e3e3e3;
}

.found_l {
    display: block;
}

.found_l label {
    width: 100%;
    margin-bottom: 5px;
}

.found_l .found_inp {
    width: calc(100% - 20px);
    position: relative;
}

.found_l .found_inp input {
    width: 100%;
    color: #999999;
    font-size: 14px;
}

.found_l .layui-form-select {
    width: 100%;
}

.co_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about4_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #dadada;
    padding: 0 10px;
}

.co_data .co_tt {
    margin-right: 30px;
}

.radio_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.radio_list .check,
.radio_list label {
    margin: 0 30px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;
}

.radio_list label:first-child {
    margin-left: 0px;
}

.sub_box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-top: 20px;
}

.sub_box button {
    text-align: center;
    width: 180px;
    background: #d55828;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0px;
    color: #fff;
    border: none;
    border-radius: 30px;

}

.events {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f7e9dc;
}

.event1_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
}

.event1_r {
    width: 819px;
    height: 446px;
}

.about-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    background: #fff;
}

.about-video .bofang {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video .bofang img {
    width: 60px;
    height: 60px;
}

.event1_l {
    width: calc(100% - 900px);
}

.event1_l_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event1_l_item {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.event1_l h4 {
    font-size: 16px;
    color: #d55828;
    line-height: 30px;
    margin-bottom: 10px;
}

.event1_l p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

.event1_l_list .event1_l_item h4 {
    width: calc(100% - 126px);
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding-left: 20px;
    font-weight: 500;
}

.event1_l_list .event1_l_item:hover h4 {
    color: #d55828;
}

.event1_l_list .event1_l_item:hover .index4_img img {
    transform: scale(1.2);
}

.events2 {
    padding-top: 70px;
    padding-bottom: 60px;
}

.events2_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
}

.events2_item {
    width: calc(33.33% - 90px);
    background: #f2e7e3;
    border: 10px solid #eccec2;
    padding: 40px 20px;
    cursor: pointer;
      transition: all 0.6s;
}
.events2_item:hover{
    transform: scale(1.1);
}
.events2_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #efd8d0;
}

.events2_top h4 {
    width: calc(100% - 160px);
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}
.events2_item:hover .events2_top h4{
        color: #d55828;
}
.events2_img {
    width: 104px;
}

.events2_img img {
    width: 100%;
    height: auto;
}

.events2_img p {
    font-size: 18px;
    color: #fc5c20;
    text-align: center;
    font-weight: 700;
}

.events2_item ul {
    padding-top: 10px;
    height: 280px;
    overflow: auto;
}

.events2_item ul li {
    padding-top: 15px;
}

.events2_item ul li h3 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.events2_item ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.event3 {
    padding-top: 30px;
}

.event3_list {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event3_list a {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    border-radius: 5px;
}

.event3_data {
    width: 100px;
    height: 100px;
    background: #d55828;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.event3_data h4 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.event3_data p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.event3_text {
    background: #fff;
    width: calc(100% - 140px);
    padding: 0px 20px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.event3_text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.event3_list a:hover .event3_text {
    background: transparent;
}

.event3_list a:hover .event3_text p {
    color: #d55828;
}

.event4 {
    padding-top: 30px;
    padding-bottom: 60px;
}

.event6_1 {
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.event6_1:last-child {
    border: none;
}

.event6_tt {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.event6_1 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 40px;
}

.event6_1 ul li {
    height: 193px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.event6_1 ul li:last-child {
    margin-right: 0px;
}

.event6_1 ul li img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.6s;
}

.event6_2 ul {
    grid-template-columns: repeat(7, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.event6_2 ul li {
    height: 115px;
    border-radius: 15px;
}

.event6_3 ul {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.event6_3 ul li {
    height: 133px;
    border-radius: 15px;
}

.event6_1 ul li img:hover {
    transform: scale(1.2);
}

.about .event1_l {
    width: calc(100% - 850px);
    height: 500px;
    overflow: auto;
    padding-right: 15px;
}

.about .event1_l p {
    margin-bottom: 16px;
}

.about2 {
    padding-top: 30px;
    padding-bottom: 110px;
    background-image: url(../images/about_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.about2-tt {
    font-size: 18px;
    color: #d55828;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.about2 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    column-gap: 36px;
}

.about2 ul li {
    text-align: center;
    padding-top: 50px;
}

.about2-img {
    width: 115px;
    height: 108px;
    background-image: url(../images/about2.png);
    background-repeat: no-repeat;
    background-size: 115px 108px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.about2-img img {
    max-width: 100%;
    max-height: 100%;
}

.about2 ul li h4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}

.about2 ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.about3 {
    padding-top: 70px;
}

.aboutBox {
    background-image: url(../images/about_bg3.png);
    width: 100%;
    padding-bottom: 80px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    padding-top: 30px;
}

.about3-box {
    background-image: url(../images/about9.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: calc(100% - 550px);
    height: 400px;
    padding-left: 500px;
    padding-top: 38px;
    padding-right: 50px;
}

.about3-box h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.about3-box h6 {
    font-size: 14px;
    color: #d55828;
    line-height: 24px;
    margin-bottom: 20px;
}

.about3-box p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about4-box {
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about4-l {
    width: calc(56% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about4-l h4 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 45px;
    width: 100%;
}

.about4-img {
    width: calc(50% - 40px);
    border: 10px solid #fff;

}

.about4-img img {
    width: 100%;
    height: auto;
}

.about4-r {
    width: calc(44% - 30px);
}

.about4-r h6,
.about4-r p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}

.about4-r h6 span,
.about4-r p span {
    font-size: 18px;
    color: #eaad43;
    font-weight: bold;
}

.about4-r h4 {
    font-size: 18px;
    color: #ffffff;
    border-top: 1px solid #fff;
    padding: 10px 0px;
}

.about4-r form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about4-r .about4_V {
    width: calc(50% - 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    background: #eeeeee;
    padding: 5px 10px;
}

.about4-r form label {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    width: 55px;
    position: relative;
}

.about4-r form label::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 1px;
    height: 10px;
    background: #e2e2e2;
}

.about4-r form .about4_img {
    border: none;
    background: transparent;
    padding: 0px;
    width: calc(100% - 55px);
}

.about4-r form input {
    border: none;
    background: transparent !important;
    display: block;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
    height: 30px;
    width: 100%;
    color: #333;
    position: relative;
    z-index: 2;
}

.about4-r form .about4_x {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 100%;
}

.about4-r form .about4_img .layui-input-inline {
    width: 100%;
    position: relative;
}

.about4_xiala {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about4-r form .layui-btn.demo1 {
    height: 30px;
    width: 100%;
    background: transparent;
    padding-left: 10px;
    padding-right: 0px;
    color: #333;
    line-height: 30px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.about4_but {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about4_but button {
    display: block;
    width: 150px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background: #e05b23;
    text-align: center;
    border: none;
    border-radius: 30px;
}


.about5 {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
}

.about5 .indexT p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    width: 46%;
    margin: 0 auto;
}


.about5_box {
    padding: 40px 150px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
}

.slide_box h4 {
    font-size: 30px;
    color: #d55828;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about5_img {
    width: 12px;
    height: 23px;
    margin-bottom: 15px;
}

.about5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_box p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 90px;
    overflow: auto;
    margin-bottom: 15px;
}

.about5_img1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about5_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.about5_img1 img:hover {
    transform: scale(1.4);
}

.about5_box::after {
    content: '';
    position: absolute;
    top: 101px;
    left: 100px;
    right: 0;
    width: calc(100% - 200px);
    height: 2px;
    z-index: 0;
    background: #e1e1e1;
}

.about5-prev,
.about5-next {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: #dedddd;
    top: 60px;
    margin-top: 0px;
    right: 0px;
}

.about5-prev::after,
.about5-next::after {
    display: none;
}

.about5-prev {
    right: auto;
    left: 0px;
}

.about5-prev:hover,
.about5-next:hover {
    background: #d55828;
}

.about5-prev:hover:after,
.about5-next:hover:after {
    color: #d55828;
}

.about5-nex.swiper-button-disabled,
.about5-prev.swiper-button-disabled {
    opacity: .6;
}

.about7 {
    padding-top: 60px;
    background: #f7e9dc;
}

.about7_box {
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

.about7_Swiper {
    width: 100%;
    height: 820px;
}

.about7_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 40px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
}

.about7_slide {
    width: 100%;
}

.about7_img {
    width: calc(100% - 60px);
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #f0ceba;
}

.about7_img img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.about7_img img:hover {
    transform: scale(1.4);
}

.about7_box .swiper-slide p {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about7_pagination .swiper-pagination-bullet {
    background: #ababab;
    opacity: 1;
}

.about7_pagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.about7_bg {
    width: 100%;
    height: 102px;
    background: url(../images/about_bg5.png) #e3e3e3 no-repeat bottom;
}

.brand1 {
    padding: 50px 0px;
}

.brand1-list {
    padding-top: 40px;
}

.brand1-list ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.brand1-list ul li {
    width: calc(50% - 20px);
    margin-bottom: 45px;
    position: relative;
}

.brand1-text {
    margin-right: 100px;
    margin-top: 50px;
    background: linear-gradient(to right, #f1f1f1, #f1f1f1, #fff);
    padding: 30px;
    height: 216px;
    border-top-left-radius: 30px;
    padding-bottom: 30px;
}

.brand1-text h4 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}

.brand1-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 15px;
}

.brand1-text p.brand1-color {
    color: #d55828;
}

.brand1-img {
    position: absolute;
    top: 0;
    right: 0px;
    height: 326px;
}

.brand1-img img {
    width: auto;
    height: 100%;
}

.brand1-text-box {
    max-width: 73%;
    height: 100%;
    overflow: auto;
}

.brand1-text-box img {
    width: auto;
    height: 29px;
    margin-bottom: 15px;
}

.factory {
    background: #f7e9dc;
    padding-bottom: 30px;
}

.factory .event1_l {
    width: 45%;
}

.factory .event1_l h4 {
    font-size: 18px;
    margin-bottom: 30px;
}

.factory .event1_l p {
    margin-bottom: 40px;
}

.factory .event1_r {
    width: 50%;
    height: 390px;
}

.event1_r_img {
    width: 100%;
    height: 100%;
}

.event1_r_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory1 {
    width: 100%;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.factory1 .w1760 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.factory1-text {
    padding: 40px 0px;
    padding-left: 60%;
}

.factory1-text p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 40px;
}

.factory2 {
    padding: 70px 0px;
}

.factory2-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
}

.factory2-l {
    width: 551px;
    height: 519px;
}

.factory2-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory2-r {
    width: calc(100% - 591px);
    padding-top: 15px;
}

.factory2-r p {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
}

.factory2-img {
    display: flex;
    justify-content: space-between;
}

.factory2-img img {
    width: calc(50% - 10px);
    height: 288px;
    object-fit: cover;
}

.factory3 {
    width: 100%;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px;
    text-align: center;
}

.factory3 h4 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.factory3 p {
    max-width: 66%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.product-xq {
    padding-top: 20px;
}

.pxq1L {
    position: relative;
}

.gallery-top {
    width: 100%;
    /* height: 841px; */
}

.gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.gallery-top .swiper-slide .cloudzoom {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.gallery-thumbs {
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 163px;
    border: 1px solid #d6d6d6;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpNext,
.cpPrev {
    top: 400px;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: #dedddd;
    right: 30px;
}

.cpPrev {
    left: 30px;
    right: auto;
}

.cpNext:hover,
.cpPrev:hover {
    background: #d55828;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #da3133;
    background: #fff;
}

.swiper-button-next.cpNext:after,
.swiper-button-prev.cpPrev:after {
    display: none;
}

.product-xq .m1List a {
    background: transparent;
}

.pxq1-text {
    padding-top: 40px;
}

.pxq1-text h4 {
    font-size: 36px;
    color: #333333;
    line-height: 45px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}

.pxq1-Spe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0px;
}

.pxq1-Spe p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
}

.pxq1-des {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pxq1-des span {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.pxq1-list {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.pxq1-list a {
    width: calc(33.33% - 20px);
    padding: 10px 0px;
    font-size: 16px;
    border: 1px solid #f2e7e3;
    background: #f2e7e3;
    display: flex;
    justify-content: center;
}

.pxq1-list a span {
    display: inline-block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.pxq1-list a:hover {
    background: transparent;
    border: 1px solid #d55828;
}

.pxq1-list a:nth-of-type(1) span {
    background-image: url(../images/product-xq3.png);
    background-size: 15px 16px;
}

.pxq1-list a:nth-of-type(2) span {
    background-image: url(../images/product-xq4.png);
    background-size: 14px 16px;
}

.pxq1-list a:nth-of-type(3) span {
    background-image: url(../images/product-xq5.png);
    background-size: 17px 18px;
}

.pxq1-list a:nth-of-type(1):hover span {
    background-image: url(../images/product-xq3_h.png);
    color: #d55828;
}

.pxq1-list a:nth-of-type(2):hover span {
    background-image: url(../images/product-xq4_h.png);
    color: #d55828;
}

.pxq1-list a:nth-of-type(3):hover span {
    background-image: url(../images/product-xq5_h.png);
    color: #d55828;
}

.pxq2 {
    margin-top: 50px;
}

.pxq2Box {
    border-top: 5px solid #d55828;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff;
    flex-wrap: wrap;
}

.pxq2L h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.pxq2R {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.pxq2R a {
    font-size: 16px;
    margin: 0 15px;
    color: #fff;
}

.pxq2 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.pxq2 ul li {
    padding: 15px 10px;
    width: calc(25% - 20px);
}

.pxq2 ul li h4 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    line-height: 30px;
}

.pxq2 ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #333333;
}

.pxq4 {
    padding-bottom: 30px;
}

.pxq4Box {
    padding-top: 40px;
    padding-left: 20px;
}

.pxq4Img {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.pxq4Text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pxq4_img {
    width: 497px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pxq4_img img {
    max-width: 100%;
    max-height: 100%;
}

.pxq4Text p {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pxq4Text p span {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 6px 20px;
    border-radius: 20px;
    background: #d55828;
}

.pxq4_text {
    position: absolute;
    background: #d55828;
    width: 220px;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.6s;
}

.pxq4_text p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.pxq4_text p span {
    text-transform: uppercase;
}

.pxq4_text1 {
    top: 4%;
    left: 22%;
}

.pxq4_text2 {
    top: 3%;
    left: 63%;
    background: #666666;
}

.pxq4_text3 {
    top: 36%;
    left: 2%;
    background: #666666;
}

.pxq4_text4 {
    top: 32%;
    left: 79%
}

.pxq4_text5 {
    top: 76%;
    left: 43%;
    background: #666666;
}

.pxq4_text6 {
    left: 15%;
    top: 82%;
}

.pxq4_text7 {
    left: 73%;
    top: 74%;
}

.img_m {
    display: none;
    margin-top: 10px;
}

.pxq5tt {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    border-bottom: 1px solid #9e9e9e;
}

.accessory1,
.accessory {
    width: calc(25% - 40px);
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.quantity1,
.quantity {
    width: 20%;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pxq5item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.pxq5item:hover {
    background: #e2e2e2;
}

.accessory1 {
    color: #666666;
    font-weight: 500;
}

.quantity1 {
    font-weight: 500;
}

.pxq8 ul {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 40px;

}

.pxq8 ul li {}

.pointImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border: 5px solid #e2e2e2;
}

.pointImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.pointImg img:hover {
    transform: scale(1.4);
}

.pxq8 p {
    font-size: 14px;
    color: #d55828;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

.pxq2Swiper {
    padding: 40px 150px;
    padding-top: 0px;
    position: relative;
}

.pxq2Swiper .swiper-slide img {
    max-width: 100%;
}

.myNext,
.myPrev {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: #dedddd;
}

.myNext::after,
.myPrev::after {
    display: none;
}

.myNext:hover,
.myPrev:hover {
    background: #d55828;
}

.cpPagination .swiper-pagination-bullet {
    background: #dbdada;
    opacity: 1;
}

.cpPagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.pxq6 {
    margin-bottom: 50px;
}

.pxq6 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pxq6 ul li {
    width: calc(25% - 15px);
    background: #fff;
}

.pxq6Text {
    width: calc(100% - 40px);
    height: 287px;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pxq6Text h4 {
    font-size: 24px;
    color: #d55828;
    margin-bottom: 25px;
    font-weight: 500;
}

.pxq6Text h4 span {
    font-size: 36px;
    font-weight: bold;
}

.pxq6Text p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.pxq6Text p span {
    font-weight: bold;
}

.pxq6Img {
    width: 100%;
    height: 367px;
    overflow: hidden;
}

.pxq6Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.pxq6Img img:hover {
    transform: scale(1.4);
}

.pxq7 {
    margin-bottom: 30px;
}

.pxq7Box {
    flex-wrap: wrap;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pxq7L {
    width: calc(50% - 60px);
    padding: 0 20px;
}

.pxq7L p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.pxq7L p span {
    color: #333333;
}

.pxq7R {
    width: calc(50% - 60px);
    overflow: hidden;
}

.pxq7R img {
    max-width: 100%;
    transition: all 0.6s;
}

.pxq7R img:hover {
    transform: scale(1.2);
}

.mustRead {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .mustRead h4 {
        font-size: 16px;
        color: #d55828;
        line-height: 30px;
        font-weight: bold;
    }

    .mustRead p {
        font-size: 14px;
        color: #333333;
        line-height: 30px;
    }

.mustReadI {
    padding: 20px 0px;
    border-bottom: 1px solid #e2e2e2;
}

    .mustReadI:last-child {
        border-bottom: none;
    }

    .mustReadI h4 {
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        font-weight: 500;
    }

    .mustReadI p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }

    .mustReadI span {
        color: #d55828;
    }


.re1 {
    background-image: url(../images/recruitment_bg1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.re1box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.re1_l {
    width: 50%;
}

.re1_l h4 {
    font-size: 18px;
    color: #d55828;
    line-height: 30px;
    margin-bottom: 30px;
}

.re1_l p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.re1_r {
    width: calc(50% - 50px);
}

.re1_r img {
    width: 100%;
    height: auto;
}

.re2 {
    padding: 60px 0px;
}

.re2_1 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.re2_1 a {
    display: block;
    width: calc(50% - 10px);
    height: 434px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.re2_1 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.re2_1 a:hover img {
    transform: scale(1.4);
}

.re2_1_bg {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(to top, rgb(0, 0, 0, .74), transparent, transparent);

}

.re2_1_text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.re2_1_text p {
    width: calc(100% - 100px);
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.re2_1_text h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 50px;
}

.re2_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
    column-gap: 20px;
    padding-top: 20px;
}

.re2_2_img {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.re2_2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.re2_2_img h1 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
}

.re2_2_text {
    background: #fff;
    padding: 15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.re2_2_text p {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.re2_2 a:hover .re2_2_text {
    background: #d55828;
}

.re2_2 a:hover .re2_2_text p {
    color: #fff;
}

.re2_2 a:hover .re2_2_img img {
    transform: scale(1.2);
}

.re3 {
    padding: 50px 0px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.re3-text {
    width: 50%;
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 85px;
}

.re3-text span {
    color: #d55828;
}

.re3-text a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    background: #d55828;
    margin-left: 20px;
    width: 120px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    top: -16px;
}

.re4 {
    padding-top: 80px;
}

.re4List {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.re4Item {
    width: calc(50% - 30px);
    margin-bottom: 40px;
   cursor: pointer;
  transition: all 0.6s;
}
.re4Item:hover{
    transform: scale(1.1);
}
.re4Tt {
    position: relative;
    padding: 1px 0px;
}

.re4Tt h6 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    background: #fff;
    border: 2px solid #d55828;
    font-size: 48px;
    color: #d55828;
}

.re4Tt h4 {
    font-size: 24px;
    color: #fff;
    background: #d55828;
    border-radius: 30px;
    padding-left: 80px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.re4Text {
    background: #f2e7e3;
    padding: 20px;
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
}

.re4P {
    width: 100%;
    height: 210px;
    overflow: auto;
}

.re4Text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}

.re4Text p span {
    color: #333333;
}

.re5 {
    background-image: url(../images/recruitment_bg2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 110px;
}

.re5 .indexT h6,
.re5 .indexT h4 {
    color: #fff;
}

.brand6_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.brand6_list .brand6_item {
    cursor: pointer;
    transition: all 0.6s;
}

.brand6_list .brand6_item:hover {
    transform: scale(1.2);
}

.brand6_img {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.brand6_img img {
    max-width: 100%;
    max-height: 100%;
}

.brand6_item h4 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-weight: 400;
    transform: skewX(-20deg);
}

.brand6_item p {
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.re6 {
    padding-top: 80px;
}

.re6box {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.re6_r,
.re6_l {
    width: calc(50% - 30px);
      cursor: pointer;
  transition: all 0.6s;
}
.re6_r:hover,
.re6_l:hover {
    transform: scale(1.1);
}
.re6_t {
    display: flex;
    justify-content: center;
}

.re6_t h4 {
    width: 510px;
    height: 93px;
    line-height: 93px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/recruitment_bg3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.re6box ul {
    display: block;
    width: calc(100% - 40px);
    border: 2px solid #f6911c;
    margin-top: -48px;
    padding: 20px;
    padding-top: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #f2e7e3;
    padding-bottom: 0px;
}

.re6box ul li {
    padding: 46px 0px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.re6box ul li:last-child {
    border-bottom: none;
}

.re6_img {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.re6_img img {
    max-width: 100%;
    max-height: 100%;
}

.re6_text {
    width: calc(100% - 60px);
}

.re6_text h4 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.re6_text p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.re6box .re6_r ul li {
    padding: 16px 0px;
}

.joinus .indexT p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    width: 46%;
    margin: 0 auto;
}

.joinus {
    padding-top: 60px;
    padding-bottom: 110px;
}

.address {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.address span {
    color: #d55828;
}

.joinusList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
}

.joinusItem {
    width: calc(50% - 90px);
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.joinusT {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.joinusT h4 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joinusT h4 span {
    color: #d55828;
}

.joinusD {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.joinusD p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-right: 15px;
}

.joinusD img {
    width: 13px;
    height: 7px;
    cursor: pointer;
}

.joinus_text {
    height: 128px;
    overflow: hidden;
}

.joinus_text h6 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.joinus_text p {
    font-size: 13px;
    color: #666666;
    line-height: 30px;
}

.corporate1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.corporate2 .indexT p,
.corporate1 .indexT p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    width: 46%;
    margin: 0 auto;
}

.corporate1 .index3Box {
    padding-top: 50px;
}

.corporate1 .swiper-slide {
    margin-left: 0px;
    margin-right: 0px;
}

.corporate1 .index3Swiper .swiper-slide.swiper-slide-active {
    box-shadow: none;
}

.corporate1 .index3Swiper .swiper-slide::after {
    background: rgb(255, 255, 255, .6);
}

.corporate2 {
    padding-bottom: 50px;
}

.job-a5v1 {
    padding-top: 30px;
}

.job-a5v1 .astx1 {
    display: block;
    position: relative;
}

.job-a5v1 .astx1>img {
    width: 100%;
    opacity: 0;
}

.job-a5v1 .astx1 .gsfl li {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1 / 1;
}

.job-a5v1 .astx1 .gsfl li u {
    display: block;
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.job-a5v1 .astx1 .gsfl li u img {
    max-width: 100%;
    max-height: 100%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(1) {
    width: 173px;
    left: 70%;
    top: 7%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(2) {
    width: 208px;
    left: 16.6%;
    top: 30%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(3) {
    width: 346px;
    left: 35.7%;
    top: 30.6%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(4) {
    width: 247px;
    left: 22.5%;
    top: 56.6%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(5) {
    width: 246px;
    left: 75%;
    top: 54.8%;
}

.fang {
    overflow: hidden;
    display: block;
}

.fang img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.fang:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.flex-z {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-a5v1 .astx1 .gsfl li .conta {
    text-align: center;
    padding: 0 5%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.job-a5v1 .astx1 .gsfl li .conta i {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.job-a5v1 .astx1 .gsfl li .conta .tit {
    color: #787878;
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.125em;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.job-a5v1 .astx1 .gsfl li .conta i img:last-child {
    display: none;
}

.job-a5v1 .astx1 .gsfl li .conta:hover i img {
    display: none;
}

.job-a5v1 .astx1 .gsfl li .conta:hover i img:last-child {
    display: block;
}

.job-a5v1 .astx1 .gsfl li .conta:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.job-a5v1 .astx1 .gsfl li .conta:hover .tit {
    color: #d55828;
}

.job-a5v1 .astx1 .gsfl li:nth-child(6) {
    width: 256px;
    height: 256px;
    left: 52%;
    background: #f0e3de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(7) {
    width: 252px;
    height: 252px;
    left: 23.5%;
    top: 6%;
    background: #f0e8de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(8) {
    width: 173px;
    height: 173px;
    left: 8%;
    top: 16%;
    background: #f0e3de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(9) {
    width: 198px;
    height: 198px;
    left: 75%;
    top: 30%;
    background: #f1efe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(10) {
    width: 271px;
    height: 271px;
    left: 58%;
    top: 34%;
    background: #f1ebe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(11) {
    width: 226px;
    height: 226px;
    left: 5.5%;
    top: 51%;
    background: #ffffff;
}

.job-a5v1 .astx1 .gsfl li:nth-child(12) {
    width: 180px;
    height: 180px;
    left: 44%;
    top: 72.12%;
    background: #e7e7e7;
}

.job-a5v1 .astx1 .gsfl li:nth-child(13) {
    width: 189px;
    height: 189px;
    left: 58%;
    top: 68.12%;
    background: #fcfcfc;
}

.job-a5v1 .astx1 .gsfl li:nth-child(14) {
    width: 173px;
    height: 173px;
    left: 40%;
    top: 10.1%;
    background: #e7e7e7;
}

.job-a5v1 .astx1 .gsfl li:nth-child(15) {
    width: 154px;
    height: 154px;
    left: 82%;
    top: 13.5%;
    background: #f1ebe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(16) {
    width: 173px;
    height: 173px;
    left: 0%;
    top: 33%;
    background: #fff;
}

.job-a5v1 .astx1 .gsfl li:nth-child(17) {
    width: 205px;
    height: 205px;
    left: 88.4%;
    top: 36.2%;
    background: #e7e7e7;
}

.job-a5v1 p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: -20px;
}

.service {
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.servicebox {
    padding-top: 30px;
}

.serviceL {
    width: 50%;
}

.serviceL h4 {
    font-size: 18px;
    color: #d55828;
    line-height: 30px;
    margin-bottom: 5px;
}

.serviceL p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
}

.serviceL p span {
    color: #333333;
    font-weight: bold;
}

.serviceL h5 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.serviceL h6 {
    font-size: 24px;
    color: #d55828;
    line-height: 30px;
    font-weight: 500;
}

.service1 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.service1 ul {
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service1 ul li {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    background: #fdf2ee;
}

.service1 ul li:nth-child(2n) {
    flex-wrap: wrap-reverse
}

.ser-img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.ser-img img:hover {
    transform: scale(1.1);
}

.ser-text {
    height: 265px;
    padding: 20px;
    text-align: center;
    padding-top: 60px;
}

.ser-text-img {
    width: 100%;
    margin-bottom: 20px;
}

.ser-text-img img {
    width: auto;
    height: 37px;
}

.ser-text h4 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}

.ser-text p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.service2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.service2-l,
.service2-r {
    width: 50%;
    height: 460px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service2-text {
    text-align: center;
}

.service2-l h3 {
    font-size: 36px;
    color: #d55828;
    text-transform: uppercase;
    line-height: 40px;
}

.service2-l h4 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.service2-l a {
    display: inline-block;
    width: 120px;
    background: #d55828;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}

.service2-r p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.service2-r h2 {
    font-size: 48px;
    color: #fff;
}

.service2-r h4 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.share_ing {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.share_ing img {
    width: 180px !important;
    width: auto;
}

.case {
    padding-top: 30px;
    padding-bottom: 70px;
}

.case .search {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.searchL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.searchL img {
    width: 23px;
    height: 29px;
}

.searchL h4 {
    font-size: 24px;
    color: #e05b23;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 400;
}

.searchR {
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.searchR input {
    border: none;
    width: 200px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
}

.searchR button {
    padding: 0;
}

.option {
    padding-top: 20px;
}

.optionI {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.optionI h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    width: 75px;
}

.optionL {
    width: calc(100% - 75px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.optionB {
    line-height: 30px;
    padding: 0 15px;
    margin-left: 20px;
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.optionB:hover,
.optionB.current {
    background: #d55828;
    color: #fff;
}

.optionB.filter {
    background: transparent;
    color: #666666;
    cursor: default;
}

.optionbut {
    margin-left: 5px;
}

.rise {
    width: 9px;
    height: 5px;
    background-image: url(../images/case3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 3px;
    cursor: pointer;
}

.fall {
    width: 9px;
    height: 5px;
    background-image: url(../images/case4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.rise:hover,
.rise.current {
    background-image: url(../images/case3_h.png);
}

.fall:hover,
.fall.current {
    background-image: url(../images/case4_h.png);
}

.caseBox {
    padding-bottom: 30px;
}

.caseBox h2 {
    font-size: 24px;
    color: #d55828;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 400;
}

.caseList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.caseList a {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
}

.caseList a:nth-child(3n) {
    margin-right: 0px;
}

.caseIimg {
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.caseIimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.caseIimg img:hover {
    transform: scale(1.2);
}

.caseList h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseIcon {
    border-top: 1px solid #d2d2d2;
    display: flex;
    justify-content: flex-start;
}

.caseIcon p {
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 5px 0px;
}

.caseIcon .collect {
    background-image: url(../images/case8.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 13px;
    padding-left: 20px;
}

.caseIcon .view {
    background-image: url(../images/case9.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px 11px;
    padding-left: 25px;
}

.case1 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case1B {
    padding: 45px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case1L {
    width: 313px;
    height: 187px;
}

.case1L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case1R {
    width: calc(100% - 333px);
    padding-left: 20px;
}

.case1Ra {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.case1RText {
    width: calc(100% - 185px);
}

.case1R h4 {
    font-size: 30px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 500;
}

.case1R h6 {
    font-size: 14px;
    color: #e05b23;
    line-height: 30px;
}

.reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: #d55828;
    width: 170px;
    padding: 15px 0px;
    border-radius: 50px;
}

.reservation img {
    width: 13px;
    height: 9px;
    margin-left: 25px;
}

.reservation:hover {
    background: #fff;
    color: #d55828;
}

.reservation:hover img {
    display: none;
}

.reservation:hover .h_img {
    display: block;
}

.case1R p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding-right: 110px;
    margin-top: 30px;
}

.case2 {
    padding: 40px 0px;
}

.case2B {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case2L {
    width: calc(50% - 60px);
}

.case2L h4 {
    background: #e05b23;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 500;
}

.case2Text {
    background: #fff;
    border: 1px #9f9fa0 dashed;
    border-top: none;
    padding: 35px 15px;
    height: calc(100% - 132px);
}

.case2Text ul li {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.case2Text ul li span {
    display: inline-block;
    margin-right: 15px;
}

.case2M {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case2M img {
    width: 41px;
    height: 28px;
}

.case3 {
    padding: 60px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caseT {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding: 10px 0px;
}

.caseT::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #d55828;
}

.cases {
    padding-top: 30px;
}

.cases .caseList {
    padding-top: 30px;
}

.project {
    padding: 40px 0px;
}

.project h4 {
    font-size: 24px;
    color: #d55828;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.case3B {
    padding-top: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case3L {
    position: relative;
    height: 437px;
}

.case3List {
    width: 659px;
    height: 437px;
    display: none;
}

.case3List img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case3T {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.case3T h4 {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.case3R {
    height: 437px;
    overflow: auto;
    background: #ffffff;
    width: calc(100% - 659px);
}

.case3R ul li {
    padding: 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.case3Img {
    width: 95px;
    height: 66px;
}

.case3Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case3Text {
    width: calc(100% - 95px);
    padding-left: 20px;
}

.case3R ul li h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.case3R ul li.current,
.case3R ul li:hover {
    background: #d55828;
}

.case3R ul li.current h4,
.case3R ul li:hover h4 {
    color: #fff;
}

.case3List.current {
    display: block;
}

.case4 {
    padding: 40px 0px;
}

.manager1B {
    padding: 45px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%;
}

.manager1L {
    width: 141px;
    height: 187px;
}

.manager1L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager1R {
    width: calc(100% - 141px);
    padding-left: 40px;
    color: #fff;
}

.manager1R h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 500;
}

.manager1R span {
    font-size: 14px;
    padding: 0px 10px;
    background: #d55828;
    border-radius: 20px;
    line-height: 24px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 2px;
}

.manager1R p {
    line-height: 30px;
    font-size: 14px;
    padding-top: 5px;
}

.manager1A {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.manager1A h6 {
    font-size: 16px;
    line-height: 30px;
    width: calc(100% - 190px);
}

.pxq2Fixed {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
}

.aboutBg {
    display: none;
}

.m_ban {
    display: none;
}

.m_ban img {
    max-width: 100%;
}

.pxq2Box.pxq2Fixed {
    background: #333;
    left: auto;
    width: 1760px;
}

.layui-form-checkbox>div {
    white-space: initial;
}

.footXfbox {
    display: none;
}
.swiperBox2  .banSwiper{
    display: none;
}
 .E_swiper{
    display: none;
 }
.swiper-div img{
    width: 100%;
    height: auto;
}

.slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slide-text .w1760 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide-l {
    width: 50%;
}


.slide-r {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-r img {
    width: 89px;
    height: 90px;
    cursor: pointer;
}

.share_video {
    width: 900px;
    height: 500px;
}

.share_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.header-top  .w1760{
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch{
       display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
    position: relative;
}
.switch p{
    color: #000000;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
}
.switch_a{
    position: absolute;
    top: 35px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 9;
    min-width: 52px;
    font-size: 14px;
    color: #000000;
    display: none;
}
.switch_a a{
    display: block;
    text-align: center;
    line-height: 30px;
}
.switch:hover .switch_a{
    display: block;
}
.switch_a a:hover{
    color: #d55828;
}

.switch1{
    display: none;
}
