
/* 主体内容宽 */
.main-w {
    width: 1200px;
    margin: 0 auto;
}

/* 更新招生栏 css */
.dbzsl{
    position: fixed;bottom: 0;
    /* background:url(../images/tl-bg.png) top center no-repeat; 
    height: 162px; */
    z-index:1000;
    height: 100px;
    width: 100%;
    /* background: linear-gradient(#e81c1b,#f99f3f,#f44532); */
    /* background: linear-gradient(#1d3df6,#3fb5f9,#1d3df6); */
    background: linear-gradient(#cf0e0e,#fa8181,#f61d1d);
}
.dbzsl .img {float: left; width: 140px; height: 96px; margin-top: 2px; }
.dbzsl .img img {width: 100%;} 
/* .dbzsl::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 3px;
    width: 207px;
    height: 84px;           
    background-image: url(../images/public/ip1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
/* .dbzsl::after {
    content: "";
    position: absolute;
    right: 200px;
    top:0;
    width: 110px;
    height: 100px;           
    background-image: url(../images/public/fc1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.dbzsl h1 {color: #e9221e; text-align: center; font-size: 38px; margin-top: 23px;}
.down-from {position: relative; margin: 28px auto; width: 1300px; height: 50px; color: orangered;line-height: 50px;}
.down-from span {display: inline-block; float: left; width: 80px;height: 50px;font-weight: bold; text-align: center; background-color: #fff;} 
.down-from input {display:block;float:left;border:none;width:220px;height:50px;outline:none;text-indent:10px;font-size:16px; margin-right: 20px;}
.down-from .btn {border-radius: 20px; border:2px #FFC107 solid; cursor: pointer; background-image: linear-gradient(#fff,rgb(253, 240, 183),#fae3a0);color: rgb(237 54 40); font-size: 28px; font-weight: bolder; letter-spacing:7px; width: 190px;}


 /* 新增定时弹框css */
 .tk {  display: none; position: fixed;  left: 50%;top: 50%; transform: translate(-50%, -50%); z-index: 10000; background-color: #fff; width: 740px; height: 462px; }
 .tk .tk-left { float: left; height: 100%;  width: 444px; color: #333333; }
 .tk-left .box { width: 412px;height: 90%; margin: 0 auto;}
 .tk-left h1 {font-size: 20px;text-align: center; margin: 20px;}
 h1 span:nth-child(1) {margin-right: 10px;}
 .tk-left p {font-size: 16px;}
 hr {color: #bfbfbf;  margin: 5px 0 10px 0;}
 .md span {display: inline-block; border: 1px #bfbfbf solid; width: 178px; height: 34px; text-align: center; line-height: 34px; cursor: pointer; margin-bottom: 20px;} 
 .md span:nth-child(1) {margin-right: 52px;}
 .md .check,.tk-left .zy .check {background-color: #018ede; color: #fff;}
 .tk-left .zy span {display: inline-block; padding: 8px 10px; border: 1px #bfbfbf solid; cursor: pointer; margin-top: 14px;}
 .tk-left .zy .ys {margin-right: 16px;}
 .form-tk{ margin-top: 20px; font-size: 16px;}
 .form-tk input { border: 0;border-bottom: 1px solid #797777; width: 180px; height: 25px; font-size: 16px; padding-left: 9px;}
 .form-tk input:focus { outline: none; border-bottom: 2px solid #018ede;}
 .form-tk input:nth-child(1) {margin-right: 20px;}
 .form-tk p {margin: 15px 0 0 5px;}
 .form-tk .btn {display: inline-block; width: 167px; height: 33px; text-align: center; line-height: 33px; background-color: #fb0c11; color: #fff; margin: 20px 0 0 30PX; margin-left: 20px; cursor: pointer;}

 .tk .tk-right { float: left; height: 100%; width: 296px; background: url(../images/tk.jpg) no-repeat; }
 /* .tk-icon { position: absolute; bottom: 440px; left: 716px; color: #018ede; width: 30px; height: 30px; background-color: #f7f3f3; text-align: center; line-height: 27px; border-radius: 15px; font-size: 25px; cursor: pointer;} */
/* 弹框2.0 */
.tk2 {
    display: none;
    position: fixed;  left:0;top: 0;  z-index: 10000; background: rgba(0, 0, 0, .5); width: 100%; height: 100%;
}
.tk2 .box {
    width: 500px;
    height: 594px;
    margin: 0 auto;
    position: fixed;  left: 50%;top: 50%; transform: translate(-50%, -50%);
    overflow: hidden;
}
.tk2 .box .con {
    float: left;
    width: 418px;
    height: 537px;
    background: url(../images/tkbg.png) no-repeat center;
    background-size: 101% 101%;
    text-align: center;
    color: #ed2f19;
    letter-spacing: 3px;
}
.tk2 .box .con2 {
    display: none;
}
.tk2 .box .con h1 {
    font-size: 38px;
    margin-top: 220px;
    letter-spacing: 5px;
}
.tk2 .box .con h2 {
    font-size: 26px;
}
.tk2 .box .con .img {
    width: 330px;
    margin: 0 auto;
}
.tk2 .box .tkbtn {
    width: 292px;
    height: 50px;
    background: linear-gradient(to bottom , #ffa869 ,#ff4f29,#ff411f);
    color: #FFF;
    font-size: 22px;
    margin: 5px  0 0 50px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
}
.tk2 .box .con .fbox {
    width: 280px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 18px;
    color: #841502;
    border-bottom: 1px solid #cf9c8d;
    margin-top: 20px;
}
.tk2 .box .con .fbox input {
    width: 190px;
    height: 36px;
    border: none;
    background-color: #fef2e6;
}
.tk2 .box .con .fbox input:focus {
    outline: none;
}
.tk2 .box .tk-icon { 
    position: absolute; 
    bottom: 558px;
    left: 459px;
    color: #ff938f; 
    background: rgba(0, 0, 0, .1);
    border: 2px solid #ff938f;
    width: 30px; height: 30px; 
    text-align: center; line-height: 27px; border-radius: 30px; font-size: 25px; cursor: pointer;}

/* 新增定时弹框css end*/


/*banner*/
.slider{width:100%;position:relative;}
.bannerc{position:relative;width:100%;}
.bannerc li{left:0;position:absolute;top:0;width:100%;z-index:-1;opacity:0;background-repeat:no-repeat;background-position:center;}
.banner{margin:0 auto;position:relative;text-align:center;}
.banner a{display:block;width:100%;height:100%;text-indent:-9999px;}
.bannermenu{/* left:50%;margin-left:-300px; */position:absolute;bottom:6px;z-index:1;display:block;margin: auto;left: 0;right: 0;text-align: center;}
.bannermenu li{display:inline-block;height:23px;background:#373737;margin:0 3px;overflow:hidden;cursor:pointer;*float:left;color:#FFF;opacity:0.7;text-align:center;font-size:12px;line-height:23px;min-width: 100px;max-width: 150px;padding: 0 3px;}
.bannermenu li.on2{background:#FFF;color:#373737;}


/* 新增专业 */
.zyks {
    width: 1200px;
    margin: 0 auto;
    /* height: 800px; */
    height: 900px;
    margin-top: 30px;
}
.zyks img {
    width: 100%;
}
.zyks .fl {
    float: left;
    width: 915px;
}
.zyks .fl .title {
    /* width: 894px; */
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    color: #333333;
}
.zyks .fl .title img{
    width: 42px;
    float: left;
    padding: 6px 0 0 8px;
}
.zyks .fl .title span {
    float: left;
    font-size: 28px;
    font-weight: 600;
    margin-left: 10px;
}
.zyks .fl .title a {
    float: right;
    font-size: 18px;
    padding-right: 28px;
}
.zyks .fl .title a:hover {
    color: red;
}

.zyks .fl ul li {
    float: left;
    /* width: 286px; */
    width: 376px;
    /* height: 370px; */
    background-color: #fff;
    color: #333;
    margin:20px 0 0 30px;
    /* margin:20px 0 0 18px; */
}
.zyks .fl ul li img {
    height: auto;
}
.zyks .fl ul li .boximg {
    /* height: 178px; */
    height: 228px;
    width: 100%;
    overflow: hidden;
}
.zyks .fl ul li h3 {
    text-align: center;
    font-size: 24px;
    padding:6px 12px 8px 12px;
}
.zyks .fl ul li .zsxx {
    padding: 10px;
    font-size: 16px;
}
.zyks .fl ul li .zsxx span {
    color: #fb342d;
}
.zyks .fl ul li p {
    display: inline-block;
    height: 72px;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
}
.zyks .fl ul li .box a{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #018ede;
    color: #fff;
    /* margin:  10px 0 20px 14px; */
    margin: 10px 0 20px 46px;
    border-radius: 3px;
    font-size: 16px;
    
}
.zyks  .title {
    width: 100%;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    color: #333333;
}
.zyks  .title img{
    width: 42px;
    float: left;
    padding: 6px 0 0 8px;
}
.zyks  .title span {
    float: left;
    font-size: 28px;
    font-weight: 600;
    margin-left: 10px;
}
.zyks  .title a {
    float: right;
    font-size: 18px;
    padding-right: 28px;
}
.zyks .title a:hover {
    color: red;
}


.zyks ul li:hover {
    box-shadow: 3px 5px 6px #ccc;
}
/* .zyks ul li:nth-child(4n+1) { */
.zyks ul li:nth-child(3n+1) {
    margin-left: 0;
}
.zyks ul li .boximg {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.zyks ul li h3 {
    text-align: center;
    font-size: 28px;
    padding:6px 12px 8px 12px;
}
.zyks ul li p {
    display: inline-block;
    height: 72px;
    font-size: 18px;
    padding: 0 30px;
}
.zyks ul li .box a{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #018ede;
    color: #fff;
    margin:  10px 0 0 36px;
    border-radius: 3px;
    font-size: 16px;
}
.zyks ul li .box a:hover {
    background-color: #e81c1b;

}
.zyks .fl ul li .box a:nth-child(1) {
    /* margin-left: 80px; */
}
.zyks .fr {
    float: left;
    width: 285px;
}
.zyks .fr .box span{
    display: inline-block;
    width: 134px;
    height: 48px;background-color: #018ede;
    color: #fff;
    border: 1px solid #018ede;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.zyks .fr .box span:nth-child(2) {
    background-color: #fff;
    color: #018ede;
    margin-left: 6px;
}
.zyks .fr h3 {
    font-size: 26px;
    text-align: center;
    color: #333;
    padding: 8px 0;

}
.zyks .fr .box1 {
    width: 285px;
    height: 730px;
    background-color: #fff;
    margin-top: 20px;
}
.zyks .fr .box1 .zy_swiper {
    height: 626px;
    overflow: hidden;
}
.zyks .fr .box1 .zy_swiper .swiper-slide {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #ccc;
    line-height: 45px;
    font-size: 14px;
}
.zyks .fr .box1 .zy_swiper .swiper-slide span {
    display: inline-block;
    text-align: center;
}
.zyks .fr .box1 .zy_swiper .swiper-slide span:nth-child(1) {
    width: 40%;
    
}
.zyks .fr .box1 .zy_swiper .swiper-slide span:nth-child(2) {
    width: 60%;
    color: #ff5e39;
}
.zyks .fr .box_btnn {
    width: 100%;
    height: 35px;
    background-color:#4db0e8;
}
.zyks .fr .box_btnn span {
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.zyks .fr .box_btnn span:nth-child(1){
    width: 200px;
    text-align: center;
}
.zyks .fr .box_btnn span:nth-child(2) {
    width: 85px;
    background-color: #018ede;
    font-weight: bold;
}
/* .zyks .fr .zxj .zy_swiper .swiper-slide span:nth-child(3) {
    color: #ff5e39;
} */
.zyks .fr .zxj .zy_swiper .swiper-slide span:nth-child(2) {
    color: #333;
}

/* 底部新增地图二维码 */
.foot1 h3 {
    font-size: 16px;
    color: #1AAD19;
    padding-top: 5px;
}
.foot1 .dt {
    width: 100%;
    margin: 0;
}
.foot1 .dt li {
    float: left;
    width: 70px;
    height: 90px;
    padding: 10px 30px 0 0;
}
.foot1 .dt li img {
    width: 100%;
}
.foot1 .dt li p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 0;
}

/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #39a4ec solid 1px; color: #39a4ec}
.pager ul .active a {border: #39a4ec solid 1px; display: inline-block; background-color: #39a4ec; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #39a4ec solid 1px !important;}

/* 当前位置及分类栏目 */
.navls {
    height: 40px;
    padding: 40px 0 10px;
    border-bottom: 1px solid #dddada;
}
.navls .wz {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 440px;
    line-height: 40px;
}
.navls .wz::before {
    content:"";
    display: inline-block;
    background: url(/static/pc/images/news/wz.png) no-repeat center;
    width: 21px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.navls .wz a:hover {
    color: #39a4ec;
}

.navls .ss {
    float: left;
    width: 300px;
    height: 36px;
    border-radius: 5px;
    border-right: 1px dashed #dddada;
}
.navls .ss input[type="text"] {
    float: left;
    width: 220px;
    height: 34px;
    padding-left: 5px;
    border: 1px solid #dddada;
    border-radius:  5px 0 0 5px;
}
.navls .ss input[type="submit"] {
    cursor: pointer;
    background: url('/static/pc/images/news/ss.png') no-repeat center;
    width: 36px;
    height: 36px;
    outline: none;
    border: 0;
    background-color: #dddada;
}
.navls .ss input[type="submit"]:hover {
    background-color:#39a4ec;
}
.navls .maue {
    float: right;
}
.navls .maue a {
    display: inline-block;
    width: 100px;
    height: 34px;
    border: 1px solid #dddada;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}
.navls .maue a:hover ,.navls .maue .active{
    background-color: #39a4ec;
    border: 1px solid #39a4ec;
    color: #fff;
}


/* 边导航 */
.sidebar {
    position: fixed;
    right: 30px;
    top: 40%;
}
.sidebar ul li {
    width: 70px;
    height: 70px;
    background-color: #908f8f;
    margin-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.sidebar ul li span {
    font-size: 35px;
    line-height: 40px;
}
.sidebar ul li p {
    font-size: 14px;
} 
.sidebar ul li:hover {
    background-color: #007ebd;
}