.tggs .contentbox .w {
    width: 1200rem;
}

.tggs .contentbox .w img {
    max-width: 100%;
}

.dqaddressnav {
    width: 100%;
    /* height: 66rem; */
    background: #fff;
    border-bottom: 1rem solid #e6e6e6;
    /* line-height: 60rem; */
    padding: 10rem 0;
}

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

.dqaddressnav .addressnav .left {
    display: flex;
}

.dqaddressnav .addressnav .left .item {
    margin-left: 18rem;
}

.dqaddressnav .addressnav .left .item a {
    font-size: 16rem;
    padding: 8rem 28rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    transition: all .6s;
    color: #000;
    display: block;
}

.dqaddressnav .addressnav .left .item a:hover {
    background: #db0002;
    color: #fff;
}

.dqaddressnav .addressnav .left .item.active a {
    background: #db0002;
    color: #fff;
}

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

.dqaddressnav .addressnav .right img {
    width: 15rem;
    height: 15rem;
    margin-right: 4rem;
    vertical-align: -2rem;
}


/*ä¸Šä¸‹æŒ‰é’®*/
.sxbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 10rem;
    background: #db0002;
    color: #fff;
    flex-wrap: wrap;
    font-size: 14rem;
}

.sxbtn > div {
    margin: 5rem 0;
}

.sxbtn a {
    color: #fff;
    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-bottom: 30rem;
}
.aboutbox .nyaboutbox .itembox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.aboutbox .nyaboutbox .itembox .zhutitle {
    text-align: left;
    padding-bottom: 0;
}

.aboutbox .nyaboutbox .itembox .zhutitle .futitle {
    transform: translate(0,-50%);
    left: 0;
}

.aboutbox .nyaboutbox .itembox .zhutitle .line {
    margin: 14rem 0;
}
.aboutbox .nyaboutbox .itembox .rightbox {
    width: 100%;
}
.aboutbox .nyaboutbox .itembox .rightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutbox .nyaboutbox .itembox .leftbox {
    width: 100%;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox {
    display: flex;
    justify-content: space-between;
    margin: 26rem 0;
    display: none;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon {
    padding: 10rem 20rem;
    border-left: 1rem solid #6666662b;
    position: relative;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon:after {
    content: "";
    position: absolute;
    left: -2rem;
    top: 8%;
    width: 3rem;
    height: 50%;
    background: #db0002;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon .text {
    font-size: 16rem;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon .text .num {
    font-weight: 600;
    /* display: flex; */
    /* align-items: flex-end; */
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon .text .num span {
    font-size: 45rem;
    /* display: block; */
    margin-right: 5rem;
}

.aboutbox .nyaboutbox .itembox .leftbox .iconbox .icon .text .num i {
    font-style: normal;
    transform: translateY(-165%);
    display: block;
}

.aboutbox .nywenhuabox:before {
            content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(219, 0, 2, 0.6);
        z-index: -1;
}
.aboutbox .nyaboutbox .itembox .leftbox .textbox {
    font-size: 14rem;
    line-height: 28rem;
}

.aboutbox .nyaboutbox .itembox .leftbox .btnbox {
    margin: 20rem 0;
}

.aboutbox .nywenhuabox {
            position: relative;
        background: url(../image/wenhuabg2.jpg) center no-repeat fixed;
        background-size: cover;
        /*padding-bottom: 60rem;*/
        z-index: 1;
}

.aboutbox .nywenhuabox .zhutitle {
    color: #fff;
}

.aboutbox .nywenhuabox .zhutitle .line {}

.aboutbox .nywenhuabox .zhutitle .line div {
    background: #fff;
}

.aboutbox .nywenhuabox .zhutitle span {
    color: #fff;
    text-shadow: 0 0 BLACK;
}

.aboutbox .nywenhuabox .zhutitle .futitle {
    color: #ffffff2b;
}
.aboutbox .nywenhuabox .itembox {
    display: flex;
    justify-content: space-between;
    padding-top: 14rem;
    flex-wrap: wrap;
}
.aboutbox .nywenhuabox .itembox .item {
    width: 49%;
    border-right: 1rem solid #ffffff8c;
    color: #fff;
    transition: all .5s;
    padding: 10rem;
    margin-bottom: 2%;
}

.aboutbox .nywenhuabox .itembox .item:hover {
    background: #db0002;
}

.aboutbox .nywenhuabox .itembox .item .itemtitle {
    font-size: 18rem;
    font-weight: 600;
    margin: 12rem 0;
}

.aboutbox .nywenhuabox .itembox .item:nth-child(2n) {
    border-right: 0;
}
.aboutbox .nywenhuabox .itembox .item .itemtitle {}
.aboutbox .nywenhuabox .itembox .item .textbox {
    font-size: 14rem;
    line-height: 28rem;
}

.nyaddshow {
    position: relative;
    margin-top: 40rem;
    overflow: hidden;
}

.nyaddshow .abadpagin {
    display: flex;
    justify-content: flex-start;
    width: 1200rem;
    box-shadow: 2rem 5rem 10rem #db0002b5;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    background: #fff;
}

.nyaddshow .abadpagin img {
    width: 22rem;
    margin-right: 10rem;
    filter: brightness(0);
}

.nyaddshow .abadpagin p {
    display: flex;
    align-items: center;
    padding: 10rem 30rem;
    width: 14.3%;
    transition: 0.5s ease;
    cursor: pointer;
    line-height: 60rem;
    font-size: 16rem;
    background: #8080800a;
}

.nyaddshow .abadpagin p:hover img,
.nyaddshow .abadpagin p.active img {
    filter: brightness(1);
}

.nyaddshow .abadpagin p:hover,
.nyaddshow .abadpagin p.active {
    background: #db0002;
    color: #fff;
}

.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: #db0002;
    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;
}


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

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

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

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

.contentbox .classnavitembox .classnavbox .navbox-news{
    display: none;
}

.contentbox .classnavitembox .classnavbox .navbox-contact{
    display: none;
}


.contentbox .classnavitembox .classnavbox .navbox {
    margin-bottom: 20rem;
    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;
    font-size: 14rem;
    border-bottom: 1rem solid #eee;
}

.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 {
    color: #db0002;
}

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

.contentbox .classnavitembox .classnavbox .navbox .navboxhead {
    display: flex;
    align-items: center;
    background: #db0002;
    padding: 15rem 10rem;
    position: relative;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead::after {
    content: "";
    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(0);
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .ibox {
    position: absolute;
    left: -5rem;
    top: 50%;
    font-style: normal;
    font-size: 67rem;
    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: 16rem;
    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.2%; */
}

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

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

.productbox .contentbox .classnavitembox .hybox .card .img {
    width: 100%;
    height: 175rem;
}

.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: 12rem 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: 6rem 30rem;
}

.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 {}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */

.productviewbox .contentbox {
    font-size: 18rem;
}

.nyprodetailshow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.nyprodetailshow .left {
    width: 100%;
    /* margin: 30rem 0; */
    overflow: hidden;
    border: 1rem solid #eeeeee;
    padding: 8rem;
}

.nyprodetailshow .left .swiper {
    width: 100%;

}

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

.nyprodetailshow .left .mySwiper2 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.nyprodetailshow .left .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.nyprodetailshow .left .swiper-slide {
    background-size: cover;
    background-position: center;
}

.nyprodetailshow .left .mySwiper2 {
    height: auto;
    width: 100%;
    /* margin: 20rem 0; */
    overflow: hidden;
}

.nyprodetailshow .left .mySwiper {
    height: auto;
    overflow: hidden;
    margin-top: 26rem;
    /* padding: 0 55rem; */
    position: initial;
}

.nyprodetailshow .left .mySwiper .swiper-wrapper {
    /* overflow: hidden; */
    z-index: 5;
}

.nyprodetailshow .left .bottombox {
    position: relative;
    padding: 0rem 43rem;
}

.nyprodetailshow .left .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.nyprodetailshow .left .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2rem solid #db0002;
}

.nyprodetailshow .left .btnbox {
    position: absolute;
    display: flex;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.nyprodetailshow .left .btnbox .swiper-button-next {
    width: 35rem;
    height: 35rem;
    /* border-radius: 50%; */
    margin: 0;
    background: url(../images/icon_t0.png) center no-repeat;
    background-size: cover;
    /* background-color: #016dd0; */
}

.nyprodetailshow .left .btnbox .swiper-button-prev {
    width: 35rem;
    height: 35rem;
    /* border-radius: 50%; */
    margin: 0;
    background-image: url(../images/icon_t0.png);
    /* transform: rotate(180deg); */
    background-size: cover;
}

.nyprodetailshow .left .btnbox>div:after {
    content: "";
}

.nyprodetailshow .left .btnbox>div {
    position: initial;
}



.nyprodetailshow .left .pic-box {
    width: 100%;
    height: 450rem;
}

.nyprodetailshow .right {
    width: 100%;
    padding: 16rem;
    position: relative;
    background: #db000257;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nyprodetailshow .right .fenleiname {
    margin: 15rem 0;
    font-size: 15rem;
    color: #db0002;
    font-weight: 600;
    line-height: 26rem;
}

.nyprodetailshow .right .fenleiname span {
    color: #333;
    font-weight: normal;
}

.nyprodetailshow .right .phone {
    margin-bottom: 28rem;
    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;
}

.nyprodetailshow .right .phone img {
    width: 30rem;
    margin-right: 8rem;
    /* background: #db0002; */
    border-radius: 50%;
}

.nyprodetailshow .right .phone span {
    font-size: 16rem;
    font-weight: 600;
    color: #db0002;
}

.nyprodetailshow .right .btnbox {
    display: flex;
    align-items: center;
}

.nyprodetailshow .right .btnbox a.read {
    width: auto;
    margin-right: 24rem;
}

.nyprodetailshow .right .btnbox a.read img {
    margin-left: 25rem;
}

.nyprodetailshow .right .shorttext {
    font-size: 14rem;
    line-height: 26rem;
    /* margin-bottom: 50rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.nyprodetailshow .right .shorttext img {
    max-width: 100%;
    height: auto !important;
}

.nyprodetailshow .right .shorttext>a {
    margin-top: 30rem;
    display: block;
    color: #f83030;
    font-size: 18rem;
    animation: linkbling 1.5s alternate infinite ease;
}

.nyprodetailshow .right .shorttext>a:hover {
    animation: none;
}

@keyframes linkbling {
    from {
        transform: translateY(0rem);
        color: #000
    }

    to {
        transform: translateY(-5rem)
    }
}

.nyprodetailshow .right .shorttext .subtit {
    font-size: 26rem;
    font-weight: bold;
    margin-bottom: 10rem;
    display: block;
    color: #369d16;
    position: relative;
    padding-left: 30rem;
}

.nyprodetailshow .right .shorttext .subtit:before {
    position: absolute;
    width: 15rem;
    height: 15rem;
    background: #db0002;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    content: '';
}

.nyprodetailshow .right .arttit {
    font-size: 18rem;
    margin-bottom: 12rem;
    padding-left: 18rem;
    font-weight: 900;
    position: relative;
    color: #db0002;
}

.nyprodetailshow .right .arttit span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12rem;
    background: #bc2d2f;
    height: 12rem;
    /* border-radius: 50%; */
    transform: translateY(-50%);
}

.nyprodetailshow .right>p {
    font-size: 18rem;
}

.nyprodetailshow .right .contact {
    height: 70rem;
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nyprodetailshow .right .contact a {
    background: #db0002;
    width: 150rem;
    line-height: 50rem;
    text-align: center;
    color: #fff;
    font-size: 16rem;
    border-radius: 5rem
}

.nyprodetailshow .right .contact a:hover {
    background: #fb9e2c
}

.nyprodetailshow .contact .phone {
    width: 250rem;
    display: flex;
    align-items: center;
}

.nyprodetailshow .contact .phone .pic-box {
    width: 60rem;
    height: 100%;
    margin-right: 20rem;
}

.nyprodetailshow .contact .phone p {
    font-size: 25rem;
    line-height: 35rem;
}

.nyprodetailshow .detailtext {
    width: 100%;
    margin-top: 20rem;
}

.nyprodetailshow .detailtext tr,
.nyprodetailshow .detailtext td {
    border: 1rem #6666664a solid;
    border-width: 2rem !important;
    text-align: center;
    padding: 10rem 0;
}

.nyprodetailshow .detailtext td {
    line-height: 30rem;
    font-size: 18rem;
    text-align: left;
    padding-left: 20rem !important;
}

.nyprodetailshow .detailtext td:nth-child(1) {
    width: 11%;
    /* background: #db0002eb; */
    color: #000;
}

.nyprodetailshow .detailtext td:nth-child(2) {
    width: 13%;
}

.nyprodetailshow .detailtext td:nth-child(3) {
    width: 11%;
}

.nyprodetailshow .detailtext td:nth-child(4) {
    width: 13%;
}

.nyprodetailshow .detailtext td:nth-child(5) {
    width: 15.8%;
}

.nyprodetailshow .detailtext td:nth-child(6) {
    width: 14.1%;
}

.nyprodetailshow .detailtext td:nth-child(7) {
    width: 14.1%;
}

.nyprodetailshow .detailtext td * {
    font-size: 18rem;
    !;
}

.nyprodetailshow .detailtext table {
    border: 1rem #d2d2d2 solid;
    width: 100%;
    border-collapse: collapse;
    margin: 30rem 0;
}

.nyprodetailshow .detailtext tr:nth-child(even) {
    background: #eee;
}

.nyprodetailshow .detailtext>div {
    font-size: 14rem;
    padding: 20rem 0;
    line-height: 28rem;
}

.nyprodetailshow .detailtext>div img {
    width: auto !important;

    height: auto !important;
    margin: auto !important;

    display: block;
    margin-bottom: 20rem !important;

}

.nyprodetailshow .detailtext .tit {
    font-size: 20rem;
    width: 100%;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.nyprodetailshow .detailtext .tit span {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #db0002;
    color: #fff;
    padding: 12rem 30rem;
    padding-left: 42rem;
}

.nyprodetailshow .detailtext .tit:before {
    position: absolute;
    width: 15rem;
    height: 15rem;
    content: '';
    top: 50%;
    left: 14rem;
    background: #bc2d2f;
    /* border-radius: 50%; */
    transform: translateY(-50%);
    z-index: 5;
}
.nyswiper {
    width: 100%;
}
.nyswiper .morepro {
	width: 100%;
	position: relative;
	/* margin-top: 30rem; */
	overflow: hidden;
	padding: 2rem;
}
.nyswiper .morepro .card {
    width: 32%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 1%;
    box-shadow: 0rem 0rem 5rem #00000021;
    padding: 2rem 0rem;
    transition: all .6s;
}

.nyswiper .morepro .card:hover {
    box-shadow: 0rem 2rem 10rem 0rem rgba(26, 73, 138, 0.2);
    color: #db0002;
}

.nyswiper .morepro .card .img {
    width: 100%;
    height: 171rem;
}

.nyswiper .morepro .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nyswiper .morepro .card .textbox {
    text-align: center;
}

.nyswiper .morepro .card .textbox .title {
    font-size: 16rem;
    margin: 14rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nyswiper .morepro .card .textbox .btn {
    display: flex;
    justify-content: center;
}

.nyswiper .morepro .card .textbox .btn a {
    padding: 8rem 30rem;
}

.nyswiper .morepro .card:nth-child(3n) {
    margin-right: 0;
}


/*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 .recommendbox {
    border: 8rem solid #f0f0f0;
    padding: 20rem 20rem;
    display: flex;
    flex-wrap: wrap;
}

.productviewbox3 .contentbox .recommendbox .recommend {
    display: block;
    cursor: pointer;
    font-size: 16rem;
    color: #666 !important;
    line-height: 24rem;
    margin-bottom: 10rem;
    height: 316rem;
    overflow: hidden;
    transition: all .3s ease;
    border-bottom: 1rem solid #727272;
    /* padding: 20rem 0; */
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0rem 0rem 2rem #ff00009e;
    padding-bottom: 0;
}

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

.productviewbox3 .contentbox .recommendbox .recommend .aimg {
    display: block;
    width: 100%;
    height: 86%;
    overflow: hidden;
}

.productviewbox3 .contentbox .recommendbox .recommend .aimg>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.productviewbox3 .contentbox .recommendbox .recommend .aimg>img:hover {
    transform: scale(1.2);
}

.productviewbox3 .contentbox .recommendbox a {
    color: #666;
}

.productviewbox3 .contentbox .recommendbox .recommend .time {
    margin-top: 10rem;
    display: none;
}

.productviewbox3 .contentbox .recommendbox .recommend .title {
    display: block;
    width: 100%;
    height: 14%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 10rem; */
    text-align: center;
    background: red;
    color: #fff;
    font-size: 20rem;
    padding: 8rem 0;
}

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

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

.product2box .contentbox .classnavbox {
}

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

.product2box .contentbox .classnav a.active {
    background: #db0002;
    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: #db0002;
    color: #fff;
}

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


.newsbox .contentbox .newcardbox .card {
    width: 49%;
    border: 1rem solid #ddd;
    margin-bottom: 2%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    padding: 10rem;
    background: #fff;
    /* border-radius: 7rem; */
    flex-direction: column;
}

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

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

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

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

.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: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16rem;
}

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

.newsbox .contentbox .newcardbox .card .time img {
    width: 16rem;
    margin-right: 6rem;
}

.newsbox .contentbox .newcardbox .card:hover  .time {
}





.newsbox .contentbox .newcardbox .card .textbox .title {
    font-size: 14rem;
    color: #000;
    font-weight: 600;
}

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

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




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

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

.newsviewbox .contentbox .content .title {
    text-align: left;
    font-size: 16rem;
}

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

.newsviewbox .contentbox .fabutime > div {
    display: flex;
    align-items: center;
    margin-right: 14rem;
}

.newsviewbox .contentbox .fabutime > div img {
    width: 16rem;
    margin-right: 6rem;
}

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

.newsviewbox .contentbox .textbox {
    /* text-indent: 2rem; */
    padding: 14rem 0;
    line-height: 28rem;
    color: #666;
    font-size: 14rem;
}

.newsviewbox .contentbox .textbox video{
    width: 100%;
    height: auto;
}

.newsviewbox .contentbox .content {
    width: 100%;
}

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

.newsviewbox .contentbox .recommendbox {
    /* border: 8rem solid #f0f0f0; */
    /* padding: 20rem 20rem; */
}

.newsviewbox .contentbox .recommendbox>h2 {
    margin-bottom: 23rem;
}

.newsviewbox .contentbox .recommendbox .recommend {
    font-size: 18rem;
    color: #666 !important;
    line-height: 24rem;
    /* margin-bottom: 10rem; */
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    /* border-bottom: 1rem solid #727272; */
    padding: 15rem 10rem;
    display: flex;
    justify-content: space-between;
}

.newsviewbox .contentbox .recommendbox .recommend:nth-child(2n) {
    background: #f6f7fb;
}

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


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

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

.newsviewbox .contentbox .recommendbox .recommend .time {
    font-size: 16rem;
}

.newsviewbox .contentbox .recommendbox .recommend .title {
    display: flex;
    width: 81%;
    /* height: 46rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}


/* è”ç³»æˆ‘ä»¬ */

.contactbox {
}

.contactbox .nycontactshow .itembox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30rem;
	/* box-shadow: 0rem 0rem 5rem #00000052; */
	overflow: hidden;
	color: #fff;
	position: relative;
	width: 100%;
	flex-direction: column;
}

.contactbox .nycontactshow {
    background: url(../image/aboutbg.jpg) center no-repeat fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.contactbox .nycontactshow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .2;
}



.contactbox .nycontactshow .itembox .imgbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450rem;
    overflow: hidden;
    height: 100%;
    display: none;
}

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

.contactbox .nycontactshow .itembox .leftbox {
    width: 100%;
}


.contactbox .nycontactshow .itembox .iconimg {
    width: 24rem;
    margin-right: 12rem;
}

.contactbox .nycontactshow .itembox .rightbox {
    width: 100%;
    background: #db00029e;
    padding: 12rem;
}

.contactbox .nycontactshow .itembox .rightbox .logo {
    width: 100%;
}

.contactbox .nycontactshow .itembox .rightbox .logo img {
    width: 22%;
}

.contactbox .nycontactshow .itembox .rightbox .ewmbox {
    display: flex;
    margin-top: 22rem;
}

.contactbox .nycontactshow .itembox .rightbox .ewmbox .item {
    margin-right: 40rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.contactbox .nycontactshow .itembox .rightbox .ewmbox .item .itemtitle {
    font-size: 16rem;
    margin-top: 10rem;
    color: #fff;
    text-align: center;
}

.contactbox .nycontactshow .itembox .rightbox .ewmbox .item img {
    width: 130rem;
}

.contactbox .nycontactshow .itembox .rightbox .gstitle {
    margin: 12rem 0;
    font-size: 18rem;
    font-weight: 600;
}

.contactbox .nycontactshow .itembox .rightbox .lianxifangshi {
    padding-top: 10rem;
}

.contactbox .nycontactshow .itembox .rightbox .lianxifangshi .item {
    display: flex;
    align-items: center;
    font-size: 16rem;
    margin-bottom: 18rem;
}

.contactbox .nycontactshow .itembox .rightbox .lianxifangshi .item a {
    color: #fff;
}



.contactbox .messagebox {padding-bottom: 20rem;}

.contactbox .messagebox .w>p {}

.contactbox .messagebox .formbox {
    background: #fff;
}

.contactbox .messagebox .formbox form {
    display: flex;
    flex-wrap: wrap;
}

.contactbox .messagebox .formbox form .line {
    width: 32%;
    margin-bottom: 7rem;
    margin-right: 7rem;
}

.contactbox .messagebox .formbox form .line:nth-child(3) {
    margin-right: 0;
}

.contactbox .messagebox .formbox form .line.linebtn {
    width: 100%;
    margin-right: 0;
}

.contactbox .messagebox .formbox form .line.linebtn input {
    background: #db0002;
    color: #fff;
    padding: 20rem;
    font-size: 16rem;
    border-radius: 5rem;
    cursor: pointer;
}

.contactbox .messagebox .formbox form .line.linemessage textarea {
    width: 100%;
    height: 100rem;
    font-family: auto;
}

.contactbox .messagebox .formbox form .line.linemessage {
    width: 100%;
    margin-right: 0;
}

.contactbox .messagebox .formbox form .line>div {
    width: 100%;
}

.contactbox .messagebox .formbox form .line>div.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.contactbox .messagebox .formbox form .line>div.btn input {
    width: max-content;
    line-height: initial;
    height: auto;
    padding: 10rem 46rem;
    border-radius: 0 !important;
}

.contactbox .messagebox .formbox form .line>div input,
.contactbox .messagebox .formbox form .line textarea {
    width: 100%;
    outline: none;
    border: 1rem #ddd solid;
    height: auto;
    padding: 10rem 5rem;
    /* border-radius: 5rem !important; */
    background: #5353531c;
    font-size: 12rem;
}

.contactbox .messagebox .zhutitle {
    /* padding-bottom: 40rem; */
    margin-bottom: 0;
}

.contactbox .messagebox .zhutitle .futitle {
}

.nynewsbox {}
.nynewsbox .itembox{
    display: flex;
    justify-content: space-between;
}



.nynewsbox .itembox .leftbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nynewsbox .itembox .leftbox .item {
    width: 49%;
    position: relative;
    box-shadow: 0rem 0rem 5rem #00000021;
    transition: all .5s;
}

.nynewsbox .itembox .leftbox .item:last-child {
    display: none;
}

.nynewsbox .itembox .leftbox .item:hover {
    box-shadow: 0 23rem 30rem -5rem rgb(0 0 0 / 20%);
}

.nynewsbox .itembox .leftbox .item .textbox {
    padding: 10rem;
}

.nynewsbox .itembox .leftbox .item .textbox .itemtitle {
    font-size: 16rem;
    color: #000;
    margin-bottom: 7rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}

.nynewsbox .itembox .leftbox .item:hover .textbox .itemtitle {
    color: #db0002;
}

.nynewsbox .itembox .leftbox .item .textbox .itemtext {
    font-size: 12rem;
    line-height: 20rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nynewsbox .itembox .leftbox .item .itemtime {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #db00029e;
    font-size: 14rem;
    transition: all .6s;
    color: #fff;
    padding: 8rem;
}

.nynewsbox .itembox .leftbox .item .itemtime .day {
    font-size: 18rem;
    font-weight: 600;
}

.nynewsbox .itembox .leftbox .item .imgbox {
    width: 100%;
    height: 175rem;
}

.nynewsbox .itembox .leftbox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
