
.header-inner{
    position: relative;
    height: 652px;
    width: 100%;
    background: url('../images/pc1.png') no-repeat;
    background-position: 100% 100%;
}

@media screen and (max-width: 1760px) {
    .header-inner{
        background-position: 58% 100%;
	}
}

@media screen and (max-width: 1460px) {
    .header-inner{
        background-position: 50% 100%;
	}
}

@media screen and (max-width: 1390px) {
    .header-inner{
        background-position: 61% 100%;
	}
}

.index-header{
    height: 998px;
    width: 100%;
    background: url('../images/pc2.png') no-repeat;
    background-size: 100% 100%;
}

.content-box{
    width: 1200px;
    margin: auto;
    padding-top: 193px;
    box-sizing: border-box;
}

.content-box .name{
    color: #111E3C;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 72px;
    letter-spacing: 1px;
}

.content-box .intro{
    color: #111E3C;
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    letter-spacing: 1px;
}

.content-box .intro a{
    color: #F64466;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.content-box .jointxt{
    color: #00CCB0;
    font-size: 32px;
    margin-bottom: 16px;
}

.content-box .creatbtn{
    display: flex;
}

.content-box .creatbtn .creat{
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color:#FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #437FEC;
    letter-spacing: 1px;
}

.content-box .creatbtn .settleIn{
    display: inline-block;
    width: 246px;
    height: 56px;
    line-height: 56px;
    border-radius: 30px;
    color:#F0476F;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 24px;
    border:2px solid #F0476F;
}

.marl10{
    margin-left: 10px;
}

.moduleone{
    position: relative;
    margin-top: -245px;
}

.moduleone .name{
    color: #111E3C;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.moduleone .name a{
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 12px solid #FFC60A;
    border-radius: 50%;
    z-index: -1;
    margin-top: 2px;
    margin-left: 12px;
}

.moduleone .introimg{
    width: 1200px;
    height: 566px;
    margin: auto;
    background: url('../images/pc3.png') no-repeat;
}


.fadeInClass{
    -webkit-animation: fadeIn 0.7s linear forwards;
    animation: fadeIn 0.7s linear forwards;
}

@keyframes fadeIn {
	0%{ opacity: 0; }
    100% { opacity: 1; }
}

.moduleone .close{
    position: absolute;
    right: 53%;
    top: -28px;
}

.platform{
    display: flex;
    justify-content: space-around;
    width: 1090px;
    margin:30px auto;
    padding-bottom: 86px;
}

.platform p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
}

.platform p span{
    color: #111E3C;
    font-size: 18px;
    margin-top: 18px;
}

.platform p:hover{
    cursor: pointer;
    transform: translate(0, -4px);
}

.platform p:hover span{
    color:#437FEC
}

.moduletwo{
    position: relative;
    width: 100%;
    height: 658px;
    background: #F4F7FE;
}

.moduletwo .close{
    position: absolute;
    right: 44.3%;
    top: 50px;
}

.moduletwo .title{
    position: relative;
    color: #111E3C;
    font-size: 32px;
    text-align: center;
    padding-top: 80px;
    letter-spacing: 1px;
    box-sizing: border-box;
    line-height: normal;
    z-index: 2;
}

.moduletwo .title a{
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 12px solid #FFC60A;
    border-radius: 50%;
    z-index: -1;
    margin-top: 2px;
    margin-left: -4px;
}

.moduletwo .content{
    display: flex;
    width: 1200px;
    margin: auto;
}

.moduletwo .content .item .name{
    display: flex;
    align-items: center;
}

.moduletwo .content .item .name img{
    width: 60px;
    height: 45px;
}

.moduletwo .content .item .name span{
    color: #111E3C;
    font-size: 20px;
    font-weight: 500;
    margin-left: 16px;
}

.moduletwo .content .item .intro{
    font-size: 18px;
    color: #747F99;
    line-height: 32px;
    margin-top: 6px;
}

.moduletwo .content .item .picture img{
    width: 260px;
    height: 174px;
    margin-top: 40px;
}

.moduletwo .content .divider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 151px 42px 0 42px;
}

.works_banner{
    height: 520px;
    width: 100%;
    background: url('../images//pc20.png') no-repeat;
    background-position: 100% 100%;
}

@media screen and (max-width: 1760px) {
    .works_banner{
        background-position: 40% 100%;
	}
}

@media screen and (max-width: 1460px) {
    .works_banner{
        background-position: 50% 100%;
	}
}

@media screen and (max-width: 1390px) {
    .works_banner{
        background-position: 40% 100%;
	}
}

.works_banner p{
    padding-top: 230px;
    box-sizing: border-box;
    font-size: 48px;
    color: #437FEC;
    text-align: center;
    letter-spacing: 2px;
}

.worksModuleOne{
    margin-top: 114px;
}

.title-blue{
    font-size: 32px;
    font-weight: 500;
    color: #437FEC;
    text-align: center;
}

.worksModuleOne .name{
    font-size: 18px;
    color: #747F99;
    margin-top: 9px;
    text-align: center;
}

.worksModuleOne .type-box{
    width: 1200px;
    margin:auto;
    margin-top: 90px;
}

.worksModuleOne .type-box .item{
    float: left;
    width: 251px;
    height: 251px;
    margin-right: 60px;
    margin-bottom: 48px;
    padding: 38px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.worksModuleOne .type-box .item:hover{
    box-shadow: 0px 12px 24px 1px rgba(17,30,60,0.08);
}

.worksModuleOne .type-box .item:nth-child(4n+4){
    margin-right: 0;
}

.clearfix:after {
    content:""; 
    display: block; 
    clear:both; 
 }

.worksModuleOne .type-box .item .txt{
    font-size: 20px;
    font-weight: 500;
    color: #111E3C;
    margin: 28px 0 14px 0;
}

.worksModuleOne .type-box .item .discrption{
    font-size: 14px;
    color: #747F99;
    line-height: 24px;
}

.worksModuleOne .intro{
    color: #454F66;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 22px;
    text-align: center;
}

.worksModuleTwo{
    margin-top: 144px;
}

.worksModuleTwo .flow-box{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1200px;
    margin-top: 48px;
}

.worksModuleTwo .flow-box .item{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.worksModuleTwo .flow-box .item img{
    height: 100px;
    width: 100px;
}

.worksModuleTwo .flow-box .item span{
    color: #454F66;
    font-size: 18px;
    line-height: 18px;
    margin-top: 24px;
}

.registerbtn{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #06D7A0;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 120px;
}

.registerbtn a{
    color: #FFFFFF;
}

.chain_banner{
    height: 520px;
    width: 100%;
    background: url('../images/pc35.png') no-repeat;
    background-position: center;
    background-color: #E6E8FA;
}

/* @media screen and (max-width: 1760px) {
    .chain_banner{
        background-position: 20% 100%;
	}
}

@media screen and (max-width: 1460px) {
    .chain_banner{
        background-position: 54% 100%;
	}
}

@media screen and (max-width: 1390px) {
    .chain_banner{
        background-position: 60% 100%;
	}
} */

.chain_head_inner{
    width: 1100px;
    margin: auto;
    padding-top: 220px;
}

.chain_head_inner .name{
    font-size: 32px;
    font-weight: 500;
    color: #437FEC;
}

.chain_head_inner .title{
    font-size: 48px;
    color: #437FEC;
    margin-top: 5px;
}

.chain-tips{
    position: relative;
    width: 1200px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 1px rgba(17,30,60,0.08);
    border-radius: 8px;
    margin: auto;
    margin-top: -48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chain-tips img{
    width: 158px;
    height: 131px;
    position: absolute;
    top: -83px;
    right: 250px;
}

.chain-tips .txt{
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    color: #111E3C;
}

.chain-tips .intro{
    font-size: 18px;
    color: #747F99;
    line-height: 18px;
    margin-top: 16px;
}

.chain-module-one{
    margin-top: 110px;
}

.chain-module-one .intro{
    font-size: 18px;
    color: #747F99;
    margin-top: 12px;
    text-align: center;
}

.chainbox{
    width: 1200px;
    margin: auto;
    margin-top: 60px;
}

.chainbox .item{
    display: flex;
    width: 340px;
    height: 168px;
    margin-right: 90px;
    float: left;
    margin-bottom: 32px;
    padding: 0 32px 47px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.chainbox .item:hover{
    box-shadow: 0px 12px 24px 1px rgba(17,30,60,0.08);
    border-radius: 8px 8px 8px 8px;
}

.chainbox .item:nth-child(3n+3){
    margin-right: 0;
}

.chainbox .item .discrption span{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #111E3C;
    margin-top: 20px;
}

.chainbox .item .discrption a{
    display: block;
    font-size: 14px;
    color: #747F99;
    line-height: 24px;
    margin-top: 4px;
}

.chain-module-one .require{
    width: 1200px;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #747F99;
    margin-top: 10px;
}

.chain-module-two{
    width: 100%;
    height: 404px;
    background: #437FEC;
    margin-top: 114px;
}

.chain-module-two .title{
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding-top: 85px;
}

.chain-module-two .content{
    width: 1200px;
    margin: auto;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
}

.chain-module-two .content .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
}

.chain-module-two .content .item img{
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

.chain-module-two .content .divider,
.worksModuleTwo .divider{
    position: relative;
    top:44px;
}
