body{
    padding-top: 0 !important;
    background: url(/assets/img/img/hwbg.png) repeat center center;
    height: auto;
}
.introduceBody{
    width: 100%;
    /*height: calc(100vh - 185px - 35px);*/
}
.introduceBody .container{
    width: 1200px;
    /*height: 100vh;*/
    margin: 105px auto 0;
}
.introduceBody .container .introduce-title{
    /*width: 100%;*/

}
.introduceBody .container .introduce-title .f1{
    font-size: 28px;
    color: #1082dc;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 60px;
}
.introduceBody .container .introduce-title .wline{
    height: 9px;
    width: 39px;
    background: url("../img/img/tit_img2.png") no-repeat top center;
    margin: -5px auto 0;
}

.introduceBody .container .top-introduce{
    width: 80%;
    height: 400px;
    position: relative;
    margin: 60px auto 0;
}
.introduceBody .container .top-introduce .left-introduce{
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
}
.introduceBody .container .top-introduce .left-introduce img{
    width: 100%;
    height: 100%;
}
.introduceBody .container .top-introduce .right-introduce{
    width: 60%;
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    box-shadow: 0px -1px 2px 0px #afb1b3,
    0px 0px 0px 0px #afb1b3,
    0px -1px 4px 0px #afb1b3;
    background-color: #fff;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
}
.introduceBody .container .top-introduce .right-introduce .h3{
    width: 100%;
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
    height: 40px;
    line-height: 40px;
}
.introduceBody .container .top-introduce .right-introduce .right-introduce-content{
    text-indent: 44px;
    letter-spacing: 4px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    font-size: 18px;
    margin-top: 25px;
}
.introduceBody .container .center-introduce{
    width: 100%;
    margin-top: 60px;
}
.introduceBody .container .center-introduce .tips-item{
    width: 100%;
    margin-bottom: 40px;
}
.introduceBody .container .center-introduce .tips-item .tips-top{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #bbb;
}
.introduceBody .container .center-introduce .tips-item .tips-top img{
    width: 41px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.introduceBody .container .center-introduce .tips-item .tips-top p{
    margin-bottom: 0;

}
.introduceBody .container .center-introduce .tips-item .tips-bottom{
    padding: 10px 0;
    box-sizing: border-box;
    text-indent: 32px;
}