
.news_list {
  width: 100%;
  padding: 20px;
  border: 1px solid #EBEBEB;
}

.news_list ul li {
  width: 100%;
  float: left;
  height: 38px;
  padding-top: 9px;
  border-bottom: 1px dashed #c6c6c6;
  margin-bottom: 8px;
}

.news_list ul li a {
  float: left;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.news_list ul li p {
  float: right;
  font-size: 12px;
  color: #666;
}

.news_list ul li:hover a {
  color: #357cd0;
}

.crumbs {
  width: 100%;
  height: 34px;
  background: #357cd0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.crumbs p {
  width: 100%;
  height: 34px;
  background: url(../img/ds.png) no-repeat left;
  padding-left: 20px;
  color:#fff;
  line-height: 34px;
}

.crumbs p a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
}

.show_pages {
  padding-top: 20px;
}

.show_pages p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 6px;
}

.show_pages p a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.content_tit h3 {
  font-size: 21px;
  color: #000;
  padding: 15px 0;
  line-height: 1.7em;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}

.content_tit p {
  width: 100%;
  text-align: center;
  padding: 10px 0 15px;
}

.content_tit p span {
  line-height: 21px;
  font-size: 12px;
  color: #666;
  margin: 0 5px;
}

.content_des {
  width: 100%;
  border: 1px dotted #E5E5E5;
  padding: 5px;
  margin-bottom: 10px;
  text-indent: 24px;
}

.content_des p {
  font-size: 13px;
  color: #868686;
  line-height: 24px;
}

.pro_content {
  width: 100%;
  margin: 20px 0;
}

.pro_content .pro_pic {
  width: 50%;
  float: left;
}

.pro_content .pro_text {
  width: 50%;
  float: left;
  padding-left: 2%;
}

.pro_content .pro_text h3 {
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
  font-size: 18px;
  color: #2662bb;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}

.pro_content .pro_text .text p {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 12px;
}

.pro_content .pro_text .text a {
  width: 100px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #4576be;
  background-size: 16px;
  padding-left: 24px;
}

.pro_content .pro_text .text a:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

div.zoomDiv img {
  max-width: none;
}

div.zoomMask {
  position: absolute;
  background: url(../img/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
}

.pc-slide .view {
  border: 1px solid #ddd;
}

.pc-slide .view .swiper-slide {
  width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 280px;
  padding: 20px;
  box-sizing: border-box;
}

.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  padding: 5px;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #4576be;
}

.pc-slide .preview .arrow-left {
  background: url(feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.pc-slide .preview .arrow-right {
  background: url(feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.page_title {
  border-bottom: 1px solid #357cd0;
  padding-top: 15px;
}

.page_title h3 {
  width: 140px;
  height: 42px;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 42px;
  background: #357cd0;
  text-align: center;
  font-weight: normal;
}

.page_content {
  width: 100%;
  overflow: hidden;
  border: #DDD solid 1px;
 
  
   
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}

.content img {
  display: block;
  margin: 0 auto;
}

.hot_pro {
  width: 100%;
}

.hot_pro .pro_list {
  margin-top: 15px;
}

.hot_new .news_list {
  border: none;
  padding: 0;
  margin-top: 8px;
}

.content img {
     max-width: 100%; 
}

.plabel{
  display: block;
    float: left;
    position: relative;
    border-right: #DDD solid 1px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}
.plabelbox{
  height: 45px;
    background: #eee;
    border-bottom: #DDD solid 1px;
    position: relative;
    line-height: 45px;
   
}
.pck{
  background: #ffc63e;
  color: #ffffff;
  
}

.prinfo{
  width:100%;
  margin: 10px auto;
  background: #eee;
}
.prinfo td{
  padding: 5px 20px;
  line-height: 30px;
  
}
.prinfo th{
  
  line-height: 40px;

  
}
.prinfo tr td:nth-child(1){
 padding-left: 15%;
}


.prinfo tr:nth-child(even){
  background: #f4f4f4;
}
.prinfo .ptitle{
  font-size: 15px;
  font-weight: bold;
}
.bgw{
  background: #fff;
  padding: 15px;
}
/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */
