*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
    color: #333;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
  /* header */
  .smf-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  
  .smf-header__content {
    width: 1180px;
    height: 100%;
    background: #ffffff;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .smf-header__content .smf-logo {
    width: 130px;
  }
  .smf-header__content .smf-logo img{
    max-width: 100%;
      height: auto;
  }
  
  .smf-header__content .header-middle{
    font-size: 26px;
  }
  .smf-header__content .header-right {
    width: 400px;
    height: 100%;
    font-size: 10px;
    background-color: rgb(245,250,255);
    border: 1px solid #c1ecf3;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .smf-header__content .header-right .header-right-a{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .smf-header__content .header-right .header-font {
    height: 100%;
    flex: 1;
    /* line-height: 30px; */
    /* text-align: right; */
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .smf-header__content .header-right .header-font .header-btn{
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    background-color: #ee3134;
    color: #fff;
  }
  
  .smf-header__content .header-right img {
    width: 110px;
    height: 80%;
    vertical-align: -60%;
  }
  .r-f {
    color: #ee3134;
    font-weight: bold;
  }
  /* banner */
  .smf-main-HQ {
    /* height: 206px; */
    height: 348px;
    background: url(../images/erji_banner.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
  }
  
  .smf-main-HQ a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .middle-wrap{
    padding-top: 68px;
  }
  /* 中间 */
.container{
    width: 962px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    
}
.header-wrap .header-con-wrap {
    min-width: 180px;
    text-align: center;
    padding-bottom: 20px;
}
.header-wrap1 .header-con-wrap{
    width: 18px;
}
.header-wrap2 .header-con-wrap{
    width: 126px;
}
.header-wrap3 .header-con-wrap{
    width: 84px;
}
.header-wrap4 .header-con-wrap{
    width: 84px;
}
.header-wrap5 .header-con-wrap{
    width: 48px;
}
.header-wrap6 .header-con-wrap{
    width: 84px;
}
.header-wrap7 .header-con-wrap{
    width: 84px;
}
.header-wrap8 .header-con-wrap{
    width: 73px;
}
.header-wrap9 .header-con-wrap{
    width: 45px;
}
.header-wrap0 .header-con-wrap {
  width: 107px;
}
.header-wrap1 .img img{
    width: 18px;
    height: 54px;
}
.header-wrap2 .img img{
    width: 126px;
    height: 63px;
}
.header-wrap3 .img img{
    width: 84px;
    height: 80px;
}
.header-wrap4 .img img{
    width: 84px;
    height: 80px;
}
.header-wrap5 .img img{
    width: 48px;
    height: 53px;
}
.header-wrap6 .img img{
    width: 84px;
    height: 80px;
}
.header-wrap7 .img img{
    width: 84px;
    height: 80px;
}
.header-wrap8 .img img{
    width: 73px;
    height: 53px;
}
.header-wrap9 .img img{
    width: 45px;
    height: 61px;
}
.header-wrap0 .img img{
  width: 107px;
  height: 57px;
}
.header-wrap .txt{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: rgb(115,178,238);
}
.content-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}
.content-list .c-item{
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    min-width: 23%;
    max-width: 25%;
    margin-left: 15px;
    margin-bottom: 20px;
}
.content-list .c-item:nth-child(4n+1) {
    margin-left: 0;
}
.content-list .c-item .c-item-img{
    border: 1px solid #F2F2F2;
    padding: 10px;
}
.content-list .c-item .c-item-img img{
    /* width: 100%; */
    width: 207px;
    height: 106px;
}
.content-list .c-item .c-item-title{
    margin: 13px 0;
    text-align: center;
}
/* footer */
.smf-footer {
    width: 100%;
    margin-top: 30px;
    background: #ee3134;
  }
  
  .smf-footer .footer-area {
    width: 962px;
    margin: 0 auto;
  }
  
  .smf-footer .footer-area > div {
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
  }
  
  .smf-footer .footer-area > div a {
    position: relative;
    top: 7px;
    color: #fff;
  }
  
  .smf-footer .footer-area > div a:hover {
    text-decoration: underline;
  }
  
  .smf-footer .footer-area > div img {
    height: 24px;
    width: auto;
  }