@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal
}
ul, li {
  list-style: none
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: middle;
}
input {
  -webkit-appearance: none;
  background: transparent;
}
/*网站黑白滤镜*/
/* html {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
} */
/*******/
html {
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  font: 18px '微软雅黑', Arial;
  position: relative;
  background: #efeff4;
}
.clear {
  clear: both;
}
body {padding-top: 80px;}
/*顶部LOGO*/
header {
  width: 750px;
  height: 80px;
  background: #0a4c5c;
  position: absolute;
  top: 0;
  /*left: 0;*/
  transition: all .5s ease;
  margin: auto;
  overflow: hidden;
  z-index: 99999;
}
.header-h-100 {
  height: 100%;
  position: fixed;
  overflow: hidden;
}
.header-top {
  width: 96%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/*头部导航按钮*/
.header-nav-btn {
  width: 50px;
  height: 40px;
  border: none;
  background: transparent;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 99999;
}
.header-nav-btn span {
  display: block;
  width: 50px;
  height: 0;
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
  transition: all .5s ease;
}
/*按钮效果*/
.animated span {
  border-color: #fff;
}
.animated span.top {
  transform: rotate(45deg) translate(8px, 10px);
}
.animated span.bottom {
  transform: rotate(-45deg) translate(8px, -10px);
}
.animated span.middle {
  transform: scale(0);
}
/*头部logo*/
.header-top-center {
  width: 65%;
  position: absolute;
  top: 48%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.xfjsq_show {
  position:fixed;
  right:5px;
  width:34px;
  height:34px;
  padding:9px;
  
}


/*头部电话*/
.header-top-tel {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 64px;
  height: 64px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 55;
  box-sizing: initial!important;
  border-radius: 50%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: donghua;
  animation-name: donghua;
  overflow: hidden;
}

.header-top-tel a {
  color:#fff;
  display:block;
  -webkit-transform:translateY(2px);
  line-height:17px
}

@keyframes donghua {
  0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
}
10%,20% {
  -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
  transform:scale3d(.9,.9,.9) rotate(-3deg)
}
30%,50%,70%,90% {
  -webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);
  transform:scale3d(1.1,1.1,1.1) rotate(3deg)
}
40%,60%,80% {
  -webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);
  transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
}
to {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
}
}

@keyframes donghua2 {
0% {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

10%, 20% {
  -webkit-transform: scale3d(1,1,1) rotate(
-1.1deg
);
  transform: scale3d(1,1,1) rotate(
-1deg
);
}
30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.3,1,1) rotate(
1deg
);
  transform: scale3d(1,1,1) rotate(
1deg
);
}
40%, 60%, 80% {
  -webkit-transform: scale3d(1.1,1.1,1) rotate(
-1deg
);
  transform: scale3d(1,1,1) rotate(
-1deg
);
}
100% {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}

/*头部固定导航*/
.header-nav {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  padding: 20px 45px;
}
.header-nav a {
  display: block;
  color: #fff;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.header-nav img {
  width: 50px;
}
.main {
  width: 686px;
  padding: 0 32px 80px;
  background: #efeff4;
}
.title01 {
  font-size: 30px;
  padding-bottom: 20px;
  color: #674545;
}
.title02 {font-size: 22px; color: #090606;}
/*banner*/
body {
  padding-top: 80px;
}
/*导航*/
.navlist {
     height: 245px;
     font-size: 0;
     text-align: center;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     align-content: space-between;
     width: 660px;
     padding: 36px 10px 70px;
     background: #fff;
     position: relative;
     margin: -45px auto 20px;
     z-index: 9999;
     border-radius: 14px;
     z-index: 99;
}
.navlist a {
  display: inline-block;
  font-size: 22px;
  width: 136px;
  color: #333;
  line-height: 2.2em;
  margin-bottom: 10px;
}
/* 新表单 */
.bmform {
  text-align: center;
  background: #fff;
  padding: 24px 0;
  margin: 20px auto;
}
.box-input {
  width: 60%;
  height: 54px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  text-indent: 1em;
  margin-right: 2%;
  border: 1px solid #8b8b8b;
  font-size: 18px;
}
.box-submit {
  width: 20%;
  height: 50px;
  line-height: 50px;
  background: #0a4c5c;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  border: none;
}
/* 新专业 */

.ul_list2 li{
  width: 48%;
  margin: 10px auto;
  background: #fff;
    padding-bottom: 20px;
}

.ul_list2 li img{
  width: 100%;
}
.ul_list2 li strong{
  text-align: center;
  display: block;
  margin: 3% auto;
}
.ul_list2 li p{
  text-align: center;
  margin: 10px auto;
}
.ul_list2 li a{
  background: #41aea9;
  text-align: center;
  color: #fff;
  width: 60%;
  display: block;
  margin: 3% auto;
  line-height: 34px;
  border-radius: 35px;
}

.baoxiaoquan {
  width: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: donghua2;
  animation-name: donghua2;
  overflow: hidden;
}

/* 报名动态 */
.bmdt{
  width: 94%;
  background: #fff;
  margin: 0 auto
}
.bm_title{
  background: #0a4c5c;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  width: 100%;
  margin: 3% auto 1%;
}
.bmdtlist {
  height:300px;
  text-align:center;
  margin-bottom:3%;
  background:#fff;
}
.bmdtlist_title {
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #666;
  font-size: 1.2rem;
  font-weight: bold;
  background: #41aea9;
  color: #fff;
  margin: 10px 10px 0 10px;
}
.bmdtlist .swiper-slide {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px #236460 solid;
  box-sizing: border-box;
}
.bmdtlist_title span:nth-child(1),.bmdtlist .swiper-slide span:nth-child(1) {
  width:30%;
}
.bmdtlist_title span:nth-child(2),.bmdtlist .swiper-slide span:nth-child(2) {
  width:20%;
  position: relative;
}
.bmdtlist .swiper-slide span:nth-child(2) img{
  position: absolute;
}
.bmdtlist_title span:nth-child(3),.bmdtlist .swiper-slide span:nth-child(3) {
  width:30%;
}
.bmdtlist_title span:nth-child(4) {
  width: 18%;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
}
.bmdtlist .swiper-slide span:nth-child(4){
  width: 18%;
  background: #d3ffff;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  color: #236460;
}
.bmdtlist .swiper-slide span:nth-child(4) a{
  display: block;
}

/* 火热报名 */
.huore_img{
  background: #0a4c5c;
  width: 94%;
  margin: 0 auto;
  color: #fff;
}
.huore_img .left{
  width: 25%;
  padding: 16px;
}
.huore_img .right{
  width: 69%;
  margin-right: 10px;
}

.huore_img .left img{
  display: block;
    margin: 12px 0;
}
.lunbo_huore img{
  width: 100%;
}


/* 报名动态 */
.bmdtlist_title2 span:nth-child(1),.bmdtlist2 .swiper-slide span:nth-child(1) {
  width:24%;
}
.bmdtlist_title2 span:nth-child(2),.bmdtlist2 .swiper-slide span:nth-child(2) {
  width:30%;
}
.bmdtlist_title2 span:nth-child(3),.bmdtlist2 .swiper-slide span:nth-child(3) {
  width:30%;
}
.bmdtlist2 .swiper-wrapper .swiper-slide:nth-child(odd){
  background: #fff;
}
.bmdtlist2 .swiper-wrapper .swiper-slide:nth-child(even){
  background: #e0e0e0;
}
.bmdtlist2 .swiper-wrapper .swiper-slide{
  border-bottom: none
}
 





/* 学子视频 */
.xzsp {
  z-index: 999;
  position: relative;
}
.xzsp li{
  width: 32%;
}

.xzsp li article > img {width: 100%;}
.xzsp li article {
  position: relative;
}
.xzsp li .desc{
  width: calc(100% - 30px);
  height: calc(40% - 30px);
  padding: 30px 15px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.xzsp li:nth-child(1) .desc {  background: linear-gradient(to top, #f00, transparent);}
.xzsp li:nth-child(2) .desc {  background: linear-gradient(to top, #ee7800, transparent);}
.xzsp li:nth-child(3) .desc {  background: linear-gradient(to top, #0c97ee, transparent);}
.xzsp li:nth-child(4) .desc {  background: linear-gradient(to top, #fe2fe3, transparent);}
.xzsp li:nth-child(5) .desc {  background: linear-gradient(to top, #501100, transparent);}
.xzsp li .desc span {
  display: inline-block;
  padding: 5px 20px;
  background: #fc4936;
  border-radius: 5px;
  font-size: 17px;
}
.xzsp li .desc b {
  display: block;
  font-size: 24px;
  margin: 10px 0;
}
.video {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
}
.videobox {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
}
.xzsp_close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.video_title {
  line-height: 50px;
  padding: 0 40px;
  background: #F8F8F8;
  font-size: 20px;
}
.xzsp video {
  width: 600px;
  height: 593px;
  background: #000;
}
.video-nav {
  padding: 15px 0;
  background: #F8F8F8;
  text-align: center;
}
.video-nav a {
  background: #df2629;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  width: 90px;
  margin-right: 30px;
  border-radius: 5px;
  font-size: 14px;
}
.pl_btn {
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  /*background: rgba(255, 140, 0, 0.9);*/
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.bg_bs{
  background: #fff;
  width: 94%;
  margin: 20px auto;
  padding: 1px;
}
.title_p{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin: 3% auto;
}
.title_p2{
  color: #0a4c5c;
}

.ul_list3 li {
  
  background: url(http://m.xdfxdxc.com/images/index/bg_zy1.png) no-repeat;
  background-size: cover;
  width: 48%;
  height: 264px;
  margin: 10px auto 0;
}
.ul_list3 li:nth-child(2){
  background: url(http://m.xdfxdxc.com/images/index/bg_zy2.png) no-repeat;
  background-size: cover;
  width: 48%;
  height: 264px;
  margin: 10px auto 0;
  position: relative;
}
.yuanxing1{
  width: 58px;
  height: 58px;
  background-color: #0a4c5c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 41.4%;
  bottom: -26px;
}
.ul_list3 li:nth-child(3){
  background: url(http://m.xdfxdxc.com/images/index/bg_zy3.png) no-repeat;
  background-size: cover;
  width: 48%;
  height: 264px;
  margin: 10px auto 0;
  position: relative;
}
.yuanxing2{
  width: 58px;
  height: 58px;
  background-color: #0a4c5c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 41.4%;
  top: -26px;
}


.ul_list3 li:nth-child(4){
  background: url(http://m.xdfxdxc.com/images/index/bg_zy4.png) no-repeat;
  background-size: cover;
  width: 48%;
  height: 264px;
  margin: 10px auto 0;
  position: relative;
}
.yuanxing3{
  width: 60px;
  height: 56px;
  background-color: #0a4c5c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 33.7%;
}
.yuanxing4{
  width: 60px;
  height: 56px;
  background-color: #e1ad47;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 33.7%;
}

.ul_list3 li img{
  display: block;
  margin: 30px auto 10px;
}
.ul_list3 li h3{
  color: #fff;
  text-align: center;
  display: block;
}
.ul_list3 li p{
  text-align: center;
  color: #fff;
}
.ul_list3 li a{
  text-align: center;
  color: #0a4c5c;
  background-color: #fff;
  width: 48%;
  display: block;
  margin: 10px auto;
  line-height: 36px;
  border-radius: 40px;
}
.ul_list3 li:first-child a,.ul_list3 li:last-child a{
  color: #e1ad47!important;
}
.bg_bs .tishi{
  padding: 20px;
  font-size: 24px;
}

.ul_list4 li {
  width: 28%;
  margin: 10px auto;
  border: 1px solid;
  border-radius: 12px;
  text-align: center;
  line-height: 40px;
}
.ul_list4 li a{
  text-align: center;
  display: block;
}


.ul_list9 li{
  margin: 20px auto 0;
  width: 47%;
}
.bg_bs .ul_list9{
  padding-bottom: 20px;
}
.ul_list9 li img{
  width: 100%;
}

/*作品*/
.tabs-title {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tabs-title li {
  width: 140px;
  height: 72px;
  text-align: center;
  font-size: 26px;
  border-right: 1px solid #dfdfe1;
  cursor: pointer;
  float: left;
}
.tabs-title li:last-child {
  border: none;
}
.tabs-title3 li{
  width: 230px;
}
.on {
  color: #0a4c5c;
  position: relative;
}
.on::after {
  width: 60%;
  height: 0;
  content: '';
  border: 2px solid #0a4c5c;
  position: absolute;
  left: 20%;
  bottom: 0;
}

.on {
  color: #0a4c5c;
  position: relative;
}
.on2::after {
  width: 60%;
  height: 0;
  content: '';
  position: absolute;
  left: 20%;
  bottom: 0;
}



.tabs-title li p {
    font-size: 18px;
    color: #8e8e93;
  }
.tabs-con>div, .tabs-con>ul {
  overflow: hidden;
  display: none;
}
.tabs-con>div:first-child, .tabs-con>ul:first-child {display: block;}



  .tabs-list li {
    /* width: 338px !important;
    height: 380px; */
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .tabs-list li:nth-child(odd) {float: left;margin-left: 26px;}
  .tabs-list li:nth-child(even) {float: right;margin-right: 26px;}
  .tabs-list li h3 {
    font-size: 22px;
    color: #ff3b2f;
    padding: 10px;
  }
  .tabs-list li img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  .zxbtn a {
    display: inline-block;
    width: 138px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #8e8e93;
    color: #8e8e93;
    margin: 10px;
    border-radius: 10px;
  }
  .zxbtn a.bg-gray {
    border: 1px solid #dfdfe1;
    background: #dfdfe1;
    color: #090909;
  }
  .zx-a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #41aea9;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
  }
/*师资*/
.laoshi_lunbo {
  width: 97%;
}
.laoshi_lunbo img{
  width: 100%;
}

.master {
  width: 100%;
  height: 223px;
  padding: 20px 0;
}
.master a {
  display: block;
  width: 171px;
  height: 223px;
  text-align: center;
  color: #8f8e94;
  float: left;
}
.master a h3 {
  font-size: 22px;
  color: #090909;
  padding: 10px 0;
}


/*作品*/
.zp-tit {line-height: 80px;}
.zp-list li {
  text-align: center;
  font-size: 22px;
  color: #4a4a4a;
  line-height: 2em;
}
/*新闻*/
.news-list {
  width: 686px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
}
.news-list li {
  width: 660px;
  height: 100px;
  padding: 14px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.news-thum {
  width: 144px;
  height: auto;
  margin-left: 10px;
  float: right;
}
.news-thum img {width: 100%;}
.news-list-title {
  font-size: 24px;
}
.news-list .news-list-top {
  width: 100%;
  height: 340px;
  padding: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.news-list .news-list-top .news-list-title {
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #000 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #000 0%,transparent 100%);
  background: -o-linear-gradient(top, #000 0%,transparent 100%);
  background: -ms-linear-gradient(top, #000 0%,transparent 100%);
  background: linear-gradient(to bottom, #000 0%,transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,transparent));
  padding: 20px;
  width: 646px;
  height: 300px;
  color: #fff;
}
/*视频*/
.video li {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}
.video li.video-tit {
  width: 100%;
  height: 220px;
}


.zp-title{
 
  margin: 10px auto;
  color: #7f7f7f;
}
.zp-title li{
  background: #0a4c5c;
  width: 33%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
}

.zp-title .swiper-pagination-bullet-active{
  color: black;
  font-weight: bold;
  background-color: #fff;
}
.swiper-pagination-bullet{
  opacity: 1;
}
.zplist .swiper-wrapper .swiper-slide img{
display: block;
  margin: 0 auto;
}
.ul_list5 li{
  width: 23%;
  text-align: center;
  margin: 10px auto 20px;
}
.ul_list5 li strong{
  font-size: 34px;
}
.ul_list5 li span{
  color: #0a4c5c;
}

.ul_list6 li {
  width: 48%;
  margin: 0 auto;
}
.ul_list6 li p{
  text-align: center;
  margin: 10px auto;
}

/*就业*/
.hzdw {
  font-size: 0;
}
.hzdw a {
  display: inline-block;
  /*width: 200px;*/
  margin: 0 10px 20px;
  font-size: 18px;
}
/*在线报名*/
.bm-input {
  width: 646px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 1px solid #8f8e94;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 22px;
}
.bm-submit {
  width: 686px;
  height: 60px;
  line-height: 60px;
  background: #0a4c5c;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

/*弹窗*/
.popupbox {width: 500px; height: 500px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%);display: none;z-index: 999999;}
.popup-content {border: 1px solid #626262;border-radius: 10px;background: #fff;overflow: hidden;}
.popup-close {width: 30px; height: 30px; line-height: 30px; background: #fff; border-radius: 50%; text-align: center; position: absolute; right: -10px; top: -10px; cursor: pointer; color: #fff;}
.popup-telform {width: 360px; height: auto; font-size: 0; margin: 10px auto 0;}
.popup-telinput {display: block; width: 300px; height: 40px; line-height: 40px; font-size: 16px; text-indent: 5px; border: 1px solid #f00; margin-right: 5px; margin: 0 auto 15px;}
.popup-telbtn {display: block; width: 150px; height: 40px; line-height: 40px; background: #f00; color: #fff; font-size: 16px; border: 1px solid #f00; border-radius: 10px; margin: auto;}
.popup-p {padding: 20px; font-size: 12px;}
.popup-zx {font-size: 0; text-align: center;}
.popup-zx-a {display: inline-block; width: 105px; height: 35px; line-height: 35px; margin: 0 5px; border-radius: 5px; font-size: 16px; color: #fff;}
.popup-bgor {background: #ee7800;}
.popup-bggr {background: #5eb95e;}
.kst-left-btn {
    width: 30px;
    height: 150px;
    padding: 5px;
    background: #fd4d01;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
/*侧栏按钮*/
.callRit {
  position: fixed;
  bottom: 45%;
  right: 0;
  z-index: 99999;
  width: 60px;
  cursor: pointer;
  text-align: center;
}
.callRit a {
  display: block;
  padding: 5px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.callRit a:nth-child(1){background-color: #00bc35;}
.callRit a:nth-child(2){background-color: #fd4d01;}

footer {
  background: #0a4c5c;
  color: #fff;
  padding: 5% 5% 15% 5%;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 300px;
}
footer a{ color:#fff;}

/*易聊窗口字体大小
.jesong-full-main #jesong_chat_record {height:calc(100% - 200px) !important}
#jesong_chat_layout * {font-size:24px;line-height:1.5em;}
.jesong-container-full .jesong-full-top {height:70px !important;}
.jesong-container-full .jesong-full-top > div:first-child {line-height:70px !important; font-size:28px !important;}
.jesong-mini-main-footer {height:200px !important;}
.jesong-operation-main {height:140px !important;}
.jesong-operation-main .jesong-main-import textarea {width:600px !important;font-size:24px;}
#jesong_chat_send_btn {width:130px !important;height:70px !important;line-height:70px !important;font-size:24px !important;}*/

.jesong-full-main #jesong_chat_record {height:calc(100% - 200px) !important}
#jesong_chat_layout * {font-size:26px !important;}
.jesong-container-full .jesong-full-top {height:70px !important;}
.jesong-container-full .jesong-full-top > div:first-child {line-height:70px !important; font-size:28px !important;}
.jesong-operation-main {height:140px !important;}
.jesong-operation-main .jesong-main-import textarea {width:600px !important;font-size:24px !important;}
#jesong_chat_send_btn {width:70px;height:70px;line-height:70px;font-size:48px !important; text-align: center; border-radius: 50px ;}
.jesong-service-bubble .jesong-service-bubble-icon{ width: 50px !important; height: 50px !important;}
.jesong-service-bubble .jesong-service-bubble-icon img{ width: 50px !important; height: 50px !important;}
.jesong-operation-header{ height: 50px !important;}
.jesong-operation-header div{ width: 35px !important; height: 35px !important;}
#jesong_pop_msg{ height: 80px !important;}
.jesong-top-bubble{ height: 60px !important;}
.jesong-top-bubble-icon{ width: 60px !important; height: 60px !important;}
.jesong-top-bubble .jesong-top-bubble-icon img{width: 60px !important; height: 60px !important;}
.jesong-top-bubble-con{ width: calc(100% - 60px) !important;}
.el-title{ height: 30px !important; font-size: 24px !important;}
.jesong-top-bubble .jesong-top-bubble-con .el-title h4{height: 30px !important; font-size: 24px !important; line-height: 30px !important;}
.jesong-top-bubble .jesong-top-bubble-con .el-title span{height: 30px !important; font-size: 22px !important; line-height: 30px !important;}
.jesong-top-bubble .jesong-top-bubble-con p{height: 30px !important; font-size: 22px !important; line-height: 30px !important;}
.jesong-full-top .jesong-min-btn{ width: 40px !important;}
.jesong-top-bubble .jesong-top-badge-warning{ width: 28px !important; height: 28px !important; line-height: 28px !important; font-size: 18px !important;}
#jesong_chat_dialog .inner-content {width: 500px !important;height: 300px !important;}
#jesong_chat_dialog .icon-close {background-size: 20px 20px !important;height: 20px;width: 20px !important;}
#jesong_chat_dialog .inner-title {height: 90px !important;background-size: 100% !important;font-size: 24px !important;}
#jesong_chat_dialog .dialog-content {padding: 20px !important;font-size: 20px !important;}
#jesong_chat_dialog input {width: 320px !important;height: 48px !important;}
#jesong_chat_dialog .dialog-call {width: 100px !important;height: 50px !important;line-height: 50px !important;}
#jesong_chat_dialog .info {font-size: 20px !important;}

/*底部*/
.fixed-bottom {
  width: 686px;
  height: 80px;
  line-height: 40px;
  padding: 0 33px;
  background: #0a4c5c;
  color: red;
  font-size: 20px;
  position: fixed;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
  padding-bottom: 10px;
  padding-top: 16px;
}


.fixed-bottom .ul_list_ft li{
  width: 18%;
  display: inline-block;
}
.fixed-bottom .ul_list_ft li.shouye{
  
  position: relative;

}

.fixed-bottom .ul_list_ft li.shouye a{
  position: absolute;
  bottom: 0%;
  background: #0a4c5c;
  border-radius: 50%;
  /* padding-top: 20px; */
  padding: 20px 2px;
  left: -4%;
  height: 71px;
}

.fixed-bottom .ul_list_ft li a img{
  width: 32%;
}
.fixed-bottom .ul_list_ft li.shouye img{
  width: 50%;
}
.fixed-bottom a{
  float: none;
  width: 100%!important;
  display: block;
}
.fixed-bottom .ul_list_ft li a p{
  padding-bottom: 8px;
  color: #fff;
}
.n-footer-zxkf-r{
  position: absolute;
  right: 40px;
    top: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: red;
  font-size: 14px;
  border-radius: 50%;
  /* animation: 1s ease-in-out 0s infinite normal none running twinkling; */
  
}

@-webkit-keyframes twinkling {
	0% {
	opacity:0.5;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:1;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:0.5;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}
@keyframes twinkling {
	0% {
    opacity:0.5;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:1;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:0.5;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}


.ul_list1 li{
  width: 32%;
  float: none!important;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.ul_list1 li img{
  width: 100%;
}
.flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}



/* 创就业 */

.tabs-title4{
  width: 400px;
  border: 2px solid #41aea9;
  border-radius: 64px;
  line-height: 50px;
  height: 50px;
  margin: 30px auto;
}
.tabs-title4 li{
  width: 49.8%;
  text-align: center;
  font-size: 22px;
  height: auto!important;
}
.tabs-title4 li.on2{
  background: #41aea9;
  color: #fff;
}
.bg_zs{
  background: #efefef;
  width: 94%;
  margin: 0 auto;
  height: 180px;
  margin-bottom: 18px;

}
.bg_zs .left{
  width: 30%;
  text-align: center;
}
.bg_zs .left h2{
  color: #0a4c5c;
}
.bg_zs .left span{
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  display: inline-block;
}
.bg_zs .right{
  width: 65%;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 30px;
}
.bg_zs .right ul li{
  margin: 10px auto;
  font-size: 20px;
  margin-left: 0;
}
.bg_zs .right ul li span{
  font-size: 70px;
  display: inline-block;
  /* line-height: 7px; */
  vertical-align: bottom;
  height: 30px;
  line-height: 22px;
}

.ul_list7 li {
  width: 45%;
  box-shadow: 0px 0px 12px #8e8e93;
  margin: 3% auto 0; 
}
.ul_list7 li img{
  width: 100%;
}
.ul_list7 li strong{
  text-align: center;
  display: block;
  margin: 3% auto;
}
.ul_list7 li p{
  margin: 3% auto;
  width: 90%;
  font-size: 16px;
}

.tabs-con4 .jiuye{
  padding-bottom: 20px;
}
.mar30{
  margin: 3% auto;
}

.ul_list8 li {
  width: 142px;
  background: #d69260;
  text-align: center;
  height: 142px;
  margin: 24px 15px 0;
  color: #fff;
  align-items: center;
  border-radius: 101px;
}
.ul_list8 li p{
  padding-top: 40px;
  font-size: 22px;
}
.chuangye img{
  margin-left: 40px;
} 