<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 娓呴櫎鏍峰紡 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

input{border:none;outline:none;}

em,i{font-style: normal;}

img{ outline:0; border:none; display: block;height:auto;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

body{position: relative; font-size: 12px; font-family: "寰蒋闆呴粦"; min-width: 320px; color: #333333;background: #fff;position:relative;}

*{box-sizing: border-box;}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}




/* 寮€濮� */
.all{
  width:100%;
  position: relative;
}
.all_w{
  width:1200px;
  margin:0 auto;
}
.all_w1{
  width:1200px;
  margin:0 auto;

}
@media all and (max-width: 1200px) {
  .all_w{
      width:100%;
      margin:0 auto;
  }
  .all_w1{
      width:95%;
      margin:0 auto;
  }
}
@media all and (max-width: 750px) {
  .zzc{
      display:none;
      position: fixed;
      left:0;
      top:0;
      width:100%;
      height:100%;
      background:rgba(0,0,0,.5);
      z-index:990;
      transition: none;
  }
}


.header{
  width:100%;
  position: relative;
}
.header_t{
  background:#006934;
}
.header_t p{
  font-size:12px;
  color:#fff;
  line-height: 30px;
}
.header_t p a{
  color:#fff;
}
.header_b{
  width:100%;
  padding:10px 0;
} 
.header_b .wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header_b .wrap .left{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.header_b .wrap .left .logo{
  padding:0 30px 0 0;
}
.header_b .wrap .left .logo img{
  width:100%;
}
.header_b .wrap .left .logo a{
  font-size: 30px;
  color: rgb(13, 159, 105);
  line-height: 50px;
  font-family: 寰蒋闆呴粦;
}
.header_b .wrap .left .nav{
  margin:0 0 0 20px;
}
.header_b .wrap .left .nav li{
  margin: 0 6px;
  display:inline-block;
}
.header_b .wrap .left .nav li a{
  color:#000;
  font-size:16px;
  line-height:26px;
}
.header_b .wrap .left .nav .on a{
  color:#006934;
}
.header_b .wrap .left .nav li a:hover{
  color:#006934;
}
.header_b .wrap .right{
  border:1px solid #99CCCC;
  border-radius: 5px;
  width:300px;
  height:36px;
  background:#fafafa;
}
.header_b .wrap .right form{
  display:flex;
  justify-content: space-between;
}
.header_b .wrap .right form .input1{
  display:block;
  width:260px;
  height:100%;
  color:#333;
  font-size:12px;
  height:34px;
  line-height: 34px;
  background:#fafafa;
  padding-left:15px;
}
.header_b .wrap .right form .input2{
  width:30px;
  height:36px;
  display:block;
  background:url("../images/search.png")no-repeat center center;
  background-size:20px 20px;
  cursor: pointer;
}
@media all and (max-width:1200px) {
  .header_b .wrap .left .nav li{
    margin:0 10px;
  }
  .header_b .wrap .left .nav li a{
    color:#000;
    font-size:16px;
  }
}
@media all and (max-width:980px) {
  .header_b .wrap .right{
    display:none;
  }
}
@media all and (max-width:750px) {
  .header{
    height:60px;
  }
  .header_fixed{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:999;
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.1);
    background:#fff;
  }
  .header_t{
    display:none;
  }
  .header_b .wrap .left .logo{
    width:100%;
  }
  .header_b .wrap .left .nav{
    display:block;
    position: fixed;
    left:-300px;
    top:61px;
    width:300px;
    height:100%;
    background:#fff;
    margin:0;
    transition: all ease .25s;
    padding:10px 0 0; 
  }
  .header_b .wrap .left .nav1{
    left:0;
  }
  .header_b .wrap .left .nav li{
    line-height: 35px;
    margin:0 15px;
  }
}
@media all and (max-width:480px) {
  .header{
    height:52.68px;
  }
  .header_b .wrap .left .logo{
    width:100%;
  }
  .header_b .wrap .left .nav{
    display:block;
    position: fixed;
    left:-250px;
    top:53.5px;
    width:250px;
    height:100%;
    background:#fff;
    margin:0;
    transition: all ease .25s;
  }
  .header_b .wrap .left .nav1{
    left:0;
  }
  .header_b .wrap .left .nav li a{
    font-size:14px;
  }
}


.cd_btn{
  width:0;
  display:none;
}
@media all and (max-width:750px) {
  .cd_btn{
    width:20px;
    height: 21px;
    display:block;
    position: relative;
    margin-top:5px;
  }
  .cd_btn .line1{
    position: absolute;
    left:0;
    top:0;
    width:20px;
    height:1.5px;
    background:#333;
    transition: all ease .25s;
  }
  .cd_btn .line2{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background:#333;
    transition: all ease .25s;
  }
  .cd_btn .line3{
    position: absolute;
    left:0;
    top:16px;
    width:20px;
    height:1.5px;
    background:#333;
    transition: all ease .25s;
  }
  .cd_btn .line1_1{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background:#333;
    transform: rotate(45deg);
    transition: all ease .25s;
  }
  .cd_btn .line2_1{
    width:20px;
    height:1.5px;
    background:#333;
    opacity: 0;
    transition: all ease .25s;
  }
  .cd_btn .line3_1{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background: #333;
    transform: rotate(-45deg);
    transition: all ease .25s;
  }
}

.footer{
  width:100%;
  padding:30px 0;
  margin-top:30px;
  background:#F4FFEA;
}
.footer_link{
  width:100%;
}
.footer_link .wrap{
  display:flex;
  justify-content: flex-start;
}
.footer_link .wrap p{
  padding:0 10px;
  height:30px;
  line-height: 30px;
  background:#006934;
  color:#fff;
  font-size:14px;
  border-radius: 3px;
  white-space: nowrap;
}
.footer_link .wrap .links{
  
}
.footer_link .wrap .links a{
  color:#000;
  margin:0 10px;
  line-height: 22px;
  font-size:14px;
}
.footer_link .wrap .links a:hover{
  color:#006934;
}
.footer_b{
  width:100%;
  margin-top:30px;
}
.footer_b .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: center;
}
.footer_b .wrap .text{
  
}
.footer_b .wrap .text p{
  color:#666;
  font-size:14px;
  line-height: 25px;
}
.footer_b .wrap .text p a{
  color:#666;
}
.footer_b .wrap .erweima{
  display:flex;
  justify-content: space-between;
}
.footer_b .wrap .erweima .box:nth-child(n+2){
  margin-left: 50px;
}
.footer_b .wrap .erweima .box{

}
.footer_b .wrap .erweima .box img{
  width:80px;
  height:80px;
}
.footer_b .wrap .erweima .box p{
  color:#333;
  font-size:12px;
  text-align: center;
  margin-top:10px;
}
@media all and (max-width:750px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .footer_link .wrap .links{
    width:100%;
    margin-top:10px;
  }
  .footer_link .wrap{
    flex-wrap:wrap;
  }
  .footer_link .wrap .links a{
    margin:0 10px;
    white-space: nowrap;
  }
  .footer_b .wrap .logo{
    width:100%;
  }
  .footer_b .wrap .logo img{
    width:180px;
    margin:0 auto;
  }
  .footer_b .wrap .text{
    width:100%;
    text-align: center;
    margin-top:20px;
  }
  .footer_b .wrap .erweima{
    width:100%;
    justify-content: center;
    margin-top:20px;
  }
}

@media all and (max-width:480px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .footer_link .wrap .links a{
    margin:0 10px;
    white-space: nowrap;
    font-size:12px;
  }
  .footer_b .wrap .logo img{
    width:150px;
    margin:0 auto;
  }
  .footer_b .wrap .text p{
    font-size:12px;
    line-height: 20px;
  }
}


.bode{
  width:100%;
}
.bode1{
  width:100%;
}
.bode1 .wrap{
  display:flex;
  justify-content: space-between;
}
.bode1 .wrap .jrtt{
  width:23%;
  margin-top:20px;
}
.bode1 .wrap .jrtt .tit{
  width:100%;
  font-size:16px;
  line-height: 25px;
  color:#ff4400;
  font-style: italic;
  font-weight: bold;
}
.bode1 .wrap .jrtt ul{
  width:100%;
}
.bode1 .wrap .jrtt ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:15px;
}
.bode1 .wrap .jrtt ul li .img{
  width:90px;
  height:70px;
}
.bode1 .wrap .jrtt ul li .img img{
  width:100%;
  height:100%;
}
.bode1 .wrap .jrtt ul li .text{
  width:60%;
}
.bode1 .wrap .jrtt ul li .text p{
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bode1 .wrap .jrtt ul li .text p a{
  color:#000;
  font-size:14px;
}
.bode1 .wrap .jrtt ul li .text span{
  display:block;
  color:#999;
  font-size:12px;
  text-align: right;
  margin-top:10px;
}
.bode1 .wrap .rmyp{
  width:20%;
  margin-top:20px;
}
.bode1 .wrap .rmyp .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
}
.bode1 .wrap .rmyp .tit:before{
  content:"";
  display:block;
  position: absolute;
  left:0;
  top:0;
  background:#99CCCC;
  width:100%;
  height:2px;
}
.bode1 .wrap .rmyp .tit p{
  color:#000;
  font-size:16px;
  line-height: 35px;
  position: relative;
}
.bode1 .wrap .rmyp .tit p:before{
  content:"";
  display:block;
  position: absolute;
  left:0;
  top:0;
  background:#006934;
  width:100%;
  height:2px;
}
.bode1 .wrap .rmyp ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode1 .wrap .rmyp ul li{
  width:29%;
  margin-top:20px;
}
.bode1 .wrap .rmyp ul li img{
  width:100%;
  height:65px;
  border:1px solid #99CCCC;
}
.bode1 .wrap .rmyp ul li p{
  width:100%;
  color:#000;
  font-size:12px;
  margin-top:10px;
  text-align: center;
}
.bode1 .wrap .rmyp ul li:nth-child(2){
  margin:20px 4.3% 0;
}
.bode1 .wrap .rmyp ul li:nth-child(5){
  margin:20px 4.3% 0;
}
.bode1 .wrap .rmyp ul li:nth-child(8){
  margin:20px 4.3% 0;
}


@media all and (max-width:980px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode1 .wrap .jrtt{
    display:none;
  }
  .bode1 .wrap .rmyp{
    display:none;
  }
}


#tit1{
  line-height: 45px;
  position: relative;
}
#tit1:before{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background:#006934;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-1px;
  z-index:1
}
#tit1 p{
  width:220px;
  margin:0 auto;
  text-align: center;
  color:#000;
  font-size:40px;
  background:#fff;
  position: relative;
  z-index: 5;
}
#tit1 p em{
  color:#006934;
}
@media all and (max-width:750px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  #tit1 p{
    width:160px;
    font-size:24px;
  }
}
@media all and (max-width:480px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  #tit1 p{
    width:120px;
    font-size:20px;
  }
}
.bode2{
  width:100%;
  margin-top:50px;
}
.bode2 .content{
  width:100%;
  margin-top:20px;
}
.bode2 .content .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode2 .content .wrap .left{
  width:72%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode2 .content .wrap .left .list_img{
  width:48%;
  margin-top:20px;
}
.bode2 .content .wrap .left .list_img ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode2 .content .wrap .left .list_img ul li{
  width:49.5%;
  position: relative;
}
.bode2 .content .wrap .left .list_img ul li:nth-child(n+3){
  margin-top:2px;
}
.bode2 .content .wrap .left .list_img ul li img{
  width:100%;
  height:200px;
}
.bode2 .content .wrap .left .list_img ul li p {
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 35px;
  padding:0 10px;
  z-index:5;
  text-align: center;
  color:#fff;
  font-size:12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: linear-gradient(to top, #444 , rgba(0, 0, 0 ,.0));
}
.bode2 .content .wrap .left .list_text{
  width:50%;
  margin-top:20px;
}
.bode2 .content .wrap .left .list_text ul{
  width:100%;
}
.bode2 .content .wrap .left .list_text ul:nth-child(n+2){
  margin-top:20px;
}
.bode2 .content .wrap .left .list_text ul li{
  color:#999;
  font-size:16px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 37px;
}
.bode2 .content .wrap .left .list_text ul li a{
  color:#000;
  font-size:14px;
  padding-left:10px;
  font-weight: normal;
}
.bode2 .content .wrap .left .list_text ul li a:hover{
  color:#006934;
}
.bode2 .content .wrap .left .list_text ul li:nth-child(1) a{
  font-size:22px;
}
.bode2 .content .wrap .right{
  margin-top:20px;
  width:26%;
  background:#ebf6ff;
  padding:20px;
}
.bode2 .content .wrap .right .tit{
  width:100%;
  font-size:20px;
  line-height: 20px;
  border-left:4px solid #006934;
  color:#006934;
  padding-left:10px;
}
.bode2 .content .wrap .right ul{
  width:100%;
}
.bode2 .content .wrap .right ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:15px;
}
.bode2 .content .wrap .right ul li p{
  width:70%;
  font-size:14px;
  color:#999;
  font-weight: bold;   
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode2 .content .wrap .right ul li:nth-child(1) p{
  color:#ff3300
}
.bode2 .content .wrap .right ul li:nth-child(2) p{
  color:#006934;
}
.bode2 .content .wrap .right ul li:nth-child(3) p{
  color:#ff9900;
}
.bode2 .content .wrap .right ul li p a{
  color:#000;
  padding-left:10px;
  font-size:14px;
  font-weight: normal;
}
.bode2 .content .wrap .right ul li p a:hover{
  color:#006934;
} 
.bode2 .content .wrap .right ul li span{
  display:block;
  color:#999;
  font-size:12px;
}
@media all and (max-width:980px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .content .wrap .left{
    width:100%;
  }
  .bode2 .content .wrap .right{
    width:100%;
  }
}
@media all and (max-width:750px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .content .wrap .left .list_img{
    width:100%;
  }
  .bode2 .content .wrap .left .list_text{
    width:100%;
  }
  .bode2 .content .wrap .left .list_img ul li img{
    height:350px;
  }
}
@media all and (max-width:480px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .content .wrap .left .list_img ul li img{
    height:150px;
  }
  .bode2 .content .wrap .left .list_text ul li:nth-child(1) a{
    font-size:18px;
  }
  .bode2 .content{
    margin:0;
  }
  .bode2{
    margin-top:30px;
  }
}

.bode2 .sptj{
  width:100%;
  margin-top:40px;
}
.bode2 .sptj .tit{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: baseline;
}
.bode2 .sptj .tit p{
  margin-right: 50px;
}
.bode2 .sptj .tit p a{
  color:#000;
  font-size:24px;
}
.bode2 .sptj .tit dl{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.bode2 .sptj .tit dl dd{
  margin-right: 20px;
  color:#333;
  font-size:16px;
  padding-left:25px;
  background:url("../images/play.png")no-repeat left center;
  background-size:20px 20px;
  cursor: pointer;
}
.bode2 .sptj .tit dl .on_sptj{
  color:#006934;
  background:url("../images/play_1.png")no-repeat left center;
  background-size:20px 20px;
}
.bode2 .sptj .list{
  width:1220px;
  margin:0 auto;
}
.bode2 .sptj .list .list_item{
  width:100%;
}
.bode2 .sptj .list .list_item:nth-child(n+2){
  display:none;
}
.bode2 .sptj .list .list_item ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode2 .sptj .list .list_item ul li{
  width:20%;
  margin-top:20px;
  padding:0 10px;
}
.bode2 .sptj .list .list_item ul li .box{
  width:100%;
  position: relative;
}
.bode2 .sptj .list .list_item ul li .box img{
  width:100%;
  height:125px;
}
.bode2 .sptj .list .list_item ul li .box p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: linear-gradient(to top, #444 , rgba(0, 0, 0 ,.0));
}
.bode2 .sptj .list .list_item ul li .box em{
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-20px;
  display:block;
  width:40px;
  height:40px;
  background:url("../images/svg_play.png")no-repeat 60% 55%;
  background-size:20px 20px;
  background-color:rgba(0,0,0,.5);
  border-radius:100%;
  opacity: 0;
  transition: all ease .25s;
}
.bode2 .sptj .list .list_item ul li:hover .box em{
  opacity: 1;
}
@media all and (max-width:1220px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .sptj .list{
    width:95%;
    margin:0 auto;
  }
}
@media all and (max-width:980px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .sptj .list .list_item ul li{
    width:25%;
    margin-top:20px;
    padding:0 10px;
  }
}
@media all and (max-width:750px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .sptj .tit p a{
    font-size:20px;
  }
  .bode2 .sptj .list .list_item ul{
    justify-content: space-between;
  }
  .bode2 .sptj .list .list_item ul li{
    width:48%;
    margin-top:20px;
    padding:0px;
  }
  .bode2 .sptj .list .list_item ul li .box img{
    height:185px;
  }
  .bode2 .sptj .tit dl{
    width:100%;

  }
  .bode2 .sptj .tit dl dd{
    font-size:14px;
    margin:10px 10px 0 0;
  }
}
@media all and (max-width:480px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .sptj{
    margin-top:20px;
  }
  .bode2 .sptj .list .list_item ul li .box img{
    height:100px;
  }
}


.bode2 .wenda{
  width:100%;
  margin-top:20px;
}
.bode2 .wenda .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode2 .wenda .wrap .ypwd{
  width:75%;
  margin-top:20px;
}
.bode2 .wenda .wrap .ypwd .tit{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: baseline;
}
.bode2 .wenda .wrap .ypwd .tit p{
  margin-right: 50px;
}
.bode2 .wenda .wrap .ypwd .tit p a{
  color: #000;
  font-size: 24px;
}
.bode2 .wenda .wrap .ypwd .tit dl{
  display:flex;
  justify-content: flex-start;
}
.bode2 .wenda .wrap .ypwd .tit dl dd{
  margin-right: 20px;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  background: url(../images/wenda.png)no-repeat left center;
  background-size: 15px 15px;
  cursor: pointer;
}
.bode2 .wenda .wrap .ypwd .tit dl .on_ypwd{
  background: url(../images/wenda_1.png)no-repeat left center;
  background-size: 15px 15px;
  color:#006934;
}
.bode2 .wenda .wrap .ypwd .list{
  width:100%;
  margin-top:20px;
}
.bode2 .wenda .wrap .ypwd .list .list_item{
  width:100%;
}
.bode2 .wenda .wrap .ypwd .list .list_item:nth-child(n+2){
  display:none;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li{
  width:33.3%;
  border:1px solid rgba(0, 0, 0 ,.0);
  padding:20px 15px;
  transition: all ease .25s;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li:hover{
  border:1px solid #99CCCC;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .question{
  width:100%;
  display:flex;
  justify-content: space-between;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .question em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#ff8800;
  color:#fff;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .question a{
  width:90%;
  color:#333;
  line-height: 20px;
  font-size:14px; 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .question a:hover{
  color:#006934;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .answer{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .answer em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#006934;
  color:#fff;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li .answer p{
  width:90%;
  color:#999;
  font-size:12px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li span{
  display:block;
  width:100%;
  margin-top:10px;
  color:#999;
  background:url("../images/wenda_2.png")no-repeat left center;
  background-size:18px 16px;
  padding-left:23px;
}
.bode2 .wenda .wrap .ypwd .list .list_item ul li span i{
  color:#ff8800;
}
.bode2 .wenda .wrap .zxjd{
  width:22.5%;
  margin-top:20px;
  padding:0 10px;
  box-shadow: 0 3px 6px 3px rgba(0,0,0,.1);
}
.bode2 .wenda .wrap .zxjd .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.bode2 .wenda .wrap .zxjd .tit p{
  color:#000;
  font-size:18px;
  background:url("../images/da_1.png")no-repeat left center;
  background-size:20px 20px;
  padding-left:25px;
}
.bode2 .wenda .wrap .zxjd .tit span{
  display:block;
  color:#999;
}
.bode2 .wenda .wrap .zxjd .tit span i{
  color:#ff8800;
}
.bode2 .wenda .wrap .zxjd ul{
  width:100%;
  position: relative;
  margin-top:30px;
}
.bode2 .wenda .wrap .zxjd ul:after{
  content:"";
  display:block;
  width:1px;
  height:100%;
  background:#99CCCC;
  position:absolute;
  left:9px;
  top:0;
  z-index:1
}
.bode2 .wenda .wrap .zxjd ul li{
  position: relative;
  z-index:5;
  display:flex;
  justify-content: space-between;
}
.bode2 .wenda .wrap .zxjd ul li:nth-child(n+2){
  margin-top:20px;
}
.bode2 .wenda .wrap .zxjd ul li em{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ff8800;
  color: #fff;
}
.bode2 .wenda .wrap .zxjd ul li .text{
  width: 85%;
}
.bode2 .wenda .wrap .zxjd ul li .text span{
  display:block;
  width:100%;
  color:#333;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode2 .wenda .wrap .zxjd ul li .text span a{
  color:#333;
}
.bode2 .wenda .wrap .zxjd ul li .text span a:hover{
  color:#006934;
}
.bode2 .wenda .wrap .zxjd ul li .text p{
  color:#999;
  line-height: 20px;
  margin-top:5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bode2 .wenda .wrap .zxjd ul li .text .text1{
  width:100%;
  margin-top:10px;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode2 .wenda .wrap .zxjd ul li .text .text1 .yjj{
  display:block;
  color:#fff;
  background:#006934;
  padding:0 5px;
  line-height: 17px;
  border-radius: 11px;
  margin-right: 10px;
}
.bode2 .wenda .wrap .zxjd ul li .text .text1 .jd{
  color:#999;
}
.bode2 .wenda .wrap .zxjd ul li .text .text1 .jd i{
  color:#ff8800;
}
@media all and (max-width:980px) {
  .footer_b {
    width: 100%;
    margin-top: 0px;
  }
  .bode2 .wenda .wrap .ypwd{
    width:100%;
  }
  .bode2 .wenda .wrap .zxjd{
    display:none;
  }
}
@media all and (max-width:750px) {
  .bode2 .wenda .wrap .ypwd .tit p a{
    font-size:20px;
  }
  .bode2 .wenda .wrap .ypwd .tit dl dd{
    font-size:14px;
    margin:10px 10px 0 0;
  }
  .bode2 .wenda .wrap .ypwd .list .list_item ul li{
    width:50%;
  }
}
@media all and (max-width:480px) {
  .bode2 .wenda .wrap .ypwd{
    margin-top:0;
  }
  .bode2 .wenda .wrap .ypwd .list .list_item ul li{
    width:100%;
    padding:10px;
  }
}



.bode3{
  width:100%;
  margin-top:50px;
}
.bode3 .cbyp{
  width:100%;
}
.bode3 .cbyp .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode3 .cbyp .wrap .nlfl{
  width:48%; 
  margin-top:20px;
}
.bode3 .cbyp .wrap .nlfl .tit{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: baseline;
}
.bode3 .cbyp .wrap .nlfl .tit p{
  margin-right: 50px;
}
.bode3 .cbyp .wrap .nlfl .tit p a{
  color: #000;
  font-size: 24px;
}
.bode3 .cbyp .wrap .nlfl .tit dl{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode3 .cbyp .wrap .nlfl .tit dl dd{
  margin-right: 20px;
  color:#333;
  font-size:16px;
  cursor: pointer;
}
.bode3 .cbyp .wrap .nlfl .tit dl .on_nlfl{
  color:#006934;
}
.bode3 .cbyp .wrap .nlfl .list{
  width:100%;
}
.bode3 .cbyp .wrap .nlfl .list .list_item{
  width:100%;
}
.bode3 .cbyp .wrap .nlfl .list .list_item:nth-child(n+2){
  display:none;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li{
  width:31%;
  margin-top:20px;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li:nth-child(2){
  margin:20px 3.45% 0;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li:nth-child(5){
  margin:20px 3.45% 0;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li img{
  width:100%;
  height:130px;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li p{
  color:#000;
  font-size:14px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode3 .cbyp .wrap .nlfl .list .list_item ul li:hover p{
  color:#006934;
}


.bode3 .cbyp .wrap .cjjb{
  width:48%; 
  margin-top:20px;
}
.bode3 .cbyp .wrap .cjjb .tit{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: baseline;
}
.bode3 .cbyp .wrap .cjjb .tit p{
  margin-right: 50px;
}
.bode3 .cbyp .wrap .cjjb .tit p a{
  color: #000;
  font-size: 24px;
}
.bode3 .cbyp .wrap .cjjb .tit dl{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode3 .cbyp .wrap .cjjb .tit dl dd{
  margin-right: 20px;
  color:#333;
  font-size:16px;
  cursor: pointer;
}
.bode3 .cbyp .wrap .cjjb .tit dl .on_cjjb{
  color:#006934;
}
.bode3 .cbyp .wrap .cjjb .list{
  width:100%;
}
.bode3 .cbyp .wrap .cjjb .list .list_item{
  width:100%;
}
.bode3 .cbyp .wrap .cjjb .list .list_item:nth-child(n+2){
  display:none;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li{
  width:31%;
  margin-top:20px;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li:nth-child(2){
  margin:20px 3.45% 0;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li:nth-child(5){
  margin:20px 3.45% 0;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li img{
  width:100%;
  height:130px;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li p{
  color:#000;
  font-size:14px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode3 .cbyp .wrap .cjjb .list .list_item ul li:hover p{
  color:#006934;
}

@media all and (max-width:980px) {
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li img{
    height:100px;
  }
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li img{
    height:100px;
  }
}
@media all and (max-width:750px) {
  .bode3 .cbyp .wrap .nlfl{
    width:100%;
  }
  .bode3 .cbyp .wrap .cjjb{
    width:100%;
  }
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li img{
    height:140px;
  }
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li img{
    height:140px;
  }
}
@media all and (max-width:480px) {
  .bode3{
    margin-top:30px;
  }
  .bode3 .cbyp .wrap .nlfl .tit p a{
    font-size: 20px;
  }
  .bode3 .cbyp .wrap .nlfl .tit dl{
    width:100%;
  }
  .bode3 .cbyp .wrap .nlfl .tit dl dd{
    margin:10px 10px 0 0;
  }  
  .bode3 .cbyp .wrap .nlfl .list .list_item ul{
    justify-content: space-between;
  }
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li{
    width:48%;
  }  
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li:nth-child(2){
    margin:20px 0 0;
  }
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li:nth-child(5){
    margin:20px 0 0;
  }
  .bode3 .cbyp .wrap .nlfl .list .list_item ul li img{
    height:100px;
  }

  .bode3 .cbyp .wrap .cjjb .tit p a{
    font-size: 20px;
  }
  .bode3 .cbyp .wrap .cjjb .tit dl{
    width:100%;
  }
  .bode3 .cbyp .wrap .cjjb .tit dl dd{
    margin:10px 10px 0 0;
  }  
  .bode3 .cbyp .wrap .cjjb .list .list_item ul{
    justify-content: space-between;
  }
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li{
    width:48%;
  }  
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li:nth-child(2){
    margin:20px 0 0;
  }
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li:nth-child(5){
    margin:20px 0 0;
  }
  .bode3 .cbyp .wrap .cjjb .list .list_item ul li img{
    height:100px;
  }
}

.bode3 .flph{
  width:100%;
  margin-top:40px;
  position: relative;
}
.bode3 .flph .tit{
  width:100%;
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: center;
  position: relative;
}
.bode3 .flph .tit:after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background:#99CCCC;
  position: absolute;
  left:0;
  top:50%;
  z-index:5;
}
.bode3 .flph .tit p{
  position: relative;
  z-index:10;
  width:120px;
  background:#fff;
  color:#000;
  font-size: 24px;
  z-index: 10;
}
.bode3 .flph .tit a{
  color:#999;
  font-size:12px;
  width:50px;
  text-align: center;
  z-index: 10;
  background:#fff;
}
.bode3 .flph .tit a:hover{
  color:#006934;
}
.bode3 .flph .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode3 .flph .content .item{
  width:31%;
  border:1px solid #99CCCC;
  margin-top:20px;
  padding:0 10px;
}
.bode3 .flph .content .item .title{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
}
.bode3 .flph .content .item .title:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:#99CCCC;
  z-index:5;
}
.bode3 .flph .content .item .title p{
  font-size:16px;
  line-height: 45px;
  position: relative;
}
.bode3 .flph .content .item .title p:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  z-index: 10;
}
.bode3 .flph .content .item:nth-child(1) .title p{
  color:#006934;
}
.bode3 .flph .content .item:nth-child(1) .title p:after{
  background:#006934;
}
.bode3 .flph .content .item:nth-child(2) .title p{
  color:#006934;
}
.bode3 .flph .content .item:nth-child(2) .title p:after{
  background:#006934;
}
.bode3 .flph .content .item:nth-child(3) .title p{
  color:#d81e06;
}
.bode3 .flph .content .item:nth-child(3) .title p:after{
  background:#d81e06;
}
.bode3 .flph .content .item .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:15px 0;
  border-bottom:1px solid #99CCCC;
}
.bode3 .flph .content .item .box .img{
  width:100px;
  height:100px;
  position: relative;
}
.bode3 .flph .content .item .box .img img{
  width:100%;
  height:100%;
}
.bode3 .flph .content .item .box .img em{
  display:block;
  width:15px;
  height:25px;
  background:url("../images/jinqi.png")no-repeat center center;
  background-size:100% 100%;
  position: absolute;
  left:0px;
  top:0px;
  line-height: 25px;
  text-align: center;
  color:#fff;
}
.bode3 .flph .content .item .text{
  width:65%;
}
.bode3 .flph .content .item .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode3 .flph .content .item .text span a{
  color:#000;
  font-size:16px;
}
.bode3 .flph .content .item .text span a:hover{
  color:#006934;
}
.bode3 .flph .content .item .text p{
  color:#999;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:12px;
}
.bode3 .flph .content .item ul{
  width:100%;
}
.bode3 .flph .content .item ul li{
  width:100%;
  padding:7px 0;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.bode3 .flph .content .item ul li:nth-child(n+2){
  border-top:1px dashed #99CCCC;
}
.bode3 .flph .content .item ul li em{
  width:15px;
  height:25px;
  display:block;
  color:#fff;
  text-align: center;
  line-height: 25px;
  background:url("../images/jinqi_3.png")no-repeat left center;
  background-size:100% 100%;
}
.bode3 .flph .content .item ul li:nth-child(1) em{
  background:url("../images/jinqi_1.png")no-repeat left center;
  background-size:100% 100%;
}
.bode3 .flph .content .item ul li:nth-child(2) em{
  background:url("../images/jinqi_2.png")no-repeat left center;
  background-size:100% 100%;
}
.bode3 .flph .content .item ul li a{
  display:block;
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:10px;
}
.bode3 .flph .content .item ul li a:hover{
  color:#006934;
}
@media all and (max-width:750px) {
  .bode3 .flph .content .item{
    width:100%;
  }
  .bode3 .flph .tit p{
    font-size:20px;
    width:100px;
  }
}
@media all and (max-width:480px) {
  .bode3 .flph .content .item .box .img{
    width:80px;
    height:80px;
  }
}



#cby{
  width:100%;
}
#cby .part1{
  width:100%;
}
#cby .part1 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#cby .part1 .wrap .fenlei{
  width:20%;
  border:1px solid #99CCCC;
  border-top:2px solid #006934;
  margin-top:20px;
}
#cby .part1 .wrap .fenlei .box{
  width:100%;
}
#cby .part1 .wrap .fenlei .box .tit{
  line-height: 40px;
  color:#006934;
  font-size:18px;
  padding:0 10px;
}
#cby .part1 .wrap .fenlei .box ul{
  width:100%;
}
#cby .part1 .wrap .fenlei .box ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding:0 10px;
  border-top:1px solid rgba(0, 0, 0 ,.0);
  border-bottom:1px solid rgba(0, 0, 0 ,.0);
}
#cby .part1 .wrap .fenlei .box ul li:hover{
  border-top:1px solid #006934;
  border-bottom:1px solid #006934;
}
#cby .part1 .wrap .fenlei .box ul li:hover:before{
  content:"";
  display:block;
  width:1px;
  height:30px;
  background:#006934;
  position: absolute;
  left:-1px;
  top:0;
  z-index:10;
}
#cby .part1 .wrap .fenlei .box ul li&gt;a{
  display:block;
  line-height: 30px;
  color:#333;
  font-size:16px;
}
#cby .part1 .wrap .fenlei .box ul li:hover&gt;a{
  color:#006934;
}
#cby .part1 .wrap .fenlei .box ul li&gt;em{
  display:block;
  width:20px;
  height:12px;
  background:url("../images/right.png")no-repeat center center;
  background-size:100% 100%;
}
#cby .part1 .wrap .fenlei .box ul li:hover&gt;em{
  background:url("../images/right_1.png")no-repeat center center;
  background-size:100% 100%;
}
#cby .part1 .wrap .fenlei .box ul li .content{
  display:none;
  position: absolute;
  width:680px;
  left:100%;
  top:-1px;
  padding:20px;
  border:1px solid #006934;
  background:#fff;
  z-index:10;
}
#cby .part1 .wrap .fenlei .box ul li:hover .content{
  display:block;
}
#cby .part1 .wrap .fenlei .box ul li .content:after{
  content:"";
  display:block;
  width:1px;
  height:30px;
  background:#fff;
  position: absolute;
  left:-1px;
  top:0;
  z-index:10;
}
#cby .part1 .wrap .fenlei .box ul li .content dl{
  width:100%;
  border-bottom:1px dashed #99CCCC;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#cby .part1 .wrap .fenlei .box ul li .content dl:nth-child(n+2){
  margin-top:10px;
}
#cby .part1 .wrap .fenlei .box ul li .content dl dd{
  margin-right: 30px;
  line-height: 25px;
}
#cby .part1 .wrap .fenlei .box ul li .content dl dd a{
  color:#333;
  font-size:14px;
}
#cby .part1 .wrap .fenlei .box ul li .content dl dd a:hover{
  color:#006934;
}
#cby .part1 .wrap .right{
  width:78%;
  margin-top:20px;
}
#cby .part1 .wrap .right .pic{
  width:100%;
  height:250px;
  background-size:cover;
}
#cby .part1 .wrap .right .pic img{
  width:100%;
  height:250px;
}
#cby .part1 .wrap .right ul{
  width:100%;
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
}
#cby .part1 .wrap .right ul li{
  width:8%;
  height:80px;
  position: relative;
  margin-top:10px;
}
#cby .part1 .wrap .right ul li img{
  width:100%;
  height:100%;
}
#cby .part1 .wrap .right ul li p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 20px;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: linear-gradient(to top, #444 , rgba(0, 0, 0 ,.0));
}
#cby .part1 .wrap .right ul li:nth-child(1){
  background:#efefef;
  color:#333;
  font-size:24px;
  text-align: center;
  display:flex;
  align-items: center;
  padding:10px;
}
#cby .part1 .wrap .right ul li:nth-child(n+2){
  margin-left: 2.2%;
}
@media all and (max-width:1200px) {
  #cby .part1 .wrap .right ul{
    display:none;
  }
  #cby .part1 .wrap .right .pic{
  height:auto;
  }
  #cby .part1 .wrap .right .pic img{
  height:auto;
  }
}
@media all and (max-width:980px) {
  #cby .part1 .wrap .fenlei{
    display:none;
  }
  #cby .part1 .wrap .right{
    width:100%;
  }
}

@media all and (max-width:480px) {
  #cby .part1 .wrap .right .pic {
  height:auto;
  }
  #cby .part1 .wrap .right .pic img{
  height:auto;
  }
}


#cby .part2{
  width:100%;
  margin-top:20px;
}
#cby .part2 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:10px;
  border:1px solid #99CCCC;
} 
#cby .part2 .wrap .left{
  width:76%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#cby .part2 .wrap .left .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
#cby .part2 .wrap .left .tit p{
  color:#000;
  font-size:20px;
}
#cby .part2 .wrap .left .tit a{
  display:block;
  color:#999;
  font-size:12px;
}
#cby .part2 .wrap .left .tit a:hover{
  color:#006934;
}
#cby .part2 .wrap .left .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#cby .part2 .wrap .left .content .l{
  width:26%;
  margin-top:15px;
}
#cby .part2 .wrap .left .content .l .box{
  width:100%;
  height:140px;
  position: relative;
}
#cby .part2 .wrap .left .content .l .box img{
  width:100%;
  height:100%;
}
#cby .part2 .wrap .left .content .l .box p{
  position: absolute;
  left:0;
  width:100%;
  bottom:0;
  background:rgba(255, 255, 255, .5);
  color:#000;
  font-size:14px;
  line-height: 26px;
  z-index:10;
  text-align: center;
}
#cby .part2 .wrap .left .content .l .rmyp{
  width:100%;
  margin-top:10px;
}
#cby .part2 .wrap .left .content .l .rmyp .title{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}
#cby .part2 .wrap .left .content .l .rmyp .title p{
  color:#000;
  font-size:16px;
  font-weight: bold;
}
#cby .part2 .wrap .left .content .l .rmyp .title a{
  color:#999;
  font-size:12px;
}
#cby .part2 .wrap .left .content .l .rmyp .title a:hover{
  color:#006934;
}
#cby .part2 .wrap .left .content .l .rmyp ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#cby .part2 .wrap .left .content .l .rmyp ul li{
  line-height: 25px;
  margin:10px 10px 0 0;
}
#cby .part2 .wrap .left .content .l .rmyp ul li a{
  display:block;
  padding:0 10px;
  background:#99CCCC;
  color:#333;
  font-size:14px;
}
#cby .part2 .wrap .left .content .r{
  width:72%;
  margin-top:15px;
}
#cby .part2 .wrap .left .content .r .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#cby .part2 .wrap .left .content .r .box .img{
  width:100px;
  height:100px;
}
#cby .part2 .wrap .left .content .r .box .img img{
  width:100%;
  height:100%;
}
#cby .part2 .wrap .left .content .r .box .text{
  width:80%;
}
#cby .part2 .wrap .left .content .r .box .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
} 
#cby .part2 .wrap .left .content .r .box .text span a{
  color:#000;
  font-size:16px;
}
#cby .part2 .wrap .left .content .r .box .text span a:hover{
  color:#006934;
}
#cby .part2 .wrap .left .content .r .box .text p{
  color:#999;
  font-size:14px;
  margin-top:10px;
}
#cby .part2 .wrap .left .content .r .box .text p a{
  color:#006934;
}
#cby .part2 .wrap .left .content .r ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#cby .part2 .wrap .left .content .r ul li{
  width:22%;
  margin-top:30px;
}
#cby .part2 .wrap .left .content .r ul li img{
  width:100%;
  height:110px;
}
#cby .part2 .wrap .left .content .r ul li p{
  color:#333;
  font-size:14px;
  text-align: center;
  margin-top:10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part2 .wrap .left .content .r ul li:hover p{
  color:#006934;
}
#cby .part2 .wrap .left .content .r ul li:nth-child(n+2){
  margin-left:4%;
}
#cby .part2 .wrap .right{
  width:22%;
}
#cby .part2 .wrap .right .yyxd{
  width:100%;
  display:block;
}
#cby .part2 .wrap .right .yyxd .title{
  width:100%;
  color:#333;
  font-size:16px;
  line-height: 35px;
}
#cby .part2 .wrap .right .yyxd ul{
  width:100%;
}
#cby .part2 .wrap .right .yyxd ul li{
  margin-top:10px;
  color:#999;
  font-size:16px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part2 .wrap .right .yyxd ul li a{
  color:#333;
  padding-left:10px;
  font-weight: normal;
  font-size:14px;
}
#cby .part2 .wrap .right .yyzx{
  width:100%;
  margin-top:10px;
}
#cby .part2 .wrap .right .yyzx .title{
  display:flex;
  justify-content: space-between;
  width:100%;
  align-items: center;
}
#cby .part2 .wrap .right .yyzx .title p{
  color:#333;
  font-size:16px;
  line-height: 35px;
}
#cby .part2 .wrap .right .yyzx .title a{
  display:block;
  color:#999;
  font-size:12px;
  white-space: nowrap;
}
#cby .part2 .wrap .right .yyzx .title a:hover{
  color:#006934;
}
#cby .part2 .wrap .right .yyzx ul{
  width:100%;
}
#cby .part2 .wrap .right .yyzx ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
#cby .part2 .wrap .right .yyzx ul li em{
  display:block;
  width:20px;
  height:20px;
  background:#ff8800;
  color:#fff;
  line-height: 20px;
  text-align: center;
}
#cby .part2 .wrap .right .yyzx ul li a{
  display:block;
  width:90%;
  color:#333;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part2 .wrap .right .yyzx ul li a:hover{
  color:#006934;
}
@media all and (max-width:980px) {
  #cby .part2 .wrap .left{
    width:100%;
  }
  #cby .part2 .wrap .right{
    width:100%;
    margin-top:10px;
  }
}
@media all and (max-width:750px) {
  #cby .part2 .wrap .left .content .l{
    width:100%;
  }
  #cby .part2 .wrap .left .content .l .box{
    height:350px;
  }
  #cby .part2 .wrap .left .content .r{
    width:100%;
  }
  #cby .part2 .wrap .left .content .r .box .text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #cby .part2 .wrap .left .content .r ul{
    justify-content: space-between;
  }
  #cby .part2 .wrap .left .content .r ul li{
    width:48%;
  }
  #cby .part2 .wrap .left .content .r ul li:nth-child(n+2){
    margin-left:0;
  }
  #cby .part2 .wrap .left .content .r ul li img{
    height:180px;
  }
}
@media all and (max-width:480px) {
  #cby .part2 .wrap .left .tit p{
    font-size:18px;
  }
  #cby .part2 .wrap .left .content .l .box{
    height:180px;
  }
  #cby .part2 .wrap .left .content .r .box .img{
    width:80px;
    height:80px;
  }
  #cby .part2 .wrap .left .content .r .box .text{
    width:65%;
  }
  #cby .part2 .wrap .left .content .r ul li img{
    height:100px;
  }
}




#cby .part3{
  width:100%;
  margin-top:20px;
}
#cby .part3 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:10px;
  border:1px solid #99CCCC;
} 
#cby .part3 .wrap .left{
  width:76%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#cby .part3 .wrap .left .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
#cby .part3 .wrap .left .tit p{
  color:#000;
  font-size:20px;
}
#cby .part3 .wrap .left .tit a{
  display:block;
  color:#999;
  font-size:12px;
}
#cby .part3 .wrap .left .tit a:hover{
  color:#006934;
}
#cby .part3 .wrap .left .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#cby .part3 .wrap .left .content .l{
  width:26%;
  margin-top:15px;
}
#cby .part3 .wrap .left .content .l .box{
  width:100%;
  height:140px;
  position: relative;
}
#cby .part3 .wrap .left .content .l .box img{
  width:100%;
  height:100%;
}
#cby .part3 .wrap .left .content .l .box p{
  position: absolute;
  left:0;
  width:100%;
  bottom:0;
  background:rgba(255, 255, 255, .5);
  color:#000;
  font-size:14px;
  line-height: 26px;
  z-index:10;
  text-align: center;
}
#cby .part3 .wrap .left .content .l .rmyp{
  width:100%;
  margin-top:10px;
}
#cby .part3 .wrap .left .content .l .rmyp .title{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}
#cby .part3 .wrap .left .content .l .rmyp .title p{
  color:#000;
  font-size:16px;
  font-weight: bold;
}
#cby .part3 .wrap .left .content .l .rmyp .title a{
  color:#999;
  font-size:12px;
}
#cby .part3 .wrap .left .content .l .rmyp .title a:hover{
  color:#006934;
}
#cby .part3 .wrap .left .content .l .rmyp ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#cby .part3 .wrap .left .content .l .rmyp ul li{
  line-height: 25px;
  margin:10px 10px 0 0;
}
#cby .part3 .wrap .left .content .l .rmyp ul li a{
  display:block;
  padding:0 10px;
  background:#99CCCC;
  color:#333;
  font-size:14px;
}

#cby .part3 .wrap .left .content .r{
  width:72%;
  margin-top:15px;
}
#cby .part3 .wrap .left .content .r .nav{
  width:100%;
  background:#E0FFC1;
  line-height: 30px;
}
#cby .part3 .wrap .left .content .r .nav p{
  display:inline-block;
  margin-right:8px;
  background:#99CCCC;
  color:#fff;
  font-size:14px;
  padding:0 9px;
  cursor: pointer;
}
#cby .part3 .wrap .left .content .r .nav .on_laoren{
  background:#006934;
}
#cby .part3 .wrap .left .content .r .nav .on_ertong{
  background:#006934;
}
#cby .part3 .wrap .left .content .r .nav .on_yinger{
  background:#006934;
}
#cby .part3 .wrap .left .content .r .list{
  width:100%;
}
#cby .part3 .wrap .left .content .r .list .list_item{
  width:100%;
}
#cby .part3 .wrap .left .content .r .list .list_item:nth-child(n+2){
  display:none;
}
#cby .part3 .wrap .left .content .r .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:10px;
}
#cby .part3 .wrap .left .content .r .box .img{
  width:100px;
  height:100px;
}
#cby .part3 .wrap .left .content .r .box .img img{
  width:100%;
  height:100%;
}
#cby .part3 .wrap .left .content .r .box .text{
  width:80%;
}
#cby .part3 .wrap .left .content .r .box .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
} 
#cby .part3 .wrap .left .content .r .box .text span a{
  color:#000;
  font-size:16px;
}
#cby .part3 .wrap .left .content .r .box .text span a:hover{
  color:#006934;
}
#cby .part3 .wrap .left .content .r .box .text p{
  color:#999;
  font-size:14px;
  margin-top:10px;
}
#cby .part3 .wrap .left .content .r .box .text p a{
  color:#006934;
}
#cby .part3 .wrap .left .content .r ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#cby .part3 .wrap .left .content .r ul li{
  width:22%;
  margin-top:10px;
}
#cby .part3 .wrap .left .content .r ul li img{
  width:100%;
  height:110px;
}
#cby .part3 .wrap .left .content .r ul li p{
  color:#333;
  font-size:14px;
  text-align: center;
  margin-top:10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part3 .wrap .left .content .r ul li:hover p{
  color:#006934;
}
#cby .part3 .wrap .left .content .r ul li:nth-child(n+2){
  margin-left:4%;
}
#cby .part3 .wrap .right{
  width:22%;
}
#cby .part3 .wrap .right .yyxd{
  width:100%;
  display:block;
}
#cby .part3 .wrap .right .yyxd .title{
  width:100%;
  color:#333;
  font-size:16px;
  line-height: 35px;
}
#cby .part3 .wrap .right .yyxd ul{
  width:100%;
}
#cby .part3 .wrap .right .yyxd ul li{
  margin-top:10px;
  color:#999;
  font-size:16px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part3 .wrap .right .yyxd ul li a{
  color:#333;
  padding-left:10px;
  font-weight: normal;
  font-size:14px;
}
#cby .part3 .wrap .right .yyzx{
  width:100%;
  margin-top:10px;
}
#cby .part3 .wrap .right .yyzx .title{
  display:flex;
  justify-content: space-between;
  width:100%;
  align-items: center;
}
#cby .part3 .wrap .right .yyzx .title p{
  color:#333;
  font-size:16px;
  line-height: 35px;
}
#cby .part3 .wrap .right .yyzx .title a{
  display:block;
  color:#999;
  font-size:12px;
  white-space: nowrap;
}
#cby .part3 .wrap .right .yyzx .title a:hover{
  color:#006934;
}
#cby .part3 .wrap .right .yyzx ul{
  width:100%;
}
#cby .part3 .wrap .right .yyzx ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
#cby .part3 .wrap .right .yyzx ul li em{
  display:block;
  width:20px;
  height:20px;
  background:#ff8800;
  color:#fff;
  line-height: 20px;
  text-align: center;
}
#cby .part3 .wrap .right .yyzx ul li a{
  display:block;
  width:90%;
  color:#333;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cby .part3 .wrap .right .yyzx ul li a:hover{
  color:#006934;
}
@media all and (max-width:980px) {
  #cby .part3 .wrap .left{
    width:100%;
  }
  #cby .part3 .wrap .right{
    width:100%;
    margin-top:10px;
  }
}
@media all and (max-width:750px) {
  #cby .part3 .wrap .left .content .l{
    width:100%;
  }
  #cby .part3 .wrap .left .content .l .box{
    height:350px;
  }
  #cby .part3 .wrap .left .content .r{
    width:100%;
  }
  #cby .part3 .wrap .left .content .r .box .text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #cby .part3 .wrap .left .content .r ul{
    justify-content: space-between;
  }
  #cby .part3 .wrap .left .content .r ul li{
    width:48%;
  }
  #cby .part3 .wrap .left .content .r ul li:nth-child(n+2){
    margin-left:0;
  }
  #cby .part3 .wrap .left .content .r ul li img{
    height:180px;
  }
  #cby .part3 .wrap .left .content .r .nav p{
    padding:0 5px;
    font-size:14px;
    margin-right: 5px;
  }
}
@media all and (max-width:480px) {
  #cby .part3 .wrap .left .tit p{
    font-size:18px;
  }
  #cby .part3 .wrap .left .content .l .box{
    height:180px;
  }
  #cby .part3 .wrap .left .content .r .box .img{
    width:80px;
    height:80px;
  }
  #cby .part3 .wrap .left .content .r .box .text{
    width:65%;
  }
  #cby .part3 .wrap .left .content .r ul li img{
    height:100px;
  }
}




#flph{
  width:100%;
}
#flph .part1{
  width:100%;
}
#flph .part1 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#flph .part1 .wrap .left{
  width:32%;
  border:1px solid #99CCCC;
  padding:0 10px;
  margin-top:20px;
}
#flph .part1 .wrap .left .title{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
}
#flph .part1 .wrap .left .title:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:#99CCCC;
  z-index:5;
}
#flph .part1 .wrap .left .title p{
  font-size:16px;
  line-height: 45px;
  position: relative;
}
#flph .part1 .wrap .left .title p:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  z-index: 10;
}
#flph .part1 .wrap .left:nth-child(1) .title p{
  color:#006934;
}
#flph .part1 .wrap .left:nth-child(1) .title p:after{
  background:#006934;
}
#flph .part1 .wrap .left:nth-child(2) .title p{
  color:#006934;
}
#flph .part1 .wrap .left:nth-child(2) .title p:after{
  background:#006934;
}
#flph .part1 .wrap .left:nth-child(3) .title p{
  color:#d81e06;
}
#flph .part1 .wrap .left:nth-child(3) .title p:after{
  background:#d81e06;
}
#flph .part1 .wrap .left .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:15px 0;
  border-bottom:1px solid #99CCCC;
}
#flph .part1 .wrap .left .box .img{
  width:100px;
  height:100px;
  position: relative;
}
#flph .part1 .wrap .left .box .img img{
  width:100%;
  height:100%;
}
#flph .part1 .wrap .left .box .img em{
  display:block;
  width:15px;
  height:25px;
  background:url("../images/jinqi.png")no-repeat center center;
  background-size:100% 100%;
  position: absolute;
  left:0px;
  top:0px;
  line-height: 25px;
  text-align: center;
  color:#fff;
}
#flph .part1 .wrap .left .text{
  width:65%;
}
#flph .part1 .wrap .left .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#flph .part1 .wrap .left .text span a{
  color:#000;
  font-size:16px;
}
#flph .part1 .wrap .left .text span a:hover{
  color:#006934;
}
#flph .part1 .wrap .left .text p{
  color:#999;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:12px;
}
#flph .part1 .wrap .left ul{
  width:100%;
  margin:8px 0 0 0;
}
#flph .part1 .wrap .left ul li{
  width:100%;
  padding:7px 0;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
#flph .part1 .wrap .left ul li:nth-child(n+2){
  border-top:1px dashed #99CCCC;
}
#flph .part1 .wrap .left ul li em{
  width:15px;
  height:25px;
  display:block;
  color:#fff;
  text-align: center;
  line-height: 25px;
  background:url("../images/jinqi_3.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part1 .wrap .left ul li:nth-child(1) em{
  background:url("../images/jinqi_1.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part1 .wrap .left ul li:nth-child(2) em{
  background:url("../images/jinqi_2.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part1 .wrap .left ul li a{
  display:block;
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:10px;
}
#flph .part1 .wrap .left ul li a:hover{
  color:#006934;
}
@media all and (max-width:980px) {
  #flph .part1 .wrap .left{
    width:100%;
    display:none;
  }
}



#flph .part1 .wrap .right{
  width:66%;
  margin-top:20px;
}
#flph .part1 .wrap .right .large_pic{
  width:100%;
  height:410px;
}
#flph .part1 .wrap .right .large_pic img{
  width:100%;
  height:100%;
}
#flph .part1 .wrap .right .little_pic{
  width:100%;
}
#flph .part1 .wrap .right .little_pic ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
}
#flph .part1 .wrap .right .little_pic ul li{
  width:22%;
  margin-top:20px;
}
#flph .part1 .wrap .right .little_pic ul li:nth-child(n+2){
  margin-left:4%;
}
#flph .part1 .wrap .right .little_pic ul li img{
  width:100%;
  height:110px;
}
@media all and (max-width:980px) {
  #flph .part1 .wrap .right{
    width:100%;
  }
}
@media all and (max-width:750px) {
  #flph .part1 .wrap .right .large_pic{
    height:310px;
  }
  #flph .part1 .wrap .right .little_pic ul li img {
    height:80px;
  }
}
@media all and (max-width:480px) {
  #flph .part1 .wrap .right .large_pic{
    height:180px;
  }
  #flph .part1 .wrap .right .little_pic ul li{
    margin-top:10px;
  }
  #flph .part1 .wrap .right .little_pic ul li img {
    height:50px;
  }
}




#flph .part2{
  width:100%;
  margin-top:20px;
}
#flph .part2 .flph .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#flph .part2 .flph .content .item{
  width:31%;
  border:1px solid #99CCCC;
  margin-top:20px;
  padding:0 10px;
}
#flph .part2 .flph .content .item .title{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
}
#flph .part2 .flph .content .item .title:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:#99CCCC;
  z-index:5;
}
#flph .part2 .flph .content .item .title p{
  font-size:16px;
  line-height: 45px;
  position: relative;
}
#flph .part2 .flph .content .item .title p a{
  font-size:16px;
  line-height: 45px;
  color:#006934;
}
#flph .part2 .flph .content .item .title p:after{
  content:"";
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  z-index: 10;
}
#flph .part2 .flph .content .item:nth-child(1) .title p{
  color:#006934;
}
#flph .part2 .flph .content .item:nth-child(1) .title p:after{
  background:#006934;
}
#flph .part2 .flph .content .item:nth-child(2) .title p{
  color:#006934;
}
#flph .part2 .flph .content .item:nth-child(2) .title p:after{
  background:#006934;
}
#flph .part2 .flph .content .item:nth-child(3) .title p{
  color:#d81e06;
}
#flph .part2 .flph .content .item:nth-child(3) .title p:after{
  background:#d81e06;
}
#flph .part2 .flph .content .item .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:15px 0;
  border-bottom:1px solid #99CCCC;
}
#flph .part2 .flph .content .item .box .img{
  width:100px;
  height:100px;
  position: relative;
}
#flph .part2 .flph .content .item .box .img img{
  width:100%;
  height:100%;
}
#flph .part2 .flph .content .item .box .img em{
  display:block;
  width:15px;
  height:25px;
  background:url("../images/jinqi.png")no-repeat center center;
  background-size:100% 100%;
  position: absolute;
  left:0px;
  top:0px;
  line-height: 25px;
  text-align: center;
  color:#fff;
}
#flph .part2 .flph .content .item .text{
  width:65%;
}
#flph .part2 .flph .content .item .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#flph .part2 .flph .content .item .text span a{
  color:#000;
  font-size:16px;
}
#flph .part2 .flph .content .item .text span a:hover{
  color:#006934;
}
#flph .part2 .flph .content .item .text p{
  color:#999;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:12px;
}
#flph .part2 .flph .content .item ul{
  width:100%;
}
#flph .part2 .flph .content .item ul li{
  width:100%;
  padding:7px 0;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
#flph .part2 .flph .content .item ul li:nth-child(n+2){
  border-top:1px dashed #99CCCC;
}
#flph .part2 .flph .content .item ul li em{
  width:15px;
  height:25px;
  display:block;
  color:#fff;
  text-align: center;
  line-height: 25px;
  background:url("../images/jinqi_3.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part2 .flph .content .item ul li:nth-child(1) em{
  background:url("../images/jinqi_1.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part2 .flph .content .item ul li:nth-child(2) em{
  background:url("../images/jinqi_2.png")no-repeat left center;
  background-size:100% 100%;
}
#flph .part2 .flph .content .item ul li a{
  display:block;
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:10px;
}
#flph .part2 .flph .content .item ul li a:hover{
  color:#006934;
}
@media all and (max-width:750px) {
  #flph .part2 .flph .content .item{
    width:100%;
  }
  #flph .part2 .flph .tit p{
    font-size:20px;
    width:100px;
  }
}
@media all and (max-width:480px) {
  #flph .part2 .flph .content .item .box .img{
    width:80px;
    height:80px;
  }
}



#sp_list{
  width:100%;
}
#sp_list .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#sp_list .wrap .left{
  width:73%;
  margin-top:20px;
}
#jvhe{
  width:100%;
  display:flex;
  justify-content: space-between;
  background:#99CCCC;
  padding:0 10px;
  line-height: 40px;
  align-items: center;
}
#jvhe p{line-height:22px;padding:10px;}
#jvhe ul{}
#jvhe ul li{
  display:inline-block;
}
#jvhe ul li a{
  display:block;
  padding:1px 7px;
  font-size:16px;
  color:#fff;
  position: relative;
}
#jvhe ul .on_sp a{
  background:#fff;
  color:#000;
}
#jvhe ul .on_sp a:before{
  content: "";
  display:block;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:#006934;
  z-index:5
}
.daohang{
  width:100%;
  color:#999;
  margin:20px 0 0 0;
}
.daohang a{
  padding:0 5px;
  color:#999;
}
.daohang a:hover{
  color:#006934;
}
#sp_list .wrap .left .list{
  width:100%;
}
#sp_list .wrap .left .list ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#sp_list .wrap .left .list ul li{
  width:25%;
  padding:0 10px;
  margin-top:20px;
}
#sp_list .wrap .left .list ul li .box{
  width:100%;
}
#sp_list .wrap .left .list ul li .box .img{
  width:100%;
  height:130px;
  position: relative;
}
#sp_list .wrap .left .list ul li .box .img img{
  width:100%;
  height:100%;
}
#sp_list .wrap .left .list ul li .box .img .img_text{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  line-height: 22px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index:10;
  background:rgba(0,0,0,.3);
  padding:0 5px;
}
#sp_list .wrap .left .list ul li .box .img .img_text i:nth-child(1){
  display:block;
  background:url("../images/time.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#sp_list .wrap .left .list ul li .box .img .img_text i:nth-child(2){
  display:block;
  background:url("../images/cont.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#sp_list .wrap .left .list ul li .box .img em{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/svg_play.png)no-repeat 60% 55%;
  background-size: 20px 20px;
  background-color: rgba(0,0,0,.5);
  border-radius: 100%;
  opacity: 0;
  transition: all ease .25s;
}
#sp_list .wrap .left .list ul li:hover .box .img em{
  opacity: 1;
}
#sp_list .wrap .left .list ul li .box .text{
  width:100%;
}
#sp_list .wrap .left .list ul li .box .text p{
  color:#333;
  line-height: 25px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#sp_list .wrap .left .list ul li .box .text p a{
  color:#333;
  font-size:14px;
}
#sp_list .wrap .left .list ul li:hover .box .text p a{
  color:#006934;
}
@media all and (max-width:980px) {
  #sp_list .wrap .left{
    width:100%;
  }
}
@media all and (max-width:750px) {
  #jvhe ul li a{
    font-size:16px;
    padding:0 20px;
  }
  #sp_list .wrap .left .list ul{
    justify-content: space-between;
  }
  #sp_list .wrap .left .list ul li{
    width:48%;
    padding:0;
  }
  #sp_list .wrap .left .list ul li .box .img{
    height:180px;
  }
}
@media all and (max-width:480px) {
  #sp_list .wrap .left .tit{
    line-height: 35px;
  }
  #jvhe ul li a{
    font-size:14px;
    padding:0 10px;
  }
  #sp_list .wrap .left .list ul li .box .img{
    height:100px;
  }
}



#page_list{
  width:100%;
  margin:40px 0 30px;
}
#page_list ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#page_list ul li{
  margin:10px 5px; 
}
#page_list ul li a{
  display:block;
  padding:5px 10px;
  border:1px solid #99CCCC;
  color:#333;
  border-radius: 3px;
}
#page_list ul li a:hover{
  background:#006934;
  border:1px solid #006934;
  color:#fff;
}
#page_list ul li strong{
  display:block;
  font-weight: normal;
  color:#fff;
  background:#006934;
  padding:5px 10px;
  border:1px solid #006934;
  border-radius: 3px;
}






#right1{
  width:25%;
}
#right1 .bbyp{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px;
}
#right1 .bbyp .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#right1 .bbyp .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#right1 .bbyp .tit p{
  line-height: 40px;
  position: relative;
  color:#d81e06;
  font-size:16px;
}
#right1 .bbyp .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#d81e06;
}
#right1 .bbyp .box{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:15px 0;
  border-bottom:1px solid #99CCCC;
}
#right1 .bbyp .box .img{
  width:100px;
  height:100px;
  position: relative;
}
#right1 .bbyp .box .img img{
  width:100%;
  height:100%;
}
#right1 .bbyp .box .img em{
  display:block;
  width:15px;
  height:25px;
  background:url("../images/jinqi.png")no-repeat center center;
  background-size:100% 100%;
  position: absolute;
  left:0px;
  top:0px;
  line-height: 25px;
  text-align: center;
  color:#fff;
}
#right1 .bbyp .box .text{
  width:60%;
}
#right1 .bbyp .box .text span{
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#right1 .bbyp .box .text span a{
  color:#000;
  font-size:16px;
}
#right1 .bbyp .box .text span a:hover{
  color:#006934;
}
#right1 .bbyp .box .text p{
  color:#999;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:12px;
}
#right1 .bbyp ul{
  width:100%;
}
#right1 .bbyp ul li{
  width:100%;
  padding:7px 0;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
#right1 .bbyp ul li:nth-child(n+2){
  border-top:1px dashed #99CCCC;
}
#right1 .bbyp ul li em{
  width:15px;
  height:25px;
  display:block;
  color:#fff;
  text-align: center;
  line-height: 25px;
  background:url("../images/jinqi_3.png")no-repeat left center;
  background-size:100% 100%;
}
#right1 .bbyp ul li:nth-child(1) em{
  background:url("../images/jinqi_1.png")no-repeat left center;
  background-size:100% 100%;
}
#right1 .bbyp ul li:nth-child(2) em{
  background:url("../images/jinqi_2.png")no-repeat left center;
  background-size:100% 100%;
}
#right1 .bbyp ul li a{
  display:block;
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:10px;
}
#right1 .bbyp ul li a:hover{
  color:#006934;
}

#right1 .rmzx{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px;
}
#right1 .rmzx .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#right1 .rmzx .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#right1 .rmzx .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#right1 .rmzx .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#right1 .rmzx ul{
  width:100%;
  padding-bottom:15px;
}
#right1 .rmzx ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:15px;
}
#right1 .rmzx ul li p{
  width:100%;
  font-size:14px;
  color:#999;
  font-weight: bold;   
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#right1 .rmzx ul li:nth-child(1) p{
  color:#ff3300
}
#right1 .rmzx ul li:nth-child(2) p{
  color:#006934;
}
#right1 .rmzx ul li:nth-child(3) p{
  color:#ff9900;
}
#right1 .rmzx ul li p a{
  color:#000;
  padding-left:10px;
  font-size:14px;
  font-weight: normal;
}
#right1 .rmzx ul li p a:hover{
  color:#006934;
} 
#right1 .rmzx ul li span{
  display:block;
  color:#999;
  font-size:12px;
}


#right1 .nowtag{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px;
}
#right1 .nowtag .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#right1 .nowtag .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#right1 .nowtag .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#right1 .nowtag .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#right1 .nowtag ul{
  width:100%;
  position: relative;
  margin:15px 0;
}
#right1 .nowtag ul li{
  display: inline-block;
  color:#333;
  font-size:14px;
  margin:0 5px;
}
#right1 .nowtag ul li a{
  color:#333;
  line-height:24px;
}
#right1 .nowtag ul li a:hover{
  color:#006934;
}

#right1 .rdwd{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px;
}
#right1 .rdwd .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#right1 .rdwd .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#right1 .rdwd .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#right1 .rdwd .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#right1 .rdwd ul{
  width:100%;
  position: relative;
  margin:15px 0;
}
/* #right1 .rdwd ul:after{
  content:"";
  display:block;
  width:1px;
  height:100%;
  background:#99CCCC;
  position:absolute;
  left:9px;
  top:0;
  z-index:1
} */
#right1 .rdwd ul li{
  position: relative;
  z-index:5;
  display:flex;
  justify-content: space-between;
}
#right1 .rdwd ul li:nth-child(n+2){
  margin-top:20px;
}
#right1 .rdwd ul li em{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ff8800;
  color: #fff;
}
#right1 .rdwd ul li .text{
  width: 85%;
}
#right1 .rdwd ul li .text span{
  display:block;
  width:100%;
  color:#333;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#right1 .rdwd ul li .text span a{
  color:#333;
}
#right1 .rdwd ul li .text span a:hover{
  color:#006934;
}
#right1 .rdwd ul li .text p{
  color:#999;
  line-height: 20px;
  margin-top:5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#right1 .rdwd ul li .text .text1{
  width:100%;
  margin-top:10px;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#right1 .rdwd ul li .text .text1 .yjj{
  display:block;
  color:#fff;
  background:#006934;
  padding:0 5px;
  line-height: 17px;
  border-radius: 11px;
  margin-right: 10px;
}
#right1 .rdwd ul li .text .text1 .jd{
  color:#999;
}
#right1 .rdwd ul li .text .text1 .jd i{
  color:#ff8800;
}

@media all and (max-width:980px) {
  #right1{
    width:100%;
  }
  #right1 .bbyp .box .text{
    width:85%;
  }
  #right1 .rdwd ul li .text{
    width:95%;
  }
}
@media all and (max-width:750px) {
  #right1 .bbyp .box .text{
    width:75%;
  }
  #right1 .rdwd ul li .text{
    width:95%;
  }
}
@media all and (max-width:480px) {
  #right1 .bbyp .box .img{
    width:80px;
    height:80px;
  }
  #right1 .bbyp .box .text{
    width:65%;
  }
  #right1 .rdwd ul li .text{
    width:90%;
  }
}


#sp_art{
  width:100%;
}
#sp_art .wrap{
  display:flex;
  justify-content:space-between ;
  flex-wrap:wrap;
}
#sp_art .wrap .left{
  width:73%;
  margin-top:20px;
}
#sp_art .wrap .left .sp_content{
  width:100%;
}
#sp_art .wrap .left .sp_content .tit{
  padding:10px 0;
}
#sp_art .wrap .left .sp_content .tit h1{
  color:#000;
  font-size:28px;
  font-weight: normal;
}
#sp_art .wrap .left .sp_content .tit span{
  display:block;
  color:#999;
  font-size:12px;
  margin-top:10px;
}
#sp_art .wrap .left .sp_content .video{
  width:100%;
}
#sp_art .wrap .left .sp_content .video img{
  width:100%;
}
#sp_art .wrap .left .sp_content .text{
  width:100%;
  margin-top:20px;
}
#sp_art .wrap .left .sp_content .text span{
  display:block;
  font-size:18px;
  background:url("../images/shiping.png")no-repeat left center;
  background-size:20px 20px;
  padding-left:25px;
}
#sp_art .wrap .left .sp_content .text p{
  margin-top:10px;
  line-height: 25px;
  color:#333;
  font-size:14px;
  text-indent: 25px;
}

#sp_art .wrap .left .xgtj{
  width:100%;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
  margin-top:20px;
}
#sp_art .wrap .left .xgtj .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#sp_art .wrap .left .xgtj .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#sp_art .wrap .left .xgtj .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#sp_art .wrap .left .xgtj .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#sp_art .wrap .left .xgtj ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#sp_art .wrap .left .xgtj ul li{
  width:25%;
  padding:0 10px;
  margin-top:20px;
}
#sp_art .wrap .left .xgtj ul li .box{
  width:100%;
}
#sp_art .wrap .left .xgtj ul li .box .img{
  width:100%;
  height:130px;
  position: relative;
}
#sp_art .wrap .left .xgtj ul li .box .img img{
  width:100%;
  height:100%;
}
#sp_art .wrap .left .xgtj ul li .box .img .img_text{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  line-height: 22px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index:10;
  background:rgba(0,0,0,.3);
  padding:0 5px;
}
#sp_art .wrap .left .xgtj ul li .box .img .img_text i:nth-child(1){
  display:block;
  background:url("../images/time.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#sp_art .wrap .left .xgtj ul li .box .img .img_text i:nth-child(2){
  display:block;
  background:url("../images/cont.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#sp_art .wrap .left .xgtj ul li .box .img em{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/svg_play.png)no-repeat 60% 55%;
  background-size: 20px 20px;
  background-color: rgba(0,0,0,.5);
  border-radius: 100%;
  opacity: 0;
  transition: all ease .25s;
}
#sp_art .wrap .left .xgtj ul li:hover .box .img em{
  opacity: 1;
}
#sp_art .wrap .left .xgtj ul li .box .text{
  width:100%;
}
#sp_art .wrap .left .xgtj ul li .box .text p{
  color:#333;
  line-height: 25px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#sp_art .wrap .left .xgtj ul li .box .text p a{
  color:#333;
  font-size:14px;
}
#sp_art .wrap .left .xgtj ul li:hover .box .text p a{
  color:#006934;
}
@media all and (max-width:980px) {
  #sp_art .wrap .left{
    width:100%;
  }
}
@media all and (max-width:750px) {
  #sp_art .wrap .left .sp_content .tit h1{
    font-size:22px;
  }
  #sp_art .wrap .left .xgtj ul{
    justify-content: space-between;
  }
  #sp_art .wrap .left .xgtj ul li{
    width:48%;
    padding:0;
  }
  #sp_art .wrap .left .xgtj ul li .box .img{
    height:180px;
  }
}
@media all and (max-width:480px) {
  #sp_art .wrap .left .xgtj ul li .box .img{
    height:100px;
  }
}



#wenda_list{
  width:100%;
}
#wenda_list .wrap{
  display:flex;
  justify-content:space-between ;
  flex-wrap:wrap;
}
#wenda_list .wrap .left{
  width:73%;
  margin-top:20px;
}
#wenda_list .wrap .left .list{
  width:100%;
}
#wenda_list .wrap .left .list ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#wenda_list .wrap .left .list ul li{
  width:100%;
  border:1px solid rgba(0, 0, 0 ,.0);
  padding:20px 0px;
  border-bottom:1px solid #99CCCC;
}
#wenda_list .wrap .left .list ul li .question{
  width:100%;
  display:flex;
  justify-content: space-between;
}
#wenda_list .wrap .left .list ul li .question em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#ff8800;
  color:#fff;
}
#wenda_list .wrap .left .list ul li .question a{
  width:96%;
  color:#333;
  line-height: 20px;
  font-size:14px; 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#wenda_list .wrap .left .list ul li .question a:hover{
  color:#006934;
}
#wenda_list .wrap .left .list ul li .answer{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
#wenda_list .wrap .left .list ul li .answer em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#006934;
  color:#fff;
}
#wenda_list .wrap .left .list ul li .answer p{
  width:96%;
  color:#999;
  font-size:12px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#wenda_list .wrap .left .list ul li .cs{
  width:100%;
  margin-top:10px;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#wenda_list .wrap .left .list ul li .cs span{
  display:block;
}
#wenda_list .wrap .left .list ul li .cs span a{
  color:#999;
  font-size:12px;
  line-height: 20px;
  margin-right: 10px;
}
#wenda_list .wrap .left .list ul li .cs em{
  color:#999;
  font-size:12px;
  line-height: 20px;
}

@media all and (max-width:980px) {
  #wenda_list .wrap .left{
    width:100%;
  }
}
@media all and (max-width:480px) {
  #wenda_list .wrap .left .list ul li .question a{
    width:90%;
  }
  #wenda_list .wrap .left .list ul li .answer p{
    width:90%;
  }
}


#wenda_art{
  width:100%;
}
#wenda_art .wrap{
  display:flex;
  justify-content:space-between ;
  flex-wrap:wrap;
}
#wenda_art .wrap .left{
  width:73%;
  margin-top:20px;
}
#wenda_art .wrap .left .wdwz_q{
  width:100%;
  border:1px solid #99CCCC;
  padding: 0 20px;
  margin-top:20px;
  display:flex;
  justify-content: space-between;
  border-top:2px solid #006934;
}
#wenda_art .wrap .left .wdwz_q .wen{
  background:url("../images/wen.png")no-repeat center center;
  width:30px;
  height:30px;
  background-size:100% 100%;
  margin-top:20px;
}
#wenda_art .wrap .left .wdwz_q .text{
  width:95%;
}
#wenda_art .wrap .left .wdwz_q .text .text1{
  width:100%;
  padding:20px 0;
}
#wenda_art .wrap .left .wdwz_q .text .text1 h4{
  color:#333;
  font-size:16px;
  line-height: 30px;
}
#wenda_art .wrap .left .wdwz_q .text .text1 p{
  color:#666;
  margin-top:10px;
}
#wenda_art .wrap .left .wdwz_q .text .text1 p span{
  color:#006934;
}
#wenda_art .wrap .left .wdwz_q .text .text2{
  padding:20px 0;
  width:100%;
  border-top:1px solid #99CCCC;
}
#wenda_art .wrap .left .wdwz_q .text .text2 span{
  display:block;
  color:#999;
}
#wenda_art .wrap .left .wdwz_q .text .text2 p{
  color:#333;
  line-height: 20px;
  margin-top:10px;
}
#wenda_art .wrap .left .wdwz_a{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 20px;
  border-top:2px solid #006934;
}
#wenda_art .wrap .left .wdwz_a .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#wenda_art .wrap .left .wdwz_a .tit .da{
  background:url("../images/da.png")no-repeat center center;
  width:30px;
  height:30px;
  background-size:100% 100%;
  margin-top:20px;
}
#wenda_art .wrap .left .wdwz_a .tit .text{
  width:95%;
  displaY:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:20px;
}
#wenda_art .wrap .left .wdwz_a .tit .text span{
  color:#999;
}
#wenda_art .wrap .left .wdwz_a .tit .text p{
  color:#ff0000;
}
#wenda_art .wrap .left .wdwz_a .box{
  width:100%;
  display:flex;
  justify-content: flex-end;
  flex-wrap:wrap;
}
#wenda_art .wrap .left .wdwz_a .box .box_item{
  width:95%;
  padding:20px 0;
}
#wenda_art .wrap .left .wdwz_a .box .box_item:nth-child(n+2){
  border-top:1px dashed #5b89f3;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .img{
  width:35px;
  height:35px;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .img img{
  width:100%;
  height:100%;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .text{
  width:92%;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .text a{
  color:#333;
  font-size:16px;
}
/* #wenda_art .wrap .left .wdwz_a .box .box_item .doc .text p{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: center;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .text p span{
  display:block;
  color:#666;
  margin-right: 10px;
  font-size:16px;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .text p em{
  color:#999;
  margin-right: 10px;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .doc .text a{
  display:block;
  font-size:18px;
  width:150px;
  padding-left:30px;
  background:url("../images/tiwen.png")no-repeat 20px center;
  background-size:20px 20px;
  background-color:#58cfb4;
  color:#fff;
  line-height: 35px;
  text-align: center;
  margin-top:10px;
  border-radius: 33px;
} */
#wenda_art .wrap .left .wdwz_a .box .box_item .content{
  width:100%;
  margin-top:20px;
  background:#eee;
  padding:10px;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content p{
  color:#333;
  line-height: 20px;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content span{
  font-weight: bold;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content .cs{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content .cs em{
  display:block;
  margin-top:10px;
  color:#999;
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content .cs em a{
  color:#5b89f3
}
#wenda_art .wrap .left .wdwz_a .box .box_item .content .cs em a:hover{
  text-decoration: underline;
}

#wenda_art .wrap .left .xgtj{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
}
#wenda_art .wrap .left .xgtj .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#wenda_art .wrap .left .xgtj .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#wenda_art .wrap .left .xgtj .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#wenda_art .wrap .left .xgtj .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#wenda_art .wrap .left .xgtj ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#wenda_art .wrap .left .xgtj ul li{
  width:48%;
  border:1px solid rgba(0, 0, 0 ,.0);
  margin-top:20px;
  transition: all ease .25s;
}

#wenda_art .wrap .left .xgtj ul li .question{
  width:100%;
  display:flex;
  justify-content: space-between;
}
#wenda_art .wrap .left .xgtj ul li .question em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#ff8800;
  color:#fff;
}
#wenda_art .wrap .left .xgtj ul li .question a{
  width:92%;
  color:#333;
  line-height: 20px;
  font-size:14px; 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#wenda_art .wrap .left .xgtj ul li .question a:hover{
  color:#006934;
}
#wenda_art .wrap .left .xgtj ul li .answer{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
#wenda_art .wrap .left .xgtj ul li .answer em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#006934;
  color:#fff;
}
#wenda_art .wrap .left .xgtj ul li .answer p{
  width:92%;
  color:#999;
  font-size:12px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#wenda_art .wrap .left .xgtj ul li span{
  display:block;
  width:100%;
  margin-top:10px;
  color:#999;
  background:url("../images/wenda_2.png")no-repeat left center;
  background-size:18px 16px;
  padding-left:23px;
}
#wenda_art .wrap .left .xgtj ul li span i{
  color:#ff8800;
}




@media all and (max-width: 980px) {
  #wenda_art .wrap .left{
    width:100%;
  }
}
@media all and (max-width: 750px) {
  #wenda_art .wrap .left .wdwz_a .tit .text span{
    display:none;
  }
  #wenda_art .wrap .left .wdwz_a .tit .text p{
    display:none;
  }
  #wenda_art .wrap .left .wdwz_q{
    flex-wrap:wrap;
  }
  #wenda_art .wrap .left .wdwz_q .text{
    width:100%;
  }
  #wenda_art .wrap .left .wdwz_a .box .box_item .doc .text{
    width:90%;
  }
  /* #wenda_art .wrap .left .wdwz_a .box .box_item{
    width:100%;
  }
  #wenda_art .wrap .left .wdwz_a .box .box_item .doc .text{
    width:80%;
  }
  #wenda_art .wrap .left .wdwz_a .box .box_item .doc .text a{
    width:100px;
    font-size:14px;
    padding-left:20px;
    background:url("../images/tiwen.png")no-repeat 10px center;
    background-size:15px 15px;
    background-color:#58cfb4;
  } */
  #wenda_art .wrap .left .xgtj ul li{
    width:100%;
  }
  
}
@media all and (max-width: 480px) {
  #wenda_art .wrap .left .wdwz_a .box .box_item .doc .text{
    width:82%;
  }
}


#yaopin_list{
  width:100%;
}
#yaopin_list .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_list .wrap .left{
  width:73%;
  margin-top:20px;
}
#yaopin_list .wrap .left .jvhe{
  width:100%;
}
#yaopin_list .wrap .left .jvhe .tit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 0 10px;
  line-height: 40px;
  align-items: center;
}
#yaopin_list .wrap .left .jvhe .tit ul{
  display: flex;
  justify-content: flex-start;
}
#yaopin_list .wrap .left .jvhe .tit ul li{

}
#yaopin_list .wrap .left .jvhe .tit ul li a{
  display: block;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
}

#yaopin_list .wrap .left .jvhe .tit ul .on_yaopin a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #006934;
  z-index: 5;
}
#yaopin_list .wrap .left .jvhe .tit ul .on_yaopin a{
  background:#fff;
}
#yaopin_list .wrap .left .jvhe .tit .mbx{
  color:#999;
}
#yaopin_list .wrap .left .jvhe .tit .mbx a{
  color:#999;
  margin:0 5px;
}
#yaopin_list .wrap .left .jvhe .tit .mbx a:hover{
  color:#006934;
}
#yaopin_list .wrap .left .jvhe .box{
  width:100%;
  background:#fff;
  padding:10px 20px;
}
#yaopin_list .wrap .left .jvhe .box .box_item{
  width:100%;
  display:flex;
  justify-content: space-between;
}
#yaopin_list .wrap .left .jvhe .box .box_item:nth-child(n+2){
  margin-top:10px;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei{
  width:90%;
  display:flex;
  justify-content: flex-start;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei p{
  color:#999;
  font-size:14px;
  white-space: nowrap;
  line-height: 25px;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei .list{
  height:25px;
  overflow: hidden;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei .list1{
  height:100%;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei .list a{
  color:#333;
  font-size:14px;
  margin:0 10px;
  line-height: 25px;
  height:25px;
  white-space: nowrap;
}
#yaopin_list .wrap .left .jvhe .box .box_item .lei .list a:hover{
  color:#006934;
}
#yaopin_list .wrap .left .jvhe .box .box_item span{
  display:block;
  line-height: 25px;
  height:25px;
  font-size:14px;
  background:url("../images/down.png")no-repeat right center;
  background-size:15px 15px;
  padding-right: 20px;
  color:#ff8800;
  cursor: pointer;
}
#yaopin_list .wrap .left .list{
  width:100%;
}
#yaopin_list .wrap .left .list ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#yaopin_list .wrap .left .list ul li{
  width:25%;
  padding:0 10px;
  margin-top:20px;
}
#yaopin_list .wrap .left .list ul li img{
  width:100%;
  height:130px;
}
#yaopin_list .wrap .left .list ul li p{
  color:#333;
  font-size:14px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#yaopin_list .wrap .left .list ul li:hover p{
  color:#006934;
}
@media all and (max-width: 980px) {
  #yaopin_list .wrap .left{
    width:100%;
  }
}
@media all and (max-width: 750px) {
  #yaopin_list .wrap .left .jvhe .tit .mbx{
    display:none;
  }
  #yaopin_list .wrap .left .jvhe .box{
    padding:10px;
  }
  #yaopin_list .wrap .left .jvhe .tit ul li a{
    font-size: 16px;
    padding: 0 20px;
  }
  #yaopin_list .wrap .left .jvhe .box .box_item .lei p{
    font-size:12px;
    line-height: 20px;
    height:20px;
  }
  #yaopin_list .wrap .left .jvhe .box .box_item .lei .list a{
    font-size:12px;
    line-height: 20px;
    height:20px;
    margin:0 5px;
  }
  #yaopin_list .wrap .left .jvhe .box .box_item span{
    font-size:12px;
    line-height: 20px;
    height:20px;
    background: #fff;
    padding-right:0;
  }
  #yaopin_list .wrap .left .jvhe .box .box_item .lei .list{
    height:20px;
  }
  #yaopin_list .wrap .left .jvhe .box .box_item .lei .list1{
    height:100%;
  }
  #yaopin_list .wrap .left .list ul{
    justify-content: space-between;
  }
  #yaopin_list .wrap .left .list ul li{
    padding:0;
    width:48%;
  }
  #yaopin_list .wrap .left .list ul li img{
    height:180px;
  }
}
@media all and (max-width: 480px) {
  #yaopin_list .wrap .left .jvhe .tit ul li a{
    font-size: 14px;
    padding: 0 10px;
  }
  #yaopin_list .wrap .left .list ul li img{
    height:100px;
  }
}


#yaopin_art{
  width:100%;
}
#yaopin_art .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left{
  width:73%;
  margin-top:20px;
}
#yaopin_art .wrap .left .box1{
  width:100%;
  margin-top:20px;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left .box1 .img_zx{
  width:45%;
  position: relative;
}
#yaopin_art .wrap .left .box1 .img_zx .big_images{
  width:100%;
  height:300px;
  position: relative;
  border:1px solid #99CCCC;
}
#yaopin_art .wrap .left .box1 .img_zx .big_images a{
  width:100%;
  height:100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#yaopin_art .wrap .left .box1 .img_zx .big_images img{
  max-width:100%;
  max-height:100%;
}
#yaopin_art .wrap .left .box1 .img_zx .big_images #move{
  background-color: #FFEEA8;
  cursor: move;
  opacity: 0.6;
  overflow: hidden;
  position: absolute;
  width:172.5px;/*鍜屼笂闈㈢殑鎴愬€嶆暟*/
  height:221.5px;/*鍜屼笂闈㈢殑鎴愬€嶆暟*/
  top:10px;
  left:0;
  display:none;
  cursor: move;
  transition: none;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images{
  width:100%;
  position: relative;
  margin-top:15px;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images ul{
  width:80%;
  margin:0 auto;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images ul li{
  border:2px solid #ccc;
  padding:1px;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images ul .current{
  border:2px solid #ff4400;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images ul img{
  width:100%;
  height:30px;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images .hz_prev{
  width:30px;
  height:30px;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-15px;
  background:url("../images/prev_1.png")no-repeat center center;
  background-size: 100% 100%;
}
#yaopin_art .wrap .left .box1 .img_zx .small_images .hz_next{
  width:30px;
  height:30px;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-15px;
  background:url("../images/next_1.png")no-repeat center center;
  background-size: 100% 100%;
}
#yaopin_art .wrap .left .box1 .img_zx .details_pic{
  width:100%;
  height:443px;
  position: absolute;
  left:360px;
  top:0;
  z-index:100;
  border:1px solid #99CCCC;
  display:none;
  overflow: hidden;
  transition:none;
  background:#fff;
}
#yaopin_art .wrap .left .box1 .img_zx .details_pic img{
  width:200%;
  transition:none;
}
@media all and (max-width: 1200px) {
  #yaopin_art .wrap .left .box1 .img_zx .big_images #move{
      display:none!important;
  }
  #yaopin_art .wrap .left .box1 .img_zx .details_pic{
      display:none!important;
  }
}
#yaopin_art .wrap .left .box1 .text{
  width:52%;
}
#yaopin_art .wrap .left .box1 .text h4{
  display:block;
  color:#333;
  font-size:20px;
  line-height: 30px;
  font-weight: normal;
}
#yaopin_art .wrap .left .box1 .text ul{
  width:100%;
  margin-top:15px;
}
#yaopin_art .wrap .left .box1 .text ul li{
  width:100%;
  display:flex;
  justify-content: flex-start;
  line-height: 25px;
}
#yaopin_art .wrap .left .box1 .text ul li span{
  display:block;
  font-size:14px;
  font-weight: bold;
  white-space: nowrap;
}
#yaopin_art .wrap .left .box1 .text ul li p{
  color:#999;
  font-size:14px;
}
#yaopin_art .conntent .left .box1 .text ul li p a{
  color:#999;
}
#yaopin_art .wrap .left .box1 .text ul li p a:hover{
  color:#ff4400;
}
#yaopin_art .wrap .left .box2{
  width:100%;
  margin-top:20px;
}
#yaopin_art .wrap .left .box2 .nav{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  background:#eeeeee;
}
#yaopin_art .wrap .left .box2 .nav li{
  padding:0 20px;
  line-height: 35px;
  font-size:14px;
  border-right: 1px solid #fff;
  color:#333;
  cursor: pointer;
  position: relative;
}
#yaopin_art .wrap .left .box2 .nav .on_box2{
  background:#fff;
}
#yaopin_art .wrap .left .box2 .nav .on_box2:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #006934;
  z-index: 5;
}
#yaopin_art .wrap .left .box2 .item{
  width:100%;
}
#yaopin_art .wrap .left .box2 .item .item_list{
  width:100%;
  padding:20px 20px 0;
}
#yaopin_art .wrap .left .box2 .item .item_list:nth-child(n+2){
  display:none;
}
#yaopin_art .wrap .left .box2 .item .item_list dl dd{
  margin-top:10px;
  line-height: 25px;
  display:flex;
  justify-content: flex-start;
}
#yaopin_art .wrap .left .box2 .item .item_list dl dd span{
  display:block;
  white-space: nowrap;
  color:#999;
  font-size:12px;
}
#yaopin_art .wrap .left .box2 .item .item_list dl dd p{
  color:#333;
}
#yaopin_art .wrap .left .box2 .item .item_list p a{
  color:#333;
}
#yaopin_art .wrap .left .box2 .item .item_list p a:hover{
  color:#ff4400;
}
#yaopin_art .wrap .left .xgwz{
  width:100%;
  display:block;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
}
#yaopin_art .wrap .left .xgwz .tit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#yaopin_art .wrap .left .xgwz .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#yaopin_art .wrap .left .xgwz .tit p{
  line-height: 40px;
  position: relative;
  color: #006934;
  font-size: 16px;
}
#yaopin_art .wrap .left .xgwz .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background: #006934;
}
#yaopin_art .wrap .left .xgwz .box{
  width:100%;
  padding:15px 0;
  display:flex;
  justify-content: space-between;
  align-items: center; 
  border-bottom:1px dashed #99CCCC;
}
#yaopin_art .wrap .left .xgwz .box .img{
  width:180px;
  height:120px;
}
#yaopin_art .wrap .left .xgwz .box .img img{
  width:100%;
  height:100%;
}
#yaopin_art .wrap .left .xgwz .box .text{
  width:75%;
}
#yaopin_art .wrap .left .xgwz .box .text span{
  display:block;
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#yaopin_art .wrap .left .xgwz .box .text span a{
  color:#333;
  font-size:18px;
}
#yaopin_art .wrap .left .xgwz .box .text span a:hover{
  color:#006934;
}
#yaopin_art .wrap .left .xgwz .box .text p{
  color:#999;
  font-size:14px;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#yaopin_art .wrap .left .xgwz .box .text .cs{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:10px;
}
#yaopin_art .wrap .left .xgwz .box .text .cs em{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left .xgwz .box .text .cs em a{
  color:#999;
  font-size:12px;
  margin-right: 10px;
  line-height: 20px;
}
#yaopin_art .wrap .left .xgwz .box .text .cs em a:hover{
  color:#006934;
}
#yaopin_art .wrap .left .xgwz .box .text .cs i{
  color:#999;
  line-height: 20px;
}
#yaopin_art .wrap .left .xgwz ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left .xgwz ul li{
  width:48%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:15px;
}
#yaopin_art .wrap .left .xgwz ul li a{
  display:block;
  width:75%;
  color:#333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size:14px;
}
#yaopin_art .wrap .left .xgwz ul li span{
  display:block;
  color:#999;
  font-size:12px;
}


#yaopin_art .wrap .left .xgwd{
  width:100%;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
}
#yaopin_art .wrap .left .xgwd .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#yaopin_art .wrap .left .xgwd .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#yaopin_art .wrap .left .xgwd .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#yaopin_art .wrap .left .xgwd .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#yaopin_art .wrap .left .xgwd ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left .xgwd ul li{
  width:48%;
  border:1px solid rgba(0, 0, 0 ,.0);
  margin-top:20px;
  transition: all ease .25s;
}

#yaopin_art .wrap .left .xgwd ul li .question{
  width:100%;
  display:flex;
  justify-content: space-between;
}
#yaopin_art .wrap .left .xgwd ul li .question em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#ff8800;
  color:#fff;
}
#yaopin_art .wrap .left .xgwd ul li .question a{
  width:92%;
  color:#333;
  line-height: 20px;
  font-size:14px; 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#yaopin_art .wrap .left .xgwd ul li .question a:hover{
  color:#006934;
}
#yaopin_art .wrap .left .xgwd ul li .answer{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:10px;
}
#yaopin_art .wrap .left .xgwd ul li .answer em{
  display:block;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  background:#006934;
  color:#fff;
}
#yaopin_art .wrap .left .xgwd ul li .answer p{
  width:92%;
  color:#999;
  font-size:12px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#yaopin_art .wrap .left .xgwd ul li span{
  display:block;
  width:100%;
  margin-top:10px;
  color:#999;
  background:url("../images/wenda_2.png")no-repeat left center;
  background-size:18px 16px;
  padding-left:23px;
}
#yaopin_art .wrap .left .xgwd ul li span i{
  color:#ff8800;
}


#yaopin_art .wrap .left .xgsp{
  width:100%;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
  margin-top:20px;
}
#yaopin_art .wrap .left .xgsp .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#yaopin_art .wrap .left .xgsp .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#yaopin_art .wrap .left .xgsp .tit p{
  line-height: 40px;
  position: relative;
  color:#006934;
  font-size:16px;
}
#yaopin_art .wrap .left .xgsp .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background:#006934;
}
#yaopin_art .wrap .left .xgsp ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#yaopin_art .wrap .left .xgsp ul li{
  width:25%;
  padding:0 10px;
  margin-top:20px;
}
#yaopin_art .wrap .left .xgsp ul li .box{
  width:100%;
}
#yaopin_art .wrap .left .xgsp ul li .box .img{
  width:100%;
  height:130px;
  position: relative;
}
#yaopin_art .wrap .left .xgsp ul li .box .img img{
  width:100%;
  height:100%;
}
#yaopin_art .wrap .left .xgsp ul li .box .img .img_text{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  line-height: 22px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index:10;
  background:rgba(0,0,0,.3);
  padding:0 5px;
}
#yaopin_art .wrap .left .xgsp ul li .box .img .img_text i:nth-child(1){
  display:block;
  background:url("../images/time.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#yaopin_art .wrap .left .xgsp ul li .box .img .img_text i:nth-child(2){
  display:block;
  background:url("../images/cont.png")no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
  color:#fff;
}
#yaopin_art .wrap .left .xgsp ul li .box .img em{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/svg_play.png)no-repeat 60% 55%;
  background-size: 20px 20px;
  background-color: rgba(0,0,0,.5);
  border-radius: 100%;
  opacity: 0;
  transition: all ease .25s;
}
#yaopin_art .wrap .left .xgsp ul li:hover .box .img em{
  opacity: 1;
}
#yaopin_art .wrap .left .xgsp ul li .box .text{
  width:100%;
}
#yaopin_art .wrap .left .xgsp ul li .box .text p{
  color:#333;
  line-height: 25px;
  margin-top:5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#yaopin_art .wrap .left .xgsp ul li .box .text p a{
  color:#333;
  font-size:14px;
}
#yaopin_art .wrap .left .xgsp ul li:hover .box .text p a{
  color:#006934;
}




@media all and (max-width: 980px) {
  #yaopin_art .wrap .left{
    width:100%;
  }
  #yaopin_art .wrap .left .box2 .nav{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    background:#fff;
  }
  #yaopin_art .wrap .left .box2 .nav li{
    border-bottom:1px solid #fff;
    background:#eee;
  }
}
@media all and (max-width: 750px) {
  #yaopin_art .wrap .left .box1 .img_zx{
    width:100%;
  }
  #yaopin_art .wrap .left .box1 .img_zx .small_images ul img{
    height:80px;
  }
  #yaopin_art .wrap .left .box1 .text{
    width:100%;
    margin-top:20px;
  }
  #yaopin_art .wrap .left .box2 .item .item_list{
    padding:20px 0 0;
  }
  #yaopin_art .wrap .left .box2 .item .item_list dl dd{ 
    flex-wrap:wrap;
  }
  #yaopin_art .wrap .left .box2 .item .item_list dl dd p{
    width:100%;
  }
  #yaopin_art .wrap .left .xgwz .box .text{
    width:65%;
  }
  #yaopin_art .wrap .left .xgwz ul li{
    width:100%;
  }
  #yaopin_art .wrap .left .xgwd ul li{
    width:100%;
  }
  #yaopin_art .wrap .left .xgsp ul{
    justify-content: space-between;
  }
  #yaopin_art .wrap .left .xgsp ul li{
    width:48%;
    padding:0;
  }
  #yaopin_art .wrap .left .xgsp ul li .box .img{
    height:180px;
  }
}
@media all and (max-width: 600px) {
  #yaopin_art .wrap .left .box1 .img_zx .small_images ul img{
    height:50px;
  }
}
@media all and (max-width: 480px) {
  #yaopin_art .wrap .left .box1 .img_zx .small_images ul img{
    height:40px;
  }
  #yaopin_art .wrap .left .box2 .nav li{
    width:20%;
    text-align: center;
    padding:0;
    border-bottom:1px solid #fff;
    background:#eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:12px;
  }
  #yaopin_art .wrap .left .xgwz .box{
    flex-wrap: wrap;
  }
  #yaopin_art .wrap .left .xgwz .box .img{
    width:100%;
    height:auto;
  }
  #yaopin_art .wrap .left .xgwz .box .img img{
    width:180px;
    height:120px;
    margin:0 auto;
  }
  #yaopin_art .wrap .left .xgwz .box .text{
    margin-top:10px;
    width:100%;
  }
  #yaopin_art .wrap .left .xgwz .box .text span a{
    font-size:16px;
  }
  #yaopin_art .wrap .left .xgwz .box .text p{
    font-size:12px;
    margin-top:5px;
  }
  #yaopin_art .wrap .left .xgwz .box .text .cs{
    margin-top:5px;
  }
  #yaopin_art .wrap .left .xgsp ul li .box .img{
    height:100px;
  }
}


#zixun_list{
  width:100%;
}
#zixun_list .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#zixun_list .wrap .left{
  width:73%;
  margin-top:20px;
}
#zixun_list .wrap .left .list{
  width:100%;
}
#zixun_list .wrap .left .list ul{
  width:100%锛�
}
#zixun_list .wrap .left .list ul li{
  width:100%;
  padding:15px 0;
  display:flex;
  justify-content: space-between;
  align-items: center; 
  border-bottom:1px dashed #99CCCC;
  margin:10px 0;
}
#zixun_list .wrap .left .list ul li .img{
  width:180px;
  height:120px;
}
#zixun_list .wrap .left .list ul li .img img{
  width:100%;
  height:100%;
}
#zixun_list .wrap .left .list ul li .text{
  width:77%;
}
#zixun_list .wrap .left .list ul li .text100{
  width:100%;
}
#zixun_list .wrap .left .list ul li .text span{
  display:block;
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#zixun_list .wrap .left .list ul li .text span a{
  color:#333;
  font-size:18px;
}
#zixun_list .wrap .left .list ul li .text span a:hover{
  color:#006934;
}
#zixun_list .wrap .left .list ul li .text p{
  color:#999;
  font-size:14px;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#zixun_list .wrap .left .list ul li .text .cs{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:10px;
}
#zixun_list .wrap .left .list ul li .text .cs em{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#zixun_list .wrap .left .list ul li .text .cs em a{
  color:#999;
  font-size:12px;
  margin-right: 10px;
  line-height: 20px;
}
#zixun_list .wrap .left .list ul li .text .cs em a:hover{
  color:#006934;
}
#zixun_list .wrap .left .list ul li .text .cs i{
  color:#999;
  line-height: 20px;
}
@media all and (max-width: 980px) {
  #zixun_list .wrap .left{
    width:100%;
  }
}
@media all and (max-width: 750px) {
  #zixun_list .wrap .left .list ul li .img{
    width:140px;
    height:100px;
  }
  #zixun_list .wrap .left .list ul li .text{
    width:70%;
  }
  #zixun_list .wrap .left .list ul li .text100{
    width:100%;
  }
  #zixun_list .wrap .left .list ul li .text span a{
    font-size:16px;
  }
  #zixun_list .wrap .left .list ul li .text p{
    margin-top:5px;
    font-size:12px;
    line-height: 15px;
  }
  #zixun_list .wrap .left .list ul li .text .cs{
    margin-top:5px;
  }
}
@media all and (max-width: 480px) {
  #zixun_list .wrap .left .list ul li .img{
    width:100px;
    height:70px;
  }
  #zixun_list .wrap .left .list ul li .text{
    width:65%;
  }
  #zixun_list .wrap .left .list ul li .text100{
    width:100%;
  }
  #zixun_list .wrap .left .list ul li .text .cs{
    display:none;
  }
}


#zixun_art{
  width:100%;
}
#zixun_art .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#zixun_art .wrap .left{
  width:73%;
  margin-top:20px;
}
#zixun_art .wrap .left .zixun{
  width:100%;
}
#zixun_art .wrap .left .zixun .tit{
  width:100%;
  padding:40px 0;
  text-align: center;
}
#zixun_art .wrap .left .zixun .tit h1{
  color: #000;
  font-size: 28px;
  font-weight: normal;
}
#zixun_art .wrap .left .zixun .tit span{
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}
#zixun_art .wrap .left .zixun .content{
  width:100%;
  padding-bottom:20px;
  border-top:1px solid #99CCCC;
  border-bottom:1px solid #99CCCC;
}
#zixun_art .wrap .left .zixun .content p{
  color:#333;
  font-size:14px;
  text-indent: 25px;
  margin-top:20px;
  line-height: 25px;
}
#zixun_art .wrap .left .zixun .content img{
  max-width: 100%;
  height: auto;
  margin:20px auto 0;
}
#zixun_art .wrap .left .zixun .pn{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  border-bottom:1px solid #99CCCC;
  padding:10px 0;
}
#zixun_art .wrap .left .zixun .pn p{
  color:#999;
  font-size:14px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#zixun_art .wrap .left .zixun .pn p a{
  color:#333;
  font-size:14px;
}
#zixun_art .wrap .left .zixun .pn p a:hover{
  color:#006934;
}
#zixun_art .wrap .left .xgwz{
  width:100%;
  display:block;
  margin-top:20px;
  border:1px solid #99CCCC;
  padding:0 10px 10px;
}
#zixun_art .wrap .left .xgwz .tit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 40px;
}
#zixun_art .wrap .left .xgwz .tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #99CCCC;
  z-index: 5;
}
#zixun_art .wrap .left .xgwz .tit p{
  line-height: 40px;
  position: relative;
  color: #006934;
  font-size: 16px;
}
#zixun_art .wrap .left .xgwz .tit p:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background: #006934;
}
#zixun_art .wrap .left .xgwz .box{
  width:100%;
  padding:15px 0;
  display:flex;
  justify-content: space-between;
  align-items: center; 
  border-bottom:1px dashed #99CCCC;
}
#zixun_art .wrap .left .xgwz .box .img{
  width:180px;
  height:120px;
}
#zixun_art .wrap .left .xgwz .box .img img{
  width:100%;
  height:100%;
}
#zixun_art .wrap .left .xgwz .box .text{
  width:75%;
}
#zixun_art .wrap .left .xgwz .box .text span{
  display:block;
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#zixun_art .wrap .left .xgwz .box .text span a{
  color:#333;
  font-size:18px;
}
#zixun_art .wrap .left .xgwz .box .text span a:hover{
  color:#006934;
}
#zixun_art .wrap .left .xgwz .box .text p{
  color:#999;
  font-size:14px;
  line-height: 20px;
  margin-top:10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#zixun_art .wrap .left .xgwz .box .text .cs{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:10px;
}
#zixun_art .wrap .left .xgwz .box .text .cs em{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#zixun_art .wrap .left .xgwz .box .text .cs em a{
  color:#999;
  font-size:12px;
  margin-right: 10px;
  line-height: 20px;
}
#zixun_art .wrap .left .xgwz .box .text .cs em a:hover{
  color:#006934;
}
#zixun_art .wrap .left .xgwz .box .text .cs i{
  color:#999;
  line-height: 20px;
}
#zixun_art .wrap .left .xgwz ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#zixun_art .wrap .left .xgwz ul li{
  width:48%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:15px;
}
#zixun_art .wrap .left .xgwz ul li a{
  display:block;
  width:100%;
  color:#333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size:14px;
}
#zixun_art .wrap .left .xgwz ul li span{
  display:block;
  color:#999;
  font-size:12px;
}
@media all and (max-width: 980px) {
  #zixun_art .wrap .left{
    width:100%;
  }
}
@media all and (max-width: 750px) {
  #zixun_art .wrap .left .xgwz ul li{
    width:100%;
  }
  #zixun_art .wrap .left .zixun .tit h1{
    font-size:22px;
  }
  #zixun_art .wrap .left .zixun .content p{
    margin-top:10px;
  }
  #zixun_art .wrap .left .zixun .content img{
    margin:10px auto 0;
  }
}
@media all and (max-width: 480px) {
  #zixun_art .wrap .left .xgwz .box{
    flex-wrap: wrap;
  }
  #zixun_art .wrap .left .xgwz .box .img{
    width:100%;
    height:auto;
  }
  #zixun_art .wrap .left .xgwz .box .img img{
    width:180px;
    height:120px;
    margin:0 auto;
  }
  #zixun_art .wrap .left .xgwz .box .text{
    margin-top:10px;
    width:100%;
  }
  #zixun_art .wrap .left .xgwz .box .text span a{
    font-size:16px;
  }
  #zixun_art .wrap .left .xgwz .box .text p{
    font-size:12px;
    margin-top:5px;
  }
  #zixun_art .wrap .left .xgwz .box .text .cs{
    margin-top:5px;
  }
}
</pre></body></html>