/*banner*/
.inner_page_banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 350px;
    margin-top: 75px;
    background-image: url(../images/services_4.jpg);
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

.inner_page_banner .showtxt {
    /* padding: 15px; */
}

.inner_page_banner .showtxt .h1title {
    font-size: 40px;
    color: rgb(255, 255, 255);
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.45); */
    font-weight: 800;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h1title {
        font-size: 24px;
        line-height: 30px;
    }
}

.inner_page_banner .showtxt .h2title {
    font-size: 25px;
    color: rgb(255, 255, 255);
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.45); */
    font-size: 1rem;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h2title {
        font-size: 1.1rem;
    }
}

/*分类*/
.teambulid_pc_box_cate_c {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .teambulid_pc_box_cate_c {
        margin-top: 25px;
    }
}

.teambulid_pc_box_cate_c .firstlevel {
    font-weight: 800;
    font-size: 1rem;
    padding: 2px 0 2px 0;
    position: relative;
    top: -5px;
}

.teambulid_pc_box_cate_c .firstlevel .iconfont {
    font-size: 1.5rem;
    color: rgba(31, 17, 66, 0.85);
    font-weight: normal;
}

.teambulid_pc_box_cate_c .firstlevel .iconfont.icon_reset_size {
    position: relative;
    top: 2px;
}

.teambulid_pc_box_cate_c .visi_list_c {
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* align-content: space-between; */
    flex-wrap: wrap;
}

.teambulid_pc_box_cate_c .borderlinec {
    width: 100%;
    background-color: rgba(228, 228, 228, 0.6);
    height: 1px;
    margin: 7px auto 12px auto;
}

.teambulid_pc_box_cate_c .visi_list_c li {
    /* padding-bottom: 15px;
  display: inline-block;
  margin-right: 30px; */
    margin-bottom: 15px;
    /*  margin-right: 30px; */
    width: 120px;
}

@media (max-width: 767px) {
    .teambulid_pc_box_cate_c .visi_list_c li {
        width: auto;
        margin-right: 20px;
    }
}

.teambulid_pc_box_cate_c .visi_list_c li a {
    color: rgba(31, 17, 66, 0.6);
    transition: color 0.5s ease;
}

.teambulid_pc_box_cate_c .visi_list_c li a.currentlinka {
    color: #f60;
}

.teambulid_pc_box_cate_c .visi_list_c li a:hover {
    color: #f60;
}

.search_title {
    font-size: 1.8rem;
    font-weight: 700;
}

.search_title .weightcolor {
    color: #f60;
    font-weight: 800;
}

@media (max-width: 767px) {
    .search_title {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search_title {
        font-size: 1.6rem;
    }
}

.split_borderline {
    background-color: rgba(228, 228, 228, 0.95);
    width: 100%;
    height: 1px;
    margin: 15px auto 0 auto;
}

/*列表*/
.teambulid_list_big_c {
    box-shadow: 0px 0px 30px 0px rgba(17, 58, 93, 0.15);
    margin: 40px auto 0 auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}


@media (max-width: 767px) {
    .teambulid_list_big_c {
        margin: 20px auto 0 auto;
    }
}

.teambulid_list_big_c:hover {
    box-shadow: 0px 5px 40px 3px rgba(93, 118, 139, 0.18);
    /* box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15); */
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.teambulid_list_big_c .hostlist_borderline_anti {
    background-color: rgba(228, 228, 228, 0.65);
    width: 0%;
    height: 1px;
    margin: 20px 0 0 0;
    transition: width 0.9s ease;
}

.teambulid_list_big_c:hover .hostlist_borderline_anti {
    width: 100%;
}

.teambulid_list_big_c.clearmarginbottom {
    margin-bottom: 0;
}

.teambulidlist_teambulidimg {
    overflow: hidden;
    /* height: 0;
	padding-bottom: 73.8%; */
    position: relative;
}



.teambulidlist_teambulidimg a.biglinkc {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 5;
}


.teambulidlist_teambulidimg .overlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    /* background: linear-gradient(to top, #3b5064 0%, rgba(99, 123, 148, 0.08) 60%); */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s ease;
}

.teambulidlist_teambulidimg .overlayer .incoslink .iconfont {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    padding: 10px;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease, border 0.5s ease;
}

.teambulidlist_teambulidimg .overlayer .incoslink .iconfont:hover {
    color: #f60;
    border: 1px solid #f60;
}

.teambulid_list_big_c:hover .incoslink .iconfont {
    opacity: 1;
    visibility: visible;
}

.teambulid_list_big_c:hover .overlayer {
    background: linear-gradient(to top, #516274 0%, rgba(99, 123, 148, 0.2) 20%);
}

.teambulidlist_teambulidimg .recommendtag {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #4e9534; */
    color: #fff;
    z-index: 1;
}

.teambulidlist_teambulidimg .teamcdc {
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
}

.teambulidlist_teambulidimg .recommendtag span {
    display: inline-block;
    height: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 2, 0, 1);
}

.teambulidlist_teambulidimg .recommendtag span.secondbg {
    background-color: rgba(255, 188, 0, 1);
}

.teambulidlist_teambulidimg .recommendtag span.thirdbg {
    background-color: rgba(38, 138, 255, 1);
}

.teambulidlist_teambulidimg .recommendtag span.leftc {
    border-bottom-right-radius: 6px;
}

.teambulidlist_teambulidimg .recommendtag span.rightc {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #03afd6;
}

@media (max-width: 767px) {
    .teambulidlist_teambulidimg .recommendtag {
        font-size: 0.875rem;
    }
}

.teambulidlist_teambulidimg .startc_c {
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    /* background-color: #4e9534; */
    color: #fff;
}

.teambulidlist_teambulidimg .startc_c .iconfont {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 2px;
}

.teambulidlist_teambuliddescs {
    padding: 18px 0 0 20px;
}

@media (max-width: 767px) {
    .teambulidlist_teambuliddescs {
        padding: 20px 5px 15px 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_teambuliddescs {
        padding: 20px 0 15px 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_teambuliddescs {
        padding: 18px 0 015px 20px;
    }
}

/* @media (max-width: 767px) {
    .teambulidlist_teambuliddescs h2 {
      font-size: 0.875rem;
      line-height: 23px;
    }
  }

  @media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_teambuliddescs h2 {
      line-height: 23px;
      font-size: 0.875rem;
    }
  }

  @media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_teambuliddescs h2 {
      line-height: 23px;
      font-size: 0.875rem;
      margin-bottom: 5px;
    }
  } */

.teambulidlist_teambuliddescs h1 {
    font-size: 0;
}

.teambulidlist_teambuliddescs h1 a {
    font-size: 1.1rem;
    transition: color 0.5s ease;
    line-height: 22px;
}

.teambulidlist_teambuliddescs h1 a:hover {
    color: #f60;
}

@media (max-width: 767px) {
    .teambulidlist_teambuliddescs h1 {
        margin-top: 8px;
    }

    .teambulidlist_teambuliddescs h1 a {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_teambuliddescs h1 {
        margin-top: 25px;
    }

    .teambulidlist_teambuliddescs h1 a {
        font-size: 1.2rem;
    }
}

.teambulidlist_teambuliddescs .txtdescs {
    margin-top: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_teambuliddescs .txtdescs {
        margin-top: 15px;
    }
}

.teambulidlist_teambuliddescs .iconfont {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    margin-right: 5px;
    color: rgba(31, 17, 66, 0.85);
}

.teambulidlist_teambuliddescs .iconfont.asperson_c {
    top: 2px;
}

.teambulidlist_teambuliddescs h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    margin-bottom: 10px;
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.teambulidlist_teambuliddescs h2 .persons {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f60;
}

@media (max-width: 767px) {
    .teambulidlist_teambuliddescs h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_teambuliddescs h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_teambuliddescs h2 {
        margin-bottom: 8px;
    }
}

.teambulidlist_teambuliddescs h2.project_tag {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.teambulidlist_teambuliddescs h2.project_tag .iconfont {
    position: relative;
    top: 3px;
    color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_teambuliddescs h2.project_tag {
        margin-top: 5px;
    }
}

.teambulidlist_teambuliddescs h2.project_tag .icon-tianchongxing- {
    color: #f60;
}

.teambulidlist_teambuliddescs h2.project_tag ul {
    display: inline-block;
}

.teambulidlist_teambuliddescs h2.project_tag ul li {
    display: inline-block;
    padding: 3px 10px 3px 0;
}

.teambulidlist_price {
    padding: 20px 15px 0 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .teambulidlist_price {
        padding: 10px 15px 0 0;
    }
}

.teambulidlist_price ul li {
    text-align: right;
    color: rgba(31, 17, 66, 0.5);
    overflow: hidden;
}

.teambulidlist_price ul li.zixun_c {
    margin-top: 20px;
}

.teambulidlist_price ul li .iconfont {
    font-size: 1.4rem;
}

.teambulidlist_price ul li .iconfont.as_icon_price_font {
    color: rgba(31, 17, 66, 0.85);
    margin-right: 4px;
}

.teambulidlist_price ul li .pricec {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f60;
}

.teambulidlist_price ul li.totalcounter {
    color: rgba(31, 17, 66, 0.7);
}

.teambulidlist_price ul li.price_cs .until_price {
    font-size: 1rem;
    color: #9d9d9d;
}

.teambulidlist_price ul li.price_cs .icon-wallet-fill {
    font-size: 1.4rem;
    position: relative;
    top: 0;
}

@media (max-width: 767px) {
    .teambulidlist_price ul li.price_cs .icon-wallet-fill {
        position: relative;
        left: -4px;
    }
}

.teambulidlist_price ul li.zixun_c .asiconfontcolor {
    font-size: 1.8rem;
    float: right;
    cursor: pointer;
    transition: color 0.5s ease;
}

@media (max-width: 767px) {
    .teambulidlist_price ul li.zixun_c .asiconfontcolor {
        padding-bottom: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_price ul li.zixun_c .asiconfontcolor {
        padding-bottom: 18px;
    }
}

.teambulidlist_price ul li.zixun_c .asiconfontcolor:hover {
    color: #f60;
    /* animation: zy 1s 0.15s linear infinite;
  -moz-animation: zy 1s 0.15s linear infinite;
  -webkit-animation: zy 1s 0.15s linear infinite;
  -o-animation: zy 1s 0.15s linear infinite; */
}

@media (max-width: 767px) {
    .teambulidlist_price ul li {
        text-align: right;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teambulidlist_price ul li {
        text-align: right;
    }
}