<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    width: 1600px;
    margin: 0 auto;
}

/*search*/
.search
{
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0 40px;
    text-align: center;
    background: #EEE4E3;
}
.search .WHAT {
    font-size: 30px;
    font-weight: lighter;
    font-style: italic;
    margin: 30px 0 30px 0;
    color: #333331;
}
.serch_box {
    padding: 7px;
    display: inline-block;
    background: white;
    border: 1px solid #ddd;
    border-radius: 7px;
    position: relative;
}
.search form {
    padding: 7px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 9px 1px #b3b3b3 inset;
    vertical-align: bottom;

}
.search dl.category
{
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #BB002B;
    color: white;
    width: 143px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.search dl.category:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.search dl.category dt
{
    background: url(../images/xialajian1.png) 95% center no-repeat #BB002B;
    overflow: hidden;
    padding: 9px 0;
    font-size: 14px;
}
.search dl.category dd
{
    width: 142px;
    word-break: normal;
    background: white;
    position: absolute;
    border: 1px solid #BB002B;
    border-top: 0;
    display: none;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.search dl.category dd a
{
    border-top: 1px solid #EEE4E3;
    color: #333333;
    display: block;
    line-height: 16px;
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
}
.search dl.category dd a:hover
{
    background: none repeat scroll 0 0 #EEE4E3;
}
.search dl.category:hover dd
{display: block;}
.search dl.category:hover dt
{
    background: url(../images/shangjian.png) 95% center no-repeat #BB002B;
}

.search .textbox,.search .textbox_focus
{
    border: 0;
    color: #999999;
    display: inline;
    float: left;
    outline: none;
    font-family: arial;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
    padding-left: 12px;
    width: 792px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.search .textbox_focus
{
    color:#333333;
}
.search .submit
{
    background: url("../images/search.png") no-repeat scroll center center #FFFFFF;
    border: medium none;
    cursor: pointer;
    display: inline;
    float: left;
    height: 36px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -200px;
    width: 58px;
}


.index{
    float: left;
    width: 100%;
}
.index ul li,.jishu ul li{
    list-style: none;
}
.chald{
    padding-bottom: 23px;
    float: left;
    width: 100%;
}
.chald h3 {
    display: block;
    text-align: center;
    padding: 68px 0 42px;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}
.chald dl{
    width: 100%;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-family: 'Calibri';
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding-left: 51px;
}
.chald dl dd{
    display: inline-block;
    float: left;
    text-align: left;
    position: relative;
    background: #eeeeee;
    padding: 16px 30px;
    box-shadow: 3px 1px 8px 0 rgba(0,0,0,0.1), -2px 4px 8px 0 rgba(0,0,0,0.2);
    margin: 0 15px 31px 15px;
    width: 340px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 4px;
}
.chald dl dd:hover {
    background: #e4e4e4;
}
.chald dl dd:hover&gt;a {
    text-decoration: none;
    color: #B90029;
}
.chald dl dd:nth-of-type(4n+1){
    clear: both;
}
.chald dl dd&gt;a{
    color: #282828;
    font-size: 18px;
    padding-left: 20px;
    display: block;
    line-height: 18px;
    border-left: 4px solid #B90029;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chald dl dd ul{
    display: none;
    position: absolute;
    top: 100%;
    background: #B90029;
    width: 100%;
    z-index: 2;
    left: 0;
}
.chald dl dd:hover ul {
    display: block;
}
.chald dl dd ul li{
    display: block;
    padding: 13px 20px;
    border-bottom: 1px solid #ddd;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.chald dl dd ul li a{
    font-size: 14px;
    color: white;
    display: block;
}
.chald dl dd ul li:hover {
    background: #F92856;
}
.chald dl dd ul li:hover a {
    text-decoration: none;
}

.chuchuan{
    width: 100%;
    padding-bottom: 60px;
}
.chubox{
    width: 100%;
    position: relative;
}
.chubox h3 {
    text-align: center;
    padding: 40px 0 80px;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}
.chubox .item {
    float: left;
    width: calc(100% / 4 - 38px);
    margin-right: 50px;
    margin-bottom: 50px;
    box-shadow: 0 8px 12px 0px #aaa;
    transition: all 0.5s;
}
.chubox .item:hover {
    box-shadow: 0 8px 12px 0px #E8D4D8;
    transform: translateY(-6px);
}

.chubox .item:nth-child(4n) {
    margin-right: 0;
}
.chubox .item .pic {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}
.chubox .item h2 {
    padding: 16px 26px;
    font-size: 17px;
    color: #292929;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chubox .item .p {
    height: 50px;
    padding: 0 26px;
    margin-bottom: 5px;
}
.chubox .item .p,.chubox .item .p p {
    font-size: 17px;
    font-weight: lighter;
    color: #292929;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}
.chubox .item a {
    text-decoration: none;
}
.chubox .item .jiantou {
    height: 40px;
    background: url(../images/products-3.png) no-repeat right center;
}




.aboutus {
    clear: both;
}
.aboutus .title {
    text-align: center;
}
.aboutus .title h2 {
    padding: 40px 0 40px;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}
.aboutus .jishu {
    margin-top: 20px;
    margin-bottom: 60px;
}
.aboutus .jishu li h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 6px;
    font-weight: bold;
}
.aboutus .jishu li p {
    text-align: center;
    font-size: 14px;
}
.aboutus .aboutconten {
    margin-bottom: 50px;
}
.aboutus .aboutconten .left {
    margin-right: 100px;
}
.aboutus .aboutconten .left h2 {
    font-size: 38px;
    margin-bottom: 30px;
}
.aboutus .aboutconten .left p {
    line-height: 1.8;
    font-size: 16px;
    color: #494949;
    margin-bottom: 40px;
}
.aboutus .aboutconten .left a {
    display: inline-block;
    padding: 14px 42px;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
}
.aboutus .aboutconten .left a:hover {
    color: #B90029;
    border-color: #B90029;
}
.aboutus .aboutconten .right,.aboutus .aboutconten .videotop ,.aboutus .aboutconten .right .picxiangce {
    width: 800px;
}
.aboutus .aboutconten .videotop{
    position: relative;
}
.aboutus .aboutconten .videotop a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/video_docm.png) no-repeat center center;
}
.aboutus .aboutconten .videotop a:hover {
    background: url(../images/mvideo_doc.png) no-repeat center center;
}
.aboutus .aboutconten .right img {
    max-width: 100%;
}
.aboutus .aboutconten .right .picxiangce {
    position: relative;
    overflow: hidden;
}
.aboutus .aboutconten .right .picxiangce .titiles h2 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin: 24px 0 30px;
    font-weight: bold;
}
.aboutus .aboutconten .right .picxiangce .swiper-slide h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 22px;
}
.aboutus .aboutconten .right .picxiangce .swiper-slide a {
    color: #282828;
}
.aboutus .aboutconten .right .picxiangce .swiper-slide a:hover {
    color: #B90029;
}
.aboutus .aboutconten .right .picxiangce .swiper-button-next::after,.aboutus .aboutconten .right .picxiangce .swiper-button-prev::after{
    content: "";
}
.aboutus .aboutconten .right .picxiangce .swiper-button-next{
    background: url(../images/right-1.png) no-repeat;
    opacity: 1;
    width: 36px;
    right: 0;
}
.aboutus .aboutconten .right .picxiangce .swiper-button-prev{
    background: url(../images/left-1.png) no-repeat;
    opacity: 1;
    width: 36px;
    left: 0;
}
.aboutus .aboutconten .right .picxiangce .swiper-button-next:hover{
    background: url(../images/right-2.png) no-repeat;
}
.aboutus .aboutconten .right .picxiangce .swiper-button-prev:hover{
    background: url(../images/left-2.png) no-repeat;
}

.inewsarr.website {
    background: #F7FDFD;
    padding: 80px 0;
}
.inewsarr .title h2 {
    text-align: center;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    margin-bottom: 60px;
}

.inewsarr .content .item {
    margin-bottom: 52px;
}
.inewsarr .content .item a {
    text-decoration: none;
    color: #343434;
}
.inewsarr .content .item .right img {
    vertical-align: bottom;
    width: 100%;
}
.inewsarr .content .item a .left {
    width: 681px;
    background: #fff;
    position: relative;
}
.inewsarr .content .item a .left h2 {
    font-size: 28px;
    padding: 61px 50px 20px;
    line-height: 1.4;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inewsarr .content .item a .left .arrbat {
    padding: 0 50px;
}
.inewsarr .content .item a .left .arrbat li {
    padding: 12px 22px;
    background: #BB002B;
    margin-right: 14px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 12px;
}
.inewsarr .content .item a .left .arranquan {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 50px;
}
.inewsarr .content .item a .left .arranquan li {
    width: 100%;
    text-align: center;
}
.inewsarr .content .item a .left .arranquan li h3 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #454545;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.inewsarr .content .item a .right {
    width: 919px;
}
.inewsarr .more {
    text-align: center;
    margin-top: 70px;
}

.inewsarr .more a {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #333;
    font-size: 16px;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
}
.inewsarr .more a:hover {
    color: #BB002B;
    border: 1px solid #BB002B;
}




.indexvideoSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
    z-index: 2;
}
.indexvideoSwiper .swiper-slide-active,.indexvideoSwiper .swiper-slide-duplicate-active{
    transform: scale(0.88);
    z-index: 4;
}
.indexvideoSwiper .swiper-slide .conm {
    box-shadow: 0 0 24px 0 #8f8f8f;
    position: relative;
}
.indexvideoSwiper .swiper-slide .conm img {
    vertical-align: bottom;
    max-width: revert;
    height: revert-layer;
}
.indexvideoSwiper .swiper-slide .conm a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/video_docm.png) no-repeat center center;
    transform: scale(1.6);
}
.indexvideoSwiper .swiper-slide .conm a:hover {
    background: url(../images/mvideo_doc.png) no-repeat center center;
}
.indexvideo {
    padding: 70px 0 80px;
}
.indexvideo .title h2 {
    text-align: center;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    margin-bottom: 40px;
}
.indexvideo .swiper-container.indexvideoSwiper {
    padding-bottom: 60px;
}
.indexvideo .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}
.indexvideo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #B90029;
}

.indexzhengshu {
    padding-bottom: 50px;
}
.indexzhengshu .title h2 {
    text-align: center;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    margin-bottom: 60px;
}
.indexzhengshu .swiper-container {
    padding: 260px 0 70px;
}
.indexzhengshu .swiper-slide .conm {
    z-index: 4;
    position: relative;
    transition: all 0.2s;
}
.indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
    transform: scale(1.4) translateY(-55px);
    z-index: 6;
}
.indexzhengshu .swiper-slide.swiper-slide-active .conm {
    transform: scale(1.6) translateY(-72px);
    z-index: 10;
}
.indexzhengshu .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}
.indexzhengshu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #B90029;
}

.News.website {
    margin-bottom: 70px;
}
.News .title h2 {
    text-align: center;
    color: #B90029;
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 50px;
}

.News .content .item {
    width: calc(100% / 2 - 30px);
    margin-right: 60px;
    margin-bottom: 60px;
}
.News .content .item:nth-child(2n) {
    margin-right: 0;
}
.News .content .item .img {
    margin-right: 16px;
}
.News .content .item .rigtht h2 {
    color: #BD002A;
    font-size: 22px;
    margin-bottom: 12px;
}
.News .content .item .rigtht span {
    font-size: 17px;
    margin-bottom: 12px;
    display: block;
    color: #333;
    font-weight: lighter;
}
.News .content .item .rigtht p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1680px) {
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(1.4) translateY(-48px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(1.6) translateY(-63px);
        z-index: 10;
    }
    .inewsarr .content .item a .left .arranquan {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .wrap {
        width: 1400px;
        margin: 0 auto;
    }
    .chald dl dd{
        width: 402px;
    }
    .inewsarr .content .item a .left .arrbat li {
        padding: 4px 18px;
        background: #BB002B;
        margin-right: 14px;
        font-size: 14px;
        border-radius: 50px;
        color: #fff;
        margin-bottom: 12px;
    }
    .inewsarr .content .item a .left h2 {
        font-size: 22px;
        padding: 40px 32px 20px;
    }
    .inewsarr .content .item a .left .arrbat {
        padding: 0 32px;
    }
    .inewsarr .content .item a .left .arranquan {
        padding: 0 32px;
    }
}

@media only screen and (max-width: 1380px) {
    .wrap {
        width: 1300px;
        margin: 0 auto;
    }
    .chubox .item {
        width: calc(100% / 4 - 15px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(1.4) translateY(-45px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(1.6) translateY(-58px);
        z-index: 10;
    }
    .chald dl dd {
        width: 370px;
    }
}
@media only screen and (max-width: 1280px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
    }
    .chald dl dd {
        width: 334px;
    }
    .aboutus .aboutconten .right, .aboutus .aboutconten .videotop, .aboutus .aboutconten .right .picxiangce {
        width: 660px;
    }
    .aboutus .aboutconten .left p {
        line-height: 1.5;
        font-size: 16px;
        color: #494949;
        margin-bottom: 30px;
    }
    .aboutus .aboutconten .left h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .aboutus .aboutconten .left a {
        display: inline-block;
        padding: 10px 34px;
        border: 1px solid #333;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        border-radius: 50px;
    }
    .inewsarr .content .item a .left .arranquan li img {
        width: 88px;
    }
    .inewsarr .content .item a .left .arranquan {
        padding: 0 10px;
    }
    .inewsarr .content .item a .left .arrbat {
        padding: 0 22px;
    }
    .inewsarr .content .item a .left h2 {
        font-size: 22px;
        padding: 30px 22px 16px;
    }
    .inewsarr .more a {
        display: inline-block;
        padding: 9px 26px;
        border: 1px solid #333;
        font-size: 16px;
        border-radius: 50px;
        color: #333;
        font-weight: bold;
    }
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(1.4) translateY(-41px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(1.6) translateY(-54px);
        z-index: 10;
    }
}
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 1000px;
        margin: 0 auto;
    }
    #header .headli li {
        padding: 10px 0 10px 40px;
        font-size: 17px;
        color: #333;
        list-style: none;
        white-space: nowrap;
    }
    .search .textbox, .search .textbox_focus{
        width: 700px;
    }
    .chald dl dd {
        width: 420px;
    }
    .aboutus .aboutconten .left {
        margin-right: 40px;
    }
    .aboutus .aboutconten .right, .aboutus .aboutconten .videotop, .aboutus .aboutconten .right .picxiangce {
        width: 530px;
    }
    .chubox h3 {
        text-align: center;
        padding: 30px 0 40px;
        color: #B90029;
        font-size: 38px;
    }
    .chubox .item h2 {
        padding: 14px 14px;
        font-size: 15px;
    }
    .chubox .item .p {
        padding: 0 14px;
        height: 42px;
    }
    .chubox .item .p, .chubox .item .p p {
        font-size: 15px;
        line-height: 20px;
    }
    .inewsarr .content .item a .left h2 {
        font-size: 22px;
        padding: 26px 22px 12px;
    }
    .inewsarr .content .item a .left .arrbat li {
        padding: 4px 18px;
        background: #BB002B;
        margin-right: 14px;
        font-size: 14px;
        border-radius: 50px;
        color: #fff;
        margin-bottom: 8px;
    }
    .inewsarr .content .item a .left .arranquan li img {
        width: 60px;
    }
    .inewsarr .content .item a .left .arranquan li h3 {
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.4;
        color: #454545;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .News .content .item .img img {
        width: 190px;
    }
    .News .content .item .rigtht h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .News .content .item .rigtht span {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .News .content .item .rigtht p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(1.4) translateY(-34px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(1.6) translateY(-44px);
        z-index: 10;
    }
}


@media only screen and (max-width: 985px) {
    .search .textbox, .search .textbox_focus {
        width: 450px;
    }
    .search .WHAT {
        font-size: 25px;
        font-weight: lighter;
        font-style: italic;
        margin: 30px 30px;
        color: #333331;
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .chald dl dd {
        width: calc(100% / 2 - 30px);
    }
    .aboutus .title h2 {
        padding: 24px 0;
        font-size: 38px;
    }

    .aboutus .aboutconten {
        margin-bottom: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutus .aboutconten .left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .aboutus .aboutconten .right, .aboutus .aboutconten .videotop, .aboutus .aboutconten .right .picxiangce {
        width: 100%;
    }
    .News .content .item .img img {
        width: 140px;
    }

    .News .content .item .rigtht p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .News .content .item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .chald dl{
        padding-left: 0;
    }
    .chubox .item {
        width: calc(100% / 2 - 15px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .chubox .item:nth-child(2n) {
        margin-right: 0;
    }
    .inewsarr .content .item a .left {
        width: 100%;
    }
    .inewsarr .content .item a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .inewsarr .content .item a .left .arranquan li img {
        width: 88px;
    }
    .inewsarr .content .item a .left .arranquan li h3 {
        margin-top: 10px;
    }
    .inewsarr .content .item a .left .arranquan {
        padding: 20px 10px 30px;
        position: unset;
    }
    .inewsarr.website {
        background: #F7FDFD;
        padding: 40px 0;
    }
    .inewsarr .title h2 {
        margin-bottom: 30px;
    }
    .inewsarr .more {
        text-align: center;
        margin-top: 50px;
    }
    .indexvideoSwiper .swiper-slide {
        opacity: 0;
    }
    .indexvideoSwiper .swiper-slide-active,
    .indexvideoSwiper .swiper-slide-duplicate-active ,
    .indexvideoSwiper .swiper-slide.swiper-slide-prev,
    .indexvideoSwiper .swiper-slide.swiper-slide-next,
    .indexvideoSwiper .swiper-slide.swiper-slide-duplicate-next,
    .indexvideoSwiper .swiper-slide.swiper-slide-duplicate-prev{
        opacity: 1;
    }
    .indexvideo {
        padding: 40px 0;
    }
    .indexzhengshu .title h2 {
        margin-bottom: 30px;
    }
    .indexzhengshu .swiper-container {
        padding: 150px 0 70px;
    }
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(1.4) translateY(-26px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(1.6) translateY(-34px);
        z-index: 10;
    }
    .News .title h2 {
        margin-bottom: 44px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 520px) {
    .search .textbox, .search .textbox_focus {
        width: 126px;
    }
    .chald h3 {
        display: block;
        text-align: center;
        padding: 20px 0;
        color: #B90029;
        font-size: 24px;
        text-transform: uppercase;
        width: 100%;
        font-weight: bold;
    }
    .chald dl dd {
        width: 91%;
    }
    .aboutus .title h2 {
        padding: 12px 0;
        font-size: 24px;
    }
    .aboutus .jishu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutus .jishu ul li {
        width: 50%;
        margin-bottom: 6px;
    }
    .aboutus .aboutconten .right .picxiangce .swiper.picxiangceSwiper {
        position: relative;
    }
    .chubox .item {
        width: calc(100% / 2 - 5px);
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .chubox h3 {
        font-size: 25px;
        padding: 26px 0 26px;
    }
    .inewsarr .title h2 {
        margin-bottom: 26px;
        font-size: 24px;
    }
    .inewsarr .content .item a .left h2 {
        font-size: 22px;
        padding: 20px 22px 12px;
    }
    .inewsarr .content .item {
        margin-bottom: 36px;
    }
    .indexvideo .title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .indexvideoSwiper .swiper-slide .conm img {
        width: 280px;
        height: 140px;
    }
    .indexvideo .wrap {
        padding: 0;
    }
    .indexvideo .swiper-container.indexvideoSwiper {
        padding-bottom: 60px;
        padding-top: 12px;
    }
    .indexzhengshu .title h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }
    .indexzhengshu .swiper-container {
        padding: 130px 0 70px;
    }
    .indexzhengshu .swiper-slide.swiper-slide-prev .conm, .indexzhengshu .swiper-slide.swiper-slide-next .conm {
        transform: scale(2) translateY(-17px);
        z-index: 6;
    }
    .indexzhengshu .swiper-slide.swiper-slide-active .conm {
        transform: scale(2.6) translateY(-21px);
        z-index: 10;
    }
    .News .content .item {
        width: 100%;
        margin-right: 20px;
        margin-bottom: 16px;
    }
    .News .content .item .rigtht h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .chald dl dd{
        margin-bottom: 18px;
    }
}</pre></body></html>