/* 转换改变 */
.carousel-indicators {
    bottom: 30px;
}


/*头部导航*/
#title_line_one{
    display: block;
    bottom:  0;
    width: 100%;
    height: 5px;
    background-color: white;

}

/* 更改banner */
.banner {
    width: 100%;
}

.cart {
    min-width: 1500px;
    height: 170px;
    position: relative;
    top: -50px;
}

.cart ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart ul li {
    border-radius: 10px;
    border: 1px solid white;
    padding: 1em;
    width: 220px;
    height: 120px;
    margin-left: 2%;
    margin-right: 2%;
    background: linear-gradient(rgb(203, 221, 254), 30%, rgb(255,255,255));
    box-shadow: 1px 1px 1px rgb(230, 239, 252);
}

.cart ul li h3 {
    width: 100px;
    font-size: 17px;
    font-weight: bold;
    float: left;
}

.cart ul li p {
    font-size: 13px;
}

.cart ul li img {
    width: 30px;
    position: relative;
    left: 50px;
    top: -5px;
}
/* change部分 */

.change_all{
    min-width: 1500px;
    background-color: white;
}

.content_title {
    padding-bottom: 3%;
    padding-top: 2%;
    width: 100%;
    text-align: center;
    color: rgb(78, 86, 113);
}

.content_title h3 {
    font-weight: bold;
}

/* 特殊格式第二行 */
.tow_rows {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_one {
    width: 8px;
    height: 8px;
    background-color: rgb(179, 180, 184);
    border-radius: 100px;
    margin-left: 10px;
    float: left;
}

.c_two {
    width: 10px;
    height: 10px;
    background-color: rgb(179, 180, 184);
    border-radius: 100px;
    margin-left: 10px;
    float: left;
}

.c_three {
    width: 12px;
    height: 12px;
    background-color: rgb(179, 180, 184);
    border-radius: 100px;
    margin-left: 10px;
    float: left;
}

.c_four {
    width: 12px;
    height: 12px;
    background-color: rgb(179, 180, 184);
    border-radius: 100px;
    margin-left: 10px;
    float: left;
}

.c_five {
    width: 10px;
    height: 10px;
    background-color: rgb(179, 180, 184);
    border-radius: 100px;
    margin-left: 10px;
    float: left;
}

.c_six {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: rgb(179, 180, 184);
    float: left;
    margin-left: 10px;
}

.content_title p {
    width: 350px;
    float: left;
    margin-top: 14px;
    color: rgb(179, 180, 184);
}

/* 切换css */
.change {
    width: 1500px;
    height: 630px;
    margin: auto;
}

.swiper_js {
    width: 100%;
    height: 60px;
}

.swiper_js nav {
    justify-content: center;
    display: flex;
    align-items: center;
}

.swiper_js nav button {
    width: 50%;
    text-align: center;
    font-size: 32px;
    color: rgb(69, 85, 106);
    border: 1px solid white;
    background-color: white;
    /* 设置按钮无边框 */
    outline: none;
}

.swiper_js nav button:hover {
    color: rgb(69, 85, 106);
}

.swiper_content {
    max-width: 1700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_content img {
    float: left;
    width: 650px;
    height: 460px;
}

.swiper_text {
    margin-top: 50px;
}

.swiper_text p {
    margin: auto;
    padding-top: 3%;
    padding-left: 5%;
    height: 116px;
    font-size: 20px;
    text-align: left;
    color: rgb(69, 85, 106);
}

.swiper_text button {
    position: relative;
    top: 100px;
    left: 30px;
    font-size: 20px;
    background-color: rgb(60, 123, 256);
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    width: 156px;
    height: 54px;
}

.swiper_content button:first-child {
    color: rgb(63, 125, 242);
    border-bottom-style: solid;
    border-color: rgb(63, 125, 242);
}

/* 切换中设置隐藏 */
#show1{
    min-width: 957px;
    display: block;
    width: 1326px;
}
#show2 {
    display: none;
    width: 80%;
    min-width: 957px;
}

.showone{
    display: flex;
    justify-content: center;
    align-content: center;
}

.show_line {
    width: 40%;
    position: relative;
    left: 6%;
    color: rgb(63, 125, 242);
    border-bottom-style: solid;
    border-color: rgb(63, 125, 242);
    margin-bottom: 30px;
}

.show_line_1 {
    width: 40%;
    color: rgb(63, 125, 242);
    border-bottom-style: solid;
    border-color: rgb(63, 125, 242);
    float: right;
}

.banner_2 {
    height: 700px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.banner_2_left {
    float: left;
    width: 25%;
    height: 100%;
}

.banner_2_left ul li {
    width: 100%;
    height: 105px;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.left_icon {
    width: 30%;
    height: 100%;
    float: left;
    justify-content: center;
    display: flex;
    align-items: center;
}

.left_icon img {
    float: left;
    height: 50px;
    width: 50px;
}

.right_icon {
    width: 70%;
    height: 110px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.right_icon button img {
    float: left;
    margin-left: 10%;
    height: 50px;
    width: 50px;
}

.right_icon button {
    width: 100%;
    height: 100px;
    border: 1px;
    outline: none;
    background-color: #fff;
}

#button1{
    background: linear-gradient(rgb(230, 239, 252), 90%, white);
}

.right_icon button:focus {
    background: linear-gradient(rgb(230, 239, 252), 90%, white);
}



.right_icon button p {
    width: 80%;
    margin: auto;
    position: relative;
    top: 11px;
}

.icon_line {
    width: 5px;
    height: 90%;
    background-color: rgb(63, 125, 242);
    display: none;
}

.banner_2_left ul li:first-child .icon_line {
    display: block;

}

#line2 {
    display: none;
}

#line3 {
    display: none;
}

#line4 {
    display: none;
}

#line5 {
    display: none;
}

#line6 {
    display: none;
}

/* 排他思想右边屏幕 */
.banner_2_right {
    float: left;
    width: 63%;
    height: 640px;
    border: 50px solid white;
    background-color: rgb(235,242,255);
}

#main1 {
    display: block;
}

#main2 {
    display: none;
}

#main3 {
    display: none;
}

#main4 {
    display: none;
}

#main5 {
    display: none;
}

#main6 {
    display: none;
}

#wx{
    display: block;
}
.pxsw{
    min-width: 1500px;

    background-color: white;
}
.pic_all {
    min-width: 1500px;
    margin-bottom: 6%;
}

.pic_banner_flex {
    width: 90%;
    margin: auto;
    height: 130px;
}

.flex_pic {
    margin-top: 1%;
    width: 100%;
    height: 100%;
}

.flex_pic ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_pic ul li {
    width: 13%;
    height: 13%;
    margin-left: 1%;
    margin-right: 1%;

}
.flex_pic ul li img{
    width: 85%;
    height: 100%;
}

/* 教育板块 */
.tech_all {
    width: 100%;
    padding-bottom: 10%;
    background-color: white;
}

.tech_pic {
    margin-top: 1%;
    height: 200px;
}

.tech_pic ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.tech_pic ul li {
    width: 300px;
    padding-left: 2%;
    padding-right: 2%;

}

.tech_pic button {
    width: 170px;
    height: 50px;
    position: relative;
    margin-left: 28%;
    border-radius: 10px;
    background-color: white;
    border: 1px solid rgb(60, 123, 256);
    outline: none;
}

.tech_li_all {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgb(230, 239, 252);
    box-shadow: 1px 2px 1px rgb(230, 239, 252);

}

.tech_li_pic {
    display: flex;
    justify-content: center;
    align-content: center;
}

.tech_li_pic img {
    width: 100%;
}

.tech_text h3 {
    margin-top: 15px;
    font-size: 20px;
}

.tech_text p {
    font-size: 12px;
}
.tech_bo{
    margin-top: 5%;
}

/* 培训优势板块 */
.ys_all {
    width: 100%;
    margin-bottom: 3%;
}

.ys_cart {
    width: 90%;
    height: 300px;
    margin: auto;
}

.cart_bo {
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.cart_bo_all{
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 2px 1px rgb(230, 239, 252);
    border: 1px solid rgb(230, 239, 252);
}


.ys_cart ul {
    display: flex;
    justify-content: center;
    align-items: center;

}

.ys_all ul li:nth-child(3)  .cart_bo{
    width: 90% !important;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
}

.cart_pic {
    width: 90%;
    margin:auto;
    height: 180px;
}

.cart_pic img {
    width: 100%;
    height: 100%;
}

.cart_text {
    width: 90%;
    margin: auto;
    height: 100px;
    padding-top: 10px;
}

.cart_text h3 {
    font-size: 20px;
}

/* 行业资讯 */
.work {
    width: 100%;
    padding-top: 10px;
    height: 800px;
    color: rgb(69, 85, 106);
    background-color: white;
}
.work_cart{
    width: 80%;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 600px;
}
.work_cart_one{
    width: 20%;
    height: 500px;
}
.cart_one_content{
    width: 100%;
    height: 500px;
    margin: auto;
    background-color: skyblue;
    border-radius: 15px;
}
.work_cart_two{
    width: 40%;
    height: 500px;

}
.two_title_outside{
    width: 70%;
    height: 500px;
    margin: auto;
    border: 1px solid rgb(69, 85, 106);
    border-radius: 15px;
    padding: 19px 2px 26px 58px;
    background: linear-gradient(rgb(230, 243, 252), 10%, white);

}
.two_title_outside .cart_two_title{
    width: 100%;
    height: 70px;
}
.cart_two_title h3{
    font-size: 30px;
    font-weight: bold;
    float: left;
    width: 70%;
}
.two_title_p{
    width: 50px;
    height: 80%;
    margin: auto;
    float: left;
}
.two_title_p p{
    font-size: 20px;
}
.cart_two_title img{

}
.cart_two_title ul li{
    list-style: disc;
    width: 100%;
    font-size: 15px;
    line-height: 3;
}

.work_cart_three{
    width: 30%;
    height: 400px;
}
