@charset "utf-8";
/* CSS Document */
/* common */
body,button, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, ul, ol, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

ul, ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

b {
    font-weight: normal
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

/* link : style */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.content_width{
    width: 1000px;
    margin: 0 auto;
}
.box_border{
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
/*导航nav*/
.nav{
    background: -webkit-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: transparent\9;
    width: 100%;
    height: 80px;
    position: absolute;
    top:0;
    z-index: 99;
    left: 0;
}
.nav>div{
    height: 100%;
}
.nav .logo{
    padding-top: 20px;
    float: left;
}
.nav ul{
    float: left;
    margin-left: 30px;
}
.nav li{
    float: left;
    padding: 0 23px;
    line-height: 70px;
}
.nav li>a{
    font-size: 18px;
    color: #fff;
}
.nav .tel{
    float: right;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    background: url("../img/tel.png") no-repeat left center;
    padding-left: 40px;
}
/*banner*/
.banner{
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.banner a{
    width: 100%;
    height: 100%;
    display: block;
}
.banner1{
    background: url("../img/banner1.jpg") no-repeat center;
}
.banner2{
    background: url("../img/banner2.jpg") no-repeat center;
}
.banner3{
    background: url("../img/banner3.jpg") no-repeat center;
}
.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner .swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.banner .swiper-active-switch {
    background: #fff;
}
/*标题*/
.biaoti{
    margin-top: 60px;
    margin-bottom: 65px;
}
.biaoti>p{
    font-size: 44px;
    text-align: center;
    color: #333333;
    margin-bottom: 24px;
}
.biaoti>p>span{
    font-weight: 900;
    color: #3e71cc;
}
.biaoti>span{
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #9d9d9d;
}
.biaoti.bai>p{
    color: #fff;
}
.biaoti>div{
    font-size: 30px;
    color:#6099ff;
    text-align: center;
    line-height: 1;
}
/*通用button*/
.button{
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 43px auto 0;
    color: #3e71cc;
    border: 1px solid #3e71cc;
    border-radius: 22px;
}
.button:hover{
    background: #3e71cc;
    color: #fff;
}
/*生长*/
.shengzhang{
    padding-bottom: 68px;
}
.shengzhang_c{
    text-align: center;
}
.shengzhang_c>ul{
    height: 414px;
    width: 700px;
    margin: 0 auto;
}
.shengzhang_c>ul>li{
    width: 457px;
    height: 414px;
    display: inline-block;
    position: relative;
    /*transition: all 0.5s;*/
}
/*每个模块的内部布局*/
.shengzhang_c>ul>li>img{
    width: 100%;
    height: auto;
    /*position: absolute;*/
    top:0;
    left: 0;
    display: block;
}
.shengzhang_c>ul>li>.text{
    width: 100%;
    max-height: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
    overflow: hidden;
    height: 100%;
    background: url("../img/shengzhang_mengban.png") no-repeat top center;
}
.shengzhang_c>ul>.roundabout-in-focus>.text{
    display: block;
    max-height: 1000px;
}
.shengzhang_c>ul>li>.text>.title{
    margin-top: 72px;
    font-size: 36px;
    color: #ffe400;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 900;
}
.shengzhang_c>ul>li>.text>.xian{
    width: 100px;
    height: 2px;
    display: block;
    margin: 0 auto 20px;
    background: #ffe400;
}
.shengzhang_c>ul>li>.text>p{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 50px;
    line-height: 1.7;
    font-size: 18px;
    color: #fff;
    text-align: left;

}
.shengzhang_c>ul>li>.text>i{
    font-style: normal;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: right;
    padding: 10px 60px;
}
.shengzhang_c>ul>li>.img_daoying{
    display: none;
    transition: all 0.5s 0.5s;
}
.shengzhang_c>ul>.roundabout-in-focus>.img_daoying{
    display: block;
}

/*效果*/
/*.shengzhang_1{
    background: url("../img/shengzhang_02.png") no-repeat center;
}
.shengzhang_2{
    background: url("../img/shengzhang_01.png") no-repeat center;
}
.shengzhang_3{
    background: url("../img/shengzhang_03.png") no-repeat center;
}*/
/*.shengzhang_c>ul>li.zuo{
    transform-style: preserve-3d;
    transform: rotate3d(0,1,0,45deg);
    transform-origin: left center;
    position: absolute;
    left: 0;
    top: 0;
}
.shengzhang_c>ul>li.zuo>*{
    display: none;
}
.shengzhang_c>ul>li.you{
    transform-style: preserve-3d;
    transform: rotate3d(0,1,0,-45deg);
    transform-origin: right center;
    position: absolute;
    right: 0;
    top: 0;
}
.shengzhang_c>ul>li.you>*{
    display: none;
}
.shengzhang_c>ul>li.zhong{
    transform: rotate3d(0,1,0,0deg);
    transform-origin: right center;
    position: relative;
    z-index: 2;
}
!*hover用到的属性*!
.shengzhang_c>ul>li.zuo.true{
    transform: rotate3d(0,1,0,0deg);
    z-index: 2;
}
.shengzhang_c>ul>li.zuo.true>*{
    display: block;
}
.shengzhang_c>ul>li.you.true{
    transform: rotate3d(0,1,0,0deg);
    z-index: 2;
}
.shengzhang_c>ul>li.you.true>*{
    display: block;
}
.shengzhang_c>ul>li.zhong.false_you{
    transform: rotate3d(0,1,0,25deg);
    transform-origin: left center;
    z-index: 1;
}
.shengzhang_c>ul>li.false_you>*{
    display: none;
}
.shengzhang_c>ul>li.zhong.false_zuo{
    transform: rotate3d(0,1,0,-25deg);
    z-index: 1;
}
.shengzhang_c>ul>li.false_zuo>*{
    display: none;
}
.shengzhang_c>ul>li.zhong.true{
    transform: rotate3d(0,1,0,0deg);
    transform-origin: right center;
    position: relative;
    z-index: 2;
}
.shengzhang_c>ul>li.true>*{
    display: block;
}*/
/*招人难*/
.zhaoren{
    padding-top: 1px;
    background: #f3f3f3;
    padding-bottom: 90px;
}
.zhaoren_c{
    /*overflow: hidden;*/
}
.zhaoren_l{
    width: 576px;
    height: 388px;
    border: 1px solid #3e71cc;
    padding: 7px;
    position: relative;
    margin-bottom: 20px;
}
.zhaoren_l>div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #3e71cc;
}
.zhaoren_pagination{
    position: absolute;
    bottom: -25px;
    text-align: center;
    width: 100%;
}
.zhaoren_pagination>span{
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 0 10px;
    background: #a3a3a3;
}
.zhaoren_pagination>.swiper-active-switch {
    background: #3e71cc;
}

/*招人难左边*/
.zhaoren_xinzi{
    width: 100%;
    height: 100%;
    background: url("../img/zhaoren_xinzi_bg.jpg") no-repeat center;
}
.zhaoren_xuqiu{
    width: 100%;
    height: 100%;
    background: url("../img/zhaoren_xuqiu_bg.jpg") no-repeat center;
}
.zhaoren_gaoxin{
    width: 100%;
    height: 100%;
    background: url("../img/zhaoren_gaoxin_bg.jpg") no-repeat center;
}
.zhaoren_r>div{
    margin-left: 10px;
    width: 200px;
    height: 262px;
    background: #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px;
    box-shadow: #ccc 3px  3px 5px;
}
.zhaoren_r>div:hover{
    box-shadow: none;
    transition: all 0.5s;
    cursor: pointer;
}
.zhaoren_r>div>.content{
    background: #3e71cc;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    text-align: center;
}
.zhaoren_r>div>.content>img{
    display: block;
    text-align: center;
    margin: 56px auto 35px;
}
.zhaoren_r>div>.content>p{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.zhaoren_r>div>.content>span{
    color: #fff;
    display: block;
    text-align: center;
}
/*逼格*/
.bige{
    background: #f3f3f3;
}
.bige_c{
    width: 1110px;
    margin: 0 auto;
    background: url("../img/bige_bg.png") no-repeat center;
    height: 100px;
    position: relative;
    z-index: 2;
    display: block;
}
/*高端人才*/
.rencai{
    width: 100%;
    background: url("../img/rencai_bg.jpg") no-repeat left center;
    padding-top: 10px;
    text-align: center;
    margin-top: -15px;
    padding-bottom: 80px;
}
.rencai_c>div{
    margin-left: -2px;
    margin-right: -2px;
}
.rencai_s{
    width: 25%;
    float: left;
    padding: 0 2px;
    height: 326px;
}
.rencai_s>div{
    width: 100%;
    border: 1px solid #474747;
    height: 323px;
    position: relative;
    top:0;
    transition: all 0.5s;
}
.rencai_s>div>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.rencai_c_1>div{
    background: url("../img/rencai_c_icon_01.png") no-repeat center 40px;
}
.rencai_c_2>div{
    background: url("../img/rencai_c_icon_02.png") no-repeat center 40px;
}
.rencai_c_3>div{
    background: url("../img/rencai_c_icon_03.png") no-repeat center 40px;
}
.rencai_c_4>div{
    background: url("../img/rencai_c_icon_04.png") no-repeat center 40px;
}
.rencai_s>div>p{
    text-align: center;
    margin-top: 188px;
    font-size: 24px;
    font-weight: 900;
    color: #c8c8c8;
}
.rencai_s>div>span{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #c8c8c8;
    text-align: left;
    line-height: 1.6;
    margin-top: 10px;
}
.rencai_s:hover>div{
    background: #3e71cc;
    top:-40px
}
.rencai_s:hover p{
    color:#fff;
}
.rencai_s:hover span{
    color:#fff;
}
.rencai_s:hover>.rencai_c_1>div{
    background: url("../img/rencai_c_icon_01_true.png") no-repeat center 40px;
}
.rencai_s:hover>.rencai_c_2>div{
    background: url("../img/rencai_c_icon_02_true.png") no-repeat center 40px;
}
.rencai_s:hover>.rencai_c_3>div{
    background: url("../img/rencai_c_icon_03_true.png") no-repeat center 40px;
}
.rencai_s:hover>.rencai_c_4>div{
    background: url("../img/rencai_c_icon_04_true.png") no-repeat center 40px;
}
/*12万提供方案*/
.fangan{
    background: #f3f3f3;
    padding-top: 1px;
    padding-bottom: 85px;
}
.fangan_c{
    height: 500px;
    background: #fff;
    border: 1px solid #3e71cc;
}
.fangan_l{
    height: 100%;
    width: 382px;
    float: left;
    background:  no-repeat left center;
}
/*方案右部分*/
.fangan_r{
    width: 1000px;
    margin-left: -382px;
    float: left;
    height: 100%;
    padding-left: 402px;
    position: relative;
}
.fangan_r>span{
    position: absolute;
    background: url("../img/fangan_r_bg.png") no-repeat left;
    display: block;
    width: 70px;
    height: 110px;
    top:-20px;
    right: 25px;
    padding-top: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.fangan_r>span>a{
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 60px;
    display: block;
}
.fangan_r>.title{
    margin-top: 45px;
    font-size: 36px;
    color: #222;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 28px;
    border-bottom: 2px solid #222;
}
.fangan_r>p{
    font-size: 18px;
    color: #222;
}
.fangan_r>p>a{
    font-size: 18px;
    color: #3e71cc;
}
.fangan_swiper{
    height: 285px;
    overflow: hidden;
    margin-left: -10px;
    margin-top: 35px;
    width: 600px;
}
.fangan_swiper .swiper-slide{
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.fangan_s{
    width: 100%;
    border: 1px solid #3e71cc;
    height: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.fangan_s>.img{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.fangan_s>.img>img{
    width: 100%;
    position: relative;
    top:-40px
}
.fangan_s>p{
    margin-top: 38px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 45px;
}
.fangan_s>a{
    width: 100px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: #222;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #222;
}
.fangan_s>a:hover{
    background: transparent;
    color: #222;
}
.fangan_pagination{
    width: 100%;
    text-align: center;
}
.fangan_pagination>span{
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #999999;
    margin:  0 5px;
}
.fangan_pagination .swiper-active-switch{
    background: #3e71cc;
}
/*重构比特币*/
.chonggou{
    padding-top: 1px;
    padding-bottom: 85px;
    background: url("../img/chonggou_bg.jpg") no-repeat left center;
}
.chonggou_c{
    overflow: hidden;
}
.chonggou_l{
    width: 264px;
    height: 350px;
    display: block;
    position: relative;
    margin-top: 44px;
}
.chonggou_l>img{
    position: absolute;
    top: 0;
    left: 0;
}
.chonggou_l>.title{
    position: relative;
    z-index: 2;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border-bottom: 1px solid #578cea;
    width: 85%;
    margin: 30px auto 40px;
    padding-bottom: 17px;
}
.chonggou_l>.content{
    position: relative;
    z-index: 2;

}
.chonggou_l>.content>p{
    padding-left: 60px;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.chonggou_l>.content>.true{
    color: #ffe400;
}
.chonggou_l>.content>p>span{
    width: 20px;
    height: 20px;
    background: url("../img/chonggou_shouzhi.png") no-repeat center;
    display: block;
    float: left;
    margin-right: 10px;
}
.chonggou_l>.content>.true>span{
    background: url("../img/chonggou_shouzhi_true.png") no-repeat center;
}
.chonggou_r{
    width: 726px;
    height: 436px;
    display:block;
    margin-left: 8px;
    background: url("../img/chonggou_r_bg_l.png") no-repeat left center;
    border: 1px solid #3e71cc;
    border-left-color: transparent;
    position: relative;
}
.chonggou_r>img{
    width: 100%;
    padding: 8px;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    left: 0;
    top:0;
}
.jiantou_lt{
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    margin-top: 76px;
    margin-left: 135px;
    background: url("../img/jiantou.png") no-repeat 1px 1px;
}
.jiantou_rt{
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 2;
    float: right;
    margin-top: 76px;
    margin-right: 160px;
    background: url("../img/jiantou.png") no-repeat -40px -6px;
}
.jiantou_rb{
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 190px;
    right: 150px;
    background: url("../img/jiantou.png") no-repeat -40px -39px;
}
.jiantou_lb{

}
.jiantou_lb>.shang{
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 190px;
    left: 130px;
    background: url("../img/jiantou.png") no-repeat -0px -38px;
}
.jiantou_lb>.xia{
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 189px;
    left: 174px;
    background: url("../img/jiantou.png") no-repeat -40px -6px;
}
.chonggou_r>.text{
    width: 594px;
    margin: 345px auto 0;
    text-align: left;
    color: #3e71cc;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

/*热潮*/
.rechao{
    padding-bottom: 80px;
}
.rechao_c{
    padding-bottom: 110px;
    padding-top: 75px;
    height: 394px;
}
.rechao_c>div{
    width: 20%;
    float: left;
    height: 365px;
    position: relative;
    transition: all 0.5s;
}
.rechao_c>div>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.rechao_c>div>.img{
    width: 85px;
    height:72px;
    margin: 135px auto 20px;
    background: url("../img/rechao_icon.png") no-repeat;
    transition: margin 0.5s;
}
.rechao_c>div>.title{
    color:#fff;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    transition: all 0.5s;
}
.rechao_c>div>.text{
    width: 73%;
    margin: 20px auto 0;
    font-size: 15px;
    color: #ffe400;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    text-align: center;
}
.rechao_c>.rechao_c_s_1>.img{
    background-position-x: 0;
}
.rechao_c>.rechao_c_s_2>.img{
    background-position-x: -87px;
}
.rechao_c>.rechao_c_s_3>.img{
    background-position-x: -188px;
}
.rechao_c>.rechao_c_s_4>.img{
    background-position-x: -288px;
}
.rechao_c>.rechao_c_s_5>.img{
    background-position-x: -389px;
}
.rechao_c>div>.img:hover{
    background-position-y: -80px;
}
.rechao_c>div.true{
    transform: scale(1.2,1.2);
    z-index: 2;
}
.rechao_c>div.true>.img{
    margin: 65px auto 15px;
    background-position-y: -80px;
}
.rechao_c>div.true>.title{
    color: #ffe400;
}
.rechao_c>div.true>.text{
    max-height: 500px;
}


