body{
    margin: 0px;
    padding: 0px;
    background: #f3f3f3;
}
.top{
    background: #ffffff;
}
.head{
    width: 1055px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.logo{
    width: 300px;
    height: 70px;
}
.logo img{
    display: block;
    margin: 7px auto;
    width: 243px;
    height: 54px;
}
.nav{
    width: 650px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nav a{
    display: inline-block;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    margin-left: 80px;
    font-size: 15px;
    color: #333333;
}
.nav .select{
    font-size: 16px;
    color: #fff;
    background: #1c77f8;
    width: 98px;
    text-align: center;
}
.nav .btn{
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 18px 0px auto 85px;
    color: #1c77f8;
    font-weight: bold;
}
.banner{
    width: 100%;
    height: 435px;
    background-image: url("/image/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.industry{
    width: 100%;
}
.industry .title,.submit-body .title{
    height: 50px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 65px;
    color: #1c77f8;
    text-align: center;
}
.industry .line,.idea .line,.submit-body .line{
    width: 43px;
    height: 3px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.eng{
    height: 20px;
    font-size: 14px;
    margin: -6px auto 10px auto;
    color: #1c77f8;
    opacity: 0.5;
    text-align: center;
}
.short-line{
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background: #1c77f8;
}
.industry .content{
    width: 1055px;
    height: 320px;
    margin: 60px auto 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.industry .list{
    width: 200px;
    height: 190px ;
    background: #fff;
    margin: 0 35px;
    border-radius: 3px;
    position: relative;
    border: 1px dashed #1c77f8;
}
.industry .list img{
    display: block;
    width: 95px;
    height: 94px;
    position: absolute;
    top: -46px;
    left: 44px;
}

.industry .list .rs{
    height: 50px;
    width: 85px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.industry .list .rsc{
    height: 60px;
    width: 150px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 20px;
    opacity: 0.5;
}
.advantage-box{
    width: 1055px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}
.advantage-box img{
    display: block;
    margin: 0 15px;
}
.change{
    margin-bottom: 20px;
}
.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;
}
.submit-body{
    width: 1200px;
    background: #fff;
    margin: 0 auto 10px auto;
}
.form{
    width: 640px;
    height: 80px;
    margin: 0 auto;
    color: #1f2329;
}
.form .form-title{
    display: inline-block;
    margin-bottom: 10px;
}
.form input{
    height: 40px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #e0e5ed;
    border-radius: 5px;
}
.form .btn{
    width: 125px;
    height: 35px;
    line-height: 35px;
    background: #1c77f8;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto 0px auto;
    color: #fff;
}
.foot{
    width: 100%;
    height: 183px;
    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: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    font-size: 13px !important;
}
.link-c .about{
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px !important;
}
.link .code{
    width: 333px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.code img{
    display: block;
    width: 226px;
    height: 148px;
}

.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: 12px;
    margin: 0px 30px;
}
.bottom-c a{
    text-decoration: none;
    color: #6d6d73;
}
