body{
    margin: 0px;
    padding: 0px;
}
.head{
    width: 1055px;
    height: 62px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.logo{
    width: 300px;
    height: 62px;
}
.logo img{
    display: block;
    margin: 9px auto;
}
.nav{
    width: 650px;
    height: 62px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nav a{
    display: inline-block;
    text-decoration: none;
    height: 62px;
    line-height: 68px;
    margin-left: 80px;
    font-size: 15px;
    color: #0C0C0C;
}
.nav .btn{
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #389ff5;
    border-radius: 15px;
    text-align: center;
    margin: 18px 0px auto 85px;
    color: #fff;
}
.banner{
    width: 100%;
    height: 465px;
    background-image: url("/image/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .title{
    height: 50px;
    width: 301px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 140px;
}
.banner .content{
    width: 445px;
    height: 34px;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 20px;
}
.banner .use{
    width: 125px;
    height: 35px;
    line-height: 35px;
    background: #389ff5;
    border-radius: 5px;
    text-align: center;
    margin: 30px auto;
    color: #fff;
}
.industry{
    width: 100%;
    height: 583px;
}
.industry .title{
    height: 50px;
    width: 180px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 65px;
}
.industry .line,.idea .line{
    width: 42px;
    height: 8px;
    border-radius: 5px;
    background: #14d2b4;
    margin: 20px auto;
}
.industry .content{
    width: 1055px;
    height: 320px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.industry .list{
    width: 200px;
    height: 310px ;
    background: #fff;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: 10px 10px 10px #fbfbfb
}
.industry .list img{
    display: block;
    margin: 50px auto 20px auto;
}
.industry .list .line{
    background: #000000;
    height: 2px;
    width: 26px;
    margin: 0 auto;
}
.industry .list .rs{
    height: 50px;
    width: 85px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.industry .list .rsc{
    height: 60px;
    width: 150px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.idea{
    width: 100%;
    height: 718px;
    background: #f2f5fa;
}
.idea .title{
    height: 50px;
    width: 120px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 65px;
}
.idea .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.idea .content .left{
    width: 375px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}
.idea .content .right{
    width: 375px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
.left_top{
    width: 100%;
    height: 200px;
    text-align: right;
}
.left_bottom{
    width: 100%;
    height: 170px;
    text-align: right;
}
.right_top{
    width: 100%;
    height: 200px;
    text-align: left;
}
.right_bottom{
    width: 100%;
    height: 185px;
    text-align: left;
}
.left_top .tt,.left_bottom .tt,.right_bottom .tt,.right_top .tt{
    font-size: 24px;
    font-weight: bold;
}
.left_top .ct,.left_bottom .ct,.right_bottom .ct,.right_top .ct{
    font-size: 18px;
    line-height: 28px;
}
.client{
    height: 518px;
    width: 1055px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.client-left{
    margin-top: 146px;
}
.client-right{
    margin-top: 123px;
}
.client-left .tt{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.client-left .ct{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin-top: 30px;
}
.client-left .line{
    background: #14d2b4;
    height: 5px;
    border-radius: 3px;
    width: 36px;
    margin-top: 30px;
}

.process-body{
    width: 100%;
    background: #f2f5fa;
}
.process{
    height: 518px;
    width: 1055px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.process-right{
    margin-top: 146px;
}
.process-left{
    margin-top: 123px;
}
.process-right .tt{
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    height: 33px;
    display: block;
    text-align: right;
}
.process-right .ct{
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    margin-top: 85px;
    clear: both;
}
.process-right .line{
    background: #14d2b4;
    height: 5px;
    border-radius: 3px;
    width: 36px;
    margin-top: 45px;
    float: right;
}
.qifu{
    height: 202px;
    width: 1055px;
    margin: 0 auto;
}
.qifu .title{
    font-size: 30px;
    font-weight: bold;
    margin: 90px auto 30px auto;
    text-align: center;
}
.qifu .line{
    background: #14d2b4;
    height: 5px;
    border-radius: 3px;
    width: 36px;
    margin: 0 auto;
}
.person{
    width: 1055px;
    margin: 0 auto;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.person img{
    display: block;
    margin-left: 35px;
}
.company-name{
    position: absolute;
    width: 474px;
    height: 56px;
    left: 245px;
    top: 5px;
}
.company-name .company{
    font-size: 30px;
    font-weight: bold;
}
.company-name .name{
    display: inline-block;
    margin-left: 30px;
}
.person .content{
    position: absolute;
    left: 245px;
    top: 65px;
    font-size: 15px;
}
.person .line{
    width: 810px;
    height: 1px;
    background: #e0e5ed;
    position: absolute;
    right: 0px;
    bottom: -10px;
}
.form{
    width: 640px;
    height: 80px;
    margin: 0 auto;
    color: #1f2329;
    margin-bottom: 20px;
}
.form .title{
    display: inline-block;
    margin-bottom: 10px;
}
.form input{
    height: 40px;
    width: 100%;
    border: 1px solid #e0e5ed;
}
.form .btn{
    width: 125px;
    height: 35px;
    line-height: 35px;
    background: #14d2b4;
    border-radius: 15px;
    text-align: center;
    margin: 50px auto 0px auto;
    color: #fff;
}
.foot{
    width: 100%;
    height: 212px;
    background: #323647;
}
.foot .link{
    width: 1055px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.link-c{
    display: block;
    height: 100%;
    width: 193px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.link-c a{
    text-decoration: none;
    color: #999;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
    font-size: 15px !important;
}
.link-c .about{
    margin-top: 30px;
    color: #fff;
    font-size: 18px !important;
}
.link .code{
    width: 333px;
    height: 100%;
    position: relative;
}
.code img{
    display: block;
    position: absolute;
}
.code .custom{
    right: 0px;
    top: 50px;
}
.code .keji{
    top: 50px;
    right: 120px;
}
.code span{
    color: #6d6d73;
    position: absolute;
    font-size: 13px;
}
.code .kj{
    top: 143px;
    right: 138px;
}
.code .kf{
    right: 18px;
    top: 143px;
}
.bottom{
    width: 100%;
    height: 58px;
    background: #2c2f3e;
}
.bottom-c{
    width: 1055px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.bottom-c span{
    display: block;
    height: 58px;
    line-height: 58px;
    color: #6d6d73;
    font-size: 14px;
    margin: 0px 30px;
}
.bottom-c a{
    text-decoration: none;
    color: #6d6d73;
}
