﻿.wrap{
    width: 1180px;
    margin: 0 auto;
}
.h5-mobile .wrap{
    width: auto;
    margin: 0;
    padding: 0;
}

.tit{
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.tit div{
    background-color: #2674bc;
    border-radius: 20px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.tit div img{
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: middle;
}
.txt{
    padding:0 35px;
    font-size: 26px;
    text-indent: 2em;
    color: #fff;
    letter-spacing: 1px;
    line-height: 46px;
    background-image: linear-gradient(#2674bc,#01a2ea, #2674bc);
}
.txt p{
    padding: 10px 0;
    font-family: "仿宋";
}
.bot{
    width: 350px;
    margin: 20px auto;

}
.bot a{
    display: inline-block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #007BBE;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;

}
.h5-mobile .bot{
    width: auto;
    text-align: center;
}
.h5-mobile .bot a{
    width: 80%;
}