.info{
    /*background: url(../i/f8.jpg) no-repeat center;*/
    height: 404px;
    box-sizing: border-box;
    position: relative;
}
.info_form{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.info_title{
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    position: relative;
    padding: 50px 0 30px 0;
}
.el-input__inner{
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #fff;
    margin-right: 48px;
    /*width: 280px;*/
    background: rgba(255,255,255,.2);
    height: 50px;
    line-height: 50px;
    text-indent: 12px;
    color: #ffffff;
}
.info_sub{
    width: 321px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    background: #e74848;
    font-size: 20px;
    text-align: center;
    margin:  0 auto;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.jiaozhao{
    padding-top: 60px;
    padding-bottom: 26px;
    background: url(../../static/image/tuijian/f7.jpg) no-repeat 0% 57%;
}
.jiaozhao .name{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.jiaozhao .name:before{
    content: "";
    position: absolute;
    width: 100%;
    position: absolute;
    display: block;
    height: 1px;
    background: #231c3c;
    margin-top: 25px;
}
.jiaozhao .name>a{
    color: #4395f8;
    font-size: 40px;
    font-weight: bold;

}
.nameb{
    color: #999999;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
}

.jiaozhao .name>span{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.m1ul{
    margin-left: 1%;
}
.m1li{
    float: left;
    margin-right: 48px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}
.m1li>div{
    position: relative;
    background: #fff;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}
.m1li:nth-child(7) {
    margin-left: 200px;
}
.m1li:before{
    content: "";
    display: block;
    width: 103%;
    position: absolute;
    margin-top: 10px;
    height: 100%;
    background: #dbe5f0;
    right: 0;
    border-radius: 0 20px 0 20px
}
.m1li p{
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    text-indent: 16px;
    padding-bottom: 4px;
}


.m2ul{
    margin-top: 40px;
}
.m2li{
    float: left;
    margin-right: 48px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
    margin-left: 10px;
}
.m2li:nth-child(1){
    margin-bottom: 0;
}
.m2li>img{
    width: 100%;
    height: auto;
}
.m2li>div{
    position: relative;
    background: #fff;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}
.m2li:before{
    content: "";
    display: block;
    width: 103%;
    position: absolute;
    margin-top: 10px;
    height: 100%;
    background: rgba(0,0,0,.3);
    right: 0;
    border-radius: 0 20px 0 20px
}
.m2li p{
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    text-indent: 16px;
    padding-bottom: 4px;
}
.kaoguan{
    background: url(../../static/image/tuijian/m2.jpg) no-repeat top;
    padding-top: 230px;
    background-size: 100% 100%;
}
.kaoguan .name2{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.kaoguan .name2>span{
    background: #4395f8;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.kaoguan .nameb{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
}
.kaoguan .name2:before{
    content: "";
    position: absolute;
    width: 100%;
    position: absolute;
    display: block;
    height: 1px;
    background: #FFF;
    margin-top: 25px;
}