/* CSS Document */
.yewu_l_img{ float:left; width:50%;}
.swiper_yewu {
position: relative;}
.swiper_yewu .swiper-wrapper{  }
.swiper_yewu .swiper-slide {
      text-align: center; width:100%;
      font-size: 18px;position:relative; overflow:hidden; padding-right:0; background:none;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: inline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper_yewu .swiper-slide img{ width:100%;height: auto ; border:0}

.swiper_yewu .swiper-pagination-bullet {
	width:10px;
	height:10px;border:#7a7a7a 1px solid;border:#7a7a7a 1px solid;background: #fff;border-radius:50%;opacity:1
}
.swiper_yewu .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a37c3c;border-radius:50%; border:#a37c3c 1px solid;
}
/*.swiper-container5  .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -4px;
	width:10px;
	height:10px;
	background: #c0120b;

}*/
.swiper_yewu  .swiper-button-prev{ background:url(../images/left01.png) center center no-repeat; width:60px; height:60px; left:3%; margin-top:-30px;}
.swiper_yewu  .swiper-button-next{ background:url(../images/right01.png) center center no-repeat; width:60px; height:60px; right:3%; margin-top:-30px;}
.swiper_yewu .swiper-pagination-bullets,.swiper_yewu   .swiper-pagination-custom,.swiper_yewu   .swiper-pagination-fraction{ padding-right:30px; bottom:30px; text-align:right}

.swiper_yewu .swiper-slide .yewus_fonts{ position:absolute; left:0; bottom:0; width:100%; color:#FFFFFF; font-weight:bold; font-size:24px; padding:20px; text-align: left;background: rgba(0,0,0,0.3);text-shadow: 0px 0px 10px rgba(0,0,,0.5);}


.yewu_r_fonts{ float:right; width:45%;}

.yewu_name{ color:#192156; font-weight:bold; font-size:28px; padding-bottom:50px;}
.yewu_name span{ position:relative;}
.yewu_name span::after {
    content: '';
    top:50px;
    position: absolute;
    left:0%;
    width: 30px;
    height: 4px;
    background: #1f86b7;
}
.yewu_descipes{ text-align:left; font-size:14px; line-height:240%; padding-bottom:50px;}
.PDF_down{}
.PDF_down a{ border:#5c5c5c 2px solid; padding:10px 30px; font-size:15px; color:#5c5c5c}
.PDF_down a .iconfont{ font-size:20px;}
.PDF_down a:hover{ background-color:#1f86b7;border:#1f86b7 2px solid; color:#FFFFFF}

@media (max-width:1000px) {
.yewu_l_img {
    float: none;
    width: 100%;
}
.yewu_r_fonts {
    float: none;
    width: 100%; padding-top:1rem
}
.yewu_name {
    color: #192156;
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 3rem;
}
.yewu_descipes {
    text-align: left;
    font-size: 0.85rem;
    line-height: 200%;
    padding-bottom: 3rem;
}
.swiper_yewu .swiper-slide .yewus_fonts{ font-size:1.2rem; padding:1rem}
}