@keyframes more1 {
    0% {
        transform: translateX(-95px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }
    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }
    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.wjOutBox,
.wjhead,
.wjhead_in {
    width: 100%;
}

.moveBorder {
    position: relative;
}

.moveBorder:after {
    transition: all ease-in-out 0.4s;
    content: "";
    width: 0;
    background-color: #CD2A2F;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hr_single {
    line-height: 2;
    color: #666;
}

.hr_single p {
    margin-bottom: 15px;
}

.hr_single img {
    max-width: 100%;
}

.hr_single p img {
    max-width: 100%!important;
}

.moveBorder:hover:after {
    width: 100%;
}

.single img {
    max-width: 100%!important;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.pcshow {
    display: block;
}

.mshow {
    display: none;
}

.wjBox {
    width: 1400px;
    margin: 0 auto;
}

.wjBox_in {
    width: 100%;
}

.fs40 {
    font-size: 40px;
}

.p80 {
    padding: 80px 0;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.p40 {
    padding: 40px 0;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.p30 {
    padding: 30px 0;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.imgsFix {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.imgsFix .imgsFix_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgsFix .imgsFix_in .fullImg {
    width: 100%;
    height: 100%;
}

body[data-page=index] .parts {
    overflow: hidden;
}

body[data-page=index] .parts .part__box {
    position: relative;
}

body[data-page=index] .parts .part {
    position: relative;
    overflow: hidden;
    opacity: 0;
    /* height: 100vh; */
}

body[data-page=index] .parts .part:first-child {
    opacity: 1;
}

body[data-page=index] .parts .part .part_in {
    padding-top: 90px;
}

body[data-page=index] .parts .part.p1 .part_in {
    padding: 0;
}

.ts {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.wjToptitle {
    line-height: 1;
}

.iconBtn {
    display: none;
}

.bannerView .iconBtn {
    display: block;
    cursor: pointer;
    right: 0;
    bottom: -36px;
    height: 36px;
    background: #CD2A2F;
    width: 32px;
    text-align: center;
}

.bannerView .iconBtn i {
    color: #fff;
    font-size: 16;
    line-height: 36px;
}

.bannerView .iconBtn>div {
    display: none;
}

.bannerView .iconBtn .show {
    display: block;
}

.bannerView .iconBtn.viewIcon .hide {
    display: block;
}

.bannerView .iconBtn.viewIcon .show {
    display: none;
}

.bannerView .bannerPic {
    overflow: hidden;
    display: none;
}


/* footer */

body[data-page=index] .parts .part.last {
    background: #272625;
    padding: 0;
}

.wjFooter .footer {
    width: 100%;
}

.footer .foot_top {
    padding: 80px 0 40px;
    box-shadow: inset 0px -1px 0px 0px #666666;
    width: 100%;
}

.footer .foot_top .shareBox {
    flex: 1;
}

.foot_top .left img {
    height: 56px;
    margin-right: 20px;
}

.foot_top .left span {
    line-height: 1;
}

.wjfootMenuList {
    flex: 1;
}

.wjfootMenuList h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.wjfootMenuList a {
    color: #999;
    font-size: 14px;
}

.wjfootMenuBox {
    width: 100%;
}

.wjfootMenuBox .fcomtactType {
    width: 226px;
    margin-right: 120px;
}

.fcomtactType .item {
    padding-bottom: 20px;
    display: flex;
}

.fcomtactType .item .icon {
    width: 16px;
    font-size: 16px;
    height: 16px;
    margin-right: 14px;
    margin-top: 8px;
}

.fcomtactType .item.addr .icon {
    width: 46px;
    margin-left: -4px;
    margin-right: 10px;
}

.wjCopyRight {
    height: 62px;
    line-height: 62px;
}

.wjCopyRight a {
    color: #666;
}

.footer a:hover {
    color: #fff;
}

.wjCopyRight .copyRight span {
    padding-right: 20px;
}

.wjCopyRight .mapBox span {
    padding: 0 5px;
}

.wjFooter {
    background: #272625;
    width: 100%;
}

.wjFooter .shareBox span {
    display: none;
}

.wjFooter .shareBox i {
    color: #848484;
    border: 1px solid #848484;
    border-radius: 100%;
    font-size: 48px;
    line-height: 1;
}

.wjFooter .shareBox .sItem {
    margin-right: 20px;
    cursor: pointer;
}

.wjFooter .shareBox .sItem .a {
    width: 100%;
    height: 100%;
}

.wjFooter .shareBox .sItem:last-child {
    margin: 0;
}

.wjFooter .foot_top .left span {
    color: #999;
}

.wjFooter .shareBox .sItem i:hover {
    background: #CD2A2F;
    color: #fff;
    border-color: #CD2A2F;
}

.wjFooter .codeInBox .imgsList>div {
    padding: 5px;
}

.wjFooter .codeInBox .imgsList>div img {
    width: 146px;
    height: 146px;
}

.wjFooter .codeOutBox {
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    right: 50%;
    transform: translate(50%, -40px);
    bottom: 50px;
    padding-bottom: 10px;
}

.wjFooter .sItem:last-child .codeOutBox {
    transform: translate(0%, -40px);
    left: auto;
    right: 0;
}

.wjFooter .codeInBox {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.wjFooter .codeInBox .txt {
    text-align: center;
    font-size: 12px;
    padding: 0px 10px 20px;
}

.wjFooter .codeInBox .sjBg {
    line-height: 0;
    bottom: -10px;
    width: 20px;
    left: 50%;
    height: 10px;
    margin-left: -10px;
}

.wjFooter .sItem:last-child .codeInBox .sjBg {
    left: calc(100% - 26px);
}

.wjFooter .codeInBox .sjBg img {
    height: 100%;
    line-height: 0;
}

.wjFooter .shareBox .sItem .a:hover .codeOutBox {
    opacity: 1;
    z-index: 120;
    visibility: visible;
    transform: translate(50%, 0);
}

.wjFooter .shareBox .sItem:last-child .a:hover .codeOutBox {
    transform: none;
}

body[data-page="index"] .wjFooter .codeOutBox {
    top: 50px;
    bottom: auto;
}

body[data-page="index"] .wjFooter .codeInBox .sjBg {
    bottom: auto;
    top: -10px;
    transform: rotateX(180deg);
}

.notBannerHead {
    border-bottom: 1px solid #e8e8e8;
    height: 90px;
}


/* footer end */


/* ejNav_child */


/* .ejnav_child {
  top: 100%;
  z-index: 9;
  width: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
.ejnav_child .item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 640px;
  min-height: 300px;
  box-shadow: 0px 2px 0px 0px rgb(19 123 64 / 80%);
  border-top: 1px solid rgba(0,0,0,0.2);
  z-index: 9;
  background-size: 324px auto;
  background-position: right bottom;
  padding: 40px;
  transform: translateY(50px);
  overflow: hidden;
  background: #fff;
}
.ejnav_child .item.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ejnav_child .item .imgs{ width: 240px; height: 160px; overflow: hidden; }
.ejnav_child .item .title{ padding:20px 0 10px; font-weight: bold; }
.ejnav_child .item .txt{ color: #9e9e9e; font-size:14px; }
.ejnav_child .item .imgCon{border-right: 1px solid #f4f4f4; padding-right: 40px; width: 281px;}
.ejnav_child .item .nav_link{ padding-left: 40px; }
.ejnav_child .item .nav_link a{ display: block; margin-bottom: 24px; line-height: 1;} */


/* ejNav_child */


/* 万家首页 */

.part_in .indexTitle {
    line-height: 1;
}

.wjhead {
    padding: 0 100px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

body[data-page=index] {
    overflow: hidden;
}

body[data-page=index] .wjhead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: none;
    border-bottom: none;
}

body[data-page=index] ::-webkit-scrollbar {
    display: none;
}

.wjhead .wjhead_in {
    height: 100%;
    position: relative;
    width: 100%;
}

.wjhead .wjTopLogo {
    padding: 15px 0;
    max-width: 150px;
}

.wjhead .wjTopLogo img {
    height: 100%;
    display: none;
}

.wjhead .wjTopLogo .r {
    display: block;
}

.wjTopMenuBox {
    position: relative;
}

.wjTopMenuBox .a1 {
    font-weight: bold;
    display: block;
    line-height: 90px;
    position: relative;
}

.pubMap .wjTOutLink {
    margin-top: 20px;
}

.pubMap .mYYGroup .wjTOutLink {
    margin-top: 0px;
}

.wjTOutLink a {
    display: block;
    margin-left: 20px;
}

.ybMap_in .wjTOutLink a {
    margin: 0 20px 0 0;
}

.wjTOutLink a img {
    width: 30px;
}

.wjTOutLink a .h {
    display: none;
}

.wjTOutLink a:hover .d {
    display: none;
}

.wjTOutLink a:hover .h {
    display: block;
}

.menurightBox .wjNav {
    margin-left: 30px;
    cursor: pointer;
}

.menurightBox .wjNav span {
    padding-right: 8px;
    display: none;
}

.menurightBox .wjNav i {
    font-size: 20px;
}

.wjTopMenuBox .item {
    margin-right: 60px;
}

.wjTopMenuBox .menuList:after {
    content: "";
    position: absolute;
    right: 32px;
    top: 38px;
    height: 18px;
    border-left: 1px dotted #979797;
}

.white .wjTopMenuBox .menuList:after {
    border-left: 1px dotted #fff;
}

.wjSearch {
    margin-left: 30px;
    cursor: pointer;
}

.wjOutBox .wjhead .menurightBox .wjSearch i {
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    background: #DEDBDB;
    color: #CD2A2F;
    border-radius: 8px;
}

.wjOutBox .wjhead .menurightBox .wjSearch i:hover {
    color: #fff;
    background: #CD2A2F;
}

.wjLg {
    cursor: pointer;
}

.wjLg a {
    line-height: 34px;
}

.wjLg a.en {
    margin-left: 16px;
}

.wjLg i {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.5);
}

.part__box .part_in,
.part__box .wjBox,
.part__box .wjBox_in {
    height: 100%;
}

.indexAboutUs {
    width: 1134px;
}

.indexAboutUs .item .number {
    font-size: 52px;
    line-height: 1.4;
    width: 108px;
    display: inline-block;
}

.indexAboutUs .item:nth-child(2) .number {
    width: 80px;
}

.indexAboutUs .item:nth-child(4) .number {
    width: 144px;
}

.indexAboutUs .item .dw {
    margin-left: 10px;
}

.indexAboutUs .item:nth-child(3) .dw,
.indexAboutUs .item:last-child .dw {
    font-size: 28px;
}

.indexAboutUs .counts {
    padding-top: 10vh;
}

.indexAboutUs .counts .item>.show {
    min-width: 160px;
}

.indexBrandBox {
    width: 100%;
}

.indexBrandBox .leftBox {
    width: 620px;
    padding-right: 80px;
    flex-direction: column;
}

.indexBrandBox .leftBox .hr_desc {
    width: 100%;
}

.indexBrandBox .rightBox {
    flex: 1;
}

.indexBrandBox .rightBox .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.indexBrandBox .rightBox .bg .cirBg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    line-height: 40vw;
    text-align: center;
    border: 1px solid rgba(0, 135, 85, .1);
}

.indexBrandBox .rightBox .bg>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 34vw;
}

.indexBrandBox .rightBox .bg>div>img {
    width: 100%;
    animation: roll 12s linear infinite;
}

.wjTopMenuBox .menurightBox a:hover,
.wjTopMenuBox .menurightBox i:hover {
    color: #CD2A2F;
}

@keyframes roll {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        opacity: 1
    }
    25% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        opacity: 0
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        opacity: 1
    }
    75% {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        opacity: 0
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        opacity: 1
    }
}

.part_in .indexVideo {
    width: 100%;
}

.indexVideoList {
    padding-top: 50px;
}

.indexVideoList .list,
.indexVideoList .list.right .item {
    width: calc(100%/2 - 20px);
}

.indexVideoList .list.right {
    flex-wrap: wrap;
    align-content: space-between;
}

.indexVideoList .imgsFix {
    padding-bottom: 66.67%;
}

.indexVideoList .item {
    border-radius: 8px;
    overflow: hidden;
    background: rgab(0, 0, 0, 0.1);
}

.indexVideoList .item img {
    border-radius: 8px;
}

.indexVideoList .item .videoBtn i {
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

.indexVideoList .item .videoBtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 100%;
    line-height: 1;
}

.indexVideoList .item .item_in:hover .videoBtn i {
    background: rgba(206, 41, 46, 0.90);
    color: #fff;
}

.indexVideoList .vTitle {
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.02) 0%, #010000 100%);
    border-radius: 0px 0px 8px 8px;
}

.indexVideoList .vTitle_in {
    width: 100%;
    overflow: hidden;
}


/* .indexVideo .item_in:hover .vTitle_in{ color: #CD2A2F; } */

.indexVideo .item_in:hover .imgsFix_in .hr_bg {
    transform: scale(1.1);
}

.indexVideoList .left .item .videoBtn i {
    font-size: 80px;
}

.indexTopnews a .imgs {
    width: 600px;
}

.indexTopnews a .imgs .imgsFix {
    padding-bottom: 56.333%;
}

.indexTopnews a .imgs .indexNewsPicBg {
    right: 0;
    bottom: 0;
}

.indexTopnews a .imgs .indexNewsPicBg img {
    height: 80px;
}

.indexTopnews a .txtBox {
    border: 1px solid #E9E9E9;
    border-left: none;
    flex: 1;
    padding: 44px 60px;
    overflow: hidden;
}

.indexTopnews a .txtBox_in {
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.part .indexNews {
    width: 100%;
}

.indexNewsList {
    flex-wrap: wrap;
    padding-top: 2px;
}

.indexNewsList .item {
    margin-top: 34px;
    width: calc(100%/3 - 34px);
    padding-bottom: 16px;
    margin-right: 50px;
}

.indexNewsList .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    left: 0;
    bottom: 0;
}

.part .indexNews .indexNewsTap .indexNewsTapList {
    display: none;
}

.part .indexNews .indexNewsTap .indexNewsTapList:first-child {
    display: block;
}

.part .indexNews .right_t a {
    margin-left: 64px;
    position: relative;
    cursor: pointer;
}

.part .indexNews .right_t a.active {
    font-weight: bold;
}

.part .indexNews .right_t a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: #CD2A2F;
}

.indexNewsList .item:nth-child(3n) {
    margin-right: 0;
}

.indexNewsList .item a {
    width: 100%;
}

.indexNewsList .item .title {
    line-height: 1;
    padding-bottom: 16px;
    font-size: 16px;
}

.indexNewsList .item a:hover .title,
.indexTopnews a:hover .title {
    color: #CD2A2F;
}

.indexNewsList .item .hr_txt {
    line-height: 1;
    font-size: 14px;
}

.indexNewsList .item .txtBox {
    padding-left: 20px;
    flex: 1;
    display: block;
    overflow: hidden;
}

.indexNews .day {
    font-size: 36px;
    line-height: 1;
}

.indexNews .year {
    font-size: 14px;
}

.indexTopnews .txtBox .title {
    padding-bottom: 24px;
}

.indexTopnews .txtBox .time {
    margin-top: 36px;
}

.indexTalent {
    width: 100%;
}

.indexTalent .imgsBox {
    padding-right: 17%;
}

.indexTalent .tImgs {
    width: 100%;
    border-radius: 48px 0px 48px 0px;
}

.indexTalent .tImgs:after {
    content: "";
    display: block;
    padding-bottom: 46%;
    width: 100%;
}

.indexTalent .txtBox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 0;
}

.indexTalent .txtBox_in {
    background-color: #fff;
    border-radius: 32px 0px 32px 0px;
    padding: 64px;
    width: 480px;
}

.indexTalent .txtBox_in .title {
    padding-bottom: 24px;
}

.part.p7 {
    background-position: left bottom;
    background-size: 100% auto;
}

.indexBusiness {
    width: 100%;
}

.indexBusiness a {
    width: calc(100%/2 - 20px);
    background-color: #f8f8f8;
}

.indexBusiness a .imgs {
    width: 100%;
}

.indexBusiness a .imgs .imgsFix {
    padding-bottom: 56.21%;
}

.indexBusiness a .txtBox {
    padding: 48px;
}

.indexBusiness a .txtBox .left {
    flex: 1;
}

.indexBusiness a .txtBox .indexmoreLink {
    margin-left: 20%;
}

.indexBusiness a .title {
    padding-bottom: 24px;
    line-height: 1;
}

.indexBusiness a:hover {
    background-color: #CD2A2F;
    color: #fff;
}

.indexBusiness a:hover .txtBox {
    background: url(../image/wj_msgBg.png) no-repeat right top / auto 100%;
}

.indexBrandMove {
    width: 460px;
    height: 460px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexBusiness a:hover .indexmoreLink {
    background: #fff;
}

.indexBrandMove_in {
    width: 100%;
    height: 100%;
}

.indexBrandMove_in .cir {
    width: 100%;
    height: 100%;
}


/* ndex cir */

#fn2 .time-move canvas {
    transform: translate(-4px, -5px);
}

#fn2,
#fn2 .time-box,
#fn2 .time-move {
    width: 100%;
    height: 100%;
}

#fn2 .time-move {
    border-radius: 100%;
    border: 1px solid #999;
    line-height: 1;
}

#fn2 #clock {
    width: 30vw;
    height: 30vw;
}

.con #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px
}

.con #clock .time-box>ul {
    width: 0;
    position: absolute
}

.con #clock .time-box>ul.time-num {
    transform: scale(1.2);
    bottom: 55%;
    left: 50%;
    height: 50%
}

.con #clock .time-box>ul.time-num>li>i {
    transition: all .3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -o-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, 0, 1)
}

.con #clock .time-box>ul.time-num>li.on>i {
    opacity: 1
}

.con #clock .time-box>ul>li {
    height: calc(100% - 0.5px);
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.con #clock .time-box>ul>li i {
    position: absolute;
    opacity: .5;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.con #clock .time-box>ul>li:nth-of-type(1) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.con #clock .time-box>ul>li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-300deg)
}

.con #clock .time-box>ul>li:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.con #clock .time-box>ul>li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-60deg)
}

.con #clock .time-box>ul>li:nth-of-type(3) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.con #clock .time-box>ul>li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-180deg)
}

.con #clock .time-box>ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%
}

.con #clock .time-box>ul.time-cir>li>i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: all .3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -o-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, 0, 1);
    border: 2px solid;
    opacity: .8;
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent
}

.con #clock .time-box>ul.time-cir>li>i>span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #CE292E;
    transition: all .3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -o-transition: all .3s cubic-bezier(0, 0, 0, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, 0, 1);
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5)
}

.con #clock .time-box>ul.time-cir>li>i>a {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.con #clock .time-box>ul.time-cir>li>i>a em {
    white-space: nowrap;
    display: block;
    line-height: 1;
    color: rgba(0, 0, 0, .4);
    font-size: 18px;
    transition: color .5s ease-in-out;
    font-style: normal;
}

.con #clock .time-box>ul.time-cir>li.on {
    pointer-events: none
}

.con #clock .time-box>ul.time-cir>li.on>i {
    opacity: 1;
    pointer-events: none;
    border-color: #CE292E
}

.con #clock .time-box>ul.time-cir>li.on>i>a>em {
    color: #CE292E;
    font-style: normal;
}

.con #clock .time-box>ul.time-cir>li:nth-child(1)>i>a {
    right: calc(100% + 20px)
}

.con #clock .time-box>ul.time-cir>li:nth-child(2)>i>a {
    left: calc(100% + 20px)
}

.con #clock .time-box>ul.time-cir>li:nth-child(3)>i>a {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.con #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100%;
    overflow: hidden;
    padding: 32px;
}

.con #clock .msg-box:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100%;
}

.con #clock .msg-box a {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.con #clock .msg-box .logoList {
    margin-top: 20px;
}

.con #clock .msg-box a .logoBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con #clock .msg-box a .logoBox_in {
    width: 100%;
}

.con #clock .msg-box a .logoBox .item_imgs {
    width: calc(100%/3);
    padding: 0 7px;
}

.con #clock .msg-box a .logoBox .item_imgs .imgsFix {
    padding-bottom: 50%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

.con #clock .msg-box a .logoBox .item_imgs .imgsFix .imgsFix_in {
    padding: 10px 0;
}

.con #clock .msg-box .brandIcon i {
    font-size: 54px;
    line-height: 1;
    margin-top: 10px;
}


/* ndex cir */

.indexmoreLink {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #CD2A2F;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.indexmoreLink .icon-anniu-gengduo-jiantou {
    font-size: 26px;
    color: #CD2A2F;
    line-height: 40px;
}

.indexAboutUs .indexmoreLink {
    margin-top: 10vh;
    background: #fff;
    border-color: #fff;
}

.indexBrandBox .indexmoreLink {
    margin-top: 10vh;
}

.indexVideo .indexmoreLink,
.indexNews .indexmoreLink {
    margin-left: 80px;
}

.indexTalent .indexmoreLink {
    margin-top: 80px;
}

.bbBox {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(0%);
    z-index: 50;
}

.bbBox i {
    line-height: 1;
}

.bbBox .bb {
    animation: bb 2s linear 0s infinite;
    cursor: pointer;
}

.bbBox.white .bbBtn {
    color: #fff;
}


/* banner */

.ejIndexBanner,
#ejIndexBanner,
.ejIndexBanner .indexBg {
    height: 100%
}

.part-pagination {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 20;
}

.part-pagination__body {
    position: relative;
    max-width: 1540px;
    margin: 0 auto
}

.part-pagination__content {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 10vh;
    height: 80vh;
    transition: all 300ms ease 300ms
}

.part-pagination__content .table {
    height: 100%;
    position: relative
}

.part-pagination__dot {
    margin-top: 25vh;
    width: 36px;
}

.part-pagination__dot>div {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #d8d8d8;
    margin: 24px auto;
    position: relative;
    cursor: pointer
}

.part-pagination__dot>div:last-child,
.part-pagination__dot>div:nth-child(7) span {
    display: none;
}

.part-pagination__dot>div span {
    position: absolute;
    width: 1px;
    left: 3px;
    background: #d8d8d8;
    height: 14px;
    bottom: -20px;
}

.white .part-pagination__dot>div span,
.white .part-pagination__dot>div {
    background: #fff;
}

.part-pagination__dot>div:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 7px solid #d32430;
    border-radius: 20px;
    position: absolute;
    left: -7px;
    top: -7px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 300ms ease
}

.part-pagination__dot>div:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 10px solid rgba(205, 42, 47, 0.5);
    border-radius: 20px;
    position: absolute;
    left: -13px;
    top: -13px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 300ms ease
}

.part-pagination__dot>div.active {
    background-color: #fff
}

.part-pagination__dot>div.active:before,
.part-pagination__dot>div.active:after {
    opacity: 1;
    transform: scale(1)
}

.part-pagination__count {
    line-height: 1;
    text-align: center;
    margin-top: 150px;
    display: none;
}

.part-pagination__count>div:nth-child(1) {
    font-size: 34px;
    font-family: bm;
    transition: color 300ms ease
}

.part-pagination__count>div:nth-child(2) {
    margin: 20px 0
}

.part-pagination__count>div:nth-child(2),
body[data-page=index] .part-pagination__count>div:nth-child(3) {
    font-size: 20px;
    color: #999;
    font-family: br
}

.part-pagination.white .part-pagination__count>div:nth-child(1) {
    color: #fff
}

.part-pagination.hide .part-pagination__content {
    opacity: 0;
    visibility: hidden
}


/* 万家首页 end */

.ybBanner {
    width: 100%;
    margin-top: 90px;
}

.ybBanner img {
    width: 100%;
    height: auto;
}

.ybBanner .wjBox {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ybBannerTxt {
    width: 100%;
    height: 100%;
}

.ybBannerTxt_in {
    bottom: 20%;
    left: 0;
}

.ybBannerTxt_in .name {
    font-size: 48px;
    position: relative;
}

.ybBannerTxt_in .name i {
    position: absolute;
    right: -28x;
    top: -10px;
}

.ybBanner .wjBox_in {
    height: 100%;
    width: 1400px;
    margin: 0 auto;
}


/* ybSearchBox */

.ybSearchBox {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 120px;
    background: #F7F8FA;
    top: 90px;
    transform: translateY(50px);
    opacity: 0;
}

.ybSearchBox.active {
    z-index: 299;
    opacity: 1;
    transform: none;
}

.ybSearchBox .search_in {
    width: 780px;
    height: 56px;
}

.ybSearchBox .search_in .search_w {
    width: 100%;
    height: 100%;
}

.ybSearchBox .search_in .search_w input {
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    padding: 20px 120px 20px 40px;
    border-radius: 4px;
}

.ybSearchBox i {
    line-height: 1;
}

.ybSearchBox .ybSearchBg {
    z-index: 2;
    font-size: 18px;
    left: 14px;
    top: 18px;
}

.ybSearchBox .ybSearchClose {
    right: -40px;
    top: 16px;
    width: 24px;
    cursor: pointer;
    height: 24px;
    background: #d8d8d8;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
}

.ybSearchBox .search_w a {
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background: #CE292E;
    color: #fff;
    line-height: 56px;
    border-radius: 0 4px 4px 0;
}

.ejMenuBox a.active1:after,
.ejMenuBox a.active:after,
.ejMenuBox a:hover:after {
    width: 100%;
    opacity: 1;
}

.wjTopMenuBox .a1:after {
    content: "";
    height: 2px;
    width: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #CE292E;
    transition: all ease-in-out .4s;
}

.ejnav_child {
    position: fixed;
    top: 90px;
    z-index: 9;
    width: 100%;
    left: 0;
    transform: translate(0, 0);
    height: 0px;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 0px 1px 0px 0px #E8E8E8;
}

.ejnav_child .wjBox {
    height: 320px;
    overflow: hidden;
}

.ejnav_child .item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 320px;
    z-index: 9;
    background-size: 324px auto;
    background-position: right bottom;
    padding: 40px;
    padding-left: 340px;
    /* transform: translateY(50px); */
    overflow: hidden;
    margin: 0;
}

.ejnav_child .item.active {
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0); */
}

.ejnav_child .item .imgs {
    width: 240px;
    height: 160px;
    overflow: hidden;
}

.ejnav_child .item .title {
    padding: 20px 0 10px;
    font-weight: bold;
    display: none;
}

.ejnav_child .item .txt {
    color: #9e9e9e;
    font-size: 14px;
    padding-top: 10px;
}

.ejnav_child .item .imgCon {
    padding-right: 40px;
    width: 281px;
    position: relative;
}

.ejnav_child .item .imgCon:after {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 1px;
    height: 320px;
    background: #f4f4f4;
}

.ejnav_child .item .nav_link {
    padding-left: 40px;
    flex: 1;
    margin-top: -30px;
}

.ejnav_child .item .nav_link_in {
    flex-wrap: wrap;
    width: 100%;
}

.ejnav_child .item .nav_link_in>div {
    width: 33.33%;
    margin-top: 36px;
    height: 24px;
}

.ejnav_child .item .nav_link a {
    display: block;
    margin-bottom: 24px;
    line-height: 1;
}

.white .wjTopMenuBox .a1,
.white .wjLg .StranLink,
.white .wjNav,
.white .wjSearch i {
    color: #fff
}

.white .wjTopMenuBox .a1.active .white .wjTopMenuBox .a1:after {
    background-color: #CD2A2F;
}

.wjhead.white .wjTopLogo img {
    display: block;
}

.wjhead.white .wjTopLogo img.r {
    display: none;
}

.wjTopMenuBox .a1.active1,
.wjTopMenuBox .a1:hover {
    color: #CE292E;
}

.wjTopMenuBox .a1.active1:after,
.wjTopMenuBox .a1.active:after,
.wjTopMenuBox .a1:hover:after {
    width: 100%;
    opacity: 1;
}


/* nav */

.ybmNav {
    height: 60px;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #D8D8D8;
}

.ybmNav .item {
    padding: 0 30px;
}

.ybmNav .item a {
    position: relative;
    display: block;
    line-height: 60px;
    color: #666;
    font-size: 16px;
}

.ybmNav .item a:after {
    content: "";
    bottom: 0;
    position: absolute;
    height: 2px;
    background-color: #CE292E;
    left: 0;
    width: 0;
    transition: all ease-in-out 0.4s;
    opacity: 0;
}

.ybmNav .item a:hover:after,
.ybmNav .item.active a:after {
    width: 100%;
    opacity: 1;
}

.ybmNav .item.active a,
.ybmNav .item a:hover {
    color: #CE292E;
}

.ybmNav .item.active a {
    font-weight: bold;
}


/* nav end */


/* 移动导航 */

.mNavBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 303;
}

.mNavBox_in {
    height: 100%;
}

.mNavBox .mtop {
    height: 60px;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
}

.mNavBox .mtop .mlogo {
    height: 40px;
    margin-left: 16px;
}

.mNavBox .mtop .mlogo a {
    display: block;
    height: 100%;
}

.mNavBox .mtop img {
    height: 100%;
}

.mNavBox .mtop .mCloseNavBtn {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.mNavBox .mtop .mCloseNavBtn i {
    font-size: 24px;
    color: #666;
    line-height: 1;
}

.mNavList {
    padding: 20px 16px 40px;
    height: calc(100% - 140px);
    overflow: auto;
}

.mNavList a {
    height: 40px;
    line-height: 40px;
}

.mNavList .m_a1 {
    font-size: 18px;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
}

.mNavList .m_a2 {
    padding-left: 16px;
    color: #666;
    font-size: 16px;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
}

.mNavList .m_a3 {
    padding-left: 32px;
    color: #9e9e9e;
    font-size: 14px;
}

.mNavFooter {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: #fbfbfb;
}

.mNavList a.active i {
    transform: rotateZ(180deg);
}

.mNavList .mItem,
.mNavList .mItem ul {
    display: none;
}

.mNavList .m_a1.active~.mItem {
    display: block;
}

.mNavList .mItem .m_a2.active~ul {
    display: block;
}

.mNavFooter .mNavFooter_in {
    height: 100%;
}

.mNavFooter a {
    margin-left: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #666;
}

.mNavFooter .wjTOutLink a {
    margin-left: 16px;
}

.mNavFooter a.cn {
    background: #CD2A2F;
    color: #fff;
}

.mNavList a.active,
.mNavList i,
.ejcompany_profile .item3 .pMore a i,
.flinkListBox a:hover,
.ejFooterMian .fNav .item ul li a:hover,
.ejcompany_profile .item3 .pMore a:hover {
    color: #CD2A2F;
}

.mNavFooter .zhitiTab {
    margin-right: 16px;
    border-radius: 4px;
    overflow: hidden;
}


/* 移动导航end */


/* 新闻列表 */

.newsConterner {
    padding-bottom: 40px;
}

.newsConterner .item .imgs {
    width: 40%;
    border-radius: 8px 0px 0px 8px;
}

.newsConterner .item .imgs .imgs_in {
    padding-bottom: 66.66%;
    overflow: hidden;
}

.newsConterner .item .imgs .imgs_in a {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.newsConterner .item .imgs .hr_fullImg {
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.newsConterner .item .txtBox {
    background: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #E8E8E8;
    flex: 1;
    overflow: hidden;
}

.newsConterner .item .imgs .hr_fullImg img {
    border-radius: 8px 0 0 8px;
}

.newsConterner .item .txtBox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px;
    transition: all ease-in-out 0.4s;
}

.newsConterner .item .txtBox a:hover {
    background: #F4F8F6;
}

.newsConterner .item .txtBox .time {
    line-height: 1;
}

.newsConterner .item .txtBox .title {
    padding: 30px 0 20px;
}

.newsConterner .item .txtBox .txt {
    color: #666;
}

.newsConterner .list {
    margin-top: 40px;
}

.newsConterner .list a {
    width: calc(33.33% - 15px);
    background: #FFFFFF;
    display: block;
    padding: 40px 40px 80px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #E8E8E8;
}

.newsConterner .list a:hover .title {
    height: 100%;
}

.newsConterner .list a .time {
    position: absolute;
    bottom: 40px;
    line-height: 1;
}

.newsConterner .list a .title:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 2px;
    background: #CD2A2F;
    left: -41px;
    top: 5px;
}

.newsConterner .list a .title::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 2px;
    background: #CD2A2F;
    left: -41px;
    top: 5px;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    z-index: 10;
    transform: translateY(80px);
}

.newsConterner .list a:hover {
    background: #F4F8F6;
}

.newsConterner .list a:hover .title::before {
    transform: none;
    opacity: 1;
}

.ejNewsBox .item {
    border-radius: 8px;
    overflow: hidden;
}

.ejNewsBox .item:first-child {
    margin-top: 0;
}

.ejNewsBox .item a {
    position: relative;
    padding: 32px;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
}

.ejNewsBox .item .timeBox {
    width: 100px;
    height: 100px;
    background: #fff;
    margin-left: 40px;
    box-shadow: inset 0px 4px 0px 0px #CE292E;
    border: 1px solid #E8E8E8;
}

.ejNewsBox .item .imgs {
    width: 240px;
    height: 160px;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 8px;
}

.ejNewsBox .item .dfReverse .imgs {
    margin-left: 40px;
    margin-right: auto;
}

.ejNewsBox .item .txtBox {
    flex: 1;
    overflow: hidden;
    display: block;
}

.ejNewsBox .item .d {
    font-size: 32px;
    line-height: 1;
    padding: 20px 0 12px;
}

.ejNewsBox .item .y {
    line-height: 1;
}

.ejNewsBox .item .title {
    padding-bottom: 20px;
    line-height: 1.4;
}

.ejNewsBox .item .txtBox .mTime {
    color: #CD2A2F;
}

.ejNewsBox .item a:hover {
    background: url(../image/wj_msgBg.png) no-repeat 90% center / auto 96% #B82429;
}

.ejNewsBox .item a:hover .timeBox {
    background: #fff;
    box-shadow: inset 0px 4px 0px 0px #B82429;
    border: 1px solid #B82429;
}

.ejNewsBox .item a:hover .title {
    color: #fff;
}

.ejNewsBox .item a:hover .txt {
    color: #fff;
}

.ejNewsBox .item a:hover .timeBox .y {
    color: #CD2A2F;
}


/* 详情页 */

.ybDetail .ybDetail_in {
    width: 1160px;
    margin: 0 auto;
}

.wjsingle {
    overflow: hidden;
    width: 100%;
    text-align: justify;
}

.wjsingle img {
    max-width: 100%;
}

.ybDetail_in .dtName {
    font-size: 30px;
    color: #333333;
    line-height: 48px;
}

.ybDetail_in .dtInfo {
    margin-bottom: 40px;
    padding: 40px 0 38px;
    border-bottom: 1px solid #e8e8e8;
}

.ybDetail_in .dtInfo span.li {
    padding: 0 20px;
    color: #666;
}

.dtImgsBox .dtSwiperBtn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.dtImgsBox .dtSwiperBtn_next {
    right: -56px;
}

.dtImgsBox .dtSwiperBtn_prev {
    left: -56px;
}

.dtImgsBox .dtSwiperBtn i {
    font-size: 32px;
    line-height: 40px;
}

.fjShare {
    margin-top: 80px;
    height: 100px;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8, inset 0px 1px 0px 0px #E8E8E8;
}

.fjShare .fx {
    line-height: 100px;
    color: #999;
}

.fjShare .item {
    border-radius: 100%;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.fjShare i {
    font-size: 40px;
    line-height: 40px;
    color: #64AA44;
    display: block;
    margin: 0 auto;
}

.fjShare .item:nth-child(2) {
    border-color: #DA4409;
}

.fjShare .item:nth-child(2) i {
    color: #DA4409;
}

.fjShare .item:nth-child(3) {
    border-color: #61A9EA;
    ;
}

.fjShare .item:nth-child(3) i {
    color: #61A9EA;
}

.fjShare .list {
    padding: 30px 0;
}

.fjShare .list .item {
    position: relative;
}

.fjShare .list .item .codeBox {
    position: absolute;
    width: 140px;
    height: 140px;
    padding: 20px;
    background-repeat: no-repeat;
    bottom: 40px;
    left: 50%;
    margin-left: -70px;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../image/code-fbg.png);
    transition: all ease-in-out 0.4s;
    transform: translateY(50px);
    opacity: 0;
    z-index: 0;
}

.fjShare .list .item #qrcode {
    width: 100%;
    height: 100%;
}

.fjShare .list .item:hover .codeBox {
    opacity: 1;
    z-index: 1;
    transform: none;
}

.rqpreNext {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}

.rqpreNext h4 {
    color: #666;
    padding-bottom: 20px;
}

.rqpreNext .txt,
.rqpreNext .txt a {
    color: #666;
}

.rqpreNext .txt span {
    padding-left: 40px;
}

.rqpreNext .txt .power-prevNext-no {
    padding: 0;
}

.rqpreNext .item {
    width: calc(50% - 16px);
    margin-top: 20px;
}


/* 慈善公益 详情 */

.ybCharityDt_in .txt {
    padding: 0 100px 80px;
}

.ybCharityDt_imgBox {
    padding-top: 80px;
    background-size: auto 400px;
    background-position: top center;
}

.dtImgsBox .ybCharityDt_imgBox {
    padding-top: 0;
}

.ybCharityDt_imgBox .imgBox_in {
    width: 760px;
    margin: 0 auto;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #fff;
}

.imgBox_in_swiper {
    width: 100%;
}

.ybCharityDt_imgBox .CharityimgBox_top {
    width: 100%;
    height: 544px;
    padding-bottom: 64px;
}

.CharityimgBox_thumbs_out {
    padding: 40px 68px 0;
    border-top: 1px solid #F4F4F4;
}

.CharityimgBox_thumbs .swiper-slide>div {
    width: 100%;
    padding-bottom: 66.66%;
}

.imgBox_in_swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.CharityimgBox_top .swiper-pagination {
    width: auto;
    bottom: 20px;
    font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.CharityimgBox_top .swiper-pagination .swiper-pagination-current {
    color: #CD2A2F;
}

.CharityimgBox_top .topSwiperTxt {
    bottom: 0;
    height: 64px;
    left: 48px;
    width: calc(100% - 48px);
}

.topSwiperTxt .sTxt_in {
    width: 100%;
    height: 100%;
}

.topSwiperTxt .sTxt_in .t {
    line-height: 1.4;
}

.CharityimgBox_thumbs_out .btn_icon {
    width: 48px;
    height: 48px;
    text-align: center;
    bottom: 10px;
    cursor: pointer;
    overflow: hidden;
}

.CharityimgBox_thumbs_out .btn_icon i {
    font-size: 24px;
    line-height: 48px;
}

.CharityimgBox_thumbs_out .Charity-button-next {
    right: 0;
}

.CharityimgBox_thumbs_out .Charity-button-prev {
    left: 0;
}

.CharityimgBox_thumbs .swiper-slide {
    opacity: 0.4;
}

.CharityimgBox_thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.CharityimgBox_top .swiper-button-prev,
.CharityimgBox_top .swiper-button-next {
    width: 48px;
    height: 48px;
    background-color: rgba(51, 51, 51, 0.8);
    overflow: hidden;
    border-radius: 100%;
    background-size: 20%;
}


/* 视图专区 */

.jp-video .jp-close {
    width: 44px;
    height: 50px;
    right: -26px;
    top: -56px;
}

.jp-video .jp-close:hover {
    background-position: -12px -135px;
}

.videoTitle {
    display: none;
}

.wjList .list {
    flex-wrap: wrap;
}

.wjList .item {
    width: 33.33%;
    padding: 20px;
}

.wjVideo_in .item .item_in {
    width: 100%;
    cursor: pointer;
    background: #F7F8FA;
    border-radius: 8px;
}

.wjVideo_in .item .imgs {
    padding-bottom: 56.363636%;
}

.wjVideo_in .item .imgs .imgs_in {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wjVideo_in .item .vName {
    padding: 20px;
}

.wjVideo_in .videoBtn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 8px;
}

.wjVideo_in .item .item_in:hover .videoBtn {
    opacity: 1;
}

.wjVideo_in .item .item_in:hover .vName {
    border-radius: 0px 0px 8px 8px;
    color: #fff;
    background-color: #CE292E;
    transform: translateY(-20px);
}

.wjVideo_in .item .item_in:hover {
    background-color: #CE292E;
}

.wjVideo_in .videoBtn .videoBtn_in {
    width: 100%;
    height: 100%;
}

.wjVideo_in .videoBtn .iBtn {
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.4)
}

.wjVideo_in .item .item_in:hover .videoBtn .iBtn {
    background: rgba(206, 41, 46, 0.9);
    color: #fff
}

.wjVideo_in .item.moreVideo .imfs_in img {
    border-radius: 8px;
}


/* 视频分享 */

.videoShare {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    opacity: 0;
}

.wjVideo_in .item .item_in:hover .videoShare {
    opacity: 1;
}

.videoShare .fitem {
    margin-left: 10px;
    line-height: 1;
}

.videoShare i {
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.videoShare .fx {
    font-size: 12px;
}

.videoShare .codeBox {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 10px 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    display: none;
}

.videoShare .wxItem:hover .codeBox {
    display: block;
}


/* egs */

.wjEGS .list .item_in {
    background: #F7F8FA;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wjEGS .list .item a {
    display: block;
    padding: 60px 40px 100px;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.wjEGS .list .item a .more {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.wjEGS .list .item a .time {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1;
}

.wjEGS .list .item a .title {
    line-height: 1.6;
}

.wjEGS .list .item a .more i {
    border-radius: 100%;
    line-height: 1;
    border: 1px solid #CD2A2F;
    font-size: 24px;
    margin-left: 16px;
}

.wjEGS .list .item a:hover {
    background: url(../image/wj_msgBg.png) no-repeat right bottom / auto 70% #B82429;
}

.wjEGS .list .item a:hover .more i {
    background-color: #fff;
}

.wjEGS .list .item a:hover .time,
.wjEGS .list .item a:hover .title,
.wjEGS .list .item a:hover .more span {
    color: #fff;
}


/* 社会责任报告 */

.wjtopTxt {
    width: 920px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.wjReport {
    background: #F7F8FA;
    padding-top: 90px;
}

.wjReport .list .item {
    width: 25%;
    padding: 30px 50px;
}

.wjReport .list .item a {
    display: block;
    width: 100%;
}

.wjReport .list .item a .imgs {
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 8px;
}

.wjReport .list .item a .imgs img {
    border-radius: 8px;
}

.wjReport .list .item a .imgs .imgsFix {
    padding-bottom: 133.33333%;
}

.wjReport .list .item a .title {
    text-align: center;
    padding-top: 20px;
    line-height: 1.2;
}

.wjReport .list .item a:hover .title {
    color: #CD2A2F;
}

.wjReport .list .item a:hover {
    transform: translateY(-10px);
}


/*招标专区*/

.wjBidding_in .item {
    padding: 32px;
    box-shadow: inset 0px -1px 0px 0px #F4F4F4;
}

.wjBidding_in .item:hover {
    background: url(../image/wj_msgBg.png) no-repeat 90% center / auto 96% #B82429;
}

.wjBidding_in .item .typeBox {
    width: 360px;
    padding-left: 60px;
}

.wjBidding_in .item .typeBox .li {
    margin-left: 40px;
}

.wjBidding_in .item .typeBox .li:first-child {
    margin: 0;
}

.wjBidding_in .item .left {
    flex: 1;
    overflow: hidden;
}

.wjBidding_in .item .left .time {
    width: 92px;
    margin-right: 32px;
    padding-right: 26px;
    box-shadow: inset -1px 0px 0px 0px #F2F2F2;
}

.wjBidding_in .item .left .time .day {
    line-height: 1.4;
}

.wjBidding_in .item .left .title {
    flex: 1;
    overflow: hidden;
    display: block;
}

.wjBidding_in .item .typeBox span {
    color: #666;
}

.wjBidding_in .item:hover * {
    color: #fff;
}

.wjBidding_in .item:hover .typeBox span {
    color: #fff;
}

.speechBox {
    padding-left: 240px;
}

.speechBox .imgs {
    top: 40px;
    left: 0;
    width: 360px;
    height: 480px;
    overflow: hidden;
    border-radius: 8px;
}

.speechBox .imgs img {
    width: 100%;
    border-radius: 8px;
}

.speechBox .speechBox_in {
    background: #F7F8FA;
    border-radius: 8px;
    padding: 80px 40px 80px 160px;
    min-height: 480px;
}


/* 投诉建议 */

.wjComplaint_in {
    height: 480px;
    border-radius: 8px;
}

.wjComplaint_in img {
    width: 100%;
    height: 100%;
    display: none;
}

.wjComplaintBox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wjComplaintBox .wjscoll {
    width: 600px;
    transform: translateX(20px);
    height: 320px;
    background: #F8F8F8;
    border-radius: 8px;
    padding: 80px;
}

.wjComplaintBox .hr_color {
    padding-top: 30px;
}

.wjComplaintBox .hr_color i {
    margin-right: 10px;
    font-size: 18px;
}


/* 网站地图 */

.wjMap .list {
    margin-top: 20px;
    padding-bottom: 40px;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
}

.wjMap .list:first-child {
    margin: 0;
}

.wjMap .itemBox {
    width: 80%;
    flex-wrap: wrap;
}

.wjMap .itemBox .item {
    width: 16%;
    margin-top: 16px;
}

.wjMap .itemBox .item .ia {
    font-weight: bold;
    font-size: 16px;
}

.wjMap .list .name {
    font-weight: bold;
    font-size: 20px;
}

.wjMap .itemBox .itemChild a {
    font-size: 14px;
    color: #666;
    display: table;
    margin-left: 16px;
    margin-top: 20px;
    line-height: 1;
}

.wjMap .itemBox .item i {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    transform: scale(0.8);
    margin-left: 5px;
}

.wjMap .itemBox .item .itemChild.ryzz {
    display: none;
}


/* 人才理念 */

.talentBox .wjBox_in>.imgs {
    width: 42%;
    border-radius: 8px;
}


/* .talentBox .wjBox_in>.imgs img{ box-shadow: 10px 10px 1px #F7F8FA; } */

.talentBox .imgs img {
    width: 100%;
    border-radius: 8px;
}

.talentBox .list .txtBox {
    flex: 1;
    padding-left: 90px;
}

.talentBox .list.list_rcjg .txtBox {
    padding-right: 90px;
    padding-left: 0;
}

.talentBox .list.list_zdsx {
    background-color: #F7F8FA;
}

.talentBox .list .rcTitle {
    line-height: 1;
    margin-bottom: 44px;
}

.talentBox .list.list_zdsx .rcTitle {
    margin-bottom: 80px;
}

.talentBox .list .rcTitle:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #EBAAAC;
    bottom: -20px;
    left: 0;
    border-radius: 2px;
}

.talentBox .list.list_zdsx .rcTitle:after {
    left: 50%;
    margin-left: -15px;
}

.talentBox .guidance .iTitle {
    color: #333;
    padding-bottom: 20px;
}

.talentBox .guidance .imgs {
    width: 56px;
    height: 56px;
    margin: 0 auto 32px;
}

.talentBox .guidance .imgs img {
    height: 100%;
}

.talentBox .guidance .txt {
    height: 270px;
}

.talentBox .guidance .ybli {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 8px;
}


/* 招贤纳士 */

.wjJob .list {
    width: calc(100%/2 - 20px);
}

.wjJob .list .imgsFix {
    padding-bottom: 66.66%;
}

.wjJob .list .imgsFix_in {
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    height: 100%;
    color: #fff;
}

.wjJob .list .link {
    margin-top: 60px;
    width: 188px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    border: 1px solid #FFFFFF;
}

.wjJob .list .title {
    line-height: 1;
}

.wjJob .list a {
    color: #fff;
}

.wjJob .list a:hover {
    background-color: #fff;
    color: #CE292E;
}

.wjJob .list .link span {
    padding-right: 10px;
}

.wjJob .list .txt {
    margin-top: 20px;
    height: 50px;
}

.wjJob .list:hover .imgsFix_in {
    background: rgba(68, 89, 112, 0.25);
}


/* 应聘指南 */

.jobDetail .imgs {
    width: 352px;
    height: 352px;
    overflow: hidden;
    border-radius: 100%;
}

.jobDetail .imgs img {
    width: 100%;
    height: 100%;
}

.jobDetail .txtBox {
    flex: 1;
    padding-right: 16%;
}

.jobDetail .jobTitle {
    line-height: 1;
    padding-bottom: 40px;
}

.jobDetail .detailBox {
    line-height: 2;
}

.jobProcess .jobTitle {
    line-height: 1;
    padding-bottom: 24px;
}

.jobProcess .list {
    flex-wrap: wrap;
}

.jobProcess .list .item {
    width: calc(100%/3 - 27px);
    background: #F7F8FA;
    margin-right: 40px;
    margin-top: 40px;
    padding: 40px 40px 88px;
    overflow: hidden;
    border-radius: 8px;
}

.jobProcess .list .item:nth-child(3n) {
    margin-right: 0;
}

.jobProcess .list .name {
    line-height: 1;
    padding-bottom: 20px;
}

.jobProcess .list .num {
    bottom: -24px;
    right: 0;
    color: #F1F2F4;
    font-size: 100px;
    line-height: 1;
}


/* 联络我们 */

.wjContactUsMap {
    background: #F7F8FA;
    border-radius: 8px;
    overflow: hidden;
}

.wjContactUsMap .imgs {
    width: 48%;
}

.wjContactUsMap .txtBox {
    flex: 1;
    padding: 60px;
}

.wjContactUsMap .txtBox .name {
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.wjContactUsMap .txtBox .list .item {
    padding-top: 20px;
}

.wjContactUsMap .txtBox .list .item span {
    font-weight: bold;
}

.wjContactForm {
    background: #F7F8FA;
}

.wjContactForm .wjForm {
    width: 768px;
    margin: 0 auto;
}

.wjContactForm .wjForm_in {
    padding: 20px 44px 0;
}

.wjContactForm .wjForm_in .item {
    width: 100%;
    position: relative;
    margin-top: 40px;
    border-radius: 8px;
}

.wjContactForm .wjForm_in .item input {
    background: #fff;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 8px;
    padding-left: 28px;
    color: #999;
}

.wjContactForm .wjForm_in .item input::placeholder {
    color: #999;
}

.wjContactForm .wjForm_in .item span {
    color: #ff0000;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 16px;
}

.wjContactForm .wjForm_in .item span.crv-tips {
    bottom: -26px;
    top: auto;
}

.wjContactForm .wjForm_in .item i {
    position: absolute;
    right: 16px;
    top: 15px;
}

.wjContactForm .wjForm_in .item .txtTotal {
    display: none;
}

.wjContactForm .wjForm_in .item b {
    font-weight: inherit;
    padding-left: 4px;
    color: #999;
}

.wjContactForm .selectedBox {
    height: 56px;
    background-color: #fff;
    border-radius: 8px;
}

.wjContactForm .wjForm_in .item textarea {
    background: #fff;
    width: 100%;
    color: #999;
    height: 200px;
    border: none;
    border-radius: 8px;
    padding: 16px 30px;
    font-family: "微软雅黑";
}

.wjContactForm .wjForm_in .item textarea::placeholder {
    color: #999;
}

.selectedBox select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    padding-left: 28px;
    color: #999;
}

.wjContactForm .wjForm_in #crv-yzm input {
    width: 40%;
}

.onlineMsgForm .crv-btn {
    margin-top: 40px;
}

.onlineMsgForm .crv-btn button {
    width: 160px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #CE292E;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}

.onlineMsgForm .crv-btn button.crv-maskForm-reset {
    background: #EAEBED;
    color: #333;
}


/* 公司简介 */

.companyProfile .list_Top .imgs {
    width: 40%;
}

.companyProfile .list_Top .imgs img {
    width: 100%;
}

.companyProfile .list_Top .txtBox {
    width: 60%;
}

.companyProfile .list_Top .txtBox_p {
    width: 100%;
    padding-bottom: 44%;
}

.companyProfile .list_Top .txtBox_in {
    top: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: 100%;
    overflow: hidden;
}

.companyProfile .list_Top .txtBox_in .ybscroll {
    height: 100%;
}

.wjNum {
    padding-top: 80px;
}

.wjNum .item {
    padding: 0 10px;
}

.wjNum .item .numBox {
    min-width: 180px;
}

.wjNum .nubimgs {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.wjNum .nubimgs img {
    width: 100%;
}

.wjNum .iName {
    color: #666;
    padding: 20px 0 14px;
}

.wjNum .numBox .num {
    font-size: 48px;
    color: #CD2A2F;
    line-height: 1;
    display: inline-block;
    width: 100px;
}

.wjNum .item:nth-child(2) .numBox .num {
    width: 72px;
}

.wjNum .item:nth-child(4) .numBox .num {
    width: 132px;
}

.wjNum .numBox .dw {
    color: #999;
}

.list_layout {
    background: #F7F8FA;
}

.list_layout .swiper-slide .imgsFix {
    padding-bottom: 109.09%;
}

.list_layout .swiper-slide .hr_bg {
    border-radius: 8px;
}

.list_layout .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 80px 40px;
    border-radius: 8px;
}

.list_layout .swiper-slide a:hover {
    background: rgba(206, 41, 46, 0.8);
}

.list_layout .swiper-slide a .more {
    position: absolute;
    bottom: 0px;
    width: 140px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    border: 1px solid #FFFFFF;
}

.list_layout .swiper-slide a .more i {
    font-size: 20px;
    line-height: 48px;
    padding-left: 2px;
}

.list_layout .swiper-slide a .title {
    line-height: 1;
    padding-bottom: 24px;
}

.list_layout .swiper-slide a .txt,
.list_layout .swiper-slide a .more {
    opacity: 0;
    transform: translateY(-20px);
}

.list_layout .swiper-slide a:Hover .txt,
.list_layout .swiper-slide a:hover .more {
    opacity: 1;
    transform: none;
}


/* 领导班子 */

.leaderBox {
    margin-top: -40px;
}

.leaderBox .item {
    background: #F7F8FA;
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
}

.leaderBox .item .imgs {
    overflow: hidden;
    width: 195px;
    height: 260px;
    border-radius: 8px;
}

.leaderBox .item .imgs img {
    width: 100%;
}

.leaderBox .item .txtBox {
    flex: 1;
    padding-left: 40px;
}

.leaderBox .item .txtBox .name {
    line-height: 1;
    margin-top: 20px;
}

.leaderBox .item .txtBox .jobName {
    margin-top: 16px;
}

.leaderBox .item .txtBox .hr_desc {
    margin-top: 20px;
}


/* 资质荣誉 */

.wjHonorBox .honorBox::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wjHonorBox {
    height: 680px;
}

.wjHonorBox .yearBox {
    width: 520px;
    height: 100%;
    z-index: -1;
}

.wjHonorBox .honorBox {
    width: 100%;
    height: 100%;
    overflow: auto;
    flex: 1;
    padding-left: 640px;
}

.wjHonorBox .honorBox .listBox .item .hName {
    padding-bottom: 20px;
    line-height: 1;
}

.wjHonorBox .honorBox .listBox .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
}

.wjHonorBox .honorBox .listBox .item .title {
    padding-top: 16px;
}

.wjHonorBox .honorBox .listBox .item .title a:hover {
    color: #CD2A2F;
}

.wjHonorBox .honorBox .listBox .item .hFrom {
    padding-top: 14px;
}

.wjHonorBox .honorBox .list {
    margin-bottom: 40px;
}

.yearBox_in,
.about_honour_year_left_list {
    width: 100%;
    height: 100%;
}

.about_honour_year_left_list {
    position: relative;
    overflow: hidden;
}

.yearBox_in ul {
    width: 400px;
    right: 0;
    text-align: center;
    top: 36%;
}

.yearBox_in ul li {
    font-size: 180px;
    line-height: 1;
    padding: 20px 0;
    color: #e8e8e8;
}

.yearBox_in ul li.active {
    color: #CD2A2F;
    font-size: 200px;
}

.yearBox_in .quan {
    right: 0;
    top: 45%;
    transform: translateY(-32%);
}

.wjHonorBox .leftNum {
    line-height: 1;
    padding: 20px 0;
    font-size: 200px;
    top: 36%;
}

.honor-mob {
    display: none;
}


/* 品牌产品 */

.wjBrand .topTxt {
    margin-top: -20px;
    padding-bottom: 60px;
}

.wjBrandList .item {
    margin-bottom: 80px;
    background: #F7F8FA;
    border-radius: 8px;
    overflow: hidden;
}

.wjBrandList .item:last-child {
    margin: 0;
}

.wjBrandList .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.wjBrandList .item .imgs {
    width: 57.14%;
}

.wjBrandList .item .imgs>.pcshow {
    width: 100%;
    height: 100%;
}

.wjBrandList .item .txtBox {
    flex: 1;
    border-radius: 8px 0px 0px 8px;
    padding: 68px 60px;
}

.wjBrandList .item .txtBox .title {
    line-height: 1;
}

.wjBrandList .item .txtBox .txt {
    padding-top: 20px;
}

.wjBrandList .item .txtBox .sLogo {
    margin-top: 30px;
}

.wjBrandList .item .txtBox .list {
    flex: 1;
}

.wjBrandList .item .txtBox .list .item_imgs {
    width: calc(100%/3);
    padding: 0 7px;
}

.wjBrandList .item .txtBox .list .item_imgs .imgsFix {
    padding-bottom: 50%;
    background-color: #fff;
}

.wjMore2 a {
    width: 140px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    border: 1px solid #CE292E;
}

.wjBrandList .item .wjMore2 {
    margin-top: 60px;
}

.wjMore2 a i {
    font-weight: bold;
    font-size: 26px;
}

.wjMore2 a:hover {
    background-color: #CE292E;
}

.wjMore2 a:hover span,
.wjMore2 a:hover i {
    color: #fff;
}


/* 品牌产品 child */

.wjProductDt .wjBox {
    overflow: hidden;
}

.wjPorductTxt {
    margin-top: -20px;
}

.wjProTopBox {
    border-radius: 8px;
    width: 100%;
    flex-direction: column;
}

.wjProTopBox .imgsBox {
    overflow: hidden;
}

.wjProTopBox .imgs,
.wjProTopBox .imgs img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.wjProTopBox .imgs:after {
    content: "";
    left: 0;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 70%, #333 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wjProTopBox .imgs .desc {
    bottom: 40px;
    left: 40px;
    width: 56%;
    z-index: 1;
}

.wjProTab {
    height: 80px;
    border-radius: 0 0 8px 8px;
    background: #F7F8FA;
    box-shadow: inset 0px 4px 0px 0px #999999;
}

.wjProTopBox .imgs .desc .more {
    margin-top: 20px;
}

.wjProTopBox .imgs .desc .more a {
    width: 140px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.wjProTopBox .imgs .desc .more a i {
    font-weight: bold;
}

.wjProTab .swiper-container {
    height: 100%;
    overflow: initial;
}

.wjProTab .active a {
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 0px 0px #CE292E;
}

.wjProTab .active a:after {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 7px);
    bottom: 2px;
    left: 2px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}

.wjProTab .swiper-container .swiper-slide:last-child a:after {
    border-radius: 0 0 8px 0;
}

.wjProTab .swiper-container .swiper-slide:first-child a:after {
    border-radius: 0 0 0 8px;
}

.wjProMenu {
    height: 100%;
    padding: 26px 0;
}

.wjProMenu img {
    height: 100%;
    width: auto;
}

.wjTopBrandNew .imgsBox .imgs {
    display: none;
}

.wjTopBrandNew .imgsBox .imgs:first-child {
    display: block;
}


/* 发展历程 */

.wjHistory {
    background: #F7F8FA;
    overflow: hidden;
}

.wjHistory .wjBox_in {
    padding: 0 120px;
}

.wjHistory .gallery-top {
    width: 100%;
}

.wjHistory .gallery-top .hisBox {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wjHistory .gallery-top .hisBox .imgs {
    width: 480px;
    height: 320px;
}

.wjHistory .gallery-top .hisBox .txtBox {
    flex: 1;
    padding: 20px 60px;
}

.wjHistory .gallery-top .hisBox .txtBox .title {
    line-height: 1;
    padding-bottom: 20px;
}

.wjHistory .gallery-thumbs .swiper-slide {
    text-align: center;
}

.wjHistory .gallery-thumbs .swiper-slide .item .d {
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.wjHistory .gallery-thumbs .swiper-slide .item .year {
    padding-top: 36px;
    height: 76px;
}

.wjHistory .gallery-thumbs .swiper-slide-thumb-active {
    color: #CD2A2F;
}

.wjHistory .gallery-thumbs .swiper-slide-thumb-active .item .d {
    background: #CD2A2F;
}

.wjHistory .gallery-thumbs .swiper-slide-thumb-active .item .d::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.1);
    width: 200%;
    height: 200%;
    border-radius: 100%;
}

.wjHistory .wjBox_in:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: #E8E8E8;
    left: -50%;
    bottom: 70px;
}

.wjHistory .wjBox_in .swTabBtn {
    left: 0;
    bottom: 48px;
    width: 100%;
    height: 56px;
}

.swTabBtn .btn {
    border-radius: 100%;
    overflow: hidden;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #CE292E;
}

.swTabBtn .btn i {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}

.swTabBtn .btn.swiper-button-disabled {
    background: #fff;
    opacity: 1;
}

.swTabBtn .btn.swiper-button-disabled i {
    color: #CE292E;
}

.wjBrandBox {
    padding: 0 76px;
}

.wjBrandBox .swiper-container {
    padding-bottom: 44px;
}

.wjBrandBox .brandPage {
    bottom: 0;
}

.wjBrandBox .brandPage span {
    width: 24px;
    height: 4px;
    border-radius: 2px;
}

.wjBrandBox .brandPage span.swiper-pagination-bullet-active {
    background-color: #CE292E;
}

.wjBrandBox .swTabBtn {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -28px;
}

.wjBrandBox .swiper-slide {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 46px 30px;
}

.wjBrandBox .swiper-slide .hr_desc {
    color: #666;
    height: 224px;
}

.wjBrandBox .swiper-slide .bli .imgs {
    height: 40px;
    text-align: center;
    margin: 0 auto;
}

.wjBrandBox .swiper-slide .bli .imgs img {
    height: 100%;
}

.wjBrandBox .swiper-slide .bli .title {
    padding: 30px 0 20px;
    text-align: center;
    line-height: 1;
}

.wjbusiness {
    background: #F7F8FA;
}

.wjbusiness .wjBox_in {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wjbusiness .imgs {
    width: 720px;
    height: 400px;
}

.wjbusiness .txtBox {
    flex: 1;
    padding: 0 60px;
}

.wjbusiness .txtBox .title {
    line-height: 1.4;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.wjbusiness .txtBox .title span i {
    right: -22px;
    top: -2px;
    color: #CD2A2F;
    font-size: 16px;
}

.wjbusiness .txtBox ul li {
    margin-top: 20px;
    color: #666;
    padding-left: 36px;
    position: relative;
}

.wjbusiness .txtBox ul li .iconCon {
    left: 0;
}

.wjbusiness .txtBox ul li .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 20px;
}

.wjBrand2 {
    background: #F7F8FA;
}


/* .wjBrand2{background: #000; } */

.wjBrand2 .imgs {
    width: 600px;
    height: 400px;
}

.wjBrand2 .imgs img {
    width: 100%;
}

.wjBrand2 .txtBox {
    flex: 1;
    padding-right: 80px;
}


/* pubMap */

.pubMap {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    transform: translateX(90%);
}

.pubMap .pcshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pubMap.active {
    transform: none;
    opacity: 1;
    z-index: 300;
    top: 0;
}

.pubMap_in {
    width: 100%;
    height: 100%;
}

.pubMap .imgs {
    width: 50%;
    height: 100%;
}

.pubMap .ybMap_in {
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 40px 60px;
}

.pubMap .ybClose {
    text-align: right;
    padding-bottom: 20px;
}

.pubMap .ybClose i {
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    color: #fff;
    background-color: #CD2A2F;
    border-radius: 100%;
}

.pubMap .ybMap_in .listBox {
    overflow: hidden;
    height: calc(100% - 120px);
}


/* 网站地图 */

.ybMap_in .list {
    margin-bottom: 36px;
}

.ybMap_in .list h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.ybMap_in .list:last-child {
    margin: 0;
}

.ybMap_in .list a {
    color: #666;
    margin-top: 16px;
    display: inline-block;
    margin-right: 50px;
}

.ybMap_in .list a:hover {
    color: #CD2A2F;
}


/* indexBanner  */

.indexSpTab {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    height: 20px;
}

.indexSpTab .swiper-pagination-bullet {
    width: 60px;
    margin-right: 20px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: none;
    opacity: 1;
    border: 1px solid #fff;
}

.indexSpTab .swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 分页 */

.z-page {
    padding-top: 40px;
}

.z-page .crc-pub-page-num {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 0;
}

.z-page .crc-pub-page-prev,
.z-page .crc-pub-page-next,
.z-page .crc-pub-page-enter {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.z-page .crc-pub-page .crc-pub-page-prev {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
}

.z-page span {
    color: #666;
}

.z-page .crc-pub-page-sel {
    background: #CD2A2F;
    color: #fff;
    border: 1px solid #CD2A2F;
}

.z-page .crc-pub-page-text {
    width: 60px;
    height: 40px;
    border-radius: 20px;
}

.z-page .crc-pub-page-enter {
    background: #CD2A2F;
    color: #fff;
}

.z-page .crc-pub-page-num:hover {
    border: 1px solid #CD2A2F;
}


/* 返回顶部 */

.goTopBtn_in {
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: #2A2A2A;
    color: #fff;
}


/* 发展历程 */

.h_listBox_in .txtBox img {
    border-radius: 8px;
}

.h_listBox_in .year {
    font-weight: bold;
}


/*江中企业文化*/

.cultureContainer {
    padding-top: 40px;
    background: url(../image/crjz-about-culture-bg.jpg) no-repeat top center / 100% auto;
}

.cultureContainer .cTitle {
    padding-top: 80px;
    padding-bottom: 20px;
    line-height: 1;
}

.cultureContainer .list {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 40px;
}

.cultureContainer .whList3 {
    flex-wrap: wrap;
}

.cultureContainer .whList3 .list {
    width: calc(100%/2 - 10px);
}

.cultureContainer .clist1 .imgs {
    width: 28%;
    margin-right: 8%;
}

.cultureContainer .imgs img {
    width: 100%;
}

.cultureContainer .clist1 ul {
    flex-wrap: wrap;
    flex: 1;
}

.cultureContainer .clist1 ul li {
    width: 50%;
    margin-bottom: 20px;
}

.cultureContainer .clist1 .item {
    box-shadow: inset 0px 1px 0px 0px #F2F2F2;
    padding-top: 40px;
    margin-bottom: 40px;
}

.cultureContainer .clist1 .item:last-child {
    margin: 0
}

.cultureContainer .clist1 .item:first-child {
    padding: 0;
}

.cultureContainer .clist1 .item:first-child {
    box-shadow: none;
}

.cultureContainer .c6t {
    font-weight: bold;
    color: #666;
}

.cultureContainer .tt {
    color: #666;
}

.cultureContainer .c6t {
    padding-bottom: 20px;
}

.cultureContainer .c3t {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
}

.cultureContainer .c3t img {
    width: 16px;
    margin-right: 10px;
}

.cultureContainer .tt p {
    padding-bottom: 16px;
}

.cultureContainer .tt p:last-child {
    padding: 0;
}

.cultureContainer .dft {
    color: #CD2A2F;
    padding-bottom: 16px;
    font-weight: bold;
}

.cultureContainer .dft span {
    padding-right: 12px;
}

.cultureContainer .ys6 .imgs {
    width: 192px;
}

.cultureContainer .ys6 .rBox {
    flex: 1;
    padding-right: 40px;
}

.cultureContainer .clist6 .ys6 .rBox {
    flex: 1;
    padding-left: 40px;
}

.cultureContainer .dfReverse.ys6 .rBox {
    padding: 0 40px 0 0;
}

.cultureContainer .ys6 .rBox span {
    font-weight: bold;
}

.cultureContainer .ys6List {
    flex-wrap: wrap;
    margin-top: -40px;
}

.cultureContainer .ys6List .ys6item {
    width: 50%;
    padding-right: 70px;
    border-right: 1px solid #f2f2f2;
    margin-top: 40px;
    ;
}

.cultureContainer .ys6List .ys6item:nth-child(2n) {
    padding: 0 0 0 70px;
    border: none;
}

.cultureContainer .clist7 .imgs_in {
    display: none;
}

.cultureContainer .clist7 .ys6List {
    padding-top: 20px;
}

.cultureContainer .clist7 .p40 {
    padding-top: 40px;
}

.cultureContainer .clist8 .imgs {
    width: 140px;
}

.cultureContainer .clist8 .ys6 .rBox {
    padding-left: 80px;
}

.indexStock .cName {
    margin-top: 64px;
}

.indexBannerTxt,
.indexBannerTxt .wjBox .wjBox_in {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.indexBannerTxt .wjBox {
    height: 100%;
    overflow: hidden;
}


/* .indexBannerTxt .indexBannerTxt_in{ position: absolute; top: 38%; left: 0; line-height: 1.4; } */

.ybCopyRight #crc-pub-beian {
    padding: 0 10px;
}

.crv-tips {
    color: #ff0000;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
}

.yzmBox .crv-tips {
    bottom: auto;
    top: 54px;
}

.yfcgBox .swiper-container {
    margin-top: 60px;
}

.yfcgBox .swiper-slide {
    border: 1px solid #E8E8E8;
    padding: 10px;
    background: #fff;
}

.yfcgBox .swiper-slide .imgsFix {
    padding-bottom: 141.6666%;
}

.yf_yfImportant .yfcgBox .swiper-slide {
    border: none;
    padding: 0;
}

.yf_yfImportant .yfcgBox .swiper-slide .imgsFix {
    padding-bottom: 66.6666%;
}

.jzVideoBtn {
    margin-top: 40px;
}

.jzVideoBtn_in {
    cursor: pointer;
    width: 169px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    border: 1px solid #CD2A2F;
}

.jzVideoBtn_in i {
    font-size: 20px;
}

.jzVideoBtn_in span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.syItem {
    margin-top: 30px;
    width: 100%;
}

.syItem:first-child {
    margin-top: 0px;
}

.syItem .imgs {
    width: 49.2%;
}

.syItem .imgs .imgsFix {
    padding-bottom: 68.9655%;
}

.syItem .rBox {
    width: 50.8%;
    border: 1px solid #E8E8E8;
    border-left: none;
}

.syItem .rBox .title {
    margin-bottom: 60px;
}

.syItem .rBox_in {
    padding: 0 40px 0 80px;
}

.syItem .rBox_in i {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 1;
    border: 1px solid #CD2A2F;
    color: #CD2A2F;
    border-radius: 100%;
}

.syItem .rBox_in i:hover {
    background-color: #CD2A2F;
    color: #fff;
}

.syItem .rBox_in .iconBtn {
    text-align: left;
}

@media screen and (max-width:1100px) {
    .cultureContainer .clist1 .imgs {
        width: 24%;
    }
    .cultureContainer .list {
        padding: 30px;
    }
    .cultureContainer .ys6 .imgs {
        width: 180px;
    }
    .cultureContainer .ys6 .rBox {
        flex: 1;
        padding-right: 30px;
    }
    .cultureContainer .clist6 .ys6 .rBox {
        flex: 1;
        padding-left: 30px;
    }
    .cultureContainer .dfReverse.ys6 .rBox {
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width:1000px) {
    .cultureContainer .clist1 .imgs {
        width: 22%;
        margin-right: 6%;
    }
    .cultureContainer .clist1 ul li:nth-child(2n) {
        padding-left: 40px;
    }
}

@media screen and (max-width:900px) {
    .cultureContainer .clist1 ul li:nth-child(2n) {
        padding-left: 20px;
    }
}

@media screen and (max-width:750px) {
    .cultureContainer .list {
        padding: 20px;
    }
    .cultureContainer .whList3 .list {
        width: 100%;
    }
    .cultureContainer .clist1 .item {
        flex-wrap: wrap;
    }
    .cultureContainer .clist1 .imgs {
        margin: 0 auto 40px;
        width: 100%;
    }
    .cultureContainer .clist1 ul {
        width: 100%;
        flex: auto;
    }
    .cultureContainer .clist1 ul li:nth-child(2n) {
        padding-left: 12px;
    }
    .cultureContainer .clist1 .item {
        padding-top: 32px;
        margin-bottom: 32px;
    }
    .cultureContainer .clist1 .item:first-child {
        margin-bottom: 0;
    }
    .cultureContainer .c6t {
        padding-bottom: 12px;
    }
    .cultureContainer .dft span {
        display: block;
    }
    .cultureContainer .ys6 {
        position: relative;
        display: block;
    }
    .cultureContainer .ys6 .rBox {
        padding: 0;
        width: 100%;
    }
    .cultureContainer .clist6 .ys6 .rBox {
        width: 100%;
        padding: 0;
    }
    .cultureContainer .ys6 .imgs {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
    }
    .cultureContainer .ys6 .dft {
        height: 84px;
        padding-right: 110px;
    }
    .cultureContainer .dfReverse.ys6 .rBox {
        padding: 0;
    }
    .cultureContainer .clist5 {
        background-size: 100px auto!important;
    }
    .cultureContainer .ys6List {
        flex-wrap: wrap;
    }
    .cultureContainer .ys6List .ys6item {
        width: 100%;
        padding: 0;
        box-shadow: inset 0px -1px 0px 0px #F2F2F2;
        margin-top: 32px;
        padding-bottom: 32px;
        border-right: none;
    }
    .cultureContainer .ys6List .ys6item:nth-child(2n) {
        padding: 0 0 32px 0;
    }
    .cultureContainer .clist5 .dft {
        height: 82px;
    }
    .cultureContainer .clist6 {
        background: none!important;
    }
    .cultureContainer .clist6 .ys6 .dft {
        height: auto;
        padding-bottom: 0;
    }
    .cultureContainer .clist6 .ys6 .rBox {
        padding-bottom: 32px;
    }
    .cultureContainer .clist6 .ys6List .ys6item {
        border-right: none;
    }
    .cultureContainer .clist6 .ys6List .ys6item:last-child {
        box-shadow: none;
        padding: 0;
    }
    .cultureContainer .tt p {
        padding-bottom: 12px;
    }
    .cultureContainer .clist7 {
        background-size: 100px auto!important;
    }
    .cultureContainer .clist7 .dft {
        height: 84px;
    }
    .cultureContainer .clist7 .p40 {
        padding-top: 32px;
    }
    .cultureContainer .clist7 .ys6List:last-child .ys6item:last-child {
        box-shadow: none;
        padding: 0;
    }
    .cultureContainer .clist8 .ys6 .rBox {
        padding: 0;
    }
    .cultureContainer .clist8 .ys6 {
        display: block;
        position: inherit;
    }
    .cultureContainer .clist8 .ys6 .imgs {
        position: inherit;
        margin-bottom: 40px;
    }
    .cultureContainer .cTitle {
        padding-top: 60px;
    }
}

@media screen and (max-width:640px) {
    .cultureContainer {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cultureContainer .clist5 .c6t,
    .cultureContainer .clist6 .c6t,
    .cultureContainer .clist7 .c6t {
        color: #333;
    }
}


/*江中企业文化 end*/


/* 招标专区 栏目切换 */

.wjProductTab .swiper-slide {
    width: auto;
}

.wjnav-third-list {
    overflow: hidden;
}

.wjnav-third-list .wjnav-third-list-item {
    background: #fff;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    border-right: none;
}

.wjnav-third-list .wjnav-third-list-item:first-child {
    border-radius: 8px 0 0 8px;
}

.wjnav-third-list .wjnav-third-list-item>a {
    padding: 15px 48px;
}

.wjnav-third-list .wjnav-third-list-item>a img {
    height: 20px;
    margin-right: 6px;
}

.wjnav-third-list .wjnav-third-list-item>a img.active,
.wjnav-third-list .wjnav-third-list-item.active>a img.df {
    display: none;
}

.wjnav-third-list .wjnav-third-list-item>a:hover img.active,
.wjnav-third-list .wjnav-third-list-item.active>a img.active {
    display: block;
}

.wjnav-third-list .wjnav-third-list-item>a:hover img.df {
    display: none;
}

.wjnav-third-list .wjnav-third-list-item:last-child {
    border-right: 1px solid #e8e8e8;
    border-radius: 0 8px 8px 0;
}

.wjnav-third-list .wjnav-third-list-item.active,
.wjnav-third-list .wjnav-third-list-item:hover {
    background: #CE292E;
    color: #fff;
}

.wjnav-third-list .wjnav-third-list-item.active a,
.wjnav-third-list .wjnav-third-list-item:hover a {
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .wjnav-third-list .wjnav-third-list-item>a {
        padding: 15px 40px;
    }
}

@media screen and (max-width: 1180px) {
    .wjnav-third-list .wjnav-third-list-item>a {
        padding: 15px 24px;
    }
}

@media screen and (max-width: 1025px) {
    .wjnav-third-list .wjnav-third-list-item>a {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 750px) {
    .wjnav-third-list {
        width: 100%;
    }
    .wjnav-third-list .swiper-container {
        width: 100%;
    }
    .wjnav-third-list .wjnav-third-list-item>a {
        font-size: 14px;
    }
}


/* 招标专区 栏目切换 end */


/* 预付卡 */

.prepayCard {
    width: 100%;
}

.prepayCard .cardImg {
    width: 50%;
    margin-left: 80px;
}

.prepayCard .hr_desc {
    flex: 1;
    display: block;
}


/* 预付卡 end */

.ImgsList {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ImgsList .item_b {
    cursor: pointer;
    width: 12%;
    height: 100%;
    border: 2px solid #fff;
    transition: all ease-in-out 0.3s;
    border-radius: 8px;
    background-size: auto 100%;
    background-position: center center;
}

.ImgsList .item_b.active {
    width: 76%;
}

.ImgsList.mshow {
    background: #fff;
    border-radius: 8px 8px 0px 0px;
}

.ImgsList.mshow .swiper-container {
    width: 100%;
    height: 100%;
}

.ImgsList.mshow .swiper-slide,
.ImgsList.mshow .swiper-container .swiper-wrapper {
    border-radius: 8px 8px 0px 0px;
    height: 100%;
}

.ImgsList.mshow .swiper-pagination {
    padding-right: 16px;
    text-align: right;
}

.ImgsList.mshow .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.ImgsList.mshow .swiper-pagination-bullet-active {
    background: #CD2A2F;
}