.main{
  padding-top: 10px;
  padding-bottom: 36px;
}
.columns{
  width: 1080px;
  margin: 0 auto;
}
.columns .l{
  width: 260px;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.columns .l .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ff2828;
  text-align: center;
  margin: 18px 24px 0;
}
.columns .l .time{
  margin: 18px 20px;
  align-items: flex-end;
}
.columns .l .time .curMonth,
.columns .l .time .curDate{
  display: inline-block;
  width: 81px;
  height: 73px;
  line-height: 92px;
  background: url(../images/timebg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ff2828;
}
.columns .l .time .spa{
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
}
.columns .l .btn{
  display: block;
  margin: 24px auto 16px;
  width: 168px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(-80deg, #ff5b3b 0%, #ff8827 100%);
  border-radius: 20px;
  border: solid 1px rgba(255, 113, 48, 0.92);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.columns .l .line{
  width: 240px;
  height: 1px;
  background-color: #e6e6e6;
  margin: auto;
}
.columns .l .guide{
  width: 240px;
  margin: 18px auto 0;
  position: relative;
}
.columns .l .guide::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #c5ffc1;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 2px;
}
.columns .l .guide .plt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-align: left;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.columns .l .guide .plt span{
  color: #069f5c;
}
.columns .l .guide ul{
  margin: 16px auto 0;
}
.columns .l .guide ul li{
  width: 76px;
  height: 76px;
  background-color: #f6f7fa;
  margin-bottom: 6px;
}
.columns .l .guide ul li:hover{
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
}
.columns .l .guide ul li a{
  display: block;
  text-align: center;
}
.columns .l .guide ul li .lbg{
  display: block;
  width: 38px;
  margin: 8px auto;
}
.columns .l .guide ul li .pla{
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
}
.columns .c{
  width: 516px;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.columns .c .recommend{
  width: 100%;
  height: 42px;
  justify-content: flex-start;
}
.columns .c .recommend .icon-notice{
  margin-left: 12px;
  margin-right: 8px;
  animation: noticedh 1s cubic-bezier(0, 1.53, 1, 1.34) infinite;
}
@keyframes noticedh{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.columns .c .recommend .plt{
  font-size: 16px;
  letter-spacing: 1px;
  color: #ff2828;
  font-weight: bold;
}
.columns .c .recommend .recommendCon{
  width: 380px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.columns .c .recommend .recommendConSw{
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.columns .c .recommend .recommendConA{
  font-size: 12px;
  color: #d06525;
  padding-right: 20px;
}
.columns .c .banner{
  width: 516px;
  height: 246px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.columns .swiper-pagination-bullet-active{
  background-color: #fff;
}
.columns .c .cNews{
  width: 480px;
  margin: 20px auto 0;
}
.columns .c .cNews .list{
  width: 100%;
}
.columns .c .cNews .list li{
  width: 224px;
}
.columns .c .cNews .list li .plt{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 12px;
}
.columns .c .cNews .list li .pla{
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.columns .c .cNews .list li .pla:hover,
.columns .c .cNews .list li .pla:hover span{
  color: #ff7000;
}
.columns .c .cNews .list li .pla span{
  color: #888888;
}
.columns .r{
  width: 280px;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.formcs1{
  width: 100%;
  height: 100%;
}
.formcs1 .title{
  text-align: center;
}
.formcs1 .title .plt{
  font-size: 16px;
  font-weight: bold;
  color: #ff2828;
  margin-top: 14px;
}
.formcs1 .title .cpsw{
  height: 34px;
  overflow: hidden;
}
.formcs1 .title .pla{
  font-size: 12px;
  line-height: 34px;
  color: #666666;
}
.formcs1 .line{
  width: 260px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto 16px;
}
.form .inp{
  margin: 0 13px 18px;
}
.form .inp .plt{
  font-size: 14px;
  font-weight: bold;
  color: #069f5c;
  margin-bottom: 14px;
}
.form .inpCon label input{
  display: none;
}
.form .inpCon label span{
  display: inline-block;
  width: 56px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cccccc;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.form .inpCon.wx2 label span{
  width: 76px;
}
.form .inpCon label input:checked + span{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #ffb982;
  color: #ff7000;
}
.form .phone{
  display: block;
  width: 240px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ff8728;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0 auto;
  box-sizing: border-box;
}
.form .submit{
  display: block;
  margin: 12px auto 0;
  width: 240px;
  height: 40px;
  background-image: linear-gradient(-80deg, #ff5b3b 0%, #ff8827 100%);
  border-radius: 20px;
  border: solid 1px rgba(255, 113, 48, 0.92);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
}
.form .tx{
  text-align: center;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
}
.form .tx span{
  color: #e62129;
  font-size: 14px;
}
/* 院校 */
.school{
  margin: 12px auto 0;
  width: 1080px;
  height: 172px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.school .title{
  position: relative;
}
.school .title .plt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  line-height: 50px;
  margin-left: 20px;
}
.school .title .plt span{
  color: #069f5c;
}
.school .schoolCon{
  width: 1070px;
  height: 116px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.school .next{
  width: 22px;
  height: 48px;
  background: url(../images/syfxicon2.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 5;
}
.school .prev{
  width: 22px;
  height: 48px;
  background: url(../images/syfxicon1.png) no-repeat;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
}
.school .swiper-slide{
  display: flex;
  align-items: center;
  height: 110px;
  background-image: linear-gradient(0deg, #f0f1f4 0%, #ffffff 100%);
  box-shadow: 0px 4px 5px 0px rgba(4, 4, 4, 0.24);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #ffffff 0%, #e2e2e2 100%);
  border-image-slice: 1;
  box-sizing: border-box;
}
.school .swiper-slide a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.school .swiper-slide:hover{
  box-shadow: none;
}
.school .swiper-slide:hover button{
  background-color: #ff7000;
  color: #fff;
}
.school .con{
  height: 74px;
  text-align: left;
}
.school img{
  margin-left: 9px;
  margin-right: 12px;
}
.school .con .plt{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.school .con .pla{
  font-size: 12px;
  color: #888888;
  margin-top: 8px;
}
.school .con button{
  margin-top: 12px;
  width: 70px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #ff7000;
  font-size: 12px;
  color: #ff7001;
  background-color: #fff;
}
/* 切换 */
.tabs{
  width: 1080px;
  margin: 35px auto 0;
}
.tabs .title{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #069f5c;
}
.tabs .title .plt{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.tabs .title .plt img{
  vertical-align: middle;
  margin-right: 12px;
}
.tabs .title .titleList{
  text-align: center;
}
.tabs .title .titleList li{
  width: 88px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #d8d8d8;
  margin-left: 13px;
}
.tabs .title .titleList li:hover{
  background-color: #069f5c;
  border: solid 1px #069f5c;
}
.tabs .title .titleList li a{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.tabs .title .titleList li:hover a{
  color: #ffffff;
}
.tabs .tabsCon{
  margin: 20px auto 0;
}
.tabs .tabsCon .l{
  width: 370px;
}
.tabs .tabsCon .c{
  width: 370px;
}
.tabs .tabsCon .subTabs{
  width: 100%;
}
.tabs .tabsCon .subTabs .subTabsT{
  width: 100%;
  height: 36px;
  background-color: #f6f7fa;
  border: solid 1px #edeff3;
}
.tabs .more{
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
}
.tabs .more img{
  margin-left: 2px;
  vertical-align: middle;
  margin-top: -2px;
}
.tabs .tabsCon .subTabs .subTabsTlist{
  display: flex;
  align-items: center;
}
.tabs .tabsCon .subTabs .subTabsTlist li{
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.tabs .tabsCon .subTabs .subTabsTlist li.active{
  background-color: #fdfefe;
  border-top: 2px solid #069f5c;
  border-left: solid 1px #edeff3;
  border-right: solid 1px #edeff3;
  color: #069f5c;
  font-weight: bold;
  position: relative;
  top: -1px;
  left: -1px;
}
.tabs .subTabsCon{
  width: 100%;
  min-height: 264px;
  margin-top: 16px;
}
.tabs .subTabsCon .subTabsConList{
  width: 100%;
  display: none;
}
.tabs .subTabsCon .subTabsConList:nth-child(1){
  display: block;
}
.tabs .subTabsCon .subTabsConList .lia{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.tabs .subTabsCon .subTabsConList .lia .lbox{
  width: 200px;
}
.tabs .subTabsCon .subTabsConList .lia .lbg{
  width: 148px;
  height: 96px;
  margin-right: 12px;
}
.tabs .subTabsCon .subTabsConList .lia .plt{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.tabs .subTabsCon .subTabsConList .lia .plt:hover{
  color: #ff7000;
}
.tabs .subTabsCon .subTabsConList .lia .pla{
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 10px;
}
.tabs .subTabsCon .subTabsConList .lib{
  display: flex;
  align-items: center;
}
.tabs .subTabsCon .subTabsConList .lib:before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #069f5c;
  vertical-align: middle;
  margin-right: 8px;
}
.tabs .subTabsCon .subTabsConList a{
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.tabs .subTabsCon .subTabsConList a:hover{
  color: #ff7000;
}
.tabs .r{
  width: 296px;
  height: 320px;
}
.tabs .majorList{
  width: 296px;
  height: 318px;
  background-color: #ffffff;
  border: solid 1px #dfe1e7;
}
.tabs .majorList .majorT{
  height: 36px;
  background-color: #ffffff;
  border-bottom: solid 1px #dfe1e7;
}
.tabs .majorList .majorT .plt{
  font-size: 16px;
  font-weight: bold;
  color: #069f5c;
  margin-left: 12px;
}
.tabs .majorList ul{
  width: 266px;
  margin: 18px auto 0;
}
.tabs .majorList .lia{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.tabs .majorList .lib{
  display: flex;
  align-items: center;
}
.tabs .majorList .lib:before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #069f5c;
  vertical-align: middle;
  margin-right: 8px;
}
.tabs .majorList .lia .lbg{
  width: 126px;
  height: 80px;
}
.tabs .majorList ul a{
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.tabs .majorList ul a:hover{
  color: #ff7000;
}

.mainother .tabs .tabsCon .l,
.mainother .tabs .tabsCon .c,
.mainother .tabs .tabsCon .r{
  width: 350px;
}
.mainother .columns .l,
.mainother .columns .c,
.mainother .columns .r{
  height: 320px;
}
.mainother .columns .l .title{
  margin: 18px 0 10px;
  letter-spacing: 0px;
}
.columns .l .time {
  margin: 14px 20px;
  align-items: flex-end;
}
.mainother .columns .l .pla{
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #888888;
  text-align: center;
}
.mainother .columns .l .plb{
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  text-align: center;
  margin-top: 12px;
}
.mainother .columns .l .plc{
  font-size: 14px;
  color: #ff7000;
  text-align: center;
}
.mainother .columns .l .btn{
  width: 180px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  margin: 16px auto 0px;
}
.mainother .columns .c .banner{
  height: 278px;
}
.mainother .swiper-slide img{
  height: 278px;
}
.banner-bottom{
  text-align: center;
  margin-top: 38px;
}
.formother{
  margin: 18px 16px 0;
}
.formother .title{
  position: relative;
  margin-bottom: 14px;
}
.formother .title .plt{
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333333;
}
.formother .title .plt span{
  color: #069f5c;
}
.formother .inp{
  margin-bottom: 10px;
}
.formother .inp span{
  font-size: 14px;
  color: #666666;
}
.formother .inp input{
  width: 172px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #bbbbbb;
  font-size: 12px;
  color: #333333;
  text-indent: 10px;
}
.formother .inp label{
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  cursor: pointer;
}
.formother .inp label span{
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #666666;
  top: 1px;
  margin-right: 4px;
}
.formother .inp label a{
  color: #17a0f7;
}
.formother .inp label input{
  display: none;
}
.formother .inp label input:checked + span:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 12px;
  height: 9px;
  background: url(../images/zk/xyicon.png) no-repeat;
  background-size: 100% 100%;
}
.formother button{
  width: 200px;
  height: 38px;
  background-image: linear-gradient(90deg, #ff5b3b 0%, #ff8827 100%);
  border-radius: 19px;
  border: solid 1px rgba(255, 113, 48, 0.92);
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin: 8px auto;
}
.formother .ptx{
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}
.process{
  width: 1080px;
  height: 130px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #069f5c;
  margin: 12px auto 0;
  padding-top: 16px;
  box-sizing: border-box;
}
.process .title{
  margin-left: 20px;
  position: relative;
}
.process .title::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c5ffc1;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: -9px;
}
.process .title .plt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  z-index: 3;
}
.process .title .plt span{
  color: #069f5c;
}
.process-zk ul{
  width: 1061px;
  height: 54px;
  margin: 14px auto 0;
  background: url(../images/process-zk.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 43px 0 36px;
}
.process-zk ul li{
  width: 54px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.process-ck ul{
  width: 1052px;
  height: 54px;
  margin: 14px auto 0;
  background: url(../images/process-ck.png) no-repeat;
  background-size: 100% 32px;
  box-sizing: border-box;
  padding: 42px 5px 0 5px;
}
.process-ck ul li{
  min-width: 70px;
  font-size: 12px;
  color: #333333;
  text-align: center;
}
.process-yc{
  height: 116px;
}
.process-yc ul{
  width: 1052px;
  height: 36px;
  margin: 14px auto 0;
  background: url(../images/process-yc.png) no-repeat;
  background-size: 100% 36px;
  box-sizing: border-box;
  padding: 0px 24px 0 58px;
}
.process-yc ul li{
  min-width: 70px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.problem-yc{
  width: 342px;
  height: 320px;
  background-color: #ffffff;
  border: solid 1px #edeff3;
  position: relative;
}
.problem-yc .problem-title{
  margin-right: 7px;
  height: 36px;
  background-color: #f6f7fa;
  border-bottom: solid 1px #edeff3;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.problem-yc .problem-title img{
  margin-left: 12px;
  margin-right: 10px;
}
.problem-yc .problem-title .plt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.problem-yc{
  margin-left: 6px;
}
.problem-sw{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.problem-sw .swiper-slide{
  height: auto;
}
.problem-sw ul{
  margin: 56px 14px 0;
}
.problem-sw ul li{
  text-align: left;
  width: 316px;
  background-color: transparent;
  position: relative;
  margin-bottom: 5px;
}
.problem-sw ul li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  font-size: 14px;
}
.problem-sw ul li a .cen{
  line-height: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.problem-sw ul li .cen .spa{
  margin-left: 8px;
  width: 25px;
  display: inline-block;
}
.problem-sw ul li .cen2 p{
  max-width: 220px;
}
.problem-sw ul li .xq{
  color: #ff2828;
}
.problem-sw ul li .cen1{
  color: #333333;
  font-weight: bold;
  background-color: #efefef;
  margin-bottom: 5px;
}
.problem-sw ul li .cen2{
  color: #888888;
}
.problem-sw ul li:hover .cen1{
  background-color: #069f5c;
}
.problem-sw ul li:hover .cen1{
  color: #ffffff;
}
.problem-sw ul li .cen1::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #efefef;
  position: absolute;
  bottom: -7px;
  left: 11px;
  transform: rotate(42deg);
}
.problem-sw ul li:hover .cen1::after{
  border-bottom-color: #069f5c;
}
.problem-sw ul li:hover .cen2 .spa{
  font-weight: bold;
  color: #069f5c;
}
.swiper-scrollbar{
  border-radius: 0;
  background-color: #edeff3;
}
.swiper-container-vertical>.swiper-scrollbar{
  right: 0px;
  top: 0%;
  width: 7px;
  height: 100%;
}
.swiper-scrollbar-drag{
  border-radius: 0;
  background-color: #069f5c;
}

.friLinkCon .width{padding-left: 5px;}
.friLinkCon .width a{color: #666;font-size: 14px;margin: 17px 17px 0;display: inline-block;}
