*{
    margin:0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}
header{
    height: 100px;
    background: #f6f6f6;
    width: 100%;
    border-bottom: 2px solid #0F9D58;
}
header>div{
    width:1200px;
    margin:0 auto;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
header>div>h2{
    font-size: 30px;
    color:#0F9D58;
    font-weight: bold;
    flex:1
}
header>div>span{
    font-size: 21px;
}
.row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*导航*/
/*nav导航*/
nav{
    width:100%;
    background: #0F9D58;
    height: 80px;
    line-height: 80px;
    margin-top: 0px;
}
nav>ul>li{
    float: left;
    height:80px;
    line-height: 80px;
}
nav>ul>li>a{
    display: inline-block;
    width: 120px;
    height: 80px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
nav>ul>li>a:hover{
    background:#ffffff;
    color:#0F9D58;
}
.sel{
    background:#ffffff;
    color:#0F9D58;
}
/*列表下拉二级导航*/
.secnav{
    position: absolute;
    z-index: 10;
    top: 80px;
    right: 1px;
    width: 120px;
    background-color: #0F9D58;
    display: none;
    line-height: 40px;
}
.secnav a{
    font-size: 16px;
    color:#ffffff;
    display: inline-block;
    width:120px;
    height:60px;
    line-height: 60px;
    text-align: center;
}
/*下拉菜单鼠标移动样式*/
.secnav a:hover{
    background-color: #ffffff;
    height:60px;
    color:#0F9D58;
}
.procenter:hover .secnav{
    display: block;
}
.procenter:hover .down1{
    transform: rotate(180deg);
}

/*通知*/
.rowpub{
    width:1150px;
    margin:0 auto;
    height:68px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*标题*/
.titlev{
    width: 100%;
    align-items: flex-start;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}
.title{
    font-size: 16px;
    flex: 1;
    padding-left: 10px;
    position: relative;
    color: #151515;
}
.title::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 15px;
    background: #151515;
    position: absolute;
    top: 4px;
    left: 0px;
}
.titlev>a{
    color:#595959;
}
.titlev>a:hover{
    color:#0F9D58;
}
/*列表*/
.list{
    width:100%;
    height:70px;
    border-bottom: 1px solid #e2e2e2;
    color: #151515;
}
.list>p{
    position:relative;
    padding-left: 15px;
    flex:1;
    font-size: 16px;
}
.list>p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #8A8A8A;
    position: absolute;
    top: 9px;
    left: 0px;
}
.list:hover{
    color:#0F9D58;
}
.list:hover .list>p::before{
    background: #EC8E8E;
}
/*考试公告*/
.ksgglist{
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 20px;
}
.ksgglist>p:nth-of-type(2){
    color: #888888;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-left: 20px;
}
.ksgglist>p:nth-of-type(2)>span{
    margin-right: 30px;
}

/*banner/*/
.banner1{
    width: 100%;
    margin: 40px auto;
    height: 235px;
    background: url(../images/banner2.png) no-repeat;
    background-size: cover;
}
.banner1 p{
    width:647px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin-bottom: 18px;
}
.banner1 a{
    display: inline-block;
    width:109px;
    height:30px;
    border:1px solid rgba(255,255,255,1);
    border-radius:15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
}
/*培训专业*/
.pxzylist{
    width:100%;
    height:70px;
    margin-top: 25px;
    display: inline-block;
}
.pxzylist>div:nth-of-type(1){
    width: 20%;
    background: #0F9D58;
    line-height: 70px;
    height: 70px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    float: left;
}
.pxzylist>div:nth-of-type(2){
    float: left;
    width: 76%;
    height: 48px;
    color: #989898;
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #E2E2E2;
}
/*就业信息*/
.jyxxlist{
    float:left;
    width:47%;
}
.jyxxlist:nth-of-type(even){
    float:right;
}

/*底部*/
footer{
    background: #0F9D58;
    height:222px;
    width:100%;
    margin-top: 60px;
}
.footlist{
    text-align: left;
    color:#ffffff;
    float:left;
    width:420px;
    margin-left: 60px;
    margin-top: 30px;
}
.footlist ul{
    width:340px;
    margin-top: 30px;
}
.footlist ul li{
    float: left;
    margin-right: 40px;
    display: inline-block;
    width:60px;
    margin-bottom: 20px;
}
.footlist ul li a{
    color: #ffffff;
    font-size: 14px;
}
.two ul li{
    margin-bottom: 20px;
    width:100%;
}

/*信息查询*/
.cxtitle{
    width:80%;
    margin:0 auto;
}
.cxtitle ul{
    width:85%;
    margin:0 auto;
}
.cxtitle ul li{
    float: left;
    font-size: 20px;
    margin-right: 50px;
}
.hover{
    color:#0F9D58;
    border-bottom: 1px solid #0F9D58;
}
/*输入框*/
.cxcon{
    width:100%;
    margin:45px auto 0;
}
.cxcon>div{
    width:100%;
}
.cxtj{
    background: #ffffff;
    width:80%;
    margin:40px auto 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0 15px;
  
}
.cxtj>input{
    width:90%;
    margin-left: 10px;
    border: none;
    height: 40px;
    outline: none;
}
.xcbtn{
    width:85%;
    height:38px;
    color:#ffffff;
    font-size:14px;
    background: #0F9D58;
    border-radius:5px;
    border:none;
    display: block;
    margin:0 auto;
    outline: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #d5d5d5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d5d5d5;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d5d5d5;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d5d5d5;
}

/*搜索*/
.searchbox{
  width:1140px;
  height:60px;
  padding:30px;
  background: #f0f0f0;
  margin: 15px auto;
}
.searchbox div{
width: 1140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #0F9D58;
    height: 100%;
    background: #ffffff;
}
.searchbox div>input{
  border: none;
  flex:1;
  height:50px;
  outline: none;
  margin-right: 20px;
}
.searchbox div>button{
  width:134px;
  height:60px;
  background: #0F9D58;
  color:#ffffff;
  font-size: 18px;
  border:none;
  outline: none;
  cursor: pointer;
}
.searchbox div>button:hover{
  background:#35856A;
}

/*轮播图*/
.splist>a{
    width: 32%;
    height: 100px;
    overflow: hidden;
    margin-right: 2%;
}
.splist>a:last-child{
    margin-right: 0;
}
/* flexslider */
.flexslider{position:relative;height:290px;overflow:hidden;width:600px;}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}



ul {
    list-style: none;
}
.lc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.lc .title {
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
}
.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 400;
}
.lc .items p {
    color: #fff;
}
.lc .items p.p1 {
    opacity: .8;
    color: #fff;
    text-align: center;
}
.lc .items p.p2 {
    margin-top: 20px;
    color: #fff;
}
.amount {
    font-size: 40px;
}
.lc .items p.p3 {
    opacity: .8;
    color: #fff;
}
.lc .items p.p4 {
    margin-top: 12px;
    line-height: 50px;
}
.lc .items .btn {
    color: #ff6200;
    background-color: #ffe7d8;
    height: 40px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.lc .items .btn:hover {
    opacity: 0.8;
}
.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}
.lc .items .right {
    float: left;
    width: 1200px;
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li h3 a {
    color: #323232;
}
.lc .items .right ul li p.p1 {
    color: #B0B0B0;
}
.lc .items .right ul li p.p2 {
    color: #ff6825;
}
.lc .items .right ul li p.p3 {
    color: #B0B0B0;
}
.lc .items .right ul li p.p4 {
    color: #666;
}
.lc .items .right ul li .btn {
    background-color: #ff6200;
    color: #fff;
}
.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}
.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.lc .items .right .next {
    left: 0px;
}
.lc .items .right .prev {
    right: 0px;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}

.bannerbox{
position:absolute;top:200px;left:400px;color:#ffffff;line-height:55px;font-weight: bold;
}
.bannerbox>p{
font-size:26px;letter-spacing:2px;
  color:#ffffff;line-height:55px;
}
.bannerbox  .bannera1{
  width: 120px;height: 45px;background: #0F9D58;text-align: center;line-height: 45px;color: #ffffff;font-size: 15px;border-radius: 25px;font-weight: bold;
}
.bannerbox  .bannera2{
  width: 120px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #ffffff;color: #ffffff;border-radius: 20px; margin-left: 20px;font-weight: bold;
}
@media(max-width:768px){
  .bannerbox{
    top:160px;
    left:40px;
    line-height:30px;
  }
  .bannerbox>p{
font-size:14px;letter-spacing:0px;
}
.bannerbox  .bannera1{
      width: 90px;
    height: 32px;
    background: #0F9D58;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 25px;
    font-weight: bold;
}
.bannerbox  .bannera2{
      width: 90px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 20px;
    margin-left: 20px;
    font-weight: bold;
}
}
/**图片集锦*/
 .picMarquee-left .bd .tempWrap{
width:1200px !important;
}
.demoBox{
	overflow:hidden;
}
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd .prev,.picMarquee-left .bd .next{ 
  display: none;
  width:40px;
  height:40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color:#ffffff;
  font-size: 16px;
  background:rgba(0,0,0,.3);
  position:absolute;
  z-index:33;
 cursor: pointer;
}
.picMarquee-left .bd .prev{
  right:10px;
  top:70px;
}
.picMarquee-left .bd .next{
  left:10px;
  top:70px;
  }
.picMarquee-left .bd:hover .next {
        display: inline-block;
      }
    .picMarquee-left .bd:hover .prev {
         display: inline-block;
      }
    
   
    .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
    .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

    .picMarquee-left .bd{ padding:0px;   }
    .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
    .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
    .picMarquee-left .bd ul li .pic{ text-align:center; }
    .picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
    .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
    .picMarquee-left .bd ul li .title{ line-height:24px;   }