/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.banner {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}

.banner .swiper-wrapper {
    width: 100%;
    height: 700px;
}

.banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(../images/arrowPrev.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner:hover .slider-btn-prev {
    left: 10%;
}

.banner .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(../images/arrowNext.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}


.yebl {
    width: 1300px;
    margin: 0 auto;
}


/* tit-box */
.tit-box {
    text-align: center;
}

.tit-box .ex {
    display: block;
    font-family: Arial;
    font-size: 61px;
    font-weight: bold;
    line-height: 50px;
    color: #f2f2f2;
    position: relative;
    z-index: 8;
    top: 25px;
    left: 0;
}

.tit-box .ex span {
    font-family: Arial;
    font-size: 61px;
    font-weight: bold;
    line-height: 50px;
    color: #f2f2f2;
}

.tit-box .em {
    position: relative;
    z-index: 9;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.tit-box>i {
    display: block;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 16px;
    color: #666666;
}

/* bigBox1 */
.bigBox1 {
    position: relative;
    overflow: hidden;
}

.pro-box {
    padding: 40px 0 0 0;
}

.slide-pro .hd ul {
    margin-top: 50px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    height: 164px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 0 60px;
}

.slide-pro .hd ul li {
    text-align: center;
    padding-top: 28px;
}

.slide-pro .hd ul li .icon {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    overflow: hidden;
}

.slide-pro .hd ul li .icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 33px;
    background: url(../images/proi2.png) no-repeat center;
    background-size: cover;
}

.slide-pro .hd ul li .icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #bc1e12;
}

.slide-pro .hd ul li.on .icon::before {
    background: url(../images/pori1.png) no-repeat center;
}

.slide-pro .hd ul li.on .icon::after {
    width: 70px;
    height: 70px;
}

.slide-pro .hd ul li .tit {
    display: block;
    text-align: center;
    margin-top: 10px;
    line-height: 42px;
    color: #333333;
}

.sw-pro li{
    opacity: 0;
}

.sw-pro .swiper-slide-active{
    opacity: 1 !important;
}

.sw-pro li .im {
    display: inline-block;
    overflow: hidden;
    width: 628px;
    height: 440px;
    background-color: #ffffff;
    border: solid 10px #f5f5f5;
}

.sw-pro li .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sw-pro li:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.sw-pro li .text {
    display: inline-block;
    vertical-align: top;
    width: 577px;
    margin-left: 69px;
}

.sw-pro li .text .tit {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 55px 0 20px;
}

.sw-pro li .text .tit::before {
    /*content: "";*/
}

.sw-pro li .text .desc {
    display: block;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 42px;
    color: #808080;
}

.sw-pro li .text .desc::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}


.sw-pro li .text .desc::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #bc1e12;
}

.sw-pro li:hover .text .desc::after {
    width: 100%;
}

.myPro {
    position: relative;
}

.myPro .contorl {
    position: absolute;
    left: 726px;
    bottom: 92px;
}

.myPro .contorl span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-color: #333333;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
}

.myPro .contorl span::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bc1e12;
}

.myPro .contorl span.active::after {
    width: 40px;
    height: 40px;
}

.myPro .contorl>a {
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    margin-right: 25px;
}

.myPro .contorl>a i {
    color: #bc1e12;
}

.myPro .contorl>a::before {
    content: "";
    display: inline-block;
    width: 88px;
    margin: 0 19px 0 27px;
    height: 1px;
    background-color: #333333;
    vertical-align: middle;
}



.pro-bot li {
    display: inline-block;
    width: 300px;
    padding: 5px;
    height: 275px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 35px 28px 0 0;
    background-color: #f8f8f8;
}

.pro-bot li:last-child {
    margin-right: 0;
}

.pro-bot li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    background: #bc1e12;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.pro-bot li:hover::after {
    height: 100%;
}

.pro-bot li .im {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 205px;
    box-sizing: border-box;
    background-color: #ffffff;
}


.pro-bot li .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-bot li:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pro-bot li .tit {
    display: block;
    font-size: 16px;
    width: 70%;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 25px 0 0 15px;
}

.pro-bot li .more {
    position: absolute;
    bottom: 20px;
    right: 9px;
    font-family: Arial;
    font-size: 12px;
    font-size: 12px;
    color: #999999;
}

.pro-bot li:hover a {
    color: #fff;
}

.pro-bd .bd>div {
    height: 475px;
    margin-top: 66px;
}

.pro-con {
    position: relative;
}


.pro-con>span {
    position: absolute;
    right: -265px;
    top: 390px;
    font-family: Arial;
    font-size: 100px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 6px;
    color: #fcfcfc;
}


/* adv-con */
.adv-con {
    padding: 70px 40px 0;
    width: 1300px;
    height: 650px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.adv-con li .lt-left {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 120px;
    height: 490px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    z-index: 9;
    padding: 63px 0 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.adv-con li .lt-left::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    background: #bc1e12;
}

.adv-con li.active .lt-left::after {
    width: 100%;
}

.adv-con li {
    overflow: hidden;
    width: 120px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.adv-con li.active {
    width: 740px;
}

.adv-con li .lt-left .icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-size: contain;
}

.adv-con li.active .lt-left .tit {
    color: #fff;
}


.adv-con li:nth-child(1) .lt-left .icon {
    background: url(../images/ai1.png) no-repeat center center;
}

.adv-con li:nth-child(2) .lt-left .icon {
    background: url(../images/ai2.png) no-repeat center center;
}

.adv-con li:nth-child(3) .lt-left .icon {
    background: url(../images/ai3.png) no-repeat center center;
}

.adv-con li:nth-child(4) .lt-left .icon {
    background: url(../images/ai4.png) no-repeat center center;
}


.adv-con li.active:nth-child(1) .lt-left .icon {
    background: url(../images/ai12.png) no-repeat center center;
}

.adv-con li.active:nth-child(2) .lt-left .icon {
    background: url(../images/ai22.png) no-repeat center center;
}

.adv-con li.active:nth-child(3) .lt-left .icon {
    background: url(../images/ai32.png) no-repeat center center;
}

.adv-con li.active:nth-child(4) .lt-left .icon {
    background: url(../images/ai42.png) no-repeat center center;
}

.adv-con li .lt-left .tit {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 15px;
    color: #333333;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.adv-con li .lt-left span {
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 3px;
    color: #bc1e12;
    opacity: 0.1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.adv-con li.active .lt-left span {
    color: #ffffff;
    opacity: 0.1;
}

.adv-con li .lt-left .ew {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    color: #cccccc;
}

.adv-con li.active .lt-left .ew {
    color: #ffffff;
}

.lt-right {
    position: absolute;
    top: 0;
    left: 151px;
    display: inline-block;
    vertical-align: top;
    width: 590px;
}

.lt-right img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.lt-right p {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
    font-size: 14px;
    line-height: 42px;
    color: #808080;
}

.adv-box .tit-box {
    margin: 55px 0;
}

.adv-con {
    box-shadow: 0 25px 35px -25px rgba(0, 0, 0, 0.2);
}

/* service */
.service {
    margin-top: 125px;
    display: flex;
    justify-content: space-between;
}

.service-box {
    position: relative;
}

.service-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
    left: 0;
    bottom: 89px;
}

.service li {
    background-color: #fff;
    width: 260px;
    height: 180px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    position: relative;
    padding: 50px 30px 0;
}

.service li::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 9;
    opacity: 0;
    width: 0;
    height: 0;
    top: -30px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    background: url(../images/j12.png) no-repeat center;
}

.service li:nth-child(2):before{
    background: url(../images/j22.png) no-repeat center;
}


.service li:nth-child(3):before{
    background: url(../images/j32.png) no-repeat center;
}

.service li:nth-child(4):before{
    background: url(../images/j42.png) no-repeat center;
}

.service li.active::before{
    width: 60px;
    height: 60px;
    opacity: 1;
}


.service li img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.service li p {
    text-align: center;
}

.service li p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
}

.service li p:nth-child(1)::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #bc1e12;
    margin: 15px auto 10px;
}

.service li p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    color: #808080;
}

.bigBox1>.sj {
    position: absolute;
    bottom: 152px;
    right: 0px;
    z-index: -1;
}

/* commer-box */
.commer-box {
    overflow: hidden;
    padding: 80px 0 80px;
}

.com-con {
    padding: 0 49px 0 115px;
    height: 220px;
    box-sizing: border-box;
    position: relative;
    background-attachment: fixed;
    background: url(../images/xz-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.com-con>img {
    position: relative;
    top: -77px;	left: 70px;
}


.com-con>p i {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
    margin-top: 68px;
}

.com-con>p span {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
    display: inline-block;
    padding-left: 147px;
    position: relative;
}

.com-con>p span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    display: inline-block;
    width: 120px;
    height: 1px;
    background-color: #cccccc;
}

.com-con>div img {
    display: block;
    margin-left: auto;
}

.com-con>div p {
    margin-top: 26px;
    width: 350px;
    height: 45px;
    background-color: #bc1e12;
    box-sizing: border-box;
    line-height: 45px;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0 0 0 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.com-con>div p:hover {
    transform: translateY(-8px);
}

.com-con>div p i {
    font-size: 20px;
    font-weight: bold;
}

.com-con>div p a {
    display: inline-block;
    height: 100%;
    float: right;
    padding: 0 22px;
    font-size: 14px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* bigBox2 */
.bigBox2 {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.bigBox2::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    
    top: 748px;
    width: 625px;
    height: 1249px;
    /*background: url(../images/sj2.png) no-repeat center;*/
    background-size: cover;
    

    /* top: 665px;
    width: 422px;
    height: 902px;
    background: url(../images/sj2.png) no-repeat center;
    background-size: contain; */

    z-index: -1;
}


.case-box {
    position: relative;
}

.case-box::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -2;
    left: 0;
    width: 100%;
    height: 881px;
    background: url(../images/case-bg.jpg) no-repeat center;
    background-size: cover;
}

.slide-case .hd ul {
    width: 360px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slide-case .hd ul li {
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    z-index: 9;
    margin-bottom: 40px;
    color: #333333;
}

.slide-case .hd ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #bc1e12;
}

.slide-case .hd ul li.on::before {
    width: 100%;
}

.slide-case .hd ul li.on a {
    color: #fff;
}

.slide-case .hd ul li .icon {
    vertical-align: middle;
    margin-right: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background: url(../images/ci1.png) no-repeat center center;
}

.slide-case .hd ul li:nth-child(2) .icon {
    background: url(../images/ci2.png) no-repeat center center;
}

.slide-case .hd ul li:nth-child(3) .icon {
    background: url(../images/ci3.png) no-repeat center center;
}

.slide-case .hd ul li:nth-child(4) .icon {
    background: url(../images/ci4.png) no-repeat center center;
}

.slide-case .hd ul li:nth-child(5) .icon {
    background: url(../images/ci5.png) no-repeat center center;
}

.slide-case .hd ul li:nth-child(6) .icon {
    background: url(../images/ci6.png) no-repeat center center;
}



.slide-case .hd ul li.on .icon {
    background: url(../images/ci12.png) no-repeat center center;
}


.slide-case .hd ul li.on:nth-child(2) .icon {
    background: url(../images/ci22.png) no-repeat center center;
}

.slide-case .hd ul li.on:nth-child(3) .icon {
    background: url(../images/ci32.png) no-repeat center center;
}

.slide-case .hd ul li.on:nth-child(4) .icon {
    background: url(../images/ci42.png) no-repeat center center;
}

.slide-case .hd ul li.on:nth-child(5) .icon {
    background: url(../images/ci52.png) no-repeat center center;
}

.slide-case .hd ul li.on:nth-child(6) .icon {
    background: url(../images/ci62.png) no-repeat center center;
}


.slide-case {
    position: relative;
}


.case-bd .bd li {
    position: relative;
    padding-bottom: 26px;
}

.case-bd .bd li .im {
    overflow: hidden;
    display: block;
    width: 860px;
    height: 520px;
    border: solid 5px #ffffff;
}

.case-bd .bd li .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-bd .bd li:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.case-bd .bd .text {
    position: absolute;
    box-sizing: border-box;
    padding: 28px;
    bottom: 26px;
    right: 0;
    width: 609px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 10px 26px 4px rgba(0, 0, 0, 0.03);
}

.case-bd .bd .text .tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.case-bd .bd .text .tit::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    margin: 15px 0 10px;
    background-color: #bc1e12;
}

.case-bd .bd .text .desc {
    font-size: 16px;
    line-height: 38px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-bd .bd li {
    height: 556px;
}


.slide-case .hd {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
}

.case-con .tit-box {
    padding: 45px 0 50px;
}

.case-con .tit-box .ex {
    color: #e6e6e6 !important;
}

.case-con .tit-box .ex span {
    color: #e6e6e6 !important;
}

.myCus {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sw-cus li .im {
    width: 100%;
    height: 95px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.sw-cus li .im img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sw-cus li .tit {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #333333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw-cus li:hover .tit {
    color: #bc1e12;
}

.cus-box {
    position: relative;
}

.cus-box .cL {
    position: absolute;
    left: -80px;
    top: 23px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #333333;
    text-align: center;
    line-height: 50px;
}

.cus-box .cR {
    position: absolute;
    right: -80px;
    top: 23px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #333333;
    text-align: center;
    line-height: 50px;
}

.cus-box span {
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
}

.cus-box span::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #bc1e12;
}

.cus-box span.active::after {
    width: 55px;
    height: 55px;
}

.sw-honor li {
    padding: 0 0 56px 0;
}

.sw-honor li .im {
    box-sizing: border-box;
    padding: 17px 29px 32px 29px;
    width: 100%;
    height: 295px;
    display: block;
    overflow: hidden;
    background: url(../images/honor.png) no-repeat center center;
    background-size: 100% 100%;
}

.sw-honor li .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sw-honor li .tit {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    margin-top: 15px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw-honor li:hover .tit {
    color: #bc1e12;
}

.myHonor {
    margin-top: 50px;
    overflow: hidden;
}


.honor{
    display: block;
}

.honor-con {
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.honor-con::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1643px;
    height: 91px;
    background: url(../images/mt2.png) no-repeat center;
    background-size: cover;
    bottom: 15px;
    left: -24px;
    z-index: -1;
}

.cess-con {
    display: flex;
    justify-content: space-between;
}

.cess-con li {
    cursor: pointer;
    margin-top: 60px;
}

.cess-con li .icon {
    display: block;
    width: 108px;
    height: 108px;
    position: relative;
    z-index: 9;
    font-family: Arial;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 108px;
    /* color: rgba(188,30,18,0.16); */
    color: transparent;
    background: url(../images/l1.png) no-repeat center;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}



.cess-con li .icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 9;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.cess-con li .icon::before {
    background: url(../images/s1.png) no-repeat center;
}

.cess-con li:nth-child(2) .icon::before {
    background: url(../images/s2.png) no-repeat center;
}

.cess-con li:nth-child(3) .icon::before {
    background: url(../images/s3.png) no-repeat center;
}

.cess-con li:nth-child(4) .icon::before {
    background: url(../images/s4.png) no-repeat center;
}

.cess-con li:nth-child(5) .icon::before {
    background: url(../images/s5.png) no-repeat center;
}

.cess-con li:nth-child(6) .icon::before {
    background: url(../images/s6.png) no-repeat center;
}

.cess-con li:nth-child(7) .icon::before {
    background: url(../images/s7.png) no-repeat center;
}

.cess-con li:nth-child(8) .icon::before {
    background: url(../images/s8.png) no-repeat center;
}


.cess-con li.active .icon::before {
    background: url(../images/s12.png) no-repeat center;
}

.cess-con li.active:nth-child(2) .icon::before {
    background: url(../images/s22.png) no-repeat center;
}

.cess-con li.active:nth-child(3) .icon::before {
    background: url(../images/s32.png) no-repeat center;
}

.cess-con li.active:nth-child(4) .icon::before {
    background: url(../images/s42.png) no-repeat center;
}

.cess-con li.active:nth-child(5) .icon::before {
    background: url(../images/s52.png) no-repeat center;
}

.cess-con li.active:nth-child(6) .icon::before {
    background: url(../images/s62.png) no-repeat center;
}

.cess-con li.active:nth-child(7) .icon::before {
    background: url(../images/s72.png) no-repeat center;
}

.cess-con li.active:nth-child(8) .icon::before {
    background: url(../images/s82.png) no-repeat center;
}




.cess-con li .icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: url(../images/l2.png) no-repeat center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.cess-con li.active .icon::after {
    width: 100%;
    height: 100%;
}

.cess-con li.active .icon {
    color: rgba(188, 30, 18, 0.16);
}


.cess-con li p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
    color: #333333;
}



/* about-box */
.about-box {
    /* overflow: hidden; */
    padding: 100px 0 50px;
}

.about-con {
    position: relative;

}

.about-con::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -3;
    top: -30px;
    right: -320px;
    width: 950px;
    height: 720px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.about-con>.ab-im {
    width: 920px;
    height: 600px;
    object-fit: cover;
    position: absolute;
    right: -320px;
    z-index: -1;
    top: 44px;
}

.about-con>i {
    position: absolute;
    z-index: -2;
    right: 337px;
    top: -19px;
    font-family: Arial;
    font-size: 120px;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
    color: #bc1e12;
    opacity: 0.05;
}


.ab-text h3 a:nth-child(1) {
    display: block;
    font-family: Arial;
    font-size: 61px;
    font-weight: bold;
    line-height: 62px;
    color: #f2f2f2;
}


.ab-text h3 a i {
    font-family: Arial;
    font-size: 61px;
    font-weight: bold;
    line-height: 62px;
    color: #bc1e12;
    display: inline-block;
    position: relative;
    left: -15px;
}


.ab-text h3 a:nth-child(2) {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    top: -30px;
    color: #333333;
}

.ab-text>.tit {
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
    color: #333333;
    position: relative;
    left: 0;
    top: 0;
}

.ab-text .tit span {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}

.ab-text>i {
    display: block;
    padding: 16px 0 20px;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: #b3b3b3;
}

.ab-text>.desc {
    border-top: 1px solid #e6e6e6;
    width: 574px;
    font-size: 15px;
    line-height: 36px;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 16px 0 30px 0;
}

.ab-text>.other ul {
    display: inline-block;
    vertical-align: top;
}

.ab-text>.other ul li {
    box-sizing: border-box;
    margin-top: 30px;
    width: 270px;
    overflow: hidden;
    text-align: center;
    line-height: 110px;
    height: 110px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}



.ab-text>.other ul li .im {
    display: inline-block;
    width: 71px;
    overflow: hidden;
    height: 71px;
    background-color: #333333;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    position: relative;
    z-index: 9;
    vertical-align: middle;
}


.ab-text>.other ul li .im::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #bc1e12;
}


.ab-text>.other ul li.active .im::after {
    width: 75px;
    height: 75px;
}


.ab-text>.other ul li .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    margin-left: 15px;
}

.ab-text>.other>img {
    margin: 30px 0 0 146px;
    width: 280px;
    vertical-align: top;
    height: 188px;
    object-fit: cover;
    padding: 21px 28px 34px;
    background: url(../images/yyzz2.png) no-repeat center;
    background-size: cover;
}


/* news-box */
.news-box {
    overflow: hidden;
}

.slide-news .tit-box {
    text-align: left;
}

.slide-news .hd ul li {
    display: inline-block;
    width: 147px;
    margin-left: 23px;
    height: 47px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 47px;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.slide-news .hd ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #bc1e12;
}

.slide-news .hd ul li.on::after {
    width: 100%;
}

.slide-news .hd ul li a {
    font-size: 16px;
    color: #333333;
}

.slide-news .hd ul li.on a {
    color: #fff;
}

.slide-news .hd ul li a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 18px;
    background: url(../images/ni1.png) no-repeat center center;
    background-size: contain;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.slide-news .hd ul li:nth-child(2) a .icon {
    background: url(../images/ni2.png) no-repeat center center;
}

.slide-news .hd ul li:nth-child(3) a .icon {
    background: url(../images/ni3.png) no-repeat center center;
}


.slide-news .hd ul li.on a .icon {
    background: url(../images/ni12.png) no-repeat center center;
}

.slide-news .hd ul li.on:nth-child(2) a .icon {
    background: url(../images/ni22.png) no-repeat center center;
}

.slide-news .hd ul li.on:nth-child(3) a .icon {
    background: url(../images/ni32.png) no-repeat center center;
}



.n-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-top li {
    display: inline-block;
    width: 622px;
    height: 220px;
    background-color: #fff;
    margin-top: 43px;
    padding: 30px 25px 0;
    box-sizing: border-box;
    border: 6px solid #f8f8f9;
    display: flex;
    justify-content: space-between;
}

.n-down li:nth-child(3n+3) {
    margin-right: 0;
}

.n-top li .date i {
    font-family: Arial;
    font-size: 42px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 40px;
    display: block;
    color: #22273b;
}

.n-top li .date span {
    font-family: Arial;
    width: 55px;
    font-size: 14px;
    display: block;
    border-top: 1px solid #e6e6e6;
    line-height: 20px;
    color: #b3b3b3;
    padding-top: 8px;
    margin-top: 8px;
}


.n-top li div {
    margin: 10px 30px 0;
    width: 250px;
    box-sizing: border-box;
}

.n-top li div .tit {
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.n-top li div .desc {
    font-size: 16px;
    margin-top: 28px;
    line-height: 34px;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-top li>a:last-child {
    display: inline-block;
    width: 195px;
    height: 147px;
    overflow: hidden;
}

.n-top li>a:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.n-top li:hover>a:last-child img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.n-down {
    /* margin-bottom: 10px; */
}

.n-down li {
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 60px;
    margin-top: 80px;
}

.n-down li:last-child {
    margin-right: 0;
}

.n-down li p {
    display: inline-block;
    vertical-align: middle;
}

.n-down li p i {
    display: block;
    font-family: Arial;
    font-size: 42px;
    font-weight: bold;
    line-height: 40px;
    color: #22273b;
}

.n-down li p span {
    font-family: Arial;
    font-size: 12px;
    color: #bfbfbf;
}

.n-down li div {
    display: inline-block;
    position: relative;
    margin-left: 34px;
    vertical-align: middle;
}

.n-down li div a:nth-child(1) {
    font-size: 18px;
    display: block;
    line-height: 20px;
    width: 295px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-down li div a:nth-child(2) {
    width: 295px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    display: block;
    border-top: 1px solid #e6e6e6;
    color: #999999;
    margin: 24px 0 0 0;
    padding: 15px 0 15px 14px;
    position: relative;
    z-index: 9;
}

.n-down li div a:nth-child(2)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #bc1e12;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.n-down li.active div a:nth-child(2) {
    color: #fff;
}

.n-down li.active div a:nth-child(2)::after {
    width: 100%;
}

.n-down li div a:nth-child(2) img {
    float: right;
    margin-top: 5px;
    margin-right: 34px;
}

.news-bd .bd>div {
    height: 613px;
}