/* 联系我们-公司简介 */
/* 武汉推荐科技有限公司 */
.whtjkjyxgs,
.team{
    margin-top: 95px;
}
.whtjkjyxgs > .float-l{
    display: block;
    position: relative;
    width: 634px;
    height: 472px;
    overflow: hidden;
}
.whtjkjyxgs > .float-l .backg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}
.whtjkjyxgs > .float-l p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 61px;
    background: rgba(12, 12, 12, 0.53);
    font-size: 16px;
    line-height: 61px;
    color: #F8F8F8;
    text-align: center;
}
.whtjkjyxgs > .float-r{
    width: calc(100% - 634px);
    padding-left: 52px;
    box-sizing: border-box;
}
.whtjkjyxgs > .float-r p{
    line-height: 30px;
    padding-top: 30px;
}
/* hover */
.whtjkjyxgs .float-l:hover .backg{
    transform: scale(1.1);
}
/* 团队/环境展示 */
.team .swiper-team{
    position: relative;
    margin-top: 58px;
    margin-bottom: 51px;
}
.team .swiper-container-team .swiper-slide {
    height: 345px;
}

.team .swiper-container-team .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.team .swiper-container-team img{
    width: 100%;
    height: 345px;
    transition: all .3s;
}
.swiper-container-team .swiper-slide-active{
    margin: 0 20px;
}
.swiper-team .swiper-button-prev-radius{
    left: 10px;
}
.swiper-team .swiper-button-next-radius{
    right: 10px;
}
.team .swiper-slide a:hover img{
    transform: scale(1.1);
}
/* 核心产品 */
.core-product{
    width: 100%;
    height: 1000px;
    background: #ECF0F7;
}
.core-product .main-title{
    padding-top: 55px;
}
.core-product .main-title p{
    padding-top: 35px;
}
.core-product .bottom .b-item{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch;
    margin-top: 46px;
    margin: 39px 0 19px;
}
.core-product .bottom .b-item li{
    width: 162px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.core-product .bottom .b-item li:last-child{
    margin-right: 0;
}
.core-product .bottom .b-item a{
    font-size: 18px;
    color: #757575;
}
.core-product .bottom .b-item li.active{
    background-color: #09C383;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
.core-product .bottom .b-item li.active a{
    color: #ffffff;
}
/* hover */
.core-product .bottom .b-item li:hover{
    background-color: #09C383;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
.core-product .bottom .b-item li:hover a{
    color: #ffffff;
}
.core-product .bottom .b-content{
    width: 100%;
    height: 648px;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(29, 63, 70, 0.16);
}
.core-product .b-content .item{
    padding: 74px 93px 94px;
    box-sizing: border-box;
}
.core-product .b-content .item .text{
    width: 50%;
    height: 480px;
    padding-right: 54px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.core-product .b-content .item .text h4{
    font-size: 24px;
    color: #444444;
    padding-bottom: 31px;
}
.core-product .b-content .item .text p{
    font-size: 16px;
    line-height: 30px;
    color: #757575;
}
.core-product .b-content .item .imgbox{
    width: 50%;
    height: 480px;
    overflow: hidden;
}
.core-product .b-content .item .imgbox img{
    width: 100%;
    height: 480px;
    transition: all .3s;
}
.core-product .b-content .item .imgbox img:hover {
    transform: scale(1.1);
}
/* 商务合作 */
.business{
    width: 100%;
    background-image: url(../imgs/backg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.business .main-title h2{
    padding-top: 55px;
}
.business .main-title p{
    padding-top: 35px;
}
.business .info{
    height: 245px;
    box-shadow: 0px 3px 20px rgba(29, 63, 70, 0.16);
    box-sizing: border-box;
    margin-top: 49px;
    margin-bottom: 35px;
}
.business .info li{
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-top: 25px;
    transition: all .2s linear;
    background-color: #FFFFFF;
}
.business .info li:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.business .info li::before{
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 1px;
    height: 195px;
    background-color: #d0d0d0;
}
.business .info li:last-child::before{
    display: none;
}
.business .info .item img{
    width: 68px;
    height: 68px;
}
.business .info .item span{
    font-size: 18px;
    color: #989898;
    padding: 16px 0 32px;
}
.business .info .item p{
    font-size: 20px;
    color: #444444;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
}
.business .content{
    width: 100%;
    padding-bottom: 58px;
}
.business .content .swhz-form{
    width: calc(50% - 50px);
    height: 475px;
    background: rgba(255, 255, 255, .5);
    margin-right: 50px;
    padding: 0 80px;
}
.swhz-form h4{
    font-size: 30px;
    color: #09C383;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 31px;
}
.swhz-form input{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    margin: 17px 0;
    color: #333;
    text-indent: 20px;
}
.swhz-form textarea{
    display: block;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #838383;
    resize:none;
}
.swhz-form button{
    display: block;
    width: 100%;
    height: 50px;
    background: #09C383;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}
.swhz-form button:hover{
    font-size: 20px;
    font-weight: bold;
}

/*修改提示文字的颜色*/
 
.swhz-form input::-webkit-input-placeholder,
.swhz-form textarea::-webkit-input-placeholder
 { /* WebKit browsers */
    color: #838383 !important;
}
     
.swhz-form input::-moz-placeholder,
.swhz-form textarea::-moz-placeholder
 { /* Mozilla Firefox 4 to 18 */   
    color: #838383 !important;   
} 
    
.swhz-form input::-moz-placeholder,
.swhz-form textarea::-moz-placeholder  { /* Mozilla Firefox 19+ */  
    color: #838383 !important;  
} 
.swhz-form input::-ms-input-placeholder,
.swhz-form textarea::-ms-input-placeholder {    /* Internet Explorer 10+ */     
    color: #838383 !important; 
}
/* :click */
.swhz-form input.active,
.swhz-form textarea.active
{
    border-color: #09C383;
}
.business .content .text{
    position: relative;
    width: calc(50% - 50px);
    height: 475px;
    background: rgba(255, 255, 255, .5);
    margin-left: 50px;
    padding-left: 140px;
}
.business .content .text::before{
    content: "";
    position: absolute;
    top: 60px;
    left: -50px;
    width: 1px;
    height: 405px;
    background-color: #D5D5D5;
}
.business .content .text h4{
    font-size: 30px;
    color: #09C383;
    margin-top: 45px;
    margin-bottom: 31px;
}
.business .content .text p{ 
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    color: #585858;
}
.business .content .text .p1{
    display: flex;
}
.business .content .text .phone{
    font-size: 26px;
    font-weight: bold;
    color: #09C383;
}
/* 联系我们-发展历程 */
#swiperYear{
    position: relative;
}
.gywm-fzlc .swiper-container-year{
    position: relative;
    width: 80%;
    height: 217px;
}
.gywm-fzlc .swiper-container-year::before{
    content: "";
    position: absolute;
    top: 108px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #DCDFE6;
}
.gywm-fzlc .swiper-container-year .item{
    position: relative;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: #B1B6C4;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 55.5px auto 0;
    cursor: pointer;
    user-select: none;
    border: 15px solid #fff;
}
.gywm-fzlc .swiper-container-year .item:hover{
    background: #09C383;
}
.gywm-fzlc .swiper-container-year .swiper-slide-active .item{
    background: #09C383;
}
#swiperYear .swiper-button-prev-radius {
    left: 82px;
    top: 107px;
}
#swiperYear .swiper-button-next-radius {
    right: 82px;
    top: 107px;
}
#swiperYear .swiper-button-prev-radius::before{
    content: "";
    position: absolute;
    left: -70px;
    width: 70px;
    height: 1px;
    background-color: #DCDFE6;
}
#swiperYear .swiper-button-next-radius::before{
    content: "";
    position: absolute;
    right: -70px;
    width: 70px;
    height: 1px;
    background-color: #DCDFE6;
}

.gywm-fzlc .mont-ul .text-li .item{
    width: 50%;
    float: left;
}
.gywm-fzlc .mont-ul .text-li h4{
    height: 68px;
    font-size: 48px;
    font-weight: 500;
    color: #09C383;
}
.gywm-fzlc .mont-ul .text-li:first-child h4{
    border-right: none;
}
.gywm-fzlc .mont-ul .text-li p{
    position: relative;
    height: 367px;
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    line-height: 32px;
    padding-top: 30px;
    border-top: 1px solid #DCDFE6;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.gywm-fzlc .mont-ul .text-li .dot {
    display: block;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 24px;
    height: 24px;
    background-color: #09C383;
    border-radius: 50%;
    border: 4px solid #A6E9D2;

   }
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}
.gywm-fzlc .mont-ul .text-li .img{
    width: 540px;
    margin-bottom: 100px;
    margin-right: -2px;
    overflow: hidden;
}
.gywm-fzlc .mont-ul .text-li .img img{
    width: 100%;
    height: 335px;
    box-sizing: border-box;
    transition: all .3s;
}
/* :hover */

.gywm-fzlc .mont-ul .text-li .img:hover img{
    transform: scale(1.1);
}
.gywm-fzlc .mont-ul .text-li:hover .dot{
    -webkit-animation-name: 'ripple'; /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: .5s; /*动画持续时间*/
    -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s; /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite; /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate; /*定义动画方式*/
}
/* text-left */
.gywm-fzlc .mont-ul .text-l h4{
    padding-right: 90px;
    text-align: right;
    border-right: 2px solid #09C383;
    box-sizing: border-box;
}
.gywm-fzlc .mont-ul .text-l p{
    padding-right: 90px;
    border-right: 2px solid #09C383;
    box-sizing: border-box;
}
.gywm-fzlc .mont-ul .text-l .img{
    margin-left: 90px;
}
/* text-right */
.gywm-fzlc .mont-ul .text-r h4{
    padding-left: 90px;
    border-left: 2px solid #09C383;
    box-sizing: border-box;
}
.gywm-fzlc .mont-ul .text-r p{
    padding-left: 90px;
    border-left: 2px solid #09C383;
    box-sizing: border-box;
}
.gywm-fzlc .mont-ul .text-r p::before{
    left: -15px;
}

.gywm-fzlc .mont-ul .text-r .img{
    margin-right: 108px;
}


.gywm-fzlc .mont-ul .text-r .dot {
    left: -13px;
   }
/* :last-child */
.gywm-fzlc .mont-ul .text-li:last-child p{
    height: 267px;
}
.gywm-fzlc .swiper-button-next,
.gywm-fzlc .swiper-button-prev{
    z-index: 1;
}
/* 联系我们-加入我们 */
.gywm-jrwm{
    width: 100%;
}
.gywm-jrwm .content h2{
    font-size: 40px;
    color: #444444;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 62px;
}

.gywm-jrwm .content .item{
    margin-bottom: 55px;
}
.gywm-jrwm .content .item .text{
    width: 60%;
    box-sizing: border-box;
}
.gywm-jrwm .content .item .text img{
    width: 152px;
    height: 175px;
    margin-bottom: 39px;
}

.gywm-jrwm .content .item .text p{
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}
.gywm-jrwm .content .item .imgbox{
    width: 40%;
    height: 405px;
    margin-top: 37px;
    overflow: hidden;
}
.gywm-jrwm .content .item .imgbox img{
    width: 100%;
    height: 405px;
    transition: all .3s;
}
.gywm-jrwm .content .item .imgbox:hover img{
    transform: scale(1.1);
}
.item1 .text{
    padding-right: 51px;
    box-sizing: border-box;
}
.item2 .text{
    padding-left: 51px;
}
.gywm-jrwm .job .jobIdenx{
    margin-left: 69px;
}
.gywm-jrwm .job .jobIdenx li{
    position: relative;
    width: 270px;
    height: 80px;
    background: #f5f5f5;
    line-height: 80px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.gywm-jrwm .job .jobIdenx li::before{
    content: "";
}
.gywm-jrwm .job .jobIdenx a{
    display: block;
    font-size: 22px;
    color: #444;
    border-bottom: 1px solid #d5d5d5;
}
.gywm-jrwm .job .jobIdenx li:last-child a{
    border-bottom: none;
}
/* active */

.gywm-jrwm .job .jobIdenx li.active::before,
.gywm-jrwm .job .jobIdenx li:hover::before{
    content: "";
    position: absolute;
    top: 38px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #09C383;
    transform:rotate(45deg);
}
.gywm-jrwm .job .jobIdenx li.active,
.gywm-jrwm .job .jobIdenx li:hover
{
    background: #09C383;
}
.gywm-jrwm .job .jobIdenx li.active a,
.gywm-jrwm .job .jobIdenx li:hover a{
    color: #FFFFFF;
    border-bottom: 1px solid #09C383;
}
.gywm-jrwm .job .jobList{
    position: relative;
    margin-left: 43px;
    width: calc(100% - 536px);
}
.gywm-jrwm .job .jobList .item{
    position: absolute;
    z-index: 1;
    display: none;
}
.gywm-jrwm .job .jobList .item:first-child{
    display: block;
}
.gywm-jrwm .jobList .item h4{
    font-size: 24px;
    color: #444444;
    padding-bottom: 12px;
}
.gywm-jrwm .jobList .item h4.zwyq{
    padding-top: 24px;
}
.gywm-jrwm .jobList .item li{
    font-size: 16px;
    color: #999999;
    padding-bottom: 6px;
    line-height: 24px;
}
.gywm-jrwm .item3{
    min-height: 480px;
}
/* map */
.map{
    width: 100%;
    background-color: #f6f8fb;
    padding-top: 59px;
    padding-bottom: 41px;
}
.map .mapImg{
    width: 947px;
    height: 725px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 41px;
}
.map .list .item{
    width: 49%;
    height: 213px;
    background-color: #fff;
    padding: 26px 27px 29px;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 2%;
}
.map .list .item:nth-child(2n){
    width: 49%;
    height: 213px;
    background-color: #fff;
    padding: 26px 27px 29px;
    box-sizing: border-box;
    margin-right: 0%;
    margin-left: 1%;
}
.map .list .item .img{
    width: 211px;
    height: 158px;
    background-repeat: no-repeat;
    background-size: cover;
}
.map .list .item .text{
    margin-left: 22px;
    width: calc(100% - 233px);
}
.map .list .item h4{
    font-size: 22px;
    color: #202020;
    padding-bottom: 14px;
}
.map .list .item h4 span{
    float: left;
    padding-left: 6px;
    padding-top: 10px;
    width: 285px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.map .list .item p{
    font-size: 18px;
    color: #7B7B7B;
    padding-bottom: 12px;
}
.map .list .item .logo{
    float: left;
    width: 51px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
}
.map .list .item .go{
    float: right;
    width: 14px;
    height: 14px;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
    transform:rotate(45deg);
    margin-top: 18px;
}
/* hover */
.map .list .item:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}

.map .list .item:hover .go{
    border-top: 2px solid #09C383;
    border-right: 2px solid #09C383;
}