.tags-list {
    width: 100%;
    text-align:center;
    padding:0;
}

.tags-list li {
    display: inline-block;
    margin: 0 1% 1% 0;
    min-width: 18%;
}

.tags-list li a {
    background-color: #fff;
    color: #000000;
    display: inline-block;
    border-radius: 23px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 5px 20px;
    border: 1px solid #727272;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

.tags-list li a i {
    color: #B6B6B6;
    font-size: 10px;
}

.tags-list li a:hover {
    background: #F4740E;
    border: 1px solid #F4740E;
    color: #fff;
}

.a_title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.mbr2 {
    margin-bottom: 2rem;
}

.a_cont {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.a_cont ul li {
    list-style: disc;
    margin-left: 20px
}

.a_cont img {
    margin-top: 2rem;
    max-width: 100%;
}

.tags-list li.active a {
    background: #F4740E;
    border: 1px solid #F4740E;
    color: #fff;
}

.hover-up {
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/*尺寸*/

@media screen and (max-width:1680px) {}

@media screen and (max-width:1550px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:992px) {}

@media screen and (max-width: 960px) {}
@media screen and (max-width:799.9px) {
  .c_text{
  	min-height:5rem;
  }
}
@media screen and (max-width:767.9px) {
  .container{
  	max-width:100% !important;
  }
  .welcome-one__text-2{
  	width:100%;
  }
  .welcome-one{
  	padding:2.5rem 0;
  }
  .welcome-one__img-box.l_right{
  	margin-top:1rem;
    text-align:center;
  }
  .welcome-one__left{
  	text-align:center;
    padding:0;
  }
  .welcome-one__right{
  	margin-top:0px !important;
  }
  .welcome-one__img-box{
  	text-align:center;
  }
  .welcome-one__btn-box{
  	position:unset;
  }
  .we-change{
  	margin-top:0;
  }
  .we-change__right{
  	margin-top:0 !important;
  }
  .we-change__sub-titles{
  	padding:20px
  }
  .section-title{
  	padding-top:2rem;
    margin-bottom:2rem;
  }
  .event-details__bottom{
  	margin-top:2rem;
  }
  .quality-work__tab-box .tab-buttons .tab-btn{
  	max-width:45% !important;
  }
}

@media screen and (max-width:599.9px) {
  .c_text{
  	min-height:4rem;
  }
}

@media screen and (max-width:370px) {}