
body,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
iframe {
    margin: 0;
    padding: 0;
    color: #080e25;;
}
@font-face{
    font-family: "AlimamaShuHeiTi-Bold";
	src: url('/fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype'),
url('/fonts/AlimamaShuHeiTi-Bold.otf') format('opentype'),
url('/fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
}

ul,
li,
ol {
    list-style: none outside none;
}

a img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:link,
a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    color: #0c1d0d;
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}
@keyframes tag {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes tag {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.2);
    }
}
/* clear */
@charset "utf-8";
#BDBridgeIconWrap {
    display: none !important;
}
body {
    font-family: '微软雅黑','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: transparent;
    color: white;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(to right,rgb(6,21,22),rgb(13,13,13),rgb(6,21,22));
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th,figcaption {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
fieldset,iframe,input {
    border: none;
}
ul,ol,li {
    list-style: none;
}
caption,th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #000;
}

/*标题*/
.banner111 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.banner111 .b_p2 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    width: 1050px;
    margin: 10px auto;
    font-family: '微软雅黑';
    background-image: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: -webkit-linear-gradient(rgb(234,227,201) rgb(223,179,140));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    
}

.banner111 .b_p1 {
    font-size: 48px;
    line-height: 60px;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    background-image: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: -webkit-linear-gradient(rgb(234,227,201) rgb(223,179,140));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
/*end标题*/
.clear {
    display: block;
}
.clear:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
ul {
    list-style: none;
}
h6 {
    font-size: 20px;
    width: 250px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    background: #594b65;
    color: #fff;
}
ol {
    margin: 0 15px;
    display: none;
}
/*主体结束*/


/*按钮*/
.btn_zixun {
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 334px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
    margin-top: 35px;
    font-weight: bold;
    animation: 0.7s tag linear infinite !important;
    letter-spacing: 2px;
    border-radius: 30px;
    border: 2px solid transparent;
    border-radius: 30px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to top, #000, #000), linear-gradient(to bottom, rgb(234,227,201, 1), rgb(223,179,140, 1));

}

.btn_zixun:hover {
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    color: #080e25;
}


.button_trc {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    /* animation: 0.7s tag linear infinite !important; */
    /* letter-spacing: 2px; */
    border: 1px solid #fff;
    border-radius: 30px;
    /* background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: -webkit-linear-gradient(rgb(234,227,201) rgb(223,179,140)); */
    font-family: '微软雅黑';
    background-color: transparent;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    /* color: transparent; */

}
.button_trc:hover{
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    color: #080e25;
    
}
/*end按钮*/



.main1 {
    width: 1200px;
    margin: 0 auto;

}
.main1 .school{
    width: 1075px;
    height: 560px;
    margin: 0 auto;
    background: url(/style/img/continuingdeu/1.jpg) no-repeat center;
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(to top, rgb(234, 227, 201), rgb(223, 179, 140)) 1;
    border-image-slice: 1;

}
.main1 ul{
    display: flex;
}
.main1 li img{
    position: relative;
    left: 1px;
    top: 1px;
    margin: 0 auto;
    width: 380px;
    height: 308px;
}
.main1 li {
    margin: 0 auto;
    width: 384px;
    height: 312px;
    margin: 15px 15px 0 15px;
}
.major li{
    margin: 0 auto;
    border-radius: 22px;
    border: 2px solid;
    border-width: 1px;
    background-image: linear-gradient(to top, rgb(234, 227, 201), rgb(223, 179, 140));
    background-repeat: repeat-y;
    background-origin: border-box;
}

.main1 li h1 {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.main1 img {
    width: 384px;
    height: 312px;
    border-radius: 20px;
    border: 1px solid;
}
.main1 video {
    width: 270px;
    height: 191px;
}

.title_button{
    position: relative; /* 设置元素为相对定位 */
    top: -111px; /* 向下偏移20像素 */
}
/*置顶banner*/
.banner {
    background: url(/images/banner8.jpg) no-repeat center bottom;
    height: 640px;
}
/*end置顶banner*/

/* 2023核心优势*/
.industry{
    display:flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.industry li{
    width: 1200px;
    height: 525px;

}

.industry li div{
   float: right;
   margin-top: 90px;
   margin-right: 48px;
 }
.industry li p{
    color: #080e25;
    text-align: left;
    line-height: 55px;
    letter-spacing: 2px;
    font-size: 20px;;
}
.industry li p span{ 
   font-weight: bold;
   font-size: 26px;
}
.diploma{
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.diploma li{
    margin: 0 auto;
    width: 590px;
    height: 361px;
    border-style: solid;
    border-width: 1px;
    border-image: linear-gradient(to top, rgb(234,227,201),  rgb(223,179,140)) 1;
    border-image-slice: 1;
}
/*end 核心优势*/


/* start岗位薪资 */
.position_salary{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    bottom: 0;
    /* position: fixed; */
    text-align: center;
   
}
.position_salary li:hover {
    transform: scale(1.06);
    transition: .8s;
}

.position_salary li{
    width: 284px;
    margin: 0 8px;
    height: 394px;
    border-style: solid;
    border-image-slice: 1;
    border-radius: 17px;
    border: 1px solid;
    /* border-width: 1px; */
    background-image: linear-gradient(to top, rgb(234,227,201),  rgb(223,179,140));
    background-repeat: repeat-y;
    background-origin: border-box;

}
.position_salary p{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
  
}
.position_salary .planImg p{
    font-size: 18px;
    line-height: 57px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-left: 30px;
}
.position_salary  .planImg .button_trc,.service .planImg .button_trc{
    width: 200px;
    height: 35px;
    margin-top: 30px;
    /* border-radius: 30px; */
    border: 1px solid transparent;
    /* border-radius: 30px; */
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to top,rgb(8,14,37, 1),rgb(8,14,37, 1)), linear-gradient(to bottom, rgb(234,227,201, 1), rgb(223,179,140, 1));
    color: transparent;
}
.position_salary .button_trc:hover,.service .planImg .button_trc:hover{
    color: #080e25 !important;
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    
}

.position_salary .planImg .button_trc a, .service .planImg .button_trc a{
    font-family: '微软雅黑';
    background-image: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: linear-gradient(to top, rgb(234,227,201), rgb(223,179,140));
    background: -webkit-linear-gradient(rgb(234,227,201) rgb(223,179,140));
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    
    font-weight: bold;
}

.position_salary .footertext{
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding: 5px 0;
    border-radius: 16px;
    border: 2px solid;
    width: 283px;
    height: 80px;
    border: 1px solid;
    border-width: 1px;
    background-image: linear-gradient(to top, rgb(234,227,201),  rgb(223,179,140));
    background-repeat: repeat-y;
    background-origin: border-box;
  
}
.position_salary li .planImg{
  
    position: relative;
    padding-top: 50px;
    top: -20px;
    left: 1px;
    width: 280px;
    height: 269px;
    border-style: solid;
    border-width: 1px;
    border-image-slice: 1;
    border-radius: 16px;
    border: 1px solid;
    border-width: 1px;
    background-image: linear-gradient(to top, rgb(8,14,37),  rgb(8,14,37));
    background-repeat: repeat-y;
    background-origin: border-box;
}


.bannersalary{
    /* padding-bottom: 50px; */
}

.target_audience{
    width: 1200px;
    display:flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    text-align: center;
    flex-wrap: wrap;
    height: 376px;
}
.target_audience li div{
    margin: 0 auto;
    display: block;
    width: 385px;
    height: 172px;
}
.target_audience li{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    width: 387px;
    height: 174px;
    border-radius: 16px;
    border: 2px solid;
    border-width: 1px;
    background-image: linear-gradient(to top, rgb(234,227,201),  rgb(223,179,140));
    background-repeat: repeat-y;
    background-origin: border-box;
   
}
.target_audience li .footertext{
        width: 220px;
        float: right;
        margin-top: 42px;
}
.target_audience li .footertext .position{
    font-size: 28px;
    font-weight: bold;
    font-family: '微软雅黑';
}
.target_audience li .footertext .salary{
    font-size: 22px;
    line-height: 59px;
    font-family: '微软雅黑';
}

.consultation {
  
    height: auto;
   
}
.consultation li{
    width: 590px;
    height: 265px;
    border-radius: 20px;
}

.consultation li div{
    width: 380px;
    float: left;

}
.consultation li .footertext{
    text-align: left;
    width: 100%;
    float: unset;
    margin-top: 50px;
    margin-left: 30px;
}
.consultation li .footertext .salary{
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
}
.consultation li{
    display: inline;
}
.consultation .button_trc{
    width: 110px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #000;
    margin:unset;
    margin-top: 10px;
}
.consultation .button_trc:hover{
    background: #000;
}
.consultation .button_trc:hover a{
    background: linear-gradient(to top, rgb(234, 227, 201), rgb(223, 179, 140));
    background: -webkit-linear-gradient(rgb(234, 227, 201) rgb(223, 179, 140));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
   
}


.plan{
    height: auto;
}
.plan li{
    height: 396px;
    width: 282px;
}
.plan li .planImg{
    height: 394px;
    width: 280px;
}
.plan .button_trc{
    height: 35px;
    width: 148px;
}
.plan li .footertext{
    margin-top: 273px;
    width: 100%;
}
.plan li .position{
    line-height: 60px;
    color: #fff;
}

.footertext p{
    color: #080e25;
}

.service{
    display: flex;
    justify-content: center
}
.service li{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
}
.top_number{
    width: 100%;
    height: 70px;
    padding: unset;
    margin-right: 20px;
}
.service li .planImg{
    position: relative;
    z-index: 1;
    top: -25px;
    left: 0px;
    width: 245px;
    height: 355px;
}
.service li .footertext{
    margin-top: 0;
}
.service_title{
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 3px;
    margin-left: 45px;
}
.footertext .service_content{
    margin: 30px 10px;;
}
.footertext .service_content p{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-left: 45px;
}
.service .planImg .button_trc{
    width: 163px;
    height: 36px;
    font-weight: bold;
}

.service li{
    margin: unset;
}