.banner{
    width: 100%;
    height: 4.8rem;
    margin-top: 1.06rem;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.content .con-head{
    width: 100%;
    height: 0.5rem;
    border-left: 0.04rem solid #113496;
    box-sizing: border-box;
    padding-left: 0.26rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.5rem;
    margin-top: 0.6rem;
}
.con-head span{
    font-size: 0.35rem;
    color: #666666;
    font-weight: 400;
}
.content .con-top{
    width: 7rem;
    height: 6.4rem;
    margin: 0.4rem auto 0;
    box-shadow: 0px 0px 10px #eeeeee;
    border-radius: 0.05rem;
}
.con-top .con-on{
    width: 100%;
    height: 1.68rem;
    border-bottom: 0.02rem solid #113496;
    box-sizing: border-box;
    padding: 0 0.3rem;
    overflow: hidden;
}
.con-on .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #999999;
    line-height: 0.4rem;
    margin-top: 0.27rem;
}
.con-on .con-tel{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.6rem;
    margin-top: 0.07rem;
}
.con-top .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.con-li .con-le{
    width: 0.56rem;
    height: 0.5rem;
}
.con-li .con-ri{
    width: 5.1rem;
    height: auto;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
}
.con-li:nth-of-type(1) img{
    width: 0.49rem;
    height: 0.45rem;
    margin: 0.02rem auto 0;
}
.con-li:nth-of-type(2) img{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0;
}
.con-li:nth-of-type(3) img{
    width: 0.51rem;
    height: 0.37rem;
    margin: 0.06rem auto 0;
}
.con-li:nth-of-type(4) img{
    width: 0.56rem;
    height: 0.43rem;
    margin: 0.03rem auto 0;
}

.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-head{
    border-left: 0;
}
.con-box .con-con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-item{
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #f8f8f8;
    margin-top: 0.4rem;
}
.con-item:last-child{
    height: 1.6rem;
    padding: 0.2rem;
}
.con-item input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: #f8f8f8;
    font-size: 0.2rem;
}
.con-item textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    resize:none;
    font-size: 0.2rem;
}
.con-box .con-btn{
    width: 100%;
    height: 0.8rem;
    background: #113496;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}
