
.productcate .title h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--web-color);
    font-size: 36px;
    font-weight: bold;
}
.productcate .bg {
    position: relative;
}
.productcate .rowa .left {
    width: 37%;
}
.productcate .rowa .right {
    width: 60%;
}
.productcate .bg .swiper-slide a {
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.productcate .bg .swiper-slide a img {
    max-width: 224px;
}
.productcate .bg .procat-container {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
}
.productcate .bg .swiper-slide a .title {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    margin-top: 30px;
}
.productcate .bg .swiper-slide a .des {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    padding: 0 40px;
}
.productcate .bg .img {
    width: 100%;
}
.productcate .bg .swiper-slide a span {
    display: inline-block;
    background: #fff;
    padding: 4px 24px;
    border-radius: 50px;
    margin-top: 20px;
}
.productcate .bg .swiper-slide a span:hover {
    background: var(--web-butacolor);
    color: #fff;
}
.productcate .rowa .right div img {
    box-shadow: 0 0 8px 0 #dddd;
    /*width: 100%;*/
    /*height: 232px;*/
    /*object-fit: contain;*/
}
.productcate .rowa .right div .title {
    font-size: 17px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    color: var(--web-color);
    font-family: "Microsoft YaHei",arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productcate .rowa .right .list {
    margin-bottom: 72px;
}
.productcate .rowa .right .list:hover img {
    box-shadow: 0 0 8px -3px var(--web-butacolor);
}
.productcate .rowa .right .list:hover .title {
    color: var(--web-butacolor);
}
.aboutus .topabus {
    margin-top: 100px;
    margin-bottom: 50px;
}
.aboutus .topabus .left {
    width: 40%;
}
.aboutus .topabus .right {
    width: 54%;
    border: 25px solid rgba(255,255,255,0.2);
}
.aboutus .topabus .left h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}
.aboutus .topabus .left .p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
.aboutus .topabus .left a {
    display: inline-block;
    padding: 6px 20px;
    background: #fff;
    color: var(--web-butacolor);
    font-size: 16px;
    margin-top: 20px;
    border-radius: 50px;
}
.aboutus .topabus .left a:hover{
    background: var(--web-butacolor);
    color: #fff;
}

.aboutus .topabus .right video {
    width: 100%;
    background: var(--web-color);
    display: block;
    height: 100%;
}
.aboutus .botabus {
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}
.aboutus .botabus .swiper-button-next, .aboutus .botabus .swiper-button-prev {
    color: #fff;
    background: #C4C4C4;
}
.aboutus .botabus .swiper-button-next::after, .aboutus .botabus .swiper-button-prev::after {
    padding: 12px 8px;
    background: #C4C4C4;
    font-size: 30px;
}
.aboutus .botabus .swiper-button-next:hover::after,.aboutus .botabus .swiper-button-prev:hover::after {
    background: var(--web-color);
}
.aboutus .botabus .swiper-button-next {
    right: 0px;
}
.aboutus .botabus .swiper-button-prev {
    left: 0px;
}
.aboutus .botabus .swiper-slide img {
    width: 100%;
}
.whsy .title {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 80px;
}
.whsy .title h2 {
    font-size: 36px;
    color: var(--web-color);
    margin-bottom: 16px;
    font-weight: bold;
}
.whsy .ul {
    margin-bottom: 50px;
}
.whsy .ul li {
    width: calc(100% / 5);
    margin: 0 20px;
    text-align: center;
}
.whsy .ul li h4 {
    color: var(--web-color);
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 26px;
    margin-top: 20px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.whsy .ul li .dian {
    height: 58px;
    background: url(../image/diandian.png) no-repeat center center;
}
.whsy .ul li a {
    display: inline-block;
    padding: 4px 24px 5px;
    background: var(--web-butacolor);
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}
.whsy .ul li a:hover {
    background: var(--web-color);
}
.rxproduct {
    margin: 0 auto;
    max-width: 1920px;
}
.rxproduct .title h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 36px;
    color: var(--web-color);
    font-weight: bold;
}
.rxproduct .top {
    margin-bottom: 50px;
    margin-left: 10%;
}
.rxproduct .bot{
    margin-bottom: 50px;
    margin-right: 10%;
}
.rxproduct .top .left {
    margin-right: 6%;
    width: 28%;
}
.rxproduct .bot .right {
    margin-left: 6%;
    width: 28%;
}


.rxproduct .top .right, .rxproduct .bot .left {
    width: 762px;
}
.rxproduct .top .right .title h3 ,.rxproduct .bot .left .title h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.rxproduct .top .right .list.ul li,.rxproduct .bot .left .list.ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 0px 12px;
    margin-bottom: 50px;
}
.rxproduct .top .right .list.ul li img,.rxproduct .bot .left .list.ul li img {
    box-shadow: 0 0 8px 0 #dddd;
}
.rxproduct .top .right .list.ul li:hover img ,.rxproduct .bot .left .list.ul li:hover img{
    box-shadow: 0 0 8px -3px var(--web-butacolor);
}
.rxproduct .top .right .list.ul li h4 ,.rxproduct .bot .left .list.ul li h4 {
    height: 48px;
    line-height: 48px;
}
.rxproduct .top .right .list.ul li:hover h4,.rxproduct .bot .left .list.ul li:hover h4{
    color: var(--web-butacolor);
}

.newsproduct {
    padding-bottom: 50px;
}
.newsproduct .title h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
    font-size: 36px;
    color: var(--web-color);
    font-weight: bold;
}
.newsproduct .top, .newsproduct .bot {
    margin-bottom: 50px;
}

.newsproduct .top .left, .newsproduct .bot .right {
    width: 48%;
}
.newsproduct .top .title, .newsproduct .bot .title {
    width: 430px;
}
.newsproduct .top .title h3, .newsproduct .bot .title h3 {
    font-size: 38px;
    margin-bottom: 40px;
}
.newsproduct .top .title {
    text-align: right;
}
.newsproduct .top .title p, .newsproduct .bot .title p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}
.newsproduct .top .title a, .newsproduct .bot .title a {
    display: inline-block;
    padding: 3px 20px 4px;
    font-size: 16px;
    background: var(--web-color);
    color: #fff;
    border-radius: 50px;
}
.videoindex .title h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
    font-size: 36px;
    color: var(--web-color);
    font-weight: bold;
}
.videoindex .con {
    overflow: hidden;
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 50px;
}
.videoindex .con .list .title {
    background: #F5F5F5;
    padding: 26px 30px;
    text-align: center;
}
.videoindex .con .list .title h3 {
    font-size: 26px;
    margin-bottom: 16px;
}
.videoindex .con .list .title p {
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
}
.videoindex .con .list .img {
    position: relative;
}
.videoindex .con .list img {
    width: 100%;
}
.videoindex .con .list .img a {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../image/video_docm.png') no-repeat center center;
}
.videoindex .con .list .img a:hover{
    background: url('../image/video_zt.png') no-repeat center center;
}
.videoindex .con .list .img .but {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newscon .title h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 36px;
    color: var(--web-color);
    font-weight: bold;
}
.newscon .con .left {
    width: 47%;
    box-shadow: 0 0 6px 0 #ddd;
}
.newscon .con .right {
    width: 47%;
}
.newscon .con .left img {
    width: 100%;
}
.newscon .con .left .datamore {
    margin: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.newscon .con .left .datamore a {
    border-bottom: 1px solid var(--web-color);
    padding-bottom: 4px;
}
.newscon .con .left .datamore a:hover{
    border-bottom: 1px solid var(--web-butacolor);
    color: var(--web-butacolor);
}
.newscon .con .left h2 {
    padding: 0 20px;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 26px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newscon .con .right .list {
    margin-bottom: 14px;
    padding: 16px;
    box-shadow: 0 0 6px 0 #ddd;
}
.newscon .con .right .list:nth-child(3) {
    margin-bottom: 0;
}
.newscon .con .right .list .img {
    width: 174px;
}
.newscon .con .right .list .titlea {
    width: 65%;
}
.newscon .con .right .list .titlea .date {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.newscon .con .right .list .titlea h2 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 36px;
}
.newscon .con .right .list .titlea h2:hover{
    color: var(--web-butacolor);
}
.zigezhengshu .con img {
    width: 100%;
    padding: 0 80px;
}
.zigezhengshu .title h2 {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    color: var(--web-color);
    font-weight: bold;
}
.zigezhengshu .swiper-button-next,.zigezhengshu .swiper-button-prev {
    color: #fff;
    background: #C4C4C4;
    top: 36%;
}
.zigezhengshu .swiper-button-next::after, .zigezhengshu .swiper-button-prev::after {
    padding: 12px 8px;
    background: #C4C4C4;
    font-size: 40px;
}
.zigezhengshu .swiper-button-next:hover::after,.zigezhengshu .swiper-button-prev:hover::after {
    background: var(--web-color);
}
.zigezhengshu .swiper-button-next {
    right: 0px;
}
.zigezhengshu .swiper-button-prev {
    left: 0px;
}








@media only screen and (min-width:993px){



}
@media only screen and (max-width:1680px) {
    .rxproduct .top .left {
        margin-right: 6%;
        width: 32%;
    }
    .rxproduct .bot .right {
        margin-left: 6%;
        width: 32%;
    }
}



@media only screen and (max-width:1440px){
    .rxproduct .bot {
        margin-bottom: 50px;
        margin-right: 0%;
    }
    .rxproduct .top {
        margin-bottom: 50px;
        margin-left: 0%;
    }
    .rxproduct .top .left {
        margin-right: 6%;
        width: 38%;
    }
    .rxproduct .bot .right {
        margin-left: 6%;
        width: 38%;
    }
    .newsproduct .top .left, .newsproduct .bot .right {
        width: 52%;
    }
}

@media only screen and (max-width:1280px){
    .newscon .con .right .list {
        margin-bottom: 8px;
        padding: 12px;
        box-shadow: 0 0 6px 0 #ddd;
    }
}

@media only screen and (max-width:1024px){
    .productcate .bg .procat-container {
        position: absolute;
        top: 33%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-50%);
    }
    .productcate .rowa .right .list {
        margin-bottom: 30px;
    }
    .rxproduct .top .right .list.ul li, .rxproduct .bot .left .list.ul li {
        width: calc(100% / 3);
        text-align: center;
        padding: 0px 12px;
        margin-bottom: 50px;
    }
    .rxproduct .top .left {
        margin-right: 3%;
        width: 36%;
    }
    .rxproduct .top .right, .rxproduct .bot .left {
        width: 50%;
    }
    .rxproduct .bot .right {
        margin-left: 3%;
        width: 36%;
    }

    .newscon .con .right .list {
        margin-bottom: 14px;
        padding: 8px;
        box-shadow: 0 0 6px 0 #ddd;
    }
    .newscon .con .right .list .img {
        width: 140px;
    }
    .newscon .con .right .list .titlea {
        width: 63%;
    }
    .newscon .con .right .list .titlea h2 {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 28px;
    }
    .newscon .con .left h2 {
        padding: 0 20px;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 16px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .zigezhengshu .title h2 {
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 36px;
        color: var(--web-color);
        font-weight: bold;
    }
    .newscon .title h2 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 49px;
        font-size: 36px;
        color: var(--web-color);
        font-weight: bold;
    }
    .videoindex .con {
        overflow: hidden;
        padding-bottom: 66px;
        position: relative;
        margin-bottom: 30px;
    }
    .videoindex .title h2 {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 36px;
        color: var(--web-color);
        font-weight: bold;
    }
    .newsproduct .title h2 {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 36px;
        color: var(--web-color);
        font-weight: bold;
    }
    .newsproduct .bot .right ,.newsproduct .top .left{
        width: 48%;
    }
    .newsproduct .bot .left ,.newsproduct .top .right{
        width: 48%;
    }
    .newsproduct .top .title, .newsproduct .bot .title {
        width: auto;
    }
    .newsproduct .top .left{
        margin-right:4% ;
    }
    .newsproduct .bot .right{
        margin-left:4% ;
    }
    .rxproduct .title h2 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 36px;
        color: var(--web-color);
        font-weight: bold;
    }
    .whsy .title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:992px){
    .productcate .rowa .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .productcate .rowa .right {
        width: 100%;
    }
    .productcate .rowa .right div img {
        box-shadow: 0 0 8px 0 #dddd;
        width: 100%;
    }
    .productcate .bg .procat-container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-50%);
    }
    .aboutus .topabus .left {
        width: 100%;
        margin-bottom: 24px;
    }
    .aboutus .topabus .right {
        width: 100%;
        border: 25px solid rgba(255,255,255,0.2);
    }
    .whsy .ul li {
        width: calc(100% / 5);
        margin: 0 8px;
        text-align: center;
    }
}
@media only screen and (max-width:820px){
    .whsy .ul li h4 {
        color: var(--web-color);
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        margin-top: 20px;
        height: 110px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .rxproduct .top .right .list.ul li, .rxproduct .bot .left .list.ul li {
        width: calc(100% / 3);
        text-align: center;
        padding: 0px 12px;
        margin-bottom: 4px;
    }
    .newscon .con .right .list .img {
        width: 100px;
    }
    .newscon .con .right .list .titlea {
        width: 64%;
    }
    .newscon .con .right .list .titlea .date {
        font-size: 14px;
        margin-bottom: 2px;
        font-weight: bold;
    }
    .newscon .con .right .list .titlea h2 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }
    .newscon .con .left .datamore {
        margin: 6px 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .newscon .con .left .datamore a {
        border-bottom: 1px solid var(--web-color);
        padding-bottom: 0px;
    }
    .newscon .con .left h2 {
        padding: 0 20px;
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 12px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .rxproduct .top .left {
        margin-right: 3%;
        width: 40%;
    }
    .rxproduct .top .right, .rxproduct .bot .left {
        width: 54%;
    }
    .rxproduct .bot .right {
        margin-left: 3%;
        width: 40%;
    }
    .rxproduct .top .right .list.ul li h4, .rxproduct .bot .left .list.ul li h4 {
        height: 48px;
        line-height: unset;
        margin: 10px 0;
    }
}
@media only screen and (max-width:720px){
    .productcate .title h2 {
        text-align: center;
        margin-top: 26px;
        margin-bottom: 24px;
        color: var(--web-color);
        font-size: 28px;
        font-weight: bold;
    }
    .productcate .bg .procat-container {
        position: absolute;
        top: 36%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-50%);
    }
    .whsy .ul li h4 {
        color: var(--web-color);
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        margin-top: 20px;
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: inherit;
    }

}
@media only screen and (max-width:520px){
    .whsy .ul li a {
        display: inline-block;
        padding: 4px 8px 5px;
        background: var(--web-butacolor);
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        width: 38px;
    }
    .rxproduct .top .left {
        margin-right: 0;
        width: 100%;
    }
    .rxproduct .top .left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .rxproduct .top .right .list.ul li, .rxproduct .bot .left .list.ul li {
        width: calc(100% / 2);
        text-align: center;
        padding: 0px 12px;
        margin-bottom: 4px;
    }
    .rxproduct .bot .right {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .rxproduct .bot .right img,.rxproduct .top .left img{
        width: 100%;
    }
    .rxproduct .top .right, .rxproduct .bot .left {
        width: 100%;
    }
    .newsproduct .top .title, .newsproduct .bot .title {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .newsproduct .top .left img, .newsproduct .bot .right img {
        width: 100%;
    }
    .newsproduct .bot .left, .newsproduct .top .right {
        width: 100%;
    }
    .newsproduct .bot .right, .newsproduct .top .left {
        width: 100%;
        margin: 0;
    }
    .newscon .con .left {
        width: 100%;
        box-shadow: 0 0 6px 0 #ddd;
        margin-bottom: 20px;
    }
    .newscon .con .right {
        width: 100%;
    }
    .newscon .con .right .list .titlea {
        width: 70%;
    }


}
@media only screen and (max-width:400px) {
    .newscon .con .right .list .titlea {
        width: 66%;
    }
    .zigezhengshu .con img {
        width: 100%;
        padding: 0 40px;
    }
    .productcate .bg .procat-container {
        position: absolute;
        top: 32%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-50%);
    }
}














