@-webkit-keyframes roteasd {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes roteasd {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.popViode .popbox {
    background: #000000;
    width: 80%;
    height: 80%;
    position:relative;
}
.popViode .popbox video{
    width:100%;
    height:100%;
}
.section {
    background-color: #f3f5f7
}

body,h1,h2 {
    margin: 0
}

body,html {
    height: 100%;
    width: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0
}

.clearfix {
    zoom:1}

.fb {
    font-weight: 700
}

.f24 {
    font-size: 24px
}

.fl {
    float: left
}

.fr {
    float: right
}

.overflow {
    overflow: hidden
}

.f_blue {
    color: #fc242e
}

.f_green {
    color: #80be23
}

.mr5 {
    margin-right: 5px
}

.ml5 {
    margin-left: 5px
}

.cp {
    cursor: pointer
}

a {
    outline: none
}

a,a:hover {
    text-decoration: none
}

.pop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.NotPage {
    background-color: #f5f5f5
}

.NotPage svg {
    width: 60%;
    display: block;
    margin: 0 auto
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.BigTitle {
    background-repeat: no-repeat;
    background: none!important;
    background-size: auto
}

.BigTitle h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 0 27px;
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

.BigTitle h2>* {
    vertical-align: middle
}

.BigTitle h2 span {
    letter-spacing: 4px;
    color: #222;
    margin-left: 6px;
    font-style: italic;
    background-size: auto;
    background-position: 5px
}

.BigTitle h2 span b {
    color: #fc242e
}

.BigTitle h2 i {
    font-size: 32px;
    font-weight: 400;
    color: #fc242e;
    margin-left: 15px
}

.BigTitle h2 a {
    float: right;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px
}

.BigTitle h2:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #fc242e;
    vertical-align: middle;
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -20px;
    border-radius: 20px
}

.moren_btn_row {
    text-align: center;
    padding: 20px 0;
    background-color: #fff
}

.moren_btn_row a {
    display: inline-block;
    margin: 0 10px;
    border: 2px solid #fc242e;
    border-radius: 20px;
    padding: 3px 25px;
    font-size: 14px
}

.moren_btn_row a>* {
    vertical-align: middle
}

.moren_btn_row a i {
    font-size: 18px
}

.moren_btn_row a:hover {
    background-color: #fc242e;
    color: #fff
}

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1000
}

.pop.popflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pop.popCluster {
    background-color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%
}

.pop.popCluster .wrap .leftMenu .menus_item_row {
    margin-top: 20px
}

.pop.popCluster .wrap .leftMenu .menus_item_row .item {
    width: 220px;
    display: inline-block;
    padding: 10px 0;
    vertical-align: top
}

.pop.popCluster .wrap .leftMenu .menus_item_row .item h2 {
    color: #fc242e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.pop.popCluster .wrap .leftMenu .menus_item_row .item li {
    line-height: 1.8
}

.pop.popCluster .wrap .leftMenu .menus_item_row .item li a {
    color: #727272;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pop.popCluster .wrap .leftMenu .menus_item_row .item li a:hover {
    color: #fc242e
}

.pop.popCluster .wrap .leftMenu .sloganImg {
    margin-top: 5%;
    height: 20px
}

.pop.popCluster .wrap .btn_popCluster_close {
    position: absolute;
    right: 0
}

.pop.popCluster .wrap .rightInfo {
    position: absolute;
    bottom: 0;
    right: 0
}

.pop.popCluster .wrap .rightInfo .wxCode_row {
    text-align: center
}

.pop.popCluster .wrap .rightInfo .wxCode_row p {
    color: #727272;
    font-size: 12px;
    padding-top: 12px
}

.pop.popCluster .wrap .rightInfo .linker_btns {
    position: relative;
    margin-top: 15%
}

.pop.popCluster .wrap .rightInfo .linker_btns:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #727272;
    position: absolute;
    top: 100%;
    left: 0
}

.pop.popCluster .wrap .rightInfo .linker_btns a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 10px;
    color: #727272
}

.pop.popCluster .wrap .rightInfo .linker_btns a:hover {
    color: #fc242e
}

@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-Bold.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-Medium";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-Medium.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-Light";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-Light.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-Heavy.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-ExtraLight";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-ExtraLight.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-Regular.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSerifCN-SemiBold.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AdobeHeitiStd-Regular;
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/AdobeHeitiStd-Regular.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSansCN-Normal.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SourceHanSansCN-Light;
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSansCN-Light.otf)
}

@font-face {
    font-family: SourceHanSansSC-Bold;
    src: url(/web/20220115201040im_/http://kinbelgroup.cn/assets/SourceHanSansSC-Bold.otf)
}

@-webkit-keyframes GreenDot {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes GreenDot {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

body {
    min-width: 1340px;
    margin: 0 auto;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
}

body .wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto
}

body .header {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dadada;
    box-shadow: 0 0 20px 0 #dadada;
    text-align: center;
    padding: 0;
    line-height: 100px;
    z-index: 22
}

body .header .logoImg {
    float: left;
    display: inline-block
}

body .header .logoImg img {
    display: inline-block;
    height: 60px
}

body .header .Menu_row {
    float: right;
    width: 85%;
    text-align: right
}

body .header .Menu_row ul {
    display: inline-block;
    vertical-align: middle
}

body .header .Menu_row ul li {
    display: inline-block;
    margin: 7px;
}

body .header .Menu_row ul li a.a1 {
    display: block;
    padding: 0;
    color: #4d4d4e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    height: 35px;
    line-height: 35px;
}

body .header .Menu_row ul li dl {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    background-color: #fe372d;
    display: none;
    height: 45px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

body .header .Menu_row ul li dl dd {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 15px
}

body .header .Menu_row ul li dl dd a {
    display: inline-block;
    color: #fd9da0;
    height: 45px;
    line-height: 45px;
    margin: 0 2%;
    font-size: 14px;
    white-space: nowrap
}

body .header .Menu_row ul li dl dd a.active,body .header .Menu_row ul li dl dd a:hover {
    color: #fff
}

body .header .Menu_row ul li:hover a.a1 {
    color: #ff432b
}

body .header .Menu_row ul li:hover dl {
    display: block
}

body .header .Menu_row ul li.active a.a1 {
    color: #ff432b
}

body .header .Menu_row ul li.active dl {
    display: block
}

body .header .Menu_row .headlink {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right
}

body .header .Menu_row .headlink dl {
    margin-bottom: 0
}

body .header .Menu_row .headlink dl dd {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative
}

body .header .Menu_row .headlink dl dd .searchs_main {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

body .header .Menu_row .headlink dl dd .searchs_main input {
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body .header .Menu_row .headlink dl dd .searchs_main i {
    display: inline-block;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

body .header .Menu_row .headlink dl dd:first-child {
    margin-left: 0
}

body .header .Menu_row .headlink dl dd:first-child:hover .searchs_main {
    display: block
}

body .header .Menu_row .headlink dl dd a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #d3d3d3;
    text-align: center;
    border: 1px solid #d3d3d3
}

body .header .Menu_row .headlink dl dd a:hover {
    background-color: #fec464;
    border-color: #fec464
}

body .header .Menu_row .headlink dl dd a:hover i {
    color: #fff
}

body .header .Menu_row .labelLine {
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: #ff432b;
    width: 72px;
    height: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body .search_row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

body .search_row .masks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6)
}

body .search_row .searchIn_row {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 0
}

body .search_row .searchIn_row .search_input_row {
    width: 80%;
    height: 60px;
    border-radius: 30px 0 0 30px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle
}

body .search_row .searchIn_row .search_input_row input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none
}

body .search_row .searchIn_row .search_btn_row {
    width: 20%;
    height: 60px;
    border-radius: 0 30px 30px 0;
    background-color: #fc242e;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

body .search_row .searchIn_row .search_btn_row:after {
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #fc242e;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px
}

body .search_row .searchIn_row .search_btn_row button {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    outline: none;
    font-size: 16px
}

body .search_row .searchIn_row .search_btn_row button i {
    font-size: 26px;
    outline: none
}

body .search_row .searchIn_row .search_btn_row button>* {
    vertical-align: middle;
    color: #fff
}

body .search_row .searchIn_row .search_btn_close {
    margin: 120px auto 0;
    background-color: transparent;
    display: inline-block;
    border: 0;
    outline: none
}

body .search_row .searchIn_row .search_btn_close i {
    font-size: 34px;
    color: #fff
}

body .section {
    padding: 20px 0;
    background-color: #fff
}

body .footer .bgimg {
    width: 100%
}

body .footer .footer_top {
    background-color: #f8f8f8;
    padding: 10px 0 8px
}

body .footer .footer_top .wrap>* {
    vertical-align: middle
}

body .footer .footer_top img {
    max-height: 20px
}

body .footer .footer_top .linker_telImg {
    margin-top: 6px
}

body .footer .footer_top .linker_Mode {
    display: inline-block;
    margin-left: 20px;
    padding-top: 3px
}

body .footer .footer_top .linker_Mode a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background-size: 100%;
    background-position: top!important;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
body .footer .footer_top .linker_Mode a.wx{
    background-image: url('/web/20220115201040im_/http://kinbelgroup.cn/images/weixin.png');
}
body .footer .footer_top .linker_Mode a.toutiao{
    background-image: url('/web/20220115201040im_/http://kinbelgroup.cn/images/toutiao.png');
}
body .footer .footer_top .linker_Mode a.douyi{
    background-image: url('/web/20220115201040im_/http://kinbelgroup.cn/images/douyin.png');
}
body .footer .footer_top .linker_Mode a img {
    position: absolute;
    bottom: 100%;
    left: -100%;
    display: none;
    max-width: 200px;
    max-height: inherit
}
body .footer .footer_top .linker_Mode a.douyi img{
    left:-270%;
    z-index: 999;
}
body .footer .footer_top .linker_Mode a:hover {
    background-position: bottom!important
}

body .footer .footer_top .linker_Mode a:hover img {
    display: block
}

body .footer .footer_top .footerTopSanjaio .wrap:before {
    content: "";
    display: block;
    width: 71px;
    background-color: #f8f8f8;
    height: 5px;
    position: absolute;
    top: 99.9%;
    left: 0
}

body .footer .footer_top .footerTopSanjaio .bottomSanJiao1 {
    position: absolute;
    bottom: -1px;
    left: -10px;
    height: 16px
}

body .footer .footer_bottom {
    padding: 10px 0;
    background-color: #fe372d
}

body .footer .footer_bottom .wrap {
    text-align: center;
    color: #fff;
    font-size: 12px
}

body .footer .footer_bottom .wrap .bottomSanJiaoImg {
    position: absolute;
    bottom: 149%;
    left: 19px
}

body.home .Banner {
    position: relative
}

body.home .Banner .perch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    color: #fc242e
}

body.home .Banner .perch:after {
    font-family: iconfont!important;
    content: "\e676";
    display: block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: roteasd 1s linear infinite;
    animation: roteasd 1s linear infinite
}

body.home .Banner .perch:before {
    content: "";
    display: block;
    padding-top: 42%
}

body.home .Banner .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

body.home .Banner .banner .swiperiBgImg {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    display: block
}

body.home .Banner .banner .swiperiBgImg:before {
    content: "";
    display: block;
    padding-top: 42%
}

body.home .Banner .banner .arrow-left {
    background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/arrows-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 99
}

body.home .Banner .banner .pagination {
    bottom: 115px
}

body.home .Banner .banner .arrow-right {
    background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/arrows-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 99
}

body.home .Banner .bannerInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABkCAYAAAAMhImNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhDMkY4NjMwMzVFNDExRUI5Qjk1RUQzRUUwNUU4OUYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhDMkY4NjMxMzVFNDExRUI5Qjk1RUQzRUUwNUU4OUYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEMyRjg2MkUzNUU0MTFFQjlCOTVFRDNFRTA1RTg5RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEMyRjg2MkYzNUU0MTFFQjlCOTVFRDNFRTA1RTg5RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hAHHlAAAAYklEQVR42uzOMQ0AIBAEsIMEK0wsuMC/HRZk8EOroG2ufZKM/Hd7CpGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRqZZ5AgwA9xwCk/woPPwAAAAASUVORK5CYII=);
    background-size: 100% 100%;
    z-index: 99
}

body.home .Banner .bannerInfo .wrap {
    height: 115px
}

body.home .Banner .bannerInfo .wrap ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 0
}

body.home .Banner .bannerInfo .wrap ul li {
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
    margin-left: 1.31111111%;
    background-color: #4eafd7
}

body.home .Banner .bannerInfo .wrap ul li:first-child {
    margin-left: 0
}

body.home .Banner .bannerInfo .wrap ul li:first-child+li {
    background-color: #4eb8ba
}

body.home .Banner .bannerInfo .wrap ul li:first-child+li+li {
    background-color: #2ac276
}

body.home .Banner .bannerInfo .wrap ul li:first-child+li+li+li {
    background-color: #fbad31
}

body.home .Banner .bannerInfo .wrap ul li a .words {
    text-align: center;
    height: 100px;
    padding: 20px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/renImg1.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 100% 0
}

body.home .Banner .bannerInfo .wrap ul li a .words .left {
    text-align: left
}

body.home .Banner .bannerInfo .wrap ul li a .words .left h2 {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: inherit;
    color: #fff
}

body.home .Banner .bannerInfo .wrap ul li a .words .left p {
    font-family: SourceHanSansCN-Light;
    font-weight: 100;
    color: #fff;
    font-size: 10px
}

body.home .Banner .bannerInfo .wrap ul li a .perchs {
    height: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.home .Banner .bannerInfo .wrap ul li a:hover .perchs {
    height: 40px
}

body.home .Banner .bannerInfo .wrap ul li:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.02);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.02)
}

body.home .section1 {
    background-color: #fff
}

body.home .section1 .section_news {
    margin-left: -10px;
    margin-right: -10px
}

body.home .section1 .section_news .swiper-container {
    height: 400px
}

body.home .section1 .section_news .swiper-container .pagination .swiper-pagination-switch {
    width: 30px;
    height: 2px;
    background-color: #c6c6c6;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    border-radius: 0;
    cursor: pointer
}

body.home .section1 .section_news .swiper-container .pagination {
    bottom: 0
}

body.home .section1 .section_news .swiper-container .pagination .swiper-active-switch {
    background-color: #fc242e;
    width: 25px;
    border-radius: 0
}

body.home .section1 .section_news .NewsList {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.home .section1 .section_news .NewsList a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.home .section1 .section_news .NewsList a .imgs {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body.home .section1 .section_news .NewsList a .imgs:after {
    font-family: iconfont!important;
    content: "\e676";
    display: block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: roteasd 1s linear infinite;
    animation: roteasd 1s linear infinite;
    z-index: 0;
    font-size: 18px
}

body.home .section1 .section_news .NewsList a .imgs:before {
    content: "";
    display: block;
    padding-top: 60.1%
}

body.home .section1 .section_news .NewsList a .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2
}

body.home .section1 .section_news .NewsList a .words {
    padding-bottom: 26px
}

body.home .section1 .section_news .NewsList a .words h2 {
    padding: 26px 23px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4e
}

body.home .section1 .section_news .NewsList a .words p {
    font-size: 12px;
    color: #818181;
    padding: 0 23px
}

body.home .section1 .section_news .NewsList a .words p.News_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 23px
}

body.home .section1 .section_news .NewsList a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

body.home .section1 .section_news .NewsList a:hover h2 {
    color: #fc242e
}

body.home .section_header {
    padding-bottom: 10px
}

body.home .section_header .Titles {
    display: inline-block;
    background-color: #fc242e;
    padding: 12px 26px 12px 12px;
    color: #fff
}

body.home .section_header .Titles>* {
    vertical-align: middle
}

body.home .section_header .Titles span {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle
}

body.home .section_header .Titles span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #fec464;
    margin: 0 5px;
    vertical-align: middle
}

body.home .section_header .Titles b {
    font-size: 12px;
    font-weight: 400;
    color: #fec464;
    padding-top: 2px;
    display: inline-block;
}

body.home .section_header .more {
    float: right;
    color: #c6c6c6;
    font-size: 14px;
    padding: 12px 0 12px 12px
}

body.home .section_header .more:hover {
    color: #fbad31
}

body .wrapBanner {
    position: relative
}

body .wrapBanner .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff
}

body .wrapBanner .wrap h2 {
    padding-top: 15px;
    font-size: 25px;
    font-family: SourceHanSansSC-Bold
}

body .wrapBanner .wrap p {
    font-size: 12px;
    font-family: SourceHanSansCN-Light;
    letter-spacing: 2px
}

body .wrapBanner .imgTitle {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

body .section_hearder_Title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px
}

body .section_hearder_Title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fc242e;
    font-family: SourceHanSansSC-Bold
}

body .section_hearder_Title p {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4e
}

body #sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto
}

body .details_row {
    background-color: #f8f8f8;
    position: relative;
    min-height: 300px;
    background-position: 80%;
    background-repeat: no-repeat
}

body .details_row .menuperch {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 54px 15px 15px;
    background-color: #f0f0f0
}

body .details_row .menu,body .details_row .menuperch {
    width: 194px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .details_row .menu {
    position: relative;
    float: left;
    padding: 40px 15px 15px;
    z-index: 2
}

body .details_row .menu a {
    display: block;
    background-color: #fec464;
    color: #fff;
    padding: 13px 19px;
    font-size: 14px
}

body .details_row .menu a.active,body .details_row .menu a:hover {
    background-color: #fc242e
}

body .details_row .details_words {
    padding: 40px 38px 54px 230px
}

body .details_row .details_words p {
    line-height: 1.6;
    margin: 10px 0
}

body .details_row .details_words img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

body .details_row .details_words p {
    color: #818181;
    font-size: 12px;
    line-height: 1.8;
    margin: 5px 0
}

body .details_row .shfsItem {
    width: 100%;
    position: relative;
    margin-top: 10px
}

body .details_row .shfsItem:first-child {
    margin-top: 0
}

body .details_row .shfsItem video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    outline: none;
    display: none;
    z-index: 1
}

body .details_row .shfsItem img {
    display: block;
    width: 100%
}

body .details_row .shfsItem .wordImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

body .bodyBox_li {
    padding-bottom: 20px
}

body .bodyBox_li ul li {
    display: inline-block
}

body .bodyBox_li ul li a {
    display: inline-block;
    padding: 5px 20px;
    color: #222;
    font-size: 14px
}

body .bodyBox_li ul li a:hover {
    cursor: pointer
}

body .bodyBox_li ul li a.active,body .bodyBox_li ul li a:hover {
    color: #fff!important;
    background-color: #fec464;
    border-radius: 100px
}

body .NewsList {
    font-size: 0
}

body .NewsList.NewsListBSFC .list {
    display: inline-block;
    width: 24.23333333333%;
    margin-left: 1%;
    margin-bottom: 1%
}

body .NewsList.NewsListBSFC .list:first-child+div+div+div,body .NewsList.NewsListBSFC .list:first-child+div+div+div+div+div+div {
    margin-left: 1%
}

body .NewsList.NewsListBSFC .list:first-child+div+div+div+div,body .NewsList.NewsListBSFC .list:first-child+div+div+div+div+div+div+div+div {
    margin-left: 0
}

body .NewsList.NewsListBSFC .list a {
    height: 240px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08)
}

body .NewsList.NewsListBSFC .list a .img {
    width: 100%;
    height: 188px;
    overflow: hidden;
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body .NewsList.NewsListBSFC .list a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body .NewsList .list {
    display: inline-block;
    width: 32.66666666666666%;
    margin-left: 1%;
    margin-bottom: 1%
}

body .NewsList .list:first-child,body .NewsList .list:first-child+div+div+div,body .NewsList .list:first-child+div+div+div+div+div+div {
    margin-left: 0
}

body .NewsList .list a {
    display: block;
    position: relative;
    height: 287px;
    overflow: hidden
}

body .NewsList .list a .img {
    width: 100%;
    height: 188px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body .NewsList .list a .img img {
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body .NewsList .list a .wordsInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

body .NewsList .list a .wordsInfo h2 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4e;
    padding: 20px 23px;
    white-space: nowrap;
    text-overflow: ellipsis
}

body .NewsList .list a .wordsInfo .info,body .NewsList .list a .wordsInfo h2 {
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body .NewsList .list a .wordsInfo .info {
    font-size: 12px;
    padding: 0 23px;
    color: #818181;
    height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

body .NewsList .list a .wordsInfo p {
    font-size: 12px;
    color: #818181;
    padding: 0 23px 23px
}

body .NewsList .list a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08)
}

body .NewsList .list a:hover .wordsInfo h2 {
    color: #fec464
}

body .NewsList .list a:hover .wordsInfo .info {
    height: 45px
}

body .NewsList .list a:hover .img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

body .MapContent {
    position: relative
}

body .MapContent .chaiMapImgWords {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

body .MapContent .GreenStatus {
    width: 5px;
    height: 5px;
    background-color: #f5372d;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 43%;
    left: 50.8%;
}

body .MapContent .GreenStatus:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px;
    border-radius: 50%;
    -webkit-animation: GreenDot 1.5s ease-out 0s infinite;
    animation: GreenDot 1.5s ease-out 0s infinite;
    background-color: rgba(245,55,45,.5)
}

body .layui-laypage a,body .layui-laypage span {
    border: 0
}

body .layui-laypage a:hover {
    color: #fec464
}

body button,body button:hover,body button:link {
    outline: none
}

body .bodyBox {
    width: 100%
}

body .bodyBox .boxItem {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 10px
}

body .bodyBox .boxItem:first-child {
    margin-top: 0
}

body .bodyBox .boxItem p {
    text-align: center;
    font-size: 15px;
    padding: 10px 0
}

body .bodyBox .boxItem .boxItemdiv {
    width: 100%;
    height: 275px;
    line-height: 275px;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body .bodyBox .boxItem .boxItemdiv img {
    height: 180px;
    margin: 0 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

body .bodyBox .boxItem .boxItemdiv img:hover {
    -webkit-transform: translateY(-2px) scale(1.1);
    transform: translateY(-2px) scale(1.1)
}

body.jtyw_dy .details_row {
    background-color: #fff
}

body.jtyw_dy .details_row .menu,body.jtyw_dy .details_row .menuperch {
    background-color: transparent
}

body.jtyw_dy .details_row .details_words img {
    display: block;
    margin: 0 auto
}

body.jtyw .details_words {
    background-color: #fff;
    background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/djkcylwordbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

body.jtyw .details_row .menu,body.jtyw .details_row .menuperch {
    background-color: transparent
}

body .lxwm_top {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/kf_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-top: 40.6%
}

body .phone {
    width: 400px;
    position: absolute;
    top: 15%;
    left: 10%
}

body .phone img {
    width: 15%
}

body .phone p {
    font-size: 45px;
    font-weight: 700;
    color: #9e6d2e;
    margin: 10px 0
}

body .bottom {
    position: absolute;
    bottom: 20%;
    line-height: 30px;
    font-size: 18px;
    left: 10%
}

body .lxwm_item_top {
    margin-top: 50px;
    width: 100%;
    text-align: center
}

body .lxwm_item_top h3 {
    padding: 10px 0;
    color: #727272;
    font-size: 18px;
    background-color: #f8f8f8
}

body .lxwm_item {
    width: 100%;
    padding: 10px 50px;
    height: auto;
    margin: 0 auto
}

body .lxwm_item table tr:nth-child(2n) {
    background-color: #f8f8f8
}

body .lxwm_item table td {
    font-size: 14px;
    color: #222
}

body .lxwm_item table td p {
    color: #818181;
    line-height: 1.6
}

body .lxwm_item_left {
    width: 10%;
    height: 100px;
    float: left
}

body .lxwm_item_left img {
    width: 100%
}

body .lxwm_item_conter {
    width: 38%;
    height: 100px;
    float: left;
    padding: 0 30px;
    color: #4d4d4e;
    font-size: 16px;
    position: relative
}

body .lxwm_item_conter span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

body .lxwm_item_right {
    float: left;
    width: 52%;
    height: 100px;
    color: #818181;
    font-size: 14px;
    position: relative
}

body .right-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

body .search {
    width: 100%;
    height: 40px;
    line-height: 20px;
    border: 1px solid #fc242e;
    font-size: 15px
}

body .search i {
    float: left;
    line-height: 40px;
    margin-left: 10px
}

body .search input {
    width: 80%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin-left: 10px;
    padding: 10px 0;
    background: transparent
}

body .search .searchBtn {
    float: right;
    height: 100%;
    width: 15%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #fc242e;
    cursor: pointer
}

body .screen_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f8;
    margin: 20px 0;
    padding: 2.5%
}

body .screen_box .screen_item {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .screen_box .screen_item .item_tile {
    width: 10%;
    margin: 5px 0;
    padding: 2px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

body .screen_box .screen_item ul {
    width: 90%
}

body .screen_box .screen_item ul li {
    cursor: pointer;
    padding: 3px 10px;
    font-size: 13px;
    margin: 5px 10px;
    display: inline-block;
    border: 1.5px solid #f9f9f8;
    border-radius: 5px
}

body .screen_box .screen_item select,body .screen_box .screen_item ul li.active {
    border: 1.5px solid #fc242e;
    font-weight: 700;
    color: #fc242e
}

body .screen_box .screen_item ul li.active a{
    color: #fc242e
}
body .screen_box .screen_item select {
    margin: 5px 10px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px
}

body .screen_box .screen_item select option {
    color: #000;
    font-weight: 400
}

body .jobItem {
    margin: 30px 0;
    padding: 30px 35px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ccc;
    position: relative
}

body .jobItem,body .jobItem .jobBox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .jobItem .jobBox {
    display: inline-block;
    line-height: 40px
}

body .jobItem .jobBox h3 {
    font-weight: 700;
    font-size: 16px
}

body .jobItem .jobBox i {
    font-size: 14px;
    color: #aaa
}

body .jobItem .jobBtn {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -20px
}

body .jobItem .jobBtn a {
    display: block
}

body .jobItem .jobBtn span {
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    background-color: #ffc463;
    border-radius: 10px
}

body .zwInfo {
    margin: 0 20px;
    padding: 20px;
    border-top: 1px solid #e5e5e5
}

body .zwInfo h5 {
    line-height: 25px;
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 40px
}

body .zwInfo h6 {
    color: #fc242e;
    font-weight: 700
}

body .zwInfo h6,body .zwInfo p {
    line-height: 30px;
    font-size: 14px
}

body .zwInfo p {
    color: #a7a7a7
}

body .deliveryAdress {
    margin: 0 20px;
    padding: 20px
}

body .deliveryAdress p {
    line-height: 30px;
    font-size: 14px;
    color: #a7a7a7
}

body .YaerSelect {
    background-color: #fec464;
    text-align: center;
    height: 40px;
    line-height: 40px
}

body .YaerSelect select {
    background-color: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #fff
}

body .YaerSelect select option {
    color: #222222;
}

body .Time_line_item_Right {
    width: 50%;
    height: auto;
    padding: 20px 20px 20px 40px;
    text-align: left;
    margin-left: 50%;
    position: relative;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .Time_line_item_Right:after {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c5c5c5
}

body .Time_line_item_Right img {
    width: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 2;
    cursor: pointer
}

body .Time_line_item_Right .line_content h3 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
    color: #fc242e;
    font-weight: 700;
    padding-left: 18px
}

body .Time_line_item_Right .line_content p {
    color: #818181;
    font-size: 13px;
    margin-top: 20px;
    text-align: left;
    text-indent: 0
}

body .Time_line_item_left {
    width: 50%;
    height: auto;
    text-align: right;
    position: relative;
    padding: 20px 40px 20px 20px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .Time_line_item_left:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c5c5c5
}

body .Time_line_item_left:last-child {
    border-right: none
}

body .Time_line_item_left img {
    width: 40px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 2;
    cursor: pointer
}

body .Time_line_item_left .line_content h3 {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 18px;
    color: #fc242e;
    font-weight: 700;
    padding-right: 18px
}

body .Time_line_item_left .line_content p {
    color: #818181;
    font-size: 13px;
    margin-top: 20px
}

body .bshglist {
    font-size: 0
}

body .bshglist .list {
    display: inline-block;
    width: 24.23333333333%;
    margin-left: 1%;
    margin-bottom: 1%
}

body .bshglist .list:first-child,body .bshglist .list:first-child+div+div+div+div {
    margin-left: 0
}

body .bshglist .list a {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body .bshglist .list a .img {
    width: 100%
}

body .bshglist .list a .img img {
    width: 100%;
    display: block
}

body .bshglist .list a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

body .bshglist .list .infowords h2 {
    padding: 15px 18px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #222
}
.news_details_lists{
    font-size: 0;
}

.news_details_lists li{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.news_details_lists li img{
    display: block;
    width: 100%;
}
.news_details_lists li p{
    font-size:12px!important;
    color: #818181;
    padding: 10px 0;
    padding-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}
.news_details_logoListOne{
    font-size: 0;
    text-align: center;
    width: 510px;
    margin: 0 auto;
}
.news_details_logoListOne li{
    float: left;
    width: 160px;
    height: 160px;
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.news_details_logoListOne.news_details_logoListOne1{
    width: 100%;
}
.news_details_logoListOne.news_details_logoListOne1 li{
    width: 264px;
    height: 264px;
}
.news_details_logoListOne li .icon{
    width: 100%;
    height: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_details_logoListOne li p{
    font-size:12px!important;
    color: #3E3A39!important;
    font-weight: bold!important;
    line-height: 1.2!important;
    margin: 5px 0!important;
}
.news_details_logoListOne.news_details_logoListOne1 li p{
    margin: 5px 0!important;
}
.news_details_logoListOne.news_details_logoListOne1 li:nth-child(1n){
    margin-right: 15px;
    margin-left: 5px;
}
.news_details_logoListOne.news_details_logoListOne1 li:nth-child(3n){
    margin-right: 0;
    margin-left: 0;
}
.news_details_logoListOne li:nth-child(3n){
    margin-right: 0;
}
@media screen and (max-width: 940px) {
    .news_details_logoListOne{
        width: 280px;
    }
    .news_details_logoListOne li{
        width: 90px;
        height: 90px;
        margin:5px 2px;
        overflow: hidden;
    }
    .news_details_logoListOne li p{
        font-size:12px!important;
    }
    .news_details_logoListOne.news_details_logoListOne1{
        text-align: center;
        width: 270px;
    }
    .news_details_lists li{
        display:block;
        width: 100%;
    }
    .pop {
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        z-index: 1000
    }

    .pop.popflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .pop.popCluster {
        background-color: #fff;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .pop.popCluster .wrap {
        max-height: 95%;
        overflow-y: scroll
    }

    .pop.popCluster .wrap .sloganImg {
        display: block;
        margin: 0 auto 5%
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row {
        margin-top: 20px;
        font-size:0;
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row .item {
        width: 33%;
        display: inline-block;
        padding: 10px 0;
        vertical-align: top
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row .item h2 {
        color: #fc242e;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row .item li {
        line-height: 1.8
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row .item li a {
        color: #727272;
        font-size: 12px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .pop.popCluster .wrap .leftMenu .menus_item_row .item li a:hover {
        color: #fc242e
    }

    .pop.popCluster .wrap .leftMenu .sloganImg {
        margin-top: 5%
    }

    .pop.popCluster .wrap .btn_popCluster_close {
        position: fixed;
        right: 2%;
        top: 2%
    }

    .pop.popCluster .wrap .rightInfo {
        position: static;
        bottom: 0;
        right: 0
    }

    .pop.popCluster .wrap .rightInfo .wxCode_row {
        text-align: center
    }

    .pop.popCluster .wrap .rightInfo .wxCode_row p {
        color: #727272;
        font-size: 12px;
        padding-top: 12px
    }

    .pop.popCluster .wrap .rightInfo .linker_btns {
        position: relative;
        margin-top: 15%;
        text-align: center
    }

    .pop.popCluster .wrap .rightInfo .linker_btns:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #727272;
        position: absolute;
        top: 100%;
        left: 0
    }

    .pop.popCluster .wrap .rightInfo .linker_btns a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin: 0 10px;
        color: #727272
    }

    .pop.popCluster .wrap .rightInfo .linker_btns a:hover {
        color: #fc242e
    }

    body {
        min-width: inherit;
        margin: 0 auto;
        overflow-x: hidden;
        font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
    }

    body .wrap {
        position: relative;
        width: 95%;
        margin: 0 auto
    }

    body .header {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 0 #dadada;
        box-shadow: 0 0 20px 0 #dadada;
        text-align: center;
        padding: 0;
        line-height: 80px;
        z-index: 22
    }

    body .header .wrap {
        position: relative!important
    }

    body .header .logoImg {
        float: left;
        display: inline-block
    }

    body .header .logoImg img {
        display: inline-block;
        height: 30px
    }

    body .header .Menu_row {
        white-space: nowrap
    }

    body .header .Menu_row ul {
        display: inline-block;
        vertical-align: middle;
        display: none
    }

    body .header .Menu_row ul li {
        display: inline-block
    }

    body .header .Menu_row ul li a.a1 {
        display: block;
        padding: 0 20px;
        color: #4d4d4e;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px
    }

    body .header .Menu_row ul li dl {
        position: absolute;
        top: 96%;
        left: 0;
        width: 100%;
        background-color: #fe372d;
        display: none;
        height: 45px;
        line-height: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    body .header .Menu_row ul li dl dd {
        display: inline-block;
        height: 40px;
        line-height: 40px
    }

    body .header .Menu_row ul li dl dd a {
        display: inline-block;
        color: #fd9da0;
        height: 45px;
        line-height: 45px;
        margin: 0 2%;
        white-space: nowrap
    }

    body .header .Menu_row ul li dl dd a:hover {
        color: #fff
    }

    body .header .Menu_row ul li:hover a.a1 {
        color: #ff432b
    }

    body .header .Menu_row ul li:hover dl {
        display: block
    }

    body .header .Menu_row ul li.active a.a1 {
        color: #ff432b
    }

    body .header .Menu_row ul li.active dl {
        display: block
    }

    body .header .Menu_row .headlink {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        vertical-align: middle;
        width: 75%;
        text-align: right
    }

    body .header .Menu_row .headlink dl dd {
        display: inline-block
    }

    body .header .Menu_row .headlink dl dd .searchs_main {
        position: fixed;
        top: 80px;
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    body .header .Menu_row .headlink dl dd a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 32px;
        color: #d3d3d3;
        text-align: center;
        border: 1px solid #d3d3d3;
        margin-left: 2%
    }

    body .header .Menu_row .headlink dl dd a:first-child {
        margin-left: 0
    }

    body .header .Menu_row .headlink dl dd a:hover {
        background-color: #fec464;
        border-color: #fec464
    }

    body .header .Menu_row .headlink dl dd a:hover i {
        color: #fff
    }

    body .header .Menu_row .labelLine {
        position: absolute;
        bottom: 0;
        display: inline-block;
        background-color: #ff432b;
        width: 72px;
        height: 4px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: none!important;
    }

    body .search_row {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999
    }

    body .search_row .masks {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6)
    }

    body .search_row .searchIn_row {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 600px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        font-size: 0
    }

    body .search_row .searchIn_row .search_input_row {
        width: 80%;
        height: 60px;
        border-radius: 30px 0 0 30px;
        background-color: #fff;
        display: inline-block;
        vertical-align: middle
    }

    body .search_row .searchIn_row .search_input_row input {
        background-color: transparent;
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        outline: none
    }

    body .search_row .searchIn_row .search_btn_row {
        width: 20%;
        height: 60px;
        border-radius: 0 30px 30px 0;
        background-color: #fc242e;
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

    body .search_row .searchIn_row .search_btn_row:after {
        content: "";
        display: block;
        width: 2px;
        height: 40px;
        background-color: #fc242e;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -20px
    }

    body .search_row .searchIn_row .search_btn_row button {
        width: 100%;
        height: 100%;
        border: 0;
        background-color: transparent;
        outline: none;
        font-size: 16px
    }

    body .search_row .searchIn_row .search_btn_row button i {
        font-size: 26px;
        outline: none
    }

    body .search_row .searchIn_row .search_btn_row button>* {
        vertical-align: middle;
        color: #fff
    }

    body .search_row .searchIn_row .search_btn_close {
        margin: 120px auto 0;
        background-color: transparent;
        display: inline-block;
        border: 0;
        outline: none
    }

    body .search_row .searchIn_row .search_btn_close i {
        font-size: 34px;
        color: #fff
    }

    body .section {
        padding: 20px 0
    }

    body .footer {
        text-align: center;
        position: relative;
        z-index: 20
    }

    body .footer .bgimg {
        width: 100%
    }

    body .footer .footer_top {
        background-color: #f8f8f8;
        padding: 10px 0
    }

    body .footer .footer_top .wrap>* {
        vertical-align: middle
    }

    body .footer .footer_top .linker_Mode {
        display: block;
        margin: 10px 0
    }

    body .footer .footer_top .linker_Mode a {
        display: inline-block;
        width: 30px;
        height: 24px;
        margin: 0 4px;
        background-size: 100%;
        background-position: top!important;
        text-align: center;
        border-radius: 20px;
        -webkit-transition: all .2s;
        transition: all .2s;
        position: relative
    }

    body .footer .footer_top .linker_Mode a img {
        position: absolute;
        bottom: 100%;
        left: -100%;
        display: none
    }

    body .footer .footer_top .linker_Mode a:hover {
        background-position: bottom!important
    }

    body .footer .footer_top .linker_Mode a:hover img {
        display: block
    }

    body .footer .footer_top .footerTopSanjaio {
        display: none
    }

    body .footer .footer_bottom {
        padding: 10px 0;
        background-color: #fe372d
    }

    body .footer .footer_bottom .wrap {
        text-align: center;
        color: #fff;
        font-size: 12px
    }

    body .footer .footer_bottom .wrap .bottomSanJiaoImg {
        position: absolute;
        bottom: 124%;
        left: 4px
    }

    body .fl,body .fr {
        float: none
    }

    body.home .Banner {
        position: relative
    }

    body.home .Banner .perch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 35px;
        color: #fc242e;
        display: none
    }

    body.home .Banner .perch:after {
        font-family: iconfont!important;
        content: "\e676";
        display: block;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation: roteasd 1s linear infinite;
        animation: roteasd 1s linear infinite
    }

    body.home .Banner .perch:before {
        content: "";
        display: block;
        padding-top: 40%
    }

    body.home .Banner .banner {
        position: static;
        width: 100%;
        height: 220px
    }

    body.home .Banner .banner .swiperiBgImg {
        width: 100%;
        background-size: cover;
        background-position: 50%;
        display: block;
        height: 100%
    }

    body.home .Banner .banner .swiperiBgImg:before {
        content: "";
        display: block;
        padding-top: 0
    }

    body.home .Banner .banner .arrow-left {
        background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/arrows-right.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        z-index: 99
    }

    body.home .Banner .banner .pagination {
        bottom: 0
    }

    body.home .Banner .banner .arrow-right {
        background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/arrows-left.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        z-index: 99
    }

    body.home .Banner .bannerInfo {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABkCAYAAAAMhImNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhDMkY4NjMwMzVFNDExRUI5Qjk1RUQzRUUwNUU4OUYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhDMkY4NjMxMzVFNDExRUI5Qjk1RUQzRUUwNUU4OUYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEMyRjg2MkUzNUU0MTFFQjlCOTVFRDNFRTA1RTg5RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEMyRjg2MkYzNUU0MTFFQjlCOTVFRDNFRTA1RTg5RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hAHHlAAAAYklEQVR42uzOMQ0AIBAEsIMEK0wsuMC/HRZk8EOroG2ufZKM/Hd7CpGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRqZZ5AgwA9xwCk/woPPwAAAAASUVORK5CYII=);
        background-size: 100% 100%
    }

    body.home .Banner .bannerInfo .wrap {
        height: auto
    }

    body.home .Banner .bannerInfo .wrap ul {
        position: static;
        bottom: 0;
        width: 100%;
        left: 0;
        font-size: 0;
        padding-bottom: 2%
    }

    body.home .Banner .bannerInfo .wrap ul li {
        display: inline-block;
        vertical-align: bottom;
        width: 49%;
        margin: 2% 0 0;
        background-color: #4eafd7
    }

    body.home .Banner .bannerInfo .wrap ul li:first-child {
        margin-left: 0
    }

    body.home .Banner .bannerInfo .wrap ul li:first-child+li {
        background-color: #4eb8ba;
        margin-left: 2%
    }

    body.home .Banner .bannerInfo .wrap ul li:first-child+li+li {
        background-color: #2ac276
    }

    body.home .Banner .bannerInfo .wrap ul li:first-child+li+li+li {
        background-color: #fbad31;
        margin-left: 2%
    }

    body.home .Banner .bannerInfo .wrap ul li a .words {
        text-align: center;
        height: 100px;
        padding: 10px 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(/web/20220115201040im_/http://kinbelgroup.cn/images/renImg1.png);
        background-repeat: no-repeat;
        background-size: auto 80%;
        background-position: 100% 0
    }

    body.home .Banner .bannerInfo .wrap ul li a .words .left {
        text-align: left;
        max-width: 75%
    }

    body.home .Banner .bannerInfo .wrap ul li a .words .left h2 {
        font-family: SourceHanSansCN-Normal;
        font-size: 16px;
        font-weight: inherit;
        color: #fff
    }

    body.home .Banner .bannerInfo .wrap ul li a .words .left p {
        font-family: SourceHanSansCN-Light;
        font-weight: 100;
        color: #fff;
        font-size: .8rem;
        white-space: nowrap
    }

    body.home .Banner .bannerInfo .wrap ul li a .perchs {
        height: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    body.home .Banner .bannerInfo .wrap ul li a:hover {
        padding-top: 40px
    }

    body.home .Banner .bannerInfo .wrap ul li a:hover .perchs {
        height: 0
    }

    body.home .Banner .bannerInfo .wrap ul li:hover {
        -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.02);
        box-shadow: 0 0 5px 2px rgba(0,0,0,.02)
    }

    body.home .section1 {
        background-color: #fff
    }

    body.home .section1 .section_news {
        margin-left: -10px;
        margin-right: -10px
    }

    body.home .section1 .section_news .swiper-container {
        height: 348px
    }

    body.home .section1 .section_news .swiper-container .pagination .swiper-pagination-switch {
        width: 30px;
        height: 4px;
        background-color: #c6c6c6;
        border-radius: 100%;
        display: inline-block;
        margin: 0 5px;
        border-radius: 0;
        cursor: pointer
    }

    body.home .section1 .section_news .swiper-container .pagination {
        bottom: 0
    }

    body.home .section1 .section_news .swiper-container .pagination .swiper-active-switch {
        background-color: #fc242e;
        width: 25px;
        border-radius: 0
    }

    body.home .section1 .section_news .NewsList {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    body.home .section1 .section_news .NewsList a {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    body.home .section1 .section_news .NewsList a .imgs {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    body.home .section1 .section_news .NewsList a .imgs:after {
        font-family: iconfont!important;
        content: "\e676";
        display: block;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation: roteasd 1s linear infinite;
        animation: roteasd 1s linear infinite;
        z-index: 0;
        font-size: 18px
    }

    body.home .section1 .section_news .NewsList a .imgs:before {
        content: "";
        display: block;
        padding-top: 206px
    }

    body.home .section1 .section_news .NewsList a .imgs img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 2
    }

    body.home .section1 .section_news .NewsList a .words {
        padding-bottom: 26px
    }

    body.home .section1 .section_news .NewsList a .words h2 {
        padding: 26px 23px 15px;
        font-size: 16px;
        font-weight: 700;
        color: #4d4d4e
    }

    body.home .section1 .section_news .NewsList a .words p {
        font-size: 12px;
        color: #818181;
        padding: 0 23px
    }

    body.home .section1 .section_news .NewsList a .words p.News_info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0 23px
    }

    body.home .section1 .section_news .NewsList a:hover {
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    body.home .section1 .section_news .NewsList a:hover h2 {
        color: #fc242e
    }

    body.home .section_header {
        padding-bottom: 10px
    }

    body.home .section_header .Titles {
        display: inline-block;
        background-color: #fc242e;
        padding: 12px 26px 12px 12px;
        color: #fff
    }

    body.home .section_header .Titles>* {
        vertical-align: top
    }

    body.home .section_header .Titles span {
        font-size: 16px;
        font-weight: 400;
        vertical-align: middle
    }

    body.home .section_header .Titles span:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 18px;
        background-color: #fec464;
        margin: 0 5px;
        vertical-align: middle
    }

    body.home .section_header .Titles b {
        font-size: 12px;
        font-weight: 400;
        color: #fec464
    }

    body.home .section_header .more {
        float: right;
        color: #c6c6c6;
        font-size: 14px;
        padding: 12px 0 12px 12px
    }

    body.home .section_header .more:hover {
        color: #fbad31
    }

    body #sidebar.sticky {
        left: 0
    }

    body .wrapBanner {
        position: relative;
        height: 120px
    }

    body .wrapBanner .wrap {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    body .wrapBanner img.w-100 {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    body .wrapBanner .imgTitle {
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    body .section_hearder_Title {
        text-align: center;
        padding-bottom: 30px;
        padding-top: 10px
    }

    body .section_hearder_Title h2 {
        font-size: 22px;
        font-weight: 700;
        color: #fc242e;
        font-family: SourceHanSansSC-Bold
    }

    body .section_hearder_Title p {
        font-size: 16px;
        font-weight: 700;
        color: #4d4d4e
    }

    body .details_row {
        background-color: #f8f8f8;
        position: relative;
        min-height: 300px;
        background-position: 80%;
        background-repeat: no-repeat
    }

    body .details_row .menuperch {
        position: absolute;
        top: 0;
        left: 0;
        width: 170px;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 54px 15px 15px;
        background-color: #f0f0f0;
        display: none
    }

    body .details_row .menu {
        position: relative;
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        background-color: #f0f0f0!important;
        z-index: 2;
        white-space: nowrap;
        overflow-y: scroll
    }

    body .details_row .menu a {
        display: inline-block;
        background-color: #fec464;
        color: #fff;
        padding: 8px;
        font-size: 12px
    }

    body .details_row .menu a.active,body .details_row .menu a:hover {
        background-color: #fc242e
    }

    body .details_row .details_words {
        padding: 10px!important
    }

    body .details_row .details_words p {
        text-indent: 0;
        font-size: 14px;
        line-height: 1.6;
        margin: 10px 0
    }

    body .details_row .details_words img {
        max-width: 100%
    }

    body .layui-laypage a,body .layui-laypage span {
        padding: 0 12px
    }

    body .NewsList {
        font-size: 0
    }

    body .NewsList.NewsListBSFC .list {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    body .NewsList.NewsListBSFC .list:first-child+div+div+div,body .NewsList.NewsListBSFC .list:first-child+div+div+div+div,body .NewsList.NewsListBSFC .list:first-child+div+div+div+div+div+div,body .NewsList.NewsListBSFC .list:first-child+div+div+div+div+div+div+div+div {
        margin-left: 0
    }

    body .NewsList .list {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.08)
    }

    body .NewsList .list a {
        height: 322px
    }

    body .NewsList .list a .wordsInfo .info {
        height: auto
    }

    body .NewsList .list a:hover {
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.08)
    }

    body .NewsList .list a:hover .wordsInfo h2 {
        color: #fc242e
    }

    body .NewsList .list a:hover .wordsInfo .info {
        height: auto
    }

    body .bodyBox {
        width: 100%
    }

    body .bodyBox .boxItem .boxItemdiv {
        height: 120px;
        line-height: 120px
    }

    body .bodyBox .boxItem .boxItemdiv img {
        height: 60%;
        width: auto;
        margin: 0 4%
    }

    body .bshglist {
        font-size: 0
    }

    body .bshglist .list {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }

    body .bshglist .list:first-child,body .bshglist .list:first-child+div+div+div+div {
        margin-left: 0
    }

    body .bshglist .list a {
        display: block;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.08)
    }

    body .bshglist .list a .img {
        width: 100%
    }

    body .bshglist .list a .img img {
        width: 100%;
        display: block
    }

    body .bshglist .list a:hover {
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    body .bshglist .list .infowords h2 {
        padding: 15px 18px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 16px;
        color: #222
    }

    body .phone img {
        width: 7%
    }

    body .bottom,body .phone p {
        font-size: 1.2rem
    }

    body .bottom {
        bottom: 10px;
        line-height: 1.6
    }

    body .lxwm_item {
        padding: 10px;
        height: auto
    }

    body .lxwm_item table td {
        padding: 5px
    }

    body .lxwm_item table td:nth-child(2) {
        width: 20%!important
    }

    body .details_row .shfsItem .wordImg {
        height: 60%
    }
    body .search input{
        width: 60%;
    }
    body .jobItem{
        padding: 10px;
    }
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center,.pages {
    text-align: center
}

.layui-laypage {
    margin: 20px 0
}

body .details_row .details_words p {
    font-size: 13px;
}
.FooterLinkers{
    padding-top: 30px;
}
.FooterLinkers a{
    color: #818181;
    font-size: 14px;
    display: block;
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.FooterLinkers a:hover{
    color: #ff432b;
}
body .details_row .details_words b,body .details_row .font-weight-bold {
    font-family: SourceHanSansSC-Bold;
    font-weight: 700!important
}

.Underdevelopment{
    position: relative;
}
.Underdevelopment::before{
    content: "正在完善中，敬请期待...";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    transform: translate(-50%,-50%);
}
.search_words{
    text-align: left;
    padding: 10px 0;
    padding-bottom: 0;
    color: #aeaeae;
}
.search_words b{
    font-size:16px;
    font-weight: bold;
    color: #585858;
}
.search_words em{
    font-style: normal;
}
body .jobItem .jobBox .jobInfo p{
    font-size: 13px;
    line-height: 1.6;
    padding-top: 15px;
    color: #727272;
}
body .jobItem .jobBox h3 label{
    margin: 0 5px;
    padding: 4px 8px;
    color: #ffffff;
    background-color: #fec464;
    border-radius: 5px;
}

/*
     FILE ARCHIVED ON 20:10:40 Jan 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:33:40 Dec 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1333.465
  exclusion.robots: 0.102
  exclusion.robots.policy: 0.089
  cdx.remote: 0.074
  esindex: 0.011
  LoadShardBlock: 275.15 (3)
  PetaboxLoader3.datanode: 37.654 (4)
  load_resource: 65.478
  PetaboxLoader3.resolve: 24.326
*/