/* @font-face {
    font-family: "思源黑体";
    src: url('./font/SourceHanSansCN-Light.otf');
    src: url("./font/SourceHanSansCN-Regular.woff2") format("woff2"),
         url("./font/SourceHanSansCN-Regular.woff") format("woff"),
         url("./font/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("./font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("./font/SourceHanSansCN-Regular.svg") format("svg");
  } */
.pad{
    padding: 0
}
.carousel-inner img {
    width: 100%;
    /* height: 300px !important; */
}

.title {
    text-align: center;
    margin: 15px;
}

.count {
    text-align: -webkit-center;
    width: 100%;
    /* height: 300px; */
    /* background-color: blue; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 5%;
}
.count_baoxian_bg{
    background-image: url('../../img/home/bg_baoxian.png');
}
.count_jinrong_bg{
    background-image: url('../../img/home/bg_jinrong.png');
}
.count_org_bg{    
    width: 100%;    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 2%;
    padding-top: 2%;
    background-image: url('../../img/home/bg_org.png');
    color: #FFFFFF;
}
.count_youshi_bg{
   background-color: #009d95;
    /* text-align: -webkit-center; */
}

.baoxian{
    width: 100%;
    height: 225px;
    margin-top: 20%;
    padding: 10px;
}
.baoxian_01{
    background-color: #196436;
}
.baoxian_02{
    background-color: #de931d;
}
.baoxian_03{
    background-color: #77c0d9;
}
.baoxian_04{
    background-color: #2ca543;
}
.baoxian_border{
    border: 2px solid #FFFFFF;
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 15%;
}
.baoxian_font{
  color:#FFFFFF;
  text-align: center;
  width: 80%;
  margin: auto 0;
  margin: 10% 0 0 10%;
  font-family:'微软雅黑';
}
.jinrong_border{
    border:2px solid #486f14;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5%;
}
.org_font1{
    padding: 10px ;
    line-height: 26px;
    /* font-size: larger; */
    font-family:'微软雅黑';
}

.youshi_div{
    margin: 30px 0;    
}
.youshi_count{
    background-color: #FFFFFF;
    padding: 20px;
    /* height: 220px; */
}
.youshi_counttitle{
    color:#486f14;
    text-align: left;
    font-weight: bolder;
    font-size: 13px;
    font-family:'微软雅黑';
}
.youshi_line{
    width: 100%;
    height: 3px;
    background-color: #dcdcdc;
    margin: 5px 0;
}
.youshi_lineleft{
    width: 20%;
    height: 3px;
    background-color: #486f14;
}
.youshi_img{
 width: 100%;
}
.youshi{
    line-height: 30px;
    font-family: '微软雅黑';
}
.count_hezuo_bg{
    background-color: #eeeeee;
 }
 .hezuo{
     margin: 20px 0;
     padding: 0 0 0 50px;
 }
 .hezuo_img{
     width: 19%;
 }