*{margin:0;padding:0;box-sizing:content-box;font-family:"微软雅黑"; font-size: 14px;}
a{text-decoration:none;color:inherit}
img{border:none;max-width:100%;vertical-align: middle;}
ul{list-style:none}
input::-webkit-input-placeholder{color:#ccc}
input:-ms-input-placeholder{color:#ccc}
input::-moz-placeholder{color:#ccc}

.el-menu--horizontal>.el-menu-item a {
    text-decoration: dashed;
}
.el-icon-loading {
    font-size: 36px;
}
.header-page {
    display: flex;
}
.header-menubar {
    flex: 1;
}
.header-menubar .el-menu--horizontal {
    display: flex;
    justify-content: end;
}
.header-logo {
    border-bottom: solid 1px #e6e6e6;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
    cursor: pointer;
}

.header-logo .logo-text {
    padding-left: 20px;
    font-size: 14px;
    color: #2CA6E0;
}

.swiper-wrapper img {
    width: 100%;
}

.common-page {
    min-height: 80vh;
}
.common-page .source {
    padding: 24px 0;
}
.common-page .inside-banner {
    position: relative;
    overflow: hidden;
}
.common-page .inside-banner .channel-title {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -22px;
}
.common-page .inside-banner .channel-title .cn {
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.35);
}
.common-page .inside-banner .channel-title .en {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    font-family: 'Gothic';
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.35);
}

.common-page .el-tabs--border-card {
    margin: 10px 0;
}

.product-info .product-title {
    margin-top: 35px;
    position: relative;
}
.product-info .product-title .m-ptitle {
    font-size: 40px;
}
.product-info .product-title .desc {
    margin: 15px 0 50px;
    font-size: 16px;
    line-height: 30px;
}

.service-subchannels .clearfix {
    display: flex;
    text-decoration: none;
    list-style-type: none;
    --n: 3;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-subchannels li {
    margin-bottom: 15px;
    width: calc(100 / var(--n) * 1% - 10px);
}

.service-subchannels li a {
    display: flex;
    flex-direction: column;
}
.service-subchannels li a:hover .serico {
    background-color: #409EFF;
    color: #FFFFFF;
    animation: bounceIn 0.5s forwards;
}

.service-subchannels li a:hover .images img{
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    transform: scale(1.05);
}
.service-subchannels .images {
    overflow: hidden;
    border: 1px solid #c9c99c;
}

.service-subchannels .serico {
    position: relative;
    background-color: #c9c99c;
    padding: 20px 10px;
    overflow: hidden;
}
.service-subchannels .serico .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.service-subchannels .serico .product-desc {
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
 }
.btn-primary {
     display: inline-block;
     font-weight: 400;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 10px 30px;
     font-size: 14px;
     line-height: 1;
 }
.btn-primary:hover {
    color: #fff;
    background-color: #9b0000;
    border-color: #ad0909;
    animation: pulse 0.5s forwards;
}
.btn-primary-red {
    color: #c7000b;
    border-color: #ad0909;
}
.btn-position {
    position: absolute;
    top: 10px;
    right: 0px;
}

.home-news-info {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-news-info .mr-home-news-left {
    position: relative;
    width: 65%;
}
.home-news-info .mr-home-news-right {
    width: 35%;
    margin-top: -23px;
}
.home-news-info .mr-home-news-left .home-news-img {
    overflow: hidden;
}
.home-news-info .mr-home-news-left .home-news-content {
    background-color: #fff;
    border: 1px solid #dcdddd;
    padding: 20px;
}

.home-content-type {
    color: #c7000b;
    font-size: 14px;
}
.home-news-info .mr-home-news-left .home-content-group, .mr-home-news-right .mr-home-news-item .home-news-content .date {
    font-size: 14px;
}
.home-news-info .mr-home-news-left .home-content-title {
    margin-top: 6px;
}
.home-news-info .mr-home-news-left a:hover .home-news-content {
    background-color: #e00b0b;
    color: #FFFFFF;
    animation: slideInLeft 0.5s forwards;
    border: 0px solid #ccc;
}
.home-news-info .mr-home-news-left a:hover .home-content-type {
    color: #FFFFFF!important;
}
.home-news-info .mr-home-news-left a:hover .home-news-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.mr-home-news-right .mr-home-news-item {
    display: block;
}
.mr-home-news-right .mr-home-news-item .home-news-content {
    position: static;
    width: -webkit-calc(100% - 1.5625vw);
    width: calc(100% - 1.5625vw);
    min-height: auto;
    border: none;
    border-bottom: 1px solid #dcdddd;
    padding: 20px 0;
    margin-left: 20px;
}
.mr-home-news-right .mr-home-news-item:last-child .home-news-content{
    border-bottom: 0px solid #dcdddd;
}
.mr-home-news-right .mr-home-news-item .home-news-content .home-content-title {
    min-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    color: #242728;
}
.mr-home-news-right .mr-home-news-item:hover .home-news-content .home-content-title {
    color: #ad0909;

}
.mr-home-news-right .mr-home-news-item:hover .home-content-group  {
    animation: bounceIn 0.5s forwards;
}
.mr-home-news-right .mr-home-news-item:hover .home-content-title {
    animation: bounceIn 0.5s forwards;
}
.mr-home-about-img img:hover {
    animation: shake 1.5s forwards;
}
.home-about-swiper-img img:hover {
    animation: pulse 1.5s forwards;
}
.home-aboutus-info .mr-home-about {
    padding-top: 5.6875vw;
    padding-bottom: 6.375vw;
}

.home-aboutus-info .mr-home-about .home-about-lr {
    display: flex;
    flex-wrap: wrap;
}

.home-aboutus-info .mr-home-about .home-about-lr .home-about-left {
    width: 40%;
    position: relative;
}

.home-aboutus-info .mr-home-about .home-about-lr .home-about-right {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #cfcfcf;

}

.home-aboutus-info .mr-home-about .home-about-lr .home-about-right .home-about-swiper-img img {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.home-aboutus-info .mr-home-about .mr-home-about-summary .m-ptitle {
    font-size: 40px;
}
.home-aboutus-info .mr-home-about .mr-home-about-summary .desc {
    margin: 15px 0 50px;
    font-size: 16px;
    line-height: 30px;
}
.home-aboutus-info .mr-home-about .mr-home-about-summary .btn-bottom {
    margin-top: 2.34375vw;
}

.list-more {
    text-align: center;
    padding: 30px;
    padding-top: 45px;
}
.news_list {
    display: block;
}
.news_list dl {
    color: #737373;
}
.news_list dl a {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.news_list dl a:hover {
    background-color: #0092d7;
    color: #ffffff;
}
.news_list dl a dt {
    width: 270px;
}
.news_list dl a dd {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    flex: 1;
    padding-left: 15px;
    position: relative;
}
.news_list dl a dd h4 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    margin-bottom: 12px;
}
.news_list dl a dd p {
    max-height: 72px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_list dl a dd .newstime {
    position: absolute;
    left: 15px;
    bottom: 6px;
}
.news_list dl a dd i {
    position: absolute;
    right: 0;
    bottom: 6px;
}

.news-detail {
    padding-top: 40px;
}
.news-detail .mr-innovation-detail-kv-title {
    font-size: 30px;
    position: relative;
    padding-top: 1.30208vw;
}
.news-detail .mr-innovation-detail-kv-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background-color: #9b0000;
}
.news-detail .news-time-view {
    margin-top: 10px;
    position: relative;
}
.news-detail .news-time-view .share-detail {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-detail .news-time-view .share-detail a {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #ccc;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-detail .news-time-view .share-detail .wechatShareVisible {
    width: 120px;
    min-height: 200px;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 6px;
    padding: 20px 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgb(0 0 0);
}
.news-detail .news-time-view .share-detail .wechatShareVisible p {
    font: 12px/20px Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
    color: #888;
    padding: 0;
    margin: 0;
    text-align: center;
}
.news-detail .news-time-view .share-detail .el-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.top-distance {
    line-height: 33px;
    text-align: justify;
}
.news-detail .warning {
    padding: 15px;
    background-color: #fff6f7;
    border-radius: 4px;
    border-left: 5px solid #409EFF;
    margin: 15px 0px;
    font-size: 16px;
    color: #3d464d;
    line-height: 30px;
    text-align: justify;
}

.news-detail .news-conent {
    margin-top: 20px;
    line-height: 33px;
    text-align: justify;
}
.news-detail .news-conent p {
    margin: revert;
    padding: revert;
}
.news-detail .news-conent img {
    max-width: 100% !important;
}
.news-detail .news-conent table {
    width: 100% !important;
}

.news-detail .product-conent {
    margin-top: 20px;
    line-height: 33px;
    text-align: justify;
}
.news-detail .product-conent p {
    margin: revert;
    padding: revert;
}
.news-detail .product-conent img {
    width: 100% !important;
}
.news-detail .product-conent table {
    width: 100% !important;
}

.job-list .job-number {
    margin: 15px 0;
}

.job-list .el-collapse .el-collapse-item:nth-child(odd) .el-collapse-item__header{
    background-color: rgb(253, 246, 236);
}
.job-list .el-collapse .el-collapse-item:nth-child(odd) .el-collapse-item__wrap{
    background-color: rgb(253, 246, 236);
}
.job-list .el-collapse .el-collapse-item:nth-child(even) .el-collapse-item__header{
    background-color: #F2F6FC;
}
.job-list .el-collapse .el-collapse-item:nth-child(even) .el-collapse-item__wrap {
    background-color: #F2F6FC;
}
.job-list .el-collapse .el-collapse-item:hover .el-collapse-item__header {
    background-color: rgba(168, 1, 15, 0.05);
}
.job-list .el-collapse .el-collapse-item:hover .el-collapse-item__wrap {
    background-color: rgba(168, 1, 15, 0.05);
}
.job-list .el-collapse .el-collapse-item__header {
    height: auto;
    min-height: 80px;
    line-height: unset;
    position: relative;
}
.job-list .el-collapse .el-collapse-item__header h1 {
    font-size: 20px;
}
.job-list .el-collapse .el-collapse-item__header .job-push-data {
    position: absolute;
    right: 30px;
    top: 30px;
}
.job-list .el-collapse .el-collapse-item__header .job-title {
    padding-left: 10px;
}
.job-list .el-collapse .el-collapse-item__header .job-title .item-fix {
    margin-top: 10px;
}
.job-list .job-detail-title {
    color: #f90;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.job-list .el-collapse-item__wrap .el-collapse-item__content {
    padding-left: 10px;
}

.height-top {
    height: 24px;
}
/*表示当屏幕宽度大于或等于 1200px 时，应用 CSS 规则。*/
@media screen and (min-width: 1200px)  {
    .common-page, .product-info, .mr-home-about {
        width: 1180px;
        margin: 0 auto;
    }
    .service-subchannels .clearfix {
        --n: 3;
    }
    .service-subchannels .images img{
        width: 100%;
        max-height: 242px;
    }
}
/*表示当屏幕宽度小于 1200px 时，应用 CSS 规则。*/
@media screen and (max-width: 1200px)  {
    .common-page, .product-info, .mr-home-about {
        width: 1000px;
        margin: 0 auto;
    }
    .service-subchannels .clearfix {
        --n: 3;
    }
    .service-subchannels .images img{
        width: 100%;
        max-height: 205px;
    }

}

/*表示当屏幕宽度小于 1000 时，应用 CSS 规则。*/
@media screen and (max-width: 1000px) {
    .common-page, .product-info, .mr-home-about {
        width: 768px;
        margin: 0 auto;
    }
    .service-subchannels .clearfix {
        --n: 2;
    }

    .home-news-info .mr-home-news-left, .home-news-info .mr-home-news-right{
        width: 100%;
    }
    .home-aboutus-info .mr-home-about .home-about-lr .home-about-left, .home-aboutus-info .mr-home-about .home-about-lr .home-about-right {
        width: 100%;
    }
    .home-aboutus-info .mr-home-about .home-about-lr .home-about-left .mr-home-about-img img,
    .home-aboutus-info .mr-home-about .home-about-lr .home-about-right .home-about-swiper-img img {
        width: 100%;
    }

    .mr-home-news-right .mr-home-news-item .home-news-content {
        margin-left: 0;
    }
    .home-news-info .mr-home-news-right {
        margin-top: 0px;
    }

    .news_list dl a dt {
        width: 200px;
    }
    .news_list dl a dd h4 {
        margin-bottom: 6px;
    }
    .news_list dl a dd p {
        line-height: 20px;
        height: 64px;
    }
}
/*表示当屏幕宽度小于 680 时，应用 CSS 规则。*/
@media only screen and (max-width: 768px) {
    .service-subchannels .clearfix {
        --n: 1;
    }
    .product-info .product-title .m-ptitle {
        font-size: 30px;
    }
    .btn-position {
        top: 5px;
    }
    .common-page, .product-info, .mr-home-about {
        width: 100%;
    }
    .common-page .inside-banner .channel-title .cn, .common-page .inside-banner .channel-title .en {
        font-size: 14px;
        line-height: 15px;
    }

    .common-page .source, .common-page .inside-banner, .product-title, .home-about-lr, .home-news-info, .news-detail, .job-list,
    .top-distance {
        margin: 0 10px
    }
    .mr-home-news-right .mr-home-news-item .home-news-content {
        margin-left: 0;
    }
    .common-page .el-tabs--border-card {
        margin: 10px 10px;
    }

    .news-detail .news-time-view .share-detail {
        position: relative;
        margin-top: 6px;
    }

    .service-subchannels .images img{
        width: 100%;
        max-height: none;
    }
    .service-subchannels li {
        width: 100%;
    }
    .job-list .el-collapse .el-collapse-item__header .job-push-data {
        position: unset;
    }
    .job-list .el-collapse .el-collapse-item__header {
        min-height: 100px;
    }

    .news_list dl a dt {
        width: 160px;
    }
    .news_list dl a dd h4 {
        font-size: 18px;
    }
    .news_list dl a dd p {
        -webkit-line-clamp: 2;
        height: 42px;
    }
    .news_list dl a dd i {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .news_list dl a dt {
        width: 100px;
    }
    .news_list dl a dd h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .news_list dl a dd .newstime {
        bottom: -8px;
    }
}