/* CSS Document */


.main-bj {
    width: 100%;
    background-color: #f4f4f4
}

.main-c {
    /* width: 78.75rem; */
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}


.flexslider {
    width: 100%;
    height: 16.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*图片*/
.flex-viewport,
.flexslider .slides,
.flexslider .slides li

/*,.flexslider .slides li a img*/
    {
    display: block;
    width: 100%;
    /*height:100%;*/
}

.flexslider .slides li {
    overflow: hidden;
    position: relative;
}
.flexslider .slides  .flex-active-slide a img{
    display: block;
    width: 100%!important;
    height: autto;
    object-fit: cover;
}
.flexslider .slides li a {
    display: block;
    width: 120rem;
    width: 78.75rem;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -60rem;
    margin-left: -39.375rem;
}

.flexslider .slides li a {
    text-align: center;
}

.flexslider .slides li a img {
    display: inline-block;
    width: 100%;
    height: 16.25rem;
}

/*按钮点*/
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    z-index: 88;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: .6875rem;
    height: .6875rem;
    background-color: #a40000;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    opacity: 0.4;
    margin: 0 .375rem;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.flex-control-paging li a.flex-active {
    opacity: 1;
}

.flex-direction-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 19rem;
}

/* .flex-prev{ width: 3.625rem; height: 3.625rem; background: url(../images/lt.png) no-repeat ;display: block ;position: absolute; left: 0;top: 0 ;z-index: 99;font-size: 0}
.flex-next{ width: 3.625rem; height: 3.625rem; background: url(../images/rt.png) no-repeat ;display: block ;position: absolute; right: 0;top: 0 ;z-index: 99;font-size: 0}
.flex-prev:hover{ background: url(../images/lt1.png) no-repeat ;}
.flex-next:hover{ background: url(../images/rt1.png) no-repeat ;} */


.open-box {
    width: 100%;
    margin: .75rem 0 0 0;
    overflow: hidden;
}

.titel-b {
    width: 100%;
    height: 2.5rem;
    border-bottom: .125rem solid #a40000;
    position: relative;
}

.titel-b a {
    font-size: .875rem;
    color: #a40000;
    line-height: .875rem;
    position: absolute;
    right: 0;
    bottom: .875rem
}

.titel-b .bta {
    display: inline-block;
    height: 2.5rem;
    background-color: #a40000;
    padding-left: 1.3125rem;
    padding-right: 1.25rem;
    position: relative;
}

.titel-b .bta img {
    float: left;
    margin-right: .875rem;
    position: relative;
    top: .5rem
}

.titel-b .bta h3 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: #fff;
    display: inline-block;
}

.titel-b .bta i {
    width: .625rem;
    height: 2.5rem;
    display: block;
    background: url(../image/z3.png) no-repeat;
    position: absolute;
    right: -0.625rem;
    bottom: 0
}

.bs-box {
    /* width: 76.25rem; */
    /* width: calc(100% - 2.5rem); */
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    background-color: #fff;
}

.Active {
    width: 100%;
    overflow: hidden;
}

.Active ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

.Active ul li {
    flex: 0 0 calc(20% - 10px); 
   
}
   

.Active ul li a {
    width: 100%;
    height: 2.8125rem;
    display: block;
    background: url(../image/m1.jpg) no-repeat;
    overflow: hidden;
}

.Active ul li a h3 {
    /* width: 9.6875rem; */
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    font-size: 1.125rem;
    color: #303030;
    padding-left: .1875rem;
    /* overflow: hidden; */
}

.Active ul li a:hover {
    background: url(../image/m2.jpg) no-repeat;
}

.Active ul li a:hover h3 {
    color: #a40000
}


.Notice-box {
    width: 100%;
    margin: .75rem 0 0 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.Notice-l {
  flex: 1;
  margin-right: 3rem;
}

.Notice-r {
    flex: 1;
}

.bs-box2 {
    width: 100%;
    padding: .9375rem 1.25rem 0 1.25rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    height: 11.25rem;
}

.list {
    width: 100%;
}

.list ul {
    width: 100%;
}

.list ul li {
    width: 100%;
    height: 1.125rem;
    margin-bottom: 1.125rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.list ul li a {
    /* width: 28.4375rem; */
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: 1rem;
    color: #303030;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list ul li span {
    width: 5.9375rem;
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: 1rem;
    text-align: right;
    color: #818181;
    overflow: hidden;
}

.list ul li a i {
    font-size: 1rem;
    color: #303030;
    display: inline-block;
    padding-right: .3125rem
}

.list ul li a:hover {
    text-decoration: underline;
    color: #a40000
}

.list ul li a:hover i {
    color: #a40000
}

.lam {
    width: 100%;
    padding: .625rem 0 0 0;
    overflow: hidden;
}

.lam ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.lam ul li {
   /* flex: 1; */
    height: 6.75rem;
    flex: 0 0 calc(50% - 10px); 
    margin: 0 1.25rem .75rem 0
}
.lam ul li:nth-child(2n){
    margin-right: 0;
}
.lam ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.lam ul li a img {
    position: absolute;
    left: 2.0625rem;
    top: .9375rem;
}

.lam ul li a h3 {
    font-size: 1.5rem;
    color: #fff;
    line-height: 6.75rem;
    position: absolute;
    left: 9.4375rem;
    top: 0;
}

.lam ul li.lei1 {
    background-color: #f9b62b
}

.lam ul li.lei2 {
    background-color: #00ada0
}

.lam ul li.lei3 {
    background-color: #016ebf
}

.lam ul li.lei4 {
    background-color: #6fbb48
}

.heigt2 {
    height: 9.1563rem;
}

.information-box {
    width: 100%;
    margin: .75rem 0 .625rem 0;
    overflow: hidden;
    display: flex;
}

.information-l {
  flex: 1;
  margin-right: 3rem;
}

.information-r {
    flex: 1;
}

.titel-b2 {
    width: 100%;
    height: 2.5rem;
    background-color: #cfa972;
    border-bottom: .125rem solid #cfa972;
    position: relative;
}

.titel-b2 img {
    float: left;
    margin-right: .875rem;
    position: relative;
    left: 1.3125rem;
    top: .5rem;
}

.titel-b2 h3 {
    line-height: 2.5rem;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    left: 1.25rem;
}

.bj3 {
    /* width: 35rem; */
    width: calc(100% - 3.75rem);
    padding: 1.125rem 1.875rem 0 1.875rem;
    background-color: #f4ece0;
    height: 8.9375rem;
    overflow: hidden;
}

.bj3 h4 {
    font-size: 1rem;
    color: #818181;
    margin-bottom: .875rem;
}

.bj3 h4 span {
    color: #303030
}
@media screen and (max-width: 1080px) {
    .Notice-box{
       display: block;
    }
    .information-box {
        display: block;
    }
    .Notice-l {
        margin-right: 0;
      }
      .information-l {
        margin-right:0;
        margin-bottom: 20px;
      }
      
}
@media screen and (max-width: 700px) {
	.bs-box {
		padding: 1rem 0 .5rem 0
	}
    
    .Active ul li {
        flex: 0 0 calc(33% - 10px); 
       
    }
}
@media screen and (max-width: 560px) {
    .bj3 {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
	.main-c {
		width: 100%;
	}
    .lam ul li {
        /* flex: 1; */
         height: 6.75rem;
         flex: 0 0 calc(100% - 10px); 
         margin: 0 1.25rem .75rem .3rem
     }
}