
.dqaddressnav {
    width: 100%;
    /* height: 66rem; */
    background: #fff;
    border-bottom: 1rem solid #e6e6e6;
    line-height: 40rem;
    margin-bottom: 30rem;
}

.dqaddressnav .addressnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14rem;
    color: #212121a2;
    flex-direction: column;
}

.dqaddressnav .addressnav .right {
    display: flex;
    align-items: center;
}

.dqaddressnav .addressnav .right span {
    display: flex;
    align-items: center;
}

.dqaddressnav .addressnav span {}


/* 确保选择器具有足够优先级 */
.dqaddressnav .addressnav .left {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    /* 移除可能干扰的样式 */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* WebKit内核浏览器（Chrome/Safari等） */
/* 重置滚动条默认样式 */
.dqaddressnav .addressnav .left::-webkit-scrollbar {
    -webkit-appearance: none !important;
    /* 清除默认样式 */
    height: 1px !important;
    /* 使用明确的像素值而非rem */
    display: block !important;
    /* 强制显示 */
}

/* 轨道样式 */
.dqaddressnav .addressnav .left::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    /* 移除默认边距 */
}

/* 滑块样式 */
.dqaddressnav .addressnav .left::-webkit-scrollbar-thumb {
    background-color: #1936687a !important;
    /* border-radius: 5px !important; */
    border: none !important;
    /* 移除可能的默认边框 */
}

/* Firefox浏览器 */
@supports not selector(::-webkit-scrollbar) {
    .dqaddressnav .addressnav .left {
        scrollbar-width: 10px !important;
        /* 只能是auto/thin/none */
        scrollbar-color: #eb242d #f1f1f1 !important;
    }
}


.dqaddressnav .addressnav .left .item {
    display: inline-block;
}

.dqaddressnav .addressnav .left .item a {
    font-size: 14rem;
    padding: 3rem 15rem;
    border-radius: 30rem;
    transition: all .6s;
    color: #000;
    display: block;
    position: relative;
    margin: 0;
}

.dqaddressnav .addressnav .left .item a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    background: #991111;
    height: 2rem;
    transform: translateX(-50%);
    transition: all .5s;
}

.dqaddressnav .addressnav .left .item a:hover:after,
.dqaddressnav .addressnav .left .item.active a:after {
    width: 70%;
}

.dqaddressnav .addressnav .left .item.active a,
.dqaddressnav .addressnav .left .item a:hover {
    color: #991111;
}

.dqaddressnav .addressnav a {
    font-size: 14rem;
    color: #212121a2;
    margin: 0 6rem;
}

.dqaddressnav .addressnav .right img {
    width: 16rem;
    height: 16rem;
    margin-right: 8rem;
    /* vertical-align: -2rem; */
}


/*ä¸Šä¸‹æŒ‰é’®*/
.sxbtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem;
    flex-wrap: wrap;
    line-height: 30rem;
    font-size: 14rem;
}

.sxbtn a {
    font-size: 14rem;
}

/*å†…é¡µå¤§å›¾*/
/* public css */
.pic-box {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    width: 100%;
}

.pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-width {
    width: 95%;
    margin: 0 auto;
}

.left,
.right {
    /* width: 100%; */
    /* display: flex; */
}

.contain-wrapper {
    width: 100%;
    overflow: hidden;
}

.contain-box {
    width: 100%;
    padding: 30rem 0;
    position: relative;
    background: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main-box {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.contain-title {
    width: 100%;
    text-align: center;
    position: relative;
    height: 60rem;
}

.contain-title .tit {
    font-size: 22rem;
    position: relative;
    z-index: 11;
    line-height: 40rem;
    font-weight: bold;
}

.contain-title .tit span {
    color: #e71919;
}

.contain-title .en {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 45rem;
    letter-spacing: 2rem;
    color: #d8d8d87d;
    font-weight: bold;
    line-height: 40rem;
    white-space: nowrap;
    z-index: 10;
}

.contain-title .subtit {
    font-size: 14rem;
    position: relative;
    z-index: 11;
    margin-top: 5rem;
    letter-spacing: 2rem;
    padding: 0 12rem;
}

.mybanner {
    /* margin-top: 120rem; */
}




.abadscreen {
    position: relative;
    z-index: 1;
    margin-top: -30rem;
    margin-bottom: 30rem;
}

.abadscreen .showbox {
    height: 700rem;
    overflow: hidden;
    animation: opashow 1.5s ease forwards;
    display: none;
}

.abadscreen .showbox.active {
    display: block;
}

.abadscreen .showbox .pic-box {
    height: 600rem;
}

.abadscreen .showbox .textbox {
    background: #078057;
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 400rem;
    height: 450rem;
    padding: 60rem 40rem 40rem 50rem;
    border-top-left-radius: 50rem;
    color: #fff;
    font-size: 20rem;
    bottom: 0;
    top: 30rem;
    margin: auto;
    line-height: 40rem;
}

.abadscreen .showbox .textbox .tit {
    font-size: 25rem;
    margin-bottom: 20rem;
}

/* aboutbox */
.aboutbox {}
.aboutbox .itembox {
    
}
.aboutbox .nyaboutbox .itembox .textbox {
    width: 100%;
    font-size: 14rem;
    line-height: 28rem;
}
.aboutbox .itembox .itemimgbox {
    width: 100%;
    overflow: hidden;
}
/* case */

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.aboutboxcase {
    display: flex;
    padding: 0;
}

#certify .swiper-container {
    /* padding-bottom: 60rem; */
}

#certify .swiper-slide {
    width: 640rem;
    /* height: 560rem; */
    background: #fff;
    /* box-shadow: 0 8rem 30rem #ddd; */
    border: 1rem solid #fff;
    /* border-radius: 10rem; */
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 1500px)  {
    #certify .swiper-slide {
        width: 100%;
        height: 200rem;
        background: #fff;
        box-shadow: 0 8rem 30rem #ddd;
        border: 1rem solid #fff;
        border-radius: 10rem;
        overflow: hidden;
        display: block;
    }
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#certify .swiper-slide p {
    height: 10%;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 20rem;
    margin: 0;
    line-height: 55rem;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5rem;
    border: 3rem solid #fff;
    background-color: #d5d5d5;
    width: 10rem;
    height: 10rem;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3rem solid #fd9716;
    background-color: #fff;
}

#certify .swiper-button-prev {
    /* left: -30rem; */
    width: 35rem;
    height: 35rem;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46rem;
    background-size: 100%
}

#certify .swiper-button-next {
    width: 35rem;
    height: 35rem;
    background-position: 0 -93rem;
    background-size: 100%;
}

#certify .swiper-button-white {
    background: #9911116b;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139rem;
    background-size: 100%
}

.aboutbox .nywenhuabox {
   padding-bottom: 30rem;
   margin-top: 30rem;
}


.aboutbox .nywenhuabox .itembox {}
.aboutbox .nywenhuabox .itembox .imgbgbox {
    background: url(../image/wenhuabg.jpg) center no-repeat fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 312rem;
    padding: 30rem 2.5%;
}
.aboutbox .nywenhuabox .itembox .imgbgbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #19366866;
    z-index: -1;
}
.aboutbox .nywenhuabox .itembox .imgbgbox .textbox {}

.aboutbox .nywenhuabox .itembox .imgbgbox .textbox .zhutitle .futitle {
    color: #fff;
}

.aboutbox .nywenhuabox .itembox .imgbgbox .textbox .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutbox .nywenhuabox .itembox .listbox {
    margin-top: -20%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    background: #991111;
    padding: 20rem;
    background: #193668;
}
.aboutbox .nywenhuabox .itembox .listbox .list {
    /* padding: 8rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.aboutbox .nywenhuabox .itembox .listbox .list .textbox {}
.aboutbox .nywenhuabox .itembox .listbox .list .textbox .text {
    display: none;
}
.aboutbox .nywenhuabox .itembox .listbox .list .textbox .listitle {
    margin: 7rem 0;
    font-size: 16rem;
    font-weight: 600;
}
.aboutbox .nywenhuabox .itembox .listbox .list .icon {
    width: 46rem;
    padding-bottom: 5rem;
}

.aboutbox .nywenhuabox .itembox .listbox .list .icon img {
    width: 100%;
    filter: invert(1) brightness(200);
}
.aboutbox .nywenhuabox .itembox .listbox .list .icon .img{}

/* culturebox */
.culturebox {}
.culturebox .itembox {
    overflow: hidden;
    padding-top: 20rem;
}
.culturebox .itembox .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20rem;
}

.culturebox .itembox .item:nth-child(2n) {
    flex-direction: column-reverse;
}
.culturebox .itembox .item .textbox {
    width: 100%;
    padding: 16rem;
    background: #1936680f;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.culturebox .itembox .item .textbox .text {
    font-size: 14rem;
}
.culturebox .itembox .item .textbox .itemtitle {
    color: #991111;
    font-size: 16rem;
    font-weight: 600;
    margin-bottom: 16rem;
}
.culturebox .itembox .item .imgbox {
    width: 100%;
    overflow: hidden;
}
.culturebox .itembox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* advantagebox */
.advantagebox {}
.advantagebox .itembox {
    padding-top: 20rem;
    overflow: hidden;
}
.advantagebox .itembox .listbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantagebox .itembox .listbox .list {
    background: #193668;
    color: #fff;
    padding: 10rem;
    width: 49%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 30rem;
    border-bottom-left-radius: 30rem;
}

.advantagebox .itembox .listbox .list:nth-child(2n) {
    background: #991111;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30rem;
    border-bottom-right-radius: 30rem;
}
.advantagebox .itembox .listbox .list .numbox{
    font-size: 30rem;
    font-weight: 600;
}
.advantagebox .itembox .listbox .list .listtitle{
    margin: 16rem 0;
    font-size: 16rem;
    font-weight: 600;
}
.advantagebox .itembox .listbox .list .text {
    font-size: 14rem;
    line-height: 22rem;
}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™ */

.productbox .contentbox .classnavbox {
    width: 16%;
    background: #fff;
}

.contentbox .classnavitembox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.contentbox .classnavitembox .classnavbox {
    width: 100%;
}

.contentbox .classnavitembox .classnavbox .navbox {
    margin-bottom: 15rem;
    box-shadow: 0rem 0rem 5rem #00000024;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist {
    /* display: flex; */
    /* flex-direction: column; */
    display: none;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12rem 10rem;
    font-size: 14rem;
    border-bottom: 1rem solid #eee;
    transition: all .5s;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title:hover,
.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title.active {
    background: #991111;
    color: #fff;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title:hover img,
.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title.active img {
    filter: brightness(200);
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-contact .navboxlist .title i {
    font-style: initial;
    padding-right: 5rem;
    width: 15%;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-contact .navboxlist .title span {
    display: block;
    width: 84%;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-news .navboxlist .title {
    font-size: 14rem;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title.active {}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title img {
    width: 23rem;
    filter: brightness(0.3);
    margin-right: 10rem;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead {
    display: flex;
    align-items: center;
    background: #991111;
    padding: 12rem;
    position: relative;
    border-bottom: 2rem solid #fff;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead::after {
    content: "";
    position: absolute;
    right: 10rem;
    transition: all .6s;
    width: 20rem;
    height: 20rem;
    background: url(../image/topicon.png) no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead.active::after {
    transform: rotate(0deg);
}


.contentbox .classnavitembox .classnavbox .navbox .navboxhead .ibox {
    position: absolute;
    left: -5rem;
    top: 50%;
    font-style: normal;
    font-size: 60rem;
    font-weight: bold;
    opacity: .4;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .biaoti {
    font-size: 16rem;
    font-weight: 600;
    color: #fff;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .xiaobiaoti {
    font-weight: normal;
    font-size: 14rem;
    color: #fff;
    opacity: .6;
    margin-left: 10rem;
    text-transform: capitalize;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .xiaobiaoti i {
    font-style: initial;
    padding: 0 5rem;
}

.contentbox .classnavitembox .itembox {
    width: 100%;
}

.productbox .contentbox .classnavitembox .hybox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productbox.searchbox .contentbox .classnavitembox .hybox .card {
    /* width: 24.25%; */
}

.productbox .contentbox .classnavitembox .hybox .card {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 2%;
    box-shadow: 0rem 0rem 5rem #00000021;
    padding: 8rem;
    transition: all .6s;
    padding-bottom: 0;
}

.productbox .contentbox .classnavitembox .hybox .card:hover {
    box-shadow: 0rem 2rem 10rem 0rem rgba(26, 73, 138, 0.2);
    color: #fff;
    background: #991111;
}

.productbox .contentbox .classnavitembox .hybox .card .img {
    width: 100%;
    height: 180rem;
    border: 1rem solid #ffffff2b;
    overflow: hidden;
    position: relative;
}

.productbox .contentbox .classnavitembox .hybox .card .img:after {
    content: "";
    height: 100%;
    left: 0rem;
    position: absolute;
    z-index: 0;
    top: 0rem;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.4s;
}

.productbox .contentbox .classnavitembox .hybox .card:hover .img:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.productbox .contentbox .classnavitembox .hybox .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productbox .contentbox .classnavitembox .hybox .card .textbox {
    text-align: center;
}

.productbox .contentbox .classnavitembox .hybox .card .textbox .title {
    font-size: 14rem;
    margin: 10rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productbox .contentbox .classnavitembox .hybox .card .textbox .btn {
    display: flex;
    justify-content: center;
}

.productbox .contentbox .classnavitembox .hybox .card .textbox .btn a {
    padding: 10rem 40rem;
}

.productbox .contentbox .classnavitembox .hybox .card:nth-child(2n) {
    margin-right: 0;
}

.productbox.searchbox .contentbox .classnavitembox .hybox .card:nth-child(4n) {
    margin-right: 0;
}

.productbox.searchbox .contentbox .classnavitembox .hybox .card:nth-child(3n) {
    /* margin-right: 1%; */
}

.productbox .contentbox .card {}



.recommendbox .swiper {
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
    padding-bottom: 30rem;
}

.recommendbox .swiper .swiper-pagination span {
    background: #991111;
}

.recommendbox .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.recommendbox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.recommendbox {
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}

.recommendbox .recommend {}




.recommendbox .recommend {
    width: 32%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 1%;
    box-shadow: 0rem 0rem 5rem #00000021;
    padding: 14rem;
    transition: all .6s;
    padding-bottom: 0;
    flex-direction: column;
}

.recommendbox .recommend:hover {
    box-shadow: 0rem 2rem 10rem 0rem rgba(26, 73, 138, 0.2);
    color: #fff;
    background: #991111;
}

.recommendbox .recommend .img {
    width: 100%;
    height: 170rem;
    border: 1rem solid #ffffff2b;
    overflow: hidden;
    position: relative;
}

.recommendbox .recommend .img:after {
    content: "";
    height: 100%;
    left: 0rem;
    position: absolute;
    z-index: 0;
    top: 0rem;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.4s;
}

.recommendbox .recommend:hover .img:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.recommendbox .recommend .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommendbox .recommend .textbox {
    text-align: center;
}

.recommendbox .recommend .textbox .title {
    font-size: 14rem;
    margin: 14rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendbox .recommend .textbox .btn {
    display: flex;
    justify-content: center;
}

.recommendbox .recommend .textbox .btn a {
    padding: 10rem 40rem;
}

.recommendbox .recommend:nth-child(3n) {
    margin-right: 0;
}

.recommendbox .recommend:nth-child(4n) {}

.recommendbox .recommend:nth-child(3n) {}







/* productviewbox */
.productviewbox .contentbox {}

.productviewbox .contentbox .recommenditembox {
    background: #f5f5f5;
}

.productviewbox .contentbox .itemboxcontainer {}

.productviewbox .contentbox .itemboxcontainer .right-section {
    display: flex;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox {
    color: #fff;
    padding: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .guanjiancibox {
    margin-bottom: 18rem;
    font-size: 14rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .arttit {
    font-size: 18rem;
    margin-bottom: 14rem;
    /* padding-left: 35rem; */
    font-weight: 900;
    position: relative;
    /* color: #991111; */
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .shorttext {
    font-size: 16rem;
    line-height: 31rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .fenleiname {
    margin: 13rem 0;
    font-size: 14rem;
    /* color: #991111; */
    font-weight: 600;
    line-height: 26rem;
    font-weight: 600;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .fenleiname .name {}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .fenleiname .name span {
    color: #fff;
    font-weight: normal;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .phone {
    margin-bottom: 20rem;
    padding: 12rem 5rem;
    border-top: 1rem dashed rgba(221, 221, 221, 1);
    border-bottom: 1rem dashed rgba(221, 221, 221, 1);
    font-size: 16rem;
    display: flex;
    align-items: center;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .phone img {
    width: 34rem;
    margin-right: 8rem;
    background: #991111;
    border-radius: 50%;
    padding: 5rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .btnbox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .btnbox a {
    margin-right: 30rem;
    left: 0;
    border-color: #fff;
}

.productviewbox .contentbox .xiangxijieshao {}

.productviewbox .contentbox .xiangxijieshao .jieshaobox {
    font-size: 16rem;
    line-height: 32rem;
}

.productviewbox .contentbox .xiangxijieshao .jieshaobox img {
    max-width: 100%;
}

.productviewbox .contentbox .xiangxijieshao .miaoshutitle {
    background: #991111;
    color: #fff;
    padding: 14rem;
    font-size: 16rem;
    margin-bottom: 20rem;
}

/* 表单容器样式 */
.productviewbox .contentbox .form-container {
    width: 100%;
    margin: 20rem auto;
    background-color: #fff;
    padding: 30rem 12rem;
    /* border-radius: 8rem; */
    border: 1rem solid #f5f5f5;
    background: #f5f5f5;
}

.productviewbox .contentbox .form-container h2 {
    text-align: center;
    margin-bottom: 10rem;
    color: #333;
    font-size: 22rem;
}

.productviewbox .contentbox .form-container p {
    text-align: center;
    color: #991111;
    margin-bottom: 20rem;
    font-size: 12rem;
}

/* 输入框通用样式 */
.productviewbox .contentbox .form-container input,
.productviewbox .contentbox .form-container textarea {
    width: 100%;
    padding: 10rem 7rem;
    margin-bottom: 16rem;
    border: 1rem solid #ddd;
    font-size: 12rem;
    font-family: auto;
}

.productviewbox .contentbox .form-container textarea {
    resize: vertical;
    /* 仅允许垂直调整大小 */
    height: 90rem;
    outline: 0;
}

/* 网格布局：适配多列 */
.productviewbox .contentbox .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20rem;
}

/* 提交按钮样式 */
.productviewbox .contentbox .form-container button {
    width: 100%;
    max-width: 170rem;
    display: block;
    margin: 0 auto;
    padding: 8rem 0;
    background-color: #991111;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16rem;
    transition: background-color 0.3s ease;
}

.productviewbox .contentbox .form-container button:hover {
    background-color: #c92a38;
}

/*cp*/



/*productviewbox3*/
.productviewbox3 .contentbox {
    font-size: 18rem;
}

.productviewbox3 .contentbox .content .title {
    padding: 20rem 0;
    /* margin-top: 20rem; */
    text-align: center;
    border-bottom: 1rem solid #e6e6e6;
}

.productviewbox3 .contentbox .fabutime {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20rem;
    font-size: 16rem;
    color: #666;
}

.productviewbox3 .contentbox .fabutime>a {
    margin-right: 20rem;
    color: #666;
    font-size: 16rem;
}

.productviewbox3 .contentbox .textbox {
    text-indent: 2rem;
    padding: 20rem 0;
    line-height: 28rem;
    /* margin-top: 20rem; */
    /* color: #666; */
}

.productviewbox3 .contentbox .textbox>p {
    /* text-indent: 36rem; */
}


.productviewbox3 .contentbox .content {
    /* width: 70%; */
}

.productviewbox3 .contentbox .rightbox {
    /* width: 25%; */
    padding-top: 42rem;
    padding-bottom: 42rem;
    /* display: flex; */
}


.productviewbox3 .contentbox .rightbox h2 {
    width: 100%;
    margin-bottom: 11rem;
    text-align: center;
}

/* ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™ */

.product2box .contentbox .classnavbox {
    width: 16%;
    background: #fff;
}

.product2box .contentbox .cardbox {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.product2box .contentbox .cardbox .card {
    margin-bottom: 60rem;
    margin-right: 4%;
    width: 30.6%;
    transition: all 0.7s;
    border-bottom-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
}

.product2box .contentbox .cardbox .card .cardcontent {
    background-color: #f5f5f5;
    border-bottom-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
    padding-top: 38rem;
    padding-bottom: 38rem;
    padding-right: 38rem;
    padding-left: 38rem;
}

.product2box .contentbox .cardbox .card .cardcontent .imgbox {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    border-bottom-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.product2box .contentbox .cardbox .card:nth-child(3n) {
    margin-right: 0;
}

.product2box .contentbox .cardbox .card:nth-child(3n) {
    margin-right: 0;
}

.product2box .contentbox .cardbox .card img {
    transition: transform 0.7s;
}

.product2box .contentbox .cardbox .card .cardcontent .imgbox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product2box .contentbox .cardbox .card:hover img {
    transform: scale(1.1);
}

.product2box .contentbox .cardbox .card-title {
    margin-bottom: 15rem;
    margin-top: 15rem;
    width: auto;
    color: #333333;
    font-size: 24rem;
    line-height: 45rem;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
}

.product2box .contentbox .cardbox .card .cardcontent .cardtext {
    margin-bottom: 28rem;
    margin-top: 10rem;
    width: auto;
    font-size: 16rem;
    line-height: 30rem;
    position: relative;
    top: auto;
    left: auto;
    height: 120rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product2box .contentbox .cardbox .card .cardcontent .btn {
    width: 90rem;
    height: 30rem;
    color: #333333;
    background-image: url(https://0.rc.xiniu.com/g4/M00/74/A4/CgAG0mO_34OASJnJAAABCpLi3U8082.png);
    border-top-color: #c7c7c7;
    border-top-style: solid;
    border-top-width: 1rem;
    border-right-color: #c7c7c7;
    border-right-style: solid;
    border-right-width: 1rem;
    border-bottom-color: #c7c7c7;
    border-bottom-style: solid;
    border-bottom-width: 1rem;
    border-left-color: #c7c7c7;
    border-left-style: solid;
    border-left-width: 1rem;
    border-top-left-radius: 30rem;
    border-top-right-radius: 30rem;
    border-bottom-left-radius: 30rem;
    border-bottom-right-radius: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.product2box .contentbox .cardbox .card .cardcontent .btn input {
    outline: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.product2box .contentbox .cardbox .card:hover .card-title {
    color: #fff;
    background: #326bb4;
}

.product2box .contentbox .cardbox .card:hover {
    box-shadow: 0 0 25rem -5rem rgb(0 0 0 / 50%);
    background: #326bb4;
}

.product2box .contentbox .cardbox .card:hover .cardcontent {
    background-color: transparent;
}

.product2box .contentbox .cardbox .card:hover .cardtext {
    color: #fff;
}

.product2box .contentbox .classnav {
    display: flex;
    flex-wrap: wrap;
    padding: 16rem 0;
    justify-content: center;
    margin: 30rem 0;
}

.product2box .contentbox .classnav a {
    font-size: 20rem;
    padding: 12rem 40rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 54rem;
    transition: all .6s;
    color: #000;
}

.product2box .contentbox .classnav a:hover {
    background: #078057;
    color: #fff;
}

.product2box .contentbox .classnav a.active {
    background: #078057;
    color: #fff;
}



.product2box .imagebox {
    width: 240rem;
    height: 240rem;
    border-radius: 50%;
    background: url(../static/image/37f7954254750a99f9f167ff6b7a1001.jpeg) no-repeat center center;
    background-size: cover;
    opacity: 0.6;
    margin: auto;
    margin-top: 40rem;
}


/* ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */

.productview2box .contentbox {
    margin-bottom: 20rem;
}

.productview2box .contentbox>.title {
    padding: 20rem 0;
    /* margin-top: 20rem; */
    text-align: center;
    border-bottom: 1rem solid #e6e6e6;
}

.productview2box .contentbox .textbox {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 40rem;
}

.productview2box .contentbox .textbox .jieshao {
    text-align: center;
    color: #326bb4;
    margin: 20rem 0;
    font-size: 24rem;
    font-weight: 600;
}

.productview2box .contentbox .textbox .title {
    font-weight: bold;
    font-size: 20rem;
    margin: 10rem 0;
}

.productview2box .contentbox .textbox .wenti .text p,
.productview2box .contentbox .textbox .shouyi .text p {
    font-size: 19rem;
    padding: 6rem 24rem 6rem 1rem;
    position: relative;
}

.productview2box .contentbox .textbox .wenti .text p::before,
.productview2box .contentbox .textbox .shouyi .text p::before {
    display: block;
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 16rem; */
    /* height: 16rem; */
    /* background-color: #00000081; */
    /* border-radius: 50%; */
}

.productview2box .contentbox .textbox .text {
    margin-bottom: 40rem;
}

.productview2box .contentbox .textbox .zuoyong .text {
    font-size: 19rem;

    padding: 6rem 0;
}

.productview2box .contentbox .textbox .zuoyong .text>p {
    text-indent: 38rem;
}


.productview2box .contentbox .textbox .zuoyong .img {
    width: 700rem;
    margin: auto;
    margin-bottom: 40rem;
}

.productview2box .contentbox .textbox .zuoyong img {
    margin: 30rem 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}


.productview2box .contentbox .textbox .zuoyong .img img {
    width: 100%;
}


/* æ–°é—»ä¸­å¿ƒ */

.newsbox .contentbox .classnav {
    display: flex;
    flex-wrap: wrap;
    padding: 16rem 0;
    margin: 30rem 0;
}

.newsbox .contentbox .classnav a {
    font-size: 20rem;
    padding: 12rem 40rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 54rem;
    transition: all .6s;
    color: #000;
}

.newsbox .contentbox .classnav a:hover {
    background: #078057;
    color: #fff;
}

.newsbox .contentbox .classnav a.active {
    background: #078057;
    color: #fff;
}

.newsbox .contentbox .newcardbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.newsbox .contentbox .newcardbox .card {
    width: 49%;
    border: 1rem solid #0000001a;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    position: relative;
    /* border-radius: 10rem; */
    background: #fff;
    overflow: hidden;
    flex-direction: column;
    /* border-top-left-radius: 30rem; */
}

.newsbox .contentbox .newcardbox .card:nth-child(2n) {
    margin-right: 0;
}

.newsbox .contentbox .newcardbox .card:hover {
    /* border-color: #078057; */
}

.newsbox .contentbox .newcardbox .card:hover .textbox .btnbox .btn:after {
    width: 100%;
}

.newsbox .contentbox .newcardbox .card:hover .textbox .btnbox .btn {
    color: #FFf;
}

.card {}

.newsbox .contentbox .newcardbox .card .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 18rem; */
    overflow: hidden;
    border-bottom-right-radius: 0;
    height: 230rem;
}

.newsbox .contentbox .newcardbox .card .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 18rem; */
    transition: all .6s;
}

.newsbox .contentbox .newcardbox .card:hover .imgbox img {
    transform: scale(1.2);
}

.newsbox .contentbox .newcardbox .card .textbox {
    width: 90%;
    padding: 26rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 8rem;
    /* border-top-right-radius: 20rem; */
}

.newsbox .contentbox .newcardbox .card .textbox .btn a {
    display: flex;
    align-items: center;
    font-size: 12rem;
}

.newsbox .contentbox .newcardbox .card .textbox .btn a img {
    width: 13rem;
    vertical-align: middle;
    margin-left: 5rem;
}

.newsbox .contentbox .newcardbox .card .btnbox {
    position: absolute;
    right: 0;
    top: 0;
}

.newsbox .contentbox .newcardbox .card .btnbox .time .day {
    font-size: 24rem;
    font-weight: 600;
}

.newsbox .contentbox .newcardbox .card .btnbox .time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    background: #991111;
    font-size: 14rem;
    /* border-bottom-left-radius: 20rem; */
    transition: all .6s;
    color: #fff;
    padding: 8rem;
}

.newsbox .contentbox .newcardbox .card:hover .btnbox .time {
    /* background: #078057; */
    /* color: #fff; */
}

.newsbox .contentbox .newcardbox .card .btnbox .time:after {
    content: "";
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);););););););););
    width: 50rem;
    height: 1rem;
    background: rgba(102,102,102,1);
    z-index: 2;
    opacity: 0;
}

.newsbox .contentbox .newcardbox .card:hover .btnbox .time:after {
    background: #078057;
}

.newsbox .contentbox .newcardbox .card .btnbox .time:before {
    content: "";
    position: absolute;
    right: -18%;
    top: 50%;
    transform: translateY(-50%);
    width: 0rem;
    height: 0rem;
    border-right: 20rem solid transparent;
    z-index: 3;
    opacity: 0;
    transition: all .6s;
}

.newsbox .contentbox .newcardbox .card:hover .btnbox .time:before {
    /* opacity: 1; */
}

.newsbox .contentbox .newcardbox .card .textbox .title {
    font-size: 14rem;
    color: #000;
    /* font-weight: 600; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox .contentbox .newcardbox .card:hover .textbox .title {
    color: #991111;
}

.newsbox .contentbox .newcardbox .card .textbox .text {
    color: #000;
    line-height: 25rem;
    margin: 7rem 0;
    height: 22rem;
    width: 100%;
    font-size: 12rem;
    display: -webkit-box; /* 使用WebKit的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 设置子元素为垂直排列 */
    -webkit-line-clamp: 1; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.newsbox .contentbox .newcardbox .card .textbox .btnbox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.newsbox .contentbox .newcardbox .card .textbox .btnbox .btn {
    background-color: #f5f5f5;
    padding: 10rem 30rem;
    margin-right: 20rem;
    border-radius: 7rem;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.newsbox .contentbox .newcardbox .card .textbox .btnbox .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #078057;
    transition: all .6s;
}

.newsbox .contentbox .newcardbox .card .textbox .btnbox .time {
    color: #000;
}


/* æ–°é—»è¯¦æƒ… */

.newsviewbox .contentbox {
    background: #f5f5f5;
    margin-top: -30rem;
    padding-top: 30rem;
}

.newsviewbox .contentbox .content .title {
    margin-bottom: 16rem;
    font-size: 16rem;
    text-align: center;
    font-weight: normal;
}

.newsviewbox .contentbox .fabutime {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20rem; */
    font-size: 12rem;
    color: #666;
    border-top: 1rem solid #e6e6e6;
    /* border-bottom: 1rem solid #e6e6e6; */
    padding: 14rem 0;
}

.newsviewbox .contentbox .fabutime>a {
    margin-right: 20rem;
    color: #666;
    font-size: 14rem;
}

.newsviewbox .contentbox .textbox {
    font-size: 14rem;
    padding: 12rem 0;
    line-height: 28rem;
    margin-top: 4rem;
    color: #666;
}

.newsviewbox .contentbox .content {
    width: 100%;
    background: #fff;
    padding: 12rem;
}

.newsviewbox .contentbox .rightbox {
    width: 100%;
    padding-top: 42rem;
    padding-bottom: 42rem;
}


.recommendnewsviewbox .swiper {
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
    padding-bottom: 30rem;
}

.recommendnewsviewbox .swiper .swiper-pagination span {
    background: #991111;
}

.recommendnewsviewbox .swiper-slide {
    display: flex;
}



.recommendnewsviewbox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.recommendnewsviewbox {
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}




.recommendnewsviewbox .recommend {

}


.recommendnewsviewbox .recommend {
    width: 32%;
    border: 1rem solid #0000001a;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    position: relative;
    /* border-radius: 10rem; */
    background: #fff;
    overflow: hidden;
    flex-direction: column;
    /* border-top-left-radius: 30rem; */
}

.recommendnewsviewbox .recommend:nth-child(3n) {
    margin-right: 0;
}

.recommendnewsviewbox .recommend:hover {
    /* border-color: #078057; */
}

.recommendnewsviewbox .recommend:hover .textbox .btnbox .btn:after {
    width: 100%;
}

.recommendnewsviewbox .recommend:hover .textbox .btnbox .btn {
    color: #FFf;
}

.card {}

.recommendnewsviewbox .recommend .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 18rem; */
    overflow: hidden;
    border-bottom-right-radius: 0;
    height: 230rem;
}

.recommendnewsviewbox .recommend .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 18rem; */
    transition: all .6s;
}

.recommendnewsviewbox .recommend:hover .imgbox img {
    transform: scale(1.2);
}

.recommendnewsviewbox .recommend .textbox {
    width: 90%;
    padding: 26rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 8rem;
    /* border-top-right-radius: 20rem; */
}

.recommendnewsviewbox .recommend .textbox .btn a {
    display: flex;
    align-items: center;
    font-size: 12rem;
}

.recommendnewsviewbox .recommend .textbox .btn a img {
    width: 13rem;
    vertical-align: middle;
    margin-left: 4rem;
}

.recommendnewsviewbox .recommend .btnbox {
    position: absolute;
    right: 0;
    top: 0;
}

.recommendnewsviewbox .recommend .btnbox .time .day {
    font-size: 24rem;
    font-weight: 600;
}

.recommendnewsviewbox .recommend .btnbox .time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    background: #991111;
    font-size: 14rem;
    /* border-bottom-left-radius: 20rem; */
    transition: all .6s;
    color: #fff;
    padding: 8rem;
}

.recommendnewsviewbox .recommend:hover .btnbox .time {
    /* background: #078057; */
    /* color: #fff; */
}

.recommendnewsviewbox .recommend .btnbox .time:after {
    content: "";
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
    width: 50rem;
    height: 1rem;
    background: rgba(102,102,102,1);
    z-index: 2;
    opacity: 0;
}

.recommendnewsviewbox .recommend:hover .btnbox .time:after {
    background: #078057;
}

.recommendnewsviewbox .recommend .btnbox .time:before {
    content: "";
    position: absolute;
    right: -18%;
    top: 50%;
    transform: translateY(-50%);
    width: 0rem;
    height: 0rem;
    border-right: 20rem solid transparent;
    z-index: 3;
    opacity: 0;
    transition: all .6s;
}

.recommendnewsviewbox .recommend:hover .btnbox .time:before {
    /* opacity: 1; */
}

.recommendnewsviewbox .recommend .textbox .title {
    font-size: 14rem;
    color: #000;
    /* font-weight: 600; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendnewsviewbox .recommend:hover .textbox .title {
    color: #991111;
}

.recommendnewsviewbox .recommend .textbox .text {
    color: #000;
    line-height: 25rem;
    margin: 5rem 0;
    height: 22rem;
    width: 100%;
    font-size: 12rem;
    display: -webkit-box; /* 使用WebKit的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 设置子元素为垂直排列 */
    -webkit-line-clamp: 1; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.recommendnewsviewbox .recommend .textbox .btnbox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.recommendnewsviewbox .recommend .textbox .btnbox .btn {
    background-color: #f5f5f5;
    padding: 10rem 30rem;
    margin-right: 20rem;
    border-radius: 7rem;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.recommendnewsviewbox .recommend .textbox .btnbox .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #078057;
    transition: all .6s;
}

.recommendnewsviewbox .recommend .textbox .btnbox .time {
    color: #000;
}



/* è”ç³»æˆ‘ä»¬ */
.contactbox {}

.contactbox .lianxibox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contactbox .lianxibox .title {
    font-size: 18rem;
}

.contactbox .lianxibox .title span {
    margin-right: 10rem;
}



.contactbox .lianxibox .line {
    width: 80rem;
    height: 2rem;
    background: #991111;
    margin-top: 20rem;
}

.contactbox .lianxibox .leftbox {background: url(../image/productviewbg.jpg) center no-repeat;background-size: cover;position: relative;padding: 14rem;z-index: 1;width: 100%;background: linear-gradient(45deg, #991111, #193668);}

.contactbox .lianxibox .leftbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #193668c9; */
    z-index: -1;
}

.contactbox .lianxibox .leftbox .textbox {
    margin-bottom: 26rem;
}

.contactbox .lianxibox .leftbox .ewmbox {
    display: flex;
}

.contactbox .lianxibox .leftbox .ewmbox .ewm {
    margin-right: 25rem;
}

.contactbox .lianxibox .leftbox .ewmbox .title {
    color: #fff;
    font-size: 14rem;
    margin-top: 11rem;
    text-align: center;
}

.contactbox .lianxibox .leftbox .ewmbox .ewm img {
    width: 130rem;
}

.contactbox .lianxibox .leftbox .textbox .list {
    display: flex;
    align-items: center;
    margin-bottom: 18rem;
    color: #fff;
    font-size: 14rem;
}

.contactbox .lianxibox .leftbox .textbox .list .name {
    margin-right: 10rem;
    color: #fff;
}

.contactbox .lianxibox .leftbox .textbox .list:last-child {
    margin-bottom: 0;
}

.contactbox .lianxibox .leftbox .titlebox {
    margin-bottom: 20rem;
    font-size: 12rem;
    color: #fff;
}

.contactbox .lianxibox .leftbox .titlebox .title {
    font-size: 16rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5rem;
}
.contactbox .lianxibox .rightbox {
    width: 100%;
}
.nymassagebox {background: #f5f5f5;}

.sm_banner {
    /* height: 300rem; */
    /* width: 83%; */
    margin: auto;
    /* margin: 60rem auto; */
    /* border-radius: 10rem; */
    overflow: hidden;
    border-bottom: 2rem solid #991111;
    /* background: linear-gradient(45deg, #ef88659c, #172447ab); */
    position: relative;
    z-index: 10;
    background: #ffffffb0;
    padding: 30rem 10rem;
    /* background: url(../image/newbg.jpg) center; */
}

.sm_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: #1d9065; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sm_banner .tywidth {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

.sm_banner .tywidth .massagebox {}

.sm_banner .tywidth .massagebox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sm_banner .tywidth .massagebox .line {
    width: 49%;
    margin-bottom: 20rem;
    border: 1rem solid #00000021;
}

.sm_banner .tywidth .massagebox .line.youbian {
    width: 100%;
}

.sm_banner .tywidth .massagebox .line.liuyanbox {
    width: 100%;
    background: #f5f5f5;
}

.sm_banner .tywidth .massagebox .line.btnbox {
    width: 50%;
    /* background: #ef8865; */
    color: #fff;
    margin-bottom: 0;
    margin: auto;
}

.sm_banner .tywidth .massagebox .line.btnbox input {
    background: #991111;
    color: #fff;
    line-height: 40rem;
    font-size: 14rem;
}

.sm_banner .tywidth .massagebox .line textarea {
    width: 100%;
    height: 110rem;
    border: 0;
    outline: none;
    padding: 10rem;
    font-size: 14rem;
    background: #f5f5f5;
    font-family: auto;
}

.sm_banner .tywidth .massagebox .line input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    line-height: 41rem;
    padding: 0 10rem;
    font-size: 14rem;
    background: #f5f5f5;
}

.sm_banner .tywidth .textbox {
    width: 44%;
}

.sm_banner .tywidth .textbox .imgbox {
    display: flex;
    margin-bottom: 20rem;
}

.sm_banner .tywidth .textbox .imgbox img {
    width: 280rem;
}

.sm_banner .tywidth .textbox .biaoyu {
    font-size: 40rem;
    font-weight: 600;
    color: #000;
    line-height: 52rem;
    /* display: flex; */
    margin-bottom: 20rem;
}

.sm_banner .tywidth .textbox .more {}

.sm_banner .tywidth .textbox .more a {
    /* color: #fff; */
}

/* ideabox */
.ideabox {}
.ideabox .itembox {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.ideabox .itembox .item {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ideabox .itembox .item:nth-child(2n) {
    /* margin-right: 0; */
}
.ideabox .itembox .item .imgbox {
    width: 100%;
    overflow: hidden;
    /* height: 400rem; */
}
.ideabox .itembox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.ideabox .itembox .item:hover .imgbox img {
    transform: scale(1.1);
}
.ideabox .itembox .item .textbox .itemtitle {
    font-size: 18rem;
    font-weight: 600;
    color: #991111;
    margin-bottom: 10rem;
    padding-left: 10rem;
    position: relative;
}

.ideabox .itembox .item .textbox .itemtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 76%;
    background: #193668;
}
.ideabox .itembox .item .textbox{
    background: #f5f5f5;
    padding: 16rem;
}

.ideabox .itembox .item .textbox .text {
    font-size: 14rem;
    line-height: 28rem;
}

/* hirebox */
.hirebox {}
.hirebox .itembox {}
.hirebox .itembox .item {
    margin-bottom: 2%;
}
.hirebox .itembox .item .itemtextbox {background: #f5f5f5;font-size: 14rem;}

.hirebox .itembox .item .itemtextbox .btn {
    display: flex;
    margin-left: 14rem;
    padding-bottom: 20rem;
}
.hirebox .itembox .item .itemtextbox .itemtexthead {
    display: flex;
    justify-content: space-between;
    padding: 14rem;
    border-bottom: 2rem solid #fff;
    flex-direction: column;
}

.hirebox .itembox .item .itemtextbox .itemtexthead > div {
    margin: 5rem 0;
}
.hirebox .itembox .item .itemtextbox .itemtexthead .itemtexttitle{}
.hirebox .itembox .item .itemtextbox .itemtexthead .yearbox{}
.hirebox .itembox .item .itemtextbox .itemtexthead .xuelibox {}
.hirebox .itembox .item .itemtextbox .itemtexthead .numbox  {}
.hirebox .itembox .item .itemtextbox .itemtext {
    line-height: 28rem;
    padding: 14rem;
    font-size: 14rem;
}
.hirebox .itembox .item .itemheadbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #991111;
    color: #fff;
    padding: 14rem;
    font-size: 16rem;
}
.hirebox .itembox .item .itemheadbox .itemheadtitle{}
.hirebox .itembox .item .itemheadbox .itemheadcenter{
    font-size: 14rem;
}
.hirebox .itembox .item .itemheadbox .itemheadbtn {
    font-size: 12rem;
    cursor: pointer;
}