/*header {*/
/*    background-image:url(/images/join/banner.png);*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-size:100% 100%*/
/*}*/
/*header .banner {*/
/*    text-align:center;*/
/*    position:relative*/
/*}*/
/*header .banner .des {*/
/*    padding:100px 0;*/
/*    text-align:center*/
/*}*/
/*header .banner .des h1 {*/
/*    line-height:45px;*/
/*    margin-bottom:61px*/
/*}*/
/*header .banner .des p {*/
/*    line-height:34px*/
/*}*/
/*header .banner .des .button-con {*/
/*    margin-top:80px;*/
/*    text-align:center*/
/*}*/
/*header .banner .des .button-con .button {*/
/*    width:160px;*/
/*    height:46px;*/
/*    line-height:46px;*/
/*    font-size:16px;*/
/*    color:#0a94ff*/
/*}*/
header {
    width: 100%;
    height: auto;
    min-height: 498px;
    position: relative;
    background: url(/images/join/banner.png) no-repeat center center / cover;
}
header .container{
    width: 100%;
    height: 100%;
    position: relative;
}
header .nav {
    position: absolute;
    height: 100px;
    margin:0 auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9;
}
header .nav .button {
    color: #0d0f12 !important;
}
header .banner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    overflow: hidden;
}
header .banner .banner-first {
    width: 100%;
    height: auto;
}
header .banner .banner-first .banner-left-copyright {
    width: 100%;
    color: #ffffff;
    margin-top: 130px;
}
header .banner .banner-first .banner-float {
    width: 1204px;
    margin: 0 auto;
}
header .banner .banner-first .index_banner {
    width: 100%;
    height: auto;
}
header .banner .banner-first .banner-left {
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 90px;
    position: absolute;
}
header .button-con{
    display: flex;
    justify-content: space-around;
}
section {
    padding-top:80px;
    padding-bottom:80px
}
section .container {
    width:1204px;
    text-align:center;
    margin:0 auto
}
section .title {
    font-size:34px;
    font-weight:300;
    color:#333
}
section .des {
    font-size:16px;
    font-weight:400;
    color:#666;
    margin-top:17px
}
.hope ul {
    margin-top:50px
}
.hope ul li {
    width:378px;
    height:271px;
    text-align:center;
    background:#fff;
    box-shadow:0 1px 10px 0 rgba(0,0,0,.06);
    display:inline-block;
    margin-left:10px;
    margin-right:17px;
    padding:0 45px
}
.hope ul li:first-child {
    margin-left:0
}
.hope ul li:last-child {
    margin-right:0
}
.hope ul li div {
    width:64px;
    height:66px;
    line-height:66px;
    margin-top:38px;
    vertical-align:middle;
    display:inline-block
}
.hope ul li div img {
    vertical-align:middle
}
.hope ul li h5 {
    font-size:20px;
    font-weight:300;
    color:#333;
    margin-top:29px
}
.hope ul li p {
    font-size:14px;
    color:#666;
    line-height:22px;
    font-weight: 300;
    margin-top:15px
}
.join ul {
    margin-top:50px
}
.join ul li {
    width:313px;
    text-align:center;
    display:inline-block;
    margin-left:60px;
    margin-right:60px;
    vertical-align:top
}
.join ul li:first-child {
    margin-left:0
}
.join ul li:last-child {
    margin-right:0
}
.join ul li img {
    margin-top:30px
}
.join ul li h5 {
    font-size:20px;
    font-weight:300;
    color:#333
}
.join ul li p {
    font-size:14px;
    color:#666;
    line-height:22px;
    font-weight: 300;
    margin-top:15px
}
.together ul {
    margin-top:50px;
    border-bottom:1px dashed #CCC
}
.together ul li {
    width:80px;
    display:inline-block;
    margin-left:84px;
    margin-right:90px;
    position:relative;
    top:8px
}
.together ul li:first-child {
    margin-left:0
}
.together ul li:last-child {
    margin-right:0
}
.together ul li div {
    width:58px;
    height:59px;
    line-height:59px;
    margin-top:38px;
    vertical-align:middle;
    display:inline-block
}
.together ul li div img {
    vertical-align:middle
}
.together ul li h5 {
    font-size:20px;
    font-weight:300;
    color:#333;
    margin-top:29px
}
.together ul li span {
    display:inline-block;
    width:12px;
    height:12px;
    background:#999;
    border-radius:50%;
    margin-top:32px
}
.together .button {
    width:140px;
    height:40px;
    background:#00a4ff;
    border-radius:4px;
    line-height:40px;
    font-size:16px;
    font-weight:400;
    color:#fff;
    margin:56px auto 0
}
