.wjsj_ourteam {
    position: relative;
    min-width: 1200px;
    height: 1080px;
    overflow: hidden;
    background: #0a0a0a url("../images/ourteam_bg.png") center top no-repeat
}

.wjsj_ourteam * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wjsj_ourteam *::before, .wjsj_ourteam *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wjsj_ourteam_content {
    width: 1200px;
    margin: 0 auto
}

.wjsj_ourteam_content_right {
    float: right;
    width: 840px;
    height: 820px;
    border-left: 1px solid #292929
}

.wjsj_ourteam_content_right::after {
    content: '';
    display: block;
    clear: both
}

.wjsj_ourteam_content_right_header {
    position: relative;
    width: 9999px;
    height: 266px;
    border-bottom: 1px solid #292929
}

.wjsj_ourteam_content_right_header::before {
    content: '';
    position: absolute;
    top: 200px;
    left: -2px;
    width: 3px;
    height: 100px;
    background: #fe4a0d
}

.wjsj_ourteam_content_right_header_title {
    position: absolute;
    left: 40px;
    bottom: 28px;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Arial'
}

.wjsj_ourteam_content_right_header_title > span {
    margin-left: 8px;
    font-size: 20px;
    color: #999999;
    font-weight: normal
}

.wjsj_ourteam_content_right_header_hd {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 664px;
    bottom: 30px;
    height: 23px;
    line-height: 23px
}

.wjsj_ourteam_content_right_header_hd .prev, .wjsj_ourteam_content_right_header_hd .next {
    display: inline-block;
    width: 24px;
    height: 23px;
    cursor: pointer;
    background: url("../images/banner_btn_arrow.png") center center no-repeat
}

.wjsj_ourteam_content_right_header_hd .prev:hover, .wjsj_ourteam_content_right_header_hd .next:hover {
    background: url("../images/banner_btn_arrow_hover.png") center center no-repeat
}

.wjsj_ourteam_content_right_header_hd .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wjsj_ourteam_content_right_header_hd .more {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-left: 46px;
    padding-right: 6px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.wjsj_ourteam_content_right_header_hd .more::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -24px;
    width: 1px;
    height: 10px;
    background: #3d3d3d;
    transition: all 0.6s;
}
.wjsj_ourteam_content_right_header_hd .more:hover{
    color:#ffffff;
}

.wjsj_ourteam_content_right_header_hd .more::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -19px;
    width: 19px;
    height: 19px;
    background: url("../images/icons_circle_arrow.png")
}

.wjsj_ourteam_content_right_header_hd .more:hover::after {
    background: url("../images/icons_circle_arrow_hover.png")
}

.wjsj_ourteam_content_right_body {
    padding: 40px
}

.wjsj_ourteam_content_right_body_item {
    width: 416px;
    text-align: justify;
    transition: all 0.6s;
}
.wjsj_ourteam_guarantee_content li{
    font-size: 14px;
}
.wjsj_ourteam_content_right_body_item:hover .wjsj_ourteam_content_right_body_item_name {
    color: #fe4a0d
}

.wjsj_ourteam_content_right_body_item:hover .wjsj_ourteam_content_right_body_item_desc {
    color: #666666
}

.wjsj_ourteam_content_right_body_item:hover .wjsj_ourteam_content_right_body_item_avatar > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.wjsj_ourteam_content_right_body_item_avatar {
    position: relative;
    width: 376px;
    height: 204px;
    background: #303133 url("../images/ourteam_avatar_bg.png") no-repeat;
    border-left: 6px solid #454647
}

.wjsj_ourteam_content_right_body_item_avatar > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    border: 10px solid #454647;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.618s;
    transition: 0.618s
}

.wjsj_ourteam_content_right_body_item_name {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px
}

.wjsj_ourteam_content_right_body_item_desc {
    position: relative;
    color: #4c4c4c;
    font-size: 12px;
    margin: 12px 0 20px 0
}

.wjsj_ourteam_content_right_body_item_desc::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 16px;
    height: 1px;
    background: #202020
}

.wjsj_ourteam_content_right_body_item_honor {
    color: #808080;
    font-size: 12px;
    padding-top: 18px;
    padding-right: 40px;
    line-height: 20px;
}

.wjsj_ourteam_guarantee {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    background: url("../images/ourteam_guarantee_bg.png") center top no-repeat
}

.wjsj_ourteam_guarantee_content {
    width: 1200px;
    height: 260px;
    margin: 0 auto
}

.wjsj_ourteam_guarantee_content > li {
    float: left;
    height: 100%;
    padding-top: 146px;
    color: #999999;
    margin-right: 64px;
    -webkit-transition: 0.618s;
    transition: 0.3s;
}

.wjsj_ourteam_guarantee_content > li:nth-child(1) {
    background: url("../images/ourteam_guarantee_icons.png") 0 90px no-repeat
}

.wjsj_ourteam_guarantee_content > li:nth-child(2) {
    background: url("../images/ourteam_guarantee_icons.png") -282px 90px no-repeat
}

.wjsj_ourteam_guarantee_content > li:nth-child(3) {
    background: url("../images/ourteam_guarantee_icons.png") -630px 90px no-repeat
}

.wjsj_ourteam_guarantee_content > li:nth-child(4) {
    background: url("../images/ourteam_guarantee_icons.png") -980px 90px no-repeat
}

.wjsj_ourteam_guarantee_content > li:hover {
    height: calc(100% + 10px);
    margin-top: -10px;
    color: #e5e5e5
}

.wjsj_ourteam_guarantee_content > li:nth-child(1), .wjsj_ourteam_guarantee_content > li:nth-child(4) {
    width: 216px
}

.wjsj_ourteam_guarantee_content > li:nth-child(2), .wjsj_ourteam_guarantee_content > li:nth-child(3) {
    width: 286px;
    text-align: center
}

.wjsj_ourteam_guarantee_content > li:nth-child(4) {
    margin-right: 0;
    text-align: right
}

.wjsj_advantages {
    height: 740px;
    padding-top: 116px;
    background: #f9f9f9
}

.wjsj_advantages * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wjsj_advantages *::before, .wjsj_advantages *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wjsj_advantages_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    font-family: 'Arial';
    text-transform: uppercase
}

.wjsj_advantages_title > span {
    font-size: 20px;
    font-weight: normal;
    margin-left: 6px
}

.wjsj_advantages_dots {
    width: 1200px;
    margin: 60px auto 0 auto;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0
}

.wjsj_advantages_dots::after {
    content: '';
    display: block;
    clear: both
}

.wjsj_advantages_dots > li {
    float: left;
    width: 33.3333%;
    height: 216px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.wjsj_advantages_dots > li:nth-child(1) .wjsj_advantages_dots_item {
    background-position: 0 0
}

.wjsj_advantages_dots > li:nth-child(2) .wjsj_advantages_dots_item {
    background-position: -400px 0
}

.wjsj_advantages_dots > li:nth-child(3) .wjsj_advantages_dots_item {
    background-position: -800px 0
}

.wjsj_advantages_dots > li:nth-child(4) .wjsj_advantages_dots_item {
    background-position: 0 -217px
}

.wjsj_advantages_dots > li:nth-child(5) .wjsj_advantages_dots_item {
    background-position: -400px -217px
}

.wjsj_advantages_dots > li:nth-child(6) .wjsj_advantages_dots_item {
    background-position: -800px -217px
}
.wjsj_advantages_dots_item{
    transition: background-position 0.3s
}

.wjsj_advantages_dots > li:hover .wjsj_advantages_dots_item {
    padding-left: 40px;
    background-color: #ffffff;
    background-image: url("../images/advantages_icons_hover.png");
    -webkit-box-shadow: 0px 6px 16px 0px rgba(229, 229, 229, 0.6);
    box-shadow: 0px 6px 16px 0px rgba(229, 229, 229, 0.6);
}


.wjsj_advantages_dots > li:hover .wjsj_advantages_dots_item .title {
    color: #fe4a0d
}

.wjsj_advantages_dots_item {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding: 30px;
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
    background: url("../images/advantages_icons.png");
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wjsj_advantages_dots_item .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.wjsj_advantages_dots_item .desc {
    position: relative;
    color: #dbdbdb;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Arial';
    text-transform: uppercase
}

.wjsj_advantages_dots_item .desc::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 16px;
    height: 1px;
    background: #dbdbdb
}

.wjsj_advantages_dots_item .info {
    width: 240px;
    font-size: 14px;
    margin-top: 40px;
    color: #969699
}
