.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: 16rem;
    color: #212121a2;
    flex-direction: row;
    flex-wrap: wrap;
}

.dqaddressnav .addressnav .right {
    padding: 10rem 0;
}

.dqaddressnav .addressnav .left {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.dqaddressnav .addressnav .left .item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

.dqaddressnav .addressnav .left .item a {
    font-size: 16rem;
    padding: 8rem 0;
    border: 1rem solid #666;
    border-radius: 30rem;
    transition: all .6s;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-right: 10rem;
}

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

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

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

.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: 20rem 0rem;flex-wrap: wrap;}

.sxbtn > div {
    margin-bottom: 13rem;
}

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


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

 .bgindexabout {
    width: 100%;
    /* background: url(../image/aboutbg.jpg) no-repeat center center; */
    background-size: cover;
    padding-bottom: 50rem;
    /* background: url(../image/neiye.jpg) no-repeat center center; */
    background-size: cover;
    padding-bottom: 0;
    /* filter: blur(0px); */
    position: relative;
}

.gswhbox {
    margin-top: 20rem;
}

.gswhbox .whbox {
    clear: both;
    overflow: hidden;
}

.gswhbox .whbox .imgbox {
    float: left;];
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 239rem;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 15rem;
    overflow: hidden;
    padding: 20rem;
}

.gswhbox .whbox .imgbox:nth-child(1) {
    /* height: 506rem; */
    margin-right: 0;
}

.gswhbox .whbox .imgbox:nth-child(2n) {
    margin-right: 0;
}

.gswhbox .whbox .imgbox:nth-child(3) {
    margin-top: 1%;
    width: 100%;
}

.gswhbox .whbox .imgbox:nth-child(4) {
    margin-right: 0;
    width: 49%;
    /* margin-bottom: 1%; */
}

.gswhbox .whbox .imgbox:nth-child(3) {
    width: 49%;
    /* margin-right: 0; */
}

.gswhbox .whbox .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gswhbox .whbox .imgbox .text {
    color: #f80101;
}

.gswhbox .whbox .imgbox .text .title {
    position: relative;
    font-size: 22rem;
    font-weight: 600;
    padding: 14rem 0;
}

.gswhbox .whbox .imgbox .text .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #f80101;
    width: 10%;
    height: 5rem;
    border-radius: 10rem;
}

.gswhbox .whbox .imgbox .text .wenan {
    font-size: 16rem;
    line-height: 25rem;
    text-align: center;
    margin-top: 7rem;
}

.gswhbox .whbox .imgbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.gswhbox .whbox .imgbox:hover .img img {
    transform: scale(1.2);
}

 .bgindexabout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(9px); */
    /* background: url(../image/aboutbg2.jpg) no-repeat center center; */
    background-size: cover;
    z-index: -1;
}

 .contentbox .bgindexabout>.title {
    /* font-weight: normal !important; */
    font-size: 36rem;
    padding-bottom: 50rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #000;
}

 .contentbox .bgindexabout>.title .futitle {
    font-size: 18rem;
    text-align: center;
    width: 100%;
    color: #000;
    margin-top: 10rem;
}

 .indexabout {
    display: flex;
    justify-content: space-between;
    background: #f6f7fb;
    /* padding: 34rem; */
    border-radius: 14rem;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
}

 .indexabout .imgbox {
    width: 100%;
    /* height: 83%; */
    /* padding: 83rem 0rem 70rem 44rem; */
    position: relative;
}

 .indexabout .imgbox > img {
    max-width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* box-shadow: 0rem 0rem 19rem 0px #0000006b; */
}

 .indexabout .textbox {
    width: 100%;
    /* background-color: #f2f2f2; */
    position: relative;
}

 .indexabout .textbox .pctextbox {
    color: #000;
    /* position: absolute; */
    /* top: 50%; */
    /* left: -40rem; */
    /* transform: translateY(-50%); */
    width: 100%;
    /* height: 74%; */
    /* background-color: #000; */
    color: #fff;
    padding: 10rem 8rem;
    /* padding-left: 80rem; */
}

 .indexabout .pctextbox h2 {
    margin-bottom: 14rem;
    font-size: 42rem;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid rgba(102, 102, 102, 0.514);
    position: relative;
    padding: 6rem 0;
    margin-left: 5%;
}

 .indexabout .pctextbox h2::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: 30%;
    height: 2rem;
    background-color: #03864d;
    border-radius: 1rem;
}

 .indexabout .pctextbox .text {
    line-height: 28rem;
    width: 100%;
    font-size: 16rem;
    color: #000;
    /* max-height: 210rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 15rem; */
    /* text-align: center; */
}

 .indexabout .pctextbox .read {
    margin-bottom: 4rem;
    background-color: #03864d;
    /* border-radius: 5rem; */
    display: inline-block;
    padding: 10rem 18rem;
    color: #fff;
    cursor: pointer;
    font-size: 18rem;
}

 .bgindexabout .iconbox {
    display: flex;
    /* padding: 18rem 10rem; */
    justify-content: space-between;
    /* margin-top: 50rem; */
    color: #000;
    /* background: linear-gradient(0deg, #fdfafa, #000000); */
    font-size: 16rem;
    /* box-shadow: 0 0 10px 10px #9fb1c5; */
    /* position: absolute; */
    width: 100%;
    margin-bottom: 15rem;
    flex-wrap: wrap;
}

 .bgindexabout .iconbox .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100rem; */
    width: 50%;
    flex-direction: row-reverse;
    border-right: 1rem solid #66666699;
    padding: 10rem 16rem;
    margin-bottom: 3%;
}

.bgindexabout .iconbox .icon:last-child {
    border-right: 0;
}

.bgindexabout .iconbox .icon:nth-child(2n) {
    border-right: 0;
}

 .bgindexabout .iconbox .icon .img {
    width: 33rem;
    /* margin-left: 68rem; */
}

 .bgindexabout .iconbox .icon .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0); */
}

 .bgindexabout .iconbox .icon .text .num {
    font-size: 17rem;
    color: #000;
}

 .bgindexabout .iconbox .icon .text .num span {
    font-size: 25rem;
    font-weight: 700;
    font-family: BEBAS;
    padding: 0;
    margin: 0;
}


.aboutbox .contentbox .title {
    padding: 20rem 0;
    /* margin-top: 20rem; */
    text-align: center;
    font-weight: normal;
    font-size: 36rem;
}

.aboutbox .contentbox>.title {
    border-bottom: none;
}

.aboutbox .contentbox .gsjianjie {
    padding: 1rem .2rem 0.48rem;
    background: #F7F7F7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aboutbox .contentbox .gsjianjie .textbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20rem 0;
    position: relative;
    justify-content: space-around;
    align-items: center;
}

.aboutbox .contentbox .gsjianjie .textbox .nrbox {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    width: 40%;
    /* min-height: 26rem; */
    margin-bottom: 48rem;
    position: relative;
    /* height: 300rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33rem;
    text-indent: 32rem;
}

.aboutbox .contentbox .textbox .imgbox {
    width: 40%;
    height: 400rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.aboutbox .contentbox .gsjianjie .textbox .imgbox .borderbox {
    position: absolute;
    left: 22rem;
    top: -22rem;
    width: 100%;
    height: 100%;
    border: 1rem solid #326bb4;
    z-index: -1;
}

.aboutbox .contentbox .textbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 28;
}

.aboutbox .contentbox .gsjianjie .btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 48rem;
    padding: 11rem 22rem;
    text-align: center;
    background: #FFFFFF;
    border: 1rem solid #326bb4;
    font-size: 16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #326bb4;
}


/*youshi*/

/*  */
.mySwbox-main {
    background-color: #f4f4f4;
}

.mySwbox {
    position: relative;
    padding: 35rem 10rem 0;
}

.mySwbox-main .titlebox {
    width: 40%;
    position: absolute;
    left: 10rem;
    top: 5%;
    z-index: 10;
}

.mySwbox-main .titlebox .section-title1 {
    color: #333333;
    font-size: 26rem;
    padding-top: 40rem;
}

.mySwbox-main .titlebox strong {
    display: block;
    font-weight: normal;
    padding-bottom: 20rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10rem;
    position: relative;
    font-size: 32rem;
    font-weight: 700;
}

.mySwbox-main .titlebox strong::before {
    content: '';
    display: block;
    width: 100rem;
    height: 5rem;
    background: #03864d;
    position: absolute;
    bottom: -3rem;
    left: 0;
    border-radius: 10rem;
}

.mySwbox-main .titlebox p {
    margin: 0;
    background-color: #1b1b1b;
    border-radius: 3rem;
    text-align: center;
    font-size: 18rem;
    line-height: 45rem;
    color: #f4f4f4;
    padding: 0 17rem;
    display: inline-block;
}

.mymyswiper {
    width: 100%;
    height: 300rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.mymyswiper2 {
    width: 100%;
    height: 300rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.mySwbox-main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwbox-main .slide .text {
    width: 45%;
    color: #333333;
    padding-top: 15%;
    overflow: hidden;
    padding-right: 5%;
    flex-shrink: 0;
}

.mySwbox-main .slide .text h2 {
    margin: 0;
    margin-bottom: 20rem;
}

.mySwbox-main .slide .text h2 .s1 {
    font-size: 26rem;
    line-height: 46rem;
}

.mySwbox-main .slide .text h2 .s2 {
    font-size: 18rem;
    font-weight: normal;
    line-height: 46rem;
    margin-left: 15rem;
}

.mySwbox-main .slide .text h2 .s3 {
    float: right;
    font-size: 61rem;
    line-height: 46rem;
    color: #03864d;
}

.mySwbox-main .slide .text p {
    font-size: 18rem;
    line-height: 32rem;
    color: #666;
    margin: 0;
}

.mySwbox-main .slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mySwbox-main .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwbox-thumbs {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    margin-top: 25rem;
}

.mySwbox-thumbs .gallery-thumbs {
    max-width: 1400rem;
    margin: 0 auto;
    padding: 20rem;
}

.mySwbox-main .gallery-thumbs .swiper-slide {
    flex: 1;
    position: relative;
    transition: all ease .5s;
    cursor: pointer;
    display: flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 20rem;
    border-right: 1px solid #ebebeb;
}

.mySwbox-main .img-center {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80rem;
    border-right: 1px solid #ebebeb;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1 {
    display: none;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    width: 100%;
}

.gallery-thumbs .swiper-slide:before {
    width: 0;
    height: 100%;
    background: #03864d;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.gallery-thumbs .slide-icon {
    display: flex;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
    color: #FFF;
}

.gallery-thumbs .swiper-slide .i2 {
    display: none;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2 {
    display: block;
}

.gallery-thumbs .swiper-slide .text {
    position: relative;
    z-index: 999;
    padding-left: 25rem;
    color: #333333;
}

.gallery-thumbs .swiper-slide .text h2 {
    font-size: 18rem;
    margin: 0;
    line-height: 30rem;
}

.gallery-thumbs .swiper-slide:last-child {
    border-right: 0;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text p {
    color: #FFF;
}

.gallery-thumbs .swiper-slide .text p {
    font-size: 14rem;
    color: #666666;
    margin: 0;
    line-height: 25rem;
}

.gallery-thumbs .swiper-slide .icon {
    width: 50rem;
    height: 50rem;
    vertical-align: -0.15em;
    fill: #333333;
    overflow: hidden;
    transition: all ease .5s;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
    fill: #ffffff;
}

@media (max-width: 992px) {
    .mySwbox-main .mySwbox-thumbs .gallery-thumbs {
        padding: 10rem;
    }

    .mySwbox-main .gallery-thumbs .swiper-slide {
        padding: 10rem;
    }

    .mySwbox-main .img-center {
        width: 55rem;
    }

    .mySwbox-main .titlebox .section-title1 {
        font-size: 24rem;
    }

    .mySwbox-main .gallery-thumbs .swiper-slide .text {
        padding-left: 15rem;
    }
}

@media (max-width: 768px) {
    .mySwbox-main .mySwbox-thumbs {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mySwbox-main .mySwbox {
        padding-top: 15rem;
    }

    .mySwbox-main .titlebox .section-title1 {
        font-size: 24rem;
        padding: 0;
    }

    .mySwbox-main .slide .text {
        width: 100%;
        padding-top: 20rem;
        padding-right: 0;
    }

    .mySwbox-main .slide {
        flex-direction: column;
    }

    .mySwbox-main .titlebox {
        width: 100%;
        position: relative;
        left: 0;
        top: 5%;
        z-index: 10;
    }

    .mySwbox-main .slide .img {
        margin-top: 10rem;
    }

    .mySwbox-main .gallery-thumbs .swiper-slide .text {
        display: none;
    }

    .mySwbox-main .gallery-thumbs .slide-icon {
        width: 100%;
    }

    .mySwbox-main .img-center {
        border-right: 0;
        width: 100%;
    }

    .mySwbox-main .mySwbox-main {
        padding: 5px 0 30px 0;
    }

    .mySwbox-main .gallery-thumbs .swiper-slide {
        margin-right: 0 !important;
    }

    .mySwbox-main .slide .text h2 .s3 {
        display: none;
    }
}
/*youshi*/
.aboutbox .contentbox .gsysbox {
    margin-top: 20rem;
    color: #000;
}

.aboutbox .contentbox .gsysbox .title {
    color: #000;
}

.aboutbox .contentbox .gsysbox .wenhuatext {
    display: flex;
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav {
    width: 10%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list {
    height: 14%;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 18rem;
    color: #000;
    position: relative;
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list img {
    width: 20rem;
    height: 20rem;
    position: absolute;
    left: 8%;
    top: 40%;
    transform: translateY(-50%);
    filter: brightness(0);
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list .navlist:hover {
    background-color: #326bb4;
    color: #fff;
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list:hover img {
    filter: brightness(1);
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list.active .navlist {
    background-color: #326bb4;
    color: #fff;
    filter: brightness(1);
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list.active img {
    filter: brightness(1);
}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .list.active {}

.aboutbox .contentbox .gsysbox .wenhuatext .youshinav .navlist {
    display: inline-block;
    height: 80%;
    padding: 0rem 30rem;
    line-height: 69rem;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

.aboutbox .contentbox .gsysbox .wenhuatext .item {
    width: 90%;
    position: relative;
    animation: donghua 1.5s ease forwards;
}

@keyframes donghua {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 316rem;
    background: #326bb4d4;
    color: #fff;
    border-bottom-left-radius: 40rem;
    border-top-right-radius: 40rem;
    height: 364rem;
    font-size: 20rem;
    padding: 10rem;
    width: 400rem;
    height: 450rem;
    padding: 60rem 40rem 40rem 50rem;
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .itemtitle {
    font-size: 24rem;
    font-weight: bold;
    margin-bottom: 20rem;
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .textwenben {
    line-height: 40rem;
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .text .itemtext li {
    /* text-align: left; */
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .itemimg {
    width: 100%;
    height: 600rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.aboutbox .contentbox .gsysbox .wenhuatext .item .itemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutbox .contentbox .ryzzbox .ryzz {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40rem;
}

.aboutbox .contentbox .ryzzbox .ryzz .item {
    width: 32%;
    height: 400rem;
    border: 1rem solid #f80101;
    overflow: hidden;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 2%;
}

.aboutbox .contentbox .ryzzbox .ryzz .item:nth-child(3n) {
    margin-right: 0;
}

.aboutbox .contentbox .ryzzbox .ryzz .item:hover img {
    transform: scale(1.2);
}

.aboutbox .contentbox .ryzzbox .ryzz .item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.5s;
}

.aboutbox .contentbox .ryzzbox .ryzz .list {}

.aboutbox .contentbox .aboutimgbox {
    width: 100%;
    display: flex;
    margin: 30rem auto;
    justify-content: space-between
}

.aboutbox .contentbox .aboutimgbox .item {
    width: 30%;
    border-top: 1rem solid #e6e6e6;
}

.aboutbox .contentbox .aboutimgbox .item .img {
    width: 100%;
    height: 260rem;
    overflow: hidden;
}

.aboutbox .contentbox .aboutimgbox .item .img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.aboutbox .contentbox .aboutimgbox .item .img:hover img {
    transform: scale(1.1);
}

.aboutbox .contentbox .aboutimgbox .item .itemtitle {
    padding: 18rem 0;
}

.nyaddshow{
	position:relative;
	margin-top: 40rem;
	overflow: hidden;
}
.nyaddshow .abadpagin{
	display:flex;
	justify-content: flex-start;
	width:1200rem;
	box-shadow: 2rem 5rem 10rem #f80101b5;
	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: #f80101;
	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: #f80101;
	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: 20rem 0;
}

.productbox .contentbox .classnav a {
    font-size: 16rem;
    padding: 7rem 33rem;
    border: 1rem solid #666;
    margin-bottom: 11rem;
    border-radius: 30rem;
    margin-right: 2%;
    transition: all .6s;
    color: #000;
    width: 49%;
    text-align: center;
}

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

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

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

.productbox .contentbox .titlebox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1rem solid #f80101;
    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: #f80101;
}

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

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

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

.productbox .contentbox .hybox .item:nth-child(2n) {
    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;
}

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

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

.productbox .contentbox .hybox .small-desc {
    font-size: 18rem;
}

.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: 16rem 14rem;
}

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

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

.productbox .contentbox .hybox .go-arrow .btnimg {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background: #f80101;
    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: 20rem;
    height: 20rem;
    filter: brightness(200);
}

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

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

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

.productbox .contentbox .hybox .card .rmcp {
    position: absolute;
    top: 0;
    right: 0;
    background: #f80101;
    color: #fff;
    padding: 8rem 20rem;
    font-size: 14rem;
}

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

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

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


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

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

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

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

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

.productviewbox .contentbox .textbox {
    text-indent: 2rem;
    padding: 10rem 0;
    line-height: 20rem;
    font-size: 14rem;
    /* margin-top: 20rem; */
    /* color: #666; */
}

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


.productviewbox .contentbox .content {
    /* width: 70%; */
}
.productviewbox .contentbox .xiangxijieshao {
    margin: 19rem auto;
    background: #f6f7fb;
    border-radius: 14rem;
    padding: 16rem;
}
.productviewbox .contentbox .xiangxijieshao .title {
    background: #f80101;
    color: #fff;
    text-align: center;
    padding: 9rem 28rem;
    font-size: 16rem;
    border-radius: 5rem;
    display: inline-block;
}
.productviewbox .contentbox .xiangxijieshao .jieshaobox {
    padding-top: 25rem;
    line-height: 30rem;
    font-size: 14rem;
}

.jieshaobox table {
    width: 100% !important;
}

.jieshaobox .firstRow table {
    width: 100%;
}

.jieshaobox td {
    width: 50%;
    text-align: center;
}

.jieshaobox td img {
    width: 80%;
    height: 99%;
    object-fit: cover;
    margin: auto;
}

.jieshaobox td {
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.productviewbox .contentbox .xiangxijieshao .jieshaobox img {
    max-width: 100%;
    object-fit: contain;
}

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

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

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

.aboutbox  .recommend.swiper-slide {
    height: 237rem;
    box-shadow: 0rem 0rem 5rem #00000061;
    border-radius: 8rem;
}

.aboutbox .recommend.swiper-slide .aimg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6rem;
}

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


.productviewbox .contentbox .recommendbox {
    border: 6rem solid #f0f0f0;
    padding: 10rem 10rem;
    display: flex;
    flex-wrap: wrap;
    /* background: url(../image/xqbg.png) no-repeat center center; */
    background-size: cover;
}

.productviewbox .contentbox .recommendbox .recommend {
    display: block;
    cursor: pointer;
    font-size: 16rem;
    color: #666 !important;
    line-height: 24rem;
    margin-bottom: 10rem;
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    /* border-bottom: 1rem solid #727272; */
    /* padding: 20rem 0; */
    width: 18.4%;
    margin-right: 2%;
    box-shadow: 0rem 0rem 9rem #fff;
    padding-bottom: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 7rem;
    box-shadow: 0rem 0rem 5rem #000000ab;
}

.productviewbox .contentbox .recommendbox .recommend:last-child {
    margin-right: 0;
}

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

.productviewbox .contentbox .recommendbox .recommend .aimg {
    display: block;
    width: 100%;
    height: 320rem;
    overflow: hidden;
}
.productviewbox .contentbox .recommendbox .recommend .aimg>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

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

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

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

.productviewbox .contentbox .recommendbox .recommend .title {
    display: block;
    width: 100%;
    /* height: 46rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 10rem; */
    text-align: center;
    /* background: #f80101; */
    color: #000;
    font-size: 20rem;
    padding: 11rem 0;
}

.productviewbox .contentbox .rightbox h2 {
    width: 100%;
    margin-bottom: 14rem;
    text-align: center;
    font-size: 22rem;
    color: #000;
}


/*cp*/

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

.productviewbox .contentbox .miaoshubox > div.title span {
    color: #333;
    font-size: 14rem;
}
.productviewbox .contentbox .miaoshubox {
    overflow: hidden;
    width: 100%;
}

.productviewbox .contentbox  .miaoshubox .name {
    font-size: 14rem;
    margin: 0rem 0;
    margin-bottom: 0;
    display: block;
}

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

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

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

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

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

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

.productviewbox .contentbox .btnbox a {
    padding: 10rem 26rem;
    border: 1rem solid #f80101;
    border-radius: 4rem;
    color: #f80101;
    margin-right: 24rem;
    transition: all .6s;
    font-size: 16rem;
}

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

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

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

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

 .productviewbox  .textbox2 {
      background: #ffffff;
      /* border: 15rem solid #f80101; */
      border-radius: 7rem;
      padding: 0 0 !important;
      width: 100%;
  }
 .productviewbox .textbox2 .swiper-button-prev,.productviewbox .textbox2 .swiper-button-next {
      color: #f80101;
      !i;!;
      !i;!;
      display: block;
  }
    .productviewbox  .textbox  .swiper {
      width: 100%;

    }

   .productviewbox   .textbox  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
   .productviewbox   .textbox  .mySwiper2 .swiper-slide img {
      display: block;
      max-width: 63%;
      max-height: 100%;
      object-fit: cover;
    }
     .productviewbox    .textbox   .mySwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: scale-down;
    }

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

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

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

  .productviewbox   .textbox   .mySwiper {
      height: 70rem;
      overflow: hidden;
      box-sizing: border-box;
      /* padding: 10px 0; */
      /* border-top: 15rem solid #f80101; */
      /* background: #000; */
      overflow: hidden;
      margin-top: 20rem;
    }

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

 .productviewbox    .textbox   .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 4rem solid #f80101;
    }
    
    
    
    /*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 {
    width: 16%;
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product2box .contentbox .classnav a {
    font-size: 16rem;
    padding: 7rem 22rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 2%;
    transition: all .6s;
    color: #000;
    width: 49%;
    text-align: center;
    margin-bottom: 2%;
}

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

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

.product2box .contentbox .classnav a.active {
    background: #f80101;
    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: 20rem 0;
}

.newsbox .contentbox .classnav a {
    font-size: 16rem;
    padding: 7rem 33rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 2%;
    transition: all .6s;
    color: #000;
    width: 49%;
    margin-bottom: 2%;
    text-align: center;
}

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

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

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


.newsbox .contentbox .newcardbox .card {
    width: 100%;
    /* border-bottom: 1rem solid #ddd; */
    margin-bottom: 6%;
    display: flex;
    position: relative;
    /* padding-right: 20rem; */
    background: #fff;
    /* border-radius: 7rem; */
    flex-direction: column-reverse;
}

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

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

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

.card {}

.newsbox .contentbox .newcardbox .card .imgbox {
    width: 100%;
    height: 226rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18rem;
    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: 70%;
    padding-top: 26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 7%; */
}

.newsbox .contentbox .newcardbox .card .btnbox {
    width: 24%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 135rem;
}

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

.newsbox .contentbox .newcardbox .card .btnbox .time {
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-direction: column;
    height: 100%;
    /* background: #f80101; */
    font-size: 18rem;
    border-radius: 11rem;
    transition: all .6s;
    color: rgba(102,102,102,1);
    justify-content: center;
    padding-right: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.newsviewbox .contentbox .content .title {
    padding: 20rem 0;
    /* margin-top: 20rem; */
    text-align: center;
    font-size: 20rem;
}

.newsviewbox .contentbox .fabutime {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20rem; */
    font-size: 14rem;
    color: #666;
    border-top: 1rem solid #e6e6e6;
    border-bottom: 1rem solid #e6e6e6;
    padding: 12rem 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 .content {
    width: 100%;
}

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

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

.newsviewbox .contentbox .recommendbox > h2 {
    margin-bottom: 16rem;
    font-size: 22rem;
}

.newsviewbox .contentbox .recommendbox .recommend {
    font-size: 16rem;
    color: #666 !important;
    line-height: 14rem;
    /* 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: 72%;
    /* 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: 24rem;
}


.contactbox .lianxibox .contact .list img {
    max-width: 100%;
    margin: 20rem 0;
}

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


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

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

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

.contactbox .lianxibox .contact .list:nth-child(6) {
    border-bottom: 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:nth-child(7) {
    border-left: 1rem solid #ddd !important;!i;!;
}

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

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

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

.contactbox .lianxifangshi {
    display: flex;
    /* width: 100%; */
    align-items: center;
    margin: 20rem auto;
    flex-direction: column;
}

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

.contactbox .lianxifangshi .left p {
    margin: 9rem 0;
    font-size: 14rem;
}

.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: 22rem;
    font-weight: 600;
    color: #000;
}

.contactbox .lianxifangshi .left {
    width: 100%;
    /* padding-right: 10%; */
}

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

.contactbox .lianxifangshi .title {
    padding: 15rem 0;
    font-weight: normal;
    color: #000;
}

.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%;
    height: 36rem;
    margin-bottom: 10rem;
    color: #666;
    text-indent: 11rem;
    min-width: 100%;
    font-size: 16rem;
    font-family: 'å¾®è½¯é›…é»‘';
    /* border-radius: 7rem; */
    border: 0;
    border-bottom: 1rem solid #ddd;
}

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

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

.contactbox .right .formbox .btn input {
    background-color: #f80101;
    padding: 2rem 0rem;
    color: #fff;
    text-align: center;
    text-indent: 0rem;
    cursor: pointer;
    border-radius: 4rem;
}

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

 .zhutitle .futitle {
    font-family: auto;
    font-size: 20rem;
    /* text-align: center; */
    width: 100%;
    color: #f80101;
    margin-top: 4rem;
    font-weight: 600;
    text-shadow: none;
    font-family: fangsong;
}

 .bgindexabout .zhutitle .futitle {
    /* color: #000; */
}

 .zhutitle {
    font-size: 22rem;
    padding: 16rem 0;
    /* text-align: center; */
    width: 100%;
    font-weight: 700;
    color: #000;
    /* padding-bottom: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

 .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, #f80101);
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    z-index: -1;
    display: none;
}
.tggs .contentbox .w img {
    max-width: 100%;
}












.aboutbox .nyaboutbox {
    padding-top: 20rem;
    padding: 20rem 10rem;
}

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

.aboutbox .nyaboutbox .itembox .nyzhutitle {
    text-align: center;
}
.contentbox .nyzhutitle{
    font-size: 24rem;
    font-weight: 600;
    padding-bottom: 20rem;
    border-bottom: 4rem solid #aaaaaa;
    text-align: center;
    margin-bottom: 30rem;
}
.aboutbox .nyaboutbox .itembox .leftbox {
    width: 100%;
}

.aboutbox .nyaboutbox .itembox .leftbox .imgbox {
    width: 100%;
    height: 650rem;
}

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

.aboutbox .nyaboutbox .itembox .rightbox {
    width: 100%;
}

.aboutbox .nyaboutbox .itembox .rightbox .textbox {
    font-size: 14rem;
    line-height: 34rem;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox {
    display: flex;
    width: 100%;
    align-items: center;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox {}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem {
    display: flex;
    font-size: 16rem;
    border-right: 1rem solid #ffffff6e;
    padding-right: 1%;
    align-items: center;
    width: 35%;
    justify-content: center;
    margin-top: 15rem;
    margin-right: 0%;
    /* flex: 1; */
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .icontitle {
    font-size: 12rem;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .icontext {}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .icontext .num {
    font-weight: 100;
    margin-bottom: 5rem;
    display: flex;
    align-items: flex-end;
    font-size: 12rem;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .icontext .num i {
    font-size: 14rem;
    position: relative;
    /* top: -28rem; */
    font-style: normal;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .icontext .num span {
    font-size: 18rem;
    margin-right: 5rem;
    color: #f80101;
    font-weight: 600;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .imgbox {
    width: 50rem;
    /* filter: invert(1) brightness(200); */
    margin-right: 2rem;
}

.aboutbox .nyaboutbox .itembox .rightbox .iconbox .iconitem .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.aboutbox .nyconceptbox .itembox .item .textbox {
    width: 100%;
    padding: 14rem;
    background: #1936680f;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutbox .nyconceptbox .itembox .item .textbox .text {
    font-size: 14rem;
    line-height: 33rem;
}

.aboutbox .nyconceptbox .itembox .item .textbox .itemtitle {
    color: #f80101;
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 34rem;
    padding-left: 56rem;
}



.aboutbox .nycoursebox {
    background: #eef1f3;
}

.aboutbox .nycoursebox .itembox {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 90rem 0;
    padding-top: 30rem;
}

.aboutbox .nycoursebox .itembox:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2rem;
    height: 100%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    background: #f80101;
}

.aboutbox .nycoursebox .itembox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: #f80101;
}

.aboutbox .nycoursebox .itembox .item {
    display: flex;
    position: relative;
}

.aboutbox .nycoursebox .itembox .item .biaozhu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1rem solid #eb242d;
    border-radius: 50%;
    padding: 10rem;
    background: #fff;
}

.aboutbox .nycoursebox .itembox .item .biaozhu .icon {
    padding: 7rem;
    background: #eb242d;
    border-radius: 50%;
}

.aboutbox .nycoursebox .itembox .item .itemtextbox {
    padding: 30rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 50px);
    border-radius: 5rem;
}

.aboutbox .nycoursebox .itembox .item .itemtextbox .textbox {
    width: 75%;
}

.aboutbox .nycoursebox .itembox .item .itemtextbox .textbox .text {
    font-size: 15rem;
    line-height: 28rem;
    width: 100%;
    overflow: hidden;
}

.aboutbox .nycoursebox .itembox .item .itemtextbox .textbox .title {
    font-size: 24rem;
    color: #f80101;
    margin-bottom: 8rem;
}

.aboutbox .nycoursebox .itembox .item .itemtextbox .numbox {
    border: 2rem solid #f80101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50rem;
    height: 50rem;
    color: #f80101;
    font-size: 22rem;
    font-weight: 600;
    margin-right: 16rem;
}

.aboutbox .nycoursebox .itembox .item:nth-child(2n) {
    flex-direction: row-reverse;
}








.product3box .contentbox .ryzzbox .itemfatherbox {
    margin-bottom: 30rem;
}

.product3box .contentbox .ryzzbox .itemfatherbox .itembox {
    display: flex;
    flex-wrap: wrap;
}

.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .6s;
    border: 1rem solid #66666624;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
}

.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item:hover {
    box-shadow: 10rem 10rem 12rem rgb(243, 243, 243);
    transform: translateY(-15rem);
}

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

.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item .itemtitle {
    padding: 10rem 10rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14rem;
}

.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item .imgbox {
    width: 100%;
    height: 120rem;
    overflow: hidden;
    padding: 5rem;
    border-bottom: 1rem solid #0000000f;
}

.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item .imgbox img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    transition: all 0.8s;
}
.product3box .contentbox .ryzzbox .itemfatherbox .itembox .item:nth-child(2n){
    padding-right:0rem;
}













.product4box .contentbox .cfsbbox .itemfatherbox {
    margin-bottom: 0rem;
}

.product4box .contentbox .cfsbbox .itemfatherbox .itembox {
    display: flex;
    flex-wrap: wrap;
}

.product4box .contentbox .cfsbbox .itemfatherbox .itembox .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .6s;
    border: 1rem solid #66666624;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
}

.product4box .contentbox .cfsbbox .itemfatherbox .itembox .item:hover {
    box-shadow: 10rem 10rem 12rem rgb(243, 243, 243);
    transform: translateY(-15rem);
}

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

.product4box .contentbox .cfsbbox .itemfatherbox .itembox .item .itemtitle {
    padding: 10rem 10rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14rem;
}

.product4box .contentbox .cfsbbox .itemfatherbox .itembox .item .imgbox {
    width: 100%;
    height: 117rem;
    overflow: hidden;
    padding: 10rem;
    border-bottom: 1rem solid #0000000f;
}

.product4box .contentbox .cfsbbox .itemfatherbox .itembox .item .imgbox img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    transition: all 0.8s;
}












.contactbox .contentbox .itembox .itemtopbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
    flex-direction: column-reverse;
    padding: 0rem 10rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox {
    width: 100%;
    padding: 25rem;
    border: 1rem solid #66666647;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox {
    /* width: 70%; */
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form {
    display: flex;
    flex-wrap: wrap;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line {
    width: 100%;
    margin-bottom: 11rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line input,
.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line textarea {
    width: 100%;
    outline: none;
    border: 1rem solid #6666665e;
    padding: 8rem 10rem;
    font-size: 16rem;
    font-family: auto;
    padding-left: 10rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line textarea {
    height: 100rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line>div {
    width: 100%;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line>div.btn {
    width: 50%;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line>div.btn input {
    color: #fff;
    background: #f80101;
    font-size: 12rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line .text span {
    color: red;
    margin-right: 5rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .formbox form .line .text {
    color: #666;
    font-size: 14rem;
    margin-bottom: 4rem;
}

.contactbox .contentbox .itembox .itemtopbox .leftbox .title {
    font-size: 16rem;
    font-weight: 600;
    margin-bottom: 20rem;
}

.contactbox .contentbox .itembox .itemtopbox .rightbox {
    width: 100%;
    background: #f5f5f5;
    height: 511rem;
}

.contactbox .contentbox .itembox .itemtopbox .rightbox .imgbox {
    width: 100%;
    height: 100%;
}

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

.contactbox .contentbox .itembox .itemtopbox .centerbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .title {
    font-size: 16rem;
    font-weight: 600;
    margin-bottom: 0rem;
    padding-bottom: 18rem;
    border-bottom: 1rem solid #66666647;
    width: 100%;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .lianxibox {
    width: 100%;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .lianxibox .telbox {
    font-size: 14rem;
    margin: 17rem 0;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .lianxibox .telbox .text {
    margin-right: 2rem;
    font-weight: 600;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .lianxibox .telbox .wenan {
    margin-top: 5rem;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .footerimg {
    /* display: flex; */
    /* padding: 10rem; */
    /* background: #ffffff33; */
    position: relative;
    width: 100%;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .footerimg .ewmbox {
    position: relative;
    background: #ffffff33;
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .footerimg .ewmbox .ewmtitle {
    font-size: 12rem;
    padding: 5rem;
    text-align: center;
    width: 100%;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .footerimg .ewm {
    width: 100%;
    border: 1rem solid #d3d3d3;
    position: relative;
    height: 110rem;
}

.contactbox .contentbox .itembox .itemtopbox .centerbox .footerimg .ewm img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}





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

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

.contentbox .classnavitembox .classnavbox .navbox {
    margin-bottom: 30rem;
    box-shadow: 0rem 0rem 5rem #00000024;
    border-radius: 5rem;
    /* border-top-left-radius: 40rem; */
    overflow: hidden;
}

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

.contentbox .classnavitembox .classnavbox .navbox.navbox-hot .navboxitem {
    display: flex;
    flex-direction: column;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-hot .navboxitem .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10rem;
    border-bottom: 1rem solid #f8010152;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-hot .navboxitem .item .title {
    width: 65%;
    font-size: 16rem;
    line-height: 24rem;
    padding-left: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-hot .navboxitem .item .imgbox {
    width: 34%;
    height: 100rem;
    border: solid 1rem #0c5aaa;
    border-top-left-radius: 14rem;
    border-bottom-right-radius: 14rem;
    overflow: hidden;
}

.contentbox .classnavitembox .classnavbox .navbox.navbox-hot .navboxitem .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height:0;
    overflow: hidden;
}



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

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

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title a {
    color: #000;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxlist a.title span {
    /* margin-left: 15rem; */
}



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

.contentbox .classnavitembox .classnavbox .navbox .navboxlist .title.active {
    /* color: #00b4f6; */
}

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

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

.contentbox .classnavitembox .classnavbox .navbox .navboxhead {
    display: flex;
    align-items: center;
    background: #0c5aaa;
    padding: 30rem 20rem;
    position: relative;
    border-bottom: 2rem solid #fff;
    border-bottom-left-radius: 68rem;
    margin-bottom: 10rem;
    display: none;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .ibox {
    position: absolute;
    left: -5rem;
    top: 50%;
    font-style: normal;
    font-size: 92rem;
    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: 22rem;
    font-weight: 600;
    padding-left: 40rem;
    position: relative;
    color: #fff;
}

.contentbox .classnavitembox .classnavbox .navbox .navboxhead .biaoti:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14rem;
    height: 14rem;
    background: #fff;
    content: "";
    border-radius: 40rem;
}



.contentbox .classnavitembox .classnavbox .navbox .navboxhead .xiaobiaoti {
    font-weight: normal;
    font-size: 18rem;
    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%;
}





.searchinputbox {
    margin-bottom: 25rem;
    display: flex;
}

.searchinputbox form {
    width: max-content;
}

.searchinputbox .searchbox {
    display: flex;
    align-items: center;
    border: 1rem solid #0c5aaa;
    justify-content: space-between;
    width: max-content;
    border-radius: 3rem;
    overflow: hidden;
    height: 47rem;
}

.searchinputbox .searchbox input {
    height: 100%;
    display: block;
    height: 100%;
    font-size: 14rem;
    padding-left: 10rem;
    width: 270rem;
}

.searchinputbox .searchbox button {
    outline: 0;
    border: 0;
    background: #0c5aaa;
    padding: 0 14rem;
    display: flex;
    align-items: center;
    font-size: 16rem;
    color: #fff;
    height: 100%;
    margin-left: 10rem;
}

.searchinputbox .searchbox button a {
    display: block;
    margin-right: 11rem;
}

.searchinputbox .searchbox img {
    width: 20rem;
    /* filter: brightness(0.5); */
}





.productbox .contentbox .hybox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5rem;
}

.productbox .contentbox .hybox .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    box-shadow: 0rem 0rem 6rem #00000045;
}

.productbox .contentbox .hybox .item .rmcp {
    position: absolute;
    top: 0;
    left: 0;
    background: #0c5aaa;
    color: #fff;
    padding: 1rem 6rem;
    font-weight: 600;
    font-size: 12rem;
}

.productbox .contentbox .hybox .item .imgbox {
    width: 100%;
    /* margin-bottom: 20rem; */
    height: 116rem;
    position: relative;
    overflow: hidden;
}

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

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

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

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

.productbox .contentbox .hybox .item .textbox {
    padding: 24rem 10rem;
    font-size: 14rem;
    border-top: 1rem solid #0000000f;
}

.productbox .contentbox .hybox .item .textbox .itemtitle {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productbox .contentbox .hybox .item:nth-child(2n){
    padding-right:0px;
}





/* .yzjbox */
.yzjbox {}

.yzjbox .itembox {}

.yzjbox .itembox .itemheadbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20rem;
    border: 1rem solid #66666630;
    margin-bottom: 30rem;
}

.yzjbox .itembox .itemheadbox .rightbox {
    width: 55%;
}

.yzjbox .itembox .itemheadbox .rightbox .textbox {
    font-size: 16rem;
    line-height: 30rem;
    margin-top: 20rem;
}

.yzjbox .itembox .itemheadbox .leftbox {
    width: 40%;
    background: #f5f5f5;
}

.yzjbox .itembox .itemheadbox .leftbox .videobox {}

.yzjbox .itembox .itembottombox {
    display: flex;
    flex-wrap: wrap;
}

.yzjbox .itembox .itembottombox .videoitem {
    width: 100%;
    margin-bottom: 2%;
    border: 1rem solid #66666624;
    cursor: pointer;
    position: relative;
}

.yzjbox .itembox .itembottombox .videoitem .videotitle {
    text-align: center;
    padding: 20rem 10rem;
    font-size: 18rem;
}



.yzjbox .itembox .itembottombox .videoitem .videobox {
    height: auto;
    border-radius: 0;
}
.yzjbox .itembox .itembottombox .videoitem .videobox .videobtn{}

.yzjbox .itembox .itembottombox .videoitem .videobox .videobtn img{}



.videobox .posterOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: #f5f5f5;
    padding: 10rem;
}
.videobox .posterOverlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.videobox .videobtn {
    width: 50rem;
    height: 50rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #ee4f01;
    background: #f80101;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.videobox .videobtn img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* filter: invert(1) brightness(200); */
}

.videobox {
    width: 100%;
    height: 100%;
    background: #0b0f13;
    padding: 10rem;
    border-radius: 10rem;
    border: 1rem solid #fff;
    position: relative;
    overflow: hidden;
}

.videobox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.productviewbox .contentbox .miaoshubox>div.title {
    font-size: 14rem;
    line-height: 34rem;
}

.productviewbox .contentbox .miaoshubox>div.title span {}

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

.productviewbox .contentbox .miaoshubox .guanjianci {}

.productviewbox .contentbox .miaoshubox .viewtitle {
    color: #f80101;
    position: relative;
    font-size: 16rem;
    font-weight: 600;
    padding: 20rem 0;
    padding-left: 20rem;
    margin-bottom: 11rem;
}

.productviewbox .contentbox .miaoshubox .viewtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 60%;
    background: #f80101;
}

.productviewbox .contentbox .miaoshubox .viewxinhao {}

.productviewbox .contentbox .miaoshubox .fenleiname {}

.productviewbox .contentbox .miaoshubox .fenleiname .name {}

.productviewbox .contentbox .miaoshubox .name {}

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

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

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

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

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

.productviewbox .contentbox .btnbox {
    display: flex;
    align-items: center;
    margin-top: 34rem;
    border-top: 1rem solid #66666647;
    padding-top: 30rem;
}

.productviewbox .contentbox .btnbox a {
    margin-right: 40rem;
}

.productviewbox .contentbox .btnbox a:hover {}

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

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

.productviewbox .contentbox .miaoshubox .phone .img {
    width: 40rem;
    height: 40rem;
    border-radius: 3rem;
    background: #f80101;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14rem;
}
.contentbox .nyviewtitle {
    color: #f80101;
    position: relative;
    font-size: 16rem;
    font-weight: 600;
    padding: 20rem 0;
    padding-left: 20rem;
    border-bottom: 1rem solid #66666647;
}

.contentbox .nyviewtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 60%;
    background: #f80101;
}

.sxbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30rem 10rem;
}
.sxbtn > div >a{
    font-size:14rem;
}



.productviewbox .contentbox .form-container {
    width: 100%;
    margin-top: 0rem;
    background-color: #fff;
    padding: 20rem;
    /* border-radius: 8rem; */
    border: 1rem solid #f5f5f5;
    background: #f5f5f5;
}

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

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

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

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

/* 网格布局：适配多列 */
.productviewbox .contentbox .form-row {
    display: grid;
    gap: 0rem;
    margin-top: 30rem;
}

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

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

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

.recommendbox .swiper-slide {}

.productviewbox .contentbox .recommendbox .recommend {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    box-shadow: 0rem 0rem 6rem #00000045;
    height: 166rem;
}


.productviewbox .contentbox .btnbox {
    display: flex;
    margin-top: 34px;
    border-top: 1rem solid #66666647;
    padding-top: 30px;
    flex-direction: row;
    /* margin-right: 27vw; */
    align-items: center;
    padding-left: 4vw;
}

.productviewbox .contentbox .btnbox a {
    color: #fff;
    margin-right: 10px;
    display:inline-block;
    display: inline-block; /* 确保padding生效 */
    padding: 5rem; /* 增加内边距 */
    width: 33%;
    align-items: center;
    font-size: 14rem;
    /* gap: 8px; */
}

.productviewbox .contentbox .btnbox a:hover {}

.productviewbox .contentbox .miaoshubox .phone img {
    width: 60%;
    /* height: 80%; */
    object-fit: cover;
}
.productviewbox .contentbox .btnbox a img {
    width: 20px; /* 限制图片宽度 */
    height: auto;
    
}
.recommendbox .swiper-slide .imgbox{
    height: 130rem;
}
.footercontent .prompt .leftbox {
        flex: 6;
    }
.footercontent .prompt .rightbox {
        flex: 4;
    }
    
.iw_poi_title{
    font-size:14rem;
}
.iw_poi_content{
    font-size:14rem;
}
/* 移动端显示按钮 */
  .productselectorbtn {
    width: 100%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    background-color: #0c5aaa;
    color: #fff;
    font-weight: 900;
    border-radius: 10px 10px 10px 60px;
  }

@media (min-width: 899px) {
  .productselectorbtn {
    display: none;
  }
}
.productselectorbtn .circle{
    width:2%;
    height:10%;
    background-color:#fff;
    border-radius:100%;
    transform: translate(-131px, 0);
}
.productselectorbtn .gt{
    transform:translateX(126px);
    animation-name:arrowmove;
    animation-duration: 1.8s;
    animation-iteration-count:infinite;
}
@keyframes arrowmove{
    0%{
        transform:translateX(126px) translateY(0px);
    }
	50%{
		transform:translateX(126px) translateY(1vh);
	}
    100%{
        transform:translateX(126px) translateY(0vh);
    }
}