
/*大图*/

/*下半部分*/
.contentListBox{
    margin-top:70px;
}
.contentNumber{
    color:#ffb499;
    justify-content: space-between;
}
.contentNumber li{
    margin-left:14px;
}
.contentNumber span{
    /*display: none;*/
}
.conLists{
    height:194px;
    align-items: flex-end;
    justify-content: space-between;
    color:#ffffff;
}
.conLists>div{
    height:164px;
    flex: 1;
    background-color: #2d2d2d;
    padding: 24px 20px 0 20px;
    border-right:1px solid #424242;
    position: relative;
    transition: height 0.3s;
    cursor: pointer;
}
.conLeftImg,.conrightImg{
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s;
}
.conLeftImg{
    left:2px;
    bottom:2px;
}
.conrightImg{
    right:2px;
    top:2px;
}
.conLists>div:nth-child(4){
    border:0;
}
.conLists>div:hover{
    background-color:#ffffff;
    height:170px;
    border-right:1px solid #ffFFFF;
}
.conLists>div:hover .conListYuan>li{
    background-color: #e6e6e6;
}
.conLists>div:hover .conLeftImg{
    opacity: 1;
}
.conLists>div:hover .conrightImg{
    opacity: 1;
}
.conLogoFonts{
    color:#ffffff;
    transition: all 0.6s;
}
.conLists>div:hover .conLogoFonts{
    color:#333333;
}
.listsHot{
    width:36px;
    height:22px;
    background-color: #ff7200;
    border-radius:0 11px 11px 11px ;
    transform: scale(0.8);
    line-height: 20px;
    text-align: center;
    /*margin-top: -5px;*/
}
.conListYuan{
    margin:18px 0 16px 0;
}
.conListYuan>li{
    width:5px;
    height:5px;
    background-color: #484848;
    border-radius: 50% 50%;
    margin-right:2px;
}
.listContentBox{
    flex-wrap: wrap;
    font-size: 13px;
    color:#8f8f8f;
    line-height: 24px;
}
.listContentBoxFonts{
    color:#8f8f8f;
}
.listAfter img {
    padding:0 8px;
    margin-top:-3px;
}
.line02{
        display: none;
}
.conLists>div:hover .line01{
    display:none;
}
.conLists>div:hover .line02{
    display:block;
}

/*下半部分end*/
/*大图end*/
/*图片展示*/
.imgListBottom{
    padding:40px 0 104px 0;
    justify-content: center;
    cursor: pointer;
}
.imgListBottomfonts{
    background-color: #2d2d2d;
    color:#ffffff;
    width:240px;
    height:54px;
    text-align: center;
    line-height: 54px;
    transition: all 0.6s
}
.imgListBottomfonts:hover{
    background-color: black;
}
.imgListBottomfonts>span{
    padding:0 24px;
}
.imgListBottomfonts>img{
    margin-bottom:3px;
}

.ListShowBox{
    position: relative;
    overflow: hidden;
}
.tabShadows {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.6s;
}
.tabImgBoxHover{
    transition: all 0.6s;
}
.ListShowBox:hover .tabImgBoxHover{
    transform: scale(1.1);
}
.tabImg{
    position: absolute;
    top: 30%;
    left: 42%;
}
.ListShowBox:hover .tabShadows{
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.7);
}
.ListShowBox:hover .tabImg{
    opacity: 1;
}
.tabShadows {
    opacity: 0;
    transition: opacity 0.6s;
}
.tabConFont {
    position: absolute;
    bottom: 0;
    margin: 0 0 30px 30px;
}
.tabConFont>span:nth-child(1) {
    color: #ffffff;
    display: block;
}
.tabConFont>span:nth-child(2) {
    color: #999999;
    margin-top: 16px;
    display: block;
}
.ListShowBox:hover .tabShadows{
    opacity: 1;
    cursor: pointer;
}
/*图片展示end/*/
.hot_bg{
    width:100%;
    height:100%;
    background: url("../images/hot_bg.png") no-repeat;
}
/*热门服务*/
.hotServicesBox{
    width:1224px;
    text-align: center;
    margin: 0 auto;
}
.hotServicesTitle{
    font-size: 33px;
    color:#333333;
}
.hotServicesFonts{
    color:#333333;
    margin:10px 0 50px 0;
}

.hotServicesContentBox{
    justify-content: space-between;
    height:360px;
}
.hotServicesContentBox>div{
    flex: 1;
    transition: all 0.3s;
}
.hotServicesLogo{
    margin-top:50px;
    transition: all 0.6s;
}
.hotLogo{
    color:#999999;
    padding:6px 12px;
    border-radius: 12px;
    background-color: #f1f1f1;
    margin:16px 0;
    display:inline-block;
    font-size: 12px;
}
.hotPlay{
    color:#ff7200;
    margin-top:10px;
}
.hotYuan{
    justify-content: center;
}
.hotServicesContentBox li{
    background-color:#e6e6e6 !important;
    width:5px;
    height:5px;
    border-radius: 50% 50%;
    margin-right: 2px;
}
.hotImgBox{
    height:65px;
    position: relative;
}
.hotImgBox>img{
    position: absolute;
    left:40%;
    bottom:0;
}
.hotImgBox>img:nth-child(1){
    opacity: 1;
    transition: opacity 0.3s ;
}
.hotImgBox>img:nth-child(2){
    opacity: 0;
    transition: opacity 0.3s ;
}
.hotServicesContentBox>div:hover .hotImgBox>img:nth-child(1){
     opacity: 0;
 }
.hotServicesContentBox>div:hover .hotImgBox>img:nth-child(2){
    opacity: 1;
}
/*.hotServicesContentBox>div:hover .hotServicesLogo{*/
/*    margin-top:24px;*/
/*}*/
.hotServicesContentBox>div:hover{
    margin-top:-10px;
}
.hotServicesContentBox>div:hover .hotHover{
    opacity: 1;
}
.hotHover{
    justify-content: center;
    margin-top:28px;
    opacity: 0;
    transition: all 0.6s;
}
.hotHover>div{
    padding:4px 12px 3px 12px;
    cursor: pointer;
}
.hotHover>div:nth-child(1){
    color:#ff7200;
    margin-right:10px;
    border:1px solid #ff7200;
}
.hotHover>div:nth-child(1):hover{
    background-color: #ff7200;
}
.hotHover>div:nth-child(1):hover a{
    color:#ffFFFF;
}
.hotHover>div:nth-child(2){
    color:#999999;
    border:1px solid #999999;
}
.hotHoverList:hover a{
    color:#ff7200 !important;
}
.hotHoverList:hover{
    border:1px solid #ff7200 !important;
}
.hotHover>div>a:nth-child(1){
    color:#ff7200;
}



.hotHoverList>a{
    color:#999999 !important;
}
.wjsj_ourteam_content_right_body_item_name{
    transition: all 0.6s !important;
}
/*热门服务end*/
/*合作伙伴*/
.partners {
    width: 100%;
    height: 414px;
    background: url(../images/bac5.jpg) no-repeat top center
}

.partners_banner {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.partners .font {
    padding-top: 100px;
}

.partners .font i:nth-child(1) {
    font-size: 36px;
    color: #333333;
    font-weight: 700
}

.partners .font i:nth-child(2) {
    font-size: 20px;
    color: #333333;
    padding: 0 5px
}

.partners .font i:nth-child(3) {
    font-size: 20px;
    color: #333333;
}

.partners .swrper-father {
    width: 1200px;
    position: relative;
}

.partners .swiper-container {
    width: 1000px;
    height: 200px;
    line-height: 200px;
}

.partners .swiper-wrapper {
    width: 1000px;
    height: 100%;
}

/* .partners .swiper-slide img {
    margin: 0 auto
} */

.partners .swiper-button-prev {
    color: #000;
}
.swiper-wrapper>div{
    width:auto !important;
}
.partners .swiper1 {
    background: url(../images/swiper1.png) no-repeat center center
}

.partners .swiper1:hover {
    background: url(../images/swiper6.png) no-repeat center center
}

.partners .swiper2 {
    background: url(../images/swiper2.png) no-repeat center center
}

.partners .swiper2:hover {
    background: url(../images/swiper7.png) no-repeat center center
}

.partners .swiper3 {
    background: url(../images/swiper3.png) no-repeat center center
}

.partners .swiper3:hover {
    background: url(../images/swiper8.png) no-repeat center center
}

.partners .swiper4 {
    background: url(../images/swiper4.png) no-repeat center center
}

.partners .swiper4:hover {
    background: url(../images/swiper9.png) no-repeat center center
}

.partners .swiper5 {
    background: url(../images/swiper5.png) no-repeat center center
}

.partners .swiper5:hover {
    background: url(../images/swiper10.png) no-repeat center center
}
.swiperImgHover{
    display: none;
}
.swrper_box{
    justify-content: space-between;
    margin-top:70px;
}
.swrper_box>div:hover .swiperImg{
    display: none;
}
.swrper_box>div:hover .swiperImgHover{
    display: block;
}

/*合作伙伴end*/