.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

.headermain {
    max-width: 95%;
    padding: 0 10px;
    margin: 0 auto;
}

.headerBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
}

.headerBox .HeaderNav {
    /* width: 50%; */
    min-width: 50%;
}

.headerBox .HeaderNav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 40px;
}

.headerBox .HeaderNav ul li a {
    /* font-size: 16px; */
    font-size: 14px;
    color: #0d2645;
    line-height: 80px;
    display: block;
}

.headerBox .logo {
    display: flex;
    align-items: center;
}

.headerBox .logo img {
    width: 205px;
}

.headerBox .function {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headerBox .function a {
    height: 21px;
    line-height: 21px;
    display: block;
}

.headerBox .function .left a {
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    padding-left: 30px;
    background: url(../images/icon1.png) no-repeat center left;
}

.headerBox .function .right {
    position: relative;
}

.headerBox .function .right p a {
    font-size: 14px;
    color: #4c4c4c;
    padding-right: 10px;
    background: url(../images/icon3.png) no-repeat center right;
}

.headerBox .function .right p {
    padding-left: 30px;
    background: url(../images/icon2.png) no-repeat center left;
}


.headerBox .function .right .lang {
    position: absolute;
    top: 50px;
    left: 0px;
    box-shadow: 5px 10px 5px 5px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 5px 0px;
    border-radius: 5px;
}

.headerBox .function .right .lang a {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
    height: auto;
    color: #333;
}

.headerBox .function .right .lang a:hover {
    color: #f49a00;
}

.headerBox .function .right {
    padding: 20px 0px;
}

.headerBox .function .right .lang {
    display: none;
}

.headerBox .function .right:hover .lang {
    display: block;
}

.headerBox .function .right {
    margin-left: 50px;
}

.main {
    max-width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
}

.indexBanner .bannerSwiper {
    margin-top: 80px;
    height: calc(100vh - 80px);
}

.indexBanner .bannerSwiper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.bannerSwiper .swiper-slide .main {
    display: flex;
    align-items: center;
    padding: 0 56px;
}

.bannerSwiper .swiper-slide .box p {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.bannerSwiper .swiper-slide .box h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    margin-bottom: 60px;
}


.bannerSwiper .swiper-slide[data-id='332'] p,
.bannerSwiper .swiper-slide[data-id='332'] h2 {
    color: #e89d37;
}

.more a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    padding: 0 70px 0 30px;
    position: relative;
    background: url(../images/icon6.png) no-repeat center right 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: all .3s;
}

.more.color a {
    border: 1px solid #ece9e9;
    color: #092646;
    background: url(../images/icon9.png) no-repeat center right 30px;
}

.more.color a:hover {
    color: #092646;
    background: rgba(243, 155, 0, .4) url(../images/icon9.png) no-repeat center right 30px;
}

.more span:not(.button-label) {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .5s cubic-bezier(.17, .67, .55, 1.05);
    border-color: #f39b00;
}

.more span:not(.button-label).top-left {
    border-top: 2px solid #f39b00;
    border-left: 2px solid #f39b00;
    left: -1px;
    top: -1px;
}

.more span:not(.button-label).top-right {
    border-top: 2px solid #f39b00;
    border-right: 2px solid #f39b00;
    right: -1px;
    top: -1px;
}

.more span:not(.button-label).bottom-left {
    border-bottom: 2px solid #f39b00;
    border-left: 2px solid #f39b00;
    left: -1px;
    bottom: -1px;
}

.more span:not(.button-label).bottom-right {
    border-bottom: 2px solid #f39b00;
    border-right: 2px solid #f39b00;
    right: -1px;
    bottom: -1px;
}

.more a:hover {
    color: #fff;
    background: rgba(243, 155, 0, .4) url(../images/icon6.png) no-repeat center right 30px;
}

.more a:hover span:not(.button-label) {
    height: calc(50% + 1px);
    width: calc(50% + 1px);
}

.more a:hover span:not(.button-label) {
    height: calc(50% + 1px);
    width: calc(50% + 1px);
}

.more a:hover span:not(.button-label) {
    height: calc(50% + 1px);
    width: calc(50% + 1px);
}

.more a:hover span:not(.button-label) {
    height: calc(50% + 1px);
    width: calc(50% + 1px);
}

.bannerSwiper .simulationListsbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
}

.bannerSwiper .simulationListsbtn.simulationListsnext {
    background-image: url(../images/icon4.png);
    right: 50px;
}

.bannerSwiper .simulationListsbtn.simulationListsprev {
    background-image: url(../images/icon5.png);
    left: 50px;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin: 0 10px !important;
}

.itemSwipers .itemSwiper .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .4);
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}

.index_survey {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* padding: 180px 0 260px; */
}

.index_survey .main {
    height: auto;
}

.index_survey .box h3 {
    font-size: 42px;
    color: #092646;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.index_survey .box .text {
    /* max-width: 65%; */
    margin: 0 auto;
}

.index_survey .box .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: center;
}

.play_video {
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e9;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.play_video::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/icon8.png) no-repeat center center;
    background-size: 60px 60px;
    top: -1px;
    left: -1px;
    transform: rotate(360deg);
    animation: rotation 6s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.play {
    text-align: center;
    margin-top: 40px;
}

.play p {
    font-size: 14px;
    color: #092646;
    text-align: center;
    border-bottom: 1px solid #092646;
    display: inline-block;
    cursor: pointer;
    padding-top: 10px;
}

.index_survey .lists ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 98px;
}

.index_survey .lists ul li h4 {
    font-size: 18px;
    color: #f7951d;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.index_survey .lists ul li h4 span {
    display: inline-block;
    font-size: 72px;
    color: #f7951d;
    font-weight: 500;
}

.index_survey .lists ul li p {
    font-size: 18px;
    line-height: 36px;
    color: #092646;
    text-align: center;
    font-weight: 300;
}

.index_product {
    height: 100%;
    background: url(../images/tu2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 150px;
}

.index_productBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_productBox .left {
    width: 38%;
    display: flex;
    flex-wrap: wrap;

}

.index_productBox .right {
    /* width: 56%; */
    width: 58%;
}

.index_productBox .right .swiper-button-next,
.index_productBox .right .swiper-button-prev {
    display: none;
}

.itemSwiper .leftText .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    background: url(../images/icon9.png) no-repeat center center;
    transition: all .3s;
}

.itemSwiper .swiper-slide:hover .leftText .icon {
    background: #f7951d url(../images/icon6.png) no-repeat center center;
    border: 1px solid #f7951d;
    /* box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.2) ; */
}

.itemSwiper .swiper-slide {
    padding-bottom: 70px;
}

.itemSwiper .swiper-slide a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    padding: 0 50px 50px;
}

.itemSwiper .swiper-slide a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: url(../images/bg4.png) no-repeat center bottom;
    background-size: 100% 100%;
    left: 0;
    bottom: -20px;
    border-radius: 5px;
}

.productBoxSwiper .itemSwipers {
    position: relative;
    padding: 0 70px;
}

.itemSwiper .swiper-slide a .leftText {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

.itemSwiper .swiper-slide a .leftText .box {
    width: 100%;
    margin-top: 35px;
}

.itemSwiper .swiper-slide a .rightImg {
    width: 46%;
    position: relative;
    z-index: 5;
}

.itemSwipers .productbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: 50%;
}

.itemSwipers .productbtn.productnext {
    background-image: url(../images/icon10.png);
    right: 0px;
}

.itemSwipers .productbtn.productprev {
    background-image: url(../images/icon11.png);
    left: 0px;
}

.itemSwiper .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin: 0 10px !important;
}

.itemSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}

.itemSwiper .swiper-slide a .leftText .box p {
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

.itemSwiper .swiper-slide a .leftText .box h6 {
    font-size: 30px;
    line-height: 42px;
    color: #092646;
    font-weight: 500;
}

.itemSwiper .swiper-slide a .leftText .box h6 p {
    font-size: 30px;
    line-height: 42px;
    color: #092646;
    font-weight: 500;
}

.index_productBox .left .top {
    width: 100%;
}

.index_productBox .left .top h3 {
    font-size: 42px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 30px;
}

.index_productBox .left .top .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: justify;
}

.index_productBox .left .top .text {
    margin-bottom: 40px;
}

.index_productBox .left .tab {
    padding-left: 30px;
    border-left: 4px solid #d2d0d1;
    height: max-content;
}

.index_productBox .left .tab h5 {
    font-size: 36px;
    line-height: 1;
    color: #d2d0d1;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    transition: all .6s;
}

.index_productBox .left .tab h5::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 0;
    background: #f7951d;
    left: -34px;
    top: 0;
    transition: all .6s;
}

.index_productBox .left .tab h5.active {
    color: #092646;
}

.index_productBox .left .tab h5:hover {
    color: #092646;
}

.index_productBox .left .tab h5.active::after {
    height: 100%;
}

.index_productBox .left .tab h5:hover::after {
    height: 100%;
}

.productBoxSwiper .itemSwipers {
    display: none;
}

.productBoxSwiper .itemSwipers.active {
    display: block;
}

.index_service {
    display: flex;
    flex-direction: row;
    /* height: 900px; */
    height: 100%;
    position: relative;
}

.index_service::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 5;
}

.index_service .item {
    overflow: hidden;
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0 5%;
    text-align: center;
}

.index_service .item:last-child {
    border-right: none;
}

.index_service .item h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}

.index_service .item .textBox .text p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.index_service .item .img {
    width: 109px;
    height: 109px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
}

.index_service .item .img::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: url(../images/tu11.png) no-repeat center center;
    background-size: 108px 108px;
    z-index: 30;
    opacity: 0;

}

.index_service .item .iconBtn {
    display: inline-block;
    margin: 0 auto;
}

.index_service .item .textBox .text {
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 90px;
}

.index_service .item .textBox {
    transform: translateY(200px);
    transition: all .6s;
}

.index_service .itemx {
    width: 100%;
    position: relative;
    z-index: 20;
    transition: all .6s;
    overflow: hidden;
    transform: translateY(154px);
}

.index_service .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-size: cover;
    /*为了模糊更明显，调高模糊度*/
    z-index: 11;
    transition: all .3s;
    opacity: 0;
}

/* 1 */
@media screen and (min-width:1200px) {
    .index_service .item:hover .textBox {
        transform: translateY(0);
    }

    .index_service .item:hover .itemx {
        height: auto;
        overflow: initial;
        transform: translateY(0px);
    }

    .index_service .item:hover::after {
        opacity: 1;
    }

    .index_service .item:hover .itemx h5 {
        font-weight: 500;
    }

    .index_service .item:hover .img::after {
        opacity: 1;
        transform: rotate(360deg);
        animation: rotation 3s linear infinite;
    }
}


.index_news {
    height: 100%;
    padding-top: 115px;
    /* background: url(../images/tu9.jpg) no-repeat center center; */
    background: url(../images/tu2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 110px;
}

.index_news .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.index_news .title h3 {
    font-size: 42px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.index_news .newsBox {
    border-top: 1px solid #dedede;
}

.index_news .newsBox .tob {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 50;
}

.index_news .newsBox .tob p {
    font-size: 16px;
    line-height: 44px;
    color: #4c4c4c;
    border: 1px solid #cccccc;
    border-radius: 22px;
    padding: 0 26px;
    transition: all .3s;
    margin-right: 10px;
    cursor: pointer;
}

.index_news .newsBox .tob p:hover {
    background: #f7951d;
    color: #fff;
    border: 1px solid #f7951d;
}

.index_news .newsBox .tob p.active {
    background: #f7951d;
    color: #fff;
    border: 1px solid #f7951d;
}

/* .new_swiper .item{
    display: none;
} */
.new_swiper .item.active {
    display: block;
}

.new_swiper .item {
    padding-top: 110px;
    position: relative;
}

.index_news .newsBox {
    position: relative;
}

.index_news .newsBox .tob {
    position: absolute;
    top: 36px;
    left: 0;
}

.new_swiper .item .newbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: 50px;
}

.new_swiper .item .newbtn.newnext {
    background-image: url(../images/icon10.png);
    right: 0px;
}

.new_swiper .item .newbtn.newprev {
    background-image: url(../images/icon11.png);
    left: initial;
    right: 64px;
}

.new_swiperitem .swiper-slide .boxa {
    display: block;
    background: #ffffff;
}

.new_swiperitem .swiper-slide {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.new_swiperitem .swiper-slide:hover {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}

.new_swiperitem .swiper-slide .boxa .img {
    overflow: hidden;
    height: 218px;
}

.new_swiperitem .swiper-slide .boxa .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_swiperitem .swiper-slide:hover .boxa .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.new_swiperitem .swiper-slide .boxa .text {
    padding: 30px;
}

.new_swiperitem .swiper-slide .boxa .text .time {
    font-size: 18px;
    line-height: 1;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.new_swiperitem .swiper-slide .boxa .text h6 {
    font-size: 22px;
    line-height: 32px;
    color: #092646;
    height: 64px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_swiperitem .swiper-slide .boxa .text .bottom {
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.new_swiperitem .swiper-slide .boxa .text .bottom .label {
    font-size: 14px;
    color: #1c2847;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #cccccc;
    padding: 0 16px;
}

.new_swiperitem .swiper-slide .boxa .text .bottom .btns {
    flex: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    background: url(../images/icon9.png) no-repeat center center;
    transition: all .3s;
}

.new_swiperitem .swiper-slide:hover .boxa .text .bottom .btns {
    background: #f7951d url(../images/icon6.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.new_swiperitem .swiper-wrapper {
    padding: 10px;
}

.footer {
    /* background-color: #f0f0f0; */
    background-color: #092646;
}

.footerTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerTop .left {
    /* width: 31%; */
    /* border-right: 1px solid #d8d8d8; */
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 70px;
}

.footerTop .right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 70px;

}

.footerTop .right .top {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding-left: 50px; */
    padding-bottom: 40px;
    margin-right: 40px;
}

.footerTop .right .top .dl {
    margin-right: 20px;
}

.footerTop .right .top .dt {
    /* font-size: 20px; */
    font-size: 18px;
    /* color: #092646; */
    color: #fff;
    margin-bottom: 10px;
}

.footerTop .right .top .dt a {
    /* font-size: 20px; */
    font: 18px;
    /* color: #092646; */
    color: #fff;
}

.footerTop .right .top .dd a {
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 32px;
    /* color: #4c4c4c; */
    color: #fff;
    position: relative;
    display: inline-block;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.footerTop .right .top .dd a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    /* background: #092646; */
    /* background: rgb(247,149,29); */
    background: #fff;
    left: 0;
    bottom: 0;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.footerTop .right .top .dd a:hover::after {
    width: 100%;
}

.footerTop .right .top .dd a:hover {
    /* color: #092646; */
    /* color: rgb(247,149,29); */
}

.footerTop .right .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* width: 280px; */
    /* border-top: 1px solid #d8d8d8; */
    /* align-items: center; */
    /* padding-top: 46px; */
    padding-bottom: 30px;
}

.footerTop .right .bottom .lefta {
    /* padding-left: 50px; */
}

.footerTop .right .bottom .lefta .contact-dl {
    font-size: 18px;
}

.footerTop .right .bottom .lefta .icons {
    margin-top: 10px;
}

.footerTop .right .bottom .lefta .icons ul {
    display: flex;
}

.footerTop .right .bottom .lefta .icons ul li {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    transition: all 1s;
    overflow: hidden;
}

.footerTop .right .bottom .lefta .icons ul li:hover {
    cursor: pointer;
    overflow: visible;
}

.footerTop .right .bottom .lefta .icons .wechat-icon {
    background: url(../images/tb1.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .video-icon {
    background: url(../images/tb2.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .linkedin-icon {
    background: url(../images/tb3.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .facebook-icon {
    background: url(../images/tb4.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .youtube-icon {
    background: url(../images/tb5.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons li:hover::after,
.footerTop .right .bottom .lefta .icons li:hover::before {
    opacity: 1;
}

.footerTop .right .bottom .lefta .icons .wechat-icon:hover {
    background: url(../images/tb1_hover.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .video-icon:hover {
    background: url(../images/tb2_hover.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .linkedin-icon:hover {
    background: url(../images/tb3_hover.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .facebook-icon:hover {
    background: url(../images/tb4_hover.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .youtube-icon:hover {
    background: url(../images/tb5_hover.png) no-repeat center;
}

.footerTop .right .bottom .lefta .icons .wechat-icon::after {
    background: url(../images/wechat-code.jpg) no-repeat center/cover;
}

.footerTop .right .bottom .lefta .icons .video-icon::after {
    background: url(../images/video-code.jpg) no-repeat center/cover;
}

.footerTop .right .bottom .lefta .icons .linkedin-icon::after {
    background: url(../images/linkedoin_icon.jpg) no-repeat center/cover;
}

.footerTop .right .bottom .lefta .icons .facebook-icon::after {
    background: url(../images/facebook_icon.jpg) no-repeat center/cover;
}

.footerTop .right .bottom .lefta .icons .youtube-icon::after {
    background: url(../images/youtube_icon.jpg) no-repeat center/cover;
}

.footerTop .right .bottom .lefta .icons li::before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translateX(-50%);
    z-index: 3;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    transition: opacity 1s;
}

.footerTop .right .bottom .lefta .icons li::after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100px;
    height: 100px;
    transition: opacity 1s;
}

.footerTop .right .bottom .lefta p {
    /* font-size: 20px; */
    font: 18px;
    /* line-height: 30px; */
    /* color: #333333; */
    color: #fff;
}

.footerTop .right .bottom .lefta h5 {
    /* font-size: 34px; */
    font-size: 36px;
    /* margin-top: 10px; */
    line-height: 1;
    /* color: #092646; */
    color: #fff;
    margin-bottom: 10px;
}

.footerTop .right .bottom .lefta .cont p {
    padding-left: 26px;
}

.footerTop .right .bottom .lefta .cont p,
.footerTop .right .bottom .lefta .cont p a {
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 30px;
    /* color: #333333; */
    color: #fff;
}

.footerTop .right .bottom .lefta .cont p.dz {
    background: url(../images/icon16.png) no-repeat top 8px left;
    white-space: nowrap;
}

.footerTop .right .bottom .lefta .cont p.em {
    background: url(../images/icon17.png) no-repeat top 10px left;
}

.footerTop .left .top p.sm {
    font-size: 18px;
    line-height: 1;
    /* color:#092646; */
    color: #fff;
    font-weight: 200;
    margin-bottom: 10px;
}

.footerTop .left .top {
    width: 100%;
}

.footerTop .left .icons {
    height: max-content;
    margin-bottom: 30px;
}

.footerTop .left .top h5 {
    /* font-size: 42px; */
    font-size: 38px;
    line-height: 56px;
    /* color: #092646; */
    color: #fff;
    margin-bottom: 30px;
}

.footerTop .left .icons ul {
    display: flex;
    flex-direction: row;
}

.footerTop .left .icons ul li {
    margin-right: 16px;
    cursor: pointer;
}

.footer .footer_bottom {
    border-top: 1px solid #d8d8d8;
}

.footer .footer_bottom .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer_bottom .main p {
    font-size: 14px;
    line-height: 20px;
    /* color: #4c4c4c; */
    color: #fff;
    padding: 20px 0;
}

.footer .footer_bottom .main p a {
    font-size: 14px;
    line-height: 24px;
    /* color: #4c4c4c; */
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}

.TopUp {
    width: 84px;
    height: 84px;
    background: url(../images/TOP.png) no-repeat center center;
    background-size: 84px 84px;
    cursor: pointer;
    position: fixed;
    top: 90%;
    right: 50px;
    z-index: 50;
    border-radius: 50%;
    display: none;
}

.banner {
    width: 100%;
    /* height: 620px; */
    /* height: 400px; */
    height: 300px;
    margin-top: 80px;
}

.banner .main {
    display: flex;
    align-items: center;
}

.banner .main .box {
    text-align: center;
    width: 100%;
}

.banner .main .box h3 {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner .main .box p {
    font-size: 24px;
    color: #fff;
}

.about_tab {
    border-bottom: 1px solid #e6e6e6;
}

.about_tab.color {
    background: #fafafa;
}

.about_tab .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about_tab .box p {
    margin-right: 40px;
}

.about_tab .box p a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 58px;
    position: relative;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.about_tab .box p a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #f7951d;
    left: 0;
    bottom: 0;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.about_tab .box p.active a {
    color: #f7951d;
}

.about_tab .box p.active a::after {
    width: 100%;
}

.about_tab .box p:hover a::after {
    width: 100%;
}

.about_tab .box p:hover a {
    color: #f7951d;
}

.crumbs p {
    text-align: right;
    line-height: 1;
    padding: 20px 0;
}

.crumbs.color {
    background: #fafafa;
}

.crumbs p a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.crumbs p img {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.ejTitle {
    font-size: 42px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.ejTitle.color {
    color: #fff;
}

.surveyBox {
    margin-top: 50px;
}

.survey_BOX {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.survey_BOX .left {
    width: 50%;
    padding-right: 70px;
}

.survey_BOX .right {
    width: 50%;
    position: relative;
}

.survey_BOX .right video {
    width: 100%;
    height: 100%;
}

.survey_BOX .left h5 {
    font-size: 30px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
}

.survey_BOX .left .text {
    margin-top: 30px;
    max-height: 234px;
    overflow: hidden;
    padding-right: 5px;
}

/*整个滚动条样式*/
.survey_BOX .left .text::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

/*设置滚动条上的滚动滑块样式*/
.survey_BOX .left .text::-webkit-scrollbar-thumb {
    background: transparent;
}

/*鼠标位于内容上时，滚动条样式*/
.survey_BOX .left .text.active::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background: rgba(238, 238, 238, 1);
    border-radius: 1px;
}

/*鼠标位于内容上时，滚动滑块样式*/
.survey_BOX .left .text.active::-webkit-scrollbar-thumb {
    background: #f7951d;
    border-radius: 2px;
}

.survey_BOX .left .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: justify;
    margin-bottom: 10px;
}

.survey_BOX .left .text.active {
    overflow-y: auto;
    max-height: 300px;
}

.survey_BOX .right .play,
.swiper-banner .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%);
    margin-top: -46px;
}

.play.color p {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.play.color .play_video::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/icon20.png) no-repeat center center;
    background-size: 60px 60px;
    top: -1px;
    left: -1px;
    transform: rotate(360deg);
    animation: rotation 6s linear infinite;
}

.survey_BOX .btnZK {
    font-size: 16px;
    line-height: 28px;
    color: #f7951d;
    display: inline-block;
    padding-right: 16px;
    background: url(../images/icon21.png) no-repeat center right;
    cursor: pointer;
    margin-top: 20px;
}

.survey_BOX .btnZK.active {
    font-size: 16px;
    line-height: 28px;
    color: #f7951d;
    display: inline-block;
    padding-right: 16px;
    background: url(../images/icon22.png) no-repeat center right;
    cursor: pointer;
    margin-top: 20px;
}

.societyBox .left .btnZK {
    font-size: 16px;
    line-height: 28px;
    color: #f7951d;
    display: inline-block;
    padding-right: 16px;
    background: url(../images/icon21.png) no-repeat center right;
    cursor: pointer;
    margin-top: 20px;
}

.societyBox .left .btnZK.active {
    font-size: 16px;
    line-height: 28px;
    color: #f7951d;
    display: inline-block;
    padding-right: 16px;
    background: url(../images/icon22.png) no-repeat center right;
    cursor: pointer;
    margin-top: 20px;
}

/*整个滚动条样式*/
.societyBox .left .boxText::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

/*设置滚动条上的滚动滑块样式*/
.societyBox .left .boxText::-webkit-scrollbar-thumb {
    background: transparent;
}

/*鼠标位于内容上时，滚动条样式*/
.societyBox .left .boxText.active::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background: rgba(238, 238, 238, 1);
    border-radius: 1px;
}

/*鼠标位于内容上时，滚动滑块样式*/
.societyBox .left .boxText.active::-webkit-scrollbar-thumb {
    background: #f7951d;
    border-radius: 2px;
}

.societyBox .left .boxText.active {
    overflow-y: auto;
}










.shareholderBox .distributed-pic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 460px;
}

.shareholderBox .distributed-pic .info {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s;
    overflow: hidden;
}

.shareholderBox .distributed-pic .info::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(37, 94, 142, .5);
    z-index: 4;
}

.shareholder {
    padding-top: 120px;
    padding-bottom: 120px;
}

.shareholder .shareholderBox {
    margin-top: 50px;
}

.shareholderBox .distributed-pic .info .masking-black {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    position: relative;
    z-index: 10;
}

/* 2 */
@media screen and (min-width:1200px) {
    .shareholderBox .distributed-pic .info:hover {
        width: 66% !important;
    }

    .shareholderBox .distributed-pic .info:hover .masking-black {
        opacity: 0;
    }
}


.shareholderBox .distributed-pic .info .bottom {
    width: 100%;
}

.shareholderBox .distributed-pic .info .bottom ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.shareholderBox .distributed-pic .info .bottom ul li {
    text-align: center;
}

.shareholderBox .distributed-pic .info .bottom ul li h6 {
    font-size: 14px;
    color: #f7951d;
    font-weight: 400;
}

.shareholderBox .distributed-pic .info .bottom ul li h6 span {
    font-size: 42px;
    color: #f7951d;
    font-weight: 500;
    line-height: 1;
    font-family: "Arial";
}

.shareholderBox .distributed-pic .info .bottom ul li p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 6px;
}

.shareholderBox .distributed-pic .info .introduce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    opacity: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    z-index: 10;
}

.shareholderBox .distributed-pic .info .introduce::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    z-index: 5;
}

.shareholderBox .distributed-pic .info:hover .introduce {
    opacity: 1;
}

.shareholderBox .distributed-pic .info:hover .introduce::after {
    opacity: 1;
}

.shareholderBox .distributed-pic .info .introduce .top h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.shareholderBox .distributed-pic .info .introduce .top .text p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.shareholderBox .distributed-pic .info .introduce .top {
    position: relative;
    z-index: 20;
}

.shareholderBox .distributed-pic .info .introduce .bottom {
    position: relative;
    z-index: 20;
}

.vision {
    width: 100%;
    height: 760px;
}

.vision .main {
    display: flex;
    align-items: center;
}

.vision .main .visionBox {
    width: 100%;
}

.vision .main .visionBox .top p {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
}

.vision .main .visionBox .items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 90px;
    padding: 0 10%;
}

.vision .main .visionBox .items .item .img {
    width: 101px;
    height: 101px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 24px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.vision .main .visionBox .items .item .img::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(../images/tu10.png) no-repeat center center;
    z-index: 10;
    opacity: 1;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.vision .main .visionBox .items .item h6 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.vision .main .visionBox .items .item h6 span {
    font-size: 52px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-family: "Arial";
}

.vision .main .visionBox .items .item p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.vision .main .visionBox .items .item:hover .img::after {
    opacity: 0;
}

.vision .main .visionBox .items .item:hover .img {
    background: #f7951d;
    border: 1px solid #f7951d;
}

.honor {
    padding-top: 120px;
    margin-bottom: 190px;
}

.honorBox {
    position: relative;
    padding: 0 25px;
    margin-top: 50px;
}

.honorBox .honorSwiper .swiper-slide {
    position: relative;
}

.honorBox .honorSwiper .swiper-slide a.wfEditorMode {
    position: absolute;
    bottom: 0;
    left: 0;
}

.honorBox .honorSwiper .swiper-slide .img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    position: relative;
}

.honorBox .honorSwiper .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}

.honorBox .honorSwiper .swiper-slide .text {
    width: 100%;
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #e6e9ec;
}

.honorBox .honorSwiper .swiper-slide .text p {
    font-size: 18px;
    color: #092646;
    text-align: center;
}

.honorBox .honorbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: 40%;
}

.honorBox .honorbtn.honornext {
    background-image: url(../images/icon10.png);
    right: 0px;
}

.honorBox .honorbtn.honorprev {
    background-image: url(../images/icon11.png);
    left: 0px;
}

.honorBox .swiper-pagination {
    width: 100%;
    margin-top: 50px;
}

.honorBox .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin: 0 10px !important;
}

.honorBox .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .4);
}

.honorBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}

.technology .ejTitle {
    text-align: left;
    padding-top: 30px;
}

/* .technology {
    padding-bottom: 60px;
} */

.technology.color {
    background: #fafafa;
}

.technology .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #dedede;
    margin-top: 50px;
}

.technology .tab li {
    width: 25%;
    border-right: 1px solid #dedede;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.technology .tab li:last-child {
    border-right: none;
}

.technology .tab li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 18px 0;
    text-align: center;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.technology .tab li.active {
    background: #f7951d;
}

.technology .tab li.active a {
    color: #fff;
}

.technology .tab li:hover {
    background: #f7951d;
}

.technology .tab li:hover a {
    color: #fff;
}

.guideBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guideBox .left {
    width: 50%;
    padding: 40px 60px 40px 40px;
    padding-right: 60px;
    padding-left: 40px;
    background: #fff;
    display: flex;
    align-items: center;
}

.guideBox .right {
    width: 50%;
    overflow: hidden;
}

.guideBox .right img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.guideBox:hover .right img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.guideBox .left h5 {
    font-size: 30px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
}

.guideBox .left .text {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 20px;
    /* background-color: #ffa801; */
}

/*整个滚动条样式*/
.guideBox .left .text::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background: rgba(238, 238, 238, 1);
}

/*设置滚动条上的滚动滑块样式*/
.guideBox .left .text::-webkit-scrollbar-thumb {
    background: #f7951d;
}

/*鼠标位于内容上时，滚动条样式*/
/* .guideBox .left .text.active::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background: rgba(238, 238, 238, 1);
    border-radius: 1px;
} */

/*鼠标位于内容上时，滚动滑块样式*/
/* .guideBox .left .text.active::-webkit-scrollbar-thumb {
    background: #f7951d;
    border-radius: 2px;
} */

.guideBox .left .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    margin-bottom: 10px;
    text-align: justify;
}

.guideBox .left .text p:last-child {
    margin-bottom: 0;
}

.guide {
    background: linear-gradient(to bottom, #fafafa 70%, #fff 0);
}

.innovate {
    padding-top: 100px;
}

.titleNum {
    display: flex;
    flex-direction: row;
}

.titleNum .left {
    display: flex;
    align-items: center;
}

.titleNum .text {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.titleNum .text h4 {
    font-size: 30px;
    line-height: 40px;
    color: #092646;
    font-weight: 400;
}

.drop_down {
    border-top: 1px solid #dedede;
    position: relative;
}

.drop_down li {
    border-bottom: 1px solid #dedede;
    position: relative;
}

.drop_down li h6 {
    /* font-size: 22px; */
    font-size: 20px;
    color: #333333;
    line-height: 1;
    padding: 28px 0;
    padding-left: 20px;
    padding-right: 20%;
    background: url(../images/icon26.png) no-repeat center right 10px;
    cursor: pointer;
    font-weight: 500;
}

.drop_down li h6.active {
    background: url(../images/icon27.png) no-repeat center right 10px;
}

.drop_down li .contactText p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.drop_down li .contactText {
    padding-bottom: 20px;
    display: none;
    padding-left: 20px;
    padding-right: 20%;
}

.innovate .drop_down {
    margin-top: 40px;
}

.assembly {
    padding-top: 120px;
}

.assemblyBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 80px;
    border-bottom: 1px solid #dedede;
}

.assemblyBox .title {
    width: 25%;
}

.assemblyBox .assemblySwiper {
    width: 65%;
}

.assembly_swiper .swiper-slide h6 {
    /* font-size: 22px; */
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    font-weight: 500;
}

.assembly_swiper .swiper-slide .text {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    margin-top: 10px;
    min-height: 120px;
}

.assembly_swiper .assbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: initial;
    bottom: 0;
}

.assembly_swiper .assbtn.assnext {
    background-image: url(../images/icon10.png);
    right: 0px;
}

.assembly_swiper .assbtn.assprev {
    background-image: url(../images/icon11.png);
    left: initial;
    right: 60px;
}

.assemblySwiper .assembly_swiper {
    padding-bottom: 52px;
}

.assembly_swiper .swiper-pagination {
    width: auto;
    font-size: 14px;
    color: #4c4c4c;
}

.assembly_swiper .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    color: #4c4c4c;
}

.system {
    padding-top: 100px;
    padding-bottom: 100px;
}

.system .systemBox {
    margin-top: 50px;
}

.system .systemBox .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.system .systemBox .item:nth-child(even) {
    flex-direction: row-reverse;
}

.system .systemBox .item .left {
    width: 50%;
    padding: 50px;
    border: 1px solid #e6e6e6;

}

.system .systemBox .item:nth-child(odd) .left {
    border-right: none;
    border-bottom: none;
}

.system .systemBox .item:nth-child(even) .left {
    border-left: none;
    border-top: none;
}

.system .systemBox .item .left p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    margin-bottom: 10px;

}

.system .systemBox .item .right {
    width: 50%;
    overflow: hidden;
}

.system .systemBox .item .right img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.system .systemBox .item:hover .right img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.belief {
    padding: 100px 0;
    background: #fafafa;
}

.belief .beliefBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.belief .beliefBox .left {
    background: #fff;
    width: 50%;
    padding: 50px;
}

.belief .beliefBox .right {
    width: 50%;
    overflow: hidden;
}

.belief .beliefBox .right img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.belief .beliefBox:hover .right img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.belief .beliefBox .left p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: justify;
}

.research {
    padding-top: 60px;
}

.textSmall {
    font-size: 30px;
    color: #092646;
    line-height: 1;
    font-weight: 400;
}

.brand {
    background: linear-gradient(to bottom, #fff 70%, #fafafa 0);
}

.brand .brandBox .title {
    font-size: 43px;
    color: #000000;
    line-height: 1;
    font-weight: 400;
    margin-top: 20px;
}

.brandBox ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #e2e2e2;
    margin-top: 60px;
}

.brandBox ul li {
    width: 20%;
    border-right: 1px solid #e2e2e2;
}

.brandBox ul li:last-child {
    border-right: none;
}

.brandBox ul li h6 {
    font-size: 18px;
    color: #f7951d;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.brandBox ul li h6 span {
    font-size: 65px;
    color: #f7951d;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    font-family: "Arial";
}

.brandBox ul li p {
    font-size: 16px;
    line-height: 36px;
    color: #092646;
    text-align: center;
}

.prize {
    background: #fafafa;
    padding-top: 80px;
}

.prize .prizeBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.prize .prizeBox .item {
    width: 48.5%;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 34px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    margin-bottom: 20px;
}

.prize .prizeBox .item:hover {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 5%);
}

.prize .prizeBox .item .img {
    width: 108px;
    height: 108px;
    border: 1px solid #ececec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    position: relative;
}

.prize .prizeBox .item .img::after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    left: -2px;
    top: -2px;
    background: url(../images/tu27.png) no-repeat center center;
    z-index: 10;
    opacity: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.prize .prizeBox .item:hover .img::after {
    opacity: 1;
    transform: rotate(360deg);
    animation: rotation 3s linear infinite;
}

.prize .prizeBox .item h6 {
    font-size: 22px;
    color: #092646;
    text-align: center;
    font-weight: 500;
}

.cooperation {
    padding-top: 80px;
    background: #fafafa;
}

.cooperation .cooperationBox {
    background: #fff;
    padding: 20px 40px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cooperation .cooperationBox .outside-container {
    display: flex;
    align-items: center;
    width: 50%;
}

.cooperation .cooperationBox p {
    /* width: 50%; */
    width: 100%;
    font-size: 18px;
    color: #0d2645;
    line-height: 32px;
    padding: 10px 0 10px 16px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;

}

.cooperation .cooperationBox p::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #f7951d;
    border-radius: 50%;
    top: 22px;
    left: 0;
}

.graduate {
    padding-top: 80px;
    background: #fafafa;
    padding-bottom: 100px;
}

.graduate .graduateBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.graduate .graduateBox .item {
    width: 24%;
}

.graduate .graduateBox .item .img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.graduate .graduateBox .item .text {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e1e4e8;
    justify-content: center;
}

.graduate .graduateBox .item .text p {
    font-size: 18px;
    color: #092646;
    text-align: center;
    line-height: 32px;
}

.intelligenceList .distributed-pic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 460px;
}

.intelligenceList .distributed-pic .info {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.intelligenceList .distributed-pic .info::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(37, 94, 142, .5);
    z-index: 4;
    opacity: 1;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.intelligenceList .distributed-pic .info::before {
    width: 100%;
    height: 190px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/tu35.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

/* 3 */
@media screen and (min-width:1200px) {
    .intelligenceList .distributed-pic .info:hover::before {
        opacity: 1;
    }

    .intelligenceList .distributed-pic .info:hover {
        width: 66% !important;
    }

    .intelligenceList .distributed-pic .info:hover::after {
        opacity: 0;
    }
}


.intelligenceList .masking-black {
    position: absolute;
    z-index: 10;
    padding: 40px;
    transform: translateY(calc(100% - 130px));
    transition: all 1s;
    position: relative;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.intelligenceList .masking-black .title {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}

.intelligenceList .masking-black .text {
    margin-top: 14px;
    opacity: 0;
}

.intelligenceList .masking-black .text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.intelligenceList .info:hover .masking-black {
    transform: translateY(0);
    height: auto;
    overflow: initial;
}

.intelligenceList .info:hover .masking-black .text {
    opacity: 1;
}

.intelligence {
    padding-bottom: 80px;
    background: #fafafa;
}

.intelligenceBox .title {
    font-size: 43px;
    color: #000000;
    line-height: 1;
    font-weight: 400;
    margin-top: 20px;
}

.intelligenceBox .text {
    margin-top: 20px;
}

.intelligenceBox .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.intelligenceList {
    margin-top: 50px;
}

.wisdom {
    background: #fafafa;
    padding-bottom: 100px;
}

.wisdomBox .text {
    margin-top: 20px;
}

.wisdomBox .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.wisdomBox .wisdomBoxImg {
    margin-top: 50px;
}

.authenticationSwiperBox {
    position: relative;
    padding-bottom: 80px;
}

.authenticationBox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
}

.authenticationBox .top .tab {
    display: flex;
    flex-direction: row;
}

.authenticationBox .top .tab p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.authenticationBox .top .tab p::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #f7951d;
    left: 50%;
    bottom: -20px;
    margin-left: -12px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    opacity: 0;
}

.authenticationBox .top .tab p.active::after {
    opacity: 1;
    bottom: -10px;
}

.authenticationBox .top .tab p:hover::after {
    opacity: 1;
    bottom: -10px;
}

.authenticationBox .top .tab p.active {
    color: #f7951d;
}

.authenticationBox .top .tab p:hover {
    color: #f7951d;
}

.authentication {
    padding-top: 120px;
}

.authenticationSwiper .swiper-slide .item .img {
    height: 140px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authenticationSwiper .swiper-slide .item .swiperText {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e1e4e8;
}

.authenticationSwiper .swiper-slide .item .swiperText p {
    font-size: 18px;
    color: #092646;
    line-height: 32px;
}

.authenticationSwiper .swiper-slide .item:nth-child(1) {
    margin-bottom: 35px;
}

.authenticationSwiperBox .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin-right: 20px !important;
    margin-top: 50px;
}

.authenticationSwiperBox .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .4);
}

.authenticationSwiperBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}

.authenticationSwiperBox .authenticationbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: initial;
    bottom: 0;
}

.authenticationSwiperBox .authenticationbtn.authenticationnext {
    background-image: url(../images/icon10.png);
    right: 0px;
}

.authenticationSwiperBox .authenticationbtn.authenticationprev {
    background-image: url(../images/icon11.png);
    right: 60px;
    left: initial;
}

.authenticationSwiperItems {
    margin-top: 40px;
}

.authenticationSwiperItems .authenticationSwiperBox {
    display: none;
}

.authenticationSwiperItems .authenticationSwiperBox.active {
    display: block;
}

.layout {
    padding-top: 120px;
}

.layoutBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.layoutBox .left {
    width: 75%;
}

.layoutBox .right {
    width: 23%;
}

.layoutBox .right .img {
    position: relative;
}


.layoutBox .right .img:before {
    content: '';
    position: absolute;
    top: 0px;
    background: rgba(37, 94, 142, .5);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 4;
}

.layoutBox .right .img h6 {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 30px;
    color: #ffffff;
    z-index: 10;
}

.layoutBox .right .img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    background: url(../images/tu35.png) no-repeat center bottom;
    background-size: cover;
    left: 0;
    bottom: 0;
}

.society {
    background: #fafafa;
}

.society .ejTitle {
    text-align: left;
    padding-top: 40px;
}

.societyBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 120px;
}

.societyBox .left {
    /* width: 54%; */
    width: 76%;
    padding: 60px 60px 60px 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background: #fff url(../images/tu42.png) no-repeat top 60px left 60px;
}

.societyBox .left .boxText {
    max-height: 380px;
    overflow: hidden;
    padding-right: 5px;
}

.societyBox .left p {
    font-size: 18px;
    line-height: 28px;
    color: #092646;
    margin-bottom: 10px;
    text-align: justify;
}

/* .societyBox .left p:last-child{
    padding-right: 30px;
    background: url(../images/tu43.png) no-repeat bottom right;
} */
.societyBox .right {
    /* width: 46%; */
    width: 20%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.societyBox .right .img {
    display: none;
}

.societyBox .right .text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(../images/tu41.png) no-repeat center center;
    background-size: cover;
    padding: 25px;
    max-width: 250px;
}

.societyBox .right .text .name {
    display: block;
    /*display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;*/
}

.societyBox .right .text .name h6 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.societyBox .right .text .name p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
}

.societyBox .right .text .intr {
    margin-top: 18px;
    display: none;
}

.societyBox .right .text .intr p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

.societyBox .right .text .intr p:last-child {
    margin-bottom: 0;
}

.spirit.index_service .item h5 {
    font-size: 24px;
}

@media screen and (min-width:1200px) {
    .spirit.index_service .item:hover h5 {
        font-size: 30px;
    }
}

.spirit.index_service .item {
    padding: 0 1%;
}

.spirit.index_service .itemx {
    transform: translateY(30px);
}

.spirit.index_service .item .img::after {
    opacity: 1;
}

.spirit.index_service .item:hover .img::after {
    animation: initial;
    opacity: 0;
}

.spirit.index_service .item .img {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.spirit.index_service .item:hover .img {
    background: #f7951d;
    border: 1px solid #f7951d;
}

.spirit.index_service {
    height: 720px;
}

.continuedBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.continuedBox .left {
    width: 50%;
}

.continuedBox .right .top {
    width: 100%;
}

.continuedBox .right .top h6 {
    font-size: 42px;
    line-height: 1;
    color: #092646;
    font-weight: 400;
}

.continuedBox .right .top .text {
    margin-top: 30px;
}

.continuedBox .right .top .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.continuedBox .right {
    width: 45%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
}

.continued {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px;
}

.personnelBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.personnelBox .item {
    width: 49%;
    background: #fff;
    border-left: 2px solid #f39b00;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 20px 0;
}

.personnelBox .item .left {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personnelBox .item .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 90px);
}

.personnelBox .item .right p {
    font-size: 18px;
    color: #cccccc;
    line-height: 1;
    margin-bottom: 6px;
}

.personnelBox .item .right h6 {
    font-size: 20px;
    color: #092646;
    line-height: 28px;
    width: 100%;
    padding-right: 20px;
    font-weight: 500;
}

.personnelBox .item .right h6 p {
    color: #000;
}

.personnel .ejTitle {
    text-align: left;
}

.personnel {
    background: #fafafa;
    padding-top: 40px;
}

.recruit {
    padding-top: 80px;
    background: #fafafa;
    padding-bottom: 120px;
}

.recruit .ejTitle {
    text-align: left;
}

.recruitBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.recruitBox .left {
    width: 24%;
    background: #fff;
    padding: 0 30px;
}

.recruitBox .right {
    width: 73%;
}

.recruitBox .right .join_item li {
    background: #fff;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.recruitBox .right .join_item li:last-child {
    margin-bottom: 0;
}

.recruitBox .right .join_item li h5 {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    padding: 25px 0;
    cursor: pointer;
    font-weight: 500;
    padding-right: 10%;
    background: url(../images/icon26.png) no-repeat center right 10px;
}

.recruitBox .right .join_item li h5.active {
    background: url(../images/icon27.png) no-repeat center right 10px;
}

.recruitBox .right .join_item li .textJoin {
    display: none;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 40px;
}

.recruitBox .right .join_item li .textJoin h6 {
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    line-height: 1;
    font-weight: 400;
}

.recruitBox .right .join_item li .textJoin .text {
    margin-top: 16px;
}

.recruitBox .right .join_item li .textJoin .text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
}

.Delivery {
    margin-top: 16px;
    margin-bottom: 20px;
}

.Delivery .jl {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
}

.Delivery .box {
    display: flex;
    flex-direction: row;
}

.Delivery .box p {
    margin-right: 20px;
}

.Delivery .box p,
.Delivery .box p a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.join_more.more a {
    background: initial;
    padding: 0 50px;
}

.join_more.more.color a:hover {
    background: rgba(243, 155, 0, .4);
}

.recruitBox .left .top {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #092646;
    line-height: 1;
    padding-left: 16px;
    border-left: 4px solid #f39b00;
}

.recruitBox .left ul {
    border-top: 1px solid #e6e6e6;
}

.recruitBox .left ul li {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 62px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.recruitBox .left ul li.active {
    color: #f39b00;
}

.newsCon {
    background-color: #fafafa;
    padding-bottom: 120px;
    padding-top: 40px;
}

.newsCon .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.newsCon .top .ejTitle {
    text-align: left;
}

.year {
    display: inline-block;
}

.year .xiala {
    display: inline-block;
}

.xiala dl {
    position: relative;
    width: 200px;
    z-index: 10;
}

.xiala dl dt {
    height: 48px;
    font-size: 16px;
    color: #000;
    padding: 0px 20px;
    border-radius: 30px;
    appearance: none;
    -webkit-appearance: none;
    background: #fafafa url(../images/icon28.png) no-repeat right 20px center;
    outline: none;
    line-height: 48px;
    border: 1px solid #cccccc;
    text-align: left;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.xiala dl dd {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 0;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    text-align: left;
    border-radius: 5px;
}

.xiala dl dd a {
    color: #333333;
    font-size: 16px;
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #eaeaea;
}

.news_list {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-top: 45px;
}

.news_list .newsItem.headline {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: initial;
    margin-right: 0;
}

.news_list .newsItem.headline .news-cover {
    width: 50%;
    overflow: hidden;
}

.news_list .newsItem.headline .news-info {
    width: 50%;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news_list .newsItem.headline .news-info .news-date {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 20px;
}

.news_list .newsItem.headline .news-info .news-title {
    font-size: 24px;
    color: #092646;
    line-height: 36px;
    font-weight: 500;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list .newsItem.headline .news-info .news-desc {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: justify;
    margin-top: 14px;
    display: block;
}

.news_list .newsItem.headline .news-info .btn-ctn {
    margin-top: 40px;
    display: block;
}

.news_list .newsItem.headline .news-info .icon {
    display: none;
}

.news_list .newsItem {
    width: 31%;
    margin-bottom: 50px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    cursor: pointer;
    margin-right: 3.5%;
}

/* .news_list .newsItem:nth-child(3n+1) {
    margin-right: 0;
} */

.news_list .newsItem.no-top:nth-child(3n) {
    margin-right: 0;
}

.news_list .newsItem .news-cover {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news_list .newsItem.headline .news-cover {
    height: 300px;
}

.news_list .newsItem .news-cover img {
    width: 100%;
    min-height: 100%;
}

.news_list .newsItem:hover {
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.news_list .newsItem .news-info {
    background-color: #fff;
    padding: 30px;
}

.news_list .newsItem .news-info .news-date {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 10px;
}

.news_list .newsItem .news-info .news-title {
    font-size: 22px;
    color: #092646;
    line-height: 32px;
    font-weight: 500;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.news_list .newsItem .news-info .news-desc {
    display: none;
}

.news_list .newsItem .news-info .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    background: url(../images/icon9.png) no-repeat center center;
    transition: all .3s;
}

.news_list .newsItem:hover .news-info .icon {
    background: #f7951d url(../images/icon6.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.news_list .newsItem .news-info .btn-ctn {
    display: none;
}

.hdhg_page {
    text-align: center;
}

.hdhg_page .yiiPager {
    display: inline-block;
}

/* .hdhg_page .yiiPager .first,
.hdhg_page .yiiPager .last {
    display: none;
} */

.hdhg_page .yiiPager li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    margin: 0 5px;
}

.hdhg_page .yiiPager li.first {
    background: url(../images/double_arrow_left_black.png) no-repeat 45% center;
    background-size: 19px 20px;
}

.hdhg_page .yiiPager li.last {
    background: url(../images/double_arrow_left_black.png) no-repeat 45% center;
    background-size: 19px 20px;
    transform: rotate(180deg);
}

.hdhg_page .yiiPager li.first:hover,
.hdhg_page .yiiPager li.last:hover{
    background-image: url(../images/double_arrow_left_white.png);
}


.hdhg_page .yiiPager li.previous {
    background: url(../images/icon29.png) no-repeat center center;
}

.hdhg_page .yiiPager li.previous:hover {
    background: #f7951d url(../images/icon30_1.png) no-repeat center center;
}

.hdhg_page .yiiPager li.next {
    background: url(../images/icon29_1.png) no-repeat center center;
}

.hdhg_page .yiiPager li.next:hover {
    background: #f7951d url(../images/icon30.png) no-repeat center center;
}

.hdhg_page .yiiPager li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}

.hdhg_page .yiiPager li:hover {
    background-color: #f7951d;
    border: 1px solid #f7951d;
}

.hdhg_page .yiiPager li:hover a {
    color: #fff;
}

.hdhg_page .yiiPager .page.selected {
    background-color: #f7951d;
    border: 1px solid #f7951d;
}

.hdhg_page .yiiPager .page.selected a {
    color: #fff;
}

.exhibitionList {
    margin-top: 50px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.exhibitionList .item {
    border-bottom: 1px solid #e6e6e6;
}

.exhibitionList .item a {
    display: flex;
    padding: 30px 0;
    flex-direction: row;
}

.exhibitionList .item a .left {
    width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibitionList .item a .left img {
    width: 100%;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.exhibitionList .item:hover a .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.exhibitionList .item a .right {
    display: flex;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 0;
    padding-left: 20px;
    width: calc(100% - 160px);
}

.exhibitionList .item a .address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.exhibitionList .item a .address p {
    font-size: 16px;
    line-height: 26px;
    color: #4c4c4c;
    padding-left: 26px;
    margin-right: 80px;
}

.exhibitionList .item a .address p.exh {
    background: url(../images/icon_31_1.png) no-repeat center left;
    min-width: 200px;
}

.exhibitionList .item a .address p.addre {
    background: url(../images/icon31.png) no-repeat center left;
    min-width: 200px;
}

.exhibitionList .item a .address p.time {
    margin-right: 0;
    background: url(../images/icon32.png) no-repeat center left;
}

.exhibitionList .item a .right h6 {
    font-size: 20px;
    line-height: 32px;
    color: #092646;
    font-weight: 500;
    width: 100%;
}

.notice {
    margin-top: 50px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 50px;
}

.notice .noticeItem {
    border-bottom: 1px solid #e6e6e6;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.notice .noticeItem:hover {
    background: #fff;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
}

.notice .noticeItem a {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    position: relative;
}

.notice .noticeItem a.link::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../images/icon9.png) no-repeat center center;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.notice .noticeItem:hover a.link::after {
    background: #f7951d url(../images/icon6.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.notice .noticeItem a .left {
    width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice .noticeItem a .right {
    width: calc(100% - 160px);
    padding-left: 20px;
    padding-right: 10%;
}

.notice .noticeItem a .right .box {
    display: flex;
    flex-wrap: wrap;
}

.notice .noticeItem a .right .time {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    width: 100%;
}

.notice .noticeItem a .right .title {
    font-size: 22px;
    color: #092646;
    line-height: 32px;
    font-weight: 500;
    width: 100%;
    margin-top: 5px;
}

.notice .noticeItem a .right .text {
    margin-top: 10px;
}

.notice .noticeItem a .right .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.newdetails.about_tab {
    margin-top: 80px;
    border-top: 1px solid #e6e6e6;
}

.newsContent {
    padding-top: 40px;
}

.newsContent .newsContentTitle {
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
}

.newsContent .newsContentTitle .main {
    max-width: 52%;
}

.newsContent .newsContentTitle .main h2 {
    font-size: 48px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.newsContent .newsContentTitle .main p {
    font-size: 18px;
    line-height: 32px;
    color: #4c4c4c;
}

.newsContent .newsContentText {
    background: #fafafa;
    padding-bottom: 30px;
    padding-top: 40px;
}

.newsContent .newsContentText .main {
    max-width: 1220px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.newsContent .newsContentText p {
    font-size: 16px;
    line-height: 28px !important;
    color: #4c4c4c;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 32px !important;
}

.newsContent .newsContentText span {
    text-indent: 32px !important;
    line-height: 28px !important;
    display: block;
}


.newsContent .newsContentText img {
    margin: 0 auto;
}

.newsContent .newsContentText p img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    /* width: auto; */
    height: auto;
}

.newsContent .newsContentText p strong {
    color: #26405c;
    font-size: 20px;
    font-weight: 500;
}

.newsContent .newsContentBottom .main {
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
}

.newsContent .newsContentBottom .main .left a {
    font-size: 16px;
    color: #4c4c4c;
    padding-left: 60px;
    display: block;
    position: relative;
    line-height: 52px;
}

.newsContent .newsContentBottom .main .left a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/icon33.png) no-repeat center center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    left: 0;
    top: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.newsContent .newsContentBottom .main .left a:hover::after {
    background: #f7951d url(../images/icon34.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.newsContent .newsContentBottom .main .right {
    display: flex;
    flex-direction: row;
}

.newsContent .newsContentBottom .main .right .item {
    margin-right: 40px;
    position: relative;
}

.newsContent .newsContentBottom .main .right .item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #d2d2d2;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
}

.newsContent .newsContentBottom .main .right .item:last-child {
    margin-right: 0;
}

.newsContent .newsContentBottom .main .right .item:last-child::after {
    display: none;
}

.newsContent .newsContentBottom .main .right .item a {
    position: relative;
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    line-height: 52px;
}

.newsContent .newsContentBottom .main .right .item a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.newsContent .newsContentBottom .main .right .item.pitem a {
    padding-left: 60px;
}

.newsContent .newsContentBottom .main .right .item.pitem a::after {
    background: url(../images/icon29.png) no-repeat center center;
    left: 0;
    top: 0;
}

.newsContent .newsContentBottom .main .right .item.pitem a:hover::after {
    background: #f7951d url(../images/icon30_1.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.newsContent .newsContentBottom .main .right .item.nitem a {
    padding-right: 60px;
}

.newsContent .newsContentBottom .main .right .item.nitem a::after {
    background: url(../images/icon29_1.png) no-repeat center center;
    right: 0;
    top: 0;
}

.newsContent .newsContentBottom .main .right .item.nitem a:hover::after {
    background: #f7951d url(../images/icon30.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.newsContent .newsContentBottom {
    background: #fafafa;
    padding-bottom: 120px;
}




/* 第三次 */
.bannerDetail {
    margin-top: 80px;
    /* height: calc(100vh - 80px); */
    height: 800px;
}

.bannerDetail .crumbs a {
    color: #fff;
}

.bannerDetailBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 140px;
}

.bannerDetailBox .crumbs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.bannerDetailBox .box .top p {
    font-size: 30px;
    color: #fff;
    line-height: 1;
}

.bannerDetailBox .box .top h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.bannerDetailBox .box .top h2 span {
    padding: 5px 8px;
    margin: 0 10px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 46px;
    text-align: center;
}

.bannerDetailBox .box .bottom {
    padding-left: 20px;
    position: relative;
    margin-top: 50px;
}

.bannerDetailBox .box .bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background: #8f9397;
    height: 122px;
}

.bannerDetailBox .box .bottom p {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
}

.batteryBoxTop .text {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    position: absolute;
    top: 10px;
    right: 10px;
}

.batteryBoxTop {
    position: relative;
    border-radius: 10px 10px 0 0;
    background: #fafafa;
    margin-top: -120px;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
}

.batteryBoxTop ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}

.batteryBoxTop ul li {
    border-right: 1px solid #e6e6e6;
    width: 25%;
}

.batteryBoxTop ul li:last-child {
    border-right: none;
}

.batteryBoxTop ul li h5 {
    font-size: 42px;
    color: #f7951d;
    font-weight: 600;
    line-height: 1;
}

.batteryBoxTop ul li h5 span {
    font-size: 14px;
    font-weight: 400;
}

.batteryBoxTop ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #092646;
    margin-top: 5px;
}

.batteryBoxContent {
    padding-top: 80px;
    background: #fafafa;
}

.batteryBoxContent .ejTitle {
    text-align: left;
}

.batteryBoxContent .main img {
    height: auto;
    margin: 0 auto;
}

.formBox {
    border-top: 1px solid #f0f0f0;
    margin-top: 40px;
}

.formBox table {
    width: 100%;
}

.formBox table tbody {
    width: 100%;
}

.formBox table tbody th {
    text-align: center;
    line-height: 56px;
    color: #092646;
    font-size: 16px;
}

.formBox table tbody tr {
    position: relative;
}

.formBox table tbody td {
    border-bottom: 1px solid #cccccc;
}

/* .formBox table tbody tr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    left: 0;
    bottom: 0;
} */
/* .formBox table tbody tr:nth-child(1):after{
    display: none;
} */

/* .formBox table tbody tr:nth-child(1){
    background: #fff;
}
.formBox table tbody tr:nth-child(1)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f7951d;
    left: 0;
    bottom: 0;
} */

.formBox table tbody tr th {
    background: #fff;
    border-bottom: 2px solid #f7951d;
}

/* .formBox table tbody tr th::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f7951d;
    left: 0;
    bottom: 0;
} */


.formBox table tbody td {
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 56px;
}

.formBox p {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.formBox p span {
    color: #ff0000;
}

.batteryBoxContentLeft .formBox tr th {
    text-align: right;
    padding-right: 30px;
}

.batteryBoxContentLeft .formBox tr td {
    text-align: right;
    padding-right: 30px;
}

.batteryBoxContentLeft .formBox tr th:nth-child(1) {
    text-align: left;
    padding-left: 30px;
    width: 20%;
}

.batteryBoxContentLeft .formBox tr td:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.relevant {
    background: #fafafa;
    padding-top: 100px;
    padding-bottom: 120px;
}

.relevantBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.relevantBox .item {
    width: 48.5%;
    background: #fff;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.relevant .ejTitle {
    text-align: left;
}

.relevantBox .item a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* 2022-11-29 */
    height: 100%;
}

.relevantBox .item a .left {
    width: 60%;
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 50px;
}

.relevantBox .item a .left .top {
    width: 100%;
}

.relevantBox .item a .left .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    background: url(../images/icon9.png) no-repeat center center;
    transition: all .3s;
}

.relevantBox .item:hover a .left .icon {
    background: #f7951d url(../images/icon6.png) no-repeat center center;
    border: 1px solid #f7951d;
}

.relevantBox .item a .left .top p {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.relevantBox .item a .left .top h6 {
    font-size: 30px;
    line-height: 42px;
    color: #092646;
    font-weight: 500;
    margin-top: 10px;
}

.relevantBox .item a .right {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    margin-right: 50px;
}

.relevantBox .item:hover {
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}

.indexBanner .bannerSwiper .swiper-slide .text {
    position: relative;
    padding-left: 20px;
    margin-bottom: 120px;
}

.indexBanner .bannerSwiper .swiper-slide .text::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 120px;
    background: rgba(255, 255, 255, .6);
    top: 0;
    left: 0;
}

.indexBanner .bannerSwiper .swiper-slide .text p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
}

.seriesBanner .bannerSwiper .swiper-slide .box h2 {
    margin-bottom: 40px;
}

.proSeries {
    /* background: #fafafa url(../images/tu74.png) no-repeat center bottom 364px; */
    background: #fafafa;
    overflow: hidden;
}

.proSeries .proSeriesBox {
    background: url(../images/tu74.jpg) no-repeat center center;
    background-size: cover;
}

.proSeriesBox .top {
    padding-top: 150px;
    padding-bottom: 240px;
}

.proSeriesBox .top p {
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.proSeriesBox .top h5 {
    font-size: 48px;
    color: #0d2949;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
}

.proSeriesBox .top h5 img {
    height: 44px;
}

.proSeriesBox .top .text {
    max-width: 60%;
    margin: 0 auto;
}

.proSeriesBox .top .text p {
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: center;
}

.proBoxTab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proBoxTab .left {
    width: 50%;
    background-color: #fff;
}

.proBoxTab .right {
    width: 50%;
    background: #fff;
    padding-left: 7%;
    padding-top: 30px;

    /* padding-bottom: 100px;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap; */
    /* align-content: space-between; */
}

.proBoxTab .left .img {
    display: none;
}

.proBoxTab .left .img.active {
    display: block;
}

.proBoxTab .right .tab {
    position: relative;
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.proBoxTab .right .tab .swiper-button-next {
    position: absolute;
    bottom: -50%;
    top: auto;
    width: 50px;
    height: 50px;
    background: rgba(236, 236, 236, 0.301) url(../images/icon29_1.png) no-repeat center;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    transition: all .5s;
}

.proBoxTab .right .tab .swiper-button-next:hover {
    background-color: rgb(247, 149, 29);
    border-color: #fff;
}

.proBoxTab .right .tab .swiper-button-prev {
    position: absolute;
    bottom: -50%;
    top: auto;
    width: 50px;
    height: 50px;
    background: rgba(236, 236, 236, 0.301) url(../images/icon29.png) no-repeat center;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    transition: all .5s;
}

.proBoxTab .right .tab .swiper-button-prev:hover {
    background-color: rgb(247, 149, 29);
    border-color: #fff;
}

.proBoxTab .right .tab .swiper-button-prev {
    position: absolute;
    bottom: -50%;
    top: auto;
    left: auto;
    right: 70px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: ''
}


.proBoxTab .right .tab p {
    /* width: 28%; */
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    /* margin-right: 60px; */
    position: relative;
    font-size: 18px;
    /* line-height: 1; */
    /* padding-bottom: 15px; */
    padding-bottom: 5px;
    margin: 0 2.6%;
    margin-top: 10px;
    color: #2b425c;
    cursor: pointer;
    font-weight: 500;
}

.proBoxTab .right .tab p.active {
    color: #f39b00;
}

/* .proBoxTab .right .tab p::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #f39b00;
    left: 0;
    bottom: 0;
    z-index: 5;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
} */

.proBoxTab .right .tab .swiper-slide p:hover::after {
    width: 100%;
}

.proBoxTab .right .tab .swiper-slide.swiper-slide-active p {
    color: #f39b00;
}

.proBoxTab .right .tab p.active::after {
    width: 100%;
}

.proBoxTab .right .content .item {
    display: none;
}

.proBoxTab .right .content .item.active {
    display: block;
}

.proBoxTab .right .content .item h6 {
    font-size: 45px;
    color: #0d2949;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 100px;
}

.proBoxTab .right .content .item .text p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 28px;
}

.proBoxTab .right .content .item .text {
    margin-bottom: 40px;
}

.proBoxTab {
    position: relative;
}

.proBoxTab::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
}

.proVideo {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px;
}

.proVideo h5 {
    font-size: 48px;
    color: #0d2949;
    text-align: center;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

.proVideoBox {
    position: relative;
}

.proVideoBox .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.proFaq {
    padding-top: 0;
    /* padding-top: 120px; */
    background: #fafafa;
    padding-bottom: 80px;
}

.proFaq .drop_down li h6 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 40px;
}

.proFaq .drop_down li h6::before {
    content: 'Q:';
    position: absolute;
    font-size: 24px;
    color: #092646;
    font-weight: bold;
    left: 0;
    top: 24px;
}

.proFaq .drop_down li .contactText {
    padding-left: 40px;
}

.performanceImg {
    display: none;
}

.performanceBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}

.performanceBox .left {
    width: 30%;
}

.performanceBox .right {
    width: 30%;
}

.performanceBox .left .item,
.performanceBox .right .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 20px 0;
}

.performanceBox .left .item .text {
    text-align: right;
    width: calc(100% - 80px);
    padding-right: 20px;
}

.performanceBox .right .item .text {
    text-align: left;
    width: calc(100% - 80px);
    padding-left: 20px;
}

.performanceBox .left,
.performanceBox .right {
    display: flex;
    /* align-content: space-around; */
    align-content: center;
    flex-wrap: wrap;
}

.performanceBox .left .item .img,
.performanceBox .right .item .img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 50%;

}

.performanceBox .left .item .text h6,
.performanceBox .right .item .text h6 {
    font-size: 22px;
    line-height: 32px;
    color: #092646;
    font-weight: 500;
    margin-bottom: 10px;
}

.performanceBox .left .item .text p,
.performanceBox .right .item .text p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.performanceBox .center {
    flex: 1;
    overflow: hidden;
    margin: 0 20px;
}

.performance {
    margin-top: 20px;
}

.performanceBox .item .img {
    position: relative;
}

.performanceBox .item .img::after {
    content: '';
    position: absolute;
    width: 82px;
    height: 82px;
    background: url(../images/tu84.png) no-repeat center center;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
}

.performanceBox .item:hover .img::after {
    opacity: 1;
    transform: rotate(360deg);
    animation: rotation 3s linear infinite;
}

.photovoltaic {
    padding-top: 5px;
}

.photovoltaic .photovoltaicBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 10%;
}

.photovoltaic .photovoltaicBox .item {
    padding-bottom: 60px;
    position: relative;
}

.photovoltaic .photovoltaicBox .item::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 20px;
    background: url(../images/tu90.png) no-repeat center center;
    left: 50%;
    bottom: 0px;
    z-index: 5;
    margin-left: -18px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    opacity: 0;
}

.photovoltaic .photovoltaicBox .item.active::after {
    opacity: 1;
}

.photovoltaic .photovoltaicBox .item:hover::after {
    opacity: 1;
}

.photovoltaic .photovoltaicBox .item a .img {
    width: 108px;
    height: 108px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.photovoltaic .photovoltaicBox .item a .img::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: url(../images/tu89.png) no-repeat center center;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.photovoltaic .photovoltaicBox .item.active a .img::after {
    opacity: 1;
    transform: rotate(360deg);
    animation: rotation 6s linear infinite;
}

.photovoltaic .photovoltaicBox .item.active a .title {
    color: #f69a29;
}

.photovoltaic .photovoltaicBox .item:hover a .img::after {
    opacity: 1;
    transform: rotate(360deg);
    animation: rotation 6s linear infinite;
}

.photovoltaic .photovoltaicBox .item:hover a .title {
    color: #f69a29;
}

.photovoltaic .photovoltaicBox .item a .title {
    font-size: 26px;
    color: #092646;
    line-height: 1;
    text-align: center;
    margin-top: 24px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.photovoltaicList {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 70px;
}

.photovoltaicItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photovoltaicItems .item {
    width: 31%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.photovoltaicItems .item:last-child:nth-child(3n - 1) {
    margin-right: calc(31% + 7% / 2);
}

.photovoltaicItems .item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/tu97.png) no-repeat center center;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.photovoltaicItems .item a {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.photovoltaicItems .item a .text {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transform: translateY(calc(100% - 62px));
    transition: all 1s;
    width: 100%;
}

.photovoltaicItems .item a .text h6 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.photovoltaicItems .item a .text .box .txt p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.photovoltaicItems .item a .text .box .icon {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.photovoltaicItems .item a .text .box {
    opacity: 0;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

@media screen and (min-width:1200px) {
    .photovoltaicItems .item:hover a .text {
        transform: translateY(0)
    }

    .photovoltaicItems .item:hover a .text .box {
        opacity: 1;
    }
}


.photovoltaicItems .item a .img {
    overflow: hidden;
}

.photovoltaicItems .item a .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.photovoltaicItems .item:hover a .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case {
    padding-top: 120px;
    padding-bottom: 170px;
}

.case .ejTitle {
    text-align: left;
}

.caseBxo {
    position: relative;
    padding-top: 50px;
}

.caseBxo .casebtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    /* top: -26px; */
    top: auto;
    bottom: -100px;
}

.caseBxo .casebtn.casenext {
    background-image: url(../images/icon10.png);
    right: 0;
}

.caseBxo .casebtn.caseprev {
    background-image: url(../images/icon11.png);
    left: initial;
    right: 60px;
}

.caseSwiper .swiper-slide a {
    display: block;
    background: #f5f5f5;
}

.caseSwiper .swiper-slide a .text {
    font-size: 22px;
    line-height: 32px;
    color: #092646;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseSwiper .swiper-slide a .img {
    overflow: hidden;
}

.caseSwiper .swiper-slide a .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.caseSwiper .swiper-slide:hover a .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.caseBxo .swiper-pagination {
    margin-top: 40px;
    width: 100%;
}

.caseBxo .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin: 0 10px !important;
}

.caseBxo .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .4);
}

.caseBxo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}

.bannerDetail .bannerDetailBox .text p {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.bannerDetail .bannerDetailBox .text h2 {
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    font-weight: 500;
}

.soluBox.bannerDetailBox {
    padding-bottom: 0;
}

.programmeBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.programmeBox .left {
    width: 46%;
    padding-left: 40px;
    position: relative;
}

.programmeBox .left::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ffa801;
    top: 0;
    left: 0;
}

.programmeBox .left h3 {
    padding-right: 15%;
    font-size: 42px;
    color: #092646;
    font-weight: 500;
    line-height: 52px;
}

.programmeBox .right {
    width: 50%;
    overflow: hidden;
}

.programmeBox .right img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.programmeBox:hover .right img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.programmeBox .left .text {
    margin-top: 30px;
}

.programmeBox .left .text p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
    margin-bottom: 20px;
    text-align: justify;
}

.programme {
    background: #fafafa;
    padding-top: 100px;
}

.project {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 100px;
}

.project .ejTitle {
    text-align: left;
}

.projectBox {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projectBox .item {
    width: 32.4%;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projectBox .item:last-child:nth-child(3n - 1) {
    margin-right: calc(31.4% + 5.8% / 2);
}

.projectBox .item .left {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
}

.projectBox .item .right {
    width: 72%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    padding: 5px 0;
}

.projectBox .item .right p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #092646;
}

.projectBox .item .right h6 {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #092646;
    font-weight: 500;
}

.serviceCentreBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.serviceCentreBox .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    position: relative;
    align-items: center;
    width: 49.5%;
}

.serviceCentreBox .item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #f7951d;
    top: 0;
    left: 0;
}

.serviceCentreBox .item .left {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceCentre {
    background: #fafafa;
    padding-top: 40px;
}

.serviceCentre .ejTitle {
    text-align: left;
}

.serviceCentreBox.contact {
    margin-top: 0;
}

.serviceCentreBox .item .right {
    width: 85%;
}

.serviceCentreBox .item .right .box p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.serviceCentreBox .item .right .box h6,
.serviceCentreBox .item .right .box h6 a,
.serviceCentreBox .item .right .box h6 a p {
    font-size: 36px;
    color: #092646;
    font-weight: 500;
}

.feedback {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 120px;
}

.feedback .title {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

.infoX {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.infoX .item {
    width: 16.66%;
    text-align: center;
}

.infoX .item p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.infoX .item .img {
    display: flex;
    justify-content: center;
}



/* 第四次 */
.feedbackBox {
    margin-top: 40px;
}

.feedbackForm {
    background: #fff;
}

.feedbackForm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 20px;
}

.feedbackForm .item {
    width: 49%;
    margin-bottom: 20px;
}

.feedbackForm .item.item100 {
    width: 100%;
    margin-bottom: 0;
}

.feedbackForm .item p {
    font-size: 16px;
    color: #333333;
}

.feedbackForm .item p span {
    color: #ff0000;
}

.feedbackForm .item input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #cccccc;
    /* padding: 0 10px; */
}

.feedbackForm .item.item100 textarea {
    width: 100%;
    height: 110px;
    background: #fafafa;
    padding: 14px;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
}

.ul_form li .boxs {
    display: none;

}

.ul_form li .box {
    padding: 10px 30px 30px;
}

.ul_form li {
    background: #fff;
    margin-bottom: 20px;
}

.ul_form li h6 {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    padding: 19px 20px;
    cursor: pointer;
    font-weight: 500;
    padding-right: 5%;
    background: url(../images/icon26.png) no-repeat center right 10px;
}

.ul_form li h6.active {
    background: url(../images/icon27.png) no-repeat center right 10px;
    border-bottom: 1px solid #fafafa;
}

.choice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.choice p {
    width: 16.66%;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.choice div {
    width: 83.34%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}

.choice div p {
    display: flex;
    justify-content: center;
    /* width: 16.668%; */
    text-align: center;
}

.choice p:nth-child(1) {
    text-align: left;
}

.ul_form li .box .infoTitle {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.textArer {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.textArer p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
}

.textArer textarea {
    width: 100%;
    height: 110px;
    background: #fafafa;
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
}

.agree p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    display: flex;
    justify-content: center;
}

.agree p input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background: #fafafa;
    -webkit-appearance: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.agree p input[type='checkbox']:checked {
    border: 1px solid #f7951d;
    background: #f7951d url(../images/tu120.png) no-repeat center center;
}

.choice p input[type='radio'] {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fafafa;
    -webkit-appearance: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.choice p input[type='radio']:checked {
    border: 1px solid #f7951d;
    background: #f7951d url(../images/tu120.png) no-repeat center center;
}

.formBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.formBtn .more a {
    background: initial;
    padding: 0 100px;
}

.formBtn .more a:hover {
    background: rgba(243, 155, 0, .4);
}

.recruitBox .list h6 {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    background: url(../images/tu122.png) no-repeat center right;
    cursor: pointer;
}

.recruitBox .list h6.active {
    background: url(../images/tu121.png) no-repeat center right;
}

.recruitBox .list .item {
    display: none;
}

.recruitBox .list .item p {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    cursor: pointer;
}

.recruitBox .list .item p a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333333;
}

.recruitBox .list .item a.wfEditorMode {
    position: relative;
    z-index: 5;
}

.recruitBox .list .item p a.active {
    color: #e19714;
}

.recruitBox .list {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.faqs.recruit {
    padding-top: 40px;
}

.faqs.recruit .recruitBox .right .join_item li {
    background: #fafafa;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding: 0;
}

.faqs.recruit .recruitBox .right .join_item li h5 {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400;
}

.faqs.recruit .recruitBox .right .join_item li h5::before {
    content: 'Q:';
    position: absolute;
    font-size: 24PX;
    color: #092646;
    font-weight: bold;
    top: 24px;
    left: 0;
}

.faqs.recruit .recruitBox .right .join_item li .textJoin {
    border-top: none;
    padding-left: 40px;
    padding-right: 10%;
    padding-bottom: 10px;
    position: relative;
}

.faqs.recruit .recruitBox .right .join_item li .textJoin::before {
    content: 'A:';
    position: absolute;
    font-size: 24PX;
    color: #f39b00;
    font-weight: bold;
    top: 0;
    left: 0;
}

.faqs.recruit .recruitBox .right .join_item li .textJoin p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.faqs.recruit .recruitBox .right .join_item {
    border-top: 1px solid #d9d9d9;
}

.download {
    background: #fafafa;
    padding-top: 40px;
    padding-bottom: 100px;
}

.download .ejTitle {
    text-align: left;
}

.download .downloadBox {
    border-top: 1px solid #dedede;
    margin-top: 50px;
}

.download .downloadBox .itm {
    border-bottom: 1px solid #dedede;
    position: relative;
}

.download .downloadBox a.wfEditorMode {
    position: relative;
    z-index: 6;
}

.download .downloadBox .itm::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #f7951d;
    left: 0;
    bottom: -1px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.download .downloadBox .itm:hover::after {
    width: 100%;
}

.download .downloadBox .itm a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.download .downloadBox .itm a .left {
    width: 80%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.download .downloadBox .itm a .right {
    width: 20%;
    text-align: right;
}

.download .downloadBox .itm a .right p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-right: 33px;
    background: url(../images/tu124.png) no-repeat center right;
}

.download .downloadBox .itm a .left h6 {
    font-size: 22px;
    color: #092646;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
}

.download .downloadBox .itm a .left p {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    width: 100%;
}

.download .hdhg_page {
    margin-top: 50px;
}

.contactus {
    background: #fafafa;
    padding-top: 50px;
}

.contactus .contactusBox {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: stretch;
}

.contactus .contactusBox .item {
    width: 32%;
    background: #fff;
    padding: 30px;
    margin: 0 .65%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    cursor: pointer;
}

/* .contactus .contactusBox .item:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 4% / 2);
} */

/* .contactusSwiper .swiper-slide .item{
    background: #fff;
    margin-bottom: 35px;
    padding: 30px;
    height: 180px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    position: relative;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    cursor: pointer;
} */
.contactus .contactusBox .item:hover {
    box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 5%);
}

.contactus .contactusBox .item::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 0;
    background: #f39b00;
    top: 0;
    left: 0;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.contactus .contactusBox .item::before {
    content: '';
    position: absolute;
    width: 76px;
    height: 100px;
    background: url(../images/tu126.png) no-repeat center center;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    opacity: 0;
}

.contactus .contactusBox .item:hover::before {
    opacity: 1;
}

.contactus .contactusBox .item:hover::after {
    height: 100%;
}

.contactus .contactusBox .item p {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}

.contactus .contactusBox .item p.email {
    margin-top: auto;
    margin-bottom: 0;
    justify-self: flex-end;
}

.contactus .contactusBox .item .info {
    width: 100%;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1;
}

.contactus .contactusBox .item .title {
    width: 100%;
    /* font-size: 30px; */
    font-size: 26px;
    margin-bottom: 12px;
    color: #092646;
    line-height: 1;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2em;
}

.contactus .contactusBox .item .address {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
}

/* .contactus .contactusBox .item:last-child{
    margin-bottom: 0;
} */
.contactusBox {
    position: relative;
    /* padding-bottom: 80px; */
}

.contactus_box {
    padding-bottom: 40px;
    background: #fafafa;
}


/* .contactusBox .contactusSwiper .swiper-wrapper{
    padding: 10px 0;
}
.contactusBox .contactbtn {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    bottom: 0;
    top: initial;
}
.contactusBox .contactbtn.contactnext{
    background-image: url(../images/icon10.png);
    right: 0;
}
.contactusBox .contactbtn.contactprev{
    background-image: url(../images/icon11.png);
    left: initial;
    right: 60px;
}
.contactusBox .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: .5;
    margin: 0 10px !important;
}
.contactusBox .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .4);
}
.contactusBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7951d;
    opacity: 1;
}
.contactusBox .swiper-pagination{
    bottom: 15px;
} */
.contactusForm {
    background: #fafafa;
    padding-top: 50px;
    padding-bottom: 120px;
}

.contactusForm .txt {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #4c4c4c;
    margin-top: 10px;
}

.conForm {
    margin-top: 40px;
}

.conFormBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.conFormBox .item {
    width: 49%;
    margin-bottom: 30px;
}

.conFormBox .item span {
    color: rgb(255, 0, 0);
}

.conFormBox .item input {
    width: 100%;
    height: 46px;
    border: none;
    border: 1px solid #cccccc;
    padding: 0 20px;
    margin-top: 15px;
    background: #fafafa;
}

.conFormBox .item p {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}

.conProblem {
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px;
}

.conProblem .stitle {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 26px;
}

.conProblem .box {
    display: flex;
    flex-direction: row;
}

.conProblem .box .info {
    display: flex;
    flex-direction: row;
    margin-right: 90px;
}

.conProblem .box .info:last-child {
    margin-right: 0;
}

.conProblem .box .info p {
    font-size: 16px;
    color: #000;
}

.conTextAr {
    margin-top: 40px;
}

.conTextAr p {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin-bottom: 16px;
}

.conTextAr textarea {
    width: 100%;
    border: none;
    border: 1px solid #cccccc;
    height: 138px;
    padding: 20px;
    background: #fafafa;
}

.contactusForm .agree {
    margin-top: 50px;
}

.conProblem .info {
    display: flex;
    align-items: center;
}

.conProblem .info input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background: #fafafa;
    -webkit-appearance: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.conProblem .info input[type='checkbox']:checked {
    border: 1px solid #f7951d;
    background: #f7951d url(../images/tu120.png) no-repeat center center;
}

.conFormBox .item input:hover {
    border: 1px solid #f39b00;
    background: rgb(250, 245, 237);
}

.conTextAr textarea:hover {
    border: 1px solid #f39b00;
    background: rgb(250, 245, 237);
}

/* 第五次 */
.headerER {
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;

}

.headerERBox .itemBox .itemBoxInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.headerERBox .itemBox .itemBoxInfo .nav {
    width: 66%;
    display: flex;
    flex-direction: row;
}

.headerERBox .itemBox .itemBoxInfo .nav .item {
    width: 33.33%;
    padding-left: 30px;
    border-left: 1px solid #d9d9d9;
}

.headerERBox .itemBox .nav .item h6 {
    margin-bottom: 20px;
}

.headerERBox .itemBox .itemBoxInfo .nav .item h6 a {
    font-size: 22px;
    line-height: 1;
    color: #092646;
    font-weight: 600;
}

.headerERBox .itemBox .itemBoxInfo .nav .item p a {
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 36px;
    color: #4c4c4c;
}

.headerERBox .itemBox .itemBoxInfo .link {
    width: 29.5%;
    max-height: 180px;
}

.headerERBox .itemBox .itemBoxInfo .link img.hader-img {
    /* min-width: 100%; */
    max-width: inherit;
    max-height: 100%;
}

.headerERBox .itemBox .itemBoxInfo .link a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.headerERBox .itemBox .itemBoxInfo .link a .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: space-between;
    padding: 30px;
    flex-wrap: wrap;
}

.headerERBox .itemBox .itemBoxInfo .link a .box h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 42px;
    width: 100%;
}

.headerERBox .itemBox .itemBoxInfo .link a .box .icon {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerBox .HeaderNav ul li a {
    position: relative;
    padding: 0px 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}


.headerBox .HeaderNav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f39b00;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.headerBox .HeaderNav ul li a:hover {
    font-weight: bolder;
    background: #f3f3f3;
}

.headerBox .HeaderNav ul li a:hover::after {
    opacity: 1;
}

.headerER .headerERBox .itemBox {
    /*  margin: 60px 0; */
    display: none;
}

.headerERBox .itemBox .itemBoxInfo {
    padding: 60px 0px;
}

.headerERBox .itemBox .itemBoxInfo .nav .item p a:hover {
    color: #f7951d;
}

.index_survey .lists ul li h4 span {
    font-family: "Arial";
}



/* 2022-12-1 */
.index_survey .play {
    display: none;
}

.photovoltaic {
    display: none;
}

.download .downloadBox {
    margin-top: 0;
}

.proBoxTab .right .tab.no-bottom-border {
    border-bottom: none;
}

.video.main a.wfEditorMode {
    position: relative;
}

#contactus_form_email {
    display: flex;
}

#contactus_form_contact_type {
    display: flex;
    flex-wrap: wrap;
}

#service_form_product_power {
    display: flex;
    /* width: 100%; */
}



/* 搜索 */
.search-box {
    padding-bottom: 50px;
    background-color: #fafafa;
}

.searchbox1 {
    width: 200px;
    height: 42px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.search0 {
    width: 100%;
    text-align: center;
    /* margin: 50px 0; */
    margin-top: 50px;
    margin-bottom: 30px;
}

.search0 form {
    width: 50%;
    display: inline-block;
    position: relative;
}

.searchbox1 .searchtext {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
}

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    /* background: url(../images/fdj.png) no-repeat center center; */
    background: none;
    background-color: rgb(244, 154, 0);
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    height: 42px;
    /* width: 40px; */
    padding: 0 20px;
    outline: none;
    border: none;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .5s;
}

.searchbtn:hover {
    box-shadow: 3px 3px 5px #757575;
}

.search-result-empry {
    text-align: center;
}

.search-error {
    text-align: center;
}

.searchnews_list.news_list {
    justify-content: space-between;
}

.searchnews_list.news_list .newsItem {
    margin-right: 0;
}

.searchnews_list.news_list span {
    color: rgb(244, 154, 0);
}

/* .searchnews_list.news_list .newsItem:nth-child(3n+1){
    margin-right: initial;
} */

.news_list .newsItem.no-top:nth-child(3n) {
    margin-right: initial;
}

.searchnews_list.news_list .newsItem:last-child:nth-child(3n - 1) {
    margin-right: calc(31% + 7% / 2);
}


/* cookie */
.cookies-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 0 10%;
    background-color: rgb(239, 239, 239);
    font-size: 16px;
    color: #000;
}

.cookies-container a {
    margin-left: 10px;
    color: #000;
    text-decoration: underline;
}

.cookies-container .accept-btn {
    padding: 10px 60px;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .5s;
    background-color: rgb(13, 38, 69);
    color: #fff;
}

/* .cookies-container .accept-btn:hover {
    background-color: rgb(200, 200, 202);
} */

.cookies-container .cookies-text {
    position: relative;
    padding-left: 30px;
}

.cookies-container .cookies-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../images/exclamation-point.svg) no-repeat center;
}

.action--site-index #page>.footer {
    display: none
}

/*a[href$="/site/notice"] {
    display: none !important;
}*/


/* 全站搜索 */
.search-box .select-type {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.search-box .select-type a {
    position: relative;
    display: inline-block;
    margin: 0 40px;
    color: black;
}

.search-box .select-type a:active {
    color: black;
}

.search-box .select-type a.active {
    color: #f7951d;
}

.search-box .select-type a.active::after {
    border-color: #f7951d;
}

.search-box .select-type a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-150% - 7px), -50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f7951d;
}

.search-box .select-type a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%, -50%);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
}

.search-box .other-list {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}

.search-box .other-list:not(:first-child) {
    margin-top: 20px;
}

.search-box .other-list:last-child {
    margin-bottom: 50px;
}

.search-box .other-from {
    margin-bottom: 5px;
    color: #c1c1c1;
}

.search-box .other-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.search-box .other-content {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 作为弹性盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置伸缩盒子的子元素排列方式，从上到下垂直排序 */
    -webkit-line-clamp: 2;
    /* 显示的行数 */
}

.search-box .other-list a {
    color: #000;
}


/* 可持续发展 */
.develop-container {
    margin-top: 50px;
}

.layout-bottom {
    padding-bottom: 120px;
}

.promise-container {
    position: relative;
    padding-bottom: 110px;
    background-color: #fafafa;
}

.promise-container .promise-swiper {
    position: relative;
    padding-bottom: 10px;
    margin-top: 50px;
    overflow: hidden;
}

.promise-container .promise-pagination {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}

.promise-container .promise-pagination>span {
    width: 24px;
    height: 6px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.promise-container .promise-pagination .swiper-pagination-bullet-active {
    background-color: #f39b00;
}

.promise-container .promise-swiper a:not(.wfEditorMode) {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: inherit;
    background-color: #fff;
    transition: all .5s;
}

.promise-container .promise-swiper a:hover {
    box-shadow: 0 0 15px #c1c1c1;
}

.promise-container .promise-swiper a:hover .arrow {
    background-color: #f39b00;
    border-color: #f39b00;
}

.promise-container .promise-swiper a:hover .put-show {
    opacity: 1;
}

.promise-container .promise-swiper a:hover .default-show {
    opacity: 0;
}

.promise-container .promise-swiper .pic {
    width: 100%;
    height: 250px;
}

.promise-container .promise-swiper .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promise-container .promise-swiper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-top: 35px;
}

.promise-container .promise-swiper .content .title {
    font-size: 24px;
    font-weight: bold;
}

.promise-container .promise-swiper .content .text {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.promise-container .promise-swiper .content .arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: auto;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    transition: all .5s;
}

.promise-container .promise-swiper .swiper-slide {
    height: auto;
}

.promise-container .promise-swiper .swiper-slide a.wfEditorMode {
    position: absolute;
    top: 30%;
    z-index: 3;
}

.default-show {
    opacity: 1;
    transition: all .5s;
}

.put-show {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}

.action-container .news_list .newsItem.headline .news-info {
    background-color: #fafafa;
}

.action-container .news_list .newsItem .news-info {
    background-color: #fafafa;
}

.action-container .news_list .newsItem {
    margin-bottom: 0;
}

.management-container {
    position: relative;
}

.management-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fafafa;
}

.management-container .main {
    position: relative;
    z-index: 3;
}

.management-container .management-list {
    display: flex;
    height: 520px;
    margin-top: 50px;
}

.management-container .management-item {
    position: relative;
    flex: 1;
    height: 100%;
    color: #fff;
    overflow: hidden;
    transition: all .5s;
}

.management-container .management-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 69, 109, .6);
    transition: all .5s;
}

.management-container .management-item a.wfEditorMode {
    position: absolute;
    top: 10%;
    z-index: 4;
}

.management-container a {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.management-container a .out-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 28px;
    transition: all .5s;
}

.management-container .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    transform: translateY(100%);
    transition: all .5s;
    background-color: rgba(0, 0, 0, .3);
}

.management-container .content .title {
    font-size: 28px;
}

.management-container .content .text {
    margin-top: 10px;
}

.management-container .content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.management-container .management-item:hover {
    flex: 2;
}

.management-container .management-item:hover::before {
    opacity: 0;
}

.management-container .management-item:hover .content {
    transform: translateY(0);
}

.management-container .management-item:hover .out-title {
    opacity: 0;
}

.honor-container {
    position: relative;
}

.honor-container .honor-swiper {
    height: 385px;
    margin-top: 50px;
    overflow: hidden;
}

.honor-container .honor-swiper .swiper-slide {
    display: flex;
}

.honor-container .honor-swiper .swiper-slide .left,
.honor-container .honor-swiper .swiper-slide .right {
    width: 50%;
}

.honor-container .honor-swiper .swiper-slide .left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #fafafa;
}

.honor-container .honor-swiper .swiper-slide .right {
    background-image: radial-gradient(#fff, #d9dde1);
}

.honor-container .honor-swiper .swiper-slide .left .s-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.honor-container .honor-swiper .swiper-slide .left .text {
    margin-top: 30px;
    color: #666666;
}

.honor-container .honor-swiper .swiper-slide .right {
    display: flex;
}

.honor-container .honor-swiper .swiper-slide .right img {
    max-width: 90%;
    max-height: 90%;
    min-width: 30%;
    min-height: 30%;
    margin: auto;
}

.honor-container .main .honor-pagination {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.honor-container .main .honor-pagination>span {
    width: 24px;
    height: 6px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.honor-container .main .honor-pagination .swiper-pagination-bullet-active {
    background-color: #f39b00;
}

.report-container {
    position: relative;
    background-color: #fafafa;
}

.report-container .report-swiper {
    height: 540px;
    margin-top: 50px;
    overflow: hidden;
}

.report-container .report-swiper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    color: #fff;
}

.report-container .report-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.report-container .report-swiper .logo {
    position: relative;
    z-index: 3;
}

.report-container .report-swiper .logo img {
    margin-left: auto;
}

.report-container .report-swiper .swiper-slide .content {
    position: relative;
    z-index: 3;
}

.report-container .report-swiper .content .year {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.report-container .report-swiper .content .text {
    font-size: 18px;
}

.report-container .report-swiper .content .desc {
    margin-top: 5px;
    font-weight: bold;
    line-height: 1.2;
}

.report-container .report-swiper .content .more {
    display: flex;
    justify-content: space-between;
}

.report-container .report-swiper .content .more .btn-more {
    width: 49%;
}

.report-container .report-swiper .content .more a {
    background-image: url('../images/download_white_icon.png');
}

.report-container .report-swiper .content .bottom {
    position: relative;
    margin-top: 20px;
    transition: all .5s;
}

.report-container .report-swiper .content .bottom .year {
    position: absolute;
    bottom: 0;
    transition: all .5s;
}

.report-container .report-swiper .content .year.top {
    opacity: 0;
    transition: all .5s;
}

.report-container .report-swiper .content .bottom .more {
    opacity: 0;
    transition: all .5s;
}

.report-container .report-swiper .swiper-slide:hover .year.top {
    opacity: 1;
    transition-delay: .3s;
}

.report-container .report-swiper .swiper-slide:hover .bottom .year {
    transform: translateY(-200%);
    opacity: 0;
}

.report-container .report-swiper .swiper-slide:hover .more {
    opacity: 1;
}

.report-container .report-swiper .swiper-slide:hover .content .bottom {
    margin-top: 25px;
}

.report-container .main .report-pagination {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.report-container .main .report-pagination>span {
    width: 24px;
    height: 6px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.report-container .main .report-pagination .swiper-pagination-bullet-active {
    background-color: #f39b00;
}

.investor-container .stock-market {
    margin-top: 50px;
}

.investor-container .stock-market .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.investor-container .stock-market .top .title {
    font-size: 24px;
    font-weight: bold;
}

.investor-container .stock-market .top .code {
    display: inline-block;
    margin-left: 10px;
}

.investor-container .stock-market .top .tips {
    font-size: 14px;
    color: #333333;
}

.investor-container .stock-market .data-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.investor-container .stock-market .data-content .left {
    display: flex;
    align-items: flex-end;
}

.investor-container .stock-market .data-content .left .rmb {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height: 1;
}

.investor-container .stock-market .data-content .left .rmb-num {
    margin-right: 10px;
    font-size: 56px;
    color: #f7951d;
}

.investor-container .stock-market .data-content .left a {
    display: flex;
    align-items: center;
    margin-left: 70px;
    color: inherit;
}

.investor-container .stock-market .data-content .left a .arrow-pic {
    margin-left: 7px;
}

.investor-container .stock-market .data-content .data {
    display: flex;
}

.investor-container .stock-market .data-content .default {
    margin-left: 100px;
}

.investor-container .stock-market .data-content .name {
    font-size: 16px;
    color: #333333;
}

.investor-container .stock-market .data-content .num {
    font-size: 32px;
    font-weight: bold;
    color: #f7951d;
    line-height: 1.2;
}

.investor-container.download {
    padding-top: 0;
    margin-top: 80px;
    background-color: #fff;
}

.investor-container .technology .tab {
    margin-top: 0;
    cursor: pointer;
}

.investor-container.download .downloadBox {
    margin-top: 50px;
}

.investor-bottom {
    width: 100%;
    padding: 90px 0;
    background: url('../images/investor_bottom_bg.jpg')no-repeat center/cover;
    color: #fff;
}

.investor-bottom .title {
    font-size: 32px;
    font-weight: bold;
}

.investor-bottom .message {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 18px;
}

.investor-bottom .message .item {
    width: 40%;
    margin-bottom: 20px;
}

.investor-bottom .message .item span {
    font-weight: bold;
}

.investor-bottom .message .item a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.investor-bottom .message .item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.society-title{
    width: 100%;
    font-size: 42px;
    margin-bottom: 10px;
    color: #092646;
    font-weight: 400;
    text-align: center;
}
.society-desc{
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
}