@media (min-width: 1200px) {

  .kecheng{
    width: 1000px;
    margin: 0 auto;
  }
  .kecheng .kc-fl{
    width: 100%;
    height: 60px;
    background-color: #30A638;
  }
  .kecheng .kc-fl span{
    width: 20%;
    height: 60px;
    float: left;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #fff;
    transition: all 0.5s;
  }
  .kecheng .kc-fl span a{
    color: #fff;
    display: block;
    width: 100%;
    height: 60px;
  }
  .kecheng .kc-fl span:hover{
    background-color: #18871F;
  }
  .kecheng .kc-lb{
    width: 100%;
    height: 225px;
  }
  .kecheng .kc-lb .kc-mk{
    width: 20%;
    float: left;
    height: 225px;
    box-sizing: border-box;
    padding: 5px;
  }
  .kecheng .kc-lb .kc-mk a{
    display: block;
    width: 100%;
    height: 225px;
  }
  .kecheng .kc-lb .kc-mk a img{
    width: 100%;
    height: 190px;
    vertical-align: bottom;
  }
  .kecheng .kc-lb .kc-mk a p{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-family: '楷体';
    text-align: center;
    font-weight: 700;
    color: #333;
    transition: all 0.5s;
  }
  .kecheng .kc-lb .kc-mk a:hover p{
    background-color: #EEEEEE;
  }
  .youshi{
    width: 100%;
    background-color: #30A638;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .youshi h2{
    color: #fff;
    font-size: 36px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 2;
  }
  .youshi .bt-hx{
    display: block;
    margin: 10px auto;
  }
  .youshi h5{
    font-size: 16px;
    font-family: '微软雅黑';
    color: #fff;
    text-align: center;
  }
  .youshi .ys-lb{
    width: 1000px;
    margin: 0 auto;
  }
  .youshi .ys-lb .ys-mk{
    width: 33.33%;
    height: 180px;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 50px;
  }
  .youshi .ys-lb .ys-mk .ys-l{
    float: left;
    margin-right: 10px;
  }
  .youshi .ys-lb .ys-mk .ys-l img{
    transition: all 0.5s;
  }
  .youshi .ys-lb .ys-mk:hover .ys-l img{
    
    transform: scale(1.1);
  }
  .youshi .ys-lb .ys-mk .ys-r{
    box-sizing: border-box;
    padding-top: 25px;
  }
  .youshi .ys-lb .ys-mk .ys-r p{
    font-size: 16px;
    color: #fff;
    font-family: '微软雅黑';
    line-height: 2;
  }
  .xinwen{
    width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .xinwen .gsxw{
    width: 45%;
    float: left;
  }
  .xinwen .zxzx{
    width: 45%;
    float: right;
  }
  .xinwen .xw .xw-t {
    border-bottom: 1px solid #D9D9D9;
    position: relative;
  }
  .xinwen .xw .xw-t h3{
    font-size: 24px;
    font-family: '微软雅黑';
    font-weight: 700;
    line-height: 1.4;
    color: #30A638;
  }
  .xinwen .xw .xw-t h6{
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 400;
    line-height: 1.4;
    color: #D9D9D9;
  }
  .xinwen .xw .xw-t a{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #D9D9D9;
    color: #333; 
  }
  .xinwen .xw .xw-b a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;

  }
  .xinwen .xw .xw-b a p{
    line-height: 2;
    font-size: 16px;
    color: #5A5A5A;
    font-family: '微软雅黑';
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   transition: all 0.5s;
  }
  .xinwen .xw .xw-b a:hover p{
    color: #30A638;
  }
  .xinwen .xw .xw-b a span{
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #929292;
    font-family: '微软雅黑';
  }
  .sz-lb{
    width: 1000px;
    margin:0 auto;
  }
  .sz-lb .sz-mk{
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    float: left;
    width: 270px;
    height: 375px;
  }

  .shizi{
    background-color: #F7F7F7;
    padding-top: 5px;
    padding-bottom: 50px;
  }
  .shizi h2{
    color: #333;
    font-size: 36px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 2;
  }
  .shizi .bt-hx{
    display: block;
    margin: 10px auto;
  }
  .shizi h5{
    font-size: 16px;
    font-family: '微软雅黑';
    color: #333;
    text-align: center;
  }
  
  .sz-lb{
    margin-top: 30px;
  }
  .sz-lb .sz-mk{
    width: 270px;
    height: 375px;
    
  }
  .sz-lb .sz-mk {
    display: block;
    width: 210px;
    height: 260px;
    position: relative;
  }
  .sz-lb .sz-mk img{
    width: 270px;
    height: 260px;
    vertical-align: bottom;
  }
  .sz-lb .sz-mk .yy1{
    position: absolute;
    opacity: 1;
    text-align: center;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: '微软雅黑';
    transition: all 0.8s;
  }
  .sz-lb .sz-mk .yy2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(48,166,56,0.7);
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;
    transition: all 0.8s;
  }
  .sz-lb .sz-mk .yy2 h4{
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
  }
  .sz-lb .sz-mk .yy2 p{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
  }
  .sz-lb .sz-mk .yy2 p.jieshao{
    border-top: 2px solid #fff;
  }
  .sz-lb .sz-mk .yy2 span{
    width: 165px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #30A638;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
  }
  .sz-lb .sz-mk a:hover .yy1{
    opacity: 0;
  }
  .sz-lb .sz-mk a:hover .yy2{
    opacity: 1;
  }
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .lunbo{
    margin-top: 50px;
  }
  .kecheng{
    width: 100%;
  }
  .kecheng .kc-fl{
    width: 100%;
    height: 120px;
    background-color: #dfdfdf;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .kecheng .kc-fl span{
    width: 33.33%;
    height: 60px;
    float: left;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #30A638;
    transition: all 0.5s;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .kecheng .kc-fl span a{
    width: 100%;
    height: 60px;
    display: block;
    color: #30A638;
  }
  .kecheng .kc-fl span.kc-fl-1{
    height: 120px;
    line-height: 120px;
  }
  .kecheng .kc-fl span.kc-fl-4{
    line-height: 20px;
    padding-top: 10px;
  }

  .kecheng .kc-lb{
    display: none;
  }
  
  .youshi{
    width: 100%;
    background-color: #30A638;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .youshi h2{
    color: #fff;
    font-size: 30px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 2;
  }
  .youshi .bt-hx{
    display: block;
    margin: 10px auto;
  }
  .youshi h5{
    font-size: 14px;
    font-family: '微软雅黑';
    color: #fff;
    text-align: center;
  }
  .youshi .ys-lb{
    width: 100%;
    margin: 0 auto;
  }
  .youshi .ys-lb .ys-mk{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 20px;
    height: 185px;
  }
  .youshi .ys-lb .ys-mk .ys-l img{
    display: block;
    margin: 0 auto;
  }
 
  .youshi .ys-lb .ys-mk .ys-r{
    box-sizing: border-box;
  }
  .youshi .ys-lb .ys-mk .ys-r p{
    font-size: 14px;
    color: #fff;
    font-family: '微软雅黑';
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
  }
  .xinwen{
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xinwen .gsxw{
    width: 100%;
  }
  .xinwen .zxzx{
    margin-top: 10px;
    width:100%;
  }
  .xinwen .xw .xw-t {
    border-bottom: 1px solid #D9D9D9;
    position: relative;
  }
  .xinwen .xw .xw-t h3{
    font-size: 24px;
    font-family: '微软雅黑';
    font-weight: 700;
    line-height: 1.4;
    color: #30A638;
  }
  .xinwen .xw .xw-t h6{
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 400;
    line-height: 1.4;
    color: #D9D9D9;
  }
  .xinwen .xw .xw-t a{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #D9D9D9;
    color: #333; 
  }
  .xinwen .xw .xw-b a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;

  }
  .xinwen .xw .xw-b a p{
    line-height: 2;
    font-size: 16px;
    color: #5A5A5A;
    font-family: '微软雅黑';
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   transition: all 0.5s;
  }
  .xinwen .xw .xw-b a:hover p{
    color: #30A638;
  }
  .xinwen .xw .xw-b a span{
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #929292;
    font-family: '微软雅黑';
  }
  .sz-lb{
    width: 100%;
  }
  .sz-lb .sz-mk{
    display: block;
    float: left;
    width: 50%;
    position: relative;
  }

  .shizi{
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shizi h2{
    color: #333;
    font-size: 20px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 2;
  }
  .shizi .bt-hx{
    display: block;
    margin: 10px auto;
  }
  .shizi h5{
    font-size: 14px;
    font-family: '微软雅黑';
    color: #333;
    text-align: center;
  }
  
  .sz-lb{
    margin-top: 30px;
  }
  
  
  .sz-lb .sz-mk img{
    width: 100%;
    vertical-align: bottom;
  }
  .sz-lb .sz-mk .yy1{
    position: absolute;
    opacity: 1;
    text-align: center;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-family: '微软雅黑';
    transition: all 0.8s;
  }
  .sz-lb .sz-mk .yy2{
    display: none;
  }
  
}
