* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body, html {
    background: #ffffff;
}

/*.banner{
    margin: 0 auto;
    width: 1920px;
    height: 400px;
    position: relative;
}
.banner img{
    width: 1920px;
    height: 400px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
}*/
.banner {
    width: 100%;
    height: 400px;
    /*overflow: hidden;*/
    position: relative;
}

.banner img {
    width: 1920px;
    height: 400px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 68%);
    width: 148px;
    height: 48px;
    border-radius: 25px;
    background: #0083fe;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.con {
    margin-top: 60px;
}

.bg {
    width: 100%;
    background: #f2f6fd;
}

.title {
    text-align: center;
    color: #333333;
}

.title h2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin: 20px 0 35px 0;
}

.text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    height: 255px;
}

.list {
    /*background: red;*/
    width: 250px;
    height: 230px;
    text-align: center;
    color: #333333;
}

.list:hover {
    border-radius: 10px;
    border: 3px solid #0083fe;
}

.list img {
    margin: 10px auto auto auto;
    display: block;
}

.tit {
    font-size: 16px;
    font-weight: bold;
    margin: 32px 0 15px 0;
}

.subT {
    font-size: 14px;
    line-height: 24px;
}

.con2 {
    position: relative;
    height: 443px;
    display: flex;
    justify-content: center;

}

.con2Txt {
    width: 900px;
    height: 443px;
    background: rebeccapurple;
}

.con2Img {
    width: 300px;
    height: 443px;
    position: relative;
}

.block {
    position: absolute;
    left: 13px;
    top: 53px;
}

.el-carousel__item {
    width: 194px;
    height: 140px;
}

.con2 a {
    display: block;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    background: #355594;
    border-radius: 20px;
}

.erweima {
    width: 230px;
    position: relative;
}

.base {
    display: block;
    height: 140px;
    width: 229px;
    cursor: pointer;
}

.baseBg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 140px;
}

.con3Txt {
    font-size: 18px;
    color: #333333;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.youshi {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.youshi .pic {
    width: 590px;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
}

.youshi .pic:hover {
    transform: translateY(5px);
    box-shadow: 0 0 10px #ff6600;
}

.con5 {
    margin: 40px auto auto auto;
    width: 1200px;
    padding-bottom: 50px;
}

.con5 .Img {
    width: 100%;
    height: auto;
}

.con5 .Img:last-of-type {
    margin-top: 20px;
}

/*.long{
   display: flex;
    justify-content: center;
    align-items: center;
}*/
.long {
    width: 100%;
    height: 120px;
    background: url("../assets/img/smallProgramImg/longImg.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
}

.longTxt {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.longTxt span {
    font-size: 30px;
}

.longBtn {
    display: block;
    width: 130px;
    height: 40px;
    border-radius: 25px;
    background: #0083fe;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;

}
