p{
    font-size: 16px !important;
}


.w_1576 {
    width: 1576px;
    margin: 0 auto;
}

.w_1920{
    width: 1920px;
    margin: 0 auto;
}


/* <!-- swiper轮播图 --> */
.swiper-container {
    min-width: 1512px;
}

.swiper-container .swiper-slide img {
    width: 100%;
}


.wid_maxwidth {
    width: 1868px;
    min-width: 1512px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-pagination {
    margin-top: 30px;
}
.swiper-container {
    position: relative;
}

/* 左右键 */
.Zleft {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.5;
    z-index: 1;
    padding: 10px 0;
    color: #fff;
    background: #959595;
    border-radius: 5px;
    transition: 0.2s;
    transform: translate(0%, -50%);
}
.Zright {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    background: #959595;
    border-radius: 5px;
    padding: 10px 0;
    z-index: 1;
    transition: 0.2s;
    transform: translate(0%, -50%);
}
.Zright:hover,.Zleft:hover{
    opacity: 1;
} 
/*nav 的width:1574 */

/* h4 */


.listradius{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.listradius li {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.h4 li p{
    margin-top: 6px;
    font-size: 18px;
}
.h4 li p:first-child{
    margin-top: 0;
    font-size: 18px;
}

.baobei{
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    margin-top: 10px;
}

/* 学制 */
.spanundex {
    background: #0079e8;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    padding: 1px 4px;
    margin-left: 8px;
}

/* 表单 */



/* form è¡¨å•css */
.fromsss {
    width: 100%;
    height: 240px;
    background: url(../imgs/fromBGcolor.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    margin-top: 20px;
}

.fromBGcolor .from_header {
    display: inline-block;
    color: #fff;
    padding: 20px 0;
}

.fromBGcolor .from_header h1 {
    font-size: 34px;
    font-weight: bold;
}

.input_value label {
    display: block;
    float: left;
    line-height: 30px;
}

.input_value label input {
    font-size: 20px;
    color: #F05A1F;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    width: 350px;
    padding: 30px 20px;
    display: block;
}

.input_value label button {
    width: 300px;
    padding: 30px 20px;
    display: block;
}

.input_value label {
    margin: 0 17px;
}

.input_value label:nth-last-child(4n) {
    float: left;
    margin-left: 0;
}

.input_value label:nth-last-child(4n-1) {
    background: red;
}

.input_value label:nth-last-child(4n-2) {
    background: red;
}

.input_value label:nth-last-child(4n-3) {
    float: right;
    margin-right: 0;
    border-radius: 40px;
    overflow: hidden;

}

.input_value label button {
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
    font-family: 'Times New Roman', Times, serif;
    background: #F05A1F;
}

.bgbuttom {
    position: relative;
    padding-bottom: 110px;
}

.bgbuttom::after {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    background: url(../imgs/ditu.png)no-repeat center center;
    background-size: 100% 100%;
}

.zhengshu {
    margin: 0 60px;
    overflow: hidden;

}

.bgbuttom {
    position: relative;
}



.center_dome2{
    padding: 10px 20px;
    position: relative;
}
.center_dome2 p:first-child{
    /* font-weight: bold;
    font-size: 20px; */
}

.center_dome2 p{
        text-align: left;
}


.listradius li, .unradius {
  
    margin-top: 20px !important;
}







/* z1y4-------ImgSwiper */


.nav_ind{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}
 
 .huore{
    /* width: 200px; */
    margin-top: 20px;
    overflow: hidden;
}


.xuesheng ul{
    width: 885px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
 

.xuesheng ul li {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: flex;
    padding: 15px 10px;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
}


.xuesheng ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    
}
.xuesheng ul li .left_text{
    width: 168px;
    text-align: center;
    /* background: red; */
  
}
.xuesheng ul li .left_text
.hengxian{
        position: relative;
        display: block;
       
}
.xuesheng ul li .left_text{
        text-align: center;
}
.xuesheng ul li .left_text h3{
    margin-bottom: 20px;
}
.hengxian::after {
        content:"";
        width: 30px;
        height: 5px;
        display: block;
        background: red;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%,-50%);

}
.xuesheng ul li .left_text span{
    display: block;
    margin-top: 27px;
}
.xuesheng ul li .left_text span a{
   background: red;
   padding: 5px 20px;
   width: 90px;
   border-radius: 10px;
   color: #fff;
}

.left_text p{
    margin-top: 2px;
}
.xuesheng ul li .left_text .hengxian {
    position: relative;
    margin-bottom: 28px;
    display: block;
}


/* 专业详情 咨询学制 */
.left_tight{
    margin: 10px auto;
    border: 1px solid #0079E8;
    width: 225px;
    background: #0079E8;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}
.left_tight span:last-child{
  
    padding: 5px 20px;
    color: #fff;
}
.left_tight span:first-child{
    padding:5px 22px;
    background:#fff;
}











/* 通栏  rmzy */

.top{
    margin-top: 30px;
}
.zuoyoujiantou{
    text-align: center;
    padding: 17px 5px;
}
.zuoyoujiantou h1{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
 }
 .zuoyoujiantou h1::after{
    content: "";
    position: absolute;
    right:-130px;
    top: 50%;
    display: block;
    border-radius: 10px;
    width:120px;
    height: 5px;
    background: #fff;
 }

 .zuoyoujiantou h1::before{
    content: "";
    position: absolute;
    display: block;
    left:-130px;
    top: 50%;
    width:120px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
 }


.wwww ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
.wwww ul li{
    width: 304px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 20px;
    margin: 10px 20px;
}

/* sxsb or 0y,styk */

.dix{
    display: flex;
    justify-content: center;
    align-items: center;
}




/* z1y4 */

.nav_ind {
    margin-top: 20px;
}
.imgmax {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.imsin {
    width: 773px;
}

.imsin li {
    background: #fff;
    float: left;
    border-radius: 20px;
    overflow: hidden;
}
.insd{
    overflow: hidden;
}



.imsin li:nth-last-child(2n) {
    float: left;
}

.imsin li:nth-last-child(2n-1) {
    float: right;
}

.imsin li:nth-last-child(2) {
    margin-top: 30px;
}

.imsin li:nth-last-child(1) {

    margin-top: 30px;
}




/* :active */
.block{
    display: block;
}
.none{
    display: none;
}


/* news */


.lyj  li p{
    text-align: left;
    font-size: 20px;
    padding: 0 25px;
    margin: 12px 0;
    position: relative;
    width: 451px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lyj  li p::after{
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 20px;
    height: 25px;
    line-height: 25px;
    display: block;
    background: url(../imgs/lxj.png) no-repeat center center;
}












.xiao_right li:nth-of-type(3n-1) {
    margin: 10px 34px;
}

.xiao_right li:nth-of-type(3n-2) {
    margin: 10px 0;
}

.xiao_right li:nth-of-type(3n-3) {
    margin: 10px 0;
}

.erweima::after {
    content: "";
    position: absolute;
    right: 62%;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(0 0 0 / 0%);
    border-right: 10px solid rgb(0 0 0 / 0%);
    border-bottom: 15px solid rgb(16, 91, 204);
    border-left: 10px solid rgba(220, 38, 38, 0);
    top: -28px;
    z-index: 9;
}

.left {
    right: 40px !important;
}

.right {
    left: 40px !important;
}

.container_sss {
    position: fixed;
    left: 0;
    top: 0%;
    z-index: 999;
}

.flex-container {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    width: 100%;
    background-color: #1675eb;
}

.flex-container .flex-item {
    width: 360px;
    text-align: center;
    font-size: 1em;
    margin: 14px;
    border-left: 1px solid rgb(204, 204, 204);
}

.flex-container .flex-item:first-child {
    border: none;
}

.flex-container .flex-item a {
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .flex-container .flex-item {
        font-size: 19px;
    }
}

@media screen and (max-width: 1600px) {
    .flex-container .flex-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .flex-container .flex-item {
        font-size: 14px;
    }
}

.pos_left {
    position: fixed;
    left: 20px;
    top: 30%;
    z-index: 999;
    width: 180px;
}

.pos_left li {
    list-style-type: none;
    background: #2a78d5;
    position: relative;
    margin: 10px 0;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 0;
    opacity: 0.8;
    border-radius: 0 5px 5px 0;
    border-left: none;
}

.pos_left li a {
    color: #fff;
}

.pos_left li::after {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    left: 40px;
    top: 42px;
    height: 12px;
    background: #fff;
}

.pos_left li::before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    right: 40px;
    top: 42px;
    height: 12px;
    background: #fff;
}

.pos_left li:last-child::before {
    height: 0;
}

.pos_left li:last-child::after {
    height: 0;
}


.baoming .zuoyou{

position: relative;
}
.baoming{
    text-align: center;
}
.baoming .zuoyou{display: inline-block;}

.baoming .zuoyou::after{
    content: "";
    background: url(../imgs/right.png)no-repeat center center;
    position: absolute;
    left: -20px;
    top: 32px;
    width: 29px;
    height: 20px;
}
    
.baoming .zuoyou::before{
    content: "";
    background: url(../imgs/left.png)no-repeat center center;
    position: absolute;
    right: -20px;
    top: 32px;
    width: 29px;
    height: 20px;
}

.swiper {
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }