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

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

.dqaddressnav {
    position: relative;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
}

.dqaddressnav .nynavbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 150%;
}

.dqaddressnav .dingweibox {
    display: flex;
    align-items: center;
    font-size: 16rem;
    padding: 18rem 0;
    color: #666;
}

.dqaddressnav .dingweibox img {
    width: 18rem;
    vertical-align: -2rem;
    margin-right: 4rem;
}

.dqaddressnav .dingweibox a {
    font-size: 16rem;
    margin: 0 6rem;
}

.dqaddressnav .addressnav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16rem;
    background: #fff;
    border-radius: 50rem;
    box-shadow: 0rem 0rem 5rem #00000030;
    min-width: 60%;
    padding: 10rem 0;
    width: fit-content;
    margin: auto;
}

.dqaddressnav .addressnav .item a {}

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

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

.dqaddressnav .addressnav a {
    font-size: 16rem;
    color: #000;
    padding: 10rem 15rem;
    display: flex;
    transition: all .6s;
    border-radius: 54rem;
}

.dqaddressnav .addressnav a.active,
.dqaddressnav .addressnav a:hover {
    background: #e0222a;
    color: #fff;
}

.dqaddressnav .addressnav .item {
    margin: 0 30rem;
}

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


/*ä¸Šä¸‹æŒ‰é’®*/
.sxbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30rem 10rem;
}

/*å†…é¡µå¤§å›¾*/
/* 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 {}

.nyaboutbox {
    position: relative;
    /* background: url(../image/nyaboutbg.png) no-repeat left bottom; */
    background-size: 60% auto;
}

.nyaboutbox .nyaboutcontentbox {
    display: flex;
    flex-wrap: wrap;
}

.nyaboutbox .nyaboutcontentbox .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
    width: 40%;
}

.nyaboutbox .nyaboutcontentbox .imgbox img {
    width: 100%;
}

.nyaboutbox .nyaboutcontentbox .textbox {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.nyaboutbox .nyaboutcontentbox .textbox .leftbox {
    display: flex;
    flex-direction: column;
}

.nyaboutbox .nyaboutcontentbox .zhutitle {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.nyaboutbox .nyaboutcontentbox .textbox .rightbox {
    width: 63%;
    background: #fff;
    box-shadow: 0rem 0rem 5rem #00000024;
    padding: 40rem;
    margin-top: 3%;
    font-size: 16rem;
    line-height: 32rem;
    border-top-left-radius: 40rem;
    border-bottom-right-radius: 40rem;
}

.nyaboutbox .nyaboutcontentbox .textbox .rightbox .name {
    font-size: 20rem;
    font-weight: 600;
    margin-bottom: 10rem;
    color: #e0222a;
}

.nyaboutbox .nyaboutcontentbox .textbox .leftbox .title {
    font-size: 100rem;
    text-stroke: 1rem #e0222a;
    -webkit-text-stroke: 1rem #e0222a;
    color: transparent;
    margin-top: 30%;
}


.nytuanduibox {}

.nytuanduibox .zhutitle {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.marquee-container-left {
    width: 100%;
    overflow: hidden;
    /* height: 400rem; */
    position: relative;
    padding-bottom: 10rem;
}

.marquee-container-left .marquee-track {
    display: inline-flex;
    /* position: absolute; */
    /* gap: 20rem; */
    will-change: transform;
}

.marquee-container-right {
    width: 100%;
    overflow: hidden;
    /* height: 431rem; */
    position: relative;
    margin-bottom: 40rem;
    padding: 5rem 0;
}

.marquee-container-right .marquee-track {
    display: inline-flex;
    /* position: absolute; */
    /* gap: 20rem; */
    will-change: transform;
}

.marquee-item {
    flex-shrink: 0;
    background: #f0f0f0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transition: width 0.3s;
    flex-direction: column;
    padding: 32rem 36rem;
    border-radius: 10rem;
    background: #f1f5ff;
    border: 1rem solid #66666638;
}

.marquee-item .wenanbox {
    margin: 21rem 0;
    line-height: 28rem;
    color: #000;
    font-size: 16rem;
}

.marquee-item .pinfenbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.marquee-item .pinfenbox span {
    display: block;
    background: #e0222a;
    margin-right: 10rem;
    border-radius: 3rem;
    padding: 4rem;
}

.marquee-item .pinfenbox span img {
    width: 22rem;
}

.marquee-item .itemhead {
    display: flex;
    align-items: center;
}

.marquee-item .itemhead .textbox {
    display: flex;
    flex-direction: column;
}

.marquee-item .itemhead .textbox .name {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20rem;
    margin-top: 5rem;
    flex-wrap: wrap;
}

.marquee-item .itemhead .textbox .name span {
    font-size: 14rem;
    color: #666;
    font-weight: normal;
}

.marquee-item .itemhead .imgbox {
    /* width: 100rem; */
    /* height: 100rem; */
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    margin-right: 18rem;
    padding: 14rem;
    overflow: hidden;
}

.marquee-item .itemhead .imgbox img {
    width: 60rem;
    height: 60rem;
    object-fit: scale-down;
}

/* advantagebox */
.aboutbox .youshipagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    /* overflow: hidden; */
}

.aboutbox .youshipagin .swiper-wrapper {
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
}

.aboutbox .advantagebox {
    /* background: url(../image/youshibg.jpg) center no-repeat fixed; */
    background-size: cover;
    height: 900rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
}

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

.aboutbox .advantagebox .zhutitle {
    color: #fff;
    padding-bottom: 20rem;
}

.aboutbox .advantagebox .zhutitle .futitle {
    color: #fff;
}

.aboutbox .advantagebox .advantage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutbox .advantagebox .advantage .left {
    width: 56%;
}

.aboutbox .advantagebox .advantage .right {
    width: 26%;
    display: flex;
    flex-direction: column;
}

.aboutbox .advantagebox .advantage .right .listbox .list {
    display: flex;
    align-items: center;
    background: #ecf9ff;
    margin-bottom: 20rem;
    position: relative;
    padding: 22rem;
    border-radius: 6rem;
    border: 1rem solid #fda517;
    cursor: pointer;
    transition: all .6s;
    color: #e0222a;
}

.aboutbox .advantagebox .advantage .right .listbox .list:hover {
    background: #e0222a;
    color: #fff;
}

.aboutbox .advantagebox .advantage .right .listbox .list img {
    width: 50rem;
    margin: 0 20rem;
    margin-left: 10rem;
}

.aboutbox .advantagebox .advantage .right .listbox .list:hover img {
    filter: brightness(200);
}

.aboutbox .advantagebox .advantage .right .listbox .list .title h1 {
    font-size: 26rem;
    margin-bottom: 6rem;
}

.aboutbox .advantagebox .advantage .right .listbox .list .title p {
    font-family: fangsong;
    font-size: 18rem;
}

.aboutbox .advantagebox .advantage .right .listbox .list>span {
    position: absolute;
    left: -22rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(181deg, #e0222ade, #e0222a9e);
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    z-index: 0;
    color: #fff;
    border: 1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutbox .advantagebox .advantage .right .listbox.active {
    display: block;
}

.aboutbox .advantagebox .advantage .left .listbox {
    display: none;
    animation: myfadeleft 1s;
}

.aboutbox .advantagebox .advantage .left .listbox .title {
    color: #fff;
    font-size: 18rem;
    font-family: fangsong;
}

.aboutbox .advantagebox .advantage .left .listbox .title h1 {
    font-size: 34rem;
    font-family: auto;
}

.aboutbox .advantagebox .advantage .left .listbox .text {
    color: #fff;
    font-size: 18rem;
    line-height: 40rem;
    margin-top: 40rem;
}

.aboutbox .advantagebox .advantage .left .listbox .lianxibox {
    margin-top: 60rem;
    display: flex;
    align-items: center;
    color: #e0222a;
    font-size: 26rem;
    background: #fff;
    border-radius: 50rem;
    height: 55rem;
    width: 50%;
}

.aboutbox .advantagebox .advantage .left .listbox .lianxibox>img {
    width: 33rem;
    margin: 0 20rem;
}

.aboutbox .advantagebox .advantage .left .listbox.active {
    display: block;
}

.aboutbox .advantage {}

.nyliuchengbox {
    padding-top: 0;
}


/* 蹇呰甯冨眬鏍峰紡css */
.nyliuchengbox .i-process .list {
    background: #fff url("../image/line.png") no-repeat center;
    margin: 0 auto;
    width: 100%;
    height: 334rem;
    font-size: 18rem;
}

.nyliuchengbox .fl {
    float: left;
    display: inline;
}

.nyliuchengbox .fr {
    float: right;
    display: inline;
}

.nyliuchengbox .por {
    position: relative;
}

.nyliuchengbox .poa {
    position: absolute;
}

.nyliuchengbox .flow,
.nyliuchengbox .cooperation {
    background-color: #fff;
}

.nyliuchengbox .flow {
    /* height: 685rem; */
    text-align: center;
}

.nyliuchengbox .fp-tableCell {}

.nyliuchengbox .title {
    padding: 60rem 0 80rem 0;
}

.nyliuchengbox .title-text {
    position: relative;
    padding-bottom: 20rem;
    font-size: 34rem;
    color: #666666;
    font-weight: normal;
}

.nyliuchengbox .title-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110rem;
    height: 6rem;
    margin-left: -52rem;
    background-color: #43cdab;
}

.nyliuchengbox .title-description {
    margin-top: 40rem;
    color: #b0b0b0;
}

.nyliuchengbox .title-description {
    margin-top: 30rem;
}

.nyliuchengbox .inner-item {
    margin: 0 auto;
    position: relative;
}

.nyliuchengbox .i-process {
    position: relative;
    margin: 0 auto;
}

.nyliuchengbox .i-process .hold {
    width: 1106rem;
    height: 352rem;
    margin: 0 auto;
}

.nyliuchengbox .i-process .btn {
    width: 100rem;
    /* height: 150rem; */
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50rem);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nyliuchengbox .i-process .btn.cur {
    color: #e0222a;
    font-weight: 600;
}

.nyliuchengbox .i-process .btn:nth-child(1) {
    left: 143rem;
    top: 98rem;
}

.nyliuchengbox .i-process .btn:nth-child(2) {
    left: 380rem;
    top: 43rem;
}

.nyliuchengbox .i-process .btn:nth-child(3) {
    left: 612rem;
    top: 111rem;
}

.nyliuchengbox .i-process .btn:nth-child(4) {
    left: 838rem;
    top: 14rem;
}

.nyliuchengbox .i-process .btn:nth-child(5) {
    left: 1081rem;
    top: 138rem;
}

.nyliuchengbox .i-process .btn:nth-child(6) {
    left: 1324rem;
    top: 8rem;
}

.nyliuchengbox .i-process .btn:nth-child(7) {
    left: 957rem;
    top: 148rem;
}

.nyliuchengbox .i-process .btn:nth-child(8) {
    left: 1087rem;
    top: 58rem;
}

.nyliuchengbox .i-process .btn .light {
    float: left;
    width: 10rem;
    height: 10rem;
    border-radius: 5rem;
    background: #fff;
    margin: 12rem 29rem;
}

.nyliuchengbox .i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5rem;
    top: -5rem;
    z-index: -1;
    width: 20rem;
    height: 20rem;
    border-radius: 10rem;
    background: #e0222a;
    opacity: 0.3;
}

.nyliuchengbox .i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.nyliuchengbox .i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.nyliuchengbox .i-process .btn .circle {
    width: 100rem;
    height: 100rem;
    border-radius: 50%;
    background: #edeff1;
    margin: 12rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

.nyliuchengbox .i-process .btn .circle img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    filter: brightness(0.2);
}

.nyliuchengbox .i-process .btn.cur .circle img {
    filter: none;
}

.nyliuchengbox .i-process .btn.cur .circle {
    background: #e0222a;
}

.nyliuchengbox .i-process .btn .circle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../image/bg_sign06.png) no-repeat; */
    transform: translateX(-50%);
    display: none;
}

.nyliuchengbox .i-process .btn.cur .circle:after {
    background-position: 0 -68rem;
}

.nyliuchengbox .i-process .btn:nth-child(2) .circle:after {
    background-image: url(../image/bg_sign07.png);
}

.nyliuchengbox .i-process .btn:nth-child(3) .circle:after {
    background-image: url(../image/bg_sign08.png);
}

.nyliuchengbox .i-process .btn:nth-child(4) .circle:after {
    background-image: url(../image/bg_sign09.png);
}

.nyliuchengbox .i-process .btn:nth-child(5) .circle:after {
    background-image: url(../image/bg_sign10.png);
}

.nyliuchengbox .i-process .btn:nth-child(6) .circle:after {
    background-image: url(../image/bg_sign11.png);
}

.nyliuchengbox .i-process .btn:nth-child(7) .circle:after {
    background-image: url(../image/bg_sign12.png);
}

.nyliuchengbox .i-process .btn:nth-child(8) .circle:after {
    background-image: url(../image/bg_sign13.png);
}

.nyliuchengbox .i-process {
    /* height: 350rem; */
}

.nyliuchengbox .w-f {
    width: 100%;
}

.nyliuchengbox .h-f {
    height: 100%;
}

.nyliuchengbox .fwn {
    font-weight: normal;
}

.nyliuchengbox .tac {
    text-align: center;
}

.nyliuchengbox .t-f {
    transition: all 0.5s;
}

.nyliuchengbox .t-c {
    transition: color 0.5s;
}

.nyliuchengbox .t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}


/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ */

.zhutitle .futitle {
    font-family: auto;
    font-size: 40rem;
    /* text-align: center; */
    width: 100%;
    color: #666;
    margin-top: 26rem;
    font-weight: normal;
    text-shadow: none;
}



.zhutitle {
    font-size: 52rem;
    padding-bottom: 50rem;
    /* text-align: center; */
    width: 100%;
    font-weight: 700;
    color: #e0222a;
    /* padding-bottom: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

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

.nyaddshow .abadpagin {
    display: flex;
    justify-content: flex-start;
    width: 1200rem;
    box-shadow: 2rem 5rem 10rem #e0222ab5;
    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: #e0222a;
    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: #e0222a;
    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 {
    /* 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: #e0222a;
    color: #fff;
}

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

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

.productbox .contentbox .titlebox .btbox {
    margin-right: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    width: auto;
    float: none;
    font-family: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ;
    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: #e0222a;
}

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

.productbox .contentbox .hybox {
    display: flex;
    flex-wrap: wrap;
    margin: 50rem 0;
}

.productbox .contentbox .hybox .item {
    width: 23.5%;
    margin-right: 2%;
}

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

.productbox .contentbox .hybox .item .img {
    width: 100%;
    height: 200rem;
}

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

.productbox .contentbox .hybox .card-title {
    color: #262626;
    font-size: 1.5em;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.productbox .contentbox .hybox .small-desc {
    font-size: 16rem;
    color: #000;
    white-space: nowrap;
    display: flex;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
    margin-bottom: 10rem;
    font-size: 22rem;
}

.productbox .contentbox .hybox .card .miaoshubox {
    margin: 14rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21rem;
}

.productbox .contentbox .hybox .card:hover .miaoshubox {
    color: #fff;
}

.productbox .contentbox .hybox .small-desc {}

.productbox .contentbox .hybox .card:hover .small-desc {
    color: #fff;
}

.productbox .contentbox .hybox .go-corner {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #f6f7fb;
    /* border-radius: 6rem; */
    transition: all .6s;
    flex-direction: column;
    justify-content: center;
    padding: 23rem 30rem;
    font-size: 16rem;
    line-height: 30rem;
    height: 146rem;
}

.productbox .contentbox .hybox .go-arrow {
    display: flex;
    color: #e0222a;
    font-size: 16rem;
    align-items: center;
}

.productbox .contentbox .hybox .card:hover .go-arrow {
    color: #fff;
}

.productbox .contentbox .hybox .go-arrow .btnimg {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background: #e0222a;
    margin-right: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}

.productbox .contentbox .hybox .card:hover .go-arrow .btnimg {
    background: #fff;
}

.productbox .contentbox .hybox .card:hover .go-arrow .btnimg img {
    filter: none;
}

.productbox .contentbox .hybox .card .go-arrow .btnimg img {
    width: 24rem;
    height: 24rem;
    filter: brightness(200);
}

.productbox .contentbox .hybox .card {
    display: block;
    position: relative;
    width: 32%;
    /* background-color: #f2f8f9; */
    border-radius: 7rem;
    /* padding: 20rem 16rem; */
    margin-right: 2%;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    /* background: #e0222a57; */
    cursor: pointer;
    margin-bottom: 2%;
    /* height: 500rem; */
    box-shadow: 0rem 0rem 6rem #00000045;
}

.productbox .contentbox .hybox .card .btn span {
    margin-right: 7rem;
}

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

.productbox .contentbox .hybox .card .img {
    display: block;
    width: 100%;
    height: 340rem;
    position: relative;
    overflow: hidden;
}

.productbox .contentbox .hybox .card .rmcp {
    position: absolute;
    top: 0;
    right: 0;
    background: #e0222a;
    color: #fff;
    padding: 10rem 34rem;
}

.productbox .contentbox .hybox .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .6s;
}

.productbox.productcasebox .contentbox .hybox .card .img img {
    height: auto;
    transition: all .7s;
}

.product3-1box.productbox .contentbox .hybox .card .img img {
    height: auto;
    transition: all .7s;
}

.product3-1box.productbox .contentbox .hybox .card .img {
    overflow: hidden;
}

.productbox .contentbox .hybox .card:hover .img img {
    transform: scale(1.2);
}

.productbox .contentbox .hybox .card:before {
    position: absolute;
    z-index: -1;
    top: -33rem;
    right: -16rem;
    background: #326bb4;
    height: 32rem;
    width: 32rem;
    border-radius: 32rem;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
}

.productbox .contentbox .hybox .card:hover:before {
    transform: scale(40);
}

.productbox .contentbox .hybox .card:hover .go-corner {
    background: #e0222a;
    color: #fff;
}

.productbox .contentbox .hybox .card:hover .card-title {
    transition: all 0.5s ease-out;
    color: #ffffff;
}


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

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


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

.productviewbox .contentbox .content {
    margin: 50rem 0;
    overflow: hidden;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 5rem #00000047;
    padding: 50rem;
    border-top-left-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.productviewbox .contentbox .content .title {
    font-size: 40rem;
    position: relative;
    font-weight: 600;
    color: #e0222a;
    padding-left: 30rem;
    margin-bottom: 30rem;
}

.productviewbox .contentbox .content .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 6rem;
    background: #e0222a;
    border-radius: 50rem;
}

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

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

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


.product2box {}

.product2box .hybox .itembox {
    margin-bottom: 2%;
    width: 100%;
}

.product2box .hybox .itembox img {
    max-width: 100%;
    display: block;
}

.product2box .hybox .itembox .title {
    font-size: 40rem;
    position: relative;
    font-weight: 600;
    color: #e0222a;
    padding-left: 30rem;
    margin-bottom: 30rem;
}

.product2box .hybox .itembox .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 6rem;
    background: #e0222a;
    border-radius: 50rem;
}

.product2box .hybox {
    margin: 50rem 0;
    overflow: hidden;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 5rem #00000047;
    padding: 50rem;
    border-top-left-radius: 50rem;
    border-bottom-right-radius: 50rem;
}


/*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;
}

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



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

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

.productview2box .contentbox .content {
    margin: 50rem 0;
    overflow: hidden;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 5rem #00000047;
    padding: 50rem;
    border-top-left-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.productview2box .contentbox .content .title {
    font-size: 40rem;
    position: relative;
    font-weight: 600;
    color: #e0222a;
    padding-left: 30rem;
    margin-bottom: 30rem;
}

.productview2box .contentbox .content .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 6rem;
    background: #e0222a;
    border-radius: 50rem;
}

.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 img {
    max-width: 100%;
}

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

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


.newsbox .contentbox .newtopbox {
    width: 100%;
    overflow: hidden;
    box-shadow: 0rem 0rem 5rem #00000026;
    margin: 50rem 0;
    padding: 40rem;
    position: relative;
}

.newtopbox .swiper {
    width: 100%;
    height: 100%;
    position: initial;
}

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

.newtopbox .swiper-slide .textbox {
    text-align: left;
    padding-left: 3%;
}

.newtopbox .swiper-slide .textbox .text {
    font-size: 16rem;
    color: #666;
    line-height: 30rem;
    margin-bottom: 30rem;
}

.newtopbox .swiper-slide .textbox .title {
    margin: 24rem 0;
    font-size: 28rem;
}

.newtopbox .swiper-slide .textbox .timebox {
    font-size: 18rem;
    padding-bottom: 14rem;
    position: relative;
}

.newtopbox .swiper-slide .textbox .timebox:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50rem;
    height: 2rem;
    background: #000;
    content: "";
}

.newtopbox .swiper-slide .imgbox {
    width: 100%;
    height: 400rem;
}

.newtopbox .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.newtopbox .swiper {
    margin-left: auto;
    margin-right: auto;
}

.newtopbox .swiper .swiper-pagination {
    text-align: right;
    padding: 0 20rem;
    bottom: 20rem;
}

.newtopbox .swiper .swiper-pagination span {
    width: 28rem;
    height: 5rem;
    border-radius: 5rem;
}

.newtopbox .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    color: #e0222a;
    background: #e0222a;
}

.newsbox .contentbox .newcardbox .card {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    height: 445rem;
    margin-bottom: 2%;
    box-sizing: border-box;
    box-shadow: 0rem 0rem 62rem 0rem rgba(203, 218, 222, 0.33);
    border: 1rem solid transparent;
    border-radius: 2rem;
    transition: border 0.6s linear;
    padding: 40rem 30rem;
}

.newsbox .contentbox .newcardbox .card .textbox {}

.newsbox .contentbox .newcardbox .card .textbox .title {
    margin: 40rem 0;
    font-size: 22rem;
    position: relative;
    padding-bottom: 24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16rem;
}

.newsbox .contentbox .newcardbox .card .textbox .text {
    font-size: 16rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    line-height: 34rem;
    margin-bottom: 26rem;
}

.newsbox .contentbox .newcardbox .card .textbox .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70rem;
    height: 4rem;
    background: #e0222a;
}

.newsbox .contentbox .newcardbox .card:hover {
    text-decoration: none;
    border: 1rem solid #e0222a;
}

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

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

.newsbox .contentbox .newcardbox .card .time {
    width: 110rem;
    height: 95rem;
    border: 2rem solid #666;
    border-radius: 8rem;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.newsbox .contentbox .newcardbox .card .time .day {
    font-size: 26rem;
}

.newsbox .contentbox .newcardbox .card:hover .time {
    border: 2rem solid #e0222a;
    color: #e0222a;
}


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

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

.newsviewbox .newsviewhead {
    display: flex;
    margin-top: 40rem;
    align-items: center;
}

.newsviewbox .newsviewhead .imgbox {
    width: 30%;
    margin-right: 2%;
    height: 280rem;
}

.newsviewbox .newsviewhead .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsviewbox .newsviewhead .titlebox {
    width: 68%;
}

.newsviewbox .contentbox .content .titlebox .title {
    padding: 40rem 0;
    /* margin-top: 20rem; */
}

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

.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 {
    max-width: 100%;
}

.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 .lianxibox .contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 18rem; */
    border-collapse: collapse;
    margin-top: 60rem;
}

.zshzbox {
    color: #000;
}

.zshzbox .imgbox img {
    width: 100%;
}

.zshzbox .imgbox {
    margin: 20rem 0;
    margin-bottom: 50rem;
}

.zshzbox .textbox {
    font-size: 16rem;
    line-height: 32rem;
}




.contactbox .lianxibox .contact .list img {
    width: 230rem;
    margin: 20rem 0;
}

.contactbox .lianxibox .contact .list .textbox {
    font-size: 16rem;
}

.contactbox .lianxibox .contact .title {
    font-size: 22rem;
    padding: 6rem 0;
    color: #000;
    font-weight: 600;
}


.contactbox .lianxibox .contact .list {
    display: flex;
    /* align-items: center; */
    /* margin-top: 16rem; */
    /* padding-left: 10rem; */
    width: 25%;
    flex-direction: column;
    border: 1rem solid #ddd;
    height: 314rem;
    padding: 20rem;
}

.contactbox .lianxibox .contact .list:nth-child(2) {
    border-left: 0;
}

.contactbox .lianxibox .contact .list:nth-child(3) {
    border-left: 0;
}

.contactbox .lianxibox .contact .list:nth-child(4) {
    border-left: 0;
}

.contactbox .lianxibox .contact .list:nth-child(-n+4) {
    border-bottom: 0;
}

.contactbox .lianxibox .contact .list:nth-child(-n+9):nth-child(n+6) {
    border-left: 0;
}

.contactbox .lianxibox .contact .list .text {
    font-size: 16rem;
    color: #000;
    font-weight: 600;
    line-height: 28rem;
}

.contactbox {
    color: #666;
    /* font-size: 16rem; */
}

.contactbox>.contentbox {
    /* display: flex; */
}

.contactbox .lianxifangshi {
    display: flex;
    justify-content: space-between;
    margin: 50rem auto;
    box-shadow: 0rem 0rem 5rem #00000021;
    border-radius: 30rem;
    background: url(../image/newbg.jpg);
    background-size: cover;
    border-bottom: 2rem solid #e0222a;
}

.contactbox .lianxifangshi .left .title {
    font-size: 28rem;
    font-weight: 600;
    padding: 0;
    padding-bottom: 10rem;
}

.contactbox .lianxifangshi .left p {
    margin-top: 5rem;
}

.contactbox .lianxifangshi .left .telbox {}

.contactbox .lianxifangshi .left .telbox .text {
    font-size: 20rem;
    /* font-weight: 600; */
    color: #000;
    margin-bottom: 6rem;
}

.contactbox .lianxifangshi .left .telbox .phone {
    font-size: 28rem;
    font-weight: 600;
    color: #000;
}

.contactbox .lianxifangshi .left {
    width: 50%;
    padding: 40rem;
    padding-right: 2%;
}

.contactbox .lianxifangshi .left .wenanbox .text {
    font-size: 16rem;
    line-height: 27rem;
    margin-bottom: 10rem;
}

.contactbox .lianxifangshi .left .list {
    display: flex;
    align-items: center;
    border-bottom: 1rem solid #66666629;
    color: #000;
    padding: 14rem 0;
    border-radius: 5rem;
}

.contactbox .lianxifangshi .left .list .sontitle {
    font-size: 18rem;
    font-weight: 600;
}

.contactbox .lianxifangshi .left .list img {
    width: 38rem;
    margin-right: 16rem;
    filter: grayscale(100%) invert(100%);
}

.contactbox .lianxifangshi .left>.text {
    line-height: 28rem;
    margin-bottom: 43rem;
    max-height: 112rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 36rem;
    font-size: 18rem;
}

.contactbox .lianxifangshi .right {
    width: 44%;
    padding: 40rem;
}

.contactbox .lianxifangshi .title {
    padding-bottom: 15rem;
    font-weight: 600;
    color: #000;
    font-size: 28rem;
}

.contactbox .right .formbox {
    width: 100%;
    padding: 15rem 0;
    padding-bottom: 0;
}

.contactbox .right .formbox input,
.contactbox .right .formbox textarea {
    display: block;
    border: none;
    outline: none;
    /* border: 1rem solid rgba(102, 102, 102, 0.493); */
    width: 100%;
    max-width: 100%;
    margin-bottom: 30rem;
    color: #666;
    text-indent: 23rem;
    min-width: 100%;
    font-size: 16rem;
    font-family: 'å¾®è½¯é›…é»‘';
    /* border-radius: 7rem; */
    border: 0;
    border-radius: 50rem;
    background: #f6f7fb;
    line-height: 60rem;
}

.contactbox .right .formbox .btn input:last-child {
    margin-bottom: 0;
}

.contactbox .right .formbox textarea {
    height: 150rem;
    padding-top: 5rem;
    padding-left: 16rem;
    overflow: hidden;
    resize: none;
    text-indent: 0rem;
    border-radius: 7rem;
}

.contactbox .right .formbox .btn input {
    background-color: #e0222a;
    padding: 6rem 0rem;
    color: #fff;
    text-align: center;
    text-indent: 0rem;
    cursor: pointer;
    border-radius: 50rem;
    line-height: 30rem;
}

.contactbox .right .formbox .line:last-child {
    width: 30%;
    margin-top: 33rem;
}






.zhutitle .text>span {
    position: relative;
}

.zhutitle .text {
    width: 100%;
    text-align: center;
}

.zhutitle .text>span:before {
    content: "";
    position: absolute;
    left: -22rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(181deg, #fc9518, #e0222a);
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

.jiaruwomenbox {}

.jiaruwomenbox .contentbox {
    margin-top: 50rem;
}

.jiaruheadbox {
    display: flex;
    justify-content: space-between;
    background: #e0222a;
}

.jiaruheadbox .item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 20rem;
    text-align: center;
    color: #fff;
    font-size: 18rem;
    font-weight: 600;
}

.jiaruwomenbox .itembox {
    display: flex;
    flex-wrap: wrap;
}

.jiaruwomenbox .itembox .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f9f9f9;
    /* padding: 24rem 0; */
    text-align: center;
    font-size: 16rem;
    border-bottom: 1rem dashed #666666a8;
    align-items: center;
}

.jiaruwomenbox .itembox .item .btn img {
    width: 30rem;
    filter: brightness(0.2);
    transition: all .5s;
    transform: rotate(-90deg);
}

.jiaruwomenbox .itembox .item .btn.active img {
    transform: rotate(90deg);
}

.jiaruwomenbox .itembox .item:nth-child(2n) {
    background: #fff;
}

.jiaruwomenbox .itembox .item>div {
    width: 20%;
    padding: 15rem 0;
    cursor: pointer;
}

.jiaruwomenbox .itembox .item .textbox {
    width: 100%;
    font-size: 16rem;
    line-height: 30rem;
    text-align: left;
    padding: 30rem;
    background: #eeeeee;
    display: none;
}

.hwzfbox {

}
.hwzfbox .zufangbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50rem;
    margin-top: 20rem;
}

.hwzfbox .zufangbox .boxtitle {
    font-size: 36rem;
    margin-bottom: 40rem;
    /* font-weight: 600; */
}

.hwzfbox .zufangbox .boxtitle .futitle {
    font-size: 18rem;
    margin: 34rem 0;
}

.hwzfbox .zufangbox .leftbox {
    width: 40%;
}

.hwzfbox .zufangbox .leftbox .buzhoubox {
    width: 60%;
}

.hwzfbox .zufangbox .leftbox .buzhoubox .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30rem;
}

.hwzfbox .zufangbox .leftbox .buzhoubox .item .icon {
    width: 180rem;
    height: 180rem;
}

.hwzfbox .zufangbox .leftbox .buzhoubox .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hwzfbox .zufangbox .leftbox .buzhoubox .item .text {
    font-size: 16rem;
    line-height: 25rem;
}

.hwzfbox .zufangbox .leftbox .buzhoubox .item .title {
    font-size: 30rem;
    font-weight: 600;
    margin-bottom: 16rem;
    color: #e0222a;
}

.hwzfbox .zufangbox .rightbox {
    width: 60%;
    padding: 40rem;
    box-shadow: 0 4rem 20rem 0 rgba(0,0,0,.15);
    border-radius: 30rem;
    background:  url(../image/newbg.jpg) center no-repeat;
    position: relative;
}

.hwzfbox .appewmbox {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hwzfbox  .appewmbox .biaoyu {
    font-size: 36rem;
    font-weight: 600;
    color: #e0222a;
    margin-right: 20rem;
}

.hwzfbox  .appewmbox .img {
    border: 2rem solid #eee;
}

.hwzfbox  .appewmbox .img img {
    width: 160rem;
}

.hwzfbox .zufangbox .rightbox .formbox {}

.hwzfbox .zufangbox .rightbox .formbox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hwzfbox .zufangbox .rightbox .formbox form .line {
    width: 48%;
    margin-bottom: 23rem;
}

.hwzfbox .zufangbox .rightbox .formbox form .line.timebox input {
    font-family: auto;
    color: #666 !important;!i;!;
    padding-right: 1em;
}

.hwzfbox .zufangbox .rightbox .formbox form .line.msgbox {
    !i;!;
}

.hwzfbox .zufangbox .rightbox .formbox form .line.btnbox {
    width: 34%;
    margin-top: 12rem;
    color: #fff;
}

.hwzfbox .zufangbox .rightbox .formbox form .line.btnbox .inputbox input {
    background: #e0222a;
    color: #fff !important;
    cursor: pointer;
    padding: 0 !important;
}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox {}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox .tishibox {
    font-size: 12rem;
    color: red;
    margin-top: 3rem;
    padding-left: 1em;
}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox textarea {
    width: 100%;
    font-weight: normal;
    line-height: 40rem;
    color: #000;
    outline: none;
    border: 1rem solid #cbd6e2;
    border-radius: 50rem;
    padding-left: 1em;
    font-size: 14rem;
    resize: none;
    height: 47rem;
    font-family: auto;
}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox .title {
    font-size: 14rem;
    margin-bottom: 6rem;
    color: #666;
    padding-left: 1em;
}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox .title span {
    color: red;
    font-size: 10rem;
}

.hwzfbox .zufangbox .rightbox .formbox form .line .inputbox input {
    width: 100%;
    font-size: 14rem;
    font-weight: normal;
    line-height: 45rem;
    color: #000;
    border: 1rem solid #cbd6e2;
    border-radius: 43rem;
    padding-left: 1em;
}

.productnybox {}

.productnybox .hybox {
    margin: 50rem 0;
    overflow: hidden;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 5rem #00000047;
    padding: 50rem;
    border-top-left-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.productnybox .hybox .card {}

.productnybox .hybox .card .cardheadbox {
    display: flex;
    align-items: center;
    /* margin-bottom: 50rem; */
}

.productnybox .hybox .card .textbox {
    margin-top: 50rem;
}

.productnybox .hybox .card .cardheadbox .leftbox {
    width: 55%;
}

.productnybox .hybox .card .cardheadbox .leftbox .text {
    font-size: 18rem;
    line-height: 32rem;
}

.productnybox .hybox .card .cardheadbox .imgbox {
    width: 45%;
    border: 15rem solid #eee;
}

.productnybox .hybox .card .cardheadbox .imgbox img {
    width: 100%;
}

.productnybox .hybox .card .small-desc {
    font-size: 40rem;
    position: relative;
    font-weight: 600;
    color: #e0222a;
    padding-left: 30rem;
    margin-bottom: 30rem;
}

.productnybox .hybox .card .small-desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 6rem;
    background: #e0222a;
    border-radius: 50rem;
}

.productnybox .hybox .card .textbox img {
    /* display: block; */
    /* margin: auto; */
    /* margin-bottom: 20rem; */
    max-width: 100%;
}