.w {
    width: 95%;
    margin: auto;
    /* overflow: hidden; */
}

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

.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;
    white-space: nowrap;
    overflow: auto;
}

.dqaddressnav .addressnav .right span {
    display: flex;
    align-items: center;
    font-size: 3vw;
}

.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: 3px !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: #eb242d !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: 0rem 23rem;
    transition: all .6s;
    color: #000;
    display: block;
    position: relative;
    z-index: 1;
}

.dqaddressnav .addressnav .left .item a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30%;
    width: 1rem;
    background: #66666675;
}

.dqaddressnav .addressnav .left .item a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    background: #0368a0;
    height: 0;
    transform: translateX(-50%);
    transition: all .4s;
    z-index: -1;
}

.dqaddressnav .addressnav .left .item a:hover:after,
.dqaddressnav .addressnav .left .item.active a:after {
    height: 100%;
}

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

.dqaddressnav .addressnav .right a {
    font-size: 14rem;
    color: #212121a2;
    margin: 0 5rem;
    font-size: 3vw;
}

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

/*ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.sxbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 7rem;
    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; */
}


/* aboutbox */

.aboutbox {}

.aboutbox .nyaboutbox {
    padding-top: 0;
    overflow: hidden;
}

.aboutbox .nyaboutbox .itembox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.aboutbox .nyaboutbox .itembox .imgbox {
    width: 42%;
}

.aboutbox .nyaboutbox .itembox .imgbox img {
    width: 100%;
}

.aboutbox .nyaboutbox .itembox .textbox {
    width: 95%;
}

.aboutbox .nyaboutbox .itembox .textbox .text {
    font-size: 16rem;
    line-height: 34rem;
    margin-bottom: 40rem;
}


.aboutbox .nyryzsbox {
    background-size: cover;
    padding-bottom: 50rem;
    padding-top: 0;
}




.aboutbox .nyabout {
    width: 100%;
    /* padding: 60rem 0; */
    overflow: hidden;
}



.aboutbox .nyabout .swiper-wrapper {
    display: flex;
    align-items: center;
    /* padding: 36rem 0; */
    padding-bottom: 80rem;
}

.aboutbox .nyabout .swiper-pagination {}

.aboutbox .nyabout .swiper-pagination .swiper-pagination-bullet {
    background: #0c5aaa;
    width: 22rem;
    border-radius: 0;
    height: 6rem;
}

.aboutbox .nyabout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0c5aaa;
}

.aboutbox .nyabout_swiper .swiper-slide {
    width: 26%;
    border: 4rem solid #0368a0;
    display: flex;
    align-items: center;
    height: 160rem;
}

.aboutbox .nyabout_swiper .swiper-slide .title {
    font-size: 16rem;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20rem;
    transition: all .6s;
}

.aboutbox .nyabout_swiper .swiper-slide:hover .title {
    background: #0368a07d;
}

.aboutbox .nyabout_swiper .swiper-slide .title img {
    width: 30rem;
    margin-right: 11rem;
    background: #0368a0;
    border-radius: 50%;
    padding: 4rem;
    object-fit: cover;
}

.aboutbox .nyabout_swiper .swiper-slide .imgbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 100%;
}

.aboutbox .nyabout_swiper ul li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* control_systembox */
.control_systembox {}

.control_systembox .controlbox {
    overflow: hidden;
}

.control_systembox .controlbox .itembox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

.control_systembox .controlbox .itembox .textbox {
    width: 95%;
}

.control_systembox .controlbox .itembox .textbox .title {
    font-size: 24rem;
    font-weight: 600;
    color: #0368a0;
    margin-bottom: 28rem;
}

.control_systembox .controlbox .itembox .textbox .zhutitle {
    text-align: left;
}

.control_systembox .controlbox .itembox .textbox .zhutitle .line {
    margin: 14rem 0;
}

.control_systembox .controlbox .itembox .textbox>.text {
    font-size: 16rem;
    line-height: 34rem;
    margin-bottom: 40rem;
}

.control_systembox .controlbox .itembox .imgbox {
    width: 95%;
}

.control_systembox .controlbox .itembox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.control_systembox .controlbox .itemimgbox {
    display: flex;
    justify-content: space-between;
    margin: 40rem 0;
}

.control_systembox .controlbox .itemimgbox .imgbox {
    width: 49%;
    border: 3rem solid #eb242d;
}

.control_systembox .controlbox .itemimgbox .imgbox img {
    width: 100%;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ */

.productbox .contentbox {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-top: 10rem;
}

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

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

.productbox .contentbox .classnav a:hover {
    background: #0368a0;
    color: #fff;
}

.productbox .contentbox .classnav a.active {
    background: #0368a0;
    color: #fff;
}

.productbox .contentbox .titlebox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1rem solid #0368a0;
    padding: 10rem;
}

.productbox .contentbox .titlebox .btbox {
    margin-right: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    width: auto;
    float: none;

    color: #326bb4;
    font-size: 38rem;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    letter-spacing: 3rem;
    display: flex;
}

.productbox .contentbox .titlebox .btbox .title {
    color: #326bb4;
    font-size: 32rem;
}

.productbox .contentbox .titlebox .btbox img {
    vertical-align: -3rem;
    width: 30rem;
}

.productbox .contentbox .titlebox .text {
    color: #727171;
    font-size: 25rem;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    letter-spacing: 1rem;
    padding: 10rem 0;
}

.productbox .contentbox .titlebox .right .btbox {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.productbox .contentbox .titlebox .right .text {
    direction: rtl;
    display: inline-block;
}

.productbox .contentbox .titlebox .left .btbox a {
    margin-right: 15rem;
    color: #0368a0;
}

.productbox .contentbox .titlebox .right .btbox a {
    margin-left: 15rem;
    color: #fff;
}

.productbox .contentbox .hybox {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 40rem; */
}

.productbox .contentbox .hybox .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1rem solid #0000003b;
}

.productbox .contentbox .hybox .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8rem;
    padding-right: 10rem;
    background: #0368a0bd;
    transition: all .6s;
    font-size: 14rem;
    font-weight: 600;
}

.productbox .contentbox .hybox .item:hover .title {
    opacity: 0;
}

.productbox .contentbox .hybox .item .imgbox {
    width: 100%;
    overflow: hidden;
    height: 190rem;
}

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

.productbox .contentbox .hybox .item .textbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #0368a096;
    padding-left: 18rem;
    position: absolute;
    left: 0rem;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.productbox .contentbox .hybox .item:hover .textbox {
    transform: translateY(0);
}

.productbox .contentbox .hybox .item .textbox .itemtitle {
    padding: 16rem 0;
    font-size: 14rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(50%);
    transition: all .5s .4s;
}

.productbox .contentbox .hybox .item:hover .textbox .itemtitle {
    opacity: 1;
    transform: translateY(0%);
}

.productbox .contentbox .hybox .item .textbox .btnbox {
    display: flex;
    align-items: center;
    font-size: 12rem;
}

.productbox .contentbox .hybox .item:hover .textbox .btnbox {}

.productbox .contentbox .hybox .item .textbox .btnbox .icon {
    display: flex;
    align-items: center;
}

.productbox .contentbox .hybox .item .textbox .btnbox .icon img {
    width: 10rem;
    margin-right: -4rem;
    filter: invert(1) brightness(200);
}

.productbox .contentbox .hybox .item .textbox .btnbox span {
    margin-right: 4rem;
}

.productbox .contentbox .hybox .item:hover {}

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



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

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



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



.recommendbox .recommend {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1rem solid #0000003b;
}

.recommendbox .recommend .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7rem;
    padding-right: 10rem;
    background: #0368a0bd;
    transition: all .6s;
    font-size: 14rem;
    font-weight: 600;
}

.recommendbox .recommend:hover .title {
    opacity: 0;
}

.recommendbox .recommend .imgbox {
    width: 100%;
    overflow: hidden;
    height: 180rem;
}

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

.recommendbox .recommend .textbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #0368a096;
    padding-left: 30rem;
    position: absolute;
    left: 0rem;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.recommendbox .recommend:hover .textbox {
    transform: translateY(0);
}

.recommendbox .recommend .textbox .itemtitle {
    padding: 22rem 0;
    font-size: 18rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(50%);
    transition: all .5s .4s;
}

.recommendbox .recommend:hover .textbox .itemtitle {
    opacity: 1;
    transform: translateY(0%);
}

.recommendbox .recommend .textbox .btnbox {
    display: flex;
    align-items: center;
    font-size: 14rem;
}

.recommendbox .recommend:hover .textbox .btnbox {}

.recommendbox .recommend .textbox .btnbox .icon {
    display: flex;
    align-items: center;
}

.recommendbox .recommend .textbox .btnbox .icon img {
    width: 13rem;
    margin-right: -6rem;
    filter: invert(1) brightness(200);
}

.recommendbox .recommend .textbox .btnbox span {
    margin-right: 4rem;
}

.recommendbox .recommend:hover {}

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






/* 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: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .guanjiancibox {
    margin-bottom: 32rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .guanjiancibox .tedianbox {
    line-height: 28rem;
    font-size: 14rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .guanjiancibox .tedianbox div {
    margin-bottom: 10rem;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .guanjiancibox span {
    font-size: 18rem;
    color: #eb242d;
    font-weight: 600;
    margin-bottom: 10rem;
    display: block;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .arttit {
    font-size: 18rem;
    margin-bottom: 16rem;
    /* 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: 15rem 0;
    font-size: 12rem;
    /* color: #991111; */
    line-height: 23rem;
}

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

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

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .phone {
    margin-bottom: 16rem;
    font-size: 16rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .phone img {
    width: 30rem;
    margin-right: 9rem;
    padding: 3rem;
    border: 2rem solid #fff;
}

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

.productviewbox .contentbox .itemboxcontainer .right-section .itemrightbox .btnbox a {
    margin-right: 20rem;
    border: 1rem solid #FFE;
}

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

.productviewbox .contentbox .xiangxijieshao .jieshaobox {
    font-size: 14rem;
    line-height: 28rem;
    padding: 10rem;
}

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

.productviewbox .contentbox .xiangxijieshao .miaoshutitle {
    background: #0368a0;
    color: #fff;
    font-size: 16rem;
    margin-bottom: 20rem;
    display: flex;
}

.productviewbox .contentbox .xiangxijieshao .miaoshutitle span {
    background: #eb242d;
    padding: 12rem 40rem;
    font-weight: 600;
}


/*cp*/

.productviewbox .contentbox .miaoshubox>div.title {
    /* background: #0368a0; */
    color: #666;
    font-size: 16rem;
    padding: 20rem 0;
    border-radius: 7rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.productviewbox .contentbox .miaoshubox>div.title span {
    color: #333;
    font-size: 18rem;
}

.productviewbox .contentbox .miaoshubox {
    overflow: hidden;
    width: 40%;
}

.productviewbox .contentbox .miaoshubox .name {
    font-size: 26rem;
    margin: 30rem 0;
    margin-bottom: 0;
    display: none;
}

.productviewbox .contentbox .miaoshubox .title1 {
    font-size: 26rem;
    padding: 20rem 0;
    border-bottom: 2rem solid #e6e6e6;
    font-weight: normal;
    color: #333333;
    text-align: left;
    font-weight: 600;
}

.productviewbox .contentbox .miaoshubox .text {
    font-size: 16rem;
    line-height: 26rem;
}

.productviewbox .contentbox .miaoshubox .tedianbox .title1 {
    border-bottom: dashed 1rem #0368a0;
    margin-bottom: 14rem;
}

.productviewbox .contentbox .miaoshubox .title2 {
    margin-bottom: 16rem;
    font-size: 26rem;
    text-align: left;
}

.productviewbox .contentbox .miaoshubox .phone {
    margin: 24rem 0;
    font-size: 20rem;
    color: #0368a0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.productviewbox .contentbox .btnbox {
    display: flex;
    align-items: center;
    margin-top: 12rem;
}

.productviewbox .contentbox .btnbox a {
    margin-right: 25rem;
    transition: all .6s;
}

.productviewbox .contentbox .btnbox a:hover {
    background: #0368a0;
    color: #fff;
}

.productviewbox .contentbox .miaoshubox .phone img {
    width: 60%;
    /* height: 80%; */
    object-fit: cover;
}

.productviewbox .contentbox .miaoshubox img {
    object-fit: cover;
    max-width: 90%;
}

.productviewbox .contentbox .miaoshubox .phone .img {
    width: 40rem;
    height: 40rem;
    border-radius: 5rem;
    background: #0368a0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20rem;
}

.productviewbox .neirongbox {
    display: flex;
    margin-top: 20rem;
    justify-content: space-between;
    border-radius: 14rem;
    background: #f6f7fb;
    padding: 35rem;
}

.productviewbox .textbox2 {
    background: #ffffff;
    /* border: 15rem solid #0368a0; */
    border-radius: 7rem;
    padding: 0 0 !important;
    width: 57%;
}

.productviewbox .textbox2 .swiper-button-prev,
.productviewbox .textbox2 .swiper-button-next {
    color: #0368a0;
}

.productviewbox .textbox .swiper {
    width: 100%;

}

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

.productviewbox .textbox .mySwiper2 .swiper-slide img {
    display: block;
    max-width: 46%;
    max-height: 400rem;
    object-fit: cover;
}

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

.productviewbox .textbox .swiper {
    width: 100%;
    height: 300rem;
    margin-left: auto;
    margin-right: auto;
}

.productviewbox .textbox .swiper-slide {
    background-size: cover;
    background-position: center;
}

.productviewbox .textbox .mySwiper2 {
    height: 400rem;
    width: 100%;
    margin: 20rem 0;
    overflow: hidden;
}

.productviewbox .textbox .mySwiper {
    height: 130rem;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 10rem 0; */
    /* border-top: 15rem solid #0368a0; */
    /* background: #000; */
    overflow: hidden;
    margin-top: 32rem;
}

.productviewbox .textbox .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.productviewbox .textbox .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 4rem solid #0368a0;
}

/* product2box */
.product2box {}

.product2box .contentbox {}

.product2box .contentbox .itembox {
    display: flex;
    flex-wrap: wrap;
}

.product2box .contentbox .itembox .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.product2box .contentbox .itembox .item:nth-child(2n) {
    margin-right: 0;
}

.product2box .contentbox .itembox .item .textbox {
    border: 1rem solid #ddd;
    border-top: 0;
    box-sizing: border-box;
    padding: 10rem;
}

.product2box .contentbox .itembox .item .textbox .btnbox {
    display: flex;
    align-items: center;
    margin-top: 14rem;
    font-size: 12rem;
}

.product2box .contentbox .itembox .item .textbox .btnbox img {
    width: 16rem;
}

.product2box .contentbox .itembox .item .textbox .btnbox span {}

.product2box .contentbox .itembox .item .textbox .itemtitle {
    font-size: 13rem;
    transition: all .6s;
    color: #000;
}

.product2box .contentbox .itembox .item .imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 126rem;
}

.product2box .contentbox .itembox .item .imgbox:after {
    content: "";
    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;
}

.product2box .contentbox .itembox .item:hover .imgbox:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.product2box .contentbox .itembox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.product2box .contentbox .itembox .item:hover .imgbox img {
    transform: scale(1.2);
}


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




/* news */

.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: #0368a0;
    color: #fff;
}

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


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

.newsbox .contentbox .newcardbox .item {
    width: 100%;
    margin-right: 2%;
    color: #666;
    margin-bottom: 2%;
    background: #f5f5f5;
    padding: 26rem;
    transition: all .5s;
}

.newsbox .contentbox .newcardbox .item:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0rem 0rem 20rem 0rem rgb(29 56 75 / 20%);
}

.newsbox .contentbox .newcardbox .item .textbox {}

.newsbox .contentbox .newcardbox .item .textbox .text {
    display: -webkit-box;
    font-size: 14rem;
    line-height: 28rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20rem 0;
}

.newsbox .contentbox .newcardbox .item .textbox .btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20rem 0;
    padding-top: 20rem;
    border-top: 1rem solid #6666667d;
}

.newsbox .contentbox .newcardbox .item .textbox .btnbox img {
    width: 22rem;
    filter: invert(1) brightness(0.5);
}

.newsbox .contentbox .newcardbox .item .time {
    font-size: 14rem;
    margin-bottom: 20rem;
}

.newsbox .contentbox .newcardbox .item .itemtitle {
    font-size: 18rem;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox .contentbox .newcardbox .item .imgbox {
    margin: 25rem 0;
    height: 345rem;
}

.newsbox .contentbox .newcardbox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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



/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */

.newsviewbox .footer {
    overflow: hidden;
    position: relative;
    height: 503rem;
    width: 100%;
    margin: auto;
    /* border-radius: 8rem; */
}

.newsviewbox .contentbox .recommendbox a:hover {
    color: #132f8c;
}

.newsviewbox .footer .title {
    font-size: 16rem;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    z-index: 2;
    padding: 7rem 0;
    padding-bottom: 17rem;
    position: relative;
}

.newsviewbox .footer .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13%;
    height: 2rem;
    background: #0368a0;
}

.newsviewbox .footer .waibox .iconbox:hover .title:after {
    background: #fff;
}

.newsviewbox .footer a.text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20rem 0;
    line-height: 26rem;
    font-size: 14rem;
}

.newsviewbox .waibox {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100%;
    /* height: 100%; */
    /*animation: donghua 29s linear infinite alternate;*/
}

.newsviewbox .waibox .bottombox .iconbox {
    margin-bottom: 20rem;
    border-bottom: 1rem solid #fff;
    padding: 10rem;
    padding-bottom: 20rem;
    color: #666;
    font-size: 14rem;
    transition: all .5s;
}

.newsviewbox .waibox .bottombox .iconbox:hover {
    background: #0368a0;
    color: #fff;
}

.newsviewbox .waibox .bottombox .iconbox:hover a {
    color: #fff;
}

.newsviewbox .waibox .bottombox .iconbox a {
    color: #000;
}

.newsviewbox .contentbox {
    display: flex;
    justify-content: space-between;
    margin-top: 50rem;
    flex-direction: column;
}

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

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

.newsviewbox .contentbox .nameheadbox {
    border-bottom: 1rem solid #e6e6e6;
    padding-bottom: 20rem;
}

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

.newsviewbox .contentbox .textbox {
    text-indent: 2rem;
    padding: 20rem 0;
    line-height: 28rem;
    margin-top: 20rem;
    color: #666;
}
.newsviewbox .contentbox .textbox img{
    width:100%;
    height:auto;
}
.newsviewbox .contentbox .content {
    width: 100%;
}

.newsviewbox .contentbox .rightbox {
    width: 100%;
    /* padding-top: 42rem; */
    padding-bottom: 42rem;
    /* position: relative; */
    /* overflow: hidden; */
}

.newsviewbox .contentbox .recommendbox {
    /* border: 4rem solid #66666638; */
    padding: 20rem 20rem;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.newsviewbox .contentbox .recommendbox h2 {
    margin-bottom: 20rem;
    background: #fff;
    padding: 16rem;
    font-weight: normal;
    position: relative;
    display: flex;
    align-items: center;
}

.newsviewbox .contentbox .recommendbox h2:before {
    content: "";
    width: 3rem;
    height: 20rem;
    background: #0368a0;
    display: inline-block;
    margin-right: 12rem;
}

.newsviewbox .contentbox .recommendbox .recommend {
    font-size: 16rem;
    color: #666 !important;
    line-height: 24rem;
    margin-bottom: 10rem;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    border-bottom: 1rem solid #727272;
    padding: 20rem 0;
}

.newsviewbox .contentbox .recommendbox .recommend .aimg {
    height: 200rem;
    display: block;
}


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

.newsviewbox .contentbox .recommendbox a {
    color: #000;
}

.newsviewbox .contentbox .recommendbox .recommend .time {
    margin-top: 10rem;
}

.newsviewbox .contentbox .recommendbox .recommend .title {
    display: block;
    width: 100%;
    /* height: 46rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10rem;
}


/* ÃƒÂ¨Ã‚ÂÃ¢â‚¬ÂÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ */
.contactbox {}

.contactbox .lianxibox {
    display: flex;
    justify-content: space-between;
    border: 1rem solid #00000014;
    a;
    :
    c;
    align-items: center;
    flex-direction: column;
}

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

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



.contactbox .lianxibox .leftbox .line {
    width: 80rem;
    height: 2rem;
    background: #eb242d;
    margin-top: 40rem;
}

.contactbox .lianxibox .leftbox {
    background: url(../image/youshibg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30rem;
    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: #0368a0a6;
    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: 16rem;
    margin-top: 13rem;
    text-align: center;
}

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

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

.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: 33rem;
    font-size: 14rem;
    color: #fff;
}

.contactbox .lianxibox .leftbox .titlebox .title {
    font-size: 28rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5rem;
}

.contactbox .lianxibox .rightbox {
    width: 100%;
}

.nymassagebox {
    /* background: #f5f5f5; */
}

.sm_banner {
    border-bottom: 4rem solid #0368a0;
    position: relative;
    z-index: 10;
    padding-bottom: 30rem;
}

.sm_banner .massagetitle {
    font-size: 28rem;
    font-weight: 600;
    margin-bottom: 15rem;
}

.sm_banner .massagefutitle {
    margin-bottom: 30rem;
}

.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: 100%;
    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: 25%;
    /* background: #ef8865; */
    color: #fff;
    margin-bottom: 0;
    margin: auto;
}

.sm_banner .tywidth .massagebox .line.btnbox input {
    background: #0368a0;
    color: #fff;
    line-height: 50rem;
    font-size: 18rem;
}

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

.sm_banner .tywidth .massagebox .line input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    line-height: 50rem;
    padding: 0 15rem;
    font-size: 16rem;
    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; */
}

.contactbox .mapfatherbox {
    padding-bottom: 0;
}