.index_banner{
    width: 100%;
    background: url("../image/beijingtu.png");
    min-height: 515px;
    /*position: relative;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
}
/*.index_beijingtu{*/
    /*width: 100%;*/
/*}*/
.index_banner_body{
    max-width:1100px;
    min-height: 515px;
    margin: 0 auto;
}
.index_banner_title{
    width: 100%;
    min-height: 70px;
    padding: 0;
    margin: 0;
    /*display: table;*/
}
.index_banner_title div{
    min-height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}
.index_banner_title div img{
    align-items: center;
}
.index_banner_title>.tel-image{
    /*text-align: right;*/
    justify-content: flex-end;
}

.tel-title{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
}
.index_banner_con{
    width: 100%;
    min-height: 420px;
    padding: 0;
    margin: 0;
}
.index_banner_con>div{
    min-height: 420px;
}
.banner_con_text{
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-500px,0,0);
    transform: translate3d(-700px,0,0);
}
.banner_con_text>h3{
    font-family: PingFangSC-Regular;
    font-size: 40px;
    color: #FFFFFF;
}
.banner_con_text>p{
    margin-top: 40px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.apply{
    padding: 10px 30px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #6079E2;
    display: inline-block;
}
.apply:hover{
    text-decoration: none;
}
.bannerConImage{
    transform: translate3d(0,0,0);
}
.banner_con_image{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    -webkit-transform: translate3d(500px,0,0);
    transform: translate3d(700px,0,0);
}
.banner_con_image img{
    width: 90%;
    align-items: center;
}
.index_con_list{
    width: 100%;
    min-height: 500px;
}
.index_con_body{
    max-width: 1100px;
    min-height: 500px;
    margin: 0 auto;
}
.index_con_title{
    min-height: 100px;
    line-height: 100px;
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.con_list{
    min-height: 380px;
    margin: 0;
    padding: 0;
}
.con_list div{
    /*background: seashell;*/
}
.con_list_body{
    min-height: 330px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.11);
    border-radius: 5px;
}
.con_list_body:hover{
    box-shadow: 0 0 10px #ccc;
}
.con_list_body>h3{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    min-height: 80px;
    line-height: 80px;
    font-weight: 600;
}
.con_list_body>span{
    background: #46DCE0;
    border-radius: 3px;
    /*padding: 0 30px;*/

    display: block;
    width: 50px;
    margin: 0 auto;
    height: 6px;

}
.con_list_body>p{
    width: 220px;
    margin: 22px auto;
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}
.con_list_body>img{
    margin-top: 24px;
}
.con_list>.con_list_col:nth-child(1)>.con_list_body>span{
    background: #46DCE0;
}
.con_list>.con_list_col:nth-child(2)>.con_list_body>span{
    background: #FF8142;
}
.con_list>.con_list_col:nth-child(3)>.con_list_body>span{
    background: #2EE0BB;
}
.con_list>.con_list_col:nth-child(4)>.con_list_body>span{
    background: #F45270;
}

.index_apply_body{
    min-height: 135px;
    /*background: skyblue;*/
    background-image: linear-gradient(-84deg, #5C6DE0 46%, #70AFEA 71%, #59D0E5 96%);
    text-align: center;
}
.index_apply_body>p{
    min-height: 70px;
    line-height: 70px;
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}
.index_apply_body>p>span{
    ont-family: PingFangSC-Light;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}
.index_apply_body>a{
    display: block;
    /*padding: 10px 30px;*/
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #627FE3;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;

}
.index_apply_body>a:hover{
    text-decoration: none;
}
.con_list_body2{
    min-height: 275px;
}
.con_list_body2:hover{
    box-shadow: 0 0 10px #ccc;
}
.con_list_body2>img{
    margin-top: 0;
}
.con_list_body2>h3{
    min-height: 60px;
    line-height: 60px;
}
.con_list_body2>p{
    margin-top: 0;
}
.index_activity_body{
    min-height: 350px;
}
.index_activity_body>.index_con_body{
    min-height: 350px;
}
.index_activity_body>.index_con_body>.con_list{
    min-height: 330px;
}

.index_contact_body{
    min-height: 550px;
    background: url("../image/lianxifangshi.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.index_contact_body>.index_con_body>.index_con_title{
    color: #ffffff;
}

.contact_list{
    width: 390px;
    min-height: 400px;
    margin: 0 auto;
}
.contact_list>p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
}
.contact_list>p>span{
    color: #E04242;
}
.contact_list>input{
    opacity: 0.8;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 390px;
    height: 45px;
    background: none;
    color: #FFF;
    font-size: 16px;
    padding-left: 10px;
}
.contact_list>a{
    display: block;
    background-image: linear-gradient(-90deg, #6D43D2 7%, #43DFDF 91%);
    border-radius: 5px;
    width: 390px;
    height: 45px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
}
.they_list{
    max-width: 1100px;
    min-height: 300px;
    margin: 0 auto;
}
.they_list>img{
    width: 100%;
}
.index_bottom_body{
    background: #1B2036;
    min-height: 255px;
    width: 100%;
}
.index_bottom_list{
    max-width: 1100px;
    min-height: 255px;
    margin: 0 auto;
}
.bottom_top_body{
    max-width: 500px;
    min-height: 173px;
    margin: 0 auto;
    text-align: center;
}
.bottom_top_body>div>h3{
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}
.bottom_top_body>div:nth-child(1){
    /*opacity: 0.2;*/
    border-right: 1px solid #3D3D3D;
}
.bottom_top_body>div>p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #535353;
}
.bottom_top_body>div:nth-child(2)>p{
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}
.bottom_bot{
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #3D3D3D;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #535353;
}
.logo-image img{
    width: 110px;
}
.logo2{
    width: 172px;
    margin-bottom: 13px;
}